From a9dad0143903b7f91fb16c1ac94589f5cd4fe578 Mon Sep 17 00:00:00 2001 From: Gravity Forms Date: Fri, 28 Jul 2023 10:05:04 +0000 Subject: [PATCH] Updates to 2.7.11 --- assets/css/dist/admin-components.css | 51 + assets/css/dist/admin-components.min.css | 2 +- assets/css/dist/assets.php | 1 + .../dist/gravity-forms-theme-foundation.css | 2 +- .../gravity-forms-theme-foundation.min.css | 2 +- .../dist/gravity-forms-theme-framework.css | 1262 ++++++++++------- .../gravity-forms-theme-framework.min.css | 4 +- assets/css/dist/gravity-forms-theme-reset.css | 33 +- .../dist/gravity-forms-theme-reset.min.css | 2 +- ...4356e0e.js => 192.71c5ba3644c4b511f13b.js} | 4 +- ...min.js => 192.a490d12ead5dc1a93a40.min.js} | 2 +- assets/js/dist/admin-components.js | 2 +- assets/js/dist/admin-components.min.js | 2 +- assets/js/dist/assets.php | 2 +- assets/js/dist/libraries.js | 2 +- assets/js/dist/libraries.min.js | 2 +- ...admin.block-editor.9c5960dc4d36df085a01.js | 2 + ...admin.block-editor.b8eca6a85c54af7ae4c9.js | 2 - ...n.block-editor.dac62600d08d17981110.min.js | 1 - ...n.block-editor.de9bc1f518ee3bec2ef0.min.js | 1 + ...s-admin.embed-form.0e1d62ed74bfd518fcaa.js | 2 + ...min.embed-form.5c0d19d60358d5c32274.min.js | 1 + ...min.embed-form.865a27c665b82e43c4b2.min.js | 1 - ...s-admin.embed-form.c9a7b92587cbb2d207f9.js | 2 - assets/js/dist/scripts-admin.js | 2 +- assets/js/dist/scripts-admin.min.js | 2 +- assets/js/dist/scripts-theme.js | 2 +- assets/js/dist/scripts-theme.min.js | 2 +- assets/js/dist/utils.js | 2 +- assets/js/dist/utils.min.js | 2 +- assets/js/dist/vendor-admin.js | 2 +- assets/js/dist/vendor-admin.min.js | 2 +- change_log.txt | 13 + common.php | 26 +- gravityforms.php | 4 +- .../class-gf-blocks-service-provider.php | 8 + includes/class-translationspress-updater.php | 11 + includes/fields/class-gf-field-fileupload.php | 2 +- .../block-styles/block-styles-handler.php | 9 +- .../block-styles/views/class-form-view.php | 2 + ...class-gf-form-display-service-provider.php | 4 + ...setup-wizard-endpoint-validate-license.php | 6 + .../v2/class-gf-rest-authentication.php | 4 +- languages/gravityforms.pot | 405 +++--- settings.php | 2 + 45 files changed, 1142 insertions(+), 757 deletions(-) create mode 100644 assets/css/dist/assets.php rename assets/js/dist/{192.91cc727d0b0254356e0e.js => 192.71c5ba3644c4b511f13b.js} (75%) rename assets/js/dist/{192.88174801585eb8c62e92.min.js => 192.a490d12ead5dc1a93a40.min.js} (77%) create mode 100644 assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js delete mode 100644 assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js delete mode 100644 assets/js/dist/scripts-admin.block-editor.dac62600d08d17981110.min.js create mode 100644 assets/js/dist/scripts-admin.block-editor.de9bc1f518ee3bec2ef0.min.js create mode 100644 assets/js/dist/scripts-admin.embed-form.0e1d62ed74bfd518fcaa.js create mode 100644 assets/js/dist/scripts-admin.embed-form.5c0d19d60358d5c32274.min.js delete mode 100644 assets/js/dist/scripts-admin.embed-form.865a27c665b82e43c4b2.min.js delete mode 100644 assets/js/dist/scripts-admin.embed-form.c9a7b92587cbb2d207f9.js diff --git a/assets/css/dist/admin-components.css b/assets/css/dist/admin-components.css index 38fd567..a703528 100644 --- a/assets/css/dist/admin-components.css +++ b/assets/css/dist/admin-components.css @@ -1299,6 +1299,7 @@ html[dir="rtl"] .gform-alert.gform-alert--inline .gform-alert__message-wrap { .gform-admin .gform-dialog.gform-dialog--simplebar [data-simplebar="init"] { box-sizing: border-box; + display: flex; flex-grow: 1; overflow-y: auto; padding: 14px 25px 25px; @@ -3444,6 +3445,7 @@ html[dir="rtl"] .gform-admin .gform-input--radio + label::before { position: absolute; transform: scale(0.95); transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; + transition-delay: 0ms; } .gform-admin .gform-snackbar.gform-snackbar--reveal { @@ -3549,6 +3551,55 @@ html[dir="rtl"] .gform-admin .gform-input--radio + label::before { color: #dd301d; } +.gform-admin .gform-snackbar--theme-cosmos { + left: 50%; + -webkit-margin-before: 30px; + margin-block-start: 30px; + min-height: 52px; + min-width: auto; + opacity: 0; + padding-block: 0; + padding-inline: 16px; + position: fixed; + top: calc((60px * var(--gform-snackbar-index))); + transform: translateX(-50%); + transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s; + transition-delay: 0ms; + visibility: hidden; + z-index: 100009; + } + +.gform-admin .gform-snackbar--theme-cosmos.gform-snackbar--visible { + opacity: 1; + top: calc((60px * var(--gform-snackbar-index))); + transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s; + visibility: visible; + } + +.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon { + align-items: center; + border: 2px solid transparent; + border-radius: 100%; + box-sizing: border-box; + display: flex; + font-size: 1rem; + height: 20px; + justify-content: center; + width: 20px; + } + +.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon--error { + background-color: #feefef; + border-color: #dd301d; + color: #dd301d; + } + +.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon--success { + background-color: #f5fcf6; + border-color: #22a753; + color: #22a753; + } + html[dir="rtl"] .gform-admin .gform-snackbar.gform-snackbar--bottomleft { left: auto; right: 20px; diff --git a/assets/css/dist/admin-components.min.css b/assets/css/dist/admin-components.min.css index 45ddf30..b1904a3 100644 --- a/assets/css/dist/admin-components.min.css +++ b/assets/css/dist/admin-components.min.css @@ -1 +1 @@ -.gform-alert{-webkit-font-smoothing:antialiased;align-items:flex-start;background-color:#fff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);color:#242748;display:flex;flex-wrap:nowrap;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-weight:500;margin:0 0 1rem;padding:11px 20px 12px;position:relative}.field_setting .gform-alert,.gform-alert+.field_setting{margin-top:1rem}.gform-alert.gform-alert--inline{padding:6px 12px 7px}.gform-alert.gform-alert--inline .gform-alert__message-wrap{-moz-column-gap:10px;column-gap:10px;padding-left:28px;row-gap:7px}.gform-alert.gform-alert--inline .gform-alert__message-wrap .gform-alert__message{font-size:.75rem;padding-top:8px}.gform-alert .gform-alert__message-wrap{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;min-height:33px;padding-left:32px;row-gap:10px;width:100%}.gform-alert .gform-alert__message-wrap .gform-alert__message{color:inherit;flex:1 1 auto;font-size:.8125rem;font-weight:500;line-height:1.5;margin:0;padding-top:7px}.gform-alert .gform-alert__message-wrap .gform-alert__message a,.gform-alert .gform-alert__message-wrap .gform-alert__message a:hover{color:inherit}.gform-alert .gform-alert__dismiss{align-self:flex-start;background:none;border:none;cursor:pointer;height:20px;margin-left:12px;min-width:20px;padding:0;position:relative;text-align:center;top:8px;width:20px}.gform-alert .gform-alert__dismiss:after,.gform-alert .gform-alert__dismiss:before{border:1px solid transparent;border-radius:50%;content:"";left:50%;position:absolute;top:calc(50% - 1px);transform:translate3d(-50%,-50%,0);transition:border-color .2s ease-in-out}.gform-alert .gform-alert__dismiss:before{height:23px;width:23px;z-index:1}.gform-alert .gform-alert__dismiss:after{border-width:2px;height:25px;width:25px}.gform-alert .gform-alert__dismiss:focus .gform-icon,.gform-alert .gform-alert__dismiss:hover .gform-icon{color:#5b5e80}.gform-alert .gform-alert__dismiss:focus:before{border-color:#3985b7}.gform-alert .gform-alert__dismiss:focus:after{border-color:#bed8ed}.gform-alert .gform-alert__dismiss .gform-icon{color:#9092b2;font-size:2.1rem;height:0;left:50%;line-height:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:color .2s ease-in-out}.gform-alert.gform-alert--notice{border-color:#175cff;color:#175cff}.gform-alert.gform-alert--error{border-color:#dd301d;color:#dd301d}.gform-alert.gform-alert--success{border-color:#22a753;color:#22a753}.gform-alert.gform-alert--accessibility{border-color:#ffbe03}.gform-alert.gform-alert--theme-cosmos.gform-alert--notice{color:#0f3d6c}.gform-alert.gform-alert--theme-cosmos.gform-alert--success{color:#276a52}.gform-alert__icon{color:#242748;font-size:24px;height:21px;left:20px;position:absolute;top:17px;width:21px}.gform-alert__icon:before{height:0;left:50%;line-height:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);z-index:1}.gform-alert--notice .gform-alert__icon{color:#175cff}.gform-alert--error .gform-alert__icon{color:#dd301d}.gform-alert--success .gform-alert__icon{color:#22a753}.gform-alert--inline .gform-alert__icon{font-size:21px;height:19px;left:12px;top:13px;width:19px}.gform-alert--theme-cosmos .gform-alert__icon:after{border-radius:50%;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.gform-alert--notice.gform-alert--theme-cosmos .gform-alert__icon{color:#f6f9fc}.gform-alert--notice.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#175cff}.gform-alert--error.gform-alert--theme-cosmos .gform-alert__icon{color:#feefef}.gform-alert--error.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#dd301d}.gform-alert--success.gform-alert--theme-cosmos .gform-alert__icon{color:#e1f6ed}.gform-alert--success.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#22a753}html[dir=rtl] .gform-alert__icon{left:auto;right:20px}html[dir=rtl] .gform-alert--inline .gform-alert__icon{right:12px}.gform-alert__cta{margin-top:1px}html[dir=rtl] .gform-alert .gform-alert__message-wrap{padding-left:0;padding-right:32px}html[dir=rtl] .gform-alert .gform-alert__message-wrap .gform-alert__dismiss{margin-left:0;margin-right:12px}html[dir=rtl] .gform-alert.gform-alert--inline .gform-alert__message-wrap{padding-right:28px}.gform-admin .gform-button{align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;height:2.375rem;line-height:normal;padding-block:0;padding-inline:1.125rem;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;white-space:nowrap}.gform-admin .gform-button:focus{box-shadow:0 0 0 2px #bed8ed;outline:none}.gform-admin .gform-button:disabled{pointer-events:none}.gform-admin .gform-button.gform-button--circular{border-radius:100%;justify-content:center;padding:0}.gform-admin .gform-button__icon{font-size:1.25rem;position:relative}.gform-admin .gform-button--width-full{justify-content:center;width:100%}.gform-admin .gform-button--primary{background:#3e7da6;border-color:#3e7da6;color:#fff}.gform-admin .gform-button--primary:active,.gform-admin .gform-button--primary:hover{background:#3985b7}.gform-admin .gform-button--primary:disabled{background:#3e7da6;color:#639cc1}.gform-admin .gform-button--primary-new{background:#0f3d6c;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#fff}.gform-admin .gform-button--primary-new:active,.gform-admin .gform-button--primary-new:hover{background:#242748;border-color:#242748;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--primary-new:focus{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-button--primary-new:disabled{background:#0f3d6c;border-color:#0f3d6c;opacity:.5}.gform-admin .gform-button--primary-new .gform-button__loader circle{stroke:#fff}.gform-admin .gform-button--secondary{background:#fff;border-color:#3e7da6;color:#3e7da6}.gform-admin .gform-button--secondary:active,.gform-admin .gform-button--secondary:hover{border-color:#3985b7;color:#3985b7}.gform-admin .gform-button--secondary:disabled{border-color:#c3c5db;color:#c3c5db}.gform-admin .gform-button--white{background:#fdfdff;border-color:#d5d7e9;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#242748}.gform-admin .gform-button--white:active,.gform-admin .gform-button--white:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--white:focus{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--white:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-button--white .gform-button__icon{color:#5b5e80}.gform-admin .gform-button--white .gform-button__loader circle{stroke:#5b5e80}.gform-admin .gform-button--apple-green{background:#f5fcf6;border-color:#e1f6ed;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#22a753}.gform-admin .gform-button--apple-green:active,.gform-admin .gform-button--apple-green:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--apple-green:focus{border-color:#57c091;outline:.125rem solid #e1f6ed}.gform-admin .gform-button--apple-green:disabled{border-color:#e1f6ed;opacity:.5}.gform-admin .gform-button--egyptian-blue{background:#fdfdff;border-color:#bed8ed;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#175cff}.gform-admin .gform-button--egyptian-blue:active,.gform-admin .gform-button--egyptian-blue:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--egyptian-blue:focus{border-color:#175cff;outline:.125rem solid #bed8ed}.gform-admin .gform-button--egyptian-blue:disabled{border-color:#bed8ed;opacity:.5}.gform-admin .gform-button--simplified{background:transparent;box-shadow:none;color:#5b5e80}.gform-admin .gform-button--simplified:active,.gform-admin .gform-button--simplified:hover{background-color:#ecedf8;border-color:#fff;color:#0f3d6c}.gform-admin .gform-button--simplified:focus{border-color:#175cff;outline:.125rem solid #bed8ed}.gform-admin .gform-button--simplified:disabled{border-color:#bed8ed;opacity:.5}.gform-admin .gform-button--unstyled{background:none;border:none;box-shadow:none;color:#242748;font-size:.8125rem;padding:0}.gform-admin .gform-button--unstyled .gform-button__icon{-webkit-padding-end:.25rem;color:#9092b2;font-size:1.5rem;inset-block-start:.05rem;padding-inline-end:.25rem;position:relative}.gform-admin .gform-button--unstyled:active,.gform-admin .gform-button--unstyled:focus,.gform-admin .gform-button--unstyled:hover{background:none;border:none;box-shadow:none;color:#3e7da6;outline:none}.gform-admin .gform-button--unstyled:active .gform-button__icon,.gform-admin .gform-button--unstyled:focus .gform-button__icon,.gform-admin .gform-button--unstyled:hover .gform-button__icon{color:#3e7da6}.gform-admin .gform-button--unstyled:disabled{border:none;color:#c3c5db}.gform-admin .gform-button--icon-grey,.gform-admin .gform-button--icon-white{color:#5b5e80}.gform-admin .gform-button--icon-grey.gform-button--size-height-s,.gform-admin .gform-button--icon-white.gform-button--size-height-s{block-size:1.875rem;inline-size:1.875rem;padding:.25rem}.gform-admin .gform-button--icon-grey.gform-button--size-height-m,.gform-admin .gform-button--icon-white.gform-button--size-height-m{block-size:2.25rem;inline-size:2.25rem;padding:.4375rem}.gform-admin .gform-button--icon-white{background:#fdfdff;border-color:#d5d7e9}.gform-admin .gform-button--icon-white:active,.gform-admin .gform-button--icon-white:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--icon-white:focus{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--icon-white:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-button--icon-grey{background:#fff;border-color:#fff;box-shadow:none}.gform-admin .gform-button--icon-grey:active,.gform-admin .gform-button--icon-grey:hover{background:#ecedf8;border-color:#ecedf8}.gform-admin .gform-button--icon-grey:focus{background:#d5d7e9;border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--icon-grey:disabled{background:#fdfdff;border-color:#fdfdff;box-shadow:0 1px 2px rgba(0,0,0,.05);opacity:.5}.gform-admin .gform-button--size-xs{block-size:2rem;font-size:.75rem;padding-block:0;padding-inline:.6875rem}.gform-admin .gform-button--size-xs .gform-button__icon{font-size:1rem}.gform-admin .gform-button--size-sm{block-size:2.125rem;padding-block:0;padding-inline:.8125rem}.gform-admin .gform-button--size-sm .gform-button__icon{font-size:1rem}.gform-admin .gform-button--size-l{block-size:2.625rem;font-size:1rem}.gform-admin .gform-button--size-l .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--size-xl{block-size:3.125rem;font-size:1rem;padding-block:.8125rem;padding-inline:1.5625rem}.gform-admin .gform-button--size-xl .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--size-height-s{height:1.875rem;padding:.375rem .5rem}.gform-admin .gform-button--size-height-m{height:2.125rem;padding:.375rem .625rem}.gform-admin .gform-button--size-height-l{height:2.375rem;padding:.5rem .875rem}.gform-admin .gform-button--size-height-xl{height:2.875rem;padding:.75rem .875rem}.gform-admin .gform-button--size-height-xxl{height:3.375rem;padding:.875rem}.gform-admin .gform-button--icon-leading .gform-button__icon{-webkit-margin-end:.35rem;margin-inline-end:.35rem}.gform-admin .gform-button--icon-leading.gform-button--size-sm .gform-button__icon,.gform-admin .gform-button--icon-leading.gform-button--size-xs .gform-button__icon{-webkit-margin-end:.375rem;margin-inline-end:.375rem}.gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon{-webkit-margin-end:.75rem;margin-inline-end:.75rem}.gform-admin .gform-button--icon-trailing .gform-button__icon{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.gform-admin .gform-button--icon-trailing.gform-button--size-sm .gform-button__icon,.gform-admin .gform-button--icon-trailing.gform-button--size-xs .gform-button__icon{-webkit-margin-start:.375rem;margin-inline-start:.375rem}.gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon{-webkit-margin-start:.625rem;margin-inline-start:.625rem}.gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon{-webkit-margin-start:.75rem;margin-inline-start:.75rem}.gform-admin .gform-button--round{border-radius:1.1875rem}.gform-admin .gform-button--round.gform-button--size-xs{border-radius:.9375rem}.gform-admin .gform-button--round.gform-button--size-sm{border-radius:1.0625rem}.gform-admin .gform-button--round.gform-button--size-l{border-radius:1.3125rem}.gform-admin .gform-button--round.gform-button--size-xl{border-radius:1.5625rem}.gform-admin .gform-button--circular{height:2.375rem;width:2.375rem}.gform-admin .gform-button--circular .gform-button__icon{font-size:1.375rem}.gform-admin .gform-button--circular.gform-button--size-xs{height:1.875rem;width:1.875rem}.gform-admin .gform-button--circular.gform-button--size-xs .gform-button__icon{font-size:1.125rem}.gform-admin .gform-button--circular.gform-button--size-sm{height:2.125rem;width:2.125rem}.gform-admin .gform-button--circular.gform-button--size-sm .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--circular.gform-button--size-l{height:2.625rem;width:2.625rem}.gform-admin .gform-button--circular.gform-button--size-l .gform-button__icon{font-size:1.75rem}.gform-admin .gform-button--circular.gform-button--size-xl{height:3.125rem;width:3.125rem}.gform-admin .gform-button--circular.gform-button--size-xl .gform-button__icon{font-size:2rem}.gform-admin .gform-button__text--active{-webkit-margin-start:10px;display:none;margin-inline-start:10px}.gform-admin .gform-button--loader-after .gform-button__text--active{margin-inline:0 .5rem}.gform-admin .gform-button--activated{justify-content:center}.gform-admin .gform-button--activated.gform-button--primary{color:#fff}.gform-admin .gform-button--activated .gform-button__icon--inactive,.gform-admin .gform-button--activated .gform-button__text--inactive{display:none}.gform-admin .gform-button--activated .gform-button__text--active{display:inline-flex}.gform-admin .gform-input--checkbox{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-input--checkbox+label{outline:none}.gform-admin .gform-input--checkbox:disabled+label:before{opacity:.6}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label:before{-webkit-margin-end:.375rem;background:50% no-repeat #fff;block-size:1.375rem;border:1px solid #9092b2;border-radius:3px;content:"";display:inline-block;inline-size:1.375rem;margin-inline-end:.375rem;transition:box-shadow .15s ease,background-color .15s ease;vertical-align:middle}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label::-moz-selection{background:transparent}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label::selection{background:transparent}.gform-admin .gform-input--checkbox:focus+label:before,.gform-admin .gform-input--checkbox:hover+label:before{border:1px solid #3985b7;box-shadow:0 0 0 2px #bed8ed}.gform-admin .gform-input--checkbox:checked:not(.field-choice-type--checkbox)+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.586 10.293.293a1 1 0 1 1 1.414 1.414L4 9.414.293 5.707a1 1 0 0 1 1.414-1.414L4 6.586Z' fill='%233E7DA6'/%3E%3C/svg%3E");border-color:#3e7da6}.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox *,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox :after,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox :before{box-sizing:border-box}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox+.gform-label{align-items:flex-start;display:flex}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox+.gform-label:before{border:.0625rem solid #9092b0;box-shadow:0 1px 4px rgba(18,25,97,.078);flex:none}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:hover+.gform-label:before{background-color:#f6f9fc}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:focus+.gform-label:before{background-color:#f6f9fc;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 2px #bed8ed}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuMTMzIDYuOTQ3IDUuODc0LTUuODc0YS45MzMuOTMzIDAgMCAxIDEuMzIgMS4zMmwtNi44NCA2Ljg0YS41LjUgMCAwIDEtLjcwNyAwTC42NzMgNi4xMjZhLjkzMy45MzMgMCAxIDEgMS4zMi0xLjMybDIuMTQgMi4xNFoiIGZpbGw9IiMwRjNENkMiLz48L3N2Zz4=")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled+.gform-label{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled+.gform-label:before{background-color:#f6f9fc;border-color:#ecedf8;box-shadow:none;opacity:1}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjMzMyAxIDUgOC4zMzMgMS42NjcgNSIgc3Ryb2tlPSIjRUNFREY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled~.gform-input-help-text{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm+.gform-label:before{-webkit-margin-end:.5rem;block-size:1.125rem;inline-size:1.125rem;margin-inline-end:.5rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm:checked+.gform-label:before{background-size:10px 8px}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm~.gform-input-help-text{-webkit-margin-start:1.625rem;margin-inline-start:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md+.gform-label:before{-webkit-margin-before:-.0625rem;-webkit-margin-end:.75rem;block-size:1.375rem;inline-size:1.375rem;margin-block-start:-.0625rem;margin-inline-end:.75rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md~.gform-input-help-text{-webkit-margin-start:2.125rem;margin-inline-start:2.125rem}.gform-admin .react-colorful{height:auto;width:100%}.gform-admin .react-colorful__saturation{border-bottom:none;border-radius:3px;flex-shrink:0;height:234px}.gform-admin .react-colorful__hue{border-radius:24px;height:12px;margin-bottom:1rem;margin-top:1rem}.gform-admin .react-colorful__pointer{border:8px solid #fff;box-sizing:content-box;height:16px;outline:1px solid rgba(0,0,0,.1);width:16px}.gform-admin .gform-input--picker{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;padding:1rem;position:absolute;width:352px}.gform-admin .gform-input--picker:after{background:#fff;content:" ";height:20px;left:50%;position:absolute;width:20px}.gform-admin .gform-input--picker--pos-above{transform:translate(-50%,calc(-100% - 10px))}.gform-admin .gform-input--picker--pos-above:after{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);bottom:0;transform:translate(-50%,50%) rotate(135deg);transform-origin:center}.gform-admin .gform-input--picker--pos-below{transform:translate(-50%,10px)}.gform-admin .gform-input--picker--pos-below:after{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);top:0;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center}.gform-admin .gform-input__picker-inputs{display:flex;flex-direction:row;gap:.5rem;max-width:100%}.gform-admin .gform-input--picker-input input{box-sizing:border-box;max-width:100%;width:121px}.gform-admin .gform-input--picker-input--rgb input{width:58px}.gform-admin .gform-settings-panel__content .gform-input--picker-input input{background:#fff;border:1px solid #c3c5db;border-radius:3px;font-size:.8125rem;line-height:2;outline:none;padding:.25rem .75rem}.gform-admin .gform-settings-panel__content .gform-input--picker-input input:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input__picker-controls{display:flex;flex-direction:row;justify-content:flex-end;margin-top:.625rem}.gform-admin .gform-data-grid{background:#fff;border:1px solid #d3d3e0;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06);box-sizing:border-box;display:flex;flex-direction:column;width:100%}.gform-admin .gform-data-grid *{box-sizing:border-box}.gform-admin .gform-data-grid .gform-data-grid__title{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-data-grid__column-row{-webkit-border-before:1px solid #d3d3e0;background:#f6f9fc;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;padding-inline:.75rem;width:100%}.gform-admin .gform-data-grid__column-row .gform-data-grid__column{padding-block:.75rem;padding-inline:.75rem}.gform-admin .gform-data-grid__column-row .gform-data-grid__column .gform-text{color:#6a6a80}.gform-admin .gform-data-grid__data-row{-webkit-border-before:1px solid #d3d3e0;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;padding-inline:.75rem;width:100%}.gform-admin .gform-data-grid__data-row .gform-data-grid__column{padding-block:1.25rem;padding-inline:.75rem}.gform-admin .gform-data-grid--equal-grid .gform-data-grid__column-row,.gform-admin .gform-data-grid--equal-grid .gform-data-grid__data-row{justify-content:space-between}.gform-admin .gform-data-grid__column{align-items:center;display:flex;overflow:hidden}.gform-admin .gform-data-grid__column .gform-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.gform-admin .gform-data-grid__data{position:relative}.gform-admin .gform-data-grid__no-data-message{align-items:center;background:#fff;border:1px solid #f4f5fb;border-radius:3px;box-shadow:var(--gsmtp-admin-box-shadow-mega);display:flex;flex-direction:column;justify-content:center;left:50%;padding:1.5rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.gform-admin .gform-data-grid__pagination{-webkit-border-before:1px solid #d3d3e0;align-items:center;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;justify-content:center;padding:1.25rem 1.5rem}.gform-admin .gform-data-grid--empty .gform-data-grid__pagination{block-size:77px}.gform-admin .gform-data-grid--empty .gform-pagination{display:none}.gform-admin .gform-dialog__mask{align-items:center;display:none;height:100%;justify-content:center;left:0;opacity:0;top:0;transition:opacity .2s ease-in-out;width:100%}.gform-admin .gform-dialog__mask.gform-dialog--alignment-top{align-items:flex-start;overflow-y:auto;padding-bottom:50px;padding-top:110px}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-ready{display:flex;opacity:0}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-active{opacity:1}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-active .gform-dialog{transform:scale(1)}.gform-admin .gform-dialog__mask.gform-dialog__mask--position-fixed{position:fixed}.gform-admin .gform-dialog__mask.gform-dialog__mask--position-absolute{position:absolute}.gform-admin .gform-dialog__mask.gform-dialog__mask--theme-light{background:hsla(0,0%,100%,.65)}.gform-admin .gform-dialog__mask.gform-dialog__mask--theme-dark{background-color:rgba(36,39,72,.75)}.gform-admin .gform-dialog__mask.gform-dialog__mask--blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gform-admin .gform-dialog{background:#fff;border:1px solid #f6f9fc;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;max-width:600px;overflow-y:auto;padding:14px 25px 25px;position:relative;transform:scale(.95);transition:transform .2s ease-in-out;width:calc(100% - 40px)}.gform-admin .gform-dialog.gform-dialog--container{border:none;box-shadow:none;height:100%;max-width:none;padding:0;width:100%}.gform-admin .gform-dialog.gform-dialog--animated{opacity:0;position:relative;top:20px;transform:scale(1);transition:transform .6s,opacity .6s,top .6s}.gform-admin .gform-dialog.gform-dialog--animated.gform-dialog--animate-reveal{opacity:1;top:0;transform:scale(1)}.gform-admin .gform-dialog.gform-dialog__theme--cosmos{border-radius:3px;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-dialog.gform-dialog__theme--cosmos .gform-dialog__content{color:#667085}.gform-admin .gform-dialog.gform-dialog__theme--cosmos .gform-dialog__footer{padding-top:32px}.gform-admin .gform-dialog.gform-dialog--simplebar{align-items:stretch;display:flex;flex-direction:column;overflow-y:inherit;padding:0}.gform-admin .gform-dialog.gform-dialog--simplebar [data-simplebar=init]{box-sizing:border-box;flex-grow:1;overflow-y:auto;padding:14px 25px 25px;width:100%}.gform-admin .gform-dialog.gform-dialog--simplebar .simplebar-content-wrapper{border:0;outline:0}.gform-admin .gform-dialog .gform-dialog__close{inset-inline-end:25px;position:absolute;top:25px}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs{height:1.875rem;width:1.875rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs .gform-button__icon{top:0}.gform-admin .gform-dialog .gform-dialog__close.gform-button--circular.gform-dialog__close--plain{background:none;border:none}.gform-admin .gform-dialog .gform-dialog__close.gform-button--circular.gform-dialog__close--plain .gform-button__icon{color:#fff;font-size:2rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--unstyled .gform-button__icon{color:#5b5e80}.gform-admin .gform-dialog .gform-dialog__head.gform-dialog__head--with-divider{border-bottom:1px solid #e4e4ee;padding-bottom:15px}.gform-admin .gform-dialog .gform-dialog__head .gform-indicator{position:absolute}.gform-admin .gform-dialog .gform-dialog__title{-webkit-padding-end:30px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1.188rem;font-weight:500;line-height:normal;margin:10px 0 0;padding-inline-end:30px;position:relative}.gform-admin .gform-dialog .gform-dialog__title.gform-dialog__title--has-icon{-webkit-padding-start:50px;padding-inline-start:50px;padding-top:6px}.gform-admin .gform-dialog.gform-dialog--title-size-md .gform-dialog__title{font-size:1.5rem;font-weight:600}.gform-admin .gform-dialog .gform-dialog__description{-webkit-padding-end:30px;color:#5b5e80;display:inline-block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400;line-height:normal;margin:.75rem 0 0;padding-inline-end:30px;position:relative}.gform-admin .gform-dialog .gform-dialog__description.gform-dialog__title--has-icon{-webkit-padding-start:50px;padding-inline-start:50px}.gform-admin .gform-dialog .gform-dialog__title-icon{font-size:1.5rem;inset-inline-start:0;position:absolute;top:3px}.gform-admin .gform-dialog .gform-dialog__content{-webkit-padding-start:0;padding-bottom:0;padding-inline-start:0;padding-top:10px}.gform-admin .gform-dialog .gform-dialog__content.gform-dialog__content--with-divider{padding-top:15px}.gform-admin .gform-dialog .gform-dialog__content.gform-dialog__content--pad-content{-webkit-padding-end:30px;padding-inline-end:30px}.gform-admin .gform-dialog .gform-dialog__content,.gform-admin .gform-dialog .gform-dialog__content p{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.188rem}.gform-admin .gform-dialog .gform-dialog__footer{align-items:center;display:flex;padding-top:20px;width:100%}.gform-admin .gform-dialog .gform-dialog__confirm{-webkit-margin-start:12px;margin-inline-start:12px}.gform-admin .gform-dialog .gform-dialog__confirm.gform-button--icon-leading .gform-button__icon{font-size:1.5rem}.gform-admin .gform-dialog--full-screen{height:calc(100vh - 40px);max-width:1280px;overflow:auto;padding:0}.gform-admin .gform-dialog--full-screen .gform-dialog__content{margin:0;padding:0}.gform-admin .gform-dropdown{box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;position:relative}.gform-admin .gform-dropdown *{box-sizing:border-box}.gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container{-webkit-border-after:0;-webkit-border-before:.0625rem solid #d5d7e9;border-block-end:0;border-block-start:.0625rem solid #d5d7e9;border-end-end-radius:0;border-end-start-radius:0;border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;box-shadow:0 -.125rem .75rem rgba(28,31,63,.09);inset-block-end:40px;inset-block-start:auto}.gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container:before{inset-block-end:-5px;inset-block-start:auto}.gform-admin .gform-dropdown__control{align-items:center;background:#fff;block-size:2.375rem;border:.0625rem solid #d5d7e9;border-radius:.1875rem;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer;display:flex;inline-size:100%;line-height:1.1;padding-block:0;padding-inline:1rem 2.25rem;position:relative;z-index:1}.gform-admin .gform-dropdown__control:focus{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;outline:none}.gform-admin .gform-dropdown__control.gform-dropdown__control--placeholder .gform-dropdown__control-text{color:#5b5e80;font-weight:400}.gform-admin .gform-dropdown__control .gform-dropdown__chevron,.gform-admin .gform-dropdown__control .gform-dropdown__spinner{align-items:center;background-size:16px 16px;block-size:100%;color:#9092b2;font-size:1.375rem;inline-size:2.25rem;inset-block-start:0;inset-inline-end:0;justify-content:center;position:absolute;transition:color .15s ease}.gform-admin .gform-dropdown__control .gform-dropdown__chevron{display:flex}.gform-admin .gform-dropdown__group{-webkit-padding-before:.6875rem;line-height:normal;padding-block-start:.6875rem}.gform-admin .gform-dropdown__group .gform-dropdown__trigger{-webkit-padding-start:1.75rem;padding-inline-start:1.75rem}.gform-admin .gform-dropdown__control-text,.gform-admin .gform-dropdown__group-text{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-admin .gform-dropdown__group-text{-webkit-padding-start:.875rem;padding-inline-start:.875rem}.gform-admin .gform-dropdown__container{-webkit-border-before:0;-webkit-padding-before:.25rem;background:#fff;border:.0625rem solid #d5d7e9;border-block-start:0;border-end-end-radius:.1875rem;border-end-start-radius:.1875rem;box-shadow:0 .125rem .75rem rgba(28,31,63,.09);box-sizing:border-box;display:none;inline-size:100%;inset-block-start:2.3125rem;opacity:0;outline:none;padding-block-start:.25rem;position:absolute;transition:opacity .15s ease;z-index:2}.gform-admin .gform-dropdown__container:before{background:#fff;block-size:.5rem;border-inline:.0625rem solid #d5d7e9;content:"";inline-size:100%;inset-block-start:-.5rem;inset-inline-start:-1px;position:absolute;z-index:3}.gform-admin .gform-dropdown--align-left .gform-dropdown__container{inset-inline-start:0}.gform-admin .gform-dropdown--align-right .gform-dropdown__container{inset-inline-end:0}.gform-admin .gform-dropdown--action .gform-dropdown__container{border:none;border-radius:.1875rem;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);inset-block-end:-.5rem;inset-block-start:auto;padding-block:0;transform:translateY(100%)}.gform-admin .gform-dropdown--action .gform-dropdown__container:before{content:none}.gform-admin .gform-dropdown--action.gform-dropdown--position-top .gform-dropdown__container{border:none;inset-block-end:auto;inset-block-start:-.5rem;transform:translateY(-100%)}.gform-admin .gform-dropdown__list-container{max-block-size:14.0625rem;overflow-y:auto}.gform-admin .gform-dropdown--action .gform-dropdown__list-container{padding-block:.5rem}.gform-admin .gform-dropdown__item{margin:0}.gform-admin .gform-dropdown--action .gform-dropdown__item{-webkit-margin-after:.25rem;margin-block-end:.25rem;padding-block:.25rem;padding-inline:.5rem}.gform-admin .gform-dropdown--action .gform-dropdown__item:last-child{-webkit-margin-after:0;margin-block-end:0}.gform-admin .gform-dropdown--action .gform-dropdown__item--has-divider{position:relative}.gform-admin .gform-dropdown--action .gform-dropdown__item--has-divider:after{-webkit-border-after:.0625rem solid #ecedf8;border-block-end:.0625rem solid #ecedf8;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0;position:absolute}.gform-admin .gform-dropdown__search-icon{color:#9092b2;font-size:1.5rem;inset-block-start:.75rem;inset-inline-end:1rem;position:absolute;transition:color .15s ease}.gform-admin .gform-dropdown__search{-webkit-border-after:1px solid #ecedf8;border-block-end:1px solid #ecedf8;padding-block:.375rem .875rem;padding-inline:.625rem;position:relative}.gform-admin .gform-dropdown__search .gform-dropdown__search-input{-webkit-padding-end:2.125rem;inline-size:100%;padding-inline-end:2.125rem}.gform-admin .gform-dropdown__search[focus-within] .gform-dropdown__search-icon{color:#3e7da6}.gform-admin .gform-dropdown__search:focus-within .gform-dropdown__search-icon{color:#3e7da6}.gform-admin .gform-dropdown__list{list-style-type:none;margin:0;padding:0}.gform-admin .gform-dropdown__trigger{-webkit-border-start:.1875rem solid transparent;background:transparent;border:0;border-inline-start:.1875rem solid transparent;color:#242748;cursor:pointer;display:block;font-size:.8125rem;inline-size:100%;outline:none;padding-block:.6875rem;padding-inline:.875rem 1rem;text-align:start;transition:all .15s ease}.gform-admin .gform-dropdown__trigger:focus,.gform-admin .gform-dropdown__trigger:hover{background:#f6f9fc;border-inline-start-color:#3e7da6}.gform-admin .gform-dropdown--action .gform-dropdown__trigger{align-items:flex-start;background:#fff;border:.0625rem solid #fff;border-radius:.1875rem;display:flex;padding:.25rem;text-decoration:none;transition:all .15s ease}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:focus,.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:active{background:#f6f9fc;border-color:#d5d7e9}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info .gform-dropdown__trigger-icon{color:#5b5e80}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error{color:#dd301d}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:focus,.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:hover{background:#feefef;border-color:#feefef}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:active{background:#feefef;border-color:#ffc7bb}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--disabled:disabled{background:#fff;border:.0625rem solid #fff;cursor:default;opacity:.5}.gform-admin .gform-dropdown--action .gform-dropdown__trigger-icon{-webkit-margin-end:.25rem;font-size:1.25rem;margin-inline-end:.25rem}.gform-admin .gform-dropdown__trigger-text{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.gform-admin .gform-dropdown--show-spinner .gform-dropdown__chevron{display:none}.gform-admin .gform-dropdown--show-spinner .gform-dropdown__spinner{display:flex}.gform-admin .gform-dropdown--reveal .gform-dropdown__container{display:block}.gform-admin .gform-dropdown--hide .gform-dropdown__container{display:block;opacity:0}.gform-admin .gform-dropdown--open .gform-dropdown__chevron{color:#242748;transform:rotate(180deg)}.gform-admin .gform-dropdown--open .gform-dropdown__control{box-shadow:0 .125rem .75rem rgba(28,31,63,.09)}.gform-admin .gform-dropdown--open .gform-dropdown__control:focus{border-color:#d5d7e9}.gform-admin .gform-dropdown--open .gform-dropdown__container{display:block;opacity:1}html[dir=rtl] .gform-admin .gform-dropdown__control{padding:0 1rem 0 2.25rem}html[dir=rtl] .gform-admin .gform-dropdown__control .gform-dropdown__chevron,html[dir=rtl] .gform-admin .gform-dropdown__control .gform-dropdown__spinner{left:0;right:auto}html[dir=rtl] .gform-admin .gform-dropdown__search .gform-dropdown__search-input{padding-left:2.125rem;padding-right:1rem}html[dir=rtl] .gform-admin .gform-dropdown__search-icon{left:1rem;right:auto}html[dir=rtl] .gform-admin .gform-dropdown__trigger{border-left:0;border-right:.1875rem solid transparent;text-align:right}html[dir=rtl] .gform-admin .gform-dropdown__trigger:focus,html[dir=rtl] .gform-admin .gform-dropdown__trigger:hover{border-right-color:#3e7da6}html[dir=rtl] .gform-admin .gform-dropdown__group .gform-dropdown__trigger{padding-left:.875rem;padding-right:1.75rem}html[dir=rtl] .gform-admin .gform-dropdown__group-text{padding-left:0;padding-right:.875rem}.gform-admin .gform-embed-form__flyout-group{border-top:.0625rem solid #ecedf8;margin-top:1.5rem;padding-top:1.5rem}.gform-admin .gform-embed-form__flyout-group .gform-input__label:not(:last-child){-webkit-margin-end:.5rem;margin-inline-end:.5rem}.gform-admin .gform-embed-form__group-title{color:#242748;font-size:.8125rem;font-weight:500;margin:0}.gform-admin .gform-embed-form__post-type-switcher,.gform-admin .gform-embed-form__shortcode-description{padding:.75rem 0}.gform-admin .gform-embed-form--hidden{display:none}.gform-admin .gform-input--text{width:100%}.gform-admin .gform-flyout.gform-flyout--embed-form{padding-top:1.25rem}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__head{padding:0 1.2rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__close.gform-button--size-xs{top:15px}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__body{padding:1.25rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--embed-form p{margin:0;padding:0}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper{padding-left:.875rem}.gform-admin .gform-embed-form__shortcode-footer{align-items:center;display:flex;width:100%}.gform-admin .gform-embed-form__shortcode-footer a{color:#3985b7}.gform-admin .gform-embed-form__shortcode-footer a:focus,.gform-admin .gform-embed-form__shortcode-footer a:hover{text-decoration:none}.gform-admin .gform-embed-form__flyout-group-footer{padding-top:.75rem}.gform-admin .gform-embed-form__shortcode-trigger .gform-button__icon{opacity:1;transition:all .15s ease}.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-button__icon,.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-label{opacity:0}.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-copied,.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-icon{opacity:1}.gform-admin .gform-embed-form__shortcode-copy-icon{color:#22a753;font-size:1.5rem;margin-right:6px}.gform-admin .gform-embed-form__shortcode-copy-label{opacity:1;transition:all .15s ease}.gform-admin .gform-embed-form__shortcode-copy-copied{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;left:0;opacity:0;position:absolute;text-align:center;width:100%}.gform-admin .gform-embed-form__visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm:disabled{background:#3e7da6;color:#fff}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-saving-text{display:none}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--idle-text{align-items:center;display:inline-flex}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving{justify-content:center}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-button__icon,.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-button--idle-text{display:none}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-saving-text{display:inline-block;text-indent:0}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader{margin:0 8px 0 0}html[dir=rtl] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper{padding-left:0;padding-right:.875rem}html[dir=rtl] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-copy-icon{margin-left:6px;margin-right:0}html[dir=rtl] .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader{margin:0 0 0 8px}.gform-admin .gform-file-upload__remove{cursor:pointer;position:absolute;right:5px;top:5px;z-index:3}.gform-admin .gform-file-upload__remove .gform-icon{font-size:1.5rem}.gform-admin .gform-file-upload__wrapper{border:1px dashed #9092b0;border-radius:3px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1rem;min-height:150px;position:relative}.gform-admin .gform-file-upload__wrapper .gform-file-upload__filetypes,.gform-admin .gform-file-upload__wrapper .gform-file-upload__message{color:#5b5e80}.gform-admin .gform-file-upload__wrapper .file-drop{height:100%;min-height:150px;position:relative;width:100%}.gform-admin .gform-file-upload__wrapper .file-drop>.file-drop-target{align-content:center;align-items:center;border-radius:2px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame{background-color:#f6f9fc;border:none;box-shadow:none;opacity:1;z-index:50}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame .gform-file-upload__icon{background:#d5d7e9;border-color:#ecedf8}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame .gform-file-upload__bold-text{color:#0f3d6c}.gform-admin .gform-file-upload__wrapper--disabled{border:1px dashed #d5d7e9}.gform-admin .gform-file-upload__wrapper--disabled .gform-file-upload__bold-text{color:#d5d7e9}.gform-admin .gform-file-upload__icon{align-items:center;background:#ecedf8;border:6px solid #f6f9fc;border-radius:100%;color:#5b5e80;display:flex;font-size:1.375rem;height:34px;justify-content:center;width:34px}.gform-admin .gform-file-upload__wrapper--has-preview{padding:1rem}.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__filetypes,.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__icon,.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__message{display:none}.gform-admin .gform-file-upload{height:100%;left:0;position:absolute;top:0;width:100%}.gform-admin .gform-file-upload__input{height:1px;opacity:0;overflow:hidden;width:1px}.gform-admin .gform-file-upload__bold-text{font-weight:500}.gform-admin .gform-file-upload__preview{padding-bottom:1.25rem;text-align:center}.gform-admin .gform-file-upload__preview img{max-height:300px;max-width:100%}.gform-admin .gform-file-upload__buttons-wrapper{display:flex;justify-content:center}.gform-admin .gform-file-upload__buttons-wrapper .gform-button+.gform-button{margin-left:.875rem}.gform-admin.admin-bar .gform-flyout.gform-flyout--fixed{top:46px}@media (min-width:783px){.gform-admin.admin-bar .gform-flyout.gform-flyout--fixed{top:32px}}.gform-admin .gform-flyout{background:#fff;bottom:0;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;display:none;flex-direction:column;height:100%;left:0;opacity:0;padding-top:2.125rem;position:absolute;top:0;transition:opacity .15s ease-in-out,width .15s ease-in-out}.gform-admin .gform-flyout:hover .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout p{margin:0;padding:0}.gform-admin .gform-flyout.gform-flyout--anim-in-ready{display:flex}.gform-admin .gform-flyout.gform-flyout--anim-in-active{opacity:1}.gform-admin .gform-flyout.gform-flyout--fixed{position:fixed}.gform-admin .gform-flyout.gform-flyout--absolute{position:absolute}.gform-admin .gform-flyout.gform-flyout--hide-expander .gform-flyout__expand{opacity:0}.gform-admin .gform-flyout.gform-flyout--right{left:auto;right:0}.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand,.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail{left:-35px}.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon{transform:rotate(90deg)}.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand,.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail{right:-35px}.gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon,.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(-90deg)}.gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(90deg)}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs{align-items:center;border:1px solid #d5d7e9;display:flex;font-size:1.25rem;height:1.625rem;position:absolute;right:25px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.625rem;z-index:5}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:focus,.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:hover{border-color:#d5d7e9}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs .gform-button__icon{font-size:1.875rem;top:0}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified{border:1px solid transparent;height:1.875rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;width:1.875rem}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified:hover{border-color:#fff}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified:focus{border-color:#175cff}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified .gform-button__icon{font-size:1.125rem;top:auto}.gform-admin .gform-flyout .gform-flyout__expand-rail{height:56px;margin-top:-28px;position:absolute;top:50%;width:35px}.gform-admin .gform-flyout .gform-flyout__expand{align-items:center;background:#fff;border:1px solid #ecedf8;border-radius:19px;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);color:#242748;cursor:pointer;display:flex;height:56px;justify-content:center;margin-top:-28px;opacity:0;position:absolute;top:50%;transition:opacity .15s ease,transform .3s ease,box-shadow .3s ease,border-color .3s ease;width:19px}.gform-admin .gform-flyout .gform-flyout__expand:focus{border-color:#d5d7e9;opacity:1;outline:none}.gform-admin .gform-flyout .gform-flyout__expand:focus .gform-flyout__expand-icon,.gform-admin .gform-flyout .gform-flyout__expand:hover .gform-flyout__expand-icon{color:#3e7da6}.gform-admin .gform-flyout .gform-flyout__expand-icon{align-items:center;color:#242748;display:flex;font-size:1rem;height:15px;justify-content:center;position:relative;transition:color .3s ease;width:100%}.gform-admin .gform-flyout__head{padding:0 2.875rem 1.25rem;position:relative}.gform-admin .gform-flyout__head:after{background:#ecedf8;bottom:0;content:"";height:.0625rem;left:0;position:absolute;width:100%}.gform-admin .gform-flyout--no-divider .gform-flyout__head:after{display:none}.gform-admin .gform-flyout__title{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;line-height:18px;margin:0 0 12px}.gform-admin .gform-flyout--no-description .gform-flyout__title{margin:0}.gform-admin .gform-flyout__desc{padding-right:1.125rem}.gform-admin .gform-flyout__body,.gform-admin .gform-flyout__desc{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem}.gform-admin .gform-flyout__body{overflow-y:auto;padding:1.25rem 2.875rem 2.125rem}.gform-admin .gform-flyout__body[focus-within] .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout__body:focus-within .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout__body .simplebar-wrapper{height:100%}html[dir=rtl] .gform-admin .gform-flyout{left:auto;right:0}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right{left:0;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail{left:auto;right:-35px}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon{transform:rotate(-90deg)}html[dir=rtl] .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs{left:25px;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail{left:-35px;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(90deg)}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(-90deg)}.gform-admin .gform-grid--container{display:flex}.gform-admin .gform-grid--wrap{flex-wrap:wrap}.gform-admin .gform-grid--list{list-style:none;margin:0;padding:0}.gform-admin .gform-grid--fixed>.gform-grid--item{flex:none}.gform-admin .gform-grid--fluid>.gform-grid--item{flex:1}.gform-admin .gform-grid--col-spacing-3{margin-inline:-.375rem}.gform-admin .gform-grid--col-spacing-3>.gform-grid--item{padding-inline:.375rem}.gform-admin .gform-grid--col-spacing-4{margin-inline:-.5rem}.gform-admin .gform-grid--col-spacing-4>.gform-grid--item{padding-inline:.5rem}.gform-admin .gform-grid--col-spacing-5{margin-inline:-.625rem}.gform-admin .gform-grid--col-spacing-5>.gform-grid--item{padding-inline:.625rem}.gform-admin .gform-grid--col-spacing-6{margin-inline:-.75rem}.gform-admin .gform-grid--col-spacing-6>.gform-grid--item{padding-inline:.75rem}.gform-admin .gform-grid--col-spacing-8{margin-inline:-1rem}.gform-admin .gform-grid--col-spacing-8>.gform-grid--item{padding-inline:1rem}.gform-admin .gform-grid--row-spacing-4{-webkit-margin-after:-1rem;margin-block-end:-1rem}.gform-admin .gform-grid--row-spacing-4>.gform-grid--item{-webkit-margin-after:1rem;margin-block-end:1rem}.gform-admin .gform-grid--row-spacing-6{-webkit-margin-after:-1.5rem;margin-block-end:-1.5rem}.gform-admin .gform-grid--row-spacing-6>.gform-grid--item{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.gform-admin .gform-grid--row-spacing-8{-webkit-margin-after:-2rem;margin-block-end:-2rem}.gform-admin .gform-grid--row-spacing-8>.gform-grid--item{-webkit-margin-after:2rem;margin-block-end:2rem}.gform-admin .gform-heading{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif}.gform-admin .gform-heading.gform-heading--boxed{background:#fdfdff;border:1px solid #e4e9eb;border-radius:3px;padding-block:.75rem;padding-inline:1rem}.gform-admin .gform-input-help-text{color:#5b5e80;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.75rem}.gform-admin .gform-input-help-text.gform-input-help-text--required{-webkit-margin-start:.375rem;display:inline-flex;margin-inline-start:.375rem}.gform-admin .gform-image{margin:0 auto}.gform-admin .gform-image__image{display:block;margin:0 auto;max-width:100%}.gform-admin .gform-input{-webkit-appearance:none;background:#fff;border:1px solid #c3c5db;border-radius:3px;box-shadow:0 0 0 transparent;box-sizing:border-box;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;line-height:2;outline:none;padding:.25rem .75rem;transition:box-shadow .15s ease,background-color .15s ease}.gform-admin .gform-input.gform-input--size-xl{padding:.594rem .75rem}.gform-admin .gform-input:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input::-moz-placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400}.gform-admin .gform-input::placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input{border-color:#9092b0}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input__label:first-child{margin-bottom:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input-help-text:nth-child(3){margin-top:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input:focus{border-color:#0f3d6c}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input:disabled{background-color:#f6f9fc;color:#9092b0}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input::-moz-placeholder{font-size:.875rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input::placeholder{font-size:.875rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--required .gform-input+.gform-input-help-text:nth-child(4){margin-top:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--error .gform-input{border:1px solid #dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--error .gform-input-help-text{color:#dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-r{padding:.375rem .75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-l{padding:.5rem .75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-xl{padding:.75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-label{-webkit-margin-after:.375rem;margin-block-end:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){-webkit-margin-before:.375rem;margin-block-start:.375rem}.gform-admin .gform-input-add-on-wrapper{align-items:stretch;display:flex;flex-direction:row}.gform-admin .gform-input-add-on-wrapper--suffix .gform-input{border-bottom-right-radius:0;border-top-right-radius:0}.gform-admin .gform-input__add-on{align-items:center;background-color:#f6f9fc;border:1px solid #c3c5db;border-radius:3px;color:#242748;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400;padding-left:13px;padding-right:13px;white-space:nowrap}.gform-admin .gform-input__add-on--prefix{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.gform-admin .gform-input__add-on--suffix{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.gform-admin .gform-input__add-on+.gform-input{border-bottom-left-radius:0;border-top-left-radius:0}.gform-admin .gform-input__add-on--action-button{background-color:#fff;border-color:#d5d7e9;height:auto;margin-left:12px;padding-left:12px;padding-right:12px}.gform-admin .gform-input__add-on--action-button.gform-button--icon-leading.gform-button--size-sm .gform-button__icon{color:#5b5e80;font-size:14px;margin:0}.gform-admin .gform-label{align-items:center;color:#242748;cursor:pointer;display:inline-flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;outline:none}.gform-admin .gform-link:where(:not(.gform-button)){box-sizing:border-box;color:#3985b7;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400;position:relative;text-decoration:none;transition:all .15s ease}.gform-admin .gform-list{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;margin:0;padding:0}.gform-admin .gform-list__item{-webkit-padding-start:1.625rem;margin-bottom:.875rem;padding-inline-start:1.625rem}.gform-admin .gform-list__item:last-child{margin:0}.gform-admin .gform-list--unordered .gform-list__item{list-style:none;position:relative}.gform-admin .gform-list--unordered .gform-list__item:before{background:50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 16.5a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.707-9.293a1 1 0 0 0-1.414-1.414L7.5 9.086 6.207 7.793a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4Z' fill='%23F15A2B'/%3E%3C/svg%3E");content:"";height:1rem;inset-inline-start:.125rem;position:absolute;top:.25rem;width:1rem}.gform-admin .gform-meta-box{background:#fff;border:1px solid #d4d4e4;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06)}.gform-admin .gform-meta-box__header{border-bottom:1px solid #e4e4ee}.gform-admin .gform-meta-box__content,.gform-admin .gform-meta-box__header{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-meta-box__footer{border-top:1px solid #e4e4ee;padding:1rem}.gform-admin .gform-nav-bar{background:#092447;block-size:100%;inline-size:80px;inset-block-start:0;inset-inline-start:0;position:absolute;z-index:10}.gform-admin .gform-nav-bar__logo{background-color:#041834;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='932' height='1024'%3E%3Cpath d='M929.46 325.543c0-46.506-33.883-103.642-74.41-126.895L536.15 17.274C495.623-5.979 429.186-5.315 388.659 18.603L72.417 203.698C31.89 227.615-.664 284.752 0 332.188l2.657 366.735c0 46.506 33.883 103.642 74.41 126.895l318.9 181.374c40.527 23.253 106.964 22.589 147.491-1.329L859.7 820.503c40.527-23.917 73.081-81.054 72.417-128.224zm-134.204 101.65H376.7c-25.911 0-45.177 7.308-60.458 23.917-33.219 35.876-51.157 104.971-53.814 143.505H674.34V490.707h117.594v221.901H136.861s2.657-245.818 93.677-342.817c37.869-40.527 87.697-61.122 146.827-61.122h417.227v118.259z' fill='%23fff'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:28px 31px;block-size:72px;inline-size:100%}.gform-admin .gform-pagination{box-sizing:border-box;display:flex;flex-direction:row;gap:6px;list-style-type:none;margin:0;padding:0}.gform-admin .gform-pagination__link,.gform-admin .gform-pagination__link--next,.gform-admin .gform-pagination__link--previous{align-items:center;background:#fdfdff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.05);box-sizing:border-box;color:#242748;cursor:pointer;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;padding:7px 12px}.gform-admin .gform-pagination__link--next:active,.gform-admin .gform-pagination__link--next:hover,.gform-admin .gform-pagination__link--previous:active,.gform-admin .gform-pagination__link--previous:hover,.gform-admin .gform-pagination__link:active,.gform-admin .gform-pagination__link:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-pagination__link--next.focus-visible,.gform-admin .gform-pagination__link--previous.focus-visible,.gform-admin .gform-pagination__link.focus-visible{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-pagination__link--next:focus-visible,.gform-admin .gform-pagination__link--previous:focus-visible,.gform-admin .gform-pagination__link:focus-visible{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-pagination__link--next.gform-pagination__link--disabled,.gform-admin .gform-pagination__link--next:disabled,.gform-admin .gform-pagination__link--previous.gform-pagination__link--disabled,.gform-admin .gform-pagination__link--previous:disabled,.gform-admin .gform-pagination__link.gform-pagination__link--disabled,.gform-admin .gform-pagination__link:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-pagination__link--selected{background:#0f3d6c;border-color:#0f3d6c;color:#fff;cursor:default}.gform-admin .gform-pagination__link--selected:active,.gform-admin .gform-pagination__link--selected:hover{background:#0f3d6c;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#fff}.gform-admin .gform-pagination__link--selected.focus-visible{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-pagination__link--selected:focus-visible{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-pagination__link--break{align-items:center;cursor:pointer;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;padding:7px 4px}.gform-admin .gform-input--radio{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-input--radio+label:before{background-color:#fff;border:1px solid #9092b2;border-radius:50%;content:"";display:inline-block;height:1.25rem;margin-right:.625rem;top:1.5625rem;transition:box-shadow .15s ease,background-color .15s ease;vertical-align:middle;width:1.25rem}.gform-admin .gform-input--radio:focus+label:before,.gform-admin .gform-input--radio:hover+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%23ECEDF8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#3985b7;box-shadow:0 0 0 2px #bed8ed;display:inline-block}.gform-admin .gform-input--radio:checked+label:before{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%233E7DA6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#9092b2}.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio *,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio :after,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio :before{box-sizing:border-box}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio+.gform-label{align-items:flex-start;display:flex}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio+.gform-label:before{border:.0625rem solid #9092b0;border-radius:50%;box-shadow:0 1px 4px rgba(18,25,97,.078);flex:none;margin-right:.5rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:hover+.gform-label:before{background-color:#f6f9fc;background-image:none}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:focus+.gform-label:before{background-color:#f6f9fc;background-image:none;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 2px #bed8ed}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjMEYzRDZDIi8+PC9zdmc+")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled+.gform-label{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled+.gform-label:before{background-color:#f6f9fc;border-color:#ecedf8;box-shadow:none;opacity:1}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjRUFFQ0YwIi8+PC9zdmc+")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled~.gform-input-help-text{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm+.gform-label:before{height:1rem;margin-right:.5rem;width:1rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm:checked+.gform-label:before{background-size:6px}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm~.gform-input-help-text{margin-left:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-md+.gform-label:before{height:1.25rem;margin-right:.75rem;margin-top:-.0625rem;width:1.25rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-md~.gform-input-help-text{margin-left:2.125rem}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image{align-items:center;display:flex;height:145px;justify-content:center;position:relative;width:150px}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label{border:1px solid rgba(18,25,97,.042);border-radius:3px;box-shadow:0 1px 4px rgba(18,25,97,.078);color:transparent;display:block;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;width:100%}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label:hover{box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label:before{display:none}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked:focus+label:before{box-shadow:none}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label{border-color:#0f3d6c;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label:before{background:#0f3d6c;border:0;border-radius:0;display:block;height:50px;margin:0;position:absolute;right:-25px;top:-25px;transform:rotate(45deg);width:50px}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label:after{color:#fff;content:"\e904";display:block;font-family:gform-icons-common;font-size:.6rem;position:absolute;right:4px;top:4px}html[dir=rtl] .gform-admin .gform-input--radio+label:before{margin-left:.625rem;margin-right:0}.gform-admin .gform-input-range-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:10px;margin-top:10px}.gform-admin .gform-input-range-value-wrapper{display:block;margin-bottom:-10px;margin-top:-10px;max-width:80px;position:relative}.gform-admin .gform-input-range-value-wrapper .gform-input--range-value-input{border:1px solid #c3c5db;border-radius:3px;box-sizing:border-box;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;height:30px;padding:7px 15px 7px 7px;width:100%}.gform-admin .gform-input-range-value-wrapper .gform-input--range-value-input+.gform-input--range__suffix{color:#9092b2;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;position:absolute;right:7px;top:50%;transform:translateY(-50%)}.gform-admin .gform-input--range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;padding:0;width:15rem}.gform-admin .gform-input--range:focus{border:none;box-shadow:none;outline:none}.gform-admin .gform-input--range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:2px solid #9092b2;border-radius:100%;height:15px;transform:translateY(-6px);width:15px}.gform-admin .gform-input--range::-moz-range-track{background-color:#d5d7e9;border-radius:0;height:3px;margin:0;padding:0}.gform-admin .gform-input--range::-webkit-slider-runnable-track{background-color:#d5d7e9;border-radius:0;height:3px;margin:0;padding:0}.gform-admin .gform-input--range+.gform-input-range-value-wrapper,.gform-admin .gform-input-range-value-wrapper+.gform-input--range{margin-left:5px}.gform-admin .gform-router-nav-bar{inline-size:100%}.gform-admin .gform-router-nav-bar,.gform-admin .gform-router-nav-bar *{box-sizing:border-box}.gform-admin .gform-router-nav-bar__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.gform-admin .gform-router-nav-bar__item{margin:0}.gform-admin .gform-router-nav-bar--icon-button{padding-block:1.5rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__list{gap:1rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item-link{cursor:pointer;text-decoration:none}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item-icon{font-size:1.25rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-text{opacity:.5}.gform-admin .gform-router-nav-bar--icon-text-tag{padding-block:2rem;padding-inline:1.5rem}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__list{gap:.25rem}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link{align-items:center;block-size:36px;border:1px solid transparent;border-radius:3px;color:#242748;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;inline-size:100%;justify-content:flex-start;padding:.4375rem .6875rem;text-decoration:none}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button.focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:hover,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link.focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:hover,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:focus,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:focus{box-shadow:none;outline:none}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:active,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:active{background:#f6f9fc;border-color:#bed8ed}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:disabled,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:disabled{background:transparent;border-color:transparent}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--active .gform-router-nav-bar__item-link{background:#f6f9fc;border-color:#dde9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-button,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-link{opacity:.5}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-icon{color:#5b5e80;font-size:1.25rem}.gform-admin .gform-input-wrapper--select,.gform-admin .gform-input-wrapper--select *{box-sizing:border-box}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-r .gform-select{padding-block:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-l .gform-select{padding-block:.5rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-xl .gform-select{padding-block:.75rem}.gform-admin .gform-select__wrapper{position:relative}.gform-admin .gform-select__wrapper:after{background:50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M6 5.086 10.293.793a1 1 0 1 1 1.414 1.414L6 7.914.293 2.207A1 1 0 0 1 1.707.793L6 5.086Z' fill='%239092B0'/%3E%3C/svg%3E");content:"";height:.5rem;inset-inline-end:.9375rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:.75rem}.gform-admin .gform-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #9092b0;border-radius:.1875rem;box-shadow:0 .25rem .25rem rgba(18,25,97,.041);color:#242748;cursor:pointer;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.43;max-width:none;outline:none;padding-inline:.75rem 2rem;width:100%}.gform-admin .gform-select:focus{border-color:#0f3d6c;box-shadow:0 0 0 2px #bed8ed}.gform-admin .gform-select:disabled{background:#f6f9fc;border-color:#d5d7e9;color:#9092b0}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-label{-webkit-margin-after:.375rem;margin-block-end:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){-webkit-margin-before:.375rem;margin-block-start:.375rem}.gform-admin .gform-snackbar{align-items:center;background:#fff;border:1px solid #ecedf8;border-radius:3px;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;display:flex;flex-direction:row;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;max-width:calc(100% - 40px);min-height:56px;min-width:344px;opacity:0;padding:16px;position:absolute;transform:scale(.95);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.gform-admin .gform-snackbar.gform-snackbar--reveal{opacity:1;transform:scale(1)}.gform-admin .gform-snackbar.gform-snackbar--bottomleft{bottom:20px;left:20px}.gform-admin .gform-snackbar.gform-snackbar--bottomright{bottom:20px;right:20px}.gform-admin .gform-snackbar.gform-snackbar--topleft{left:20px;top:20px}.gform-admin .gform-snackbar.gform-snackbar--topright{right:20px;top:20px}.gform-admin .gform-snackbar.gform-snackbar--has-close{padding-right:50px}.gform-admin .gform-snackbar__close{align-items:center;background:#fff;border:1px solid transparent;border-radius:100%;color:#9092b2;cursor:pointer;display:flex;font-size:32px;height:24px;justify-content:center;position:absolute;right:10px;top:16px;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;width:24px}.gform-admin .gform-snackbar__close:hover{color:#5b5e80}.gform-admin .gform-snackbar__close.focus-visible{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;color:#5b5e80;outline:none}.gform-admin .gform-snackbar__close:focus-visible{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;color:#5b5e80;outline:none}.gform-admin .gform-snackbar__icon{font-size:24px;margin-right:10px}.gform-admin .gform-snackbar__message{margin-right:6px}.gform-admin .gform-snackbar__cta{color:#3e7da6;margin-left:auto;text-decoration:none}.gform-admin .gform-snackbar__cta:focus,.gform-admin .gform-snackbar__cta:hover{box-shadow:none;outline:none;text-decoration:underline}.gform-admin .gform-snackbar--success .gform-snackbar__icon{color:#22a753}.gform-admin .gform-snackbar--error .gform-snackbar__icon{color:#dd301d}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--bottomleft{left:auto;right:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--bottomright{left:20px;right:auto}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--topleft{left:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--topright{right:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--has-close{padding-left:50px;padding-right:16px}html[dir=rtl] .gform-admin .gform-snackbar__close{left:10px;right:auto}html[dir=rtl] .gform-admin .gform-snackbar__cta{margin-left:0;margin-right:auto}html[dir=rtl] .gform-admin .gform-snackbar__icon{margin:0 0 0 10px}html[dir=rtl] .gform-admin .gform-snackbar__message{margin:0 0 0 6px}.gform-admin .gform-spacing.gform-spacing--top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--top-4{-webkit-margin-before:1rem;margin-block-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-4{-webkit-margin-before:1rem;margin-block-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-4{-webkit-margin-before:1rem;margin-block-start:1rem}}.gform-admin .gform-spacing.gform-spacing--top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--top-8{-webkit-margin-before:2rem;margin-block-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-8{-webkit-margin-before:2rem;margin-block-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-8{-webkit-margin-before:2rem;margin-block-start:2rem}}.gform-admin .gform-spacing.gform-spacing--top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--top-12{-webkit-margin-before:3rem;margin-block-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-12{-webkit-margin-before:3rem;margin-block-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-12{-webkit-margin-before:3rem;margin-block-start:3rem}}.gform-admin .gform-spacing.gform-spacing--top-16{-webkit-margin-before:4rem;margin-block-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-16{-webkit-margin-before:4rem;margin-block-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-16{-webkit-margin-before:4rem;margin-block-start:4rem}}.gform-admin .gform-spacing.gform-spacing--top-20{-webkit-margin-before:5rem;margin-block-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-20{-webkit-margin-before:5rem;margin-block-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-20{-webkit-margin-before:5rem;margin-block-start:5rem}}.gform-admin .gform-spacing.gform-spacing--top-24{-webkit-margin-before:6rem;margin-block-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-24{-webkit-margin-before:6rem;margin-block-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-24{-webkit-margin-before:6rem;margin-block-start:6rem}}.gform-admin .gform-spacing.gform-spacing--top-32{-webkit-margin-before:8rem;margin-block-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-32{-webkit-margin-before:8rem;margin-block-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-32{-webkit-margin-before:8rem;margin-block-start:8rem}}.gform-admin .gform-spacing.gform-spacing--top-40{-webkit-margin-before:10rem;margin-block-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-40{-webkit-margin-before:10rem;margin-block-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-40{-webkit-margin-before:10rem;margin-block-start:10rem}}.gform-admin .gform-spacing.gform-spacing--top-48{-webkit-margin-before:12rem;margin-block-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-48{-webkit-margin-before:12rem;margin-block-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-48{-webkit-margin-before:12rem;margin-block-start:12rem}}.gform-admin .gform-spacing.gform-spacing--top-56{-webkit-margin-before:14rem;margin-block-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-56{-webkit-margin-before:14rem;margin-block-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-56{-webkit-margin-before:14rem;margin-block-start:14rem}}.gform-admin .gform-spacing.gform-spacing--top-64{-webkit-margin-before:16rem;margin-block-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-64{-webkit-margin-before:16rem;margin-block-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-64{-webkit-margin-before:16rem;margin-block-start:16rem}}.gform-admin .gform-spacing.gform-spacing--bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}}.gform-admin .gform-spacing.gform-spacing--bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}}.gform-admin .gform-spacing.gform-spacing--bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}}.gform-admin .gform-spacing.gform-spacing--bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}}.gform-admin .gform-spacing.gform-spacing--bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}}.gform-admin .gform-spacing.gform-spacing--bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}}.gform-admin .gform-spacing.gform-spacing--bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}}.gform-admin .gform-spacing.gform-spacing--bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}}.gform-admin .gform-spacing.gform-spacing--bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}}.gform-admin .gform-spacing.gform-spacing--bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}}.gform-admin .gform-spacing.gform-spacing--left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}}.gform-admin .gform-spacing.gform-spacing--left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}}.gform-admin .gform-spacing.gform-spacing--left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}}.gform-admin .gform-spacing.gform-spacing--left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}}.gform-admin .gform-spacing.gform-spacing--left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}}.gform-admin .gform-spacing.gform-spacing--left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}}.gform-admin .gform-spacing.gform-spacing--left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}}.gform-admin .gform-spacing.gform-spacing--left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}}.gform-admin .gform-spacing.gform-spacing--left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}}.gform-admin .gform-spacing.gform-spacing--left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}}.gform-admin .gform-spacing.gform-spacing--left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}}.gform-admin .gform-spacing.gform-spacing--right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}}.gform-admin .gform-spacing.gform-spacing--right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}}.gform-admin .gform-spacing.gform-spacing--right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}}.gform-admin .gform-spacing.gform-spacing--right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}}.gform-admin .gform-spacing.gform-spacing--right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}}.gform-admin .gform-spacing.gform-spacing--right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}}.gform-admin .gform-spacing.gform-spacing--right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}}.gform-admin .gform-spacing.gform-spacing--right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}}.gform-admin .gform-spacing.gform-spacing--right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}}.gform-admin .gform-spacing.gform-spacing--right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}}.gform-admin .gform-spacing.gform-spacing--right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}}.gform-admin .gform-st-icon{font-feature-settings:normal;align-items:center;display:inline-flex;flex-basis:1.25rem;flex-grow:0;flex-shrink:0;font-family:gform-icons-admin!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;justify-content:center;position:relative;text-transform:none;vertical-align:top;width:1.25rem}.gform-admin .gform-st-icon:after,.gform-admin .gform-st-icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;box-sizing:border-box;height:100%;white-space:normal;width:100%}.gform-admin .gform-st-icon--circle-minus,.gform-admin .gform-st-icon--circle-plus{background:#fff;border:0;border-radius:50%;box-shadow:0 2px 2px rgba(58,58,87,.06);cursor:pointer;flex-basis:1.125rem;height:1.125rem;line-height:1.188rem;outline:none;padding:0;text-align:center;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.125rem}.gform-admin .gform-st-icon--circle-minus:before,.gform-admin .gform-st-icon--circle-plus:before{border:.0625rem solid #c3c5db;border-radius:50%;content:"";height:1.125rem;left:0;position:absolute;top:.031rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.125rem}.gform-admin .gform-st-icon--circle-minus:after,.gform-admin .gform-st-icon--circle-plus:after{color:#3e7da6;font-size:.55rem;height:auto;position:relative;width:auto}.gform-admin .gform-st-icon--circle-minus:focus,.gform-admin .gform-st-icon--circle-minus:hover,.gform-admin .gform-st-icon--circle-plus:focus,.gform-admin .gform-st-icon--circle-plus:hover{box-shadow:0 2px 2px rgba(58,58,87,.08)}.gform-admin .gform-st-icon--circle-minus:focus:before,.gform-admin .gform-st-icon--circle-minus:hover:before,.gform-admin .gform-st-icon--circle-plus:focus:before,.gform-admin .gform-st-icon--circle-plus:hover:before{border-color:#3e7da6;box-shadow:0 0 0 1px #bed8ed}.gform-admin .gform-st-icon--circle-plus:after{content:"\e966"}.gform-admin .gform-st-icon--circle-minus:after{content:"\e942"}.gf_browser_chrome .gform-st-icon--circle-minus:after,.gf_browser_chrome .gform-st-icon--circle-plus:after{height:100%;margin-left:.03125rem}.gform-admin .gform-status-indicator{background:#ecedf8;border:1px solid #d5d7e9;border-radius:.75rem;color:#242748;cursor:pointer;display:inline-block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.687rem;font-weight:600;line-height:1;padding:.375rem .5rem .375rem 1.5rem;position:relative;transition:all .2s ease-in-out;white-space:nowrap;width:auto}.gform-admin .gform-status-indicator.gform-status--no-hover{cursor:auto}.gform-admin .gform-status-indicator svg{fill:#242748;stroke:rgba(154,157,187,.2);height:1.125rem;left:.25rem;position:absolute;top:.325rem;transition:all .2s ease-in-out;width:1.125rem}.gform-admin .gform-status-indicator.gform-status--active{background:#e1f6ed;border-color:rgba(87,192,145,.24);color:#276a52}.gform-admin .gform-status-indicator.gform-status--active svg{fill:#57c091;stroke:rgba(87,192,145,.22)}.gform-admin .gform-status-indicator.gform-status--error{background:#feefef;border-color:rgba(221,48,29,.2);color:#dd301d}.gform-admin .gform-status-indicator.gform-status--error svg{fill:#dd301d;stroke:rgba(221,48,29,.2)}.gform-admin .gform-status-indicator.gform-status--static{pointer-events:none}.gform-admin .gform-status-indicator.gform-status--static .gform-status-indicator-status{bottom:-.0625rem;position:relative}.gform-admin .gform-status-indicator.gform-status--no-pill{border-radius:3px}.gform-admin .gform-status-indicator.gform-status--no-icon{padding-left:.65rem;padding-right:.65rem}.gform-admin .gform-status-indicator:not(.gform-status--no-hover):active,.gform-admin .gform-status-indicator:not(.gform-status--no-hover):focus,.gform-admin .gform-status-indicator:not(.gform-status--no-hover):hover{border-color:#3e7da6;box-shadow:0 0 0 1px #bed8ed;outline:none}.gform-admin .gform-status-indicator-status{bottom:-.0625rem;position:relative}.gform-admin .wp-list-table .gform-status-indicator{margin-left:.375rem}html[dir=rtl] .gform-admin .gform-status-indicator{padding-left:.5rem;padding-right:1.5rem}html[dir=rtl] .gform-admin .gform-status-indicator svg{left:auto;right:.25rem}html[dir=rtl] .gform-admin .gform-status-indicator.gform-status--no-icon{padding-left:.65rem;padding-right:.65rem}.gform-admin .gform-steps{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;list-style:none;margin:0;padding:0}.gform-admin .gform-steps__step{align-items:center;border:1px solid #374b6b;border-radius:50%;color:#fff;display:flex;height:2.125rem;justify-content:center;margin:0 auto;width:2.125rem}.gform-admin .gform-steps__step:not(:last-child){-webkit-margin-after:4rem;margin-block-end:4rem;position:relative}.gform-admin .gform-steps__step:not(:last-child):after{background-color:#374b6b;content:"";height:4rem;left:50%;position:absolute;top:2.1rem;width:1px}.gform-admin .gform-steps__step--active{background-color:#f15a2b;border-color:#f15a2b}.gform-admin .gform-steps__step-icon{display:none;font-size:1.25rem}.gform-admin .gform-steps__step--completed .gform-steps__step-icon{display:block}.gform-admin .gform-steps__step--completed .gform-steps__step-count{display:none}.gform-admin .gform-input--swatch{position:relative}.gform-admin .gform-input--swatch-options{display:flex;flex-wrap:nowrap;padding:0}.gform-admin .gform-input--swatch__option{list-style:none}.gform-admin .gform-input--swatch__option input[type=radio]{display:none}.gform-admin .gform-input--swatch__option+.gform-input--swatch__option{margin-left:.625rem}.gform-admin .gform-input--swatch__option-preview{border:2px solid #fff;border-radius:100%;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04);cursor:pointer;display:inline-block;height:30px;position:relative;width:30px}.gform-admin .gform-input--swatch__option-preview--new{border:3px solid #d5d7e9;box-shadow:none;outline:1px dashed #5b5e80;outline-offset:-4px}.gform-admin .gform-input--swatch__option-preview .gform-icon{color:#fff;font-size:1.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gform-admin .gform-input--swatch__option-preview .gform-input--swatch-delete{background:#dd301d;border:1px solid #fff;border-radius:100%;display:none;font-size:1rem;left:auto;padding:0;right:0;top:0;transform:translate(50%,-50%)}.gform-admin .gform-input--swatch__option-preview:hover .gform-input--swatch-delete{display:block}.gform-admin .gform-input--swatch__option-preview--new .gform-icon{color:#242748;font-size:1.25rem}.gform-admin .gform-table{border:.0625rem solid #ecedf8;border-collapse:collapse;box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;max-width:100%;text-align:left;width:100%}.gform-admin .gform-table *{box-sizing:border-box}.gform-admin .gform-table tr{border-bottom:.0625rem solid #ecedf8}.gform-admin .gform-table th{font-weight:500;padding:.8125rem 1.125rem}.gform-admin .gform-table td{padding:1.25rem 1.125rem}.gform-admin .gform-table p{font-size:.8125rem;margin:0}@media (max-width:960px){.gform-admin .gform-table--responsive thead{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-table--responsive tbody,.gform-admin .gform-table--responsive td,.gform-admin .gform-table--responsive th,.gform-admin .gform-table--responsive tr{display:block;padding:0;white-space:normal}.gform-admin .gform-table--responsive tr{border-bottom:0}.gform-admin .gform-table--responsive td,.gform-admin .gform-table--responsive th{border-bottom:1px solid #ecedf8;overflow:hidden;padding:1.25rem 1.125rem;position:relative;vertical-align:top;white-space:normal;width:100%}.gform-admin .gform-table--responsive td p{padding-left:1.125rem}.gform-admin .gform-table--responsive td[data-header]:before{content:attr(data-header);display:block;float:left;font-weight:500;width:50%}.gform-admin .gform-table--responsive td[data-header]>*{clear:right;display:block;float:right;width:50%}.gform-admin .gform-table--responsive td[data-header]:after{border-right:1px solid #ecedf8;content:"";display:block;left:0;padding-bottom:200%;position:absolute;top:0;width:50%}}.gform-admin .gform-table--fixed{table-layout:fixed}.gform-admin .gform-table--no-outer-border{border:0}.gform-admin .gform-table--no-outer-border tbody tr:last-child,.gform-admin .gform-table--no-outer-border tbody tr:last-child td:last-child{border-bottom:0}html[dir=rtl] .gform-admin .gform-table{text-align:right}.gform-admin .gform-tag{border-radius:3px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;padding-block:5px;padding-inline:8px;position:relative;z-index:1}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xxs .gform-tag__triangle{height:.938rem;inset-inline-start:-.375rem;top:calc(50% - .5rem);width:.938rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xs .gform-tag__triangle{height:1.06rem;inset-inline-start:-.438rem;top:calc(50% - .55rem);width:1.06rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-sm .gform-tag__triangle{height:1.188rem;inset-inline-start:-.5rem;top:calc(50% - .594rem);width:1.188rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-md .gform-tag__triangle{height:1.281rem;inset-inline-start:-.563rem;top:calc(50% - .641rem);width:1.281rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-lg .gform-tag__triangle{height:1.313rem;inset-inline-start:-.563rem;top:calc(50% - .656rem);width:1.313rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xl .gform-tag__triangle{height:1.375rem;inset-inline-start:-.625rem;top:calc(50% - .688rem);width:1.375rem}.gform-admin .gform-tag--type-chathams{background:#0f3d6c;color:#fff}.gform-admin .gform-tag--type-amethyst-smoke{background:#9092b2;color:#fff}.gform-admin .gform-tag--type-upgrade{background:#9092b0;box-shadow:0 1px 4px rgba(18,25,97,.078);color:#fff;padding-block:2px;padding-inline:6px;text-transform:uppercase}.gform-admin .gform-tag__triangle{background-color:inherit;border:inherit;border-radius:3px;display:block;position:absolute;transform:rotate(45deg) skew(15deg,15deg);z-index:-1}.gform-admin .gform-text{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-style:normal}.gform-admin .gform-text--color-port{color:#242748}.gform-admin .gform-text--color-comet{color:#5b5e80}.gform-admin .gform-text--color-secondary-text{color:#6a6a80}.gform-admin h1.gform-text,.gform-admin h2.gform-text,.gform-admin h3.gform-text,.gform-admin h4.gform-text,.gform-admin h5.gform-text,.gform-admin h6.gform-text,.gform-admin p.gform-text{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;margin:0;padding:0}.gform-admin .gform-input-wrapper--textarea,.gform-admin .gform-input-wrapper--textarea *{box-sizing:border-box}.gform-admin .gform-input--textarea{-webkit-appearance:none;background:#fff;border:1px solid #9092b0;border-radius:3px;box-shadow:0 0 0 transparent;box-sizing:border-box;color:#242748;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:2;margin:.375rem 0;outline:none;padding:.25rem .75rem;transition:box-shadow .15s ease,background-color .15s ease;width:100%}.gform-admin .gform-input--textarea:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input--textarea::-moz-placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400}.gform-admin .gform-input--textarea::placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400}.gform-admin .gform-input--textarea:disabled{background:#f4f5fb}.gform-admin .gform-toggle{align-items:flex-start;display:inline-flex;gap:.5rem}.gform-admin .gform-toggle,.gform-admin .gform-toggle *,.gform-admin .gform-toggle :after,.gform-admin .gform-toggle :before{box-sizing:border-box}.gform-admin .gform-toggle.gform-toggle--disabled{opacity:.5}.gform-admin .gform-toggle--size-l,.gform-admin .gform-toggle--size-m{gap:.75rem}.gform-admin .gform-toggle--width-full{display:flex;justify-content:space-between}.gform-admin .gform-toggle--label-left{flex-direction:row-reverse}.gform-admin input[type=checkbox].gform-toggle__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;margin:0;outline:none;position:relative}.gform-admin input[type=checkbox].gform-toggle__toggle:before{background:#d5d7e9;content:"";display:block;margin:0;outline:2px solid transparent;outline-offset:2px;transition:all .15s ease}.gform-admin input[type=checkbox].gform-toggle__toggle:after{background:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04);content:"";position:absolute;transition:all .15s ease}.gform-admin input[type=checkbox].gform-toggle__toggle.focus-visible:before{outline-color:#d5d7e9;outline-offset:2px}.gform-admin input[type=checkbox].gform-toggle__toggle:focus-visible:before{outline-color:#d5d7e9;outline-offset:2px}.gform-admin input[type=checkbox].gform-toggle__toggle.focus-visible:checked:before{outline-color:#3e7da6}.gform-admin input[type=checkbox].gform-toggle__toggle:focus-visible:checked:before{outline-color:#3e7da6}.gform-admin input[type=checkbox].gform-toggle__toggle:checked:before{background:#3e7da6}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle.focus-visible:checked:before{outline-color:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:checked:before{outline-color:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle.focus-visible:hover:checked:before{outline-color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:hover:checked:before{outline-color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked:before{background:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked:hover:before{background:#242748}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle{height:1.25rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:before{border-radius:.625rem;height:1.25rem;width:2.5625rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:after{height:.875rem;inset-inline-start:.1875rem;top:.1875rem;width:.875rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.3125rem)}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle{height:1.5rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:before{border-radius:.75rem;height:1.5rem;width:3rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:after{height:1.125rem;inset-inline-start:.1875rem;top:.1875rem;width:1.125rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.5rem)}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle{height:1.75rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:before{border-radius:.875rem;height:1.75rem;width:3.4375rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:after{height:1.25rem;inset-inline-start:.25rem;top:.25rem;width:1.25rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.6875rem)}.gform-admin .gform-toggle__label{cursor:pointer}html[dir=rtl] .gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.3125rem)}html[dir=rtl] .gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.5rem)}html[dir=rtl] .gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.6875rem)}.gform-admin .gform-tooltip{display:inline-block;position:relative}.gform-admin .gform-tooltip__trigger{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:.625rem;height:1rem;justify-content:center;margin:0;outline:.125rem solid transparent;padding:0;transition:all .15s ease;width:1rem}.gform-admin .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip__trigger:hover{box-shadow:0 1px 2px rgba(0,0,0,.05)}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger{background:#ecedf8;border:1px solid #ecedf8;color:#242748}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:hover{background-color:#d5d7e9;border-color:#9092b2}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:focus{border-color:#0f3d6c;outline:.125rem solid #bed8ed}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger{background:#e1f6ed;border:1px solid #e1f6ed;color:#22a753}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:hover{border-color:#22a753}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:focus{background:#f5fcf6;outline:.125rem solid #e1f6ed}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger{background:#feefef;border:1px solid #feefef;color:#dd301d}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:hover{border-color:#dd301d}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:focus{background:#fff;outline:.125rem solid #feefef}.gform-admin .gform-tooltip__tooltip{border-radius:.1875rem;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;line-height:1.385;padding:.5rem .75rem;position:fixed;visibility:hidden}.gform-admin .gform-tooltip__tooltip *{color:#fff}.gform-admin .gform-tooltip__tooltip-arrow{position:absolute;z-index:-1}.gform-admin .gform-tooltip__tooltip-arrow:after{border-radius:.25rem;content:"";display:block;height:1.125rem;transform:rotate(45deg);width:1.125rem}.gform-admin .gform-tooltip--theme-chathams .gform-tooltip__tooltip,.gform-admin .gform-tooltip--theme-chathams .gform-tooltip__tooltip-arrow:after{background:#0f3d6c}.gform-admin .gform-tooltip--theme-port .gform-tooltip__tooltip,.gform-admin .gform-tooltip--theme-port .gform-tooltip__tooltip-arrow:after{background:#242748}.gform-admin .gform-tooltip--position-top .gform-tooltip__tooltip{left:50%;top:0;transform:translate(-50%,calc(-100% - .875rem))}.gform-admin .gform-tooltip--position-top .gform-tooltip__tooltip-arrow{bottom:-.4375rem;left:50%;transform:scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-bottom .gform-tooltip__tooltip{bottom:0;left:50%;transform:translate(-50%,calc(100% + .875rem))}.gform-admin .gform-tooltip--position-bottom .gform-tooltip__tooltip-arrow{left:50%;top:-.4375rem;transform:scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-left .gform-tooltip__tooltip{left:0;top:50%;transform:translate(calc(-100% - .875rem),-50%)}.gform-admin .gform-tooltip--position-left .gform-tooltip__tooltip-arrow{right:-.4375rem;top:50%;transform:rotate(90deg) scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-right .gform-tooltip__tooltip{right:0;top:50%;transform:translate(calc(100% + .875rem),-50%)}.gform-admin .gform-tooltip--position-right .gform-tooltip__tooltip-arrow{left:-.4375rem;top:50%;transform:rotate(90deg) scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--initialized .gform-tooltip__tooltip{display:none;opacity:0;position:absolute;transition:opacity .15s ease}.gform-admin .gform-tooltip--anim-in-ready .gform-tooltip__tooltip{display:block;visibility:visible}.gform-admin .gform-tooltip--anim-in-active .gform-tooltip__tooltip{opacity:1}.gform-admin .gform-tooltip__tooltip-content{margin:0}.gform-admin .gform-typography--size-text-xxs{font-size:.625rem;line-height:1.6}.gform-admin .gform-typography--size-text-xs{font-size:.75rem;line-height:1.5}.gform-admin .gform-typography--size-text-sm{font-size:.875rem;line-height:1.43}.gform-admin .gform-typography--size-text-md{font-size:1rem;line-height:1.5}.gform-admin .gform-typography--size-text-lg{font-size:1.125rem;line-height:1.56}.gform-admin .gform-typography--size-text-xl{font-size:1.25rem;line-height:1.5}.gform-admin .gform-typography--size-display-xs{font-size:1.5rem;line-height:1.33}.gform-admin .gform-typography--size-display-sm{font-size:1.875rem;line-height:1.27}.gform-admin .gform-typography--size-display-md{font-size:2.25rem;letter-spacing:-.02em;line-height:1.22}.gform-admin .gform-typography--size-display-lg{font-size:2.875rem;letter-spacing:-.02em;line-height:1.09}.gform-admin .gform-typography--size-display-xl{font-size:3rem;letter-spacing:-.02em;line-height:1.25}.gform-admin .gform-typography--size-display-2xl{font-size:3.75rem;letter-spacing:-.02em;line-height:1.2}.gform-admin .gform-typography--size-display-3xl{font-size:4.5rem;letter-spacing:-.02em;line-height:1.25}@media (min-width:768px){.gform-admin .gform-typography--md-size-text-xxs{font-size:.625rem;line-height:1.6}.gform-admin .gform-typography--md-size-text-xs{font-size:.75rem;line-height:1.5}.gform-admin .gform-typography--md-size-text-sm{font-size:.875rem;line-height:1.43}.gform-admin .gform-typography--md-size-text-md{font-size:1rem;line-height:1.5}.gform-admin .gform-typography--md-size-text-lg{font-size:1.125rem;line-height:1.56}.gform-admin .gform-typography--md-size-text-xl{font-size:1.25rem;line-height:1.5}.gform-admin .gform-typography--md-size-display-xs{font-size:1.5rem;line-height:1.33}.gform-admin .gform-typography--md-size-display-sm{font-size:1.875rem;line-height:1.27}.gform-admin .gform-typography--md-size-display-md{font-size:2.25rem;letter-spacing:-.02em;line-height:1.22}.gform-admin .gform-typography--md-size-display-lg{font-size:2.875rem;letter-spacing:-.02em;line-height:1.09}.gform-admin .gform-typography--md-size-display-xl{font-size:3rem;letter-spacing:-.02em;line-height:1.25}.gform-admin .gform-typography--md-size-display-2xl{font-size:3.75rem;letter-spacing:-.02em;line-height:1.2}.gform-admin .gform-typography--md-size-display-3xl{font-size:4.5rem;letter-spacing:-.02em;line-height:1.25}}.gform-admin .gform-typography--weight-regular{font-weight:400}.gform-admin .gform-typography--weight-medium{font-weight:500}.gform-admin .gform-typography--weight-semibold{font-weight:600}.gform-admin .gform-card{aspect-ratio:1/1;border-radius:.1875rem;box-shadow:0 0 0 rgba(18,25,97,.05),0 2px 5px rgba(18,25,97,.1),0 1px 1px rgba(18,25,97,.15);display:flex;flex-direction:column;justify-content:center;position:relative;transition:box-shadow .2s ease;width:100%}.gform-admin .gform-card,.gform-admin .gform-card *{box-sizing:border-box}.gform-admin .gform-card__top-container{border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;flex:1;position:relative}.gform-admin .gform-card__bottom-container{-webkit-border-before:1px solid #ecedf8;background-color:#fff;border-block-start:1px solid #ecedf8;border-end-end-radius:.1875rem;border-end-start-radius:.1875rem;padding:1.25rem;position:relative;width:100%;z-index:1}.gform-admin .gform-card--form-template-blank:hover,.gform-admin .gform-card--form-template-blank[focus-within],.gform-admin .gform-card--form-template:hover,.gform-admin .gform-card--form-template[focus-within]{box-shadow:0 -10px 65px rgba(18,25,97,.09),0 30px 30px rgba(18,25,97,.07),0 15px 15px rgba(18,25,97,.06),0 10px 8px rgba(18,25,97,.05),0 4px 4px rgba(18,25,97,.04),0 2px 2px rgba(18,25,97,.03)}.gform-admin .gform-card--form-template-blank:focus-within,.gform-admin .gform-card--form-template-blank:hover,.gform-admin .gform-card--form-template:focus-within,.gform-admin .gform-card--form-template:hover{box-shadow:0 -10px 65px rgba(18,25,97,.09),0 30px 30px rgba(18,25,97,.07),0 15px 15px rgba(18,25,97,.06),0 10px 8px rgba(18,25,97,.05),0 4px 4px rgba(18,25,97,.04),0 2px 2px rgba(18,25,97,.03)}.gform-admin .gform-card--form-template-blank .gform-card__form-template-blank-button{background:transparent;block-size:100%;border:0;cursor:pointer;inline-size:100%;inset-block-start:0;inset-inline-start:0;margin:0;outline:0;padding:0;position:absolute;z-index:10}.gform-admin .gform-card--form-template-blank .gform-card__top-container{align-items:center;display:flex!important;justify-content:center}.gform-admin .gform-card--form-template .gform-card__label{inset-block-start:16px;inset-inline-start:20px;position:absolute;z-index:10}.gform-admin .gform-card--form-template .gform-card__form-template-hover-buttons{align-items:center;background-color:hsla(0,0%,100%,.6);display:flex;inset-block-end:0;inset-block-start:0;justify-content:space-between;opacity:0;padding:0 3.12rem;position:absolute;transition:opacity .2s ease;width:100%;z-index:1}.gform-admin .gform-card--form-template .gform-card__form-template-buttons-container{display:flex;inset-inline-end:0;inset-inline-start:0;justify-content:center;margin:0 auto;position:absolute}.gform-admin .gform-card--form-template .gform-card__form-template-primary-button{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.gform-admin .gform-card--form-template .gform-card__form-template-secondary-button-icon{-webkit-margin-end:.375rem;color:#5b5e80;font-size:1.25rem;margin-inline-end:.375rem}.gform-admin .gform-card--form-template .gform-card__image{background-color:#fff;block-size:calc(100% - 1.25rem);border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);inline-size:12.5rem;inset-block-start:1.25rem;inset-inline-end:0;inset-inline-start:0;padding-block:.9375rem 0;padding-inline:.9375rem;position:absolute}.gform-admin .gform-card--form-template .gform-card__image .gform-image__image{block-size:100%}.gform-admin .gform-card--form-template .gform-card__bottom-container{max-block-size:3.8125rem;overflow:hidden;transition:max-height .3s ease}.gform-admin .gform-card--form-template .gform-card__bottom-container .gform-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;animation:closeFormTemplateCardBottom .1s linear 0s forwards;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.gform-admin .gform-card--form-template:hover .gform-card__form-template-hover-buttons,.gform-admin .gform-card--form-template[focus-within] .gform-card__form-template-hover-buttons{opacity:1;transition:opacity .2s ease}.gform-admin .gform-card--form-template:focus-within .gform-card__form-template-hover-buttons,.gform-admin .gform-card--form-template:hover .gform-card__form-template-hover-buttons{opacity:1;transition:opacity .2s ease}.gform-admin .gform-card--form-template:hover .gform-card__bottom-container,.gform-admin .gform-card--form-template[focus-within] .gform-card__bottom-container{max-block-size:6.3125rem;transition:max-height .3s ease}.gform-admin .gform-card--form-template:focus-within .gform-card__bottom-container,.gform-admin .gform-card--form-template:hover .gform-card__bottom-container{max-block-size:6.3125rem;transition:max-height .3s ease}.gform-admin .gform-card--form-template:hover .gform-card__bottom-container .gform-text,.gform-admin .gform-card--form-template[focus-within] .gform-card__bottom-container .gform-text{-webkit-line-clamp:3;line-clamp:3;animation:openFormTemplateCardBottom .3s linear 0s forwards;max-block-size:3.75rem}.gform-admin .gform-card--form-template:focus-within .gform-card__bottom-container .gform-text,.gform-admin .gform-card--form-template:hover .gform-card__bottom-container .gform-text{-webkit-line-clamp:3;line-clamp:3;animation:openFormTemplateCardBottom .3s linear 0s forwards;max-block-size:3.75rem}@keyframes openFormTemplateCardBottom{0%{-webkit-line-clamp:1;line-clamp:1}to{-webkit-line-clamp:none;line-clamp:none}}@keyframes closeFormTemplateCardBottom{0%{-webkit-line-clamp:none;line-clamp:none}to{-webkit-line-clamp:1;line-clamp:1}}.gform-admin .gform-loader__mask{align-items:center;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10000}.gform-admin .gform-loader__mask.gform-loader__mask--theme-light{background-color:rgba(247,249,252,.93)}.gform-admin .gform-loader__mask.gform-loader__mask--theme-dark{background-color:rgba(36,39,72,.93)}.gform-admin .gform-loader__mask--position-top{justify-content:start}.gform-admin .gform-loader__mask--position-top .gform-loader__mask-positioner{top:12%}.gform-admin .gform-loader__mask--position-center{justify-content:center}.gform-admin .gform-loader__mask--position-bottom{justify-content:end}.gform-admin .gform-loader__mask--position-bottom .gform-loader__mask-positioner{bottom:12%}.gform-admin .gform-loader__mask--position-sticky .gform-loader__mask-positioner{position:sticky}.gform-admin .gform-loader__mask-positioner{position:relative}.gform-admin .gform-loader--simple{animation:gformLoader1 1.1s linear infinite;border-color:#fff #fff #000 #000;border-radius:50%;border-style:solid;border-width:1.1em;display:inline-block;font-size:10px;height:10em;position:relative;transform:translateZ(0);width:10em}.gform-admin .gform-loader__inner{display:inline-flex;flex-direction:column}.gform-admin .gform-loader__text{display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;margin-top:16px;text-align:center}@keyframes gformLoader1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gform-admin .gform-loader--ring{animation:gformLoaderRotate 2s linear infinite;height:40px;transform-origin:center;vertical-align:middle;width:40px;will-change:transform}.gform-admin .gform-loader--ring circle{fill:none;stroke:#0f3d6c;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:gformLoaderStretch 1.5s ease-in-out infinite;will-change:stroke-dasharray,stroke-dashoffset}@keyframes gformLoaderRotate{to{transform:rotate(1turn)}}@keyframes gformLoaderStretch{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-124px}}.gform-admin .gform-video__wrapper{position:relative}.gform-admin .gform-video__wrapper .gform-button--video-play{border-radius:.75rem;height:5.063rem;justify-content:center;outline:8px solid rgba(0,0,0,.1);width:8.188rem}.gform-admin .gform-video__wrapper .gform-button--video-play .gform-button__icon{font-size:2.625rem}.gform-admin .gform-video__wrapper .gform-button--video-play:hover{filter:drop-shadow(0 1px 3px rgba(18,25,97,.1)) drop-shadow(0 1px 2px rgba(18,25,97,.06))}.gform-admin .gform-video__wrapper .gform-button--video-play:focus{outline-color:#dde9fc}.gform-admin .gform-video__placeholder{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .6s}.gform-admin .gform-video__placeholder .gform-video__placeholder-inner{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.gform-admin .gform-video__wrapper--playing .gform-video__placeholder{opacity:0}.gform-admin .gform-video__wrapper--revealed .gform-video__placeholder{display:none}.gform-admin .gform-video__wrapper--has-ratio .gform-video,.gform-admin .gform-video__wrapper--has-ratio .gform-video__placeholder{left:0;position:absolute;top:0;width:100%;z-index:3}.gform-admin .gform-video__wrapper--has-placeholder .gform-video{opacity:0;transition:opacity .6s;z-index:2}.gform-admin .gform-video__wrapper--has-placeholder.gform-video__wrapper--playing .gform-video{opacity:1}.gform-admin .gform-video--vidyard #backlink{display:none} \ No newline at end of file +.gform-alert{-webkit-font-smoothing:antialiased;align-items:flex-start;background-color:#fff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);color:#242748;display:flex;flex-wrap:nowrap;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-weight:500;margin:0 0 1rem;padding:11px 20px 12px;position:relative}.field_setting .gform-alert,.gform-alert+.field_setting{margin-top:1rem}.gform-alert.gform-alert--inline{padding:6px 12px 7px}.gform-alert.gform-alert--inline .gform-alert__message-wrap{-moz-column-gap:10px;column-gap:10px;padding-left:28px;row-gap:7px}.gform-alert.gform-alert--inline .gform-alert__message-wrap .gform-alert__message{font-size:.75rem;padding-top:8px}.gform-alert .gform-alert__message-wrap{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;min-height:33px;padding-left:32px;row-gap:10px;width:100%}.gform-alert .gform-alert__message-wrap .gform-alert__message{color:inherit;flex:1 1 auto;font-size:.8125rem;font-weight:500;line-height:1.5;margin:0;padding-top:7px}.gform-alert .gform-alert__message-wrap .gform-alert__message a,.gform-alert .gform-alert__message-wrap .gform-alert__message a:hover{color:inherit}.gform-alert .gform-alert__dismiss{align-self:flex-start;background:none;border:none;cursor:pointer;height:20px;margin-left:12px;min-width:20px;padding:0;position:relative;text-align:center;top:8px;width:20px}.gform-alert .gform-alert__dismiss:after,.gform-alert .gform-alert__dismiss:before{border:1px solid transparent;border-radius:50%;content:"";left:50%;position:absolute;top:calc(50% - 1px);transform:translate3d(-50%,-50%,0);transition:border-color .2s ease-in-out}.gform-alert .gform-alert__dismiss:before{height:23px;width:23px;z-index:1}.gform-alert .gform-alert__dismiss:after{border-width:2px;height:25px;width:25px}.gform-alert .gform-alert__dismiss:focus .gform-icon,.gform-alert .gform-alert__dismiss:hover .gform-icon{color:#5b5e80}.gform-alert .gform-alert__dismiss:focus:before{border-color:#3985b7}.gform-alert .gform-alert__dismiss:focus:after{border-color:#bed8ed}.gform-alert .gform-alert__dismiss .gform-icon{color:#9092b2;font-size:2.1rem;height:0;left:50%;line-height:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:color .2s ease-in-out}.gform-alert.gform-alert--notice{border-color:#175cff;color:#175cff}.gform-alert.gform-alert--error{border-color:#dd301d;color:#dd301d}.gform-alert.gform-alert--success{border-color:#22a753;color:#22a753}.gform-alert.gform-alert--accessibility{border-color:#ffbe03}.gform-alert.gform-alert--theme-cosmos.gform-alert--notice{color:#0f3d6c}.gform-alert.gform-alert--theme-cosmos.gform-alert--success{color:#276a52}.gform-alert__icon{color:#242748;font-size:24px;height:21px;left:20px;position:absolute;top:17px;width:21px}.gform-alert__icon:before{height:0;left:50%;line-height:0;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);z-index:1}.gform-alert--notice .gform-alert__icon{color:#175cff}.gform-alert--error .gform-alert__icon{color:#dd301d}.gform-alert--success .gform-alert__icon{color:#22a753}.gform-alert--inline .gform-alert__icon{font-size:21px;height:19px;left:12px;top:13px;width:19px}.gform-alert--theme-cosmos .gform-alert__icon:after{border-radius:50%;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:16px}.gform-alert--notice.gform-alert--theme-cosmos .gform-alert__icon{color:#f6f9fc}.gform-alert--notice.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#175cff}.gform-alert--error.gform-alert--theme-cosmos .gform-alert__icon{color:#feefef}.gform-alert--error.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#dd301d}.gform-alert--success.gform-alert--theme-cosmos .gform-alert__icon{color:#e1f6ed}.gform-alert--success.gform-alert--theme-cosmos .gform-alert__icon:after{background-color:#22a753}html[dir=rtl] .gform-alert__icon{left:auto;right:20px}html[dir=rtl] .gform-alert--inline .gform-alert__icon{right:12px}.gform-alert__cta{margin-top:1px}html[dir=rtl] .gform-alert .gform-alert__message-wrap{padding-left:0;padding-right:32px}html[dir=rtl] .gform-alert .gform-alert__message-wrap .gform-alert__dismiss{margin-left:0;margin-right:12px}html[dir=rtl] .gform-alert.gform-alert--inline .gform-alert__message-wrap{padding-right:28px}.gform-admin .gform-button{align-items:center;border:1px solid transparent;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;height:2.375rem;line-height:normal;padding-block:0;padding-inline:1.125rem;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;white-space:nowrap}.gform-admin .gform-button:focus{box-shadow:0 0 0 2px #bed8ed;outline:none}.gform-admin .gform-button:disabled{pointer-events:none}.gform-admin .gform-button.gform-button--circular{border-radius:100%;justify-content:center;padding:0}.gform-admin .gform-button__icon{font-size:1.25rem;position:relative}.gform-admin .gform-button--width-full{justify-content:center;width:100%}.gform-admin .gform-button--primary{background:#3e7da6;border-color:#3e7da6;color:#fff}.gform-admin .gform-button--primary:active,.gform-admin .gform-button--primary:hover{background:#3985b7}.gform-admin .gform-button--primary:disabled{background:#3e7da6;color:#639cc1}.gform-admin .gform-button--primary-new{background:#0f3d6c;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#fff}.gform-admin .gform-button--primary-new:active,.gform-admin .gform-button--primary-new:hover{background:#242748;border-color:#242748;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--primary-new:focus{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-button--primary-new:disabled{background:#0f3d6c;border-color:#0f3d6c;opacity:.5}.gform-admin .gform-button--primary-new .gform-button__loader circle{stroke:#fff}.gform-admin .gform-button--secondary{background:#fff;border-color:#3e7da6;color:#3e7da6}.gform-admin .gform-button--secondary:active,.gform-admin .gform-button--secondary:hover{border-color:#3985b7;color:#3985b7}.gform-admin .gform-button--secondary:disabled{border-color:#c3c5db;color:#c3c5db}.gform-admin .gform-button--white{background:#fdfdff;border-color:#d5d7e9;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#242748}.gform-admin .gform-button--white:active,.gform-admin .gform-button--white:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--white:focus{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--white:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-button--white .gform-button__icon{color:#5b5e80}.gform-admin .gform-button--white .gform-button__loader circle{stroke:#5b5e80}.gform-admin .gform-button--apple-green{background:#f5fcf6;border-color:#e1f6ed;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#22a753}.gform-admin .gform-button--apple-green:active,.gform-admin .gform-button--apple-green:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--apple-green:focus{border-color:#57c091;outline:.125rem solid #e1f6ed}.gform-admin .gform-button--apple-green:disabled{border-color:#e1f6ed;opacity:.5}.gform-admin .gform-button--egyptian-blue{background:#fdfdff;border-color:#bed8ed;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#175cff}.gform-admin .gform-button--egyptian-blue:active,.gform-admin .gform-button--egyptian-blue:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--egyptian-blue:focus{border-color:#175cff;outline:.125rem solid #bed8ed}.gform-admin .gform-button--egyptian-blue:disabled{border-color:#bed8ed;opacity:.5}.gform-admin .gform-button--simplified{background:transparent;box-shadow:none;color:#5b5e80}.gform-admin .gform-button--simplified:active,.gform-admin .gform-button--simplified:hover{background-color:#ecedf8;border-color:#fff;color:#0f3d6c}.gform-admin .gform-button--simplified:focus{border-color:#175cff;outline:.125rem solid #bed8ed}.gform-admin .gform-button--simplified:disabled{border-color:#bed8ed;opacity:.5}.gform-admin .gform-button--unstyled{background:none;border:none;box-shadow:none;color:#242748;font-size:.8125rem;padding:0}.gform-admin .gform-button--unstyled .gform-button__icon{-webkit-padding-end:.25rem;color:#9092b2;font-size:1.5rem;inset-block-start:.05rem;padding-inline-end:.25rem;position:relative}.gform-admin .gform-button--unstyled:active,.gform-admin .gform-button--unstyled:focus,.gform-admin .gform-button--unstyled:hover{background:none;border:none;box-shadow:none;color:#3e7da6;outline:none}.gform-admin .gform-button--unstyled:active .gform-button__icon,.gform-admin .gform-button--unstyled:focus .gform-button__icon,.gform-admin .gform-button--unstyled:hover .gform-button__icon{color:#3e7da6}.gform-admin .gform-button--unstyled:disabled{border:none;color:#c3c5db}.gform-admin .gform-button--icon-grey,.gform-admin .gform-button--icon-white{color:#5b5e80}.gform-admin .gform-button--icon-grey.gform-button--size-height-s,.gform-admin .gform-button--icon-white.gform-button--size-height-s{block-size:1.875rem;inline-size:1.875rem;padding:.25rem}.gform-admin .gform-button--icon-grey.gform-button--size-height-m,.gform-admin .gform-button--icon-white.gform-button--size-height-m{block-size:2.25rem;inline-size:2.25rem;padding:.4375rem}.gform-admin .gform-button--icon-white{background:#fdfdff;border-color:#d5d7e9}.gform-admin .gform-button--icon-white:active,.gform-admin .gform-button--icon-white:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-button--icon-white:focus{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--icon-white:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-button--icon-grey{background:#fff;border-color:#fff;box-shadow:none}.gform-admin .gform-button--icon-grey:active,.gform-admin .gform-button--icon-grey:hover{background:#ecedf8;border-color:#ecedf8}.gform-admin .gform-button--icon-grey:focus{background:#d5d7e9;border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-button--icon-grey:disabled{background:#fdfdff;border-color:#fdfdff;box-shadow:0 1px 2px rgba(0,0,0,.05);opacity:.5}.gform-admin .gform-button--size-xs{block-size:2rem;font-size:.75rem;padding-block:0;padding-inline:.6875rem}.gform-admin .gform-button--size-xs .gform-button__icon{font-size:1rem}.gform-admin .gform-button--size-sm{block-size:2.125rem;padding-block:0;padding-inline:.8125rem}.gform-admin .gform-button--size-sm .gform-button__icon{font-size:1rem}.gform-admin .gform-button--size-l{block-size:2.625rem;font-size:1rem}.gform-admin .gform-button--size-l .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--size-xl{block-size:3.125rem;font-size:1rem;padding-block:.8125rem;padding-inline:1.5625rem}.gform-admin .gform-button--size-xl .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--size-height-s{height:1.875rem;padding:.375rem .5rem}.gform-admin .gform-button--size-height-m{height:2.125rem;padding:.375rem .625rem}.gform-admin .gform-button--size-height-l{height:2.375rem;padding:.5rem .875rem}.gform-admin .gform-button--size-height-xl{height:2.875rem;padding:.75rem .875rem}.gform-admin .gform-button--size-height-xxl{height:3.375rem;padding:.875rem}.gform-admin .gform-button--icon-leading .gform-button__icon{-webkit-margin-end:.35rem;margin-inline-end:.35rem}.gform-admin .gform-button--icon-leading.gform-button--size-sm .gform-button__icon,.gform-admin .gform-button--icon-leading.gform-button--size-xs .gform-button__icon{-webkit-margin-end:.375rem;margin-inline-end:.375rem}.gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon{-webkit-margin-end:.75rem;margin-inline-end:.75rem}.gform-admin .gform-button--icon-trailing .gform-button__icon{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.gform-admin .gform-button--icon-trailing.gform-button--size-sm .gform-button__icon,.gform-admin .gform-button--icon-trailing.gform-button--size-xs .gform-button__icon{-webkit-margin-start:.375rem;margin-inline-start:.375rem}.gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon{-webkit-margin-start:.625rem;margin-inline-start:.625rem}.gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon{-webkit-margin-start:.75rem;margin-inline-start:.75rem}.gform-admin .gform-button--round{border-radius:1.1875rem}.gform-admin .gform-button--round.gform-button--size-xs{border-radius:.9375rem}.gform-admin .gform-button--round.gform-button--size-sm{border-radius:1.0625rem}.gform-admin .gform-button--round.gform-button--size-l{border-radius:1.3125rem}.gform-admin .gform-button--round.gform-button--size-xl{border-radius:1.5625rem}.gform-admin .gform-button--circular{height:2.375rem;width:2.375rem}.gform-admin .gform-button--circular .gform-button__icon{font-size:1.375rem}.gform-admin .gform-button--circular.gform-button--size-xs{height:1.875rem;width:1.875rem}.gform-admin .gform-button--circular.gform-button--size-xs .gform-button__icon{font-size:1.125rem}.gform-admin .gform-button--circular.gform-button--size-sm{height:2.125rem;width:2.125rem}.gform-admin .gform-button--circular.gform-button--size-sm .gform-button__icon{font-size:1.25rem}.gform-admin .gform-button--circular.gform-button--size-l{height:2.625rem;width:2.625rem}.gform-admin .gform-button--circular.gform-button--size-l .gform-button__icon{font-size:1.75rem}.gform-admin .gform-button--circular.gform-button--size-xl{height:3.125rem;width:3.125rem}.gform-admin .gform-button--circular.gform-button--size-xl .gform-button__icon{font-size:2rem}.gform-admin .gform-button__text--active{-webkit-margin-start:10px;display:none;margin-inline-start:10px}.gform-admin .gform-button--loader-after .gform-button__text--active{margin-inline:0 .5rem}.gform-admin .gform-button--activated{justify-content:center}.gform-admin .gform-button--activated.gform-button--primary{color:#fff}.gform-admin .gform-button--activated .gform-button__icon--inactive,.gform-admin .gform-button--activated .gform-button__text--inactive{display:none}.gform-admin .gform-button--activated .gform-button__text--active{display:inline-flex}.gform-admin .gform-input--checkbox{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-input--checkbox+label{outline:none}.gform-admin .gform-input--checkbox:disabled+label:before{opacity:.6}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label:before{-webkit-margin-end:.375rem;background:50% no-repeat #fff;block-size:1.375rem;border:1px solid #9092b2;border-radius:3px;content:"";display:inline-block;inline-size:1.375rem;margin-inline-end:.375rem;transition:box-shadow .15s ease,background-color .15s ease;vertical-align:middle}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label::-moz-selection{background:transparent}.gform-admin .gform-input--checkbox:not(.field-choice-type)+label::selection{background:transparent}.gform-admin .gform-input--checkbox:focus+label:before,.gform-admin .gform-input--checkbox:hover+label:before{border:1px solid #3985b7;box-shadow:0 0 0 2px #bed8ed}.gform-admin .gform-input--checkbox:checked:not(.field-choice-type--checkbox)+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6.586 10.293.293a1 1 0 1 1 1.414 1.414L4 9.414.293 5.707a1 1 0 0 1 1.414-1.414L4 6.586Z' fill='%233E7DA6'/%3E%3C/svg%3E");border-color:#3e7da6}.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox *,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox :after,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--checkbox :before{box-sizing:border-box}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox+.gform-label{align-items:flex-start;display:flex}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox+.gform-label:before{border:.0625rem solid #9092b0;box-shadow:0 1px 4px rgba(18,25,97,.078);flex:none}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:hover+.gform-label:before{background-color:#f6f9fc}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:focus+.gform-label:before{background-color:#f6f9fc;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 2px #bed8ed}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTQuMTMzIDYuOTQ3IDUuODc0LTUuODc0YS45MzMuOTMzIDAgMCAxIDEuMzIgMS4zMmwtNi44NCA2Ljg0YS41LjUgMCAwIDEtLjcwNyAwTC42NzMgNi4xMjZhLjkzMy45MzMgMCAxIDEgMS4zMi0xLjMybDIuMTQgMi4xNFoiIGZpbGw9IiMwRjNENkMiLz48L3N2Zz4=")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled+.gform-label{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled+.gform-label:before{background-color:#f6f9fc;border-color:#ecedf8;box-shadow:none;opacity:1}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjMzMyAxIDUgOC4zMzMgMS42NjcgNSIgc3Ryb2tlPSIjRUNFREY4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox:disabled~.gform-input-help-text{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm+.gform-label:before{-webkit-margin-end:.5rem;block-size:1.125rem;inline-size:1.125rem;margin-inline-end:.5rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm:checked+.gform-label:before{background-size:10px 8px}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-sm~.gform-input-help-text{-webkit-margin-start:1.625rem;margin-inline-start:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md+.gform-label:before{-webkit-margin-before:-.0625rem;-webkit-margin-end:.75rem;block-size:1.375rem;inline-size:1.375rem;margin-block-start:-.0625rem;margin-inline-end:.75rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md~.gform-input-help-text{-webkit-margin-start:2.125rem;margin-inline-start:2.125rem}.gform-admin .react-colorful{height:auto;width:100%}.gform-admin .react-colorful__saturation{border-bottom:none;border-radius:3px;flex-shrink:0;height:234px}.gform-admin .react-colorful__hue{border-radius:24px;height:12px;margin-bottom:1rem;margin-top:1rem}.gform-admin .react-colorful__pointer{border:8px solid #fff;box-sizing:content-box;height:16px;outline:1px solid rgba(0,0,0,.1);width:16px}.gform-admin .gform-input--picker{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;padding:1rem;position:absolute;width:352px}.gform-admin .gform-input--picker:after{background:#fff;content:" ";height:20px;left:50%;position:absolute;width:20px}.gform-admin .gform-input--picker--pos-above{transform:translate(-50%,calc(-100% - 10px))}.gform-admin .gform-input--picker--pos-above:after{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);bottom:0;transform:translate(-50%,50%) rotate(135deg);transform-origin:center}.gform-admin .gform-input--picker--pos-below{transform:translate(-50%,10px)}.gform-admin .gform-input--picker--pos-below:after{border-right:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);top:0;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center}.gform-admin .gform-input__picker-inputs{display:flex;flex-direction:row;gap:.5rem;max-width:100%}.gform-admin .gform-input--picker-input input{box-sizing:border-box;max-width:100%;width:121px}.gform-admin .gform-input--picker-input--rgb input{width:58px}.gform-admin .gform-settings-panel__content .gform-input--picker-input input{background:#fff;border:1px solid #c3c5db;border-radius:3px;font-size:.8125rem;line-height:2;outline:none;padding:.25rem .75rem}.gform-admin .gform-settings-panel__content .gform-input--picker-input input:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input__picker-controls{display:flex;flex-direction:row;justify-content:flex-end;margin-top:.625rem}.gform-admin .gform-data-grid{background:#fff;border:1px solid #d3d3e0;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06);box-sizing:border-box;display:flex;flex-direction:column;width:100%}.gform-admin .gform-data-grid *{box-sizing:border-box}.gform-admin .gform-data-grid .gform-data-grid__title{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-data-grid__column-row{-webkit-border-before:1px solid #d3d3e0;background:#f6f9fc;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;padding-inline:.75rem;width:100%}.gform-admin .gform-data-grid__column-row .gform-data-grid__column{padding-block:.75rem;padding-inline:.75rem}.gform-admin .gform-data-grid__column-row .gform-data-grid__column .gform-text{color:#6a6a80}.gform-admin .gform-data-grid__data-row{-webkit-border-before:1px solid #d3d3e0;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;padding-inline:.75rem;width:100%}.gform-admin .gform-data-grid__data-row .gform-data-grid__column{padding-block:1.25rem;padding-inline:.75rem}.gform-admin .gform-data-grid--equal-grid .gform-data-grid__column-row,.gform-admin .gform-data-grid--equal-grid .gform-data-grid__data-row{justify-content:space-between}.gform-admin .gform-data-grid__column{align-items:center;display:flex;overflow:hidden}.gform-admin .gform-data-grid__column .gform-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.gform-admin .gform-data-grid__data{position:relative}.gform-admin .gform-data-grid__no-data-message{align-items:center;background:#fff;border:1px solid #f4f5fb;border-radius:3px;box-shadow:var(--gsmtp-admin-box-shadow-mega);display:flex;flex-direction:column;justify-content:center;left:50%;padding:1.5rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.gform-admin .gform-data-grid__pagination{-webkit-border-before:1px solid #d3d3e0;align-items:center;border-block-start:1px solid #d3d3e0;display:flex;flex-direction:row;justify-content:center;padding:1.25rem 1.5rem}.gform-admin .gform-data-grid--empty .gform-data-grid__pagination{block-size:77px}.gform-admin .gform-data-grid--empty .gform-pagination{display:none}.gform-admin .gform-dialog__mask{align-items:center;display:none;height:100%;justify-content:center;left:0;opacity:0;top:0;transition:opacity .2s ease-in-out;width:100%}.gform-admin .gform-dialog__mask.gform-dialog--alignment-top{align-items:flex-start;overflow-y:auto;padding-bottom:50px;padding-top:110px}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-ready{display:flex;opacity:0}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-active{opacity:1}.gform-admin .gform-dialog__mask.gform-dialog--anim-in-active .gform-dialog{transform:scale(1)}.gform-admin .gform-dialog__mask.gform-dialog__mask--position-fixed{position:fixed}.gform-admin .gform-dialog__mask.gform-dialog__mask--position-absolute{position:absolute}.gform-admin .gform-dialog__mask.gform-dialog__mask--theme-light{background:hsla(0,0%,100%,.65)}.gform-admin .gform-dialog__mask.gform-dialog__mask--theme-dark{background-color:rgba(36,39,72,.75)}.gform-admin .gform-dialog__mask.gform-dialog__mask--blur{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gform-admin .gform-dialog{background:#fff;border:1px solid #f6f9fc;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;max-width:600px;overflow-y:auto;padding:14px 25px 25px;position:relative;transform:scale(.95);transition:transform .2s ease-in-out;width:calc(100% - 40px)}.gform-admin .gform-dialog.gform-dialog--container{border:none;box-shadow:none;height:100%;max-width:none;padding:0;width:100%}.gform-admin .gform-dialog.gform-dialog--animated{opacity:0;position:relative;top:20px;transform:scale(1);transition:transform .6s,opacity .6s,top .6s}.gform-admin .gform-dialog.gform-dialog--animated.gform-dialog--animate-reveal{opacity:1;top:0;transform:scale(1)}.gform-admin .gform-dialog.gform-dialog__theme--cosmos{border-radius:3px;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-dialog.gform-dialog__theme--cosmos .gform-dialog__content{color:#667085}.gform-admin .gform-dialog.gform-dialog__theme--cosmos .gform-dialog__footer{padding-top:32px}.gform-admin .gform-dialog.gform-dialog--simplebar{align-items:stretch;display:flex;flex-direction:column;overflow-y:inherit;padding:0}.gform-admin .gform-dialog.gform-dialog--simplebar [data-simplebar=init]{box-sizing:border-box;display:flex;flex-grow:1;overflow-y:auto;padding:14px 25px 25px;width:100%}.gform-admin .gform-dialog.gform-dialog--simplebar .simplebar-content-wrapper{border:0;outline:0}.gform-admin .gform-dialog .gform-dialog__close{inset-inline-end:25px;position:absolute;top:25px}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs{height:1.875rem;width:1.875rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-xs .gform-button__icon{top:0}.gform-admin .gform-dialog .gform-dialog__close.gform-button--circular.gform-dialog__close--plain{background:none;border:none}.gform-admin .gform-dialog .gform-dialog__close.gform-button--circular.gform-dialog__close--plain .gform-button__icon{color:#fff;font-size:2rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--unstyled .gform-button__icon{color:#5b5e80}.gform-admin .gform-dialog .gform-dialog__head.gform-dialog__head--with-divider{border-bottom:1px solid #e4e4ee;padding-bottom:15px}.gform-admin .gform-dialog .gform-dialog__head .gform-indicator{position:absolute}.gform-admin .gform-dialog .gform-dialog__title{-webkit-padding-end:30px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1.188rem;font-weight:500;line-height:normal;margin:10px 0 0;padding-inline-end:30px;position:relative}.gform-admin .gform-dialog .gform-dialog__title.gform-dialog__title--has-icon{-webkit-padding-start:50px;padding-inline-start:50px;padding-top:6px}.gform-admin .gform-dialog.gform-dialog--title-size-md .gform-dialog__title{font-size:1.5rem;font-weight:600}.gform-admin .gform-dialog .gform-dialog__description{-webkit-padding-end:30px;color:#5b5e80;display:inline-block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400;line-height:normal;margin:.75rem 0 0;padding-inline-end:30px;position:relative}.gform-admin .gform-dialog .gform-dialog__description.gform-dialog__title--has-icon{-webkit-padding-start:50px;padding-inline-start:50px}.gform-admin .gform-dialog .gform-dialog__title-icon{font-size:1.5rem;inset-inline-start:0;position:absolute;top:3px}.gform-admin .gform-dialog .gform-dialog__content{-webkit-padding-start:0;padding-bottom:0;padding-inline-start:0;padding-top:10px}.gform-admin .gform-dialog .gform-dialog__content.gform-dialog__content--with-divider{padding-top:15px}.gform-admin .gform-dialog .gform-dialog__content.gform-dialog__content--pad-content{-webkit-padding-end:30px;padding-inline-end:30px}.gform-admin .gform-dialog .gform-dialog__content,.gform-admin .gform-dialog .gform-dialog__content p{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.188rem}.gform-admin .gform-dialog .gform-dialog__footer{align-items:center;display:flex;padding-top:20px;width:100%}.gform-admin .gform-dialog .gform-dialog__confirm{-webkit-margin-start:12px;margin-inline-start:12px}.gform-admin .gform-dialog .gform-dialog__confirm.gform-button--icon-leading .gform-button__icon{font-size:1.5rem}.gform-admin .gform-dialog--full-screen{height:calc(100vh - 40px);max-width:1280px;overflow:auto;padding:0}.gform-admin .gform-dialog--full-screen .gform-dialog__content{margin:0;padding:0}.gform-admin .gform-dropdown{box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;position:relative}.gform-admin .gform-dropdown *{box-sizing:border-box}.gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container{-webkit-border-after:0;-webkit-border-before:.0625rem solid #d5d7e9;border-block-end:0;border-block-start:.0625rem solid #d5d7e9;border-end-end-radius:0;border-end-start-radius:0;border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;box-shadow:0 -.125rem .75rem rgba(28,31,63,.09);inset-block-end:40px;inset-block-start:auto}.gform-admin .gform-dropdown.gform-dropdown--position-top .gform-dropdown__container:before{inset-block-end:-5px;inset-block-start:auto}.gform-admin .gform-dropdown__control{align-items:center;background:#fff;block-size:2.375rem;border:.0625rem solid #d5d7e9;border-radius:.1875rem;box-shadow:0 1px 2px rgba(0,0,0,.05);cursor:pointer;display:flex;inline-size:100%;line-height:1.1;padding-block:0;padding-inline:1rem 2.25rem;position:relative;z-index:1}.gform-admin .gform-dropdown__control:focus{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;outline:none}.gform-admin .gform-dropdown__control.gform-dropdown__control--placeholder .gform-dropdown__control-text{color:#5b5e80;font-weight:400}.gform-admin .gform-dropdown__control .gform-dropdown__chevron,.gform-admin .gform-dropdown__control .gform-dropdown__spinner{align-items:center;background-size:16px 16px;block-size:100%;color:#9092b2;font-size:1.375rem;inline-size:2.25rem;inset-block-start:0;inset-inline-end:0;justify-content:center;position:absolute;transition:color .15s ease}.gform-admin .gform-dropdown__control .gform-dropdown__chevron{display:flex}.gform-admin .gform-dropdown__group{-webkit-padding-before:.6875rem;line-height:normal;padding-block-start:.6875rem}.gform-admin .gform-dropdown__group .gform-dropdown__trigger{-webkit-padding-start:1.75rem;padding-inline-start:1.75rem}.gform-admin .gform-dropdown__control-text,.gform-admin .gform-dropdown__group-text{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-admin .gform-dropdown__group-text{-webkit-padding-start:.875rem;padding-inline-start:.875rem}.gform-admin .gform-dropdown__container{-webkit-border-before:0;-webkit-padding-before:.25rem;background:#fff;border:.0625rem solid #d5d7e9;border-block-start:0;border-end-end-radius:.1875rem;border-end-start-radius:.1875rem;box-shadow:0 .125rem .75rem rgba(28,31,63,.09);box-sizing:border-box;display:none;inline-size:100%;inset-block-start:2.3125rem;opacity:0;outline:none;padding-block-start:.25rem;position:absolute;transition:opacity .15s ease;z-index:2}.gform-admin .gform-dropdown__container:before{background:#fff;block-size:.5rem;border-inline:.0625rem solid #d5d7e9;content:"";inline-size:100%;inset-block-start:-.5rem;inset-inline-start:-1px;position:absolute;z-index:3}.gform-admin .gform-dropdown--align-left .gform-dropdown__container{inset-inline-start:0}.gform-admin .gform-dropdown--align-right .gform-dropdown__container{inset-inline-end:0}.gform-admin .gform-dropdown--action .gform-dropdown__container{border:none;border-radius:.1875rem;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);inset-block-end:-.5rem;inset-block-start:auto;padding-block:0;transform:translateY(100%)}.gform-admin .gform-dropdown--action .gform-dropdown__container:before{content:none}.gform-admin .gform-dropdown--action.gform-dropdown--position-top .gform-dropdown__container{border:none;inset-block-end:auto;inset-block-start:-.5rem;transform:translateY(-100%)}.gform-admin .gform-dropdown__list-container{max-block-size:14.0625rem;overflow-y:auto}.gform-admin .gform-dropdown--action .gform-dropdown__list-container{padding-block:.5rem}.gform-admin .gform-dropdown__item{margin:0}.gform-admin .gform-dropdown--action .gform-dropdown__item{-webkit-margin-after:.25rem;margin-block-end:.25rem;padding-block:.25rem;padding-inline:.5rem}.gform-admin .gform-dropdown--action .gform-dropdown__item:last-child{-webkit-margin-after:0;margin-block-end:0}.gform-admin .gform-dropdown--action .gform-dropdown__item--has-divider{position:relative}.gform-admin .gform-dropdown--action .gform-dropdown__item--has-divider:after{-webkit-border-after:.0625rem solid #ecedf8;border-block-end:.0625rem solid #ecedf8;content:"";inline-size:100%;inset-block-end:0;inset-inline-start:0;position:absolute}.gform-admin .gform-dropdown__search-icon{color:#9092b2;font-size:1.5rem;inset-block-start:.75rem;inset-inline-end:1rem;position:absolute;transition:color .15s ease}.gform-admin .gform-dropdown__search{-webkit-border-after:1px solid #ecedf8;border-block-end:1px solid #ecedf8;padding-block:.375rem .875rem;padding-inline:.625rem;position:relative}.gform-admin .gform-dropdown__search .gform-dropdown__search-input{-webkit-padding-end:2.125rem;inline-size:100%;padding-inline-end:2.125rem}.gform-admin .gform-dropdown__search[focus-within] .gform-dropdown__search-icon{color:#3e7da6}.gform-admin .gform-dropdown__search:focus-within .gform-dropdown__search-icon{color:#3e7da6}.gform-admin .gform-dropdown__list{list-style-type:none;margin:0;padding:0}.gform-admin .gform-dropdown__trigger{-webkit-border-start:.1875rem solid transparent;background:transparent;border:0;border-inline-start:.1875rem solid transparent;color:#242748;cursor:pointer;display:block;font-size:.8125rem;inline-size:100%;outline:none;padding-block:.6875rem;padding-inline:.875rem 1rem;text-align:start;transition:all .15s ease}.gform-admin .gform-dropdown__trigger:focus,.gform-admin .gform-dropdown__trigger:hover{background:#f6f9fc;border-inline-start-color:#3e7da6}.gform-admin .gform-dropdown--action .gform-dropdown__trigger{align-items:flex-start;background:#fff;border:.0625rem solid #fff;border-radius:.1875rem;display:flex;padding:.25rem;text-decoration:none;transition:all .15s ease}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:focus,.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info:active{background:#f6f9fc;border-color:#d5d7e9}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--info .gform-dropdown__trigger-icon{color:#5b5e80}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error{color:#dd301d}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:focus,.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:hover{background:#feefef;border-color:#feefef}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:active{background:#feefef;border-color:#ffc7bb}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--disabled:disabled{background:#fff;border:.0625rem solid #fff;cursor:default;opacity:.5}.gform-admin .gform-dropdown--action .gform-dropdown__trigger-icon{-webkit-margin-end:.25rem;font-size:1.25rem;margin-inline-end:.25rem}.gform-admin .gform-dropdown__trigger-text{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.gform-admin .gform-dropdown--show-spinner .gform-dropdown__chevron{display:none}.gform-admin .gform-dropdown--show-spinner .gform-dropdown__spinner{display:flex}.gform-admin .gform-dropdown--reveal .gform-dropdown__container{display:block}.gform-admin .gform-dropdown--hide .gform-dropdown__container{display:block;opacity:0}.gform-admin .gform-dropdown--open .gform-dropdown__chevron{color:#242748;transform:rotate(180deg)}.gform-admin .gform-dropdown--open .gform-dropdown__control{box-shadow:0 .125rem .75rem rgba(28,31,63,.09)}.gform-admin .gform-dropdown--open .gform-dropdown__control:focus{border-color:#d5d7e9}.gform-admin .gform-dropdown--open .gform-dropdown__container{display:block;opacity:1}html[dir=rtl] .gform-admin .gform-dropdown__control{padding:0 1rem 0 2.25rem}html[dir=rtl] .gform-admin .gform-dropdown__control .gform-dropdown__chevron,html[dir=rtl] .gform-admin .gform-dropdown__control .gform-dropdown__spinner{left:0;right:auto}html[dir=rtl] .gform-admin .gform-dropdown__search .gform-dropdown__search-input{padding-left:2.125rem;padding-right:1rem}html[dir=rtl] .gform-admin .gform-dropdown__search-icon{left:1rem;right:auto}html[dir=rtl] .gform-admin .gform-dropdown__trigger{border-left:0;border-right:.1875rem solid transparent;text-align:right}html[dir=rtl] .gform-admin .gform-dropdown__trigger:focus,html[dir=rtl] .gform-admin .gform-dropdown__trigger:hover{border-right-color:#3e7da6}html[dir=rtl] .gform-admin .gform-dropdown__group .gform-dropdown__trigger{padding-left:.875rem;padding-right:1.75rem}html[dir=rtl] .gform-admin .gform-dropdown__group-text{padding-left:0;padding-right:.875rem}.gform-admin .gform-embed-form__flyout-group{border-top:.0625rem solid #ecedf8;margin-top:1.5rem;padding-top:1.5rem}.gform-admin .gform-embed-form__flyout-group .gform-input__label:not(:last-child){-webkit-margin-end:.5rem;margin-inline-end:.5rem}.gform-admin .gform-embed-form__group-title{color:#242748;font-size:.8125rem;font-weight:500;margin:0}.gform-admin .gform-embed-form__post-type-switcher,.gform-admin .gform-embed-form__shortcode-description{padding:.75rem 0}.gform-admin .gform-embed-form--hidden{display:none}.gform-admin .gform-input--text{width:100%}.gform-admin .gform-flyout.gform-flyout--embed-form{padding-top:1.25rem}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__head{padding:0 1.2rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__close.gform-button--size-xs{top:15px}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-flyout__body{padding:1.25rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--embed-form p{margin:0;padding:0}.gform-admin .gform-flyout.gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper{padding-left:.875rem}.gform-admin .gform-embed-form__shortcode-footer{align-items:center;display:flex;width:100%}.gform-admin .gform-embed-form__shortcode-footer a{color:#3985b7}.gform-admin .gform-embed-form__shortcode-footer a:focus,.gform-admin .gform-embed-form__shortcode-footer a:hover{text-decoration:none}.gform-admin .gform-embed-form__flyout-group-footer{padding-top:.75rem}.gform-admin .gform-embed-form__shortcode-trigger .gform-button__icon{opacity:1;transition:all .15s ease}.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-button__icon,.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-label{opacity:0}.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-copied,.gform-admin .gform-embed-form__shortcode-trigger.gform-embed-form__shortcode-trigger--copied .gform-embed-form__shortcode-copy-icon{opacity:1}.gform-admin .gform-embed-form__shortcode-copy-icon{color:#22a753;font-size:1.5rem;margin-right:6px}.gform-admin .gform-embed-form__shortcode-copy-label{opacity:1;transition:all .15s ease}.gform-admin .gform-embed-form__shortcode-copy-copied{align-items:center;box-sizing:border-box;display:inline-flex;justify-content:center;left:0;opacity:0;position:absolute;text-align:center;width:100%}.gform-admin .gform-embed-form__visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm:disabled{background:#3e7da6;color:#fff}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-saving-text{display:none}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--idle-text{align-items:center;display:inline-flex}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving{justify-content:center}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-button__icon,.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-button--idle-text{display:none}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-saving-text{display:inline-block;text-indent:0}.gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader{margin:0 8px 0 0}html[dir=rtl] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-footer-helper{padding-left:0;padding-right:.875rem}html[dir=rtl] .gform-admin .gform-flyout--embed-form .gform-embed-form__shortcode-copy-icon{margin-left:6px;margin-right:0}html[dir=rtl] .gform-admin .gform-dialog.gform-dialog--embed-form-unsaved .gform-dialog__footer .gform-dialog__confirm-button--saving .gform-dialog__confirm-loader{margin:0 0 0 8px}.gform-admin .gform-file-upload__remove{cursor:pointer;position:absolute;right:5px;top:5px;z-index:3}.gform-admin .gform-file-upload__remove .gform-icon{font-size:1.5rem}.gform-admin .gform-file-upload__wrapper{border:1px dashed #9092b0;border-radius:3px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1rem;min-height:150px;position:relative}.gform-admin .gform-file-upload__wrapper .gform-file-upload__filetypes,.gform-admin .gform-file-upload__wrapper .gform-file-upload__message{color:#5b5e80}.gform-admin .gform-file-upload__wrapper .file-drop{height:100%;min-height:150px;position:relative;width:100%}.gform-admin .gform-file-upload__wrapper .file-drop>.file-drop-target{align-content:center;align-items:center;border-radius:2px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame{background-color:#f6f9fc;border:none;box-shadow:none;opacity:1;z-index:50}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame .gform-file-upload__icon{background:#d5d7e9;border-color:#ecedf8}.gform-admin .gform-file-upload__wrapper:not(.gform-file-upload__wrapper--disabled) .file-drop>.file-drop-target.file-drop-dragging-over-frame .gform-file-upload__bold-text{color:#0f3d6c}.gform-admin .gform-file-upload__wrapper--disabled{border:1px dashed #d5d7e9}.gform-admin .gform-file-upload__wrapper--disabled .gform-file-upload__bold-text{color:#d5d7e9}.gform-admin .gform-file-upload__icon{align-items:center;background:#ecedf8;border:6px solid #f6f9fc;border-radius:100%;color:#5b5e80;display:flex;font-size:1.375rem;height:34px;justify-content:center;width:34px}.gform-admin .gform-file-upload__wrapper--has-preview{padding:1rem}.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__filetypes,.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__icon,.gform-admin .gform-file-upload__wrapper--has-preview .gform-file-upload__message{display:none}.gform-admin .gform-file-upload{height:100%;left:0;position:absolute;top:0;width:100%}.gform-admin .gform-file-upload__input{height:1px;opacity:0;overflow:hidden;width:1px}.gform-admin .gform-file-upload__bold-text{font-weight:500}.gform-admin .gform-file-upload__preview{padding-bottom:1.25rem;text-align:center}.gform-admin .gform-file-upload__preview img{max-height:300px;max-width:100%}.gform-admin .gform-file-upload__buttons-wrapper{display:flex;justify-content:center}.gform-admin .gform-file-upload__buttons-wrapper .gform-button+.gform-button{margin-left:.875rem}.gform-admin.admin-bar .gform-flyout.gform-flyout--fixed{top:46px}@media (min-width:783px){.gform-admin.admin-bar .gform-flyout.gform-flyout--fixed{top:32px}}.gform-admin .gform-flyout{background:#fff;bottom:0;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;display:none;flex-direction:column;height:100%;left:0;opacity:0;padding-top:2.125rem;position:absolute;top:0;transition:opacity .15s ease-in-out,width .15s ease-in-out}.gform-admin .gform-flyout:hover .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout p{margin:0;padding:0}.gform-admin .gform-flyout.gform-flyout--anim-in-ready{display:flex}.gform-admin .gform-flyout.gform-flyout--anim-in-active{opacity:1}.gform-admin .gform-flyout.gform-flyout--fixed{position:fixed}.gform-admin .gform-flyout.gform-flyout--absolute{position:absolute}.gform-admin .gform-flyout.gform-flyout--hide-expander .gform-flyout__expand{opacity:0}.gform-admin .gform-flyout.gform-flyout--right{left:auto;right:0}.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand,.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail{left:-35px}.gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon{transform:rotate(90deg)}.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand,.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail{right:-35px}.gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon,.gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(-90deg)}.gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(90deg)}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs{align-items:center;border:1px solid #d5d7e9;display:flex;font-size:1.25rem;height:1.625rem;position:absolute;right:25px;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.625rem;z-index:5}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:focus,.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs:hover{border-color:#d5d7e9}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs .gform-button__icon{font-size:1.875rem;top:0}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified{border:1px solid transparent;height:1.875rem;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;width:1.875rem}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified:hover{border-color:#fff}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified:focus{border-color:#175cff}.gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs.gform-button--simplified .gform-button__icon{font-size:1.125rem;top:auto}.gform-admin .gform-flyout .gform-flyout__expand-rail{height:56px;margin-top:-28px;position:absolute;top:50%;width:35px}.gform-admin .gform-flyout .gform-flyout__expand{align-items:center;background:#fff;border:1px solid #ecedf8;border-radius:19px;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);color:#242748;cursor:pointer;display:flex;height:56px;justify-content:center;margin-top:-28px;opacity:0;position:absolute;top:50%;transition:opacity .15s ease,transform .3s ease,box-shadow .3s ease,border-color .3s ease;width:19px}.gform-admin .gform-flyout .gform-flyout__expand:focus{border-color:#d5d7e9;opacity:1;outline:none}.gform-admin .gform-flyout .gform-flyout__expand:focus .gform-flyout__expand-icon,.gform-admin .gform-flyout .gform-flyout__expand:hover .gform-flyout__expand-icon{color:#3e7da6}.gform-admin .gform-flyout .gform-flyout__expand-icon{align-items:center;color:#242748;display:flex;font-size:1rem;height:15px;justify-content:center;position:relative;transition:color .3s ease;width:100%}.gform-admin .gform-flyout__head{padding:0 2.875rem 1.25rem;position:relative}.gform-admin .gform-flyout__head:after{background:#ecedf8;bottom:0;content:"";height:.0625rem;left:0;position:absolute;width:100%}.gform-admin .gform-flyout--no-divider .gform-flyout__head:after{display:none}.gform-admin .gform-flyout__title{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;line-height:18px;margin:0 0 12px}.gform-admin .gform-flyout--no-description .gform-flyout__title{margin:0}.gform-admin .gform-flyout__desc{padding-right:1.125rem}.gform-admin .gform-flyout__body,.gform-admin .gform-flyout__desc{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem}.gform-admin .gform-flyout__body{overflow-y:auto;padding:1.25rem 2.875rem 2.125rem}.gform-admin .gform-flyout__body[focus-within] .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout__body:focus-within .gform-flyout__expand{opacity:1}.gform-admin .gform-flyout__body .simplebar-wrapper{height:100%}html[dir=rtl] .gform-admin .gform-flyout{left:auto;right:0}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right{left:0;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-rail{left:auto;right:-35px}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--right .gform-flyout__expand-icon{transform:rotate(-90deg)}html[dir=rtl] .gform-admin .gform-flyout .gform-flyout__close.gform-button--size-xs{left:25px;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-rail{left:-35px;right:auto}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--right .gform-flyout__expand-icon,html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(90deg)}html[dir=rtl] .gform-admin .gform-flyout.gform-flyout--expanded.gform-flyout--left .gform-flyout__expand-icon{transform:rotate(-90deg)}.gform-admin .gform-grid--container{display:flex}.gform-admin .gform-grid--wrap{flex-wrap:wrap}.gform-admin .gform-grid--list{list-style:none;margin:0;padding:0}.gform-admin .gform-grid--fixed>.gform-grid--item{flex:none}.gform-admin .gform-grid--fluid>.gform-grid--item{flex:1}.gform-admin .gform-grid--col-spacing-3{margin-inline:-.375rem}.gform-admin .gform-grid--col-spacing-3>.gform-grid--item{padding-inline:.375rem}.gform-admin .gform-grid--col-spacing-4{margin-inline:-.5rem}.gform-admin .gform-grid--col-spacing-4>.gform-grid--item{padding-inline:.5rem}.gform-admin .gform-grid--col-spacing-5{margin-inline:-.625rem}.gform-admin .gform-grid--col-spacing-5>.gform-grid--item{padding-inline:.625rem}.gform-admin .gform-grid--col-spacing-6{margin-inline:-.75rem}.gform-admin .gform-grid--col-spacing-6>.gform-grid--item{padding-inline:.75rem}.gform-admin .gform-grid--col-spacing-8{margin-inline:-1rem}.gform-admin .gform-grid--col-spacing-8>.gform-grid--item{padding-inline:1rem}.gform-admin .gform-grid--row-spacing-4{-webkit-margin-after:-1rem;margin-block-end:-1rem}.gform-admin .gform-grid--row-spacing-4>.gform-grid--item{-webkit-margin-after:1rem;margin-block-end:1rem}.gform-admin .gform-grid--row-spacing-6{-webkit-margin-after:-1.5rem;margin-block-end:-1.5rem}.gform-admin .gform-grid--row-spacing-6>.gform-grid--item{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}.gform-admin .gform-grid--row-spacing-8{-webkit-margin-after:-2rem;margin-block-end:-2rem}.gform-admin .gform-grid--row-spacing-8>.gform-grid--item{-webkit-margin-after:2rem;margin-block-end:2rem}.gform-admin .gform-heading{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif}.gform-admin .gform-heading.gform-heading--boxed{background:#fdfdff;border:1px solid #e4e9eb;border-radius:3px;padding-block:.75rem;padding-inline:1rem}.gform-admin .gform-input-help-text{color:#5b5e80;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.75rem}.gform-admin .gform-input-help-text.gform-input-help-text--required{-webkit-margin-start:.375rem;display:inline-flex;margin-inline-start:.375rem}.gform-admin .gform-image{margin:0 auto}.gform-admin .gform-image__image{display:block;margin:0 auto;max-width:100%}.gform-admin .gform-input{-webkit-appearance:none;background:#fff;border:1px solid #c3c5db;border-radius:3px;box-shadow:0 0 0 transparent;box-sizing:border-box;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;line-height:2;outline:none;padding:.25rem .75rem;transition:box-shadow .15s ease,background-color .15s ease}.gform-admin .gform-input.gform-input--size-xl{padding:.594rem .75rem}.gform-admin .gform-input:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input::-moz-placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400}.gform-admin .gform-input::placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input{border-color:#9092b0}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input__label:first-child{margin-bottom:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input+.gform-input-help-text:nth-child(3){margin-top:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input:focus{border-color:#0f3d6c}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input:disabled{background-color:#f6f9fc;color:#9092b0}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input::-moz-placeholder{font-size:.875rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input::placeholder{font-size:.875rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--required .gform-input+.gform-input-help-text:nth-child(4){margin-top:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--error .gform-input{border:1px solid #dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--error .gform-input-help-text{color:#dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-r{padding:.375rem .75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-l{padding:.5rem .75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input--size-xl{padding:.75rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-label{-webkit-margin-after:.375rem;margin-block-end:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){-webkit-margin-before:.375rem;margin-block-start:.375rem}.gform-admin .gform-input-add-on-wrapper{align-items:stretch;display:flex;flex-direction:row}.gform-admin .gform-input-add-on-wrapper--suffix .gform-input{border-bottom-right-radius:0;border-top-right-radius:0}.gform-admin .gform-input__add-on{align-items:center;background-color:#f6f9fc;border:1px solid #c3c5db;border-radius:3px;color:#242748;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400;padding-left:13px;padding-right:13px;white-space:nowrap}.gform-admin .gform-input__add-on--prefix{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.gform-admin .gform-input__add-on--suffix{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.gform-admin .gform-input__add-on+.gform-input{border-bottom-left-radius:0;border-top-left-radius:0}.gform-admin .gform-input__add-on--action-button{background-color:#fff;border-color:#d5d7e9;height:auto;margin-left:12px;padding-left:12px;padding-right:12px}.gform-admin .gform-input__add-on--action-button.gform-button--icon-leading.gform-button--size-sm .gform-button__icon{color:#5b5e80;font-size:14px;margin:0}.gform-admin .gform-label{align-items:center;color:#242748;cursor:pointer;display:inline-flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;outline:none}.gform-admin .gform-link:where(:not(.gform-button)){box-sizing:border-box;color:#3985b7;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:400;position:relative;text-decoration:none;transition:all .15s ease}.gform-admin .gform-list{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;margin:0;padding:0}.gform-admin .gform-list__item{-webkit-padding-start:1.625rem;margin-bottom:.875rem;padding-inline-start:1.625rem}.gform-admin .gform-list__item:last-child{margin:0}.gform-admin .gform-list--unordered .gform-list__item{list-style:none;position:relative}.gform-admin .gform-list--unordered .gform-list__item:before{background:50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.5 16.5a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.707-9.293a1 1 0 0 0-1.414-1.414L7.5 9.086 6.207 7.793a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4Z' fill='%23F15A2B'/%3E%3C/svg%3E");content:"";height:1rem;inset-inline-start:.125rem;position:absolute;top:.25rem;width:1rem}.gform-admin .gform-meta-box{background:#fff;border:1px solid #d4d4e4;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06)}.gform-admin .gform-meta-box__header{border-bottom:1px solid #e4e4ee}.gform-admin .gform-meta-box__content,.gform-admin .gform-meta-box__header{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-meta-box__footer{border-top:1px solid #e4e4ee;padding:1rem}.gform-admin .gform-nav-bar{background:#092447;block-size:100%;inline-size:80px;inset-block-start:0;inset-inline-start:0;position:absolute;z-index:10}.gform-admin .gform-nav-bar__logo{background-color:#041834;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='932' height='1024'%3E%3Cpath d='M929.46 325.543c0-46.506-33.883-103.642-74.41-126.895L536.15 17.274C495.623-5.979 429.186-5.315 388.659 18.603L72.417 203.698C31.89 227.615-.664 284.752 0 332.188l2.657 366.735c0 46.506 33.883 103.642 74.41 126.895l318.9 181.374c40.527 23.253 106.964 22.589 147.491-1.329L859.7 820.503c40.527-23.917 73.081-81.054 72.417-128.224zm-134.204 101.65H376.7c-25.911 0-45.177 7.308-60.458 23.917-33.219 35.876-51.157 104.971-53.814 143.505H674.34V490.707h117.594v221.901H136.861s2.657-245.818 93.677-342.817c37.869-40.527 87.697-61.122 146.827-61.122h417.227v118.259z' fill='%23fff'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;background-size:28px 31px;block-size:72px;inline-size:100%}.gform-admin .gform-pagination{box-sizing:border-box;display:flex;flex-direction:row;gap:6px;list-style-type:none;margin:0;padding:0}.gform-admin .gform-pagination__link,.gform-admin .gform-pagination__link--next,.gform-admin .gform-pagination__link--previous{align-items:center;background:#fdfdff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.05);box-sizing:border-box;color:#242748;cursor:pointer;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;line-height:20px;padding:7px 12px}.gform-admin .gform-pagination__link--next:active,.gform-admin .gform-pagination__link--next:hover,.gform-admin .gform-pagination__link--previous:active,.gform-admin .gform-pagination__link--previous:hover,.gform-admin .gform-pagination__link:active,.gform-admin .gform-pagination__link:hover{box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04)}.gform-admin .gform-pagination__link--next.focus-visible,.gform-admin .gform-pagination__link--previous.focus-visible,.gform-admin .gform-pagination__link.focus-visible{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-pagination__link--next:focus-visible,.gform-admin .gform-pagination__link--previous:focus-visible,.gform-admin .gform-pagination__link:focus-visible{border-color:#c3c5db;outline:.125rem solid #ecedf8}.gform-admin .gform-pagination__link--next.gform-pagination__link--disabled,.gform-admin .gform-pagination__link--next:disabled,.gform-admin .gform-pagination__link--previous.gform-pagination__link--disabled,.gform-admin .gform-pagination__link--previous:disabled,.gform-admin .gform-pagination__link.gform-pagination__link--disabled,.gform-admin .gform-pagination__link:disabled{border-color:#d5d7e9;opacity:.5}.gform-admin .gform-pagination__link--selected{background:#0f3d6c;border-color:#0f3d6c;color:#fff;cursor:default}.gform-admin .gform-pagination__link--selected:active,.gform-admin .gform-pagination__link--selected:hover{background:#0f3d6c;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#fff}.gform-admin .gform-pagination__link--selected.focus-visible{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-pagination__link--selected:focus-visible{border-color:#f6f9fc;outline:.125rem solid #bed8ed}.gform-admin .gform-pagination__link--break{align-items:center;cursor:pointer;display:flex;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:500;padding:7px 4px}.gform-admin .gform-input--radio{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-input--radio+label:before{background-color:#fff;border:1px solid #9092b2;border-radius:50%;content:"";display:inline-block;height:1.25rem;margin-right:.625rem;top:1.5625rem;transition:box-shadow .15s ease,background-color .15s ease;vertical-align:middle;width:1.25rem}.gform-admin .gform-input--radio:focus+label:before,.gform-admin .gform-input--radio:hover+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%23ECEDF8'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#3985b7;box-shadow:0 0 0 2px #bed8ed;display:inline-block}.gform-admin .gform-input--radio:checked+label:before{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z' fill='%233E7DA6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-color:#9092b2}.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio *,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio :after,.gform-admin .gform-input-wrapper--theme-cosmos.gform-input-wrapper--radio :before{box-sizing:border-box}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio+.gform-label{align-items:flex-start;display:flex}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio+.gform-label:before{border:.0625rem solid #9092b0;border-radius:50%;box-shadow:0 1px 4px rgba(18,25,97,.078);flex:none;margin-right:.5rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:hover+.gform-label:before{background-color:#f6f9fc;background-image:none}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:focus+.gform-label:before{background-color:#f6f9fc;background-image:none;border-color:#0f3d6c;box-shadow:0 1px 2px rgba(0,0,0,.05),0 0 0 2px #bed8ed}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjMEYzRDZDIi8+PC9zdmc+")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled+.gform-label{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled+.gform-label:before{background-color:#f6f9fc;border-color:#ecedf8;box-shadow:none;opacity:1}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled:checked+.gform-label:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSI0IiByPSI0IiBmaWxsPSIjRUFFQ0YwIi8+PC9zdmc+")}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio:disabled~.gform-input-help-text{color:#d5d7e9}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm+.gform-label:before{height:1rem;margin-right:.5rem;width:1rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm:checked+.gform-label:before{background-size:6px}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-sm~.gform-input-help-text{margin-left:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-md+.gform-label:before{height:1.25rem;margin-right:.75rem;margin-top:-.0625rem;width:1.25rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--radio.gform-input--size-md~.gform-input-help-text{margin-left:2.125rem}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image{align-items:center;display:flex;height:145px;justify-content:center;position:relative;width:150px}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label{border:1px solid rgba(18,25,97,.042);border-radius:3px;box-shadow:0 1px 4px rgba(18,25,97,.078);color:transparent;display:block;height:100%;left:0;overflow:hidden;position:absolute;top:0;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;width:100%}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label:hover{box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-label:before{display:none}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked:focus+label:before{box-shadow:none}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label{border-color:#0f3d6c;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03)}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label:before{background:#0f3d6c;border:0;border-radius:0;display:block;height:50px;margin:0;position:absolute;right:-25px;top:-25px;transform:rotate(45deg);width:50px}.gform-admin .gform-input-wrapper.gform-input-wrapper--type-image .gform-input--radio:checked+label:after{color:#fff;content:"\e904";display:block;font-family:gform-icons-common;font-size:.6rem;position:absolute;right:4px;top:4px}html[dir=rtl] .gform-admin .gform-input--radio+label:before{margin-left:.625rem;margin-right:0}.gform-admin .gform-input-range-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:10px;margin-top:10px}.gform-admin .gform-input-range-value-wrapper{display:block;margin-bottom:-10px;margin-top:-10px;max-width:80px;position:relative}.gform-admin .gform-input-range-value-wrapper .gform-input--range-value-input{border:1px solid #c3c5db;border-radius:3px;box-sizing:border-box;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;height:30px;padding:7px 15px 7px 7px;width:100%}.gform-admin .gform-input-range-value-wrapper .gform-input--range-value-input+.gform-input--range__suffix{color:#9092b2;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:13px;font-weight:400;position:absolute;right:7px;top:50%;transform:translateY(-50%)}.gform-admin .gform-input--range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;cursor:pointer;padding:0;width:15rem}.gform-admin .gform-input--range:focus{border:none;box-shadow:none;outline:none}.gform-admin .gform-input--range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:2px solid #9092b2;border-radius:100%;height:15px;transform:translateY(-6px);width:15px}.gform-admin .gform-input--range::-moz-range-track{background-color:#d5d7e9;border-radius:0;height:3px;margin:0;padding:0}.gform-admin .gform-input--range::-webkit-slider-runnable-track{background-color:#d5d7e9;border-radius:0;height:3px;margin:0;padding:0}.gform-admin .gform-input--range+.gform-input-range-value-wrapper,.gform-admin .gform-input-range-value-wrapper+.gform-input--range{margin-left:5px}.gform-admin .gform-router-nav-bar{inline-size:100%}.gform-admin .gform-router-nav-bar,.gform-admin .gform-router-nav-bar *{box-sizing:border-box}.gform-admin .gform-router-nav-bar__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.gform-admin .gform-router-nav-bar__item{margin:0}.gform-admin .gform-router-nav-bar--icon-button{padding-block:1.5rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__list{gap:1rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item-link{cursor:pointer;text-decoration:none}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item-icon{font-size:1.25rem}.gform-admin .gform-router-nav-bar--icon-button .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-text{opacity:.5}.gform-admin .gform-router-nav-bar--icon-text-tag{padding-block:2rem;padding-inline:1.5rem}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__list{gap:.25rem}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link{align-items:center;block-size:36px;border:1px solid transparent;border-radius:3px;color:#242748;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;inline-size:100%;justify-content:flex-start;padding:.4375rem .6875rem;text-decoration:none}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button.focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:hover,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link.focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:hover,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:focus-visible,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:hover{background:#f6f9fc;border-color:#f6f9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:focus,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:focus{box-shadow:none;outline:none}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:active,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:active{background:#f6f9fc;border-color:#bed8ed}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-button:disabled,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-link:disabled{background:transparent;border-color:transparent}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--active .gform-router-nav-bar__item-link{background:#f6f9fc;border-color:#dde9fc}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-button,.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item--disabled .gform-router-nav-bar__item-link{opacity:.5}.gform-admin .gform-router-nav-bar--icon-text-tag .gform-router-nav-bar__item-icon{color:#5b5e80;font-size:1.25rem}.gform-admin .gform-input-wrapper--select,.gform-admin .gform-input-wrapper--select *{box-sizing:border-box}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-r .gform-select{padding-block:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-l .gform-select{padding-block:.5rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--size-xl .gform-select{padding-block:.75rem}.gform-admin .gform-select__wrapper{position:relative}.gform-admin .gform-select__wrapper:after{background:50%/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M6 5.086 10.293.793a1 1 0 1 1 1.414 1.414L6 7.914.293 2.207A1 1 0 0 1 1.707.793L6 5.086Z' fill='%239092B0'/%3E%3C/svg%3E");content:"";height:.5rem;inset-inline-end:.9375rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:.75rem}.gform-admin .gform-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #9092b0;border-radius:.1875rem;box-shadow:0 .25rem .25rem rgba(18,25,97,.041);color:#242748;cursor:pointer;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:1.43;max-width:none;outline:none;padding-inline:.75rem 2rem;width:100%}.gform-admin .gform-select:focus{border-color:#0f3d6c;box-shadow:0 0 0 2px #bed8ed}.gform-admin .gform-select:disabled{background:#f6f9fc;border-color:#d5d7e9;color:#9092b0}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(2),.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-label{-webkit-margin-after:.375rem;margin-block-end:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){-webkit-margin-before:.375rem;margin-block-start:.375rem}.gform-admin .gform-snackbar{align-items:center;background:#fff;border:1px solid #ecedf8;border-radius:3px;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;display:flex;flex-direction:row;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;max-width:calc(100% - 40px);min-height:56px;min-width:344px;opacity:0;padding:16px;position:absolute;transform:scale(.95);transition:transform .3s ease-in-out,opacity .3s ease-in-out;transition-delay:0ms}.gform-admin .gform-snackbar.gform-snackbar--reveal{opacity:1;transform:scale(1)}.gform-admin .gform-snackbar.gform-snackbar--bottomleft{bottom:20px;left:20px}.gform-admin .gform-snackbar.gform-snackbar--bottomright{bottom:20px;right:20px}.gform-admin .gform-snackbar.gform-snackbar--topleft{left:20px;top:20px}.gform-admin .gform-snackbar.gform-snackbar--topright{right:20px;top:20px}.gform-admin .gform-snackbar.gform-snackbar--has-close{padding-right:50px}.gform-admin .gform-snackbar__close{align-items:center;background:#fff;border:1px solid transparent;border-radius:100%;color:#9092b2;cursor:pointer;display:flex;font-size:32px;height:24px;justify-content:center;position:absolute;right:10px;top:16px;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;width:24px}.gform-admin .gform-snackbar__close:hover{color:#5b5e80}.gform-admin .gform-snackbar__close.focus-visible{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;color:#5b5e80;outline:none}.gform-admin .gform-snackbar__close:focus-visible{border-color:#3e7da6;box-shadow:0 0 0 2px #bed8ed;color:#5b5e80;outline:none}.gform-admin .gform-snackbar__icon{font-size:24px;margin-right:10px}.gform-admin .gform-snackbar__message{margin-right:6px}.gform-admin .gform-snackbar__cta{color:#3e7da6;margin-left:auto;text-decoration:none}.gform-admin .gform-snackbar__cta:focus,.gform-admin .gform-snackbar__cta:hover{box-shadow:none;outline:none;text-decoration:underline}.gform-admin .gform-snackbar--success .gform-snackbar__icon{color:#22a753}.gform-admin .gform-snackbar--error .gform-snackbar__icon{color:#dd301d}.gform-admin .gform-snackbar--theme-cosmos{-webkit-margin-before:30px;left:50%;margin-block-start:30px;min-height:52px;min-width:auto;opacity:0;padding-block:0;padding-inline:16px;position:fixed;top:(60px*var(--gform-snackbar-index));transform:translateX(-50%);transition:top .5s ease,opacity .5s ease,visibility .5s;transition-delay:0ms;visibility:hidden;z-index:100009}.gform-admin .gform-snackbar--theme-cosmos.gform-snackbar--visible{opacity:1;top:(60px*var(--gform-snackbar-index));transition:top .5s ease,opacity .5s ease,visibility .5s;visibility:visible}.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon{align-items:center;border:2px solid transparent;border-radius:100%;box-sizing:border-box;display:flex;font-size:1rem;height:20px;justify-content:center;width:20px}.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon--error{background-color:#feefef;border-color:#dd301d;color:#dd301d}.gform-admin .gform-snackbar--theme-cosmos .gform-snackbar__type-icon--success{background-color:#f5fcf6;border-color:#22a753;color:#22a753}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--bottomleft{left:auto;right:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--bottomright{left:20px;right:auto}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--topleft{left:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--topright{right:20px}html[dir=rtl] .gform-admin .gform-snackbar.gform-snackbar--has-close{padding-left:50px;padding-right:16px}html[dir=rtl] .gform-admin .gform-snackbar__close{left:10px;right:auto}html[dir=rtl] .gform-admin .gform-snackbar__cta{margin-left:0;margin-right:auto}html[dir=rtl] .gform-admin .gform-snackbar__icon{margin:0 0 0 10px}html[dir=rtl] .gform-admin .gform-snackbar__message{margin:0 0 0 6px}.gform-admin .gform-spacing.gform-spacing--top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-1{-webkit-margin-before:.25rem;margin-block-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-2{-webkit-margin-before:.5rem;margin-block-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-3{-webkit-margin-before:.75rem;margin-block-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--top-4{-webkit-margin-before:1rem;margin-block-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-4{-webkit-margin-before:1rem;margin-block-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-4{-webkit-margin-before:1rem;margin-block-start:1rem}}.gform-admin .gform-spacing.gform-spacing--top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-5{-webkit-margin-before:1.25rem;margin-block-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-6{-webkit-margin-before:1.5rem;margin-block-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--top-8{-webkit-margin-before:2rem;margin-block-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-8{-webkit-margin-before:2rem;margin-block-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-8{-webkit-margin-before:2rem;margin-block-start:2rem}}.gform-admin .gform-spacing.gform-spacing--top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-10{-webkit-margin-before:2.5rem;margin-block-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--top-12{-webkit-margin-before:3rem;margin-block-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-12{-webkit-margin-before:3rem;margin-block-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-12{-webkit-margin-before:3rem;margin-block-start:3rem}}.gform-admin .gform-spacing.gform-spacing--top-16{-webkit-margin-before:4rem;margin-block-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-16{-webkit-margin-before:4rem;margin-block-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-16{-webkit-margin-before:4rem;margin-block-start:4rem}}.gform-admin .gform-spacing.gform-spacing--top-20{-webkit-margin-before:5rem;margin-block-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-20{-webkit-margin-before:5rem;margin-block-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-20{-webkit-margin-before:5rem;margin-block-start:5rem}}.gform-admin .gform-spacing.gform-spacing--top-24{-webkit-margin-before:6rem;margin-block-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-24{-webkit-margin-before:6rem;margin-block-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-24{-webkit-margin-before:6rem;margin-block-start:6rem}}.gform-admin .gform-spacing.gform-spacing--top-32{-webkit-margin-before:8rem;margin-block-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-32{-webkit-margin-before:8rem;margin-block-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-32{-webkit-margin-before:8rem;margin-block-start:8rem}}.gform-admin .gform-spacing.gform-spacing--top-40{-webkit-margin-before:10rem;margin-block-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-40{-webkit-margin-before:10rem;margin-block-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-40{-webkit-margin-before:10rem;margin-block-start:10rem}}.gform-admin .gform-spacing.gform-spacing--top-48{-webkit-margin-before:12rem;margin-block-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-48{-webkit-margin-before:12rem;margin-block-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-48{-webkit-margin-before:12rem;margin-block-start:12rem}}.gform-admin .gform-spacing.gform-spacing--top-56{-webkit-margin-before:14rem;margin-block-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-56{-webkit-margin-before:14rem;margin-block-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-56{-webkit-margin-before:14rem;margin-block-start:14rem}}.gform-admin .gform-spacing.gform-spacing--top-64{-webkit-margin-before:16rem;margin-block-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-64{-webkit-margin-before:16rem;margin-block-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-64{-webkit-margin-before:16rem;margin-block-start:16rem}}.gform-admin .gform-spacing.gform-spacing--bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-1{-webkit-margin-after:.25rem;margin-block-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-2{-webkit-margin-after:.5rem;margin-block-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-3{-webkit-margin-after:.75rem;margin-block-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-4{-webkit-margin-after:1rem;margin-block-end:1rem}}.gform-admin .gform-spacing.gform-spacing--bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-5{-webkit-margin-after:1.25rem;margin-block-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-6{-webkit-margin-after:1.5rem;margin-block-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-8{-webkit-margin-after:2rem;margin-block-end:2rem}}.gform-admin .gform-spacing.gform-spacing--bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-10{-webkit-margin-after:2.5rem;margin-block-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-12{-webkit-margin-after:3rem;margin-block-end:3rem}}.gform-admin .gform-spacing.gform-spacing--bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-16{-webkit-margin-after:4rem;margin-block-end:4rem}}.gform-admin .gform-spacing.gform-spacing--bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-20{-webkit-margin-after:5rem;margin-block-end:5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-24{-webkit-margin-after:6rem;margin-block-end:6rem}}.gform-admin .gform-spacing.gform-spacing--bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-32{-webkit-margin-after:8rem;margin-block-end:8rem}}.gform-admin .gform-spacing.gform-spacing--bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-40{-webkit-margin-after:10rem;margin-block-end:10rem}}.gform-admin .gform-spacing.gform-spacing--bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-48{-webkit-margin-after:12rem;margin-block-end:12rem}}.gform-admin .gform-spacing.gform-spacing--bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-56{-webkit-margin-after:14rem;margin-block-end:14rem}}.gform-admin .gform-spacing.gform-spacing--bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-64{-webkit-margin-after:16rem;margin-block-end:16rem}}.gform-admin .gform-spacing.gform-spacing--left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-1{-webkit-margin-start:.25rem;margin-inline-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-3{-webkit-margin-start:.75rem;margin-inline-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-4{-webkit-margin-start:1rem;margin-inline-start:1rem}}.gform-admin .gform-spacing.gform-spacing--left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-5{-webkit-margin-start:1.25rem;margin-inline-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-6{-webkit-margin-start:1.5rem;margin-inline-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-8{-webkit-margin-start:2rem;margin-inline-start:2rem}}.gform-admin .gform-spacing.gform-spacing--left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-10{-webkit-margin-start:2.5rem;margin-inline-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-12{-webkit-margin-start:3rem;margin-inline-start:3rem}}.gform-admin .gform-spacing.gform-spacing--left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-16{-webkit-margin-start:4rem;margin-inline-start:4rem}}.gform-admin .gform-spacing.gform-spacing--left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-20{-webkit-margin-start:5rem;margin-inline-start:5rem}}.gform-admin .gform-spacing.gform-spacing--left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-24{-webkit-margin-start:6rem;margin-inline-start:6rem}}.gform-admin .gform-spacing.gform-spacing--left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-32{-webkit-margin-start:8rem;margin-inline-start:8rem}}.gform-admin .gform-spacing.gform-spacing--left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-40{-webkit-margin-start:10rem;margin-inline-start:10rem}}.gform-admin .gform-spacing.gform-spacing--left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-48{-webkit-margin-start:12rem;margin-inline-start:12rem}}.gform-admin .gform-spacing.gform-spacing--left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-56{-webkit-margin-start:14rem;margin-inline-start:14rem}}.gform-admin .gform-spacing.gform-spacing--left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-64{-webkit-margin-start:16rem;margin-inline-start:16rem}}.gform-admin .gform-spacing.gform-spacing--right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-1{-webkit-margin-end:.25rem;margin-inline-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-3{-webkit-margin-end:.75rem;margin-inline-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-4{-webkit-margin-end:1rem;margin-inline-end:1rem}}.gform-admin .gform-spacing.gform-spacing--right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-6{-webkit-margin-end:1.5rem;margin-inline-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-8{-webkit-margin-end:2rem;margin-inline-end:2rem}}.gform-admin .gform-spacing.gform-spacing--right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-10{-webkit-margin-end:2.5rem;margin-inline-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-12{-webkit-margin-end:3rem;margin-inline-end:3rem}}.gform-admin .gform-spacing.gform-spacing--right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-16{-webkit-margin-end:4rem;margin-inline-end:4rem}}.gform-admin .gform-spacing.gform-spacing--right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-20{-webkit-margin-end:5rem;margin-inline-end:5rem}}.gform-admin .gform-spacing.gform-spacing--right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-24{-webkit-margin-end:6rem;margin-inline-end:6rem}}.gform-admin .gform-spacing.gform-spacing--right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-32{-webkit-margin-end:8rem;margin-inline-end:8rem}}.gform-admin .gform-spacing.gform-spacing--right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-40{-webkit-margin-end:10rem;margin-inline-end:10rem}}.gform-admin .gform-spacing.gform-spacing--right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-48{-webkit-margin-end:12rem;margin-inline-end:12rem}}.gform-admin .gform-spacing.gform-spacing--right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-56{-webkit-margin-end:14rem;margin-inline-end:14rem}}.gform-admin .gform-spacing.gform-spacing--right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-64{-webkit-margin-end:16rem;margin-inline-end:16rem}}.gform-admin .gform-st-icon{font-feature-settings:normal;align-items:center;display:inline-flex;flex-basis:1.25rem;flex-grow:0;flex-shrink:0;font-family:gform-icons-admin!important;font-size:1.125rem;font-style:normal;font-variant:normal;font-weight:400;height:1.25rem;justify-content:center;position:relative;text-transform:none;vertical-align:top;width:1.25rem}.gform-admin .gform-st-icon:after,.gform-admin .gform-st-icon:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;box-sizing:border-box;height:100%;white-space:normal;width:100%}.gform-admin .gform-st-icon--circle-minus,.gform-admin .gform-st-icon--circle-plus{background:#fff;border:0;border-radius:50%;box-shadow:0 2px 2px rgba(58,58,87,.06);cursor:pointer;flex-basis:1.125rem;height:1.125rem;line-height:1.188rem;outline:none;padding:0;text-align:center;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.125rem}.gform-admin .gform-st-icon--circle-minus:before,.gform-admin .gform-st-icon--circle-plus:before{border:.0625rem solid #c3c5db;border-radius:50%;content:"";height:1.125rem;left:0;position:absolute;top:.031rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;width:1.125rem}.gform-admin .gform-st-icon--circle-minus:after,.gform-admin .gform-st-icon--circle-plus:after{color:#3e7da6;font-size:.55rem;height:auto;position:relative;width:auto}.gform-admin .gform-st-icon--circle-minus:focus,.gform-admin .gform-st-icon--circle-minus:hover,.gform-admin .gform-st-icon--circle-plus:focus,.gform-admin .gform-st-icon--circle-plus:hover{box-shadow:0 2px 2px rgba(58,58,87,.08)}.gform-admin .gform-st-icon--circle-minus:focus:before,.gform-admin .gform-st-icon--circle-minus:hover:before,.gform-admin .gform-st-icon--circle-plus:focus:before,.gform-admin .gform-st-icon--circle-plus:hover:before{border-color:#3e7da6;box-shadow:0 0 0 1px #bed8ed}.gform-admin .gform-st-icon--circle-plus:after{content:"\e966"}.gform-admin .gform-st-icon--circle-minus:after{content:"\e942"}.gf_browser_chrome .gform-st-icon--circle-minus:after,.gf_browser_chrome .gform-st-icon--circle-plus:after{height:100%;margin-left:.03125rem}.gform-admin .gform-status-indicator{background:#ecedf8;border:1px solid #d5d7e9;border-radius:.75rem;color:#242748;cursor:pointer;display:inline-block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.687rem;font-weight:600;line-height:1;padding:.375rem .5rem .375rem 1.5rem;position:relative;transition:all .2s ease-in-out;white-space:nowrap;width:auto}.gform-admin .gform-status-indicator.gform-status--no-hover{cursor:auto}.gform-admin .gform-status-indicator svg{fill:#242748;stroke:rgba(154,157,187,.2);height:1.125rem;left:.25rem;position:absolute;top:.325rem;transition:all .2s ease-in-out;width:1.125rem}.gform-admin .gform-status-indicator.gform-status--active{background:#e1f6ed;border-color:rgba(87,192,145,.24);color:#276a52}.gform-admin .gform-status-indicator.gform-status--active svg{fill:#57c091;stroke:rgba(87,192,145,.22)}.gform-admin .gform-status-indicator.gform-status--error{background:#feefef;border-color:rgba(221,48,29,.2);color:#dd301d}.gform-admin .gform-status-indicator.gform-status--error svg{fill:#dd301d;stroke:rgba(221,48,29,.2)}.gform-admin .gform-status-indicator.gform-status--static{pointer-events:none}.gform-admin .gform-status-indicator.gform-status--static .gform-status-indicator-status{bottom:-.0625rem;position:relative}.gform-admin .gform-status-indicator.gform-status--no-pill{border-radius:3px}.gform-admin .gform-status-indicator.gform-status--no-icon{padding-left:.65rem;padding-right:.65rem}.gform-admin .gform-status-indicator:not(.gform-status--no-hover):active,.gform-admin .gform-status-indicator:not(.gform-status--no-hover):focus,.gform-admin .gform-status-indicator:not(.gform-status--no-hover):hover{border-color:#3e7da6;box-shadow:0 0 0 1px #bed8ed;outline:none}.gform-admin .gform-status-indicator-status{bottom:-.0625rem;position:relative}.gform-admin .wp-list-table .gform-status-indicator{margin-left:.375rem}html[dir=rtl] .gform-admin .gform-status-indicator{padding-left:.5rem;padding-right:1.5rem}html[dir=rtl] .gform-admin .gform-status-indicator svg{left:auto;right:.25rem}html[dir=rtl] .gform-admin .gform-status-indicator.gform-status--no-icon{padding-left:.65rem;padding-right:.65rem}.gform-admin .gform-steps{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;list-style:none;margin:0;padding:0}.gform-admin .gform-steps__step{align-items:center;border:1px solid #374b6b;border-radius:50%;color:#fff;display:flex;height:2.125rem;justify-content:center;margin:0 auto;width:2.125rem}.gform-admin .gform-steps__step:not(:last-child){-webkit-margin-after:4rem;margin-block-end:4rem;position:relative}.gform-admin .gform-steps__step:not(:last-child):after{background-color:#374b6b;content:"";height:4rem;left:50%;position:absolute;top:2.1rem;width:1px}.gform-admin .gform-steps__step--active{background-color:#f15a2b;border-color:#f15a2b}.gform-admin .gform-steps__step-icon{display:none;font-size:1.25rem}.gform-admin .gform-steps__step--completed .gform-steps__step-icon{display:block}.gform-admin .gform-steps__step--completed .gform-steps__step-count{display:none}.gform-admin .gform-input--swatch{position:relative}.gform-admin .gform-input--swatch-options{display:flex;flex-wrap:nowrap;padding:0}.gform-admin .gform-input--swatch__option{list-style:none}.gform-admin .gform-input--swatch__option input[type=radio]{display:none}.gform-admin .gform-input--swatch__option+.gform-input--swatch__option{margin-left:.625rem}.gform-admin .gform-input--swatch__option-preview{border:2px solid #fff;border-radius:100%;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04);cursor:pointer;display:inline-block;height:30px;position:relative;width:30px}.gform-admin .gform-input--swatch__option-preview--new{border:3px solid #d5d7e9;box-shadow:none;outline:1px dashed #5b5e80;outline-offset:-4px}.gform-admin .gform-input--swatch__option-preview .gform-icon{color:#fff;font-size:1.625rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gform-admin .gform-input--swatch__option-preview .gform-input--swatch-delete{background:#dd301d;border:1px solid #fff;border-radius:100%;display:none;font-size:1rem;left:auto;padding:0;right:0;top:0;transform:translate(50%,-50%)}.gform-admin .gform-input--swatch__option-preview:hover .gform-input--swatch-delete{display:block}.gform-admin .gform-input--swatch__option-preview--new .gform-icon{color:#242748;font-size:1.25rem}.gform-admin .gform-table{border:.0625rem solid #ecedf8;border-collapse:collapse;box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;max-width:100%;text-align:left;width:100%}.gform-admin .gform-table *{box-sizing:border-box}.gform-admin .gform-table tr{border-bottom:.0625rem solid #ecedf8}.gform-admin .gform-table th{font-weight:500;padding:.8125rem 1.125rem}.gform-admin .gform-table td{padding:1.25rem 1.125rem}.gform-admin .gform-table p{font-size:.8125rem;margin:0}@media (max-width:960px){.gform-admin .gform-table--responsive thead{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-admin .gform-table--responsive tbody,.gform-admin .gform-table--responsive td,.gform-admin .gform-table--responsive th,.gform-admin .gform-table--responsive tr{display:block;padding:0;white-space:normal}.gform-admin .gform-table--responsive tr{border-bottom:0}.gform-admin .gform-table--responsive td,.gform-admin .gform-table--responsive th{border-bottom:1px solid #ecedf8;overflow:hidden;padding:1.25rem 1.125rem;position:relative;vertical-align:top;white-space:normal;width:100%}.gform-admin .gform-table--responsive td p{padding-left:1.125rem}.gform-admin .gform-table--responsive td[data-header]:before{content:attr(data-header);display:block;float:left;font-weight:500;width:50%}.gform-admin .gform-table--responsive td[data-header]>*{clear:right;display:block;float:right;width:50%}.gform-admin .gform-table--responsive td[data-header]:after{border-right:1px solid #ecedf8;content:"";display:block;left:0;padding-bottom:200%;position:absolute;top:0;width:50%}}.gform-admin .gform-table--fixed{table-layout:fixed}.gform-admin .gform-table--no-outer-border{border:0}.gform-admin .gform-table--no-outer-border tbody tr:last-child,.gform-admin .gform-table--no-outer-border tbody tr:last-child td:last-child{border-bottom:0}html[dir=rtl] .gform-admin .gform-table{text-align:right}.gform-admin .gform-tag{border-radius:3px;color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;padding-block:5px;padding-inline:8px;position:relative;z-index:1}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xxs .gform-tag__triangle{height:.938rem;inset-inline-start:-.375rem;top:calc(50% - .5rem);width:.938rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xs .gform-tag__triangle{height:1.06rem;inset-inline-start:-.438rem;top:calc(50% - .55rem);width:1.06rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-sm .gform-tag__triangle{height:1.188rem;inset-inline-start:-.5rem;top:calc(50% - .594rem);width:1.188rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-md .gform-tag__triangle{height:1.281rem;inset-inline-start:-.563rem;top:calc(50% - .641rem);width:1.281rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-lg .gform-tag__triangle{height:1.313rem;inset-inline-start:-.563rem;top:calc(50% - .656rem);width:1.313rem}.gform-admin .gform-tag.gform-tag--triangle-left.gform-typography--size-text-xl .gform-tag__triangle{height:1.375rem;inset-inline-start:-.625rem;top:calc(50% - .688rem);width:1.375rem}.gform-admin .gform-tag--type-chathams{background:#0f3d6c;color:#fff}.gform-admin .gform-tag--type-amethyst-smoke{background:#9092b2;color:#fff}.gform-admin .gform-tag--type-upgrade{background:#9092b0;box-shadow:0 1px 4px rgba(18,25,97,.078);color:#fff;padding-block:2px;padding-inline:6px;text-transform:uppercase}.gform-admin .gform-tag__triangle{background-color:inherit;border:inherit;border-radius:3px;display:block;position:absolute;transform:rotate(45deg) skew(15deg,15deg);z-index:-1}.gform-admin .gform-text{font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-style:normal}.gform-admin .gform-text--color-port{color:#242748}.gform-admin .gform-text--color-comet{color:#5b5e80}.gform-admin .gform-text--color-secondary-text{color:#6a6a80}.gform-admin h1.gform-text,.gform-admin h2.gform-text,.gform-admin h3.gform-text,.gform-admin h4.gform-text,.gform-admin h5.gform-text,.gform-admin h6.gform-text,.gform-admin p.gform-text{color:#242748;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;margin:0;padding:0}.gform-admin .gform-input-wrapper--textarea,.gform-admin .gform-input-wrapper--textarea *{box-sizing:border-box}.gform-admin .gform-input--textarea{-webkit-appearance:none;background:#fff;border:1px solid #9092b0;border-radius:3px;box-shadow:0 0 0 transparent;box-sizing:border-box;color:#242748;display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;line-height:2;margin:.375rem 0;outline:none;padding:.25rem .75rem;transition:box-shadow .15s ease,background-color .15s ease;width:100%}.gform-admin .gform-input--textarea:focus{border:1px solid #3985b7;box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #bed8ed;color:#242748}.gform-admin .gform-input--textarea::-moz-placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400}.gform-admin .gform-input--textarea::placeholder{color:#5b5e80;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.875rem;font-weight:400}.gform-admin .gform-input--textarea:disabled{background:#f4f5fb}.gform-admin .gform-toggle{align-items:flex-start;display:inline-flex;gap:.5rem}.gform-admin .gform-toggle,.gform-admin .gform-toggle *,.gform-admin .gform-toggle :after,.gform-admin .gform-toggle :before{box-sizing:border-box}.gform-admin .gform-toggle.gform-toggle--disabled{opacity:.5}.gform-admin .gform-toggle--size-l,.gform-admin .gform-toggle--size-m{gap:.75rem}.gform-admin .gform-toggle--width-full{display:flex;justify-content:space-between}.gform-admin .gform-toggle--label-left{flex-direction:row-reverse}.gform-admin input[type=checkbox].gform-toggle__toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;margin:0;outline:none;position:relative}.gform-admin input[type=checkbox].gform-toggle__toggle:before{background:#d5d7e9;content:"";display:block;margin:0;outline:2px solid transparent;outline-offset:2px;transition:all .15s ease}.gform-admin input[type=checkbox].gform-toggle__toggle:after{background:#fff;border-radius:50%;box-shadow:0 3px 8px rgba(18,25,97,.15),0 1px 1px rgba(18,25,97,.16),0 2px 1px rgba(18,25,97,.04);content:"";position:absolute;transition:all .15s ease}.gform-admin input[type=checkbox].gform-toggle__toggle.focus-visible:before{outline-color:#d5d7e9;outline-offset:2px}.gform-admin input[type=checkbox].gform-toggle__toggle:focus-visible:before{outline-color:#d5d7e9;outline-offset:2px}.gform-admin input[type=checkbox].gform-toggle__toggle.focus-visible:checked:before{outline-color:#3e7da6}.gform-admin input[type=checkbox].gform-toggle__toggle:focus-visible:checked:before{outline-color:#3e7da6}.gform-admin input[type=checkbox].gform-toggle__toggle:checked:before{background:#3e7da6}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle.focus-visible:checked:before{outline-color:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:checked:before{outline-color:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle.focus-visible:hover:checked:before{outline-color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:hover:checked:before{outline-color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked:before{background:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked:hover:before{background:#242748}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle{height:1.25rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:before{border-radius:.625rem;height:1.25rem;width:2.5625rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:after{height:.875rem;inset-inline-start:.1875rem;top:.1875rem;width:.875rem}.gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.3125rem)}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle{height:1.5rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:before{border-radius:.75rem;height:1.5rem;width:3rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:after{height:1.125rem;inset-inline-start:.1875rem;top:.1875rem;width:1.125rem}.gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.5rem)}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle{height:1.75rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:before{border-radius:.875rem;height:1.75rem;width:3.4375rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:after{height:1.25rem;inset-inline-start:.25rem;top:.25rem;width:1.25rem}.gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(1.6875rem)}.gform-admin .gform-toggle__label{cursor:pointer}html[dir=rtl] .gform-admin .gform-toggle--size-s input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.3125rem)}html[dir=rtl] .gform-admin .gform-toggle--size-m input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.5rem)}html[dir=rtl] .gform-admin .gform-toggle--size-l input[type=checkbox].gform-toggle__toggle:checked:after{transform:translateX(-1.6875rem)}.gform-admin .gform-tooltip{display:inline-block;position:relative}.gform-admin .gform-tooltip__trigger{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:.625rem;height:1rem;justify-content:center;margin:0;outline:.125rem solid transparent;padding:0;transition:all .15s ease;width:1rem}.gform-admin .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip__trigger:hover{box-shadow:0 1px 2px rgba(0,0,0,.05)}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger{background:#ecedf8;border:1px solid #ecedf8;color:#242748}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:hover{background-color:#d5d7e9;border-color:#9092b2}.gform-admin .gform-tooltip--type-default .gform-tooltip__trigger:focus{border-color:#0f3d6c;outline:.125rem solid #bed8ed}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger{background:#e1f6ed;border:1px solid #e1f6ed;color:#22a753}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:hover{border-color:#22a753}.gform-admin .gform-tooltip--type-success .gform-tooltip__trigger:focus{background:#f5fcf6;outline:.125rem solid #e1f6ed}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger{background:#feefef;border:1px solid #feefef;color:#dd301d}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:focus,.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:hover{border-color:#dd301d}.gform-admin .gform-tooltip--type-error .gform-tooltip__trigger:focus{background:#fff;outline:.125rem solid #feefef}.gform-admin .gform-tooltip__tooltip{border-radius:.1875rem;box-shadow:0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);box-sizing:border-box;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;line-height:1.385;padding:.5rem .75rem;position:fixed;visibility:hidden}.gform-admin .gform-tooltip__tooltip *{color:#fff}.gform-admin .gform-tooltip__tooltip-arrow{position:absolute;z-index:-1}.gform-admin .gform-tooltip__tooltip-arrow:after{border-radius:.25rem;content:"";display:block;height:1.125rem;transform:rotate(45deg);width:1.125rem}.gform-admin .gform-tooltip--theme-chathams .gform-tooltip__tooltip,.gform-admin .gform-tooltip--theme-chathams .gform-tooltip__tooltip-arrow:after{background:#0f3d6c}.gform-admin .gform-tooltip--theme-port .gform-tooltip__tooltip,.gform-admin .gform-tooltip--theme-port .gform-tooltip__tooltip-arrow:after{background:#242748}.gform-admin .gform-tooltip--position-top .gform-tooltip__tooltip{left:50%;top:0;transform:translate(-50%,calc(-100% - .875rem))}.gform-admin .gform-tooltip--position-top .gform-tooltip__tooltip-arrow{bottom:-.4375rem;left:50%;transform:scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-bottom .gform-tooltip__tooltip{bottom:0;left:50%;transform:translate(-50%,calc(100% + .875rem))}.gform-admin .gform-tooltip--position-bottom .gform-tooltip__tooltip-arrow{left:50%;top:-.4375rem;transform:scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-left .gform-tooltip__tooltip{left:0;top:50%;transform:translate(calc(-100% - .875rem),-50%)}.gform-admin .gform-tooltip--position-left .gform-tooltip__tooltip-arrow{right:-.4375rem;top:50%;transform:rotate(90deg) scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--position-right .gform-tooltip__tooltip{right:0;top:50%;transform:translate(calc(100% + .875rem),-50%)}.gform-admin .gform-tooltip--position-right .gform-tooltip__tooltip-arrow{left:-.4375rem;top:50%;transform:rotate(90deg) scaleY(.8) translateX(-50%)}.gform-admin .gform-tooltip--initialized .gform-tooltip__tooltip{display:none;opacity:0;position:absolute;transition:opacity .15s ease}.gform-admin .gform-tooltip--anim-in-ready .gform-tooltip__tooltip{display:block;visibility:visible}.gform-admin .gform-tooltip--anim-in-active .gform-tooltip__tooltip{opacity:1}.gform-admin .gform-tooltip__tooltip-content{margin:0}.gform-admin .gform-typography--size-text-xxs{font-size:.625rem;line-height:1.6}.gform-admin .gform-typography--size-text-xs{font-size:.75rem;line-height:1.5}.gform-admin .gform-typography--size-text-sm{font-size:.875rem;line-height:1.43}.gform-admin .gform-typography--size-text-md{font-size:1rem;line-height:1.5}.gform-admin .gform-typography--size-text-lg{font-size:1.125rem;line-height:1.56}.gform-admin .gform-typography--size-text-xl{font-size:1.25rem;line-height:1.5}.gform-admin .gform-typography--size-display-xs{font-size:1.5rem;line-height:1.33}.gform-admin .gform-typography--size-display-sm{font-size:1.875rem;line-height:1.27}.gform-admin .gform-typography--size-display-md{font-size:2.25rem;letter-spacing:-.02em;line-height:1.22}.gform-admin .gform-typography--size-display-lg{font-size:2.875rem;letter-spacing:-.02em;line-height:1.09}.gform-admin .gform-typography--size-display-xl{font-size:3rem;letter-spacing:-.02em;line-height:1.25}.gform-admin .gform-typography--size-display-2xl{font-size:3.75rem;letter-spacing:-.02em;line-height:1.2}.gform-admin .gform-typography--size-display-3xl{font-size:4.5rem;letter-spacing:-.02em;line-height:1.25}@media (min-width:768px){.gform-admin .gform-typography--md-size-text-xxs{font-size:.625rem;line-height:1.6}.gform-admin .gform-typography--md-size-text-xs{font-size:.75rem;line-height:1.5}.gform-admin .gform-typography--md-size-text-sm{font-size:.875rem;line-height:1.43}.gform-admin .gform-typography--md-size-text-md{font-size:1rem;line-height:1.5}.gform-admin .gform-typography--md-size-text-lg{font-size:1.125rem;line-height:1.56}.gform-admin .gform-typography--md-size-text-xl{font-size:1.25rem;line-height:1.5}.gform-admin .gform-typography--md-size-display-xs{font-size:1.5rem;line-height:1.33}.gform-admin .gform-typography--md-size-display-sm{font-size:1.875rem;line-height:1.27}.gform-admin .gform-typography--md-size-display-md{font-size:2.25rem;letter-spacing:-.02em;line-height:1.22}.gform-admin .gform-typography--md-size-display-lg{font-size:2.875rem;letter-spacing:-.02em;line-height:1.09}.gform-admin .gform-typography--md-size-display-xl{font-size:3rem;letter-spacing:-.02em;line-height:1.25}.gform-admin .gform-typography--md-size-display-2xl{font-size:3.75rem;letter-spacing:-.02em;line-height:1.2}.gform-admin .gform-typography--md-size-display-3xl{font-size:4.5rem;letter-spacing:-.02em;line-height:1.25}}.gform-admin .gform-typography--weight-regular{font-weight:400}.gform-admin .gform-typography--weight-medium{font-weight:500}.gform-admin .gform-typography--weight-semibold{font-weight:600}.gform-admin .gform-card{aspect-ratio:1/1;border-radius:.1875rem;box-shadow:0 0 0 rgba(18,25,97,.05),0 2px 5px rgba(18,25,97,.1),0 1px 1px rgba(18,25,97,.15);display:flex;flex-direction:column;justify-content:center;position:relative;transition:box-shadow .2s ease;width:100%}.gform-admin .gform-card,.gform-admin .gform-card *{box-sizing:border-box}.gform-admin .gform-card__top-container{border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;flex:1;position:relative}.gform-admin .gform-card__bottom-container{-webkit-border-before:1px solid #ecedf8;background-color:#fff;border-block-start:1px solid #ecedf8;border-end-end-radius:.1875rem;border-end-start-radius:.1875rem;padding:1.25rem;position:relative;width:100%;z-index:1}.gform-admin .gform-card--form-template-blank:hover,.gform-admin .gform-card--form-template-blank[focus-within],.gform-admin .gform-card--form-template:hover,.gform-admin .gform-card--form-template[focus-within]{box-shadow:0 -10px 65px rgba(18,25,97,.09),0 30px 30px rgba(18,25,97,.07),0 15px 15px rgba(18,25,97,.06),0 10px 8px rgba(18,25,97,.05),0 4px 4px rgba(18,25,97,.04),0 2px 2px rgba(18,25,97,.03)}.gform-admin .gform-card--form-template-blank:focus-within,.gform-admin .gform-card--form-template-blank:hover,.gform-admin .gform-card--form-template:focus-within,.gform-admin .gform-card--form-template:hover{box-shadow:0 -10px 65px rgba(18,25,97,.09),0 30px 30px rgba(18,25,97,.07),0 15px 15px rgba(18,25,97,.06),0 10px 8px rgba(18,25,97,.05),0 4px 4px rgba(18,25,97,.04),0 2px 2px rgba(18,25,97,.03)}.gform-admin .gform-card--form-template-blank .gform-card__form-template-blank-button{background:transparent;block-size:100%;border:0;cursor:pointer;inline-size:100%;inset-block-start:0;inset-inline-start:0;margin:0;outline:0;padding:0;position:absolute;z-index:10}.gform-admin .gform-card--form-template-blank .gform-card__top-container{align-items:center;display:flex!important;justify-content:center}.gform-admin .gform-card--form-template .gform-card__label{inset-block-start:16px;inset-inline-start:20px;position:absolute;z-index:10}.gform-admin .gform-card--form-template .gform-card__form-template-hover-buttons{align-items:center;background-color:hsla(0,0%,100%,.6);display:flex;inset-block-end:0;inset-block-start:0;justify-content:space-between;opacity:0;padding:0 3.12rem;position:absolute;transition:opacity .2s ease;width:100%;z-index:1}.gform-admin .gform-card--form-template .gform-card__form-template-buttons-container{display:flex;inset-inline-end:0;inset-inline-start:0;justify-content:center;margin:0 auto;position:absolute}.gform-admin .gform-card--form-template .gform-card__form-template-primary-button{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.gform-admin .gform-card--form-template .gform-card__form-template-secondary-button-icon{-webkit-margin-end:.375rem;color:#5b5e80;font-size:1.25rem;margin-inline-end:.375rem}.gform-admin .gform-card--form-template .gform-card__image{background-color:#fff;block-size:calc(100% - 1.25rem);border-start-end-radius:.1875rem;border-start-start-radius:.1875rem;box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);inline-size:12.5rem;inset-block-start:1.25rem;inset-inline-end:0;inset-inline-start:0;padding-block:.9375rem 0;padding-inline:.9375rem;position:absolute}.gform-admin .gform-card--form-template .gform-card__image .gform-image__image{block-size:100%}.gform-admin .gform-card--form-template .gform-card__bottom-container{max-block-size:3.8125rem;overflow:hidden;transition:max-height .3s ease}.gform-admin .gform-card--form-template .gform-card__bottom-container .gform-text{-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;animation:closeFormTemplateCardBottom .1s linear 0s forwards;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.gform-admin .gform-card--form-template:hover .gform-card__form-template-hover-buttons,.gform-admin .gform-card--form-template[focus-within] .gform-card__form-template-hover-buttons{opacity:1;transition:opacity .2s ease}.gform-admin .gform-card--form-template:focus-within .gform-card__form-template-hover-buttons,.gform-admin .gform-card--form-template:hover .gform-card__form-template-hover-buttons{opacity:1;transition:opacity .2s ease}.gform-admin .gform-card--form-template:hover .gform-card__bottom-container,.gform-admin .gform-card--form-template[focus-within] .gform-card__bottom-container{max-block-size:6.3125rem;transition:max-height .3s ease}.gform-admin .gform-card--form-template:focus-within .gform-card__bottom-container,.gform-admin .gform-card--form-template:hover .gform-card__bottom-container{max-block-size:6.3125rem;transition:max-height .3s ease}.gform-admin .gform-card--form-template:hover .gform-card__bottom-container .gform-text,.gform-admin .gform-card--form-template[focus-within] .gform-card__bottom-container .gform-text{-webkit-line-clamp:3;line-clamp:3;animation:openFormTemplateCardBottom .3s linear 0s forwards;max-block-size:3.75rem}.gform-admin .gform-card--form-template:focus-within .gform-card__bottom-container .gform-text,.gform-admin .gform-card--form-template:hover .gform-card__bottom-container .gform-text{-webkit-line-clamp:3;line-clamp:3;animation:openFormTemplateCardBottom .3s linear 0s forwards;max-block-size:3.75rem}@keyframes openFormTemplateCardBottom{0%{-webkit-line-clamp:1;line-clamp:1}to{-webkit-line-clamp:none;line-clamp:none}}@keyframes closeFormTemplateCardBottom{0%{-webkit-line-clamp:none;line-clamp:none}to{-webkit-line-clamp:1;line-clamp:1}}.gform-admin .gform-loader__mask{align-items:center;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10000}.gform-admin .gform-loader__mask.gform-loader__mask--theme-light{background-color:rgba(247,249,252,.93)}.gform-admin .gform-loader__mask.gform-loader__mask--theme-dark{background-color:rgba(36,39,72,.93)}.gform-admin .gform-loader__mask--position-top{justify-content:start}.gform-admin .gform-loader__mask--position-top .gform-loader__mask-positioner{top:12%}.gform-admin .gform-loader__mask--position-center{justify-content:center}.gform-admin .gform-loader__mask--position-bottom{justify-content:end}.gform-admin .gform-loader__mask--position-bottom .gform-loader__mask-positioner{bottom:12%}.gform-admin .gform-loader__mask--position-sticky .gform-loader__mask-positioner{position:sticky}.gform-admin .gform-loader__mask-positioner{position:relative}.gform-admin .gform-loader--simple{animation:gformLoader1 1.1s linear infinite;border-color:#fff #fff #000 #000;border-radius:50%;border-style:solid;border-width:1.1em;display:inline-block;font-size:10px;height:10em;position:relative;transform:translateZ(0);width:10em}.gform-admin .gform-loader__inner{display:inline-flex;flex-direction:column}.gform-admin .gform-loader__text{display:block;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;font-weight:500;margin-top:16px;text-align:center}@keyframes gformLoader1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gform-admin .gform-loader--ring{animation:gformLoaderRotate 2s linear infinite;height:40px;transform-origin:center;vertical-align:middle;width:40px;will-change:transform}.gform-admin .gform-loader--ring circle{fill:none;stroke:#0f3d6c;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:gformLoaderStretch 1.5s ease-in-out infinite;will-change:stroke-dasharray,stroke-dashoffset}@keyframes gformLoaderRotate{to{transform:rotate(1turn)}}@keyframes gformLoaderStretch{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-124px}}.gform-admin .gform-video__wrapper{position:relative}.gform-admin .gform-video__wrapper .gform-button--video-play{border-radius:.75rem;height:5.063rem;justify-content:center;outline:8px solid rgba(0,0,0,.1);width:8.188rem}.gform-admin .gform-video__wrapper .gform-button--video-play .gform-button__icon{font-size:2.625rem}.gform-admin .gform-video__wrapper .gform-button--video-play:hover{filter:drop-shadow(0 1px 3px rgba(18,25,97,.1)) drop-shadow(0 1px 2px rgba(18,25,97,.06))}.gform-admin .gform-video__wrapper .gform-button--video-play:focus{outline-color:#dde9fc}.gform-admin .gform-video__placeholder{background-position:50%;background-repeat:no-repeat;background-size:cover;opacity:1;transition:opacity .6s}.gform-admin .gform-video__placeholder .gform-video__placeholder-inner{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.gform-admin .gform-video__wrapper--playing .gform-video__placeholder{opacity:0}.gform-admin .gform-video__wrapper--revealed .gform-video__placeholder{display:none}.gform-admin .gform-video__wrapper--has-ratio .gform-video,.gform-admin .gform-video__wrapper--has-ratio .gform-video__placeholder{left:0;position:absolute;top:0;width:100%;z-index:3}.gform-admin .gform-video__wrapper--has-placeholder .gform-video{opacity:0;transition:opacity .6s;z-index:2}.gform-admin .gform-video__wrapper--has-placeholder.gform-video__wrapper--playing .gform-video{opacity:1}.gform-admin .gform-video--vidyard #backlink{display:none} \ No newline at end of file diff --git a/assets/css/dist/assets.php b/assets/css/dist/assets.php new file mode 100644 index 0000000..9c3dc11 --- /dev/null +++ b/assets/css/dist/assets.php @@ -0,0 +1 @@ + array('admin-components.css' => array('version' => 'ad24e94ad41ffa02d6134e2d2784a3c6', 'file' => 'admin-components.css'), 'admin-css-utilities.css' => array('version' => 'dab60c4197912b5a1024c628c41fc2ca', 'file' => 'admin-css-utilities.css'), 'admin-icons.css' => array('version' => '4177ee20c0f0bed83d0e78f552856775', 'file' => 'admin-icons.css'), 'admin-ie11.css' => array('version' => '895bf4385a0355f5d1f643dfd0c66b59', 'file' => 'admin-ie11.css'), 'admin-theme.css' => array('version' => '7194fe635be28c0c6473eac55000c7a9', 'file' => 'admin-theme.css'), 'admin.css' => array('version' => 'c5f7e07f3ea418d0113dfee955d117fc', 'file' => 'admin.css'), 'basic.css' => array('version' => '0fad5a0d47e29a41616447b9aa9f6383', 'file' => 'basic.css'), 'blocks.css' => array('version' => 'd723d840f88617ad4bfafd3f4070ed97', 'file' => 'blocks.css'), 'common-css-utilities.css' => array('version' => '32bdc3e13edf379295f3e1614ceb87b4', 'file' => 'common-css-utilities.css'), 'editor.css' => array('version' => 'ef54161112d1212be8c6a1f5593f78b1', 'file' => 'editor.css'), 'font-awesome.css' => array('version' => '71e7e4a793cdf33c407dd5225f6ed4bf', 'file' => 'font-awesome.css'), 'gravity-forms-common-icons.css' => array('version' => 'f5424940fa210355a62bc75070a94f20', 'file' => 'gravity-forms-common-icons.css'), 'gravity-forms-orbital-theme.css' => array('version' => 'cea703e07c0638cb74f587a223085678', 'file' => 'gravity-forms-orbital-theme.css'), 'gravity-forms-theme-foundation.css' => array('version' => 'c50a8f16001d23272bfe29e340cc005b', 'file' => 'gravity-forms-theme-foundation.css'), 'gravity-forms-theme-framework.css' => array('version' => 'df50e6dbabd780abce44f78a093a7492', 'file' => 'gravity-forms-theme-framework.css'), 'gravity-forms-theme-reset.css' => array('version' => 'b4773ef9ecbd3302e7fb56cd9010f6f2', 'file' => 'gravity-forms-theme-reset.css'), 'settings.css' => array('version' => 'b541cbfd5bb683db811be5d634733cb6', 'file' => 'settings.css'), 'setup-wizard.css' => array('version' => '0eb1de9ba526bf37f7dc0b5f8613bb5e', 'file' => 'setup-wizard.css'), 'template-library.css' => array('version' => '89e776b0b991ddd7e2ce8c3fb14153b9', 'file' => 'template-library.css'), 'theme-components.css' => array('version' => 'c3878cdf92ad037b81f473ab98e85092', 'file' => 'theme-components.css'), 'theme-ie11.css' => array('version' => '5e51cba9380ab2ba665a26a6e96b52e3', 'file' => 'theme-ie11.css'), 'theme.css' => array('version' => 'dc04add6e7f77e0e5f34c9ea870dcdb8', 'file' => 'theme.css'))); \ No newline at end of file diff --git a/assets/css/dist/gravity-forms-theme-foundation.css b/assets/css/dist/gravity-forms-theme-foundation.css index cf65dd8..9f06f35 100644 --- a/assets/css/dist/gravity-forms-theme-foundation.css +++ b/assets/css/dist/gravity-forms-theme-foundation.css @@ -39,7 +39,7 @@ The core layout engine for forms on the frontend. Control grid gaps and global p ## CSS Custom Properties */ -.gform-theme--foundation { +.gform-theme--foundation, .gform-theme--api { /** @cssprop diff --git a/assets/css/dist/gravity-forms-theme-foundation.min.css b/assets/css/dist/gravity-forms-theme-foundation.min.css index 181bb63..a0d9df1 100644 --- a/assets/css/dist/gravity-forms-theme-foundation.min.css +++ b/assets/css/dist/gravity-forms-theme-foundation.min.css @@ -1 +1 @@ -.gform-theme--foundation{--gform-theme-form-row-gap:40px;--gform-theme-form-col-gap:16px;--gform-theme-field-row-gap:12px;--gform-theme-field-col-gap:12px;--gform-theme-label-horizontal-layout-width:30%;--gform-theme-label-required-gap:6px;--gform-theme-form-footer-margin-block-start:24px;--gform-theme-form-footer-gap:8px;--gform-theme-field-date-inline-size:168px;--gform-theme-field-time-inline-size:110px;--gform-theme-field-list-buttons-gap:8px;--gform-theme-field-list-buttons-inline-size:calc(32px + var(--gform-theme-field-list-buttons-gap) + var(--gform-theme-field-col-gap));--gform-theme-field-page-steps-row-gap:8px;--gform-theme-field-page-steps-col-gap:24px}.gform-theme--foundation *,.gform-theme--foundation :after,.gform-theme--foundation :before{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:none;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}.gform_anchor.focus-visible{outline:none}.gform_anchor:focus-visible{outline:none}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-theme--foundation button.screen-reader-text:focus{clip:auto;border:0;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentColor;font-family:inherit;font-size:inherit;outline:none;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.ginput_container{float:right}.rtl .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.rtl .gform-theme--foundation .left_label .gfield .gfield_password_strength,.rtl .gform-theme--foundation .left_label .gfield>.ginput_container,.rtl .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.rtl .gform-theme--foundation .right_label .gfield .gfield_password_strength,.rtl .gform-theme--foundation .right_label .gfield>.ginput_container{float:left}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)){inline-size:calc(100% - var(--gform-theme-label-horizontal-layout-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc(100% - var(--gform-theme-label-horizontal-layout-width) + var(--gform-theme-field-col-gap))}.gform-theme--foundation .left_label .gfield_html_formatted,.gform-theme--foundation .right_label .gfield_html_formatted{-webkit-margin-start:var(--gform-theme-label-horizontal-layout-width);margin-inline-start:var(--gform-theme-label-horizontal-layout-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .gfield textarea,.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gform-theme-form-col-gap)*3/4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gform-theme-form-col-gap)/2)}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%}.gform-theme--foundation .gform_fields{grid-column-gap:0;grid-row-gap:var(--gform-theme-form-row-gap);display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);inline-size:100%}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{-webkit-margin-before:var(--gform-theme-form-footer-margin-block-start);display:flex;flex-wrap:wrap;gap:var(--gform-theme-form-footer-gap);margin-block-start:var(--gform-theme-form-footer-margin-block-start)}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full,.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full{inline-size:100%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter{inline-size:75%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half{inline-size:50%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third{inline-size:33.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter{inline-size:25%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%}@media (min-width:640px){.gform-theme--foundation .gform_fields{grid-column-gap:var(--gform-theme-form-col-gap)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{-webkit-padding-start:var(--gform-theme-label-horizontal-layout-width);padding-inline-start:var(--gform-theme-label-horizontal-layout-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gform-theme-field-col-gap)*-1/2);row-gap:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gform-theme-field-col-gap)/2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gform-theme-field-col-gap))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gform-theme-label-required-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:left;gap:calc(var(--gform-theme-label-required-gap)/3);inline-size:var(--gform-theme-label-horizontal-layout-width)}.rtl .gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.rtl .gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){float:right}}@media (min-width:640px){.gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:right;margin-left:auto}.rtl .gform-theme--foundation .left_label .gfield_description,.rtl .gform-theme--foundation .right_label .gfield_description{clear:left;margin-left:0;margin-right:auto}}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{-webkit-margin-before:-.25em;background-repeat:no-repeat;display:block;inset-block-start:.3em;inset-inline-start:.5em;margin-block-start:-.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev:before{background-image:url(../../../images/theme/down-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:24px 24px;block-size:1em;content:"";display:inline-block;inline-size:1em;inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{-webkit-margin-before:-8px;-webkit-margin-start:-8px;display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{-webkit-padding-end:24px;background-color:transparent;background-image:url(../../../images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{-webkit-margin-after:.4em;border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:.7em;padding-inline:.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;padding:.2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{transform:translate(50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before{transform:translate(50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{-webkit-border-before:0;clip:rect(0,0,0,0);background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{-webkit-margin-end:4px;color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .chosen-single .group-name:after,.gform-theme--foundation .chosen-container .search-choice .group-name:after{-webkit-padding-start:2px;content:":";padding-inline-start:2px;vertical-align:top}.gform-theme--foundation .chosen-container-single .chosen-single{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{-webkit-margin-end:26px;display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(../../../images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(../../../images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{-webkit-margin-end:38px;margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(../../../images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{-webkit-margin-before:-1px;background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{-webkit-overflow-scrolling:touch;color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{-webkit-touch-callout:none;word-wrap:break-word;display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;padding-block:5px;padding-inline:6px}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{-webkit-padding-start:15px;padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:transparent!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(../../../images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{-webkit-padding-end:5px;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:inset 0 1px 0 #fff}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-border-start:none;background:transparent;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl .chosen-choices li{float:right}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(../../../images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{-webkit-border-before:1px solid #dcdcde;border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{-webkit-margin-after:8px;block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{-webkit-margin-end:.3rem;background-image:url(../../../images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected:after{background:url(../../../images/gf-creditcards-check.svg) 50% no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:left}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{-webkit-margin-start:.3em;align-self:center;background-image:url(../../../images/gf-creditcards.svg);background-position:-382px;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gform-theme-field-date-inline-size)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation .gf_hidden,.gform-theme--foundation .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none!important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-break:break-word}.gform-theme--foundation .gfield_list_group{-webkit-margin-after:var(--gform-theme-field-row-gap);margin-block-end:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gfield_list_group:last-child{-webkit-margin-after:0;margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{-webkit-margin-before:4px;margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gform-theme-field-list-buttons-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{-webkit-margin-before:0;margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gform-theme-field-list-buttons-inline-size);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gform-theme-field-page-steps-row-gap) var(--gform-theme-field-page-steps-col-gap)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gform-theme-field-time-inline-size)}.gform-theme--foundation .hour_minute_colon{display:none}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio{display:block}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice{-webkit-padding-after:var(--gform-theme-field-choice-spacing);-webkit-padding-end:1rem;display:inline-grid;padding-block-end:var(--gform-theme-field-choice-spacing);padding-inline-end:1rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label{max-inline-size:none}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio{grid-column-gap:2rem;-moz-column-count:2;column-count:2;display:block}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox .gchoice,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio .gchoice{-webkit-margin-after:var(--gform-theme-field-choice-spacing);display:grid;margin-block-end:var(--gform-theme-field-choice-spacing)}.gform-theme--foundation .gf_list_3col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_3col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:3;column-count:3;display:block}.gform-theme--foundation .gf_list_4col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_4col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:4;column-count:4;display:block}.gform-theme--foundation .gf_list_5col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_5col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:5;column-count:5;display:block}.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice{block-size:25px}.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice{block-size:50px}.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice{block-size:75px}.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice{block-size:100px}.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice{block-size:125px}.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice{block-size:150px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{-webkit-margin-before:0;margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{-webkit-padding-end:1em;block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{-webkit-margin-end:.5em;display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{-webkit-margin-before:0!important;margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px hsla(56,57%,69%,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{-webkit-border-after:1px solid #e6db55;-webkit-border-before:2px solid #fff;background:#fffce5;background:linear-gradient(180deg,#fffce5 0,#fff9bf);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{-webkit-border-after:1px solid #a7c37c;-webkit-border-before:2px solid #effade;background:#dbf2b7;background:linear-gradient(180deg,#dbf2b7 0,#b4d088);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before{background:rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{-webkit-border-after:1.1em solid #000;-webkit-border-before:1.1em solid #fff;-webkit-border-end:1.1em solid #fff;-webkit-border-start:1.1em solid #000;align-self:center;animation:gformLoader 1.1s linear infinite;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}} \ No newline at end of file +.gform-theme--api,.gform-theme--foundation{--gform-theme-form-row-gap:40px;--gform-theme-form-col-gap:16px;--gform-theme-field-row-gap:12px;--gform-theme-field-col-gap:12px;--gform-theme-label-horizontal-layout-width:30%;--gform-theme-label-required-gap:6px;--gform-theme-form-footer-margin-block-start:24px;--gform-theme-form-footer-gap:8px;--gform-theme-field-date-inline-size:168px;--gform-theme-field-time-inline-size:110px;--gform-theme-field-list-buttons-gap:8px;--gform-theme-field-list-buttons-inline-size:calc(32px + var(--gform-theme-field-list-buttons-gap) + var(--gform-theme-field-col-gap));--gform-theme-field-page-steps-row-gap:8px;--gform-theme-field-page-steps-col-gap:24px}.gform-theme--foundation *,.gform-theme--foundation :after,.gform-theme--foundation :before{box-sizing:border-box}.gform-theme--foundation fieldset,.gform-theme--foundation legend{background:none;padding:0}.gform-theme--foundation fieldset{border:none;display:block;margin:0}.gform-theme--foundation legend{margin-inline:0}.gform_anchor.focus-visible{outline:none}.gform_anchor:focus-visible{outline:none}.gform-theme--foundation .hidden_label .gfield_label,.gform-theme--foundation .hidden_sub_label,.gform-theme--foundation .screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform-theme--foundation button.screen-reader-text:focus{clip:auto;border:0;-webkit-clip-path:none;clip-path:none;height:auto;margin:0;position:static!important;width:auto}.gform-theme--foundation .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform-theme--foundation .gform-text-input-reset{background-color:transparent;border:none;border-radius:0;box-shadow:none;color:currentColor;font-family:inherit;font-size:inherit;outline:none;padding:inherit;width:auto}@media (min-width:640px){.gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .left_label .gfield .gfield_password_strength,.gform-theme--foundation .left_label .gfield>.ginput_container,.gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.gform-theme--foundation .right_label .gfield .gfield_password_strength,.gform-theme--foundation .right_label .gfield>.ginput_container{float:right}.rtl .gform-theme--foundation .left_label .gfield .gfield_creditcard_warning_message,.rtl .gform-theme--foundation .left_label .gfield .gfield_password_strength,.rtl .gform-theme--foundation .left_label .gfield>.ginput_container,.rtl .gform-theme--foundation .right_label .gfield .gfield_creditcard_warning_message,.rtl .gform-theme--foundation .right_label .gfield .gfield_password_strength,.rtl .gform-theme--foundation .right_label .gfield>.ginput_container{float:left}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .left_label .gfield>.ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)),.gform-theme--foundation .right_label .gfield>.ginput_container:where(:not(.ui-resizable-handle):not(.gfield-admin-icons):not(.gform-grid-row)){inline-size:calc(100% - var(--gform-theme-label-horizontal-layout-width))}.gform-theme--foundation .left_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .left_label .gfield>.ginput_container:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield:where(:not(.gfield--type-html):not(.gfield--type-section))>div:where(.gform-grid-row),.gform-theme--foundation .right_label .gfield>.ginput_container:where(.gform-grid-row){inline-size:calc(100% - var(--gform-theme-label-horizontal-layout-width) + var(--gform-theme-field-col-gap))}.gform-theme--foundation .left_label .gfield_html_formatted,.gform-theme--foundation .right_label .gfield_html_formatted{-webkit-margin-start:var(--gform-theme-label-horizontal-layout-width);margin-inline-start:var(--gform-theme-label-horizontal-layout-width)}}.field_sublabel_below .ginput_complex{align-items:flex-start}.field_sublabel_above .ginput_complex{align-items:flex-end}.gform-theme--foundation .ginput_complex label,.gform-theme--foundation .ginput_complex legend{display:block}.gform-theme--foundation .gfield textarea,.gform-theme--foundation .ginput_complex input,.gform-theme--foundation .ginput_complex select{inline-size:100%}.gform-theme--foundation .gfield textarea.small{min-block-size:6rem}.gform-theme--foundation .gfield textarea.medium{min-block-size:12rem}.gform-theme--foundation .gfield textarea.large{min-block-size:18rem}.gform-theme--foundation .gfield .ginput_password,.gform-theme--foundation .gfield input,.gform-theme--foundation .gfield select{max-inline-size:100%}.gform-theme--foundation .gfield .ginput_password.small,.gform-theme--foundation .gfield input.small,.gform-theme--foundation .gfield select.small{inline-size:calc(25% - var(--gform-theme-form-col-gap)*3/4)}.gform-theme--foundation .gfield .ginput_password.medium,.gform-theme--foundation .gfield input.medium,.gform-theme--foundation .gfield select.medium{inline-size:calc(50% - var(--gform-theme-form-col-gap)/2)}.gform-theme--foundation .gfield .ginput_password.large,.gform-theme--foundation .gfield input.large,.gform-theme--foundation .gfield select.large{inline-size:100%}.gform-theme--foundation .gform_fields{grid-column-gap:0;grid-row-gap:var(--gform-theme-form-row-gap);display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);inline-size:100%}.gform-theme--foundation .gfield{grid-column:1/-1;min-inline-size:0}.gform-theme--foundation .gform_footer,.gform-theme--foundation .gform_page_footer{-webkit-margin-before:var(--gform-theme-form-footer-margin-block-start);display:flex;flex-wrap:wrap;gap:var(--gform-theme-form-footer-gap);margin-block-start:var(--gform-theme-form-footer-margin-block-start)}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full,.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-full{inline-size:100%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-eleven-twelfths{inline-size:91.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-sixths{inline-size:83.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-three-quarter{inline-size:75%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-two-thirds{inline-size:66.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-seven-twelfths{inline-size:58.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-half{inline-size:50%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-five-twelfths{inline-size:41.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-third{inline-size:33.3333%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-quarter{inline-size:25%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-sixth{inline-size:16.6666%}.gform-theme--foundation #field_submit input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth,.gform-theme--foundation .gform_footer input[type=submit][id*=gform_submit_button_].button.gform-button--width-full.gfield--width-one-twelfth{inline-size:8.3333%}@media (min-width:640px){.gform-theme--foundation .gform_fields{grid-column-gap:var(--gform-theme-form-col-gap)}.gform-theme--foundation .gfield--width-full{grid-column:span 12}.gform-theme--foundation .gfield--width-eleven-twelfths{grid-column:span 11}.gform-theme--foundation .gfield--width-five-sixths{grid-column:span 10}.gform-theme--foundation .gfield--width-three-quarter{grid-column:span 9}.gform-theme--foundation .gfield--width-two-thirds{grid-column:span 8}.gform-theme--foundation .gfield--width-seven-twelfths{grid-column:span 7}.gform-theme--foundation .gfield--width-half{grid-column:span 6}.gform-theme--foundation .gfield--width-five-twelfths{grid-column:span 5}.gform-theme--foundation .gfield--width-third{grid-column:span 4}.gform-theme--foundation .gfield--width-quarter{grid-column:span 3}.gform-theme--foundation .gfield--width-one-sixth{grid-column:span 2}.gform-theme--foundation .gfield--width-one-twelfth{grid-column:span 1}.gform-theme--foundation .gform_footer.left_label,.gform-theme--foundation .gform_footer.right_label{-webkit-padding-start:var(--gform-theme-label-horizontal-layout-width);padding-inline-start:var(--gform-theme-label-horizontal-layout-width)}}.gform-theme--foundation .gform-grid-row{display:flex;flex-flow:row wrap;margin-inline:calc(var(--gform-theme-field-col-gap)*-1/2);row-gap:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gform-grid-col{flex:none;inline-size:100%;padding-inline:calc(var(--gform-theme-field-col-gap)/2)}.gform-theme--foundation .gform-grid-col.gform-grid-row{inline-size:calc(100% + var(--gform-theme-field-col-gap))}@media (min-width:640px){.gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto{flex:1;inline-size:auto}}.gform-theme--foundation .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:baseline;display:flex;flex-wrap:wrap;gap:var(--gform-theme-label-required-gap)}.gform-theme--foundation .gform-field-label:where([class*=gform-field-label--type-]){display:inline-block}@media (min-width:640px){.gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){flex-direction:column;float:left;gap:calc(var(--gform-theme-label-required-gap)/3);inline-size:var(--gform-theme-label-horizontal-layout-width)}.rtl .gform-theme--foundation .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.rtl .gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){float:right}}@media (min-width:640px){.gform-theme--foundation .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){align-items:end;justify-content:normal;text-align:end}}@media (min-width:640px){.gform-theme--foundation .left_label .gfield_description,.gform-theme--foundation .right_label .gfield_description{clear:right;margin-left:auto}.rtl .gform-theme--foundation .left_label .gfield_description,.rtl .gform-theme--foundation .right_label .gfield_description{clear:left;margin-left:0;margin-right:auto}}.gform-theme--foundation .gform_drop_area{background-color:#fff;border:1px dashed #686e77;padding-block:32px;padding-inline:32px;text-align:center}.gform-theme--foundation .gform_drop_instructions,.gform-theme--foundation .gform_fileupload_rules{display:block}.gform-theme--foundation.ui-datepicker{background-color:#fff;box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;z-index:9999!important}.gform-theme--foundation.ui-datepicker .ui-icon{-webkit-margin-before:-.25em;background-repeat:no-repeat;display:block;inset-block-start:.3em;inset-inline-start:.5em;margin-block-start:-.25em;overflow:hidden;position:relative;text-indent:-99999px;vertical-align:middle}.gform-theme--foundation.ui-datepicker .ui-datepicker-header{padding-block:.2em;position:relative}.gform-theme--foundation.ui-datepicker .ui-datepicker-next,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{block-size:1.8em;inline-size:1.8em;inset-block-start:2px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev:before{background-image:url(../../../images/theme/down-arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:24px 24px;block-size:1em;content:"";display:inline-block;inline-size:1em;inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-next span,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev span{-webkit-margin-before:-8px;-webkit-margin-start:-8px;display:block;inset-block-start:50%;inset-inline-start:50%;margin-block-start:-8px;margin-inline-start:-8px;position:absolute}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover,.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-block-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev{inset-inline-start:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next{inset-inline-end:2px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next:before{transform:translate(-50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker .ui-datepicker-prev-hover{inset-inline-start:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-next-hover{inset-inline-end:1px}.gform-theme--foundation.ui-datepicker .ui-datepicker-title{line-height:1.8em;margin-inline:2.3em;text-align:center}.gform-theme--foundation.ui-datepicker .ui-datepicker-title select{font-size:1em;margin-block:1px}.gform-theme--foundation.ui-datepicker select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker select.ui-datepicker-year{-webkit-padding-end:24px;background-color:transparent;background-image:url(../../../images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px;padding-inline-end:24px}.gform-theme--foundation.ui-datepicker table{-webkit-margin-after:.4em;border-collapse:collapse;font-size:.9em;inline-size:100%;margin-block-end:.4em;table-layout:fixed}.gform-theme--foundation.ui-datepicker th{border:0;font-weight:700;padding-block:.7em;padding-inline:.3em;text-align:center}.gform-theme--foundation.ui-datepicker td{border:0;padding:1px}.gform-theme--foundation.ui-datepicker td a,.gform-theme--foundation.ui-datepicker td span{display:block;padding:.2em;text-align:center;text-decoration:none}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl{direction:rtl}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{transform:translate(50%,-50%) rotate(-90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before{transform:translate(50%,-50%) rotate(90deg)}.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--foundation.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:0 50%}.gform-theme--foundation .chosen-container{display:inline-block;font-size:13px;position:relative;text-align:start;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform-theme--foundation .chosen-container *{box-sizing:border-box}.gform-theme--foundation .chosen-container a{cursor:pointer}.gform-theme--foundation .chosen-container .chosen-drop{-webkit-border-before:0;clip:rect(0,0,0,0);background:#fff;border:1px solid #aaa;border-block-start:0;box-shadow:0 4px 5px rgba(0,0,0,.15);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%);inline-size:100%;inset-block-start:100%;position:absolute;z-index:1010}.gform-theme--foundation .chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.gform-theme--foundation .chosen-container .chosen-single .group-name,.gform-theme--foundation .chosen-container .search-choice .group-name{-webkit-margin-end:4px;color:#999;font-weight:400;margin-inline-end:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container .chosen-single .group-name:after,.gform-theme--foundation .chosen-container .search-choice .group-name:after{-webkit-padding-start:2px;content:":";padding-inline-start:2px;vertical-align:top}.gform-theme--foundation .chosen-container-single .chosen-single{background:#fff linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4);background-clip:padding-box;block-size:25px;border:1px solid #aaa;border-radius:5px;box-shadow:inset 0 0 3px #fff,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;line-height:24px;overflow:hidden;padding-block:0;padding-inline:8px 0;position:relative;text-decoration:none;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single span{-webkit-margin-end:26px;display:block;margin-inline-end:26px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform-theme--foundation .chosen-container-single .chosen-single abbr{background:url(../../../images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:6px;inset-inline-end:26px;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-single div{block-size:100%;display:block;inline-size:18px;inset-block-start:0;inset-inline-end:0;position:absolute}.gform-theme--foundation .chosen-container-single .chosen-single div b{background:url(../../../images/theme/chosen/chosen-sprite.png) no-repeat 0 2px;block-size:100%;display:block;inline-size:100%}.gform-theme--foundation .chosen-container-single .chosen-default{color:#999}.gform-theme--foundation .chosen-container-single .chosen-single-with-deselect span{-webkit-margin-end:38px;margin-inline-end:38px}.gform-theme--foundation .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-single .chosen-search{margin-block:0;margin-inline:0;padding-block:3px;padding-inline:4px;position:relative;white-space:nowrap;z-index:1010}.gform-theme--foundation .chosen-container-single .chosen-search input[type=text]{background:url(../../../images/theme/chosen/chosen-sprite.png) no-repeat 100% -20px;block-size:auto;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;inline-size:100%;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:4px;padding-inline:5px 20px}.gform-theme--foundation .chosen-container-single.chosen-container-single-nosearch .chosen-search{clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%);position:absolute}.gform-theme--foundation .chosen-container-single .chosen-drop{-webkit-margin-before:-1px;background-clip:padding-box;border-end-end-radius:4px;border-end-start-radius:4px;border-start-end-radius:0;border-start-start-radius:0;margin-block-start:-1px}.gform-theme--foundation .chosen-container .chosen-results{-webkit-overflow-scrolling:touch;color:#444;margin-block:0 4px;margin-inline:0 4px;max-block-size:240px;overflow-x:hidden;overflow-y:auto;padding-block:0;padding-inline:4px 0;position:relative}.gform-theme--foundation .chosen-container .chosen-results li{-webkit-touch-callout:none;word-wrap:break-word;display:none;line-height:15px;list-style:none;margin-block:0;margin-inline:0;padding-block:5px;padding-inline:6px}.gform-theme--foundation .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform-theme--foundation .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform-theme--foundation .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform-theme--foundation .chosen-container .chosen-results li.group-option{-webkit-padding-start:15px;padding-inline-start:15px}.gform-theme--foundation .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform-theme--foundation .chosen-container-multi .chosen-choices{background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);block-size:auto;border:1px solid #aaa;cursor:text;inline-size:100%;margin-block:0;margin-inline:0;overflow:hidden;padding-block:0;padding-inline:5px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0;white-space:nowrap}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:transparent!important;block-size:25px;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;inline-size:25px;line-height:normal;margin-block:1px;margin-inline:0;outline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:inset 0 0 2px #fff,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin-block:3px;margin-inline:0 5px;max-inline-size:100%;padding-block:3px;padding-inline:5px 20px;position:relative}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(../../../images/theme/chosen/chosen-sprite.png) -42px 1px no-repeat;block-size:12px;display:block;font-size:1px;inline-size:12px;inset-block-start:4px;inset-inline-end:3px;position:absolute}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-disabled{-webkit-padding-end:5px;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee);border:1px solid #ccc;color:#666;padding-inline-end:5px}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform-theme--foundation .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform-theme--foundation .chosen-container-multi .chosen-results{margin-block:0;margin-inline:0;padding-block:0;padding-inline:0}.gform-theme--foundation .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform-theme--foundation .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:inset 0 1px 0 #fff}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div{-webkit-border-start:none;background:transparent;border-inline-start:none}.gform-theme--foundation .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.gform-theme--foundation .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform-theme--foundation .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222}.gform-theme--foundation .chosen-disabled{cursor:default;opacity:.5!important}.gform-theme--foundation .chosen-disabled .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-disabled .chosen-single{cursor:default}.gform-theme--foundation .chosen-rtl{direction:rtl}.gform-theme--foundation .chosen-rtl .chosen-choices li{float:right}.gform-theme--foundation .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform-theme--foundation .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-position:-30px -20px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx),only screen and (min-resolution:144dpi){.gform-theme--foundation .chosen-container .chosen-results-scroll-down span,.gform-theme--foundation .chosen-container .chosen-results-scroll-up span,.gform-theme--foundation .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform-theme--foundation .chosen-container-single .chosen-search input[type=text],.gform-theme--foundation .chosen-container-single .chosen-single abbr,.gform-theme--foundation .chosen-container-single .chosen-single div b,.gform-theme--foundation .chosen-rtl .chosen-search input[type=text]{background-image:url(../../../images/theme/chosen/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}.gform-theme--foundation .gf_invisible,.gform-theme--foundation .gfield_visibility_hidden{inset-inline-start:-9999px;position:absolute;visibility:hidden}.gform-theme--foundation .gf_hide_charleft .charleft{display:none!important}.gform-theme--foundation .ginput_counter{color:#767676;font-size:.8em}.gform-theme--foundation .ginput_counter_tinymce{-webkit-border-before:1px solid #dcdcde;border-block-start:1px solid #dcdcde;font-size:12px;padding-block:2px;padding-inline:10px}@media (min-width:640px){.gform-theme--foundation .ginput_address_city,.gform-theme--foundation .ginput_address_country,.gform-theme--foundation .ginput_address_state,.gform-theme--foundation .ginput_address_zip{inline-size:50%}}.gform-theme--foundation .gform_card_icon_container{-webkit-margin-after:8px;block-size:32px;display:flex;margin-block-end:8px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon{-webkit-margin-end:.3rem;background-image:url(../../../images/gf-creditcards.svg);background-repeat:no-repeat;block-size:32px;inline-size:40px;margin-inline-end:.3rem;text-indent:-9000px}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform-theme--foundation .gform_card_icon_container .gform_card_icon.gform_card_icon_selected:after{background:url(../../../images/gf-creditcards-check.svg) 50% no-repeat;block-size:10px;content:"";display:block;inline-size:13px;inset-block-end:4px;inset-inline-end:0;position:absolute}.gform-theme--foundation .ginput_cardinfo_left{display:flex;flex-direction:column}.gform-theme--foundation .ginput_cardinfo_left legend{float:left}.gform-theme--foundation .field_sublabel_below .ginput_cardinfo_left{flex-direction:column-reverse;justify-content:flex-end}.gform-theme--foundation .ginput_cardinfo_right{display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform-theme--foundation .ginput_cardinfo_right label{inline-size:100%}.gform-theme--foundation .ginput_card_security_code{flex:1}.gform-theme--foundation .ginput_card_security_code_icon{-webkit-margin-start:.3em;align-self:center;background-image:url(../../../images/gf-creditcards.svg);background-position:-382px;background-repeat:no-repeat;block-size:32px;display:block;flex:none;inline-size:40px;margin-inline-start:.3em}@media (min-width:640px){.gform-theme--foundation .ginput_card_expiration_month_container,.gform-theme--foundation .ginput_card_expiration_year_container,.gform-theme--foundation .ginput_cardinfo_left,.gform-theme--foundation .ginput_cardinfo_right{inline-size:50%}.gform-theme--foundation .ginput_cardinfo_right .ginput_card_security_code{flex:none;inline-size:50%}}.gform-theme--foundation .ginput_complex .ginput_container_date{inline-size:var(--gform-theme-field-date-inline-size)}.gform-theme--foundation .ginput_complex .ginput_container_date label{display:block}.gform-theme--foundation .gf_hidden,.gform-theme--foundation .gform_hidden{display:none}.gform-theme--foundation .gform_validation_container{display:none!important}.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before{content:attr(data-label)}.gform-theme--foundation .gfield_list_header{display:none}.gform-theme--foundation .gfield_header_item{word-break:break-word}.gform-theme--foundation .gfield_list_group{-webkit-margin-after:var(--gform-theme-field-row-gap);margin-block-end:var(--gform-theme-field-row-gap)}.gform-theme--foundation .gfield_list_group:last-child{-webkit-margin-after:0;margin-block-end:0}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{-webkit-margin-before:4px;margin-block-start:4px}.gform-theme--foundation .gfield_list_group_item input,.gform-theme--foundation .gfield_list_group_item select,.gform-theme--foundation .gfield_list_group_item textarea{inline-size:100%}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{align-items:center;display:flex;gap:var(--gform-theme-field-list-buttons-gap)}.gform-theme--foundation .add_list_item,.gform-theme--foundation .delete_list_item{font-size:12px;padding:0}@media (min-width:640px){.gform-theme--foundation .ginput_container_list--columns .gfield_list_group_item:before{content:none}.gform-theme--foundation .gfield_list_group,.gform-theme--foundation .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap}.gform-theme--foundation .gfield_header_item:where(:not(.gfield_header_item--icons)){flex:1 1 0}.gform-theme--foundation .gfield_list_group_item{flex:1}.gform-theme--foundation .gfield_list_group_item+.gfield_list_group_item{-webkit-margin-before:0;margin-block-start:0}.gform-theme--foundation .gfield_header_item--icons,.gform-theme--foundation .gfield_list_icons{flex:none;flex-wrap:wrap;inline-size:var(--gform-theme-field-list-buttons-inline-size);justify-content:center}}.gform-theme--foundation .gf_page_steps{display:flex;flex-wrap:wrap;gap:var(--gform-theme-field-page-steps-row-gap) var(--gform-theme-field-page-steps-col-gap)}.gform-theme--foundation .gf_step_active{font-weight:500}.gform-theme--foundation .gform_show_password{inset-block-start:50%;inset-inline-end:12px;position:absolute;transform:translateY(-50%)}.gform-theme--foundation .password_input_container{display:block;position:relative}.gform-theme--foundation .ginput_password{display:block}.gform-theme--foundation .ginput_password input{inline-size:100%}.gform-theme--foundation ::-ms-reveal{display:none}.gform-theme--foundation .gfield--type-captcha iframe{inline-size:100%}.gform-theme--foundation .gfield_post_tags_hint{margin:0}.gform-theme--foundation .ginput_complex .ginput_container_time{inline-size:var(--gform-theme-field-time-inline-size)}.gform-theme--foundation .hour_minute_colon{display:none}@media (min-width:640px){.gform-theme--foundation .gfield.gf_list_2col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_2col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_3col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_3col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_4col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_4col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_5col .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_5col .gfield_radio{grid-column-gap:2rem;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto)}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio{display:block}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice{-webkit-padding-after:var(--gform-theme-field-choice-spacing);-webkit-padding-end:1rem;display:inline-grid;padding-block-end:var(--gform-theme-field-choice-spacing);padding-inline-end:1rem}.gform-theme--foundation .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform-theme--foundation .gfield.gf_list_inline .gfield_radio .gchoice label{max-inline-size:none}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio{grid-column-gap:2rem;-moz-column-count:2;column-count:2;display:block}.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_checkbox .gchoice,.gform-theme--foundation .gf_list_2col_vertical .ginput_container .gfield_radio .gchoice{-webkit-margin-after:var(--gform-theme-field-choice-spacing);display:grid;margin-block-end:var(--gform-theme-field-choice-spacing)}.gform-theme--foundation .gf_list_3col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_3col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:3;column-count:3;display:block}.gform-theme--foundation .gf_list_4col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_4col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:4;column-count:4;display:block}.gform-theme--foundation .gf_list_5col_vertical .gfield_checkbox,.gform-theme--foundation .gf_list_5col_vertical .gfield_radio{grid-column-gap:2rem;-moz-column-count:5;column-count:5;display:block}.gform-theme--foundation .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_25 .gfield_radio .gchoice{block-size:25px}.gform-theme--foundation .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_50 .gfield_radio .gchoice{block-size:50px}.gform-theme--foundation .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_75 .gfield_radio .gchoice{block-size:75px}.gform-theme--foundation .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_100 .gfield_radio .gchoice{block-size:100px}.gform-theme--foundation .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_125 .gfield_radio .gchoice{block-size:125px}.gform-theme--foundation .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform-theme--foundation .gfield.gf_list_height_150 .gfield_radio .gchoice{block-size:150px}}.gform-theme--foundation .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform-theme--foundation .gsection.gf_scroll_text{background-color:#fff;block-size:15rem;border:1px solid #ccc;overflow-x:hidden;overflow-y:scroll;padding:2rem}.gform-theme--foundation .gsection.gf_scroll_text .gsection_title{-webkit-margin-before:0;margin-block-start:0}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue,.gform-theme--foundation .gfield.gfield_html.gf_alert_gray,.gform-theme--foundation .gfield.gfield_html.gf_alert_green,.gform-theme--foundation .gfield.gfield_html.gf_alert_red,.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin-block:1.25rem!important;margin-inline:0!important;padding:1.25rem!important}.gform-theme--foundation .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform-theme--foundation .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform-theme--foundation .gf_simple_horizontal{inline-size:calc(100% - 16px);margin-block:0;margin-inline:auto}.gform-theme--foundation .gf_simple_horizontal .gform_body,.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gform_body{inline-size:auto;max-inline-size:75%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label{display:table;inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield{-webkit-padding-end:1em;block-size:auto;display:table-cell;padding-inline-end:1em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .small{inline-size:100%}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{-webkit-margin-end:.5em;display:inline-block;margin-inline-end:.5em}.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform-theme--foundation .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform-theme--foundation .gf_simple_horizontal .gfield,.gform-theme--foundation .gf_simple_horizontal .ginput_container{-webkit-margin-before:0!important;margin-block-start:0!important}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label{inline-size:auto;margin:0;max-inline-size:25%;padding:0;text-align:start}.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform-theme--foundation .gf_simple_horizontal .gform_footer.top_label input[type=submit]{block-size:auto}.gform-theme--foundation .gf_simple_horizontal .gfield_description:not(.gfield_validation_message),.gform-theme--foundation .gf_simple_horizontal .gfield_label,.gform-theme--foundation .gf_simple_horizontal .ginput_complex label{block-size:1px;display:block;inline-size:1px;inset-block-start:0;inset-inline-start:-9000px;overflow:hidden;position:absolute}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-block:1px solid #e6db55;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-block:1px solid #ccc;color:#424242;font-size:25px;margin-block:30px;margin-inline:0;max-inline-size:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px hsla(56,57%,69%,.75);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{-webkit-border-after:1px solid #e6db55;-webkit-border-before:2px solid #fff;background:#fffce5;background:linear-gradient(180deg,#fffce5 0,#fff9bf);background-color:#fffbcc;border-block-end:1px solid #e6db55;border-block-start:2px solid #fff;color:#424242;font-size:28px;margin:0;max-inline-size:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin-block:30px;margin-inline:0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{-webkit-border-after:1px solid #a7c37c;-webkit-border-before:2px solid #effade;background:#dbf2b7;background:linear-gradient(180deg,#dbf2b7 0,#b4d088);background-color:#fffbcc;border-block-end:1px solid #a7c37c;border-block-start:2px solid #effade;color:#030;font-size:28px;margin:0;max-inline-size:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before{background:rgba(0,0,0,.2);box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";inline-size:50%;inset-block:80% 15px;inset-inline-start:10px;max-inline-size:40%;position:absolute;transform:rotate(-3deg);z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after{inset-inline:auto 10px;transform:rotate(3deg)}.gform-theme--foundation .validation_message--hidden-on-empty:empty{display:none}.gform-theme--foundation .gform-loader{-webkit-border-after:1.1em solid #000;-webkit-border-before:1.1em solid #fff;-webkit-border-end:1.1em solid #fff;-webkit-border-start:1.1em solid #000;align-self:center;animation:gformLoader 1.1s linear infinite;block-size:10em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:10em;position:relative;transform:translateZ(0)}@keyframes gformLoader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}} \ No newline at end of file diff --git a/assets/css/dist/gravity-forms-theme-framework.css b/assets/css/dist/gravity-forms-theme-framework.css index 52a5512..b56be2d 100644 --- a/assets/css/dist/gravity-forms-theme-framework.css +++ b/assets/css/dist/gravity-forms-theme-framework.css @@ -35,7 +35,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Theme */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Typography */ --gform-theme-font-family: initial; @@ -58,22 +58,15 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Primary Used by: - * --gform-theme-control-accent-color * --gform-theme-control-border-color-focus * --gform-theme-control-button-background-color-primary - * --gform-theme-control-file-drop-area-icon-color * --gform-theme-control-file-upload-progress-bar-background-color-loading - * --gform-theme-control-select-dropdown-option-box-shadow-hover - * --gform-theme-control-multiselect-selected-item-background-color - * --gform-theme-control-date-datepicker-table-cell-content-background-color-selected - * --gform-theme-control-date-datepicker-table-cell-content-border - * --gform-theme-control-choice-check-color * --gform-theme-field-page-steps-number-background-color-complete * --gform-theme-field-page-steps-number-border-color-complete * --gform-theme-form-spinner-foreground-color - This global CSS API color property is set at the - form block theme level using the following setting: Primary button background color + This global CSS API color property is applied to a form based on the following setting: + Button Styles > Background Color */ --gform-theme-color-primary: #204ce5; @@ -84,8 +77,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-box-shadow-color-focus * --gform-theme-form-spinner-background-color - This global CSS API color property is set at the - form block theme level using the following setting: Primary button background color + This global CSS API color property is applied to a form based on the following setting: + Button Styles > Background Color */ --gform-theme-color-primary-rgb: 45, 127, 251; @@ -95,13 +88,10 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-button-color-primary - * --gform-theme-control-multiselect-selected-item-color - * --gform-theme-control-multiselect-selected-item-remove-icon-color - * --gform-theme-control-date-datepicker-table-cell-content-color-selected * --gform-theme-field-page-steps-number-color-complete - This global CSS API color property is set at the - form block theme level using the following setting: Primary button color + This global CSS API color property is applied to a form based on the following setting: + Button Styles > Text Color */ --gform-theme-color-primary-contrast: #fff; @@ -109,8 +99,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Primary - Contrast (rgb channels) The contrasting color to be used against the primary color. - This global CSS API color property is set at the - form block theme level using the following setting: Primary button color + This global CSS API color property is applied to a form based on the following setting: + Button Styles > Text Color */ --gform-theme-color-primary-contrast-rgb: 255, 255, 255; @@ -121,8 +111,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-button-background-color-hover-primary - This global CSS API color property is dynamically generated at the - form block theme level using the following setting: Primary button background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Button Styles > Background Color */ --gform-theme-color-primary-darker: #044ad3; @@ -130,8 +120,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Primary - Lighter A slightly lighter version of the primary color. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting: Primary button background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Button Styles > Background Color */ --gform-theme-color-primary-lighter: #044ad3; @@ -147,16 +137,16 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-button-background-color-secondary * --gform-theme-control-file-button-background-color-hover - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Background Color */ --gform-theme-color-secondary: #fff; /* Color: Secondary (rgb channels) - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Background Color */ --gform-theme-color-secondary-rgb: 255, 255, 255; @@ -169,8 +159,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-date-datepicker-title-color * --gform-theme-control-date-datepicker-table-cell-content-color - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Text Color */ --gform-theme-color-secondary-contrast: #112337; @@ -181,8 +171,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-file-button-color - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Text Color */ --gform-theme-color-secondary-contrast-rgb: 17, 35, 55; @@ -194,8 +184,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-file-button-background-color * --gform-theme-control-button-background-color-hover-secondary - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-secondary-darker: #f2f3f5; @@ -203,8 +193,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Secondary - Lighter A slightly lighter version of the secondary color. - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-secondary-lighter: #f2f3f5; @@ -227,8 +217,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-field-page-steps-number-color * --gform-theme-field-password-strength-color - This global CSS API color property is set at the form block - theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Text Color */ --gform-theme-color-outside-control-dark: #585e6a; @@ -238,8 +228,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-button-color-simple - This global CSS API color property is set at the form block - theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Text Color */ --gform-theme-color-outside-control-dark-rgb: 88, 94, 106; @@ -251,8 +241,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-label-color-primary * --gform-theme-control-label-color-secondary - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Text Color */ --gform-theme-color-outside-control-dark-darker: #112337; @@ -260,8 +250,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Form UI - Dark - Lighter A slightly lighter version of the dark form UI color. - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Text Color */ --gform-theme-color-outside-control-dark-lighter: #686e77; @@ -280,16 +270,16 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-field-page-steps-number-background-color-active * --gform-theme-field-password-strength-indicator-background-color - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (outside of form control context): Label color + This global CSS API color property is applied to a form based on the following setting: + Generated from Label Styles > Text Color */ --gform-theme-color-outside-control-light: #e5e7eb; /* Color: Form UI - Light (rgb channels) - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (outside of form control context): Label color + This global CSS API color property is applied to a form based on the following setting: + Generated from Label Styles > Text Color */ --gform-theme-color-outside-control-light-rgb: 229, 231, 235; @@ -304,8 +294,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-field-page-steps-number-border-color * --gform-theme-field-repeater-separator-color - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input border color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Border Color */ --gform-theme-color-outside-control-light-darker: #d2d5db; @@ -313,8 +303,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Form UI - Light - Lighter A slightly lighter version of the light form UI color. - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-outside-control-light-lighter: #f2f3f5; @@ -330,16 +320,16 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-background-color - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Background Color */ --gform-theme-color-inside-control: #fff; /* Color: Control (rgb channels) - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Background Color */ --gform-theme-color-inside-control-rgb: 255, 255, 255; @@ -350,8 +340,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-color - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Text Color */ --gform-theme-color-inside-control-contrast: #112337; @@ -365,8 +355,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-choice-check-color-disabled * --gform-theme-control-file-drop-area-color - This global CSS API color property is set at the form block theme - level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Text Color */ --gform-theme-color-inside-control-contrast-rgb: 17, 35, 55; @@ -374,8 +364,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Control - Darker A slightly darker version of the control color. - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-inside-control-darker: #f2f3f5; @@ -383,11 +373,88 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Control - Lighter A slightly lighter version of the control color. - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-inside-control-lighter: #f2f3f5; + /* ----------------------------------------------------------------------------- + * Color: Control UI - Primary + * The primary accent color used for the various form element + * controls and UI that live inside of form controls. + * ----------------------------------------------------------------------------- */ + + /* + Color: Control UI - Primary + + Used by: + * --gform-theme-control-accent-color + * --gform-theme-control-button-background-color-control + * --gform-theme-control-file-drop-area-icon-color + * --gform-theme-control-select-dropdown-option-box-shadow-hover + * --gform-theme-control-multiselect-selected-item-background-color + * --gform-theme-control-date-datepicker-table-cell-content-background-color-selected + * --gform-theme-control-date-datepicker-table-cell-content-border + * --gform-theme-control-choice-check-color + + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary: var(--gform-theme-color-primary); + + /* + Color: Control UI - Primary (rgb channels) + + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary-rgb: var(--gform-theme-color-primary-rgb); + + /* + Color: Control UI - Primary - Contrast + The contrasting color to be used against the control UI primary color. + + Used by: + * --gform-theme-control-button-color-control + * --gform-theme-control-multiselect-selected-item-color + * --gform-theme-control-multiselect-selected-item-remove-icon-color + * --gform-theme-control-date-datepicker-table-cell-content-color-selected + + This global CSS API color property is applied to a form based on the following setting: + Generated as white or black based on Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary-contrast: var(--gform-theme-color-primary-contrast); + + /* + Color: Primary - Contrast (rgb channels) + The contrasting color to be used against the control UI primary color. + + This global CSS API color property is applied to a form based on the following setting: + Generated as white or black based on Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary-contrast-rgb: var(--gform-theme-color-primary-contrast-rgb); + + /* + Color: Control UI - Primary - Darker + A slightly darker version of the control UI primary color. + + Used by: + * --gform-theme-control-button-background-color-hover-control + + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary-darker: var(--gform-theme-color-primary-darker); + + /* + Color: Control UI - Primary - Lighter + A slightly lighter version of the control UI primary color. + + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Accent Color + */ + --gform-theme-color-inside-control-primary-lighter: var(--gform-theme-color-primary-lighter); + /* ----------------------------------------------------------------------------- * Color: Control UI - Dark * Used for the various form element controls and UI that @@ -397,16 +464,16 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Color: Control UI - Dark - This global CSS API color property is set at the form block - theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Text Color */ --gform-theme-color-inside-control-dark: #585e6a; /* Color: Control UI - Dark (rgb channels) - This global CSS API color property is set at the form block - theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Text Color */ --gform-theme-color-inside-control-dark-rgb: 88, 94, 106; @@ -417,8 +484,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * --gform-theme-control-icon-color-hover - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Text Color */ --gform-theme-color-inside-control-dark-darker: #112337; @@ -430,8 +497,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-border-color * --gform-theme-control-icon-color - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Text Color */ --gform-theme-color-inside-control-dark-lighter: #686e77; @@ -447,16 +514,16 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Used by: * select[multiple] option:checked background color - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (outside of form control context): Label color + This global CSS API color property is applied to a form based on the following setting: + Generated from Label Styles > Text Color */ --gform-theme-color-inside-control-light: #e5e7eb; /* Color: Control UI - Light (rgb channels) - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (outside of form control context): Label color + This global CSS API color property is applied to a form based on the following setting: + Generated from Label Styles > Text Color */ --gform-theme-color-inside-control-light-rgb: 229, 231, 235; @@ -469,8 +536,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-button-border-color-secondary * --gform-theme-control-date-datepicker-dropdown-border-color - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input border color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Border Color */ --gform-theme-color-inside-control-light-darker: #d2d5db; @@ -482,8 +549,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. * --gform-theme-control-background-color-disabled * --gform-theme-control-select-dropdown-option-background-color-hover - This global CSS API color property is dynamically generated at the form block - theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color */ --gform-theme-color-inside-control-light-lighter: #f2f3f5; @@ -562,7 +629,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Theme (DEPRECATED) */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* DEPRECATION NOTICE: These global CSS API color properties are deprecated as of version 2.7.2 @@ -579,8 +646,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Primary - Darker Used for various form elements which require a darker primary color. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting: Primary button background + This global CSS API color property is applied to a form based on the following setting: + Generated from Button Styles > Background Color Deprecated: --gform-theme-color-primary-shade Replaced with: --gform-theme-color-primary-darker @@ -595,8 +662,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Secondary - Darker Used for controls/inputs and secondary button variation. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color Deprecated: --gform-theme-color-secondary-shade Replaced with: --gform-theme-color-secondary-darker @@ -611,8 +678,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Light Used for various form element text and ui. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (outside of form control context): Label color + This global CSS API color property is applied to a form based on the following setting: + Generated from Label Styles > Text Color Deprecated: --gform-theme-color-light Replaced with: --gform-theme-color-outside-control-light @@ -623,8 +690,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Light - Darker Used for various form element text and ui. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (inside of form control context): Input border color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Border Color Deprecated: --gform-theme-color-light-shade Replaced with: --gform-theme-color-inside-control-light-darker @@ -635,8 +702,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Light - Lighter Used for various form element text and ui. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (inside of form control context): Input background color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Background Color Deprecated: --gform-theme-color-light-tint Replaced with: --gform-theme-color-inside-control-light-lighter @@ -651,8 +718,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Dark Used for various form element text and ui. - This global CSS API color property is set at the - form block theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Description Color Deprecated: --gform-theme-color-dark Replaced with: --gform-theme-color-outside-control-dark @@ -663,8 +730,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Dark (rgb channels) Used for various form element text and ui. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (outside of form control context): Description color + This global CSS API color property is applied to a form based on the following setting: + Description Styles > Description Color Deprecated: --gform-theme-color-dark-rgb Replaced with: --gform-theme-color-outside-control-dark-rgb @@ -675,8 +742,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Dark - Darker Used for various form element text and ui. - This global CSS API color property is set at the - form block theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Input Styles > Text Color Deprecated: --gform-theme-color-dark-shade Replaced with: --gform-theme-color-inside-control-dark-darker @@ -687,8 +754,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. Color: Neutral - Dark - Lighter Used for various form element text and ui. - This global CSS API color property is dynamically generated at the - form block theme level using the following setting (inside of form control context): Input color + This global CSS API color property is applied to a form based on the following setting: + Generated from Input Styles > Text Color Deprecated: --gform-theme-color-dark-tint Replaced with: --gform-theme-color-inside-control-dark-lighter @@ -698,14 +765,14 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Spacing */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-padding-inline: 12px; --gform-theme-padding-block: 12px; } /* Gravity Forms Theme Framework | Global CSS API: Typography */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Primary Typography: Controls */ --gform-theme-font-family-primary: var(--gform-theme-font-family); @@ -734,7 +801,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Icons */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-icon-font-family: "gform-icons-orbital"; --gform-theme-icon-font-size: 20px; --gform-theme-icon-control-checkbox: "\e900"; @@ -762,7 +829,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Layout */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Primary Labels: Labels for fields */ --gform-theme-label-spacing-primary: 8px; @@ -788,8 +855,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Controls - Default For All Types */ -.gform-theme--framework { - --gform-theme-control-accent-color: var(--gform-theme-color-primary); +.gform-theme--framework, .gform-theme--api { + --gform-theme-control-accent-color: var(--gform-theme-color-inside-control-primary); --gform-theme-control-appearance: none; --gform-theme-control-background-color: var(--gform-theme-color-inside-control); @@ -871,7 +938,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - Button */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Button Base */ --gform-theme-control-button-border-radius: var(--gform-theme-border-radius); @@ -962,6 +1029,27 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-button-icon-color-focus-secondary: var(--gform-theme-control-button-icon-color-secondary); --gform-theme-control-button-icon-color-disabled-secondary: var(--gform-theme-control-button-icon-color-secondary); + /* Control Button - Buttons inside of controls (enhanced multi-file upload) */ + --gform-theme-control-button-background-color-control: var(--gform-theme-color-inside-control-primary); + --gform-theme-control-button-background-color-hover-control: var(--gform-theme-color-inside-control-primary-darker); + --gform-theme-control-button-background-color-focus-control: var(--gform-theme-control-button-background-color-control); + --gform-theme-control-button-background-color-disabled-control: var(--gform-theme-control-button-background-color-control); + --gform-theme-control-button-border-color-control: transparent; + --gform-theme-control-button-border-color-hover-control: transparent; + --gform-theme-control-button-border-color-focus-control: var(--gform-theme-control-button-background-color-hover-control); + --gform-theme-control-button-border-color-disabled-control: transparent; + --gform-theme-control-button-border-style-control: solid; + --gform-theme-control-button-border-width-control: 1px; + --gform-theme-control-button-color-control: var(--gform-theme-color-inside-control-primary-contrast); + --gform-theme-control-button-color-hover-control: var(--gform-theme-control-button-color-control); + --gform-theme-control-button-color-focus-control: var(--gform-theme-control-button-color-control); + --gform-theme-control-button-color-disabled-control: var(--gform-theme-control-button-color-control); + + --gform-theme-control-button-icon-color-control: var(--gform-theme-control-button-color-control); + --gform-theme-control-button-icon-color-hover-control: var(--gform-theme-control-button-icon-color-control); + --gform-theme-control-button-icon-color-focus-control: var(--gform-theme-control-button-icon-color-control); + --gform-theme-control-button-icon-color-disabled-control: var(--gform-theme-control-button-icon-color-control); + /* Simple Button (note defaults to outside of form control color system, see password vis button for how to update to be inside context) */ --gform-theme-control-button-background-color-simple: transparent; @@ -991,8 +1079,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - Choice (Checkbox, Radio, & Consent) */ -.gform-theme--framework { - --gform-theme-control-choice-check-color: var(--gform-theme-color-primary); +.gform-theme--framework, .gform-theme--api { + --gform-theme-control-choice-check-color: var(--gform-theme-color-inside-control-primary); --gform-theme-control-choice-check-color-disabled: rgba(var(--gform-theme-color-inside-control-contrast-rgb), 0.2); --gform-theme-control-choice-size-sm: 18px; --gform-theme-control-choice-size-md: 20px; @@ -1018,7 +1106,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-radio-check-size: var(--gform-theme-control-radio-check-size-md); } -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-date-datepicker-background-color: var(--gform-theme-control-background-color); --gform-theme-control-date-datepicker-box-shadow: 0 0 1px rgba(18, 25, 97, 0.24), 0 24px 24px rgba(18, 25, 97, 0.03), 0 2px 2px rgba(18, 25, 97, 0.03), 0 4px 4px rgba(18, 25, 97, 0.03), 0 8px 8px rgba(18, 25, 97, 0.03), 0 16px 16px rgba(18, 25, 97, 0.03); --gform-theme-control-date-datepicker-padding-block: 16px; @@ -1063,18 +1151,18 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-date-datepicker-table-cell-content-align-items: center; --gform-theme-control-date-datepicker-table-cell-content-background-color-disabled: transparent; --gform-theme-control-date-datepicker-table-cell-content-background-color-hover: #f4f8ff; - --gform-theme-control-date-datepicker-table-cell-content-background-color-selected: var(--gform-theme-color-primary); - --gform-theme-control-date-datepicker-table-cell-content-border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-primary); + --gform-theme-control-date-datepicker-table-cell-content-background-color-selected: var(--gform-theme-color-inside-control-primary); + --gform-theme-control-date-datepicker-table-cell-content-border: var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-inside-control-primary); --gform-theme-control-date-datepicker-table-cell-content-border-radius: var(--gform-theme-control-border-radius-max-md); --gform-theme-control-date-datepicker-table-cell-content-color: var(--gform-theme-color-secondary-contrast); --gform-theme-control-date-datepicker-table-cell-content-color-disabled: #cfd3d9; --gform-theme-control-date-datepicker-table-cell-content-color-hover: var(--gform-theme-control-date-datepicker-table-cell-content-color); - --gform-theme-control-date-datepicker-table-cell-content-color-selected: var(--gform-theme-color-primary-contrast); + --gform-theme-control-date-datepicker-table-cell-content-color-selected: var(--gform-theme-color-inside-control-primary-contrast); } /* Gravity Forms Theme Framework | Global CSS API: Control - Description */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-description-color: var(--gform-theme-color-outside-control-dark); --gform-theme-control-description-font-family: var(--gform-theme-font-family-tertiary); --gform-theme-control-description-font-size: var(--gform-theme-font-size-tertiary); @@ -1101,7 +1189,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - File */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-file-padding-inline: 0 var(--gform-theme-control-padding-inline); /* File input "button" */ @@ -1142,7 +1230,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-file-drop-area-padding-inline: 40px; --gform-theme-control-file-drop-area-padding-block: 40px; - --gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-primary); + --gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-inside-control-primary); --gform-theme-control-file-drop-area-icon-font-size: 36px; --gform-theme-control-file-drop-area-icon-margin-block-end: 8px; @@ -1193,7 +1281,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - Label */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Primary Labels: Labels for fields */ --gform-theme-control-label-color-primary: var(--gform-theme-color-outside-control-dark-darker); @@ -1243,7 +1331,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - Number */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-number-spin-button-appearance: var(--gform-theme-control-appearance); --gform-theme-control-number-spin-button-background-position: center center; --gform-theme-control-number-spin-button-background-size: 8px 14px; @@ -1253,7 +1341,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* Gravity Forms Theme Framework | Global CSS API: Control - Select */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-select-icon-position: calc(100% - var(--gform-theme-control-padding-inline)) center; --gform-theme-control-select-icon-size: 10px; --gform-theme-control-select-ms-expand: none; @@ -1264,7 +1352,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-select-dropdown-border-color: transparent; --gform-theme-control-select-dropdown-border-radius: var(--gform-theme-control-border-radius-max-md); --gform-theme-control-select-dropdown-option-background-color-hover: var(--gform-theme-color-inside-control-light-lighter); - --gform-theme-control-select-dropdown-option-box-shadow-hover: inset 3px 0 0 var(--gform-theme-color-primary); + --gform-theme-control-select-dropdown-option-box-shadow-hover: inset 3px 0 0 var(--gform-theme-color-inside-control-primary); --gform-theme-control-select-search-icon-size: var(--gform-theme-icon-font-size); --gform-theme-control-select-search-icon-position: var(--gform-theme-control-padding-inline) center; --gform-theme-control-select-search-padding-inline: calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline) + 8px) var(--gform-theme-control-padding-inline); @@ -1279,22 +1367,22 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. --gform-theme-control-multiselect-close-icon-size: var(--gform-theme-icon-font-size); --gform-theme-control-multiselect-close-icon-inset-block-start: calc(50% - (var(--gform-theme-control-multiselect-close-icon-size) / 2)); --gform-theme-control-multiselect-close-icon-inset-inline-end: calc((var(--gform-theme-control-padding-inline) / 2) + 2px); - --gform-theme-control-multiselect-selected-item-background-color: var(--gform-theme-color-primary); + --gform-theme-control-multiselect-selected-item-background-color: var(--gform-theme-color-inside-control-primary); --gform-theme-control-multiselect-selected-item-border-radius: 33px; - --gform-theme-control-multiselect-selected-item-color: var(--gform-theme-color-primary-contrast); + --gform-theme-control-multiselect-selected-item-color: var(--gform-theme-color-inside-control-primary-contrast); --gform-theme-control-multiselect-selected-item-font-size: var(--gform-theme-control-font-size); --gform-theme-control-multiselect-selected-item-font-weight: 600; - --gform-theme-control-multiselect-selected-item-remove-icon-color: var(--gform-theme-color-primary-contrast); + --gform-theme-control-multiselect-selected-item-remove-icon-color: var(--gform-theme-color-inside-control-primary-contrast); } -html[dir="rtl"] .gform-theme--framework { +html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { --gform-theme-control-select-icon-position: var(--gform-theme-control-padding-inline) center; --gform-theme-control-select-search-icon-position: calc(100% - var(--gform-theme-padding-inline)) center; } /* Gravity Forms Theme Framework | Global CSS API: Control - Textarea */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-control-textarea-block-size: 130px; --gform-theme-control-textarea-border-radius: var(--gform-theme-control-border-radius-max-lg); --gform-theme-control-textarea-line-height: 1.5; @@ -1306,7 +1394,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Date */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-date-icon-color: var(--gform-theme-control-icon-color); --gform-theme-field-date-icon-color-hover: var(--gform-theme-control-icon-color-hover); --gform-theme-field-date-custom-icon-max-block-size: 20px; @@ -1315,7 +1403,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Choice (Checkbox, Radio, & Consent) */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-choice-spacing: var(--gform-theme-label-spacing-horizontal-secondary); --gform-theme-field-choice-meta-margin-block-start: 4px; --gform-theme-field-choice-meta-spacing: 16px; @@ -1324,7 +1412,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - List */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* List Item Add/Remove Buttons */ --gform-theme-field-list-button-size: 16px; @@ -1336,7 +1424,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Page */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-page-progress-color: var(--gform-theme-color-outside-control-dark); --gform-theme-field-page-progress-font-family: var(--gform-theme-font-family); --gform-theme-field-page-progress-font-size: 14px; @@ -1382,7 +1470,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Password */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { /* Strength Indicator Label */ --gform-theme-field-password-strength-background-color: transparent; @@ -1445,7 +1533,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Product */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-product-quantity-inline-size: 150px; --gform-theme-field-product-quantity-margin-block-end: var(--gform-theme-field-row-gap); --gform-theme-field-product-price-color: var(--gform-theme-control-label-color-primary); @@ -1453,7 +1541,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Repeater */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-repeater-row-gap: var(--gform-theme-form-row-gap); --gform-theme-field-repeater-button-inline-gap: var(--gform-theme-form-col-gap); --gform-theme-field-repeater-separator-color: var(--gform-theme-color-outside-control-light-darker); @@ -1466,7 +1554,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Field - Section */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-field-section-border-color: var(--gform-theme-color-outside-control-light-darker); --gform-theme-field-section-border-style: solid; --gform-theme-field-section-border-width: 1px; @@ -1477,7 +1565,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Form - Validation */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-form-validation-background-color: rgba(var(--gform-theme-color-danger-rgb), 0.03); --gform-theme-form-validation-border-color: rgba(var(--gform-theme-color-danger-rgb), 0.25); @@ -1525,7 +1613,7 @@ html[dir="rtl"] .gform-theme--framework { /* Gravity Forms Theme Framework | Global CSS API: Form - Spinner */ -.gform-theme--framework { +.gform-theme--framework, .gform-theme--api { --gform-theme-form-spinner-foreground-color: var(--gform-theme-color-primary); --gform-theme-form-spinner-background-color: rgba(var(--gform-theme-color-primary-rgb), 0.1); } @@ -1546,8 +1634,8 @@ html[dir="rtl"] .gform-theme--framework { .gform-theme--framework { /*** - The new CSS reset - version 1.6.0 (last updated 29.4.2022) - GitHub page: https://github.com/elad2412/the-new-css-reset + The new CSS reset - version 1.9 (last updated 19.6.2023) + GitHub page: https://github.com/elad2412/the-new-css-reset ***/ } @@ -1559,7 +1647,7 @@ html[dir="rtl"] .gform-theme--framework { .gform-theme--framework *:where( :not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) - :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span)) + :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span)) ) { all: unset; display: revert; @@ -1586,7 +1674,8 @@ html[dir="rtl"] .gform-theme--framework { /* For images to not be able to exceed their container */ .gform-theme--framework img { - max-width: 100%; + max-inline-size: 100%; + max-block-size: 100%; } /* removes spacing between cells in tables */ @@ -1595,6 +1684,12 @@ html[dir="rtl"] .gform-theme--framework { border-collapse: collapse; } +/* Safari - solving issue when using user-select:none on the text input doesn't working */ + +.gform-theme--framework input, .gform-theme--framework textarea { + -webkit-user-select: auto; + } + /* revert the 'white-space' property for textarea elements on Safari */ .gform-theme--framework textarea { @@ -1609,6 +1704,12 @@ html[dir="rtl"] .gform-theme--framework { appearance: revert; } +/* preformatted text - use only for this feature */ + +.gform-theme--framework :where(pre) { + all: revert; + } + /* reset default text opacity of input placeholder */ .gform-theme--framework ::-moz-placeholder { @@ -1627,13 +1728,15 @@ html[dir="rtl"] .gform-theme--framework { } /* revert for bug in Chromium browsers - - fix for the content editable attribute will work properly. */ + - fix for the content editable attribute will work properly. + - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/ -.gform-theme--framework :where([contenteditable]) { +.gform-theme--framework :where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; word-wrap: break-word; -webkit-line-break: after-white-space; + -webkit-user-select: auto; } /* apply back the draggable feature - exist only in Chromium and Safari */ @@ -1642,6 +1745,12 @@ html[dir="rtl"] .gform-theme--framework { -webkit-user-drag: element; } +/* Revert Modal native behavior */ + +.gform-theme--framework :where(dialog:modal) { + all: revert; + } + /* * More targeted, theme based reset */ @@ -1847,168 +1956,182 @@ html[dir="rtl"] .gform-theme--framework { * * ----------------------------------------------------------------------------- */ -.gform-theme--framework ::-moz-placeholder { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - color: var(--gform-theme-control-placeholder-color); - font-family: var(--gform-theme-control-placeholder-font-family); - font-size: var(--gform-theme-control-placeholder-font-size); - font-style: var(--gform-theme-control-placeholder-font-style); - font-weight: var(--gform-theme-control-placeholder-font-weight); - letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); - opacity: var(--gform-theme-control-placeholder-opacity); -} +.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { -.gform-theme--framework ::placeholder { + /* Styles */ + color: var(--gform-theme-control-placeholder-color); + font-family: var(--gform-theme-control-placeholder-font-family); + font-size: var(--gform-theme-control-placeholder-font-size); + font-style: var(--gform-theme-control-placeholder-font-style); + font-weight: var(--gform-theme-control-placeholder-font-weight); + letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); + opacity: var(--gform-theme-control-placeholder-opacity); + } - /* Styles */ - color: var(--gform-theme-control-placeholder-color); - font-family: var(--gform-theme-control-placeholder-font-family); - font-size: var(--gform-theme-control-placeholder-font-size); - font-style: var(--gform-theme-control-placeholder-font-style); - font-weight: var(--gform-theme-control-placeholder-font-weight); - letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); - opacity: var(--gform-theme-control-placeholder-opacity); -} +.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { -/* Utility Class: apply the theme framework form control styles/api if this class is present */ + /* Styles */ + color: var(--gform-theme-control-placeholder-color); + font-family: var(--gform-theme-control-placeholder-font-family); + font-size: var(--gform-theme-control-placeholder-font-size); + font-style: var(--gform-theme-control-placeholder-font-style); + font-weight: var(--gform-theme-control-placeholder-font-weight); + letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); + opacity: var(--gform-theme-control-placeholder-opacity); + } -.gform-theme--framework .gform-theme-field-control, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework textarea, .gform-theme--framework select, .gform-theme--framework select[multiple], .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"], .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)), .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) { +/* Utility Class: apply the theme framework form control styles/api if this class is present */ - /* Local CSS API */ - --gform-theme-local-appearance: var(--gform-theme-control-appearance); - --gform-theme-local-background-color: var(--gform-theme-control-background-color); - --gform-theme-local-block-size: var(--gform-theme-control-size); - --gform-theme-local-border-radius: var(--gform-theme-control-border-radius); - --gform-theme-local-border-color: var(--gform-theme-control-border-color); - --gform-theme-local-border-width: var(--gform-theme-control-border-width); - --gform-theme-local-border-style: var(--gform-theme-control-border-style); - --gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); - --gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); - --gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); - --gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); - --gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow); - --gform-theme-local-color: var(--gform-theme-control-color); - --gform-theme-local-display: block; - --gform-theme-local-font-family: var(--gform-theme-control-font-family); - --gform-theme-local-font-size: var(--gform-theme-control-font-size); - --gform-theme-local-font-style: var(--gform-theme-control-font-style); - --gform-theme-local-font-weight: var(--gform-theme-control-font-weight); - --gform-theme-local-inline-size: 100%; - --gform-theme-local-letter-spacing: var(--gform-theme-control-letter-spacing); - --gform-theme-local-line-height: var(--gform-theme-control-line-height); - --gform-theme-local-min-block-size: auto; - --gform-theme-local-outline: var(--gform-theme-control-outline); - --gform-theme-local-outline-offset: var(--gform-theme-control-outline-offset); - --gform-theme-local-padding-inline: var(--gform-theme-control-padding-inline); - --gform-theme-local-padding-block: var(--gform-theme-control-padding-block); - --gform-theme-local-transition: var(--gform-theme-control-transition); +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - -webkit-appearance: var(--gform-theme-local-appearance); - -moz-appearance: var(--gform-theme-local-appearance); - appearance: var(--gform-theme-local-appearance); - background-color: var(--gform-theme-local-background-color); - block-size: var(--gform-theme-local-block-size); - -webkit-border-after: var(--gform-theme-local-border-block-end); - border-block-end: var(--gform-theme-local-border-block-end); - -webkit-border-before: var(--gform-theme-local-border-block-start); - border-block-start: var(--gform-theme-local-border-block-start); - -webkit-border-end: var(--gform-theme-local-border-inline-end); - border-inline-end: var(--gform-theme-local-border-inline-end); - -webkit-border-start: var(--gform-theme-local-border-inline-start); - border-inline-start: var(--gform-theme-local-border-inline-start); - border-radius: var(--gform-theme-local-border-radius); - box-shadow: var(--gform-theme-local-box-shadow); - color: var(--gform-theme-local-color); - display: var(--gform-theme-local-display); - font-family: var(--gform-theme-local-font-family); - font-size: var(--gform-theme-local-font-size); - font-style: var(--gform-theme-local-font-style); - font-weight: var(--gform-theme-local-font-weight); - inline-size: var(--gform-theme-local-inline-size); - letter-spacing: var(--gform-theme-local-letter-spacing); - line-height: var(--gform-theme-local-line-height); - margin-block: 0; - margin-inline: 0; - min-block-size: var(--gform-theme-local-min-block-size); - outline: var(--gform-theme-local-outline); - outline-offset: var(--gform-theme-local-outline-offset); - padding-block: var(--gform-theme-local-padding-block); - padding-inline: var(--gform-theme-local-padding-inline); - transition: var(--gform-theme-local-transition); - } +.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { -.gform-theme--framework .gform-theme-field-control:hover, .gform-theme--framework .gform-theme-field-control .gform-theme-field-control--hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])) .gform-theme-field-control--hover, .gform-theme--framework textarea:hover, .gform-theme--framework textarea .gform-theme-field-control--hover, .gform-theme--framework select:hover, .gform-theme--framework select .gform-theme-field-control--hover, .gform-theme--framework select[multiple]:hover, .gform-theme--framework select[multiple] .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"] .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover { + /* Local CSS API */ + --gform-theme-local-appearance: var(--gform-theme-control-appearance); + --gform-theme-local-background-color: var(--gform-theme-control-background-color); + --gform-theme-local-block-size: var(--gform-theme-control-size); + --gform-theme-local-border-radius: var(--gform-theme-control-border-radius); + --gform-theme-local-border-color: var(--gform-theme-control-border-color); + --gform-theme-local-border-width: var(--gform-theme-control-border-width); + --gform-theme-local-border-style: var(--gform-theme-control-border-style); + --gform-theme-local-border-block-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); + --gform-theme-local-border-block-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); + --gform-theme-local-border-inline-start: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); + --gform-theme-local-border-inline-end: var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color); + --gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow); + --gform-theme-local-color: var(--gform-theme-control-color); + --gform-theme-local-display: block; + --gform-theme-local-font-family: var(--gform-theme-control-font-family); + --gform-theme-local-font-size: var(--gform-theme-control-font-size); + --gform-theme-local-font-style: var(--gform-theme-control-font-style); + --gform-theme-local-font-weight: var(--gform-theme-control-font-weight); + --gform-theme-local-inline-size: 100%; + --gform-theme-local-letter-spacing: var(--gform-theme-control-letter-spacing); + --gform-theme-local-line-height: var(--gform-theme-control-line-height); + --gform-theme-local-min-block-size: auto; + --gform-theme-local-outline: var(--gform-theme-control-outline); + --gform-theme-local-outline-offset: var(--gform-theme-control-outline-offset); + --gform-theme-local-padding-inline: var(--gform-theme-control-padding-inline); + --gform-theme-local-padding-block: var(--gform-theme-control-padding-block); + --gform-theme-local-transition: var(--gform-theme-control-transition); - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-background-color-hover); - --gform-theme-local-border-color: var(--gform-theme-control-border-color-hover); - --gform-theme-local-color: var(--gform-theme-control-color-hover); + /* Styles */ + -webkit-appearance: var(--gform-theme-local-appearance); + -moz-appearance: var(--gform-theme-local-appearance); + appearance: var(--gform-theme-local-appearance); + background-color: var(--gform-theme-local-background-color); + block-size: var(--gform-theme-local-block-size); + -webkit-border-after: var(--gform-theme-local-border-block-end); + border-block-end: var(--gform-theme-local-border-block-end); + -webkit-border-before: var(--gform-theme-local-border-block-start); + border-block-start: var(--gform-theme-local-border-block-start); + -webkit-border-end: var(--gform-theme-local-border-inline-end); + border-inline-end: var(--gform-theme-local-border-inline-end); + -webkit-border-start: var(--gform-theme-local-border-inline-start); + border-inline-start: var(--gform-theme-local-border-inline-start); + border-radius: var(--gform-theme-local-border-radius); + box-shadow: var(--gform-theme-local-box-shadow); + color: var(--gform-theme-local-color); + display: var(--gform-theme-local-display); + font-family: var(--gform-theme-local-font-family); + font-size: var(--gform-theme-local-font-size); + font-style: var(--gform-theme-local-font-style); + font-weight: var(--gform-theme-local-font-weight); + inline-size: var(--gform-theme-local-inline-size); + letter-spacing: var(--gform-theme-local-letter-spacing); + line-height: var(--gform-theme-local-line-height); + margin-block: 0; + margin-inline: 0; + min-block-size: var(--gform-theme-local-min-block-size); + outline: var(--gform-theme-local-outline); + outline-offset: var(--gform-theme-local-outline-offset); + padding-block: var(--gform-theme-local-padding-block); + padding-inline: var(--gform-theme-local-padding-inline); + transition: var(--gform-theme-local-transition); } -.gform-theme--framework .gform-theme-field-control:focus, .gform-theme--framework .gform-theme-field-control .gform-theme-field-control--focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])) .gform-theme-field-control--focus, .gform-theme--framework textarea:focus, .gform-theme--framework textarea .gform-theme-field-control--focus, .gform-theme--framework select:focus, .gform-theme--framework select .gform-theme-field-control--focus, .gform-theme--framework select[multiple]:focus, .gform-theme--framework select[multiple] .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"] .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus { +.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover { - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-background-color-focus); - --gform-theme-local-border-color: var(--gform-theme-control-border-color-focus); - --gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus); - --gform-theme-local-color: var(--gform-theme-control-color-focus); - } + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-background-color-hover); + --gform-theme-local-border-color: var(--gform-theme-control-border-color-hover); + --gform-theme-local-color: var(--gform-theme-control-color-hover); + } -.gform-theme--framework .gform-theme-field-control:disabled, .gform-theme--framework .gform-theme-field-control .gform-theme-field-control--disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])) .gform-theme-field-control--disabled, .gform-theme--framework textarea:disabled, .gform-theme--framework textarea .gform-theme-field-control--disabled, .gform-theme--framework select:disabled, .gform-theme--framework select .gform-theme-field-control--disabled, .gform-theme--framework select[multiple]:disabled, .gform-theme--framework select[multiple] .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"] .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:disabled, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled { +.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus { - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-background-color-disabled); - --gform-theme-local-border-color: var(--gform-theme-control-border-color-disabled); - --gform-theme-local-color: var(--gform-theme-control-color-disabled); - } + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-background-color-focus); + --gform-theme-local-border-color: var(--gform-theme-control-border-color-focus); + --gform-theme-local-box-shadow: var(--gform-theme-control-box-shadow-focus); + --gform-theme-local-color: var(--gform-theme-control-color-focus); + } + +.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type="text"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme--framework.gform-theme.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-background-color-disabled); + --gform-theme-local-border-color: var(--gform-theme-control-border-color-disabled); + --gform-theme-local-color: var(--gform-theme-control-color-disabled); + } /* Control State: Error */ -.gform-theme--framework .gfield_error .gform-theme-field-control, .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework .gfield_error textarea, .gform-theme--framework .gfield_error select, .gform-theme--framework .gfield_error select[multiple] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-background-color-error); - --gform-theme-local-border-color: var(--gform-theme-control-border-color-error); - --gform-theme-local-color: var(--gform-theme-control-color-error); - } +.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-background-color-error); + --gform-theme-local-border-color: var(--gform-theme-control-border-color-error); + --gform-theme-local-color: var(--gform-theme-control-color-error); + } /* Control Size: Small */ -.gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework .gform-field--size-sm textarea, .gform-theme--framework .gform-field--size-sm select, .gform-theme--framework .gform-field--size-sm select[multiple] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-size-sm); - --gform-theme-local-line-height: var(--gform-theme-control-size-sm); - } +.gform-theme--framework .gform-field--size-sm .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-size-sm); + --gform-theme-local-line-height: var(--gform-theme-control-size-sm); + } /* Control Size: Medium */ -.gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework .gform-field--size-md textarea, .gform-theme--framework .gform-field--size-md select, .gform-theme--framework .gform-field--size-md select[multiple] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-size-md); - --gform-theme-local-line-height: var(--gform-theme-control-size-md); - } +.gform-theme--framework .gform-field--size-md .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-size-md); + --gform-theme-local-line-height: var(--gform-theme-control-size-md); + } /* Control Size: Large */ -.gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework .gform-field--size-lg textarea, .gform-theme--framework .gform-field--size-lg select, .gform-theme--framework .gform-field--size-lg select[multiple] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-size-lg); - --gform-theme-local-line-height: var(--gform-theme-control-size-lg); - } +.gform-theme--framework .gform-field--size-lg .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-size-lg); + --gform-theme-local-line-height: var(--gform-theme-control-size-lg); + } /* Control Size: Extra Large */ -.gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])), .gform-theme--framework .gform-field--size-xl textarea, .gform-theme--framework .gform-field--size-xl select, .gform-theme--framework .gform-field--size-xl select[multiple] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-size-xl); - --gform-theme-local-line-height: var(--gform-theme-control-size-xl); - } +.gform-theme--framework .gform-field--size-xl .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-size-xl); + --gform-theme-local-line-height: var(--gform-theme-control-size-xl); + } .gform-theme--framework input[type].gform-text-input-reset { @@ -2033,36 +2156,40 @@ html[dir="rtl"] .gform-theme--framework { line-height: var(--gform-theme-local-line-height); } -.gform-theme--framework input[type="number"]::-webkit-inner-spin-button, .gform-theme--framework input[type="number"]::-webkit-outer-spin-button { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - opacity: var(--gform-theme-control-number-spin-button-opacity); - } +.gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button, .gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button { -.gform-theme--framework input[type="number"]::-webkit-inner-spin-button { + /* Styles */ + opacity: var(--gform-theme-control-number-spin-button-opacity); + } - /* Styles */ - -webkit-appearance: var(--gform-theme-control-number-spin-button-appearance); - appearance: var(--gform-theme-control-number-spin-button-appearance); - background-image: var(--gform-theme-icon-control-number); - background-position: var(--gform-theme-control-number-spin-button-background-position); - background-repeat: no-repeat; - background-size: var(--gform-theme-control-number-spin-button-background-size); - cursor: pointer; - width: var(--gform-theme-control-number-spin-button-inline-size); - } +.gform-theme--framework input[type="number"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button { -.gform-theme--framework textarea { + /* Styles */ + -webkit-appearance: var(--gform-theme-control-number-spin-button-appearance); + appearance: var(--gform-theme-control-number-spin-button-appearance); + background-image: var(--gform-theme-icon-control-number); + background-position: var(--gform-theme-control-number-spin-button-background-position); + background-repeat: no-repeat; + background-size: var(--gform-theme-control-number-spin-button-background-size); + cursor: pointer; + width: var(--gform-theme-control-number-spin-button-inline-size); + } - /* Local CSS API Overrides */ - --gform-theme-local-border-radius: var(--gform-theme-control-textarea-border-radius); - --gform-theme-local-block-size: var(--gform-theme-control-textarea-block-size); - --gform-theme-local-line-height: var(--gform-theme-control-textarea-line-height); - --gform-theme-local-padding-block: var(--gform-theme-control-textarea-padding-block); +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - resize: var(--gform-theme-control-textarea-resize); - } +.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-border-radius: var(--gform-theme-control-textarea-border-radius); + --gform-theme-local-block-size: var(--gform-theme-control-textarea-block-size); + --gform-theme-local-line-height: var(--gform-theme-control-textarea-line-height); + --gform-theme-local-padding-block: var(--gform-theme-control-textarea-padding-block); + + /* Styles */ + resize: var(--gform-theme-control-textarea-resize); + } /* WYSIWYG Editor */ @@ -2077,232 +2204,264 @@ html[dir="rtl"] .gform-theme--framework { tinymce as what receives focus is inside of an iframe */ } -.gform-theme--framework input[type="radio"], .gform-theme--framework input[type="checkbox"] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-choice-size); - --gform-theme-local-display: inline-grid; - --gform-theme-local-inline-size: var(--gform-theme-control-choice-size); - --gform-theme-local-line-height: var(--gform-theme-control-choice-size); - --gform-theme-local-padding-block: 0; - --gform-theme-local-padding-inline: 0; - - /* Styles */ - accent-color: var(--gform-theme-control-accent-color); - opacity: 1; - align-content: center; - justify-content: center; - place-content: center; - } +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { -.gform-theme--framework input[type="radio"]::before, .gform-theme--framework input[type="checkbox"]::before { + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-choice-size); + --gform-theme-local-display: inline-grid; + --gform-theme-local-inline-size: var(--gform-theme-control-choice-size); + --gform-theme-local-line-height: var(--gform-theme-control-choice-size); + --gform-theme-local-padding-block: 0; + --gform-theme-local-padding-inline: 0; /* Styles */ - opacity: 0; + accent-color: var(--gform-theme-control-accent-color); + opacity: 1; + align-content: center; + justify-content: center; + place-content: center; } -.gform-theme--framework input[type="radio"]:checked::before, .gform-theme--framework input[type="checkbox"]:checked::before { +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { /* Styles */ - opacity: 1; + opacity: 0; } +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before, .gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before { + + /* Styles */ + opacity: 1; + } + /* Field Size: Small */ -.gform-theme--framework .gform-field--size-sm input[type="radio"], .gform-theme--framework .gform-field--size-sm input[type="checkbox"] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-choice-size-sm); - --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-sm); - --gform-theme-local-line-height: var(--gform-theme-control-choice-size-sm); - } +.gform-theme--framework .gform-field--size-sm input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-sm input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-choice-size-sm); + --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-sm); + --gform-theme-local-line-height: var(--gform-theme-control-choice-size-sm); + } /* Field Size: Medium */ -.gform-theme--framework .gform-field--size-md input[type="radio"], .gform-theme--framework .gform-field--size-md input[type="checkbox"] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-choice-size-md); - --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-md); - --gform-theme-local-line-height: var(--gform-theme-control-choice-size-md); - } +.gform-theme--framework .gform-field--size-md input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-md input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { + + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-choice-size-md); + --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-md); + --gform-theme-local-line-height: var(--gform-theme-control-choice-size-md); + } /* Field Size: Large */ -.gform-theme--framework .gform-field--size-lg input[type="radio"], .gform-theme--framework .gform-field--size-lg input[type="checkbox"] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-choice-size-lg); - --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-lg); - --gform-theme-local-line-height: var(--gform-theme-control-choice-size-lg); - } +.gform-theme--framework .gform-field--size-lg input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-lg input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { -/* Field Size: Extra Large */ + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-choice-size-lg); + --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-lg); + --gform-theme-local-line-height: var(--gform-theme-control-choice-size-lg); + } -.gform-theme--framework .gform-field--size-xl input[type="radio"], .gform-theme--framework .gform-field--size-xl input[type="checkbox"] { +/* Field Size: Extra Large */ - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-choice-size-xl); - --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-xl); - --gform-theme-local-line-height: var(--gform-theme-control-choice-size-xl); - } +/* Utility Classes: disable theme framework from element and children if class is present */ -.gform-theme--framework input[type="checkbox"] { +.gform-theme--framework .gform-field--size-xl input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework .gform-field--size-xl input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { - /* Local CSS API Overrides */ - --gform-theme-local-border-radius: var(--gform-theme-control-checkbox-check-border-radius); - } + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-choice-size-xl); + --gform-theme-local-inline-size: var(--gform-theme-control-choice-size-xl); + --gform-theme-local-line-height: var(--gform-theme-control-choice-size-xl); + } -.gform-theme--framework input[type="checkbox"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - font-family: var(--gform-theme-icon-font-family) !important; - font-style: normal; - font-variant: normal; - font-weight: normal; - line-height: 1; - speak: never; - text-transform: none; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; +.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { - color: var(--gform-theme-control-choice-check-color); - content: var(--gform-theme-icon-control-checkbox); - font-size: var(--gform-theme-control-checkbox-check-size); + /* Local CSS API Overrides */ + --gform-theme-local-border-radius: var(--gform-theme-control-checkbox-check-border-radius); } -.gform-theme--framework input[type="checkbox"]:disabled::before { +.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { /* Styles */ - color: var(--gform-theme-control-choice-check-color-disabled); + font-family: var(--gform-theme-icon-font-family) !important; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: never; + text-transform: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + + color: var(--gform-theme-control-choice-check-color); + content: var(--gform-theme-icon-control-checkbox); + font-size: var(--gform-theme-control-checkbox-check-size); } +.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before { + + /* Styles */ + color: var(--gform-theme-control-choice-check-color-disabled); + } + /* Field Size: Small */ -.gform-theme--framework .gform-field--size-sm input[type="checkbox"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - font-size: var(--gform-theme-control-checkbox-check-size-sm); - } +.gform-theme--framework .gform-field--size-sm input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + font-size: var(--gform-theme-control-checkbox-check-size-sm); + } /* Field Size: Medium */ -.gform-theme--framework .gform-field--size-md input[type="checkbox"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - font-size: var(--gform-theme-control-checkbox-check-size-md); - } +.gform-theme--framework .gform-field--size-md input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + font-size: var(--gform-theme-control-checkbox-check-size-md); + } /* Field Size: Large */ -.gform-theme--framework .gform-field--size-lg input[type="checkbox"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - font-size: var(--gform-theme-control-checkbox-check-size-lg); - } +.gform-theme--framework .gform-field--size-lg input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + font-size: var(--gform-theme-control-checkbox-check-size-lg); + } /* Field Size: Extra Large */ -.gform-theme--framework .gform-field--size-xl input[type="checkbox"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - font-size: var(--gform-theme-control-checkbox-check-size-xl); - } +.gform-theme--framework .gform-field--size-xl input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { -.gform-theme--framework input[type="radio"] { + /* Styles */ + font-size: var(--gform-theme-control-checkbox-check-size-xl); + } - /* Local CSS API Overrides */ - --gform-theme-local-border-radius: var(--gform-theme-control-radio-check-border-radius); - } +/* Utility Classes: disable theme framework from element and children if class is present */ -.gform-theme--framework input[type="radio"]::before { +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { - /* Styles */ - background-color: var(--gform-theme-control-choice-check-color); - block-size: var(--gform-theme-control-radio-check-size); - border-radius: var(--gform-theme-control-radio-check-border-radius); - content: var(--gform-theme-control-radio-check-content); - inline-size: var(--gform-theme-control-radio-check-size); + /* Local CSS API Overrides */ + --gform-theme-local-border-radius: var(--gform-theme-control-radio-check-border-radius); } -.gform-theme--framework input[type="radio"]:disabled::before { +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { /* Styles */ - background-color: var(--gform-theme-control-choice-check-color-disabled); + background-color: var(--gform-theme-control-choice-check-color); + block-size: var(--gform-theme-control-radio-check-size); + border-radius: var(--gform-theme-control-radio-check-border-radius); + content: var(--gform-theme-control-radio-check-content); + inline-size: var(--gform-theme-control-radio-check-size); } +.gform-theme--framework input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before { + + /* Styles */ + background-color: var(--gform-theme-control-choice-check-color-disabled); + } + /* Field Size: Small */ -.gform-theme--framework .gform-field--size-sm input[type="radio"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - block-size: var(--gform-theme-control-radio-check-size-sm); - inline-size: var(--gform-theme-control-radio-check-size-sm); - } +.gform-theme--framework .gform-field--size-sm input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + block-size: var(--gform-theme-control-radio-check-size-sm); + inline-size: var(--gform-theme-control-radio-check-size-sm); + } /* Field Size: Medium */ -.gform-theme--framework .gform-field--size-md input[type="radio"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - block-size: var(--gform-theme-control-radio-check-size-md); - inline-size: var(--gform-theme-control-radio-check-size-md); - } +.gform-theme--framework .gform-field--size-md input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + block-size: var(--gform-theme-control-radio-check-size-md); + inline-size: var(--gform-theme-control-radio-check-size-md); + } /* Field Size: Large */ -.gform-theme--framework .gform-field--size-lg input[type="radio"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - block-size: var(--gform-theme-control-radio-check-size-lg); - inline-size: var(--gform-theme-control-radio-check-size-lg); - } +.gform-theme--framework .gform-field--size-lg input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + block-size: var(--gform-theme-control-radio-check-size-lg); + inline-size: var(--gform-theme-control-radio-check-size-lg); + } /* Field Size: Extra Large */ -.gform-theme--framework .gform-field--size-xl input[type="radio"]::before { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Styles */ - block-size: var(--gform-theme-control-radio-check-size-xl); - inline-size: var(--gform-theme-control-radio-check-size-xl); - } +.gform-theme--framework .gform-field--size-xl input[type="radio"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { + + /* Styles */ + block-size: var(--gform-theme-control-radio-check-size-xl); + inline-size: var(--gform-theme-control-radio-check-size-xl); + } + +/* Utility Classes: disable theme framework from element and children if class is present */ /* Select Icon */ -.gform-theme--framework select:where(:not([multiple])) { +.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])) { - /* Local CSS API Overrides */ - --gform-theme-local-padding-inline: var(--gform-theme-control-select-padding-inline); + /* Local CSS API Overrides */ + --gform-theme-local-padding-inline: var(--gform-theme-control-select-padding-inline); - /* Styles */ - background-image: var(--gform-theme-icon-control-select); - background-position: var(--gform-theme-control-select-icon-position); - background-repeat: no-repeat; - background-size: var(--gform-theme-control-select-icon-size); - } + /* Styles */ + background-image: var(--gform-theme-icon-control-select); + background-position: var(--gform-theme-control-select-icon-position); + background-repeat: no-repeat; + background-size: var(--gform-theme-control-select-icon-size); + } -.gform-theme--framework select::-ms-expand { - display: var(--gform-theme-control-select-ms-expand); - } +.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand { + display: var(--gform-theme-control-select-ms-expand); + } /* Styles for multiple select */ -.gform-theme--framework select[multiple] { +.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] { - /* Local CSS API Overrides */ - --gform-theme-local-block-size: var(--gform-theme-control-multiselect-block-size); - --gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius); - --gform-theme-local-line-height: var(--gform-theme-control-multiselect-line-height); - --gform-theme-local-padding-block: var(--gform-theme-control-multiselect-padding-block); - - /* Styles */ - overflow-y: auto; - } + /* Local CSS API Overrides */ + --gform-theme-local-block-size: var(--gform-theme-control-multiselect-block-size); + --gform-theme-local-border-radius: var(--gform-theme-control-multiselect-border-radius); + --gform-theme-local-line-height: var(--gform-theme-control-multiselect-line-height); + --gform-theme-local-padding-block: var(--gform-theme-control-multiselect-padding-block); -.gform-theme--framework select[multiple] option:checked { - background: var(--gform-theme-color-inside-control-light); + /* Styles */ + overflow-y: auto; } +.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked { + background: var(--gform-theme-color-inside-control-light); + } + /* Styles for select with enhanced UI */ /* Select input */ @@ -2699,9 +2858,9 @@ html[dir="rtl"] .gform-theme--framework { padding: 16px; } -/* Utility Class: exclude buttons from the theme framework if this class is present */ +/* Utility Classes: disable theme framework from element and children if class is present */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)), .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { /* Local CSS API Overrides */ --gform-theme-local-block-size: auto; @@ -2751,7 +2910,7 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework))::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework))::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework))::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::after { /* Local CSS API */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-primary); @@ -2776,7 +2935,7 @@ html[dir="rtl"] .gform-theme--framework { transition: var(--gform-theme-local-transition); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-primary); @@ -2787,13 +2946,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):hover::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-primary); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-primary); @@ -2804,13 +2963,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):focus::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-primary); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-primary); @@ -2823,7 +2982,7 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)):disabled::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-primary); @@ -2831,7 +2990,7 @@ html[dir="rtl"] .gform-theme--framework { /* Secondary Button */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-secondary); @@ -2843,13 +3002,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-secondary); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-secondary); @@ -2859,13 +3018,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-secondary); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-secondary); @@ -2875,13 +3034,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-secondary); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-secondary); @@ -2891,16 +3050,84 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-secondary); } +/* Control Button - Buttons inside of controls */ + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-control); + --gform-theme-local-border-color: var(--gform-theme-control-button-border-color-control); + --gform-theme-local-border-style: var(--gform-theme-control-button-border-style-control); + --gform-theme-local-border-width: var(--gform-theme-control-button-border-width-control); + --gform-theme-local-color: var(--gform-theme-control-button-color-control); + } + +/* Icons */ + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control::after { + + /* Local CSS API Overrides */ + --gform-theme-local-color: var(--gform-theme-control-button-icon-color-control); + } + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-control); + --gform-theme-local-border-color: var(--gform-theme-control-button-border-color-hover-control); + --gform-theme-local-color: var(--gform-theme-control-button-color-hover-control); + } + +/* Icons */ + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover::after { + + /* Local CSS API Overrides */ + --gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-control); + } + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-control); + --gform-theme-local-border-color: var(--gform-theme-control-button-border-color-focus-control); + --gform-theme-local-color: var(--gform-theme-control-button-color-focus-control); + } + +/* Icons */ + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus::after { + + /* Local CSS API Overrides */ + --gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-control); + } + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled { + + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-control); + --gform-theme-local-border-color: var(--gform-theme-control-button-border-color-disabled-control); + --gform-theme-local-color: var(--gform-theme-control-button-color-disabled-control); + } + +/* Icons */ + +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled::after { + + /* Local CSS API Overrides */ + --gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-control); + } + /* Simple Button: transparent background, no border, w/ icon only (password visibility & file upload cancel / remove) */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-simple); @@ -2918,13 +3145,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-simple); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-hover-simple); @@ -2935,13 +3162,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-hover-simple); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-focus-simple); @@ -2952,13 +3179,13 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-focus-simple); } -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled { /* Local CSS API Overrides */ --gform-theme-local-background-color: var(--gform-theme-control-button-background-color-disabled-simple); @@ -2969,7 +3196,7 @@ html[dir="rtl"] .gform-theme--framework { /* Icons */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled::after { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::before, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled::after { /* Local CSS API Overrides */ --gform-theme-local-color: var(--gform-theme-control-button-icon-color-disabled-simple); @@ -2977,7 +3204,7 @@ html[dir="rtl"] .gform-theme--framework { /* Button Size: Extra Small */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs { /* Local CSS API Overrides */ --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xs); @@ -2987,7 +3214,7 @@ html[dir="rtl"] .gform-theme--framework { /* Button Size: Small */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm { /* Local CSS API Overrides */ --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-sm); @@ -2997,7 +3224,7 @@ html[dir="rtl"] .gform-theme--framework { /* Button Size: Medium */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md { /* Local CSS API Overrides */ --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-md); @@ -3007,7 +3234,7 @@ html[dir="rtl"] .gform-theme--framework { /* Button Size: Large */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg { /* Local CSS API Overrides */ --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-lg); @@ -3017,7 +3244,7 @@ html[dir="rtl"] .gform-theme--framework { /* Button Size: Extra Large */ -.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl { +.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*="mceu_"]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl, .gform-theme.gform-theme--framework.gform_wrapper input[type="submit"].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl { /* Local CSS API Overrides */ --gform-theme-local-font-size: var(--gform-theme-control-button-font-size-xl); @@ -3025,76 +3252,77 @@ html[dir="rtl"] .gform-theme--framework { --gform-theme-local-padding-inline: var(--gform-theme-control-button-padding-inline-xl); } -.gform-theme--framework input[type="file"] { +/* Utility Classes: disable theme framework from element and children if class is present */ - /* Local CSS API Overrides */ - --gform-theme-local-padding-inline: var(--gform-theme-control-file-padding-inline); +.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { - /* Styles */ - text-overflow: ellipsis; - white-space: nowrap; + /* Local CSS API Overrides */ + --gform-theme-local-padding-inline: var(--gform-theme-control-file-padding-inline); - } + /* Styles */ + text-overflow: ellipsis; + white-space: nowrap; + } -.gform-theme--framework input[type="file"]:hover::file-selector-button { +.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button { - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-hover); - --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-hover); - --gform-theme-local-color: var(--gform-theme-control-file-button-color-hover); - } + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-hover); + --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-hover); + --gform-theme-local-color: var(--gform-theme-control-file-button-color-hover); + } -.gform-theme--framework input[type="file"]:focus::file-selector-button { +.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button { - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-focus); - --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-focus); - --gform-theme-local-color: var(--gform-theme-control-file-button-color-focus); - } + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-focus); + --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-focus); + --gform-theme-local-color: var(--gform-theme-control-file-button-color-focus); + } -.gform-theme--framework input[type="file"]:disabled::file-selector-button { +.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button { - /* Local CSS API Overrides */ - --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-disabled); - --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-disabled); - --gform-theme-local-color: var(--gform-theme-control-file-button-color-disabled); - } + /* Local CSS API Overrides */ + --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color-disabled); + --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color-disabled); + --gform-theme-local-color: var(--gform-theme-control-file-button-color-disabled); + } -.gform-theme--framework input[type="file"]::file-selector-button { +.gform-theme--framework input[type="file"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button { - /* Local CSS API */ - --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color); - --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color); - --gform-theme-local-border-inline-end-style: var(--gform-theme-control-file-button-border-inline-end-style); - --gform-theme-local-border-inline-end-width: var(--gform-theme-control-file-button-border-inline-end-width); - --gform-theme-local-border-inline-end: var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color); - --gform-theme-local-color: var(--gform-theme-control-file-button-color); + /* Local CSS API */ + --gform-theme-local-background-color: var(--gform-theme-control-file-button-background-color); + --gform-theme-local-border-inline-end-color: var(--gform-theme-control-file-button-border-inline-end-color); + --gform-theme-local-border-inline-end-style: var(--gform-theme-control-file-button-border-inline-end-style); + --gform-theme-local-border-inline-end-width: var(--gform-theme-control-file-button-border-inline-end-width); + --gform-theme-local-border-inline-end: var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color); + --gform-theme-local-color: var(--gform-theme-control-file-button-color); - /* Styles */ - background-color: var(--gform-theme-local-background-color); - block-size: 100%; - border: 0; - border-end-start-radius: var(--gform-theme-control-file-button-border-radius); - -webkit-border-end: var(--gform-theme-local-border-inline-end); - border-inline-end: var(--gform-theme-local-border-inline-end); - border-start-start-radius: var(--gform-theme-control-file-button-border-radius); - color: var(--gform-theme-local-color); - font-family: var(--gform-theme-control-file-button-font-family); - font-size: var(--gform-theme-control-file-button-font-size); - font-style: var(--gform-theme-control-file-button-font-style); - font-weight: var(--gform-theme-control-file-button-font-weight); - inset-block-start: calc(var(--gform-theme-control-border-width) * -1); - letter-spacing: var(--gform-theme-control-file-button-letter-spacing); - line-height: var(--gform-theme-control-file-button-line-height); - margin-inline: var(--gform-theme-control-file-button-margin-inline); - padding-block: 0; - padding-inline: var(--gform-theme-control-file-button-padding-inline); - position: relative; - -webkit-text-decoration: var(--gform-theme-control-file-button-text-decoration); - text-decoration: var(--gform-theme-control-file-button-text-decoration); - text-transform: var(--gform-theme-control-file-button-text-transform); - transition: var(--gform-theme-control-file-button-transition); - } + /* Styles */ + background-color: var(--gform-theme-local-background-color); + block-size: 100%; + border: 0; + border-end-start-radius: var(--gform-theme-control-file-button-border-radius); + -webkit-border-end: var(--gform-theme-local-border-inline-end); + border-inline-end: var(--gform-theme-local-border-inline-end); + border-start-start-radius: var(--gform-theme-control-file-button-border-radius); + color: var(--gform-theme-local-color); + font-family: var(--gform-theme-control-file-button-font-family); + font-size: var(--gform-theme-control-file-button-font-size); + font-style: var(--gform-theme-control-file-button-font-style); + font-weight: var(--gform-theme-control-file-button-font-weight); + inset-block-start: calc(var(--gform-theme-control-border-width) * -1); + letter-spacing: var(--gform-theme-control-file-button-letter-spacing); + line-height: var(--gform-theme-control-file-button-line-height); + margin-inline: var(--gform-theme-control-file-button-margin-inline); + padding-block: 0; + padding-inline: var(--gform-theme-control-file-button-padding-inline); + position: relative; + -webkit-text-decoration: var(--gform-theme-control-file-button-text-decoration); + text-decoration: var(--gform-theme-control-file-button-text-decoration); + text-transform: var(--gform-theme-control-file-button-text-transform); + transition: var(--gform-theme-control-file-button-transition); + } /* Drop Zone Area */ diff --git a/assets/css/dist/gravity-forms-theme-framework.min.css b/assets/css/dist/gravity-forms-theme-framework.min.css index 7f95018..344a7e1 100644 --- a/assets/css/dist/gravity-forms-theme-framework.min.css +++ b/assets/css/dist/gravity-forms-theme-framework.min.css @@ -1,3 +1,3 @@ -.gform-theme--framework{--gform-theme-font-family:initial;--gform-theme-font-style-base:normal;--gform-theme-border-radius:3px;--gform-theme-border-radius-max-sm:2px;--gform-theme-border-radius-max-md:3px;--gform-theme-border-radius-max-lg:8px;--gform-theme-transition-duration:0.15s;--gform-theme-transition-control:var(--gform-theme-transition-duration);--gform-theme-color-primary:#204ce5;--gform-theme-color-primary-rgb:45,127,251;--gform-theme-color-primary-contrast:#fff;--gform-theme-color-primary-contrast-rgb:255,255,255;--gform-theme-color-primary-darker:#044ad3;--gform-theme-color-primary-lighter:#044ad3;--gform-theme-color-secondary:#fff;--gform-theme-color-secondary-rgb:255,255,255;--gform-theme-color-secondary-contrast:#112337;--gform-theme-color-secondary-contrast-rgb:17,35,55;--gform-theme-color-secondary-darker:#f2f3f5;--gform-theme-color-secondary-lighter:#f2f3f5;--gform-theme-color-outside-control-dark:#585e6a;--gform-theme-color-outside-control-dark-rgb:88,94,106;--gform-theme-color-outside-control-dark-darker:#112337;--gform-theme-color-outside-control-dark-lighter:#686e77;--gform-theme-color-outside-control-light:#e5e7eb;--gform-theme-color-outside-control-light-rgb:229,231,235;--gform-theme-color-outside-control-light-darker:#d2d5db;--gform-theme-color-outside-control-light-lighter:#f2f3f5;--gform-theme-color-inside-control:#fff;--gform-theme-color-inside-control-rgb:255,255,255;--gform-theme-color-inside-control-contrast:#112337;--gform-theme-color-inside-control-contrast-rgb:17,35,55;--gform-theme-color-inside-control-darker:#f2f3f5;--gform-theme-color-inside-control-lighter:#f2f3f5;--gform-theme-color-inside-control-dark:#585e6a;--gform-theme-color-inside-control-dark-rgb:88,94,106;--gform-theme-color-inside-control-dark-darker:#112337;--gform-theme-color-inside-control-dark-lighter:#686e77;--gform-theme-color-inside-control-light:#e5e7eb;--gform-theme-color-inside-control-light-rgb:229,231,235;--gform-theme-color-inside-control-light-darker:#d2d5db;--gform-theme-color-inside-control-light-lighter:#f2f3f5;--gform-theme-color-danger:#c02b0a;--gform-theme-color-danger-rgb:192,43,10;--gform-theme-color-danger-contrast:#fff;--gform-theme-color-danger-contrast-rgb:255,255,255;--gform-theme-color-success:#399f4b;--gform-theme-color-success-rgb:57,159,75;--gform-theme-color-success-contrast:#fff;--gform-theme-color-success-contrast-rgb:255,255,255;--gform-theme-color-primary-shade:var(--gform-theme-color-primary-darker);--gform-theme-color-secondary-shade:var(--gform-theme-color-secondary-darker);--gform-theme-color-light:var(--gform-theme-color-outside-control-light);--gform-theme-color-light-shade:var(--gform-theme-color-inside-control-light-darker);--gform-theme-color-light-tint:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-color-dark:var(--gform-theme-color-outside-control-dark);--gform-theme-color-dark-rgb:var(--gform-theme-color-outside-control-dark-rgb);--gform-theme-color-dark-shade:var(--gform-theme-color-inside-control-dark-darker);--gform-theme-color-dark-tint:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-padding-inline:12px;--gform-theme-padding-block:12px;--gform-theme-font-family-primary:var(--gform-theme-font-family);--gform-theme-font-size-primary:14px;--gform-theme-font-style-primary:var(--gform-theme-font-style-base);--gform-theme-font-weight-primary:400;--gform-theme-letter-spacing-primary:0;--gform-theme-line-height-primary:1.5;--gform-theme-font-family-secondary:var(--gform-theme-font-family);--gform-theme-font-size-secondary:14px;--gform-theme-font-style-secondary:var(--gform-theme-font-style-base);--gform-theme-font-weight-secondary:500;--gform-theme-letter-spacing-secondary:0;--gform-theme-line-height-secondary:1.43;--gform-theme-font-family-tertiary:var(--gform-theme-font-family);--gform-theme-font-size-tertiary:14px;--gform-theme-font-style-tertiary:var(--gform-theme-font-style-base);--gform-theme-font-weight-tertiary:400;--gform-theme-letter-spacing-tertiary:0;--gform-theme-line-height-tertiary:1.43;--gform-theme-icon-font-family:"gform-icons-orbital";--gform-theme-icon-font-size:20px;--gform-theme-icon-control-checkbox:"\e900";--gform-theme-icon-control-select-down:"\e901";--gform-theme-icon-control-select-up:"\e902";--gform-theme-icon-control-select:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-number:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0a1 1 0 0 1 .707.293l3 3a1 1 0 0 1-1.414 1.414L4 2.414 1.707 4.707A1 1 0 0 1 .293 3.293l3-3A1 1 0 0 1 4 0ZM.293 9.293a1 1 0 0 1 1.414 0L4 11.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414Z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-search:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-password-hidden:"\e90a";--gform-theme-icon-control-password-visible:"\e909";--gform-theme-icon-control-list-item-add:"\e90f";--gform-theme-icon-control-list-item-remove:"\e90e";--gform-theme-icon-control-save-continue:"\e910";--gform-theme-icon-control-page-numbers-complete:"\e90b";--gform-theme-icon-control-cancel:"\e918";--gform-theme-icon-control-file-upload:"\e911";--gform-theme-icon-control-file-upload-completed:"\e90c";--gform-theme-icon-control-file-upload-cancel:"\e904";--gform-theme-icon-control-file-upload-remove:"\e919";--gform-theme-icon-tooltip-error:"\e906";--gform-theme-icon-control-datepicker:"\e91a";--gform-theme-icon-control-datepicker-left:"\e91b";--gform-theme-icon-control-datepicker-right:"\e91c";--gform-theme-label-spacing-primary:8px;--gform-theme-label-choice-field-spacing-primary:12px;--gform-theme-label-spacing-horizontal-secondary:12px;--gform-theme-label-spacing-vertical-sm-secondary:-1px;--gform-theme-label-spacing-vertical-md-secondary:0;--gform-theme-label-spacing-vertical-lg-secondary:1px;--gform-theme-label-spacing-vertical-xl-secondary:4px;--gform-theme-label-spacing-vertical-secondary:var(--gform-theme-label-spacing-vertical-md-secondary);--gform-theme-label-spacing-tertiary:8px;--gform-theme-description-spacing:8px;--gform-theme-description-choice-field-spacing:12px;--gform-theme-control-accent-color:var(--gform-theme-color-primary);--gform-theme-control-appearance:none;--gform-theme-control-background-color:var(--gform-theme-color-inside-control);--gform-theme-control-background-color-hover:var(--gform-theme-control-background-color);--gform-theme-control-background-color-focus:var(--gform-theme-control-background-color);--gform-theme-control-background-color-disabled:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-control-background-color-error:var(--gform-theme-control-background-color);--gform-theme-control-border-color:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-control-border-color-hover:var(--gform-theme-control-border-color);--gform-theme-control-border-color-focus:var(--gform-theme-color-primary);--gform-theme-control-border-color-disabled:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-border-color-error:var(--gform-theme-color-danger);--gform-theme-control-border-style:solid;--gform-theme-control-border-width:1px;--gform-theme-control-border-radius:var(--gform-theme-border-radius);--gform-theme-control-border-radius-max-sm:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-sm));--gform-theme-control-border-radius-max-md:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-md));--gform-theme-control-border-radius-max-lg:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-lg));--gform-theme-control-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-control-box-shadow-color-focus:rgba(var(--gform-theme-color-primary-rgb),0.3);--gform-theme-control-box-shadow-size-focus:3px;--gform-theme-control-box-shadow-offset-color-focus:transparent;--gform-theme-control-box-shadow-offset-size-focus:0;--gform-theme-control-box-shadow-focus:0 0 0 var(--gform-theme-control-box-shadow-offset-size-focus) var(--gform-theme-control-box-shadow-offset-color-focus),0 0 0 var(--gform-theme-control-box-shadow-size-focus) var(--gform-theme-control-box-shadow-color-focus);--gform-theme-control-color:var(--gform-theme-color-inside-control-contrast);--gform-theme-control-color-hover:var(--gform-theme-control-color);--gform-theme-control-color-focus:var(--gform-theme-control-color);--gform-theme-control-color-disabled:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.6);--gform-theme-control-color-error:var(--gform-theme-control-color);--gform-theme-control-icon-color:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-control-icon-color-hover:var(--gform-theme-color-inside-control-dark-darker);--gform-theme-control-icon-color-focus:var(--gform-theme-control-icon-color-hover);--gform-theme-control-icon-color-disabled:var(--gform-theme-control-icon-color);--gform-theme-control-size-sm:35px;--gform-theme-control-size-md:38px;--gform-theme-control-size-lg:47px;--gform-theme-control-size-xl:54px;--gform-theme-control-size:var(--gform-theme-control-size-md);--gform-theme-control-padding-inline:var(--gform-theme-padding-inline);--gform-theme-control-padding-block:0;--gform-theme-control-font-family:var(--gform-theme-font-family-primary);--gform-theme-control-font-size:var(--gform-theme-font-size-primary);--gform-theme-control-font-style:var(--gform-theme-font-style-base);--gform-theme-control-font-weight:var(--gform-theme-font-weight-primary);--gform-theme-control-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-line-height:var(--gform-theme-control-size);--gform-theme-control-outline:none;--gform-theme-control-outline-offset:0;--gform-theme-control-transition:var(--gform-theme-transition-control);--gform-theme-control-placeholder-color:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.7);--gform-theme-control-placeholder-font-family:var(--gform-theme-control-font-family);--gform-theme-control-placeholder-font-size:var(--gform-theme-control-font-size);--gform-theme-control-placeholder-font-style:var(--gform-theme-control-font-style);--gform-theme-control-placeholder-font-weight:var(--gform-theme-control-font-weight);--gform-theme-control-placeholder-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-control-placeholder-opacity:1;--gform-theme-control-readonly-color:var(--gform-theme-control-color);--gform-theme-control-readonly-font-family:var(--gform-theme-control-font-family);--gform-theme-control-readonly-font-size:var(--gform-theme-control-font-size);--gform-theme-control-readonly-font-style:var(--gform-theme-control-font-style);--gform-theme-control-readonly-font-weight:500;--gform-theme-control-readonly-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-control-readonly-line-height:1;--gform-theme-control-button-border-radius:var(--gform-theme-border-radius);--gform-theme-control-button-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-control-button-box-shadow-hover:var(--gform-theme-control-button-box-shadow);--gform-theme-control-button-box-shadow-focus:var(--gform-theme-control-box-shadow-focus);--gform-theme-control-button-box-shadow-disabled:var(--gform-theme-control-button-box-shadow);--gform-theme-control-button-font-family:var(--gform-theme-font-family);--gform-theme-control-button-font-size-xs:12px;--gform-theme-control-button-font-size-sm:14px;--gform-theme-control-button-font-size-md:14px;--gform-theme-control-button-font-size-lg:16px;--gform-theme-control-button-font-size-xl:16px;--gform-theme-control-button-font-size:var(--gform-theme-control-button-font-size-md);--gform-theme-control-button-font-style:var(--gform-theme-font-style-base);--gform-theme-control-button-font-weight:500;--gform-theme-control-button-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-button-line-height:1;--gform-theme-control-button-opacity:1;--gform-theme-control-button-opacity-disabled:0.5;--gform-theme-control-button-padding-block:0;--gform-theme-control-button-padding-inline-xs:8px;--gform-theme-control-button-padding-inline-sm:12px;--gform-theme-control-button-padding-inline-md:16px;--gform-theme-control-button-padding-inline-lg:20px;--gform-theme-control-button-padding-inline-xl:24px;--gform-theme-control-button-padding-inline:var(--gform-theme-control-button-padding-inline-md);--gform-theme-control-button-size-xs:30px;--gform-theme-control-button-size-sm:var(--gform-theme-control-size-sm);--gform-theme-control-button-size-md:var(--gform-theme-control-size-md);--gform-theme-control-button-size-lg:var(--gform-theme-control-size-lg);--gform-theme-control-button-size-xl:var(--gform-theme-control-size-xl);--gform-theme-control-button-size:var(--gform-theme-control-button-size-md);--gform-theme-control-button-text-decoration:none;--gform-theme-control-button-text-transform:none;--gform-theme-control-button-icon:none;--gform-theme-control-button-icon-font-size:var(--gform-theme-icon-font-size);--gform-theme-control-button-icon-gap:6px;--gform-theme-control-button-transition:var(--gform-theme-control-transition);--gform-theme-control-button-background-color-primary:var(--gform-theme-color-primary);--gform-theme-control-button-background-color-hover-primary:var(--gform-theme-color-primary-darker);--gform-theme-control-button-background-color-focus-primary:var(--gform-theme-control-button-background-color-primary);--gform-theme-control-button-background-color-disabled-primary:var(--gform-theme-control-button-background-color-primary);--gform-theme-control-button-border-color-primary:transparent;--gform-theme-control-button-border-color-hover-primary:transparent;--gform-theme-control-button-border-color-focus-primary:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-control-button-border-color-disabled-primary:transparent;--gform-theme-control-button-border-style-primary:solid;--gform-theme-control-button-border-width-primary:1px;--gform-theme-control-button-color-primary:var(--gform-theme-color-primary-contrast);--gform-theme-control-button-color-hover-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-color-focus-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-color-disabled-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-icon-color-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-icon-color-hover-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-icon-color-focus-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-icon-color-disabled-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-background-color-secondary:var(--gform-theme-color-secondary);--gform-theme-control-button-background-color-hover-secondary:var(--gform-theme-color-secondary-darker);--gform-theme-control-button-background-color-focus-secondary:var(--gform-theme-control-button-background-color-secondary);--gform-theme-control-button-background-color-disabled-secondary:var(--gform-theme-control-button-background-color-secondary);--gform-theme-control-button-border-color-secondary:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-button-border-color-hover-secondary:var(--gform-theme-control-button-border-color-secondary);--gform-theme-control-button-border-color-focus-secondary:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-control-button-border-color-disabled-secondary:var(--gform-theme-control-button-border-color-secondary);--gform-theme-control-button-border-style-secondary:solid;--gform-theme-control-button-border-width-secondary:1px;--gform-theme-control-button-color-secondary:var(--gform-theme-color-secondary-contrast);--gform-theme-control-button-color-hover-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-color-focus-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-color-disabled-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-icon-color-secondary:var(--gform-theme-control-icon-color);--gform-theme-control-button-icon-color-hover-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-icon-color-focus-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-icon-color-disabled-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-background-color-simple:transparent;--gform-theme-control-button-background-color-hover-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-background-color-focus-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-background-color-disabled-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-border-color-simple:transparent;--gform-theme-control-button-border-color-hover-simple:var(--gform-theme-control-button-border-color-simple);--gform-theme-control-button-border-color-focus-simple:var(--gform-theme-control-border-color-focus);--gform-theme-control-button-border-color-disabled-simple:var(--gform-theme-control-button-border-color-simple);--gform-theme-control-button-border-style-simple:solid;--gform-theme-control-button-border-width-simple:1px;--gform-theme-control-button-box-shadow-simple:none;--gform-theme-control-button-box-shadow-hover-simple:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-control-button-box-shadow-focus-simple:var(--gform-theme-control-box-shadow-focus);--gform-theme-control-button-box-shadow-disabled-simple:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-control-button-color-simple:rgba(var(--gform-theme-color-outside-control-dark-rgb),0.65);--gform-theme-control-button-color-hover-simple:var(--gform-theme-color-outside-control-dark);--gform-theme-control-button-color-focus-simple:var(--gform-theme-control-button-color-hover-simple);--gform-theme-control-button-color-disabled-simple:var(--gform-theme-control-button-color-simple);--gform-theme-control-button-size-simple:24px;--gform-theme-control-button-icon-color-simple:var(--gform-theme-control-button-color-simple);--gform-theme-control-button-icon-color-hover-simple:var(--gform-theme-control-button-color-hover-simple);--gform-theme-control-button-icon-color-focus-simple:var(--gform-theme-control-button-color-focus-simple);--gform-theme-control-button-icon-color-disabled-simple:var(--gform-theme-control-button-color-disabled-simple);--gform-theme-control-choice-check-color:var(--gform-theme-color-primary);--gform-theme-control-choice-check-color-disabled:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.2);--gform-theme-control-choice-size-sm:18px;--gform-theme-control-choice-size-md:20px;--gform-theme-control-choice-size-lg:22px;--gform-theme-control-choice-size-xl:28px;--gform-theme-control-choice-size:var(--gform-theme-control-choice-size-md);--gform-theme-control-checkbox-check-border-radius:var(--gform-theme-control-border-radius-max-sm);--gform-theme-control-checkbox-check-size-sm:12px;--gform-theme-control-checkbox-check-size-md:initial;--gform-theme-control-checkbox-check-size-lg:15px;--gform-theme-control-checkbox-check-size-xl:19px;--gform-theme-control-checkbox-check-size:var(--gform-theme-control-checkbox-check-size-md);--gform-theme-control-radio-check-border-radius:50%;--gform-theme-control-radio-check-content:"";--gform-theme-control-radio-check-size-sm:6px;--gform-theme-control-radio-check-size-md:7px;--gform-theme-control-radio-check-size-lg:8px;--gform-theme-control-radio-check-size-xl:10px;--gform-theme-control-radio-check-size:var(--gform-theme-control-radio-check-size-md);--gform-theme-control-date-datepicker-background-color:var(--gform-theme-control-background-color);--gform-theme-control-date-datepicker-box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);--gform-theme-control-date-datepicker-padding-block:16px;--gform-theme-control-date-datepicker-padding-inline:16px;--gform-theme-control-date-datepicker-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-date-datepicker-inline-size:300px;--gform-theme-control-date-datepicker-margin-block-start:12px;--gform-theme-control-date-datepicker-header-icons-inline-size:20px;--gform-theme-control-date-datepicker-header-icons-color:var(--gform-theme-control-icon-color);--gform-theme-control-date-datepicker-header-icons-color-hover:var(--gform-theme-control-icon-color-hover);--gform-theme-control-date-datepicker-header-icons-font-size:20px;--gform-theme-control-date-datepicker-title-color:var(--gform-theme-color-secondary-contrast);--gform-theme-control-date-datepicker-title-font-size:14px;--gform-theme-control-date-datepicker-title-font-weight:500;--gform-theme-control-date-datepicker-title-line-height:1.5;--gform-theme-control-date-datepicker-dropdown-background-image:var(--gform-theme-icon-control-select);--gform-theme-control-date-datepicker-dropdown-background-position:var(--gform-theme-control-select-icon-position);--gform-theme-control-date-datepicker-dropdown-background-size:var(--gform-theme-control-select-icon-size);--gform-theme-control-date-datepicker-dropdown-border-color:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-date-datepicker-dropdown-border-style:var(--gform-theme-control-border-style);--gform-theme-control-date-datepicker-dropdown-border-width:var(--gform-theme-control-border-width);--gform-theme-control-date-datepicker-dropdown-box-shadow:0 1px 2px rgba(0,0,0,.05);--gform-theme-control-date-datepicker-dropdown-text-align:start;--gform-theme-control-date-datepicker-table-margin-block-start:16px;--gform-theme-control-date-datepicker-table-margin-block-end:0;--gform-theme-control-date-datepicker-table-head-cell-font-size:12px;--gform-theme-control-date-datepicker-table-head-cell-font-weight:600;--gform-theme-control-date-datepicker-table-head-cell-line-height:1.33;--gform-theme-control-date-datepicker-table-head-cell-vertical-align:middle;--gform-theme-control-date-datepicker-table-cell-padding:1px;--gform-theme-control-date-datepicker-table-cell-block-size:40px;--gform-theme-control-date-datepicker-table-cell-font-size:14px;--gform-theme-control-date-datepicker-table-cell-font-weight:400;--gform-theme-control-date-datepicker-table-cell-line-height:1.43;--gform-theme-control-date-datepicker-table-cell-content-align-items:center;--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled:transparent;--gform-theme-control-date-datepicker-table-cell-content-background-color-hover:#f4f8ff;--gform-theme-control-date-datepicker-table-cell-content-background-color-selected:var(--gform-theme-color-primary);--gform-theme-control-date-datepicker-table-cell-content-border:var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-primary);--gform-theme-control-date-datepicker-table-cell-content-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-date-datepicker-table-cell-content-color:var(--gform-theme-color-secondary-contrast);--gform-theme-control-date-datepicker-table-cell-content-color-disabled:#cfd3d9;--gform-theme-control-date-datepicker-table-cell-content-color-hover:var(--gform-theme-control-date-datepicker-table-cell-content-color);--gform-theme-control-date-datepicker-table-cell-content-color-selected:var(--gform-theme-color-primary-contrast);--gform-theme-control-description-color:var(--gform-theme-color-outside-control-dark);--gform-theme-control-description-font-family:var(--gform-theme-font-family-tertiary);--gform-theme-control-description-font-size:var(--gform-theme-font-size-tertiary);--gform-theme-control-description-font-style:var(--gform-theme-font-style-tertiary);--gform-theme-control-description-font-weight:var(--gform-theme-font-weight-tertiary);--gform-theme-control-description-letter-spacing:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-description-line-height:var(--gform-theme-line-height-tertiary);--gform-theme-control-description-color-error:var(--gform-theme-color-danger);--gform-theme-control-description-font-family-error:var(--gform-theme-control-description-font-family);--gform-theme-control-description-font-size-error:var(--gform-theme-control-description-font-size);--gform-theme-control-description-font-style-error:var(--gform-theme-control-description-font-style);--gform-theme-control-description-font-weight-error:var(--gform-theme-control-description-font-weight);--gform-theme-control-description-letter-spacing-error:var(--gform-theme-control-description-letter-spacing);--gform-theme-control-description-line-height-error:var(--gform-theme-control-description-line-height);--gform-theme-control-description-border-color-consent:var(--gform-theme-color-outside-control-light-darker);--gform-theme-control-description-border-style-consent:solid;--gform-theme-control-description-border-width-consent:1px;--gform-theme-control-description-max-height-consent:456px;--gform-theme-control-file-padding-inline:0 var(--gform-theme-control-padding-inline);--gform-theme-control-file-button-background-color:var(--gform-theme-color-secondary-darker);--gform-theme-control-file-button-background-color-hover:var(--gform-theme-color-secondary);--gform-theme-control-file-button-background-color-focus:var(--gform-theme-control-file-button-background-color);--gform-theme-control-file-button-background-color-disabled:var(--gform-theme-control-file-button-background-color);--gform-theme-control-file-button-border-inline-end-width:1px;--gform-theme-control-file-button-border-inline-end-style:solid;--gform-theme-control-file-button-border-inline-end-color:var(--gform-theme-control-border-color);--gform-theme-control-file-button-border-inline-end-color-hover:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-inline-end-color-focus:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-inline-end-color-disabled:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-radius:var(--gform-theme-control-border-radius);--gform-theme-control-file-button-color:rgba(var(--gform-theme-color-secondary-contrast-rgb),0.725);--gform-theme-control-file-button-color-hover:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-color-focus:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-color-disabled:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-font-family:var(--gform-theme-font-family);--gform-theme-control-file-button-font-size:14px;--gform-theme-control-file-button-font-style:var(--gform-theme-font-style-base);--gform-theme-control-file-button-font-weight:500;--gform-theme-control-file-button-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-file-button-line-height:1.43;--gform-theme-control-file-button-margin-inline:0 12px;--gform-theme-control-file-button-padding-inline:12px;--gform-theme-control-file-button-text-decoration:none;--gform-theme-control-file-button-text-transform:none;--gform-theme-control-file-button-transition:var(--gform-theme-control-transition);--gform-theme-control-file-drop-area-block-size:auto;--gform-theme-control-file-drop-area-border-style:dashed;--gform-theme-control-file-drop-area-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-file-drop-area-color:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.725);--gform-theme-control-file-drop-area-font-weight:500;--gform-theme-control-file-drop-area-line-height:1;--gform-theme-control-file-drop-area-padding-inline:40px;--gform-theme-control-file-drop-area-padding-block:40px;--gform-theme-control-file-drop-area-icon-color:var(--gform-theme-color-primary);--gform-theme-control-file-drop-area-icon-font-size:36px;--gform-theme-control-file-drop-area-icon-margin-block-end:8px;--gform-theme-control-file-drop-area-instructions-margin-block-end:12px;--gform-theme-control-file-upload-progress-ui-gap:12px;--gform-theme-control-file-upload-progress-ui-size:var(--gform-theme-icon-font-size);--gform-theme-control-file-upload-progress-bar-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-control-file-upload-progress-bar-background-color-loading:var(--gform-theme-color-primary);--gform-theme-control-file-upload-progress-bar-block-size:6px;--gform-theme-control-file-upload-progress-bar-border-radius:var(--gform-theme-border-radius);--gform-theme-control-file-upload-progress-bar-transition:var(--gform-theme-transition-control);--gform-theme-control-file-upload-progress-text-color:var(--gform-theme-control-description-color);--gform-theme-control-file-upload-progress-text-min-inline-size:33px;--gform-theme-control-file-upload-progress-text-font-size:12px;--gform-theme-control-file-upload-progress-button-inset-block-start:-2px;--gform-theme-control-file-upload-progress-button-inset-inline-end:-2px;--gform-theme-control-file-upload-progress-button-position:absolute;--gform-theme-control-file-upload-progress-button-font-size-cancel:0;--gform-theme-control-file-upload-progress-button-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-file-upload-progress-button-icon-color-complete:var(--gform-theme-color-success);--gform-theme-control-file-preview-area-gap:16px;--gform-theme-control-file-preview-area-margin-block-start:16px;--gform-theme-control-file-preview-file-font-family:var(--gform-theme-font-family-secondary);--gform-theme-control-file-preview-file-font-size:var(--gform-theme-font-size-secondary);--gform-theme-control-file-preview-file-font-style:var(--gform-theme-font-style-secondary);--gform-theme-control-file-preview-file-font-weight:var(--gform-theme-font-weight-secondary);--gform-theme-control-file-preview-file-letter-spacing:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-file-preview-file-line-height:1;--gform-theme-control-file-preview-file-gap:4px;--gform-theme-control-file-preview-file-name-color:var(--gform-theme-control-label-color-primary);--gform-theme-control-file-preview-file-name-line-height:var(--gform-theme-line-height-secondary);--gform-theme-control-file-preview-file-name-overflow:hidden;--gform-theme-control-file-preview-file-name-padding-inline-end:calc(var(--gform-theme-control-file-upload-progress-button-icon-size) + var(--gform-theme-control-file-upload-progress-text-min-inline-size) + var(--gform-theme-control-file-upload-progress-ui-gap)*2);--gform-theme-control-file-preview-file-name-text-overflow:ellipsis;--gform-theme-control-file-preview-file-name-white-space:nowrap;--gform-theme-control-file-preview-file-size-color:var(--gform-theme-control-description-color);--gform-theme-control-label-color-primary:var(--gform-theme-color-outside-control-dark-darker);--gform-theme-control-label-font-family-primary:var(--gform-theme-font-family-secondary);--gform-theme-control-label-font-size-primary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-primary:var(--gform-theme-font-style-secondary);--gform-theme-control-label-font-weight-primary:var(--gform-theme-font-weight-secondary);--gform-theme-control-label-letter-spacing-primary:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-label-line-height-primary:var(--gform-theme-line-height-secondary);--gform-theme-control-label-color-secondary:var(--gform-theme-color-outside-control-dark-darker);--gform-theme-control-label-font-family-secondary:var(--gform-theme-font-family-secondary);--gform-theme-control-label-font-size-secondary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-secondary:var(--gform-theme-font-style-secondary);--gform-theme-control-label-font-weight-secondary:400;--gform-theme-control-label-letter-spacing-secondary:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-label-line-height-secondary:var(--gform-theme-line-height-secondary);--gform-theme-control-label-color-tertiary:var(--gform-theme-color-outside-control-dark);--gform-theme-control-label-font-family-tertiary:var(--gform-theme-font-family-tertiary);--gform-theme-control-label-font-size-tertiary:var(--gform-theme-font-size-tertiary);--gform-theme-control-label-font-style-tertiary:var(--gform-theme-font-style-tertiary);--gform-theme-control-label-font-weight-tertiary:var(--gform-theme-font-weight-tertiary);--gform-theme-control-label-letter-spacing-tertiary:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-label-line-height-tertiary:var(--gform-theme-line-height-tertiary);--gform-theme-control-label-color-quaternary:var(--gform-theme-color-outside-control-dark);--gform-theme-control-label-font-family-quaternary:var(--gform-theme-font-family-tertiary);--gform-theme-control-label-font-size-quaternary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-quaternary:var(--gform-theme-font-style-tertiary);--gform-theme-control-label-font-weight-quaternary:var(--gform-theme-font-weight-secondary);--gform-theme-control-label-letter-spacing-quaternary:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-label-line-height-quaternary:var(--gform-theme-line-height-tertiary);--gform-theme-control-label-color-required:var(--gform-theme-color-danger);--gform-theme-control-label-font-family-required:var(--gform-theme-control-label-font-family-primary);--gform-theme-control-label-font-size-required:12px;--gform-theme-control-label-font-style-required:var(--gform-theme-control-label-font-style-primary);--gform-theme-control-label-font-weight-required:var(--gform-theme-control-label-font-weight-primary);--gform-theme-control-label-letter-spacing-required:var(--gform-theme-control-label-letter-spacing-primary);--gform-theme-control-label-line-height-required:var(--gform-theme-control-label-line-height-primary);--gform-theme-control-number-spin-button-appearance:var(--gform-theme-control-appearance);--gform-theme-control-number-spin-button-background-position:center center;--gform-theme-control-number-spin-button-background-size:8px 14px;--gform-theme-control-number-spin-button-inline-size:8px;--gform-theme-control-number-spin-button-opacity:1;--gform-theme-control-select-icon-position:calc(100% - var(--gform-theme-control-padding-inline)) center;--gform-theme-control-select-icon-size:10px;--gform-theme-control-select-ms-expand:none;--gform-theme-control-select-padding-inline:var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline));--gform-theme-control-select-dropdown-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);--gform-theme-control-select-dropdown-border-color:transparent;--gform-theme-control-select-dropdown-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-select-dropdown-option-background-color-hover:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-control-select-dropdown-option-box-shadow-hover:inset 3px 0 0 var(--gform-theme-color-primary);--gform-theme-control-select-search-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-select-search-icon-position:var(--gform-theme-control-padding-inline) center;--gform-theme-control-select-search-padding-inline:calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline) + 8px) var(--gform-theme-control-padding-inline);--gform-theme-control-multiselect-block-size:130px;--gform-theme-control-multiselect-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-multiselect-line-height:1.5;--gform-theme-control-multiselect-padding-block:var(--gform-theme-padding-block);--gform-theme-control-multiselect-close-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-multiselect-close-icon-inset-block-start:calc(50% - var(--gform-theme-control-multiselect-close-icon-size)/2);--gform-theme-control-multiselect-close-icon-inset-inline-end:calc(var(--gform-theme-control-padding-inline)/2 + 2px);--gform-theme-control-multiselect-selected-item-background-color:var(--gform-theme-color-primary);--gform-theme-control-multiselect-selected-item-border-radius:33px;--gform-theme-control-multiselect-selected-item-color:var(--gform-theme-color-primary-contrast);--gform-theme-control-multiselect-selected-item-font-size:var(--gform-theme-control-font-size);--gform-theme-control-multiselect-selected-item-font-weight:600;--gform-theme-control-multiselect-selected-item-remove-icon-color:var(--gform-theme-color-primary-contrast)}html[dir=rtl] .gform-theme--framework{--gform-theme-control-select-icon-position:var(--gform-theme-control-padding-inline) center;--gform-theme-control-select-search-icon-position:calc(100% - var(--gform-theme-padding-inline)) center}.gform-theme--framework{--gform-theme-control-textarea-block-size:130px;--gform-theme-control-textarea-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-textarea-line-height:1.5;--gform-theme-control-textarea-padding-block:var(--gform-theme-padding-block);--gform-theme-control-textarea-resize:vertical;--gform-theme-field-date-icon-color:var(--gform-theme-control-icon-color);--gform-theme-field-date-icon-color-hover:var(--gform-theme-control-icon-color-hover);--gform-theme-field-date-custom-icon-max-block-size:20px;--gform-theme-field-date-custom-icon-max-inline-size:20px;--gform-theme-field-choice-spacing:var(--gform-theme-label-spacing-horizontal-secondary);--gform-theme-field-choice-meta-margin-block-start:4px;--gform-theme-field-choice-meta-spacing:16px;--gform-theme-field-choice-other-control-max-inline-size:256px;--gform-theme-field-list-button-size:16px;--gform-theme-field-list-button-border-radius:50%;--gform-theme-field-list-button-font-size:0;--gform-theme-field-list-button-padding-block:0;--gform-theme-field-list-button-padding-inline:0;--gform-theme-field-page-progress-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-progress-font-family:var(--gform-theme-font-family);--gform-theme-field-page-progress-font-size:14px;--gform-theme-field-page-progress-font-style:var(--gform-theme-font-style-base);--gform-theme-field-page-progress-font-weight:600;--gform-theme-field-page-progress-letter-spacing:0;--gform-theme-field-page-progress-line-height:1;--gform-theme-field-page-progress-text-transform:uppercase;--gform-theme-field-page-progress-margin-block-end:24px;--gform-theme-field-page-progress-title-margin-block-end:16px;--gform-theme-field-page-progress-bar-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-field-page-progress-bar-background-color-blue:#204ce5;--gform-theme-field-page-progress-bar-background-color-gray:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-progress-bar-background-color-green:#31c48d;--gform-theme-field-page-progress-bar-background-color-orange:#ff5a1f;--gform-theme-field-page-progress-bar-background-color-red:#c02b0a;--gform-theme-field-page-progress-bar-background-gradient-spring:linear-gradient(270deg,#9cd790,#76d7db);--gform-theme-field-page-progress-bar-background-gradient-blues:linear-gradient(270deg,#00c2ff,#7838e2);--gform-theme-field-page-progress-bar-background-gradient-rainbow:linear-gradient(274.73deg,#74b551 -5.58%,#f3ca30 44.81%,#cd302b 93.15%);--gform-theme-field-page-progress-bar-block-size:10px;--gform-theme-field-page-progress-bar-border-radius:100px;--gform-theme-field-page-steps-step-gap:12px;--gform-theme-field-page-steps-number-background-color:transparent;--gform-theme-field-page-steps-number-background-color-active:var(--gform-theme-color-outside-control-light);--gform-theme-field-page-steps-number-background-color-complete:var(--gform-theme-color-primary);--gform-theme-field-page-steps-number-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-page-steps-number-border-color-active:transparent;--gform-theme-field-page-steps-number-border-color-complete:var(--gform-theme-color-primary);--gform-theme-field-page-steps-number-border-radius:50%;--gform-theme-field-page-steps-number-border-style:solid;--gform-theme-field-page-steps-number-border-width:2px;--gform-theme-field-page-steps-number-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-steps-number-color-active:var(--gform-theme-field-page-steps-number-color);--gform-theme-field-page-steps-number-color-complete:var(--gform-theme-color-primary-contrast);--gform-theme-field-page-steps-number-size:32px;--gform-theme-field-page-steps-icon-font-size:var(--gform-theme-icon-font-size);--gform-theme-field-password-strength-background-color:transparent;--gform-theme-field-password-strength-background-color-mismatch:transparent;--gform-theme-field-password-strength-background-color-short:transparent;--gform-theme-field-password-strength-background-color-bad:transparent;--gform-theme-field-password-strength-background-color-good:transparent;--gform-theme-field-password-strength-background-color-strong:transparent;--gform-theme-field-password-strength-border-color:transparent;--gform-theme-field-password-strength-border-color-mismatch:transparent;--gform-theme-field-password-strength-border-color-short:transparent;--gform-theme-field-password-strength-border-color-bad:transparent;--gform-theme-field-password-strength-border-color-good:transparent;--gform-theme-field-password-strength-border-color-strong:transparent;--gform-theme-field-password-strength-border-radius:0;--gform-theme-field-password-strength-border-style:var(--gform-theme-control-border-style);--gform-theme-field-password-strength-border-width:0;--gform-theme-field-password-strength-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-password-strength-color-mismatch:#c02b0a;--gform-theme-field-password-strength-color-short:#c02b0a;--gform-theme-field-password-strength-color-bad:#ff5a1f;--gform-theme-field-password-strength-color-good:#8b6c32;--gform-theme-field-password-strength-color-strong:#399f4b;--gform-theme-field-password-strength-font-family:var(--gform-theme-font-family-secondary);--gform-theme-field-password-strength-font-size:var(--gform-theme-font-size-primary);--gform-theme-field-password-strength-font-style:var(--gform-theme-font-style-secondary);--gform-theme-field-password-strength-font-weight:var(--gform-theme-font-weight-secondary);--gform-theme-field-password-strength-letter-spacing:var(--gform-theme-letter-spacing-secondary);--gform-theme-field-password-strength-line-height:1;--gform-theme-field-password-strength-margin-block-start:16px;--gform-theme-field-password-strength-padding-block:0;--gform-theme-field-password-strength-padding-inline:73px 0;--gform-theme-field-password-strength-text-align:left;--gform-theme-field-password-strength-transition:var(--gform-theme-transition-control);--gform-theme-field-password-strength-indicator-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-field-password-strength-indicator-background-color-mismatch:var(--gform-theme-field-password-strength-color-mismatch);--gform-theme-field-password-strength-indicator-background-color-short:var(--gform-theme-field-password-strength-color-short);--gform-theme-field-password-strength-indicator-background-color-bad:var(--gform-theme-field-password-strength-color-bad);--gform-theme-field-password-strength-indicator-background-color-good:var(--gform-theme-field-password-strength-color-good);--gform-theme-field-password-strength-indicator-background-color-strong:var(--gform-theme-field-password-strength-color-strong);--gform-theme-field-password-strength-indicator-block-size:6px;--gform-theme-field-password-strength-indicator-border-radius:var(--gform-theme-border-radius);--gform-theme-field-password-strength-indicator-content:"";--gform-theme-field-password-strength-indicator-display:inline-block;--gform-theme-field-password-strength-indicator-inline-size:65px;--gform-theme-field-password-strength-indicator-inline-size-blank:0;--gform-theme-field-password-strength-indicator-inline-size-mismatch:65px;--gform-theme-field-password-strength-indicator-inline-size-short:22px;--gform-theme-field-password-strength-indicator-inline-size-bad:37px;--gform-theme-field-password-strength-indicator-inline-size-good:46px;--gform-theme-field-password-strength-indicator-inline-size-strong:65px;--gform-theme-field-password-strength-indicator-inset-block-start:50%;--gform-theme-field-password-strength-indicator-inset-inline-start:0;--gform-theme-field-password-strength-indicator-position:absolute;--gform-theme-field-password-strength-indicator-transform:translateY(-50%);--gform-theme-field-password-strength-indicator-transition:var(--gform-theme-transition-control);--gform-theme-field-product-quantity-inline-size:150px;--gform-theme-field-product-quantity-margin-block-end:var(--gform-theme-field-row-gap);--gform-theme-field-product-price-color:var(--gform-theme-control-label-color-primary);--gform-theme-field-repeater-row-gap:var(--gform-theme-form-row-gap);--gform-theme-field-repeater-button-inline-gap:var(--gform-theme-form-col-gap);--gform-theme-field-repeater-separator-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-repeater-separator-size:1px;--gform-theme-field-repeater-nested-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-repeater-nested-border-size:1px;--gform-theme-field-repeater-nested-border-style:solid;--gform-theme-field-repeater-nested-padding-inline-start:20px;--gform-theme-field-section-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-section-border-style:solid;--gform-theme-field-section-border-width:1px;--gform-theme-field-section-padding-block-end:8px;--gform-theme-form-validation-background-color:rgba(var(--gform-theme-color-danger-rgb),0.03);--gform-theme-form-validation-border-color:rgba(var(--gform-theme-color-danger-rgb),0.25);--gform-theme-form-validation-border-width:1px;--gform-theme-form-validation-border-style:solid;--gform-theme-form-validation-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-form-validation-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-form-validation-color:var(--gform-theme-color-danger);--gform-theme-form-validation-font-family:var(--gform-theme-font-family-primary);--gform-theme-form-validation-font-size:var(--gform-theme-font-size-primary);--gform-theme-form-validation-gap:8px;--gform-theme-form-validation-line-height:1.43;--gform-theme-form-validation-margin-block:0 var(--gform-theme-form-row-gap);--gform-theme-form-validation-padding-block:20px;--gform-theme-form-validation-padding-inline:16px;--gform-theme-form-validation-heading-color:var(--gform-theme-form-validation-color);--gform-theme-form-validation-heading-font-family:var(--gform-theme-form-validation-font-family);--gform-theme-form-validation-heading-font-size:var(--gform-theme-form-validation-font-size);--gform-theme-form-validation-heading-font-weight:500;--gform-theme-form-validation-heading-line-height:var(--gform-theme-form-validation-line-height);--gform-theme-form-validation-heading-gap:12px;--gform-theme-form-validation-heading-icon-background-color:rgba(var(--gform-theme-color-danger-rgb),0.05);--gform-theme-form-validation-heading-icon-border-color:var(--gform-theme-form-validation-border-color);--gform-theme-form-validation-heading-icon-border-width:2px;--gform-theme-form-validation-heading-icon-border-style:var(--gform-theme-form-validation-border-style);--gform-theme-form-validation-heading-icon-border-radius:50%;--gform-theme-form-validation-heading-icon-color:var(--gform-theme-form-validation-heading-color);--gform-theme-form-validation-heading-icon-font-size:18px;--gform-theme-form-validation-heading-icon-size:20px;--gform-theme-form-validation-summary-block-start:4px;--gform-theme-form-validation-summary-color:var(--gform-theme-form-validation-color);--gform-theme-form-validation-summary-font-family:var(--gform-theme-form-validation-font-family);--gform-theme-form-validation-summary-font-size:var(--gform-theme-form-validation-font-size);--gform-theme-form-validation-summary-font-weight:400;--gform-theme-form-validation-summary-line-height:var(--gform-theme-form-validation-line-height);--gform-theme-form-validation-summary-padding-inline:48px;--gform-theme-form-validation-summary-item-link-text-decoration:underline;--gform-theme-form-spinner-foreground-color:var(--gform-theme-color-primary);--gform-theme-form-spinner-background-color:rgba(var(--gform-theme-color-primary-rgb),0.1)}.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) +.gform-theme--api,.gform-theme--framework{--gform-theme-font-family:initial;--gform-theme-font-style-base:normal;--gform-theme-border-radius:3px;--gform-theme-border-radius-max-sm:2px;--gform-theme-border-radius-max-md:3px;--gform-theme-border-radius-max-lg:8px;--gform-theme-transition-duration:0.15s;--gform-theme-transition-control:var(--gform-theme-transition-duration);--gform-theme-color-primary:#204ce5;--gform-theme-color-primary-rgb:45,127,251;--gform-theme-color-primary-contrast:#fff;--gform-theme-color-primary-contrast-rgb:255,255,255;--gform-theme-color-primary-darker:#044ad3;--gform-theme-color-primary-lighter:#044ad3;--gform-theme-color-secondary:#fff;--gform-theme-color-secondary-rgb:255,255,255;--gform-theme-color-secondary-contrast:#112337;--gform-theme-color-secondary-contrast-rgb:17,35,55;--gform-theme-color-secondary-darker:#f2f3f5;--gform-theme-color-secondary-lighter:#f2f3f5;--gform-theme-color-outside-control-dark:#585e6a;--gform-theme-color-outside-control-dark-rgb:88,94,106;--gform-theme-color-outside-control-dark-darker:#112337;--gform-theme-color-outside-control-dark-lighter:#686e77;--gform-theme-color-outside-control-light:#e5e7eb;--gform-theme-color-outside-control-light-rgb:229,231,235;--gform-theme-color-outside-control-light-darker:#d2d5db;--gform-theme-color-outside-control-light-lighter:#f2f3f5;--gform-theme-color-inside-control:#fff;--gform-theme-color-inside-control-rgb:255,255,255;--gform-theme-color-inside-control-contrast:#112337;--gform-theme-color-inside-control-contrast-rgb:17,35,55;--gform-theme-color-inside-control-darker:#f2f3f5;--gform-theme-color-inside-control-lighter:#f2f3f5;--gform-theme-color-inside-control-primary:var(--gform-theme-color-primary);--gform-theme-color-inside-control-primary-rgb:var(--gform-theme-color-primary-rgb);--gform-theme-color-inside-control-primary-contrast:var(--gform-theme-color-primary-contrast);--gform-theme-color-inside-control-primary-contrast-rgb:var(--gform-theme-color-primary-contrast-rgb);--gform-theme-color-inside-control-primary-darker:var(--gform-theme-color-primary-darker);--gform-theme-color-inside-control-primary-lighter:var(--gform-theme-color-primary-lighter);--gform-theme-color-inside-control-dark:#585e6a;--gform-theme-color-inside-control-dark-rgb:88,94,106;--gform-theme-color-inside-control-dark-darker:#112337;--gform-theme-color-inside-control-dark-lighter:#686e77;--gform-theme-color-inside-control-light:#e5e7eb;--gform-theme-color-inside-control-light-rgb:229,231,235;--gform-theme-color-inside-control-light-darker:#d2d5db;--gform-theme-color-inside-control-light-lighter:#f2f3f5;--gform-theme-color-danger:#c02b0a;--gform-theme-color-danger-rgb:192,43,10;--gform-theme-color-danger-contrast:#fff;--gform-theme-color-danger-contrast-rgb:255,255,255;--gform-theme-color-success:#399f4b;--gform-theme-color-success-rgb:57,159,75;--gform-theme-color-success-contrast:#fff;--gform-theme-color-success-contrast-rgb:255,255,255;--gform-theme-color-primary-shade:var(--gform-theme-color-primary-darker);--gform-theme-color-secondary-shade:var(--gform-theme-color-secondary-darker);--gform-theme-color-light:var(--gform-theme-color-outside-control-light);--gform-theme-color-light-shade:var(--gform-theme-color-inside-control-light-darker);--gform-theme-color-light-tint:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-color-dark:var(--gform-theme-color-outside-control-dark);--gform-theme-color-dark-rgb:var(--gform-theme-color-outside-control-dark-rgb);--gform-theme-color-dark-shade:var(--gform-theme-color-inside-control-dark-darker);--gform-theme-color-dark-tint:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-padding-inline:12px;--gform-theme-padding-block:12px;--gform-theme-font-family-primary:var(--gform-theme-font-family);--gform-theme-font-size-primary:14px;--gform-theme-font-style-primary:var(--gform-theme-font-style-base);--gform-theme-font-weight-primary:400;--gform-theme-letter-spacing-primary:0;--gform-theme-line-height-primary:1.5;--gform-theme-font-family-secondary:var(--gform-theme-font-family);--gform-theme-font-size-secondary:14px;--gform-theme-font-style-secondary:var(--gform-theme-font-style-base);--gform-theme-font-weight-secondary:500;--gform-theme-letter-spacing-secondary:0;--gform-theme-line-height-secondary:1.43;--gform-theme-font-family-tertiary:var(--gform-theme-font-family);--gform-theme-font-size-tertiary:14px;--gform-theme-font-style-tertiary:var(--gform-theme-font-style-base);--gform-theme-font-weight-tertiary:400;--gform-theme-letter-spacing-tertiary:0;--gform-theme-line-height-tertiary:1.43;--gform-theme-icon-font-family:"gform-icons-orbital";--gform-theme-icon-font-size:20px;--gform-theme-icon-control-checkbox:"\e900";--gform-theme-icon-control-select-down:"\e901";--gform-theme-icon-control-select-up:"\e902";--gform-theme-icon-control-select:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.293.293a1 1 0 0 1 1.414 0L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-number:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0a1 1 0 0 1 .707.293l3 3a1 1 0 0 1-1.414 1.414L4 2.414 1.707 4.707A1 1 0 0 1 .293 3.293l3-3A1 1 0 0 1 4 0ZM.293 9.293a1 1 0 0 1 1.414 0L4 11.586l2.293-2.293a1 1 0 0 1 1.414 1.414l-3 3a1 1 0 0 1-1.414 0l-3-3a1 1 0 0 1 0-1.414Z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-search:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='640' height='640'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='%23686E77'/%3E%3C/svg%3E");--gform-theme-icon-control-password-hidden:"\e90a";--gform-theme-icon-control-password-visible:"\e909";--gform-theme-icon-control-list-item-add:"\e90f";--gform-theme-icon-control-list-item-remove:"\e90e";--gform-theme-icon-control-save-continue:"\e910";--gform-theme-icon-control-page-numbers-complete:"\e90b";--gform-theme-icon-control-cancel:"\e918";--gform-theme-icon-control-file-upload:"\e911";--gform-theme-icon-control-file-upload-completed:"\e90c";--gform-theme-icon-control-file-upload-cancel:"\e904";--gform-theme-icon-control-file-upload-remove:"\e919";--gform-theme-icon-tooltip-error:"\e906";--gform-theme-icon-control-datepicker:"\e91a";--gform-theme-icon-control-datepicker-left:"\e91b";--gform-theme-icon-control-datepicker-right:"\e91c";--gform-theme-label-spacing-primary:8px;--gform-theme-label-choice-field-spacing-primary:12px;--gform-theme-label-spacing-horizontal-secondary:12px;--gform-theme-label-spacing-vertical-sm-secondary:-1px;--gform-theme-label-spacing-vertical-md-secondary:0;--gform-theme-label-spacing-vertical-lg-secondary:1px;--gform-theme-label-spacing-vertical-xl-secondary:4px;--gform-theme-label-spacing-vertical-secondary:var(--gform-theme-label-spacing-vertical-md-secondary);--gform-theme-label-spacing-tertiary:8px;--gform-theme-description-spacing:8px;--gform-theme-description-choice-field-spacing:12px;--gform-theme-control-accent-color:var(--gform-theme-color-inside-control-primary);--gform-theme-control-appearance:none;--gform-theme-control-background-color:var(--gform-theme-color-inside-control);--gform-theme-control-background-color-hover:var(--gform-theme-control-background-color);--gform-theme-control-background-color-focus:var(--gform-theme-control-background-color);--gform-theme-control-background-color-disabled:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-control-background-color-error:var(--gform-theme-control-background-color);--gform-theme-control-border-color:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-control-border-color-hover:var(--gform-theme-control-border-color);--gform-theme-control-border-color-focus:var(--gform-theme-color-primary);--gform-theme-control-border-color-disabled:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-border-color-error:var(--gform-theme-color-danger);--gform-theme-control-border-style:solid;--gform-theme-control-border-width:1px;--gform-theme-control-border-radius:var(--gform-theme-border-radius);--gform-theme-control-border-radius-max-sm:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-sm));--gform-theme-control-border-radius-max-md:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-md));--gform-theme-control-border-radius-max-lg:min(var(--gform-theme-control-border-radius),var(--gform-theme-border-radius-max-lg));--gform-theme-control-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-control-box-shadow-color-focus:rgba(var(--gform-theme-color-primary-rgb),0.3);--gform-theme-control-box-shadow-size-focus:3px;--gform-theme-control-box-shadow-offset-color-focus:transparent;--gform-theme-control-box-shadow-offset-size-focus:0;--gform-theme-control-box-shadow-focus:0 0 0 var(--gform-theme-control-box-shadow-offset-size-focus) var(--gform-theme-control-box-shadow-offset-color-focus),0 0 0 var(--gform-theme-control-box-shadow-size-focus) var(--gform-theme-control-box-shadow-color-focus);--gform-theme-control-color:var(--gform-theme-color-inside-control-contrast);--gform-theme-control-color-hover:var(--gform-theme-control-color);--gform-theme-control-color-focus:var(--gform-theme-control-color);--gform-theme-control-color-disabled:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.6);--gform-theme-control-color-error:var(--gform-theme-control-color);--gform-theme-control-icon-color:var(--gform-theme-color-inside-control-dark-lighter);--gform-theme-control-icon-color-hover:var(--gform-theme-color-inside-control-dark-darker);--gform-theme-control-icon-color-focus:var(--gform-theme-control-icon-color-hover);--gform-theme-control-icon-color-disabled:var(--gform-theme-control-icon-color);--gform-theme-control-size-sm:35px;--gform-theme-control-size-md:38px;--gform-theme-control-size-lg:47px;--gform-theme-control-size-xl:54px;--gform-theme-control-size:var(--gform-theme-control-size-md);--gform-theme-control-padding-inline:var(--gform-theme-padding-inline);--gform-theme-control-padding-block:0;--gform-theme-control-font-family:var(--gform-theme-font-family-primary);--gform-theme-control-font-size:var(--gform-theme-font-size-primary);--gform-theme-control-font-style:var(--gform-theme-font-style-base);--gform-theme-control-font-weight:var(--gform-theme-font-weight-primary);--gform-theme-control-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-line-height:var(--gform-theme-control-size);--gform-theme-control-outline:none;--gform-theme-control-outline-offset:0;--gform-theme-control-transition:var(--gform-theme-transition-control);--gform-theme-control-placeholder-color:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.7);--gform-theme-control-placeholder-font-family:var(--gform-theme-control-font-family);--gform-theme-control-placeholder-font-size:var(--gform-theme-control-font-size);--gform-theme-control-placeholder-font-style:var(--gform-theme-control-font-style);--gform-theme-control-placeholder-font-weight:var(--gform-theme-control-font-weight);--gform-theme-control-placeholder-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-control-placeholder-opacity:1;--gform-theme-control-readonly-color:var(--gform-theme-control-color);--gform-theme-control-readonly-font-family:var(--gform-theme-control-font-family);--gform-theme-control-readonly-font-size:var(--gform-theme-control-font-size);--gform-theme-control-readonly-font-style:var(--gform-theme-control-font-style);--gform-theme-control-readonly-font-weight:500;--gform-theme-control-readonly-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-control-readonly-line-height:1;--gform-theme-control-button-border-radius:var(--gform-theme-border-radius);--gform-theme-control-button-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-control-button-box-shadow-hover:var(--gform-theme-control-button-box-shadow);--gform-theme-control-button-box-shadow-focus:var(--gform-theme-control-box-shadow-focus);--gform-theme-control-button-box-shadow-disabled:var(--gform-theme-control-button-box-shadow);--gform-theme-control-button-font-family:var(--gform-theme-font-family);--gform-theme-control-button-font-size-xs:12px;--gform-theme-control-button-font-size-sm:14px;--gform-theme-control-button-font-size-md:14px;--gform-theme-control-button-font-size-lg:16px;--gform-theme-control-button-font-size-xl:16px;--gform-theme-control-button-font-size:var(--gform-theme-control-button-font-size-md);--gform-theme-control-button-font-style:var(--gform-theme-font-style-base);--gform-theme-control-button-font-weight:500;--gform-theme-control-button-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-button-line-height:1;--gform-theme-control-button-opacity:1;--gform-theme-control-button-opacity-disabled:0.5;--gform-theme-control-button-padding-block:0;--gform-theme-control-button-padding-inline-xs:8px;--gform-theme-control-button-padding-inline-sm:12px;--gform-theme-control-button-padding-inline-md:16px;--gform-theme-control-button-padding-inline-lg:20px;--gform-theme-control-button-padding-inline-xl:24px;--gform-theme-control-button-padding-inline:var(--gform-theme-control-button-padding-inline-md);--gform-theme-control-button-size-xs:30px;--gform-theme-control-button-size-sm:var(--gform-theme-control-size-sm);--gform-theme-control-button-size-md:var(--gform-theme-control-size-md);--gform-theme-control-button-size-lg:var(--gform-theme-control-size-lg);--gform-theme-control-button-size-xl:var(--gform-theme-control-size-xl);--gform-theme-control-button-size:var(--gform-theme-control-button-size-md);--gform-theme-control-button-text-decoration:none;--gform-theme-control-button-text-transform:none;--gform-theme-control-button-icon:none;--gform-theme-control-button-icon-font-size:var(--gform-theme-icon-font-size);--gform-theme-control-button-icon-gap:6px;--gform-theme-control-button-transition:var(--gform-theme-control-transition);--gform-theme-control-button-background-color-primary:var(--gform-theme-color-primary);--gform-theme-control-button-background-color-hover-primary:var(--gform-theme-color-primary-darker);--gform-theme-control-button-background-color-focus-primary:var(--gform-theme-control-button-background-color-primary);--gform-theme-control-button-background-color-disabled-primary:var(--gform-theme-control-button-background-color-primary);--gform-theme-control-button-border-color-primary:transparent;--gform-theme-control-button-border-color-hover-primary:transparent;--gform-theme-control-button-border-color-focus-primary:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-control-button-border-color-disabled-primary:transparent;--gform-theme-control-button-border-style-primary:solid;--gform-theme-control-button-border-width-primary:1px;--gform-theme-control-button-color-primary:var(--gform-theme-color-primary-contrast);--gform-theme-control-button-color-hover-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-color-focus-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-color-disabled-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-icon-color-primary:var(--gform-theme-control-button-color-primary);--gform-theme-control-button-icon-color-hover-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-icon-color-focus-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-icon-color-disabled-primary:var(--gform-theme-control-button-icon-color-primary);--gform-theme-control-button-background-color-secondary:var(--gform-theme-color-secondary);--gform-theme-control-button-background-color-hover-secondary:var(--gform-theme-color-secondary-darker);--gform-theme-control-button-background-color-focus-secondary:var(--gform-theme-control-button-background-color-secondary);--gform-theme-control-button-background-color-disabled-secondary:var(--gform-theme-control-button-background-color-secondary);--gform-theme-control-button-border-color-secondary:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-button-border-color-hover-secondary:var(--gform-theme-control-button-border-color-secondary);--gform-theme-control-button-border-color-focus-secondary:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-control-button-border-color-disabled-secondary:var(--gform-theme-control-button-border-color-secondary);--gform-theme-control-button-border-style-secondary:solid;--gform-theme-control-button-border-width-secondary:1px;--gform-theme-control-button-color-secondary:var(--gform-theme-color-secondary-contrast);--gform-theme-control-button-color-hover-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-color-focus-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-color-disabled-secondary:var(--gform-theme-control-button-color-secondary);--gform-theme-control-button-icon-color-secondary:var(--gform-theme-control-icon-color);--gform-theme-control-button-icon-color-hover-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-icon-color-focus-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-icon-color-disabled-secondary:var(--gform-theme-control-button-icon-color-secondary);--gform-theme-control-button-background-color-control:var(--gform-theme-color-inside-control-primary);--gform-theme-control-button-background-color-hover-control:var(--gform-theme-color-inside-control-primary-darker);--gform-theme-control-button-background-color-focus-control:var(--gform-theme-control-button-background-color-control);--gform-theme-control-button-background-color-disabled-control:var(--gform-theme-control-button-background-color-control);--gform-theme-control-button-border-color-control:transparent;--gform-theme-control-button-border-color-hover-control:transparent;--gform-theme-control-button-border-color-focus-control:var(--gform-theme-control-button-background-color-hover-control);--gform-theme-control-button-border-color-disabled-control:transparent;--gform-theme-control-button-border-style-control:solid;--gform-theme-control-button-border-width-control:1px;--gform-theme-control-button-color-control:var(--gform-theme-color-inside-control-primary-contrast);--gform-theme-control-button-color-hover-control:var(--gform-theme-control-button-color-control);--gform-theme-control-button-color-focus-control:var(--gform-theme-control-button-color-control);--gform-theme-control-button-color-disabled-control:var(--gform-theme-control-button-color-control);--gform-theme-control-button-icon-color-control:var(--gform-theme-control-button-color-control);--gform-theme-control-button-icon-color-hover-control:var(--gform-theme-control-button-icon-color-control);--gform-theme-control-button-icon-color-focus-control:var(--gform-theme-control-button-icon-color-control);--gform-theme-control-button-icon-color-disabled-control:var(--gform-theme-control-button-icon-color-control);--gform-theme-control-button-background-color-simple:transparent;--gform-theme-control-button-background-color-hover-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-background-color-focus-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-background-color-disabled-simple:var(--gform-theme-control-button-background-color-simple);--gform-theme-control-button-border-color-simple:transparent;--gform-theme-control-button-border-color-hover-simple:var(--gform-theme-control-button-border-color-simple);--gform-theme-control-button-border-color-focus-simple:var(--gform-theme-control-border-color-focus);--gform-theme-control-button-border-color-disabled-simple:var(--gform-theme-control-button-border-color-simple);--gform-theme-control-button-border-style-simple:solid;--gform-theme-control-button-border-width-simple:1px;--gform-theme-control-button-box-shadow-simple:none;--gform-theme-control-button-box-shadow-hover-simple:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-control-button-box-shadow-focus-simple:var(--gform-theme-control-box-shadow-focus);--gform-theme-control-button-box-shadow-disabled-simple:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-control-button-color-simple:rgba(var(--gform-theme-color-outside-control-dark-rgb),0.65);--gform-theme-control-button-color-hover-simple:var(--gform-theme-color-outside-control-dark);--gform-theme-control-button-color-focus-simple:var(--gform-theme-control-button-color-hover-simple);--gform-theme-control-button-color-disabled-simple:var(--gform-theme-control-button-color-simple);--gform-theme-control-button-size-simple:24px;--gform-theme-control-button-icon-color-simple:var(--gform-theme-control-button-color-simple);--gform-theme-control-button-icon-color-hover-simple:var(--gform-theme-control-button-color-hover-simple);--gform-theme-control-button-icon-color-focus-simple:var(--gform-theme-control-button-color-focus-simple);--gform-theme-control-button-icon-color-disabled-simple:var(--gform-theme-control-button-color-disabled-simple);--gform-theme-control-choice-check-color:var(--gform-theme-color-inside-control-primary);--gform-theme-control-choice-check-color-disabled:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.2);--gform-theme-control-choice-size-sm:18px;--gform-theme-control-choice-size-md:20px;--gform-theme-control-choice-size-lg:22px;--gform-theme-control-choice-size-xl:28px;--gform-theme-control-choice-size:var(--gform-theme-control-choice-size-md);--gform-theme-control-checkbox-check-border-radius:var(--gform-theme-control-border-radius-max-sm);--gform-theme-control-checkbox-check-size-sm:12px;--gform-theme-control-checkbox-check-size-md:initial;--gform-theme-control-checkbox-check-size-lg:15px;--gform-theme-control-checkbox-check-size-xl:19px;--gform-theme-control-checkbox-check-size:var(--gform-theme-control-checkbox-check-size-md);--gform-theme-control-radio-check-border-radius:50%;--gform-theme-control-radio-check-content:"";--gform-theme-control-radio-check-size-sm:6px;--gform-theme-control-radio-check-size-md:7px;--gform-theme-control-radio-check-size-lg:8px;--gform-theme-control-radio-check-size-xl:10px;--gform-theme-control-radio-check-size:var(--gform-theme-control-radio-check-size-md);--gform-theme-control-date-datepicker-background-color:var(--gform-theme-control-background-color);--gform-theme-control-date-datepicker-box-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);--gform-theme-control-date-datepicker-padding-block:16px;--gform-theme-control-date-datepicker-padding-inline:16px;--gform-theme-control-date-datepicker-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-date-datepicker-inline-size:300px;--gform-theme-control-date-datepicker-margin-block-start:12px;--gform-theme-control-date-datepicker-header-icons-inline-size:20px;--gform-theme-control-date-datepicker-header-icons-color:var(--gform-theme-control-icon-color);--gform-theme-control-date-datepicker-header-icons-color-hover:var(--gform-theme-control-icon-color-hover);--gform-theme-control-date-datepicker-header-icons-font-size:20px;--gform-theme-control-date-datepicker-title-color:var(--gform-theme-color-secondary-contrast);--gform-theme-control-date-datepicker-title-font-size:14px;--gform-theme-control-date-datepicker-title-font-weight:500;--gform-theme-control-date-datepicker-title-line-height:1.5;--gform-theme-control-date-datepicker-dropdown-background-image:var(--gform-theme-icon-control-select);--gform-theme-control-date-datepicker-dropdown-background-position:var(--gform-theme-control-select-icon-position);--gform-theme-control-date-datepicker-dropdown-background-size:var(--gform-theme-control-select-icon-size);--gform-theme-control-date-datepicker-dropdown-border-color:var(--gform-theme-color-inside-control-light-darker);--gform-theme-control-date-datepicker-dropdown-border-style:var(--gform-theme-control-border-style);--gform-theme-control-date-datepicker-dropdown-border-width:var(--gform-theme-control-border-width);--gform-theme-control-date-datepicker-dropdown-box-shadow:0 1px 2px rgba(0,0,0,.05);--gform-theme-control-date-datepicker-dropdown-text-align:start;--gform-theme-control-date-datepicker-table-margin-block-start:16px;--gform-theme-control-date-datepicker-table-margin-block-end:0;--gform-theme-control-date-datepicker-table-head-cell-font-size:12px;--gform-theme-control-date-datepicker-table-head-cell-font-weight:600;--gform-theme-control-date-datepicker-table-head-cell-line-height:1.33;--gform-theme-control-date-datepicker-table-head-cell-vertical-align:middle;--gform-theme-control-date-datepicker-table-cell-padding:1px;--gform-theme-control-date-datepicker-table-cell-block-size:40px;--gform-theme-control-date-datepicker-table-cell-font-size:14px;--gform-theme-control-date-datepicker-table-cell-font-weight:400;--gform-theme-control-date-datepicker-table-cell-line-height:1.43;--gform-theme-control-date-datepicker-table-cell-content-align-items:center;--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled:transparent;--gform-theme-control-date-datepicker-table-cell-content-background-color-hover:#f4f8ff;--gform-theme-control-date-datepicker-table-cell-content-background-color-selected:var(--gform-theme-color-inside-control-primary);--gform-theme-control-date-datepicker-table-cell-content-border:var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-color-inside-control-primary);--gform-theme-control-date-datepicker-table-cell-content-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-date-datepicker-table-cell-content-color:var(--gform-theme-color-secondary-contrast);--gform-theme-control-date-datepicker-table-cell-content-color-disabled:#cfd3d9;--gform-theme-control-date-datepicker-table-cell-content-color-hover:var(--gform-theme-control-date-datepicker-table-cell-content-color);--gform-theme-control-date-datepicker-table-cell-content-color-selected:var(--gform-theme-color-inside-control-primary-contrast);--gform-theme-control-description-color:var(--gform-theme-color-outside-control-dark);--gform-theme-control-description-font-family:var(--gform-theme-font-family-tertiary);--gform-theme-control-description-font-size:var(--gform-theme-font-size-tertiary);--gform-theme-control-description-font-style:var(--gform-theme-font-style-tertiary);--gform-theme-control-description-font-weight:var(--gform-theme-font-weight-tertiary);--gform-theme-control-description-letter-spacing:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-description-line-height:var(--gform-theme-line-height-tertiary);--gform-theme-control-description-color-error:var(--gform-theme-color-danger);--gform-theme-control-description-font-family-error:var(--gform-theme-control-description-font-family);--gform-theme-control-description-font-size-error:var(--gform-theme-control-description-font-size);--gform-theme-control-description-font-style-error:var(--gform-theme-control-description-font-style);--gform-theme-control-description-font-weight-error:var(--gform-theme-control-description-font-weight);--gform-theme-control-description-letter-spacing-error:var(--gform-theme-control-description-letter-spacing);--gform-theme-control-description-line-height-error:var(--gform-theme-control-description-line-height);--gform-theme-control-description-border-color-consent:var(--gform-theme-color-outside-control-light-darker);--gform-theme-control-description-border-style-consent:solid;--gform-theme-control-description-border-width-consent:1px;--gform-theme-control-description-max-height-consent:456px;--gform-theme-control-file-padding-inline:0 var(--gform-theme-control-padding-inline);--gform-theme-control-file-button-background-color:var(--gform-theme-color-secondary-darker);--gform-theme-control-file-button-background-color-hover:var(--gform-theme-color-secondary);--gform-theme-control-file-button-background-color-focus:var(--gform-theme-control-file-button-background-color);--gform-theme-control-file-button-background-color-disabled:var(--gform-theme-control-file-button-background-color);--gform-theme-control-file-button-border-inline-end-width:1px;--gform-theme-control-file-button-border-inline-end-style:solid;--gform-theme-control-file-button-border-inline-end-color:var(--gform-theme-control-border-color);--gform-theme-control-file-button-border-inline-end-color-hover:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-inline-end-color-focus:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-inline-end-color-disabled:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-control-file-button-border-radius:var(--gform-theme-control-border-radius);--gform-theme-control-file-button-color:rgba(var(--gform-theme-color-secondary-contrast-rgb),0.725);--gform-theme-control-file-button-color-hover:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-color-focus:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-color-disabled:var(--gform-theme-control-file-button-color);--gform-theme-control-file-button-font-family:var(--gform-theme-font-family);--gform-theme-control-file-button-font-size:14px;--gform-theme-control-file-button-font-style:var(--gform-theme-font-style-base);--gform-theme-control-file-button-font-weight:500;--gform-theme-control-file-button-letter-spacing:var(--gform-theme-letter-spacing-primary);--gform-theme-control-file-button-line-height:1.43;--gform-theme-control-file-button-margin-inline:0 12px;--gform-theme-control-file-button-padding-inline:12px;--gform-theme-control-file-button-text-decoration:none;--gform-theme-control-file-button-text-transform:none;--gform-theme-control-file-button-transition:var(--gform-theme-control-transition);--gform-theme-control-file-drop-area-block-size:auto;--gform-theme-control-file-drop-area-border-style:dashed;--gform-theme-control-file-drop-area-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-file-drop-area-color:rgba(var(--gform-theme-color-inside-control-contrast-rgb),0.725);--gform-theme-control-file-drop-area-font-weight:500;--gform-theme-control-file-drop-area-line-height:1;--gform-theme-control-file-drop-area-padding-inline:40px;--gform-theme-control-file-drop-area-padding-block:40px;--gform-theme-control-file-drop-area-icon-color:var(--gform-theme-color-inside-control-primary);--gform-theme-control-file-drop-area-icon-font-size:36px;--gform-theme-control-file-drop-area-icon-margin-block-end:8px;--gform-theme-control-file-drop-area-instructions-margin-block-end:12px;--gform-theme-control-file-upload-progress-ui-gap:12px;--gform-theme-control-file-upload-progress-ui-size:var(--gform-theme-icon-font-size);--gform-theme-control-file-upload-progress-bar-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-control-file-upload-progress-bar-background-color-loading:var(--gform-theme-color-primary);--gform-theme-control-file-upload-progress-bar-block-size:6px;--gform-theme-control-file-upload-progress-bar-border-radius:var(--gform-theme-border-radius);--gform-theme-control-file-upload-progress-bar-transition:var(--gform-theme-transition-control);--gform-theme-control-file-upload-progress-text-color:var(--gform-theme-control-description-color);--gform-theme-control-file-upload-progress-text-min-inline-size:33px;--gform-theme-control-file-upload-progress-text-font-size:12px;--gform-theme-control-file-upload-progress-button-inset-block-start:-2px;--gform-theme-control-file-upload-progress-button-inset-inline-end:-2px;--gform-theme-control-file-upload-progress-button-position:absolute;--gform-theme-control-file-upload-progress-button-font-size-cancel:0;--gform-theme-control-file-upload-progress-button-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-file-upload-progress-button-icon-color-complete:var(--gform-theme-color-success);--gform-theme-control-file-preview-area-gap:16px;--gform-theme-control-file-preview-area-margin-block-start:16px;--gform-theme-control-file-preview-file-font-family:var(--gform-theme-font-family-secondary);--gform-theme-control-file-preview-file-font-size:var(--gform-theme-font-size-secondary);--gform-theme-control-file-preview-file-font-style:var(--gform-theme-font-style-secondary);--gform-theme-control-file-preview-file-font-weight:var(--gform-theme-font-weight-secondary);--gform-theme-control-file-preview-file-letter-spacing:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-file-preview-file-line-height:1;--gform-theme-control-file-preview-file-gap:4px;--gform-theme-control-file-preview-file-name-color:var(--gform-theme-control-label-color-primary);--gform-theme-control-file-preview-file-name-line-height:var(--gform-theme-line-height-secondary);--gform-theme-control-file-preview-file-name-overflow:hidden;--gform-theme-control-file-preview-file-name-padding-inline-end:calc(var(--gform-theme-control-file-upload-progress-button-icon-size) + var(--gform-theme-control-file-upload-progress-text-min-inline-size) + var(--gform-theme-control-file-upload-progress-ui-gap)*2);--gform-theme-control-file-preview-file-name-text-overflow:ellipsis;--gform-theme-control-file-preview-file-name-white-space:nowrap;--gform-theme-control-file-preview-file-size-color:var(--gform-theme-control-description-color);--gform-theme-control-label-color-primary:var(--gform-theme-color-outside-control-dark-darker);--gform-theme-control-label-font-family-primary:var(--gform-theme-font-family-secondary);--gform-theme-control-label-font-size-primary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-primary:var(--gform-theme-font-style-secondary);--gform-theme-control-label-font-weight-primary:var(--gform-theme-font-weight-secondary);--gform-theme-control-label-letter-spacing-primary:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-label-line-height-primary:var(--gform-theme-line-height-secondary);--gform-theme-control-label-color-secondary:var(--gform-theme-color-outside-control-dark-darker);--gform-theme-control-label-font-family-secondary:var(--gform-theme-font-family-secondary);--gform-theme-control-label-font-size-secondary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-secondary:var(--gform-theme-font-style-secondary);--gform-theme-control-label-font-weight-secondary:400;--gform-theme-control-label-letter-spacing-secondary:var(--gform-theme-letter-spacing-secondary);--gform-theme-control-label-line-height-secondary:var(--gform-theme-line-height-secondary);--gform-theme-control-label-color-tertiary:var(--gform-theme-color-outside-control-dark);--gform-theme-control-label-font-family-tertiary:var(--gform-theme-font-family-tertiary);--gform-theme-control-label-font-size-tertiary:var(--gform-theme-font-size-tertiary);--gform-theme-control-label-font-style-tertiary:var(--gform-theme-font-style-tertiary);--gform-theme-control-label-font-weight-tertiary:var(--gform-theme-font-weight-tertiary);--gform-theme-control-label-letter-spacing-tertiary:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-label-line-height-tertiary:var(--gform-theme-line-height-tertiary);--gform-theme-control-label-color-quaternary:var(--gform-theme-color-outside-control-dark);--gform-theme-control-label-font-family-quaternary:var(--gform-theme-font-family-tertiary);--gform-theme-control-label-font-size-quaternary:var(--gform-theme-font-size-secondary);--gform-theme-control-label-font-style-quaternary:var(--gform-theme-font-style-tertiary);--gform-theme-control-label-font-weight-quaternary:var(--gform-theme-font-weight-secondary);--gform-theme-control-label-letter-spacing-quaternary:var(--gform-theme-letter-spacing-tertiary);--gform-theme-control-label-line-height-quaternary:var(--gform-theme-line-height-tertiary);--gform-theme-control-label-color-required:var(--gform-theme-color-danger);--gform-theme-control-label-font-family-required:var(--gform-theme-control-label-font-family-primary);--gform-theme-control-label-font-size-required:12px;--gform-theme-control-label-font-style-required:var(--gform-theme-control-label-font-style-primary);--gform-theme-control-label-font-weight-required:var(--gform-theme-control-label-font-weight-primary);--gform-theme-control-label-letter-spacing-required:var(--gform-theme-control-label-letter-spacing-primary);--gform-theme-control-label-line-height-required:var(--gform-theme-control-label-line-height-primary);--gform-theme-control-number-spin-button-appearance:var(--gform-theme-control-appearance);--gform-theme-control-number-spin-button-background-position:center center;--gform-theme-control-number-spin-button-background-size:8px 14px;--gform-theme-control-number-spin-button-inline-size:8px;--gform-theme-control-number-spin-button-opacity:1;--gform-theme-control-select-icon-position:calc(100% - var(--gform-theme-control-padding-inline)) center;--gform-theme-control-select-icon-size:10px;--gform-theme-control-select-ms-expand:none;--gform-theme-control-select-padding-inline:var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline));--gform-theme-control-select-dropdown-shadow:0 0 1px rgba(18,25,97,.24),0 24px 24px rgba(18,25,97,.03),0 2px 2px rgba(18,25,97,.03),0 4px 4px rgba(18,25,97,.03),0 8px 8px rgba(18,25,97,.03),0 16px 16px rgba(18,25,97,.03);--gform-theme-control-select-dropdown-border-color:transparent;--gform-theme-control-select-dropdown-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-control-select-dropdown-option-background-color-hover:var(--gform-theme-color-inside-control-light-lighter);--gform-theme-control-select-dropdown-option-box-shadow-hover:inset 3px 0 0 var(--gform-theme-color-inside-control-primary);--gform-theme-control-select-search-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-select-search-icon-position:var(--gform-theme-control-padding-inline) center;--gform-theme-control-select-search-padding-inline:calc(var(--gform-theme-control-select-search-icon-size) + var(--gform-theme-control-padding-inline) + 8px) var(--gform-theme-control-padding-inline);--gform-theme-control-multiselect-block-size:130px;--gform-theme-control-multiselect-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-multiselect-line-height:1.5;--gform-theme-control-multiselect-padding-block:var(--gform-theme-padding-block);--gform-theme-control-multiselect-close-icon-size:var(--gform-theme-icon-font-size);--gform-theme-control-multiselect-close-icon-inset-block-start:calc(50% - var(--gform-theme-control-multiselect-close-icon-size)/2);--gform-theme-control-multiselect-close-icon-inset-inline-end:calc(var(--gform-theme-control-padding-inline)/2 + 2px);--gform-theme-control-multiselect-selected-item-background-color:var(--gform-theme-color-inside-control-primary);--gform-theme-control-multiselect-selected-item-border-radius:33px;--gform-theme-control-multiselect-selected-item-color:var(--gform-theme-color-inside-control-primary-contrast);--gform-theme-control-multiselect-selected-item-font-size:var(--gform-theme-control-font-size);--gform-theme-control-multiselect-selected-item-font-weight:600;--gform-theme-control-multiselect-selected-item-remove-icon-color:var(--gform-theme-color-inside-control-primary-contrast)}html[dir=rtl] .gform-theme--api,html[dir=rtl] .gform-theme--framework{--gform-theme-control-select-icon-position:var(--gform-theme-control-padding-inline) center;--gform-theme-control-select-search-icon-position:calc(100% - var(--gform-theme-padding-inline)) center}.gform-theme--api,.gform-theme--framework{--gform-theme-control-textarea-block-size:130px;--gform-theme-control-textarea-border-radius:var(--gform-theme-control-border-radius-max-lg);--gform-theme-control-textarea-line-height:1.5;--gform-theme-control-textarea-padding-block:var(--gform-theme-padding-block);--gform-theme-control-textarea-resize:vertical;--gform-theme-field-date-icon-color:var(--gform-theme-control-icon-color);--gform-theme-field-date-icon-color-hover:var(--gform-theme-control-icon-color-hover);--gform-theme-field-date-custom-icon-max-block-size:20px;--gform-theme-field-date-custom-icon-max-inline-size:20px;--gform-theme-field-choice-spacing:var(--gform-theme-label-spacing-horizontal-secondary);--gform-theme-field-choice-meta-margin-block-start:4px;--gform-theme-field-choice-meta-spacing:16px;--gform-theme-field-choice-other-control-max-inline-size:256px;--gform-theme-field-list-button-size:16px;--gform-theme-field-list-button-border-radius:50%;--gform-theme-field-list-button-font-size:0;--gform-theme-field-list-button-padding-block:0;--gform-theme-field-list-button-padding-inline:0;--gform-theme-field-page-progress-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-progress-font-family:var(--gform-theme-font-family);--gform-theme-field-page-progress-font-size:14px;--gform-theme-field-page-progress-font-style:var(--gform-theme-font-style-base);--gform-theme-field-page-progress-font-weight:600;--gform-theme-field-page-progress-letter-spacing:0;--gform-theme-field-page-progress-line-height:1;--gform-theme-field-page-progress-text-transform:uppercase;--gform-theme-field-page-progress-margin-block-end:24px;--gform-theme-field-page-progress-title-margin-block-end:16px;--gform-theme-field-page-progress-bar-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-field-page-progress-bar-background-color-blue:#204ce5;--gform-theme-field-page-progress-bar-background-color-gray:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-progress-bar-background-color-green:#31c48d;--gform-theme-field-page-progress-bar-background-color-orange:#ff5a1f;--gform-theme-field-page-progress-bar-background-color-red:#c02b0a;--gform-theme-field-page-progress-bar-background-gradient-spring:linear-gradient(270deg,#9cd790,#76d7db);--gform-theme-field-page-progress-bar-background-gradient-blues:linear-gradient(270deg,#00c2ff,#7838e2);--gform-theme-field-page-progress-bar-background-gradient-rainbow:linear-gradient(274.73deg,#74b551 -5.58%,#f3ca30 44.81%,#cd302b 93.15%);--gform-theme-field-page-progress-bar-block-size:10px;--gform-theme-field-page-progress-bar-border-radius:100px;--gform-theme-field-page-steps-step-gap:12px;--gform-theme-field-page-steps-number-background-color:transparent;--gform-theme-field-page-steps-number-background-color-active:var(--gform-theme-color-outside-control-light);--gform-theme-field-page-steps-number-background-color-complete:var(--gform-theme-color-primary);--gform-theme-field-page-steps-number-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-page-steps-number-border-color-active:transparent;--gform-theme-field-page-steps-number-border-color-complete:var(--gform-theme-color-primary);--gform-theme-field-page-steps-number-border-radius:50%;--gform-theme-field-page-steps-number-border-style:solid;--gform-theme-field-page-steps-number-border-width:2px;--gform-theme-field-page-steps-number-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-page-steps-number-color-active:var(--gform-theme-field-page-steps-number-color);--gform-theme-field-page-steps-number-color-complete:var(--gform-theme-color-primary-contrast);--gform-theme-field-page-steps-number-size:32px;--gform-theme-field-page-steps-icon-font-size:var(--gform-theme-icon-font-size);--gform-theme-field-password-strength-background-color:transparent;--gform-theme-field-password-strength-background-color-mismatch:transparent;--gform-theme-field-password-strength-background-color-short:transparent;--gform-theme-field-password-strength-background-color-bad:transparent;--gform-theme-field-password-strength-background-color-good:transparent;--gform-theme-field-password-strength-background-color-strong:transparent;--gform-theme-field-password-strength-border-color:transparent;--gform-theme-field-password-strength-border-color-mismatch:transparent;--gform-theme-field-password-strength-border-color-short:transparent;--gform-theme-field-password-strength-border-color-bad:transparent;--gform-theme-field-password-strength-border-color-good:transparent;--gform-theme-field-password-strength-border-color-strong:transparent;--gform-theme-field-password-strength-border-radius:0;--gform-theme-field-password-strength-border-style:var(--gform-theme-control-border-style);--gform-theme-field-password-strength-border-width:0;--gform-theme-field-password-strength-color:var(--gform-theme-color-outside-control-dark);--gform-theme-field-password-strength-color-mismatch:#c02b0a;--gform-theme-field-password-strength-color-short:#c02b0a;--gform-theme-field-password-strength-color-bad:#ff5a1f;--gform-theme-field-password-strength-color-good:#8b6c32;--gform-theme-field-password-strength-color-strong:#399f4b;--gform-theme-field-password-strength-font-family:var(--gform-theme-font-family-secondary);--gform-theme-field-password-strength-font-size:var(--gform-theme-font-size-primary);--gform-theme-field-password-strength-font-style:var(--gform-theme-font-style-secondary);--gform-theme-field-password-strength-font-weight:var(--gform-theme-font-weight-secondary);--gform-theme-field-password-strength-letter-spacing:var(--gform-theme-letter-spacing-secondary);--gform-theme-field-password-strength-line-height:1;--gform-theme-field-password-strength-margin-block-start:16px;--gform-theme-field-password-strength-padding-block:0;--gform-theme-field-password-strength-padding-inline:73px 0;--gform-theme-field-password-strength-text-align:left;--gform-theme-field-password-strength-transition:var(--gform-theme-transition-control);--gform-theme-field-password-strength-indicator-background-color:var(--gform-theme-color-outside-control-light);--gform-theme-field-password-strength-indicator-background-color-mismatch:var(--gform-theme-field-password-strength-color-mismatch);--gform-theme-field-password-strength-indicator-background-color-short:var(--gform-theme-field-password-strength-color-short);--gform-theme-field-password-strength-indicator-background-color-bad:var(--gform-theme-field-password-strength-color-bad);--gform-theme-field-password-strength-indicator-background-color-good:var(--gform-theme-field-password-strength-color-good);--gform-theme-field-password-strength-indicator-background-color-strong:var(--gform-theme-field-password-strength-color-strong);--gform-theme-field-password-strength-indicator-block-size:6px;--gform-theme-field-password-strength-indicator-border-radius:var(--gform-theme-border-radius);--gform-theme-field-password-strength-indicator-content:"";--gform-theme-field-password-strength-indicator-display:inline-block;--gform-theme-field-password-strength-indicator-inline-size:65px;--gform-theme-field-password-strength-indicator-inline-size-blank:0;--gform-theme-field-password-strength-indicator-inline-size-mismatch:65px;--gform-theme-field-password-strength-indicator-inline-size-short:22px;--gform-theme-field-password-strength-indicator-inline-size-bad:37px;--gform-theme-field-password-strength-indicator-inline-size-good:46px;--gform-theme-field-password-strength-indicator-inline-size-strong:65px;--gform-theme-field-password-strength-indicator-inset-block-start:50%;--gform-theme-field-password-strength-indicator-inset-inline-start:0;--gform-theme-field-password-strength-indicator-position:absolute;--gform-theme-field-password-strength-indicator-transform:translateY(-50%);--gform-theme-field-password-strength-indicator-transition:var(--gform-theme-transition-control);--gform-theme-field-product-quantity-inline-size:150px;--gform-theme-field-product-quantity-margin-block-end:var(--gform-theme-field-row-gap);--gform-theme-field-product-price-color:var(--gform-theme-control-label-color-primary);--gform-theme-field-repeater-row-gap:var(--gform-theme-form-row-gap);--gform-theme-field-repeater-button-inline-gap:var(--gform-theme-form-col-gap);--gform-theme-field-repeater-separator-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-repeater-separator-size:1px;--gform-theme-field-repeater-nested-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-repeater-nested-border-size:1px;--gform-theme-field-repeater-nested-border-style:solid;--gform-theme-field-repeater-nested-padding-inline-start:20px;--gform-theme-field-section-border-color:var(--gform-theme-color-outside-control-light-darker);--gform-theme-field-section-border-style:solid;--gform-theme-field-section-border-width:1px;--gform-theme-field-section-padding-block-end:8px;--gform-theme-form-validation-background-color:rgba(var(--gform-theme-color-danger-rgb),0.03);--gform-theme-form-validation-border-color:rgba(var(--gform-theme-color-danger-rgb),0.25);--gform-theme-form-validation-border-width:1px;--gform-theme-form-validation-border-style:solid;--gform-theme-form-validation-border-radius:var(--gform-theme-control-border-radius-max-md);--gform-theme-form-validation-box-shadow:0 1px 4px rgba(18,25,97,.078);--gform-theme-form-validation-color:var(--gform-theme-color-danger);--gform-theme-form-validation-font-family:var(--gform-theme-font-family-primary);--gform-theme-form-validation-font-size:var(--gform-theme-font-size-primary);--gform-theme-form-validation-gap:8px;--gform-theme-form-validation-line-height:1.43;--gform-theme-form-validation-margin-block:0 var(--gform-theme-form-row-gap);--gform-theme-form-validation-padding-block:20px;--gform-theme-form-validation-padding-inline:16px;--gform-theme-form-validation-heading-color:var(--gform-theme-form-validation-color);--gform-theme-form-validation-heading-font-family:var(--gform-theme-form-validation-font-family);--gform-theme-form-validation-heading-font-size:var(--gform-theme-form-validation-font-size);--gform-theme-form-validation-heading-font-weight:500;--gform-theme-form-validation-heading-line-height:var(--gform-theme-form-validation-line-height);--gform-theme-form-validation-heading-gap:12px;--gform-theme-form-validation-heading-icon-background-color:rgba(var(--gform-theme-color-danger-rgb),0.05);--gform-theme-form-validation-heading-icon-border-color:var(--gform-theme-form-validation-border-color);--gform-theme-form-validation-heading-icon-border-width:2px;--gform-theme-form-validation-heading-icon-border-style:var(--gform-theme-form-validation-border-style);--gform-theme-form-validation-heading-icon-border-radius:50%;--gform-theme-form-validation-heading-icon-color:var(--gform-theme-form-validation-heading-color);--gform-theme-form-validation-heading-icon-font-size:18px;--gform-theme-form-validation-heading-icon-size:20px;--gform-theme-form-validation-summary-block-start:4px;--gform-theme-form-validation-summary-color:var(--gform-theme-form-validation-color);--gform-theme-form-validation-summary-font-family:var(--gform-theme-form-validation-font-family);--gform-theme-form-validation-summary-font-size:var(--gform-theme-form-validation-font-size);--gform-theme-form-validation-summary-font-weight:400;--gform-theme-form-validation-summary-line-height:var(--gform-theme-form-validation-line-height);--gform-theme-form-validation-summary-padding-inline:48px;--gform-theme-form-validation-summary-item-link-text-decoration:underline;--gform-theme-form-spinner-foreground-color:var(--gform-theme-color-primary);--gform-theme-form-spinner-background-color:rgba(var(--gform-theme-color-primary-rgb),0.1)}.gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) - :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework :after,.gform-theme--framework :before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol,.gform-theme--framework ul{list-style:none}.gform-theme--framework img{max-width:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework input[type=checkbox]:before,.gform-theme--framework input[type=radio]:before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]:after,.gform-theme--framework input[type=radio]:after{content:none}@font-face{font-display:block;font-family:gform-icons-orbital;font-style:normal;font-weight:400;src:url(../../../fonts/gform-icons-orbital.woff2?a4fc9t) format("woff2"),url(../../../fonts/gform-icons-orbital.ttf?a4fc9t) format("truetype"),url(../../../fonts/gform-icons-orbital.woff?a4fc9t) format("woff"),url(../../../fonts/gform-icons-orbital.svg?a4fc9t#gform-icons-orbital) format("svg")}.gform-orbital-icon{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--gform-theme-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.gform-theme--framework ::-moz-placeholder{color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework ::placeholder{color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text],.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single,.gform-theme--framework .gform-theme-field-control,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework select,.gform-theme--framework select[multiple],.gform-theme--framework textarea,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)),.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)){--gform-theme-local-appearance:var(--gform-theme-control-appearance);--gform-theme-local-background-color:var(--gform-theme-control-background-color);--gform-theme-local-block-size:var(--gform-theme-control-size);--gform-theme-local-border-radius:var(--gform-theme-control-border-radius);--gform-theme-local-border-color:var(--gform-theme-control-border-color);--gform-theme-local-border-width:var(--gform-theme-control-border-width);--gform-theme-local-border-style:var(--gform-theme-control-border-style);--gform-theme-local-border-block-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-block-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow);--gform-theme-local-color:var(--gform-theme-control-color);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-font-family);--gform-theme-local-font-size:var(--gform-theme-control-font-size);--gform-theme-local-font-style:var(--gform-theme-control-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-font-weight);--gform-theme-local-inline-size:100%;--gform-theme-local-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-line-height);--gform-theme-local-min-block-size:auto;--gform-theme-local-outline:var(--gform-theme-control-outline);--gform-theme-local-outline-offset:var(--gform-theme-control-outline-offset);--gform-theme-local-padding-inline:var(--gform-theme-control-padding-inline);--gform-theme-local-padding-block:var(--gform-theme-control-padding-block);--gform-theme-local-transition:var(--gform-theme-control-transition);-webkit-border-after:var(--gform-theme-local-border-block-end);-webkit-border-before:var(--gform-theme-local-border-block-start);-webkit-border-end:var(--gform-theme-local-border-inline-end);-webkit-border-start:var(--gform-theme-local-border-inline-start);-webkit-appearance:var(--gform-theme-local-appearance);-moz-appearance:var(--gform-theme-local-appearance);appearance:var(--gform-theme-local-appearance);background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-local-block-size);border-block-end:var(--gform-theme-local-border-block-end);border-block-start:var(--gform-theme-local-border-block-start);border-inline-end:var(--gform-theme-local-border-inline-end);border-inline-start:var(--gform-theme-local-border-inline-start);border-radius:var(--gform-theme-local-border-radius);box-shadow:var(--gform-theme-local-box-shadow);color:var(--gform-theme-local-color);display:var(--gform-theme-local-display);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);inline-size:var(--gform-theme-local-inline-size);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);margin-block:0;margin-inline:0;min-block-size:var(--gform-theme-local-min-block-size);outline:var(--gform-theme-local-outline);outline-offset:var(--gform-theme-local-outline-offset);padding-block:var(--gform-theme-local-padding-block);padding-inline:var(--gform-theme-local-padding-inline);transition:var(--gform-theme-local-transition)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text] .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:hover,.gform-theme--framework .gform-theme-field-control .gform-theme-field-control--hover,.gform-theme--framework .gform-theme-field-control:hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])) .gform-theme-field-control--hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):hover,.gform-theme--framework select .gform-theme-field-control--hover,.gform-theme--framework select:hover,.gform-theme--framework select[multiple] .gform-theme-field-control--hover,.gform-theme--framework select[multiple]:hover,.gform-theme--framework textarea .gform-theme-field-control--hover,.gform-theme--framework textarea:hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover{--gform-theme-local-background-color:var(--gform-theme-control-background-color-hover);--gform-theme-local-border-color:var(--gform-theme-control-border-color-hover);--gform-theme-local-color:var(--gform-theme-control-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text] .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:focus,.gform-theme--framework .gform-theme-field-control .gform-theme-field-control--focus,.gform-theme--framework .gform-theme-field-control:focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])) .gform-theme-field-control--focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):focus,.gform-theme--framework select .gform-theme-field-control--focus,.gform-theme--framework select:focus,.gform-theme--framework select[multiple] .gform-theme-field-control--focus,.gform-theme--framework select[multiple]:focus,.gform-theme--framework textarea .gform-theme-field-control--focus,.gform-theme--framework textarea:focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus{--gform-theme-local-background-color:var(--gform-theme-control-background-color-focus);--gform-theme-local-border-color:var(--gform-theme-control-border-color-focus);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text] .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:disabled,.gform-theme--framework .gform-theme-field-control .gform-theme-field-control--disabled,.gform-theme--framework .gform-theme-field-control:disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])) .gform-theme-field-control--disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):disabled,.gform-theme--framework select .gform-theme-field-control--disabled,.gform-theme--framework select:disabled,.gform-theme--framework select[multiple] .gform-theme-field-control--disabled,.gform-theme--framework select[multiple]:disabled,.gform-theme--framework textarea .gform-theme-field-control--disabled,.gform-theme--framework textarea:disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled{--gform-theme-local-background-color:var(--gform-theme-control-background-color-disabled);--gform-theme-local-border-color:var(--gform-theme-control-border-color-disabled);--gform-theme-local-color:var(--gform-theme-control-color-disabled)}.gform-theme--framework .gfield_error .gform-theme-field-control,.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework .gfield_error select,.gform-theme--framework .gfield_error select[multiple],.gform-theme--framework .gfield_error textarea{--gform-theme-local-background-color:var(--gform-theme-control-background-color-error);--gform-theme-local-border-color:var(--gform-theme-control-border-color-error);--gform-theme-local-color:var(--gform-theme-control-color-error)}.gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework .gform-field--size-sm select,.gform-theme--framework .gform-field--size-sm select[multiple],.gform-theme--framework .gform-field--size-sm textarea{--gform-theme-local-block-size:var(--gform-theme-control-size-sm);--gform-theme-local-line-height:var(--gform-theme-control-size-sm)}.gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework .gform-field--size-md select,.gform-theme--framework .gform-field--size-md select[multiple],.gform-theme--framework .gform-field--size-md textarea{--gform-theme-local-block-size:var(--gform-theme-control-size-md);--gform-theme-local-line-height:var(--gform-theme-control-size-md)}.gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework .gform-field--size-lg select,.gform-theme--framework .gform-field--size-lg select[multiple],.gform-theme--framework .gform-field--size-lg textarea{--gform-theme-local-block-size:var(--gform-theme-control-size-lg);--gform-theme-local-line-height:var(--gform-theme-control-size-lg)}.gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type=hidden])),.gform-theme--framework .gform-field--size-xl select,.gform-theme--framework .gform-field--size-xl select[multiple],.gform-theme--framework .gform-field--size-xl textarea{--gform-theme-local-block-size:var(--gform-theme-control-size-xl);--gform-theme-local-line-height:var(--gform-theme-control-size-xl)}.gform-theme--framework input[type].gform-text-input-reset{--gform-theme-local-block-size:auto;--gform-theme-local-color:var(--gform-theme-control-readonly-color);--gform-theme-local-font-family:var(--gform-theme-control-readonly-font-family);--gform-theme-local-font-size:var(--gform-theme-control-readonly-font-size);--gform-theme-local-font-style:var(--gform-theme-control-readonly-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-readonly-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-control-readonly-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-readonly-line-height);block-size:var(--gform-theme-local-block-size);color:var(--gform-theme-local-color);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height)}.gform-theme--framework input[type=number]::-webkit-inner-spin-button,.gform-theme--framework input[type=number]::-webkit-outer-spin-button{opacity:var(--gform-theme-control-number-spin-button-opacity)}.gform-theme--framework input[type=number]::-webkit-inner-spin-button{-webkit-appearance:var(--gform-theme-control-number-spin-button-appearance);appearance:var(--gform-theme-control-number-spin-button-appearance);background-image:var(--gform-theme-icon-control-number);background-position:var(--gform-theme-control-number-spin-button-background-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-number-spin-button-background-size);cursor:pointer;width:var(--gform-theme-control-number-spin-button-inline-size)}.gform-theme--framework textarea{--gform-theme-local-border-radius:var(--gform-theme-control-textarea-border-radius);--gform-theme-local-block-size:var(--gform-theme-control-textarea-block-size);--gform-theme-local-line-height:var(--gform-theme-control-textarea-line-height);--gform-theme-local-padding-block:var(--gform-theme-control-textarea-padding-block);resize:var(--gform-theme-control-textarea-resize)}.gform-theme--framework .wp-editor-container{border:var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-control-border-color);border-radius:var(--gform-theme-control-textarea-border-radius);overflow:hidden}.gform-theme--framework input[type=checkbox],.gform-theme--framework input[type=radio]{--gform-theme-local-block-size:var(--gform-theme-control-choice-size);--gform-theme-local-display:inline-grid;--gform-theme-local-inline-size:var(--gform-theme-control-choice-size);--gform-theme-local-line-height:var(--gform-theme-control-choice-size);--gform-theme-local-padding-block:0;--gform-theme-local-padding-inline:0;accent-color:var(--gform-theme-control-accent-color);align-content:center;justify-content:center;opacity:1;place-content:center}.gform-theme--framework input[type=checkbox]:before,.gform-theme--framework input[type=radio]:before{opacity:0}.gform-theme--framework input[type=checkbox]:checked:before,.gform-theme--framework input[type=radio]:checked:before{opacity:1}.gform-theme--framework .gform-field--size-sm input[type=checkbox],.gform-theme--framework .gform-field--size-sm input[type=radio]{--gform-theme-local-block-size:var(--gform-theme-control-choice-size-sm);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-sm);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-sm)}.gform-theme--framework .gform-field--size-md input[type=checkbox],.gform-theme--framework .gform-field--size-md input[type=radio]{--gform-theme-local-block-size:var(--gform-theme-control-choice-size-md);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-md);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-md)}.gform-theme--framework .gform-field--size-lg input[type=checkbox],.gform-theme--framework .gform-field--size-lg input[type=radio]{--gform-theme-local-block-size:var(--gform-theme-control-choice-size-lg);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-lg);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=checkbox],.gform-theme--framework .gform-field--size-xl input[type=radio]{--gform-theme-local-block-size:var(--gform-theme-control-choice-size-xl);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-xl);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-xl)}.gform-theme--framework input[type=checkbox]{--gform-theme-local-border-radius:var(--gform-theme-control-checkbox-check-border-radius)}.gform-theme--framework input[type=checkbox]:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-control-choice-check-color);content:var(--gform-theme-icon-control-checkbox);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-checkbox-check-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-theme--framework input[type=checkbox]:disabled:before{color:var(--gform-theme-control-choice-check-color-disabled)}.gform-theme--framework .gform-field--size-sm input[type=checkbox]:before{font-size:var(--gform-theme-control-checkbox-check-size-sm)}.gform-theme--framework .gform-field--size-md input[type=checkbox]:before{font-size:var(--gform-theme-control-checkbox-check-size-md)}.gform-theme--framework .gform-field--size-lg input[type=checkbox]:before{font-size:var(--gform-theme-control-checkbox-check-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=checkbox]:before{font-size:var(--gform-theme-control-checkbox-check-size-xl)}.gform-theme--framework input[type=radio]{--gform-theme-local-border-radius:var(--gform-theme-control-radio-check-border-radius)}.gform-theme--framework input[type=radio]:before{background-color:var(--gform-theme-control-choice-check-color);block-size:var(--gform-theme-control-radio-check-size);border-radius:var(--gform-theme-control-radio-check-border-radius);content:var(--gform-theme-control-radio-check-content);inline-size:var(--gform-theme-control-radio-check-size)}.gform-theme--framework input[type=radio]:disabled:before{background-color:var(--gform-theme-control-choice-check-color-disabled)}.gform-theme--framework .gform-field--size-sm input[type=radio]:before{block-size:var(--gform-theme-control-radio-check-size-sm);inline-size:var(--gform-theme-control-radio-check-size-sm)}.gform-theme--framework .gform-field--size-md input[type=radio]:before{block-size:var(--gform-theme-control-radio-check-size-md);inline-size:var(--gform-theme-control-radio-check-size-md)}.gform-theme--framework .gform-field--size-lg input[type=radio]:before{block-size:var(--gform-theme-control-radio-check-size-lg);inline-size:var(--gform-theme-control-radio-check-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=radio]:before{block-size:var(--gform-theme-control-radio-check-size-xl);inline-size:var(--gform-theme-control-radio-check-size-xl)}.gform-theme--framework select:where(:not([multiple])){--gform-theme-local-padding-inline:var(--gform-theme-control-select-padding-inline);background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size)}.gform-theme--framework select::-ms-expand{display:var(--gform-theme-control-select-ms-expand)}.gform-theme--framework select[multiple]{--gform-theme-local-block-size:var(--gform-theme-control-multiselect-block-size);--gform-theme-local-border-radius:var(--gform-theme-control-multiselect-border-radius);--gform-theme-local-line-height:var(--gform-theme-control-multiselect-line-height);--gform-theme-local-padding-block:var(--gform-theme-control-multiselect-padding-block);overflow-y:auto}.gform-theme--framework select[multiple] option:checked{background:var(--gform-theme-color-inside-control-light)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{-webkit-margin-end:var(--gform-theme-control-select-search-icon-size);margin-inline-end:var(--gform-theme-control-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--gform-theme-local-background-color:var(--gform-theme-control-background-color-focus);--gform-theme-local-border-color:var(--gform-theme-control-border-color-focus);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gform-theme-control-border-radius);border-bottom-right-radius:var(--gform-theme-control-border-radius);border-color:var(--gform-theme-control-border-color-focus);box-shadow:var(--gform-theme-control-box-shadow-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gform-theme-padding-block) 0;padding-inline:var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gform-theme-local-block-size:var(--gform-theme-control-size-md);--gform-theme-local-padding-inline:var(--gform-theme-control-select-search-padding-inline);background-image:var(--gform-theme-icon-control-search)!important;background-position:var(--gform-theme-control-select-search-icon-position);background-size:var(--gform-theme-control-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gform-theme-local-block-size:auto;--gform-theme-local-border-radius:var(--gform-theme-control-multiselect-border-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gform-theme-control-border-color-focus);box-shadow:var(--gform-theme-control-box-shadow-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:none;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gform-theme-padding-block)/2);min-height:calc(var(--gform-theme-control-size) - 2px);padding-block:4px;padding-inline:var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gform-theme-control-color-focus);font-family:var(--gform-theme-control-font-family);font-size:var(--gform-theme-control-font-size);font-style:var(--gform-theme-control-font-style);font-weight:var(--gform-theme-control-font-weight);letter-spacing:var(--gform-theme-control-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:none;background-color:var(--gform-theme-control-multiselect-selected-item-background-color);border:none;border-radius:var(--gform-theme-control-multiselect-selected-item-border-radius);box-shadow:none;color:var(--gform-theme-control-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gform-theme-control-multiselect-selected-item-font-size);font-weight:var(--gform-theme-control-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-padding-inline)*1.25 + var(--gform-theme-control-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:none;height:var(--gform-theme-control-multiselect-close-icon-size);inset-block-start:var(--gform-theme-control-multiselect-close-icon-inset-block-start);inset-inline-end:var(--gform-theme-control-multiselect-close-icon-inset-inline-end);opacity:70%;transition:var(--gform-theme-local-transition);width:var(--gform-theme-control-multiselect-close-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-control-multiselect-selected-item-remove-icon-color);content:var(--gform-theme-icon-control-cancel);display:inline-block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-multiselect-close-icon-size);font-style:normal;font-variant:normal;font-weight:400;height:100%;line-height:1;text-transform:none;width:100%}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gform-theme-control-background-color);border:var(--gform-theme-control-select-dropdown-border-color);border-radius:var(--gform-theme-control-select-dropdown-border-radius);box-shadow:var(--gform-theme-control-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gform-theme-padding-block);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gform-theme-control-color);padding:var(--gform-theme-padding-block) var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:none;background-color:var(--gform-theme-control-select-dropdown-option-background-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:none;background-color:var(--gform-theme-control-select-dropdown-option-background-color-hover);box-shadow:var(--gform-theme-control-select-dropdown-option-box-shadow-hover)}.gform-theme--framework .gfield_list_group_item:before,.gform-theme--framework .gform-field-label{--gform-theme-local-color:var(--gform-theme-control-label-color-primary);--gform-theme-local-display:flex;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-primary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-primary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-primary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-primary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-primary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-primary);--gform-theme-local-margin-block:0;--gform-theme-local-margin-inline:0;color:var(--gform-theme-local-color);display:var(--gform-theme-local-display);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);margin-block:var(--gform-theme-local-margin-block);margin-inline:var(--gform-theme-local-margin-inline)}.gform-theme--framework .gform-field-label--type-inline{--gform-theme-local-color:var(--gform-theme-control-label-color-secondary);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-secondary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-secondary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-secondary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-secondary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-secondary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-secondary)}.gform-theme--framework .gform-field-label--type-sub{--gform-theme-local-color:var(--gform-theme-control-label-color-tertiary);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-tertiary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-tertiary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-tertiary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-tertiary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-tertiary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large{--gform-theme-local-color:var(--gform-theme-control-label-color-quaternary);--gform-theme-local-display:inline-block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-quaternary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-quaternary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-quaternary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-quaternary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-quaternary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-quaternary)}.gform-theme--framework .gform-field-label>.gfield_required{color:var(--gform-theme-control-label-color-required);display:inline-block;font-family:var(--gform-theme-control-label-font-family-required);font-size:var(--gform-theme-control-label-font-size-required);font-style:var(--gform-theme-control-label-font-style-required);font-weight:var(--gform-theme-control-label-font-weight-required);letter-spacing:var(--gform-theme-control-label-letter-spacing-required);line-height:var(--gform-theme-control-label-line-height-required)}.gform-theme--framework .gfield_description{--gform-theme-local-color:var(--gform-theme-control-description-color);--gform-theme-local-font-family:var(--gform-theme-control-description-font-family);--gform-theme-local-font-size:var(--gform-theme-control-description-font-size);--gform-theme-local-font-style:var(--gform-theme-control-description-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-description-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-control-description-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-description-line-height);color:var(--gform-theme-local-color);display:block;font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height)}.gform-theme--framework .gfield_validation_message{--gform-theme-local-color:var(--gform-theme-control-description-color-error);--gform-theme-local-font-family:var(--gform-theme-control-description-font-family-error);--gform-theme-local-font-size:var(--gform-theme-control-description-font-size-error);--gform-theme-local-font-style:var(--gform-theme-control-description-font-style-error);--gform-theme-local-font-weight:var(--gform-theme-control-description-font-weight-error);--gform-theme-local-letter-spacing:var(--gform-theme-control-description-letter-spacing-error);--gform-theme-local-line-height:var(--gform-theme-control-description-line-height-error)}.gform-theme--framework .gfield_consent_description{border:var(--gform-theme-control-description-border-width-consent) var(--gform-theme-control-description-border-style-consent) var(--gform-theme-control-description-border-color-consent);max-height:var(--gform-theme-control-description-max-height-consent);overflow-y:auto;padding:16px}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)),.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)){--gform-theme-local-block-size:auto;--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-primary);--gform-theme-local-border-radius:var(--gform-theme-control-button-border-radius);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-primary);--gform-theme-local-border-style:var(--gform-theme-control-button-border-style-primary);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-primary);--gform-theme-local-border-block-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-block-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow);--gform-theme-local-color:var(--gform-theme-control-button-color-primary);--gform-theme-local-column-gap:var(--gform-theme-control-button-icon-gap);--gform-theme-local-cursor:pointer;--gform-theme-local-display:inline-flex;--gform-theme-local-font-style:var(--gform-theme-control-button-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-button-font-weight);--gform-theme-local-font-size:var(--gform-theme-control-button-font-size);--gform-theme-local-font-family:var(--gform-theme-control-button-font-family);--gform-theme-local-inline-size:auto;--gform-theme-local-letter-spacing:var(--gform-theme-control-button-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-button-line-height);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size);--gform-theme-local-min-inline-size:auto;--gform-theme-local-opacity:var(--gform-theme-control-button-opacity);--gform-theme-local-padding-block:var(--gform-theme-control-button-padding-block);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline);--gform-theme-local-text-decoration:var(--gform-theme-control-button-text-decoration);--gform-theme-local-text-transform:var(--gform-theme-control-button-text-transform);align-items:center;-moz-column-gap:var(--gform-theme-local-column-gap);column-gap:var(--gform-theme-local-column-gap);cursor:var(--gform-theme-local-cursor);justify-content:center;min-inline-size:var(--gform-theme-local-min-inline-size);opacity:var(--gform-theme-local-opacity);text-align:center;-webkit-text-decoration:var(--gform-theme-local-text-decoration);text-decoration:var(--gform-theme-local-text-decoration);text-transform:var(--gform-theme-local-text-transform);vertical-align:top}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-primary);--gform-theme-local-content:var(--gform-theme-control-button-icon);--gform-theme-local-font-size:var(--gform-theme-control-button-icon-font-size);--gform-theme-local-transition:var(--gform-theme-control-button-transition);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-local-color);content:var(--gform-theme-local-content);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-local-font-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;transition:var(--gform-theme-local-transition)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-hover);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-disabled);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-primary);--gform-theme-local-cursor:default;--gform-theme-local-opacity:var(--gform-theme-control-button-opacity-disabled)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-secondary);--gform-theme-local-border-style:var(--gform-theme-control-button-border-style-secondary);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--secondary:disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-simple);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-simple);--gform-theme-local-column-gap:0;--gform-theme-local-line-height:var(--gform-theme-control-button-size-simple);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-simple);--gform-theme-local-min-inline-size:var(--gform-theme-control-button-size-simple);--gform-theme-local-padding-block:0;--gform-theme-local-padding-inline:0}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-hover-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-focus-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-disabled-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--simple:disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xs{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-xs);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-xs);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-xs)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-sm{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-sm);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-sm);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-sm)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-md{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-md);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-md);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-md)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-lg{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-lg);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-lg);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-lg)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)).gform-theme-button--size-xl{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-xl);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-xl);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-xl)}.gform-theme--framework input[type=file]{--gform-theme-local-padding-inline:var(--gform-theme-control-file-padding-inline);text-overflow:ellipsis;white-space:nowrap}.gform-theme--framework input[type=file]:hover::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-hover);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-hover);--gform-theme-local-color:var(--gform-theme-control-file-button-color-hover)}.gform-theme--framework input[type=file]:focus::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-focus);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-focus);--gform-theme-local-color:var(--gform-theme-control-file-button-color-focus)}.gform-theme--framework input[type=file]:disabled::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-disabled);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-disabled);--gform-theme-local-color:var(--gform-theme-control-file-button-color-disabled)}.gform-theme--framework input[type=file]::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-local-border-inline-end-style:var(--gform-theme-control-file-button-border-inline-end-style);--gform-theme-local-border-inline-end-width:var(--gform-theme-control-file-button-border-inline-end-width);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color);--gform-theme-local-color:var(--gform-theme-control-file-button-color);-webkit-border-end:var(--gform-theme-local-border-inline-end);background-color:var(--gform-theme-local-background-color);block-size:100%;border:0;border-end-start-radius:var(--gform-theme-control-file-button-border-radius);border-inline-end:var(--gform-theme-local-border-inline-end);border-start-start-radius:var(--gform-theme-control-file-button-border-radius);color:var(--gform-theme-local-color);font-family:var(--gform-theme-control-file-button-font-family);font-size:var(--gform-theme-control-file-button-font-size);font-style:var(--gform-theme-control-file-button-font-style);font-weight:var(--gform-theme-control-file-button-font-weight);inset-block-start:calc(var(--gform-theme-control-border-width)*-1);letter-spacing:var(--gform-theme-control-file-button-letter-spacing);line-height:var(--gform-theme-control-file-button-line-height);margin-inline:var(--gform-theme-control-file-button-margin-inline);padding-block:0;padding-inline:var(--gform-theme-control-file-button-padding-inline);position:relative;-webkit-text-decoration:var(--gform-theme-control-file-button-text-decoration);text-decoration:var(--gform-theme-control-file-button-text-decoration);text-transform:var(--gform-theme-control-file-button-text-transform);transition:var(--gform-theme-control-file-button-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area{--gform-theme-local-block-size:var(--gform-theme-control-file-drop-area-block-size);--gform-theme-local-border-radius:var(--gform-theme-control-file-drop-area-border-radius);--gform-theme-local-border-style:var(--gform-theme-control-file-drop-area-border-style);--gform-theme-local-color:var(--gform-theme-control-file-drop-area-color);--gform-theme-local-font-weight:var(--gform-theme-control-file-drop-area-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-file-drop-area-line-height);--gform-theme-local-padding-inline:var(--gform-theme-control-file-drop-area-padding-inline);--gform-theme-local-padding-block:var(--gform-theme-control-file-drop-area-padding-block)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-margin-after:var(--gform-theme-control-file-drop-area-icon-margin-block-end);color:var(--gform-theme-control-file-drop-area-icon-color);content:var(--gform-theme-icon-control-file-upload);display:block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-file-drop-area-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-block-end:var(--gform-theme-control-file-drop-area-icon-margin-block-end);text-transform:none}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions{-webkit-margin-after:var(--gform-theme-control-file-drop-area-instructions-margin-block-end);margin-block-end:var(--gform-theme-control-file-drop-area-instructions-margin-block-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list{-webkit-margin-before:var(--gform-theme-control-file-preview-area-margin-block-start);display:flex;flex-direction:column;gap:var(--gform-theme-control-file-preview-area-gap);margin-block-start:var(--gform-theme-control-file-preview-area-margin-block-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list:empty{-webkit-margin-before:0;margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gform-theme-control-file-preview-file-font-family);font-size:var(--gform-theme-control-file-preview-file-font-size);font-style:var(--gform-theme-control-file-preview-file-font-style);font-weight:var(--gform-theme-control-file-preview-file-font-weight);gap:var(--gform-theme-control-file-preview-file-gap);letter-spacing:var(--gform-theme-control-file-preview-file-letter-spacing);line-height:var(--gform-theme-control-file-preview-file-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{-webkit-padding-end:var(--gform-theme-control-file-preview-file-name-padding-inline-end);color:var(--gform-theme-control-file-preview-file-name-color);line-height:var(--gform-theme-control-file-preview-file-name-line-height);overflow:var(--gform-theme-control-file-preview-file-name-overflow);padding-inline-end:var(--gform-theme-control-file-preview-file-name-padding-inline-end);text-overflow:var(--gform-theme-control-file-preview-file-name-text-overflow);white-space:var(--gform-theme-control-file-preview-file-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize{color:var(--gform-theme-control-file-preview-file-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gform-theme-control-file-upload-progress-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;block-size:var(--gform-theme-control-file-upload-progress-button-icon-size);color:var(--gform-theme-control-file-upload-progress-button-icon-color-complete);content:var(--gform-theme-icon-control-file-upload-completed);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-file-upload-progress-button-icon-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-control-file-upload-progress-button-icon-size);line-height:1;min-inline-size:var(--gform-theme-control-file-upload-progress-button-icon-size);opacity:0;text-transform:none}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress_complete:after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gform-theme-control-file-upload-progress-bar-block-size);border-radius:var(--gform-theme-control-file-upload-progress-bar-border-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gform-theme-control-file-upload-progress-bar-background-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gform-theme-control-file-upload-progress-bar-background-color-loading);inline-size:1%;position:absolute;transition:var(--gform-theme-control-file-upload-progress-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent{color:var(--gform-theme-control-file-upload-progress-text-color);font-size:var(--gform-theme-control-file-upload-progress-text-font-size);min-inline-size:var(--gform-theme-control-file-upload-progress-text-min-inline-size)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file{inset-block-start:var(--gform-theme-control-file-upload-progress-button-inset-block-start);inset-inline-end:var(--gform-theme-control-file-upload-progress-button-inset-inline-end);position:var(--gform-theme-control-file-upload-progress-button-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file .dashicons:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-file-upload-remove)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel{--gform-theme-local-font-size:var(--gform-theme-control-file-upload-progress-button-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-file-upload-cancel)}.gform-theme--framework.ui-datepicker{-webkit-margin-before:var(--gform-theme-control-date-datepicker-margin-block-start);background-color:var(--gform-theme-control-date-datepicker-background-color);border-radius:var(--gform-theme-control-date-datepicker-border-radius);box-shadow:var(--gform-theme-control-date-datepicker-box-shadow);display:none;inline-size:var(--gform-theme-control-date-datepicker-inline-size);margin-block-start:var(--gform-theme-control-date-datepicker-margin-block-start);padding-block:var(--gform-theme-control-date-datepicker-padding-block);padding-inline:var(--gform-theme-control-date-datepicker-padding-inline)}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gform-theme-control-date-datepicker-header-icons-inline-size);inset:unset;justify-content:center;position:relative}.gform-theme--framework.ui-datepicker .ui-datepicker-next:before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev:before{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-header-icons-color);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;border:none;color:var(--gform-theme-local-color);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-date-datepicker-header-icons-font-size);font-style:normal;font-variant:normal;font-weight:400;inset:unset;line-height:1;text-transform:none;transform:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-prev:before{content:var(--gform-theme-icon-control-datepicker-left)}.gform-theme--framework.ui-datepicker .ui-datepicker-next{order:1}.gform-theme--framework.ui-datepicker .ui-datepicker-next:before{content:var(--gform-theme-icon-control-datepicker-right)}.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover:before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover:before{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-header-icons-color-hover)}.gform-theme--framework.ui-datepicker .ui-datepicker-title{align-items:center;color:var(--gform-theme-control-date-datepicker-title-color);display:flex;flex:auto;font-size:var(--gform-theme-control-date-datepicker-title-font-size);font-weight:var(--gform-theme-control-date-datepicker-title-font-weight);gap:8px;line-height:var(--gform-theme-control-date-datepicker-title-line-height);margin-block:0;margin-inline:8px}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size);box-shadow:var(--gform-theme-local-box-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gform-theme-local-padding-inline);text-align:var(--gform-theme-control-date-datepicker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{-webkit-margin-after:0;-webkit-margin-before:16px;margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-color);block-size:40px;color:var(--gform-theme-local-color);font-size:var(--gform-theme-local-font-size);font-weight:var(--gform-theme-local-font-weight);line-height:var(--gform-theme-local-line-height);padding-block:var(--gform-theme-control-date-datepicker-table-cell-padding);padding-inline:var(--gform-theme-control-date-datepicker-table-cell-padding)}.gform-theme--framework.ui-datepicker table th{--gform-theme-local-block-size:var(--gform-theme-control-date-datepicker-table-head-cell-block-size);--gform-theme-local-font-size:var(--gform-theme-control-date-datepicker-table-head-cell-font-size);--gform-theme-local-font-weight:var(--gform-theme-control-date-datepicker-table-head-cell-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-date-datepicker-table-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{--gform-theme-local-block-size:var(--gform-theme-control-date-datepicker-table-cell-block-size);--gform-theme-local-font-size:var(--gform-theme-control-date-datepicker-table-cell-font-size);--gform-theme-local-font-weight:var(--gform-theme-control-date-datepicker-table-cell-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-date-datepicker-table-cell-line-height)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gform-theme-local-background-color:transparent;--gform-theme-local-border:0;--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color);align-items:center;background-color:var(--gform-theme-local-background-color);block-size:100%;border:var(--gform-theme-local-border);border-radius:var(--gform-theme-control-date-datepicker-table-cell-content-border-radius);color:var(--gform-theme-local-color);display:flex;inline-size:100%;justify-content:center;text-decoration:none}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus{--gform-theme-local-border:var(--gform-theme-control-date-datepicker-table-cell-content-border)}.gform-theme--framework.ui-datepicker table .ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-selected);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gform-theme-control-select-icon-position)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{transform:none}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{content:var(--gform-theme-icon-control-datepicker-right)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before{content:var(--gform-theme-icon-control-datepicker-left)}.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)){line-height:1}.gform-theme--framework .gfield--type-address .copy_values_option_container{display:inline-grid;gap:var(--gform-theme-field-choice-meta-spacing) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto}.gform-theme--framework .gfield--type-address .copy_values_option_container+.ginput_container_address{-webkit-margin-before:var(--gform-theme-field-row-gap);margin-block-start:var(--gform-theme-field-row-gap)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gform-theme-field-choice-spacing)}.gform-theme--framework .gfield--type-choice .gfield_checkbox>:last-child:where(:not(.gchoice)),.gform-theme--framework .gfield--type-choice .gfield_radio>:last-child:where(:not(.gchoice)){-webkit-margin-before:var(--gform-theme-field-choice-meta-margin-block-start);align-self:self-start;margin-block-start:var(--gform-theme-field-choice-meta-margin-block-start)}.gform-theme--framework .gfield--type-choice .gchoice,.gform-theme--framework .gfield--type-choice .ginput_container_consent{display:inline-grid;gap:var(--gform-theme-field-choice-meta-spacing) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto}.gform-theme--framework .gfield--type-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gform-theme-local-inline-size:auto;grid-column:span 2;max-inline-size:var(--gform-theme-field-choice-other-control-max-inline-size)}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gform-theme-local-inline-size:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img.ui-datepicker-trigger{display:none}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after{--gform-theme-local-color:var(--gform-theme-field-date-icon-color);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-margin-start:calc(var(--gform-theme-control-padding-inline)*-1);color:var(--gform-theme-local-color);content:var(--gform-theme-icon-control-datepicker);display:inline-block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inset-block-start:0;inset-inline-start:0;line-height:1;margin-inline-start:calc(var(--gform-theme-control-padding-inline)*-1);pointer-events:none;text-transform:none;transform:translateX(-100%)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after{order:1;transform:translateX(100%)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus:after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:hover:after{--gform-theme-local-color:var(--gform-theme-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger{-webkit-margin-start:calc(var(--gform-theme-control-padding-inline)*-1);margin-inline-start:calc(var(--gform-theme-control-padding-inline)*-1);max-block-size:var(--gform-theme-field-date-custom-icon-max-block-size);max-inline-size:var(--gform-theme-field-date-custom-icon-max-inline-size);transform:translateX(-100%)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger{order:1;transform:translateX(100%)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gform-theme-local-block-size:var(--gform-theme-field-list-button-size);--gform-theme-local-border-radius:var(--gform-theme-field-list-button-border-radius);--gform-theme-local-column-gap:0;--gform-theme-local-font-size:var(--gform-theme-field-list-button-font-size);--gform-theme-local-inline-size:var(--gform-theme-field-list-button-size);--gform-theme-local-letter-spacing:0;--gform-theme-local-line-height:1;--gform-theme-local-min-block-size:auto;--gform-theme-local-padding-block:var(--gform-theme-field-list-button-padding-block);--gform-theme-local-padding-inline:var(--gform-theme-field-list-button-padding-inline)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item:before{--gform-theme-local-content:var(--gform-theme-icon-control-list-item-add)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item:before{--gform-theme-local-content:var(--gform-theme-icon-control-list-item-remove)}.gform-theme--framework .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{-webkit-margin-after:var(--gform-theme-field-page-progress-margin-block-end);margin-block-end:var(--gform-theme-field-page-progress-margin-block-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gform-theme-local-color:var(--gform-theme-field-page-progress-color);--gform-theme-local-font-family:var(--gform-theme-field-page-progress-font-family);--gform-theme-local-font-size:var(--gform-theme-field-page-progress-font-size);--gform-theme-local-font-style:var(--gform-theme-field-page-progress-font-style);--gform-theme-local-font-weight:var(--gform-theme-field-page-progress-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-field-page-progress-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-field-page-progress-line-height);--gform-theme-local-text-transform:none;color:var(--gform-theme-local-color);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);text-transform:var(--gform-theme-local-text-transform)}.gform-theme--framework .gf_progressbar_title{-webkit-margin-after:var(--gform-theme-field-page-progress-title-margin-block-end);margin-block-end:var(--gform-theme-field-page-progress-title-margin-block-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gform-theme-field-page-progress-bar-background-color);border-radius:var(--gform-theme-field-page-progress-bar-border-radius)}.gform-theme--framework .gf_progressbar span{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gform-theme-field-page-progress-bar-block-size);border-radius:var(--gform-theme-field-page-progress-bar-border-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gform-theme-field-page-progress-bar-background-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gform-theme-field-page-progress-bar-background-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gform-theme-field-page-progress-bar-background-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gform-theme-field-page-progress-bar-background-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gform-theme-field-page-progress-bar-background-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gform-theme-field-page-progress-bar-background-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gform-theme-field-page-progress-bar-background-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gform-theme-field-page-progress-bar-background-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gform-theme-field-page-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gform-theme-local-text-transform:var(--gform-theme-field-page-progress-text-transform)}.gform-theme--framework .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color);--gform-theme-local-border:var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-radius:var(--gform-theme-field-page-steps-number-border-radius);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color);align-content:center;background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-field-page-steps-number-size);border:var(--gform-theme-local-border);border-radius:var(--gform-theme-local-border-radius);color:var(--gform-theme-local-color);display:inline-grid;inline-size:var(--gform-theme-field-page-steps-number-size);justify-content:center;min-inline-size:var(--gform-theme-field-page-steps-number-size);place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color-active);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color-active);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color-complete);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color-complete);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color-complete)}.gform-theme--framework .gf_step_completed .gf_step_number:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-content:center;background-color:var(--gform-theme-field-page-steps-number-background-color-complete);block-size:var(--gform-theme-field-page-steps-number-size);border:var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-field-page-steps-number-border-color-complete);border-radius:var(--gform-theme-field-page-steps-number-border-radius);color:var(--gform-theme-field-page-steps-number-color-complete);content:var(--gform-theme-icon-control-page-numbers-complete);display:inline-grid;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-field-page-steps-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-field-page-steps-number-size);inset-block-start:0;inset-inline-start:0;justify-content:center;line-height:1;place-content:center;position:absolute;text-transform:none}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:before{--gform-theme-local-color:var(--gform-theme-control-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility:before{--gform-theme-local-content:var(--gform-theme-icon-control-password-hidden)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before{--gform-theme-local-content:var(--gform-theme-icon-control-password-visible)}.gform-theme--framework .gfield_password_strength{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color);--gform-theme-local-border-style:var(--gform-theme-field-password-strength-border-style);--gform-theme-local-border-width:var(--gform-theme-field-password-strength-border-width);--gform-theme-local-border:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-color:var(--gform-theme-field-password-strength-color);-webkit-margin-before:var(--gform-theme-field-password-strength-margin-block-start);background-color:var(--gform-theme-local-background-color);border:var(--gform-theme-local-border);border-radius:var(--gform-theme-field-password-strength-border-radius);color:var(--gform-theme-local-color);font-family:var(--gform-theme-field-password-strength-font-family);font-size:var(--gform-theme-field-password-strength-font-size);font-style:var(--gform-theme-field-password-strength-font-style);font-weight:var(--gform-theme-field-password-strength-font-weight);letter-spacing:var(--gform-theme-field-password-strength-letter-spacing);line-height:var(--gform-theme-field-password-strength-line-height);margin-block-start:var(--gform-theme-field-password-strength-margin-block-start);padding-block:var(--gform-theme-field-password-strength-padding-block);padding-inline:var(--gform-theme-field-password-strength-padding-inline);position:relative;text-align:var(--gform-theme-field-password-strength-text-align);transition:var(--gform-theme-field-password-strength-transition)}.gform-theme--framework .gfield_password_strength:after,.gform-theme--framework .gfield_password_strength:before{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color);--gform-theme-local-block-size:var(--gform-theme-field-password-strength-indicator-block-size);--gform-theme-local-border-radius:var(--gform-theme-field-password-strength-indicator-border-radius);--gform-theme-local-content:var(--gform-theme-field-password-strength-indicator-content);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size);--gform-theme-local-inset-block-start:var(--gform-theme-field-password-strength-indicator-inset-block-start);--gform-theme-local-inset-inline-start:var(--gform-theme-field-password-strength-indicator-inset-inline-start);--gform-theme-local-position:var(--gform-theme-field-password-strength-indicator-position);--gform-theme-local-transform:var(--gform-theme-field-password-strength-indicator-transform);--gform-theme-local-transition:none;background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-local-block-size);border-radius:var(--gform-theme-local-border-radius);content:var(--gform-theme-local-content);display:var(--gform-theme-field-password-strength-indicator-display);inline-size:var(--gform-theme-local-inline-size);inset-block-start:var(--gform-theme-local-inset-block-start);inset-inline-start:var(--gform-theme-local-inset-inline-start);position:var(--gform-theme-local-position);transform:var(--gform-theme-local-transform);transition:var(--gform-theme-local-transition)}.gform-theme--framework .gfield_password_strength:after{--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-blank);--gform-theme-local-transition:var(--gform-theme-field-password-strength-indicator-transition)}.gform-theme--framework .gfield_password_strength.mismatch{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-mismatch);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-mismatch);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-mismatch)}.gform-theme--framework .gfield_password_strength.mismatch:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-mismatch);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-mismatch)}.gform-theme--framework .gfield_password_strength.short{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-short);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-short);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-short)}.gform-theme--framework .gfield_password_strength.short:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-short);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-short)}.gform-theme--framework .gfield_password_strength.bad{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-bad);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-bad);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-bad)}.gform-theme--framework .gfield_password_strength.bad:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-bad);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-bad)}.gform-theme--framework .gfield_password_strength.good{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-good);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-good);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-good)}.gform-theme--framework .gfield_password_strength.good:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-good);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-good)}.gform-theme--framework .gfield_password_strength.strong{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-strong);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-strong);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-strong)}.gform-theme--framework .gfield_password_strength.strong:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-strong);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-strong)}.gform-theme--framework .gfield--type-product .ginput_product_price{--gform-theme-local-color:var(--gform-theme-field-product-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gform-theme-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gform-theme-local-inline-size:var(--gform-theme-field-product-quantity-inline-size);-webkit-margin-after:var(--gform-theme-field-product-quantity-margin-block-end);margin-block-end:var(--gform-theme-field-product-quantity-margin-block-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child),.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{-webkit-margin-before:var(--gform-theme-field-repeater-row-gap);margin-block-start:var(--gform-theme-field-repeater-row-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{position:relative}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item:before{background-color:var(--gform-theme-field-repeater-separator-color);block-size:1px;content:"";display:block;inline-size:100%;inset-block-start:calc(0px - var(--gform-theme-field-repeater-row-gap)/2);position:absolute}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons{-webkit-margin-before:var(--gform-theme-form-footer-margin-block-start);margin-block-start:var(--gform-theme-form-footer-margin-block-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{-webkit-margin-end:var(--gform-theme-field-repeater-button-inline-gap);margin-inline-end:var(--gform-theme-field-repeater-button-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{-webkit-border-start:var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);-webkit-padding-start:var(--gform-theme-field-repeater-nested-padding-inline-start);border-inline-start:var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);border-inline-start-style:var(--gform-theme-field-repeater-nested-border-style);padding-inline-start:var(--gform-theme-field-repeater-nested-padding-inline-start)}.gform-theme--framework .gfield--type-section{-webkit-border-after:var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);-webkit-padding-after:var(--gform-theme-field-section-padding-block-end);border-block-end:var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);padding-block-end:var(--gform-theme-field-section-padding-block-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gform-theme-form-validation-background-color);border:var(--gform-theme-form-validation-border-width) var(--gform-theme-form-validation-border-style) var(--gform-theme-form-validation-border-color);border-radius:var(--gform-theme-form-validation-border-radius);box-shadow:var(--gform-theme-form-validation-box-shadow);display:flex;flex-direction:column;gap:var(--gform-theme-form-validation-gap);margin-block:var(--gform-theme-form-validation-margin-block);padding-block:var(--gform-theme-form-validation-padding-block);padding-inline:var(--gform-theme-form-validation-padding-inline)}.gform-theme--framework .gform_validation_errors .gform_submission_error{color:var(--gform-theme-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gform-theme-form-validation-heading-font-family);font-size:var(--gform-theme-form-validation-heading-font-size);font-weight:var(--gform-theme-form-validation-heading-font-weight);gap:var(--gform-theme-form-validation-heading-gap);line-height:var(--gform-theme-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-content:center;background-color:var(--gform-theme-form-validation-heading-icon-background-color);block-size:var(--gform-theme-form-validation-heading-icon-size);border-color:var(--gform-theme-form-validation-heading-icon-border-color);border-radius:var(--gform-theme-form-validation-heading-icon-border-radius);border-style:var(--gform-theme-form-validation-heading-icon-border-style);border-width:var(--gform-theme-form-validation-heading-icon-border-width);color:var(--gform-theme-form-validation-heading-icon-color);display:inline-grid;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-form-validation-heading-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-form-validation-heading-icon-size);justify-content:center;line-height:1;place-content:center;text-transform:none}.gform-theme--framework .gform_validation_errors .gform-icon:before{content:var(--gform-theme-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gform-theme-form-validation-summary-color);font-family:var(--gform-theme-form-validation-summary-font-family);font-size:var(--gform-theme-form-validation-summary-font-size);font-weight:var(--gform-theme-form-validation-summary-font-weight);line-height:var(--gform-theme-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gform-theme-form-validation-padding-inline)}.gform-theme--framework .gform_validation_errors ol li+li{-webkit-margin-before:4px;margin-block-start:4px}.gform-theme--framework .gform_validation_errors ol a{color:var(--gform-theme-form-validation-summary-color);-webkit-text-decoration:var(--gform-theme-form-validation-summary-item-link-text-decoration);text-decoration:var(--gform-theme-form-validation-summary-item-link-text-decoration)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gform-theme-form-validation-summary-padding-inline)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gform-theme-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gform-theme-form-spinner-foreground-color);border-block-start-color:var(--gform-theme-form-spinner-background-color);border-inline-end-color:var(--gform-theme-form-spinner-background-color);border-inline-start-color:var(--gform-theme-form-spinner-foreground-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){-webkit-margin-before:var(--gform-theme-description-spacing);margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message){-webkit-margin-after:var(--gform-theme-description-spacing);margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-margin-before:var(--gform-theme-description-choice-field-spacing);margin-block-start:var(--gform-theme-description-choice-field-spacing)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message){-webkit-margin-after:var(--gform-theme-description-spacing);margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.gfield_consent_description)){-webkit-margin-before:var(--gform-theme-description-spacing);margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-margin-after:var(--gform-theme-description-choice-field-spacing);margin-block-end:var(--gform-theme-description-choice-field-spacing)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){margin-block:var(--gform-theme-description-spacing) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){-webkit-padding-before:var(--gform-theme-description-spacing);margin-block:0;margin-inline:auto 0;padding-block-start:var(--gform-theme-description-spacing)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:var(--gform-theme-description-choice-field-spacing) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-padding-before:var(--gform-theme-description-choice-field-spacing);margin-block:0;padding-block-start:var(--gform-theme-description-choice-field-spacing)}}.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]){margin-block:0 var(--gform-theme-description-spacing)}@media (min-width:640px){.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]){margin-block:0;padding-block:0 var(--gform-theme-description-spacing)}}.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:0 var(--gform-theme-description-choice-field-spacing)}@media (min-width:640px){.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:0;padding-block:0 var(--gform-theme-description-choice-field-spacing)}}.gform-theme--framework .gfield_list_group_item:before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){--gform-theme-local-margin-block:0 var(--gform-theme-label-spacing-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*=gform-field-label--type-])){--gform-theme-local-margin-block:0 var(--gform-theme-label-choice-field-spacing-primary)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gform-theme-local-margin-block:0;--gform-theme-local-margin-inline:0;-webkit-padding-end:var(--gform-theme-label-spacing-primary);padding-inline-end:var(--gform-theme-label-spacing-primary)}}.gform-theme--framework .gform-field-label--type-inline{--gform-theme-local-margin-inline:var(--gform-theme-label-spacing-horizontal-secondary) 0;--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-secondary) 0}.gform-theme--framework .gform-field--size-sm .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-sm-secondary)}.gform-theme--framework .gform-field--size-md .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-md-secondary)}.gform-theme--framework .gform-field--size-lg .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-lg-secondary)}.gform-theme--framework .gform-field--size-xl .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-xl-secondary)}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gform-theme-local-margin-block:0 var(--gform-theme-label-spacing-tertiary)} \ No newline at end of file + :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework :after,.gform-theme--framework :before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol,.gform-theme--framework ul{list-style:none}.gform-theme--framework img{max-block-size:100%;max-inline-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]:before,.gform-theme--framework input[type=radio]:before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]:after,.gform-theme--framework input[type=radio]:after{content:none}@font-face{font-display:block;font-family:gform-icons-orbital;font-style:normal;font-weight:400;src:url(../../../fonts/gform-icons-orbital.woff2?a4fc9t) format("woff2"),url(../../../fonts/gform-icons-orbital.ttf?a4fc9t) format("truetype"),url(../../../fonts/gform-icons-orbital.woff?a4fc9t) format("woff"),url(../../../fonts/gform-icons-orbital.svg?a4fc9t#gform-icons-orbital) format("svg")}.gform-orbital-icon{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--gform-theme-icon-font-family)!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-orbital-icon--arrow-back:before{content:"\e921"}.gform-orbital-icon--calendar-alt:before{content:"\e91a"}.gform-orbital-icon--selector:before{content:"\e90d"}.gform-orbital-icon--search:before{content:"\e917"}.gform-orbital-icon--trash:before{content:"\e919"}.gform-orbital-icon--cloud-upload-alt:before{content:"\e911"}.gform-orbital-icon--arrow-up:before{content:"\e912"}.gform-orbital-icon--arrow-down:before{content:"\e914"}.gform-orbital-icon--arrow-left:before{content:"\e915"}.gform-orbital-icon--arrow-right:before{content:"\e916"}.gform-orbital-icon--arrow-narrow-right:before{content:"\e913"}.gform-orbital-icon--arrow-sm-left:before{content:"\e91f"}.gform-orbital-icon--arrow-sm-right:before{content:"\e920"}.gform-orbital-icon--save-as:before{content:"\e910"}.gform-orbital-icon--minus-alt:before{content:"\e90e"}.gform-orbital-icon--plus-alt:before{content:"\e90f"}.gform-orbital-icon--eye-off:before{content:"\e90a"}.gform-orbital-icon--eye:before{content:"\e909"}.gform-orbital-icon--check-circle:before{content:"\e90c"}.gform-orbital-icon--check-mark:before{content:"\e900"}.gform-orbital-icon--check:before{content:"\e90b"}.gform-orbital-icon--check-mark-simple:before{content:"\e905"}.gform-orbital-icon--exclamation-simple:before{content:"\e906"}.gform-orbital-icon--information-simple:before{content:"\e907"}.gform-orbital-icon--question-mark-simple:before{content:"\e908"}.gform-orbital-icon--chevron-down:before{content:"\e901"}.gform-orbital-icon--chevron-up:before{content:"\e902"}.gform-orbital-icon--chevron-left:before{content:"\e91b"}.gform-orbital-icon--chevron-right:before{content:"\e91c"}.gform-orbital-icon--chevron-double-left:before{content:"\e91d"}.gform-orbital-icon--chevron-double-right:before{content:"\e91e"}.gform-orbital-icon--minus:before{content:"\e903"}.gform-orbital-icon--x-circle:before{content:"\e918"}.gform-orbital-icon--x:before{content:"\e904"}.gform-theme--framework ::-moz-placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework ::placeholder:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-appearance:var(--gform-theme-control-appearance);--gform-theme-local-background-color:var(--gform-theme-control-background-color);--gform-theme-local-block-size:var(--gform-theme-control-size);--gform-theme-local-border-radius:var(--gform-theme-control-border-radius);--gform-theme-local-border-color:var(--gform-theme-control-border-color);--gform-theme-local-border-width:var(--gform-theme-control-border-width);--gform-theme-local-border-style:var(--gform-theme-control-border-style);--gform-theme-local-border-block-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-block-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow);--gform-theme-local-color:var(--gform-theme-control-color);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-font-family);--gform-theme-local-font-size:var(--gform-theme-control-font-size);--gform-theme-local-font-style:var(--gform-theme-control-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-font-weight);--gform-theme-local-inline-size:100%;--gform-theme-local-letter-spacing:var(--gform-theme-control-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-line-height);--gform-theme-local-min-block-size:auto;--gform-theme-local-outline:var(--gform-theme-control-outline);--gform-theme-local-outline-offset:var(--gform-theme-control-outline-offset);--gform-theme-local-padding-inline:var(--gform-theme-control-padding-inline);--gform-theme-local-padding-block:var(--gform-theme-control-padding-block);--gform-theme-local-transition:var(--gform-theme-control-transition);-webkit-border-after:var(--gform-theme-local-border-block-end);-webkit-border-before:var(--gform-theme-local-border-block-start);-webkit-border-end:var(--gform-theme-local-border-inline-end);-webkit-border-start:var(--gform-theme-local-border-inline-start);-webkit-appearance:var(--gform-theme-local-appearance);-moz-appearance:var(--gform-theme-local-appearance);appearance:var(--gform-theme-local-appearance);background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-local-block-size);border-block-end:var(--gform-theme-local-border-block-end);border-block-start:var(--gform-theme-local-border-block-start);border-inline-end:var(--gform-theme-local-border-inline-end);border-inline-start:var(--gform-theme-local-border-inline-start);border-radius:var(--gform-theme-local-border-radius);box-shadow:var(--gform-theme-local-box-shadow);color:var(--gform-theme-local-color);display:var(--gform-theme-local-display);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);inline-size:var(--gform-theme-local-inline-size);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);margin-block:0;margin-inline:0;min-block-size:var(--gform-theme-local-min-block-size);outline:var(--gform-theme-local-outline);outline-offset:var(--gform-theme-local-outline-offset);padding-block:var(--gform-theme-local-padding-block);padding-inline:var(--gform-theme-local-padding-inline);transition:var(--gform-theme-local-transition)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--hover,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gform-theme-local-background-color:var(--gform-theme-control-background-color-hover);--gform-theme-local-border-color:var(--gform-theme-control-border-color-hover);--gform-theme-local-color:var(--gform-theme-control-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--focus,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gform-theme-local-background-color:var(--gform-theme-control-background-color-focus);--gform-theme-local-border-color:var(--gform-theme-control-border-color-focus);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .gform-theme-field-control--disabled,.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gform-theme-local-background-color:var(--gform-theme-control-background-color-disabled);--gform-theme-local-border-color:var(--gform-theme-control-border-color-disabled);--gform-theme-local-color:var(--gform-theme-control-color-disabled)}.gform-theme--framework .gfield_error .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gfield_error textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-background-color:var(--gform-theme-control-background-color-error);--gform-theme-local-border-color:var(--gform-theme-control-border-color-error);--gform-theme-local-color:var(--gform-theme-control-color-error)}.gform-theme--framework .gform-field--size-sm .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-sm input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-sm select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-sm select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-sm textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-size-sm);--gform-theme-local-line-height:var(--gform-theme-control-size-sm)}.gform-theme--framework .gform-field--size-md .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-md input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-md select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-md select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-md textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-size-md);--gform-theme-local-line-height:var(--gform-theme-control-size-md)}.gform-theme--framework .gform-field--size-lg .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-lg input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-lg select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-lg select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-lg textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-size-lg);--gform-theme-local-line-height:var(--gform-theme-control-size-lg)}.gform-theme--framework .gform-field--size-xl .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-xl input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-xl select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-xl select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-xl textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-size-xl);--gform-theme-local-line-height:var(--gform-theme-control-size-xl)}.gform-theme--framework input[type].gform-text-input-reset{--gform-theme-local-block-size:auto;--gform-theme-local-color:var(--gform-theme-control-readonly-color);--gform-theme-local-font-family:var(--gform-theme-control-readonly-font-family);--gform-theme-local-font-size:var(--gform-theme-control-readonly-font-size);--gform-theme-local-font-style:var(--gform-theme-control-readonly-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-readonly-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-control-readonly-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-readonly-line-height);block-size:var(--gform-theme-local-block-size);color:var(--gform-theme-local-color);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button,.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-outer-spin-button{opacity:var(--gform-theme-control-number-spin-button-opacity)}.gform-theme--framework input[type=number]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-webkit-inner-spin-button{-webkit-appearance:var(--gform-theme-control-number-spin-button-appearance);appearance:var(--gform-theme-control-number-spin-button-appearance);background-image:var(--gform-theme-icon-control-number);background-position:var(--gform-theme-control-number-spin-button-background-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-number-spin-button-background-size);cursor:pointer;width:var(--gform-theme-control-number-spin-button-inline-size)}.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-border-radius:var(--gform-theme-control-textarea-border-radius);--gform-theme-local-block-size:var(--gform-theme-control-textarea-block-size);--gform-theme-local-line-height:var(--gform-theme-control-textarea-line-height);--gform-theme-local-padding-block:var(--gform-theme-control-textarea-padding-block);resize:var(--gform-theme-control-textarea-resize)}.gform-theme--framework .wp-editor-container{border:var(--gform-theme-control-border-width) var(--gform-theme-control-border-style) var(--gform-theme-control-border-color);border-radius:var(--gform-theme-control-textarea-border-radius);overflow:hidden}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-choice-size);--gform-theme-local-display:inline-grid;--gform-theme-local-inline-size:var(--gform-theme-control-choice-size);--gform-theme-local-line-height:var(--gform-theme-control-choice-size);--gform-theme-local-padding-block:0;--gform-theme-local-padding-inline:0;accent-color:var(--gform-theme-control-accent-color);align-content:center;justify-content:center;opacity:1;place-content:center}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{opacity:0}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:before,.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked:before{opacity:1}.gform-theme--framework .gform-field--size-sm input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-sm input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-choice-size-sm);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-sm);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-sm)}.gform-theme--framework .gform-field--size-md input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-md input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-choice-size-md);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-md);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-md)}.gform-theme--framework .gform-field--size-lg input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-lg input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-choice-size-lg);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-lg);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme--framework .gform-field--size-xl input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:var(--gform-theme-control-choice-size-xl);--gform-theme-local-inline-size:var(--gform-theme-control-choice-size-xl);--gform-theme-local-line-height:var(--gform-theme-control-choice-size-xl)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-border-radius:var(--gform-theme-control-checkbox-check-border-radius)}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-control-choice-check-color);content:var(--gform-theme-icon-control-checkbox);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-checkbox-check-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before{color:var(--gform-theme-control-choice-check-color-disabled)}.gform-theme--framework .gform-field--size-sm input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{font-size:var(--gform-theme-control-checkbox-check-size-sm)}.gform-theme--framework .gform-field--size-md input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{font-size:var(--gform-theme-control-checkbox-check-size-md)}.gform-theme--framework .gform-field--size-lg input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{font-size:var(--gform-theme-control-checkbox-check-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{font-size:var(--gform-theme-control-checkbox-check-size-xl)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-border-radius:var(--gform-theme-control-radio-check-border-radius)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{background-color:var(--gform-theme-control-choice-check-color);block-size:var(--gform-theme-control-radio-check-size);border-radius:var(--gform-theme-control-radio-check-border-radius);content:var(--gform-theme-control-radio-check-content);inline-size:var(--gform-theme-control-radio-check-size)}.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before{background-color:var(--gform-theme-control-choice-check-color-disabled)}.gform-theme--framework .gform-field--size-sm input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{block-size:var(--gform-theme-control-radio-check-size-sm);inline-size:var(--gform-theme-control-radio-check-size-sm)}.gform-theme--framework .gform-field--size-md input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{block-size:var(--gform-theme-control-radio-check-size-md);inline-size:var(--gform-theme-control-radio-check-size-md)}.gform-theme--framework .gform-field--size-lg input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{block-size:var(--gform-theme-control-radio-check-size-lg);inline-size:var(--gform-theme-control-radio-check-size-lg)}.gform-theme--framework .gform-field--size-xl input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{block-size:var(--gform-theme-control-radio-check-size-xl);inline-size:var(--gform-theme-control-radio-check-size-xl)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):where(:not([multiple])){--gform-theme-local-padding-inline:var(--gform-theme-control-select-padding-inline);background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::-ms-expand{display:var(--gform-theme-control-select-ms-expand)}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple]{--gform-theme-local-block-size:var(--gform-theme-control-multiselect-block-size);--gform-theme-local-border-radius:var(--gform-theme-control-multiselect-border-radius);--gform-theme-local-line-height:var(--gform-theme-control-multiselect-line-height);--gform-theme-local-padding-block:var(--gform-theme-control-multiselect-padding-block);overflow-y:auto}.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))[multiple] option:checked{background:var(--gform-theme-color-inside-control-light)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single{background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single span{-webkit-margin-end:var(--gform-theme-control-select-search-icon-size);margin-inline-end:var(--gform-theme-control-select-search-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single abbr,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-single div b{background-image:none!important}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active .chosen-single,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{--gform-theme-local-background-color:var(--gform-theme-control-background-color-focus);--gform-theme-local-border-color:var(--gform-theme-control-border-color-focus);--gform-theme-local-box-shadow:var(--gform-theme-control-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-color-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single{border-bottom-left-radius:var(--gform-theme-control-border-radius);border-bottom-right-radius:var(--gform-theme-control-border-radius);border-color:var(--gform-theme-control-border-color-focus);box-shadow:var(--gform-theme-control-box-shadow-focus)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search{padding-block:var(--gform-theme-padding-block) 0;padding-inline:var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container-single .chosen-search input[type=text]{--gform-theme-local-block-size:var(--gform-theme-control-size-md);--gform-theme-local-padding-inline:var(--gform-theme-control-select-search-padding-inline);background-image:var(--gform-theme-icon-control-search)!important;background-position:var(--gform-theme-control-select-search-icon-position);background-size:var(--gform-theme-control-select-search-icon-size)!important}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi{--gform-theme-local-block-size:auto;--gform-theme-local-border-radius:var(--gform-theme-control-multiselect-border-radius);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active{border-color:var(--gform-theme-control-border-color-focus);box-shadow:var(--gform-theme-control-box-shadow-focus)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi.chosen-container-active .chosen-choices{box-shadow:none}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices{align-content:center;background:none;border:none;display:flex;flex-flow:row wrap;gap:calc(var(--gform-theme-padding-block)/2);min-height:calc(var(--gform-theme-control-size) - 2px);padding-block:4px;padding-inline:var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-field input[type=text].chosen-search-input{color:var(--gform-theme-control-placeholder-color);font-family:var(--gform-theme-control-placeholder-font-family);font-size:var(--gform-theme-control-placeholder-font-size);font-style:var(--gform-theme-control-placeholder-font-style);font-weight:var(--gform-theme-control-placeholder-font-weight);letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);opacity:var(--gform-theme-control-placeholder-opacity)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices .search-choice+li.search-field input[type=text].chosen-search-input{color:var(--gform-theme-control-color-focus);font-family:var(--gform-theme-control-font-family);font-size:var(--gform-theme-control-font-size);font-style:var(--gform-theme-control-font-style);font-weight:var(--gform-theme-control-font-weight);letter-spacing:var(--gform-theme-control-letter-spacing);opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice{align-self:flex-start;background:none;background-color:var(--gform-theme-control-multiselect-selected-item-background-color);border:none;border-radius:var(--gform-theme-control-multiselect-selected-item-border-radius);box-shadow:none;color:var(--gform-theme-control-multiselect-selected-item-color);flex-shrink:0;font-size:var(--gform-theme-control-multiselect-selected-item-font-size);font-weight:var(--gform-theme-control-multiselect-selected-item-font-weight);margin:0;padding-block:8px;padding-inline:var(--gform-theme-control-padding-inline) calc(var(--gform-theme-control-padding-inline)*1.25 + var(--gform-theme-control-multiselect-close-icon-size))}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:none;height:var(--gform-theme-control-multiselect-close-icon-size);inset-block-start:var(--gform-theme-control-multiselect-close-icon-inset-block-start);inset-inline-end:var(--gform-theme-control-multiselect-close-icon-inset-inline-end);opacity:70%;transition:var(--gform-theme-local-transition);width:var(--gform-theme-control-multiselect-close-icon-size)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-control-multiselect-selected-item-remove-icon-color);content:var(--gform-theme-icon-control-cancel);display:inline-block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-multiselect-close-icon-size);font-style:normal;font-variant:normal;font-weight:400;height:100%;line-height:1;text-transform:none;width:100%}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:focus,.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-drop,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-drop{background-color:var(--gform-theme-control-background-color);border:var(--gform-theme-control-select-dropdown-border-color);border-radius:var(--gform-theme-control-select-dropdown-border-radius);box-shadow:var(--gform-theme-control-select-dropdown-shadow);overflow:hidden;padding-block:0;padding-inline:0;top:calc(100% + 8px)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results{margin-block:0;margin-inline:0;padding-block:var(--gform-theme-padding-block);padding-inline:0}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li{color:var(--gform-theme-control-color);padding:var(--gform-theme-padding-block) var(--gform-theme-control-padding-inline)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.highlighted,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.highlighted{background:none;background-color:var(--gform-theme-control-select-dropdown-option-background-color-hover)}.gform-theme--framework .gfield:where(.gfield--type-multiselect,.gfield--input-type-multiselect) .chosen-container .chosen-results li.result-selected,.gform-theme--framework .gfield:where(.gfield--type-select,.gfield--input-type-select) .chosen-container .chosen-results li.result-selected{background:none;background-color:var(--gform-theme-control-select-dropdown-option-background-color-hover);box-shadow:var(--gform-theme-control-select-dropdown-option-box-shadow-hover)}.gform-theme--framework .gfield_list_group_item:before,.gform-theme--framework .gform-field-label{--gform-theme-local-color:var(--gform-theme-control-label-color-primary);--gform-theme-local-display:flex;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-primary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-primary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-primary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-primary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-primary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-primary);--gform-theme-local-margin-block:0;--gform-theme-local-margin-inline:0;color:var(--gform-theme-local-color);display:var(--gform-theme-local-display);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);margin-block:var(--gform-theme-local-margin-block);margin-inline:var(--gform-theme-local-margin-inline)}.gform-theme--framework .gform-field-label--type-inline{--gform-theme-local-color:var(--gform-theme-control-label-color-secondary);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-secondary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-secondary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-secondary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-secondary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-secondary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-secondary)}.gform-theme--framework .gform-field-label--type-sub{--gform-theme-local-color:var(--gform-theme-control-label-color-tertiary);--gform-theme-local-display:block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-tertiary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-tertiary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-tertiary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-tertiary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-tertiary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-tertiary)}.gform-theme--framework .gform-field-label--type-sub-large{--gform-theme-local-color:var(--gform-theme-control-label-color-quaternary);--gform-theme-local-display:inline-block;--gform-theme-local-font-family:var(--gform-theme-control-label-font-family-quaternary);--gform-theme-local-font-size:var(--gform-theme-control-label-font-size-quaternary);--gform-theme-local-font-style:var(--gform-theme-control-label-font-style-quaternary);--gform-theme-local-font-weight:var(--gform-theme-control-label-font-weight-quaternary);--gform-theme-local-letter-spacing:var(--gform-theme-control-label-letter-spacing-quaternary);--gform-theme-local-line-height:var(--gform-theme-control-label-line-height-quaternary)}.gform-theme--framework .gform-field-label>.gfield_required{color:var(--gform-theme-control-label-color-required);display:inline-block;font-family:var(--gform-theme-control-label-font-family-required);font-size:var(--gform-theme-control-label-font-size-required);font-style:var(--gform-theme-control-label-font-style-required);font-weight:var(--gform-theme-control-label-font-weight-required);letter-spacing:var(--gform-theme-control-label-letter-spacing-required);line-height:var(--gform-theme-control-label-line-height-required)}.gform-theme--framework .gfield_description{--gform-theme-local-color:var(--gform-theme-control-description-color);--gform-theme-local-font-family:var(--gform-theme-control-description-font-family);--gform-theme-local-font-size:var(--gform-theme-control-description-font-size);--gform-theme-local-font-style:var(--gform-theme-control-description-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-description-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-control-description-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-description-line-height);color:var(--gform-theme-local-color);display:block;font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height)}.gform-theme--framework .gfield_validation_message{--gform-theme-local-color:var(--gform-theme-control-description-color-error);--gform-theme-local-font-family:var(--gform-theme-control-description-font-family-error);--gform-theme-local-font-size:var(--gform-theme-control-description-font-size-error);--gform-theme-local-font-style:var(--gform-theme-control-description-font-style-error);--gform-theme-local-font-weight:var(--gform-theme-control-description-font-weight-error);--gform-theme-local-letter-spacing:var(--gform-theme-control-description-letter-spacing-error);--gform-theme-local-line-height:var(--gform-theme-control-description-line-height-error)}.gform-theme--framework .gfield_consent_description{border:var(--gform-theme-control-description-border-width-consent) var(--gform-theme-control-description-border-style-consent) var(--gform-theme-control-description-border-color-consent);max-height:var(--gform-theme-control-description-max-height-consent);overflow-y:auto;padding:16px}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-block-size:auto;--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-primary);--gform-theme-local-border-radius:var(--gform-theme-control-button-border-radius);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-primary);--gform-theme-local-border-style:var(--gform-theme-control-button-border-style-primary);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-primary);--gform-theme-local-border-block-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-block-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-start:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow);--gform-theme-local-color:var(--gform-theme-control-button-color-primary);--gform-theme-local-column-gap:var(--gform-theme-control-button-icon-gap);--gform-theme-local-cursor:pointer;--gform-theme-local-display:inline-flex;--gform-theme-local-font-style:var(--gform-theme-control-button-font-style);--gform-theme-local-font-weight:var(--gform-theme-control-button-font-weight);--gform-theme-local-font-size:var(--gform-theme-control-button-font-size);--gform-theme-local-font-family:var(--gform-theme-control-button-font-family);--gform-theme-local-inline-size:auto;--gform-theme-local-letter-spacing:var(--gform-theme-control-button-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-control-button-line-height);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size);--gform-theme-local-min-inline-size:auto;--gform-theme-local-opacity:var(--gform-theme-control-button-opacity);--gform-theme-local-padding-block:var(--gform-theme-control-button-padding-block);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline);--gform-theme-local-text-decoration:var(--gform-theme-control-button-text-decoration);--gform-theme-local-text-transform:var(--gform-theme-control-button-text-transform);align-items:center;-moz-column-gap:var(--gform-theme-local-column-gap);column-gap:var(--gform-theme-local-column-gap);cursor:var(--gform-theme-local-cursor);justify-content:center;min-inline-size:var(--gform-theme-local-min-inline-size);opacity:var(--gform-theme-local-opacity);text-align:center;-webkit-text-decoration:var(--gform-theme-local-text-decoration);text-decoration:var(--gform-theme-local-text-decoration);text-transform:var(--gform-theme-local-text-transform);vertical-align:top}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-primary);--gform-theme-local-content:var(--gform-theme-control-button-icon);--gform-theme-local-font-size:var(--gform-theme-control-button-icon-font-size);--gform-theme-local-transition:var(--gform-theme-control-button-transition);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--gform-theme-local-color);content:var(--gform-theme-local-content);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-local-font-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;transition:var(--gform-theme-local-transition)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-hover);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-focus);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-primary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-primary);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-disabled);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-primary);--gform-theme-local-cursor:default;--gform-theme-local-opacity:var(--gform-theme-control-button-opacity-disabled)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-primary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-secondary);--gform-theme-local-border-style:var(--gform-theme-control-button-border-style-secondary);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-secondary);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-secondary);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary:disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-secondary)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-control);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-control);--gform-theme-local-border-style:var(--gform-theme-control-button-border-style-control);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-control);--gform-theme-local-color:var(--gform-theme-control-button-color-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-control);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-control);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-control);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-control);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-control);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-control);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--control:disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-control)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-simple);--gform-theme-local-border-width:var(--gform-theme-control-button-border-width-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-simple);--gform-theme-local-column-gap:0;--gform-theme-local-line-height:var(--gform-theme-control-button-size-simple);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-simple);--gform-theme-local-min-inline-size:var(--gform-theme-control-button-size-simple);--gform-theme-local-padding-block:0;--gform-theme-local-padding-inline:0}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-hover-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-hover-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-hover-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:hover:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-hover-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-focus-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-focus-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-focus-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:focus:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-focus-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled{--gform-theme-local-background-color:var(--gform-theme-control-button-background-color-disabled-simple);--gform-theme-local-border-color:var(--gform-theme-control-button-border-color-disabled-simple);--gform-theme-local-box-shadow:var(--gform-theme-control-button-box-shadow-disabled-simple);--gform-theme-local-color:var(--gform-theme-control-button-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled .dashicons:before,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:after,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple:disabled:before{--gform-theme-local-color:var(--gform-theme-control-button-icon-color-disabled-simple)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xs{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-xs);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-xs);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-xs)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-sm{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-sm);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-sm);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-sm)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-md{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-md);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-md);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-md)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-lg{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-lg);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-lg);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-lg)}.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl,.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--size-xl{--gform-theme-local-font-size:var(--gform-theme-control-button-font-size-xl);--gform-theme-local-min-block-size:var(--gform-theme-control-button-size-xl);--gform-theme-local-padding-inline:var(--gform-theme-control-button-padding-inline-xl)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)){--gform-theme-local-padding-inline:var(--gform-theme-control-file-padding-inline);text-overflow:ellipsis;white-space:nowrap}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-hover);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-hover);--gform-theme-local-color:var(--gform-theme-control-file-button-color-hover)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-focus);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-focus);--gform-theme-local-color:var(--gform-theme-control-file-button-color-focus)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):disabled::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color-disabled);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color-disabled);--gform-theme-local-color:var(--gform-theme-control-file-button-color-disabled)}.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::file-selector-button{--gform-theme-local-background-color:var(--gform-theme-control-file-button-background-color);--gform-theme-local-border-inline-end-color:var(--gform-theme-control-file-button-border-inline-end-color);--gform-theme-local-border-inline-end-style:var(--gform-theme-control-file-button-border-inline-end-style);--gform-theme-local-border-inline-end-width:var(--gform-theme-control-file-button-border-inline-end-width);--gform-theme-local-border-inline-end:var(--gform-theme-local-border-inline-end-width) var(--gform-theme-local-border-inline-end-style) var(--gform-theme-local-border-inline-end-color);--gform-theme-local-color:var(--gform-theme-control-file-button-color);-webkit-border-end:var(--gform-theme-local-border-inline-end);background-color:var(--gform-theme-local-background-color);block-size:100%;border:0;border-end-start-radius:var(--gform-theme-control-file-button-border-radius);border-inline-end:var(--gform-theme-local-border-inline-end);border-start-start-radius:var(--gform-theme-control-file-button-border-radius);color:var(--gform-theme-local-color);font-family:var(--gform-theme-control-file-button-font-family);font-size:var(--gform-theme-control-file-button-font-size);font-style:var(--gform-theme-control-file-button-font-style);font-weight:var(--gform-theme-control-file-button-font-weight);inset-block-start:calc(var(--gform-theme-control-border-width)*-1);letter-spacing:var(--gform-theme-control-file-button-letter-spacing);line-height:var(--gform-theme-control-file-button-line-height);margin-inline:var(--gform-theme-control-file-button-margin-inline);padding-block:0;padding-inline:var(--gform-theme-control-file-button-padding-inline);position:relative;-webkit-text-decoration:var(--gform-theme-control-file-button-text-decoration);text-decoration:var(--gform-theme-control-file-button-text-decoration);text-transform:var(--gform-theme-control-file-button-text-transform);transition:var(--gform-theme-control-file-button-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area{--gform-theme-local-block-size:var(--gform-theme-control-file-drop-area-block-size);--gform-theme-local-border-radius:var(--gform-theme-control-file-drop-area-border-radius);--gform-theme-local-border-style:var(--gform-theme-control-file-drop-area-border-style);--gform-theme-local-color:var(--gform-theme-control-file-drop-area-color);--gform-theme-local-font-weight:var(--gform-theme-control-file-drop-area-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-file-drop-area-line-height);--gform-theme-local-padding-inline:var(--gform-theme-control-file-drop-area-padding-inline);--gform-theme-local-padding-block:var(--gform-theme-control-file-drop-area-padding-block)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:before{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-margin-after:var(--gform-theme-control-file-drop-area-icon-margin-block-end);color:var(--gform-theme-control-file-drop-area-icon-color);content:var(--gform-theme-icon-control-file-upload);display:block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-file-drop-area-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-block-end:var(--gform-theme-control-file-drop-area-icon-margin-block-end);text-transform:none}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions{-webkit-margin-after:var(--gform-theme-control-file-drop-area-instructions-margin-block-end);margin-block-end:var(--gform-theme-control-file-drop-area-instructions-margin-block-end)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list{-webkit-margin-before:var(--gform-theme-control-file-preview-area-margin-block-start);display:flex;flex-direction:column;gap:var(--gform-theme-control-file-preview-area-gap);margin-block-start:var(--gform-theme-control-file-preview-area-margin-block-start);width:100%}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list:empty{-webkit-margin-before:0;margin-block-start:0}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview{display:flex;flex-direction:column;font-family:var(--gform-theme-control-file-preview-file-font-family);font-size:var(--gform-theme-control-file-preview-file-font-size);font-style:var(--gform-theme-control-file-preview-file-font-style);font-weight:var(--gform-theme-control-file-preview-file-font-weight);gap:var(--gform-theme-control-file-preview-file-gap);letter-spacing:var(--gform-theme-control-file-preview-file-letter-spacing);line-height:var(--gform-theme-control-file-preview-file-line-height);position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename{-webkit-padding-end:var(--gform-theme-control-file-preview-file-name-padding-inline-end);color:var(--gform-theme-control-file-preview-file-name-color);line-height:var(--gform-theme-control-file-preview-file-name-line-height);overflow:var(--gform-theme-control-file-preview-file-name-overflow);padding-inline-end:var(--gform-theme-control-file-preview-file-name-padding-inline-end);text-overflow:var(--gform-theme-control-file-preview-file-name-text-overflow);white-space:var(--gform-theme-control-file-preview-file-name-white-space)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filesize{color:var(--gform-theme-control-file-preview-file-size-color)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress{align-items:center;display:flex;gap:var(--gform-theme-control-file-upload-progress-ui-gap)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;block-size:var(--gform-theme-control-file-upload-progress-button-icon-size);color:var(--gform-theme-control-file-upload-progress-button-icon-color-complete);content:var(--gform-theme-icon-control-file-upload-completed);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-file-upload-progress-button-icon-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-control-file-upload-progress-button-icon-size);line-height:1;min-inline-size:var(--gform-theme-control-file-upload-progress-button-icon-size);opacity:0;text-transform:none}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progress_complete:after{opacity:1}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{block-size:var(--gform-theme-control-file-upload-progress-bar-block-size);border-radius:var(--gform-theme-control-file-upload-progress-bar-border-radius)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar{background-color:var(--gform-theme-control-file-upload-progress-bar-background-color);inline-size:100%;position:relative}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress{background-color:var(--gform-theme-control-file-upload-progress-bar-background-color-loading);inline-size:1%;position:absolute;transition:var(--gform-theme-control-file-upload-progress-bar-transition)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_percent{color:var(--gform-theme-control-file-upload-progress-text-color);font-size:var(--gform-theme-control-file-upload-progress-text-font-size);min-inline-size:var(--gform-theme-control-file-upload-progress-text-min-inline-size)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel,.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file{inset-block-start:var(--gform-theme-control-file-upload-progress-button-inset-block-start);inset-inline-end:var(--gform-theme-control-file-upload-progress-button-inset-inline-end);position:var(--gform-theme-control-file-upload-progress-button-position)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gform_delete_file .dashicons:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-file-upload-remove)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel{--gform-theme-local-font-size:var(--gform-theme-control-file-upload-progress-button-font-size-cancel)}.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_cancel:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-file-upload-cancel)}.gform-theme--framework.ui-datepicker{-webkit-margin-before:var(--gform-theme-control-date-datepicker-margin-block-start);background-color:var(--gform-theme-control-date-datepicker-background-color);border-radius:var(--gform-theme-control-date-datepicker-border-radius);box-shadow:var(--gform-theme-control-date-datepicker-box-shadow);display:none;inline-size:var(--gform-theme-control-date-datepicker-inline-size);margin-block-start:var(--gform-theme-control-date-datepicker-margin-block-start);padding-block:var(--gform-theme-control-date-datepicker-padding-block);padding-inline:var(--gform-theme-control-date-datepicker-padding-inline)}.gform-theme--framework.ui-datepicker .ui-datepicker-header{align-items:stretch;display:flex;margin-block:unset;margin-inline:unset;padding-block:0;padding-inline:0;position:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-next,.gform-theme--framework.ui-datepicker .ui-datepicker-prev{align-items:center;block-size:auto;cursor:pointer;display:flex;flex:none;inline-size:var(--gform-theme-control-date-datepicker-header-icons-inline-size);inset:unset;justify-content:center;position:relative}.gform-theme--framework.ui-datepicker .ui-datepicker-next:before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev:before{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-header-icons-color);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:none;border:none;color:var(--gform-theme-local-color);font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-control-date-datepicker-header-icons-font-size);font-style:normal;font-variant:normal;font-weight:400;inset:unset;line-height:1;text-transform:none;transform:unset}.gform-theme--framework.ui-datepicker .ui-datepicker-prev:before{content:var(--gform-theme-icon-control-datepicker-left)}.gform-theme--framework.ui-datepicker .ui-datepicker-next{order:1}.gform-theme--framework.ui-datepicker .ui-datepicker-next:before{content:var(--gform-theme-icon-control-datepicker-right)}.gform-theme--framework.ui-datepicker .ui-datepicker-next-hover:before,.gform-theme--framework.ui-datepicker .ui-datepicker-prev-hover:before{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-header-icons-color-hover)}.gform-theme--framework.ui-datepicker .ui-datepicker-title{align-items:center;color:var(--gform-theme-control-date-datepicker-title-color);display:flex;flex:auto;font-size:var(--gform-theme-control-date-datepicker-title-font-size);font-weight:var(--gform-theme-control-date-datepicker-title-font-weight);gap:8px;line-height:var(--gform-theme-control-date-datepicker-title-line-height);margin-block:0;margin-inline:8px}.gform-theme--framework.ui-datepicker select.ui-datepicker-month,.gform-theme--framework.ui-datepicker select.ui-datepicker-year{background-image:var(--gform-theme-icon-control-select);background-position:var(--gform-theme-control-select-icon-position);background-repeat:no-repeat;background-size:var(--gform-theme-control-select-icon-size);box-shadow:var(--gform-theme-local-box-shadow);flex:auto;inline-size:auto;margin:0;padding-inline:var(--gform-theme-local-padding-inline);text-align:var(--gform-theme-control-date-datepicker-dropdown-text-align)}.gform-theme--framework.ui-datepicker table{-webkit-margin-after:0;-webkit-margin-before:16px;margin-block-end:0;margin-block-start:16px}.gform-theme--framework.ui-datepicker table td,.gform-theme--framework.ui-datepicker table th{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-color);block-size:40px;color:var(--gform-theme-local-color);font-size:var(--gform-theme-local-font-size);font-weight:var(--gform-theme-local-font-weight);line-height:var(--gform-theme-local-line-height);padding-block:var(--gform-theme-control-date-datepicker-table-cell-padding);padding-inline:var(--gform-theme-control-date-datepicker-table-cell-padding)}.gform-theme--framework.ui-datepicker table th{--gform-theme-local-block-size:var(--gform-theme-control-date-datepicker-table-head-cell-block-size);--gform-theme-local-font-size:var(--gform-theme-control-date-datepicker-table-head-cell-font-size);--gform-theme-local-font-weight:var(--gform-theme-control-date-datepicker-table-head-cell-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-date-datepicker-table-head-cell-line-height);vertical-align:middle}.gform-theme--framework.ui-datepicker table td{--gform-theme-local-block-size:var(--gform-theme-control-date-datepicker-table-cell-block-size);--gform-theme-local-font-size:var(--gform-theme-control-date-datepicker-table-cell-font-size);--gform-theme-local-font-weight:var(--gform-theme-control-date-datepicker-table-cell-font-weight);--gform-theme-local-line-height:var(--gform-theme-control-date-datepicker-table-cell-line-height)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled){cursor:pointer}.gform-theme--framework.ui-datepicker table td a,.gform-theme--framework.ui-datepicker table td span{--gform-theme-local-background-color:transparent;--gform-theme-local-border:0;--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color);align-items:center;background-color:var(--gform-theme-local-background-color);block-size:100%;border:var(--gform-theme-local-border);border-radius:var(--gform-theme-control-date-datepicker-table-cell-content-border-radius);color:var(--gform-theme-local-color);display:flex;inline-size:100%;justify-content:center;text-decoration:none}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:hover{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table td:not(.ui-state-disabled):not(.ui-datepicker-current-day) a:focus{--gform-theme-local-border:var(--gform-theme-control-date-datepicker-table-cell-content-border)}.gform-theme--framework.ui-datepicker table .ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-hover);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-hover)}.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-today.ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-selected);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:focus,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day a:hover{--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-selected)}.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled a,.gform-theme--framework.ui-datepicker table .ui-datepicker-current-day.ui-state-disabled span{--gform-theme-local-background-color:var(--gform-theme-control-date-datepicker-table-cell-content-background-color-disabled);--gform-theme-local-color:var(--gform-theme-control-date-datepicker-table-cell-content-color-disabled)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-month,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl select.ui-datepicker-year{background-position:var(--gform-theme-control-select-icon-position)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before,.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{transform:none}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-prev:before{content:var(--gform-theme-icon-control-datepicker-right)}.gform-theme--framework.ui-datepicker.ui-datepicker-rtl .ui-datepicker-next:before{content:var(--gform-theme-icon-control-datepicker-left)}.gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)){line-height:1}.gform-theme--framework .gfield--type-address .copy_values_option_container{display:inline-grid;gap:var(--gform-theme-field-choice-meta-spacing) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto}.gform-theme--framework .gfield--type-address .copy_values_option_container+.ginput_container_address{-webkit-margin-before:var(--gform-theme-field-row-gap);margin-block-start:var(--gform-theme-field-row-gap)}.gform-theme--framework .gfield--type-choice .gfield_checkbox,.gform-theme--framework .gfield--type-choice .gfield_radio{display:flex;flex-direction:column;gap:var(--gform-theme-field-choice-spacing)}.gform-theme--framework .gfield--type-choice .gfield_checkbox>:last-child:where(:not(.gchoice)),.gform-theme--framework .gfield--type-choice .gfield_radio>:last-child:where(:not(.gchoice)){-webkit-margin-before:var(--gform-theme-field-choice-meta-margin-block-start);align-self:self-start;margin-block-start:var(--gform-theme-field-choice-meta-margin-block-start)}.gform-theme--framework .gfield--type-choice .gchoice,.gform-theme--framework .gfield--type-choice .ginput_container_consent{display:inline-grid;gap:var(--gform-theme-field-choice-meta-spacing) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto}.gform-theme--framework .gfield--type-choice .gchoice br,.gform-theme--framework .gfield--type-choice .ginput_container_consent br{display:none}.gform-theme--framework .gfield--type-choice .gchoice_other_control{--gform-theme-local-inline-size:auto;grid-column:span 2;max-inline-size:var(--gform-theme-field-choice-other-control-max-inline-size)}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{--gform-theme-local-inline-size:auto}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date img.ui-datepicker-trigger{display:none}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after{--gform-theme-local-color:var(--gform-theme-field-date-icon-color);speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-margin-start:calc(var(--gform-theme-control-padding-inline)*-1);color:var(--gform-theme-local-color);content:var(--gform-theme-icon-control-datepicker);display:inline-block;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inset-block-start:0;inset-inline-start:0;line-height:1;margin-inline-start:calc(var(--gform-theme-control-padding-inline)*-1);pointer-events:none;text-transform:none;transform:translateX(-100%)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:after{order:1;transform:translateX(100%)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:focus:after,.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date:hover:after{--gform-theme-local-color:var(--gform-theme-field-date-icon-color-hover)}.gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger{-webkit-margin-start:calc(var(--gform-theme-control-padding-inline)*-1);margin-inline-start:calc(var(--gform-theme-control-padding-inline)*-1);max-block-size:var(--gform-theme-field-date-custom-icon-max-block-size);max-inline-size:var(--gform-theme-field-date-custom-icon-max-inline-size);transform:translateX(-100%)}html[dir=rtl] .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-custom-icon .ginput_container_date img.ui-datepicker-trigger{order:1;transform:translateX(100%)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item,.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item{--gform-theme-local-block-size:var(--gform-theme-field-list-button-size);--gform-theme-local-border-radius:var(--gform-theme-field-list-button-border-radius);--gform-theme-local-column-gap:0;--gform-theme-local-font-size:var(--gform-theme-field-list-button-font-size);--gform-theme-local-inline-size:var(--gform-theme-field-list-button-size);--gform-theme-local-letter-spacing:0;--gform-theme-local-line-height:1;--gform-theme-local-min-block-size:auto;--gform-theme-local-padding-block:var(--gform-theme-field-list-button-padding-block);--gform-theme-local-padding-inline:var(--gform-theme-field-list-button-padding-inline)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.add_list_item:before{--gform-theme-local-content:var(--gform-theme-icon-control-list-item-add)}.gform-theme--framework.gform-theme.gform_wrapper .gfield:where(.gfield--type-list,.gfield--input-type-list) button.delete_list_item:before{--gform-theme-local-content:var(--gform-theme-icon-control-list-item-remove)}.gform-theme--framework .gf_page_steps,.gform-theme--framework .gf_progressbar_wrapper{-webkit-margin-after:var(--gform-theme-field-page-progress-margin-block-end);margin-block-end:var(--gform-theme-field-page-progress-margin-block-end)}.gform-theme--framework .gf_progressbar_title,.gform-theme--framework .gf_step_label,.gform-theme--framework .gf_step_number{--gform-theme-local-color:var(--gform-theme-field-page-progress-color);--gform-theme-local-font-family:var(--gform-theme-field-page-progress-font-family);--gform-theme-local-font-size:var(--gform-theme-field-page-progress-font-size);--gform-theme-local-font-style:var(--gform-theme-field-page-progress-font-style);--gform-theme-local-font-weight:var(--gform-theme-field-page-progress-font-weight);--gform-theme-local-letter-spacing:var(--gform-theme-field-page-progress-letter-spacing);--gform-theme-local-line-height:var(--gform-theme-field-page-progress-line-height);--gform-theme-local-text-transform:none;color:var(--gform-theme-local-color);font-family:var(--gform-theme-local-font-family);font-size:var(--gform-theme-local-font-size);font-style:var(--gform-theme-local-font-style);font-weight:var(--gform-theme-local-font-weight);letter-spacing:var(--gform-theme-local-letter-spacing);line-height:var(--gform-theme-local-line-height);text-transform:var(--gform-theme-local-text-transform)}.gform-theme--framework .gf_progressbar_title{-webkit-margin-after:var(--gform-theme-field-page-progress-title-margin-block-end);margin-block-end:var(--gform-theme-field-page-progress-title-margin-block-end)}.gform-theme--framework .gf_progressbar{background-color:var(--gform-theme-field-page-progress-bar-background-color);border-radius:var(--gform-theme-field-page-progress-bar-border-radius)}.gform-theme--framework .gf_progressbar span{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform-theme--framework .gf_progressbar .gf_progressbar_percentage{block-size:var(--gform-theme-field-page-progress-bar-block-size);border-radius:var(--gform-theme-field-page-progress-bar-border-radius)}.gform-theme--framework .gf_progressbar .percentbar_blue{background-color:var(--gform-theme-field-page-progress-bar-background-color-blue)}.gform-theme--framework .gf_progressbar .percentbar_gray{background-color:var(--gform-theme-field-page-progress-bar-background-color-gray)}.gform-theme--framework .gf_progressbar .percentbar_green{background-color:var(--gform-theme-field-page-progress-bar-background-color-green)}.gform-theme--framework .gf_progressbar .percentbar_orange{background-color:var(--gform-theme-field-page-progress-bar-background-color-orange)}.gform-theme--framework .gf_progressbar .percentbar_red{background-color:var(--gform-theme-field-page-progress-bar-background-color-red)}.gform-theme--framework .gf_progressbar .percentbar_spring{background:var(--gform-theme-field-page-progress-bar-background-gradient-spring)}.gform-theme--framework .gf_progressbar .percentbar_blues{background:var(--gform-theme-field-page-progress-bar-background-gradient-blues)}.gform-theme--framework .gf_progressbar .percentbar_rainbow{background:var(--gform-theme-field-page-progress-bar-background-gradient-rainbow)}.gform-theme--framework .gf_step{align-items:center;display:flex;gap:var(--gform-theme-field-page-steps-step-gap);position:relative}.gform-theme--framework .gf_step_label{--gform-theme-local-text-transform:var(--gform-theme-field-page-progress-text-transform)}.gform-theme--framework .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color);--gform-theme-local-border:var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-local-border-color);--gform-theme-local-border-radius:var(--gform-theme-field-page-steps-number-border-radius);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color);align-content:center;background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-field-page-steps-number-size);border:var(--gform-theme-local-border);border-radius:var(--gform-theme-local-border-radius);color:var(--gform-theme-local-color);display:inline-grid;inline-size:var(--gform-theme-field-page-steps-number-size);justify-content:center;min-inline-size:var(--gform-theme-field-page-steps-number-size);place-content:center}.gform-theme--framework .gf_step_active .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color-active);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color-active);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color-active)}.gform-theme--framework .gf_step_completed .gf_step_number{--gform-theme-local-background-color:var(--gform-theme-field-page-steps-number-background-color-complete);--gform-theme-local-border-color:var(--gform-theme-field-page-steps-number-border-color-complete);--gform-theme-local-color:var(--gform-theme-field-page-steps-number-color-complete)}.gform-theme--framework .gf_step_completed .gf_step_number:after{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-content:center;background-color:var(--gform-theme-field-page-steps-number-background-color-complete);block-size:var(--gform-theme-field-page-steps-number-size);border:var(--gform-theme-field-page-steps-number-border-width) var(--gform-theme-field-page-steps-number-border-style) var(--gform-theme-field-page-steps-number-border-color-complete);border-radius:var(--gform-theme-field-page-steps-number-border-radius);color:var(--gform-theme-field-page-steps-number-color-complete);content:var(--gform-theme-icon-control-page-numbers-complete);display:inline-grid;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-field-page-steps-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-field-page-steps-number-size);inset-block-start:0;inset-inline-start:0;justify-content:center;line-height:1;place-content:center;position:absolute;text-transform:none}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:before{--gform-theme-local-color:var(--gform-theme-control-icon-color)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:hover:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-hover)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:focus:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-focus)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled .dashicons:before,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:after,.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button:disabled:before{--gform-theme-local-color:var(--gform-theme-control-icon-color-disabled)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-visibility:before{--gform-theme-local-content:var(--gform-theme-icon-control-password-hidden)}.gform-theme--framework.gform-theme.gform_wrapper .gfield--type-password button.gform_show_password.gform-theme-button .dashicons.dashicons-hidden:before{--gform-theme-local-content:var(--gform-theme-icon-control-password-visible)}.gform-theme--framework .gfield_password_strength{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color);--gform-theme-local-border-style:var(--gform-theme-field-password-strength-border-style);--gform-theme-local-border-width:var(--gform-theme-field-password-strength-border-width);--gform-theme-local-border:var(--gform-theme-local-border-width) var(--gform-theme-local-border-style) var(--gform-theme-local-border-color);--gform-theme-local-color:var(--gform-theme-field-password-strength-color);-webkit-margin-before:var(--gform-theme-field-password-strength-margin-block-start);background-color:var(--gform-theme-local-background-color);border:var(--gform-theme-local-border);border-radius:var(--gform-theme-field-password-strength-border-radius);color:var(--gform-theme-local-color);font-family:var(--gform-theme-field-password-strength-font-family);font-size:var(--gform-theme-field-password-strength-font-size);font-style:var(--gform-theme-field-password-strength-font-style);font-weight:var(--gform-theme-field-password-strength-font-weight);letter-spacing:var(--gform-theme-field-password-strength-letter-spacing);line-height:var(--gform-theme-field-password-strength-line-height);margin-block-start:var(--gform-theme-field-password-strength-margin-block-start);padding-block:var(--gform-theme-field-password-strength-padding-block);padding-inline:var(--gform-theme-field-password-strength-padding-inline);position:relative;text-align:var(--gform-theme-field-password-strength-text-align);transition:var(--gform-theme-field-password-strength-transition)}.gform-theme--framework .gfield_password_strength:after,.gform-theme--framework .gfield_password_strength:before{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color);--gform-theme-local-block-size:var(--gform-theme-field-password-strength-indicator-block-size);--gform-theme-local-border-radius:var(--gform-theme-field-password-strength-indicator-border-radius);--gform-theme-local-content:var(--gform-theme-field-password-strength-indicator-content);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size);--gform-theme-local-inset-block-start:var(--gform-theme-field-password-strength-indicator-inset-block-start);--gform-theme-local-inset-inline-start:var(--gform-theme-field-password-strength-indicator-inset-inline-start);--gform-theme-local-position:var(--gform-theme-field-password-strength-indicator-position);--gform-theme-local-transform:var(--gform-theme-field-password-strength-indicator-transform);--gform-theme-local-transition:none;background-color:var(--gform-theme-local-background-color);block-size:var(--gform-theme-local-block-size);border-radius:var(--gform-theme-local-border-radius);content:var(--gform-theme-local-content);display:var(--gform-theme-field-password-strength-indicator-display);inline-size:var(--gform-theme-local-inline-size);inset-block-start:var(--gform-theme-local-inset-block-start);inset-inline-start:var(--gform-theme-local-inset-inline-start);position:var(--gform-theme-local-position);transform:var(--gform-theme-local-transform);transition:var(--gform-theme-local-transition)}.gform-theme--framework .gfield_password_strength:after{--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-blank);--gform-theme-local-transition:var(--gform-theme-field-password-strength-indicator-transition)}.gform-theme--framework .gfield_password_strength.mismatch{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-mismatch);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-mismatch);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-mismatch)}.gform-theme--framework .gfield_password_strength.mismatch:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-mismatch);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-mismatch)}.gform-theme--framework .gfield_password_strength.short{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-short);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-short);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-short)}.gform-theme--framework .gfield_password_strength.short:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-short);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-short)}.gform-theme--framework .gfield_password_strength.bad{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-bad);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-bad);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-bad)}.gform-theme--framework .gfield_password_strength.bad:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-bad);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-bad)}.gform-theme--framework .gfield_password_strength.good{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-good);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-good);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-good)}.gform-theme--framework .gfield_password_strength.good:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-good);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-good)}.gform-theme--framework .gfield_password_strength.strong{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-background-color-strong);--gform-theme-local-border-color:var(--gform-theme-field-password-strength-border-color-strong);--gform-theme-local-color:var(--gform-theme-field-password-strength-color-strong)}.gform-theme--framework .gfield_password_strength.strong:after{--gform-theme-local-background-color:var(--gform-theme-field-password-strength-indicator-background-color-strong);--gform-theme-local-inline-size:var(--gform-theme-field-password-strength-indicator-inline-size-strong)}.gform-theme--framework .gfield--type-product .ginput_product_price{--gform-theme-local-color:var(--gform-theme-field-product-price-color)}.gform-theme--framework .gfield--type-product input[type].ginput_product_price{--gform-theme-local-display:inline-block}.gform-theme--framework .gfield--type-product .ginput_quantity{--gform-theme-local-inline-size:var(--gform-theme-field-product-quantity-inline-size);-webkit-margin-after:var(--gform-theme-field-product-quantity-margin-block-end);margin-block-end:var(--gform-theme-field-product-quantity-margin-block-end)}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct{display:flex;flex-direction:column}.gform-theme--framework .gfield--type-product .ginput_container_product_calculation .ginput_product_price_wrapper,.gform-theme--framework .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper{order:2}.gform-theme--framework .gfield--type-repeater .gfield_repeater_cell:not(:first-child),.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{-webkit-margin-before:var(--gform-theme-field-repeater-row-gap);margin-block-start:var(--gform-theme-field-repeater-row-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{position:relative}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item:before{background-color:var(--gform-theme-field-repeater-separator-color);block-size:1px;content:"";display:block;inline-size:100%;inset-block-start:calc(0px - var(--gform-theme-field-repeater-row-gap)/2);position:absolute}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons{-webkit-margin-before:var(--gform-theme-form-footer-margin-block-start);margin-block-start:var(--gform-theme-form-footer-margin-block-start)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_buttons .gform-theme-button.gform-theme-button--secondary.add_repeater_item{-webkit-margin-end:var(--gform-theme-field-repeater-button-inline-gap);margin-inline-end:var(--gform-theme-field-repeater-button-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{-webkit-border-start:var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);-webkit-padding-start:var(--gform-theme-field-repeater-nested-padding-inline-start);border-inline-start:var(--gform-theme-field-repeater-nested-border-size) var(--gform-theme-field-repeater-nested-border-style) var(--gform-theme-field-repeater-nested-border-color);border-inline-start-style:var(--gform-theme-field-repeater-nested-border-style);padding-inline-start:var(--gform-theme-field-repeater-nested-padding-inline-start)}.gform-theme--framework .gfield--type-section{-webkit-border-after:var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);-webkit-padding-after:var(--gform-theme-field-section-padding-block-end);border-block-end:var(--gform-theme-field-section-border-width) var(--gform-theme-field-section-border-style) var(--gform-theme-field-section-border-color);padding-block-end:var(--gform-theme-field-section-padding-block-end)}.gform-theme--framework .gform_validation_errors{background-color:var(--gform-theme-form-validation-background-color);border:var(--gform-theme-form-validation-border-width) var(--gform-theme-form-validation-border-style) var(--gform-theme-form-validation-border-color);border-radius:var(--gform-theme-form-validation-border-radius);box-shadow:var(--gform-theme-form-validation-box-shadow);display:flex;flex-direction:column;gap:var(--gform-theme-form-validation-gap);margin-block:var(--gform-theme-form-validation-margin-block);padding-block:var(--gform-theme-form-validation-padding-block);padding-inline:var(--gform-theme-form-validation-padding-inline)}.gform-theme--framework .gform_validation_errors .gform_submission_error{color:var(--gform-theme-form-validation-heading-color);display:flex;flex-direction:column;font-family:var(--gform-theme-form-validation-heading-font-family);font-size:var(--gform-theme-form-validation-heading-font-size);font-weight:var(--gform-theme-form-validation-heading-font-weight);gap:var(--gform-theme-form-validation-heading-gap);line-height:var(--gform-theme-form-validation-heading-line-height)}.gform-theme--framework .gform_validation_errors .gform-icon{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-content:center;background-color:var(--gform-theme-form-validation-heading-icon-background-color);block-size:var(--gform-theme-form-validation-heading-icon-size);border-color:var(--gform-theme-form-validation-heading-icon-border-color);border-radius:var(--gform-theme-form-validation-heading-icon-border-radius);border-style:var(--gform-theme-form-validation-heading-icon-border-style);border-width:var(--gform-theme-form-validation-heading-icon-border-width);color:var(--gform-theme-form-validation-heading-icon-color);display:inline-grid;font-family:var(--gform-theme-icon-font-family)!important;font-size:var(--gform-theme-form-validation-heading-icon-font-size);font-style:normal;font-variant:normal;font-weight:400;inline-size:var(--gform-theme-form-validation-heading-icon-size);justify-content:center;line-height:1;place-content:center;text-transform:none}.gform-theme--framework .gform_validation_errors .gform-icon:before{content:var(--gform-theme-icon-tooltip-error)}.gform-theme--framework .gform_validation_errors ol{color:var(--gform-theme-form-validation-summary-color);font-family:var(--gform-theme-form-validation-summary-font-family);font-size:var(--gform-theme-form-validation-summary-font-size);font-weight:var(--gform-theme-form-validation-summary-font-weight);line-height:var(--gform-theme-form-validation-summary-line-height);list-style-type:disc;margin-block:0;margin-inline:0;padding-inline:var(--gform-theme-form-validation-padding-inline)}.gform-theme--framework .gform_validation_errors ol li+li{-webkit-margin-before:4px;margin-block-start:4px}.gform-theme--framework .gform_validation_errors ol a{color:var(--gform-theme-form-validation-summary-color);-webkit-text-decoration:var(--gform-theme-form-validation-summary-item-link-text-decoration);text-decoration:var(--gform-theme-form-validation-summary-item-link-text-decoration)}@media (min-width:640px){.gform-theme--framework .gform_validation_errors .gform_submission_error{align-items:center;flex-direction:row}.gform-theme--framework .gform_validation_errors ol{padding-inline:var(--gform-theme-form-validation-summary-padding-inline)}}.gform-theme--framework .gform_required_legend .gfield_required{color:var(--gform-theme-color-danger)}.gform-theme--framework .gform-loader{border-block-end-color:var(--gform-theme-form-spinner-foreground-color);border-block-start-color:var(--gform-theme-form-spinner-background-color);border-inline-end-color:var(--gform-theme-form-spinner-background-color);border-inline-start-color:var(--gform-theme-form-spinner-foreground-color)}.gform-theme--framework .gform_save_link svg{display:none}.gform-theme--framework .gform_save_link:before{--gform-theme-control-button-icon:var(--gform-theme-icon-control-save-continue)}.gform-theme--framework .field_description_below .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){-webkit-margin-before:var(--gform-theme-description-spacing);margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message){-webkit-margin-after:var(--gform-theme-description-spacing);margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-margin-before:var(--gform-theme-description-choice-field-spacing);margin-block-start:var(--gform-theme-description-choice-field-spacing)}.gform-theme--framework .field_description_above .gfield_description:where([class=gfield_description],.gfield_creditcard_warning_message){-webkit-margin-after:var(--gform-theme-description-spacing);margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above .gfield_description:where(:not([class=gfield_description]):not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message):not(.gfield_consent_description)){-webkit-margin-before:var(--gform-theme-description-spacing);margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-margin-after:var(--gform-theme-description-choice-field-spacing);margin-block-end:var(--gform-theme-description-choice-field-spacing)}.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){margin-block:var(--gform-theme-description-spacing) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)),.gform-theme--framework .right_label .gfield_description:where(:not(.ginput_counter_tinymce):not(.gfield_creditcard_warning_message)){-webkit-padding-before:var(--gform-theme-description-spacing);margin-block:0;margin-inline:auto 0;padding-block-start:var(--gform-theme-description-spacing)}}.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:var(--gform-theme-description-choice-field-spacing) 0}@media (min-width:640px){.gform-theme--framework .left_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){-webkit-padding-before:var(--gform-theme-description-choice-field-spacing);margin-block:0;padding-block-start:var(--gform-theme-description-choice-field-spacing)}}.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]){margin-block:0 var(--gform-theme-description-spacing)}@media (min-width:640px){.gform-theme--framework .left_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]),.gform-theme--framework .right_label .hidden_label.field_description_above .gfield_description:where([class=gfield_description]){margin-block:0;padding-block:0 var(--gform-theme-description-spacing)}}.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:0 var(--gform-theme-description-choice-field-spacing)}@media (min-width:640px){.gform-theme--framework .left_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)),.gform-theme--framework .right_label .hidden_label.field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){margin-block:0;padding-block:0 var(--gform-theme-description-choice-field-spacing)}}.gform-theme--framework .gfield_list_group_item:before,.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])){--gform-theme-local-margin-block:0 var(--gform-theme-label-spacing-primary)}.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*=gform-field-label--type-])),.gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*=gform-field-label--type-])){--gform-theme-local-margin-block:0 var(--gform-theme-label-choice-field-spacing-primary)}@media (min-width:640px){.gform-theme--framework .left_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)),.gform-theme--framework .right_label .gform-field-label:where(:not([class*=gform-field-label--type-]):not(.gfield_header_item):not(.ginput_quantity_label)){--gform-theme-local-margin-block:0;--gform-theme-local-margin-inline:0;-webkit-padding-end:var(--gform-theme-label-spacing-primary);padding-inline-end:var(--gform-theme-label-spacing-primary)}}.gform-theme--framework .gform-field-label--type-inline{--gform-theme-local-margin-inline:var(--gform-theme-label-spacing-horizontal-secondary) 0;--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-secondary) 0}.gform-theme--framework .gform-field--size-sm .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-sm-secondary)}.gform-theme--framework .gform-field--size-md .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-md-secondary)}.gform-theme--framework .gform-field--size-lg .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-lg-secondary)}.gform-theme--framework .gform-field--size-xl .gform-field-label--type-inline{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-vertical-xl-secondary)}.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub{--gform-theme-local-margin-block:var(--gform-theme-label-spacing-tertiary) 0}.gform-theme--framework .field_sublabel_above .gform-field-label--type-sub{--gform-theme-local-margin-block:0 var(--gform-theme-label-spacing-tertiary)} \ No newline at end of file diff --git a/assets/css/dist/gravity-forms-theme-reset.css b/assets/css/dist/gravity-forms-theme-reset.css index 38d0020..1e92c86 100644 --- a/assets/css/dist/gravity-forms-theme-reset.css +++ b/assets/css/dist/gravity-forms-theme-reset.css @@ -23,8 +23,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. .gform-theme--framework { /*** - The new CSS reset - version 1.6.0 (last updated 29.4.2022) - GitHub page: https://github.com/elad2412/the-new-css-reset + The new CSS reset - version 1.9 (last updated 19.6.2023) + GitHub page: https://github.com/elad2412/the-new-css-reset ***/ } @@ -36,7 +36,7 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. .gform-theme--framework *:where( :not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) - :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span)) + :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message > *):not(.form_saved_message_sent > *):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description > *):not(.gform-field-label--type-inline > *:not(span)) ) { all: unset; display: revert; @@ -63,7 +63,8 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. /* For images to not be able to exceed their container */ .gform-theme--framework img { - max-width: 100%; + max-inline-size: 100%; + max-block-size: 100%; } /* removes spacing between cells in tables */ @@ -72,6 +73,12 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. border-collapse: collapse; } +/* Safari - solving issue when using user-select:none on the text input doesn't working */ + +.gform-theme--framework input, .gform-theme--framework textarea { + -webkit-user-select: auto; + } + /* revert the 'white-space' property for textarea elements on Safari */ .gform-theme--framework textarea { @@ -86,6 +93,12 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. appearance: revert; } +/* preformatted text - use only for this feature */ + +.gform-theme--framework :where(pre) { + all: revert; + } + /* reset default text opacity of input placeholder */ .gform-theme--framework ::-moz-placeholder { @@ -104,13 +117,15 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. } /* revert for bug in Chromium browsers - - fix for the content editable attribute will work properly. */ + - fix for the content editable attribute will work properly. + - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/ -.gform-theme--framework :where([contenteditable]) { +.gform-theme--framework :where([contenteditable]:not([contenteditable="false"])) { -moz-user-modify: read-write; -webkit-user-modify: read-write; word-wrap: break-word; -webkit-line-break: after-white-space; + -webkit-user-select: auto; } /* apply back the draggable feature - exist only in Chromium and Safari */ @@ -119,6 +134,12 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. -webkit-user-drag: element; } +/* Revert Modal native behavior */ + +.gform-theme--framework :where(dialog:modal) { + all: revert; + } + /* * More targeted, theme based reset */ diff --git a/assets/css/dist/gravity-forms-theme-reset.min.css b/assets/css/dist/gravity-forms-theme-reset.min.css index 0679810..67c03aa 100644 --- a/assets/css/dist/gravity-forms-theme-reset.min.css +++ b/assets/css/dist/gravity-forms-theme-reset.min.css @@ -1,3 +1,3 @@ .gform-theme--framework :where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video) :not(svg *):not(symbol *) - :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework :after,.gform-theme--framework :before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol,.gform-theme--framework ul{list-style:none}.gform-theme--framework img{max-width:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework input[type=checkbox]:before,.gform-theme--framework input[type=radio]:before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]:after,.gform-theme--framework input[type=radio]:after{content:none} \ No newline at end of file + :not(.gform-theme__no-reset--el):not(.gform-theme__no-reset--children *):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-reset):not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *):not(.gfield--type-section *):not(.form_saved_message>*):not(.form_saved_message_sent>*):not(.gform_confirmation_message *):not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *):not(.wp-editor-area):not(.gfield_description>*):not(.gform-field-label--type-inline>:not(span))){all:unset;display:revert}.gform-theme--framework *,.gform-theme--framework :after,.gform-theme--framework :before{box-sizing:border-box}.gform-theme--framework a,.gform-theme--framework button{cursor:revert}.gform-theme--framework menu,.gform-theme--framework ol,.gform-theme--framework ul{list-style:none}.gform-theme--framework img{max-block-size:100%;max-inline-size:100%}.gform-theme--framework table{border-collapse:collapse}.gform-theme--framework input,.gform-theme--framework textarea{-webkit-user-select:auto}.gform-theme--framework textarea{white-space:revert}.gform-theme--framework meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}.gform-theme--framework :where(pre){all:revert}.gform-theme--framework ::-moz-placeholder{color:unset}.gform-theme--framework ::placeholder{color:unset}.gform-theme--framework :where([hidden]){display:none}.gform-theme--framework :where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;word-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}.gform-theme--framework :where([draggable=true]){-webkit-user-drag:element}.gform-theme--framework :where(dialog:modal){all:revert}.gform-theme--framework input[type=checkbox]:before,.gform-theme--framework input[type=radio]:before{height:auto;margin-block:0;margin-inline:0;position:static;width:auto}.gform-theme--framework input[type=checkbox]:after,.gform-theme--framework input[type=radio]:after{content:none} \ No newline at end of file diff --git a/assets/js/dist/192.91cc727d0b0254356e0e.js b/assets/js/dist/192.71c5ba3644c4b511f13b.js similarity index 75% rename from assets/js/dist/192.91cc727d0b0254356e0e.js rename to assets/js/dist/192.71c5ba3644c4b511f13b.js index 92a6925..7ae6429 100644 --- a/assets/js/dist/192.91cc727d0b0254356e0e.js +++ b/assets/js/dist/192.71c5ba3644c4b511f13b.js @@ -1,2 +1,2 @@ -"use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[192],{9885:function(e,t,n){n.d(t,{Z:function(){return h}});var r=n(107),s=n(9137),a=n(5952),i=n(2340),o=n.n(i),u=function(){function e(t){(0,s.Z)(this,e),this.handlers=[],this.name=t;for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0&&o.indexOf(f)>0)){h=o.substring(o.indexOf(c)-2,o.indexOf(f)+f.length+4);try{h=JSON.parse(h),d=!(!(d=h.status)||"success"!==d&&!0!==d),h.success=d,v={data:h,success:d},i.data=v,i.success=d}catch(e){this.eventsManager.trigger("SaveRequestFailed",i)}}null!=i&&null!==(s=i.data)&&void 0!==s&&s.success?(this.response=i.data,this.handleSuccessfulRequest(),t=!0):(this.eventsManager.trigger("SaveResponseMalformed",i),t=!1);case 16:return this.eventsManager.trigger("SaveCompleted",this.form),e.abrupt("return",t);case 18:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"handleSuccessfulRequest",value:function(){return"data"in this.response==0||"object"!==(0,r.Z)(this.response.data)||Array.isArray(this.response.data)||null===this.response.data?(this.eventsManager.trigger("SaveResponseMalformed",this.response),!1):!("status"in this.response.data)||!0!==this.response.data.status&&"success"!==this.response.data.status?(this.eventsManager.trigger("SaveFailed",this.response.data,this.form),!1):(this.eventsManager.trigger("SaveSucceeded",this.response),!0)}}]),e}()}}]); -//# sourceMappingURL=192.91cc727d0b0254356e0e.js.map \ No newline at end of file +"use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[192],{9885:function(e,t,n){n.d(t,{Z:function(){return h}});var r=n(107),s=n(9137),a=n(5952),i=n(2340),o=n.n(i),u=function(){function e(t){(0,s.Z)(this,e),this.handlers=[],this.name=t;for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0&&o.indexOf(f)>0)){h=o.substring(o.indexOf(c)-2,o.indexOf(f)+f.length+4);try{h=JSON.parse(h),d=!(!(d=h.status)||"success"!==d&&!0!==d),h.success=d,v={data:h,success:d},i.data=v,i.success=d}catch(e){this.eventsManager.trigger("SaveRequestFailed",i)}}null!=i&&null!==(s=i.data)&&void 0!==s&&s.success?(this.response=i.data,this.handleSuccessfulRequest(),t=!0):(this.eventsManager.trigger("SaveResponseMalformed",i),t=!1);case 16:return this.eventsManager.trigger("SaveCompleted",this.form),e.abrupt("return",t);case 18:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"handleSuccessfulRequest",value:function(){return"data"in this.response==0||"object"!==(0,r.Z)(this.response.data)||Array.isArray(this.response.data)||null===this.response.data?(this.eventsManager.trigger("SaveResponseMalformed",this.response),!1):!("status"in this.response.data)||!0!==this.response.data.status&&"success"!==this.response.data.status?(this.eventsManager.trigger("SaveFailed",this.response.data,this.form),!1):(this.eventsManager.trigger("SaveSucceeded",this.response),!0)}}]),e}()}}]); +//# sourceMappingURL=192.71c5ba3644c4b511f13b.js.map \ No newline at end of file diff --git a/assets/js/dist/192.88174801585eb8c62e92.min.js b/assets/js/dist/192.a490d12ead5dc1a93a40.min.js similarity index 77% rename from assets/js/dist/192.88174801585eb8c62e92.min.js rename to assets/js/dist/192.a490d12ead5dc1a93a40.min.js index ede6531..a32e69b 100644 --- a/assets/js/dist/192.88174801585eb8c62e92.min.js +++ b/assets/js/dist/192.a490d12ead5dc1a93a40.min.js @@ -1 +1 @@ -"use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[192],{9885:function(e,t,n){n.d(t,{Z:function(){return h}});var r=n(107),s=n(9137),a=n(5952),i=n(2340),o=n.n(i),u=function(){function e(t){(0,s.Z)(this,e),this.handlers=[],this.name=t;for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0&&o.indexOf(f)>0)){h=o.substring(o.indexOf(c)-2,o.indexOf(f)+f.length+4);try{h=JSON.parse(h),d=!(!(d=h.status)||"success"!==d&&!0!==d),h.success=d,v={data:h,success:d},i.data=v,i.success=d}catch(e){this.eventsManager.trigger("SaveRequestFailed",i)}}null!=i&&null!==(s=i.data)&&void 0!==s&&s.success?(this.response=i.data,this.handleSuccessfulRequest(),t=!0):(this.eventsManager.trigger("SaveResponseMalformed",i),t=!1);case 16:return this.eventsManager.trigger("SaveCompleted",this.form),e.abrupt("return",t);case 18:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"handleSuccessfulRequest",value:function(){return"data"in this.response==!1||"object"!==(0,r.Z)(this.response.data)||Array.isArray(this.response.data)||null===this.response.data?(this.eventsManager.trigger("SaveResponseMalformed",this.response),!1):!("status"in this.response.data)||!0!==this.response.data.status&&"success"!==this.response.data.status?(this.eventsManager.trigger("SaveFailed",this.response.data,this.form),!1):(this.eventsManager.trigger("SaveSucceeded",this.response),!0)}}]),e}()}}]); \ No newline at end of file +"use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[192],{9885:function(e,t,n){n.d(t,{Z:function(){return h}});var r=n(107),s=n(9137),a=n(5952),i=n(2340),o=n.n(i),u=function(){function e(t){(0,s.Z)(this,e),this.handlers=[],this.name=t;for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:s}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,o=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){o=!0,a=e},f:function(){try{i||null==n.return||n.return()}finally{if(o)throw a}}}}function f(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n=0&&o.indexOf(f)>0)){h=o.substring(o.indexOf(c)-2,o.indexOf(f)+f.length+4);try{h=JSON.parse(h),d=!(!(d=h.status)||"success"!==d&&!0!==d),h.success=d,v={data:h,success:d},i.data=v,i.success=d}catch(e){this.eventsManager.trigger("SaveRequestFailed",i)}}null!=i&&null!==(s=i.data)&&void 0!==s&&s.success?(this.response=i.data,this.handleSuccessfulRequest(),t=!0):(this.eventsManager.trigger("SaveResponseMalformed",i),t=!1);case 16:return this.eventsManager.trigger("SaveCompleted",this.form),e.abrupt("return",t);case 18:case"end":return e.stop()}}),e,this)}))),function(){return t.apply(this,arguments)})},{key:"handleSuccessfulRequest",value:function(){return"data"in this.response==!1||"object"!==(0,r.Z)(this.response.data)||Array.isArray(this.response.data)||null===this.response.data?(this.eventsManager.trigger("SaveResponseMalformed",this.response),!1):!("status"in this.response.data)||!0!==this.response.data.status&&"success"!==this.response.data.status?(this.eventsManager.trigger("SaveFailed",this.response.data,this.form),!1):(this.eventsManager.trigger("SaveSucceeded",this.response),!0)}}]),e}()}}]); \ No newline at end of file diff --git a/assets/js/dist/admin-components.js b/assets/js/dist/admin-components.js index 3a7ab1d..692c1cf 100644 --- a/assets/js/dist/admin-components.js +++ b/assets/js/dist/admin-components.js @@ -1,3 +1,3 @@ /*! For license information please see admin-components.js.LICENSE.txt */ -!function(){var t={245:function(t){"use strict";var e="%[a-f0-9]{2}",o=new RegExp("("+e+")|([^%]+?)","gi"),r=new RegExp("("+e+")+","gi");function n(t,e){try{return[decodeURIComponent(t.join(""))]}catch(t){}if(1===t.length)return t;e=e||1;var o=t.slice(0,e),r=t.slice(e);return Array.prototype.concat.call([],n(o),n(r))}function i(t){try{return decodeURIComponent(t)}catch(i){for(var e=t.match(o)||[],r=1;rNumber(t)-Number(e))).map((e=>t[e])):t}function u(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=u(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function m(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function g(t,e){c((e=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},e)).arrayFormatSeparator);const o=function(t){let e;switch(t.arrayFormat){case"index":return(t,o,r)=>{e=/\[(\d*)\]$/.exec(t),t=t.replace(/\[\d*\]$/,""),e?(void 0===r[t]&&(r[t]={}),r[t][e[1]]=o):r[t]=o};case"bracket":return(t,o,r)=>{e=/(\[\])$/.exec(t),t=t.replace(/\[\]$/,""),e?void 0!==r[t]?r[t]=[].concat(r[t],o):r[t]=[o]:r[t]=o};case"comma":case"separator":return(e,o,r)=>{const n="string"==typeof o&&o.includes(t.arrayFormatSeparator),i="string"==typeof o&&!n&&l(o,t).includes(t.arrayFormatSeparator);o=i?l(o,t):o;const s=n||i?o.split(t.arrayFormatSeparator).map((e=>l(e,t))):null===o?o:l(o,t);r[e]=s};case"bracket-separator":return(e,o,r)=>{const n=/(\[\])$/.test(e);if(e=e.replace(/\[\]$/,""),!n)return void(r[e]=o?l(o,t):o);const i=null===o?[]:o.split(t.arrayFormatSeparator).map((e=>l(e,t)));void 0!==r[e]?r[e]=[].concat(r[e],i):r[e]=i};default:return(t,e,o)=>{void 0!==o[t]?o[t]=[].concat(o[t],e):o[t]=e}}}(e),r=Object.create(null);if("string"!=typeof t)return r;if(!(t=t.trim().replace(/^[?#&]/,"")))return r;for(const n of t.split("&")){if(""===n)continue;let[t,s]=i(e.decode?n.replace(/\+/g," "):n,"=");s=void 0===s?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?s:l(s,e),o(l(t,e),s,r)}for(const t of Object.keys(r)){const o=r[t];if("object"==typeof o&&null!==o)for(const t of Object.keys(o))o[t]=m(o[t],e);else r[t]=m(o,e)}return!1===e.sort?r:(!0===e.sort?Object.keys(r).sort():Object.keys(r).sort(e.sort)).reduce(((t,e)=>{const o=r[e];return Boolean(o)&&"object"==typeof o&&!Array.isArray(o)?t[e]=d(o):t[e]=o,t}),Object.create(null))}e.extract=f,e.parse=g,e.stringify=(t,e)=>{if(!t)return"";c((e=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},e)).arrayFormatSeparator);const o=o=>e.skipNull&&null==t[o]||e.skipEmptyString&&""===t[o],r=function(t){switch(t.arrayFormat){case"index":return e=>(o,r)=>{const n=o.length;return void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[",n,"]"].join("")]:[...o,[p(e,t),"[",p(n,t),"]=",p(r,t)].join("")]};case"bracket":return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[]"].join("")]:[...o,[p(e,t),"[]=",p(r,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return o=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&""===n?r:(n=null===n?"":n,0===r.length?[[p(o,t),e,p(n,t)].join("")]:[[r,p(n,t)].join(t.arrayFormatSeparator)])}default:return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,p(e,t)]:[...o,[p(e,t),"=",p(r,t)].join("")]}}(e),n={};for(const e of Object.keys(t))o(e)||(n[e]=t[e]);const i=Object.keys(n);return!1!==e.sort&&i.sort(e.sort),i.map((o=>{const n=t[o];return void 0===n?"":null===n?p(o,e):Array.isArray(n)?0===n.length&&"bracket-separator"===e.arrayFormat?p(o,e)+"[]":n.reduce(r(o),[]).join("&"):p(o,e)+"="+p(n,e)})).filter((t=>t.length>0)).join("&")},e.parseUrl=(t,e)=>{e=Object.assign({decode:!0},e);const[o,r]=i(t,"#");return Object.assign({url:o.split("?")[0]||"",query:g(f(t),e)},e&&e.parseFragmentIdentifier&&r?{fragmentIdentifier:l(r,e)}:{})},e.stringifyUrl=(t,o)=>{o=Object.assign({encode:!0,strict:!0,[a]:!0},o);const r=u(t.url).split("?")[0]||"",n=e.extract(t.url),i=e.parse(n,{sort:!1}),s=Object.assign(i,t.query);let c=e.stringify(s,o);c&&(c=`?${c}`);let l=function(t){let e="";const o=t.indexOf("#");return-1!==o&&(e=t.slice(o)),e}(t.url);return t.fragmentIdentifier&&(l=`#${o[a]?p(t.fragmentIdentifier,o):t.fragmentIdentifier}`),`${r}${c}${l}`},e.pick=(t,o,r)=>{r=Object.assign({parseFragmentIdentifier:!0,[a]:!1},r);const{url:n,query:i,fragmentIdentifier:c}=e.parseUrl(t,r);return e.stringifyUrl({url:n,query:s(i,o),fragmentIdentifier:c},r)},e.exclude=(t,o,r)=>{const n=Array.isArray(o)?t=>!o.includes(t):(t,e)=>!o(t,e);return e.pick(t,n,r)}},553:function(t){"use strict";t.exports=(t,e)=>{if("string"!=typeof t||"string"!=typeof e)throw new TypeError("Expected the arguments to be of type `string`");if(""===e)return[t];const o=t.indexOf(e);return-1===o?[t]:[t.slice(0,o),t.slice(o+e.length)]}},395:function(t){"use strict";t.exports=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`))},378:function(t,e,o){var r=o(695);t.exports=function(t){return null==t?"\\s":t.source?t.source:"["+r(t)+"]"}},695:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},658:function(t){t.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},424:function(t){t.exports=function(t){return null==t?"":""+t}},19:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/<\/?[^>]+>/g,"")}},559:function(t,e,o){var r=o(424),n=o(378),i=String.prototype.trim;t.exports=function(t,e){return t=r(t),!e&&i?i.call(t):(e=n(e),t.replace(new RegExp("^"+e+"+|"+e+"+$","g"),""))}},659:function(t,e,o){var r=o(424),n=o(658);t.exports=function(t){return r(t).replace(/\&([^;]{1,10});/g,(function(t,e){var o;return e in n?n[e]:(o=e.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(o[1],16)):(o=e.match(/^#(\d+)$/))?String.fromCharCode(~~o[1]):t}))}},266:function(t,e,o){var r=o(38).default;function n(){"use strict";t.exports=n=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},o=Object.prototype,i=o.hasOwnProperty,s=Object.defineProperty||function(t,e,o){t[e]=o.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",p=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function d(t,e,o){return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,o){return t[e]=o}}function u(t,e,o,r){var n=e&&e.prototype instanceof g?e:g,i=Object.create(n.prototype),a=new C(r||[]);return s(i,"_invoke",{value:j(t,o,a)}),i}function f(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var m={};function g(){}function y(){}function v(){}var h={};d(h,c,(function(){return this}));var b=Object.getPrototypeOf,P=b&&b(b(E([])));P&&P!==o&&i.call(P,c)&&(h=P);var T=v.prototype=g.prototype=Object.create(h);function O(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function o(n,s,a,c){var p=f(t[n],t,s);if("throw"!==p.type){var l=p.arg,d=l.value;return d&&"object"==r(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(d).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;s(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,n){o(t,r,e,n)}))}return n=n?n.then(i,i):i()}})}function j(t,e,o){var r="suspendedStart";return function(n,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===n)throw i;return{value:void 0,done:!0}}for(o.method=n,o.arg=i;;){var s=o.delegate;if(s){var a=_(s,o);if(a){if(a===m)continue;return a}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if("suspendedStart"===r)throw r="completed",o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r="executing";var c=f(t,e,o);if("normal"===c.type){if(r=o.done?"completed":"suspendedYield",c.arg===m)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r="completed",o.method="throw",o.arg=c.arg)}}}function _(t,e){var o=e.method,r=t.iterator[o];if(void 0===r)return e.delegate=null,"throw"===o&&t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method)||"return"!==o&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+o+"' method")),m;var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,m;var i=n.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,m):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function E(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function e(){for(;++o=0;--r){var n=this.tryEntries[r],s=n.completion;if("root"===n.tryLoc)return o("end");if(n.tryLoc<=this.prev){var a=i.call(n,"catchLoc"),c=i.call(n,"finallyLoc");if(a&&c){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),x(o),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc===t){var r=o.completion;if("throw"===r.type){var n=r.arg;x(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,o){return this.delegate={iterator:E(t),resultName:e,nextLoc:o},"next"===this.method&&(this.arg=void 0),m}},e}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},38:function(t){function e(o){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(o)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},509:function(t,e,o){var r=o(266)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},e={};function o(r){var n=e[r];if(void 0!==n)return n.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,o),i.exports}o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},o.d=function(t,e){for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";function t(){return t=Object.assign?Object.assign.bind():function(t){for(var e=1;et.length)&&(e=t.length);for(var o=0,r=new Array(e);o\n\t\t\t\n\t\t\t
\n\t\t\t\t

').concat(o,"

\n\t\t\t\t").concat(b?'\n\t\t\t\t\t\n\t\t\t\t\t\t').concat(n,"\n\t\t\t\t\t\n\t\t\t\t"):"","\n\t\t\t
\n\t\t\t").concat(w?'\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t'):"","\n\t\t\n\t")},g=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{container:document,content:"",cookieName:"",ctaLabel:"",ctaLink:"",customAttributes:{},customClasses:[],dismissableAriaLabel:"",dismissableTitle:"",hasCta:!1,id:(0,d.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,d.trigger)({event:"gform/alert/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options)),this.elements.alert=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,d.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,d.uniqueId)("gform-alert");d.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,d.delegate)("#".concat(this.options.id),'[data-js="gform-alert-dismiss-trigger"]',"click",this.dismissAlert.bind(this))}},{key:"init",value:function(){this.bindEvents(),this.render(),(0,d.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized alert component.")}}]),o}();function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function v(t){for(var e=1;e"):"","\n\t\t\t\t").concat(y?'
'):"","\n\t\t\t\t\t\n\t\t\t\t\t").concat(y&&x&&c?'').concat(x,""):"","\n\t\t\t\t\t").concat(y&&x&&!c?''.concat(x,""):"","\n\t\t\t\t").concat(y?"
":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},b=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{background:"#ecedf8",customAttributes:{},customClasses:[],displayNoneOnHide:!0,displayText:!0,foreground:"#242748",id:(0,d.uniqueId)("loader"),mask:!0,maskTheme:"light",position:"center",rendered:!1,renderOnInit:!0,showOnRender:!0,size:5,target:"",targetPosition:"afterbegin",text:"",textColor:"#000",theme:"cosmos",type:"simple",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/loader/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"positionLoader",value:function(){var t=this.options,e=t.position,o=t.target,r=(0,d.getNode)(o,document,!0),n=this.elements.maskPositioner,i=d.viewport.elVisibleHeight(r),s=d.viewport.height(),a=r.getBoundingClientRect().top,c=0;("auto"===e&&r.offsetHeight>s&&a<0||"sticky"===e&&i0)&&(c=Math.abs(r.getBoundingClientRect().top)),n.style.top="".concat(c+(i/2-n.offsetHeight/2),"px")}},{key:"removeLoader",value:function(){var t=this.elements,e=t.loaderEl,o=t.style;e.parentNode.removeChild(e),o.parentNode.removeChild(o)}},{key:"showLoader",value:function(){var t=this.options,e=t.mask,o=t.position,r=this.elements.loaderEl;r.style.display="",r.style.opacity="",!e||"auto"!==o&&"sticky"!==o||this.positionLoader(),(0,d.trigger)({event:"gform/loader/post_show",native:!1,data:{instance:this}})}},{key:"hideLoader",value:function(){var t=this.options.displayNoneOnHide,e=this.elements.loaderEl;t?e.style.display="none":e.style.opacity="0",(0,d.trigger)({event:"gform/loader/post_hide",native:!1,data:{instance:this}})}},{key:"setInitialUI",value:function(){var t=this.options,e=t.mask,o=t.position,r=t.showOnRender;r||this.hideLoader(),r&&e&&("auto"===o||"sticky"===o)&&this.positionLoader()}},{key:"storeElements",value:function(){var t=this.options.id;this.elements={loader:(0,d.getNode)("#".concat(t),document,!0),mask:(0,d.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,d.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,d.getNode)("#".concat(t,"-style"),document,!0)},this.elements.loaderEl=this.elements.mask?this.elements.mask:this.elements.loader}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;if(!e){var n=(0,d.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,h(this.options))}this.elements.loader=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.loader.parentNode}},{key:"init",value:function(){this.render(),this.storeElements(),this.setInitialUI(),(0,d.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized loader component.")}}]),o}(),P=function(t){var e=t.activeText,o=void 0===e?"":e,r=t.activeType,n=void 0===r?"":r,i=t.attributes,s=void 0===i?"":i,a=t.customClasses,c=void 0===a?[]:a,l=t.html,u=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,h=void 0===v?(0,d.uniqueId)("button"):v,b=t.interactive,P=void 0!==b&&b,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,_=t.size,k=void 0===_?"size-r":_,x=t.spacing,C=void 0===x?"":x,E=t.type,A=void 0===E?"primary":E,R=(0,d.objectToAttributes)({id:h,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(A),j?"gform-button--round":"",P?"gform-button--interactive":"",n?"gform-button--active-type-".concat(n):"",m&&"leading"===y?"gform-button--icon-leading":"",m&&"trailing"===y?"gform-button--icon-trailing":""].concat(p(Object.keys((0,d.spacerClasses)(C))),p(c))}),D=m?''):"";return"\n\t\t\n\t")},T=function(){function t(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,d.uniqueId)("button"),interactive:!1,interactiveOnClick:!0,label:"",loaderOptions:{additionalClasses:"gform-button__loader",background:"transparent",foreground:"#3e7da6",mask:!1,showOnRender:!1,size:1},lockSize:!0,onActive:function(){},onInactive:function(){},rendered:!1,renderOnInit:!0,round:!1,size:"size-r",target:"",type:"primary"},o),this.options.target||this.options.rendered?((0,d.trigger)({event:"gform/button/pre_init",native:!1,data:{instance:this}}),this.elements={},this.instances={},this.state={active:!1},this.options.renderOnInit&&this.init()):(0,d.consoleError)("You must supply a target to the button component.")}return s(t,[{key:"activateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onActive,i=this.elements.button;if((0,d.trigger)({event:"gform/button/activated",native:!1,data:{instance:this}}),r){var s=i.getBoundingClientRect();i.style.width="".concat(s.width,"px")}o&&(i.disabled=!0),this.elements.button.classList.add("gform-button--activated"),"loader"===e&&this.instances.loader.showLoader(),this.state.active=!0,n(this)}},{key:"deactivateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onInactive,i=this.elements.button;(0,d.trigger)({event:"gform/button/deactivated",native:!1,data:{instance:this}}),this.elements.button.classList.remove("gform-button--activated"),"loader"===e&&this.instances.loader.hideLoader(),o&&(i.disabled=!1),r&&(i.style.width=""),this.state.active=!1,n(this)}},{key:"handleButtonClick",value:function(){this.state.active||this.activateButton()}},{key:"storeElements",value:function(){var t=this.elements.button,e=this.options,o=e.activeText,r=e.icon,n=e.label;o&&(this.elements.activeText=(0,d.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,d.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,d.getNode)("button-inactive-text",t))}},{key:"renderInteractive",value:function(){var t=this.options,e=t.activeType,o=t.interactive,r=t.loaderOptions,n=this.elements.button;o&&"loader"===e&&(r.target="#".concat(n.id),this.instances.loader=new b(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options)),this.elements.button=(0,d.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,d.consoleInfo)("Gravity Forms Admin: Initialized button component on ".concat(o,"."))}},{key:"bindEvents",value:function(){var t=this.options,e=t.interactive,o=t.interactiveOnClick;e&&o&&this.elements.button.addEventListener("click",this.handleButtonClick.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/button/post_render",native:!1,data:{instance:this}})}}]),t}();function O(t,e,o,r,n,i,s){try{var a=t[i](s),c=a.value}catch(t){return void o(t)}a.done?e(c):Promise.resolve(c).then(r,n)}function w(t){return function(){var e=this,o=arguments;return new Promise((function(r,n){var i=t.apply(e,o);function s(t){O(i,r,n,s,a,"next",t)}function a(t){O(i,r,n,s,a,"throw",t)}s(void 0)}))}}function j(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}var _=o(509),k=o.n(_);function x(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function C(t){return function e(o){return 0===arguments.length||x(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return x(o)?e:C((function(e){return t(o,e)}));default:return x(o)&&x(r)?e:x(o)?C((function(e){return t(e,r)})):x(r)?C((function(e){return t(o,e)})):t(o,r)}}}var A=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)},L=C((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():I(t)?[]:function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)?"":function(t){return"[object Object]"===Object.prototype.toString.call(t)}(t)?{}:S(t)?function(){return arguments}():void 0})),B=L;function z(t){for(var e,o=[];!(e=t.next()).done;)o.push(e.value);return o}function F(t,e,o){for(var r=0,n=o.length;r=0;)R(e=M[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):C((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=C((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function $(t,e,o,r){var n=z(t);function i(t,e){return K(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function K(t,e,o,r){if(H(t,e))return!0;var n,i,s=V(t);if(s!==V(e))return!1;if(null==t||null==e)return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(s){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(n=t.constructor,null==(i=String(n).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=o.length-1;a>=0;){if(o[a]===t)return r[a]===e;a-=1}switch(s){case"Map":return t.size===e.size&&$(t.entries(),e.entries(),o.concat([t]),r.concat([e]));case"Set":return t.size===e.size&&$(t.values(),e.values(),o.concat([t]),r.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=U(t);if(c.length!==U(e).length)return!1;var p=o.concat([t]),l=r.concat([e]);for(a=c.length-1;a>=0;){var d=c[a];if(!R(d,e)||!K(e[d],t[d],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=C((function(t){return null!=t&&J(t,B(t))}));function Q(t,e,o){return function(){if(0===arguments.length)return o();var r=Array.prototype.slice.call(arguments,0),n=r.pop();if(!I(n)){for(var i=0;i=0&&this.i>=this.n?(o=r)&&o["@@transducer/reduced"]?o:{"@@transducer/value":o,"@@transducer/reduced":!0}:r},t}(),et=E((function(t,e){return new tt(t,e)}));function ot(t,e){return function(){var o=arguments.length;if(0===o)return e();var r=arguments[o-1];return I(r)||"function"!=typeof r[t]?e.apply(this,arguments):r[t].apply(r,Array.prototype.slice.call(arguments,0,o-1))}}function rt(t){return function e(o,r,n){switch(arguments.length){case 0:return e;case 1:return x(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return x(o)&&x(r)?e:x(o)?E((function(e,o){return t(e,r,o)})):x(r)?E((function(e,r){return t(o,e,r)})):C((function(e){return t(o,r,e)}));default:return x(o)&&x(r)&&x(n)?e:x(o)&&x(r)?E((function(e,o){return t(e,o,n)})):x(o)&&x(n)?E((function(e,o){return t(e,r,o)})):x(r)&&x(n)?E((function(e,r){return t(o,e,r)})):x(o)?C((function(e){return t(e,r,n)})):x(r)?C((function(e){return t(o,e,n)})):x(n)?C((function(e){return t(o,r,e)})):t(o,r,n)}}}var nt=rt(ot("slice",(function(t,e,o){return Array.prototype.slice.call(o,t,e)}))),it=E(Q(["take"],et,(function(t,e){return nt(0,t<0?1/0:t,e)}))),st=E((function(t,e){return J(it(t.length,e),t)}));var at=o(969),ct=o(19),pt=o.n(ct),lt=o(559),dt=o.n(lt),ut=o(659),ft=o.n(ut);function mt(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var o=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=o){var r,n,i,s,a=[],c=!0,p=!1;try{if(i=(o=o.call(t)).next,0===e){if(Object(o)!==o)return;c=!1}else for(;!(c=(r=i.call(o)).done)&&(a.push(r.value),a.length!==e);c=!0);}catch(t){p=!0,n=t}finally{try{if(!c&&null!=o.return&&(s=o.return(),Object(s)!==s))return}finally{if(p)throw n}}return a}}(t,e)||c(t,e)||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.")}()}var gt,yt,vt=function t(e){return Object.entries(e).map((function(e){var o=mt(e,2),n=o[0],i=o[1];return[n,i&&"object"===r(i)?t(i):i]})).reduce((function(t,e){var o=mt(e,2),r=o[0],n=o[1];return null==n||(t[r]=n),t}),{})};function ht(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function bt(t){for(var e=1;e1&&void 0!==g[1]?g[1]:{},i=bt({method:"GET"},n=g.length>2&&void 0!==g[2]?g[2]:{}),s=A(["body"],i),a="GET"!==s.method&&"HEAD"!==s.method,c=s.baseUrl,a&&(p=n.body?n.body:{},o[e].nonce&&(p._ajax_nonce=o[e].nonce),o[e].action&&(p.action=o[e].action),s.body=(y=p,v=void 0,h=void 0,b=void 0,b=new window.FormData,function t(e,o){if(!function(t){return Array.isArray(h)&&h.some((function(e){return e===t}))}(o))if(o=o||"",e instanceof window.File)b.append(o,e);else if(Array.isArray(e))for(var n=0;n0&&void 0!==arguments[0]?arguments[0]:[]).map((function(e){return e.listData?(0,d.saferHtml)(gt||(gt=j(['\n\t\t\t
  • \n\t\t\t\t','\n\t\t\t\t
      '])),e.label)+t(e.listData)+"
    \n\t\t\t
  • \n\t\t\t":(0,d.saferHtml)(yt||(yt=j(['\n\t\t
  • \n\t\t\t\n\t\t
  • \n\t\t"])),e.value,e.value,e.label)})).join("")},_t=function(t){return'\n\t
    \n\t\t").concat(t.triggerTitle?"":'\n\t\t\t').concat(t.triggerAriaText,"\n\t\t"),'\n\t\t\n\t\t\t\n\t\t\t\t').concat(t.triggerSelected?t.triggerSelected:t.triggerPlaceholder,'\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t').concat(t.hasSearch?'\n\t\t\t\n\t\t\t'):"",'\n\t\t\t
    \n\t\t\t\t
      \n\t\t\t\t\t').concat(jt(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},kt=function(){function o(){var r,n,i=this,s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"parseRestResponse",(function(t){return t.map((function(t){return{value:t.id,label:t.title.rendered}}))})),l(this,"handleAsyncSearch",(0,d.debounce)(function(){var t=w(k().mark((function t(e){var o,r,n,s;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(0!==e.target.value.trim().length){t.next=3;break}return i.elements.dropdownList.innerHTML=jt(i.options.listData),t.abrupt("return");case 3:if(r=i.options.endpointArgs,"GET"===(n=wt({baseUrl:i.options.baseUrl,method:"POST",body:wt(wt({},r),{},{search:e.target.value})},i.options.endpointRequestOptions)).method&&(n.params=n.body),!i.state.isMock){t.next=10;break}return(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(n),t.abrupt("return");case 10:return i.showSpinnerEl(),t.next=13,Pt(i.options.endpointKey,i.options.endpoints,n);case 13:s=t.sent,i.hideSpinnerEl(),!i.options.endpointUseRest&&null!=s&&null!==(o=s.data)&&void 0!==o&&o.success&&(i.elements.dropdownList.innerHTML=jt(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=jt(i.parseRestResponse(s.data)));case 17:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{wait:300})),this.options={},t(this.options,{autoPosition:!1,attributes:"",baseUrl:"",closeOnSelect:!0,container:"",detectTitleLength:!1,dropdownListAttributes:"data-simplebar",endpoints:{},endpointArgs:{},endpointKey:"",endpointRequestOptions:{},endpointUseRest:!1,hasSearch:!0,insertPosition:"afterbegin",listData:[],onItemSelect:function(){},onOpen:function(){},onClose:function(){},render:!1,renderListData:!1,renderTarget:"",reveal:"click",searchAriaText:"",searchInputId:"gform-form-switcher-search",searchPlaceholder:"",searchType:"basic",selector:"gform-dropdown",showSpinner:!1,swapLabel:!0,titleLengthThresholdMedium:23,titleLengthThresholdLong:32,triggerAriaId:"gform-form-switcher-label",triggerAriaText:"",triggerClasses:"",triggerId:"gform-form-switcher-control",triggerPlaceholder:"",triggerSelected:"",triggerTitle:"",wrapperClasses:"gform-dropdown"},s),this.elements={},this.templates={dropdownListItems:jt,dropdownTemplate:_t},(0,d.trigger)({event:"gform/dropdown/pre_init",native:!1,data:{instance:this}}),this.state={isMock:"mock_endpoint"===(null===(r=this.options.endpoints)||void 0===r||null===(n=r.get_posts)||void 0===n?void 0:n.action),open:!1,unloading:!1},this.options.render&&this.render(),this.options.container=this.options.container?document.querySelectorAll(this.options.container)[0]:document,this.elements.container=(0,d.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,d.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,d.getNodes)("gform-dropdown-container",!1,this.elements.container)[0],this.options.renderListData&&!this.options.render&&this.renderListData(),this.init(),this.hideSpinnerEl=function(){this.elements.container.classList.remove("gform-dropdown--show-spinner")},this.showSpinnerEl=function(){this.elements.container.classList.add("gform-dropdown--show-spinner")}):(0,d.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,d.trigger)({event:"gform/dropdown/item_selected",native:!1,data:{instance:this,event:t}}),this.elements.control.setAttribute("data-value",t.target.dataset.value),this.options.onItemSelect(t.target.dataset.value),this.options.showSpinner&&this.showSpinnerEl(),this.options.swapLabel&&(this.elements.controlText.innerText=t.target.innerText,this.elements.controlText.innerText===this.options.triggerPlaceholder?this.elements.control.classList.add("gform-dropdown__control--placeholder"):this.elements.control.classList.remove("gform-dropdown__control--placeholder")),this.options.closeOnSelect&&this.handleControl()}},{key:"handleControl",value:function(){this.state.open?this.closeDropdown():this.openDropdown()}},{key:"handlePosition",value:function(){this.options.autoPosition&&(this.elements.container.parentNode.offsetHeight-(this.elements.container.offsetTop+this.elements.container.offsetHeight+this.elements.dropdownContainer.offsetHeight)<10?this.elements.container.classList.add("gform-dropdown--position-top"):this.elements.container.classList.remove("gform-dropdown--position-top"))}},{key:"openDropdown",value:function(){this.state.open||(this.options.onOpen(),this.elements.container.classList.add("gform-dropdown--reveal"),setTimeout(function(){this.elements.container.classList.add("gform-dropdown--open"),this.elements.control.setAttribute("aria-expanded","true"),this.state.open=!0,this.handlePosition()}.bind(this),25),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--reveal")}.bind(this),200))}},{key:"closeDropdown",value:function(){this.options.onClose(),this.state.open=!1,this.elements.container.classList.remove("gform-dropdown--open"),this.elements.container.classList.add("gform-dropdown--hide"),this.elements.control.setAttribute("aria-expanded","false"),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--hide")}.bind(this),150)}},{key:"handleMouseenter",value:function(){"hover"!==this.options.reveal||this.state.open||this.state.unloading||this.openDropdown()}},{key:"handleMouseleave",value:function(){"hover"!==this.options.reveal||this.state.unloading||this.closeDropdown()}},{key:"handleA11y",value:function(t){if(this.state.open)return 27===t.keyCode?(this.closeDropdown(),void this.elements.control.focus()):void(9!==t.keyCode||(0,d.getClosest)(t.target,'[data-js="'+this.options.selector+'"]')||this.elements.triggers[0].focus())}},{key:"handleBasicSearch",value:function(t){var e=t.target.value.toLowerCase();this.elements.triggers.forEach((function(t){t.innerText.toLowerCase().includes(e)?t.parentNode.style.display="":t.parentNode.style.display="none"}))}},{key:"handleSearch",value:function(t){"basic"!==this.options.searchType?this.handleAsyncSearch(t):this.handleBasicSearch(t)}},{key:"storeTriggers",value:function(){this.elements.control=(0,d.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,d.getNodes)("gform-dropdown-trigger",!0,this.elements.container)}},{key:"render",value:function(){this.options.renderTarget=this.options.renderTarget?document.querySelectorAll(this.options.renderTarget)[0]:document.body,this.options.renderTarget.insertAdjacentHTML(this.options.insertPosition,_t(this.options))}},{key:"renderListData",value:function(){this.elements.dropdownList.innerHTML=jt(this.options.listData)}},{key:"setup",value:function(){if("hover"===this.options.reveal&&this.elements.container.classList.add("gform-dropdown--hover"),this.options.detectTitleLength){var t=this.elements.titleEl?this.elements.titleEl.innerText:"";t.length>this.options.titleLengthThresholdMedium&&t.length<=this.options.titleLengthThresholdLong?this.elements.container.parentNode.classList.add("gform-dropdown--medium-title"):t.length>this.options.titleLengthThresholdLong&&this.elements.container.parentNode.classList.add("gform-dropdown--long-title")}(0,d.consoleInfo)('Gravity Forms Admin: Initialized dropdown component on [data-js="'.concat(this.options.selector,'"].'))}},{key:"bindEvents",value:function(){var t='[data-js="'.concat(this.options.selector,'"]');(0,d.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-search"]',"keyup",this.handleSearch.bind(this)),this.elements.container.addEventListener("mouseenter",this.handleMouseenter.bind(this)),this.elements.container.addEventListener("mouseleave",this.handleMouseleave.bind(this)),this.elements.container.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("click",function(t){!this.elements.container.contains(t.target)&&this.state.open&&this.handleControl()}.bind(this),!0),addEventListener("beforeunload",function(){this.state.unloading=!0}.bind(this))}},{key:"init",value:function(){this.storeTriggers(),this.bindEvents(),this.setup(),(0,d.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),xt=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"display-3xl":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"h2":f,g=t.weight,y=void 0===g?"semibold":g,v={class:["gform-heading","gform-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},Ct=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,d.trigger)({event:"gform/heading/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,xt(this.options)),this.elements.heading=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function Et(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function At(t){for(var e=1;e").concat(o,"\n\t")},Dt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,size:"text-xs",spacing:"",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/help_text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Rt(this.options)),this.elements.helpText=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized help text component on ".concat(this.options.target,"."))}}]),o}();function Nt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function St(t){for(var e=1;e'):"",B=m||y||o?"":"",z=m?'
    '.concat(m,"
    "):"",F=y?'
    '.concat(y,"
    "):"",H="";if(o&&(H='\n\t\t\t\n\t\t')),h&&("radio"===A||"checkbox"===A)){var q=u?' for="'.concat(u,'"'):"";N="\n\t\t\t\n\t\t\t\t").concat(h,"\n\t\t\t\n\t\t")}var M=(0,d.objectToAttributes)(St(St({},s),{},{id:u,type:A,value:D,class:["gform-input","gform-input--theme-".concat(C),"radio"!==A&&"checkbox"!==A&&"gform-input","radio"!==A&&"checkbox"!==A&&"gform-input--text",("radio"===A||"checkbox"===A)&&"gform-input--".concat(A)].concat(p(Object.keys((0,d.spacerClasses)(k))),p(c))}));return"\n\t\t".concat(L,"\n\t\t\t").concat(z,"\n\t\t\t\n\t\t\t").concat(F,"\n\t\t\t").concat(H,"\n\t\t").concat(B,"\n\t\t").concat(N,"\n\t")},Lt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{actionButton:!1,actionButtonIcon:"eye",customAttributes:{},customClasses:[],id:"",inputPrefix:"",inputSuffix:"",label:"",labelAttributes:"",labelClasses:"",placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"text",value:""},r),(0,d.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,It(this.options)),this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized input component.")}}]),o}();function Bt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function zt(t){for(var e=1;e").concat(c,"\n\t")},Ht=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],htmlFor:"",label:"",isVisible:!0,rendered:!1,renderOnInit:!0,size:"text-sm",spacing:"",target:"",targetPosition:"afterbegin",weight:"medium"},r),(0,d.trigger)({event:"gform/label/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ft(this.options)),this.elements.label=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();function qt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Mt(t){for(var e=1;e\n\t\t\t').concat(u,"\n\t\t\n\t")},Gt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],href:"",id:"",label:"",linkTarget:"_self",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Wt(this.options)),this.elements.link=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized link component.")}}]),o}();function Ut(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Vt(t){for(var e=1;e\n\t\t\t\t").concat(s,"\n\t\t\t\n\t\t")},U=O.map((function(t){var e=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=mt(e,1)[0];return t[o]})):t}(t.choices);return e.length?'\n\t\t\t\n\t\t\t\t').concat(e.map((function(t){return G(t)})),"\n\t\t\t\n\t\t"):G(t)})),V=Rt(W);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Ft(M),"\n\t\t\t").concat("above"===u?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===u?V:"","\n\t\t\n\t")},Kt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,helpTextAttributes:{},helpTextPosition:"below",id:"",initialValue:"",labelAttributes:{},name:"",options:[],rendered:!1,renderOnInit:!0,size:"size-r",spacing:"",theme:"cosmos",target:"",targetPosition:"afterbegin",wrapperAttributes:{},wrapperClasses:[],wrapperTagName:"div",ariaLabel:""},r),(0,d.trigger)({event:"gform/select/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,$t(this.options)),this.elements.select=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized select component.")}}]),o}();function Jt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Yt(t){for(var e=1;e\n\t")},Xt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Qt(this.options)),this.elements.stackedIcon=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized stackedIcon component.")}}]),o}();function Zt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function te(t){for(var e=1;e\n\t\t\t").concat(s?' ':"",'\n\t\t\t').concat(m,"\n\t\t\n\t")},oe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],hasDot:!0,id:"",isStatic:!1,label:"",pill:!0,rendered:!1,renderOnInit:!0,spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ee(this.options)),this.elements.statusIndicator=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized statusIndicator component.")}}]),o}(),re=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"text-md":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"div":f,g=t.weight,y=void 0===g?"regular":g,v={class:["gform-common-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},ne=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,re(this.options)),this.elements.text=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized text component on ".concat(this.options.target,"."))}}]),o}();function ie(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function se(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],n=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],i=(0,d.objectToAttributes)(se({class:["gform-label","gform-input__label","gform-input__label--textarea",n?"":"gform-visually-hidden"].concat(p(r)),for:t},o));return"\n\t\t\n\t")}(c,u,m,y,h),z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=(0,d.objectToAttributes)({class:["gform-input-help-text"],id:"".concat(e,"-help-text")});return"\n\t\t\n\t\t\t").concat(t,"\n\t\t\n\t")}(s,c);return"\n\t\t<".concat(S," ").concat(I,">\n\t\t\t").concat(u&&B,"\n\t\t\t\n\t\t\t").concat(s&&z,"\n\t\t\n\t")},ce=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],helpText:"",id:"",label:"",labelCustomAttributes:{},labelCustomClasses:[],labelVisible:!0,placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",value:"",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("textarea"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ae(this.options)),this.elements.textarea=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized textarea component.")}}]),o}();function pe(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function le(t){for(var e=1;e\n\t\t\t\n\t\t\t\n\t\t\t\t').concat(y,"\n\t\t\t\n\t\t\n\t")},be=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,icons:!1,id:"",initialChecked:!1,label:"",labelPosition:"right",labelVisible:!1,name:"",rendered:!1,renderOnInit:!0,size:"size-s",spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,he(this.options)),this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),Pe=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonClasses,s=void 0===i?"":i,a=t.closeButtonTitle,c=void 0===a?"":a,p=t.confirmButtonAttributes,l=void 0===p?"":p,d=t.confirmButtonIcon,u=void 0===d?"":d,f=t.confirmButtonText,m=void 0===f?"":f,g=t.content,y=void 0===g?"":g,v=t.id,h=void 0===v?"":v,b=t.maskBlur,P=void 0===b||b,T=t.maskClasses,O=void 0===T?"":T,w=t.maskTheme,j=void 0===w?"none":w,_=t.mode,k=void 0===_?"":_,x=t.position,C=void 0===x?"fixed":x,E=t.title,A=void 0===E?"":E,R=t.titleIcon,D=void 0===R?"":R,N=t.titleIconColor,S=void 0===N?"":N,I=t.wrapperClasses,L=void 0===I?"":I,B=t.zIndex,z=void 0===B?10:B;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(A?'
    ':"","\n\t\t\t").concat(A?'
    ').concat(D?'"):"").concat(A,"
    "):"","\n\t\t\t").concat(A?"
    ":"",'\n\t\t\t
    ').concat(y,"
    \n\t\t\t").concat("dialog"===k||"alert"===k?'
    ':"","\n\t\t\t").concat("dialog"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(n,'\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t").concat(u?''):"").concat(m,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(o,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("dialog"===k||"alert"===k?"
    ":"","\n\t\t
    \n\t
    \n\t")},Te=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeDialog",(function(){var t=r.elements.mask,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-dialog--anim-in-active")&&(t.classList.remove("gform-dialog--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-dialog--anim-in-ready")}),o),r.state.open=!1,r.elements.activeTrigger&&r.elements.activeTrigger.focus(),r.options.lockBody&&d.bodyLock.unlock(),n())})),l(this,"maybeCloseDialog",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&r.closeDialog()})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.dialog,r.closeDialog)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?r.closeDialog():r.showDialog()})),l(this,"handleMaskClick",(function(t){t.target.id===r.options.id||(0,d.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,d.trigger)({event:"gform/dialog/confirm",native:!1,data:{instance:r,button:t.target}}),r.options.closeOnConfirmClick&&r.closeDialog(),e()})),this.options={},t(this.options,{alertButtonText:"",animationDelay:250,cancelButtonText:"",closeButtonClasses:"gform-dialog__close",closeButtonTitle:"",closeOnMaskClick:!0,closeOnConfirmClick:!0,confirmButtonAttributes:"",confirmButtonIcon:"",confirmButtonText:"",id:(0,d.uniqueId)("dialog"),lockBody:!1,maskBlur:!0,maskClasses:"gform-dialog__mask",maskTheme:"light",mode:"",onClose:function(){},onConfirm:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,target:"body",title:"",titleIcon:"",titleIconColor:"",triggers:"",wrapperClasses:"gform-dialog",zIndex:10},n),(0,d.trigger)({event:"gform/dialog/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={open:!1},this.options.renderOnInit&&this.init()}return s(o,[{key:"showDialog",value:function(){var t=this.elements.mask;this.options.lockBody&&d.bodyLock.lock(),this.options.onOpen(),t.classList.add("gform-dialog--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-dialog--anim-in-active")}),25),this.elements.closeButton.focus(),this.state.open=!0}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,d.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,d.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,d.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,d.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,d.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,d.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,d.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,d.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,d.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",Pe(this.options))}},{key:"bindEvents",value:function(){var t=this;this.elements.dialog.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeDialog),this.options.triggers&&(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),this.options.closeOnMaskClick&&this.elements.mask.addEventListener("click",this.handleMaskClick),this.elements.alertButton&&this.elements.alertButton.addEventListener("click",this.closeDialog),this.elements.cancelButton&&this.elements.cancelButton.addEventListener("click",this.closeDialog),this.elements.confirmButton&&this.elements.confirmButton.addEventListener("click",this.handleConfirm),document.addEventListener("gform/dialog/close",this.maybeCloseFlyout),document.addEventListener("gform/dialog/close-all",this.closeFlyout)}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),Oe=function(t){var e=t.id,o=void 0===e?"":e,r=t.closeButtonClasses,n=void 0===r?"":r,i=t.closeButtonTitle,s=void 0===i?"":i,a=t.content,c=void 0===a?"":a,p=t.description,l=void 0===p?"":p,d=t.desktopWidth,u=void 0===d?0:d,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,h=void 0===v?"":v,b=t.maxWidth,P=void 0===b?0:b,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,_=t.position,k=void 0===_?"":_,x=t.showDivider,C=void 0===x||x,E=t.simplebar,A=void 0!==E&&E,R=t.title,D=void 0===R?"":R,N=t.wrapperClasses,S=void 0===N?"":N,I=t.zIndex,L=void 0===I?10:I;return'\n\t
    \n\t\t\n\t\t').concat(y?'\n\t\t\n\t\t
    \n\t\t'):"","\n\t\t").concat(D||l?'
    ':"","\n\t\t").concat(D?'
    '.concat(D,"
    "):"","\n\t\t").concat(l?'

    '.concat(l,"

    "):"","\n\t\t").concat(D||l?"
    ":"",'\n\t\t
    ').concat(c,"
    \n\t
    \n\t\n\t")},we=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeFlyout",(function(){var t=r.elements.flyout,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-flyout--anim-in-active")&&(t.classList.remove("gform-flyout--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-flyout--anim-in-ready")}),o),r.state.open=!1,r.shrinkFlyout(),n())})),l(this,"maybeCloseFlyout",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&(r.elements.flyout.classList.remove("anim-in-ready"),r.elements.flyout.classList.remove("anim-in-active"),r.elements.flyout.classList.remove("anim-out-ready"),r.elements.flyout.classList.remove("anim-out-active"),r.state.open=!1,r.shrinkFlyout())})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.flyout,r.closeFlyout)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?(r.closeFlyout(),r.elements.activeTrigger.focus(),r.state.open=!1):(r.showFlyout(),r.elements.closeButton.focus(),r.state.open=!0)})),l(this,"handleExpandable",(function(){r.state.expanded?r.shrinkFlyout():r.expandFlyout()})),l(this,"handleResize",(function(){r.updateFlyoutWidth()})),this.options={},t(this.options,{animationDelay:170,closeButtonClasses:"gform-flyout__close",closeButtonTitle:"",closeOnOutsideClick:!0,content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,d.uniqueId)("flyout"),insertPosition:"beforeend",lockBody:!1,maxWidth:850,mobileBreakpoint:768,mobileWidth:100,onClose:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,showDivider:!0,simplebar:!1,target:"body",title:"",triggers:'[data-js="gform-trigger-flyout"]',wrapperClasses:"gform-flyout",zIndex:10},n),(0,d.trigger)({event:"gform/flyout/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={expanded:!1,open:!1,unExpandedWidth:0},this.options.renderOnInit&&this.init()}return s(o,[{key:"showFlyout",value:function(){var t=this.elements.flyout;this.options.onOpen(),d.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-flyout--anim-in-active")}),25)}},{key:"updateFlyoutWidth",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&!this.state.expanded){var o=this.elements,r=o.flyout,n=o.expandableTrigger;(this.elements.resizeParent?this.elements.resizeParent.clientWidth:d.viewport.width())<=r.clientWidth+50?(r.classList.add("gform-flyout--hide-expander"),window.setTimeout((function(){n.style.display="none"}),e)):(n.style.display="",window.setTimeout((function(){r.classList.remove("gform-flyout--hide-expander")}),20))}}},{key:"expandFlyout",value:function(){var t=this,e=this.options,o=e.expandableWidth;if(e.expandable&&!this.state.expanded){var r=this.elements.flyout;this.state.unExpandedWidth=r.clientWidth,r.style.width="".concat(this.state.unExpandedWidth,"px"),r.style.transition="none",(0,d.delay)((function(){r.style.maxWidth="none"}),20).delay((function(){r.style.transition=""}),20).delay((function(){r.style.width="calc(".concat(o,"% - 50px)"),r.classList.add("gform-flyout--expanded"),t.state.expanded=!0}),20)}}},{key:"shrinkFlyout",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&this.state.expanded){var o=this.elements.flyout;o.style.width="".concat(this.state.unExpandedWidth,"px"),o.classList.remove("gform-flyout--expanded"),window.setTimeout((function(){o.style.width="",o.style.maxWidth=""}),e),this.state.expanded=!1}}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,d.getNodes)("flyout-content",!1,t)[0],closeButton:(0,d.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,d.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,d.getNodes)(this.options.triggers,!0,document,!0)}}},{key:"render",value:function(){var t=document.querySelectorAll(this.options.target)[0];t?(t.insertAdjacentHTML(this.options.insertPosition,Oe(this.options)),(0,d.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,d.consoleError)("Flyout could not render as ".concat(this.options.target," could not be found."))}},{key:"bindEvents",value:function(){var t=this;this.elements.flyout.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeFlyout),(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,d.resize)(this.handleResize),document.addEventListener("gform/flyout/close",this.maybeCloseFlyout),document.addEventListener("gform/flyout/close-all",this.closeFlyout),this.options.expandable&&this.elements.expandableTrigger.addEventListener("click",this.handleExpandable),this.options.closeOnOutsideClick&&document.addEventListener("click",function(t){this.elements.flyout.contains(t.target)||!this.state.open||(0,d.getClosest)(t.target,"#TB_window")||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,d.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),je=ajaxurl,_e=o.n(je);function ke(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function xe(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({data:{},endpoints:{},dialog:{closeOnConfirmClick:!1,closeOnMaskClick:!1,confirmButtonIcon:"floppy-disk",id:"dialog-embed-form-unsaved-changes",mode:"dialog",titleIcon:"circle-delete",titleIconColor:"#DD301D",wrapperClasses:"gform-dialog gform-dialog--embed-form-unsaved",zIndex:1e5},dialogLoader:{additionalClasses:"gform-dialog__confirm-loader",background:"#3e7da6",foreground:"#fff",mask:!1,showOnRender:!1,size:1.5},flyout:{closeOnOutsideClick:!1,maxWidth:540,mobileBreakpoint:1200,position:"absolute",simplebar:!0,target:'[data-js="form-editor"]',triggers:'[data-js="embed-flyout-trigger"]',wrapperClasses:"gform-flyout gform-flyout--embed-form",zIndex:95},i18n:{},urls:{}},a),(0,d.trigger)({event:"gform/embed_form/pre_init",native:!1,data:{instance:this}}),(0,d.isEmptyObject)(this.options.data)||(0,d.isEmptyObject)(this.options.i18n)?(0,d.consoleError)("The embed form component requires data and language strings to instantiate."):(this.instances={},this.elements={},this.properties={postTypes:(null===(o=this.options.data)||void 0===o?void 0:o.post_types)||[]},this.state={addToActiveCPT:null!==(r=this.properties.postTypes)&&void 0!==r&&r[0]?this.properties.postTypes[0].slug:"",createNewActiveCPT:null!==(n=this.properties.postTypes)&&void 0!==n&&n[0]?this.properties.postTypes[0].slug:"",isMock:"mock_endpoint"===(null===(i=this.options.endpoints)||void 0===i||null===(s=i.create_post_with_block)||void 0===s?void 0:s.action),redirectRequested:!1,redirectType:""},this.init())}var o;return s(t,[{key:"redirectToEditor",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o="".concat((0,d.sprintf)(this.options.urls.edit_post,t)).concat(e?"&gfAddBlock=".concat(this.options.data.form_id):"");if(this.state.isMock)return(0,d.consoleInfo)("Currently in mock state, if live would have redirected to: ".concat(o)),o;window.location.href=o}},{key:"getGroupHTML",value:function(t){return'
    '.concat(t,"
    ")}},{key:"getGroupTitle",value:function(t){return(0,d.saferHtml)(de||(de=j(['
    ',"
    "])),t)}},{key:"getGroupActionButton",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return'")}},{key:"getPostTypeSwitcher",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return'
    '.concat(this.properties.postTypes.map((function(r,n){var i={name:t,"data-js":"post-type-switcher","data-type":r.slug};return 0===n&&(i.checked="checked"),It({customAttributes:i,label:(0,d.sprintf)(o,'',"",(0,d.escapeHtml)(r.label)),id:(0,d.saferHtml)(ue||(ue=j(["","",""])),e,r.slug),type:"radio",value:(0,d.saferHtml)(fe||(fe=j(["",""])),r.slug)})})).join(""),"
    ")}},{key:"getFormIdHtml",value:function(){var t=ee({hasDot:!1,isStatic:!0,label:(0,d.saferHtml)(me||(me=j(["",""])),(0,d.vsprintf)(this.options.i18n.id,[this.options.data.form_id])),pill:!1,status:"inactive"});return'

    '.concat(t,"

    ")}},{key:"getDropdownOptions",value:function(){var t,e,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(null===(t=this.options.data)||void 0===t||null===(e=t.items)||void 0===e?void 0:e[o.slug])||{};return{attributes:'data-type="'.concat(o.slug,'"'),dropdownListAttributes:"data-simplebar",hasSearch:r.count>5,listData:r.entries||[],searchAriaText:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),searchInputId:(0,d.saferHtml)(ge||(ge=j(["gform-form-switcher-search-add-to-form-",""])),o.slug),searchPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),selector:"gform-dropdown-add-to-form-".concat(o.slug),triggerAriaId:"gform-form-switcher-label-add-to-form-".concat(o.slug),triggerAriaText:(0,d.escapeHtml)(this.options.i18n.add_trigger_aria_text),triggerId:"gform-form-switcher-control-add-to-form-".concat(o.slug),triggerPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_dropdown_placeholder,[o.label])),wrapperClasses:"gform-dropdown gform-embed-form__dropdown"}}},{key:"getAddToDropdowns",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(_t(t.getDropdownOptions(e)),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getCreateNewInputs",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){var r={customAttributes:{"data-js":"create-new-post-input","data-type":e.slug},placeholder:(0,d.escapeHtml)((0,d.vsprintf)(t.options.i18n.create_placeholder,[e.label])),type:"text"};return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(It(r),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getAddToExistingContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.add_title);return t+=this.getPostTypeSwitcher("add_post_type","embed-form-add-to-post-",this.options.i18n.add_post_type_choice_label),t+=this.getAddToDropdowns(),t+=this.getGroupActionButton(this.options.i18n.add_button_label,"embed-form-add-to-post-trigger"),this.getGroupHTML(t)}},{key:"getCreateNewContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.create_title);return t+=this.getPostTypeSwitcher("create_new_in_post_type","embed-form-create-new-",this.options.i18n.create_post_type_choice_label),t+=this.getCreateNewInputs(),t+=this.getGroupActionButton(this.options.i18n.create_button_label,"embed-form-create-post-trigger"),this.getGroupHTML(t)}},{key:"getShortcodeTrigger",value:function(){var t=(0,d.sprintf)((0,d.escapeHtml)(this.options.i18n.shortcode_helper),''),""),e=(0,d.saferHtml)(ye||(ye=j(['\n\t\t\t','\n\t\t\t\n\t\t"])),this.options.i18n.shortcode_button_label,this.options.i18n.shortcode_button_copied);return'")}},{key:"getShortcodeHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.shortcode_title);return t+=(0,d.saferHtml)(ve||(ve=j(['

    ',"

    "])),this.options.i18n.shortcode_description),t+=this.getShortcodeTrigger(),this.getGroupHTML(t)}},{key:"generateFlyoutContent",value:function(){var t=this.getFormIdHtml();return t+=this.getAddToExistingContentHtml(),(t+=this.getCreateNewContentHtml())+this.getShortcodeHtml()}},{key:"resetConfirmDialogState",value:function(t){var e=this.instances.dialog.elements,o=e.cancelButton,r=e.closeButton,n=e.confirmButton;o.disabled=!1,r.disabled=!1,n.disabled=!1,n.style.width="",this.instances.dialogLoader.hideLoader(),n.classList.remove("gform-dialog__confirm-button--saving"),t&&"gform/form_editor_saver/post_save_error"===t.type&&(this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleDialogConfirm",value:function(){var t=this.instances.dialog.elements,e=t.cancelButton,o=t.closeButton,r=t.confirmButton;e.disabled=!0,o.disabled=!0,r.disabled=!0,r.style.width="".concat(r.offsetWidth,"px"),this.instances.dialogLoader.showLoader(),r.classList.contains("gform-dialog__confirm-saving--initialized")||(r.classList.add("gform-dialog__confirm-saving--initialized"),r.insertAdjacentHTML("beforeend",'\n\t\t\t\t'.concat(this.options.i18n.dialog_confirm_saving,"\n\t\t\t"))),r.classList.add("gform-dialog__confirm-button--saving")}},{key:"wrapDialogConfirmText",value:function(){var t=this.instances.dialog.elements.confirmButton.innerHTML;this.instances.dialog.elements.confirmButton.innerHTML=''.concat(t,"")}},{key:"render",value:function(){this.instances.flyout=new we(xe({content:this.generateFlyoutContent(),title:this.options.i18n.title},this.options.flyout)),this.instances.dialog=new Te(xe({cancelButtonText:this.options.i18n.dialog_cancel_text,closeButtonTitle:this.options.i18n.dialog_close_title,confirmButtonText:this.options.i18n.dialog_confirm_text,content:this.options.i18n.dialog_content,onConfirm:this.handleDialogConfirm.bind(this),title:this.options.i18n.dialog_title},this.options.dialog)),this.wrapDialogConfirmText(),this.instances.dialogLoader=new b(xe({target:"#".concat(this.instances.dialog.elements.confirmButton.id)},this.options.dialogLoader))}},{key:"storeElements",value:function(){var t=this.instances.flyout.elements.flyout;this.elements={addToExistingDropdowns:(0,d.getNodes)(".gform-embed-form__dropdown",!0,t,!0),addToExistingTrigger:(0,d.getNodes)("embed-form-add-to-post-trigger",!1,t)[0],createNewInputs:(0,d.getNodes)("create-new-post-input",!0,t),createNewTrigger:(0,d.getNodes)("embed-form-create-post-trigger",!1,t)[0],shortcodeTrigger:(0,d.getNodes)("embed-form-shortcode-trigger",!1,t)[0]}}},{key:"handlePostTypeSwitcherChange",value:function(t){var e=t.delegateTarget,o=(0,d.getClosest)(e,'[data-js="embed-flyout-group"]');"create_new_in_post_type"===e.name?this.state.createNewActiveCPT=e.value:this.state.addToActiveCPT=e.value,(0,d.getNodes)("embed-flyout-post-type-action-container",!0,o).forEach((function(t){t.dataset.type===e.dataset.type?t.classList.remove("gform-embed-form--hidden"):t.classList.add("gform-embed-form--hidden")}))}},{key:"handlePostSaveRedirect",value:function(){this.state.redirectRequested&&(this.resetConfirmDialogState(),"addToPost"===this.state.redirectType?this.handleAddToPost():"createPost"===this.state.redirectType&&this.handleCreatePost(),this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleAddToPost",value:function(){var t=this,e=this.elements.addToExistingDropdowns.filter((function(e){return e.dataset.type===t.state.addToActiveCPT}))[0],o=(0,d.getNodes)("gform-dropdown-control",!1,e)[0];if(o.dataset.value){if((0,d.isFormDirty)())return this.state.redirectRequested=!0,this.state.redirectType="addToPost",void this.instances.dialog.showDialog();this.instances.dialog.closeDialog(),this.redirectToEditor(o.dataset.value)}else o.focus()}},{key:"handleCreatePost",value:(o=w(k().mark((function t(){var e,o,r,n,i,s=this;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=this.elements.createNewInputs.filter((function(t){return t.dataset.type===s.state.createNewActiveCPT}))[0],o=(0,d.escapeHtml)(e.value.trim())){t.next=5;break}return e.focus(),t.abrupt("return");case 5:if(!(0,d.isFormDirty)()){t.next=11;break}return this.state.redirectRequested=!0,this.state.redirectType="createPost",this.instances.dialog.showDialog(),t.abrupt("return");case 11:if(this.instances.dialog.closeDialog(),r={baseUrl:_e(),method:"POST",body:{form_id:this.options.data.form_id,post_title:o,post_type:e.dataset.type}},!this.state.isMock){t.next=18;break}(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(r),t.next=22;break;case 18:return t.next=20,Pt("create_post_with_block",this.options.endpoints,r);case 20:null!=(i=t.sent)&&null!==(n=i.data)&&void 0!==n&&n.success&&this.redirectToEditor(i.data.data.ID,!1);case 22:case"end":return t.stop()}}),t,this)}))),function(){return o.apply(this,arguments)})},{key:"handleCopyShortcodeClick",value:function(t){var e=t.delegateTarget,o=(0,d.getNodes)("shortcode-copy-label",!1,e)[0],r=(0,d.getNodes)("shortcode-copy-copied",!1,e)[0],n='[gravityform id="'.concat(this.options.data.form_id,'" title="true"]');(0,d.clipboard)(n),setTimeout((function(){o.setAttribute("aria-hidden","true"),r.setAttribute("aria-hidden","false"),e.classList.add("gform-embed-form__shortcode-trigger--copied")}),100),setTimeout((function(){o.setAttribute("aria-hidden","false"),r.setAttribute("aria-hidden","true"),e.classList.remove("gform-embed-form__shortcode-trigger--copied")}),2e3)}},{key:"bindDropdowns",value:function(){var t=this;this.instances.dropdowns={},this.properties.postTypes.forEach((function(e){t.instances.dropdowns["gform-dropdown-add-to-form-".concat(e.slug)]=new kt({baseUrl:_e(),endpoints:t.options.endpoints,endpointArgs:{post_type:e.slug},endpointKey:"get_posts",listData:t.options.data.items[e.slug].entries,searchType:"async",selector:"gform-dropdown-add-to-form-".concat(e.slug)})}))}},{key:"flyoutShouldStayOpen",value:function(t){var e=this.instances.flyout,o=e.elements.flyout,r=e.state;return o.contains(t)||!r.open||(0,d.getClosest)(t,'[data-js="gform-dialog-mask"]')||"gform-dialog-mask"===t.dataset.js}},{key:"bindEvents",value:function(){var t=this.instances.flyout,e=t.elements.flyout,o=t.closeFlyout;(0,d.delegate)(e,'[data-js="post-type-switcher"]',"change",this.handlePostTypeSwitcherChange.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-add-to-post-trigger"]',"click",this.handleAddToPost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-create-post-trigger"]',"click",this.handleCreatePost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-shortcode-trigger"]',"click",this.handleCopyShortcodeClick.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_success",this.handlePostSaveRedirect.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_error",this.resetConfirmDialogState.bind(this)),document.addEventListener("click",function(t){this.flyoutShouldStayOpen(t.target)||o()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindDropdowns(),this.bindEvents(),(0,d.trigger)({event:"gform/embed_form/post_render",native:!1,data:{instance:this}})}}]),t}(),Ee=gform.libraries;function Ae(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Re(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=mt(e,1)[0];return t[o]})):t}(t.choices);return o.length?Ee.React.createElement("optgroup",{label:t.label,key:"".concat((0,d.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return Ee.React.createElement(et,Q,Ee.React.createElement(io,Z),"above"===g&&Ee.React.createElement(po,tt),Ee.React.createElement("div",{className:"gform-select__wrapper"},Ee.React.createElement("select",X,rt)),"below"===g&&Ee.React.createElement(po,tt))}));dr.propTypes={customAttributes:Ee.PropTypes.object,customClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),disabled:Ee.PropTypes.bool,helpTextAttributes:Ee.PropTypes.object,helpTextPosition:Ee.PropTypes.string,id:Ee.PropTypes.string,initialValue:Ee.PropTypes.string,labelAttributes:Ee.PropTypes.object,name:Ee.PropTypes.string,onBlur:Ee.PropTypes.func,onChange:Ee.PropTypes.func,onFocus:Ee.PropTypes.func,options:Ee.PropTypes.array,size:Ee.PropTypes.string,spacing:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.number,Ee.PropTypes.array,Ee.PropTypes.object]),theme:Ee.PropTypes.string,wrapperAttributes:Ee.PropTypes.object,wrapperClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),wrapperTagName:Ee.PropTypes.string},dr.displayName="Select";var ur=dr;function fr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function mr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Ir(t);return e?.299*o.R+.587*o.G+.114*o.B>186?"#000000":"#FFFFFF":(o.R=(255-o.R).toString(16),o.G=(255-o.G).toString(16),o.B=(255-o.B).toString(16),function(t,e,o){var r={R:t,G:e,B:o};return 1===t.length&&(r.R="0"+r.R),1===e.length&&(r.G="0"+r.G),1===o.length&&(r.B="0"+r.B),"#".concat(r.R).concat(r.G).concat(r.B)}(o.R,o.G,o.B))};function Br(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function zr(t){for(var e=1;et.offsetHeight?"above":"below"};D(i()),I({left:((null==T||null===(t=T.current)||void 0===t?void 0:t.offsetLeft)||0)+((null==T||null===(e=T.current)||void 0===e?void 0:e.offsetWidth)/2||0),top:"above"===i()?((null==T||null===(o=T.current)||void 0===o?void 0:o.offsetTop)||0)-10:((null==T||null===(r=T.current)||void 0===r?void 0:r.offsetBottom)||0)+(null==T||null===(n=T.current)||void 0===n?void 0:n.offsetHeight)+10})}),[T]),Hr((function(){var t=function(t){B.current&&(B.current.contains(t.target)||T.current.contains(t.target)||F())};return document.addEventListener("click",t),function(){return document.removeEventListener("click",t)}}));var z=function(t){k(t),g(t)},F=function(){f()},H=zr({className:(0,Ee.classnames)(zr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(R),!0),(0,d.spacerClasses)(b)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,Ee.classnames)({"gform-input--picker-input":!0})},M={color:_,onChange:z,className:(0,Ee.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},W={label:(null==a?void 0:a.hex)||"",htmlFor:"".concat(L,"-hex")},G={type:"primary-new",label:(null==a?void 0:a.apply)||"",onClick:function(){return v(_)},size:"size-xs"};return Ee.React.createElement("div",H,Ee.React.createElement("div",{className:"gform-input__picker-ui"},Ee.React.createElement(Ee.HexColorPicker,{color:_,onChange:z}),Ee.React.createElement("div",{className:"gform-input__picker-inputs"},Ee.React.createElement("div",q,Ee.React.createElement(io,W),Ee.React.createElement(Ee.HexColorInput,M)),Object.keys(C).map((function(e){return function(e,o){var r={htmlFor:"".concat(L,"-").concat(o)},n={readOnly:!0,value:e,type:"text",id:"".concat(L,"-").concat(o),className:(0,Ee.classnames)({"gform-input":!0})},i={className:(0,Ee.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return Ee.React.createElement("div",i,Ee.React.createElement(io,t({},r,{label:o})),Ee.React.createElement("input",n))}(C[e],e)})))),Ee.React.createElement("div",{className:"gform-input__picker-controls"},Ee.React.createElement(eo,G)))};Wr.propTypes={customAttributes:Ee.PropTypes.object,customClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),i18n:Ee.PropTypes.object,onCancel:Ee.PropTypes.func,onChange:Ee.PropTypes.func,onSave:Ee.PropTypes.func,spacing:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.number,Ee.PropTypes.array,Ee.PropTypes.object]),triggerRef:Ee.PropTypes.object,value:Ee.PropTypes.string};var Gr=Wr;function Ur(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Vr(t){for(var e=1;e=0||(n[o]=t[o]);return n}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(t,o)&&(n[o]=t[o])}return n}var wn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function jn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function _n(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,Ee.classnames)({"gform-input--swatch__option":!0}),key:e},n=In({htmlFor:"".concat(v,"_").concat(t,"_").concat(e),label:(null==l?void 0:l.swatch)||"",isVisible:!1},g),i={onChange:Q,type:"radio",name:v,value:t,id:"".concat(v,"_").concat(t,"_").concat(e),checked:t===A};o&&(i.onClick=function(){S(t),W({current:V.current[e]}),B(e),C(!0)});var s={className:(0,Ee.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){H((function(e){return e.filter((function(e,o){return o!==t}))})),Y()}(e):document.getElementById("".concat(v,"_").concat(t,"_").concat(e)).click()},ref:o?function(t){return V.current[e]=t}:null},a={icon:"check",customClasses:(0,Ee.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:Lr(t)}}},c={icon:"delete",customClasses:(0,Ee.classnames)({"gform-input--swatch-delete":!0})};return Ee.React.createElement("li",r,Ee.React.createElement(io,n),Ee.React.createElement("input",i),Ee.React.createElement("span",s,t===A&&Ee.React.createElement(Be,a),o&&Ee.React.createElement(Be,c)))},Z=In({className:(0,Ee.classnames)(In({"gform-input--swatch":!0},(0,d.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,Ee.classnames)({"gform-input--swatch-options":!0})},et={name:"".concat(v,"-all-swatches"),defaultValue:JSON.stringify(F),id:"".concat(v,"-all-swatches"),type:"hidden",ref:G},ot={value:N||"#ffffff",onSave:function(t){S(t),F.includes(t)||H((function(e){var o=e;return o[L]=t,o})),R(t),C(!1)},onCancel:Y,triggerRef:M,i18n:(null==l?void 0:l.colorPicker)||{}};return Ee.React.createElement("div",t({},Z,{ref:o}),Ee.React.createElement("div",{style:{height:"0"}}),Ee.React.createElement("ul",tt,b.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,Ee.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,Ee.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){W(U),B(F.length+1),C(!0)},ref:U},J={icon:"plus-regular"},Ee.React.createElement("li",$,Ee.React.createElement("span",K,Ee.React.createElement(Be,J))))),x&&Ee.React.createElement(Gr,ot),Ee.React.createElement("input",et))}));Fn.propTypes={allowNew:Ee.PropTypes.bool,customAttributes:Ee.PropTypes.object,customClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),i18n:Ee.PropTypes.object,id:Ee.PropTypes.string,labelAttributes:Ee.PropTypes.object,name:Ee.PropTypes.string,palette:Ee.PropTypes.array,paletteCustom:Ee.PropTypes.array,spacing:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.number,Ee.PropTypes.array,Ee.PropTypes.object]),value:Ee.PropTypes.string},Fn.displayName="Swatch";var Hn=Fn,qn=["customClasses"];function Mn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Wn(t){for(var e=1;e0&&(a+=o*e),r>0&&(a+=r*e),n>0&&(a+=n*t),i>0&&(a+=i*t),n>0&&o>0&&(a-=n*o),n>0&&r>0&&(a-=n*r),i>0&&o>0&&(a-=i*o),i>0&&r>0&&(a-=i*r),(s-a)/s},et=function(t,e,o,r,n){var i,s,a,c,p,l,d=r.innerWidth,u=r.innerHeight,f=n-o.top,m=o.bottom-(u-n),g=n-o.left,y=o.right-(d-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(u-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Kn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Kn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.bottom+Kn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Kn),l=s+o.width-(d-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(u-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Kn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Kn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.top-Kn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Kn),l=s+o.width-(d-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Kn-o.height),c=i+o.height-(u-n),p=n-(s=o.right+Kn+8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Kn),c=i+o.height-(u-n),p=n-(s=o.right+Kn+8-o.width/2),l=s+o.width-(d-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(d-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Kn-o.height),c=i+o.height-(u-n),p=n-(s=o.left-Kn-8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Kn),c=i+o.height-(u-n),p=n-(s=o.left-Kn-8-o.width/2),l=s+o.width-(d-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(d-n);break;case"right":return!0;default:return!1}break;default:return!1}return tt(o.width,o.height,p,l,a,c)},ot=function(t,e,o){if(!o.current)return e;var r=o.current.getBoundingClientRect(),n=o.current.ownerDocument.defaultView,i=n.innerWidth,s=n.innerHeight,a=t-r.top,c=r.bottom-(s-t),p=t-r.left,l=r.right-(i-t),d=tt(r.width,r.height,p,l,a,c),u={};switch(e){case"top":u.top=d,u.bottom=et("top","bottom",r,n,t),u.left=et("top","left",r,n,t),u.right=et("top","right",r,n,t);break;case"bottom":u.top=et("bottom","top",r,n,t),u.bottom=d,u.left=et("bottom","left",r,n,t),u.right=et("bottom","right",r,n,t);break;case"left":u.top=et("left","top",r,n,t),u.bottom=et("left","bottom",r,n,t),u.left=d,u.right=et("left","right",r,n,t);break;case"right":u.top=et("right","top",r,n,t),u.bottom=et("right","bottom",r,n,t),u.left=et("right","left",r,n,t),u.right=d;break;default:return e}return Object.keys(u).reduce((function(t,e){return u[e]>u[t]?e:t}),e)},rt=function(t){var e=t.con,o=void 0===e?"":e,r=t.cAttributes,n=void 0===r?{size:"text-xs"}:r;if(!o)return null;var i=n.customClasses,s=On(n,qn),a=Wn({customClasses:(0,Ee.classnames)(["gform-tooltip__tooltip-content"],i)},s);return Ee.React.createElement(Po,a,o)},nt=Wn({className:(0,Ee.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(J),!0),l(r,"gform-tooltip--theme-".concat(E),!0),l(r,"gform-tooltip--type-".concat(N),!0),l(r,"gform-tooltip--initialized",!!B),l(r,"gform-tooltip--anim-in-ready",W),l(r,"gform-tooltip--anim-in-active",W&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Wn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},R),at={};return B&&(at.width=B+"px"),_&&(at.maxWidth=_+"px"),st.style=at,Ee.React.createElement("div",t({},nt,{ref:o}),Ee.React.createElement("button",it,Ee.React.createElement(Be,{icon:b})),Ee.React.createElement("div",t({ref:I},st),Ee.React.createElement(rt,{con:p,cAttributes:f}),a,Ee.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Jn.propTypes={buffer:Ee.PropTypes.number,children:Ee.PropTypes.oneOfType([Ee.PropTypes.arrayOf(Ee.PropTypes.node),Ee.PropTypes.node]),content:Ee.PropTypes.string,contentAttributes:Ee.PropTypes.object,customAttributes:Ee.PropTypes.object,customClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),icon:Ee.PropTypes.string,intentDelay:Ee.PropTypes.number,id:Ee.PropTypes.string,maxWidth:Ee.PropTypes.number,position:Ee.PropTypes.string,theme:Ee.PropTypes.string,tooltipCustomAttributes:Ee.PropTypes.object,type:Ee.PropTypes.string},Jn.displayName="Tooltip";var Yn=Jn;function Qn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Xn(t){for(var e=1;e0&&Ee.React.createElement("div",I,Ee.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&Ee.React.createElement(Po,b),c&&Ee.React.createElement(eo,L))),T,s)}));ti.propTypes={aspectRatio:Ee.PropTypes.string,children:Ee.PropTypes.oneOfType([Ee.PropTypes.arrayOf(Ee.PropTypes.node),Ee.PropTypes.node]),placeholderButton:Ee.PropTypes.bool,placeholderButtonProps:Ee.PropTypes.object,placeholderCustomClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object]),placeholderImage:Ee.PropTypes.string,placeholderText:Ee.PropTypes.string,placeholderTextProps:Ee.PropTypes.object,player:Ee.PropTypes.node,spacing:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.number,Ee.PropTypes.array,Ee.PropTypes.object]),wrapperAttributes:Ee.PropTypes.object,wrapperClasses:Ee.PropTypes.oneOfType([Ee.PropTypes.string,Ee.PropTypes.array,Ee.PropTypes.object])},ti.displayName="Video";var ei=ti;function oi(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ri(t){for(var e=1;e",c+=o.thead.map((function(t){return'').concat(t.content,"")})).join(""),c+=""),null!=o&&o.tbody&&(p+="",p+=o.tbody.map((function(t){return"".concat(t.map((function(t){return'').concat(t.content,"")})).join(""),"")})).join(""),p+=""),'\n\t\t').concat(c,"\n\t\t").concat(p,"\n\t
    ")},ui.Dialog.dialogTemplate=Pe,ui.Flyout.flyoutTemplate=Oe,li.EmbedForm=Ce,fi.Box=Ne,fi.Button=eo,fi.Checkbox=yo,fi.FileUpload=Co,fi.Grid=Do,fi.Heading=Lo,fi.HelpText=po,fi.Icon=Be,fi.Image=Mo,fi.Input=$o,fi.Label=io,fi.Link=Qo,fi.Radio=or,fi.Range=ar,fi.Select=ur,fi.Tag=yr,fi.Text=Po,fi.Textarea=Tr,fi.Toggle=kr,mi.Cards={},mi.Cards.FormTemplateCard=Sr,mi.ColorPicker=Gr,mi.Dialog=tn,mi.Flyout=pn,mi.Indicators={},mi.Indicators.DotIndicator=fn,mi.Indicators.IconIndicator=Kr,mi.InputGroup=vn,mi.List=Tn,mi.Loaders={},mi.Loaders.RingLoader=Ve,mi.MetaBox=xn,mi.NavBar=An,mi.Steps=Nn,mi.Swatch=Hn,mi.Tooltip=Yn,mi.Video={},mi.Video.VidyardVideo=gi}()}(); +!function(){var t={245:function(t){"use strict";var e="%[a-f0-9]{2}",o=new RegExp("("+e+")|([^%]+?)","gi"),r=new RegExp("("+e+")+","gi");function n(t,e){try{return[decodeURIComponent(t.join(""))]}catch(t){}if(1===t.length)return t;e=e||1;var o=t.slice(0,e),r=t.slice(e);return Array.prototype.concat.call([],n(o),n(r))}function i(t){try{return decodeURIComponent(t)}catch(i){for(var e=t.match(o)||[],r=1;rNumber(t)-Number(e))).map((e=>t[e])):t}function u(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=u(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function m(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function g(t,e){c((e=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},e)).arrayFormatSeparator);const o=function(t){let e;switch(t.arrayFormat){case"index":return(t,o,r)=>{e=/\[(\d*)\]$/.exec(t),t=t.replace(/\[\d*\]$/,""),e?(void 0===r[t]&&(r[t]={}),r[t][e[1]]=o):r[t]=o};case"bracket":return(t,o,r)=>{e=/(\[\])$/.exec(t),t=t.replace(/\[\]$/,""),e?void 0!==r[t]?r[t]=[].concat(r[t],o):r[t]=[o]:r[t]=o};case"comma":case"separator":return(e,o,r)=>{const n="string"==typeof o&&o.includes(t.arrayFormatSeparator),i="string"==typeof o&&!n&&l(o,t).includes(t.arrayFormatSeparator);o=i?l(o,t):o;const s=n||i?o.split(t.arrayFormatSeparator).map((e=>l(e,t))):null===o?o:l(o,t);r[e]=s};case"bracket-separator":return(e,o,r)=>{const n=/(\[\])$/.test(e);if(e=e.replace(/\[\]$/,""),!n)return void(r[e]=o?l(o,t):o);const i=null===o?[]:o.split(t.arrayFormatSeparator).map((e=>l(e,t)));void 0!==r[e]?r[e]=[].concat(r[e],i):r[e]=i};default:return(t,e,o)=>{void 0!==o[t]?o[t]=[].concat(o[t],e):o[t]=e}}}(e),r=Object.create(null);if("string"!=typeof t)return r;if(!(t=t.trim().replace(/^[?#&]/,"")))return r;for(const n of t.split("&")){if(""===n)continue;let[t,s]=i(e.decode?n.replace(/\+/g," "):n,"=");s=void 0===s?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?s:l(s,e),o(l(t,e),s,r)}for(const t of Object.keys(r)){const o=r[t];if("object"==typeof o&&null!==o)for(const t of Object.keys(o))o[t]=m(o[t],e);else r[t]=m(o,e)}return!1===e.sort?r:(!0===e.sort?Object.keys(r).sort():Object.keys(r).sort(e.sort)).reduce(((t,e)=>{const o=r[e];return Boolean(o)&&"object"==typeof o&&!Array.isArray(o)?t[e]=d(o):t[e]=o,t}),Object.create(null))}e.extract=f,e.parse=g,e.stringify=(t,e)=>{if(!t)return"";c((e=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},e)).arrayFormatSeparator);const o=o=>e.skipNull&&null==t[o]||e.skipEmptyString&&""===t[o],r=function(t){switch(t.arrayFormat){case"index":return e=>(o,r)=>{const n=o.length;return void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[",n,"]"].join("")]:[...o,[p(e,t),"[",p(n,t),"]=",p(r,t)].join("")]};case"bracket":return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[]"].join("")]:[...o,[p(e,t),"[]=",p(r,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return o=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&""===n?r:(n=null===n?"":n,0===r.length?[[p(o,t),e,p(n,t)].join("")]:[[r,p(n,t)].join(t.arrayFormatSeparator)])}default:return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,p(e,t)]:[...o,[p(e,t),"=",p(r,t)].join("")]}}(e),n={};for(const e of Object.keys(t))o(e)||(n[e]=t[e]);const i=Object.keys(n);return!1!==e.sort&&i.sort(e.sort),i.map((o=>{const n=t[o];return void 0===n?"":null===n?p(o,e):Array.isArray(n)?0===n.length&&"bracket-separator"===e.arrayFormat?p(o,e)+"[]":n.reduce(r(o),[]).join("&"):p(o,e)+"="+p(n,e)})).filter((t=>t.length>0)).join("&")},e.parseUrl=(t,e)=>{e=Object.assign({decode:!0},e);const[o,r]=i(t,"#");return Object.assign({url:o.split("?")[0]||"",query:g(f(t),e)},e&&e.parseFragmentIdentifier&&r?{fragmentIdentifier:l(r,e)}:{})},e.stringifyUrl=(t,o)=>{o=Object.assign({encode:!0,strict:!0,[a]:!0},o);const r=u(t.url).split("?")[0]||"",n=e.extract(t.url),i=e.parse(n,{sort:!1}),s=Object.assign(i,t.query);let c=e.stringify(s,o);c&&(c=`?${c}`);let l=function(t){let e="";const o=t.indexOf("#");return-1!==o&&(e=t.slice(o)),e}(t.url);return t.fragmentIdentifier&&(l=`#${o[a]?p(t.fragmentIdentifier,o):t.fragmentIdentifier}`),`${r}${c}${l}`},e.pick=(t,o,r)=>{r=Object.assign({parseFragmentIdentifier:!0,[a]:!1},r);const{url:n,query:i,fragmentIdentifier:c}=e.parseUrl(t,r);return e.stringifyUrl({url:n,query:s(i,o),fragmentIdentifier:c},r)},e.exclude=(t,o,r)=>{const n=Array.isArray(o)?t=>!o.includes(t):(t,e)=>!o(t,e);return e.pick(t,n,r)}},553:function(t){"use strict";t.exports=(t,e)=>{if("string"!=typeof t||"string"!=typeof e)throw new TypeError("Expected the arguments to be of type `string`");if(""===e)return[t];const o=t.indexOf(e);return-1===o?[t]:[t.slice(0,o),t.slice(o+e.length)]}},395:function(t){"use strict";t.exports=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`))},378:function(t,e,o){var r=o(695);t.exports=function(t){return null==t?"\\s":t.source?t.source:"["+r(t)+"]"}},695:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},658:function(t){t.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},424:function(t){t.exports=function(t){return null==t?"":""+t}},19:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/<\/?[^>]+>/g,"")}},559:function(t,e,o){var r=o(424),n=o(378),i=String.prototype.trim;t.exports=function(t,e){return t=r(t),!e&&i?i.call(t):(e=n(e),t.replace(new RegExp("^"+e+"+|"+e+"+$","g"),""))}},659:function(t,e,o){var r=o(424),n=o(658);t.exports=function(t){return r(t).replace(/\&([^;]{1,10});/g,(function(t,e){var o;return e in n?n[e]:(o=e.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(o[1],16)):(o=e.match(/^#(\d+)$/))?String.fromCharCode(~~o[1]):t}))}},266:function(t,e,o){var r=o(38).default;function n(){"use strict";t.exports=n=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},o=Object.prototype,i=o.hasOwnProperty,s=Object.defineProperty||function(t,e,o){t[e]=o.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",p=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function d(t,e,o){return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,o){return t[e]=o}}function u(t,e,o,r){var n=e&&e.prototype instanceof g?e:g,i=Object.create(n.prototype),a=new C(r||[]);return s(i,"_invoke",{value:j(t,o,a)}),i}function f(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var m={};function g(){}function y(){}function v(){}var h={};d(h,c,(function(){return this}));var b=Object.getPrototypeOf,P=b&&b(b(E([])));P&&P!==o&&i.call(P,c)&&(h=P);var T=v.prototype=g.prototype=Object.create(h);function O(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function o(n,s,a,c){var p=f(t[n],t,s);if("throw"!==p.type){var l=p.arg,d=l.value;return d&&"object"==r(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(d).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;s(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,n){o(t,r,e,n)}))}return n=n?n.then(i,i):i()}})}function j(t,e,o){var r="suspendedStart";return function(n,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===n)throw i;return{value:void 0,done:!0}}for(o.method=n,o.arg=i;;){var s=o.delegate;if(s){var a=_(s,o);if(a){if(a===m)continue;return a}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if("suspendedStart"===r)throw r="completed",o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r="executing";var c=f(t,e,o);if("normal"===c.type){if(r=o.done?"completed":"suspendedYield",c.arg===m)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r="completed",o.method="throw",o.arg=c.arg)}}}function _(t,e){var o=e.method,r=t.iterator[o];if(void 0===r)return e.delegate=null,"throw"===o&&t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method)||"return"!==o&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+o+"' method")),m;var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,m;var i=n.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,m):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function E(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function e(){for(;++o=0;--r){var n=this.tryEntries[r],s=n.completion;if("root"===n.tryLoc)return o("end");if(n.tryLoc<=this.prev){var a=i.call(n,"catchLoc"),c=i.call(n,"finallyLoc");if(a&&c){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),x(o),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc===t){var r=o.completion;if("throw"===r.type){var n=r.arg;x(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,o){return this.delegate={iterator:E(t),resultName:e,nextLoc:o},"next"===this.method&&(this.arg=void 0),m}},e}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},38:function(t){function e(o){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(o)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},509:function(t,e,o){var r=o(266)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},e={};function o(r){var n=e[r];if(void 0!==n)return n.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,o),i.exports}o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},o.d=function(t,e){for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";function t(){return t=Object.assign?Object.assign.bind():function(t){for(var e=1;et.length)&&(e=t.length);for(var o=0,r=new Array(e);o\n\t\t\t\n\t\t\t
    \n\t\t\t\t

    ').concat(o,"

    \n\t\t\t\t").concat(b?'\n\t\t\t\t\t\n\t\t\t\t\t\t').concat(n,"\n\t\t\t\t\t\n\t\t\t\t"):"","\n\t\t\t
    \n\t\t\t").concat(w?'\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t'):"","\n\t\t\n\t")},g=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{container:document,content:"",cookieName:"",ctaLabel:"",ctaLink:"",customAttributes:{},customClasses:[],dismissableAriaLabel:"",dismissableTitle:"",hasCta:!1,id:(0,d.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,d.trigger)({event:"gform/alert/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options)),this.elements.alert=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,d.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,d.uniqueId)("gform-alert");d.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,d.delegate)("#".concat(this.options.id),'[data-js="gform-alert-dismiss-trigger"]',"click",this.dismissAlert.bind(this))}},{key:"init",value:function(){this.bindEvents(),this.render(),(0,d.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized alert component.")}}]),o}();function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function v(t){for(var e=1;e"):"","\n\t\t\t\t").concat(y?'
    '):"","\n\t\t\t\t\t\n\t\t\t\t\t").concat(y&&x&&c?'').concat(x,""):"","\n\t\t\t\t\t").concat(y&&x&&!c?''.concat(x,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},b=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{background:"#ecedf8",customAttributes:{},customClasses:[],displayNoneOnHide:!0,displayText:!0,foreground:"#242748",id:(0,d.uniqueId)("loader"),mask:!0,maskTheme:"light",position:"center",rendered:!1,renderOnInit:!0,showOnRender:!0,size:5,target:"",targetPosition:"afterbegin",text:"",textColor:"#000",theme:"cosmos",type:"simple",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/loader/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"positionLoader",value:function(){var t=this.options,e=t.position,o=t.target,r=(0,d.getNode)(o,document,!0),n=this.elements.maskPositioner,i=d.viewport.elVisibleHeight(r),s=d.viewport.height(),a=r.getBoundingClientRect().top,c=0;("auto"===e&&r.offsetHeight>s&&a<0||"sticky"===e&&i0)&&(c=Math.abs(r.getBoundingClientRect().top)),n.style.top="".concat(c+(i/2-n.offsetHeight/2),"px")}},{key:"removeLoader",value:function(){var t=this.elements,e=t.loaderEl,o=t.style;e.parentNode.removeChild(e),o.parentNode.removeChild(o)}},{key:"showLoader",value:function(){var t=this.options,e=t.mask,o=t.position,r=this.elements.loaderEl;r.style.display="",r.style.opacity="",!e||"auto"!==o&&"sticky"!==o||this.positionLoader(),(0,d.trigger)({event:"gform/loader/post_show",native:!1,data:{instance:this}})}},{key:"hideLoader",value:function(){var t=this.options.displayNoneOnHide,e=this.elements.loaderEl;t?e.style.display="none":e.style.opacity="0",(0,d.trigger)({event:"gform/loader/post_hide",native:!1,data:{instance:this}})}},{key:"setInitialUI",value:function(){var t=this.options,e=t.mask,o=t.position,r=t.showOnRender;r||this.hideLoader(),r&&e&&("auto"===o||"sticky"===o)&&this.positionLoader()}},{key:"storeElements",value:function(){var t=this.options.id;this.elements={loader:(0,d.getNode)("#".concat(t),document,!0),mask:(0,d.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,d.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,d.getNode)("#".concat(t,"-style"),document,!0)},this.elements.loaderEl=this.elements.mask?this.elements.mask:this.elements.loader}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;if(!e){var n=(0,d.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,h(this.options))}this.elements.loader=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.loader.parentNode}},{key:"init",value:function(){this.render(),this.storeElements(),this.setInitialUI(),(0,d.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized loader component.")}}]),o}(),P=function(t){var e=t.activeText,o=void 0===e?"":e,r=t.activeType,n=void 0===r?"":r,i=t.attributes,s=void 0===i?"":i,a=t.customClasses,c=void 0===a?[]:a,l=t.html,u=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,h=void 0===v?(0,d.uniqueId)("button"):v,b=t.interactive,P=void 0!==b&&b,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,_=t.size,k=void 0===_?"size-r":_,x=t.spacing,C=void 0===x?"":x,E=t.type,A=void 0===E?"primary":E,R=(0,d.objectToAttributes)({id:h,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(A),j?"gform-button--round":"",P?"gform-button--interactive":"",n?"gform-button--active-type-".concat(n):"",m&&"leading"===y?"gform-button--icon-leading":"",m&&"trailing"===y?"gform-button--icon-trailing":""].concat(p(Object.keys((0,d.spacerClasses)(C))),p(c))}),D=m?''):"";return"\n\t\t\n\t")},T=function(){function t(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,d.uniqueId)("button"),interactive:!1,interactiveOnClick:!0,label:"",loaderOptions:{additionalClasses:"gform-button__loader",background:"transparent",foreground:"#3e7da6",mask:!1,showOnRender:!1,size:1},lockSize:!0,onActive:function(){},onInactive:function(){},rendered:!1,renderOnInit:!0,round:!1,size:"size-r",target:"",type:"primary"},o),this.options.target||this.options.rendered?((0,d.trigger)({event:"gform/button/pre_init",native:!1,data:{instance:this}}),this.elements={},this.instances={},this.state={active:!1},this.options.renderOnInit&&this.init()):(0,d.consoleError)("You must supply a target to the button component.")}return s(t,[{key:"activateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onActive,i=this.elements.button;if((0,d.trigger)({event:"gform/button/activated",native:!1,data:{instance:this}}),r){var s=i.getBoundingClientRect();i.style.width="".concat(s.width,"px")}o&&(i.disabled=!0),this.elements.button.classList.add("gform-button--activated"),"loader"===e&&this.instances.loader.showLoader(),this.state.active=!0,n(this)}},{key:"deactivateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onInactive,i=this.elements.button;(0,d.trigger)({event:"gform/button/deactivated",native:!1,data:{instance:this}}),this.elements.button.classList.remove("gform-button--activated"),"loader"===e&&this.instances.loader.hideLoader(),o&&(i.disabled=!1),r&&(i.style.width=""),this.state.active=!1,n(this)}},{key:"handleButtonClick",value:function(){this.state.active||this.activateButton()}},{key:"storeElements",value:function(){var t=this.elements.button,e=this.options,o=e.activeText,r=e.icon,n=e.label;o&&(this.elements.activeText=(0,d.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,d.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,d.getNode)("button-inactive-text",t))}},{key:"renderInteractive",value:function(){var t=this.options,e=t.activeType,o=t.interactive,r=t.loaderOptions,n=this.elements.button;o&&"loader"===e&&(r.target="#".concat(n.id),this.instances.loader=new b(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options)),this.elements.button=(0,d.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,d.consoleInfo)("Gravity Forms Admin: Initialized button component on ".concat(o,"."))}},{key:"bindEvents",value:function(){var t=this.options,e=t.interactive,o=t.interactiveOnClick;e&&o&&this.elements.button.addEventListener("click",this.handleButtonClick.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/button/post_render",native:!1,data:{instance:this}})}}]),t}();function O(t,e,o,r,n,i,s){try{var a=t[i](s),c=a.value}catch(t){return void o(t)}a.done?e(c):Promise.resolve(c).then(r,n)}function w(t){return function(){var e=this,o=arguments;return new Promise((function(r,n){var i=t.apply(e,o);function s(t){O(i,r,n,s,a,"next",t)}function a(t){O(i,r,n,s,a,"throw",t)}s(void 0)}))}}function j(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}var _=o(509),k=o.n(_);function x(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function C(t){return function e(o){return 0===arguments.length||x(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return x(o)?e:C((function(e){return t(o,e)}));default:return x(o)&&x(r)?e:x(o)?C((function(e){return t(e,r)})):x(r)?C((function(e){return t(o,e)})):t(o,r)}}}var A=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)},L=C((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():I(t)?[]:function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)?"":function(t){return"[object Object]"===Object.prototype.toString.call(t)}(t)?{}:S(t)?function(){return arguments}():void 0})),B=L;function z(t){for(var e,o=[];!(e=t.next()).done;)o.push(e.value);return o}function F(t,e,o){for(var r=0,n=o.length;r=0;)R(e=M[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):C((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=C((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function $(t,e,o,r){var n=z(t);function i(t,e){return K(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function K(t,e,o,r){if(H(t,e))return!0;var n,i,s=V(t);if(s!==V(e))return!1;if(null==t||null==e)return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(s){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(n=t.constructor,null==(i=String(n).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=o.length-1;a>=0;){if(o[a]===t)return r[a]===e;a-=1}switch(s){case"Map":return t.size===e.size&&$(t.entries(),e.entries(),o.concat([t]),r.concat([e]));case"Set":return t.size===e.size&&$(t.values(),e.values(),o.concat([t]),r.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=U(t);if(c.length!==U(e).length)return!1;var p=o.concat([t]),l=r.concat([e]);for(a=c.length-1;a>=0;){var d=c[a];if(!R(d,e)||!K(e[d],t[d],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=C((function(t){return null!=t&&J(t,B(t))}));function Q(t,e,o){return function(){if(0===arguments.length)return o();var r=Array.prototype.slice.call(arguments,0),n=r.pop();if(!I(n)){for(var i=0;i=0&&this.i>=this.n?(o=r)&&o["@@transducer/reduced"]?o:{"@@transducer/value":o,"@@transducer/reduced":!0}:r},t}(),et=E((function(t,e){return new tt(t,e)}));function ot(t,e){return function(){var o=arguments.length;if(0===o)return e();var r=arguments[o-1];return I(r)||"function"!=typeof r[t]?e.apply(this,arguments):r[t].apply(r,Array.prototype.slice.call(arguments,0,o-1))}}function rt(t){return function e(o,r,n){switch(arguments.length){case 0:return e;case 1:return x(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return x(o)&&x(r)?e:x(o)?E((function(e,o){return t(e,r,o)})):x(r)?E((function(e,r){return t(o,e,r)})):C((function(e){return t(o,r,e)}));default:return x(o)&&x(r)&&x(n)?e:x(o)&&x(r)?E((function(e,o){return t(e,o,n)})):x(o)&&x(n)?E((function(e,o){return t(e,r,o)})):x(r)&&x(n)?E((function(e,r){return t(o,e,r)})):x(o)?C((function(e){return t(e,r,n)})):x(r)?C((function(e){return t(o,e,n)})):x(n)?C((function(e){return t(o,r,e)})):t(o,r,n)}}}var nt=rt(ot("slice",(function(t,e,o){return Array.prototype.slice.call(o,t,e)}))),it=E(Q(["take"],et,(function(t,e){return nt(0,t<0?1/0:t,e)}))),st=E((function(t,e){return J(it(t.length,e),t)}));function at(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",s=new window.FormData;return function t(e,a){if(!function(t){return Array.isArray(o)&&o.some((function(e){return e===t}))}(a))if(a=a||"",e instanceof window.File)s.append(a,e);else if(Array.isArray(e))for(var c=0;c1&&void 0!==m[1]?m[1]:{},n=Pt({method:"GET"},r=m.length>2&&void 0!==m[2]?m[2]:{}),i=A(["body"],n),s="GET"!==i.method&&"HEAD"!==i.method,a=i.baseUrl,s&&(c=r.body?r.body:{},o[e].nonce&&(c._ajax_nonce=o[e].nonce),o[e].action&&(c.action=o[e].action),i.body=at(c)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!s&&o[e].nonce&&(p._ajax_nonce=o[e].nonce),!s&&o[e].action&&(p.action=o[e].action),p&&!Y(p)&&(l=ht(p),d=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(d)),u=i.headers?Pt({},i.headers):{},console.info("Fetching url: ".concat(a)),console.info("with options",Pt(Pt({},i),{},{body:i.body})),console.info("and headers: ",u),f=Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:u})).then((function(t){return t.ok?t.text().then((function(o){try{var r=JSON.parse(o),n=Date.now()-f;return console.info("Data for ".concat(e," in ").concat(n,"ms:"),r),{data:r,status:t.status,totalPages:t.headers.get("x-wp-totalpages"),totalPosts:t.headers.get("x-wp-total")}}catch(e){var i=ut()(lt()(mt()(o))),s=new Error("Invalid server response. ".concat(i));throw s.detail={url:a,data:i,status:t.status,error:e,text:o},s}})):st(t.headers.get("Content-Type"),"application/json")?t.text().then((function(o){try{var r=JSON.parse(o);return console.info("Data for ".concat(e,":"),r),{data:r,status:t.status}}catch(e){var n=ut()(lt()(mt()(o))),i=new Error("Invalid server response. ".concat(n));throw i.detail={url:a,data:n,status:t.status,error:e,text:o},i}})):t.text().then((function(e){var o=ut()(lt()(mt()(e))),r=new Error("Unknown server response. ".concat(o));throw r.detail={url:a,data:o,status:t.status},r}))})).catch((function(t){return console.info(JSON.stringify(t)),console.info(t.detail),{error:t}})));case 18:case"end":return t.stop()}}),t)}))),Ot.apply(this,arguments)}function wt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function jt(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[]).map((function(e){return e.listData?(0,d.saferHtml)(yt||(yt=j(['\n\t\t\t
  • \n\t\t\t\t','\n\t\t\t\t
      '])),e.label)+t(e.listData)+"
    \n\t\t\t
  • \n\t\t\t":(0,d.saferHtml)(vt||(vt=j(['\n\t\t
  • \n\t\t\t\n\t\t
  • \n\t\t"])),e.value,e.value,e.label)})).join("")},kt=function(t){return'\n\t
    \n\t\t").concat(t.triggerTitle?"":'\n\t\t\t').concat(t.triggerAriaText,"\n\t\t"),'\n\t\t\n\t\t\t\n\t\t\t\t').concat(t.triggerSelected?t.triggerSelected:t.triggerPlaceholder,'\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t').concat(t.hasSearch?'\n\t\t\t\n\t\t\t'):"",'\n\t\t\t
    \n\t\t\t\t
      \n\t\t\t\t\t').concat(_t(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},xt=function(){function o(){var r,n,i=this,s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"parseRestResponse",(function(t){return t.map((function(t){return{value:t.id,label:t.title.rendered}}))})),l(this,"handleAsyncSearch",(0,d.debounce)(function(){var t=w(k().mark((function t(e){var o,r,n,s;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(0!==e.target.value.trim().length){t.next=3;break}return i.elements.dropdownList.innerHTML=_t(i.options.listData),t.abrupt("return");case 3:if(r=i.options.endpointArgs,"GET"===(n=jt({baseUrl:i.options.baseUrl,method:"POST",body:jt(jt({},r),{},{search:e.target.value})},i.options.endpointRequestOptions)).method&&(n.params=n.body),!i.state.isMock){t.next=10;break}return(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(n),t.abrupt("return");case 10:return i.showSpinnerEl(),t.next=13,Tt(i.options.endpointKey,i.options.endpoints,n);case 13:s=t.sent,i.hideSpinnerEl(),!i.options.endpointUseRest&&null!=s&&null!==(o=s.data)&&void 0!==o&&o.success&&(i.elements.dropdownList.innerHTML=_t(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=_t(i.parseRestResponse(s.data)));case 17:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{wait:300})),this.options={},t(this.options,{autoPosition:!1,attributes:"",baseUrl:"",closeOnSelect:!0,container:"",detectTitleLength:!1,dropdownListAttributes:"data-simplebar",endpoints:{},endpointArgs:{},endpointKey:"",endpointRequestOptions:{},endpointUseRest:!1,hasSearch:!0,insertPosition:"afterbegin",listData:[],onItemSelect:function(){},onOpen:function(){},onClose:function(){},render:!1,renderListData:!1,renderTarget:"",reveal:"click",searchAriaText:"",searchInputId:"gform-form-switcher-search",searchPlaceholder:"",searchType:"basic",selector:"gform-dropdown",showSpinner:!1,swapLabel:!0,titleLengthThresholdMedium:23,titleLengthThresholdLong:32,triggerAriaId:"gform-form-switcher-label",triggerAriaText:"",triggerClasses:"",triggerId:"gform-form-switcher-control",triggerPlaceholder:"",triggerSelected:"",triggerTitle:"",wrapperClasses:"gform-dropdown"},s),this.elements={},this.templates={dropdownListItems:_t,dropdownTemplate:kt},(0,d.trigger)({event:"gform/dropdown/pre_init",native:!1,data:{instance:this}}),this.state={isMock:"mock_endpoint"===(null===(r=this.options.endpoints)||void 0===r||null===(n=r.get_posts)||void 0===n?void 0:n.action),open:!1,unloading:!1},this.options.render&&this.render(),this.options.container=this.options.container?document.querySelectorAll(this.options.container)[0]:document,this.elements.container=(0,d.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,d.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,d.getNodes)("gform-dropdown-container",!1,this.elements.container)[0],this.options.renderListData&&!this.options.render&&this.renderListData(),this.init(),this.hideSpinnerEl=function(){this.elements.container.classList.remove("gform-dropdown--show-spinner")},this.showSpinnerEl=function(){this.elements.container.classList.add("gform-dropdown--show-spinner")}):(0,d.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,d.trigger)({event:"gform/dropdown/item_selected",native:!1,data:{instance:this,event:t}}),this.elements.control.setAttribute("data-value",t.target.dataset.value),this.options.onItemSelect(t.target.dataset.value),this.options.showSpinner&&this.showSpinnerEl(),this.options.swapLabel&&(this.elements.controlText.innerText=t.target.innerText,this.elements.controlText.innerText===this.options.triggerPlaceholder?this.elements.control.classList.add("gform-dropdown__control--placeholder"):this.elements.control.classList.remove("gform-dropdown__control--placeholder")),this.options.closeOnSelect&&this.handleControl()}},{key:"handleControl",value:function(){this.state.open?this.closeDropdown():this.openDropdown()}},{key:"handlePosition",value:function(){this.options.autoPosition&&(this.elements.container.parentNode.offsetHeight-(this.elements.container.offsetTop+this.elements.container.offsetHeight+this.elements.dropdownContainer.offsetHeight)<10?this.elements.container.classList.add("gform-dropdown--position-top"):this.elements.container.classList.remove("gform-dropdown--position-top"))}},{key:"openDropdown",value:function(){this.state.open||(this.options.onOpen(),this.elements.container.classList.add("gform-dropdown--reveal"),setTimeout(function(){this.elements.container.classList.add("gform-dropdown--open"),this.elements.control.setAttribute("aria-expanded","true"),this.state.open=!0,this.handlePosition()}.bind(this),25),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--reveal")}.bind(this),200))}},{key:"closeDropdown",value:function(){this.options.onClose(),this.state.open=!1,this.elements.container.classList.remove("gform-dropdown--open"),this.elements.container.classList.add("gform-dropdown--hide"),this.elements.control.setAttribute("aria-expanded","false"),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--hide")}.bind(this),150)}},{key:"handleMouseenter",value:function(){"hover"!==this.options.reveal||this.state.open||this.state.unloading||this.openDropdown()}},{key:"handleMouseleave",value:function(){"hover"!==this.options.reveal||this.state.unloading||this.closeDropdown()}},{key:"handleA11y",value:function(t){if(this.state.open)return 27===t.keyCode?(this.closeDropdown(),void this.elements.control.focus()):void(9!==t.keyCode||(0,d.getClosest)(t.target,'[data-js="'+this.options.selector+'"]')||this.elements.triggers[0].focus())}},{key:"handleBasicSearch",value:function(t){var e=t.target.value.toLowerCase();this.elements.triggers.forEach((function(t){t.innerText.toLowerCase().includes(e)?t.parentNode.style.display="":t.parentNode.style.display="none"}))}},{key:"handleSearch",value:function(t){"basic"!==this.options.searchType?this.handleAsyncSearch(t):this.handleBasicSearch(t)}},{key:"storeTriggers",value:function(){this.elements.control=(0,d.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,d.getNodes)("gform-dropdown-trigger",!0,this.elements.container)}},{key:"render",value:function(){this.options.renderTarget=this.options.renderTarget?document.querySelectorAll(this.options.renderTarget)[0]:document.body,this.options.renderTarget.insertAdjacentHTML(this.options.insertPosition,kt(this.options))}},{key:"renderListData",value:function(){this.elements.dropdownList.innerHTML=_t(this.options.listData)}},{key:"setup",value:function(){if("hover"===this.options.reveal&&this.elements.container.classList.add("gform-dropdown--hover"),this.options.detectTitleLength){var t=this.elements.titleEl?this.elements.titleEl.innerText:"";t.length>this.options.titleLengthThresholdMedium&&t.length<=this.options.titleLengthThresholdLong?this.elements.container.parentNode.classList.add("gform-dropdown--medium-title"):t.length>this.options.titleLengthThresholdLong&&this.elements.container.parentNode.classList.add("gform-dropdown--long-title")}(0,d.consoleInfo)('Gravity Forms Admin: Initialized dropdown component on [data-js="'.concat(this.options.selector,'"].'))}},{key:"bindEvents",value:function(){var t='[data-js="'.concat(this.options.selector,'"]');(0,d.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-search"]',"keyup",this.handleSearch.bind(this)),this.elements.container.addEventListener("mouseenter",this.handleMouseenter.bind(this)),this.elements.container.addEventListener("mouseleave",this.handleMouseleave.bind(this)),this.elements.container.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("click",function(t){!this.elements.container.contains(t.target)&&this.state.open&&this.handleControl()}.bind(this),!0),addEventListener("beforeunload",function(){this.state.unloading=!0}.bind(this))}},{key:"init",value:function(){this.storeTriggers(),this.bindEvents(),this.setup(),(0,d.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),Ct=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"display-3xl":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"h2":f,g=t.weight,y=void 0===g?"semibold":g,v={class:["gform-heading","gform-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},Et=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,d.trigger)({event:"gform/heading/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ct(this.options)),this.elements.heading=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function At(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Rt(t){for(var e=1;e").concat(o,"\n\t")},Nt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,size:"text-xs",spacing:"",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/help_text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Dt(this.options)),this.elements.helpText=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized help text component on ".concat(this.options.target,"."))}}]),o}();function St(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function It(t){for(var e=1;e'):"",B=m||y||o?"":"",z=m?'
    '.concat(m,"
    "):"",F=y?'
    '.concat(y,"
    "):"",H="";if(o&&(H='\n\t\t\t\n\t\t')),h&&("radio"===A||"checkbox"===A)){var q=u?' for="'.concat(u,'"'):"";N="\n\t\t\t\n\t\t\t\t").concat(h,"\n\t\t\t\n\t\t")}var M=(0,d.objectToAttributes)(It(It({},s),{},{id:u,type:A,value:D,class:["gform-input","gform-input--theme-".concat(C),"radio"!==A&&"checkbox"!==A&&"gform-input","radio"!==A&&"checkbox"!==A&&"gform-input--text",("radio"===A||"checkbox"===A)&&"gform-input--".concat(A)].concat(p(Object.keys((0,d.spacerClasses)(k))),p(c))}));return"\n\t\t".concat(L,"\n\t\t\t").concat(z,"\n\t\t\t\n\t\t\t").concat(F,"\n\t\t\t").concat(H,"\n\t\t").concat(B,"\n\t\t").concat(N,"\n\t")},Bt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{actionButton:!1,actionButtonIcon:"eye",customAttributes:{},customClasses:[],id:"",inputPrefix:"",inputSuffix:"",label:"",labelAttributes:"",labelClasses:"",placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"text",value:""},r),(0,d.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options)),this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized input component.")}}]),o}();function zt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ft(t){for(var e=1;e").concat(c,"\n\t")},qt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],htmlFor:"",label:"",isVisible:!0,rendered:!1,renderOnInit:!0,size:"text-sm",spacing:"",target:"",targetPosition:"afterbegin",weight:"medium"},r),(0,d.trigger)({event:"gform/label/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ht(this.options)),this.elements.label=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();function Mt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Wt(t){for(var e=1;e\n\t\t\t').concat(u,"\n\t\t\n\t")},Ut=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],href:"",id:"",label:"",linkTarget:"_self",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options)),this.elements.link=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized link component.")}}]),o}();function Vt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function $t(t){for(var e=1;e\n\t\t\t\t").concat(s,"\n\t\t\t\n\t\t")},U=O.map((function(t){var e=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return e.length?'\n\t\t\t\n\t\t\t\t').concat(e.map((function(t){return G(t)})),"\n\t\t\t\n\t\t"):G(t)})),V=Dt(W);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Ht(M),"\n\t\t\t").concat("above"===u?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===u?V:"","\n\t\t\n\t")},Jt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,helpTextAttributes:{},helpTextPosition:"below",id:"",initialValue:"",labelAttributes:{},name:"",options:[],rendered:!1,renderOnInit:!0,size:"size-r",spacing:"",theme:"cosmos",target:"",targetPosition:"afterbegin",wrapperAttributes:{},wrapperClasses:[],wrapperTagName:"div",ariaLabel:""},r),(0,d.trigger)({event:"gform/select/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Kt(this.options)),this.elements.select=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized select component.")}}]),o}();function Yt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Qt(t){for(var e=1;e\n\t")},Zt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options)),this.elements.stackedIcon=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized stackedIcon component.")}}]),o}();function te(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ee(t){for(var e=1;e\n\t\t\t").concat(s?' ':"",'\n\t\t\t').concat(m,"\n\t\t\n\t")},re=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],hasDot:!0,id:"",isStatic:!1,label:"",pill:!0,rendered:!1,renderOnInit:!0,spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options)),this.elements.statusIndicator=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized statusIndicator component.")}}]),o}(),ne=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"text-md":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"div":f,g=t.weight,y=void 0===g?"regular":g,v={class:["gform-common-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},ie=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options)),this.elements.text=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized text component on ".concat(this.options.target,"."))}}]),o}();function se(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ae(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],n=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],i=(0,d.objectToAttributes)(ae({class:["gform-label","gform-input__label","gform-input__label--textarea",n?"":"gform-visually-hidden"].concat(p(r)),for:t},o));return"\n\t\t\n\t")}(c,u,m,y,h),z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=(0,d.objectToAttributes)({class:["gform-input-help-text"],id:"".concat(e,"-help-text")});return"\n\t\t\n\t\t\t").concat(t,"\n\t\t\n\t")}(s,c);return"\n\t\t<".concat(S," ").concat(I,">\n\t\t\t").concat(u&&B,"\n\t\t\t\n\t\t\t").concat(s&&z,"\n\t\t\n\t")},pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],helpText:"",id:"",label:"",labelCustomAttributes:{},labelCustomClasses:[],labelVisible:!0,placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",value:"",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("textarea"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options)),this.elements.textarea=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized textarea component.")}}]),o}();function le(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function de(t){for(var e=1;e\n\t\t\t\n\t\t\t\n\t\t\t\t').concat(y,"\n\t\t\t\n\t\t\n\t")},Pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,icons:!1,id:"",initialChecked:!1,label:"",labelPosition:"right",labelVisible:!1,name:"",rendered:!1,renderOnInit:!0,size:"size-s",spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,be(this.options)),this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),Te=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonClasses,s=void 0===i?"":i,a=t.closeButtonTitle,c=void 0===a?"":a,p=t.confirmButtonAttributes,l=void 0===p?"":p,d=t.confirmButtonIcon,u=void 0===d?"":d,f=t.confirmButtonText,m=void 0===f?"":f,g=t.content,y=void 0===g?"":g,v=t.id,h=void 0===v?"":v,b=t.maskBlur,P=void 0===b||b,T=t.maskClasses,O=void 0===T?"":T,w=t.maskTheme,j=void 0===w?"none":w,_=t.mode,k=void 0===_?"":_,x=t.position,C=void 0===x?"fixed":x,E=t.title,A=void 0===E?"":E,R=t.titleIcon,D=void 0===R?"":R,N=t.titleIconColor,S=void 0===N?"":N,I=t.wrapperClasses,L=void 0===I?"":I,B=t.zIndex,z=void 0===B?10:B;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(A?'
    ':"","\n\t\t\t").concat(A?'
    ').concat(D?'"):"").concat(A,"
    "):"","\n\t\t\t").concat(A?"
    ":"",'\n\t\t\t
    ').concat(y,"
    \n\t\t\t").concat("dialog"===k||"alert"===k?'
    ':"","\n\t\t\t").concat("dialog"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(n,'\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t").concat(u?''):"").concat(m,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(o,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("dialog"===k||"alert"===k?"
    ":"","\n\t\t
    \n\t
    \n\t")},Oe=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeDialog",(function(){var t=r.elements.mask,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-dialog--anim-in-active")&&(t.classList.remove("gform-dialog--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-dialog--anim-in-ready")}),o),r.state.open=!1,r.elements.activeTrigger&&r.elements.activeTrigger.focus(),r.options.lockBody&&d.bodyLock.unlock(),n())})),l(this,"maybeCloseDialog",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&r.closeDialog()})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.dialog,r.closeDialog)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?r.closeDialog():r.showDialog()})),l(this,"handleMaskClick",(function(t){t.target.id===r.options.id||(0,d.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,d.trigger)({event:"gform/dialog/confirm",native:!1,data:{instance:r,button:t.target}}),r.options.closeOnConfirmClick&&r.closeDialog(),e()})),this.options={},t(this.options,{alertButtonText:"",animationDelay:250,cancelButtonText:"",closeButtonClasses:"gform-dialog__close",closeButtonTitle:"",closeOnMaskClick:!0,closeOnConfirmClick:!0,confirmButtonAttributes:"",confirmButtonIcon:"",confirmButtonText:"",id:(0,d.uniqueId)("dialog"),lockBody:!1,maskBlur:!0,maskClasses:"gform-dialog__mask",maskTheme:"light",mode:"",onClose:function(){},onConfirm:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,target:"body",title:"",titleIcon:"",titleIconColor:"",triggers:"",wrapperClasses:"gform-dialog",zIndex:10},n),(0,d.trigger)({event:"gform/dialog/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={open:!1},this.options.renderOnInit&&this.init()}return s(o,[{key:"showDialog",value:function(){var t=this.elements.mask;this.options.lockBody&&d.bodyLock.lock(),this.options.onOpen(),t.classList.add("gform-dialog--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-dialog--anim-in-active")}),25),this.elements.closeButton.focus(),this.state.open=!0}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,d.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,d.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,d.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,d.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,d.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,d.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,d.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,d.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,d.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",Te(this.options))}},{key:"bindEvents",value:function(){var t=this;this.elements.dialog.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeDialog),this.options.triggers&&(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),this.options.closeOnMaskClick&&this.elements.mask.addEventListener("click",this.handleMaskClick),this.elements.alertButton&&this.elements.alertButton.addEventListener("click",this.closeDialog),this.elements.cancelButton&&this.elements.cancelButton.addEventListener("click",this.closeDialog),this.elements.confirmButton&&this.elements.confirmButton.addEventListener("click",this.handleConfirm),document.addEventListener("gform/dialog/close",this.maybeCloseFlyout),document.addEventListener("gform/dialog/close-all",this.closeFlyout)}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),we=function(t){var e=t.id,o=void 0===e?"":e,r=t.closeButtonClasses,n=void 0===r?"":r,i=t.closeButtonTitle,s=void 0===i?"":i,a=t.content,c=void 0===a?"":a,p=t.description,l=void 0===p?"":p,d=t.desktopWidth,u=void 0===d?0:d,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,h=void 0===v?"":v,b=t.maxWidth,P=void 0===b?0:b,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,_=t.position,k=void 0===_?"":_,x=t.showDivider,C=void 0===x||x,E=t.simplebar,A=void 0!==E&&E,R=t.title,D=void 0===R?"":R,N=t.wrapperClasses,S=void 0===N?"":N,I=t.zIndex,L=void 0===I?10:I;return'\n\t
    \n\t\t\n\t\t').concat(y?'\n\t\t\n\t\t
    \n\t\t'):"","\n\t\t").concat(D||l?'
    ':"","\n\t\t").concat(D?'
    '.concat(D,"
    "):"","\n\t\t").concat(l?'

    '.concat(l,"

    "):"","\n\t\t").concat(D||l?"
    ":"",'\n\t\t
    ').concat(c,"
    \n\t
    \n\t\n\t")},je=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeFlyout",(function(){var t=r.elements.flyout,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-flyout--anim-in-active")&&(t.classList.remove("gform-flyout--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-flyout--anim-in-ready")}),o),r.state.open=!1,r.shrinkFlyout(),n(),(0,d.trigger)({event:"gform/flyout/close",native:!1,data:{instance:r}}))})),l(this,"maybeCloseFlyout",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&(r.elements.flyout.classList.remove("anim-in-ready"),r.elements.flyout.classList.remove("anim-in-active"),r.elements.flyout.classList.remove("anim-out-ready"),r.elements.flyout.classList.remove("anim-out-active"),r.state.open=!1,r.shrinkFlyout())})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.flyout,r.closeFlyout)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?(r.closeFlyout(),r.elements.activeTrigger.focus(),r.state.open=!1):(r.showFlyout(),r.elements.closeButton.focus(),r.state.open=!0)})),l(this,"handleExpandable",(function(){r.state.expanded?r.shrinkFlyout():r.expandFlyout()})),l(this,"handleResize",(function(){r.updateFlyoutWidth()})),this.options={},t(this.options,{animationDelay:170,closeButtonClasses:"gform-flyout__close",closeButtonTitle:"",closeOnOutsideClick:!0,content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,d.uniqueId)("flyout"),insertPosition:"beforeend",lockBody:!1,maxWidth:850,mobileBreakpoint:768,mobileWidth:100,onClose:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,showDivider:!0,simplebar:!1,target:"body",title:"",triggers:'[data-js="gform-trigger-flyout"]',wrapperClasses:"gform-flyout",zIndex:10},n),(0,d.trigger)({event:"gform/flyout/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={expanded:!1,open:!1,unExpandedWidth:0},this.options.renderOnInit&&this.init()}return s(o,[{key:"showFlyout",value:function(){var t=this.elements.flyout;this.options.onOpen(),d.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,d.trigger)({event:"gform/flyout/open",native:!1,data:{instance:this}}),window.setTimeout((function(){t.classList.add("gform-flyout--anim-in-active")}),25)}},{key:"updateFlyoutWidth",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&!this.state.expanded){var o=this.elements,r=o.flyout,n=o.expandableTrigger;(this.elements.resizeParent?this.elements.resizeParent.clientWidth:d.viewport.width())<=r.clientWidth+50?(r.classList.add("gform-flyout--hide-expander"),window.setTimeout((function(){n.style.display="none"}),e)):(n.style.display="",window.setTimeout((function(){r.classList.remove("gform-flyout--hide-expander")}),20))}}},{key:"expandFlyout",value:function(){var t=this,e=this.options,o=e.expandableWidth;if(e.expandable&&!this.state.expanded){var r=this.elements.flyout;this.state.unExpandedWidth=r.clientWidth,r.style.width="".concat(this.state.unExpandedWidth,"px"),r.style.transition="none",(0,d.delay)((function(){r.style.maxWidth="none"}),20).delay((function(){r.style.transition=""}),20).delay((function(){r.style.width="calc(".concat(o,"% - 50px)"),r.classList.add("gform-flyout--expanded"),t.state.expanded=!0}),20)}}},{key:"shrinkFlyout",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&this.state.expanded){var o=this.elements.flyout;o.style.width="".concat(this.state.unExpandedWidth,"px"),o.classList.remove("gform-flyout--expanded"),window.setTimeout((function(){o.style.width="",o.style.maxWidth=""}),e),this.state.expanded=!1}}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,d.getNodes)("flyout-content",!1,t)[0],closeButton:(0,d.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,d.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,d.getNodes)(this.options.triggers,!0,document,!0)}}},{key:"render",value:function(){var t=document.querySelectorAll(this.options.target)[0];t?(t.insertAdjacentHTML(this.options.insertPosition,we(this.options)),(0,d.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,d.consoleError)("Flyout could not render as ".concat(this.options.target," could not be found."))}},{key:"bindEvents",value:function(){var t=this;this.elements.flyout.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeFlyout),(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,d.resize)(this.handleResize),document.addEventListener("gform/flyout/close",this.maybeCloseFlyout),document.addEventListener("gform/flyout/close-all",this.closeFlyout),this.options.expandable&&this.elements.expandableTrigger.addEventListener("click",this.handleExpandable),this.options.closeOnOutsideClick&&document.addEventListener("click",function(t){this.elements.flyout.contains(t.target)||!this.state.open||(0,d.getClosest)(t.target,"#TB_window")||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,d.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),_e=ajaxurl,ke=o.n(_e);function xe(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ce(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({data:{},endpoints:{},dialog:{closeOnConfirmClick:!1,closeOnMaskClick:!1,confirmButtonIcon:"floppy-disk",id:"dialog-embed-form-unsaved-changes",mode:"dialog",titleIcon:"circle-delete",titleIconColor:"#DD301D",wrapperClasses:"gform-dialog gform-dialog--embed-form-unsaved",zIndex:1e5},dialogLoader:{additionalClasses:"gform-dialog__confirm-loader",background:"#3e7da6",foreground:"#fff",mask:!1,showOnRender:!1,size:1.5},flyout:{closeOnOutsideClick:!1,maxWidth:540,mobileBreakpoint:1200,position:"absolute",simplebar:!0,target:'[data-js="form-editor"]',triggers:'[data-js="embed-flyout-trigger"]',wrapperClasses:"gform-flyout gform-flyout--embed-form",zIndex:95},i18n:{},urls:{}},a),(0,d.trigger)({event:"gform/embed_form/pre_init",native:!1,data:{instance:this}}),(0,d.isEmptyObject)(this.options.data)||(0,d.isEmptyObject)(this.options.i18n)?(0,d.consoleError)("The embed form component requires data and language strings to instantiate."):(this.instances={},this.elements={},this.properties={postTypes:(null===(o=this.options.data)||void 0===o?void 0:o.post_types)||[]},this.state={addToActiveCPT:null!==(r=this.properties.postTypes)&&void 0!==r&&r[0]?this.properties.postTypes[0].slug:"",createNewActiveCPT:null!==(n=this.properties.postTypes)&&void 0!==n&&n[0]?this.properties.postTypes[0].slug:"",isMock:"mock_endpoint"===(null===(i=this.options.endpoints)||void 0===i||null===(s=i.create_post_with_block)||void 0===s?void 0:s.action),redirectRequested:!1,redirectType:""},this.init())}var o;return s(t,[{key:"redirectToEditor",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o="".concat((0,d.sprintf)(this.options.urls.edit_post,t)).concat(e?"&gfAddBlock=".concat(this.options.data.form_id):"");if(this.state.isMock)return(0,d.consoleInfo)("Currently in mock state, if live would have redirected to: ".concat(o)),o;window.location.href=o}},{key:"getGroupHTML",value:function(t){return'
    '.concat(t,"
    ")}},{key:"getGroupTitle",value:function(t){return(0,d.saferHtml)(ue||(ue=j(['
    ',"
    "])),t)}},{key:"getGroupActionButton",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return'")}},{key:"getPostTypeSwitcher",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return'
    '.concat(this.properties.postTypes.map((function(r,n){var i={name:t,"data-js":"post-type-switcher","data-type":r.slug};return 0===n&&(i.checked="checked"),Lt({customAttributes:i,label:(0,d.sprintf)(o,'',"",(0,d.escapeHtml)(r.label)),id:(0,d.saferHtml)(fe||(fe=j(["","",""])),e,r.slug),type:"radio",value:(0,d.saferHtml)(me||(me=j(["",""])),r.slug)})})).join(""),"
    ")}},{key:"getFormIdHtml",value:function(){var t=oe({hasDot:!1,isStatic:!0,label:(0,d.saferHtml)(ge||(ge=j(["",""])),(0,d.vsprintf)(this.options.i18n.id,[this.options.data.form_id])),pill:!1,status:"inactive"});return'

    '.concat(t,"

    ")}},{key:"getDropdownOptions",value:function(){var t,e,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(null===(t=this.options.data)||void 0===t||null===(e=t.items)||void 0===e?void 0:e[o.slug])||{};return{attributes:'data-type="'.concat(o.slug,'"'),dropdownListAttributes:"data-simplebar",hasSearch:r.count>5,listData:r.entries||[],searchAriaText:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),searchInputId:(0,d.saferHtml)(ye||(ye=j(["gform-form-switcher-search-add-to-form-",""])),o.slug),searchPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),selector:"gform-dropdown-add-to-form-".concat(o.slug),triggerAriaId:"gform-form-switcher-label-add-to-form-".concat(o.slug),triggerAriaText:(0,d.escapeHtml)(this.options.i18n.add_trigger_aria_text),triggerId:"gform-form-switcher-control-add-to-form-".concat(o.slug),triggerPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_dropdown_placeholder,[o.label])),wrapperClasses:"gform-dropdown gform-embed-form__dropdown"}}},{key:"getAddToDropdowns",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(kt(t.getDropdownOptions(e)),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getCreateNewInputs",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){var r={customAttributes:{"data-js":"create-new-post-input","data-type":e.slug},placeholder:(0,d.escapeHtml)((0,d.vsprintf)(t.options.i18n.create_placeholder,[e.label])),type:"text"};return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(Lt(r),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getAddToExistingContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.add_title);return t+=this.getPostTypeSwitcher("add_post_type","embed-form-add-to-post-",this.options.i18n.add_post_type_choice_label),t+=this.getAddToDropdowns(),t+=this.getGroupActionButton(this.options.i18n.add_button_label,"embed-form-add-to-post-trigger"),this.getGroupHTML(t)}},{key:"getCreateNewContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.create_title);return t+=this.getPostTypeSwitcher("create_new_in_post_type","embed-form-create-new-",this.options.i18n.create_post_type_choice_label),t+=this.getCreateNewInputs(),t+=this.getGroupActionButton(this.options.i18n.create_button_label,"embed-form-create-post-trigger"),this.getGroupHTML(t)}},{key:"getShortcodeTrigger",value:function(){var t=(0,d.sprintf)((0,d.escapeHtml)(this.options.i18n.shortcode_helper),''),""),e=(0,d.saferHtml)(ve||(ve=j(['\n\t\t\t','\n\t\t\t\n\t\t"])),this.options.i18n.shortcode_button_label,this.options.i18n.shortcode_button_copied);return'")}},{key:"getShortcodeHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.shortcode_title);return t+=(0,d.saferHtml)(he||(he=j(['

    ',"

    "])),this.options.i18n.shortcode_description),t+=this.getShortcodeTrigger(),this.getGroupHTML(t)}},{key:"generateFlyoutContent",value:function(){var t=this.getFormIdHtml();return t+=this.getAddToExistingContentHtml(),(t+=this.getCreateNewContentHtml())+this.getShortcodeHtml()}},{key:"resetConfirmDialogState",value:function(t){var e=this.instances.dialog.elements,o=e.cancelButton,r=e.closeButton,n=e.confirmButton;o.disabled=!1,r.disabled=!1,n.disabled=!1,n.style.width="",this.instances.dialogLoader.hideLoader(),n.classList.remove("gform-dialog__confirm-button--saving"),t&&"gform/form_editor_saver/post_save_error"===t.type&&(this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleDialogConfirm",value:function(){var t=this.instances.dialog.elements,e=t.cancelButton,o=t.closeButton,r=t.confirmButton;e.disabled=!0,o.disabled=!0,r.disabled=!0,r.style.width="".concat(r.offsetWidth,"px"),this.instances.dialogLoader.showLoader(),r.classList.contains("gform-dialog__confirm-saving--initialized")||(r.classList.add("gform-dialog__confirm-saving--initialized"),r.insertAdjacentHTML("beforeend",'\n\t\t\t\t'.concat(this.options.i18n.dialog_confirm_saving,"\n\t\t\t"))),r.classList.add("gform-dialog__confirm-button--saving")}},{key:"wrapDialogConfirmText",value:function(){var t=this.instances.dialog.elements.confirmButton.innerHTML;this.instances.dialog.elements.confirmButton.innerHTML=''.concat(t,"")}},{key:"render",value:function(){this.instances.flyout=new je(Ce({content:this.generateFlyoutContent(),title:this.options.i18n.title},this.options.flyout)),this.instances.dialog=new Oe(Ce({cancelButtonText:this.options.i18n.dialog_cancel_text,closeButtonTitle:this.options.i18n.dialog_close_title,confirmButtonText:this.options.i18n.dialog_confirm_text,content:this.options.i18n.dialog_content,onConfirm:this.handleDialogConfirm.bind(this),title:this.options.i18n.dialog_title},this.options.dialog)),this.wrapDialogConfirmText(),this.instances.dialogLoader=new b(Ce({target:"#".concat(this.instances.dialog.elements.confirmButton.id)},this.options.dialogLoader))}},{key:"storeElements",value:function(){var t=this.instances.flyout.elements.flyout;this.elements={addToExistingDropdowns:(0,d.getNodes)(".gform-embed-form__dropdown",!0,t,!0),addToExistingTrigger:(0,d.getNodes)("embed-form-add-to-post-trigger",!1,t)[0],createNewInputs:(0,d.getNodes)("create-new-post-input",!0,t),createNewTrigger:(0,d.getNodes)("embed-form-create-post-trigger",!1,t)[0],shortcodeTrigger:(0,d.getNodes)("embed-form-shortcode-trigger",!1,t)[0]}}},{key:"handlePostTypeSwitcherChange",value:function(t){var e=t.delegateTarget,o=(0,d.getClosest)(e,'[data-js="embed-flyout-group"]');"create_new_in_post_type"===e.name?this.state.createNewActiveCPT=e.value:this.state.addToActiveCPT=e.value,(0,d.getNodes)("embed-flyout-post-type-action-container",!0,o).forEach((function(t){t.dataset.type===e.dataset.type?t.classList.remove("gform-embed-form--hidden"):t.classList.add("gform-embed-form--hidden")}))}},{key:"handlePostSaveRedirect",value:function(){this.state.redirectRequested&&(this.resetConfirmDialogState(),"addToPost"===this.state.redirectType?this.handleAddToPost():"createPost"===this.state.redirectType&&this.handleCreatePost(),this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleAddToPost",value:function(){var t=this,e=this.elements.addToExistingDropdowns.filter((function(e){return e.dataset.type===t.state.addToActiveCPT}))[0],o=(0,d.getNodes)("gform-dropdown-control",!1,e)[0];if(o.dataset.value){if((0,d.isFormDirty)())return this.state.redirectRequested=!0,this.state.redirectType="addToPost",void this.instances.dialog.showDialog();this.instances.dialog.closeDialog(),this.redirectToEditor(o.dataset.value)}else o.focus()}},{key:"handleCreatePost",value:(o=w(k().mark((function t(){var e,o,r,n,i,s=this;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=this.elements.createNewInputs.filter((function(t){return t.dataset.type===s.state.createNewActiveCPT}))[0],o=(0,d.escapeHtml)(e.value.trim())){t.next=5;break}return e.focus(),t.abrupt("return");case 5:if(!(0,d.isFormDirty)()){t.next=11;break}return this.state.redirectRequested=!0,this.state.redirectType="createPost",this.instances.dialog.showDialog(),t.abrupt("return");case 11:if(this.instances.dialog.closeDialog(),r={baseUrl:ke(),method:"POST",body:{form_id:this.options.data.form_id,post_title:o,post_type:e.dataset.type}},!this.state.isMock){t.next=18;break}(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(r),t.next=22;break;case 18:return t.next=20,Tt("create_post_with_block",this.options.endpoints,r);case 20:null!=(i=t.sent)&&null!==(n=i.data)&&void 0!==n&&n.success&&this.redirectToEditor(i.data.data.ID,!1);case 22:case"end":return t.stop()}}),t,this)}))),function(){return o.apply(this,arguments)})},{key:"handleCopyShortcodeClick",value:function(t){var e=t.delegateTarget,o=(0,d.getNodes)("shortcode-copy-label",!1,e)[0],r=(0,d.getNodes)("shortcode-copy-copied",!1,e)[0],n='[gravityform id="'.concat(this.options.data.form_id,'" title="true"]');(0,d.clipboard)(n),setTimeout((function(){o.setAttribute("aria-hidden","true"),r.setAttribute("aria-hidden","false"),e.classList.add("gform-embed-form__shortcode-trigger--copied")}),100),setTimeout((function(){o.setAttribute("aria-hidden","false"),r.setAttribute("aria-hidden","true"),e.classList.remove("gform-embed-form__shortcode-trigger--copied")}),2e3)}},{key:"bindDropdowns",value:function(){var t=this;this.instances.dropdowns={},this.properties.postTypes.forEach((function(e){t.instances.dropdowns["gform-dropdown-add-to-form-".concat(e.slug)]=new xt({baseUrl:ke(),endpoints:t.options.endpoints,endpointArgs:{post_type:e.slug},endpointKey:"get_posts",listData:t.options.data.items[e.slug].entries,searchType:"async",selector:"gform-dropdown-add-to-form-".concat(e.slug)})}))}},{key:"flyoutShouldStayOpen",value:function(t){var e=this.instances.flyout,o=e.elements.flyout,r=e.state;return o.contains(t)||!r.open||(0,d.getClosest)(t,'[data-js="gform-dialog-mask"]')||"gform-dialog-mask"===t.dataset.js}},{key:"bindEvents",value:function(){var t=this.instances.flyout,e=t.elements.flyout,o=t.closeFlyout;(0,d.delegate)(e,'[data-js="post-type-switcher"]',"change",this.handlePostTypeSwitcherChange.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-add-to-post-trigger"]',"click",this.handleAddToPost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-create-post-trigger"]',"click",this.handleCreatePost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-shortcode-trigger"]',"click",this.handleCopyShortcodeClick.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_success",this.handlePostSaveRedirect.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_error",this.resetConfirmDialogState.bind(this)),document.addEventListener("click",function(t){this.flyoutShouldStayOpen(t.target)||o()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindDropdowns(),this.bindEvents(),(0,d.trigger)({event:"gform/embed_form/post_render",native:!1,data:{instance:this}})}}]),t}(),Ae=gform.libraries;function Re(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function De(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?Ae.React.createElement("optgroup",{label:t.label,key:"".concat((0,d.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return Ae.React.createElement(et,Q,Ae.React.createElement(so,Z),"above"===g&&Ae.React.createElement(lo,tt),Ae.React.createElement("div",{className:"gform-select__wrapper"},Ae.React.createElement("select",X,rt)),"below"===g&&Ae.React.createElement(lo,tt))}));ur.propTypes={customAttributes:Ae.PropTypes.object,customClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),disabled:Ae.PropTypes.bool,helpTextAttributes:Ae.PropTypes.object,helpTextPosition:Ae.PropTypes.string,id:Ae.PropTypes.string,initialValue:Ae.PropTypes.string,labelAttributes:Ae.PropTypes.object,name:Ae.PropTypes.string,onBlur:Ae.PropTypes.func,onChange:Ae.PropTypes.func,onFocus:Ae.PropTypes.func,options:Ae.PropTypes.array,size:Ae.PropTypes.string,spacing:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.number,Ae.PropTypes.array,Ae.PropTypes.object]),theme:Ae.PropTypes.string,wrapperAttributes:Ae.PropTypes.object,wrapperClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),wrapperTagName:Ae.PropTypes.string},ur.displayName="Select";var fr=ur;function mr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function gr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Lr(t);return e?.299*o.R+.587*o.G+.114*o.B>186?"#000000":"#FFFFFF":(o.R=(255-o.R).toString(16),o.G=(255-o.G).toString(16),o.B=(255-o.B).toString(16),function(t,e,o){var r={R:t,G:e,B:o};return 1===t.length&&(r.R="0"+r.R),1===e.length&&(r.G="0"+r.G),1===o.length&&(r.B="0"+r.B),"#".concat(r.R).concat(r.G).concat(r.B)}(o.R,o.G,o.B))};function zr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Fr(t){for(var e=1;et.offsetHeight?"above":"below"};D(i()),I({left:((null==T||null===(t=T.current)||void 0===t?void 0:t.offsetLeft)||0)+((null==T||null===(e=T.current)||void 0===e?void 0:e.offsetWidth)/2||0),top:"above"===i()?((null==T||null===(o=T.current)||void 0===o?void 0:o.offsetTop)||0)-10:((null==T||null===(r=T.current)||void 0===r?void 0:r.offsetBottom)||0)+(null==T||null===(n=T.current)||void 0===n?void 0:n.offsetHeight)+10})}),[T]),qr((function(){var t=function(t){B.current&&(B.current.contains(t.target)||T.current.contains(t.target)||F())};return document.addEventListener("click",t),function(){return document.removeEventListener("click",t)}}));var z=function(t){k(t),g(t)},F=function(){f()},H=Fr({className:(0,Ae.classnames)(Fr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(R),!0),(0,d.spacerClasses)(b)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,Ae.classnames)({"gform-input--picker-input":!0})},M={color:_,onChange:z,className:(0,Ae.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},W={label:(null==a?void 0:a.hex)||"",htmlFor:"".concat(L,"-hex")},G={type:"primary-new",label:(null==a?void 0:a.apply)||"",onClick:function(){return v(_)},size:"size-xs"};return Ae.React.createElement("div",H,Ae.React.createElement("div",{className:"gform-input__picker-ui"},Ae.React.createElement(Ae.HexColorPicker,{color:_,onChange:z}),Ae.React.createElement("div",{className:"gform-input__picker-inputs"},Ae.React.createElement("div",q,Ae.React.createElement(so,W),Ae.React.createElement(Ae.HexColorInput,M)),Object.keys(C).map((function(e){return function(e,o){var r={htmlFor:"".concat(L,"-").concat(o)},n={readOnly:!0,value:e,type:"text",id:"".concat(L,"-").concat(o),className:(0,Ae.classnames)({"gform-input":!0})},i={className:(0,Ae.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return Ae.React.createElement("div",i,Ae.React.createElement(so,t({},r,{label:o})),Ae.React.createElement("input",n))}(C[e],e)})))),Ae.React.createElement("div",{className:"gform-input__picker-controls"},Ae.React.createElement(oo,G)))};Gr.propTypes={customAttributes:Ae.PropTypes.object,customClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),i18n:Ae.PropTypes.object,onCancel:Ae.PropTypes.func,onChange:Ae.PropTypes.func,onSave:Ae.PropTypes.func,spacing:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.number,Ae.PropTypes.array,Ae.PropTypes.object]),triggerRef:Ae.PropTypes.object,value:Ae.PropTypes.string};var Ur=Gr;function Vr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function $r(t){for(var e=1;e=0||(n[o]=t[o]);return n}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(t,o)&&(n[o]=t[o])}return n}var kn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function xn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Cn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,Ae.classnames)({"gform-input--swatch__option":!0}),key:e},n=zn({htmlFor:"".concat(v,"_").concat(t,"_").concat(e),label:(null==l?void 0:l.swatch)||"",isVisible:!1},g),i={onChange:Q,type:"radio",name:v,value:t,id:"".concat(v,"_").concat(t,"_").concat(e),checked:t===A};o&&(i.onClick=function(){S(t),W({current:V.current[e]}),B(e),C(!0)});var s={className:(0,Ae.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){H((function(e){return e.filter((function(e,o){return o!==t}))})),Y()}(e):document.getElementById("".concat(v,"_").concat(t,"_").concat(e)).click()},ref:o?function(t){return V.current[e]=t}:null},a={icon:"check",customClasses:(0,Ae.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:Br(t)}}},c={icon:"delete",customClasses:(0,Ae.classnames)({"gform-input--swatch-delete":!0})};return Ae.React.createElement("li",r,Ae.React.createElement(so,n),Ae.React.createElement("input",i),Ae.React.createElement("span",s,t===A&&Ae.React.createElement(ze,a),o&&Ae.React.createElement(ze,c)))},Z=zn({className:(0,Ae.classnames)(zn({"gform-input--swatch":!0},(0,d.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,Ae.classnames)({"gform-input--swatch-options":!0})},et={name:"".concat(v,"-all-swatches"),defaultValue:JSON.stringify(F),id:"".concat(v,"-all-swatches"),type:"hidden",ref:G},ot={value:N||"#ffffff",onSave:function(t){S(t),F.includes(t)||H((function(e){var o=e;return o[L]=t,o})),R(t),C(!1)},onCancel:Y,triggerRef:M,i18n:(null==l?void 0:l.colorPicker)||{}};return Ae.React.createElement("div",t({},Z,{ref:o}),Ae.React.createElement("div",{style:{height:"0"}}),Ae.React.createElement("ul",tt,b.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,Ae.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,Ae.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){W(U),B(F.length+1),C(!0)},ref:U},J={icon:"plus-regular"},Ae.React.createElement("li",$,Ae.React.createElement("span",K,Ae.React.createElement(ze,J))))),x&&Ae.React.createElement(Ur,ot),Ae.React.createElement("input",et))}));Mn.propTypes={allowNew:Ae.PropTypes.bool,customAttributes:Ae.PropTypes.object,customClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),i18n:Ae.PropTypes.object,id:Ae.PropTypes.string,labelAttributes:Ae.PropTypes.object,name:Ae.PropTypes.string,palette:Ae.PropTypes.array,paletteCustom:Ae.PropTypes.array,spacing:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.number,Ae.PropTypes.array,Ae.PropTypes.object]),value:Ae.PropTypes.string},Mn.displayName="Swatch";var Wn=Mn,Gn=["customClasses"];function Un(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Vn(t){for(var e=1;e0&&(a+=o*e),r>0&&(a+=r*e),n>0&&(a+=n*t),i>0&&(a+=i*t),n>0&&o>0&&(a-=n*o),n>0&&r>0&&(a-=n*r),i>0&&o>0&&(a-=i*o),i>0&&r>0&&(a-=i*r),(s-a)/s},et=function(t,e,o,r,n){var i,s,a,c,p,l,d=r.innerWidth,u=r.innerHeight,f=n-o.top,m=o.bottom-(u-n),g=n-o.left,y=o.right-(d-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(u-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Qn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Qn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.bottom+Qn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Qn),l=s+o.width-(d-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(u-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Qn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Qn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.top-Qn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Qn),l=s+o.width-(d-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Qn-o.height),c=i+o.height-(u-n),p=n-(s=o.right+Qn+8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Qn),c=i+o.height-(u-n),p=n-(s=o.right+Qn+8-o.width/2),l=s+o.width-(d-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(d-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Qn-o.height),c=i+o.height-(u-n),p=n-(s=o.left-Qn-8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Qn),c=i+o.height-(u-n),p=n-(s=o.left-Qn-8-o.width/2),l=s+o.width-(d-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(d-n);break;case"right":return!0;default:return!1}break;default:return!1}return tt(o.width,o.height,p,l,a,c)},ot=function(t,e,o){if(!o.current)return e;var r=o.current.getBoundingClientRect(),n=o.current.ownerDocument.defaultView,i=n.innerWidth,s=n.innerHeight,a=t-r.top,c=r.bottom-(s-t),p=t-r.left,l=r.right-(i-t),d=tt(r.width,r.height,p,l,a,c),u={};switch(e){case"top":u.top=d,u.bottom=et("top","bottom",r,n,t),u.left=et("top","left",r,n,t),u.right=et("top","right",r,n,t);break;case"bottom":u.top=et("bottom","top",r,n,t),u.bottom=d,u.left=et("bottom","left",r,n,t),u.right=et("bottom","right",r,n,t);break;case"left":u.top=et("left","top",r,n,t),u.bottom=et("left","bottom",r,n,t),u.left=d,u.right=et("left","right",r,n,t);break;case"right":u.top=et("right","top",r,n,t),u.bottom=et("right","bottom",r,n,t),u.left=et("right","left",r,n,t),u.right=d;break;default:return e}return Object.keys(u).reduce((function(t,e){return u[e]>u[t]?e:t}),e)},rt=function(t){var e=t.con,o=void 0===e?"":e,r=t.cAttributes,n=void 0===r?{size:"text-xs"}:r;if(!o)return null;var i=n.customClasses,s=_n(n,Gn),a=Vn({customClasses:(0,Ae.classnames)(["gform-tooltip__tooltip-content"],i)},s);return Ae.React.createElement(To,a,o)},nt=Vn({className:(0,Ae.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(J),!0),l(r,"gform-tooltip--theme-".concat(E),!0),l(r,"gform-tooltip--type-".concat(N),!0),l(r,"gform-tooltip--initialized",!!B),l(r,"gform-tooltip--anim-in-ready",W),l(r,"gform-tooltip--anim-in-active",W&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Vn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},R),at={};return B&&(at.width=B+"px"),_&&(at.maxWidth=_+"px"),st.style=at,Ae.React.createElement("div",t({},nt,{ref:o}),Ae.React.createElement("button",it,Ae.React.createElement(ze,{icon:b})),Ae.React.createElement("div",t({ref:I},st),Ae.React.createElement(rt,{con:p,cAttributes:f}),a,Ae.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Xn.propTypes={buffer:Ae.PropTypes.number,children:Ae.PropTypes.oneOfType([Ae.PropTypes.arrayOf(Ae.PropTypes.node),Ae.PropTypes.node]),content:Ae.PropTypes.string,contentAttributes:Ae.PropTypes.object,customAttributes:Ae.PropTypes.object,customClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),icon:Ae.PropTypes.string,intentDelay:Ae.PropTypes.number,id:Ae.PropTypes.string,maxWidth:Ae.PropTypes.number,position:Ae.PropTypes.string,theme:Ae.PropTypes.string,tooltipCustomAttributes:Ae.PropTypes.object,type:Ae.PropTypes.string},Xn.displayName="Tooltip";var Zn=Xn;function ti(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ei(t){for(var e=1;e0&&Ae.React.createElement("div",I,Ae.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&Ae.React.createElement(To,b),c&&Ae.React.createElement(oo,L))),T,s)}));ri.propTypes={aspectRatio:Ae.PropTypes.string,children:Ae.PropTypes.oneOfType([Ae.PropTypes.arrayOf(Ae.PropTypes.node),Ae.PropTypes.node]),placeholderButton:Ae.PropTypes.bool,placeholderButtonProps:Ae.PropTypes.object,placeholderCustomClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object]),placeholderImage:Ae.PropTypes.string,placeholderText:Ae.PropTypes.string,placeholderTextProps:Ae.PropTypes.object,player:Ae.PropTypes.node,spacing:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.number,Ae.PropTypes.array,Ae.PropTypes.object]),wrapperAttributes:Ae.PropTypes.object,wrapperClasses:Ae.PropTypes.oneOfType([Ae.PropTypes.string,Ae.PropTypes.array,Ae.PropTypes.object])},ri.displayName="Video";var ni=ri;function ii(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function si(t){for(var e=1;e",c+=o.thead.map((function(t){return'').concat(t.content,"")})).join(""),c+=""),null!=o&&o.tbody&&(p+="",p+=o.tbody.map((function(t){return"".concat(t.map((function(t){return'').concat(t.content,"")})).join(""),"")})).join(""),p+=""),'\n\t\t').concat(c,"\n\t\t").concat(p,"\n\t
    ")},gi.Dialog.dialogTemplate=Te,gi.Flyout.flyoutTemplate=we,fi.EmbedForm=Ee,yi.Box=Se,yi.Button=oo,yi.Checkbox=vo,yi.FileUpload=Eo,yi.Grid=No,yi.Heading=Bo,yi.HelpText=lo,yi.Icon=ze,yi.Image=Wo,yi.Input=Ko,yi.Label=so,yi.Link=Xo,yi.Radio=rr,yi.Range=cr,yi.Select=fr,yi.Tag=vr,yi.Text=To,yi.Textarea=Or,yi.Toggle=xr,vi.Cards={},vi.Cards.FormTemplateCard=Ir,vi.ColorPicker=Ur,vi.Dialog=en,vi.Flyout=ln,vi.Indicators={},vi.Indicators.DotIndicator=mn,vi.Indicators.IconIndicator=Jr,vi.InputGroup=Pn,vi.List=jn,vi.Loaders={},vi.Loaders.RingLoader=$e,vi.MetaBox=An,vi.NavBar=Nn,vi.Steps=Ln,vi.Swatch=Wn,vi.Tooltip=Zn,vi.Video={},vi.Video.VidyardVideo=hi}()}(); //# sourceMappingURL=admin-components.js.map \ No newline at end of file diff --git a/assets/js/dist/admin-components.min.js b/assets/js/dist/admin-components.min.js index 5e9b621..896f1cd 100644 --- a/assets/js/dist/admin-components.min.js +++ b/assets/js/dist/admin-components.min.js @@ -1 +1 @@ -!function(){var t={245:function(t){"use strict";var e="%[a-f0-9]{2}",o=new RegExp("("+e+")|([^%]+?)","gi"),r=new RegExp("("+e+")+","gi");function n(t,e){try{return[decodeURIComponent(t.join(""))]}catch(t){}if(1===t.length)return t;e=e||1;var o=t.slice(0,e),r=t.slice(e);return Array.prototype.concat.call([],n(o),n(r))}function i(t){try{return decodeURIComponent(t)}catch(i){for(var e=t.match(o)||[],r=1;rNumber(t)-Number(e))).map((e=>t[e])):t}function u(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=u(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function m(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function g(t,e){c((e=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},e)).arrayFormatSeparator);const o=function(t){let e;switch(t.arrayFormat){case"index":return(t,o,r)=>{e=/\[(\d*)\]$/.exec(t),t=t.replace(/\[\d*\]$/,""),e?(void 0===r[t]&&(r[t]={}),r[t][e[1]]=o):r[t]=o};case"bracket":return(t,o,r)=>{e=/(\[\])$/.exec(t),t=t.replace(/\[\]$/,""),e?void 0!==r[t]?r[t]=[].concat(r[t],o):r[t]=[o]:r[t]=o};case"comma":case"separator":return(e,o,r)=>{const n="string"==typeof o&&o.includes(t.arrayFormatSeparator),i="string"==typeof o&&!n&&l(o,t).includes(t.arrayFormatSeparator);o=i?l(o,t):o;const s=n||i?o.split(t.arrayFormatSeparator).map((e=>l(e,t))):null===o?o:l(o,t);r[e]=s};case"bracket-separator":return(e,o,r)=>{const n=/(\[\])$/.test(e);if(e=e.replace(/\[\]$/,""),!n)return void(r[e]=o?l(o,t):o);const i=null===o?[]:o.split(t.arrayFormatSeparator).map((e=>l(e,t)));void 0!==r[e]?r[e]=[].concat(r[e],i):r[e]=i};default:return(t,e,o)=>{void 0!==o[t]?o[t]=[].concat(o[t],e):o[t]=e}}}(e),r=Object.create(null);if("string"!=typeof t)return r;if(!(t=t.trim().replace(/^[?#&]/,"")))return r;for(const n of t.split("&")){if(""===n)continue;let[t,s]=i(e.decode?n.replace(/\+/g," "):n,"=");s=void 0===s?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?s:l(s,e),o(l(t,e),s,r)}for(const t of Object.keys(r)){const o=r[t];if("object"==typeof o&&null!==o)for(const t of Object.keys(o))o[t]=m(o[t],e);else r[t]=m(o,e)}return!1===e.sort?r:(!0===e.sort?Object.keys(r).sort():Object.keys(r).sort(e.sort)).reduce(((t,e)=>{const o=r[e];return Boolean(o)&&"object"==typeof o&&!Array.isArray(o)?t[e]=d(o):t[e]=o,t}),Object.create(null))}e.extract=f,e.parse=g,e.stringify=(t,e)=>{if(!t)return"";c((e=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},e)).arrayFormatSeparator);const o=o=>e.skipNull&&null==t[o]||e.skipEmptyString&&""===t[o],r=function(t){switch(t.arrayFormat){case"index":return e=>(o,r)=>{const n=o.length;return void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[",n,"]"].join("")]:[...o,[p(e,t),"[",p(n,t),"]=",p(r,t)].join("")]};case"bracket":return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[]"].join("")]:[...o,[p(e,t),"[]=",p(r,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return o=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&""===n?r:(n=null===n?"":n,0===r.length?[[p(o,t),e,p(n,t)].join("")]:[[r,p(n,t)].join(t.arrayFormatSeparator)])}default:return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,p(e,t)]:[...o,[p(e,t),"=",p(r,t)].join("")]}}(e),n={};for(const e of Object.keys(t))o(e)||(n[e]=t[e]);const i=Object.keys(n);return!1!==e.sort&&i.sort(e.sort),i.map((o=>{const n=t[o];return void 0===n?"":null===n?p(o,e):Array.isArray(n)?0===n.length&&"bracket-separator"===e.arrayFormat?p(o,e)+"[]":n.reduce(r(o),[]).join("&"):p(o,e)+"="+p(n,e)})).filter((t=>t.length>0)).join("&")},e.parseUrl=(t,e)=>{e=Object.assign({decode:!0},e);const[o,r]=i(t,"#");return Object.assign({url:o.split("?")[0]||"",query:g(f(t),e)},e&&e.parseFragmentIdentifier&&r?{fragmentIdentifier:l(r,e)}:{})},e.stringifyUrl=(t,o)=>{o=Object.assign({encode:!0,strict:!0,[a]:!0},o);const r=u(t.url).split("?")[0]||"",n=e.extract(t.url),i=e.parse(n,{sort:!1}),s=Object.assign(i,t.query);let c=e.stringify(s,o);c&&(c=`?${c}`);let l=function(t){let e="";const o=t.indexOf("#");return-1!==o&&(e=t.slice(o)),e}(t.url);return t.fragmentIdentifier&&(l=`#${o[a]?p(t.fragmentIdentifier,o):t.fragmentIdentifier}`),`${r}${c}${l}`},e.pick=(t,o,r)=>{r=Object.assign({parseFragmentIdentifier:!0,[a]:!1},r);const{url:n,query:i,fragmentIdentifier:c}=e.parseUrl(t,r);return e.stringifyUrl({url:n,query:s(i,o),fragmentIdentifier:c},r)},e.exclude=(t,o,r)=>{const n=Array.isArray(o)?t=>!o.includes(t):(t,e)=>!o(t,e);return e.pick(t,n,r)}},553:function(t){"use strict";t.exports=(t,e)=>{if("string"!=typeof t||"string"!=typeof e)throw new TypeError("Expected the arguments to be of type `string`");if(""===e)return[t];const o=t.indexOf(e);return-1===o?[t]:[t.slice(0,o),t.slice(o+e.length)]}},395:function(t){"use strict";t.exports=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`))},378:function(t,e,o){var r=o(695);t.exports=function(t){return null==t?"\\s":t.source?t.source:"["+r(t)+"]"}},695:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},658:function(t){t.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},424:function(t){t.exports=function(t){return null==t?"":""+t}},19:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/<\/?[^>]+>/g,"")}},559:function(t,e,o){var r=o(424),n=o(378),i=String.prototype.trim;t.exports=function(t,e){return t=r(t),!e&&i?i.call(t):(e=n(e),t.replace(new RegExp("^"+e+"+|"+e+"+$","g"),""))}},659:function(t,e,o){var r=o(424),n=o(658);t.exports=function(t){return r(t).replace(/\&([^;]{1,10});/g,(function(t,e){var o;return e in n?n[e]:(o=e.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(o[1],16)):(o=e.match(/^#(\d+)$/))?String.fromCharCode(~~o[1]):t}))}},266:function(t,e,o){var r=o(38).default;function n(){"use strict";t.exports=n=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},o=Object.prototype,i=o.hasOwnProperty,s=Object.defineProperty||function(t,e,o){t[e]=o.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",p=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function d(t,e,o){return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,o){return t[e]=o}}function u(t,e,o,r){var n=e&&e.prototype instanceof g?e:g,i=Object.create(n.prototype),a=new C(r||[]);return s(i,"_invoke",{value:j(t,o,a)}),i}function f(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var m={};function g(){}function y(){}function v(){}var h={};d(h,c,(function(){return this}));var b=Object.getPrototypeOf,P=b&&b(b(E([])));P&&P!==o&&i.call(P,c)&&(h=P);var T=v.prototype=g.prototype=Object.create(h);function O(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function o(n,s,a,c){var p=f(t[n],t,s);if("throw"!==p.type){var l=p.arg,d=l.value;return d&&"object"==r(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(d).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;s(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,n){o(t,r,e,n)}))}return n=n?n.then(i,i):i()}})}function j(t,e,o){var r="suspendedStart";return function(n,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===n)throw i;return A()}for(o.method=n,o.arg=i;;){var s=o.delegate;if(s){var a=_(s,o);if(a){if(a===m)continue;return a}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if("suspendedStart"===r)throw r="completed",o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r="executing";var c=f(t,e,o);if("normal"===c.type){if(r=o.done?"completed":"suspendedYield",c.arg===m)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r="completed",o.method="throw",o.arg=c.arg)}}}function _(t,e){var o=e.method,r=t.iterator[o];if(void 0===r)return e.delegate=null,"throw"===o&&t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method)||"return"!==o&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+o+"' method")),m;var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,m;var i=n.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,m):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function E(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function e(){for(;++o=0;--r){var n=this.tryEntries[r],s=n.completion;if("root"===n.tryLoc)return o("end");if(n.tryLoc<=this.prev){var a=i.call(n,"catchLoc"),c=i.call(n,"finallyLoc");if(a&&c){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),x(o),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc===t){var r=o.completion;if("throw"===r.type){var n=r.arg;x(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,o){return this.delegate={iterator:E(t),resultName:e,nextLoc:o},"next"===this.method&&(this.arg=void 0),m}},e}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},38:function(t){function e(o){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(o)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},509:function(t,e,o){var r=o(266)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},e={};function o(r){var n=e[r];if(void 0!==n)return n.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,o),i.exports}o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},o.d=function(t,e){for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";function t(){return t=Object.assign?Object.assign.bind():function(t){for(var e=1;et.length)&&(e=t.length);for(var o=0,r=new Array(e);o\n\t\t\t\n\t\t\t
    \n\t\t\t\t

    ').concat(o,"

    \n\t\t\t\t").concat(b?'\n\t\t\t\t\t\n\t\t\t\t\t\t').concat(n,"\n\t\t\t\t\t\n\t\t\t\t"):"","\n\t\t\t
    \n\t\t\t").concat(w?'\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t'):"","\n\t\t\n\t")},g=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{container:document,content:"",cookieName:"",ctaLabel:"",ctaLink:"",customAttributes:{},customClasses:[],dismissableAriaLabel:"",dismissableTitle:"",hasCta:!1,id:(0,d.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,d.trigger)({event:"gform/alert/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options));this.elements.alert=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,d.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,d.uniqueId)("gform-alert");d.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,d.delegate)("#".concat(this.options.id),'[data-js="gform-alert-dismiss-trigger"]',"click",this.dismissAlert.bind(this))}},{key:"init",value:function(){this.bindEvents(),this.render(),(0,d.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized alert component.")}}]),o}();function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function v(t){for(var e=1;e"):"","\n\t\t\t\t").concat(y?'
    '):"","\n\t\t\t\t\t\n\t\t\t\t\t").concat(y&&x&&c?'').concat(x,""):"","\n\t\t\t\t\t").concat(y&&x&&!c?''.concat(x,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},b=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{background:"#ecedf8",customAttributes:{},customClasses:[],displayNoneOnHide:!0,displayText:!0,foreground:"#242748",id:(0,d.uniqueId)("loader"),mask:!0,maskTheme:"light",position:"center",rendered:!1,renderOnInit:!0,showOnRender:!0,size:5,target:"",targetPosition:"afterbegin",text:"",textColor:"#000",theme:"cosmos",type:"simple",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/loader/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"positionLoader",value:function(){var t=this.options,e=t.position,o=t.target,r=(0,d.getNode)(o,document,!0),n=this.elements.maskPositioner,i=d.viewport.elVisibleHeight(r),s=d.viewport.height(),a=r.getBoundingClientRect().top,c=0;("auto"===e&&r.offsetHeight>s&&a<0||"sticky"===e&&i0)&&(c=Math.abs(r.getBoundingClientRect().top)),n.style.top="".concat(c+(i/2-n.offsetHeight/2),"px")}},{key:"removeLoader",value:function(){var t=this.elements,e=t.loaderEl,o=t.style;e.parentNode.removeChild(e),o.parentNode.removeChild(o)}},{key:"showLoader",value:function(){var t=this.options,e=t.mask,o=t.position,r=this.elements.loaderEl;r.style.display="",r.style.opacity="",!e||"auto"!==o&&"sticky"!==o||this.positionLoader(),(0,d.trigger)({event:"gform/loader/post_show",native:!1,data:{instance:this}})}},{key:"hideLoader",value:function(){var t=this.options.displayNoneOnHide,e=this.elements.loaderEl;t?e.style.display="none":e.style.opacity="0",(0,d.trigger)({event:"gform/loader/post_hide",native:!1,data:{instance:this}})}},{key:"setInitialUI",value:function(){var t=this.options,e=t.mask,o=t.position,r=t.showOnRender;r||this.hideLoader(),r&&e&&("auto"===o||"sticky"===o)&&this.positionLoader()}},{key:"storeElements",value:function(){var t=this.options.id;this.elements={loader:(0,d.getNode)("#".concat(t),document,!0),mask:(0,d.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,d.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,d.getNode)("#".concat(t,"-style"),document,!0)},this.elements.loaderEl=this.elements.mask?this.elements.mask:this.elements.loader}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;if(!e){var n=(0,d.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,h(this.options))}this.elements.loader=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.loader.parentNode}},{key:"init",value:function(){this.render(),this.storeElements(),this.setInitialUI(),(0,d.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized loader component.")}}]),o}(),P=function(t){var e=t.activeText,o=void 0===e?"":e,r=t.activeType,n=void 0===r?"":r,i=t.attributes,s=void 0===i?"":i,a=t.customClasses,c=void 0===a?[]:a,l=t.html,u=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,h=void 0===v?(0,d.uniqueId)("button"):v,b=t.interactive,P=void 0!==b&&b,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,_=t.size,k=void 0===_?"size-r":_,x=t.spacing,C=void 0===x?"":x,E=t.type,A=void 0===E?"primary":E,R=(0,d.objectToAttributes)({id:h,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(A),j?"gform-button--round":"",P?"gform-button--interactive":"",n?"gform-button--active-type-".concat(n):"",m&&"leading"===y?"gform-button--icon-leading":"",m&&"trailing"===y?"gform-button--icon-trailing":""].concat(p(Object.keys((0,d.spacerClasses)(C))),p(c))}),N=m?''):"";return"\n\t\t\n\t")},T=function(){function t(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,d.uniqueId)("button"),interactive:!1,interactiveOnClick:!0,label:"",loaderOptions:{additionalClasses:"gform-button__loader",background:"transparent",foreground:"#3e7da6",mask:!1,showOnRender:!1,size:1},lockSize:!0,onActive:function(){},onInactive:function(){},rendered:!1,renderOnInit:!0,round:!1,size:"size-r",target:"",type:"primary"},o),this.options.target||this.options.rendered?((0,d.trigger)({event:"gform/button/pre_init",native:!1,data:{instance:this}}),this.elements={},this.instances={},this.state={active:!1},this.options.renderOnInit&&this.init()):(0,d.consoleError)("You must supply a target to the button component.")}return s(t,[{key:"activateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onActive,i=this.elements.button;if((0,d.trigger)({event:"gform/button/activated",native:!1,data:{instance:this}}),r){var s=i.getBoundingClientRect();i.style.width="".concat(s.width,"px")}o&&(i.disabled=!0),this.elements.button.classList.add("gform-button--activated"),"loader"===e&&this.instances.loader.showLoader(),this.state.active=!0,n(this)}},{key:"deactivateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onInactive,i=this.elements.button;(0,d.trigger)({event:"gform/button/deactivated",native:!1,data:{instance:this}}),this.elements.button.classList.remove("gform-button--activated"),"loader"===e&&this.instances.loader.hideLoader(),o&&(i.disabled=!1),r&&(i.style.width=""),this.state.active=!1,n(this)}},{key:"handleButtonClick",value:function(){this.state.active||this.activateButton()}},{key:"storeElements",value:function(){var t=this.elements.button,e=this.options,o=e.activeText,r=e.icon,n=e.label;o&&(this.elements.activeText=(0,d.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,d.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,d.getNode)("button-inactive-text",t))}},{key:"renderInteractive",value:function(){var t=this.options,e=t.activeType,o=t.interactive,r=t.loaderOptions,n=this.elements.button;o&&"loader"===e&&(r.target="#".concat(n.id),this.instances.loader=new b(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options));this.elements.button=(0,d.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,d.consoleInfo)("Gravity Forms Admin: Initialized button component on ".concat(o,"."))}},{key:"bindEvents",value:function(){var t=this.options,e=t.interactive,o=t.interactiveOnClick;e&&o&&this.elements.button.addEventListener("click",this.handleButtonClick.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/button/post_render",native:!1,data:{instance:this}})}}]),t}();function O(t,e,o,r,n,i,s){try{var a=t[i](s),c=a.value}catch(t){return void o(t)}a.done?e(c):Promise.resolve(c).then(r,n)}function w(t){return function(){var e=this,o=arguments;return new Promise((function(r,n){var i=t.apply(e,o);function s(t){O(i,r,n,s,a,"next",t)}function a(t){O(i,r,n,s,a,"throw",t)}s(void 0)}))}}function j(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}var _=o(509),k=o.n(_);function x(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function C(t){return function e(o){return 0===arguments.length||x(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return x(o)?e:C((function(e){return t(o,e)}));default:return x(o)&&x(r)?e:x(o)?C((function(e){return t(e,r)})):x(r)?C((function(e){return t(o,e)})):t(o,r)}}}var A=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)};var L=C((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():I(t)?[]:function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)?"":function(t){return"[object Object]"===Object.prototype.toString.call(t)}(t)?{}:S(t)?function(){return arguments}():void 0})),B=L;function z(t){for(var e,o=[];!(e=t.next()).done;)o.push(e.value);return o}function F(t,e,o){for(var r=0,n=o.length;r=0;)R(e=M[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):C((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=C((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function $(t,e,o,r){var n=z(t);function i(t,e){return K(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function K(t,e,o,r){if(H(t,e))return!0;var n,i,s=V(t);if(s!==V(e))return!1;if(null==t||null==e)return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(s){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(n=t.constructor,null==(i=String(n).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=o.length-1;a>=0;){if(o[a]===t)return r[a]===e;a-=1}switch(s){case"Map":return t.size===e.size&&$(t.entries(),e.entries(),o.concat([t]),r.concat([e]));case"Set":return t.size===e.size&&$(t.values(),e.values(),o.concat([t]),r.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=U(t);if(c.length!==U(e).length)return!1;var p=o.concat([t]),l=r.concat([e]);for(a=c.length-1;a>=0;){var d=c[a];if(!R(d,e)||!K(e[d],t[d],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=C((function(t){return null!=t&&J(t,B(t))}));function Q(t,e,o){return function(){if(0===arguments.length)return o();var r=Array.prototype.slice.call(arguments,0),n=r.pop();if(!I(n)){for(var i=0;i=0&&this.i>=this.n?(o=r)&&o["@@transducer/reduced"]?o:{"@@transducer/value":o,"@@transducer/reduced":!0}:r},t}(),et=E((function(t,e){return new tt(t,e)}));function ot(t,e){return function(){var o=arguments.length;if(0===o)return e();var r=arguments[o-1];return I(r)||"function"!=typeof r[t]?e.apply(this,arguments):r[t].apply(r,Array.prototype.slice.call(arguments,0,o-1))}}function rt(t){return function e(o,r,n){switch(arguments.length){case 0:return e;case 1:return x(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return x(o)&&x(r)?e:x(o)?E((function(e,o){return t(e,r,o)})):x(r)?E((function(e,r){return t(o,e,r)})):C((function(e){return t(o,r,e)}));default:return x(o)&&x(r)&&x(n)?e:x(o)&&x(r)?E((function(e,o){return t(e,o,n)})):x(o)&&x(n)?E((function(e,o){return t(e,r,o)})):x(r)&&x(n)?E((function(e,r){return t(o,e,r)})):x(o)?C((function(e){return t(e,r,n)})):x(r)?C((function(e){return t(o,e,n)})):x(n)?C((function(e){return t(o,r,e)})):t(o,r,n)}}}var nt=rt(ot("slice",(function(t,e,o){return Array.prototype.slice.call(o,t,e)}))),it=E(Q(["take"],et,(function(t,e){return nt(0,t<0?1/0:t,e)}))),st=E((function(t,e){return J(it(t.length,e),t)}));function at(t,e,o){var n=new window.FormData;return function t(e,i){if(!function(t){return Array.isArray(o)&&o.some((function(e){return e===t}))}(i))if(i=i||"",e instanceof window.File)n.append(i,e);else if(Array.isArray(e))for(var s=0;s1&&void 0!==f[1]?f[1]:{},n=Pt({method:"GET"},r=f.length>2&&void 0!==f[2]?f[2]:{}),i=A(["body"],n),s="GET"!==i.method&&"HEAD"!==i.method,a=i.baseUrl,s&&(c=r.body?r.body:{},o[e].nonce&&(c._ajax_nonce=o[e].nonce),o[e].action&&(c.action=o[e].action),i.body=at(c)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!s&&o[e].nonce&&(p._ajax_nonce=o[e].nonce),!s&&o[e].action&&(p.action=o[e].action),p&&!Y(p)&&(l=ht(p),d=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(d)),u=i.headers?Pt({},i.headers):{},Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:u})).then((function(t){return t.ok?t.text().then((function(e){try{var o=JSON.parse(e);Date.now();return{data:o,status:t.status,totalPages:t.headers.get("x-wp-totalpages"),totalPosts:t.headers.get("x-wp-total")}}catch(o){var r=ut()(lt()(mt()(e))),n=new Error("Invalid server response. ".concat(r));throw n.detail={url:a,data:r,status:t.status,error:o,text:e},n}})):st(t.headers.get("Content-Type"),"application/json")?t.text().then((function(e){try{return{data:JSON.parse(e),status:t.status}}catch(n){var o=ut()(lt()(mt()(e))),r=new Error("Invalid server response. ".concat(o));throw r.detail={url:a,data:o,status:t.status,error:n,text:e},r}})):t.text().then((function(e){var o=ut()(lt()(mt()(e))),r=new Error("Unknown server response. ".concat(o));throw r.detail={url:a,data:o,status:t.status},r}))})).catch((function(t){return{error:t}})));case 18:case"end":return t.stop()}}),t)}))),Ot.apply(this,arguments)}function wt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function jt(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[]).map((function(e){return e.listData?(0,d.saferHtml)(yt||(yt=j(['\n\t\t\t
  • \n\t\t\t\t','\n\t\t\t\t
      '])),e.label)+t(e.listData)+"
    \n\t\t\t
  • \n\t\t\t":(0,d.saferHtml)(vt||(vt=j(['\n\t\t
  • \n\t\t\t\n\t\t
  • \n\t\t"])),e.value,e.value,e.label)})).join("")},kt=function(t){return'\n\t
    \n\t\t").concat(t.triggerTitle?"":'\n\t\t\t').concat(t.triggerAriaText,"\n\t\t"),'\n\t\t\n\t\t\t\n\t\t\t\t').concat(t.triggerSelected?t.triggerSelected:t.triggerPlaceholder,'\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t').concat(t.hasSearch?'\n\t\t\t\n\t\t\t'):"",'\n\t\t\t
    \n\t\t\t\t
      \n\t\t\t\t\t').concat(_t(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},xt=function(){function o(){var r,n,i=this,s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"parseRestResponse",(function(t){return t.map((function(t){return{value:t.id,label:t.title.rendered}}))})),l(this,"handleAsyncSearch",(0,d.debounce)(function(){var t=w(k().mark((function t(e){var o,r,n,s;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(0!==e.target.value.trim().length){t.next=3;break}return i.elements.dropdownList.innerHTML=_t(i.options.listData),t.abrupt("return");case 3:if(r=i.options.endpointArgs,"GET"===(n=jt({baseUrl:i.options.baseUrl,method:"POST",body:jt(jt({},r),{},{search:e.target.value})},i.options.endpointRequestOptions)).method&&(n.params=n.body),!i.state.isMock){t.next=10;break}return(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(n),t.abrupt("return");case 10:return i.showSpinnerEl(),t.next=13,Tt(i.options.endpointKey,i.options.endpoints,n);case 13:s=t.sent,i.hideSpinnerEl(),!i.options.endpointUseRest&&null!=s&&null!==(o=s.data)&&void 0!==o&&o.success&&(i.elements.dropdownList.innerHTML=_t(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=_t(i.parseRestResponse(s.data)));case 17:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{wait:300})),this.options={},t(this.options,{autoPosition:!1,attributes:"",baseUrl:"",closeOnSelect:!0,container:"",detectTitleLength:!1,dropdownListAttributes:"data-simplebar",endpoints:{},endpointArgs:{},endpointKey:"",endpointRequestOptions:{},endpointUseRest:!1,hasSearch:!0,insertPosition:"afterbegin",listData:[],onItemSelect:function(){},onOpen:function(){},onClose:function(){},render:!1,renderListData:!1,renderTarget:"",reveal:"click",searchAriaText:"",searchInputId:"gform-form-switcher-search",searchPlaceholder:"",searchType:"basic",selector:"gform-dropdown",showSpinner:!1,swapLabel:!0,titleLengthThresholdMedium:23,titleLengthThresholdLong:32,triggerAriaId:"gform-form-switcher-label",triggerAriaText:"",triggerClasses:"",triggerId:"gform-form-switcher-control",triggerPlaceholder:"",triggerSelected:"",triggerTitle:"",wrapperClasses:"gform-dropdown"},s),this.elements={},this.templates={dropdownListItems:_t,dropdownTemplate:kt},(0,d.trigger)({event:"gform/dropdown/pre_init",native:!1,data:{instance:this}}),this.state={isMock:"mock_endpoint"===(null===(r=this.options.endpoints)||void 0===r||null===(n=r.get_posts)||void 0===n?void 0:n.action),open:!1,unloading:!1},this.options.render&&this.render(),this.options.container=this.options.container?document.querySelectorAll(this.options.container)[0]:document,this.elements.container=(0,d.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,d.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,d.getNodes)("gform-dropdown-container",!1,this.elements.container)[0],this.options.renderListData&&!this.options.render&&this.renderListData(),this.init(),this.hideSpinnerEl=function(){this.elements.container.classList.remove("gform-dropdown--show-spinner")},this.showSpinnerEl=function(){this.elements.container.classList.add("gform-dropdown--show-spinner")}):(0,d.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,d.trigger)({event:"gform/dropdown/item_selected",native:!1,data:{instance:this,event:t}}),this.elements.control.setAttribute("data-value",t.target.dataset.value),this.options.onItemSelect(t.target.dataset.value),this.options.showSpinner&&this.showSpinnerEl(),this.options.swapLabel&&(this.elements.controlText.innerText=t.target.innerText,this.elements.controlText.innerText===this.options.triggerPlaceholder?this.elements.control.classList.add("gform-dropdown__control--placeholder"):this.elements.control.classList.remove("gform-dropdown__control--placeholder")),this.options.closeOnSelect&&this.handleControl()}},{key:"handleControl",value:function(){this.state.open?this.closeDropdown():this.openDropdown()}},{key:"handlePosition",value:function(){this.options.autoPosition&&(this.elements.container.parentNode.offsetHeight-(this.elements.container.offsetTop+this.elements.container.offsetHeight+this.elements.dropdownContainer.offsetHeight)<10?this.elements.container.classList.add("gform-dropdown--position-top"):this.elements.container.classList.remove("gform-dropdown--position-top"))}},{key:"openDropdown",value:function(){this.state.open||(this.options.onOpen(),this.elements.container.classList.add("gform-dropdown--reveal"),setTimeout(function(){this.elements.container.classList.add("gform-dropdown--open"),this.elements.control.setAttribute("aria-expanded","true"),this.state.open=!0,this.handlePosition()}.bind(this),25),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--reveal")}.bind(this),200))}},{key:"closeDropdown",value:function(){this.options.onClose(),this.state.open=!1,this.elements.container.classList.remove("gform-dropdown--open"),this.elements.container.classList.add("gform-dropdown--hide"),this.elements.control.setAttribute("aria-expanded","false"),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--hide")}.bind(this),150)}},{key:"handleMouseenter",value:function(){"hover"!==this.options.reveal||this.state.open||this.state.unloading||this.openDropdown()}},{key:"handleMouseleave",value:function(){"hover"!==this.options.reveal||this.state.unloading||this.closeDropdown()}},{key:"handleA11y",value:function(t){if(this.state.open)return 27===t.keyCode?(this.closeDropdown(),void this.elements.control.focus()):void(9!==t.keyCode||(0,d.getClosest)(t.target,'[data-js="'+this.options.selector+'"]')||this.elements.triggers[0].focus())}},{key:"handleBasicSearch",value:function(t){var e=t.target.value.toLowerCase();this.elements.triggers.forEach((function(t){t.innerText.toLowerCase().includes(e)?t.parentNode.style.display="":t.parentNode.style.display="none"}))}},{key:"handleSearch",value:function(t){"basic"!==this.options.searchType?this.handleAsyncSearch(t):this.handleBasicSearch(t)}},{key:"storeTriggers",value:function(){this.elements.control=(0,d.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,d.getNodes)("gform-dropdown-trigger",!0,this.elements.container)}},{key:"render",value:function(){this.options.renderTarget=this.options.renderTarget?document.querySelectorAll(this.options.renderTarget)[0]:document.body,this.options.renderTarget.insertAdjacentHTML(this.options.insertPosition,kt(this.options))}},{key:"renderListData",value:function(){this.elements.dropdownList.innerHTML=_t(this.options.listData)}},{key:"setup",value:function(){if("hover"===this.options.reveal&&this.elements.container.classList.add("gform-dropdown--hover"),this.options.detectTitleLength){var t=this.elements.titleEl?this.elements.titleEl.innerText:"";t.length>this.options.titleLengthThresholdMedium&&t.length<=this.options.titleLengthThresholdLong?this.elements.container.parentNode.classList.add("gform-dropdown--medium-title"):t.length>this.options.titleLengthThresholdLong&&this.elements.container.parentNode.classList.add("gform-dropdown--long-title")}(0,d.consoleInfo)('Gravity Forms Admin: Initialized dropdown component on [data-js="'.concat(this.options.selector,'"].'))}},{key:"bindEvents",value:function(){var t='[data-js="'.concat(this.options.selector,'"]');(0,d.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-search"]',"keyup",this.handleSearch.bind(this)),this.elements.container.addEventListener("mouseenter",this.handleMouseenter.bind(this)),this.elements.container.addEventListener("mouseleave",this.handleMouseleave.bind(this)),this.elements.container.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("click",function(t){!this.elements.container.contains(t.target)&&this.state.open&&this.handleControl()}.bind(this),!0),addEventListener("beforeunload",function(){this.state.unloading=!0}.bind(this))}},{key:"init",value:function(){this.storeTriggers(),this.bindEvents(),this.setup(),(0,d.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),Ct=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"display-3xl":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"h2":f,g=t.weight,y=void 0===g?"semibold":g,v={class:["gform-heading","gform-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},Et=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,d.trigger)({event:"gform/heading/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ct(this.options));this.elements.heading=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function At(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Rt(t){for(var e=1;e").concat(o,"\n\t")},Dt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,size:"text-xs",spacing:"",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/help_text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options));this.elements.helpText=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized help text component on ".concat(this.options.target,"."))}}]),o}();function St(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function It(t){for(var e=1;e'):"",B=m||y||o?"":"",z=m?'
    '.concat(m,"
    "):"",F=y?'
    '.concat(y,"
    "):"",H="";if(o&&(H='\n\t\t\t\n\t\t')),h&&("radio"===A||"checkbox"===A)){var q=u?' for="'.concat(u,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(h,"\n\t\t\t\n\t\t")}var M=(0,d.objectToAttributes)(It(It({},s),{},{id:u,type:A,value:N,class:["gform-input","gform-input--theme-".concat(C),"radio"!==A&&"checkbox"!==A&&"gform-input","radio"!==A&&"checkbox"!==A&&"gform-input--text",("radio"===A||"checkbox"===A)&&"gform-input--".concat(A)].concat(p(Object.keys((0,d.spacerClasses)(k))),p(c))}));return"\n\t\t".concat(L,"\n\t\t\t").concat(z,"\n\t\t\t\n\t\t\t").concat(F,"\n\t\t\t").concat(H,"\n\t\t").concat(B,"\n\t\t").concat(D,"\n\t")},Bt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{actionButton:!1,actionButtonIcon:"eye",customAttributes:{},customClasses:[],id:"",inputPrefix:"",inputSuffix:"",label:"",labelAttributes:"",labelClasses:"",placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"text",value:""},r),(0,d.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options));this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized input component.")}}]),o}();function zt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ft(t){for(var e=1;e").concat(c,"\n\t")},qt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],htmlFor:"",label:"",isVisible:!0,rendered:!1,renderOnInit:!0,size:"text-sm",spacing:"",target:"",targetPosition:"afterbegin",weight:"medium"},r),(0,d.trigger)({event:"gform/label/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ht(this.options));this.elements.label=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();function Mt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Wt(t){for(var e=1;e\n\t\t\t').concat(u,"\n\t\t\n\t")},Ut=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],href:"",id:"",label:"",linkTarget:"_self",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options));this.elements.link=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized link component.")}}]),o}();function Vt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function $t(t){for(var e=1;e\n\t\t\t\t").concat(s,"\n\t\t\t\n\t\t")},U=O.map((function(t){var e=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return e.length?'\n\t\t\t\n\t\t\t\t').concat(e.map((function(t){return G(t)})),"\n\t\t\t\n\t\t"):G(t)})),V=Nt(W);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Ht(M),"\n\t\t\t").concat("above"===u?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===u?V:"","\n\t\t\n\t")},Jt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,helpTextAttributes:{},helpTextPosition:"below",id:"",initialValue:"",labelAttributes:{},name:"",options:[],rendered:!1,renderOnInit:!0,size:"size-r",spacing:"",theme:"cosmos",target:"",targetPosition:"afterbegin",wrapperAttributes:{},wrapperClasses:[],wrapperTagName:"div",ariaLabel:""},r),(0,d.trigger)({event:"gform/select/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Kt(this.options));this.elements.select=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized select component.")}}]),o}();function Yt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Qt(t){for(var e=1;e\n\t")},Zt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options));this.elements.stackedIcon=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized stackedIcon component.")}}]),o}();function te(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ee(t){for(var e=1;e\n\t\t\t").concat(s?' ':"",'\n\t\t\t').concat(m,"\n\t\t\n\t")},re=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],hasDot:!0,id:"",isStatic:!1,label:"",pill:!0,rendered:!1,renderOnInit:!0,spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options));this.elements.statusIndicator=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized statusIndicator component.")}}]),o}(),ne=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"text-md":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"div":f,g=t.weight,y=void 0===g?"regular":g,v={class:["gform-common-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},ie=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options));this.elements.text=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized text component on ".concat(this.options.target,"."))}}]),o}();function se(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ae(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],n=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],i=(0,d.objectToAttributes)(ae({class:["gform-label","gform-input__label","gform-input__label--textarea",n?"":"gform-visually-hidden"].concat(p(r)),for:t},o));return"\n\t\t\n\t")}(c,u,m,y,h),z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=(0,d.objectToAttributes)({class:["gform-input-help-text"],id:"".concat(e,"-help-text")});return"\n\t\t\n\t\t\t").concat(t,"\n\t\t\n\t")}(s,c);return"\n\t\t<".concat(S," ").concat(I,">\n\t\t\t").concat(u&&B,"\n\t\t\t\n\t\t\t").concat(s&&z,"\n\t\t\n\t")},pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],helpText:"",id:"",label:"",labelCustomAttributes:{},labelCustomClasses:[],labelVisible:!0,placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",value:"",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("textarea"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options));this.elements.textarea=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized textarea component.")}}]),o}();function le(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function de(t){for(var e=1;e\n\t\t\t\n\t\t\t\n\t\t\t\t').concat(y,"\n\t\t\t\n\t\t\n\t")},Pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,icons:!1,id:"",initialChecked:!1,label:"",labelPosition:"right",labelVisible:!1,name:"",rendered:!1,renderOnInit:!0,size:"size-s",spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,be(this.options));this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),Te=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonClasses,s=void 0===i?"":i,a=t.closeButtonTitle,c=void 0===a?"":a,p=t.confirmButtonAttributes,l=void 0===p?"":p,d=t.confirmButtonIcon,u=void 0===d?"":d,f=t.confirmButtonText,m=void 0===f?"":f,g=t.content,y=void 0===g?"":g,v=t.id,h=void 0===v?"":v,b=t.maskBlur,P=void 0===b||b,T=t.maskClasses,O=void 0===T?"":T,w=t.maskTheme,j=void 0===w?"none":w,_=t.mode,k=void 0===_?"":_,x=t.position,C=void 0===x?"fixed":x,E=t.title,A=void 0===E?"":E,R=t.titleIcon,N=void 0===R?"":R,D=t.titleIconColor,S=void 0===D?"":D,I=t.wrapperClasses,L=void 0===I?"":I,B=t.zIndex,z=void 0===B?10:B;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(A?'
    ':"","\n\t\t\t").concat(A?'
    ').concat(N?'"):"").concat(A,"
    "):"","\n\t\t\t").concat(A?"
    ":"",'\n\t\t\t
    ').concat(y,"
    \n\t\t\t").concat("dialog"===k||"alert"===k?'
    ':"","\n\t\t\t").concat("dialog"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(n,'\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t").concat(u?''):"").concat(m,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(o,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("dialog"===k||"alert"===k?"
    ":"","\n\t\t
    \n\t
    \n\t")},Oe=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeDialog",(function(){var t=r.elements.mask,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-dialog--anim-in-active")&&(t.classList.remove("gform-dialog--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-dialog--anim-in-ready")}),o),r.state.open=!1,r.elements.activeTrigger&&r.elements.activeTrigger.focus(),r.options.lockBody&&d.bodyLock.unlock(),n())})),l(this,"maybeCloseDialog",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&r.closeDialog()})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.dialog,r.closeDialog)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?r.closeDialog():r.showDialog()})),l(this,"handleMaskClick",(function(t){t.target.id===r.options.id||(0,d.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,d.trigger)({event:"gform/dialog/confirm",native:!1,data:{instance:r,button:t.target}}),r.options.closeOnConfirmClick&&r.closeDialog(),e()})),this.options={},t(this.options,{alertButtonText:"",animationDelay:250,cancelButtonText:"",closeButtonClasses:"gform-dialog__close",closeButtonTitle:"",closeOnMaskClick:!0,closeOnConfirmClick:!0,confirmButtonAttributes:"",confirmButtonIcon:"",confirmButtonText:"",id:(0,d.uniqueId)("dialog"),lockBody:!1,maskBlur:!0,maskClasses:"gform-dialog__mask",maskTheme:"light",mode:"",onClose:function(){},onConfirm:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,target:"body",title:"",titleIcon:"",titleIconColor:"",triggers:"",wrapperClasses:"gform-dialog",zIndex:10},n),(0,d.trigger)({event:"gform/dialog/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={open:!1},this.options.renderOnInit&&this.init()}return s(o,[{key:"showDialog",value:function(){var t=this.elements.mask;this.options.lockBody&&d.bodyLock.lock(),this.options.onOpen(),t.classList.add("gform-dialog--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-dialog--anim-in-active")}),25),this.elements.closeButton.focus(),this.state.open=!0}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,d.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,d.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,d.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,d.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,d.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,d.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,d.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,d.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,d.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",Te(this.options))}},{key:"bindEvents",value:function(){var t=this;this.elements.dialog.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeDialog),this.options.triggers&&(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),this.options.closeOnMaskClick&&this.elements.mask.addEventListener("click",this.handleMaskClick),this.elements.alertButton&&this.elements.alertButton.addEventListener("click",this.closeDialog),this.elements.cancelButton&&this.elements.cancelButton.addEventListener("click",this.closeDialog),this.elements.confirmButton&&this.elements.confirmButton.addEventListener("click",this.handleConfirm),document.addEventListener("gform/dialog/close",this.maybeCloseFlyout),document.addEventListener("gform/dialog/close-all",this.closeFlyout)}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),we=function(t){var e=t.id,o=void 0===e?"":e,r=t.closeButtonClasses,n=void 0===r?"":r,i=t.closeButtonTitle,s=void 0===i?"":i,a=t.content,c=void 0===a?"":a,p=t.description,l=void 0===p?"":p,d=t.desktopWidth,u=void 0===d?0:d,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,h=void 0===v?"":v,b=t.maxWidth,P=void 0===b?0:b,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,_=t.position,k=void 0===_?"":_,x=t.showDivider,C=void 0===x||x,E=t.simplebar,A=void 0!==E&&E,R=t.title,N=void 0===R?"":R,D=t.wrapperClasses,S=void 0===D?"":D,I=t.zIndex,L=void 0===I?10:I;return'\n\t
    \n\t\t\n\t\t').concat(y?'\n\t\t\n\t\t
    \n\t\t'):"","\n\t\t").concat(N||l?'
    ':"","\n\t\t").concat(N?'
    '.concat(N,"
    "):"","\n\t\t").concat(l?'

    '.concat(l,"

    "):"","\n\t\t").concat(N||l?"
    ":"",'\n\t\t
    ').concat(c,"
    \n\t
    \n\t\n\t")},je=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeFlyout",(function(){var t=r.elements.flyout,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-flyout--anim-in-active")&&(t.classList.remove("gform-flyout--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-flyout--anim-in-ready")}),o),r.state.open=!1,r.shrinkFlyout(),n())})),l(this,"maybeCloseFlyout",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&(r.elements.flyout.classList.remove("anim-in-ready"),r.elements.flyout.classList.remove("anim-in-active"),r.elements.flyout.classList.remove("anim-out-ready"),r.elements.flyout.classList.remove("anim-out-active"),r.state.open=!1,r.shrinkFlyout())})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.flyout,r.closeFlyout)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?(r.closeFlyout(),r.elements.activeTrigger.focus(),r.state.open=!1):(r.showFlyout(),r.elements.closeButton.focus(),r.state.open=!0)})),l(this,"handleExpandable",(function(){r.state.expanded?r.shrinkFlyout():r.expandFlyout()})),l(this,"handleResize",(function(){r.updateFlyoutWidth()})),this.options={},t(this.options,{animationDelay:170,closeButtonClasses:"gform-flyout__close",closeButtonTitle:"",closeOnOutsideClick:!0,content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,d.uniqueId)("flyout"),insertPosition:"beforeend",lockBody:!1,maxWidth:850,mobileBreakpoint:768,mobileWidth:100,onClose:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,showDivider:!0,simplebar:!1,target:"body",title:"",triggers:'[data-js="gform-trigger-flyout"]',wrapperClasses:"gform-flyout",zIndex:10},n),(0,d.trigger)({event:"gform/flyout/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={expanded:!1,open:!1,unExpandedWidth:0},this.options.renderOnInit&&this.init()}return s(o,[{key:"showFlyout",value:function(){var t=this.elements.flyout;this.options.onOpen(),d.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-flyout--anim-in-active")}),25)}},{key:"updateFlyoutWidth",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&!this.state.expanded){var o=this.elements,r=o.flyout,n=o.expandableTrigger;(this.elements.resizeParent?this.elements.resizeParent.clientWidth:d.viewport.width())<=r.clientWidth+50?(r.classList.add("gform-flyout--hide-expander"),window.setTimeout((function(){n.style.display="none"}),e)):(n.style.display="",window.setTimeout((function(){r.classList.remove("gform-flyout--hide-expander")}),20))}}},{key:"expandFlyout",value:function(){var t=this,e=this.options,o=e.expandableWidth;if(e.expandable&&!this.state.expanded){var r=this.elements.flyout;this.state.unExpandedWidth=r.clientWidth,r.style.width="".concat(this.state.unExpandedWidth,"px"),r.style.transition="none",(0,d.delay)((function(){r.style.maxWidth="none"}),20).delay((function(){r.style.transition=""}),20).delay((function(){r.style.width="calc(".concat(o,"% - 50px)"),r.classList.add("gform-flyout--expanded"),t.state.expanded=!0}),20)}}},{key:"shrinkFlyout",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&this.state.expanded){var o=this.elements.flyout;o.style.width="".concat(this.state.unExpandedWidth,"px"),o.classList.remove("gform-flyout--expanded"),window.setTimeout((function(){o.style.width="",o.style.maxWidth=""}),e),this.state.expanded=!1}}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,d.getNodes)("flyout-content",!1,t)[0],closeButton:(0,d.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,d.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,d.getNodes)(this.options.triggers,!0,document,!0)}}},{key:"render",value:function(){var t=document.querySelectorAll(this.options.target)[0];t?(t.insertAdjacentHTML(this.options.insertPosition,we(this.options)),(0,d.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,d.consoleError)("Flyout could not render as ".concat(this.options.target," could not be found."))}},{key:"bindEvents",value:function(){var t=this;this.elements.flyout.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeFlyout),(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,d.resize)(this.handleResize),document.addEventListener("gform/flyout/close",this.maybeCloseFlyout),document.addEventListener("gform/flyout/close-all",this.closeFlyout),this.options.expandable&&this.elements.expandableTrigger.addEventListener("click",this.handleExpandable),this.options.closeOnOutsideClick&&document.addEventListener("click",function(t){this.elements.flyout.contains(t.target)||!this.state.open||(0,d.getClosest)(t.target,"#TB_window")||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,d.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),_e=function(t){var e=t.data,o=void 0===e?{}:e,r=t.outerBorder,n=void 0===r||r,i=t.responsive,s=["gform-table"];void 0!==i&&i&&s.push("gform-table--responsive"),n||s.push("gform-table--no-outer-border");var a=s.join(" "),c="",p="";return null!=o&&o.thead&&(c+="",c+=o.thead.map((function(t){return'').concat(t.content,"")})).join(""),c+=""),null!=o&&o.tbody&&(p+="",p+=o.tbody.map((function(t){return"".concat(t.map((function(t){return'').concat(t.content,"")})).join(""),"")})).join(""),p+=""),'\n\t\t').concat(c,"\n\t\t").concat(p,"\n\t
    ")},ke=ajaxurl,xe=o.n(ke);function Ce(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ee(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({data:{},endpoints:{},dialog:{closeOnConfirmClick:!1,closeOnMaskClick:!1,confirmButtonIcon:"floppy-disk",id:"dialog-embed-form-unsaved-changes",mode:"dialog",titleIcon:"circle-delete",titleIconColor:"#DD301D",wrapperClasses:"gform-dialog gform-dialog--embed-form-unsaved",zIndex:1e5},dialogLoader:{additionalClasses:"gform-dialog__confirm-loader",background:"#3e7da6",foreground:"#fff",mask:!1,showOnRender:!1,size:1.5},flyout:{closeOnOutsideClick:!1,maxWidth:540,mobileBreakpoint:1200,position:"absolute",simplebar:!0,target:'[data-js="form-editor"]',triggers:'[data-js="embed-flyout-trigger"]',wrapperClasses:"gform-flyout gform-flyout--embed-form",zIndex:95},i18n:{},urls:{}},a),(0,d.trigger)({event:"gform/embed_form/pre_init",native:!1,data:{instance:this}}),(0,d.isEmptyObject)(this.options.data)||(0,d.isEmptyObject)(this.options.i18n)?(0,d.consoleError)("The embed form component requires data and language strings to instantiate."):(this.instances={},this.elements={},this.properties={postTypes:(null===(o=this.options.data)||void 0===o?void 0:o.post_types)||[]},this.state={addToActiveCPT:null!==(r=this.properties.postTypes)&&void 0!==r&&r[0]?this.properties.postTypes[0].slug:"",createNewActiveCPT:null!==(n=this.properties.postTypes)&&void 0!==n&&n[0]?this.properties.postTypes[0].slug:"",isMock:"mock_endpoint"===(null===(i=this.options.endpoints)||void 0===i||null===(s=i.create_post_with_block)||void 0===s?void 0:s.action),redirectRequested:!1,redirectType:""},this.init())}var o;return s(t,[{key:"redirectToEditor",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o="".concat((0,d.sprintf)(this.options.urls.edit_post,t)).concat(e?"&gfAddBlock=".concat(this.options.data.form_id):"");if(this.state.isMock)return(0,d.consoleInfo)("Currently in mock state, if live would have redirected to: ".concat(o)),o;window.location.href=o}},{key:"getGroupHTML",value:function(t){return'
    '.concat(t,"
    ")}},{key:"getGroupTitle",value:function(t){return(0,d.saferHtml)(ue||(ue=j(['
    ',"
    "])),t)}},{key:"getGroupActionButton",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return'")}},{key:"getPostTypeSwitcher",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return'
    '.concat(this.properties.postTypes.map((function(r,n){var i={name:t,"data-js":"post-type-switcher","data-type":r.slug};return 0===n&&(i.checked="checked"),Lt({customAttributes:i,label:(0,d.sprintf)(o,'',"",(0,d.escapeHtml)(r.label)),id:(0,d.saferHtml)(fe||(fe=j(["","",""])),e,r.slug),type:"radio",value:(0,d.saferHtml)(me||(me=j(["",""])),r.slug)})})).join(""),"
    ")}},{key:"getFormIdHtml",value:function(){var t=oe({hasDot:!1,isStatic:!0,label:(0,d.saferHtml)(ge||(ge=j(["",""])),(0,d.vsprintf)(this.options.i18n.id,[this.options.data.form_id])),pill:!1,status:"inactive"});return'

    '.concat(t,"

    ")}},{key:"getDropdownOptions",value:function(){var t,e,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(null===(t=this.options.data)||void 0===t||null===(e=t.items)||void 0===e?void 0:e[o.slug])||{};return{attributes:'data-type="'.concat(o.slug,'"'),dropdownListAttributes:"data-simplebar",hasSearch:r.count>5,listData:r.entries||[],searchAriaText:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),searchInputId:(0,d.saferHtml)(ye||(ye=j(["gform-form-switcher-search-add-to-form-",""])),o.slug),searchPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),selector:"gform-dropdown-add-to-form-".concat(o.slug),triggerAriaId:"gform-form-switcher-label-add-to-form-".concat(o.slug),triggerAriaText:(0,d.escapeHtml)(this.options.i18n.add_trigger_aria_text),triggerId:"gform-form-switcher-control-add-to-form-".concat(o.slug),triggerPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_dropdown_placeholder,[o.label])),wrapperClasses:"gform-dropdown gform-embed-form__dropdown"}}},{key:"getAddToDropdowns",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(kt(t.getDropdownOptions(e)),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getCreateNewInputs",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){var r={customAttributes:{"data-js":"create-new-post-input","data-type":e.slug},placeholder:(0,d.escapeHtml)((0,d.vsprintf)(t.options.i18n.create_placeholder,[e.label])),type:"text"};return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(Lt(r),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getAddToExistingContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.add_title);return t+=this.getPostTypeSwitcher("add_post_type","embed-form-add-to-post-",this.options.i18n.add_post_type_choice_label),t+=this.getAddToDropdowns(),t+=this.getGroupActionButton(this.options.i18n.add_button_label,"embed-form-add-to-post-trigger"),this.getGroupHTML(t)}},{key:"getCreateNewContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.create_title);return t+=this.getPostTypeSwitcher("create_new_in_post_type","embed-form-create-new-",this.options.i18n.create_post_type_choice_label),t+=this.getCreateNewInputs(),t+=this.getGroupActionButton(this.options.i18n.create_button_label,"embed-form-create-post-trigger"),this.getGroupHTML(t)}},{key:"getShortcodeTrigger",value:function(){var t=(0,d.sprintf)((0,d.escapeHtml)(this.options.i18n.shortcode_helper),''),""),e=(0,d.saferHtml)(ve||(ve=j(['\n\t\t\t','\n\t\t\t\n\t\t"])),this.options.i18n.shortcode_button_label,this.options.i18n.shortcode_button_copied);return'")}},{key:"getShortcodeHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.shortcode_title);return t+=(0,d.saferHtml)(he||(he=j(['

    ',"

    "])),this.options.i18n.shortcode_description),t+=this.getShortcodeTrigger(),this.getGroupHTML(t)}},{key:"generateFlyoutContent",value:function(){var t=this.getFormIdHtml();return t+=this.getAddToExistingContentHtml(),t+=this.getCreateNewContentHtml(),t+=this.getShortcodeHtml()}},{key:"resetConfirmDialogState",value:function(t){var e=this.instances.dialog.elements,o=e.cancelButton,r=e.closeButton,n=e.confirmButton;o.disabled=!1,r.disabled=!1,n.disabled=!1,n.style.width="",this.instances.dialogLoader.hideLoader(),n.classList.remove("gform-dialog__confirm-button--saving"),t&&"gform/form_editor_saver/post_save_error"===t.type&&(this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleDialogConfirm",value:function(){var t=this.instances.dialog.elements,e=t.cancelButton,o=t.closeButton,r=t.confirmButton;e.disabled=!0,o.disabled=!0,r.disabled=!0,r.style.width="".concat(r.offsetWidth,"px"),this.instances.dialogLoader.showLoader(),r.classList.contains("gform-dialog__confirm-saving--initialized")||(r.classList.add("gform-dialog__confirm-saving--initialized"),r.insertAdjacentHTML("beforeend",'\n\t\t\t\t'.concat(this.options.i18n.dialog_confirm_saving,"\n\t\t\t"))),r.classList.add("gform-dialog__confirm-button--saving")}},{key:"wrapDialogConfirmText",value:function(){var t=this.instances.dialog.elements.confirmButton.innerHTML;this.instances.dialog.elements.confirmButton.innerHTML=''.concat(t,"")}},{key:"render",value:function(){this.instances.flyout=new je(Ee({content:this.generateFlyoutContent(),title:this.options.i18n.title},this.options.flyout)),this.instances.dialog=new Oe(Ee({cancelButtonText:this.options.i18n.dialog_cancel_text,closeButtonTitle:this.options.i18n.dialog_close_title,confirmButtonText:this.options.i18n.dialog_confirm_text,content:this.options.i18n.dialog_content,onConfirm:this.handleDialogConfirm.bind(this),title:this.options.i18n.dialog_title},this.options.dialog)),this.wrapDialogConfirmText(),this.instances.dialogLoader=new b(Ee({target:"#".concat(this.instances.dialog.elements.confirmButton.id)},this.options.dialogLoader))}},{key:"storeElements",value:function(){var t=this.instances.flyout.elements.flyout;this.elements={addToExistingDropdowns:(0,d.getNodes)(".gform-embed-form__dropdown",!0,t,!0),addToExistingTrigger:(0,d.getNodes)("embed-form-add-to-post-trigger",!1,t)[0],createNewInputs:(0,d.getNodes)("create-new-post-input",!0,t),createNewTrigger:(0,d.getNodes)("embed-form-create-post-trigger",!1,t)[0],shortcodeTrigger:(0,d.getNodes)("embed-form-shortcode-trigger",!1,t)[0]}}},{key:"handlePostTypeSwitcherChange",value:function(t){var e=t.delegateTarget,o=(0,d.getClosest)(e,'[data-js="embed-flyout-group"]');"create_new_in_post_type"===e.name?this.state.createNewActiveCPT=e.value:this.state.addToActiveCPT=e.value,(0,d.getNodes)("embed-flyout-post-type-action-container",!0,o).forEach((function(t){t.dataset.type===e.dataset.type?t.classList.remove("gform-embed-form--hidden"):t.classList.add("gform-embed-form--hidden")}))}},{key:"handlePostSaveRedirect",value:function(){this.state.redirectRequested&&(this.resetConfirmDialogState(),"addToPost"===this.state.redirectType?this.handleAddToPost():"createPost"===this.state.redirectType&&this.handleCreatePost(),this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleAddToPost",value:function(){var t=this,e=this.elements.addToExistingDropdowns.filter((function(e){return e.dataset.type===t.state.addToActiveCPT}))[0],o=(0,d.getNodes)("gform-dropdown-control",!1,e)[0];if(o.dataset.value){if((0,d.isFormDirty)())return this.state.redirectRequested=!0,this.state.redirectType="addToPost",void this.instances.dialog.showDialog();this.instances.dialog.closeDialog(),this.redirectToEditor(o.dataset.value)}else o.focus()}},{key:"handleCreatePost",value:(o=w(k().mark((function t(){var e,o,r,n,i,s=this;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=this.elements.createNewInputs.filter((function(t){return t.dataset.type===s.state.createNewActiveCPT}))[0],o=(0,d.escapeHtml)(e.value.trim())){t.next=5;break}return e.focus(),t.abrupt("return");case 5:if(!(0,d.isFormDirty)()){t.next=11;break}return this.state.redirectRequested=!0,this.state.redirectType="createPost",this.instances.dialog.showDialog(),t.abrupt("return");case 11:if(this.instances.dialog.closeDialog(),r={baseUrl:xe(),method:"POST",body:{form_id:this.options.data.form_id,post_title:o,post_type:e.dataset.type}},!this.state.isMock){t.next=18;break}(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(r),t.next=22;break;case 18:return t.next=20,Tt("create_post_with_block",this.options.endpoints,r);case 20:null!=(i=t.sent)&&null!==(n=i.data)&&void 0!==n&&n.success&&this.redirectToEditor(i.data.data.ID,!1);case 22:case"end":return t.stop()}}),t,this)}))),function(){return o.apply(this,arguments)})},{key:"handleCopyShortcodeClick",value:function(t){var e=t.delegateTarget,o=(0,d.getNodes)("shortcode-copy-label",!1,e)[0],r=(0,d.getNodes)("shortcode-copy-copied",!1,e)[0],n='[gravityform id="'.concat(this.options.data.form_id,'" title="true"]');(0,d.clipboard)(n),setTimeout((function(){o.setAttribute("aria-hidden","true"),r.setAttribute("aria-hidden","false"),e.classList.add("gform-embed-form__shortcode-trigger--copied")}),100),setTimeout((function(){o.setAttribute("aria-hidden","false"),r.setAttribute("aria-hidden","true"),e.classList.remove("gform-embed-form__shortcode-trigger--copied")}),2e3)}},{key:"bindDropdowns",value:function(){var t=this;this.instances.dropdowns={},this.properties.postTypes.forEach((function(e){t.instances.dropdowns["gform-dropdown-add-to-form-".concat(e.slug)]=new xt({baseUrl:xe(),endpoints:t.options.endpoints,endpointArgs:{post_type:e.slug},endpointKey:"get_posts",listData:t.options.data.items[e.slug].entries,searchType:"async",selector:"gform-dropdown-add-to-form-".concat(e.slug)})}))}},{key:"flyoutShouldStayOpen",value:function(t){var e=this.instances.flyout,o=e.elements.flyout,r=e.state;return o.contains(t)||!r.open||(0,d.getClosest)(t,'[data-js="gform-dialog-mask"]')||"gform-dialog-mask"===t.dataset.js}},{key:"bindEvents",value:function(){var t=this.instances.flyout,e=t.elements.flyout,o=t.closeFlyout;(0,d.delegate)(e,'[data-js="post-type-switcher"]',"change",this.handlePostTypeSwitcherChange.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-add-to-post-trigger"]',"click",this.handleAddToPost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-create-post-trigger"]',"click",this.handleCreatePost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-shortcode-trigger"]',"click",this.handleCopyShortcodeClick.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_success",this.handlePostSaveRedirect.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_error",this.resetConfirmDialogState.bind(this)),document.addEventListener("click",function(t){this.flyoutShouldStayOpen(t.target)||o()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindDropdowns(),this.bindEvents(),(0,d.trigger)({event:"gform/embed_form/post_render",native:!1,data:{instance:this}})}}]),t}(),Re=gform.libraries;function Ne(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function De(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?Re.React.createElement("optgroup",{label:t.label,key:"".concat((0,d.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return Re.React.createElement(et,Q,Re.React.createElement(ao,Z),"above"===g&&Re.React.createElement(uo,tt),Re.React.createElement("div",{className:"gform-select__wrapper"},Re.React.createElement("select",X,rt)),"below"===g&&Re.React.createElement(uo,tt))}));fr.propTypes={customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),disabled:Re.PropTypes.bool,helpTextAttributes:Re.PropTypes.object,helpTextPosition:Re.PropTypes.string,id:Re.PropTypes.string,initialValue:Re.PropTypes.string,labelAttributes:Re.PropTypes.object,name:Re.PropTypes.string,onBlur:Re.PropTypes.func,onChange:Re.PropTypes.func,onFocus:Re.PropTypes.func,options:Re.PropTypes.array,size:Re.PropTypes.string,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),theme:Re.PropTypes.string,wrapperAttributes:Re.PropTypes.object,wrapperClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),wrapperTagName:Re.PropTypes.string},fr.displayName="Select";var mr=fr;function gr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function yr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Br(t);return e?.299*o.R+.587*o.G+.114*o.B>186?"#000000":"#FFFFFF":(o.R=(255-o.R).toString(16),o.G=(255-o.G).toString(16),o.B=(255-o.B).toString(16),function(t,e,o){var r={R:t,G:e,B:o};return 1===t.length&&(r.R="0"+r.R),1===e.length&&(r.G="0"+r.G),1===o.length&&(r.B="0"+r.B),"#".concat(r.R).concat(r.G).concat(r.B)}(o.R,o.G,o.B))};function Fr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Hr(t){for(var e=1;et.offsetHeight?"above":"below"};N(i()),I({left:((null==T||null===(t=T.current)||void 0===t?void 0:t.offsetLeft)||0)+((null==T||null===(e=T.current)||void 0===e?void 0:e.offsetWidth)/2||0),top:"above"===i()?((null==T||null===(o=T.current)||void 0===o?void 0:o.offsetTop)||0)-10:((null==T||null===(r=T.current)||void 0===r?void 0:r.offsetBottom)||0)+(null==T||null===(n=T.current)||void 0===n?void 0:n.offsetHeight)+10})}),[T]),Mr((function(){var t=function(t){B.current&&(B.current.contains(t.target)||T.current.contains(t.target)||F())};return document.addEventListener("click",t),function(){return document.removeEventListener("click",t)}}));var z=function(t){k(t),g(t)},F=function(){f()},H=Hr({className:(0,Re.classnames)(Hr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(R),!0),(0,d.spacerClasses)(b)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,Re.classnames)({"gform-input--picker-input":!0})},M={color:_,onChange:z,className:(0,Re.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},W={label:(null==a?void 0:a.hex)||"",htmlFor:"".concat(L,"-hex")},G={type:"primary-new",label:(null==a?void 0:a.apply)||"",onClick:function(){return v(_)},size:"size-xs"};return Re.React.createElement("div",H,Re.React.createElement("div",{className:"gform-input__picker-ui"},Re.React.createElement(Re.HexColorPicker,{color:_,onChange:z}),Re.React.createElement("div",{className:"gform-input__picker-inputs"},Re.React.createElement("div",q,Re.React.createElement(ao,W),Re.React.createElement(Re.HexColorInput,M)),Object.keys(C).map((function(e){return function(e,o){var r={htmlFor:"".concat(L,"-").concat(o)},n={readOnly:!0,value:e,type:"text",id:"".concat(L,"-").concat(o),className:(0,Re.classnames)({"gform-input":!0})},i={className:(0,Re.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return Re.React.createElement("div",i,Re.React.createElement(ao,t({},r,{label:o})),Re.React.createElement("input",n))}(C[e],e)})))),Re.React.createElement("div",{className:"gform-input__picker-controls"},Re.React.createElement(ro,G)))};Ur.propTypes={customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),i18n:Re.PropTypes.object,onCancel:Re.PropTypes.func,onChange:Re.PropTypes.func,onSave:Re.PropTypes.func,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),triggerRef:Re.PropTypes.object,value:Re.PropTypes.string};var Vr=Ur;function $r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Kr(t){for(var e=1;e=0||(n[o]=t[o]);return n}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(t,o)&&(n[o]=t[o])}return n}var _n=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function kn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function xn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,Re.classnames)({"gform-input--swatch__option":!0}),key:e},n=Bn({htmlFor:"".concat(v,"_").concat(t,"_").concat(e),label:(null==l?void 0:l.swatch)||"",isVisible:!1},g),i={onChange:Q,type:"radio",name:v,value:t,id:"".concat(v,"_").concat(t,"_").concat(e),checked:t===A};o&&(i.onClick=function(){S(t),W({current:V.current[e]}),B(e),C(!0)});var s={className:(0,Re.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){H((function(e){return e.filter((function(e,o){return o!==t}))})),Y()}(e):document.getElementById("".concat(v,"_").concat(t,"_").concat(e)).click()},ref:o?function(t){return V.current[e]=t}:null},a={icon:"check",customClasses:(0,Re.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:zr(t)}}},c={icon:"delete",customClasses:(0,Re.classnames)({"gform-input--swatch-delete":!0})};return Re.React.createElement("li",r,Re.React.createElement(ao,n),Re.React.createElement("input",i),Re.React.createElement("span",s,t===A&&Re.React.createElement(Fe,a),o&&Re.React.createElement(Fe,c)))},Z=Bn({className:(0,Re.classnames)(Bn({"gform-input--swatch":!0},(0,d.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,Re.classnames)({"gform-input--swatch-options":!0})},et={name:"".concat(v,"-all-swatches"),defaultValue:JSON.stringify(F),id:"".concat(v,"-all-swatches"),type:"hidden",ref:G},ot={value:D||"#ffffff",onSave:function(t){S(t),F.includes(t)||H((function(e){var o=e;return o[L]=t,o})),R(t),C(!1)},onCancel:Y,triggerRef:M,i18n:(null==l?void 0:l.colorPicker)||{}};return Re.React.createElement("div",t({},Z,{ref:o}),Re.React.createElement("div",{style:{height:"0"}}),Re.React.createElement("ul",tt,b.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,Re.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,Re.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){W(U),B(F.length+1),C(!0)},ref:U},J={icon:"plus-regular"},Re.React.createElement("li",$,Re.React.createElement("span",K,Re.React.createElement(Fe,J))))),x&&Re.React.createElement(Vr,ot),Re.React.createElement("input",et))}));qn.propTypes={allowNew:Re.PropTypes.bool,customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),i18n:Re.PropTypes.object,id:Re.PropTypes.string,labelAttributes:Re.PropTypes.object,name:Re.PropTypes.string,palette:Re.PropTypes.array,paletteCustom:Re.PropTypes.array,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),value:Re.PropTypes.string},qn.displayName="Swatch";var Mn=qn,Wn=["customClasses"];function Gn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Un(t){for(var e=1;e0&&(a+=o*e),r>0&&(a+=r*e),n>0&&(a+=n*t),i>0&&(a+=i*t),n>0&&o>0&&(a-=n*o),n>0&&r>0&&(a-=n*r),i>0&&o>0&&(a-=i*o),i>0&&r>0&&(a-=i*r),(s-a)/s},et=function(t,e,o,r,n){var i,s,a,c,p,l,d=r.innerWidth,u=r.innerHeight,f=n-o.top,m=o.bottom-(u-n),g=n-o.left,y=o.right-(d-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(u-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Yn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Yn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.bottom+Yn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Yn),l=s+o.width-(d-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(u-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Yn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Yn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.top-Yn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Yn),l=s+o.width-(d-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Yn-o.height),c=i+o.height-(u-n),p=n-(s=o.right+Yn+8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Yn),c=i+o.height-(u-n),p=n-(s=o.right+Yn+8-o.width/2),l=s+o.width-(d-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(d-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Yn-o.height),c=i+o.height-(u-n),p=n-(s=o.left-Yn-8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Yn),c=i+o.height-(u-n),p=n-(s=o.left-Yn-8-o.width/2),l=s+o.width-(d-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(d-n);break;case"right":return!0;default:return!1}break;default:return!1}return tt(o.width,o.height,p,l,a,c)},ot=function(t,e,o){if(!o.current)return e;var r=o.current.getBoundingClientRect(),n=o.current.ownerDocument.defaultView,i=n.innerWidth,s=n.innerHeight,a=t-r.top,c=r.bottom-(s-t),p=t-r.left,l=r.right-(i-t),d=tt(r.width,r.height,p,l,a,c),u={};switch(e){case"top":u.top=d,u.bottom=et("top","bottom",r,n,t),u.left=et("top","left",r,n,t),u.right=et("top","right",r,n,t);break;case"bottom":u.top=et("bottom","top",r,n,t),u.bottom=d,u.left=et("bottom","left",r,n,t),u.right=et("bottom","right",r,n,t);break;case"left":u.top=et("left","top",r,n,t),u.bottom=et("left","bottom",r,n,t),u.left=d,u.right=et("left","right",r,n,t);break;case"right":u.top=et("right","top",r,n,t),u.bottom=et("right","bottom",r,n,t),u.left=et("right","left",r,n,t),u.right=d;break;default:return e}return Object.keys(u).reduce((function(t,e){return u[e]>u[t]?e:t}),e)},rt=function(t){var e=t.con,o=void 0===e?"":e,r=t.cAttributes,n=void 0===r?{size:"text-xs"}:r;if(!o)return null;var i=n.customClasses,s=jn(n,Wn),a=Un({customClasses:(0,Re.classnames)(["gform-tooltip__tooltip-content"],i)},s);return Re.React.createElement(Oo,a,o)},nt=Un({className:(0,Re.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(J),!0),l(r,"gform-tooltip--theme-".concat(E),!0),l(r,"gform-tooltip--type-".concat(D),!0),l(r,"gform-tooltip--initialized",!!B),l(r,"gform-tooltip--anim-in-ready",W),l(r,"gform-tooltip--anim-in-active",W&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Un({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},R),at={};return B&&(at.width=B+"px"),_&&(at.maxWidth=_+"px"),st.style=at,Re.React.createElement("div",t({},nt,{ref:o}),Re.React.createElement("button",it,Re.React.createElement(Fe,{icon:b})),Re.React.createElement("div",t({ref:I},st),Re.React.createElement(rt,{con:p,cAttributes:f}),a,Re.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Qn.propTypes={buffer:Re.PropTypes.number,children:Re.PropTypes.oneOfType([Re.PropTypes.arrayOf(Re.PropTypes.node),Re.PropTypes.node]),content:Re.PropTypes.string,contentAttributes:Re.PropTypes.object,customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),icon:Re.PropTypes.string,intentDelay:Re.PropTypes.number,id:Re.PropTypes.string,maxWidth:Re.PropTypes.number,position:Re.PropTypes.string,theme:Re.PropTypes.string,tooltipCustomAttributes:Re.PropTypes.object,type:Re.PropTypes.string},Qn.displayName="Tooltip";var Xn=Qn;function Zn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ti(t){for(var e=1;e0&&Re.React.createElement("div",I,Re.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&Re.React.createElement(Oo,b),c&&Re.React.createElement(ro,L))),T,s)}));oi.propTypes={aspectRatio:Re.PropTypes.string,children:Re.PropTypes.oneOfType([Re.PropTypes.arrayOf(Re.PropTypes.node),Re.PropTypes.node]),placeholderButton:Re.PropTypes.bool,placeholderButtonProps:Re.PropTypes.object,placeholderCustomClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),placeholderImage:Re.PropTypes.string,placeholderText:Re.PropTypes.string,placeholderTextProps:Re.PropTypes.object,player:Re.PropTypes.node,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),wrapperAttributes:Re.PropTypes.object,wrapperClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object])},oi.displayName="Video";var ri=oi;function ni(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ii(t){for(var e=1;eNumber(t)-Number(e))).map((e=>t[e])):t}function u(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=u(t)).indexOf("?");return-1===e?"":t.slice(e+1)}function m(t,e){return e.parseNumbers&&!Number.isNaN(Number(t))&&"string"==typeof t&&""!==t.trim()?t=Number(t):!e.parseBooleans||null===t||"true"!==t.toLowerCase()&&"false"!==t.toLowerCase()||(t="true"===t.toLowerCase()),t}function g(t,e){c((e=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},e)).arrayFormatSeparator);const o=function(t){let e;switch(t.arrayFormat){case"index":return(t,o,r)=>{e=/\[(\d*)\]$/.exec(t),t=t.replace(/\[\d*\]$/,""),e?(void 0===r[t]&&(r[t]={}),r[t][e[1]]=o):r[t]=o};case"bracket":return(t,o,r)=>{e=/(\[\])$/.exec(t),t=t.replace(/\[\]$/,""),e?void 0!==r[t]?r[t]=[].concat(r[t],o):r[t]=[o]:r[t]=o};case"comma":case"separator":return(e,o,r)=>{const n="string"==typeof o&&o.includes(t.arrayFormatSeparator),i="string"==typeof o&&!n&&l(o,t).includes(t.arrayFormatSeparator);o=i?l(o,t):o;const s=n||i?o.split(t.arrayFormatSeparator).map((e=>l(e,t))):null===o?o:l(o,t);r[e]=s};case"bracket-separator":return(e,o,r)=>{const n=/(\[\])$/.test(e);if(e=e.replace(/\[\]$/,""),!n)return void(r[e]=o?l(o,t):o);const i=null===o?[]:o.split(t.arrayFormatSeparator).map((e=>l(e,t)));void 0!==r[e]?r[e]=[].concat(r[e],i):r[e]=i};default:return(t,e,o)=>{void 0!==o[t]?o[t]=[].concat(o[t],e):o[t]=e}}}(e),r=Object.create(null);if("string"!=typeof t)return r;if(!(t=t.trim().replace(/^[?#&]/,"")))return r;for(const n of t.split("&")){if(""===n)continue;let[t,s]=i(e.decode?n.replace(/\+/g," "):n,"=");s=void 0===s?null:["comma","separator","bracket-separator"].includes(e.arrayFormat)?s:l(s,e),o(l(t,e),s,r)}for(const t of Object.keys(r)){const o=r[t];if("object"==typeof o&&null!==o)for(const t of Object.keys(o))o[t]=m(o[t],e);else r[t]=m(o,e)}return!1===e.sort?r:(!0===e.sort?Object.keys(r).sort():Object.keys(r).sort(e.sort)).reduce(((t,e)=>{const o=r[e];return Boolean(o)&&"object"==typeof o&&!Array.isArray(o)?t[e]=d(o):t[e]=o,t}),Object.create(null))}e.extract=f,e.parse=g,e.stringify=(t,e)=>{if(!t)return"";c((e=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},e)).arrayFormatSeparator);const o=o=>e.skipNull&&null==t[o]||e.skipEmptyString&&""===t[o],r=function(t){switch(t.arrayFormat){case"index":return e=>(o,r)=>{const n=o.length;return void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[",n,"]"].join("")]:[...o,[p(e,t),"[",p(n,t),"]=",p(r,t)].join("")]};case"bracket":return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,[p(e,t),"[]"].join("")]:[...o,[p(e,t),"[]=",p(r,t)].join("")];case"comma":case"separator":case"bracket-separator":{const e="bracket-separator"===t.arrayFormat?"[]=":"=";return o=>(r,n)=>void 0===n||t.skipNull&&null===n||t.skipEmptyString&&""===n?r:(n=null===n?"":n,0===r.length?[[p(o,t),e,p(n,t)].join("")]:[[r,p(n,t)].join(t.arrayFormatSeparator)])}default:return e=>(o,r)=>void 0===r||t.skipNull&&null===r||t.skipEmptyString&&""===r?o:null===r?[...o,p(e,t)]:[...o,[p(e,t),"=",p(r,t)].join("")]}}(e),n={};for(const e of Object.keys(t))o(e)||(n[e]=t[e]);const i=Object.keys(n);return!1!==e.sort&&i.sort(e.sort),i.map((o=>{const n=t[o];return void 0===n?"":null===n?p(o,e):Array.isArray(n)?0===n.length&&"bracket-separator"===e.arrayFormat?p(o,e)+"[]":n.reduce(r(o),[]).join("&"):p(o,e)+"="+p(n,e)})).filter((t=>t.length>0)).join("&")},e.parseUrl=(t,e)=>{e=Object.assign({decode:!0},e);const[o,r]=i(t,"#");return Object.assign({url:o.split("?")[0]||"",query:g(f(t),e)},e&&e.parseFragmentIdentifier&&r?{fragmentIdentifier:l(r,e)}:{})},e.stringifyUrl=(t,o)=>{o=Object.assign({encode:!0,strict:!0,[a]:!0},o);const r=u(t.url).split("?")[0]||"",n=e.extract(t.url),i=e.parse(n,{sort:!1}),s=Object.assign(i,t.query);let c=e.stringify(s,o);c&&(c=`?${c}`);let l=function(t){let e="";const o=t.indexOf("#");return-1!==o&&(e=t.slice(o)),e}(t.url);return t.fragmentIdentifier&&(l=`#${o[a]?p(t.fragmentIdentifier,o):t.fragmentIdentifier}`),`${r}${c}${l}`},e.pick=(t,o,r)=>{r=Object.assign({parseFragmentIdentifier:!0,[a]:!1},r);const{url:n,query:i,fragmentIdentifier:c}=e.parseUrl(t,r);return e.stringifyUrl({url:n,query:s(i,o),fragmentIdentifier:c},r)},e.exclude=(t,o,r)=>{const n=Array.isArray(o)?t=>!o.includes(t):(t,e)=>!o(t,e);return e.pick(t,n,r)}},553:function(t){"use strict";t.exports=(t,e)=>{if("string"!=typeof t||"string"!=typeof e)throw new TypeError("Expected the arguments to be of type `string`");if(""===e)return[t];const o=t.indexOf(e);return-1===o?[t]:[t.slice(0,o),t.slice(o+e.length)]}},395:function(t){"use strict";t.exports=t=>encodeURIComponent(t).replace(/[!'()*]/g,(t=>`%${t.charCodeAt(0).toString(16).toUpperCase()}`))},378:function(t,e,o){var r=o(695);t.exports=function(t){return null==t?"\\s":t.source?t.source:"["+r(t)+"]"}},695:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},658:function(t){t.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},424:function(t){t.exports=function(t){return null==t?"":""+t}},19:function(t,e,o){var r=o(424);t.exports=function(t){return r(t).replace(/<\/?[^>]+>/g,"")}},559:function(t,e,o){var r=o(424),n=o(378),i=String.prototype.trim;t.exports=function(t,e){return t=r(t),!e&&i?i.call(t):(e=n(e),t.replace(new RegExp("^"+e+"+|"+e+"+$","g"),""))}},659:function(t,e,o){var r=o(424),n=o(658);t.exports=function(t){return r(t).replace(/\&([^;]{1,10});/g,(function(t,e){var o;return e in n?n[e]:(o=e.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(o[1],16)):(o=e.match(/^#(\d+)$/))?String.fromCharCode(~~o[1]):t}))}},266:function(t,e,o){var r=o(38).default;function n(){"use strict";t.exports=n=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},o=Object.prototype,i=o.hasOwnProperty,s=Object.defineProperty||function(t,e,o){t[e]=o.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",p=a.asyncIterator||"@@asyncIterator",l=a.toStringTag||"@@toStringTag";function d(t,e,o){return Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{d({},"")}catch(t){d=function(t,e,o){return t[e]=o}}function u(t,e,o,r){var n=e&&e.prototype instanceof g?e:g,i=Object.create(n.prototype),a=new C(r||[]);return s(i,"_invoke",{value:j(t,o,a)}),i}function f(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}e.wrap=u;var m={};function g(){}function y(){}function v(){}var h={};d(h,c,(function(){return this}));var b=Object.getPrototypeOf,P=b&&b(b(E([])));P&&P!==o&&i.call(P,c)&&(h=P);var T=v.prototype=g.prototype=Object.create(h);function O(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function w(t,e){function o(n,s,a,c){var p=f(t[n],t,s);if("throw"!==p.type){var l=p.arg,d=l.value;return d&&"object"==r(d)&&i.call(d,"__await")?e.resolve(d.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(d).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;s(this,"_invoke",{value:function(t,r){function i(){return new e((function(e,n){o(t,r,e,n)}))}return n=n?n.then(i,i):i()}})}function j(t,e,o){var r="suspendedStart";return function(n,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===n)throw i;return A()}for(o.method=n,o.arg=i;;){var s=o.delegate;if(s){var a=_(s,o);if(a){if(a===m)continue;return a}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if("suspendedStart"===r)throw r="completed",o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);r="executing";var c=f(t,e,o);if("normal"===c.type){if(r=o.done?"completed":"suspendedYield",c.arg===m)continue;return{value:c.arg,done:o.done}}"throw"===c.type&&(r="completed",o.method="throw",o.arg=c.arg)}}}function _(t,e){var o=e.method,r=t.iterator[o];if(void 0===r)return e.delegate=null,"throw"===o&&t.iterator.return&&(e.method="return",e.arg=void 0,_(t,e),"throw"===e.method)||"return"!==o&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+o+"' method")),m;var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,m;var i=n.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,m):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,m)}function k(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function C(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(k,this),this.reset(!0)}function E(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,r=function e(){for(;++o=0;--r){var n=this.tryEntries[r],s=n.completion;if("root"===n.tryLoc)return o("end");if(n.tryLoc<=this.prev){var a=i.call(n,"catchLoc"),c=i.call(n,"finallyLoc");if(a&&c){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),x(o),m}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var o=this.tryEntries[e];if(o.tryLoc===t){var r=o.completion;if("throw"===r.type){var n=r.arg;x(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,o){return this.delegate={iterator:E(t),resultName:e,nextLoc:o},"next"===this.method&&(this.arg=void 0),m}},e}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},38:function(t){function e(o){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(o)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},509:function(t,e,o){var r=o(266)();t.exports=r;try{regeneratorRuntime=r}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=r:Function("r","regeneratorRuntime = r")(r)}}},e={};function o(r){var n=e[r];if(void 0!==n)return n.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,o),i.exports}o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,{a:e}),e},o.d=function(t,e){for(var r in e)o.o(e,r)&&!o.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},function(){"use strict";function t(){return t=Object.assign?Object.assign.bind():function(t){for(var e=1;et.length)&&(e=t.length);for(var o=0,r=new Array(e);o\n\t\t\t\n\t\t\t
    \n\t\t\t\t

    ').concat(o,"

    \n\t\t\t\t").concat(b?'\n\t\t\t\t\t\n\t\t\t\t\t\t').concat(n,"\n\t\t\t\t\t\n\t\t\t\t"):"","\n\t\t\t
    \n\t\t\t").concat(w?'\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t'):"","\n\t\t\n\t")},g=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{container:document,content:"",cookieName:"",ctaLabel:"",ctaLink:"",customAttributes:{},customClasses:[],dismissableAriaLabel:"",dismissableTitle:"",hasCta:!1,id:(0,d.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,d.trigger)({event:"gform/alert/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options));this.elements.alert=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,d.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,d.uniqueId)("gform-alert");d.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,d.delegate)("#".concat(this.options.id),'[data-js="gform-alert-dismiss-trigger"]',"click",this.dismissAlert.bind(this))}},{key:"init",value:function(){this.bindEvents(),this.render(),(0,d.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized alert component.")}}]),o}();function y(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function v(t){for(var e=1;e"):"","\n\t\t\t\t").concat(y?'
    '):"","\n\t\t\t\t\t\n\t\t\t\t\t").concat(y&&x&&c?'').concat(x,""):"","\n\t\t\t\t\t").concat(y&&x&&!c?''.concat(x,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},b=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{background:"#ecedf8",customAttributes:{},customClasses:[],displayNoneOnHide:!0,displayText:!0,foreground:"#242748",id:(0,d.uniqueId)("loader"),mask:!0,maskTheme:"light",position:"center",rendered:!1,renderOnInit:!0,showOnRender:!0,size:5,target:"",targetPosition:"afterbegin",text:"",textColor:"#000",theme:"cosmos",type:"simple",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/loader/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"positionLoader",value:function(){var t=this.options,e=t.position,o=t.target,r=(0,d.getNode)(o,document,!0),n=this.elements.maskPositioner,i=d.viewport.elVisibleHeight(r),s=d.viewport.height(),a=r.getBoundingClientRect().top,c=0;("auto"===e&&r.offsetHeight>s&&a<0||"sticky"===e&&i0)&&(c=Math.abs(r.getBoundingClientRect().top)),n.style.top="".concat(c+(i/2-n.offsetHeight/2),"px")}},{key:"removeLoader",value:function(){var t=this.elements,e=t.loaderEl,o=t.style;e.parentNode.removeChild(e),o.parentNode.removeChild(o)}},{key:"showLoader",value:function(){var t=this.options,e=t.mask,o=t.position,r=this.elements.loaderEl;r.style.display="",r.style.opacity="",!e||"auto"!==o&&"sticky"!==o||this.positionLoader(),(0,d.trigger)({event:"gform/loader/post_show",native:!1,data:{instance:this}})}},{key:"hideLoader",value:function(){var t=this.options.displayNoneOnHide,e=this.elements.loaderEl;t?e.style.display="none":e.style.opacity="0",(0,d.trigger)({event:"gform/loader/post_hide",native:!1,data:{instance:this}})}},{key:"setInitialUI",value:function(){var t=this.options,e=t.mask,o=t.position,r=t.showOnRender;r||this.hideLoader(),r&&e&&("auto"===o||"sticky"===o)&&this.positionLoader()}},{key:"storeElements",value:function(){var t=this.options.id;this.elements={loader:(0,d.getNode)("#".concat(t),document,!0),mask:(0,d.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,d.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,d.getNode)("#".concat(t,"-style"),document,!0)},this.elements.loaderEl=this.elements.mask?this.elements.mask:this.elements.loader}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;if(!e){var n=(0,d.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,h(this.options))}this.elements.loader=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.loader.parentNode}},{key:"init",value:function(){this.render(),this.storeElements(),this.setInitialUI(),(0,d.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized loader component.")}}]),o}(),P=function(t){var e=t.activeText,o=void 0===e?"":e,r=t.activeType,n=void 0===r?"":r,i=t.attributes,s=void 0===i?"":i,a=t.customClasses,c=void 0===a?[]:a,l=t.html,u=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,h=void 0===v?(0,d.uniqueId)("button"):v,b=t.interactive,P=void 0!==b&&b,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,_=t.size,k=void 0===_?"size-r":_,x=t.spacing,C=void 0===x?"":x,E=t.type,A=void 0===E?"primary":E,R=(0,d.objectToAttributes)({id:h,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(A),j?"gform-button--round":"",P?"gform-button--interactive":"",n?"gform-button--active-type-".concat(n):"",m&&"leading"===y?"gform-button--icon-leading":"",m&&"trailing"===y?"gform-button--icon-trailing":""].concat(p(Object.keys((0,d.spacerClasses)(C))),p(c))}),N=m?''):"";return"\n\t\t\n\t")},T=function(){function t(){var o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,d.uniqueId)("button"),interactive:!1,interactiveOnClick:!0,label:"",loaderOptions:{additionalClasses:"gform-button__loader",background:"transparent",foreground:"#3e7da6",mask:!1,showOnRender:!1,size:1},lockSize:!0,onActive:function(){},onInactive:function(){},rendered:!1,renderOnInit:!0,round:!1,size:"size-r",target:"",type:"primary"},o),this.options.target||this.options.rendered?((0,d.trigger)({event:"gform/button/pre_init",native:!1,data:{instance:this}}),this.elements={},this.instances={},this.state={active:!1},this.options.renderOnInit&&this.init()):(0,d.consoleError)("You must supply a target to the button component.")}return s(t,[{key:"activateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onActive,i=this.elements.button;if((0,d.trigger)({event:"gform/button/activated",native:!1,data:{instance:this}}),r){var s=i.getBoundingClientRect();i.style.width="".concat(s.width,"px")}o&&(i.disabled=!0),this.elements.button.classList.add("gform-button--activated"),"loader"===e&&this.instances.loader.showLoader(),this.state.active=!0,n(this)}},{key:"deactivateButton",value:function(){var t=this.options,e=t.activeType,o=t.disableWhileActive,r=t.lockSize,n=t.onInactive,i=this.elements.button;(0,d.trigger)({event:"gform/button/deactivated",native:!1,data:{instance:this}}),this.elements.button.classList.remove("gform-button--activated"),"loader"===e&&this.instances.loader.hideLoader(),o&&(i.disabled=!1),r&&(i.style.width=""),this.state.active=!1,n(this)}},{key:"handleButtonClick",value:function(){this.state.active||this.activateButton()}},{key:"storeElements",value:function(){var t=this.elements.button,e=this.options,o=e.activeText,r=e.icon,n=e.label;o&&(this.elements.activeText=(0,d.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,d.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,d.getNode)("button-inactive-text",t))}},{key:"renderInteractive",value:function(){var t=this.options,e=t.activeType,o=t.interactive,r=t.loaderOptions,n=this.elements.button;o&&"loader"===e&&(r.target="#".concat(n.id),this.instances.loader=new b(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options));this.elements.button=(0,d.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,d.consoleInfo)("Gravity Forms Admin: Initialized button component on ".concat(o,"."))}},{key:"bindEvents",value:function(){var t=this.options,e=t.interactive,o=t.interactiveOnClick;e&&o&&this.elements.button.addEventListener("click",this.handleButtonClick.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/button/post_render",native:!1,data:{instance:this}})}}]),t}();function O(t,e,o,r,n,i,s){try{var a=t[i](s),c=a.value}catch(t){return void o(t)}a.done?e(c):Promise.resolve(c).then(r,n)}function w(t){return function(){var e=this,o=arguments;return new Promise((function(r,n){var i=t.apply(e,o);function s(t){O(i,r,n,s,a,"next",t)}function a(t){O(i,r,n,s,a,"throw",t)}s(void 0)}))}}function j(t,e){return e||(e=t.slice(0)),Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(e)}}))}var _=o(509),k=o.n(_);function x(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function C(t){return function e(o){return 0===arguments.length||x(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return x(o)?e:C((function(e){return t(o,e)}));default:return x(o)&&x(r)?e:x(o)?C((function(e){return t(e,r)})):x(r)?C((function(e){return t(o,e)})):t(o,r)}}}var A=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)};var L=C((function(t){return null!=t&&"function"==typeof t["fantasy-land/empty"]?t["fantasy-land/empty"]():null!=t&&null!=t.constructor&&"function"==typeof t.constructor["fantasy-land/empty"]?t.constructor["fantasy-land/empty"]():null!=t&&"function"==typeof t.empty?t.empty():null!=t&&null!=t.constructor&&"function"==typeof t.constructor.empty?t.constructor.empty():I(t)?[]:function(t){return"[object String]"===Object.prototype.toString.call(t)}(t)?"":function(t){return"[object Object]"===Object.prototype.toString.call(t)}(t)?{}:S(t)?function(){return arguments}():void 0})),B=L;function z(t){for(var e,o=[];!(e=t.next()).done;)o.push(e.value);return o}function F(t,e,o){for(var r=0,n=o.length;r=0;)R(e=M[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):C((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=C((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)}));function $(t,e,o,r){var n=z(t);function i(t,e){return K(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function K(t,e,o,r){if(H(t,e))return!0;var n,i,s=V(t);if(s!==V(e))return!1;if(null==t||null==e)return!1;if("function"==typeof t["fantasy-land/equals"]||"function"==typeof e["fantasy-land/equals"])return"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"==typeof t.equals||"function"==typeof e.equals)return"function"==typeof t.equals&&t.equals(e)&&"function"==typeof e.equals&&e.equals(t);switch(s){case"Arguments":case"Array":case"Object":if("function"==typeof t.constructor&&"Promise"===(n=t.constructor,null==(i=String(n).match(/^function (\w*)/))?"":i[1]))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!=typeof e||!H(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!H(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1}for(var a=o.length-1;a>=0;){if(o[a]===t)return r[a]===e;a-=1}switch(s){case"Map":return t.size===e.size&&$(t.entries(),e.entries(),o.concat([t]),r.concat([e]));case"Set":return t.size===e.size&&$(t.values(),e.values(),o.concat([t]),r.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var c=U(t);if(c.length!==U(e).length)return!1;var p=o.concat([t]),l=r.concat([e]);for(a=c.length-1;a>=0;){var d=c[a];if(!R(d,e)||!K(e[d],t[d],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=C((function(t){return null!=t&&J(t,B(t))}));function Q(t,e,o){return function(){if(0===arguments.length)return o();var r=Array.prototype.slice.call(arguments,0),n=r.pop();if(!I(n)){for(var i=0;i=0&&this.i>=this.n?(o=r)&&o["@@transducer/reduced"]?o:{"@@transducer/value":o,"@@transducer/reduced":!0}:r},t}(),et=E((function(t,e){return new tt(t,e)}));function ot(t,e){return function(){var o=arguments.length;if(0===o)return e();var r=arguments[o-1];return I(r)||"function"!=typeof r[t]?e.apply(this,arguments):r[t].apply(r,Array.prototype.slice.call(arguments,0,o-1))}}function rt(t){return function e(o,r,n){switch(arguments.length){case 0:return e;case 1:return x(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return x(o)&&x(r)?e:x(o)?E((function(e,o){return t(e,r,o)})):x(r)?E((function(e,r){return t(o,e,r)})):C((function(e){return t(o,r,e)}));default:return x(o)&&x(r)&&x(n)?e:x(o)&&x(r)?E((function(e,o){return t(e,o,n)})):x(o)&&x(n)?E((function(e,o){return t(e,r,o)})):x(r)&&x(n)?E((function(e,r){return t(o,e,r)})):x(o)?C((function(e){return t(e,r,n)})):x(r)?C((function(e){return t(o,e,n)})):x(n)?C((function(e){return t(o,r,e)})):t(o,r,n)}}}var nt=rt(ot("slice",(function(t,e,o){return Array.prototype.slice.call(o,t,e)}))),it=E(Q(["take"],et,(function(t,e){return nt(0,t<0?1/0:t,e)}))),st=E((function(t,e){return J(it(t.length,e),t)}));function at(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",s=new window.FormData;return function t(e,a){if(!function(t){return Array.isArray(o)&&o.some((function(e){return e===t}))}(a))if(a=a||"",e instanceof window.File)s.append(a,e);else if(Array.isArray(e))for(var c=0;c1&&void 0!==f[1]?f[1]:{},n=Pt({method:"GET"},r=f.length>2&&void 0!==f[2]?f[2]:{}),i=A(["body"],n),s="GET"!==i.method&&"HEAD"!==i.method,a=i.baseUrl,s&&(c=r.body?r.body:{},o[e].nonce&&(c._ajax_nonce=o[e].nonce),o[e].action&&(c.action=o[e].action),i.body=at(c)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!s&&o[e].nonce&&(p._ajax_nonce=o[e].nonce),!s&&o[e].action&&(p.action=o[e].action),p&&!Y(p)&&(l=ht(p),d=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(d)),u=i.headers?Pt({},i.headers):{},Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:u})).then((function(t){return t.ok?t.text().then((function(e){try{var o=JSON.parse(e);Date.now();return{data:o,status:t.status,totalPages:t.headers.get("x-wp-totalpages"),totalPosts:t.headers.get("x-wp-total")}}catch(o){var r=ut()(lt()(mt()(e))),n=new Error("Invalid server response. ".concat(r));throw n.detail={url:a,data:r,status:t.status,error:o,text:e},n}})):st(t.headers.get("Content-Type"),"application/json")?t.text().then((function(e){try{return{data:JSON.parse(e),status:t.status}}catch(n){var o=ut()(lt()(mt()(e))),r=new Error("Invalid server response. ".concat(o));throw r.detail={url:a,data:o,status:t.status,error:n,text:e},r}})):t.text().then((function(e){var o=ut()(lt()(mt()(e))),r=new Error("Unknown server response. ".concat(o));throw r.detail={url:a,data:o,status:t.status},r}))})).catch((function(t){return{error:t}})));case 18:case"end":return t.stop()}}),t)}))),Ot.apply(this,arguments)}function wt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function jt(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[]).map((function(e){return e.listData?(0,d.saferHtml)(yt||(yt=j(['\n\t\t\t
  • \n\t\t\t\t','\n\t\t\t\t
      '])),e.label)+t(e.listData)+"
    \n\t\t\t
  • \n\t\t\t":(0,d.saferHtml)(vt||(vt=j(['\n\t\t
  • \n\t\t\t\n\t\t
  • \n\t\t"])),e.value,e.value,e.label)})).join("")},kt=function(t){return'\n\t
    \n\t\t").concat(t.triggerTitle?"":'\n\t\t\t').concat(t.triggerAriaText,"\n\t\t"),'\n\t\t\n\t\t\t\n\t\t\t\t').concat(t.triggerSelected?t.triggerSelected:t.triggerPlaceholder,'\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t').concat(t.hasSearch?'\n\t\t\t\n\t\t\t'):"",'\n\t\t\t
    \n\t\t\t\t
      \n\t\t\t\t\t').concat(_t(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},xt=function(){function o(){var r,n,i=this,s=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"parseRestResponse",(function(t){return t.map((function(t){return{value:t.id,label:t.title.rendered}}))})),l(this,"handleAsyncSearch",(0,d.debounce)(function(){var t=w(k().mark((function t(e){var o,r,n,s;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(0!==e.target.value.trim().length){t.next=3;break}return i.elements.dropdownList.innerHTML=_t(i.options.listData),t.abrupt("return");case 3:if(r=i.options.endpointArgs,"GET"===(n=jt({baseUrl:i.options.baseUrl,method:"POST",body:jt(jt({},r),{},{search:e.target.value})},i.options.endpointRequestOptions)).method&&(n.params=n.body),!i.state.isMock){t.next=10;break}return(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(n),t.abrupt("return");case 10:return i.showSpinnerEl(),t.next=13,Tt(i.options.endpointKey,i.options.endpoints,n);case 13:s=t.sent,i.hideSpinnerEl(),!i.options.endpointUseRest&&null!=s&&null!==(o=s.data)&&void 0!==o&&o.success&&(i.elements.dropdownList.innerHTML=_t(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=_t(i.parseRestResponse(s.data)));case 17:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),{wait:300})),this.options={},t(this.options,{autoPosition:!1,attributes:"",baseUrl:"",closeOnSelect:!0,container:"",detectTitleLength:!1,dropdownListAttributes:"data-simplebar",endpoints:{},endpointArgs:{},endpointKey:"",endpointRequestOptions:{},endpointUseRest:!1,hasSearch:!0,insertPosition:"afterbegin",listData:[],onItemSelect:function(){},onOpen:function(){},onClose:function(){},render:!1,renderListData:!1,renderTarget:"",reveal:"click",searchAriaText:"",searchInputId:"gform-form-switcher-search",searchPlaceholder:"",searchType:"basic",selector:"gform-dropdown",showSpinner:!1,swapLabel:!0,titleLengthThresholdMedium:23,titleLengthThresholdLong:32,triggerAriaId:"gform-form-switcher-label",triggerAriaText:"",triggerClasses:"",triggerId:"gform-form-switcher-control",triggerPlaceholder:"",triggerSelected:"",triggerTitle:"",wrapperClasses:"gform-dropdown"},s),this.elements={},this.templates={dropdownListItems:_t,dropdownTemplate:kt},(0,d.trigger)({event:"gform/dropdown/pre_init",native:!1,data:{instance:this}}),this.state={isMock:"mock_endpoint"===(null===(r=this.options.endpoints)||void 0===r||null===(n=r.get_posts)||void 0===n?void 0:n.action),open:!1,unloading:!1},this.options.render&&this.render(),this.options.container=this.options.container?document.querySelectorAll(this.options.container)[0]:document,this.elements.container=(0,d.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,d.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,d.getNodes)("gform-dropdown-container",!1,this.elements.container)[0],this.options.renderListData&&!this.options.render&&this.renderListData(),this.init(),this.hideSpinnerEl=function(){this.elements.container.classList.remove("gform-dropdown--show-spinner")},this.showSpinnerEl=function(){this.elements.container.classList.add("gform-dropdown--show-spinner")}):(0,d.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,d.trigger)({event:"gform/dropdown/item_selected",native:!1,data:{instance:this,event:t}}),this.elements.control.setAttribute("data-value",t.target.dataset.value),this.options.onItemSelect(t.target.dataset.value),this.options.showSpinner&&this.showSpinnerEl(),this.options.swapLabel&&(this.elements.controlText.innerText=t.target.innerText,this.elements.controlText.innerText===this.options.triggerPlaceholder?this.elements.control.classList.add("gform-dropdown__control--placeholder"):this.elements.control.classList.remove("gform-dropdown__control--placeholder")),this.options.closeOnSelect&&this.handleControl()}},{key:"handleControl",value:function(){this.state.open?this.closeDropdown():this.openDropdown()}},{key:"handlePosition",value:function(){this.options.autoPosition&&(this.elements.container.parentNode.offsetHeight-(this.elements.container.offsetTop+this.elements.container.offsetHeight+this.elements.dropdownContainer.offsetHeight)<10?this.elements.container.classList.add("gform-dropdown--position-top"):this.elements.container.classList.remove("gform-dropdown--position-top"))}},{key:"openDropdown",value:function(){this.state.open||(this.options.onOpen(),this.elements.container.classList.add("gform-dropdown--reveal"),setTimeout(function(){this.elements.container.classList.add("gform-dropdown--open"),this.elements.control.setAttribute("aria-expanded","true"),this.state.open=!0,this.handlePosition()}.bind(this),25),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--reveal")}.bind(this),200))}},{key:"closeDropdown",value:function(){this.options.onClose(),this.state.open=!1,this.elements.container.classList.remove("gform-dropdown--open"),this.elements.container.classList.add("gform-dropdown--hide"),this.elements.control.setAttribute("aria-expanded","false"),setTimeout(function(){this.elements.container.classList.remove("gform-dropdown--hide")}.bind(this),150)}},{key:"handleMouseenter",value:function(){"hover"!==this.options.reveal||this.state.open||this.state.unloading||this.openDropdown()}},{key:"handleMouseleave",value:function(){"hover"!==this.options.reveal||this.state.unloading||this.closeDropdown()}},{key:"handleA11y",value:function(t){if(this.state.open)return 27===t.keyCode?(this.closeDropdown(),void this.elements.control.focus()):void(9!==t.keyCode||(0,d.getClosest)(t.target,'[data-js="'+this.options.selector+'"]')||this.elements.triggers[0].focus())}},{key:"handleBasicSearch",value:function(t){var e=t.target.value.toLowerCase();this.elements.triggers.forEach((function(t){t.innerText.toLowerCase().includes(e)?t.parentNode.style.display="":t.parentNode.style.display="none"}))}},{key:"handleSearch",value:function(t){"basic"!==this.options.searchType?this.handleAsyncSearch(t):this.handleBasicSearch(t)}},{key:"storeTriggers",value:function(){this.elements.control=(0,d.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,d.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,d.getNodes)("gform-dropdown-trigger",!0,this.elements.container)}},{key:"render",value:function(){this.options.renderTarget=this.options.renderTarget?document.querySelectorAll(this.options.renderTarget)[0]:document.body,this.options.renderTarget.insertAdjacentHTML(this.options.insertPosition,kt(this.options))}},{key:"renderListData",value:function(){this.elements.dropdownList.innerHTML=_t(this.options.listData)}},{key:"setup",value:function(){if("hover"===this.options.reveal&&this.elements.container.classList.add("gform-dropdown--hover"),this.options.detectTitleLength){var t=this.elements.titleEl?this.elements.titleEl.innerText:"";t.length>this.options.titleLengthThresholdMedium&&t.length<=this.options.titleLengthThresholdLong?this.elements.container.parentNode.classList.add("gform-dropdown--medium-title"):t.length>this.options.titleLengthThresholdLong&&this.elements.container.parentNode.classList.add("gform-dropdown--long-title")}(0,d.consoleInfo)('Gravity Forms Admin: Initialized dropdown component on [data-js="'.concat(this.options.selector,'"].'))}},{key:"bindEvents",value:function(){var t='[data-js="'.concat(this.options.selector,'"]');(0,d.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,d.delegate)(t,'[data-js="gform-dropdown-search"]',"keyup",this.handleSearch.bind(this)),this.elements.container.addEventListener("mouseenter",this.handleMouseenter.bind(this)),this.elements.container.addEventListener("mouseleave",this.handleMouseleave.bind(this)),this.elements.container.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("keyup",this.handleA11y.bind(this)),document.addEventListener("click",function(t){!this.elements.container.contains(t.target)&&this.state.open&&this.handleControl()}.bind(this),!0),addEventListener("beforeunload",function(){this.state.unloading=!0}.bind(this))}},{key:"init",value:function(){this.storeTriggers(),this.bindEvents(),this.setup(),(0,d.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),Ct=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"display-3xl":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"h2":f,g=t.weight,y=void 0===g?"semibold":g,v={class:["gform-heading","gform-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},Et=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,d.trigger)({event:"gform/heading/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ct(this.options));this.elements.heading=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function At(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Rt(t){for(var e=1;e").concat(o,"\n\t")},Dt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,size:"text-xs",spacing:"",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/help_text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options));this.elements.helpText=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized help text component on ".concat(this.options.target,"."))}}]),o}();function St(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function It(t){for(var e=1;e'):"",B=m||y||o?"":"",z=m?'
    '.concat(m,"
    "):"",F=y?'
    '.concat(y,"
    "):"",H="";if(o&&(H='\n\t\t\t\n\t\t')),h&&("radio"===A||"checkbox"===A)){var q=u?' for="'.concat(u,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(h,"\n\t\t\t\n\t\t")}var M=(0,d.objectToAttributes)(It(It({},s),{},{id:u,type:A,value:N,class:["gform-input","gform-input--theme-".concat(C),"radio"!==A&&"checkbox"!==A&&"gform-input","radio"!==A&&"checkbox"!==A&&"gform-input--text",("radio"===A||"checkbox"===A)&&"gform-input--".concat(A)].concat(p(Object.keys((0,d.spacerClasses)(k))),p(c))}));return"\n\t\t".concat(L,"\n\t\t\t").concat(z,"\n\t\t\t\n\t\t\t").concat(F,"\n\t\t\t").concat(H,"\n\t\t").concat(B,"\n\t\t").concat(D,"\n\t")},Bt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{actionButton:!1,actionButtonIcon:"eye",customAttributes:{},customClasses:[],id:"",inputPrefix:"",inputSuffix:"",label:"",labelAttributes:"",labelClasses:"",placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"text",value:""},r),(0,d.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options));this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized input component.")}}]),o}();function zt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ft(t){for(var e=1;e").concat(c,"\n\t")},qt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],htmlFor:"",label:"",isVisible:!0,rendered:!1,renderOnInit:!0,size:"text-sm",spacing:"",target:"",targetPosition:"afterbegin",weight:"medium"},r),(0,d.trigger)({event:"gform/label/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Ht(this.options));this.elements.label=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();function Mt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Wt(t){for(var e=1;e\n\t\t\t').concat(u,"\n\t\t\n\t")},Ut=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],href:"",id:"",label:"",linkTarget:"_self",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options));this.elements.link=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized link component.")}}]),o}();function Vt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function $t(t){for(var e=1;e\n\t\t\t\t").concat(s,"\n\t\t\t\n\t\t")},U=O.map((function(t){var e=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return e.length?'\n\t\t\t\n\t\t\t\t').concat(e.map((function(t){return G(t)})),"\n\t\t\t\n\t\t"):G(t)})),V=Nt(W);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Ht(M),"\n\t\t\t").concat("above"===u?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===u?V:"","\n\t\t\n\t")},Jt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,helpTextAttributes:{},helpTextPosition:"below",id:"",initialValue:"",labelAttributes:{},name:"",options:[],rendered:!1,renderOnInit:!0,size:"size-r",spacing:"",theme:"cosmos",target:"",targetPosition:"afterbegin",wrapperAttributes:{},wrapperClasses:[],wrapperTagName:"div",ariaLabel:""},r),(0,d.trigger)({event:"gform/select/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Kt(this.options));this.elements.select=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized select component.")}}]),o}();function Yt(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Qt(t){for(var e=1;e\n\t")},Zt=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],id:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options));this.elements.stackedIcon=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized stackedIcon component.")}}]),o}();function te(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ee(t){for(var e=1;e\n\t\t\t").concat(s?' ':"",'\n\t\t\t').concat(m,"\n\t\t\n\t")},re=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],hasDot:!0,id:"",isStatic:!1,label:"",pill:!0,rendered:!1,renderOnInit:!0,spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options));this.elements.statusIndicator=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized statusIndicator component.")}}]),o}(),ne=function(t){var e=t.content,o=void 0===e?"":e,r=t.customClasses,n=void 0===r?[]:r,i=t.id,s=void 0===i?"":i,a=t.size,c=void 0===a?"text-md":a,l=t.spacing,u=void 0===l?"":l,f=t.tagName,m=void 0===f?"div":f,g=t.weight,y=void 0===g?"regular":g,v={class:["gform-common-text","gform-typography--size-".concat(c),"gform-typography--weight-".concat(y)].concat(p(n),p(Object.keys((0,d.spacerClasses)(u)))),id:s};return"<".concat(m," ").concat((0,d.objectToAttributes)(v),">").concat(o,"")},ie=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{content:"",customClasses:[],id:(0,d.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,d.trigger)({event:"gform/text/pre_init",native:!1,data:{instance:this}}),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options));this.elements.text=(0,d.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized text component on ".concat(this.options.target,"."))}}]),o}();function se(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ae(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],n=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],i=(0,d.objectToAttributes)(ae({class:["gform-label","gform-input__label","gform-input__label--textarea",n?"":"gform-visually-hidden"].concat(p(r)),for:t},o));return"\n\t\t\n\t")}(c,u,m,y,h),z=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=(0,d.objectToAttributes)({class:["gform-input-help-text"],id:"".concat(e,"-help-text")});return"\n\t\t\n\t\t\t").concat(t,"\n\t\t\n\t")}(s,c);return"\n\t\t<".concat(S," ").concat(I,">\n\t\t\t").concat(u&&B,"\n\t\t\t\n\t\t\t").concat(s&&z,"\n\t\t\n\t")},pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],helpText:"",id:"",label:"",labelCustomAttributes:{},labelCustomClasses:[],labelVisible:!0,placeholder:"",rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",value:"",wrapperCustomAttributes:{},wrapperCustomClasses:[],wrapperTagName:"div"},r),(0,d.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("textarea"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options));this.elements.textarea=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized textarea component.")}}]),o}();function le(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function de(t){for(var e=1;e\n\t\t\t\n\t\t\t\n\t\t\t\t').concat(y,"\n\t\t\t\n\t\t\n\t")},Pe=function(){function o(){var r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),this.options={},t(this.options,{customAttributes:{},customClasses:[],disabled:!1,icons:!1,id:"",initialChecked:!1,label:"",labelPosition:"right",labelVisible:!1,name:"",rendered:!1,renderOnInit:!0,size:"size-s",spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,d.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,d.uniqueId)("toggle"),this.elements={},this.options.renderOnInit&&this.init()}return s(o,[{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target,r=t.targetPosition;e||(0,d.getNode)(o,document,!0).insertAdjacentHTML(r,be(this.options));this.elements.input=(0,d.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,d.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),Te=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonClasses,s=void 0===i?"":i,a=t.closeButtonTitle,c=void 0===a?"":a,p=t.confirmButtonAttributes,l=void 0===p?"":p,d=t.confirmButtonIcon,u=void 0===d?"":d,f=t.confirmButtonText,m=void 0===f?"":f,g=t.content,y=void 0===g?"":g,v=t.id,h=void 0===v?"":v,b=t.maskBlur,P=void 0===b||b,T=t.maskClasses,O=void 0===T?"":T,w=t.maskTheme,j=void 0===w?"none":w,_=t.mode,k=void 0===_?"":_,x=t.position,C=void 0===x?"fixed":x,E=t.title,A=void 0===E?"":E,R=t.titleIcon,N=void 0===R?"":R,D=t.titleIconColor,S=void 0===D?"":D,I=t.wrapperClasses,L=void 0===I?"":I,B=t.zIndex,z=void 0===B?10:B;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(A?'
    ':"","\n\t\t\t").concat(A?'
    ').concat(N?'"):"").concat(A,"
    "):"","\n\t\t\t").concat(A?"
    ":"",'\n\t\t\t
    ').concat(y,"
    \n\t\t\t").concat("dialog"===k||"alert"===k?'
    ':"","\n\t\t\t").concat("dialog"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(n,'\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t").concat(u?''):"").concat(m,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===k?'\n\t\t\t\t\n\t\t\t\t\t'.concat(o,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("dialog"===k||"alert"===k?"
    ":"","\n\t\t
    \n\t
    \n\t")},Oe=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeDialog",(function(){var t=r.elements.mask,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-dialog--anim-in-active")&&(t.classList.remove("gform-dialog--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-dialog--anim-in-ready")}),o),r.state.open=!1,r.elements.activeTrigger&&r.elements.activeTrigger.focus(),r.options.lockBody&&d.bodyLock.unlock(),n())})),l(this,"maybeCloseDialog",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&r.closeDialog()})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.dialog,r.closeDialog)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?r.closeDialog():r.showDialog()})),l(this,"handleMaskClick",(function(t){t.target.id===r.options.id||(0,d.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,d.trigger)({event:"gform/dialog/confirm",native:!1,data:{instance:r,button:t.target}}),r.options.closeOnConfirmClick&&r.closeDialog(),e()})),this.options={},t(this.options,{alertButtonText:"",animationDelay:250,cancelButtonText:"",closeButtonClasses:"gform-dialog__close",closeButtonTitle:"",closeOnMaskClick:!0,closeOnConfirmClick:!0,confirmButtonAttributes:"",confirmButtonIcon:"",confirmButtonText:"",id:(0,d.uniqueId)("dialog"),lockBody:!1,maskBlur:!0,maskClasses:"gform-dialog__mask",maskTheme:"light",mode:"",onClose:function(){},onConfirm:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,target:"body",title:"",titleIcon:"",titleIconColor:"",triggers:"",wrapperClasses:"gform-dialog",zIndex:10},n),(0,d.trigger)({event:"gform/dialog/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={open:!1},this.options.renderOnInit&&this.init()}return s(o,[{key:"showDialog",value:function(){var t=this.elements.mask;this.options.lockBody&&d.bodyLock.lock(),this.options.onOpen(),t.classList.add("gform-dialog--anim-in-ready"),window.setTimeout((function(){t.classList.add("gform-dialog--anim-in-active")}),25),this.elements.closeButton.focus(),this.state.open=!0}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,d.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,d.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,d.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,d.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,d.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,d.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,d.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,d.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,d.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",Te(this.options))}},{key:"bindEvents",value:function(){var t=this;this.elements.dialog.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeDialog),this.options.triggers&&(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),this.options.closeOnMaskClick&&this.elements.mask.addEventListener("click",this.handleMaskClick),this.elements.alertButton&&this.elements.alertButton.addEventListener("click",this.closeDialog),this.elements.cancelButton&&this.elements.cancelButton.addEventListener("click",this.closeDialog),this.elements.confirmButton&&this.elements.confirmButton.addEventListener("click",this.handleConfirm),document.addEventListener("gform/dialog/close",this.maybeCloseFlyout),document.addEventListener("gform/dialog/close-all",this.closeFlyout)}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),(0,d.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,d.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),we=function(t){var e=t.id,o=void 0===e?"":e,r=t.closeButtonClasses,n=void 0===r?"":r,i=t.closeButtonTitle,s=void 0===i?"":i,a=t.content,c=void 0===a?"":a,p=t.description,l=void 0===p?"":p,d=t.desktopWidth,u=void 0===d?0:d,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,h=void 0===v?"":v,b=t.maxWidth,P=void 0===b?0:b,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,_=t.position,k=void 0===_?"":_,x=t.showDivider,C=void 0===x||x,E=t.simplebar,A=void 0!==E&&E,R=t.title,N=void 0===R?"":R,D=t.wrapperClasses,S=void 0===D?"":D,I=t.zIndex,L=void 0===I?10:I;return'\n\t
    \n\t\t\n\t\t').concat(y?'\n\t\t\n\t\t
    \n\t\t'):"","\n\t\t").concat(N||l?'
    ':"","\n\t\t").concat(N?'
    '.concat(N,"
    "):"","\n\t\t").concat(l?'

    '.concat(l,"

    "):"","\n\t\t").concat(N||l?"
    ":"",'\n\t\t
    ').concat(c,"
    \n\t
    \n\t\n\t")},je=function(){function o(){var r=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e(this,o),l(this,"closeFlyout",(function(){var t=r.elements.flyout,e=r.options,o=e.animationDelay,n=e.onClose;t.classList.contains("gform-flyout--anim-in-active")&&(t.classList.remove("gform-flyout--anim-in-active"),window.setTimeout((function(){t.classList.remove("gform-flyout--anim-in-ready")}),o),r.state.open=!1,r.shrinkFlyout(),n(),(0,d.trigger)({event:"gform/flyout/close",native:!1,data:{instance:r}}))})),l(this,"maybeCloseFlyout",(function(t){var e;(null===(e=t.detail)||void 0===e?void 0:e.activeId)!==r.options.id&&(r.elements.flyout.classList.remove("anim-in-ready"),r.elements.flyout.classList.remove("anim-in-active"),r.elements.flyout.classList.remove("anim-out-ready"),r.elements.flyout.classList.remove("anim-out-active"),r.state.open=!1,r.shrinkFlyout())})),l(this,"handleKeyEvents",(function(t){return(0,d.focusLoop)(t,r.elements.activeTrigger,r.elements.flyout,r.closeFlyout)})),l(this,"handleTriggerClick",(function(t){r.elements.activeTrigger=t.target,r.state.open?(r.closeFlyout(),r.elements.activeTrigger.focus(),r.state.open=!1):(r.showFlyout(),r.elements.closeButton.focus(),r.state.open=!0)})),l(this,"handleExpandable",(function(){r.state.expanded?r.shrinkFlyout():r.expandFlyout()})),l(this,"handleResize",(function(){r.updateFlyoutWidth()})),this.options={},t(this.options,{animationDelay:170,closeButtonClasses:"gform-flyout__close",closeButtonTitle:"",closeOnOutsideClick:!0,content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,d.uniqueId)("flyout"),insertPosition:"beforeend",lockBody:!1,maxWidth:850,mobileBreakpoint:768,mobileWidth:100,onClose:function(){},onOpen:function(){},position:"fixed",renderOnInit:!0,showDivider:!0,simplebar:!1,target:"body",title:"",triggers:'[data-js="gform-trigger-flyout"]',wrapperClasses:"gform-flyout",zIndex:10},n),(0,d.trigger)({event:"gform/flyout/pre_init",native:!1,data:{instance:this}}),this.elements={},this.state={expanded:!1,open:!1,unExpandedWidth:0},this.options.renderOnInit&&this.init()}return s(o,[{key:"showFlyout",value:function(){var t=this.elements.flyout;this.options.onOpen(),d.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,d.trigger)({event:"gform/flyout/open",native:!1,data:{instance:this}}),window.setTimeout((function(){t.classList.add("gform-flyout--anim-in-active")}),25)}},{key:"updateFlyoutWidth",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&!this.state.expanded){var o=this.elements,r=o.flyout,n=o.expandableTrigger;(this.elements.resizeParent?this.elements.resizeParent.clientWidth:d.viewport.width())<=r.clientWidth+50?(r.classList.add("gform-flyout--hide-expander"),window.setTimeout((function(){n.style.display="none"}),e)):(n.style.display="",window.setTimeout((function(){r.classList.remove("gform-flyout--hide-expander")}),20))}}},{key:"expandFlyout",value:function(){var t=this,e=this.options,o=e.expandableWidth;if(e.expandable&&!this.state.expanded){var r=this.elements.flyout;this.state.unExpandedWidth=r.clientWidth,r.style.width="".concat(this.state.unExpandedWidth,"px"),r.style.transition="none",(0,d.delay)((function(){r.style.maxWidth="none"}),20).delay((function(){r.style.transition=""}),20).delay((function(){r.style.width="calc(".concat(o,"% - 50px)"),r.classList.add("gform-flyout--expanded"),t.state.expanded=!0}),20)}}},{key:"shrinkFlyout",value:function(){var t=this.options,e=t.animationDelay;if(t.expandable&&this.state.expanded){var o=this.elements.flyout;o.style.width="".concat(this.state.unExpandedWidth,"px"),o.classList.remove("gform-flyout--expanded"),window.setTimeout((function(){o.style.width="",o.style.maxWidth=""}),e),this.state.expanded=!1}}},{key:"storeElements",value:function(){var t=(0,d.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,d.getNodes)("flyout-content",!1,t)[0],closeButton:(0,d.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,d.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,d.getNodes)(this.options.triggers,!0,document,!0)}}},{key:"render",value:function(){var t=document.querySelectorAll(this.options.target)[0];t?(t.insertAdjacentHTML(this.options.insertPosition,we(this.options)),(0,d.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,d.consoleError)("Flyout could not render as ".concat(this.options.target," could not be found."))}},{key:"bindEvents",value:function(){var t=this;this.elements.flyout.addEventListener("keydown",this.handleKeyEvents),this.elements.closeButton.addEventListener("click",this.closeFlyout),(0,d.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,d.resize)(this.handleResize),document.addEventListener("gform/flyout/close",this.maybeCloseFlyout),document.addEventListener("gform/flyout/close-all",this.closeFlyout),this.options.expandable&&this.elements.expandableTrigger.addEventListener("click",this.handleExpandable),this.options.closeOnOutsideClick&&document.addEventListener("click",function(t){this.elements.flyout.contains(t.target)||!this.state.open||(0,d.getClosest)(t.target,"#TB_window")||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,d.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),_e=function(t){var e=t.data,o=void 0===e?{}:e,r=t.outerBorder,n=void 0===r||r,i=t.responsive,s=["gform-table"];void 0!==i&&i&&s.push("gform-table--responsive"),n||s.push("gform-table--no-outer-border");var a=s.join(" "),c="",p="";return null!=o&&o.thead&&(c+="",c+=o.thead.map((function(t){return'').concat(t.content,"")})).join(""),c+=""),null!=o&&o.tbody&&(p+="",p+=o.tbody.map((function(t){return"".concat(t.map((function(t){return'').concat(t.content,"")})).join(""),"")})).join(""),p+=""),'\n\t\t').concat(c,"\n\t\t").concat(p,"\n\t
    ")},ke=ajaxurl,xe=o.n(ke);function Ce(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Ee(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{};e(this,t),this.options=(0,d.deepMerge)({data:{},endpoints:{},dialog:{closeOnConfirmClick:!1,closeOnMaskClick:!1,confirmButtonIcon:"floppy-disk",id:"dialog-embed-form-unsaved-changes",mode:"dialog",titleIcon:"circle-delete",titleIconColor:"#DD301D",wrapperClasses:"gform-dialog gform-dialog--embed-form-unsaved",zIndex:1e5},dialogLoader:{additionalClasses:"gform-dialog__confirm-loader",background:"#3e7da6",foreground:"#fff",mask:!1,showOnRender:!1,size:1.5},flyout:{closeOnOutsideClick:!1,maxWidth:540,mobileBreakpoint:1200,position:"absolute",simplebar:!0,target:'[data-js="form-editor"]',triggers:'[data-js="embed-flyout-trigger"]',wrapperClasses:"gform-flyout gform-flyout--embed-form",zIndex:95},i18n:{},urls:{}},a),(0,d.trigger)({event:"gform/embed_form/pre_init",native:!1,data:{instance:this}}),(0,d.isEmptyObject)(this.options.data)||(0,d.isEmptyObject)(this.options.i18n)?(0,d.consoleError)("The embed form component requires data and language strings to instantiate."):(this.instances={},this.elements={},this.properties={postTypes:(null===(o=this.options.data)||void 0===o?void 0:o.post_types)||[]},this.state={addToActiveCPT:null!==(r=this.properties.postTypes)&&void 0!==r&&r[0]?this.properties.postTypes[0].slug:"",createNewActiveCPT:null!==(n=this.properties.postTypes)&&void 0!==n&&n[0]?this.properties.postTypes[0].slug:"",isMock:"mock_endpoint"===(null===(i=this.options.endpoints)||void 0===i||null===(s=i.create_post_with_block)||void 0===s?void 0:s.action),redirectRequested:!1,redirectType:""},this.init())}var o;return s(t,[{key:"redirectToEditor",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0,e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o="".concat((0,d.sprintf)(this.options.urls.edit_post,t)).concat(e?"&gfAddBlock=".concat(this.options.data.form_id):"");if(this.state.isMock)return(0,d.consoleInfo)("Currently in mock state, if live would have redirected to: ".concat(o)),o;window.location.href=o}},{key:"getGroupHTML",value:function(t){return'
    '.concat(t,"
    ")}},{key:"getGroupTitle",value:function(t){return(0,d.saferHtml)(ue||(ue=j(['
    ',"
    "])),t)}},{key:"getGroupActionButton",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return'")}},{key:"getPostTypeSwitcher",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";return'
    '.concat(this.properties.postTypes.map((function(r,n){var i={name:t,"data-js":"post-type-switcher","data-type":r.slug};return 0===n&&(i.checked="checked"),Lt({customAttributes:i,label:(0,d.sprintf)(o,'',"",(0,d.escapeHtml)(r.label)),id:(0,d.saferHtml)(fe||(fe=j(["","",""])),e,r.slug),type:"radio",value:(0,d.saferHtml)(me||(me=j(["",""])),r.slug)})})).join(""),"
    ")}},{key:"getFormIdHtml",value:function(){var t=oe({hasDot:!1,isStatic:!0,label:(0,d.saferHtml)(ge||(ge=j(["",""])),(0,d.vsprintf)(this.options.i18n.id,[this.options.data.form_id])),pill:!1,status:"inactive"});return'

    '.concat(t,"

    ")}},{key:"getDropdownOptions",value:function(){var t,e,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=(null===(t=this.options.data)||void 0===t||null===(e=t.items)||void 0===e?void 0:e[o.slug])||{};return{attributes:'data-type="'.concat(o.slug,'"'),dropdownListAttributes:"data-simplebar",hasSearch:r.count>5,listData:r.entries||[],searchAriaText:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),searchInputId:(0,d.saferHtml)(ye||(ye=j(["gform-form-switcher-search-add-to-form-",""])),o.slug),searchPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_search_aria_text,[o.slug])),selector:"gform-dropdown-add-to-form-".concat(o.slug),triggerAriaId:"gform-form-switcher-label-add-to-form-".concat(o.slug),triggerAriaText:(0,d.escapeHtml)(this.options.i18n.add_trigger_aria_text),triggerId:"gform-form-switcher-control-add-to-form-".concat(o.slug),triggerPlaceholder:(0,d.escapeHtml)((0,d.vsprintf)(this.options.i18n.add_dropdown_placeholder,[o.label])),wrapperClasses:"gform-dropdown gform-embed-form__dropdown"}}},{key:"getAddToDropdowns",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(kt(t.getDropdownOptions(e)),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getCreateNewInputs",value:function(){var t=this;return this.properties.postTypes.map((function(e,o){var r={customAttributes:{"data-js":"create-new-post-input","data-type":e.slug},placeholder:(0,d.escapeHtml)((0,d.vsprintf)(t.options.i18n.create_placeholder,[e.label])),type:"text"};return'\n\t\t\t\t
    \n\t\t\t\t\t').concat(Lt(r),"\n\t\t\t\t
    \n\t\t")})).join("")}},{key:"getAddToExistingContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.add_title);return t+=this.getPostTypeSwitcher("add_post_type","embed-form-add-to-post-",this.options.i18n.add_post_type_choice_label),t+=this.getAddToDropdowns(),t+=this.getGroupActionButton(this.options.i18n.add_button_label,"embed-form-add-to-post-trigger"),this.getGroupHTML(t)}},{key:"getCreateNewContentHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.create_title);return t+=this.getPostTypeSwitcher("create_new_in_post_type","embed-form-create-new-",this.options.i18n.create_post_type_choice_label),t+=this.getCreateNewInputs(),t+=this.getGroupActionButton(this.options.i18n.create_button_label,"embed-form-create-post-trigger"),this.getGroupHTML(t)}},{key:"getShortcodeTrigger",value:function(){var t=(0,d.sprintf)((0,d.escapeHtml)(this.options.i18n.shortcode_helper),''),""),e=(0,d.saferHtml)(ve||(ve=j(['\n\t\t\t','\n\t\t\t\n\t\t"])),this.options.i18n.shortcode_button_label,this.options.i18n.shortcode_button_copied);return'")}},{key:"getShortcodeHtml",value:function(){var t=this.getGroupTitle(this.options.i18n.shortcode_title);return t+=(0,d.saferHtml)(he||(he=j(['

    ',"

    "])),this.options.i18n.shortcode_description),t+=this.getShortcodeTrigger(),this.getGroupHTML(t)}},{key:"generateFlyoutContent",value:function(){var t=this.getFormIdHtml();return t+=this.getAddToExistingContentHtml(),t+=this.getCreateNewContentHtml(),t+=this.getShortcodeHtml()}},{key:"resetConfirmDialogState",value:function(t){var e=this.instances.dialog.elements,o=e.cancelButton,r=e.closeButton,n=e.confirmButton;o.disabled=!1,r.disabled=!1,n.disabled=!1,n.style.width="",this.instances.dialogLoader.hideLoader(),n.classList.remove("gform-dialog__confirm-button--saving"),t&&"gform/form_editor_saver/post_save_error"===t.type&&(this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleDialogConfirm",value:function(){var t=this.instances.dialog.elements,e=t.cancelButton,o=t.closeButton,r=t.confirmButton;e.disabled=!0,o.disabled=!0,r.disabled=!0,r.style.width="".concat(r.offsetWidth,"px"),this.instances.dialogLoader.showLoader(),r.classList.contains("gform-dialog__confirm-saving--initialized")||(r.classList.add("gform-dialog__confirm-saving--initialized"),r.insertAdjacentHTML("beforeend",'\n\t\t\t\t'.concat(this.options.i18n.dialog_confirm_saving,"\n\t\t\t"))),r.classList.add("gform-dialog__confirm-button--saving")}},{key:"wrapDialogConfirmText",value:function(){var t=this.instances.dialog.elements.confirmButton.innerHTML;this.instances.dialog.elements.confirmButton.innerHTML=''.concat(t,"")}},{key:"render",value:function(){this.instances.flyout=new je(Ee({content:this.generateFlyoutContent(),title:this.options.i18n.title},this.options.flyout)),this.instances.dialog=new Oe(Ee({cancelButtonText:this.options.i18n.dialog_cancel_text,closeButtonTitle:this.options.i18n.dialog_close_title,confirmButtonText:this.options.i18n.dialog_confirm_text,content:this.options.i18n.dialog_content,onConfirm:this.handleDialogConfirm.bind(this),title:this.options.i18n.dialog_title},this.options.dialog)),this.wrapDialogConfirmText(),this.instances.dialogLoader=new b(Ee({target:"#".concat(this.instances.dialog.elements.confirmButton.id)},this.options.dialogLoader))}},{key:"storeElements",value:function(){var t=this.instances.flyout.elements.flyout;this.elements={addToExistingDropdowns:(0,d.getNodes)(".gform-embed-form__dropdown",!0,t,!0),addToExistingTrigger:(0,d.getNodes)("embed-form-add-to-post-trigger",!1,t)[0],createNewInputs:(0,d.getNodes)("create-new-post-input",!0,t),createNewTrigger:(0,d.getNodes)("embed-form-create-post-trigger",!1,t)[0],shortcodeTrigger:(0,d.getNodes)("embed-form-shortcode-trigger",!1,t)[0]}}},{key:"handlePostTypeSwitcherChange",value:function(t){var e=t.delegateTarget,o=(0,d.getClosest)(e,'[data-js="embed-flyout-group"]');"create_new_in_post_type"===e.name?this.state.createNewActiveCPT=e.value:this.state.addToActiveCPT=e.value,(0,d.getNodes)("embed-flyout-post-type-action-container",!0,o).forEach((function(t){t.dataset.type===e.dataset.type?t.classList.remove("gform-embed-form--hidden"):t.classList.add("gform-embed-form--hidden")}))}},{key:"handlePostSaveRedirect",value:function(){this.state.redirectRequested&&(this.resetConfirmDialogState(),"addToPost"===this.state.redirectType?this.handleAddToPost():"createPost"===this.state.redirectType&&this.handleCreatePost(),this.state.redirectRequested=!1,this.state.redirectType="")}},{key:"handleAddToPost",value:function(){var t=this,e=this.elements.addToExistingDropdowns.filter((function(e){return e.dataset.type===t.state.addToActiveCPT}))[0],o=(0,d.getNodes)("gform-dropdown-control",!1,e)[0];if(o.dataset.value){if((0,d.isFormDirty)())return this.state.redirectRequested=!0,this.state.redirectType="addToPost",void this.instances.dialog.showDialog();this.instances.dialog.closeDialog(),this.redirectToEditor(o.dataset.value)}else o.focus()}},{key:"handleCreatePost",value:(o=w(k().mark((function t(){var e,o,r,n,i,s=this;return k().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e=this.elements.createNewInputs.filter((function(t){return t.dataset.type===s.state.createNewActiveCPT}))[0],o=(0,d.escapeHtml)(e.value.trim())){t.next=5;break}return e.focus(),t.abrupt("return");case 5:if(!(0,d.isFormDirty)()){t.next=11;break}return this.state.redirectRequested=!0,this.state.redirectType="createPost",this.instances.dialog.showDialog(),t.abrupt("return");case 11:if(this.instances.dialog.closeDialog(),r={baseUrl:xe(),method:"POST",body:{form_id:this.options.data.form_id,post_title:o,post_type:e.dataset.type}},!this.state.isMock){t.next=18;break}(0,d.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,d.consoleInfo)(r),t.next=22;break;case 18:return t.next=20,Tt("create_post_with_block",this.options.endpoints,r);case 20:null!=(i=t.sent)&&null!==(n=i.data)&&void 0!==n&&n.success&&this.redirectToEditor(i.data.data.ID,!1);case 22:case"end":return t.stop()}}),t,this)}))),function(){return o.apply(this,arguments)})},{key:"handleCopyShortcodeClick",value:function(t){var e=t.delegateTarget,o=(0,d.getNodes)("shortcode-copy-label",!1,e)[0],r=(0,d.getNodes)("shortcode-copy-copied",!1,e)[0],n='[gravityform id="'.concat(this.options.data.form_id,'" title="true"]');(0,d.clipboard)(n),setTimeout((function(){o.setAttribute("aria-hidden","true"),r.setAttribute("aria-hidden","false"),e.classList.add("gform-embed-form__shortcode-trigger--copied")}),100),setTimeout((function(){o.setAttribute("aria-hidden","false"),r.setAttribute("aria-hidden","true"),e.classList.remove("gform-embed-form__shortcode-trigger--copied")}),2e3)}},{key:"bindDropdowns",value:function(){var t=this;this.instances.dropdowns={},this.properties.postTypes.forEach((function(e){t.instances.dropdowns["gform-dropdown-add-to-form-".concat(e.slug)]=new xt({baseUrl:xe(),endpoints:t.options.endpoints,endpointArgs:{post_type:e.slug},endpointKey:"get_posts",listData:t.options.data.items[e.slug].entries,searchType:"async",selector:"gform-dropdown-add-to-form-".concat(e.slug)})}))}},{key:"flyoutShouldStayOpen",value:function(t){var e=this.instances.flyout,o=e.elements.flyout,r=e.state;return o.contains(t)||!r.open||(0,d.getClosest)(t,'[data-js="gform-dialog-mask"]')||"gform-dialog-mask"===t.dataset.js}},{key:"bindEvents",value:function(){var t=this.instances.flyout,e=t.elements.flyout,o=t.closeFlyout;(0,d.delegate)(e,'[data-js="post-type-switcher"]',"change",this.handlePostTypeSwitcherChange.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-add-to-post-trigger"]',"click",this.handleAddToPost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-create-post-trigger"]',"click",this.handleCreatePost.bind(this)),(0,d.delegate)(e,'[data-js="embed-form-shortcode-trigger"]',"click",this.handleCopyShortcodeClick.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_success",this.handlePostSaveRedirect.bind(this)),document.addEventListener("gform/form_editor_saver/post_save_error",this.resetConfirmDialogState.bind(this)),document.addEventListener("click",function(t){this.flyoutShouldStayOpen(t.target)||o()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindDropdowns(),this.bindEvents(),(0,d.trigger)({event:"gform/embed_form/post_render",native:!1,data:{instance:this}})}}]),t}(),Re=gform.libraries;function Ne(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function De(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,d.isObject)(t)&&!(0,d.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?Re.React.createElement("optgroup",{label:t.label,key:"".concat((0,d.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return Re.React.createElement(et,Q,Re.React.createElement(ao,Z),"above"===g&&Re.React.createElement(uo,tt),Re.React.createElement("div",{className:"gform-select__wrapper"},Re.React.createElement("select",X,rt)),"below"===g&&Re.React.createElement(uo,tt))}));fr.propTypes={customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),disabled:Re.PropTypes.bool,helpTextAttributes:Re.PropTypes.object,helpTextPosition:Re.PropTypes.string,id:Re.PropTypes.string,initialValue:Re.PropTypes.string,labelAttributes:Re.PropTypes.object,name:Re.PropTypes.string,onBlur:Re.PropTypes.func,onChange:Re.PropTypes.func,onFocus:Re.PropTypes.func,options:Re.PropTypes.array,size:Re.PropTypes.string,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),theme:Re.PropTypes.string,wrapperAttributes:Re.PropTypes.object,wrapperClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),wrapperTagName:Re.PropTypes.string},fr.displayName="Select";var mr=fr;function gr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function yr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Br(t);return e?.299*o.R+.587*o.G+.114*o.B>186?"#000000":"#FFFFFF":(o.R=(255-o.R).toString(16),o.G=(255-o.G).toString(16),o.B=(255-o.B).toString(16),function(t,e,o){var r={R:t,G:e,B:o};return 1===t.length&&(r.R="0"+r.R),1===e.length&&(r.G="0"+r.G),1===o.length&&(r.B="0"+r.B),"#".concat(r.R).concat(r.G).concat(r.B)}(o.R,o.G,o.B))};function Fr(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Hr(t){for(var e=1;et.offsetHeight?"above":"below"};N(i()),I({left:((null==T||null===(t=T.current)||void 0===t?void 0:t.offsetLeft)||0)+((null==T||null===(e=T.current)||void 0===e?void 0:e.offsetWidth)/2||0),top:"above"===i()?((null==T||null===(o=T.current)||void 0===o?void 0:o.offsetTop)||0)-10:((null==T||null===(r=T.current)||void 0===r?void 0:r.offsetBottom)||0)+(null==T||null===(n=T.current)||void 0===n?void 0:n.offsetHeight)+10})}),[T]),Mr((function(){var t=function(t){B.current&&(B.current.contains(t.target)||T.current.contains(t.target)||F())};return document.addEventListener("click",t),function(){return document.removeEventListener("click",t)}}));var z=function(t){k(t),g(t)},F=function(){f()},H=Hr({className:(0,Re.classnames)(Hr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(R),!0),(0,d.spacerClasses)(b)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,Re.classnames)({"gform-input--picker-input":!0})},M={color:_,onChange:z,className:(0,Re.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},W={label:(null==a?void 0:a.hex)||"",htmlFor:"".concat(L,"-hex")},G={type:"primary-new",label:(null==a?void 0:a.apply)||"",onClick:function(){return v(_)},size:"size-xs"};return Re.React.createElement("div",H,Re.React.createElement("div",{className:"gform-input__picker-ui"},Re.React.createElement(Re.HexColorPicker,{color:_,onChange:z}),Re.React.createElement("div",{className:"gform-input__picker-inputs"},Re.React.createElement("div",q,Re.React.createElement(ao,W),Re.React.createElement(Re.HexColorInput,M)),Object.keys(C).map((function(e){return function(e,o){var r={htmlFor:"".concat(L,"-").concat(o)},n={readOnly:!0,value:e,type:"text",id:"".concat(L,"-").concat(o),className:(0,Re.classnames)({"gform-input":!0})},i={className:(0,Re.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return Re.React.createElement("div",i,Re.React.createElement(ao,t({},r,{label:o})),Re.React.createElement("input",n))}(C[e],e)})))),Re.React.createElement("div",{className:"gform-input__picker-controls"},Re.React.createElement(ro,G)))};Ur.propTypes={customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),i18n:Re.PropTypes.object,onCancel:Re.PropTypes.func,onChange:Re.PropTypes.func,onSave:Re.PropTypes.func,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),triggerRef:Re.PropTypes.object,value:Re.PropTypes.string};var Vr=Ur;function $r(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function Kr(t){for(var e=1;e=0||(n[o]=t[o]);return n}(t,e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);for(r=0;r=0||Object.prototype.propertyIsEnumerable.call(t,o)&&(n[o]=t[o])}return n}var xn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function Cn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function En(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,Re.classnames)({"gform-input--swatch__option":!0}),key:e},n=Fn({htmlFor:"".concat(v,"_").concat(t,"_").concat(e),label:(null==l?void 0:l.swatch)||"",isVisible:!1},g),i={onChange:Q,type:"radio",name:v,value:t,id:"".concat(v,"_").concat(t,"_").concat(e),checked:t===A};o&&(i.onClick=function(){S(t),W({current:V.current[e]}),B(e),C(!0)});var s={className:(0,Re.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){H((function(e){return e.filter((function(e,o){return o!==t}))})),Y()}(e):document.getElementById("".concat(v,"_").concat(t,"_").concat(e)).click()},ref:o?function(t){return V.current[e]=t}:null},a={icon:"check",customClasses:(0,Re.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:zr(t)}}},c={icon:"delete",customClasses:(0,Re.classnames)({"gform-input--swatch-delete":!0})};return Re.React.createElement("li",r,Re.React.createElement(ao,n),Re.React.createElement("input",i),Re.React.createElement("span",s,t===A&&Re.React.createElement(Fe,a),o&&Re.React.createElement(Fe,c)))},Z=Fn({className:(0,Re.classnames)(Fn({"gform-input--swatch":!0},(0,d.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,Re.classnames)({"gform-input--swatch-options":!0})},et={name:"".concat(v,"-all-swatches"),defaultValue:JSON.stringify(F),id:"".concat(v,"-all-swatches"),type:"hidden",ref:G},ot={value:D||"#ffffff",onSave:function(t){S(t),F.includes(t)||H((function(e){var o=e;return o[L]=t,o})),R(t),C(!1)},onCancel:Y,triggerRef:M,i18n:(null==l?void 0:l.colorPicker)||{}};return Re.React.createElement("div",t({},Z,{ref:o}),Re.React.createElement("div",{style:{height:"0"}}),Re.React.createElement("ul",tt,b.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,Re.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,Re.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){W(U),B(F.length+1),C(!0)},ref:U},J={icon:"plus-regular"},Re.React.createElement("li",$,Re.React.createElement("span",K,Re.React.createElement(Fe,J))))),x&&Re.React.createElement(Vr,ot),Re.React.createElement("input",et))}));Wn.propTypes={allowNew:Re.PropTypes.bool,customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),i18n:Re.PropTypes.object,id:Re.PropTypes.string,labelAttributes:Re.PropTypes.object,name:Re.PropTypes.string,palette:Re.PropTypes.array,paletteCustom:Re.PropTypes.array,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),value:Re.PropTypes.string},Wn.displayName="Swatch";var Gn=Wn,Un=["customClasses"];function Vn(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function $n(t){for(var e=1;e0&&(a+=o*e),r>0&&(a+=r*e),n>0&&(a+=n*t),i>0&&(a+=i*t),n>0&&o>0&&(a-=n*o),n>0&&r>0&&(a-=n*r),i>0&&o>0&&(a-=i*o),i>0&&r>0&&(a-=i*r),(s-a)/s},et=function(t,e,o,r,n){var i,s,a,c,p,l,d=r.innerWidth,u=r.innerHeight,f=n-o.top,m=o.bottom-(u-n),g=n-o.left,y=o.right-(d-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(u-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Xn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Xn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.bottom+Xn+8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Xn),l=s+o.width-(d-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(u-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Xn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2-8-Xn-o.width),l=s+o.width-(d-n);break;case"right":a=n-(i=o.top-Xn-8-o.height/2),c=i+o.height-(u-n),p=n-(s=o.left+o.width/2+8+Xn),l=s+o.width-(d-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Xn-o.height),c=i+o.height-(u-n),p=n-(s=o.right+Xn+8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Xn),c=i+o.height-(u-n),p=n-(s=o.right+Xn+8-o.width/2),l=s+o.width-(d-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(d-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Xn-o.height),c=i+o.height-(u-n),p=n-(s=o.left-Xn-8-o.width/2),l=s+o.width-(d-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Xn),c=i+o.height-(u-n),p=n-(s=o.left-Xn-8-o.width/2),l=s+o.width-(d-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(d-n);break;case"right":return!0;default:return!1}break;default:return!1}return tt(o.width,o.height,p,l,a,c)},ot=function(t,e,o){if(!o.current)return e;var r=o.current.getBoundingClientRect(),n=o.current.ownerDocument.defaultView,i=n.innerWidth,s=n.innerHeight,a=t-r.top,c=r.bottom-(s-t),p=t-r.left,l=r.right-(i-t),d=tt(r.width,r.height,p,l,a,c),u={};switch(e){case"top":u.top=d,u.bottom=et("top","bottom",r,n,t),u.left=et("top","left",r,n,t),u.right=et("top","right",r,n,t);break;case"bottom":u.top=et("bottom","top",r,n,t),u.bottom=d,u.left=et("bottom","left",r,n,t),u.right=et("bottom","right",r,n,t);break;case"left":u.top=et("left","top",r,n,t),u.bottom=et("left","bottom",r,n,t),u.left=d,u.right=et("left","right",r,n,t);break;case"right":u.top=et("right","top",r,n,t),u.bottom=et("right","bottom",r,n,t),u.left=et("right","left",r,n,t),u.right=d;break;default:return e}return Object.keys(u).reduce((function(t,e){return u[e]>u[t]?e:t}),e)},rt=function(t){var e=t.con,o=void 0===e?"":e,r=t.cAttributes,n=void 0===r?{size:"text-xs"}:r;if(!o)return null;var i=n.customClasses,s=kn(n,Un),a=$n({customClasses:(0,Re.classnames)(["gform-tooltip__tooltip-content"],i)},s);return Re.React.createElement(Oo,a,o)},nt=$n({className:(0,Re.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(J),!0),l(r,"gform-tooltip--theme-".concat(E),!0),l(r,"gform-tooltip--type-".concat(D),!0),l(r,"gform-tooltip--initialized",!!B),l(r,"gform-tooltip--anim-in-ready",W),l(r,"gform-tooltip--anim-in-active",W&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=$n({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},R),at={};return B&&(at.width=B+"px"),_&&(at.maxWidth=_+"px"),st.style=at,Re.React.createElement("div",t({},nt,{ref:o}),Re.React.createElement("button",it,Re.React.createElement(Fe,{icon:b})),Re.React.createElement("div",t({ref:I},st),Re.React.createElement(rt,{con:p,cAttributes:f}),a,Re.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Zn.propTypes={buffer:Re.PropTypes.number,children:Re.PropTypes.oneOfType([Re.PropTypes.arrayOf(Re.PropTypes.node),Re.PropTypes.node]),content:Re.PropTypes.string,contentAttributes:Re.PropTypes.object,customAttributes:Re.PropTypes.object,customClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),icon:Re.PropTypes.string,intentDelay:Re.PropTypes.number,id:Re.PropTypes.string,maxWidth:Re.PropTypes.number,position:Re.PropTypes.string,theme:Re.PropTypes.string,tooltipCustomAttributes:Re.PropTypes.object,type:Re.PropTypes.string},Zn.displayName="Tooltip";var ti=Zn;function ei(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function oi(t){for(var e=1;e0&&Re.React.createElement("div",I,Re.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&Re.React.createElement(Oo,b),c&&Re.React.createElement(ro,L))),T,s)}));ni.propTypes={aspectRatio:Re.PropTypes.string,children:Re.PropTypes.oneOfType([Re.PropTypes.arrayOf(Re.PropTypes.node),Re.PropTypes.node]),placeholderButton:Re.PropTypes.bool,placeholderButtonProps:Re.PropTypes.object,placeholderCustomClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object]),placeholderImage:Re.PropTypes.string,placeholderText:Re.PropTypes.string,placeholderTextProps:Re.PropTypes.object,player:Re.PropTypes.node,spacing:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.number,Re.PropTypes.array,Re.PropTypes.object]),wrapperAttributes:Re.PropTypes.object,wrapperClasses:Re.PropTypes.oneOfType([Re.PropTypes.string,Re.PropTypes.array,Re.PropTypes.object])},ni.displayName="Video";var ii=ni;function si(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),o.push.apply(o,r)}return o}function ai(t){for(var e=1;e array('admin-components.js' => array('version' => '74cf24af7606741fd4c6312e7c6078b7', 'file' => 'admin-components.js'), 'admin-components.min.js' => array('version' => '8f8184265d58c957d2c53a28dc40466a', 'file' => 'admin-components.min.js'), 'field-map.js' => array('version' => 'bc39455c71697368961b58278237ecb6', 'file' => 'field-map.js'), 'field-map.min.js' => array('version' => '8e7ebbe3389a71c6de8c693ed35de11a', 'file' => 'field-map.min.js'), 'libraries.js' => array('version' => '5d991f7b53ed3dd08636da4f94697a8a', 'file' => 'libraries.js'), 'libraries.min.js' => array('version' => '9fbc31a6e4fe4826e39a89c88db6cee5', 'file' => 'libraries.min.js'), 'react-utils.js' => array('version' => '604eb4ac90c9e87c01947d6fd9c53175', 'file' => 'react-utils.js'), 'react-utils.min.js' => array('version' => '10f2c4eda1fa4dce680e84804b1c1636', 'file' => 'react-utils.min.js'), 'scripts-admin.js' => array('version' => '3aca647ff940f2be55ad0a31df8ab159', 'file' => 'scripts-admin.js'), 'scripts-admin.min.js' => array('version' => '4dadfd3442dcd03d1f0e056d3189b7a3', 'file' => 'scripts-admin.min.js'), 'scripts-theme.js' => array('version' => '8a9ab63d339596a1b69789625a3dae34', 'file' => 'scripts-theme.js'), 'scripts-theme.min.js' => array('version' => '443293948084ca0fe29518ebcd01dc6b', 'file' => 'scripts-theme.min.js'), 'utils.js' => array('version' => 'f49ab4d25354cbd85856bf1de053bdb3', 'file' => 'utils.js'), 'utils.min.js' => array('version' => '1329f9a0886f2ff3fb51c6f17277eb75', 'file' => 'utils.min.js'), 'vendor-admin.js' => array('version' => '6ad42adf9e01c2d2124e0189ccad9dea', 'file' => 'vendor-admin.js'), 'vendor-admin.min.js' => array('version' => 'f533439f326f6b5db66471f87e4f85fe', 'file' => 'vendor-admin.min.js'), 'vendor-theme.js' => array('version' => '27ddf9b28be8e4df56b2f83fd6554950', 'file' => 'vendor-theme.js'), 'vendor-theme.min.js' => array('version' => '4ef53fe41c14a48b294541d9fc37387e', 'file' => 'vendor-theme.min.js'))); \ No newline at end of file + array('admin-components.js' => array('version' => '7e226e5954e518def8ee81b4748a644c', 'file' => 'admin-components.js'), 'admin-components.min.js' => array('version' => '7dab68ef15cc07509434755bc5dd5d9e', 'file' => 'admin-components.min.js'), 'field-map.js' => array('version' => 'bc39455c71697368961b58278237ecb6', 'file' => 'field-map.js'), 'field-map.min.js' => array('version' => '8e7ebbe3389a71c6de8c693ed35de11a', 'file' => 'field-map.min.js'), 'libraries.js' => array('version' => '26ad64a761e1dd7ca7ff59ef80170245', 'file' => 'libraries.js'), 'libraries.min.js' => array('version' => '07eaa4886da76c36756992fd8a6358e1', 'file' => 'libraries.min.js'), 'react-utils.js' => array('version' => '604eb4ac90c9e87c01947d6fd9c53175', 'file' => 'react-utils.js'), 'react-utils.min.js' => array('version' => '10f2c4eda1fa4dce680e84804b1c1636', 'file' => 'react-utils.min.js'), 'scripts-admin.js' => array('version' => '951f7ca1b89b09630e683ccbe0862a63', 'file' => 'scripts-admin.js'), 'scripts-admin.min.js' => array('version' => 'd7aed64a259d05535d53ecd00c403daa', 'file' => 'scripts-admin.min.js'), 'scripts-theme.js' => array('version' => 'fe0e665a1275d620a07fcc81f9b3472b', 'file' => 'scripts-theme.js'), 'scripts-theme.min.js' => array('version' => 'f4d12a887a23a8c5755fd2b956bc8fcf', 'file' => 'scripts-theme.min.js'), 'utils.js' => array('version' => '48f0a871f8cac82829ef878ea4a56ea7', 'file' => 'utils.js'), 'utils.min.js' => array('version' => '9cecf9943583937c8b36678fadcce50d', 'file' => 'utils.min.js'), 'vendor-admin.js' => array('version' => '6e7adac22aa524e73a6b01c932229237', 'file' => 'vendor-admin.js'), 'vendor-admin.min.js' => array('version' => 'd06b6b5e6a40f8bca9d3844327dc067c', 'file' => 'vendor-admin.min.js'), 'vendor-theme.js' => array('version' => '27ddf9b28be8e4df56b2f83fd6554950', 'file' => 'vendor-theme.js'), 'vendor-theme.min.js' => array('version' => '4ef53fe41c14a48b294541d9fc37387e', 'file' => 'vendor-theme.min.js'))); \ No newline at end of file diff --git a/assets/js/dist/libraries.js b/assets/js/dist/libraries.js index 858d188..c15f5b1 100644 --- a/assets/js/dist/libraries.js +++ b/assets/js/dist/libraries.js @@ -1,3 +1,3 @@ /*! For license information please see libraries.js.LICENSE.txt */ -!function(){var e={7784:function(e,t,n){var r=n(7158),o=n(4899),a=n(6528),i=n(5431),l=n(2109),u=n(735),s=n(958),c=n(3792),f=n(6047);e.exports={classnames:l,FileDrop:a.FileDrop,HexColorInput:f.HexColorInput,HexColorPicker:f.HexColorPicker,immer:s.produce,PropTypes:i,React:r,ReactDOM:o,SimpleBar:c.default,zustand:u.default}},2022:function(e){var t=!("undefined"==typeof window||!window.document||!window.document.createElement);e.exports=t},2109:function(e,t){var n;!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;tc;)if((l=u[c++])!=l)return!0}else for(;s>c;c++)if((e||c in u)&&u[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:i(!0),indexOf:i(!1)}},5340:function(e,t,n){var r=n(3305),o=n(8087),a=n(79),i=n(5151),l=n(6702),u=n(9305),s=o([].push),c=function(e){var t=1==e,n=2==e,o=3==e,c=4==e,f=6==e,d=7==e,p=5==e||f;return function(h,v,g,m){for(var y,b,w=i(h),x=a(w),k=r(v,g),S=l(x),E=0,O=m||u,_=t?O(h,S):n||d?O(h,0):void 0;S>E;E++)if((p||E in x)&&(b=k(y=x[E],E,w),e))if(t)_[E]=b;else if(b)switch(e){case 3:return!0;case 5:return y;case 6:return E;case 2:s(_,y)}else switch(e){case 4:return!1;case 7:s(_,y)}return f?-1:o||c?c:_}};e.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6),filterReject:c(7)}},2355:function(e,t,n){var r=n(6862),o=n(2712),a=n(2437),i=o("species");e.exports=function(e){return a>=51||!r((function(){var t=[];return(t.constructor={})[i]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},7791:function(e,t,n){"use strict";var r=n(6862);e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){return 1},1)}))}},3624:function(e,t,n){var r=n(4627),o=n(5151),a=n(79),i=n(6702),l=TypeError,u=function(e){return function(t,n,u,s){r(n);var c=o(t),f=a(c),d=i(c),p=e?d-1:0,h=e?-1:1;if(u<2)for(;;){if(p in f){s=f[p],p+=h;break}if(p+=h,e?p<0:d<=p)throw l("Reduce of empty array with no initial value")}for(;e?p>=0:d>p;p+=h)p in f&&(s=n(s,f[p],p,c));return s}};e.exports={left:u(!1),right:u(!0)}},9590:function(e,t,n){var r=n(6912),o=n(6702),a=n(5218),i=Array,l=Math.max;e.exports=function(e,t,n){for(var u=o(e),s=r(t,u),c=r(void 0===n?u:n,u),f=i(l(c-s,0)),d=0;s0&&r[0]<4?1:+(r[0]+r[1])),!o&&i&&(!(r=i.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=i.match(/Chrome\/(\d+)/))&&(o=+r[1]),e.exports=o},64:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},9458:function(e,t,n){var r=n(419),o=n(5245).f,a=n(4845),i=n(8173),l=n(4289),u=n(4574),s=n(5698);e.exports=function(e,t){var n,c,f,d,p,h=e.target,v=e.global,g=e.stat;if(n=v?r:g?r[h]||l(h,{}):(r[h]||{}).prototype)for(c in t){if(d=t[c],f=e.dontCallGetSet?(p=o(n,c))&&p.value:n[c],!s(v?c:h+(g?".":"#")+c,e.forced)&&void 0!==f){if(typeof d==typeof f)continue;u(d,f)}(e.sham||f&&f.sham)&&a(d,"sham",!0),i(n,c,d,e)}}},6862:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},3573:function(e,t,n){"use strict";n(2865);var r=n(7538),o=n(8173),a=n(2090),i=n(6862),l=n(2712),u=n(4845),s=l("species"),c=RegExp.prototype;e.exports=function(e,t,n,f){var d=l(e),p=!i((function(){var t={};return t[d]=function(){return 7},7!=""[e](t)})),h=p&&!i((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[s]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return t=!0,null},n[d](""),!t}));if(!p||!h||n){var v=r(/./[d]),g=t(d,""[e],(function(e,t,n,o,i){var l=r(e),u=t.exec;return u===a||u===c.exec?p&&!i?{done:!0,value:v(t,n,o)}:{done:!0,value:l(n,t,o)}:{done:!1}}));o(String.prototype,e,g[0]),o(c,d,g[1])}f&&u(c[d],"sham",!0)}},2406:function(e,t,n){var r=n(6862);e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},1148:function(e,t,n){var r=n(4555),o=Function.prototype,a=o.apply,i=o.call;e.exports="object"==typeof Reflect&&Reflect.apply||(r?i.bind(a):function(){return i.apply(a,arguments)})},3305:function(e,t,n){var r=n(7538),o=n(4627),a=n(4555),i=r(r.bind);e.exports=function(e,t){return o(e),void 0===t?e:a?i(e,t):function(){return e.apply(t,arguments)}}},4555:function(e,t,n){var r=n(6862);e.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},2797:function(e,t,n){var r=n(4555),o=Function.prototype.call;e.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},5502:function(e,t,n){var r=n(7891),o=n(2256),a=Function.prototype,i=r&&Object.getOwnPropertyDescriptor,l=o(a,"name"),u=l&&"something"===function(){}.name,s=l&&(!r||r&&i(a,"name").configurable);e.exports={EXISTS:l,PROPER:u,CONFIGURABLE:s}},7661:function(e,t,n){var r=n(8087),o=n(4627);e.exports=function(e,t,n){try{return r(o(Object.getOwnPropertyDescriptor(e,t)[n]))}catch(e){}}},7538:function(e,t,n){var r=n(6446),o=n(8087);e.exports=function(e){if("Function"===r(e))return o(e)}},8087:function(e,t,n){var r=n(4555),o=Function.prototype,a=o.call,i=r&&o.bind.bind(a,a);e.exports=r?i:function(e){return function(){return a.apply(e,arguments)}}},80:function(e,t,n){var r=n(419),o=n(7373);e.exports=function(e,t){return arguments.length<2?(n=r[e],o(n)?n:void 0):r[e]&&r[e][t];var n}},4217:function(e,t,n){var r=n(7711),o=n(8648),a=n(7039),i=n(9047),l=n(2712)("iterator");e.exports=function(e){if(!a(e))return o(e,l)||o(e,"@@iterator")||i[r(e)]}},6458:function(e,t,n){var r=n(2797),o=n(4627),a=n(9223),i=n(6927),l=n(4217),u=TypeError;e.exports=function(e,t){var n=arguments.length<2?l(e):t;if(o(n))return a(r(n,e));throw u(i(e)+" is not iterable")}},8648:function(e,t,n){var r=n(4627),o=n(7039);e.exports=function(e,t){var n=e[t];return o(n)?void 0:r(n)}},2076:function(e,t,n){var r=n(8087),o=n(5151),a=Math.floor,i=r("".charAt),l=r("".replace),u=r("".slice),s=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,c=/\$([$&'`]|\d{1,2})/g;e.exports=function(e,t,n,r,f,d){var p=n+e.length,h=r.length,v=c;return void 0!==f&&(f=o(f),v=s),l(d,v,(function(o,l){var s;switch(i(l,0)){case"$":return"$";case"&":return e;case"`":return u(t,0,n);case"'":return u(t,p);case"<":s=f[u(l,1,-1)];break;default:var c=+l;if(0===c)return o;if(c>h){var d=a(c/10);return 0===d?o:d<=h?void 0===r[d-1]?i(l,1):r[d-1]+i(l,1):o}s=r[c-1]}return void 0===s?"":s}))}},419:function(e,t,n){var r=function(e){return e&&e.Math==Math&&e};e.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},2256:function(e,t,n){var r=n(8087),o=n(5151),a=r({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return a(o(e),t)}},6789:function(e){e.exports={}},2944:function(e,t,n){var r=n(80);e.exports=r("document","documentElement")},5793:function(e,t,n){var r=n(7891),o=n(6862),a=n(3751);e.exports=!r&&!o((function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))},79:function(e,t,n){var r=n(8087),o=n(6862),a=n(6446),i=Object,l=r("".split);e.exports=o((function(){return!i("z").propertyIsEnumerable(0)}))?function(e){return"String"==a(e)?l(e,""):i(e)}:i},5774:function(e,t,n){var r=n(7373),o=n(1218),a=n(4476);e.exports=function(e,t,n){var i,l;return a&&r(i=t.constructor)&&i!==n&&o(l=i.prototype)&&l!==n.prototype&&a(e,l),e}},3303:function(e,t,n){var r=n(8087),o=n(7373),a=n(3230),i=r(Function.toString);o(a.inspectSource)||(a.inspectSource=function(e){return i(e)}),e.exports=a.inspectSource},1114:function(e,t,n){var r=n(9458),o=n(8087),a=n(6789),i=n(1218),l=n(2256),u=n(3567).f,s=n(9871),c=n(5906),f=n(5677),d=n(6303),p=n(2406),h=!1,v=d("meta"),g=0,m=function(e){u(e,v,{value:{objectID:"O"+g++,weakData:{}}})},y=e.exports={enable:function(){y.enable=function(){},h=!0;var e=s.f,t=o([].splice),n={};n[v]=1,e(n).length&&(s.f=function(n){for(var r=e(n),o=0,a=r.length;oy;y++)if((w=N(e[y]))&&s(v,w))return w;return new h(!1)}g=c(e,m)}for(x=O?e.next:g.next;!(k=o(x,g)).done;){try{w=N(k.value)}catch(e){d(g,"throw",e)}if("object"==typeof w&&w&&s(v,w))return w}return new h(!1)}},4141:function(e,t,n){var r=n(2797),o=n(9223),a=n(8648);e.exports=function(e,t,n){var i,l;o(e);try{if(!(i=a(e,"return"))){if("throw"===t)throw n;return n}i=r(i,e)}catch(e){l=!0,i=e}if("throw"===t)throw n;if(l)throw i;return o(i),n}},1389:function(e,t,n){"use strict";var r=n(1198).IteratorPrototype,o=n(2091),a=n(5392),i=n(6535),l=n(9047),u=function(){return this};e.exports=function(e,t,n,s){var c=t+" Iterator";return e.prototype=o(r,{next:a(+!s,n)}),i(e,c,!1,!0),l[c]=u,e}},5291:function(e,t,n){"use strict";var r=n(9458),o=n(2797),a=n(4943),i=n(5502),l=n(7373),u=n(1389),s=n(8313),c=n(4476),f=n(6535),d=n(4845),p=n(8173),h=n(2712),v=n(9047),g=n(1198),m=i.PROPER,y=i.CONFIGURABLE,b=g.IteratorPrototype,w=g.BUGGY_SAFARI_ITERATORS,x=h("iterator"),k="keys",S="values",E="entries",O=function(){return this};e.exports=function(e,t,n,i,h,g,_){u(n,t,i);var C,P,T,N=function(e){if(e===h&&M)return M;if(!w&&e in R)return R[e];switch(e){case k:case S:case E:return function(){return new n(this,e)}}return function(){return new n(this)}},z=t+" Iterator",L=!1,R=e.prototype,D=R[x]||R["@@iterator"]||h&&R[h],M=!w&&D||N(h),A="Array"==t&&R.entries||D;if(A&&(C=s(A.call(new e)))!==Object.prototype&&C.next&&(a||s(C)===b||(c?c(C,b):l(C[x])||p(C,x,O)),f(C,z,!0,!0),a&&(v[z]=O)),m&&h==S&&D&&D.name!==S&&(!a&&y?d(R,"name",S):(L=!0,M=function(){return o(D,this)})),h)if(P={values:N(S),keys:g?M:N(k),entries:N(E)},_)for(T in P)(w||L||!(T in R))&&p(R,T,P[T]);else r({target:t,proto:!0,forced:w||L},P);return a&&!_||R[x]===M||p(R,x,M,{name:h}),v[t]=M,P}},1198:function(e,t,n){"use strict";var r,o,a,i=n(6862),l=n(7373),u=n(1218),s=n(2091),c=n(8313),f=n(8173),d=n(2712),p=n(4943),h=d("iterator"),v=!1;[].keys&&("next"in(a=[].keys())?(o=c(c(a)))!==Object.prototype&&(r=o):v=!0),!u(r)||i((function(){var e={};return r[h].call(e)!==e}))?r={}:p&&(r=s(r)),l(r[h])||f(r,h,(function(){return this})),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:v}},9047:function(e){e.exports={}},6702:function(e,t,n){var r=n(5319);e.exports=function(e){return r(e.length)}},1069:function(e,t,n){var r=n(8087),o=n(6862),a=n(7373),i=n(2256),l=n(7891),u=n(5502).CONFIGURABLE,s=n(3303),c=n(1259),f=c.enforce,d=c.get,p=String,h=Object.defineProperty,v=r("".slice),g=r("".replace),m=r([].join),y=l&&!o((function(){return 8!==h((function(){}),"length",{value:8}).length})),b=String(String).split("String"),w=e.exports=function(e,t,n){"Symbol("===v(p(t),0,7)&&(t="["+g(p(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(t="get "+t),n&&n.setter&&(t="set "+t),(!i(e,"name")||u&&e.name!==t)&&(l?h(e,"name",{value:t,configurable:!0}):e.name=t),y&&n&&i(n,"arity")&&e.length!==n.arity&&h(e,"length",{value:n.arity});try{n&&i(n,"constructor")&&n.constructor?l&&h(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var r=f(e);return i(r,"source")||(r.source=m(b,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return a(this)&&d(this).source||s(this)}),"toString")},6614:function(e){var t=Math.ceil,n=Math.floor;e.exports=Math.trunc||function(e){var r=+e;return(r>0?n:t)(r)}},6073:function(e,t,n){var r=n(419),o=n(6862),a=n(8087),i=n(1801),l=n(2221).trim,u=n(5028),s=r.parseInt,c=r.Symbol,f=c&&c.iterator,d=/^[+-]?0x/i,p=a(d.exec),h=8!==s(u+"08")||22!==s(u+"0x16")||f&&!o((function(){s(Object(f))}));e.exports=h?function(e,t){var n=l(i(e));return s(n,t>>>0||(p(d,n)?16:10))}:s},8131:function(e,t,n){"use strict";var r=n(7891),o=n(8087),a=n(2797),i=n(6862),l=n(7333),u=n(7857),s=n(2741),c=n(5151),f=n(79),d=Object.assign,p=Object.defineProperty,h=o([].concat);e.exports=!d||i((function(){if(r&&1!==d({b:1},d(p({},"a",{enumerable:!0,get:function(){p(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),o="abcdefghijklmnopqrst";return e[n]=7,o.split("").forEach((function(e){t[e]=e})),7!=d({},e)[n]||l(d({},t)).join("")!=o}))?function(e,t){for(var n=c(e),o=arguments.length,i=1,d=u.f,p=s.f;o>i;)for(var v,g=f(arguments[i++]),m=d?h(l(g),d(g)):l(g),y=m.length,b=0;y>b;)v=m[b++],r&&!a(p,g,v)||(n[v]=g[v]);return n}:d},2091:function(e,t,n){var r,o=n(9223),a=n(8915),i=n(64),l=n(6789),u=n(2944),s=n(3751),c=n(9355),f="prototype",d="script",p=c("IE_PROTO"),h=function(){},v=function(e){return"<"+d+">"+e+""},g=function(e){e.write(v("")),e.close();var t=e.parentWindow.Object;return e=null,t},m=function(){try{r=new ActiveXObject("htmlfile")}catch(e){}var e,t,n;m="undefined"!=typeof document?document.domain&&r?g(r):(t=s("iframe"),n="java"+d+":",t.style.display="none",u.appendChild(t),t.src=String(n),(e=t.contentWindow.document).open(),e.write(v("document.F=Object")),e.close(),e.F):g(r);for(var o=i.length;o--;)delete m[f][i[o]];return m()};l[p]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(h[f]=o(e),n=new h,h[f]=null,n[p]=e):n=m(),void 0===t?n:a.f(n,t)}},8915:function(e,t,n){var r=n(7891),o=n(3015),a=n(3567),i=n(9223),l=n(6867),u=n(7333);t.f=r&&!o?Object.defineProperties:function(e,t){i(e);for(var n,r=l(t),o=u(t),s=o.length,c=0;s>c;)a.f(e,n=o[c++],r[n]);return e}},3567:function(e,t,n){var r=n(7891),o=n(5793),a=n(3015),i=n(9223),l=n(8113),u=TypeError,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,f="enumerable",d="configurable",p="writable";t.f=r?a?function(e,t,n){if(i(e),t=l(t),i(n),"function"==typeof e&&"prototype"===t&&"value"in n&&p in n&&!n[p]){var r=c(e,t);r&&r[p]&&(e[t]=n.value,n={configurable:d in n?n[d]:r[d],enumerable:f in n?n[f]:r[f],writable:!1})}return s(e,t,n)}:s:function(e,t,n){if(i(e),t=l(t),i(n),o)try{return s(e,t,n)}catch(e){}if("get"in n||"set"in n)throw u("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},5245:function(e,t,n){var r=n(7891),o=n(2797),a=n(2741),i=n(5392),l=n(6867),u=n(8113),s=n(2256),c=n(5793),f=Object.getOwnPropertyDescriptor;t.f=r?f:function(e,t){if(e=l(e),t=u(t),c)try{return f(e,t)}catch(e){}if(s(e,t))return i(!o(a.f,e,t),e[t])}},5906:function(e,t,n){var r=n(6446),o=n(6867),a=n(9871).f,i=n(9590),l="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];e.exports.f=function(e){return l&&"Window"==r(e)?function(e){try{return a(e)}catch(e){return i(l)}}(e):a(o(e))}},9871:function(e,t,n){var r=n(6252),o=n(64).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},7857:function(e,t){t.f=Object.getOwnPropertySymbols},8313:function(e,t,n){var r=n(2256),o=n(7373),a=n(5151),i=n(9355),l=n(747),u=i("IE_PROTO"),s=Object,c=s.prototype;e.exports=l?s.getPrototypeOf:function(e){var t=a(e);if(r(t,u))return t[u];var n=t.constructor;return o(n)&&t instanceof n?n.prototype:t instanceof s?c:null}},5677:function(e,t,n){var r=n(6862),o=n(1218),a=n(6446),i=n(800),l=Object.isExtensible,u=r((function(){l(1)}));e.exports=u||i?function(e){return!!o(e)&&(!i||"ArrayBuffer"!=a(e))&&(!l||l(e))}:l},5853:function(e,t,n){var r=n(8087);e.exports=r({}.isPrototypeOf)},6252:function(e,t,n){var r=n(8087),o=n(2256),a=n(6867),i=n(6148).indexOf,l=n(6789),u=r([].push);e.exports=function(e,t){var n,r=a(e),s=0,c=[];for(n in r)!o(l,n)&&o(r,n)&&u(c,n);for(;t.length>s;)o(r,n=t[s++])&&(~i(c,n)||u(c,n));return c}},7333:function(e,t,n){var r=n(6252),o=n(64);e.exports=Object.keys||function(e){return r(e,o)}},2741:function(e,t){"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);t.f=o?function(e){var t=r(this,e);return!!t&&t.enumerable}:n},4476:function(e,t,n){var r=n(7661),o=n(9223),a=n(4768);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=r(Object.prototype,"__proto__","set"))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return o(n),a(r),t?e(n,r):n.__proto__=r,n}}():void 0)},7415:function(e,t,n){"use strict";var r=n(7853),o=n(7711);e.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},4946:function(e,t,n){var r=n(2797),o=n(7373),a=n(1218),i=TypeError;e.exports=function(e,t){var n,l;if("string"===t&&o(n=e.toString)&&!a(l=r(n,e)))return l;if(o(n=e.valueOf)&&!a(l=r(n,e)))return l;if("string"!==t&&o(n=e.toString)&&!a(l=r(n,e)))return l;throw i("Can't convert object to primitive value")}},4731:function(e,t,n){var r=n(80),o=n(8087),a=n(9871),i=n(7857),l=n(9223),u=o([].concat);e.exports=r("Reflect","ownKeys")||function(e){var t=a.f(l(e)),n=i.f;return n?u(t,n(e)):t}},543:function(e,t,n){var r=n(2797),o=n(9223),a=n(7373),i=n(6446),l=n(2090),u=TypeError;e.exports=function(e,t){var n=e.exec;if(a(n)){var s=r(n,e,t);return null!==s&&o(s),s}if("RegExp"===i(e))return r(l,e,t);throw u("RegExp#exec called on incompatible receiver")}},2090:function(e,t,n){"use strict";var r,o,a=n(2797),i=n(8087),l=n(1801),u=n(1356),s=n(3160),c=n(2017),f=n(2091),d=n(1259).get,p=n(7946),h=n(9328),v=c("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,m=g,y=i("".charAt),b=i("".indexOf),w=i("".replace),x=i("".slice),k=(o=/b*/g,a(g,r=/a/,"a"),a(g,o,"a"),0!==r.lastIndex||0!==o.lastIndex),S=s.BROKEN_CARET,E=void 0!==/()??/.exec("")[1];(k||E||S||p||h)&&(m=function(e){var t,n,r,o,i,s,c,p=this,h=d(p),O=l(e),_=h.raw;if(_)return _.lastIndex=p.lastIndex,t=a(m,_,O),p.lastIndex=_.lastIndex,t;var C=h.groups,P=S&&p.sticky,T=a(u,p),N=p.source,z=0,L=O;if(P&&(T=w(T,"y",""),-1===b(T,"g")&&(T+="g"),L=x(O,p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==y(O,p.lastIndex-1))&&(N="(?: "+N+")",L=" "+L,z++),n=new RegExp("^(?:"+N+")",T)),E&&(n=new RegExp("^"+N+"$(?!\\s)",T)),k&&(r=p.lastIndex),o=a(g,P?n:p,L),P?o?(o.input=x(o.input,z),o[0]=x(o[0],z),o.index=p.lastIndex,p.lastIndex+=o[0].length):p.lastIndex=0:k&&o&&(p.lastIndex=p.global?o.index+o[0].length:r),E&&o&&o.length>1&&a(v,o[0],n,(function(){for(i=1;ib)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$c")}))},8846:function(e,t,n){var r=n(7039),o=TypeError;e.exports=function(e){if(r(e))throw o("Can't call method on "+e);return e}},6535:function(e,t,n){var r=n(3567).f,o=n(2256),a=n(2712)("toStringTag");e.exports=function(e,t,n){e&&!n&&(e=e.prototype),e&&!o(e,a)&&r(e,a,{configurable:!0,value:t})}},9355:function(e,t,n){var r=n(2017),o=n(6303),a=r("keys");e.exports=function(e){return a[e]||(a[e]=o(e))}},3230:function(e,t,n){var r=n(419),o=n(4289),a="__core-js_shared__",i=r[a]||o(a,{});e.exports=i},2017:function(e,t,n){var r=n(4943),o=n(3230);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:r?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},260:function(e,t,n){var r=n(8087),o=n(8150),a=n(1801),i=n(8846),l=r("".charAt),u=r("".charCodeAt),s=r("".slice),c=function(e){return function(t,n){var r,c,f=a(i(t)),d=o(n),p=f.length;return d<0||d>=p?e?"":void 0:(r=u(f,d))<55296||r>56319||d+1===p||(c=u(f,d+1))<56320||c>57343?e?l(f,d):r:e?s(f,d,d+2):c-56320+(r-55296<<10)+65536}};e.exports={codeAt:c(!1),charAt:c(!0)}},2221:function(e,t,n){var r=n(8087),o=n(8846),a=n(1801),i=n(5028),l=r("".replace),u=RegExp("^["+i+"]+"),s=RegExp("(^|[^"+i+"])["+i+"]+$"),c=function(e){return function(t){var n=a(o(t));return 1&e&&(n=l(n,u,"")),2&e&&(n=l(n,s,"$1")),n}};e.exports={start:c(1),end:c(2),trim:c(3)}},9245:function(e,t,n){var r=n(2437),o=n(6862);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},6912:function(e,t,n){var r=n(8150),o=Math.max,a=Math.min;e.exports=function(e,t){var n=r(e);return n<0?o(n+t,0):a(n,t)}},6867:function(e,t,n){var r=n(79),o=n(8846);e.exports=function(e){return r(o(e))}},8150:function(e,t,n){var r=n(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}},5319:function(e,t,n){var r=n(8150),o=Math.min;e.exports=function(e){return e>0?o(r(e),9007199254740991):0}},5151:function(e,t,n){var r=n(8846),o=Object;e.exports=function(e){return o(r(e))}},3926:function(e,t,n){var r=n(2797),o=n(1218),a=n(8898),i=n(8648),l=n(4946),u=n(2712),s=TypeError,c=u("toPrimitive");e.exports=function(e,t){if(!o(e)||a(e))return e;var n,u=i(e,c);if(u){if(void 0===t&&(t="default"),n=r(u,e,t),!o(n)||a(n))return n;throw s("Can't convert object to primitive value")}return void 0===t&&(t="number"),l(e,t)}},8113:function(e,t,n){var r=n(3926),o=n(8898);e.exports=function(e){var t=r(e,"string");return o(t)?t:t+""}},7853:function(e,t,n){var r={};r[n(2712)("toStringTag")]="z",e.exports="[object z]"===String(r)},1801:function(e,t,n){var r=n(7711),o=String;e.exports=function(e){if("Symbol"===r(e))throw TypeError("Cannot convert a Symbol value to a string");return o(e)}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,n){var r=n(8087),o=0,a=Math.random(),i=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+i(++o+a,36)}},2696:function(e,t,n){var r=n(9245);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,n){var r=n(7891),o=n(6862);e.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,n){var r=n(419),o=n(7373),a=r.WeakMap;e.exports=o(a)&&/native code/.test(String(a))},2712:function(e,t,n){var r=n(419),o=n(2017),a=n(2256),i=n(6303),l=n(9245),u=n(2696),s=r.Symbol,c=o("wks"),f=u?s.for||s:s&&s.withoutSetter||i;e.exports=function(e){return a(c,e)||(c[e]=l&&a(s,e)?s[e]:f("Symbol."+e)),c[e]}},5028:function(e){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},3984:function(e,t,n){"use strict";var r=n(9458),o=n(5340).filter;r({target:"Array",proto:!0,forced:!n(2355)("filter")},{filter:function(e){return o(this,e,arguments.length>1?arguments[1]:void 0)}})},9553:function(e,t,n){"use strict";var r=n(6867),o=n(7713),a=n(9047),i=n(1259),l=n(3567).f,u=n(5291),s=n(1439),c=n(4943),f=n(7891),d="Array Iterator",p=i.set,h=i.getterFor(d);e.exports=u(Array,"Array",(function(e,t){p(this,{type:d,target:r(e),index:0,kind:t})}),(function(){var e=h(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,s(void 0,!0)):s("keys"==n?r:"values"==n?t[r]:[r,t[r]],!1)}),"values");var v=a.Arguments=a.Array;if(o("keys"),o("values"),o("entries"),!c&&f&&"values"!==v.name)try{l(v,"name",{value:"values"})}catch(e){}},1181:function(e,t,n){"use strict";var r=n(9458),o=n(3624).left,a=n(7791),i=n(2437);r({target:"Array",proto:!0,forced:!n(7749)&&i>79&&i<83||!a("reduce")},{reduce:function(e){var t=arguments.length;return o(this,e,t,t>1?arguments[1]:void 0)}})},4919:function(e,t,n){var r=n(7891),o=n(5502).EXISTS,a=n(8087),i=n(8962),l=Function.prototype,u=a(l.toString),s=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,c=a(s.exec);r&&!o&&i(l,"name",{configurable:!0,get:function(){try{return c(s,u(this))[1]}catch(e){return""}}})},6396:function(e,t,n){var r=n(9458),o=n(8131);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},8934:function(e,t,n){var r=n(7853),o=n(8173),a=n(7415);r||o(Object.prototype,"toString",a,{unsafe:!0})},6056:function(e,t,n){var r=n(9458),o=n(6073);r({global:!0,forced:parseInt!=o},{parseInt:o})},2865:function(e,t,n){"use strict";var r=n(9458),o=n(2090);r({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},1091:function(e,t,n){"use strict";var r=n(260).charAt,o=n(1801),a=n(1259),i=n(5291),l=n(1439),u="String Iterator",s=a.set,c=a.getterFor(u);i(String,"String",(function(e){s(this,{type:u,string:o(e),index:0})}),(function(){var e,t=c(this),n=t.string,o=t.index;return o>=n.length?l(void 0,!0):(e=r(n,o),t.index+=e.length,l(e,!1))}))},5932:function(e,t,n){"use strict";var r=n(2797),o=n(3573),a=n(9223),i=n(7039),l=n(5319),u=n(1801),s=n(8846),c=n(8648),f=n(2894),d=n(543);o("match",(function(e,t,n){return[function(t){var n=s(this),o=i(t)?void 0:c(t,e);return o?r(o,t,n):new RegExp(t)[e](u(n))},function(e){var r=a(this),o=u(e),i=n(t,r,o);if(i.done)return i.value;if(!r.global)return d(r,o);var s=r.unicode;r.lastIndex=0;for(var c,p=[],h=0;null!==(c=d(r,o));){var v=u(c[0]);p[h]=v,""===v&&(r.lastIndex=f(o,l(r.lastIndex),s)),h++}return 0===h?null:p}]}))},670:function(e,t,n){"use strict";var r=n(1148),o=n(2797),a=n(8087),i=n(3573),l=n(6862),u=n(9223),s=n(7373),c=n(7039),f=n(8150),d=n(5319),p=n(1801),h=n(8846),v=n(2894),g=n(8648),m=n(2076),y=n(543),b=n(2712)("replace"),w=Math.max,x=Math.min,k=a([].concat),S=a([].push),E=a("".indexOf),O=a("".slice),_="$0"==="a".replace(/./,"$0"),C=!!/./[b]&&""===/./[b]("a","$0");i("replace",(function(e,t,n){var a=C?"$":"$0";return[function(e,n){var r=h(this),a=c(e)?void 0:g(e,b);return a?o(a,e,r,n):o(t,p(r),e,n)},function(e,o){var i=u(this),l=p(e);if("string"==typeof o&&-1===E(o,a)&&-1===E(o,"$<")){var c=n(t,i,l,o);if(c.done)return c.value}var h=s(o);h||(o=p(o));var g=i.global;if(g){var b=i.unicode;i.lastIndex=0}for(var _=[];;){var C=y(i,l);if(null===C)break;if(S(_,C),!g)break;""===p(C[0])&&(i.lastIndex=v(l,d(i.lastIndex),b))}for(var P,T="",N=0,z=0;z<_.length;z++){for(var L=p((C=_[z])[0]),R=w(x(f(C.index),l.length),0),D=[],M=1;M=N&&(T+=O(l,N,R)+I,N=R+L.length)}return T+O(l,N)}]}),!!l((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}))||!_||C)},1583:function(e,t,n){"use strict";var r,o=n(2406),a=n(419),i=n(8087),l=n(5305),u=n(1114),s=n(5215),c=n(5732),f=n(1218),d=n(1259).enforce,p=n(6862),h=n(4665),v=Object,g=Array.isArray,m=v.isExtensible,y=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,k={},S={},E=!a.ActiveXObject&&"ActiveXObject"in a,O=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},_=s("WeakMap",O,c),C=_.prototype,P=i(C.set);if(h)if(E){r=c.getConstructor(O,"WeakMap",!0),u.enable();var T=i(C.delete),N=i(C.has),z=i(C.get);l(C,{delete:function(e){if(f(e)&&!m(e)){var t=d(this);return t.frozen||(t.frozen=new r),T(this,e)||t.frozen.delete(e)}return T(this,e)},has:function(e){if(f(e)&&!m(e)){var t=d(this);return t.frozen||(t.frozen=new r),N(this,e)||t.frozen.has(e)}return N(this,e)},get:function(e){if(f(e)&&!m(e)){var t=d(this);return t.frozen||(t.frozen=new r),N(this,e)?z(this,e):t.frozen.get(e)}return z(this,e)},set:function(e,t){if(f(e)&&!m(e)){var n=d(this);n.frozen||(n.frozen=new r),N(this,e)?P(this,e,t):n.frozen.set(e,t)}else P(this,e,t);return this}})}else o&&p((function(){var e=w([]);return P(new _,e,1),!y(e)}))&&l(C,{set:function(e,t){var n;return g(e)&&(y(e)?n=k:b(e)&&(n=S)),P(this,e,t),n==k&&w(e),n==S&&x(e),this}})},8779:function(e,t,n){n(1583)},1144:function(e,t,n){var r=n(419),o=n(7144),a=n(1651),i=n(9553),l=n(4845),u=n(2712),s=u("iterator"),c=u("toStringTag"),f=i.values,d=function(e,t){if(e){if(e[s]!==f)try{l(e,s,f)}catch(t){e[s]=f}if(e[c]||l(e,c,t),o[t])for(var n in i)if(e[n]!==i[n])try{l(e,n,i[n])}catch(t){e[n]=i[n]}}};for(var p in o)d(r[p]&&r[p].prototype,p);d(a,"DOMTokenList")},958:function(e,t,n){"use strict";function r(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r3?t.i-4:t.i:Array.isArray(e)?1:p(e)?2:h(e)?3:0}function s(e,t){return 2===u(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){return 2===u(e)?e.get(t):e[t]}function f(e,t,n){var r=u(e);2===r?e.set(t,n):3===r?(e.delete(t),e.add(n)):e[t]=n}function d(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function p(e){return X&&e instanceof Map}function h(e){return K&&e instanceof Set}function v(e){return e.o||e.t}function g(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=re(e);delete t[Z];for(var n=ne(t),r=0;r1&&(e.set=e.add=e.clear=e.delete=y),Object.freeze(e),t&&l(e,(function(e,t){return m(t,!0)}),!0)),e}function y(){r(2)}function b(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function w(e){var t=oe[e];return t||r(18,e),t}function x(e,t){oe[e]||(oe[e]=t)}function k(){return q}function S(e,t){t&&(w("Patches"),e.u=[],e.s=[],e.v=t)}function E(e){O(e),e.p.forEach(C),e.p=null}function O(e){e===q&&(q=e.l)}function _(e){return q={p:[],l:q,h:e,m:!0,_:0}}function C(e){var t=e[Z];0===t.i||1===t.i?t.j():t.O=!0}function P(e,t){t._=t.p.length;var n=t.p[0],o=void 0!==e&&e!==n;return t.h.g||w("ES5").S(t,e,o),o?(n[Z].P&&(E(t),r(4)),a(e)&&(e=T(t,e),t.l||z(t,e)),t.u&&w("Patches").M(n[Z].t,e,t.u,t.s)):e=T(t,n,[]),E(t),t.u&&t.v(t.u,t.s),e!==G?e:void 0}function T(e,t,n){if(b(t))return t;var r=t[Z];if(!r)return l(t,(function(o,a){return N(e,r,t,o,a,n)}),!0),t;if(r.A!==e)return t;if(!r.P)return z(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var o=4===r.i||5===r.i?r.o=g(r.k):r.o;l(3===r.i?new Set(o):o,(function(t,a){return N(e,r,o,t,a,n)})),z(e,o,!1),n&&e.u&&w("Patches").R(r,n,e.u,e.s)}return r.o}function N(e,t,n,r,i,l){if(o(i)){var u=T(e,i,l&&t&&3!==t.i&&!s(t.D,r)?l.concat(r):void 0);if(f(n,r,u),!o(u))return;e.m=!1}if(a(i)&&!b(i)){if(!e.h.F&&e._<1)return;T(e,i),t&&t.A.l||z(e,i)}}function z(e,t,n){void 0===n&&(n=!1),e.h.F&&e.m&&m(t,n)}function L(e,t){var n=e[Z];return(n?v(n):e)[t]}function R(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function D(e){e.P||(e.P=!0,e.l&&D(e.l))}function M(e){e.o||(e.o=g(e.t))}function A(e,t,n){var r=p(t)?w("MapSet").N(t,n):h(t)?w("MapSet").T(t,n):e.g?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:k(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},o=r,a=ae;n&&(o=[r],a=ie);var i=Proxy.revocable(o,a),l=i.revoke,u=i.proxy;return r.k=u,r.j=l,u}(t,n):w("ES5").J(t,n);return(n?n.A:k()).p.push(r),r}function j(e){return o(e)||r(22,e),function e(t){if(!a(t))return t;var n,r=t[Z],o=u(t);if(r){if(!r.P&&(r.i<4||!w("ES5").K(r)))return r.t;r.I=!0,n=I(t,o),r.I=!1}else n=I(t,o);return l(n,(function(t,o){r&&c(r.t,t)===o||f(n,t,e(o))})),3===o?new Set(n):n}(e)}function I(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return g(e)}function F(){function e(e,t){var n=a[e];return n?n.enumerable=t:a[e]=n={configurable:!0,enumerable:t,get:function(){var t=this[Z];return ae.get(t,e)},set:function(t){var n=this[Z];ae.set(n,e,t)}},n}function t(e){for(var t=e.length-1;t>=0;t--){var o=e[t][Z];if(!o.P)switch(o.i){case 5:r(o)&&D(o);break;case 4:n(o)&&D(o)}}}function n(e){for(var t=e.t,n=e.k,r=ne(n),o=r.length-1;o>=0;o--){var a=r[o];if(a!==Z){var i=t[a];if(void 0===i&&!s(t,a))return!0;var l=n[a],u=l&&l[Z];if(u?u.t!==i:!d(l,i))return!0}}var c=!!t[Z];return r.length!==ne(t).length+(c?0:1)}function r(e){var t=e.k;if(t.length!==e.t.length)return!0;var n=Object.getOwnPropertyDescriptor(t,t.length-1);if(n&&!n.get)return!0;for(var r=0;r1?r-1:0),a=1;a1?r-1:0),a=1;a=0;n--){var r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));var a=w("Patches").$;return o(e)?a(e,t):this.produce(e,(function(e){return a(e,t)}))},e}(),ue=new le,se=ue.produce,ce=ue.produceWithPatches.bind(ue),fe=ue.setAutoFreeze.bind(ue),de=ue.setUseProxies.bind(ue),pe=ue.applyPatches.bind(ue),he=ue.createDraft.bind(ue),ve=ue.finishDraft.bind(ue);t.default=se},6601:function(e,t,n){var r=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,i=/^0o[0-7]+$/i,l=parseInt,u="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,s="object"==typeof self&&self&&self.Object===Object&&self,c=u||s||Function("return this")(),f=Object.prototype.toString,d=Math.max,p=Math.min,h=function(){return c.Date.now()};function v(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function g(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==f.call(e)}(e))return NaN;if(v(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=a.test(e);return n||i.test(e)?l(e.slice(2),n?2:8):o.test(e)?NaN:+e}e.exports=function(e,t,n){var r,o,a,i,l,u,s=0,c=!1,f=!1,m=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,a=o;return r=o=void 0,s=t,i=e.apply(a,n)}function b(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-s>=a}function w(){var e=h();if(b(e))return x(e);l=setTimeout(w,function(e){var n=t-(e-u);return f?p(n,a-(e-s)):n}(e))}function x(e){return l=void 0,m&&r?y(e):(r=o=void 0,i)}function k(){var e=h(),n=b(e);if(r=arguments,o=this,u=e,n){if(void 0===l)return function(e){return s=e,l=setTimeout(w,t),c?y(e):i}(u);if(f)return l=setTimeout(w,t),y(u)}return void 0===l&&(l=setTimeout(w,t)),i}return t=g(t)||0,v(n)&&(c=!!n.leading,a=(f="maxWait"in n)?d(g(n.maxWait)||0,t):a,m="trailing"in n?!!n.trailing:m),k.cancel=function(){void 0!==l&&clearTimeout(l),s=0,r=u=o=l=void 0},k.flush=function(){return void 0===l?i:x(h())},k}},3657:function(e,t,n){var r,o="__lodash_hash_undefined__",a="[object Function]",i="[object GeneratorFunction]",l=/^\[object .+?Constructor\]$/,u="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,s="object"==typeof self&&self&&self.Object===Object&&self,c=u||s||Function("return this")(),f=Array.prototype,d=Function.prototype,p=Object.prototype,h=c["__core-js_shared__"],v=(r=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",g=d.toString,m=p.hasOwnProperty,y=p.toString,b=RegExp("^"+g.call(m).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),w=f.splice,x=P(c,"Map"),k=P(Object,"create");function S(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},E.prototype.set=function(e,t){var n=this.__data__,r=_(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},O.prototype.clear=function(){this.__data__={hash:new S,map:new(x||E),string:new S}},O.prototype.delete=function(e){return C(this,e).delete(e)},O.prototype.get=function(e){return C(this,e).get(e)},O.prototype.has=function(e){return C(this,e).has(e)},O.prototype.set=function(e,t){return C(this,e).set(e,t),this},T.Cache=O,e.exports=T},4223:function(e,t,n){var r="Expected a function",o=NaN,a="[object Symbol]",i=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,s=/^0o[0-7]+$/i,c=parseInt,f="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,d="object"==typeof self&&self&&self.Object===Object&&self,p=f||d||Function("return this")(),h=Object.prototype.toString,v=Math.max,g=Math.min,m=function(){return p.Date.now()};function y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function b(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==a}(e))return o;if(y(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=y(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=u.test(e);return n||s.test(e)?c(e.slice(2),n?2:8):l.test(e)?o:+e}e.exports=function(e,t,n){var o=!0,a=!0;if("function"!=typeof e)throw new TypeError(r);return y(n)&&(o="leading"in n?!!n.leading:o,a="trailing"in n?!!n.trailing:a),function(e,t,n){var o,a,i,l,u,s,c=0,f=!1,d=!1,p=!0;if("function"!=typeof e)throw new TypeError(r);function h(t){var n=o,r=a;return o=a=void 0,c=t,l=e.apply(r,n)}function w(e){var n=e-s;return void 0===s||n>=t||n<0||d&&e-c>=i}function x(){var e=m();if(w(e))return k(e);u=setTimeout(x,function(e){var n=t-(e-s);return d?g(n,i-(e-c)):n}(e))}function k(e){return u=void 0,p&&o?h(e):(o=a=void 0,l)}function S(){var e=m(),n=w(e);if(o=arguments,a=this,s=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(x,t),f?h(e):l}(s);if(d)return u=setTimeout(x,t),h(s)}return void 0===u&&(u=setTimeout(x,t)),l}return t=b(t)||0,y(n)&&(f=!!n.leading,i=(d="maxWait"in n)?v(b(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),S.cancel=function(){void 0!==u&&clearTimeout(u),c=0,o=s=a=u=void 0},S.flush=function(){return void 0===u?l:k(m())},S}(e,t,{leading:o,maxWait:t,trailing:a})}},5857:function(e){var t,n,r=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function i(e){if(t===setTimeout)return setTimeout(e,0);if((t===o||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(n){try{return t.call(null,e,0)}catch(n){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:o}catch(e){t=o}try{n="function"==typeof clearTimeout?clearTimeout:a}catch(e){n=a}}();var l,u=[],s=!1,c=-1;function f(){s&&l&&(s=!1,l.length?u=l.concat(u):c=-1,u.length&&d())}function d(){if(!s){var e=i(f);s=!0;for(var t=u.length;t;){for(l=u,u=[];++c1)for(var n=1;n=0||(o[n]=e[n]);return o}function l(e){var t=r.useRef(e),n=r.useRef((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var u=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e0:e.buttons>0)&&p.current?h(f(p.current,e,g.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=m.current,o=c(p.current),a=n?o.addEventListener:o.removeEventListener;a(r?"touchmove":"mousemove",e),a(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=p.current;if(r&&(d(t),!function(e,t){return t&&!s(e)}(t,m.current)&&r)){if(s(t)){m.current=!0;var o=t.changedTouches||[];o.length&&(g.current=o[0].identifier)}r.focus(),h(f(r,t,g.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),v({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]}),[v,h]),b=y[0],w=y[1],x=y[2];return r.useEffect((function(){return x}),[x]),o.default.createElement("div",a({},u,{onTouchStart:b,onMouseDown:b,className:"react-colorful__interactive",ref:p,onKeyDown:w,tabIndex:0,role:"slider"}))})),h=function(e){return e.filter(Boolean).join(" ")},v=function(e){var t=e.color,n=e.left,r=e.top,a=void 0===r?.5:r,i=h(["react-colorful__pointer",e.className]);return o.default.createElement("div",{className:i,style:{top:100*a+"%",left:100*n+"%"}},o.default.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},g=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},m={grad:.9,turn:360,rad:360/(2*Math.PI)},y=function(e){return M(b(e))},b=function(e){return"#"===e[0]&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?g(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:8===e.length?g(parseInt(e.substring(6,8),16)/255,2):1}},w=function(e,t){return void 0===t&&(t="deg"),Number(e)*(m[t]||1)},x=function(e){var t=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?S({h:w(t[1],t[2]),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},k=x,S=function(e){var t=e.s,n=e.l;return{h:e.h,s:(t*=(n<50?n:100-n)/100)>0?2*t/(n+t)*100:0,v:n+t,a:e.a}},E=function(e){return D(P(e))},O=function(e){var t=e.s,n=e.v,r=e.a,o=(200-t)*n/100;return{h:g(e.h),s:g(o>0&&o<200?t*n/100/(o<=100?o:200-o)*100:0),l:g(o/2),a:g(r,2)}},_=function(e){var t=O(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},C=function(e){var t=O(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},P=function(e){var t=e.h,n=e.s,r=e.v,o=e.a;t=t/360*6,n/=100,r/=100;var a=Math.floor(t),i=r*(1-n),l=r*(1-(t-a)*n),u=r*(1-(1-t+a)*n),s=a%6;return{r:g(255*[r,l,i,i,u,r][s]),g:g(255*[u,r,r,l,i,i][s]),b:g(255*[i,i,u,r,r,l][s]),a:g(o,2)}},T=function(e){var t=/hsva?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?A({h:w(t[1],t[2]),s:Number(t[3]),v:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},N=T,z=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?M({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},L=z,R=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},D=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=o<1?R(g(255*o)):"";return"#"+R(t)+R(n)+R(r)+a},M=function(e){var t=e.r,n=e.g,r=e.b,o=e.a,a=Math.max(t,n,r),i=a-Math.min(t,n,r),l=i?a===t?(n-r)/i:a===n?2+(r-t)/i:4+(t-n)/i:0;return{h:g(60*(l<0?l+6:l)),s:g(a?i/a*100:0),v:g(a/255*100),a:o}},A=function(e){return{h:g(e.h),s:g(e.s),v:g(e.v),a:g(e.a,2)}},j=o.default.memo((function(e){var t=e.hue,n=e.onChange,r=h(["react-colorful__hue",e.className]);return o.default.createElement("div",{className:r},o.default.createElement(p,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:u(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":g(t),"aria-valuemax":"360","aria-valuemin":"0"},o.default.createElement(v,{className:"react-colorful__hue-pointer",left:t/360,color:_({h:t,s:100,v:100,a:1})})))})),I=o.default.memo((function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:_({h:t.h,s:100,v:100,a:1})};return o.default.createElement("div",{className:"react-colorful__saturation",style:r},o.default.createElement(p,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:u(t.s+100*e.left,0,100),v:u(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+g(t.s)+"%, Brightness "+g(t.v)+"%"},o.default.createElement(v,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:_(t)})))})),F=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},W=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")},H=function(e,t){return e.toLowerCase()===t.toLowerCase()||F(b(e),b(t))};function B(e,t,n){var o=l(n),a=r.useState((function(){return e.toHsva(t)})),i=a[0],u=a[1],s=r.useRef({color:t,hsva:i});r.useEffect((function(){if(!e.equal(t,s.current.color)){var n=e.toHsva(t);s.current={hsva:n,color:t},u(n)}}),[t,e]),r.useEffect((function(){var t;F(i,s.current.hsva)||e.equal(t=e.fromHsva(i),s.current.color)||(s.current={hsva:i,color:t},o(t))}),[i,e,o]);var c=r.useCallback((function(e){u((function(t){return Object.assign({},t,e)}))}),[]);return[i,c]}var U,V="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,$=new Map,q=function(e){V((function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!$.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',$.set(t,r);var o=U||n.nc;o&&r.setAttribute("nonce",o),t.head.appendChild(r)}}),[])},Q=function(e){var t=e.className,n=e.colorModel,l=e.color,u=void 0===l?n.defaultColor:l,s=e.onChange,c=i(e,["className","colorModel","color","onChange"]),f=r.useRef(null);q(f);var d=B(n,u,s),p=d[0],v=d[1],g=h(["react-colorful",t]);return o.default.createElement("div",a({},c,{ref:f,className:g}),o.default.createElement(I,{hsva:p,onChange:v}),o.default.createElement(j,{hue:p.h,onChange:v,className:"react-colorful__last-control"}))},X={defaultColor:"000",toHsva:y,fromHsva:function(e){return E({h:e.h,s:e.s,v:e.v,a:1})},equal:H},K=function(e){var t=e.className,n=e.hsva,r=e.onChange,a={backgroundImage:"linear-gradient(90deg, "+C(Object.assign({},n,{a:0}))+", "+C(Object.assign({},n,{a:1}))+")"},i=h(["react-colorful__alpha",t]),l=g(100*n.a);return o.default.createElement("div",{className:i},o.default.createElement("div",{className:"react-colorful__alpha-gradient",style:a}),o.default.createElement(p,{onMove:function(e){r({a:e.left})},onKey:function(e){r({a:u(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":l+"%","aria-valuenow":l,"aria-valuemin":"0","aria-valuemax":"100"},o.default.createElement(v,{className:"react-colorful__alpha-pointer",left:n.a,color:C(n)})))},Y=function(e){var t=e.className,n=e.colorModel,l=e.color,u=void 0===l?n.defaultColor:l,s=e.onChange,c=i(e,["className","colorModel","color","onChange"]),f=r.useRef(null);q(f);var d=B(n,u,s),p=d[0],v=d[1],g=h(["react-colorful",t]);return o.default.createElement("div",a({},c,{ref:f,className:g}),o.default.createElement(I,{hsva:p,onChange:v}),o.default.createElement(j,{hue:p.h,onChange:v}),o.default.createElement(K,{hsva:p,onChange:v,className:"react-colorful__last-control"}))},G={defaultColor:"0001",toHsva:y,fromHsva:E,equal:H},J={defaultColor:{h:0,s:0,l:0,a:1},toHsva:S,fromHsva:O,equal:F},Z={defaultColor:"hsla(0, 0%, 0%, 1)",toHsva:x,fromHsva:C,equal:W},ee={defaultColor:{h:0,s:0,l:0},toHsva:function(e){return S({h:e.h,s:e.s,l:e.l,a:1})},fromHsva:function(e){return{h:(t=O(e)).h,s:t.s,l:t.l};var t},equal:F},te={defaultColor:"hsl(0, 0%, 0%)",toHsva:k,fromHsva:_,equal:W},ne={defaultColor:{h:0,s:0,v:0,a:1},toHsva:function(e){return e},fromHsva:A,equal:F},re={defaultColor:"hsva(0, 0%, 0%, 1)",toHsva:T,fromHsva:function(e){var t=A(e);return"hsva("+t.h+", "+t.s+"%, "+t.v+"%, "+t.a+")"},equal:W},oe={defaultColor:{h:0,s:0,v:0},toHsva:function(e){return{h:e.h,s:e.s,v:e.v,a:1}},fromHsva:function(e){var t=A(e);return{h:t.h,s:t.s,v:t.v}},equal:F},ae={defaultColor:"hsv(0, 0%, 0%)",toHsva:N,fromHsva:function(e){var t=A(e);return"hsv("+t.h+", "+t.s+"%, "+t.v+"%)"},equal:W},ie={defaultColor:{r:0,g:0,b:0,a:1},toHsva:M,fromHsva:P,equal:F},le={defaultColor:"rgba(0, 0, 0, 1)",toHsva:z,fromHsva:function(e){var t=P(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:W},ue={defaultColor:{r:0,g:0,b:0},toHsva:function(e){return M({r:e.r,g:e.g,b:e.b,a:1})},fromHsva:function(e){return{r:(t=P(e)).r,g:t.g,b:t.b};var t},equal:F},se={defaultColor:"rgb(0, 0, 0)",toHsva:L,fromHsva:function(e){var t=P(e);return"rgb("+t.r+", "+t.g+", "+t.b+")"},equal:W},ce=/^#?([0-9A-F]{3,8})$/i,fe=function(e){var t=e.color,n=void 0===t?"":t,u=e.onChange,s=e.onBlur,c=e.escape,f=e.validate,d=e.format,p=e.process,h=i(e,["color","onChange","onBlur","escape","validate","format","process"]),v=r.useState((function(){return c(n)})),g=v[0],m=v[1],y=l(u),b=l(s),w=r.useCallback((function(e){var t=c(e.target.value);m(t),f(t)&&y(p?p(t):t)}),[c,p,f,y]),x=r.useCallback((function(e){f(e.target.value)||m(c(n)),b(e)}),[n,c,f,b]);return r.useEffect((function(){m(c(n))}),[n,c]),o.default.createElement("input",a({},h,{value:d?d(g):g,spellCheck:"false",onChange:w,onBlur:x}))},de=function(e){return"#"+e};t.HexAlphaColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:G}))},t.HexColorInput=function(e){var t=e.prefixed,n=e.alpha,l=i(e,["prefixed","alpha"]),u=r.useCallback((function(e){return e.replace(/([^0-9A-F]+)/gi,"").substring(0,n?8:6)}),[n]),s=r.useCallback((function(e){return function(e,t){var n=ce.exec(e),r=n?n[1].length:0;return 3===r||6===r||!!t&&4===r||!!t&&8===r}(e,n)}),[n]);return o.default.createElement(fe,a({},l,{escape:u,format:t?de:void 0,process:de,validate:s}))},t.HexColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:X}))},t.HslColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:ee}))},t.HslStringColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:te}))},t.HslaColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:J}))},t.HslaStringColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:Z}))},t.HsvColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:oe}))},t.HsvStringColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:ae}))},t.HsvaColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:ne}))},t.HsvaStringColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:re}))},t.RgbColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:ue}))},t.RgbStringColorPicker=function(e){return o.default.createElement(Q,a({},e,{colorModel:se}))},t.RgbaColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:ie}))},t.RgbaStringColorPicker=function(e){return o.default.createElement(Y,a({},e,{colorModel:le}))},t.setNonce=function(e){U=e}},4664:function(e,t,n){"use strict";var r=n(7158),o=n(4573);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;nc")}))},8846:function(e,t,n){var r=n(7039),a=TypeError;e.exports=function(e){if(r(e))throw a("Can't call method on "+e);return e}},6535:function(e,t,n){var r=n(3567).f,a=n(2256),o=n(2712)("toStringTag");e.exports=function(e,t,n){e&&!n&&(e=e.prototype),e&&!a(e,o)&&r(e,o,{configurable:!0,value:t})}},9355:function(e,t,n){var r=n(2017),a=n(6303),o=r("keys");e.exports=function(e){return o[e]||(o[e]=a(e))}},3230:function(e,t,n){var r=n(419),a=n(4289),o="__core-js_shared__",i=r[o]||a(o,{});e.exports=i},2017:function(e,t,n){var r=n(4943),a=n(3230);(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:r?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},260:function(e,t,n){var r=n(8087),a=n(8150),o=n(1801),i=n(8846),l=r("".charAt),u=r("".charCodeAt),s=r("".slice),c=function(e){return function(t,n){var r,c,f=o(i(t)),d=a(n),p=f.length;return d<0||d>=p?e?"":void 0:(r=u(f,d))<55296||r>56319||d+1===p||(c=u(f,d+1))<56320||c>57343?e?l(f,d):r:e?s(f,d,d+2):c-56320+(r-55296<<10)+65536}};e.exports={codeAt:c(!1),charAt:c(!0)}},2221:function(e,t,n){var r=n(8087),a=n(8846),o=n(1801),i=n(5028),l=r("".replace),u=RegExp("^["+i+"]+"),s=RegExp("(^|[^"+i+"])["+i+"]+$"),c=function(e){return function(t){var n=o(a(t));return 1&e&&(n=l(n,u,"")),2&e&&(n=l(n,s,"$1")),n}};e.exports={start:c(1),end:c(2),trim:c(3)}},9245:function(e,t,n){var r=n(2437),a=n(6862);e.exports=!!Object.getOwnPropertySymbols&&!a((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},6912:function(e,t,n){var r=n(8150),a=Math.max,o=Math.min;e.exports=function(e,t){var n=r(e);return n<0?a(n+t,0):o(n,t)}},6867:function(e,t,n){var r=n(79),a=n(8846);e.exports=function(e){return r(a(e))}},8150:function(e,t,n){var r=n(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:r(t)}},5319:function(e,t,n){var r=n(8150),a=Math.min;e.exports=function(e){return e>0?a(r(e),9007199254740991):0}},5151:function(e,t,n){var r=n(8846),a=Object;e.exports=function(e){return a(r(e))}},3926:function(e,t,n){var r=n(2797),a=n(1218),o=n(8898),i=n(8648),l=n(4946),u=n(2712),s=TypeError,c=u("toPrimitive");e.exports=function(e,t){if(!a(e)||o(e))return e;var n,u=i(e,c);if(u){if(void 0===t&&(t="default"),n=r(u,e,t),!a(n)||o(n))return n;throw s("Can't convert object to primitive value")}return void 0===t&&(t="number"),l(e,t)}},8113:function(e,t,n){var r=n(3926),a=n(8898);e.exports=function(e){var t=r(e,"string");return a(t)?t:t+""}},7853:function(e,t,n){var r={};r[n(2712)("toStringTag")]="z",e.exports="[object z]"===String(r)},1801:function(e,t,n){var r=n(7711),a=String;e.exports=function(e){if("Symbol"===r(e))throw TypeError("Cannot convert a Symbol value to a string");return a(e)}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,n){var r=n(8087),a=0,o=Math.random(),i=r(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+i(++a+o,36)}},2696:function(e,t,n){var r=n(9245);e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,n){var r=n(7891),a=n(6862);e.exports=r&&a((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,n){var r=n(419),a=n(7373),o=r.WeakMap;e.exports=a(o)&&/native code/.test(String(o))},2712:function(e,t,n){var r=n(419),a=n(2017),o=n(2256),i=n(6303),l=n(9245),u=n(2696),s=r.Symbol,c=a("wks"),f=u?s.for||s:s&&s.withoutSetter||i;e.exports=function(e){return o(c,e)||(c[e]=l&&o(s,e)?s[e]:f("Symbol."+e)),c[e]}},5028:function(e){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},3984:function(e,t,n){"use strict";var r=n(9458),a=n(5340).filter;r({target:"Array",proto:!0,forced:!n(2355)("filter")},{filter:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}})},9553:function(e,t,n){"use strict";var r=n(6867),a=n(7713),o=n(9047),i=n(1259),l=n(3567).f,u=n(5291),s=n(1439),c=n(4943),f=n(7891),d="Array Iterator",p=i.set,h=i.getterFor(d);e.exports=u(Array,"Array",(function(e,t){p(this,{type:d,target:r(e),index:0,kind:t})}),(function(){var e=h(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,s(void 0,!0)):s("keys"==n?r:"values"==n?t[r]:[r,t[r]],!1)}),"values");var v=o.Arguments=o.Array;if(a("keys"),a("values"),a("entries"),!c&&f&&"values"!==v.name)try{l(v,"name",{value:"values"})}catch(e){}},1181:function(e,t,n){"use strict";var r=n(9458),a=n(3624).left,o=n(7791),i=n(2437);r({target:"Array",proto:!0,forced:!n(7749)&&i>79&&i<83||!o("reduce")},{reduce:function(e){var t=arguments.length;return a(this,e,t,t>1?arguments[1]:void 0)}})},4919:function(e,t,n){var r=n(7891),a=n(5502).EXISTS,o=n(8087),i=n(8962),l=Function.prototype,u=o(l.toString),s=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,c=o(s.exec);r&&!a&&i(l,"name",{configurable:!0,get:function(){try{return c(s,u(this))[1]}catch(e){return""}}})},6396:function(e,t,n){var r=n(9458),a=n(8131);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==a},{assign:a})},8934:function(e,t,n){var r=n(7853),a=n(8173),o=n(7415);r||a(Object.prototype,"toString",o,{unsafe:!0})},6056:function(e,t,n){var r=n(9458),a=n(6073);r({global:!0,forced:parseInt!=a},{parseInt:a})},2865:function(e,t,n){"use strict";var r=n(9458),a=n(2090);r({target:"RegExp",proto:!0,forced:/./.exec!==a},{exec:a})},1091:function(e,t,n){"use strict";var r=n(260).charAt,a=n(1801),o=n(1259),i=n(5291),l=n(1439),u="String Iterator",s=o.set,c=o.getterFor(u);i(String,"String",(function(e){s(this,{type:u,string:a(e),index:0})}),(function(){var e,t=c(this),n=t.string,a=t.index;return a>=n.length?l(void 0,!0):(e=r(n,a),t.index+=e.length,l(e,!1))}))},5932:function(e,t,n){"use strict";var r=n(2797),a=n(3573),o=n(9223),i=n(7039),l=n(5319),u=n(1801),s=n(8846),c=n(8648),f=n(2894),d=n(543);a("match",(function(e,t,n){return[function(t){var n=s(this),a=i(t)?void 0:c(t,e);return a?r(a,t,n):new RegExp(t)[e](u(n))},function(e){var r=o(this),a=u(e),i=n(t,r,a);if(i.done)return i.value;if(!r.global)return d(r,a);var s=r.unicode;r.lastIndex=0;for(var c,p=[],h=0;null!==(c=d(r,a));){var v=u(c[0]);p[h]=v,""===v&&(r.lastIndex=f(a,l(r.lastIndex),s)),h++}return 0===h?null:p}]}))},670:function(e,t,n){"use strict";var r=n(1148),a=n(2797),o=n(8087),i=n(3573),l=n(6862),u=n(9223),s=n(7373),c=n(7039),f=n(8150),d=n(5319),p=n(1801),h=n(8846),v=n(2894),m=n(8648),g=n(2076),y=n(543),b=n(2712)("replace"),w=Math.max,x=Math.min,k=o([].concat),E=o([].push),S=o("".indexOf),C=o("".slice),O="$0"==="a".replace(/./,"$0"),P=!!/./[b]&&""===/./[b]("a","$0");i("replace",(function(e,t,n){var o=P?"$":"$0";return[function(e,n){var r=h(this),o=c(e)?void 0:m(e,b);return o?a(o,e,r,n):a(t,p(r),e,n)},function(e,a){var i=u(this),l=p(e);if("string"==typeof a&&-1===S(a,o)&&-1===S(a,"$<")){var c=n(t,i,l,a);if(c.done)return c.value}var h=s(a);h||(a=p(a));var m=i.global;if(m){var b=i.unicode;i.lastIndex=0}for(var O=[];;){var P=y(i,l);if(null===P)break;if(E(O,P),!m)break;""===p(P[0])&&(i.lastIndex=v(l,d(i.lastIndex),b))}for(var _,R="",L=0,N=0;N=L&&(R+=C(l,L,T)+I,L=T+D.length)}return R+C(l,L)}]}),!!l((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$")}))||!O||P)},1583:function(e,t,n){"use strict";var r,a=n(2406),o=n(419),i=n(8087),l=n(5305),u=n(1114),s=n(5215),c=n(5732),f=n(1218),d=n(1259).enforce,p=n(6862),h=n(4665),v=Object,m=Array.isArray,g=v.isExtensible,y=v.isFrozen,b=v.isSealed,w=v.freeze,x=v.seal,k={},E={},S=!o.ActiveXObject&&"ActiveXObject"in o,C=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},O=s("WeakMap",C,c),P=O.prototype,_=i(P.set);if(h)if(S){r=c.getConstructor(C,"WeakMap",!0),u.enable();var R=i(P.delete),L=i(P.has),N=i(P.get);l(P,{delete:function(e){if(f(e)&&!g(e)){var t=d(this);return t.frozen||(t.frozen=new r),R(this,e)||t.frozen.delete(e)}return R(this,e)},has:function(e){if(f(e)&&!g(e)){var t=d(this);return t.frozen||(t.frozen=new r),L(this,e)||t.frozen.has(e)}return L(this,e)},get:function(e){if(f(e)&&!g(e)){var t=d(this);return t.frozen||(t.frozen=new r),L(this,e)?N(this,e):t.frozen.get(e)}return N(this,e)},set:function(e,t){if(f(e)&&!g(e)){var n=d(this);n.frozen||(n.frozen=new r),L(this,e)?_(this,e,t):n.frozen.set(e,t)}else _(this,e,t);return this}})}else a&&p((function(){var e=w([]);return _(new O,e,1),!y(e)}))&&l(P,{set:function(e,t){var n;return m(e)&&(y(e)?n=k:b(e)&&(n=E)),_(this,e,t),n==k&&w(e),n==E&&x(e),this}})},8779:function(e,t,n){n(1583)},1144:function(e,t,n){var r=n(419),a=n(7144),o=n(1651),i=n(9553),l=n(4845),u=n(2712),s=u("iterator"),c=u("toStringTag"),f=i.values,d=function(e,t){if(e){if(e[s]!==f)try{l(e,s,f)}catch(t){e[s]=f}if(e[c]||l(e,c,t),a[t])for(var n in i)if(e[n]!==i[n])try{l(e,n,i[n])}catch(t){e[n]=i[n]}}};for(var p in a)d(r[p]&&r[p].prototype,p);d(o,"DOMTokenList")},958:function(e,t,n){"use strict";function r(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r3?t.i-4:t.i:Array.isArray(e)?1:p(e)?2:h(e)?3:0}function s(e,t){return 2===u(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function c(e,t){return 2===u(e)?e.get(t):e[t]}function f(e,t,n){var r=u(e);2===r?e.set(t,n):3===r?(e.delete(t),e.add(n)):e[t]=n}function d(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function p(e){return Q&&e instanceof Map}function h(e){return Y&&e instanceof Set}function v(e){return e.o||e.t}function m(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=re(e);delete t[Z];for(var n=ne(t),r=0;r1&&(e.set=e.add=e.clear=e.delete=y),Object.freeze(e),t&&l(e,(function(e,t){return g(t,!0)}),!0)),e}function y(){r(2)}function b(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function w(e){var t=ae[e];return t||r(18,e),t}function x(e,t){ae[e]||(ae[e]=t)}function k(){return q}function E(e,t){t&&(w("Patches"),e.u=[],e.s=[],e.v=t)}function S(e){C(e),e.p.forEach(P),e.p=null}function C(e){e===q&&(q=e.l)}function O(e){return q={p:[],l:q,h:e,m:!0,_:0}}function P(e){var t=e[Z];0===t.i||1===t.i?t.j():t.O=!0}function _(e,t){t._=t.p.length;var n=t.p[0],a=void 0!==e&&e!==n;return t.h.g||w("ES5").S(t,e,a),a?(n[Z].P&&(S(t),r(4)),o(e)&&(e=R(t,e),t.l||N(t,e)),t.u&&w("Patches").M(n[Z].t,e,t.u,t.s)):e=R(t,n,[]),S(t),t.u&&t.v(t.u,t.s),e!==G?e:void 0}function R(e,t,n){if(b(t))return t;var r=t[Z];if(!r)return l(t,(function(a,o){return L(e,r,t,a,o,n)}),!0),t;if(r.A!==e)return t;if(!r.P)return N(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var a=4===r.i||5===r.i?r.o=m(r.k):r.o;l(3===r.i?new Set(a):a,(function(t,o){return L(e,r,a,t,o,n)})),N(e,a,!1),n&&e.u&&w("Patches").R(r,n,e.u,e.s)}return r.o}function L(e,t,n,r,i,l){if(a(i)){var u=R(e,i,l&&t&&3!==t.i&&!s(t.D,r)?l.concat(r):void 0);if(f(n,r,u),!a(u))return;e.m=!1}if(o(i)&&!b(i)){if(!e.h.F&&e._<1)return;R(e,i),t&&t.A.l||N(e,i)}}function N(e,t,n){void 0===n&&(n=!1),e.h.F&&e.m&&g(t,n)}function D(e,t){var n=e[Z];return(n?v(n):e)[t]}function T(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function A(e){e.P||(e.P=!0,e.l&&A(e.l))}function z(e){e.o||(e.o=m(e.t))}function M(e,t,n){var r=p(t)?w("MapSet").N(t,n):h(t)?w("MapSet").T(t,n):e.g?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:k(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},a=r,o=oe;n&&(a=[r],o=ie);var i=Proxy.revocable(a,o),l=i.revoke,u=i.proxy;return r.k=u,r.j=l,u}(t,n):w("ES5").J(t,n);return(n?n.A:k()).p.push(r),r}function j(e){return a(e)||r(22,e),function e(t){if(!o(t))return t;var n,r=t[Z],a=u(t);if(r){if(!r.P&&(r.i<4||!w("ES5").K(r)))return r.t;r.I=!0,n=I(t,a),r.I=!1}else n=I(t,a);return l(n,(function(t,a){r&&c(r.t,t)===a||f(n,t,e(a))})),3===a?new Set(n):n}(e)}function I(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return m(e)}function F(){function e(e,t){var n=o[e];return n?n.enumerable=t:o[e]=n={configurable:!0,enumerable:t,get:function(){var t=this[Z];return oe.get(t,e)},set:function(t){var n=this[Z];oe.set(n,e,t)}},n}function t(e){for(var t=e.length-1;t>=0;t--){var a=e[t][Z];if(!a.P)switch(a.i){case 5:r(a)&&A(a);break;case 4:n(a)&&A(a)}}}function n(e){for(var t=e.t,n=e.k,r=ne(n),a=r.length-1;a>=0;a--){var o=r[a];if(o!==Z){var i=t[o];if(void 0===i&&!s(t,o))return!0;var l=n[o],u=l&&l[Z];if(u?u.t!==i:!d(l,i))return!0}}var c=!!t[Z];return r.length!==ne(t).length+(c?0:1)}function r(e){var t=e.k;if(t.length!==e.t.length)return!0;var n=Object.getOwnPropertyDescriptor(t,t.length-1);if(n&&!n.get)return!0;for(var r=0;r1?r-1:0),o=1;o1?r-1:0),o=1;o=0;n--){var r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));var o=w("Patches").$;return a(e)?o(e,t):this.produce(e,(function(e){return o(e,t)}))},e}(),ue=new le,se=ue.produce,ce=ue.produceWithPatches.bind(ue),fe=ue.setAutoFreeze.bind(ue),de=ue.setUseProxies.bind(ue),pe=ue.applyPatches.bind(ue),he=ue.createDraft.bind(ue),ve=ue.finishDraft.bind(ue);t.default=se},6601:function(e,t,n){var r=/^\s+|\s+$/g,a=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,i=/^0o[0-7]+$/i,l=parseInt,u="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,s="object"==typeof self&&self&&self.Object===Object&&self,c=u||s||Function("return this")(),f=Object.prototype.toString,d=Math.max,p=Math.min,h=function(){return c.Date.now()};function v(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function m(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==f.call(e)}(e))return NaN;if(v(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=v(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(r,"");var n=o.test(e);return n||i.test(e)?l(e.slice(2),n?2:8):a.test(e)?NaN:+e}e.exports=function(e,t,n){var r,a,o,i,l,u,s=0,c=!1,f=!1,g=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function y(t){var n=r,o=a;return r=a=void 0,s=t,i=e.apply(o,n)}function b(e){var n=e-u;return void 0===u||n>=t||n<0||f&&e-s>=o}function w(){var e=h();if(b(e))return x(e);l=setTimeout(w,function(e){var n=t-(e-u);return f?p(n,o-(e-s)):n}(e))}function x(e){return l=void 0,g&&r?y(e):(r=a=void 0,i)}function k(){var e=h(),n=b(e);if(r=arguments,a=this,u=e,n){if(void 0===l)return function(e){return s=e,l=setTimeout(w,t),c?y(e):i}(u);if(f)return l=setTimeout(w,t),y(u)}return void 0===l&&(l=setTimeout(w,t)),i}return t=m(t)||0,v(n)&&(c=!!n.leading,o=(f="maxWait"in n)?d(m(n.maxWait)||0,t):o,g="trailing"in n?!!n.trailing:g),k.cancel=function(){void 0!==l&&clearTimeout(l),s=0,r=u=a=l=void 0},k.flush=function(){return void 0===l?i:x(h())},k}},3657:function(e,t,n){var r,a="__lodash_hash_undefined__",o="[object Function]",i="[object GeneratorFunction]",l=/^\[object .+?Constructor\]$/,u="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,s="object"==typeof self&&self&&self.Object===Object&&self,c=u||s||Function("return this")(),f=Array.prototype,d=Function.prototype,p=Object.prototype,h=c["__core-js_shared__"],v=(r=/[^.]+$/.exec(h&&h.keys&&h.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",m=d.toString,g=p.hasOwnProperty,y=p.toString,b=RegExp("^"+m.call(g).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),w=f.splice,x=_(c,"Map"),k=_(Object,"create");function E(e){var t=-1,n=e?e.length:0;for(this.clear();++t-1},S.prototype.set=function(e,t){var n=this.__data__,r=O(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},C.prototype.clear=function(){this.__data__={hash:new E,map:new(x||S),string:new E}},C.prototype.delete=function(e){return P(this,e).delete(e)},C.prototype.get=function(e){return P(this,e).get(e)},C.prototype.has=function(e){return P(this,e).has(e)},C.prototype.set=function(e,t){return P(this,e).set(e,t),this},R.Cache=C,e.exports=R},4223:function(e,t,n){var r="Expected a function",a=NaN,o="[object Symbol]",i=/^\s+|\s+$/g,l=/^[-+]0x[0-9a-f]+$/i,u=/^0b[01]+$/i,s=/^0o[0-7]+$/i,c=parseInt,f="object"==typeof n.g&&n.g&&n.g.Object===Object&&n.g,d="object"==typeof self&&self&&self.Object===Object&&self,p=f||d||Function("return this")(),h=Object.prototype.toString,v=Math.max,m=Math.min,g=function(){return p.Date.now()};function y(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function b(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&h.call(e)==o}(e))return a;if(y(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=y(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=u.test(e);return n||s.test(e)?c(e.slice(2),n?2:8):l.test(e)?a:+e}e.exports=function(e,t,n){var a=!0,o=!0;if("function"!=typeof e)throw new TypeError(r);return y(n)&&(a="leading"in n?!!n.leading:a,o="trailing"in n?!!n.trailing:o),function(e,t,n){var a,o,i,l,u,s,c=0,f=!1,d=!1,p=!0;if("function"!=typeof e)throw new TypeError(r);function h(t){var n=a,r=o;return a=o=void 0,c=t,l=e.apply(r,n)}function w(e){var n=e-s;return void 0===s||n>=t||n<0||d&&e-c>=i}function x(){var e=g();if(w(e))return k(e);u=setTimeout(x,function(e){var n=t-(e-s);return d?m(n,i-(e-c)):n}(e))}function k(e){return u=void 0,p&&a?h(e):(a=o=void 0,l)}function E(){var e=g(),n=w(e);if(a=arguments,o=this,s=e,n){if(void 0===u)return function(e){return c=e,u=setTimeout(x,t),f?h(e):l}(s);if(d)return u=setTimeout(x,t),h(s)}return void 0===u&&(u=setTimeout(x,t)),l}return t=b(t)||0,y(n)&&(f=!!n.leading,i=(d="maxWait"in n)?v(b(n.maxWait)||0,t):i,p="trailing"in n?!!n.trailing:p),E.cancel=function(){void 0!==u&&clearTimeout(u),c=0,a=s=o=u=void 0},E.flush=function(){return void 0===u?l:k(g())},E}(e,t,{leading:a,maxWait:t,trailing:o})}},8479:function(e,t,n){"use strict";var r=n(8960);function a(){}function o(){}o.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,o,i){if(i!==r){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:a};return n.PropTypes=n,n}},5431:function(e,t,n){e.exports=n(8479)()},8960:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},6047:function(e,t,n){var r=n(7158),a=function(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}(r);function o(){return(o=Object.assign||function(e){for(var t=1;t=0||(a[n]=e[n]);return a}function l(e){var t=r.useRef(e),n=r.useRef((function(e){t.current&&t.current(e)}));return t.current=e,n.current}var u=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=1),e>n?n:e0:e.buttons>0)&&p.current?h(f(p.current,e,m.current)):n(!1)},t=function(){return n(!1)};function n(n){var r=g.current,a=c(p.current),o=n?a.addEventListener:a.removeEventListener;o(r?"touchmove":"mousemove",e),o(r?"touchend":"mouseup",t)}return[function(e){var t=e.nativeEvent,r=p.current;if(r&&(d(t),!function(e,t){return t&&!s(e)}(t,g.current)&&r)){if(s(t)){g.current=!0;var a=t.changedTouches||[];a.length&&(m.current=a[0].identifier)}r.focus(),h(f(r,t,m.current)),n(!0)}},function(e){var t=e.which||e.keyCode;t<37||t>40||(e.preventDefault(),v({left:39===t?.05:37===t?-.05:0,top:40===t?.05:38===t?-.05:0}))},n]}),[v,h]),b=y[0],w=y[1],x=y[2];return r.useEffect((function(){return x}),[x]),a.default.createElement("div",o({},u,{onTouchStart:b,onMouseDown:b,className:"react-colorful__interactive",ref:p,onKeyDown:w,tabIndex:0,role:"slider"}))})),h=function(e){return e.filter(Boolean).join(" ")},v=function(e){var t=e.color,n=e.left,r=e.top,o=void 0===r?.5:r,i=h(["react-colorful__pointer",e.className]);return a.default.createElement("div",{className:i,style:{top:100*o+"%",left:100*n+"%"}},a.default.createElement("div",{className:"react-colorful__pointer-fill",style:{backgroundColor:t}}))},m=function(e,t,n){return void 0===t&&(t=0),void 0===n&&(n=Math.pow(10,t)),Math.round(n*e)/n},g={grad:.9,turn:360,rad:360/(2*Math.PI)},y=function(e){return z(b(e))},b=function(e){return"#"===e[0]&&(e=e.substring(1)),e.length<6?{r:parseInt(e[0]+e[0],16),g:parseInt(e[1]+e[1],16),b:parseInt(e[2]+e[2],16),a:4===e.length?m(parseInt(e[3]+e[3],16)/255,2):1}:{r:parseInt(e.substring(0,2),16),g:parseInt(e.substring(2,4),16),b:parseInt(e.substring(4,6),16),a:8===e.length?m(parseInt(e.substring(6,8),16)/255,2):1}},w=function(e,t){return void 0===t&&(t="deg"),Number(e)*(g[t]||1)},x=function(e){var t=/hsla?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?E({h:w(t[1],t[2]),s:Number(t[3]),l:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},k=x,E=function(e){var t=e.s,n=e.l;return{h:e.h,s:(t*=(n<50?n:100-n)/100)>0?2*t/(n+t)*100:0,v:n+t,a:e.a}},S=function(e){return A(_(e))},C=function(e){var t=e.s,n=e.v,r=e.a,a=(200-t)*n/100;return{h:m(e.h),s:m(a>0&&a<200?t*n/100/(a<=100?a:200-a)*100:0),l:m(a/2),a:m(r,2)}},O=function(e){var t=C(e);return"hsl("+t.h+", "+t.s+"%, "+t.l+"%)"},P=function(e){var t=C(e);return"hsla("+t.h+", "+t.s+"%, "+t.l+"%, "+t.a+")"},_=function(e){var t=e.h,n=e.s,r=e.v,a=e.a;t=t/360*6,n/=100,r/=100;var o=Math.floor(t),i=r*(1-n),l=r*(1-(t-o)*n),u=r*(1-(1-t+o)*n),s=o%6;return{r:m(255*[r,l,i,i,u,r][s]),g:m(255*[u,r,r,l,i,i][s]),b:m(255*[i,i,u,r,r,l][s]),a:m(a,2)}},R=function(e){var t=/hsva?\(?\s*(-?\d*\.?\d+)(deg|rad|grad|turn)?[,\s]+(-?\d*\.?\d+)%?[,\s]+(-?\d*\.?\d+)%?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?M({h:w(t[1],t[2]),s:Number(t[3]),v:Number(t[4]),a:void 0===t[5]?1:Number(t[5])/(t[6]?100:1)}):{h:0,s:0,v:0,a:1}},L=R,N=function(e){var t=/rgba?\(?\s*(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?[,\s]+(-?\d*\.?\d+)(%)?,?\s*[/\s]*(-?\d*\.?\d+)?(%)?\s*\)?/i.exec(e);return t?z({r:Number(t[1])/(t[2]?100/255:1),g:Number(t[3])/(t[4]?100/255:1),b:Number(t[5])/(t[6]?100/255:1),a:void 0===t[7]?1:Number(t[7])/(t[8]?100:1)}):{h:0,s:0,v:0,a:1}},D=N,T=function(e){var t=e.toString(16);return t.length<2?"0"+t:t},A=function(e){var t=e.r,n=e.g,r=e.b,a=e.a,o=a<1?T(m(255*a)):"";return"#"+T(t)+T(n)+T(r)+o},z=function(e){var t=e.r,n=e.g,r=e.b,a=e.a,o=Math.max(t,n,r),i=o-Math.min(t,n,r),l=i?o===t?(n-r)/i:o===n?2+(r-t)/i:4+(t-n)/i:0;return{h:m(60*(l<0?l+6:l)),s:m(o?i/o*100:0),v:m(o/255*100),a:a}},M=function(e){return{h:m(e.h),s:m(e.s),v:m(e.v),a:m(e.a,2)}},j=a.default.memo((function(e){var t=e.hue,n=e.onChange,r=h(["react-colorful__hue",e.className]);return a.default.createElement("div",{className:r},a.default.createElement(p,{onMove:function(e){n({h:360*e.left})},onKey:function(e){n({h:u(t+360*e.left,0,360)})},"aria-label":"Hue","aria-valuenow":m(t),"aria-valuemax":"360","aria-valuemin":"0"},a.default.createElement(v,{className:"react-colorful__hue-pointer",left:t/360,color:O({h:t,s:100,v:100,a:1})})))})),I=a.default.memo((function(e){var t=e.hsva,n=e.onChange,r={backgroundColor:O({h:t.h,s:100,v:100,a:1})};return a.default.createElement("div",{className:"react-colorful__saturation",style:r},a.default.createElement(p,{onMove:function(e){n({s:100*e.left,v:100-100*e.top})},onKey:function(e){n({s:u(t.s+100*e.left,0,100),v:u(t.v-100*e.top,0,100)})},"aria-label":"Color","aria-valuetext":"Saturation "+m(t.s)+"%, Brightness "+m(t.v)+"%"},a.default.createElement(v,{className:"react-colorful__saturation-pointer",top:1-t.v/100,left:t.s/100,color:O(t)})))})),F=function(e,t){if(e===t)return!0;for(var n in e)if(e[n]!==t[n])return!1;return!0},B=function(e,t){return e.replace(/\s/g,"")===t.replace(/\s/g,"")},U=function(e,t){return e.toLowerCase()===t.toLowerCase()||F(b(e),b(t))};function W(e,t,n){var a=l(n),o=r.useState((function(){return e.toHsva(t)})),i=o[0],u=o[1],s=r.useRef({color:t,hsva:i});r.useEffect((function(){if(!e.equal(t,s.current.color)){var n=e.toHsva(t);s.current={hsva:n,color:t},u(n)}}),[t,e]),r.useEffect((function(){var t;F(i,s.current.hsva)||e.equal(t=e.fromHsva(i),s.current.color)||(s.current={hsva:i,color:t},a(t))}),[i,e,a]);var c=r.useCallback((function(e){u((function(t){return Object.assign({},t,e)}))}),[]);return[i,c]}var H,$="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,V=new Map,q=function(e){$((function(){var t=e.current?e.current.ownerDocument:document;if(void 0!==t&&!V.has(t)){var r=t.createElement("style");r.innerHTML='.react-colorful{position:relative;display:flex;flex-direction:column;width:200px;height:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default}.react-colorful__saturation{position:relative;flex-grow:1;border-color:transparent;border-bottom:12px solid #000;border-radius:8px 8px 0 0;background-image:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,hsla(0,0%,100%,0))}.react-colorful__alpha-gradient,.react-colorful__pointer-fill{content:"";position:absolute;left:0;top:0;right:0;bottom:0;pointer-events:none;border-radius:inherit}.react-colorful__alpha-gradient,.react-colorful__saturation{box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)}.react-colorful__alpha,.react-colorful__hue{position:relative;height:24px}.react-colorful__hue{background:linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)}.react-colorful__last-control{border-radius:0 0 8px 8px}.react-colorful__interactive{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:inherit;outline:none;touch-action:none}.react-colorful__pointer{position:absolute;z-index:1;box-sizing:border-box;width:28px;height:28px;transform:translate(-50%,-50%);background-color:#fff;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2)}.react-colorful__interactive:focus .react-colorful__pointer{transform:translate(-50%,-50%) scale(1.1)}.react-colorful__alpha,.react-colorful__alpha-pointer{background-color:#fff;background-image:url(\'data:image/svg+xml;charset=utf-8,\')}.react-colorful__saturation-pointer{z-index:3}.react-colorful__hue-pointer{z-index:2}',V.set(t,r);var a=H||n.nc;a&&r.setAttribute("nonce",a),t.head.appendChild(r)}}),[])},K=function(e){var t=e.className,n=e.colorModel,l=e.color,u=void 0===l?n.defaultColor:l,s=e.onChange,c=i(e,["className","colorModel","color","onChange"]),f=r.useRef(null);q(f);var d=W(n,u,s),p=d[0],v=d[1],m=h(["react-colorful",t]);return a.default.createElement("div",o({},c,{ref:f,className:m}),a.default.createElement(I,{hsva:p,onChange:v}),a.default.createElement(j,{hue:p.h,onChange:v,className:"react-colorful__last-control"}))},Q={defaultColor:"000",toHsva:y,fromHsva:function(e){return S({h:e.h,s:e.s,v:e.v,a:1})},equal:U},Y=function(e){var t=e.className,n=e.hsva,r=e.onChange,o={backgroundImage:"linear-gradient(90deg, "+P(Object.assign({},n,{a:0}))+", "+P(Object.assign({},n,{a:1}))+")"},i=h(["react-colorful__alpha",t]),l=m(100*n.a);return a.default.createElement("div",{className:i},a.default.createElement("div",{className:"react-colorful__alpha-gradient",style:o}),a.default.createElement(p,{onMove:function(e){r({a:e.left})},onKey:function(e){r({a:u(n.a+e.left)})},"aria-label":"Alpha","aria-valuetext":l+"%","aria-valuenow":l,"aria-valuemin":"0","aria-valuemax":"100"},a.default.createElement(v,{className:"react-colorful__alpha-pointer",left:n.a,color:P(n)})))},X=function(e){var t=e.className,n=e.colorModel,l=e.color,u=void 0===l?n.defaultColor:l,s=e.onChange,c=i(e,["className","colorModel","color","onChange"]),f=r.useRef(null);q(f);var d=W(n,u,s),p=d[0],v=d[1],m=h(["react-colorful",t]);return a.default.createElement("div",o({},c,{ref:f,className:m}),a.default.createElement(I,{hsva:p,onChange:v}),a.default.createElement(j,{hue:p.h,onChange:v}),a.default.createElement(Y,{hsva:p,onChange:v,className:"react-colorful__last-control"}))},G={defaultColor:"0001",toHsva:y,fromHsva:S,equal:U},J={defaultColor:{h:0,s:0,l:0,a:1},toHsva:E,fromHsva:C,equal:F},Z={defaultColor:"hsla(0, 0%, 0%, 1)",toHsva:x,fromHsva:P,equal:B},ee={defaultColor:{h:0,s:0,l:0},toHsva:function(e){return E({h:e.h,s:e.s,l:e.l,a:1})},fromHsva:function(e){return{h:(t=C(e)).h,s:t.s,l:t.l};var t},equal:F},te={defaultColor:"hsl(0, 0%, 0%)",toHsva:k,fromHsva:O,equal:B},ne={defaultColor:{h:0,s:0,v:0,a:1},toHsva:function(e){return e},fromHsva:M,equal:F},re={defaultColor:"hsva(0, 0%, 0%, 1)",toHsva:R,fromHsva:function(e){var t=M(e);return"hsva("+t.h+", "+t.s+"%, "+t.v+"%, "+t.a+")"},equal:B},ae={defaultColor:{h:0,s:0,v:0},toHsva:function(e){return{h:e.h,s:e.s,v:e.v,a:1}},fromHsva:function(e){var t=M(e);return{h:t.h,s:t.s,v:t.v}},equal:F},oe={defaultColor:"hsv(0, 0%, 0%)",toHsva:L,fromHsva:function(e){var t=M(e);return"hsv("+t.h+", "+t.s+"%, "+t.v+"%)"},equal:B},ie={defaultColor:{r:0,g:0,b:0,a:1},toHsva:z,fromHsva:_,equal:F},le={defaultColor:"rgba(0, 0, 0, 1)",toHsva:N,fromHsva:function(e){var t=_(e);return"rgba("+t.r+", "+t.g+", "+t.b+", "+t.a+")"},equal:B},ue={defaultColor:{r:0,g:0,b:0},toHsva:function(e){return z({r:e.r,g:e.g,b:e.b,a:1})},fromHsva:function(e){return{r:(t=_(e)).r,g:t.g,b:t.b};var t},equal:F},se={defaultColor:"rgb(0, 0, 0)",toHsva:D,fromHsva:function(e){var t=_(e);return"rgb("+t.r+", "+t.g+", "+t.b+")"},equal:B},ce=/^#?([0-9A-F]{3,8})$/i,fe=function(e){var t=e.color,n=void 0===t?"":t,u=e.onChange,s=e.onBlur,c=e.escape,f=e.validate,d=e.format,p=e.process,h=i(e,["color","onChange","onBlur","escape","validate","format","process"]),v=r.useState((function(){return c(n)})),m=v[0],g=v[1],y=l(u),b=l(s),w=r.useCallback((function(e){var t=c(e.target.value);g(t),f(t)&&y(p?p(t):t)}),[c,p,f,y]),x=r.useCallback((function(e){f(e.target.value)||g(c(n)),b(e)}),[n,c,f,b]);return r.useEffect((function(){g(c(n))}),[n,c]),a.default.createElement("input",o({},h,{value:d?d(m):m,spellCheck:"false",onChange:w,onBlur:x}))},de=function(e){return"#"+e};t.HexAlphaColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:G}))},t.HexColorInput=function(e){var t=e.prefixed,n=e.alpha,l=i(e,["prefixed","alpha"]),u=r.useCallback((function(e){return e.replace(/([^0-9A-F]+)/gi,"").substring(0,n?8:6)}),[n]),s=r.useCallback((function(e){return function(e,t){var n=ce.exec(e),r=n?n[1].length:0;return 3===r||6===r||!!t&&4===r||!!t&&8===r}(e,n)}),[n]);return a.default.createElement(fe,o({},l,{escape:u,format:t?de:void 0,process:de,validate:s}))},t.HexColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:Q}))},t.HslColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:ee}))},t.HslStringColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:te}))},t.HslaColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:J}))},t.HslaStringColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:Z}))},t.HsvColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:ae}))},t.HsvStringColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:oe}))},t.HsvaColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:ne}))},t.HsvaStringColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:re}))},t.RgbColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:ue}))},t.RgbStringColorPicker=function(e){return a.default.createElement(K,o({},e,{colorModel:se}))},t.RgbaColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:ie}))},t.RgbaStringColorPicker=function(e){return a.default.createElement(X,o({},e,{colorModel:le}))},t.setNonce=function(e){H=e}},4664:function(e,t,n){"use strict";var r=n(7158),a=n(4573);function o(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;no-i)b.push({type:"page",index:m,display:y(m)});else if(m>=d-h&&m<=d+(0===d&&a>1?v-1:v))b.push({type:"page",index:m,display:y(m)});else if(l&&b.length>0&&b[b.length-1].display!==g&&(a>0||i>0)){var x=ma-1&&console.warn("(react-paginate): The initialPage prop provided is greater than the maximum page index from pageCount prop (".concat(t," > ").concat(a-1,").")),void 0!==o&&o>a-1&&console.warn("(react-paginate): The forcePage prop provided is greater than the maximum page index from pageCount prop (".concat(o," > ").concat(a-1,")."))}},{key:"componentDidUpdate",value:function(e){void 0!==this.props.forcePage&&this.props.forcePage!==e.forcePage&&(this.props.forcePage>this.props.pageCount-1&&console.warn("(react-paginate): The forcePage prop provided is greater than the maximum page index from pageCount prop (".concat(this.props.forcePage," > ").concat(this.props.pageCount-1,").")),this.setState({selected:this.props.forcePage})),Number.isInteger(e.pageCount)&&!Number.isInteger(this.props.pageCount)&&console.warn("(react-paginate): The pageCount prop value provided is not an integer (".concat(this.props.pageCount,"). Did you forget a Math.ceil()?"))}},{key:"getForwardJump",value:function(){var e=this.state.selected,t=this.props,n=t.pageCount,r=e+t.pageRangeDisplayed;return r>=n?n-1:r}},{key:"getBackwardJump",value:function(){var e=this.state.selected-this.props.pageRangeDisplayed;return e<0?0:e}},{key:"getElementHref",value:function(e){var t=this.props,n=t.hrefBuilder,r=t.pageCount,a=t.hrefAllControls;if(n)return a||e>=0&&e=0&&ed(e,"string"==typeof e?null:e.state,0===t?"default":void 0)));let i=s(null==a?t.length-1:a),l=r.Pop,u=null;function s(e){return Math.min(Math.max(e,0),t.length-1)}function c(){return t[i]}function d(e,n,r){void 0===n&&(n=null);let a=p(t?c().pathname:"/",e,n,r);return f("/"===a.pathname.charAt(0),"relative pathnames are not supported in memory history: "+JSON.stringify(e)),a}function m(e){return"string"==typeof e?e:h(e)}return{get index(){return i},get action(){return l},get location(){return c()},createHref:m,createURL:e=>new URL(m(e),"http://localhost"),encodeLocation(e){let t="string"==typeof e?v(e):e;return{pathname:t.pathname||"",search:t.search||"",hash:t.hash||""}},push(e,n){l=r.Push;let a=d(e,n);i+=1,t.splice(i,t.length,a),o&&u&&u({action:l,location:a,delta:1})},replace(e,n){l=r.Replace;let a=d(e,n);t[i]=a,o&&u&&u({action:l,location:a,delta:0})},go(e){l=r.Pop;let n=s(i+e),a=t[n];i=n,u&&u({action:l,location:a,delta:e})},listen:e=>(u=e,()=>{u=null})}}function u(e){return void 0===e&&(e={}),m((function(e,t){let{pathname:n,search:r,hash:a}=e.location;return p("",{pathname:n,search:r,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){return"string"==typeof t?t:h(t)}),null,e)}function s(e){return void 0===e&&(e={}),m((function(e,t){let{pathname:n="/",search:r="",hash:a=""}=v(e.location.hash.substr(1));return p("",{pathname:n,search:r,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||"default")}),(function(e,t){let n=e.document.querySelector("base"),r="";if(n&&n.getAttribute("href")){let t=e.location.href,n=t.indexOf("#");r=-1===n?t:t.slice(0,n)}return r+"#"+("string"==typeof t?t:h(t))}),(function(e,t){f("/"===e.pathname.charAt(0),"relative pathnames are not supported in hash history.push("+JSON.stringify(t)+")")}),e)}function c(e,t){if(!1===e||null==e)throw new Error(t)}function f(e,t){if(!e){"undefined"!=typeof console&&console.warn(t);try{throw new Error(t)}catch(e){}}}function d(e,t){return{usr:e.state,key:e.key,idx:t}}function p(e,t,n,r){return void 0===n&&(n=null),o({pathname:"string"==typeof e?e:e.pathname,search:"",hash:""},"string"==typeof t?v(t):t,{state:n,key:t&&t.key||r||Math.random().toString(36).substr(2,8)})}function h(e){let{pathname:t="/",search:n="",hash:r=""}=e;return n&&"?"!==n&&(t+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(t+="#"===r.charAt(0)?r:"#"+r),t}function v(e){let t={};if(e){let n=e.indexOf("#");n>=0&&(t.hash=e.substr(n),e=e.substr(0,n));let r=e.indexOf("?");r>=0&&(t.search=e.substr(r),e=e.substr(0,r)),e&&(t.pathname=e)}return t}function m(e,t,n,a){void 0===a&&(a={});let{window:l=document.defaultView,v5Compat:u=!1}=a,s=l.history,f=r.Pop,v=null,m=g();function g(){return(s.state||{idx:null}).idx}function y(){f=r.Pop;let e=g(),t=null==e?null:e-m;m=e,v&&v({action:f,location:w.location,delta:t})}function b(e){let t="null"!==l.location.origin?l.location.origin:l.location.href,n="string"==typeof e?e:h(e);return c(t,"No window.location.(origin|href) available to create URL for href: "+n),new URL(n,t)}null==m&&(m=0,s.replaceState(o({},s.state,{idx:m}),""));let w={get action(){return f},get location(){return e(l,s)},listen(e){if(v)throw new Error("A history only accepts one active listener");return l.addEventListener(i,y),v=e,()=>{l.removeEventListener(i,y),v=null}},createHref:e=>t(l,e),createURL:b,encodeLocation(e){let t=b(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:function(e,t){f=r.Push;let a=p(w.location,e,t);n&&n(a,e),m=g()+1;let o=d(a,m),i=w.createHref(a);try{s.pushState(o,"",i)}catch(e){l.location.assign(i)}u&&v&&v({action:f,location:w.location,delta:1})},replace:function(e,t){f=r.Replace;let a=p(w.location,e,t);n&&n(a,e),m=g();let o=d(a,m),i=w.createHref(a);s.replaceState(o,"",i),u&&v&&v({action:f,location:w.location,delta:0})},go:e=>s.go(e)};return w}var g;!function(e){e.data="data",e.deferred="deferred",e.redirect="redirect",e.error="error"}(g||(g={}));const y=new Set(["lazy","caseSensitive","path","id","index","children"]);function b(e,t,n,r){return void 0===n&&(n=[]),void 0===r&&(r={}),e.map(((e,a)=>{let i=[...n,a],l="string"==typeof e.id?e.id:i.join("-");if(c(!0!==e.index||!e.children,"Cannot specify children on an index route"),c(!r[l],'Found a route id collision on id "'+l+"\". Route id's must be globally unique within Data Router usages"),function(e){return!0===e.index}(e)){let n=o({},e,t(e),{id:l});return r[l]=n,n}{let n=o({},e,t(e),{id:l,children:void 0});return r[l]=n,e.children&&(n.children=b(e.children,t,i,r)),n}}))}function w(e,t,n){void 0===n&&(n="/");let r=z(("string"==typeof t?v(t):t).pathname||"/",n);if(null==r)return null;let a=x(e);!function(e){e.sort(((e,t)=>e.score!==t.score?t.score-e.score:function(e,t){return e.length===t.length&&e.slice(0,-1).every(((e,n)=>e===t[n]))?e[e.length-1]-t[t.length-1]:0}(e.routesMeta.map((e=>e.childrenIndex)),t.routesMeta.map((e=>e.childrenIndex)))))}(a);let o=null;for(let e=0;null==o&&e{let i={relativePath:void 0===o?e.path||"":o,caseSensitive:!0===e.caseSensitive,childrenIndex:a,route:e};i.relativePath.startsWith("/")&&(c(i.relativePath.startsWith(r),'Absolute route path "'+i.relativePath+'" nested under path "'+r+'" is not valid. An absolute child route path must start with the combined path of all its parent routes.'),i.relativePath=i.relativePath.slice(r.length));let l=B([r,i.relativePath]),u=n.concat(i);e.children&&e.children.length>0&&(c(!0!==e.index,'Index routes must not have child routes. Please remove all child routes from route path "'+l+'".'),x(e.children,t,u,l)),(null!=e.path||e.index)&&t.push({path:l,score:L(l,e.index),routesMeta:u})};return e.forEach(((e,t)=>{var n;if(""!==e.path&&null!=(n=e.path)&&n.includes("?"))for(let n of k(e.path))a(e,t,n);else a(e,t)})),t}function k(e){let t=e.split("/");if(0===t.length)return[];let[n,...r]=t,a=n.endsWith("?"),o=n.replace(/\?$/,"");if(0===r.length)return a?[o,""]:[o];let i=k(r.join("/")),l=[];return l.push(...i.map((e=>""===e?o:[o,e].join("/")))),a&&l.push(...i),l.map((t=>e.startsWith("/")&&""===t?"/":t))}const E=/^:\w+$/,S=3,C=2,O=1,P=10,_=-2,R=e=>"*"===e;function L(e,t){let n=e.split("/"),r=n.length;return n.some(R)&&(r+=_),t&&(r+=C),n.filter((e=>!R(e))).reduce(((e,t)=>e+(E.test(t)?S:""===t?O:P)),r)}function N(e,t){let{routesMeta:n}=e,r={},a="/",o=[];for(let e=0;e{if(n===r.length-1&&"*"===e)return t["*"];const a=e.match(/^:(\w+)(\??)$/);if(a){const[,e,n]=a;let r=t[e];return"?"===n?null==r?"":r:(null==r&&c(!1,'Missing ":'+e+'" param'),r)}return e.replace(/\?$/g,"")})).filter((e=>!!e)).join("/")}function T(e,t){"string"==typeof e&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=function(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!0),f("*"===e||!e.endsWith("*")||e.endsWith("/*"),'Route path "'+e+'" will be treated as if it were "'+e.replace(/\*$/,"/*")+'" because the `*` character must always follow a `/` in the pattern. To get rid of this warning, please change the route path to "'+e.replace(/\*$/,"/*")+'".');let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/\/:(\w+)/g,((e,t)=>(r.push(t),"/([^\\/]+)")));return e.endsWith("*")?(r.push("*"),a+="*"===e||"/*"===e?"(.*)$":"(?:\\/(.+)|\\/*)$"):n?a+="\\/*$":""!==e&&"/"!==e&&(a+="(?:(?=\\/|$))"),[new RegExp(a,t?void 0:"i"),r]}(e.path,e.caseSensitive,e.end),a=t.match(n);if(!a)return null;let o=a[0],i=o.replace(/(.)\/+$/,"$1"),l=a.slice(1);return{params:r.reduce(((e,t,n)=>{if("*"===t){let e=l[n]||"";i=o.slice(0,o.length-e.length).replace(/(.)\/+$/,"$1")}return e[t]=function(e,t){try{return decodeURIComponent(e)}catch(n){return f(!1,'The value for the URL param "'+t+'" will not be decoded because the string "'+e+'" is a malformed URL segment. This is probably due to a bad percent encoding ('+n+")."),e}}(l[n]||"",t),e}),{}),pathname:o,pathnameBase:i,pattern:e}}function A(e){try{return decodeURI(e)}catch(t){return f(!1,'The URL path "'+e+'" could not be decoded because it is is a malformed URL segment. This is probably due to a bad percent encoding ('+t+")."),e}}function z(e,t){if("/"===t)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith("/")?t.length-1:t.length,r=e.charAt(n);return r&&"/"!==r?null:e.slice(n)||"/"}function M(e,t){void 0===t&&(t="/");let{pathname:n,search:r="",hash:a=""}="string"==typeof e?v(e):e,o=n?n.startsWith("/")?n:function(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach((e=>{".."===e?n.length>1&&n.pop():"."!==e&&n.push(e)})),n.length>1?n.join("/"):"/"}(n,t):t;return{pathname:o,search:W(r),hash:H(a)}}function j(e,t,n,r){return"Cannot include a '"+e+"' character in a manually specified `to."+t+"` field ["+JSON.stringify(r)+"]. Please separate it out to the `to."+n+'` field. Alternatively you may provide the full path as a string in and the router will parse it for you.'}function I(e){return e.filter(((e,t)=>0===t||e.route.path&&e.route.path.length>0))}function F(e,t,n,r){let a;void 0===r&&(r=!1),"string"==typeof e?a=v(e):(a=o({},e),c(!a.pathname||!a.pathname.includes("?"),j("?","pathname","search",a)),c(!a.pathname||!a.pathname.includes("#"),j("#","pathname","hash",a)),c(!a.search||!a.search.includes("#"),j("#","search","hash",a)));let i,l=""===e||""===a.pathname,u=l?"/":a.pathname;if(r||null==u)i=n;else{let e=t.length-1;if(u.startsWith("..")){let t=u.split("/");for(;".."===t[0];)t.shift(),e-=1;a.pathname=t.join("/")}i=e>=0?t[e]:"/"}let s=M(a,i),f=u&&"/"!==u&&u.endsWith("/"),d=(l||"."===u)&&n.endsWith("/");return s.pathname.endsWith("/")||!f&&!d||(s.pathname+="/"),s}const B=e=>e.join("/").replace(/\/\/+/g,"/"),U=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),W=e=>e&&"?"!==e?e.startsWith("?")?e:"?"+e:"",H=e=>e&&"#"!==e?e.startsWith("#")?e:"#"+e:"",$=function(e,t){void 0===t&&(t={});let n="number"==typeof t?{status:t}:t,r=new Headers(n.headers);return r.has("Content-Type")||r.set("Content-Type","application/json; charset=utf-8"),new Response(JSON.stringify(e),o({},n,{headers:r}))};class V extends Error{}class q{constructor(e,t){let n;this.pendingKeysSet=new Set,this.subscribers=new Set,this.deferredKeys=[],c(e&&"object"==typeof e&&!Array.isArray(e),"defer() only accepts plain objects"),this.abortPromise=new Promise(((e,t)=>n=t)),this.controller=new AbortController;let r=()=>n(new V("Deferred data aborted"));this.unlistenAbortSignal=()=>this.controller.signal.removeEventListener("abort",r),this.controller.signal.addEventListener("abort",r),this.data=Object.entries(e).reduce(((e,t)=>{let[n,r]=t;return Object.assign(e,{[n]:this.trackPromise(n,r)})}),{}),this.done&&this.unlistenAbortSignal(),this.init=t}trackPromise(e,t){if(!(t instanceof Promise))return t;this.deferredKeys.push(e),this.pendingKeysSet.add(e);let n=Promise.race([t,this.abortPromise]).then((t=>this.onSettle(n,e,null,t)),(t=>this.onSettle(n,e,t)));return n.catch((()=>{})),Object.defineProperty(n,"_tracked",{get:()=>!0}),n}onSettle(e,t,n,r){return this.controller.signal.aborted&&n instanceof V?(this.unlistenAbortSignal(),Object.defineProperty(e,"_error",{get:()=>n}),Promise.reject(n)):(this.pendingKeysSet.delete(t),this.done&&this.unlistenAbortSignal(),n?(Object.defineProperty(e,"_error",{get:()=>n}),this.emit(!1,t),Promise.reject(n)):(Object.defineProperty(e,"_data",{get:()=>r}),this.emit(!1,t),r))}emit(e,t){this.subscribers.forEach((n=>n(e,t)))}subscribe(e){return this.subscribers.add(e),()=>this.subscribers.delete(e)}cancel(){this.controller.abort(),this.pendingKeysSet.forEach(((e,t)=>this.pendingKeysSet.delete(t))),this.emit(!0)}async resolveData(e){let t=!1;if(!this.done){let n=()=>this.cancel();e.addEventListener("abort",n),t=await new Promise((t=>{this.subscribe((r=>{e.removeEventListener("abort",n),(r||this.done)&&t(r)}))}))}return t}get done(){return 0===this.pendingKeysSet.size}get unwrappedData(){return c(null!==this.data&&this.done,"Can only unwrap data on initialized and settled deferreds"),Object.entries(this.data).reduce(((e,t)=>{let[n,r]=t;return Object.assign(e,{[n]:K(r)})}),{})}get pendingKeys(){return Array.from(this.pendingKeysSet)}}function K(e){if(!function(e){return e instanceof Promise&&!0===e._tracked}(e))return e;if(e._error)throw e._error;return e._data}const Q=function(e,t){return void 0===t&&(t={}),new q(e,"number"==typeof t?{status:t}:t)},Y=function(e,t){void 0===t&&(t=302);let n=t;"number"==typeof n?n={status:n}:void 0===n.status&&(n.status=302);let r=new Headers(n.headers);return r.set("Location",e),new Response(null,o({},n,{headers:r}))};class X{constructor(e,t,n,r){void 0===r&&(r=!1),this.status=e,this.statusText=t||"",this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}}function G(e){return null!=e&&"number"==typeof e.status&&"string"==typeof e.statusText&&"boolean"==typeof e.internal&&"data"in e}const J=["post","put","patch","delete"],Z=new Set(J),ee=["get",...J],te=new Set(ee),ne=new Set([301,302,303,307,308]),re=new Set([307,308]),ae={state:"idle",location:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},oe={state:"idle",data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},ie={state:"unblocked",proceed:void 0,reset:void 0,location:void 0},le=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,ue="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement,se=!ue,ce=e=>({hasErrorBoundary:Boolean(e.hasErrorBoundary)});function fe(e){let t;if(c(e.routes.length>0,"You must provide a non-empty routes array to createRouter"),e.mapRouteProperties)t=e.mapRouteProperties;else if(e.detectErrorBoundary){let n=e.detectErrorBoundary;t=e=>({hasErrorBoundary:n(e)})}else t=ce;let n,a={},i=b(e.routes,t,void 0,a),l=e.basename||"/",u=o({v7_normalizeFormMethod:!1,v7_prependBasename:!1},e.future),s=null,d=new Set,h=null,v=null,m=null,y=null!=e.hydrationData,x=w(i,e.history.location,l),k=null;if(null==x){let t=Ce(404,{pathname:e.history.location.pathname}),{matches:n,route:r}=Se(i);x=n,k={[r.id]:t}}let E,S,C=!(x.some((e=>e.route.lazy))||x.some((e=>e.route.loader))&&null==e.hydrationData),O={historyAction:e.history.action,location:e.history.location,matches:x,initialized:C,navigation:ae,restoreScrollPosition:null==e.hydrationData&&null,preventScrollReset:!1,revalidation:"idle",loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||k,fetchers:new Map,blockers:new Map},P=r.Pop,_=!1,R=!1,L=!1,N=[],D=[],T=new Map,A=0,M=-1,j=new Map,I=new Set,F=new Map,B=new Map,U=new Map,W=!1;function H(e){O=o({},O,e),d.forEach((e=>e(O)))}function $(t,a){var l,u;let s,c=null!=O.actionData&&null!=O.navigation.formMethod&&Ne(O.navigation.formMethod)&&"loading"===O.navigation.state&&!0!==(null==(l=t.state)?void 0:l._isRedirect);s=a.actionData?Object.keys(a.actionData).length>0?a.actionData:null:c?O.actionData:null;let f=a.loaderData?ke(O.loaderData,a.loaderData,a.matches||[],a.errors):O.loaderData;for(let[e]of U)ne(e);let d=!0===_||null!=O.navigation.formMethod&&Ne(O.navigation.formMethod)&&!0!==(null==(u=t.state)?void 0:u._isRedirect);n&&(i=n,n=void 0),H(o({},a,{actionData:s,loaderData:f,historyAction:P,location:t,initialized:!0,navigation:ae,revalidation:"idle",restoreScrollPosition:ge(t,a.matches||O.matches),preventScrollReset:d,blockers:new Map(O.blockers)})),R||P===r.Pop||(P===r.Push?e.history.push(t,t.state):P===r.Replace&&e.history.replace(t,t.state)),P=r.Pop,_=!1,R=!1,L=!1,N=[],D=[]}async function V(u,s,c){S&&S.abort(),S=null,P=u,R=!0===(c&&c.startUninterruptedRevalidation),function(e,t){if(h&&v&&m){let n=t.map((e=>ze(e,O.loaderData))),r=v(e,n)||e.key;h[r]=m()}}(O.location,O.matches),_=!0===(c&&c.preventScrollReset);let f=n||i,d=c&&c.overrideNavigation,p=w(f,s,l);if(!p){let e=Ce(404,{pathname:s.pathname}),{matches:t,route:n}=Se(f);return me(),void $(s,{matches:t,loaderData:{},errors:{[n.id]:e}})}if(!(y=O.location,b=s,y.pathname!==b.pathname||y.search!==b.search||(""===y.hash||y.hash!==b.hash)&&""===b.hash||c&&c.submission&&Ne(c.submission.formMethod)))return void $(s,{matches:p});var y,b;S=new AbortController;let x,k,E=be(e.history,s,S.signal,c&&c.submission);if(c&&c.pendingError)k={[Ee(p).route.id]:c.pendingError};else if(c&&c.submission&&Ne(c.submission.formMethod)){let e=await async function(e,n,i,u,s){let c;Y(),H({navigation:o({state:"submitting",location:n},i)});let f=Me(u,n);if(f.route.action||f.route.lazy){if(c=await ye("action",e,f,u,a,t,l),e.signal.aborted)return{shortCircuited:!0}}else c={type:g.error,error:Ce(405,{method:e.method,pathname:n.pathname,routeId:f.route.id})};if(Le(c)){let e;return e=s&&null!=s.replace?s.replace:c.location===O.location.pathname+O.location.search,await K(O,c,{submission:i,replace:e}),{shortCircuited:!0}}if(Re(c)){let e=Ee(u,f.route.id);return!0!==(s&&s.replace)&&(P=r.Push),{pendingActionData:{},pendingActionError:{[e.route.id]:c.error}}}if(_e(c))throw Ce(400,{type:"defer-action"});return{pendingActionData:{[f.route.id]:c.data}}}(E,s,c.submission,p,{replace:c.replace});if(e.shortCircuited)return;x=e.pendingActionData,k=e.pendingActionError,d=o({state:"loading",location:s},c.submission),E=new Request(E.url,{signal:E.signal})}let{shortCircuited:C,loaderData:z,errors:j}=await async function(t,r,a,u,s,c,f,d,p){let h=u;h||(h=o({state:"loading",location:r,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},s));let v=s||c?s||c:h.formMethod&&h.formAction&&h.formData&&h.formEncType?{formMethod:h.formMethod,formAction:h.formAction,formData:h.formData,formEncType:h.formEncType}:void 0,m=n||i,[g,y]=he(e.history,O,a,v,r,L,N,D,F,m,l,d,p);if(me((e=>!(a&&a.some((t=>t.route.id===e)))||g&&g.some((t=>t.route.id===e)))),0===g.length&&0===y.length){let e=ee();return $(r,o({matches:a,loaderData:{},errors:p||null},d?{actionData:d}:{},e?{fetchers:new Map(O.fetchers)}:{})),{shortCircuited:!0}}if(!R){y.forEach((e=>{let t=O.fetchers.get(e.key),n={state:"loading",data:t&&t.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};O.fetchers.set(e.key,n)}));let e=d||O.actionData;H(o({navigation:h},e?0===Object.keys(e).length?{actionData:null}:{actionData:e}:{},y.length>0?{fetchers:new Map(O.fetchers)}:{}))}M=++A,y.forEach((e=>{e.controller&&T.set(e.key,e.controller)}));let b=()=>y.forEach((e=>J(e.key)));S&&S.signal.addEventListener("abort",b);let{results:w,loaderResults:x,fetcherResults:k}=await Q(O.matches,a,g,y,t);if(t.signal.aborted)return{shortCircuited:!0};S&&S.signal.removeEventListener("abort",b),y.forEach((e=>T.delete(e.key)));let E=Oe(w);if(E)return await K(O,E,{replace:f}),{shortCircuited:!0};let{loaderData:C,errors:P}=xe(O,a,g,x,p,y,k,B);B.forEach(((e,t)=>{e.subscribe((n=>{(n||e.done)&&B.delete(t)}))}));let _=ee(),z=te(M);return o({loaderData:C,errors:P},_||z||y.length>0?{fetchers:new Map(O.fetchers)}:{})}(E,s,p,d,c&&c.submission,c&&c.fetcherSubmission,c&&c.replace,x,k);C||(S=null,$(s,o({matches:p},x?{actionData:x}:{},{loaderData:z,errors:j})))}function q(e){return O.fetchers.get(e)||oe}async function K(t,n,a){var i;let{submission:u,replace:s,isFetchActionRedirect:f}=void 0===a?{}:a;n.revalidate&&(L=!0);let d=p(t.location,n.location,o({_isRedirect:!0},f?{_isFetchActionRedirect:!0}:{}));if(c(d,"Expected a location on the redirect navigation"),le.test(n.location)&&ue&&void 0!==(null==(i=window)?void 0:i.location)){let t=e.history.createURL(n.location),r=null==z(t.pathname,l);if(window.location.origin!==t.origin||r)return void(s?window.location.replace(n.location):window.location.assign(n.location))}S=null;let h=!0===s?r.Replace:r.Push,{formMethod:v,formAction:m,formEncType:g,formData:y}=t.navigation;!u&&v&&m&&y&&g&&(u={formMethod:v,formAction:m,formEncType:g,formData:y}),re.has(n.status)&&u&&Ne(u.formMethod)?await V(h,d,{submission:o({},u,{formAction:n.location}),preventScrollReset:_}):f?await V(h,d,{overrideNavigation:{state:"loading",location:d,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},fetcherSubmission:u,preventScrollReset:_}):await V(h,d,{overrideNavigation:{state:"loading",location:d,formMethod:u?u.formMethod:void 0,formAction:u?u.formAction:void 0,formEncType:u?u.formEncType:void 0,formData:u?u.formData:void 0},preventScrollReset:_})}async function Q(n,r,o,i,u){let s=await Promise.all([...o.map((e=>ye("loader",u,e,r,a,t,l))),...i.map((n=>n.matches&&n.match&&n.controller?ye("loader",be(e.history,n.path,n.controller.signal),n.match,n.matches,a,t,l):{type:g.error,error:Ce(404,{pathname:n.path})}))]),c=s.slice(0,o.length),f=s.slice(o.length);return await Promise.all([De(n,o,c,c.map((()=>u.signal)),!1,O.loaderData),De(n,i.map((e=>e.match)),f,i.map((e=>e.controller?e.controller.signal:null)),!0)]),{results:s,loaderResults:c,fetcherResults:f}}function Y(){L=!0,N.push(...me()),F.forEach(((e,t)=>{T.has(t)&&(D.push(t),J(t))}))}function X(e,t,n){let r=Ee(O.matches,t);G(e),H({errors:{[r.route.id]:n},fetchers:new Map(O.fetchers)})}function G(e){T.has(e)&&J(e),F.delete(e),j.delete(e),I.delete(e),O.fetchers.delete(e)}function J(e){let t=T.get(e);c(t,"Expected fetch controller: "+e),t.abort(),T.delete(e)}function Z(e){for(let t of e){let e={state:"idle",data:q(t).data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};O.fetchers.set(t,e)}}function ee(){let e=[],t=!1;for(let n of I){let r=O.fetchers.get(n);c(r,"Expected fetcher: "+n),"loading"===r.state&&(I.delete(n),e.push(n),t=!0)}return Z(e),t}function te(e){let t=[];for(let[n,r]of j)if(r0}function ne(e){O.blockers.delete(e),U.delete(e)}function fe(e,t){let n=O.blockers.get(e)||ie;c("unblocked"===n.state&&"blocked"===t.state||"blocked"===n.state&&"blocked"===t.state||"blocked"===n.state&&"proceeding"===t.state||"blocked"===n.state&&"unblocked"===t.state||"proceeding"===n.state&&"unblocked"===t.state,"Invalid blocker state transition: "+n.state+" -> "+t.state),O.blockers.set(e,t),H({blockers:new Map(O.blockers)})}function ve(e){let{currentLocation:t,nextLocation:n,historyAction:r}=e;if(0===U.size)return;U.size>1&&f(!1,"A router only supports one blocker at a time");let a=Array.from(U.entries()),[o,i]=a[a.length-1],l=O.blockers.get(o);return l&&"proceeding"===l.state?void 0:i({currentLocation:t,nextLocation:n,historyAction:r})?o:void 0}function me(e){let t=[];return B.forEach(((n,r)=>{e&&!e(r)||(n.cancel(),t.push(r),B.delete(r))})),t}function ge(e,t){if(h&&v&&m){let n=t.map((e=>ze(e,O.loaderData))),r=v(e,n)||e.key,a=h[r];if("number"==typeof a)return a}return null}return E={get basename(){return l},get state(){return O},get routes(){return i},initialize:function(){return s=e.history.listen((t=>{let{action:n,location:r,delta:a}=t;if(W)return void(W=!1);f(0===U.size||null!=a,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let o=ve({currentLocation:O.location,nextLocation:r,historyAction:n});return o&&null!=a?(W=!0,e.history.go(-1*a),void fe(o,{state:"blocked",location:r,proceed(){fe(o,{state:"proceeding",proceed:void 0,reset:void 0,location:r}),e.history.go(a)},reset(){ne(o),H({blockers:new Map(E.state.blockers)})}})):V(n,r)})),O.initialized||V(r.Pop,O.location),E},subscribe:function(e){return d.add(e),()=>d.delete(e)},enableScrollRestoration:function(e,t,n){if(h=e,m=t,v=n||(e=>e.key),!y&&O.navigation===ae){y=!0;let e=ge(O.location,O.matches);null!=e&&H({restoreScrollPosition:e})}return()=>{h=null,m=null,v=null}},navigate:async function t(n,a){if("number"==typeof n)return void e.history.go(n);let i=de(O.location,O.matches,l,u.v7_prependBasename,n,null==a?void 0:a.fromRouteId,null==a?void 0:a.relative),{path:s,submission:c,error:f}=pe(u.v7_normalizeFormMethod,!1,i,a),d=O.location,h=p(O.location,s,a&&a.state);h=o({},h,e.history.encodeLocation(h));let v=a&&null!=a.replace?a.replace:void 0,m=r.Push;!0===v?m=r.Replace:!1===v||null!=c&&Ne(c.formMethod)&&c.formAction===O.location.pathname+O.location.search&&(m=r.Replace);let g=a&&"preventScrollReset"in a?!0===a.preventScrollReset:void 0,y=ve({currentLocation:d,nextLocation:h,historyAction:m});if(!y)return await V(m,h,{submission:c,pendingError:f,preventScrollReset:g,replace:a&&a.replace});fe(y,{state:"blocked",location:h,proceed(){fe(y,{state:"proceeding",proceed:void 0,reset:void 0,location:h}),t(n,a)},reset(){ne(y),H({blockers:new Map(O.blockers)})}})},fetch:function(r,s,f,d){if(se)throw new Error("router.fetch() was called during the server render, but it shouldn't be. You are likely calling a useFetcher() method in the body of your component. Try moving it to a useEffect or a callback.");T.has(r)&&J(r);let p=n||i,h=de(O.location,O.matches,l,u.v7_prependBasename,f,s,null==d?void 0:d.relative),v=w(p,h,l);if(!v)return void X(r,s,Ce(404,{pathname:h}));let{path:m,submission:g}=pe(u.v7_normalizeFormMethod,!0,h,d),y=Me(v,m);_=!0===(d&&d.preventScrollReset),g&&Ne(g.formMethod)?async function(r,u,s,f,d,p){if(Y(),F.delete(r),!f.route.action&&!f.route.lazy){let e=Ce(405,{method:p.formMethod,pathname:s,routeId:u});return void X(r,u,e)}let h=O.fetchers.get(r),v=o({state:"submitting"},p,{data:h&&h.data," _hasFetcherDoneAnything ":!0});O.fetchers.set(r,v),H({fetchers:new Map(O.fetchers)});let m=new AbortController,g=be(e.history,s,m.signal,p);T.set(r,m);let y=await ye("action",g,f,d,a,t,l);if(g.signal.aborted)return void(T.get(r)===m&&T.delete(r));if(Le(y)){T.delete(r),I.add(r);let e=o({state:"loading"},p,{data:void 0," _hasFetcherDoneAnything ":!0});return O.fetchers.set(r,e),H({fetchers:new Map(O.fetchers)}),K(O,y,{submission:p,isFetchActionRedirect:!0})}if(Re(y))return void X(r,u,y.error);if(_e(y))throw Ce(400,{type:"defer-action"});let b=O.navigation.location||O.location,x=be(e.history,b,m.signal),k=n||i,E="idle"!==O.navigation.state?w(k,O.navigation.location,l):O.matches;c(E,"Didn't find any matches after fetcher action");let C=++A;j.set(r,C);let _=o({state:"loading",data:y.data},p,{" _hasFetcherDoneAnything ":!0});O.fetchers.set(r,_);let[R,z]=he(e.history,O,E,p,b,L,N,D,F,k,l,{[f.route.id]:y.data},void 0);z.filter((e=>e.key!==r)).forEach((e=>{let t=e.key,n=O.fetchers.get(t),r={state:"loading",data:n&&n.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};O.fetchers.set(t,r),e.controller&&T.set(t,e.controller)})),H({fetchers:new Map(O.fetchers)});let U=()=>z.forEach((e=>J(e.key)));m.signal.addEventListener("abort",U);let{results:W,loaderResults:V,fetcherResults:q}=await Q(O.matches,E,R,z,x);if(m.signal.aborted)return;m.signal.removeEventListener("abort",U),j.delete(r),T.delete(r),z.forEach((e=>T.delete(e.key)));let G=Oe(W);if(G)return K(O,G);let{loaderData:Z,errors:ee}=xe(O,O.matches,R,V,void 0,z,q,B),ne={state:"idle",data:y.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};O.fetchers.set(r,ne);let re=te(C);"loading"===O.navigation.state&&C>M?(c(P,"Expected pending action"),S&&S.abort(),$(O.navigation.location,{matches:E,loaderData:Z,errors:ee,fetchers:new Map(O.fetchers)})):(H(o({errors:ee,loaderData:ke(O.loaderData,Z,E,ee)},re?{fetchers:new Map(O.fetchers)}:{})),L=!1)}(r,s,m,y,v,g):(F.set(r,{routeId:s,path:m}),async function(n,r,i,u,s,f){let d=O.fetchers.get(n),p=o({state:"loading",formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0},f,{data:d&&d.data," _hasFetcherDoneAnything ":!0});O.fetchers.set(n,p),H({fetchers:new Map(O.fetchers)});let h=new AbortController,v=be(e.history,i,h.signal);T.set(n,h);let m=await ye("loader",v,u,s,a,t,l);if(_e(m)&&(m=await Te(m,v.signal,!0)||m),T.get(n)===h&&T.delete(n),v.signal.aborted)return;if(Le(m))return I.add(n),void await K(O,m);if(Re(m)){let e=Ee(O.matches,r);return O.fetchers.delete(n),void H({fetchers:new Map(O.fetchers),errors:{[e.route.id]:m.error}})}c(!_e(m),"Unhandled fetcher deferred data");let g={state:"idle",data:m.data,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0," _hasFetcherDoneAnything ":!0};O.fetchers.set(n,g),H({fetchers:new Map(O.fetchers)})}(r,s,m,y,v,g))},revalidate:function(){Y(),H({revalidation:"loading"}),"submitting"!==O.navigation.state&&("idle"!==O.navigation.state?V(P||O.historyAction,O.navigation.location,{overrideNavigation:O.navigation}):V(O.historyAction,O.location,{startUninterruptedRevalidation:!0}))},createHref:t=>e.history.createHref(t),encodeLocation:t=>e.history.encodeLocation(t),getFetcher:q,deleteFetcher:G,dispose:function(){s&&s(),d.clear(),S&&S.abort(),O.fetchers.forEach(((e,t)=>G(t))),O.blockers.forEach(((e,t)=>ne(t)))},getBlocker:function(e,t){let n=O.blockers.get(e)||ie;return U.get(e)!==t&&U.set(e,t),n},deleteBlocker:ne,_internalFetchControllers:T,_internalActiveDeferreds:B,_internalSetRoutes:function(e){n=e}},E}function de(e,t,n,r,a,o,i){let l,u;if(null!=o&&"path"!==i){l=[];for(let e of t)if(l.push(e),e.route.id===o){u=e;break}}else l=t,u=t[t.length-1];let s=F(a||".",I(l).map((e=>e.pathnameBase)),z(e.pathname,n)||e.pathname,"path"===i);return null==a&&(s.search=e.search,s.hash=e.hash),null!=a&&""!==a&&"."!==a||!u||!u.route.index||Ae(s.search)||(s.search=s.search?s.search.replace(/^\?/,"?index&"):"?index"),r&&"/"!==n&&(s.pathname="/"===s.pathname?n:B([n,s.pathname])),h(s)}function pe(e,t,n,r){if(!r||!function(e){return null!=e&&"formData"in e}(r))return{path:n};if(r.formMethod&&(a=r.formMethod,!te.has(a.toLowerCase())))return{path:n,error:Ce(405,{method:r.formMethod})};var a;let o;if(r.formData){let t=r.formMethod||"get";if(o={formMethod:e?t.toUpperCase():t.toLowerCase(),formAction:Pe(n),formEncType:r&&r.formEncType||"application/x-www-form-urlencoded",formData:r.formData},Ne(o.formMethod))return{path:n,submission:o}}let i=v(n),l=we(r.formData);return t&&i.search&&Ae(i.search)&&l.append("index",""),i.search="?"+l,{path:h(i),submission:o}}function he(e,t,n,r,a,i,l,u,s,c,f,d,p){let h=p?Object.values(p)[0]:d?Object.values(d)[0]:void 0,v=e.createURL(t.location),m=e.createURL(a),g=p?Object.keys(p)[0]:void 0,y=function(e,t){let n=e;if(t){let r=e.findIndex((e=>e.route.id===t));r>=0&&(n=e.slice(0,r))}return n}(n,g).filter(((e,n)=>{if(e.route.lazy)return!0;if(null==e.route.loader)return!1;if(function(e,t,n){let r=!t||n.route.id!==t.route.id,a=void 0===e[n.route.id];return r||a}(t.loaderData,t.matches[n],e)||l.some((t=>t===e.route.id)))return!0;let a=t.matches[n],u=e;return me(e,o({currentUrl:v,currentParams:a.params,nextUrl:m,nextParams:u.params},r,{actionResult:h,defaultShouldRevalidate:i||v.pathname+v.search===m.pathname+m.search||v.search!==m.search||ve(a,u)}))})),b=[];return s.forEach(((e,a)=>{if(!n.some((t=>t.route.id===e.routeId)))return;let l=w(c,e.path,f);if(!l)return void b.push({key:a,routeId:e.routeId,path:e.path,matches:null,match:null,controller:null});let s=Me(l,e.path);(u.includes(a)||me(s,o({currentUrl:v,currentParams:t.matches[t.matches.length-1].params,nextUrl:m,nextParams:n[n.length-1].params},r,{actionResult:h,defaultShouldRevalidate:i})))&&b.push({key:a,routeId:e.routeId,path:e.path,matches:l,match:s,controller:new AbortController})})),[y,b]}function ve(e,t){let n=e.route.path;return e.pathname!==t.pathname||null!=n&&n.endsWith("*")&&e.params["*"]!==t.params["*"]}function me(e,t){if(e.route.shouldRevalidate){let n=e.route.shouldRevalidate(t);if("boolean"==typeof n)return n}return t.defaultShouldRevalidate}async function ge(e,t,n){if(!e.lazy)return;let r=await e.lazy();if(!e.lazy)return;let a=n[e.id];c(a,"No route found in manifest");let i={};for(let e in r){let t=void 0!==a[e]&&"hasErrorBoundary"!==e;f(!t,'Route "'+a.id+'" has a static property "'+e+'" defined but its lazy function is also returning a value for this property. The lazy route property "'+e+'" will be ignored.'),t||y.has(e)||(i[e]=r[e])}Object.assign(a,i),Object.assign(a,o({},t(a),{lazy:void 0}))}async function ye(e,t,n,r,a,o,i,l,u,s){let f,d,p;void 0===l&&(l=!1),void 0===u&&(u=!1);let h=e=>{let r,a=new Promise(((e,t)=>r=t));return p=()=>r(),t.signal.addEventListener("abort",p),Promise.race([e({request:t,params:n.params,context:s}),a])};try{let r=n.route[e];if(n.route.lazy)if(r)d=(await Promise.all([h(r),ge(n.route,o,a)]))[0];else{if(await ge(n.route,o,a),r=n.route[e],!r){if("action"===e){let e=new URL(t.url),r=e.pathname+e.search;throw Ce(405,{method:t.method,pathname:r,routeId:n.route.id})}return{type:g.data,data:void 0}}d=await h(r)}else{if(!r){let e=new URL(t.url);throw Ce(404,{pathname:e.pathname+e.search})}d=await h(r)}c(void 0!==d,"You defined "+("action"===e?"an action":"a loader")+' for route "'+n.route.id+"\" but didn't return anything from your `"+e+"` function. Please return a value or `null`.")}catch(e){f=g.error,d=e}finally{p&&t.signal.removeEventListener("abort",p)}if(null!=(v=d)&&"number"==typeof v.status&&"string"==typeof v.statusText&&"object"==typeof v.headers&&void 0!==v.body){let e,a=d.status;if(ne.has(a)){let e=d.headers.get("Location");if(c(e,"Redirects returned/thrown from loaders/actions must have a Location header"),le.test(e)){if(!l){let n=new URL(t.url),r=e.startsWith("//")?new URL(n.protocol+e):new URL(e),a=null!=z(r.pathname,i);r.origin===n.origin&&a&&(e=r.pathname+r.search+r.hash)}}else e=de(new URL(t.url),r.slice(0,r.indexOf(n)+1),i,!0,e);if(l)throw d.headers.set("Location",e),d;return{type:g.redirect,status:a,location:e,revalidate:null!==d.headers.get("X-Remix-Revalidate")}}if(u)throw{type:f||g.data,response:d};let o=d.headers.get("Content-Type");return e=o&&/\bapplication\/json\b/.test(o)?await d.json():await d.text(),f===g.error?{type:f,error:new X(a,d.statusText,e),headers:d.headers}:{type:g.data,data:e,statusCode:d.status,headers:d.headers}}var v,m,y;return f===g.error?{type:f,error:d}:function(e){let t=e;return t&&"object"==typeof t&&"object"==typeof t.data&&"function"==typeof t.subscribe&&"function"==typeof t.cancel&&"function"==typeof t.resolveData}(d)?{type:g.deferred,deferredData:d,statusCode:null==(m=d.init)?void 0:m.status,headers:(null==(y=d.init)?void 0:y.headers)&&new Headers(d.init.headers)}:{type:g.data,data:d}}function be(e,t,n,r){let a=e.createURL(Pe(t)).toString(),o={signal:n};if(r&&Ne(r.formMethod)){let{formMethod:e,formEncType:t,formData:n}=r;o.method=e.toUpperCase(),o.body="application/x-www-form-urlencoded"===t?we(n):n}return new Request(a,o)}function we(e){let t=new URLSearchParams;for(let[n,r]of e.entries())t.append(n,r instanceof File?r.name:r);return t}function xe(e,t,n,r,a,i,l,u){let{loaderData:s,errors:f}=function(e,t,n,r,a){let o,i={},l=null,u=!1,s={};return n.forEach(((n,f)=>{let d=t[f].route.id;if(c(!Le(n),"Cannot handle redirect results in processLoaderData"),Re(n)){let t=Ee(e,d),a=n.error;r&&(a=Object.values(r)[0],r=void 0),l=l||{},null==l[t.route.id]&&(l[t.route.id]=a),i[d]=void 0,u||(u=!0,o=G(n.error)?n.error.status:500),n.headers&&(s[d]=n.headers)}else _e(n)?(a.set(d,n.deferredData),i[d]=n.deferredData.data):i[d]=n.data,null==n.statusCode||200===n.statusCode||u||(o=n.statusCode),n.headers&&(s[d]=n.headers)})),r&&(l=r,i[Object.keys(r)[0]]=void 0),{loaderData:i,errors:l,statusCode:o||200,loaderHeaders:s}}(t,n,r,a,u);for(let t=0;te.route.id===t))+1):[...e]).reverse().find((e=>!0===e.route.hasErrorBoundary))||e[0]}function Se(e){let t=e.find((e=>e.index||!e.path||"/"===e.path))||{id:"__shim-error-route__"};return{matches:[{params:{},pathname:"",pathnameBase:"",route:t}],route:t}}function Ce(e,t){let{pathname:n,routeId:r,method:a,type:o}=void 0===t?{}:t,i="Unknown Server Error",l="Unknown @remix-run/router error";return 400===e?(i="Bad Request",a&&n&&r?l="You made a "+a+' request to "'+n+'" but did not provide a `loader` for route "'+r+'", so there is no way to handle the request.':"defer-action"===o&&(l="defer() is not supported in actions")):403===e?(i="Forbidden",l='Route "'+r+'" does not match URL "'+n+'"'):404===e?(i="Not Found",l='No route matches URL "'+n+'"'):405===e&&(i="Method Not Allowed",a&&n&&r?l="You made a "+a.toUpperCase()+' request to "'+n+'" but did not provide an `action` for route "'+r+'", so there is no way to handle the request.':a&&(l='Invalid request method "'+a.toUpperCase()+'"')),new X(e||500,i,new Error(l),!0)}function Oe(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(Le(n))return n}}function Pe(e){return h(o({},"string"==typeof e?v(e):e,{hash:""}))}function _e(e){return e.type===g.deferred}function Re(e){return e.type===g.error}function Le(e){return(e&&e.type)===g.redirect}function Ne(e){return Z.has(e.toLowerCase())}async function De(e,t,n,r,a,o){for(let i=0;ie.route.id===u.route.id)),f=null!=s&&!ve(s,u)&&void 0!==(o&&o[u.route.id]);if(_e(l)&&(a||f)){let e=r[i];c(e,"Expected an AbortSignal for revalidating fetcher deferred result"),await Te(l,e,a).then((e=>{e&&(n[i]=e||n[i])}))}}}async function Te(e,t,n){if(void 0===n&&(n=!1),!await e.deferredData.resolveData(t)){if(n)try{return{type:g.data,data:e.deferredData.unwrappedData}}catch(e){return{type:g.error,error:e}}return{type:g.data,data:e.deferredData.data}}}function Ae(e){return new URLSearchParams(e).getAll("index").some((e=>""===e))}function ze(e,t){let{route:n,pathname:r,params:a}=e;return{id:n.id,pathname:r,params:a,data:t[n.id],handle:n.handle}}function Me(e,t){let n="string"==typeof t?v(t).search:t.search;if(e[e.length-1].route.index&&Ae(n||""))return e[e.length-1];let r=I(e);return r[r.length-1]}function je(){return je=Object.assign?Object.assign.bind():function(e){for(var t=1;tT(e,t)),[t,e])}function Xe(e){a.useContext(Ue).static||a.useLayoutEffect(e)}function Ge(){let{isDataRoute:e}=a.useContext(He);return e?function(){let{router:e}=dt(ct.UseNavigateStable),t=ht(ft.UseNavigateStable),n=a.useRef(!1);return Xe((()=>{n.current=!0})),a.useCallback((function(r,a){void 0===a&&(a={}),n.current&&("number"==typeof r?e.navigate(r):e.navigate(r,je({fromRouteId:t},a)))}),[e,t])}():function(){qe()||c(!1);let{basename:e,navigator:t}=a.useContext(Ue),{matches:n}=a.useContext(He),{pathname:r}=Ke(),o=JSON.stringify(I(n).map((e=>e.pathnameBase))),i=a.useRef(!1);return Xe((()=>{i.current=!0})),a.useCallback((function(n,a){if(void 0===a&&(a={}),!i.current)return;if("number"==typeof n)return void t.go(n);let l=F(n,JSON.parse(o),r,"path"===a.relative);"/"!==e&&(l.pathname="/"===l.pathname?e:B([e,l.pathname])),(a.replace?t.replace:t.push)(l,a.state,a)}),[e,t,o,r])}()}const Je=a.createContext(null);function Ze(){return a.useContext(Je)}function et(e){let t=a.useContext(He).outlet;return t?a.createElement(Je.Provider,{value:e},t):t}function tt(){let{matches:e}=a.useContext(He),t=e[e.length-1];return t?t.params:{}}function nt(e,t){let{relative:n}=void 0===t?{}:t,{matches:r}=a.useContext(He),{pathname:o}=Ke(),i=JSON.stringify(I(r).map((e=>e.pathnameBase)));return a.useMemo((()=>F(e,JSON.parse(i),o,"path"===n)),[e,i,o,n])}function rt(e,t){return at(e,t)}function at(e,t,n){qe()||c(!1);let{navigator:o}=a.useContext(Ue),{matches:i}=a.useContext(He),l=i[i.length-1],u=l?l.params:{},s=(l&&l.pathname,l?l.pathnameBase:"/");l&&l.route;let f,d=Ke();if(t){var p;let e="string"==typeof t?v(t):t;"/"===s||(null==(p=e.pathname)?void 0:p.startsWith(s))||c(!1),f=e}else f=d;let h=f.pathname||"/",m=w(e,{pathname:"/"===s?h:h.slice(s.length)||"/"}),g=st(m&&m.map((e=>Object.assign({},e,{params:Object.assign({},u,e.params),pathname:B([s,o.encodeLocation?o.encodeLocation(e.pathname).pathname:e.pathname]),pathnameBase:"/"===e.pathnameBase?s:B([s,o.encodeLocation?o.encodeLocation(e.pathnameBase).pathname:e.pathnameBase])}))),i,n);return t&&g?a.createElement(We.Provider,{value:{location:je({pathname:"/",search:"",hash:"",state:null,key:"default"},f),navigationType:r.Pop}},g):g}function ot(){let e=kt(),t=G(e)?e.status+" "+e.statusText:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r={padding:"0.5rem",backgroundColor:"rgba(200,200,200, 0.5)"};return a.createElement(a.Fragment,null,a.createElement("h2",null,"Unexpected Application Error!"),a.createElement("h3",{style:{fontStyle:"italic"}},t),n?a.createElement("pre",{style:r},n):null,null)}const it=a.createElement(ot,null);class lt extends a.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||"idle"!==t.revalidation&&"idle"===e.revalidation?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error||t.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){console.error("React Router caught the following error during render",e,t)}render(){return this.state.error?a.createElement(He.Provider,{value:this.props.routeContext},a.createElement($e.Provider,{value:this.state.error,children:this.props.component})):this.props.children}}function ut(e){let{routeContext:t,match:n,children:r}=e,o=a.useContext(Ie);return o&&o.static&&o.staticContext&&(n.route.errorElement||n.route.ErrorBoundary)&&(o.staticContext._deepestRenderedBoundaryId=n.route.id),a.createElement(He.Provider,{value:t},r)}function st(e,t,n){var r;if(void 0===t&&(t=[]),void 0===n&&(n=null),null==e){var o;if(null==(o=n)||!o.errors)return null;e=n.matches}let i=e,l=null==(r=n)?void 0:r.errors;if(null!=l){let e=i.findIndex((e=>e.route.id&&(null==l?void 0:l[e.route.id])));e>=0||c(!1),i=i.slice(0,Math.min(i.length,e+1))}return i.reduceRight(((e,r,o)=>{let u=r.route.id?null==l?void 0:l[r.route.id]:null,s=null;n&&(s=r.route.errorElement||it);let c=t.concat(i.slice(0,o+1)),f=()=>{let t;return t=u?s:r.route.Component?a.createElement(r.route.Component,null):r.route.element?r.route.element:e,a.createElement(ut,{match:r,routeContext:{outlet:e,matches:c,isDataRoute:null!=n},children:t})};return n&&(r.route.ErrorBoundary||r.route.errorElement||0===o)?a.createElement(lt,{location:n.location,revalidation:n.revalidation,component:s,error:u,children:f(),routeContext:{outlet:null,matches:c,isDataRoute:!0}}):f()}),null)}var ct,ft;function dt(e){let t=a.useContext(Ie);return t||c(!1),t}function pt(e){let t=a.useContext(Fe);return t||c(!1),t}function ht(e){let t=function(e){let t=a.useContext(He);return t||c(!1),t}(),n=t.matches[t.matches.length-1];return n.route.id||c(!1),n.route.id}function vt(){return ht(ft.UseRouteId)}function mt(){return pt(ft.UseNavigation).navigation}function gt(){let e=dt(ct.UseRevalidator),t=pt(ft.UseRevalidator);return{revalidate:e.router.revalidate,state:t.revalidation}}function yt(){let{matches:e,loaderData:t}=pt(ft.UseMatches);return a.useMemo((()=>e.map((e=>{let{pathname:n,params:r}=e;return{id:e.route.id,pathname:n,params:r,data:t[e.route.id],handle:e.route.handle}}))),[e,t])}function bt(){let e=pt(ft.UseLoaderData),t=ht(ft.UseLoaderData);if(!e.errors||null==e.errors[t])return e.loaderData[t];console.error("You cannot `useLoaderData` in an errorElement (routeId: "+t+")")}function wt(e){return pt(ft.UseRouteLoaderData).loaderData[e]}function xt(){let e=pt(ft.UseActionData);return a.useContext(He)||c(!1),Object.values((null==e?void 0:e.actionData)||{})[0]}function kt(){var e;let t=a.useContext($e),n=pt(ft.UseRouteError),r=ht(ft.UseRouteError);return t||(null==(e=n.errors)?void 0:e[r])}function Et(){let e=a.useContext(Be);return null==e?void 0:e._data}function St(){let e=a.useContext(Be);return null==e?void 0:e._error}!function(e){e.UseBlocker="useBlocker",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate"}(ct||(ct={})),function(e){e.UseBlocker="useBlocker",e.UseLoaderData="useLoaderData",e.UseActionData="useActionData",e.UseRouteError="useRouteError",e.UseNavigation="useNavigation",e.UseRouteLoaderData="useRouteLoaderData",e.UseMatches="useMatches",e.UseRevalidator="useRevalidator",e.UseNavigateStable="useNavigate",e.UseRouteId="useRouteId"}(ft||(ft={}));let Ct=0;function Ot(e){let{router:t}=dt(ct.UseBlocker),n=pt(ft.UseBlocker),[r]=a.useState((()=>String(++Ct))),o=a.useCallback((t=>"function"==typeof e?!!e(t):!!e),[e]),i=t.getBlocker(r,o);return a.useEffect((()=>()=>t.deleteBlocker(r)),[t,r]),n.blockers.get(r)||i}function Pt(e){let{fallbackElement:t,router:n}=e,[r,o]=a.useState(n.state);a.useLayoutEffect((()=>n.subscribe(o)),[n,o]);let i=a.useMemo((()=>({createHref:n.createHref,encodeLocation:n.encodeLocation,go:e=>n.navigate(e),push:(e,t,r)=>n.navigate(e,{state:t,preventScrollReset:null==r?void 0:r.preventScrollReset}),replace:(e,t,r)=>n.navigate(e,{replace:!0,state:t,preventScrollReset:null==r?void 0:r.preventScrollReset})})),[n]),l=n.basename||"/",u=a.useMemo((()=>({router:n,navigator:i,static:!1,basename:l})),[n,i,l]);return a.createElement(a.Fragment,null,a.createElement(Ie.Provider,{value:u},a.createElement(Fe.Provider,{value:r},a.createElement(Tt,{basename:n.basename,location:n.state.location,navigationType:n.state.historyAction,navigator:i},n.state.initialized?a.createElement(_t,{routes:n.routes,state:r}):t))),null)}function _t(e){let{routes:t,state:n}=e;return at(t,void 0,n)}function Rt(e){let{basename:t,children:n,initialEntries:r,initialIndex:o}=e,i=a.useRef();null==i.current&&(i.current=l({initialEntries:r,initialIndex:o,v5Compat:!0}));let u=i.current,[s,c]=a.useState({action:u.action,location:u.location});return a.useLayoutEffect((()=>u.listen(c)),[u]),a.createElement(Tt,{basename:t,children:n,location:s.location,navigationType:s.action,navigator:u})}function Lt(e){let{to:t,replace:n,state:r,relative:o}=e;qe()||c(!1);let{matches:i}=a.useContext(He),{pathname:l}=Ke(),u=Ge(),s=F(t,I(i).map((e=>e.pathnameBase)),l,"path"===o),f=JSON.stringify(s);return a.useEffect((()=>u(JSON.parse(f),{replace:n,state:r,relative:o})),[u,f,o,n,r]),null}function Nt(e){return et(e.context)}function Dt(e){c(!1)}function Tt(e){let{basename:t="/",children:n=null,location:o,navigationType:i=r.Pop,navigator:l,static:u=!1}=e;qe()&&c(!1);let s=t.replace(/^\/*/,"/"),f=a.useMemo((()=>({basename:s,navigator:l,static:u})),[s,l,u]);"string"==typeof o&&(o=v(o));let{pathname:d="/",search:p="",hash:h="",state:m=null,key:g="default"}=o,y=a.useMemo((()=>{let e=z(d,s);return null==e?null:{location:{pathname:e,search:p,hash:h,state:m,key:g},navigationType:i}}),[s,d,p,h,m,g,i]);return null==y?null:a.createElement(Ue.Provider,{value:f},a.createElement(We.Provider,{children:n,value:y}))}function At(e){let{children:t,location:n}=e;return rt(Bt(t),n)}function zt(e){let{children:t,errorElement:n,resolve:r}=e;return a.createElement(It,{resolve:r,errorElement:n},a.createElement(Ft,null,t))}var Mt;!function(e){e[e.pending=0]="pending",e[e.success=1]="success",e[e.error=2]="error"}(Mt||(Mt={}));const jt=new Promise((()=>{}));class It extends a.Component{constructor(e){super(e),this.state={error:null}}static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){console.error(" caught the following error during render",e,t)}render(){let{children:e,errorElement:t,resolve:n}=this.props,r=null,o=Mt.pending;if(n instanceof Promise)if(this.state.error){o=Mt.error;let e=this.state.error;r=Promise.reject().catch((()=>{})),Object.defineProperty(r,"_tracked",{get:()=>!0}),Object.defineProperty(r,"_error",{get:()=>e})}else n._tracked?(r=n,o=void 0!==r._error?Mt.error:void 0!==r._data?Mt.success:Mt.pending):(o=Mt.pending,Object.defineProperty(n,"_tracked",{get:()=>!0}),r=n.then((e=>Object.defineProperty(n,"_data",{get:()=>e})),(e=>Object.defineProperty(n,"_error",{get:()=>e}))));else o=Mt.success,r=Promise.resolve(),Object.defineProperty(r,"_tracked",{get:()=>!0}),Object.defineProperty(r,"_data",{get:()=>n});if(o===Mt.error&&r._error instanceof V)throw jt;if(o===Mt.error&&!t)throw r._error;if(o===Mt.error)return a.createElement(Be.Provider,{value:r,children:t});if(o===Mt.success)return a.createElement(Be.Provider,{value:r,children:e});throw r}}function Ft(e){let{children:t}=e,n=Et(),r="function"==typeof t?t(n):t;return a.createElement(a.Fragment,null,r)}function Bt(e,t){void 0===t&&(t=[]);let n=[];return a.Children.forEach(e,((e,r)=>{if(!a.isValidElement(e))return;let o=[...t,r];if(e.type===a.Fragment)return void n.push.apply(n,Bt(e.props.children,o));e.type!==Dt&&c(!1),e.props.index&&e.props.children&&c(!1);let i={id:e.props.id||o.join("-"),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,loader:e.props.loader,action:e.props.action,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:null!=e.props.ErrorBoundary||null!=e.props.errorElement,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(i.children=Bt(e.props.children,o)),n.push(i)})),n}function Ut(e){return st(e)}function Wt(e){let t={hasErrorBoundary:null!=e.ErrorBoundary||null!=e.errorElement};return e.Component&&Object.assign(t,{element:a.createElement(e.Component),Component:void 0}),e.ErrorBoundary&&Object.assign(t,{errorElement:a.createElement(e.ErrorBoundary),ErrorBoundary:void 0}),t}function Ht(e,t){return fe({basename:null==t?void 0:t.basename,future:je({},null==t?void 0:t.future,{v7_prependBasename:!0}),history:l({initialEntries:null==t?void 0:t.initialEntries,initialIndex:null==t?void 0:t.initialIndex}),hydrationData:null==t?void 0:t.hydrationData,routes:e,mapRouteProperties:Wt}).initialize()}function $t(){return $t=Object.assign?Object.assign.bind():function(e){for(var t=1;t=0||(a[n]=e[n]);return a}const qt="get",Kt="application/x-www-form-urlencoded";function Qt(e){return null!=e&&"string"==typeof e.tagName}function Yt(e){return void 0===e&&(e=""),new URLSearchParams("string"==typeof e||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce(((t,n)=>{let r=e[n];return t.concat(Array.isArray(r)?r.map((e=>[n,e])):[[n,r]])}),[]))}const Xt=["onClick","relative","reloadDocument","replace","state","target","to","preventScrollReset"],Gt=["aria-current","caseSensitive","className","end","style","to","children"],Jt=["reloadDocument","replace","method","action","onSubmit","fetcherKey","routeId","relative","preventScrollReset"];function Zt(e,t){return fe({basename:null==t?void 0:t.basename,future:$t({},null==t?void 0:t.future,{v7_prependBasename:!0}),history:u({window:null==t?void 0:t.window}),hydrationData:(null==t?void 0:t.hydrationData)||tn(),routes:e,mapRouteProperties:Wt}).initialize()}function en(e,t){return fe({basename:null==t?void 0:t.basename,future:$t({},null==t?void 0:t.future,{v7_prependBasename:!0}),history:s({window:null==t?void 0:t.window}),hydrationData:(null==t?void 0:t.hydrationData)||tn(),routes:e,mapRouteProperties:Wt}).initialize()}function tn(){var e;let t=null==(e=window)?void 0:e.__staticRouterHydrationData;return t&&t.errors&&(t=$t({},t,{errors:nn(t.errors)})),t}function nn(e){if(!e)return null;let t=Object.entries(e),n={};for(let[e,r]of t)if(r&&"RouteErrorResponse"===r.__type)n[e]=new X(r.status,r.statusText,r.data,!0===r.internal);else if(r&&"Error"===r.__type){let t=new Error(r.message);t.stack="",n[e]=t}else n[e]=r;return n}function rn(e){let{basename:t,children:n,window:r}=e,o=a.useRef();null==o.current&&(o.current=u({window:r,v5Compat:!0}));let i=o.current,[l,s]=a.useState({action:i.action,location:i.location});return a.useLayoutEffect((()=>i.listen(s)),[i]),a.createElement(Tt,{basename:t,children:n,location:l.location,navigationType:l.action,navigator:i})}function an(e){let{basename:t,children:n,window:r}=e,o=a.useRef();null==o.current&&(o.current=s({window:r,v5Compat:!0}));let i=o.current,[l,u]=a.useState({action:i.action,location:i.location});return a.useLayoutEffect((()=>i.listen(u)),[i]),a.createElement(Tt,{basename:t,children:n,location:l.location,navigationType:l.action,navigator:i})}function on(e){let{basename:t,children:n,history:r}=e;const[o,i]=a.useState({action:r.action,location:r.location});return a.useLayoutEffect((()=>r.listen(i)),[r]),a.createElement(Tt,{basename:t,children:n,location:o.location,navigationType:o.action,navigator:r})}const ln="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement,un=/^(?:[a-z][a-z0-9+.-]*:|\/\/)/i,sn=a.forwardRef((function(e,t){let n,{onClick:r,relative:o,reloadDocument:i,replace:l,state:u,target:s,to:c,preventScrollReset:f}=e,d=Vt(e,Xt),{basename:p}=a.useContext(Ue),h=!1;if("string"==typeof c&&un.test(c)&&(n=c,ln))try{let e=new URL(window.location.href),t=c.startsWith("//")?new URL(e.protocol+c):new URL(c),n=z(t.pathname,p);t.origin===e.origin&&null!=n?c=n+t.search+t.hash:h=!0}catch(e){}let v=Ve(c,{relative:o}),m=yn(c,{replace:l,state:u,target:s,preventScrollReset:f,relative:o});return a.createElement("a",$t({},d,{href:n||v,onClick:h||i?r:function(e){r&&r(e),e.defaultPrevented||m(e)},ref:t,target:s}))})),cn=a.forwardRef((function(e,t){let{"aria-current":n="page",caseSensitive:r=!1,className:o="",end:i=!1,style:l,to:u,children:s}=e,c=Vt(e,Gt),f=nt(u,{relative:c.relative}),d=Ke(),p=a.useContext(Fe),{navigator:h}=a.useContext(Ue),v=h.encodeLocation?h.encodeLocation(f).pathname:f.pathname,m=d.pathname,g=p&&p.navigation&&p.navigation.location?p.navigation.location.pathname:null;r||(m=m.toLowerCase(),g=g?g.toLowerCase():null,v=v.toLowerCase());let y,b=m===v||!i&&m.startsWith(v)&&"/"===m.charAt(v.length),w=null!=g&&(g===v||!i&&g.startsWith(v)&&"/"===g.charAt(v.length)),x=b?n:void 0;y="function"==typeof o?o({isActive:b,isPending:w}):[o,b?"active":null,w?"pending":null].filter(Boolean).join(" ");let k="function"==typeof l?l({isActive:b,isPending:w}):l;return a.createElement(sn,$t({},c,{"aria-current":x,className:y,ref:t,style:k,to:u}),"function"==typeof s?s({isActive:b,isPending:w}):s)})),fn=a.forwardRef(((e,t)=>a.createElement(dn,$t({},e,{ref:t})))),dn=a.forwardRef(((e,t)=>{let{reloadDocument:n,replace:r,method:o=qt,action:i,onSubmit:l,fetcherKey:u,routeId:s,relative:c,preventScrollReset:f}=e,d=Vt(e,Jt),p=xn(u,s),h="get"===o.toLowerCase()?"get":"post",v=kn(i,{relative:c});return a.createElement("form",$t({ref:t,method:h,action:v,onSubmit:n?l:e=>{if(l&&l(e),e.defaultPrevented)return;e.preventDefault();let t=e.nativeEvent.submitter,n=(null==t?void 0:t.getAttribute("formmethod"))||o;p(t||e.currentTarget,{method:n,replace:r,relative:c,preventScrollReset:f})}},d))}));function pn(e){let{getKey:t,storageKey:n}=e;return _n({getKey:t,storageKey:n}),null}var hn,vn;function mn(e){let t=a.useContext(Ie);return t||c(!1),t}function gn(e){let t=a.useContext(Fe);return t||c(!1),t}function yn(e,t){let{target:n,replace:r,state:o,preventScrollReset:i,relative:l}=void 0===t?{}:t,u=Ge(),s=Ke(),c=nt(e,{relative:l});return a.useCallback((t=>{if(function(e,t){return!(0!==e.button||t&&"_self"!==t||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e))}(t,n)){t.preventDefault();let n=void 0!==r?r:h(s)===h(c);u(e,{replace:n,state:o,preventScrollReset:i,relative:l})}}),[s,u,c,r,o,n,e,i,l])}function bn(e){let t=a.useRef(Yt(e)),n=a.useRef(!1),r=Ke(),o=a.useMemo((()=>function(e,t){let n=Yt(e);if(t)for(let e of t.keys())n.has(e)||t.getAll(e).forEach((t=>{n.append(e,t)}));return n}(r.search,n.current?null:t.current)),[r.search]),i=Ge(),l=a.useCallback(((e,t)=>{const r=Yt("function"==typeof e?e(o):e);n.current=!0,i("?"+r,t)}),[i,o]);return[o,l]}function wn(){return xn()}function xn(e,t){let{router:n}=mn(hn.UseSubmitImpl),{basename:r}=a.useContext(Ue),o=vt();return a.useCallback((function(a,i){if(void 0===i&&(i={}),"undefined"==typeof document)throw new Error("You are calling submit during the server render. Try calling submit within a `useEffect` or callback instead.");let{action:l,method:u,encType:s,formData:f}=function(e,t,n){let r,a,o,i=null;if(Qt(l=e)&&"form"===l.tagName.toLowerCase()){let l=t.submissionTrigger;if(t.action)i=t.action;else{let t=e.getAttribute("action");i=t?z(t,n):null}r=t.method||e.getAttribute("method")||qt,a=t.encType||e.getAttribute("enctype")||Kt,o=new FormData(e),l&&l.name&&o.append(l.name,l.value)}else if(function(e){return Qt(e)&&"button"===e.tagName.toLowerCase()}(e)||function(e){return Qt(e)&&"input"===e.tagName.toLowerCase()}(e)&&("submit"===e.type||"image"===e.type)){let l=e.form;if(null==l)throw new Error('Cannot submit a \n\t\t'):"","\n\t\n")),i.container=(0,o.getNodes)("gform-snackbar",!1,i.target)[0],i.closeTrigger=(0,o.getNodes)("gform-snackbar-close",!1,i.target)[0],(0,o.setAttributes)(i.container,s.attributes),(0,o.trigger)({event:"gform/snackbar/pre_reveal",native:!1,data:{el:i,options:s,state:a}}),setTimeout((function(){i.container.classList.add("gform-snackbar--reveal"),s.autoHide&&(a.hideTimer=setTimeout((function(){l()}),s.autoHideDelay)),s.speak&&(0,o.speak)(s.message),s.onReveal()}),20),i.closeTrigger&&i.closeTrigger.addEventListener("click",l)}},9831:function(e,t,r){"use strict";r.d(t,{Z:function(){return fe}});var n,o,i,a,c=r(5210),s=r(8349),u=r(5518),l=r(564),f=r.n(l),p=r(9843),m=r.n(p),d=r(4318),g=r.n(d),y=r(5872),v=r.n(y),b=r(9801),h=r(9509),w=r.n(h),_=r(9608),O=r.n(_),x=r(2036),T=r(6134),P=r(4065),E=r.n(P),k=r(4216),j=r.n(k),z=r(4824),C=r.n(z),R=r(8472),S=r.n(R),A=r(6172),N=r.n(A),L=r(7329),F=r.n(L),D=(null===(n=(0,u.getConfig)(F(),"gform_admin_config"))||void 0===n||null===(o=n.components)||void 0===o||null===(i=o.setup_wizard)||void 0===i||null===(a=i.data)||void 0===a?void 0:a.defaults)||{},Z=(0,T.create)(D,(function(e){return{closeDialog:function(){return e((function(){return{isOpen:!1}}))},patchFormTypes:function(t,r){return e((0,s.immer)((function(e){e.formTypes.forEach((function(n,o){n.value===r.target.value&&(e.formTypes[o].initialChecked=t),"other"!==r.target.value||t||(e.formTypesOther="")}))})))},patchServices:function(t,r){return e((0,s.immer)((function(e){e.services.forEach((function(n,o){n.value===r.target.value&&(e.services[o].initialChecked=t),"other"!==r.target.value||t||(e.servicesOther="")}))})))},setActiveStepNext:function(){return e((function(e){return{activeStep:e.activeStep+1}}))},setActiveStepPrevious:function(){return e((function(e){return{activeStep:e.activeStep-1}}))},setAutoUpdate:function(){return e((function(e){return{autoUpdate:!e.autoUpdate}}))},setCurrency:function(t){return e((function(){return{currency:t}}))},setDataCollection:function(t){return e((function(){return{dataCollection:t}}))},setEmail:function(t){return e((function(){return{email:t}}))},setEmailConsent:function(t){return e((function(){return{emailConsent:t}}))},setFormTypesOther:function(t){return e((function(){return{formTypesOther:(0,u.slugify)(t)}}))},setHideLicense:function(){return e((function(e){return{hideLicense:!e.hideLicense}}))},setInnerDialogOpen:function(t){return e((function(){return{innerDialogOpen:t}}))},setLicenseKey:function(t){return e((function(){return{licenseKey:t}}))},setOrganization:function(t){return e((function(e){return{organization:t,organizationOther:"other"===t?e.organizationOther:""}}))},setOrganizationOther:function(t){return e((function(){return{organizationOther:(0,u.slugify)(t)}}))},setServicesOther:function(t){return e((function(){return{servicesOther:(0,u.slugify)(t)}}))}}})),I=s.React.useEffect,B=s.React.useState,U=function(e){var t,r,n=e.data,o=void 0===n?{}:n,i=e.endpoints,a=e.i18n,l=B(!1),p=(0,c.Z)(l,2),d=p[0],g=p[1],y=B(!1),h=(0,c.Z)(y,2),_=h[0],P=h[1],k=B(!1),z=(0,c.Z)(k,2),R=z[0],A=z[1],L=B(!1),F=(0,c.Z)(L,2),D=F[0],U=F[1],M=B(!1),W=(0,c.Z)(M,2),q=W[0],V=W[1],G=B(""),H=(0,c.Z)(G,2),$=H[0],K=H[1],Y=(0,T.useStateWithDep)((null==o||null===(t=o.defaults)||void 0===t?void 0:t.licenseKey)||""),J=(0,c.Z)(Y,2),Q=J[0],X=J[1],ee=Z((function(e){return e.email})),te=Z((function(e){return e.emailConsent})),re=Z((function(e){return e.activeStep}));I((function(){R&&A(!1)}),[Q]);var ne=Z((function(e){return e.setActiveStepNext})),oe=Z((function(e){return e.setAutoUpdate})),ie=Z((function(e){return e.setEmail})),ae=Z((function(e){return e.setEmailConsent})),ce=Z((function(e){return e.setLicenseKey})),se=Z((function(e){return e.setInnerDialogOpen})),ue=a.activate_license,le=a.check_license,fe=a.close_button,pe=a.column_layouts,me=a.email_message_title,de=a.email_message,ge=a.email_message_plhldr,ye=a.email_message_submit,ve=a.email_message_footer,be=a.enter_license,he=a.enter_license_plhdr,we=a.invalid_key,_e=a.key_validated,Oe=a.license_instructions,xe=a.most_accessible,Te=a.take_payments,Pe=a.welcome_title,Ee=a.welcome_copy,ke=a.next,je="mock_endpoint"===(null==i||null===(r=i.validate_license)||void 0===r?void 0:r.action),ze={checked:te,id:"email-consent",onChange:function(e){ae(e)},spacing:3,labelAttributes:{label:ve,size:"text-xxs",weight:"regular",customClasses:["gform-setup-wizard__email-footer"]}},Ce={ref:(0,T.useFocusTrap)(1===re),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-1":!0}),"aria-hidden":1!==re};return s.React.createElement("div",Ce,s.React.createElement("div",{className:"gform-setup-wizard__outer-content"},s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(T.FadeIn,{delay:200,transitionDuration:800},s.React.createElement(v(),{customClasses:["gform-setup-wizard__heading-container"]},s.React.createElement(j(),{content:Pe,customClasses:["gform-typography--md-size-display-lg"],size:"display-md",spacing:{"":6,md:5},tagName:"h2",weight:"semibold"})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__body-container"]},s.React.createElement(N(),{content:Ee,spacing:{"":3,md:5}}),s.React.createElement(S(),{listItems:[xe,pe,Te],spacing:{"":6,md:8}}),s.React.createElement(j(),{content:be,size:"text-xl",spacing:3,tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:Oe,spacing:{"":3,md:5}})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__license-container"]},s.React.createElement(C(),{customAttributes:{disabled:d},onChange:X,placeholder:he,size:"size-xl",spacing:3,value:Q}),s.React.createElement(f(),{customClasses:{"gform-setup-wizard__validate-license-button":!0,"gform-setup-wizard__validate-license-button--valid":R},size:"size-height-xl",label:R?_e:ue,icon:"check-circle",iconPosition:"leading",iconPrefix:"gform-common-icon",active:d,activeType:"loader",disabled:d||R,activeText:le,type:R?"apple-green":"primary-new",width:"full",onClick:(0,b.Z)(w().mark((function e(){var t,r,n,a,c,s;return w().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(Q){e.next=2;break}return e.abrupt("return");case 2:if(g(!0),u.cookieStorage.remove(o.options.invalidKeyCookieName),t={baseUrl:O(),method:"POST",body:{license:Q}},!je){e.next=16;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(t),e.next=10,new Promise((function(e){return setTimeout(e,1e3)}));case 10:return A(!0),g(!1),e.next=14,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 14:e.next=36;break;case 16:return n=Date.now(),e.next=19,(0,x.Z)("validate_license",i,t);case 19:if(a=e.sent,!((c=Date.now()-n)<600)){e.next=24;break}return e.next=24,new Promise((function(e){return setTimeout(e,600-c)}));case 24:if(null==a||null===(r=a.data)||void 0===r||!r.success){e.next=32;break}return A(!0),g(!1),ce(Q),e.next=30,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 30:e.next=36;break;case 32:K(null==a||null===(s=a.data)||void 0===s?void 0:s.data),P(!0),g(!1),u.cookieStorage.set(o.options.invalidKeyCookieName,"1",null,!0);case 36:case"end":return e.stop()}}),e)})))}))),s.React.createElement(v(),{display:"flex",customClasses:["gform-setup-wizard__nav-footer"]},s.React.createElement(f(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next"],type:"white",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",disabled:d,ariaLabel:ke,onClick:function(){R||q?ne():U(!0)}})),_&&s.React.createElement(m(),{alertButtonText:fe,alignment:"top",buttonWidth:"full",confirmButtonType:"white",content:$,customWrapperClasses:["gform-setup-wizard__alert"],isOpen:!0,maskTheme:"dark",mode:"alert",onOpen:function(){se(!0)},onClose:function(){se(!1)},onCloseAfterAnimation:function(){P(!1)},showCloseButton:!1,theme:"cosmos",title:we,titleIndicatorType:"error"}),D&&s.React.createElement(m(),{alignment:"top",animateModal:!0,customWrapperClasses:["gform-setup-wizard__email-dialog"],isOpen:!0,maskBlur:!1,maskTheme:"light",mode:"modal",onOpen:function(){se(!0)},theme:"cosmos",titleIndicatorType:"error",onClose:function(){se(!1)},onCloseAfterAnimation:function(){ie(""),U(!1)},closeButtonTitle:fe},s.React.createElement("div",{className:"gform-setup-wizard__email-logo"}),s.React.createElement(j(),{content:me,customClasses:["gform-setup-wizard__email-heading","gform-typography--md-size-display-sm"],size:"display-xs",spacing:1,tagName:"h3",weight:"semibold"}),s.React.createElement(N(),{content:de,customClasses:["gform-setup-wizard__email-message","gform-typography--md-size-text-xl"],size:"text-md",spacing:6}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__email-actions"]},s.React.createElement(C(),{size:"size-xl",onChange:ie,placeholder:ge,spacing:3}),s.React.createElement(E(),ze),s.React.createElement(f(),{customClasses:["gform-setup-wizard__submit-email-button"],size:"size-height-xl",label:ye,type:"primary-new",width:"full",onClick:function(){ee&&(se(!1),oe(),U(!1),V(!0),ne())}})))),s.React.createElement("div",{className:"gform-setup-wizard__background"},s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--sendgrid"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--google-analytics"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--stripe"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--slack"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--hubspot"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailgun"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--help-scout"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--aweber"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--dropbox"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--zapier"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailchimp"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--paypal"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--get-response"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--active-campaign"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--square"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--hero"}))))},M=r(405),W=r.n(M),q=r(5595),V=r.n(q),G=r(9645),H=r.n(G),$=function(e){var t=e.data,r=e.i18n,n=Z((function(e){return e.licenseKey})).length>0,o=Z((function(e){return e.hideLicense})),i=Z((function(e){return e.activeStep})),a=Z((function(e){return e.setHideLicense})),c=r.set_up_title,u=r.set_up_copy,l=r.for_client,p=r.hide_license,m=r.enable_updates,d=r.enable_updates_tag,g=r.enable_updates_locked,y=r.updates_recommended,b=r.which_currency,h=r.previous,w={ref:(0,T.useFocusTrap)(2===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-2":!0}),"aria-hidden":2!==i};return s.React.createElement("div",w,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:c,customClasses:["gform-typography--md-size-display-sm"],size:"display-xs",weight:"medium",spacing:{"":3,md:5},tagName:"h2"}),s.React.createElement(N(),{content:u,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"},!n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:g,triangleTag:!0}),n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:d,triangleTag:!0})),s.React.createElement(N(),{content:y,size:"text-sm",weight:"regular",spacing:3}),s.React.createElement(V(),{size:"size-l",disabled:!n,initialChecked:Z((function(e){return e.autoUpdate})),onChange:Z((function(e){return e.setAutoUpdate})),spacing:{"":6,md:8},ariaLabel:m}),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__currency-container"],spacing:{"":6,md:8}},s.React.createElement(H(),{ariaLabel:b,initialValue:Z((function(e){return e.currency})),onChange:Z((function(e){return e.setCurrency})),options:t.options.currencies,size:"size-xl"})),n&&s.React.createElement(s.React.Fragment,null,s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:p,spacing:3,size:"text-sm",weight:"regular"}),s.React.createElement(V(),{size:"size-l",initialChecked:o,onChange:a,spacing:{"":6,md:8},ariaLabel:p})),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},!t.options.hasLicense&&s.React.createElement(f(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:h}),s.React.createElement(f(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:"Next",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",iconPosition:"trailing",onClick:Z((function(e){return e.setActiveStepNext}))}))))},K=r(8309),Y=r.n(K),J=s.React.useState,Q=function(e){var t=e.data,r=e.i18n,n=J(!1),o=(0,c.Z)(n,1)[0],i=Z((function(e){return e.activeStep})),a=Z((function(e){return e.setFormTypesOther})),u=Z((function(e){return e.setOrganizationOther})),l=Z((function(e){return e.setServicesOther})),p=r.describe_organization,m=r.form_type,d=r.next,g=r.personalize_copy,y=r.personalize_title,b=r.services_connect,h=r.other_label,w=r.other_placeholder,_=r.previous,O={ref:(0,T.useFocusTrap)(3===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-3":!0}),"aria-hidden":3!==i};return s.React.createElement("div",O,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:y,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:g,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:p,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},tagName:"h3",weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__organization-container"],setDisplay:!1,spacing:{"":6,md:8}},s.React.createElement(H(),{customClasses:(0,s.classnames)("gform-setup-wizard__organization",{"gform-setup-wizard__organization--is-placeholder":!Z((function(e){return e.organization}))}),initialValue:Z((function(e){return e.organization})),onChange:Z((function(e){return e.setOrganization})),options:t.options.organization,ariaLabel:p,size:"size-xl"}),"other"===Z((function(e){return e.organization}))&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:u,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__form-types","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-form-types",data:Z((function(e){return e.formTypes})),onChange:Z((function(e){return e.patchFormTypes})),useWrapper:!0}),Z((function(e){return e.formTypes})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:a,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__services-container","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-services",data:Z((function(e){return e.services})),onChange:Z((function(e){return e.patchServices})),useWrapper:!0}),Z((function(e){return e.services})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:l,placeholder:w,size:"size-xl"}))),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(f(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:_}),s.React.createElement(f(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:d,activeText:d,icon:"arrow-narrow-right",iconAttributes:{customClasses:["gform-button__icon--inactive"]},iconPrefix:"gform-common-icon",active:o,activeType:"loader",disabled:o,iconPosition:"trailing",onClick:Z((function(e){return e.setActiveStepNext}))}))))},X=r(7063);function ee(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function te(e){for(var t=1;t0&&void 0!==s[0]&&s[0]?(g(!0),_(!0)):(l(!0),_(!1)),(t=Z.getData()).formTypes=t.formTypes.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),t.services=t.services.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),n={baseUrl:O(),method:"POST",body:te({},t)},!P){e.next=14;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(n),e.next=11,new Promise((function(e){return setTimeout(e,1e3)}));case 11:h(),e.next=23;break;case 14:return i=Date.now(),e.next=17,(0,x.Z)("save_prefs",r,n);case 17:if(a=e.sent,!((c=Date.now()-i)<600)){e.next=22;break}return e.next=22,new Promise((function(e){return setTimeout(e,600-c)}));case 22:null!=a&&null!==(o=a.data)&&void 0!==o&&o.success&&h();case 23:return e.next=25,new Promise((function(e){return setTimeout((function(){l(!1),g(!1),e()}),200)}));case 25:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),A={ref:(0,T.useFocusTrap)(4===y),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-4":!0}),"aria-hidden":4!==y};return s.React.createElement("div",A,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:k,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:E,asHtml:!0,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(f(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:R}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__nav-next-alt"],display:"flex"},s.React.createElement(f(),{activeText:z,label:z,onClick:function(){S()},active:a,activeType:"loader",disabled:a,iconPosition:"trailing",size:"size-height-xl",type:"white"}),s.React.createElement(f(),{label:C,activeText:C,customClasses:["gform-setup-wizard__data-button"],size:"size-height-xl",active:d,activeType:"loader",disabled:d,iconPosition:"trailing",onClick:function(){S(!0)}})))))},oe=r(9495),ie=r.n(oe),ae=function(e){var t,r=e.data,n=e.endpoints,o=e.i18n,i=Z((function(e){return e.closeDialog})),a=Z((function(e){return e.activeStep})),c="mock_endpoint"===(null==n||null===(t=n.validate_license)||void 0===t?void 0:t.action),u=o.redirect_prompt,l=o.complete_title,p=o.complete_message,m=o.create_form_button,d=o.previous,g={ref:(0,T.useFocusTrap)(5===a),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-5":!0}),"aria-hidden":5!==a};return s.React.createElement("div",g,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},tagName:"h2",size:"display-xs",weight:"medium"}),s.React.createElement(N(),{content:p,spacing:{"":6,md:8},size:"text-md",weight:"regular"}),s.React.createElement(f(),{size:"size-height-xl",icon:"pencil",iconPosition:"leading",iconPrefix:"gform-common-icon",label:m,onClick:function(){var e;i(),e="".concat(r.dashboard_url,"admin.php?page=gf_new_form"),window.location.href!==e?window.location.href=e:document.body.classList.remove("gform-setup-wizard--open")},spacing:{"":6,md:8}}),s.React.createElement(ie(),{videoOptions:{uuid:r.video_id}}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(f(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:d}),s.React.createElement(f(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:u,icon:"settings",iconPosition:"leading",iconPrefix:"gform-icon",type:"white",onClick:function(){i(),c||window.location.href===r.redirect_url?document.body.classList.remove("gform-setup-wizard--open"):window.location.href=r.redirect_url}}))))},ce=r(5196),se=r.n(ce),ue=s.React.useState,le=s.React.useEffect,fe=function(e){var t,r,n="mock_endpoint"===(null===(t=e.endpoints)||void 0===t||null===(r=t.validate_license)||void 0===r?void 0:r.action),o=ue(!0),i=(0,c.Z)(o,2),a=i[0],l=i[1],p=Z((function(e){return e.innerDialogOpen})),d=Z((function(e){return e.activeStep})),y=Z((function(e){return e.isOpen})),b={closeOnMaskClick:!1,closeButtonTitle:e.i18n.close_button,customCloseButtonClasses:["gform-setup-wizard--exit-button"],customWrapperClasses:["gform-setup-wizard","gform-setup-wizard--step-".concat(Z((function(e){return e.activeStep}))),"gform-setup-wizard--inner-dialog-".concat(Z((function(e){return e.innerDialogOpen})))],customMaskClasses:[!a&&"gform-setup-wizard--not-fullscreen"],id:"gform-setup-wizard",isOpen:y,lockBody:!0,onCloseAfterAnimation:function(){var t=u.cookieStorage.get(e.data.options.invalidKeyCookieName);n||5===d||e.data.options.isSettingsPage&&t||(window.location.href=e.data.dashboard_url),(0,u.trigger)({event:"gform/video/pauseAll",native:!1,data:{}})},position:a?"fixed":"absolute",mode:"container",zIndex:100001};return le((function(){y&&document.body.classList.add("gform-setup-wizard--open")}),[y]),s.React.createElement(m(),b,s.React.createElement(g(),{customClasses:["gform-setup-wizard__nav-bar"]},s.React.createElement(se(),{activeStep:Z((function(e){return e.activeStep})),customClasses:["gform-setup-wizard__steps"],numSteps:5,spacing:[8,0,0]})),s.React.createElement(v(),{x:1030,customClasses:["gform-setup-wizard__content-mask"],setDisplay:!1}),!p&&s.React.createElement(f(),{ariaLabel:e.i18n.toggle_fullscreen,circular:!0,customClasses:["gform-setup-wizard__fullscreen-toggle"],icon:a?"contract":"expand",onClick:function(){l(!a)},type:"white"}),s.React.createElement(U,e),s.React.createElement($,e),s.React.createElement(Q,e),s.React.createElement(ne,e),s.React.createElement(ae,e))}},6565:function(e,t,r){"use strict";r.d(t,{Z:function(){return Ue}});var n=r(9801),o=r(9509),i=r.n(o),a=r(8349),c=r(9843),s=r.n(c),u=r(5872),l=r.n(u),f=r(4216),p=r.n(f),m=r(6172),d=r.n(m),g=r(107),y=r(351),v=r.n(y),b=r(5718),h=r.n(b),w=r(7941),_=r.n(w),O=r(9608),x=r.n(O),T=r(2036),P=r(5518),E=function(){var e=(0,n.Z)(i().mark((function e(t){var r,n,o,a,c,s,u,l,f,p,m,d,g;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=t.template.id,c=t.title,s=t.description,u=t.endpoints,c){e.next=3;break}return e.abrupt("return",{error:{code:"missing_title"}});case 3:return l={baseUrl:x(),method:"POST",body:{templateId:a,form:{title:c,description:s}}},e.next=6,(0,T.Z)("create_from_template",u,l);case 6:if(f=e.sent,p=null==f||null===(r=f.data)||void 0===r||null===(n=r.data)||void 0===n?void 0:n.form_id,null==f||null===(o=f.data)||void 0===o||!o.success||!p){e.next=13;break}m=(0,P.updateQueryVar)("page","gf_edit_forms"),window.location.href=(0,P.updateQueryVar)("id",p,m),e.next=14;break;case 13:return e.abrupt("return",{error:{code:null!=f&&null!==(d=f.data)&&void 0!==d&&null!==(g=d.data)&&void 0!==g&&g.message?f.data.data.message:"failedRequest"}});case 14:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),k=function(e){var t=e.accessLevels,r=void 0===t?[]:t,n=e.licenseLevel,o=void 0===n?"single":n,i=["basic","pro","dev","ltdev","elite","single","ltsingle","multi","ltmulti","nonprofit","enterprise","gravityflow","gravityview","godaddy","wpcom"];return!r.filter((function(e){return i.includes(e)})).includes(o)},j=function(e){var t,r,n,o=e.blankOnClick,i=void 0===o?function(){}:o,c=e.licenseType,s=void 0===c?"":c,u=e.strings,l=void 0===u?{}:u,f=e.templateOnClick,p=void 0===f?function(){}:f,m=e.templates,d=void 0===m?[]:m,y=e.thumbnailUrl,b=void 0===y?"":y;return a.React.createElement(a.SimpleBar,null,a.React.createElement("div",{className:"gform-template-library__card-grid-container"},a.React.createElement(v(),{container:!0,wrap:!0,rowSpacing:6,columnSpacing:6,customClasses:["gform-template-library__card-grid"],justifyContent:"flex-start"},(t={headingAttributes:{content:l.blankForm,weight:"medium",size:"text-sm",tagName:"h2"},textAttributes:{content:l.createForm,size:"text-sm"},blankButtonAttributes:{onClick:i},imageAttributes:{asBg:!0,url:"https://i.imgur.com/KsZxvrs.png",altText:l.blankForm},style:"form-template-blank"},r=a.React.createElement(v(),{key:0,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),t)),n=d.map((function(e,t){var r=s&&s.slice(2).toLowerCase()||"single",n=k({accessLevels:e.template_access_level,licenseLevel:r})?l.upgradeTag:"",o=l.useTemplateWithTitle.split("%s"),i=l.previewWithTitle.split("%s"),c={customClasses:["gform-card__form-template-secondary-button-icon"],icon:"external-link"},u={bgColor:e.template_background,headingAttributes:{content:e.title,weight:"medium",size:"text-sm",tagName:"h2"},primaryCtaAttrs:{ctaType:"button",children:a.React.createElement(a.React.Fragment,null,o[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),o[1]),onClick:p(e)},secondaryCtaAttrs:{ctaType:"link",children:a.React.createElement(a.React.Fragment,null,a.React.createElement(h(),c),i[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),i[1]),href:e.template_preview_url,target:"_blank"},imageAttributes:{asBg:!0,url:"".concat(b).concat(e.template_thumbnail),imagePosition:"top center",imageAttributes:{style:{backgroundSize:"100%"}},altText:e.title},tagAttributes:{content:n,size:"text-xxs"},style:"form-template"};return a.React.createElement(v(),{key:t+1,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),u))})),[r].concat((0,g.Z)(n))))))},z=r(6796),C=r(7063),R=r(564),S=r.n(R),A=r(4824),N=r.n(A),L=r(5211),F=r.n(L),D=r(5235),Z=r.n(D),I=r(5210);function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e){for(var t=1;t=0&&"[object Array]"===Object.prototype.toString.call(e)},y=s((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():g(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:d(e)?function(){return arguments}():void 0})),v=y;function b(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function h(e,t,r){for(var n=0,o=r.length;n=0;)f(t=O[r],e)&&!T(n,t)&&(n[n.length]=t),r-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),E=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function k(e,t,r,n){var o=b(e);function i(e,t){return j(e,t,r.slice(),n.slice())}return!h((function(e,t){return!h(i,t,e)}),b(t),o)}function j(e,t,r,n){if(w(e,t))return!0;var o,i,a=E(e);if(a!==E(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(a){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(o=e.constructor,null==(i=String(o).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!w(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!w(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(a){case"Map":return e.size===t.size&&k(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&k(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var s=P(e);if(s.length!==P(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=s.length-1;c>=0;){var p=s[c];if(!f(p,t)||!j(t[p],e[p],u,l))return!1;c-=1}return!0}var z=u((function(e,t){return j(e,t,[],[])})),C=s((function(e){return null!=e&&z(e,v(e))}));function R(e,t,r){return function(){if(0===arguments.length)return r();var n=Array.prototype.slice.call(arguments,0),o=n.pop();if(!g(o)){for(var i=0;i=0&&this.i>=this.n?(r=n)&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}:n},e}(),L=u((function(e,t){return new N(e,t)}));function F(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return g(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}function D(e){return function t(r,n,o){switch(arguments.length){case 0:return t;case 1:return c(r)?t:u((function(t,n){return e(r,t,n)}));case 2:return c(r)&&c(n)?t:c(r)?u((function(t,r){return e(t,n,r)})):c(n)?u((function(t,n){return e(r,t,n)})):s((function(t){return e(r,n,t)}));default:return c(r)&&c(n)&&c(o)?t:c(r)&&c(n)?u((function(t,r){return e(t,r,o)})):c(r)&&c(o)?u((function(t,r){return e(t,n,r)})):c(n)&&c(o)?u((function(t,n){return e(r,t,n)})):c(r)?s((function(t){return e(t,n,o)})):c(n)?s((function(t){return e(r,t,o)})):c(o)?s((function(t){return e(r,n,t)})):e(r,n,o)}}}var Z=D(F("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)}))),I=u(R(["take"],L,(function(e,t){return Z(0,e<0?1/0:e,t)}))),B=u((function(e,t){return z(I(e.length,t),e)})),U=r(6588);var M=r(9969),W=r(4019),q=r.n(W),V=r(5559),G=r.n(V),H=r(9659),$=r.n(H),K=r(5210),Y=function e(t){return Object.entries(t).map((function(t){var r=(0,K.Z)(t,2),n=r[0],o=r[1];return[n,o&&"object"===(0,U.Z)(o)?e(o):o]})).reduce((function(e,t){var r=(0,K.Z)(t,2),n=r[0],o=r[1];return null==o||(e[n]=o),e}),{})};function J(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Q(e){for(var t=1;t1&&void 0!==y[1]?y[1]:{},o=Q({method:"GET"},n=y.length>2&&void 0!==y[2]?y[2]:{}),i=l(["body"],o),c="GET"!==i.method&&"HEAD"!==i.method,s=i.baseUrl,c&&(u=n.body?n.body:{},r[t].nonce&&(u._ajax_nonce=r[t].nonce),r[t].action&&(u.action=r[t].action),i.body=(a=u,v=void 0,b=void 0,h=void 0,h=new window.FormData,function e(t,r){if(!function(e){return Array.isArray(b)&&b.some((function(t){return t===e}))}(r))if(r=r||"",t instanceof window.File)h.append(r,t);else if(Array.isArray(t))for(var n=0;nl;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},6446:function(e,t,r){var n=r(8087),o=n({}.toString),i=n("".slice);e.exports=function(e){return i(o(e),8,-1)}},4574:function(e,t,r){var n=r(2256),o=r(4731),i=r(5245),a=r(3567);e.exports=function(e,t,r){for(var c=o(t),s=a.f,u=i.f,l=0;l0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),e.exports=o},64:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},9458:function(e,t,r){var n=r(419),o=r(5245).f,i=r(4845),a=r(8173),c=r(4289),s=r(4574),u=r(5698);e.exports=function(e,t){var r,l,f,p,m,d=e.target,g=e.global,y=e.stat;if(r=g?n:y?n[d]||c(d,{}):(n[d]||{}).prototype)for(l in t){if(p=t[l],f=e.dontCallGetSet?(m=o(r,l))&&m.value:r[l],!u(g?l:d+(y?".":"#")+l,e.forced)&&void 0!==f){if(typeof p==typeof f)continue;s(p,f)}(e.sham||f&&f.sham)&&i(p,"sham",!0),a(r,l,p,e)}}},6862:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},4555:function(e,t,r){var n=r(6862);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},2797:function(e,t,r){var n=r(4555),o=Function.prototype.call;e.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},5502:function(e,t,r){var n=r(7891),o=r(2256),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&"something"===function(){}.name,u=c&&(!n||n&&a(i,"name").configurable);e.exports={EXISTS:c,PROPER:s,CONFIGURABLE:u}},7661:function(e,t,r){var n=r(8087),o=r(4627);e.exports=function(e,t,r){try{return n(o(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},8087:function(e,t,r){var n=r(4555),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);e.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}},80:function(e,t,r){var n=r(419),o=r(7373);e.exports=function(e,t){return arguments.length<2?(r=n[e],o(r)?r:void 0):n[e]&&n[e][t];var r}},8648:function(e,t,r){var n=r(4627),o=r(7039);e.exports=function(e,t){var r=e[t];return o(r)?void 0:n(r)}},419:function(e,t,r){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2256:function(e,t,r){var n=r(8087),o=r(5151),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(o(e),t)}},6789:function(e){e.exports={}},2944:function(e,t,r){var n=r(80);e.exports=n("document","documentElement")},5793:function(e,t,r){var n=r(7891),o=r(6862),i=r(3751);e.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},79:function(e,t,r){var n=r(8087),o=r(6862),i=r(6446),a=Object,c=n("".split);e.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?c(e,""):a(e)}:a},3303:function(e,t,r){var n=r(8087),o=r(7373),i=r(3230),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},1259:function(e,t,r){var n,o,i,a=r(4665),c=r(419),s=r(1218),u=r(4845),l=r(2256),f=r(3230),p=r(9355),m=r(6789),d="Object already initialized",g=c.TypeError,y=c.WeakMap;if(a||f.state){var v=f.state||(f.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw g(d);return t.facade=e,v.set(e,t),t},o=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=p("state");m[b]=!0,n=function(e,t){if(l(e,b))throw g(d);return t.facade=e,u(e,b,t),t},o=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:o,has:i,enforce:function(e){return i(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=o(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return r}}}},7373:function(e,t,r){var n=r(7461),o=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===o}:function(e){return"function"==typeof e}},5698:function(e,t,r){var n=r(6862),o=r(7373),i=/#|\.prototype\./,a=function(e,t){var r=s[c(e)];return r==l||r!=u&&(o(t)?n(t):!!t)},c=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},7039:function(e){e.exports=function(e){return null==e}},1218:function(e,t,r){var n=r(7373),o=r(7461),i=o.all;e.exports=o.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},4943:function(e){e.exports=!1},8898:function(e,t,r){var n=r(80),o=r(7373),i=r(5853),a=r(2696),c=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return o(t)&&i(t.prototype,c(e))}},1389:function(e,t,r){"use strict";var n=r(1198).IteratorPrototype,o=r(2091),i=r(5392),a=r(6535),c=r(9047),s=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=o(n,{next:i(+!u,r)}),a(e,l,!1,!0),c[l]=s,e}},5291:function(e,t,r){"use strict";var n=r(9458),o=r(2797),i=r(4943),a=r(5502),c=r(7373),s=r(1389),u=r(8313),l=r(4476),f=r(6535),p=r(4845),m=r(8173),d=r(2712),g=r(9047),y=r(1198),v=a.PROPER,b=a.CONFIGURABLE,h=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,_=d("iterator"),O="keys",x="values",T="entries",P=function(){return this};e.exports=function(e,t,r,a,d,y,E){s(r,t,a);var k,j,z,C=function(e){if(e===d&&L)return L;if(!w&&e in A)return A[e];switch(e){case O:case x:case T:return function(){return new r(this,e)}}return function(){return new r(this)}},R=t+" Iterator",S=!1,A=e.prototype,N=A[_]||A["@@iterator"]||d&&A[d],L=!w&&N||C(d),F="Array"==t&&A.entries||N;if(F&&(k=u(F.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===h||(l?l(k,h):c(k[_])||m(k,_,P)),f(k,R,!0,!0),i&&(g[R]=P)),v&&d==x&&N&&N.name!==x&&(!i&&b?p(A,"name",x):(S=!0,L=function(){return o(N,this)})),d)if(j={values:C(x),keys:y?L:C(O),entries:C(T)},E)for(z in j)(w||S||!(z in A))&&m(A,z,j[z]);else n({target:t,proto:!0,forced:w||S},j);return i&&!E||A[_]===L||m(A,_,L,{name:d}),g[t]=L,j}},1198:function(e,t,r){"use strict";var n,o,i,a=r(6862),c=r(7373),s=r(1218),u=r(2091),l=r(8313),f=r(8173),p=r(2712),m=r(4943),d=p("iterator"),g=!1;[].keys&&("next"in(i=[].keys())?(o=l(l(i)))!==Object.prototype&&(n=o):g=!0),!s(n)||a((function(){var e={};return n[d].call(e)!==e}))?n={}:m&&(n=u(n)),c(n[d])||f(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},9047:function(e){e.exports={}},6702:function(e,t,r){var n=r(5319);e.exports=function(e){return n(e.length)}},1069:function(e,t,r){var n=r(8087),o=r(6862),i=r(7373),a=r(2256),c=r(7891),s=r(5502).CONFIGURABLE,u=r(3303),l=r(1259),f=l.enforce,p=l.get,m=String,d=Object.defineProperty,g=n("".slice),y=n("".replace),v=n([].join),b=c&&!o((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),w=e.exports=function(e,t,r){"Symbol("===g(m(t),0,7)&&(t="["+y(m(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||s&&e.name!==t)&&(c?d(e,"name",{value:t,configurable:!0}):e.name=t),b&&r&&a(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?c&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=f(e);return a(n,"source")||(n.source=v(h,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return i(this)&&p(this).source||u(this)}),"toString")},6614:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},2091:function(e,t,r){var n,o=r(9223),i=r(8915),a=r(64),c=r(6789),s=r(2944),u=r(3751),l=r(9355),f="prototype",p="script",m=l("IE_PROTO"),d=function(){},g=function(e){return"<"+p+">"+e+""},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?y(n):(t=u("iframe"),r="java"+p+":",t.style.display="none",s.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):y(n);for(var o=a.length;o--;)delete v[f][a[o]];return v()};c[m]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[f]=o(e),r=new d,d[f]=null,r[m]=e):r=v(),void 0===t?r:i.f(r,t)}},8915:function(e,t,r){var n=r(7891),o=r(3015),i=r(3567),a=r(9223),c=r(6867),s=r(7333);t.f=n&&!o?Object.defineProperties:function(e,t){a(e);for(var r,n=c(t),o=s(t),u=o.length,l=0;u>l;)i.f(e,r=o[l++],n[r]);return e}},3567:function(e,t,r){var n=r(7891),o=r(5793),i=r(3015),a=r(9223),c=r(8113),s=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",p="configurable",m="writable";t.f=n?i?function(e,t,r){if(a(e),t=c(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&m in r&&!r[m]){var n=l(e,t);n&&n[m]&&(e[t]=r.value,r={configurable:p in r?r[p]:n[p],enumerable:f in r?r[f]:n[f],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=c(t),a(r),o)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw s("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5245:function(e,t,r){var n=r(7891),o=r(2797),i=r(2741),a=r(5392),c=r(6867),s=r(8113),u=r(2256),l=r(5793),f=Object.getOwnPropertyDescriptor;t.f=n?f:function(e,t){if(e=c(e),t=s(t),l)try{return f(e,t)}catch(e){}if(u(e,t))return a(!o(i.f,e,t),e[t])}},9871:function(e,t,r){var n=r(6252),o=r(64).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},7857:function(e,t){t.f=Object.getOwnPropertySymbols},8313:function(e,t,r){var n=r(2256),o=r(7373),i=r(5151),a=r(9355),c=r(747),s=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var r=t.constructor;return o(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},5853:function(e,t,r){var n=r(8087);e.exports=n({}.isPrototypeOf)},6252:function(e,t,r){var n=r(8087),o=r(2256),i=r(6867),a=r(6148).indexOf,c=r(6789),s=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!o(c,r)&&o(n,r)&&s(l,r);for(;t.length>u;)o(n,r=t[u++])&&(~a(l,r)||s(l,r));return l}},7333:function(e,t,r){var n=r(6252),o=r(64);e.exports=Object.keys||function(e){return n(e,o)}},2741:function(e,t){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4476:function(e,t,r){var n=r(7661),o=r(9223),i=r(4768);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return o(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},4946:function(e,t,r){var n=r(2797),o=r(7373),i=r(1218),a=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&o(r=e.toString)&&!i(c=n(r,e)))return c;if(o(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&o(r=e.toString)&&!i(c=n(r,e)))return c;throw a("Can't convert object to primitive value")}},4731:function(e,t,r){var n=r(80),o=r(8087),i=r(9871),a=r(7857),c=r(9223),s=o([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=a.f;return r?s(t,r(e)):t}},8846:function(e,t,r){var n=r(7039),o=TypeError;e.exports=function(e){if(n(e))throw o("Can't call method on "+e);return e}},6535:function(e,t,r){var n=r(3567).f,o=r(2256),i=r(2712)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!o(e,i)&&n(e,i,{configurable:!0,value:t})}},9355:function(e,t,r){var n=r(2017),o=r(6303),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},3230:function(e,t,r){var n=r(419),o=r(4289),i="__core-js_shared__",a=n[i]||o(i,{});e.exports=a},2017:function(e,t,r){var n=r(4943),o=r(3230);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9245:function(e,t,r){var n=r(2437),o=r(6862);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},6912:function(e,t,r){var n=r(8150),o=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?o(r+t,0):i(r,t)}},6867:function(e,t,r){var n=r(79),o=r(8846);e.exports=function(e){return n(o(e))}},8150:function(e,t,r){var n=r(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},5319:function(e,t,r){var n=r(8150),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},5151:function(e,t,r){var n=r(8846),o=Object;e.exports=function(e){return o(n(e))}},3926:function(e,t,r){var n=r(2797),o=r(1218),i=r(8898),a=r(8648),c=r(4946),s=r(2712),u=TypeError,l=s("toPrimitive");e.exports=function(e,t){if(!o(e)||i(e))return e;var r,s=a(e,l);if(s){if(void 0===t&&(t="default"),r=n(s,e,t),!o(r)||i(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},8113:function(e,t,r){var n=r(3926),o=r(8898);e.exports=function(e){var t=n(e,"string");return o(t)?t:t+""}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,r){var n=r(8087),o=0,i=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++o+i,36)}},2696:function(e,t,r){var n=r(9245);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,r){var n=r(7891),o=r(6862);e.exports=n&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,r){var n=r(419),o=r(7373),i=n.WeakMap;e.exports=o(i)&&/native code/.test(String(i))},2712:function(e,t,r){var n=r(419),o=r(2017),i=r(2256),a=r(6303),c=r(9245),s=r(2696),u=n.Symbol,l=o("wks"),f=s?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:f("Symbol."+e)),l[e]}},9553:function(e,t,r){"use strict";var n=r(6867),o=r(7713),i=r(9047),a=r(1259),c=r(3567).f,s=r(5291),u=r(1439),l=r(4943),f=r(7891),p="Array Iterator",m=a.set,d=a.getterFor(p);e.exports=s(Array,"Array",(function(e,t){m(this,{type:p,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,u(void 0,!0)):u("keys"==r?n:"values"==r?t[n]:[n,t[n]],!1)}),"values");var g=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!l&&f&&"values"!==g.name)try{c(g,"name",{value:"values"})}catch(e){}},3245:function(e){"use strict";var t="%[a-f0-9]{2}",r=new RegExp("("+t+")|([^%]+?)","gi"),n=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var r=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],o(r),o(n))}function i(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(r)||[],n=1;n1)for(var r=1;rNumber(e)-Number(t))).map((t=>e[t])):e}function p(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function m(e){const t=(e=p(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function d(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function g(e,t){s((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const r=function(e){let t;switch(e.arrayFormat){case"index":return(e,r,n)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===n[e]&&(n[e]={}),n[e][t[1]]=r):n[e]=r};case"bracket":return(e,r,n)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==n[e]?n[e]=[].concat(n[e],r):n[e]=[r]:n[e]=r};case"comma":case"separator":return(t,r,n)=>{const o="string"==typeof r&&r.includes(e.arrayFormatSeparator),i="string"==typeof r&&!o&&l(r,e).includes(e.arrayFormatSeparator);r=i?l(r,e):r;const a=o||i?r.split(e.arrayFormatSeparator).map((t=>l(t,e))):null===r?r:l(r,e);n[t]=a};case"bracket-separator":return(t,r,n)=>{const o=/(\[\])$/.test(t);if(t=t.replace(/\[\]$/,""),!o)return void(n[t]=r?l(r,e):r);const i=null===r?[]:r.split(e.arrayFormatSeparator).map((t=>l(t,e)));void 0!==n[t]?n[t]=[].concat(n[t],i):n[t]=i};default:return(e,t,r)=>{void 0!==r[e]?r[e]=[].concat(r[e],t):r[e]=t}}}(t),n=Object.create(null);if("string"!=typeof e)return n;if(!(e=e.trim().replace(/^[?#&]/,"")))return n;for(const o of e.split("&")){if(""===o)continue;let[e,a]=i(t.decode?o.replace(/\+/g," "):o,"=");a=void 0===a?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?a:l(a,t),r(l(e,t),a,n)}for(const e of Object.keys(n)){const r=n[e];if("object"==typeof r&&null!==r)for(const e of Object.keys(r))r[e]=d(r[e],t);else n[e]=d(r,t)}return!1===t.sort?n:(!0===t.sort?Object.keys(n).sort():Object.keys(n).sort(t.sort)).reduce(((e,t)=>{const r=n[t];return Boolean(r)&&"object"==typeof r&&!Array.isArray(r)?e[t]=f(r):e[t]=r,e}),Object.create(null))}t.extract=m,t.parse=g,t.stringify=(e,t)=>{if(!e)return"";s((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const r=r=>t.skipNull&&null==e[r]||t.skipEmptyString&&""===e[r],n=function(e){switch(e.arrayFormat){case"index":return t=>(r,n)=>{const o=r.length;return void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[",o,"]"].join("")]:[...r,[u(t,e),"[",u(o,e),"]=",u(n,e)].join("")]};case"bracket":return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[]"].join("")]:[...r,[u(t,e),"[]=",u(n,e)].join("")];case"comma":case"separator":case"bracket-separator":{const t="bracket-separator"===e.arrayFormat?"[]=":"=";return r=>(n,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&""===o?n:(o=null===o?"":o,0===n.length?[[u(r,e),t,u(o,e)].join("")]:[[n,u(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,u(t,e)]:[...r,[u(t,e),"=",u(n,e)].join("")]}}(t),o={};for(const t of Object.keys(e))r(t)||(o[t]=e[t]);const i=Object.keys(o);return!1!==t.sort&&i.sort(t.sort),i.map((r=>{const o=e[r];return void 0===o?"":null===o?u(r,t):Array.isArray(o)?0===o.length&&"bracket-separator"===t.arrayFormat?u(r,t)+"[]":o.reduce(n(r),[]).join("&"):u(r,t)+"="+u(o,t)})).filter((e=>e.length>0)).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[r,n]=i(e,"#");return Object.assign({url:r.split("?")[0]||"",query:g(m(e),t)},t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:l(n,t)}:{})},t.stringifyUrl=(e,r)=>{r=Object.assign({encode:!0,strict:!0,[c]:!0},r);const n=p(e.url).split("?")[0]||"",o=t.extract(e.url),i=t.parse(o,{sort:!1}),a=Object.assign(i,e.query);let s=t.stringify(a,r);s&&(s=`?${s}`);let l=function(e){let t="";const r=e.indexOf("#");return-1!==r&&(t=e.slice(r)),t}(e.url);return e.fragmentIdentifier&&(l=`#${r[c]?u(e.fragmentIdentifier,r):e.fragmentIdentifier}`),`${n}${s}${l}`},t.pick=(e,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0,[c]:!1},n);const{url:o,query:i,fragmentIdentifier:s}=t.parseUrl(e,n);return t.stringifyUrl({url:o,query:a(i,r),fragmentIdentifier:s},n)},t.exclude=(e,r,n)=>{const o=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return t.pick(e,o,n)}},9473:function(e){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const r=e.indexOf(t);return-1===r?[e]:[e.slice(0,r),e.slice(r+t.length)]}},395:function(e){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},9378:function(e,t,r){var n=r(7695);e.exports=function(e){return null==e?"\\s":e.source?e.source:"["+n(e)+"]"}},7695:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},2658:function(e){e.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},1424:function(e){e.exports=function(e){return null==e?"":""+e}},4019:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/<\/?[^>]+>/g,"")}},5559:function(e,t,r){var n=r(1424),o=r(9378),i=String.prototype.trim;e.exports=function(e,t){return e=n(e),!t&&i?i.call(e):(t=o(t),e.replace(new RegExp("^"+t+"+|"+t+"+$","g"),""))}},9659:function(e,t,r){var n=r(1424),o=r(2658);e.exports=function(e){return n(e).replace(/\&([^;]{1,10});/g,(function(e,t){var r;return t in o?o[t]:(r=t.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(r[1],16)):(r=t.match(/^#(\d+)$/))?String.fromCharCode(~~r[1]):e}))}},7266:function(e,t,r){var n=r(4038).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function f(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{f({},"")}catch(e){f=function(e,t,r){return e[t]=r}}function p(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),c=new j(n||[]);return a(i,"_invoke",{value:T(e,r,c)}),i}function m(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=p;var d={};function g(){}function y(){}function v(){}var b={};f(b,s,(function(){return this}));var h=Object.getPrototypeOf,w=h&&h(h(z([])));w&&w!==r&&i.call(w,s)&&(b=w);var _=v.prototype=g.prototype=Object.create(b);function O(e){["next","throw","return"].forEach((function(t){f(e,t,(function(e){return this._invoke(t,e)}))}))}function x(e,t){function r(o,a,c,s){var u=m(e[o],e,a);if("throw"!==u.type){var l=u.arg,f=l.value;return f&&"object"==n(f)&&i.call(f,"__await")?t.resolve(f.__await).then((function(e){r("next",e,c,s)}),(function(e){r("throw",e,c,s)})):t.resolve(f).then((function(e){l.value=e,c(l)}),(function(e){return r("throw",e,c,s)}))}s(u.arg)}var o;a(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(i,i):i()}})}function T(e,t,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=P(a,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=m(e,t,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===d)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),d;var o=m(n,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,d;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,d):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,d)}function E(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(E,this),this.reset(!0)}function z(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(c&&s){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:z(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},4038:function(e){function t(r){return e.exports=t="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.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},9509:function(e,t,r){var n=r(7266)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},9546:function(e,t,r){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}r.d(t,{Z:function(){return n}})},1010:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e,t){if(t&&("object"===(0,n.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}},5210:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6626);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,c=[],s=!0,u=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);s=!0);}catch(e){u=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||(0,n.Z)(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.")}()}},1236:function(e,t,r){"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{Z:function(){return n}})},107:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(9546),o=r(6626);function i(e){return function(e){if(Array.isArray(e))return(0,n.Z)(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||(0,o.Z)(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.")}()}},9905:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e){var t=function(e,t){if("object"!==(0,n.Z)(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!==(0,n.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(0,n.Z)(t)?t:String(t)}},6588:function(e,t,r){"use strict";function n(e){return n="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},n(e)}r.d(t,{Z:function(){return n}})},6626:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(9546);function o(e,t){if(e){if("string"==typeof e)return(0,n.Z)(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?(0,n.Z)(e,t):void 0}}}}]); +(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[194],{3795:function(e,t,r){"use strict";var n=r(6796),o=r(5518),i={closeTrigger:null,container:null,target:null},a={hideTimer:function(){},hideAnimationTimer:function(){}},c={attributes:{},autoHide:!0,autoHideDelay:4e3,closeButton:!0,closeTitle:"",container:"",ctaLink:"",ctaTarget:"_self",ctaText:"",icon:"",message:"",onClose:function(){},onReveal:function(){},position:"bottomleft",speak:!0,type:"normal",wrapperClasses:"gform-snackbar"},s={},u=function(){i.container&&(i.target.style.position="",i.container.parentNode.removeChild(i.container),i.closeTrigger&&i.closeTrigger.removeEventListener("click",l),clearTimeout(a.hideTimer),clearTimeout(a.hideAnimationTimer),i.container=null,i.closeTrigger=null,i.target=null)},l=function(){i.container.classList.remove("gform-snackbar--reveal"),a.hideAnimationTimer=setTimeout((function(){(0,o.trigger)({event:"gform/snackbar/close",native:!1,data:{el:i,options:s,state:a}}),u()}),300)};t.ZP=function(e){u(),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};s=(0,n.Z)({},c,e),(0,o.trigger)({event:"gform/snackbar/pre_init",native:!1,data:s})}(e),i.target=(0,o.getNodes)(s.container,!1,document,!0)[0],i.target||(0,o.consoleError)("Gform snackBar couldn't find ".concat(s.container," to instantiate in.")),i.target.style.position="relative",i.target.insertAdjacentHTML("beforeend",'\n\t\n\t\t').concat(s.icon?''):"","\n\t\t").concat(s.message?''.concat(s.message,""):"","\n\t\t").concat(s.ctaLink?'\n\t\t\n\t\t\t").concat(s.ctaText,"\n\t\t\n\t\t"):"","\n\t\t").concat(s.closeButton?'\n\t\t\n\t\t'):"","\n\t\n")),i.container=(0,o.getNodes)("gform-snackbar",!1,i.target)[0],i.closeTrigger=(0,o.getNodes)("gform-snackbar-close",!1,i.target)[0],(0,o.setAttributes)(i.container,s.attributes),(0,o.trigger)({event:"gform/snackbar/pre_reveal",native:!1,data:{el:i,options:s,state:a}}),setTimeout((function(){i.container.classList.add("gform-snackbar--reveal"),s.autoHide&&(a.hideTimer=setTimeout((function(){l()}),s.autoHideDelay)),s.speak&&(0,o.speak)(s.message),s.onReveal()}),20),i.closeTrigger&&i.closeTrigger.addEventListener("click",l)}},9831:function(e,t,r){"use strict";r.d(t,{Z:function(){return pe}});var n,o,i,a,c=r(5210),s=r(8349),u=r(5518),l=r(564),p=r.n(l),f=r(9843),m=r.n(f),d=r(4318),g=r.n(d),y=r(5872),v=r.n(y),b=r(9801),h=r(9509),w=r.n(h),_=r(9608),O=r.n(_),x=r(2036),P=r(6134),T=r(4065),E=r.n(T),k=r(4216),j=r.n(k),z=r(4824),C=r.n(z),R=r(8472),S=r.n(R),A=r(6172),N=r.n(A),L=r(7329),F=r.n(L),D=(null===(n=(0,u.getConfig)(F(),"gform_admin_config"))||void 0===n||null===(o=n.components)||void 0===o||null===(i=o.setup_wizard)||void 0===i||null===(a=i.data)||void 0===a?void 0:a.defaults)||{},Z=(0,P.create)(D,(function(e){return{closeDialog:function(){return e((function(){return{isOpen:!1}}))},patchFormTypes:function(t,r){return e((0,s.immer)((function(e){e.formTypes.forEach((function(n,o){n.value===r.target.value&&(e.formTypes[o].initialChecked=t),"other"!==r.target.value||t||(e.formTypesOther="")}))})))},patchServices:function(t,r){return e((0,s.immer)((function(e){e.services.forEach((function(n,o){n.value===r.target.value&&(e.services[o].initialChecked=t),"other"!==r.target.value||t||(e.servicesOther="")}))})))},setActiveStepNext:function(){return e((function(e){return{activeStep:e.activeStep+1}}))},setActiveStepPrevious:function(){return e((function(e){return{activeStep:e.activeStep-1}}))},setAutoUpdate:function(){return e((function(e){return{autoUpdate:!e.autoUpdate}}))},setCurrency:function(t){return e((function(){return{currency:t}}))},setDataCollection:function(t){return e((function(){return{dataCollection:t}}))},setEmail:function(t){return e((function(){return{email:t}}))},setEmailConsent:function(t){return e((function(){return{emailConsent:t}}))},setFormTypesOther:function(t){return e((function(){return{formTypesOther:(0,u.slugify)(t)}}))},setHideLicense:function(){return e((function(e){return{hideLicense:!e.hideLicense}}))},setInnerDialogOpen:function(t){return e((function(){return{innerDialogOpen:t}}))},setLicenseKey:function(t){return e((function(){return{licenseKey:t}}))},setOrganization:function(t){return e((function(e){return{organization:t,organizationOther:"other"===t?e.organizationOther:""}}))},setOrganizationOther:function(t){return e((function(){return{organizationOther:(0,u.slugify)(t)}}))},setServicesOther:function(t){return e((function(){return{servicesOther:(0,u.slugify)(t)}}))}}})),I=s.React.useEffect,B=s.React.useState,U=function(e){var t,r,n=e.data,o=void 0===n?{}:n,i=e.endpoints,a=e.i18n,l=B(!1),f=(0,c.Z)(l,2),d=f[0],g=f[1],y=B(!1),h=(0,c.Z)(y,2),_=h[0],T=h[1],k=B(!1),z=(0,c.Z)(k,2),R=z[0],A=z[1],L=B(!1),F=(0,c.Z)(L,2),D=F[0],U=F[1],M=B(!1),W=(0,c.Z)(M,2),q=W[0],V=W[1],G=B(""),H=(0,c.Z)(G,2),$=H[0],K=H[1],Y=(0,P.useStateWithDep)((null==o||null===(t=o.defaults)||void 0===t?void 0:t.licenseKey)||""),J=(0,c.Z)(Y,2),Q=J[0],X=J[1],ee=Z((function(e){return e.email})),te=Z((function(e){return e.emailConsent})),re=Z((function(e){return e.activeStep}));I((function(){R&&A(!1)}),[Q]);var ne=Z((function(e){return e.setActiveStepNext})),oe=Z((function(e){return e.setAutoUpdate})),ie=Z((function(e){return e.setEmail})),ae=Z((function(e){return e.setEmailConsent})),ce=Z((function(e){return e.setLicenseKey})),se=Z((function(e){return e.setInnerDialogOpen})),ue=a.activate_license,le=a.check_license,pe=a.close_button,fe=a.column_layouts,me=a.email_message_title,de=a.email_message,ge=a.email_message_plhldr,ye=a.email_message_submit,ve=a.email_message_footer,be=a.enter_license,he=a.enter_license_plhdr,we=a.invalid_key,_e=a.key_validated,Oe=a.license_instructions,xe=a.most_accessible,Pe=a.take_payments,Te=a.welcome_title,Ee=a.welcome_copy,ke=a.next,je="mock_endpoint"===(null==i||null===(r=i.validate_license)||void 0===r?void 0:r.action),ze={checked:te,id:"email-consent",onChange:function(e){ae(e)},spacing:3,labelAttributes:{label:ve,size:"text-xxs",weight:"regular",customClasses:["gform-setup-wizard__email-footer"]}},Ce={ref:(0,P.useFocusTrap)(1===re),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-1":!0}),"aria-hidden":1!==re};return s.React.createElement("div",Ce,s.React.createElement("div",{className:"gform-setup-wizard__outer-content"},s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(P.FadeIn,{delay:200,transitionDuration:800},s.React.createElement(v(),{customClasses:["gform-setup-wizard__heading-container"]},s.React.createElement(j(),{content:Te,customClasses:["gform-typography--md-size-display-lg"],size:"display-md",spacing:{"":6,md:5},tagName:"h2",weight:"semibold"})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__body-container"]},s.React.createElement(N(),{content:Ee,spacing:{"":3,md:5}}),s.React.createElement(S(),{listItems:[xe,fe,Pe],spacing:{"":6,md:8}}),s.React.createElement(j(),{content:be,size:"text-xl",spacing:3,tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:Oe,spacing:{"":3,md:5}})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__license-container"]},s.React.createElement(C(),{customAttributes:{disabled:d},onChange:X,placeholder:he,size:"size-xl",spacing:3,value:Q}),s.React.createElement(p(),{customClasses:{"gform-setup-wizard__validate-license-button":!0,"gform-setup-wizard__validate-license-button--valid":R},size:"size-height-xl",label:R?_e:ue,icon:"check-circle",iconPosition:"leading",iconPrefix:"gform-common-icon",active:d,activeType:"loader",disabled:d||R,activeText:le,type:R?"apple-green":"primary-new",width:"full",onClick:(0,b.Z)(w().mark((function e(){var t,r,n,a,c,s;return w().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(Q){e.next=2;break}return e.abrupt("return");case 2:if(g(!0),u.cookieStorage.remove(o.options.invalidKeyCookieName),t={baseUrl:O(),method:"POST",body:{license:Q}},!je){e.next=16;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(t),e.next=10,new Promise((function(e){return setTimeout(e,1e3)}));case 10:return A(!0),g(!1),e.next=14,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 14:e.next=36;break;case 16:return n=Date.now(),e.next=19,(0,x.ZP)("validate_license",i,t);case 19:if(a=e.sent,!((c=Date.now()-n)<600)){e.next=24;break}return e.next=24,new Promise((function(e){return setTimeout(e,600-c)}));case 24:if(null==a||null===(r=a.data)||void 0===r||!r.success){e.next=32;break}return A(!0),g(!1),ce(Q),e.next=30,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 30:e.next=36;break;case 32:K(null==a||null===(s=a.data)||void 0===s?void 0:s.data),T(!0),g(!1),u.cookieStorage.set(o.options.invalidKeyCookieName,"1",null,!0);case 36:case"end":return e.stop()}}),e)})))}))),s.React.createElement(v(),{display:"flex",customClasses:["gform-setup-wizard__nav-footer"]},s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next"],type:"white",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",disabled:d,ariaLabel:ke,onClick:function(){R||q?ne():U(!0)}})),_&&s.React.createElement(m(),{alertButtonText:pe,alignment:"top",buttonWidth:"full",confirmButtonType:"white",content:$,customWrapperClasses:["gform-setup-wizard__alert"],isOpen:!0,maskTheme:"dark",mode:"alert",onOpen:function(){se(!0)},onClose:function(){se(!1)},onCloseAfterAnimation:function(){T(!1)},showCloseButton:!1,theme:"cosmos",title:we,titleIndicatorType:"error"}),D&&s.React.createElement(m(),{alignment:"top",animateModal:!0,customWrapperClasses:["gform-setup-wizard__email-dialog"],isOpen:!0,maskBlur:!1,maskTheme:"light",mode:"modal",onOpen:function(){se(!0)},theme:"cosmos",titleIndicatorType:"error",onClose:function(){se(!1)},onCloseAfterAnimation:function(){ie(""),U(!1)},closeButtonTitle:pe},s.React.createElement("div",{className:"gform-setup-wizard__email-logo"}),s.React.createElement(j(),{content:me,customClasses:["gform-setup-wizard__email-heading","gform-typography--md-size-display-sm"],size:"display-xs",spacing:1,tagName:"h3",weight:"semibold"}),s.React.createElement(N(),{content:de,customClasses:["gform-setup-wizard__email-message","gform-typography--md-size-text-xl"],size:"text-md",spacing:6}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__email-actions"]},s.React.createElement(C(),{size:"size-xl",onChange:ie,placeholder:ge,spacing:3}),s.React.createElement(E(),ze),s.React.createElement(p(),{customClasses:["gform-setup-wizard__submit-email-button"],size:"size-height-xl",label:ye,type:"primary-new",width:"full",onClick:function(){ee&&(se(!1),oe(),U(!1),V(!0),ne())}})))),s.React.createElement("div",{className:"gform-setup-wizard__background"},s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--sendgrid"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--google-analytics"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--stripe"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--slack"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--hubspot"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailgun"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--help-scout"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--aweber"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--dropbox"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--zapier"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailchimp"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--paypal"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--get-response"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--active-campaign"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--square"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--hero"}))))},M=r(405),W=r.n(M),q=r(5595),V=r.n(q),G=r(9645),H=r.n(G),$=function(e){var t=e.data,r=e.i18n,n=Z((function(e){return e.licenseKey})).length>0,o=Z((function(e){return e.hideLicense})),i=Z((function(e){return e.activeStep})),a=Z((function(e){return e.setHideLicense})),c=r.set_up_title,u=r.set_up_copy,l=r.for_client,f=r.hide_license,m=r.enable_updates,d=r.enable_updates_tag,g=r.enable_updates_locked,y=r.updates_recommended,b=r.which_currency,h=r.previous,w={ref:(0,P.useFocusTrap)(2===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-2":!0}),"aria-hidden":2!==i};return s.React.createElement("div",w,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:c,customClasses:["gform-typography--md-size-display-sm"],size:"display-xs",weight:"medium",spacing:{"":3,md:5},tagName:"h2"}),s.React.createElement(N(),{content:u,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"},!n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:g,triangleTag:!0}),n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:d,triangleTag:!0})),s.React.createElement(N(),{content:y,size:"text-sm",weight:"regular",spacing:3}),s.React.createElement(V(),{size:"size-l",disabled:!n,initialChecked:Z((function(e){return e.autoUpdate})),onChange:Z((function(e){return e.setAutoUpdate})),spacing:{"":6,md:8},ariaLabel:m}),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__currency-container"],spacing:{"":6,md:8}},s.React.createElement(H(),{ariaLabel:b,initialValue:Z((function(e){return e.currency})),onChange:Z((function(e){return e.setCurrency})),options:t.options.currencies,size:"size-xl"})),n&&s.React.createElement(s.React.Fragment,null,s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:3,size:"text-sm",weight:"regular"}),s.React.createElement(V(),{size:"size-l",initialChecked:o,onChange:a,spacing:{"":6,md:8},ariaLabel:f})),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},!t.options.hasLicense&&s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:h}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:"Next",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",iconPosition:"trailing",onClick:Z((function(e){return e.setActiveStepNext}))}))))},K=r(8309),Y=r.n(K),J=s.React.useState,Q=function(e){var t=e.data,r=e.i18n,n=J(!1),o=(0,c.Z)(n,1)[0],i=Z((function(e){return e.activeStep})),a=Z((function(e){return e.setFormTypesOther})),u=Z((function(e){return e.setOrganizationOther})),l=Z((function(e){return e.setServicesOther})),f=r.describe_organization,m=r.form_type,d=r.next,g=r.personalize_copy,y=r.personalize_title,b=r.services_connect,h=r.other_label,w=r.other_placeholder,_=r.previous,O={ref:(0,P.useFocusTrap)(3===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-3":!0}),"aria-hidden":3!==i};return s.React.createElement("div",O,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:y,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:g,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:f,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},tagName:"h3",weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__organization-container"],setDisplay:!1,spacing:{"":6,md:8}},s.React.createElement(H(),{customClasses:(0,s.classnames)("gform-setup-wizard__organization",{"gform-setup-wizard__organization--is-placeholder":!Z((function(e){return e.organization}))}),initialValue:Z((function(e){return e.organization})),onChange:Z((function(e){return e.setOrganization})),options:t.options.organization,ariaLabel:f,size:"size-xl"}),"other"===Z((function(e){return e.organization}))&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:u,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__form-types","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-form-types",data:Z((function(e){return e.formTypes})),onChange:Z((function(e){return e.patchFormTypes})),useWrapper:!0}),Z((function(e){return e.formTypes})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:a,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__services-container","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-services",data:Z((function(e){return e.services})),onChange:Z((function(e){return e.patchServices})),useWrapper:!0}),Z((function(e){return e.services})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:l,placeholder:w,size:"size-xl"}))),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:_}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:d,activeText:d,icon:"arrow-narrow-right",iconAttributes:{customClasses:["gform-button__icon--inactive"]},iconPrefix:"gform-common-icon",active:o,activeType:"loader",disabled:o,iconPosition:"trailing",onClick:Z((function(e){return e.setActiveStepNext}))}))))},X=r(7063);function ee(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function te(e){for(var t=1;t0&&void 0!==s[0]&&s[0]?(g(!0),_(!0)):(l(!0),_(!1)),(t=Z.getData()).formTypes=t.formTypes.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),t.services=t.services.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),n={baseUrl:O(),method:"POST",body:te({},t)},!T){e.next=14;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(n),e.next=11,new Promise((function(e){return setTimeout(e,1e3)}));case 11:h(),e.next=23;break;case 14:return i=Date.now(),e.next=17,(0,x.ZP)("save_prefs",r,n);case 17:if(a=e.sent,!((c=Date.now()-i)<600)){e.next=22;break}return e.next=22,new Promise((function(e){return setTimeout(e,600-c)}));case 22:null!=a&&null!==(o=a.data)&&void 0!==o&&o.success&&h();case 23:return e.next=25,new Promise((function(e){return setTimeout((function(){l(!1),g(!1),e()}),200)}));case 25:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),A={ref:(0,P.useFocusTrap)(4===y),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-4":!0}),"aria-hidden":4!==y};return s.React.createElement("div",A,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:k,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:E,asHtml:!0,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:R}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__nav-next-alt"],display:"flex"},s.React.createElement(p(),{activeText:z,label:z,onClick:function(){S()},active:a,activeType:"loader",disabled:a,iconPosition:"trailing",size:"size-height-xl",type:"white"}),s.React.createElement(p(),{label:C,activeText:C,customClasses:["gform-setup-wizard__data-button"],size:"size-height-xl",active:d,activeType:"loader",disabled:d,iconPosition:"trailing",onClick:function(){S(!0)}})))))},oe=r(9495),ie=r.n(oe),ae=function(e){var t,r=e.data,n=e.endpoints,o=e.i18n,i=Z((function(e){return e.closeDialog})),a=Z((function(e){return e.activeStep})),c="mock_endpoint"===(null==n||null===(t=n.validate_license)||void 0===t?void 0:t.action),u=o.redirect_prompt,l=o.complete_title,f=o.complete_message,m=o.create_form_button,d=o.previous,g={ref:(0,P.useFocusTrap)(5===a),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-5":!0}),"aria-hidden":5!==a};return s.React.createElement("div",g,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},tagName:"h2",size:"display-xs",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:{"":6,md:8},size:"text-md",weight:"regular"}),s.React.createElement(p(),{size:"size-height-xl",icon:"pencil",iconPosition:"leading",iconPrefix:"gform-common-icon",label:m,onClick:function(){var e;i(),e="".concat(r.dashboard_url,"admin.php?page=gf_new_form"),window.location.href!==e?window.location.href=e:document.body.classList.remove("gform-setup-wizard--open")},spacing:{"":6,md:8}}),s.React.createElement(ie(),{videoOptions:{uuid:r.video_id}}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:Z((function(e){return e.setActiveStepPrevious})),ariaLabel:d}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:u,icon:"settings",iconPosition:"leading",iconPrefix:"gform-icon",type:"white",onClick:function(){i(),c||window.location.href===r.redirect_url?document.body.classList.remove("gform-setup-wizard--open"):window.location.href=r.redirect_url}}))))},ce=r(5196),se=r.n(ce),ue=s.React.useState,le=s.React.useEffect,pe=function(e){var t,r,n="mock_endpoint"===(null===(t=e.endpoints)||void 0===t||null===(r=t.validate_license)||void 0===r?void 0:r.action),o=ue(!0),i=(0,c.Z)(o,2),a=i[0],l=i[1],f=Z((function(e){return e.innerDialogOpen})),d=Z((function(e){return e.activeStep})),y=Z((function(e){return e.isOpen})),b={closeOnMaskClick:!1,closeButtonTitle:e.i18n.close_button,customCloseButtonClasses:["gform-setup-wizard--exit-button"],customWrapperClasses:["gform-setup-wizard","gform-setup-wizard--step-".concat(Z((function(e){return e.activeStep}))),"gform-setup-wizard--inner-dialog-".concat(Z((function(e){return e.innerDialogOpen})))],customMaskClasses:[!a&&"gform-setup-wizard--not-fullscreen"],id:"gform-setup-wizard",isOpen:y,lockBody:!0,onCloseAfterAnimation:function(){var t=u.cookieStorage.get(e.data.options.invalidKeyCookieName);n||5===d||e.data.options.isSettingsPage&&t||(window.location.href=e.data.dashboard_url),(0,u.trigger)({event:"gform/video/pauseAll",native:!1,data:{}})},position:a?"fixed":"absolute",mode:"container",zIndex:100001};return le((function(){y&&document.body.classList.add("gform-setup-wizard--open")}),[y]),s.React.createElement(m(),b,s.React.createElement(g(),{customClasses:["gform-setup-wizard__nav-bar"]},s.React.createElement(se(),{activeStep:Z((function(e){return e.activeStep})),customClasses:["gform-setup-wizard__steps"],numSteps:5,spacing:[8,0,0]})),s.React.createElement(v(),{x:1030,customClasses:["gform-setup-wizard__content-mask"],setDisplay:!1}),!f&&s.React.createElement(p(),{ariaLabel:e.i18n.toggle_fullscreen,circular:!0,customClasses:["gform-setup-wizard__fullscreen-toggle"],icon:a?"contract":"expand",onClick:function(){l(!a)},type:"white"}),s.React.createElement(U,e),s.React.createElement($,e),s.React.createElement(Q,e),s.React.createElement(ne,e),s.React.createElement(ae,e))}},6565:function(e,t,r){"use strict";r.d(t,{Z:function(){return Ue}});var n=r(9801),o=r(9509),i=r.n(o),a=r(8349),c=r(9843),s=r.n(c),u=r(5872),l=r.n(u),p=r(4216),f=r.n(p),m=r(6172),d=r.n(m),g=r(107),y=r(351),v=r.n(y),b=r(5718),h=r.n(b),w=r(7941),_=r.n(w),O=r(9608),x=r.n(O),P=r(2036),T=r(5518),E=function(){var e=(0,n.Z)(i().mark((function e(t){var r,n,o,a,c,s,u,l,p,f,m,d,g;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=t.template.id,c=t.title,s=t.description,u=t.endpoints,c){e.next=3;break}return e.abrupt("return",{error:{code:"missing_title"}});case 3:return l={baseUrl:x(),method:"POST",body:{templateId:a,form:{title:c,description:s}}},e.next=6,(0,P.ZP)("create_from_template",u,l);case 6:if(p=e.sent,f=null==p||null===(r=p.data)||void 0===r||null===(n=r.data)||void 0===n?void 0:n.form_id,null==p||null===(o=p.data)||void 0===o||!o.success||!f){e.next=13;break}m=(0,T.updateQueryVar)("page","gf_edit_forms"),window.location.href=(0,T.updateQueryVar)("id",f,m),e.next=14;break;case 13:return e.abrupt("return",{error:{code:null!=p&&null!==(d=p.data)&&void 0!==d&&null!==(g=d.data)&&void 0!==g&&g.message?p.data.data.message:"failedRequest"}});case 14:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),k=function(e){var t=e.accessLevels,r=void 0===t?[]:t,n=e.licenseLevel,o=void 0===n?"single":n,i=["basic","pro","dev","ltdev","elite","single","ltsingle","multi","ltmulti","nonprofit","enterprise","gravityflow","gravityview","godaddy","wpcom"];return!r.filter((function(e){return i.includes(e)})).includes(o)},j=function(e){var t,r,n,o=e.blankOnClick,i=void 0===o?function(){}:o,c=e.licenseType,s=void 0===c?"":c,u=e.strings,l=void 0===u?{}:u,p=e.templateOnClick,f=void 0===p?function(){}:p,m=e.templates,d=void 0===m?[]:m,y=e.thumbnailUrl,b=void 0===y?"":y;return a.React.createElement(a.SimpleBar,null,a.React.createElement("div",{className:"gform-template-library__card-grid-container"},a.React.createElement(v(),{container:!0,wrap:!0,rowSpacing:6,columnSpacing:6,customClasses:["gform-template-library__card-grid"],justifyContent:"flex-start"},(t={headingAttributes:{content:l.blankForm,weight:"medium",size:"text-sm",tagName:"h2"},textAttributes:{content:l.createForm,size:"text-sm"},blankButtonAttributes:{onClick:i},imageAttributes:{asBg:!0,url:"https://i.imgur.com/KsZxvrs.png",altText:l.blankForm},style:"form-template-blank"},r=a.React.createElement(v(),{key:0,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),t)),n=d.map((function(e,t){var r=s&&s.slice(2).toLowerCase()||"single",n=k({accessLevels:e.template_access_level,licenseLevel:r})?l.upgradeTag:"",o=l.useTemplateWithTitle.split("%s"),i=l.previewWithTitle.split("%s"),c={customClasses:["gform-card__form-template-secondary-button-icon"],icon:"external-link"},u={bgColor:e.template_background,headingAttributes:{content:e.title,weight:"medium",size:"text-sm",tagName:"h2"},primaryCtaAttrs:{ctaType:"button",children:a.React.createElement(a.React.Fragment,null,o[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),o[1]),onClick:f(e)},secondaryCtaAttrs:{ctaType:"link",children:a.React.createElement(a.React.Fragment,null,a.React.createElement(h(),c),i[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),i[1]),href:e.template_preview_url,target:"_blank"},imageAttributes:{asBg:!0,url:"".concat(b).concat(e.template_thumbnail),imagePosition:"top center",imageAttributes:{style:{backgroundSize:"100%"}},altText:e.title},tagAttributes:{content:n,size:"text-xxs"},style:"form-template"};return a.React.createElement(v(),{key:t+1,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),u))})),[r].concat((0,g.Z)(n))))))},z=r(6796),C=r(7063),R=r(564),S=r.n(R),A=r(4824),N=r.n(A),L=r(5211),F=r.n(L),D=r(5235),Z=r.n(D),I=r(5210);function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e){for(var t=1;t=0&&"[object Array]"===Object.prototype.toString.call(e)},y=s((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():g(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:d(e)?function(){return arguments}():void 0})),v=y;function b(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function h(e,t,r){for(var n=0,o=r.length;n=0;)p(t=O[r],e)&&!P(n,t)&&(n[n.length]=t),r-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),E=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function k(e,t,r,n){var o=b(e);function i(e,t){return j(e,t,r.slice(),n.slice())}return!h((function(e,t){return!h(i,t,e)}),b(t),o)}function j(e,t,r,n){if(w(e,t))return!0;var o,i,a=E(e);if(a!==E(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(a){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(o=e.constructor,null==(i=String(o).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!w(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!w(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(a){case"Map":return e.size===t.size&&k(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&k(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var s=T(e);if(s.length!==T(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=s.length-1;c>=0;){var f=s[c];if(!p(f,t)||!j(t[f],e[f],u,l))return!1;c-=1}return!0}var z=u((function(e,t){return j(e,t,[],[])})),C=s((function(e){return null!=e&&z(e,v(e))}));function R(e,t,r){return function(){if(0===arguments.length)return r();var n=Array.prototype.slice.call(arguments,0),o=n.pop();if(!g(o)){for(var i=0;i=0&&this.i>=this.n?(r=n)&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}:n},e}(),L=u((function(e,t){return new N(e,t)}));function F(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return g(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}function D(e){return function t(r,n,o){switch(arguments.length){case 0:return t;case 1:return c(r)?t:u((function(t,n){return e(r,t,n)}));case 2:return c(r)&&c(n)?t:c(r)?u((function(t,r){return e(t,n,r)})):c(n)?u((function(t,n){return e(r,t,n)})):s((function(t){return e(r,n,t)}));default:return c(r)&&c(n)&&c(o)?t:c(r)&&c(n)?u((function(t,r){return e(t,r,o)})):c(r)&&c(o)?u((function(t,r){return e(t,n,r)})):c(n)&&c(o)?u((function(t,n){return e(r,t,n)})):c(r)?s((function(t){return e(t,n,o)})):c(n)?s((function(t){return e(r,t,o)})):c(o)?s((function(t){return e(r,n,t)})):e(r,n,o)}}}var Z=D(F("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)}))),I=u(R(["take"],L,(function(e,t){return Z(0,e<0?1/0:e,t)}))),B=u((function(e,t){return z(I(e.length,t),e)})),U=r(6588);function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",i=new window.FormData;return function e(t,a){if(!function(e){return Array.isArray(r)&&r.some((function(t){return t===e}))}(a))if(a=a||"",t instanceof window.File)i.append(a,t);else if(Array.isArray(t))for(var c=0;c1&&void 0!==y[1]?y[1]:{},o=X({method:"GET"},n=y.length>2&&void 0!==y[2]?y[2]:{}),i=l(["body"],o),c="GET"!==i.method&&"HEAD"!==i.method,s=i.baseUrl,c&&(u=n.body?n.body:{},r[t].nonce&&(u._ajax_nonce=r[t].nonce),r[t].action&&(u.action=r[t].action),i.body=M(u)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!c&&r[t].nonce&&(p._ajax_nonce=r[t].nonce),!c&&r[t].action&&(p.action=r[t].action),p&&!C(p)&&(f=J(p),m=(0,W.stringify)(f,{arrayFormat:"bracket"}),s="".concat(s,"?").concat(m)),d=i.headers?X({},i.headers):{},console.info("Fetching url: ".concat(s)),console.info("with options",X(X({},i),{},{body:i.body})),console.info("and headers: ",d),g=Date.now(),e.abrupt("return",window.fetch(s,X(X({},i),{},{headers:d})).then((function(e){return e.ok?e.text().then((function(r){try{var n=JSON.parse(r),o=Date.now()-g;return console.info("Data for ".concat(t," in ").concat(o,"ms:"),n),{data:n,status:e.status,totalPages:e.headers.get("x-wp-totalpages"),totalPosts:e.headers.get("x-wp-total")}}catch(t){var i=H()(V()(K()(r))),a=new Error("Invalid server response. ".concat(i));throw a.detail={url:s,data:i,status:e.status,error:t,text:r},a}})):B(e.headers.get("Content-Type"),"application/json")?e.text().then((function(r){try{var n=JSON.parse(r);return console.info("Data for ".concat(t,":"),n),{data:n,status:e.status}}catch(t){var o=H()(V()(K()(r))),i=new Error("Invalid server response. ".concat(o));throw i.detail={url:s,data:o,status:e.status,error:t,text:r},i}})):e.text().then((function(t){var r=H()(V()(K()(t))),n=new Error("Unknown server response. ".concat(r));throw n.detail={url:s,data:r,status:e.status},n}))})).catch((function(e){return console.info(JSON.stringify(e)),console.info(e.detail),{error:e}})));case 18:case"end":return e.stop()}}),e)}))),te.apply(this,arguments)}},4627:function(e,t,r){var n=r(7373),o=r(6927),i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not a function")}},4768:function(e,t,r){var n=r(7373),o=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw i("Can't set "+o(e)+" as a prototype")}},7713:function(e,t,r){var n=r(2712),o=r(2091),i=r(3567).f,a=n("unscopables"),c=Array.prototype;null==c[a]&&i(c,a,{configurable:!0,value:o(null)}),e.exports=function(e){c[a][e]=!0}},9223:function(e,t,r){var n=r(1218),o=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not an object")}},6148:function(e,t,r){var n=r(6867),o=r(6912),i=r(6702),a=function(e){return function(t,r,a){var c,s=n(t),u=i(s),l=o(a,u);if(e&&r!=r){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},6446:function(e,t,r){var n=r(8087),o=n({}.toString),i=n("".slice);e.exports=function(e){return i(o(e),8,-1)}},4574:function(e,t,r){var n=r(2256),o=r(4731),i=r(5245),a=r(3567);e.exports=function(e,t,r){for(var c=o(t),s=a.f,u=i.f,l=0;l0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),e.exports=o},64:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},9458:function(e,t,r){var n=r(419),o=r(5245).f,i=r(4845),a=r(8173),c=r(4289),s=r(4574),u=r(5698);e.exports=function(e,t){var r,l,p,f,m,d=e.target,g=e.global,y=e.stat;if(r=g?n:y?n[d]||c(d,{}):(n[d]||{}).prototype)for(l in t){if(f=t[l],p=e.dontCallGetSet?(m=o(r,l))&&m.value:r[l],!u(g?l:d+(y?".":"#")+l,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;s(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),a(r,l,f,e)}}},6862:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},4555:function(e,t,r){var n=r(6862);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},2797:function(e,t,r){var n=r(4555),o=Function.prototype.call;e.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},5502:function(e,t,r){var n=r(7891),o=r(2256),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&"something"===function(){}.name,u=c&&(!n||n&&a(i,"name").configurable);e.exports={EXISTS:c,PROPER:s,CONFIGURABLE:u}},7661:function(e,t,r){var n=r(8087),o=r(4627);e.exports=function(e,t,r){try{return n(o(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},8087:function(e,t,r){var n=r(4555),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);e.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}},80:function(e,t,r){var n=r(419),o=r(7373);e.exports=function(e,t){return arguments.length<2?(r=n[e],o(r)?r:void 0):n[e]&&n[e][t];var r}},8648:function(e,t,r){var n=r(4627),o=r(7039);e.exports=function(e,t){var r=e[t];return o(r)?void 0:n(r)}},419:function(e,t,r){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2256:function(e,t,r){var n=r(8087),o=r(5151),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(o(e),t)}},6789:function(e){e.exports={}},2944:function(e,t,r){var n=r(80);e.exports=n("document","documentElement")},5793:function(e,t,r){var n=r(7891),o=r(6862),i=r(3751);e.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},79:function(e,t,r){var n=r(8087),o=r(6862),i=r(6446),a=Object,c=n("".split);e.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?c(e,""):a(e)}:a},3303:function(e,t,r){var n=r(8087),o=r(7373),i=r(3230),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},1259:function(e,t,r){var n,o,i,a=r(4665),c=r(419),s=r(1218),u=r(4845),l=r(2256),p=r(3230),f=r(9355),m=r(6789),d="Object already initialized",g=c.TypeError,y=c.WeakMap;if(a||p.state){var v=p.state||(p.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw g(d);return t.facade=e,v.set(e,t),t},o=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=f("state");m[b]=!0,n=function(e,t){if(l(e,b))throw g(d);return t.facade=e,u(e,b,t),t},o=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:o,has:i,enforce:function(e){return i(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=o(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return r}}}},7373:function(e,t,r){var n=r(7461),o=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===o}:function(e){return"function"==typeof e}},5698:function(e,t,r){var n=r(6862),o=r(7373),i=/#|\.prototype\./,a=function(e,t){var r=s[c(e)];return r==l||r!=u&&(o(t)?n(t):!!t)},c=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},7039:function(e){e.exports=function(e){return null==e}},1218:function(e,t,r){var n=r(7373),o=r(7461),i=o.all;e.exports=o.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},4943:function(e){e.exports=!1},8898:function(e,t,r){var n=r(80),o=r(7373),i=r(5853),a=r(2696),c=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return o(t)&&i(t.prototype,c(e))}},1389:function(e,t,r){"use strict";var n=r(1198).IteratorPrototype,o=r(2091),i=r(5392),a=r(6535),c=r(9047),s=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=o(n,{next:i(+!u,r)}),a(e,l,!1,!0),c[l]=s,e}},5291:function(e,t,r){"use strict";var n=r(9458),o=r(2797),i=r(4943),a=r(5502),c=r(7373),s=r(1389),u=r(8313),l=r(4476),p=r(6535),f=r(4845),m=r(8173),d=r(2712),g=r(9047),y=r(1198),v=a.PROPER,b=a.CONFIGURABLE,h=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,_=d("iterator"),O="keys",x="values",P="entries",T=function(){return this};e.exports=function(e,t,r,a,d,y,E){s(r,t,a);var k,j,z,C=function(e){if(e===d&&L)return L;if(!w&&e in A)return A[e];switch(e){case O:case x:case P:return function(){return new r(this,e)}}return function(){return new r(this)}},R=t+" Iterator",S=!1,A=e.prototype,N=A[_]||A["@@iterator"]||d&&A[d],L=!w&&N||C(d),F="Array"==t&&A.entries||N;if(F&&(k=u(F.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===h||(l?l(k,h):c(k[_])||m(k,_,T)),p(k,R,!0,!0),i&&(g[R]=T)),v&&d==x&&N&&N.name!==x&&(!i&&b?f(A,"name",x):(S=!0,L=function(){return o(N,this)})),d)if(j={values:C(x),keys:y?L:C(O),entries:C(P)},E)for(z in j)(w||S||!(z in A))&&m(A,z,j[z]);else n({target:t,proto:!0,forced:w||S},j);return i&&!E||A[_]===L||m(A,_,L,{name:d}),g[t]=L,j}},1198:function(e,t,r){"use strict";var n,o,i,a=r(6862),c=r(7373),s=r(1218),u=r(2091),l=r(8313),p=r(8173),f=r(2712),m=r(4943),d=f("iterator"),g=!1;[].keys&&("next"in(i=[].keys())?(o=l(l(i)))!==Object.prototype&&(n=o):g=!0),!s(n)||a((function(){var e={};return n[d].call(e)!==e}))?n={}:m&&(n=u(n)),c(n[d])||p(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},9047:function(e){e.exports={}},6702:function(e,t,r){var n=r(5319);e.exports=function(e){return n(e.length)}},1069:function(e,t,r){var n=r(8087),o=r(6862),i=r(7373),a=r(2256),c=r(7891),s=r(5502).CONFIGURABLE,u=r(3303),l=r(1259),p=l.enforce,f=l.get,m=String,d=Object.defineProperty,g=n("".slice),y=n("".replace),v=n([].join),b=c&&!o((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),w=e.exports=function(e,t,r){"Symbol("===g(m(t),0,7)&&(t="["+y(m(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||s&&e.name!==t)&&(c?d(e,"name",{value:t,configurable:!0}):e.name=t),b&&r&&a(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?c&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=p(e);return a(n,"source")||(n.source=v(h,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return i(this)&&f(this).source||u(this)}),"toString")},6614:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},2091:function(e,t,r){var n,o=r(9223),i=r(8915),a=r(64),c=r(6789),s=r(2944),u=r(3751),l=r(9355),p="prototype",f="script",m=l("IE_PROTO"),d=function(){},g=function(e){return"<"+f+">"+e+""},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?y(n):(t=u("iframe"),r="java"+f+":",t.style.display="none",s.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):y(n);for(var o=a.length;o--;)delete v[p][a[o]];return v()};c[m]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[p]=o(e),r=new d,d[p]=null,r[m]=e):r=v(),void 0===t?r:i.f(r,t)}},8915:function(e,t,r){var n=r(7891),o=r(3015),i=r(3567),a=r(9223),c=r(6867),s=r(7333);t.f=n&&!o?Object.defineProperties:function(e,t){a(e);for(var r,n=c(t),o=s(t),u=o.length,l=0;u>l;)i.f(e,r=o[l++],n[r]);return e}},3567:function(e,t,r){var n=r(7891),o=r(5793),i=r(3015),a=r(9223),c=r(8113),s=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",m="writable";t.f=n?i?function(e,t,r){if(a(e),t=c(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&m in r&&!r[m]){var n=l(e,t);n&&n[m]&&(e[t]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:p in r?r[p]:n[p],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=c(t),a(r),o)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw s("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5245:function(e,t,r){var n=r(7891),o=r(2797),i=r(2741),a=r(5392),c=r(6867),s=r(8113),u=r(2256),l=r(5793),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=c(e),t=s(t),l)try{return p(e,t)}catch(e){}if(u(e,t))return a(!o(i.f,e,t),e[t])}},9871:function(e,t,r){var n=r(6252),o=r(64).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},7857:function(e,t){t.f=Object.getOwnPropertySymbols},8313:function(e,t,r){var n=r(2256),o=r(7373),i=r(5151),a=r(9355),c=r(747),s=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var r=t.constructor;return o(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},5853:function(e,t,r){var n=r(8087);e.exports=n({}.isPrototypeOf)},6252:function(e,t,r){var n=r(8087),o=r(2256),i=r(6867),a=r(6148).indexOf,c=r(6789),s=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!o(c,r)&&o(n,r)&&s(l,r);for(;t.length>u;)o(n,r=t[u++])&&(~a(l,r)||s(l,r));return l}},7333:function(e,t,r){var n=r(6252),o=r(64);e.exports=Object.keys||function(e){return n(e,o)}},2741:function(e,t){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4476:function(e,t,r){var n=r(7661),o=r(9223),i=r(4768);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return o(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},4946:function(e,t,r){var n=r(2797),o=r(7373),i=r(1218),a=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&o(r=e.toString)&&!i(c=n(r,e)))return c;if(o(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&o(r=e.toString)&&!i(c=n(r,e)))return c;throw a("Can't convert object to primitive value")}},4731:function(e,t,r){var n=r(80),o=r(8087),i=r(9871),a=r(7857),c=r(9223),s=o([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=a.f;return r?s(t,r(e)):t}},8846:function(e,t,r){var n=r(7039),o=TypeError;e.exports=function(e){if(n(e))throw o("Can't call method on "+e);return e}},6535:function(e,t,r){var n=r(3567).f,o=r(2256),i=r(2712)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!o(e,i)&&n(e,i,{configurable:!0,value:t})}},9355:function(e,t,r){var n=r(2017),o=r(6303),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},3230:function(e,t,r){var n=r(419),o=r(4289),i="__core-js_shared__",a=n[i]||o(i,{});e.exports=a},2017:function(e,t,r){var n=r(4943),o=r(3230);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9245:function(e,t,r){var n=r(2437),o=r(6862);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},6912:function(e,t,r){var n=r(8150),o=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?o(r+t,0):i(r,t)}},6867:function(e,t,r){var n=r(79),o=r(8846);e.exports=function(e){return n(o(e))}},8150:function(e,t,r){var n=r(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},5319:function(e,t,r){var n=r(8150),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},5151:function(e,t,r){var n=r(8846),o=Object;e.exports=function(e){return o(n(e))}},3926:function(e,t,r){var n=r(2797),o=r(1218),i=r(8898),a=r(8648),c=r(4946),s=r(2712),u=TypeError,l=s("toPrimitive");e.exports=function(e,t){if(!o(e)||i(e))return e;var r,s=a(e,l);if(s){if(void 0===t&&(t="default"),r=n(s,e,t),!o(r)||i(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},8113:function(e,t,r){var n=r(3926),o=r(8898);e.exports=function(e){var t=n(e,"string");return o(t)?t:t+""}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,r){var n=r(8087),o=0,i=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++o+i,36)}},2696:function(e,t,r){var n=r(9245);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,r){var n=r(7891),o=r(6862);e.exports=n&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,r){var n=r(419),o=r(7373),i=n.WeakMap;e.exports=o(i)&&/native code/.test(String(i))},2712:function(e,t,r){var n=r(419),o=r(2017),i=r(2256),a=r(6303),c=r(9245),s=r(2696),u=n.Symbol,l=o("wks"),p=s?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:p("Symbol."+e)),l[e]}},9553:function(e,t,r){"use strict";var n=r(6867),o=r(7713),i=r(9047),a=r(1259),c=r(3567).f,s=r(5291),u=r(1439),l=r(4943),p=r(7891),f="Array Iterator",m=a.set,d=a.getterFor(f);e.exports=s(Array,"Array",(function(e,t){m(this,{type:f,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,u(void 0,!0)):u("keys"==r?n:"values"==r?t[n]:[n,t[n]],!1)}),"values");var g=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!l&&p&&"values"!==g.name)try{c(g,"name",{value:"values"})}catch(e){}},3245:function(e){"use strict";var t="%[a-f0-9]{2}",r=new RegExp("("+t+")|([^%]+?)","gi"),n=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var r=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],o(r),o(n))}function i(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(r)||[],n=1;nNumber(e)-Number(t))).map((t=>e[t])):e}function f(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function m(e){const t=(e=f(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function d(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function g(e,t){s((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const r=function(e){let t;switch(e.arrayFormat){case"index":return(e,r,n)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===n[e]&&(n[e]={}),n[e][t[1]]=r):n[e]=r};case"bracket":return(e,r,n)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==n[e]?n[e]=[].concat(n[e],r):n[e]=[r]:n[e]=r};case"comma":case"separator":return(t,r,n)=>{const o="string"==typeof r&&r.includes(e.arrayFormatSeparator),i="string"==typeof r&&!o&&l(r,e).includes(e.arrayFormatSeparator);r=i?l(r,e):r;const a=o||i?r.split(e.arrayFormatSeparator).map((t=>l(t,e))):null===r?r:l(r,e);n[t]=a};case"bracket-separator":return(t,r,n)=>{const o=/(\[\])$/.test(t);if(t=t.replace(/\[\]$/,""),!o)return void(n[t]=r?l(r,e):r);const i=null===r?[]:r.split(e.arrayFormatSeparator).map((t=>l(t,e)));void 0!==n[t]?n[t]=[].concat(n[t],i):n[t]=i};default:return(e,t,r)=>{void 0!==r[e]?r[e]=[].concat(r[e],t):r[e]=t}}}(t),n=Object.create(null);if("string"!=typeof e)return n;if(!(e=e.trim().replace(/^[?#&]/,"")))return n;for(const o of e.split("&")){if(""===o)continue;let[e,a]=i(t.decode?o.replace(/\+/g," "):o,"=");a=void 0===a?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?a:l(a,t),r(l(e,t),a,n)}for(const e of Object.keys(n)){const r=n[e];if("object"==typeof r&&null!==r)for(const e of Object.keys(r))r[e]=d(r[e],t);else n[e]=d(r,t)}return!1===t.sort?n:(!0===t.sort?Object.keys(n).sort():Object.keys(n).sort(t.sort)).reduce(((e,t)=>{const r=n[t];return Boolean(r)&&"object"==typeof r&&!Array.isArray(r)?e[t]=p(r):e[t]=r,e}),Object.create(null))}t.extract=m,t.parse=g,t.stringify=(e,t)=>{if(!e)return"";s((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const r=r=>t.skipNull&&null==e[r]||t.skipEmptyString&&""===e[r],n=function(e){switch(e.arrayFormat){case"index":return t=>(r,n)=>{const o=r.length;return void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[",o,"]"].join("")]:[...r,[u(t,e),"[",u(o,e),"]=",u(n,e)].join("")]};case"bracket":return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[]"].join("")]:[...r,[u(t,e),"[]=",u(n,e)].join("")];case"comma":case"separator":case"bracket-separator":{const t="bracket-separator"===e.arrayFormat?"[]=":"=";return r=>(n,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&""===o?n:(o=null===o?"":o,0===n.length?[[u(r,e),t,u(o,e)].join("")]:[[n,u(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,u(t,e)]:[...r,[u(t,e),"=",u(n,e)].join("")]}}(t),o={};for(const t of Object.keys(e))r(t)||(o[t]=e[t]);const i=Object.keys(o);return!1!==t.sort&&i.sort(t.sort),i.map((r=>{const o=e[r];return void 0===o?"":null===o?u(r,t):Array.isArray(o)?0===o.length&&"bracket-separator"===t.arrayFormat?u(r,t)+"[]":o.reduce(n(r),[]).join("&"):u(r,t)+"="+u(o,t)})).filter((e=>e.length>0)).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[r,n]=i(e,"#");return Object.assign({url:r.split("?")[0]||"",query:g(m(e),t)},t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:l(n,t)}:{})},t.stringifyUrl=(e,r)=>{r=Object.assign({encode:!0,strict:!0,[c]:!0},r);const n=f(e.url).split("?")[0]||"",o=t.extract(e.url),i=t.parse(o,{sort:!1}),a=Object.assign(i,e.query);let s=t.stringify(a,r);s&&(s=`?${s}`);let l=function(e){let t="";const r=e.indexOf("#");return-1!==r&&(t=e.slice(r)),t}(e.url);return e.fragmentIdentifier&&(l=`#${r[c]?u(e.fragmentIdentifier,r):e.fragmentIdentifier}`),`${n}${s}${l}`},t.pick=(e,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0,[c]:!1},n);const{url:o,query:i,fragmentIdentifier:s}=t.parseUrl(e,n);return t.stringifyUrl({url:o,query:a(i,r),fragmentIdentifier:s},n)},t.exclude=(e,r,n)=>{const o=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return t.pick(e,o,n)}},9473:function(e){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const r=e.indexOf(t);return-1===r?[e]:[e.slice(0,r),e.slice(r+t.length)]}},395:function(e){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},9378:function(e,t,r){var n=r(7695);e.exports=function(e){return null==e?"\\s":e.source?e.source:"["+n(e)+"]"}},7695:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},2658:function(e){e.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},1424:function(e){e.exports=function(e){return null==e?"":""+e}},4019:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/<\/?[^>]+>/g,"")}},5559:function(e,t,r){var n=r(1424),o=r(9378),i=String.prototype.trim;e.exports=function(e,t){return e=n(e),!t&&i?i.call(e):(t=o(t),e.replace(new RegExp("^"+t+"+|"+t+"+$","g"),""))}},9659:function(e,t,r){var n=r(1424),o=r(2658);e.exports=function(e){return n(e).replace(/\&([^;]{1,10});/g,(function(e,t){var r;return t in o?o[t]:(r=t.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(r[1],16)):(r=t.match(/^#(\d+)$/))?String.fromCharCode(~~r[1]):e}))}},7266:function(e,t,r){var n=r(4038).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function p(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{p({},"")}catch(e){p=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),c=new j(n||[]);return a(i,"_invoke",{value:P(e,r,c)}),i}function m(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var d={};function g(){}function y(){}function v(){}var b={};p(b,s,(function(){return this}));var h=Object.getPrototypeOf,w=h&&h(h(z([])));w&&w!==r&&i.call(w,s)&&(b=w);var _=v.prototype=g.prototype=Object.create(b);function O(e){["next","throw","return"].forEach((function(t){p(e,t,(function(e){return this._invoke(t,e)}))}))}function x(e,t){function r(o,a,c,s){var u=m(e[o],e,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==n(p)&&i.call(p,"__await")?t.resolve(p.__await).then((function(e){r("next",e,c,s)}),(function(e){r("throw",e,c,s)})):t.resolve(p).then((function(e){l.value=e,c(l)}),(function(e){return r("throw",e,c,s)}))}s(u.arg)}var o;a(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(i,i):i()}})}function P(e,t,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=T(a,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=m(e,t,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===d)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function T(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,T(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),d;var o=m(n,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,d;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,d):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,d)}function E(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(E,this),this.reset(!0)}function z(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(c&&s){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:z(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},4038:function(e){function t(r){return e.exports=t="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.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},9509:function(e,t,r){var n=r(7266)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},9546:function(e,t,r){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}r.d(t,{Z:function(){return n}})},1010:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e,t){if(t&&("object"===(0,n.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}},5210:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6626);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,c=[],s=!0,u=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);s=!0);}catch(e){u=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||(0,n.Z)(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.")}()}},1236:function(e,t,r){"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{Z:function(){return n}})},107:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(9546),o=r(6626);function i(e){return function(e){if(Array.isArray(e))return(0,n.Z)(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||(0,o.Z)(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.")}()}},9905:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e){var t=function(e,t){if("object"!==(0,n.Z)(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!==(0,n.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(0,n.Z)(t)?t:String(t)}},6588:function(e,t,r){"use strict";function n(e){return n="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},n(e)}r.d(t,{Z:function(){return n}})},6626:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(9546);function o(e,t){if(e){if("string"==typeof e)return(0,n.Z)(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?(0,n.Z)(e,t):void 0}}}}]); //# sourceMappingURL=vendor-admin.js.map \ No newline at end of file diff --git a/assets/js/dist/vendor-admin.min.js b/assets/js/dist/vendor-admin.min.js index 3dd3edc..1bfcd3f 100644 --- a/assets/js/dist/vendor-admin.min.js +++ b/assets/js/dist/vendor-admin.min.js @@ -1 +1 @@ -(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[194],{3795:function(e,t,r){"use strict";var n=r(6796),o=r(5518),i={closeTrigger:null,container:null,target:null},a={hideTimer:function(){},hideAnimationTimer:function(){}},c={attributes:{},autoHide:!0,autoHideDelay:4e3,closeButton:!0,closeTitle:"",container:"",ctaLink:"",ctaTarget:"_self",ctaText:"",icon:"",message:"",onClose:function(){},onReveal:function(){},position:"bottomleft",speak:!0,type:"normal",wrapperClasses:"gform-snackbar"},s={},u=function(){i.container&&(i.target.style.position="",i.container.parentNode.removeChild(i.container),i.closeTrigger&&i.closeTrigger.removeEventListener("click",l),clearTimeout(a.hideTimer),clearTimeout(a.hideAnimationTimer),i.container=null,i.closeTrigger=null,i.target=null)},l=function(){i.container.classList.remove("gform-snackbar--reveal"),a.hideAnimationTimer=setTimeout((function(){(0,o.trigger)({event:"gform/snackbar/close",native:!1,data:{el:i,options:s,state:a}}),u()}),300)},p=function(){i.target=(0,o.getNodes)(s.container,!1,document,!0)[0],i.target||(0,o.consoleError)("Gform snackBar couldn't find ".concat(s.container," to instantiate in.")),i.target.style.position="relative",i.target.insertAdjacentHTML("beforeend",'\n\t\n\t\t').concat(s.icon?''):"","\n\t\t").concat(s.message?''.concat(s.message,""):"","\n\t\t").concat(s.ctaLink?'\n\t\t\n\t\t\t").concat(s.ctaText,"\n\t\t\n\t\t"):"","\n\t\t").concat(s.closeButton?'\n\t\t\n\t\t'):"","\n\t\n")),i.container=(0,o.getNodes)("gform-snackbar",!1,i.target)[0],i.closeTrigger=(0,o.getNodes)("gform-snackbar-close",!1,i.target)[0],(0,o.setAttributes)(i.container,s.attributes)};t.ZP=function(e){u(),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};s=(0,n.Z)({},c,e),(0,o.trigger)({event:"gform/snackbar/pre_init",native:!1,data:s})}(e),p(),(0,o.trigger)({event:"gform/snackbar/pre_reveal",native:!1,data:{el:i,options:s,state:a}}),setTimeout((function(){i.container.classList.add("gform-snackbar--reveal"),s.autoHide&&(a.hideTimer=setTimeout((function(){l()}),s.autoHideDelay)),s.speak&&(0,o.speak)(s.message),s.onReveal()}),20),i.closeTrigger&&i.closeTrigger.addEventListener("click",l)}},9831:function(e,t,r){"use strict";r.d(t,{Z:function(){return pe}});var n,o,i,a,c=r(5210),s=r(8349),u=r(5518),l=r(564),p=r.n(l),f=r(9843),m=r.n(f),d=r(4318),g=r.n(d),y=r(5872),v=r.n(y),b=r(9801),h=r(9509),w=r.n(h),_=r(9608),O=r.n(_),x=r(2036),T=r(6134),P=r(4065),E=r.n(P),k=r(4216),j=r.n(k),z=r(4824),C=r.n(z),R=r(8472),S=r.n(R),A=r(6172),N=r.n(A),L=r(7329),F=r.n(L),Z=(null===(n=(0,u.getConfig)(F(),"gform_admin_config"))||void 0===n||null===(o=n.components)||void 0===o||null===(i=o.setup_wizard)||void 0===i||null===(a=i.data)||void 0===a?void 0:a.defaults)||{},D=(0,T.create)(Z,(function(e){return{closeDialog:function(){return e((function(){return{isOpen:!1}}))},patchFormTypes:function(t,r){return e((0,s.immer)((function(e){e.formTypes.forEach((function(n,o){n.value===r.target.value&&(e.formTypes[o].initialChecked=t),"other"!==r.target.value||t||(e.formTypesOther="")}))})))},patchServices:function(t,r){return e((0,s.immer)((function(e){e.services.forEach((function(n,o){n.value===r.target.value&&(e.services[o].initialChecked=t),"other"!==r.target.value||t||(e.servicesOther="")}))})))},setActiveStepNext:function(){return e((function(e){return{activeStep:e.activeStep+1}}))},setActiveStepPrevious:function(){return e((function(e){return{activeStep:e.activeStep-1}}))},setAutoUpdate:function(){return e((function(e){return{autoUpdate:!e.autoUpdate}}))},setCurrency:function(t){return e((function(){return{currency:t}}))},setDataCollection:function(t){return e((function(){return{dataCollection:t}}))},setEmail:function(t){return e((function(){return{email:t}}))},setEmailConsent:function(t){return e((function(){return{emailConsent:t}}))},setFormTypesOther:function(t){return e((function(){return{formTypesOther:(0,u.slugify)(t)}}))},setHideLicense:function(){return e((function(e){return{hideLicense:!e.hideLicense}}))},setInnerDialogOpen:function(t){return e((function(){return{innerDialogOpen:t}}))},setLicenseKey:function(t){return e((function(){return{licenseKey:t}}))},setOrganization:function(t){return e((function(e){return{organization:t,organizationOther:"other"===t?e.organizationOther:""}}))},setOrganizationOther:function(t){return e((function(){return{organizationOther:(0,u.slugify)(t)}}))},setServicesOther:function(t){return e((function(){return{servicesOther:(0,u.slugify)(t)}}))}}})),I=s.React.useEffect,B=s.React.useState,U=function(e){var t,r,n=e.data,o=void 0===n?{}:n,i=e.endpoints,a=e.i18n,l=B(!1),f=(0,c.Z)(l,2),d=f[0],g=f[1],y=B(!1),h=(0,c.Z)(y,2),_=h[0],P=h[1],k=B(!1),z=(0,c.Z)(k,2),R=z[0],A=z[1],L=B(!1),F=(0,c.Z)(L,2),Z=F[0],U=F[1],M=B(!1),W=(0,c.Z)(M,2),q=W[0],V=W[1],G=B(""),H=(0,c.Z)(G,2),$=H[0],K=H[1],Y=(0,T.useStateWithDep)((null==o||null===(t=o.defaults)||void 0===t?void 0:t.licenseKey)||""),J=(0,c.Z)(Y,2),Q=J[0],X=J[1],ee=D((function(e){return e.email})),te=D((function(e){return e.emailConsent})),re=D((function(e){return e.activeStep}));I((function(){R&&A(!1)}),[Q]);var ne=D((function(e){return e.setActiveStepNext})),oe=D((function(e){return e.setAutoUpdate})),ie=D((function(e){return e.setEmail})),ae=D((function(e){return e.setEmailConsent})),ce=D((function(e){return e.setLicenseKey})),se=D((function(e){return e.setInnerDialogOpen})),ue=a.activate_license,le=a.check_license,pe=a.close_button,fe=a.column_layouts,me=a.email_message_title,de=a.email_message,ge=a.email_message_plhldr,ye=a.email_message_submit,ve=a.email_message_footer,be=a.enter_license,he=a.enter_license_plhdr,we=a.invalid_key,_e=a.key_validated,Oe=a.license_instructions,xe=a.most_accessible,Te=a.take_payments,Pe=a.welcome_title,Ee=a.welcome_copy,ke=a.next,je="mock_endpoint"===(null==i||null===(r=i.validate_license)||void 0===r?void 0:r.action),ze={checked:te,id:"email-consent",onChange:function(e){ae(e)},spacing:3,labelAttributes:{label:ve,size:"text-xxs",weight:"regular",customClasses:["gform-setup-wizard__email-footer"]}},Ce={ref:(0,T.useFocusTrap)(1===re),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-1":!0}),"aria-hidden":1!==re};return s.React.createElement("div",Ce,s.React.createElement("div",{className:"gform-setup-wizard__outer-content"},s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(T.FadeIn,{delay:200,transitionDuration:800},s.React.createElement(v(),{customClasses:["gform-setup-wizard__heading-container"]},s.React.createElement(j(),{content:Pe,customClasses:["gform-typography--md-size-display-lg"],size:"display-md",spacing:{"":6,md:5},tagName:"h2",weight:"semibold"})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__body-container"]},s.React.createElement(N(),{content:Ee,spacing:{"":3,md:5}}),s.React.createElement(S(),{listItems:[xe,fe,Te],spacing:{"":6,md:8}}),s.React.createElement(j(),{content:be,size:"text-xl",spacing:3,tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:Oe,spacing:{"":3,md:5}})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__license-container"]},s.React.createElement(C(),{customAttributes:{disabled:d},onChange:X,placeholder:he,size:"size-xl",spacing:3,value:Q}),s.React.createElement(p(),{customClasses:{"gform-setup-wizard__validate-license-button":!0,"gform-setup-wizard__validate-license-button--valid":R},size:"size-height-xl",label:R?_e:ue,icon:"check-circle",iconPosition:"leading",iconPrefix:"gform-common-icon",active:d,activeType:"loader",disabled:d||R,activeText:le,type:R?"apple-green":"primary-new",width:"full",onClick:(0,b.Z)(w().mark((function e(){var t,r,n,a,c,s;return w().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(Q){e.next=2;break}return e.abrupt("return");case 2:if(g(!0),u.cookieStorage.remove(o.options.invalidKeyCookieName),t={baseUrl:O(),method:"POST",body:{license:Q}},!je){e.next=16;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(t),e.next=10,new Promise((function(e){return setTimeout(e,1e3)}));case 10:return A(!0),g(!1),e.next=14,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 14:e.next=36;break;case 16:return n=Date.now(),e.next=19,(0,x.Z)("validate_license",i,t);case 19:if(a=e.sent,!((c=Date.now()-n)<600)){e.next=24;break}return e.next=24,new Promise((function(e){return setTimeout(e,600-c)}));case 24:if(null==a||null===(r=a.data)||void 0===r||!r.success){e.next=32;break}return A(!0),g(!1),ce(Q),e.next=30,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 30:e.next=36;break;case 32:K(null==a||null===(s=a.data)||void 0===s?void 0:s.data),P(!0),g(!1),u.cookieStorage.set(o.options.invalidKeyCookieName,"1",null,!0);case 36:case"end":return e.stop()}}),e)})))}))),s.React.createElement(v(),{display:"flex",customClasses:["gform-setup-wizard__nav-footer"]},s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next"],type:"white",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",disabled:d,ariaLabel:ke,onClick:function(){R||q?ne():U(!0)}})),_&&s.React.createElement(m(),{alertButtonText:pe,alignment:"top",buttonWidth:"full",confirmButtonType:"white",content:$,customWrapperClasses:["gform-setup-wizard__alert"],isOpen:!0,maskTheme:"dark",mode:"alert",onOpen:function(){se(!0)},onClose:function(){se(!1)},onCloseAfterAnimation:function(){P(!1)},showCloseButton:!1,theme:"cosmos",title:we,titleIndicatorType:"error"}),Z&&s.React.createElement(m(),{alignment:"top",animateModal:!0,customWrapperClasses:["gform-setup-wizard__email-dialog"],isOpen:!0,maskBlur:!1,maskTheme:"light",mode:"modal",onOpen:function(){se(!0)},theme:"cosmos",titleIndicatorType:"error",onClose:function(){se(!1)},onCloseAfterAnimation:function(){ie(""),U(!1)},closeButtonTitle:pe},s.React.createElement("div",{className:"gform-setup-wizard__email-logo"}),s.React.createElement(j(),{content:me,customClasses:["gform-setup-wizard__email-heading","gform-typography--md-size-display-sm"],size:"display-xs",spacing:1,tagName:"h3",weight:"semibold"}),s.React.createElement(N(),{content:de,customClasses:["gform-setup-wizard__email-message","gform-typography--md-size-text-xl"],size:"text-md",spacing:6}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__email-actions"]},s.React.createElement(C(),{size:"size-xl",onChange:ie,placeholder:ge,spacing:3}),s.React.createElement(E(),ze),s.React.createElement(p(),{customClasses:["gform-setup-wizard__submit-email-button"],size:"size-height-xl",label:ye,type:"primary-new",width:"full",onClick:function(){ee&&(se(!1),oe(),U(!1),V(!0),ne())}})))),s.React.createElement("div",{className:"gform-setup-wizard__background"},s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--sendgrid"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--google-analytics"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--stripe"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--slack"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--hubspot"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailgun"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--help-scout"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--aweber"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--dropbox"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--zapier"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailchimp"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--paypal"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--get-response"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--active-campaign"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--square"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--hero"}))))},M=r(405),W=r.n(M),q=r(5595),V=r.n(q),G=r(9645),H=r.n(G),$=function(e){var t=e.data,r=e.i18n,n=D((function(e){return e.licenseKey})).length>0,o=D((function(e){return e.hideLicense})),i=D((function(e){return e.activeStep})),a=D((function(e){return e.setHideLicense})),c=r.set_up_title,u=r.set_up_copy,l=r.for_client,f=r.hide_license,m=r.enable_updates,d=r.enable_updates_tag,g=r.enable_updates_locked,y=r.updates_recommended,b=r.which_currency,h=r.previous,w={ref:(0,T.useFocusTrap)(2===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-2":!0}),"aria-hidden":2!==i};return s.React.createElement("div",w,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:c,customClasses:["gform-typography--md-size-display-sm"],size:"display-xs",weight:"medium",spacing:{"":3,md:5},tagName:"h2"}),s.React.createElement(N(),{content:u,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"},!n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:g,triangleTag:!0}),n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:d,triangleTag:!0})),s.React.createElement(N(),{content:y,size:"text-sm",weight:"regular",spacing:3}),s.React.createElement(V(),{size:"size-l",disabled:!n,initialChecked:D((function(e){return e.autoUpdate})),onChange:D((function(e){return e.setAutoUpdate})),spacing:{"":6,md:8},ariaLabel:m}),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__currency-container"],spacing:{"":6,md:8}},s.React.createElement(H(),{ariaLabel:b,initialValue:D((function(e){return e.currency})),onChange:D((function(e){return e.setCurrency})),options:t.options.currencies,size:"size-xl"})),n&&s.React.createElement(s.React.Fragment,null,s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:3,size:"text-sm",weight:"regular"}),s.React.createElement(V(),{size:"size-l",initialChecked:o,onChange:a,spacing:{"":6,md:8},ariaLabel:f})),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},!t.options.hasLicense&&s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:h}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:"Next",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",iconPosition:"trailing",onClick:D((function(e){return e.setActiveStepNext}))}))))},K=r(8309),Y=r.n(K),J=s.React.useState,Q=function(e){var t=e.data,r=e.i18n,n=J(!1),o=(0,c.Z)(n,1)[0],i=D((function(e){return e.activeStep})),a=D((function(e){return e.setFormTypesOther})),u=D((function(e){return e.setOrganizationOther})),l=D((function(e){return e.setServicesOther})),f=r.describe_organization,m=r.form_type,d=r.next,g=r.personalize_copy,y=r.personalize_title,b=r.services_connect,h=r.other_label,w=r.other_placeholder,_=r.previous,O={ref:(0,T.useFocusTrap)(3===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-3":!0}),"aria-hidden":3!==i};return s.React.createElement("div",O,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:y,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:g,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:f,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},tagName:"h3",weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__organization-container"],setDisplay:!1,spacing:{"":6,md:8}},s.React.createElement(H(),{customClasses:(0,s.classnames)("gform-setup-wizard__organization",{"gform-setup-wizard__organization--is-placeholder":!D((function(e){return e.organization}))}),initialValue:D((function(e){return e.organization})),onChange:D((function(e){return e.setOrganization})),options:t.options.organization,ariaLabel:f,size:"size-xl"}),"other"===D((function(e){return e.organization}))&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:u,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__form-types","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-form-types",data:D((function(e){return e.formTypes})),onChange:D((function(e){return e.patchFormTypes})),useWrapper:!0}),D((function(e){return e.formTypes})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:a,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__services-container","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-services",data:D((function(e){return e.services})),onChange:D((function(e){return e.patchServices})),useWrapper:!0}),D((function(e){return e.services})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:l,placeholder:w,size:"size-xl"}))),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:_}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:d,activeText:d,icon:"arrow-narrow-right",iconAttributes:{customClasses:["gform-button__icon--inactive"]},iconPrefix:"gform-common-icon",active:o,activeType:"loader",disabled:o,iconPosition:"trailing",onClick:D((function(e){return e.setActiveStepNext}))}))))},X=r(7063);function ee(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function te(e){for(var t=1;t0&&void 0!==s[0]&&s[0]?(g(!0),_(!0)):(l(!0),_(!1)),(t=D.getData()).formTypes=t.formTypes.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),t.services=t.services.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),n={baseUrl:O(),method:"POST",body:te({},t)},!P){e.next=14;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(n),e.next=11,new Promise((function(e){return setTimeout(e,1e3)}));case 11:h(),e.next=23;break;case 14:return i=Date.now(),e.next=17,(0,x.Z)("save_prefs",r,n);case 17:if(a=e.sent,!((c=Date.now()-i)<600)){e.next=22;break}return e.next=22,new Promise((function(e){return setTimeout(e,600-c)}));case 22:null!=a&&null!==(o=a.data)&&void 0!==o&&o.success&&h();case 23:return e.next=25,new Promise((function(e){return setTimeout((function(){l(!1),g(!1),e()}),200)}));case 25:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),A={ref:(0,T.useFocusTrap)(4===y),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-4":!0}),"aria-hidden":4!==y};return s.React.createElement("div",A,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:k,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:E,asHtml:!0,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:R}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__nav-next-alt"],display:"flex"},s.React.createElement(p(),{activeText:z,label:z,onClick:function(){S()},active:a,activeType:"loader",disabled:a,iconPosition:"trailing",size:"size-height-xl",type:"white"}),s.React.createElement(p(),{label:C,activeText:C,customClasses:["gform-setup-wizard__data-button"],size:"size-height-xl",active:d,activeType:"loader",disabled:d,iconPosition:"trailing",onClick:function(){S(!0)}})))))},oe=r(9495),ie=r.n(oe),ae=function(e){var t,r=e.data,n=e.endpoints,o=e.i18n,i=D((function(e){return e.closeDialog})),a=D((function(e){return e.activeStep})),c="mock_endpoint"===(null==n||null===(t=n.validate_license)||void 0===t?void 0:t.action),u=o.redirect_prompt,l=o.complete_title,f=o.complete_message,m=o.create_form_button,d=o.previous,g={ref:(0,T.useFocusTrap)(5===a),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-5":!0}),"aria-hidden":5!==a};return s.React.createElement("div",g,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},tagName:"h2",size:"display-xs",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:{"":6,md:8},size:"text-md",weight:"regular"}),s.React.createElement(p(),{size:"size-height-xl",icon:"pencil",iconPosition:"leading",iconPrefix:"gform-common-icon",label:m,onClick:function(){var e;i(),e="".concat(r.dashboard_url,"admin.php?page=gf_new_form"),window.location.href!==e?window.location.href=e:document.body.classList.remove("gform-setup-wizard--open")},spacing:{"":6,md:8}}),s.React.createElement(ie(),{videoOptions:{uuid:r.video_id}}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:d}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:u,icon:"settings",iconPosition:"leading",iconPrefix:"gform-icon",type:"white",onClick:function(){i(),c||window.location.href===r.redirect_url?document.body.classList.remove("gform-setup-wizard--open"):window.location.href=r.redirect_url}}))))},ce=r(5196),se=r.n(ce),ue=s.React.useState,le=s.React.useEffect,pe=function(e){var t,r,n="mock_endpoint"===(null===(t=e.endpoints)||void 0===t||null===(r=t.validate_license)||void 0===r?void 0:r.action),o=ue(!0),i=(0,c.Z)(o,2),a=i[0],l=i[1],f=D((function(e){return e.innerDialogOpen})),d=D((function(e){return e.activeStep})),y=D((function(e){return e.isOpen})),b={closeOnMaskClick:!1,closeButtonTitle:e.i18n.close_button,customCloseButtonClasses:["gform-setup-wizard--exit-button"],customWrapperClasses:["gform-setup-wizard","gform-setup-wizard--step-".concat(D((function(e){return e.activeStep}))),"gform-setup-wizard--inner-dialog-".concat(D((function(e){return e.innerDialogOpen})))],customMaskClasses:[!a&&"gform-setup-wizard--not-fullscreen"],id:"gform-setup-wizard",isOpen:y,lockBody:!0,onCloseAfterAnimation:function(){var t=u.cookieStorage.get(e.data.options.invalidKeyCookieName);n||5===d||e.data.options.isSettingsPage&&t||(window.location.href=e.data.dashboard_url),(0,u.trigger)({event:"gform/video/pauseAll",native:!1,data:{}})},position:a?"fixed":"absolute",mode:"container",zIndex:100001};return le((function(){y&&document.body.classList.add("gform-setup-wizard--open")}),[y]),s.React.createElement(m(),b,s.React.createElement(g(),{customClasses:["gform-setup-wizard__nav-bar"]},s.React.createElement(se(),{activeStep:D((function(e){return e.activeStep})),customClasses:["gform-setup-wizard__steps"],numSteps:5,spacing:[8,0,0]})),s.React.createElement(v(),{x:1030,customClasses:["gform-setup-wizard__content-mask"],setDisplay:!1}),!f&&s.React.createElement(p(),{ariaLabel:e.i18n.toggle_fullscreen,circular:!0,customClasses:["gform-setup-wizard__fullscreen-toggle"],icon:a?"contract":"expand",onClick:function(){l(!a)},type:"white"}),s.React.createElement(U,e),s.React.createElement($,e),s.React.createElement(Q,e),s.React.createElement(ne,e),s.React.createElement(ae,e))}},6565:function(e,t,r){"use strict";r.d(t,{Z:function(){return Ue}});var n=r(9801),o=r(9509),i=r.n(o),a=r(8349),c=r(9843),s=r.n(c),u=r(5872),l=r.n(u),p=r(4216),f=r.n(p),m=r(6172),d=r.n(m),g=r(107),y=r(351),v=r.n(y),b=r(5718),h=r.n(b),w=r(7941),_=r.n(w),O=r(9608),x=r.n(O),T=r(2036),P=r(5518),E=function(){var e=(0,n.Z)(i().mark((function e(t){var r,n,o,a,c,s,u,l,p,f,m,d,g;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=t.template.id,c=t.title,s=t.description,u=t.endpoints,c){e.next=3;break}return e.abrupt("return",{error:{code:"missing_title"}});case 3:return l={baseUrl:x(),method:"POST",body:{templateId:a,form:{title:c,description:s}}},e.next=6,(0,T.Z)("create_from_template",u,l);case 6:if(p=e.sent,f=null==p||null===(r=p.data)||void 0===r||null===(n=r.data)||void 0===n?void 0:n.form_id,null==p||null===(o=p.data)||void 0===o||!o.success||!f){e.next=13;break}m=(0,P.updateQueryVar)("page","gf_edit_forms"),window.location.href=(0,P.updateQueryVar)("id",f,m),e.next=14;break;case 13:return e.abrupt("return",{error:{code:null!=p&&null!==(d=p.data)&&void 0!==d&&null!==(g=d.data)&&void 0!==g&&g.message?p.data.data.message:"failedRequest"}});case 14:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),k=function(e){var t=e.accessLevels,r=void 0===t?[]:t,n=e.licenseLevel,o=void 0===n?"single":n,i=["basic","pro","dev","ltdev","elite","single","ltsingle","multi","ltmulti","nonprofit","enterprise","gravityflow","gravityview","godaddy","wpcom"];return!r.filter((function(e){return i.includes(e)})).includes(o)},j=function(e){var t,r,n,o=e.blankOnClick,i=void 0===o?function(){}:o,c=e.licenseType,s=void 0===c?"":c,u=e.strings,l=void 0===u?{}:u,p=e.templateOnClick,f=void 0===p?function(){}:p,m=e.templates,d=void 0===m?[]:m,y=e.thumbnailUrl,b=void 0===y?"":y;return a.React.createElement(a.SimpleBar,null,a.React.createElement("div",{className:"gform-template-library__card-grid-container"},a.React.createElement(v(),{container:!0,wrap:!0,rowSpacing:6,columnSpacing:6,customClasses:["gform-template-library__card-grid"],justifyContent:"flex-start"},(t={headingAttributes:{content:l.blankForm,weight:"medium",size:"text-sm",tagName:"h2"},textAttributes:{content:l.createForm,size:"text-sm"},blankButtonAttributes:{onClick:i},imageAttributes:{asBg:!0,url:"https://i.imgur.com/KsZxvrs.png",altText:l.blankForm},style:"form-template-blank"},r=a.React.createElement(v(),{key:0,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),t)),n=d.map((function(e,t){var r=s&&s.slice(2).toLowerCase()||"single",n=k({accessLevels:e.template_access_level,licenseLevel:r})?l.upgradeTag:"",o=l.useTemplateWithTitle.split("%s"),i=l.previewWithTitle.split("%s"),c={customClasses:["gform-card__form-template-secondary-button-icon"],icon:"external-link"},u={bgColor:e.template_background,headingAttributes:{content:e.title,weight:"medium",size:"text-sm",tagName:"h2"},primaryCtaAttrs:{ctaType:"button",children:a.React.createElement(a.React.Fragment,null,o[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),o[1]),onClick:f(e)},secondaryCtaAttrs:{ctaType:"link",children:a.React.createElement(a.React.Fragment,null,a.React.createElement(h(),c),i[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),i[1]),href:e.template_preview_url,target:"_blank"},imageAttributes:{asBg:!0,url:"".concat(b).concat(e.template_thumbnail),imagePosition:"top center",imageAttributes:{style:{backgroundSize:"100%"}},altText:e.title},tagAttributes:{content:n,size:"text-xxs"},style:"form-template"};return a.React.createElement(v(),{key:t+1,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),u))})),[r].concat((0,g.Z)(n))))))},z=r(6796),C=r(7063),R=r(564),S=r.n(R),A=r(4824),N=r.n(A),L=r(5211),F=r.n(L),Z=r(5235),D=r.n(Z),I=r(5210);function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e){for(var t=1;t=0&&"[object Array]"===Object.prototype.toString.call(e)};var y=s((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():g(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:d(e)?function(){return arguments}():void 0})),v=y;function b(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function h(e,t,r){for(var n=0,o=r.length;n=0;)p(t=O[r],e)&&!T(n,t)&&(n[n.length]=t),r-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),E=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function k(e,t,r,n){var o=b(e);function i(e,t){return j(e,t,r.slice(),n.slice())}return!h((function(e,t){return!h(i,t,e)}),b(t),o)}function j(e,t,r,n){if(w(e,t))return!0;var o,i,a=E(e);if(a!==E(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(a){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(o=e.constructor,null==(i=String(o).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!w(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!w(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(a){case"Map":return e.size===t.size&&k(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&k(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var s=P(e);if(s.length!==P(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=s.length-1;c>=0;){var f=s[c];if(!p(f,t)||!j(t[f],e[f],u,l))return!1;c-=1}return!0}var z=u((function(e,t){return j(e,t,[],[])})),C=s((function(e){return null!=e&&z(e,v(e))}));function R(e,t,r){return function(){if(0===arguments.length)return r();var n=Array.prototype.slice.call(arguments,0),o=n.pop();if(!g(o)){for(var i=0;i=0&&this.i>=this.n?(r=n)&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}:n},e}(),L=u((function(e,t){return new N(e,t)}));function F(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return g(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}function Z(e){return function t(r,n,o){switch(arguments.length){case 0:return t;case 1:return c(r)?t:u((function(t,n){return e(r,t,n)}));case 2:return c(r)&&c(n)?t:c(r)?u((function(t,r){return e(t,n,r)})):c(n)?u((function(t,n){return e(r,t,n)})):s((function(t){return e(r,n,t)}));default:return c(r)&&c(n)&&c(o)?t:c(r)&&c(n)?u((function(t,r){return e(t,r,o)})):c(r)&&c(o)?u((function(t,r){return e(t,n,r)})):c(n)&&c(o)?u((function(t,n){return e(r,t,n)})):c(r)?s((function(t){return e(t,n,o)})):c(n)?s((function(t){return e(r,t,o)})):c(o)?s((function(t){return e(r,n,t)})):e(r,n,o)}}}var D=Z(F("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)}))),I=u(R(["take"],L,(function(e,t){return D(0,e<0?1/0:e,t)}))),B=u((function(e,t){return z(I(e.length,t),e)})),U=r(6588);function M(e,t,r){var n=new window.FormData;return function e(t,o){if(!function(e){return Array.isArray(r)&&r.some((function(t){return t===e}))}(o))if(o=o||"",t instanceof window.File)n.append(o,t);else if(Array.isArray(t))for(var i=0;i1&&void 0!==g[1]?g[1]:{},o=X({method:"GET"},n=g.length>2&&void 0!==g[2]?g[2]:{}),i=l(["body"],o),c="GET"!==i.method&&"HEAD"!==i.method,s=i.baseUrl,c&&(u=n.body?n.body:{},r[t].nonce&&(u._ajax_nonce=r[t].nonce),r[t].action&&(u.action=r[t].action),i.body=M(u)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!c&&r[t].nonce&&(p._ajax_nonce=r[t].nonce),!c&&r[t].action&&(p.action=r[t].action),p&&!C(p)&&(f=J(p),m=(0,W.stringify)(f,{arrayFormat:"bracket"}),s="".concat(s,"?").concat(m)),d=i.headers?X({},i.headers):{},Date.now(),e.abrupt("return",window.fetch(s,X(X({},i),{},{headers:d})).then((function(e){return e.ok?e.text().then((function(t){try{var r=JSON.parse(t);Date.now();return{data:r,status:e.status,totalPages:e.headers.get("x-wp-totalpages"),totalPosts:e.headers.get("x-wp-total")}}catch(r){var n=H()(V()(K()(t))),o=new Error("Invalid server response. ".concat(n));throw o.detail={url:s,data:n,status:e.status,error:r,text:t},o}})):B(e.headers.get("Content-Type"),"application/json")?e.text().then((function(t){try{return{data:JSON.parse(t),status:e.status}}catch(o){var r=H()(V()(K()(t))),n=new Error("Invalid server response. ".concat(r));throw n.detail={url:s,data:r,status:e.status,error:o,text:t},n}})):e.text().then((function(t){var r=H()(V()(K()(t))),n=new Error("Unknown server response. ".concat(r));throw n.detail={url:s,data:r,status:e.status},n}))})).catch((function(e){return{error:e}})));case 18:case"end":return e.stop()}}),e)}))),te.apply(this,arguments)}},4627:function(e,t,r){var n=r(7373),o=r(6927),i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not a function")}},4768:function(e,t,r){var n=r(7373),o=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw i("Can't set "+o(e)+" as a prototype")}},7713:function(e,t,r){var n=r(2712),o=r(2091),i=r(3567).f,a=n("unscopables"),c=Array.prototype;null==c[a]&&i(c,a,{configurable:!0,value:o(null)}),e.exports=function(e){c[a][e]=!0}},9223:function(e,t,r){var n=r(1218),o=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not an object")}},6148:function(e,t,r){var n=r(6867),o=r(6912),i=r(6702),a=function(e){return function(t,r,a){var c,s=n(t),u=i(s),l=o(a,u);if(e&&r!=r){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},6446:function(e,t,r){var n=r(8087),o=n({}.toString),i=n("".slice);e.exports=function(e){return i(o(e),8,-1)}},4574:function(e,t,r){var n=r(2256),o=r(4731),i=r(5245),a=r(3567);e.exports=function(e,t,r){for(var c=o(t),s=a.f,u=i.f,l=0;l0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),e.exports=o},64:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},9458:function(e,t,r){var n=r(419),o=r(5245).f,i=r(4845),a=r(8173),c=r(4289),s=r(4574),u=r(5698);e.exports=function(e,t){var r,l,p,f,m,d=e.target,g=e.global,y=e.stat;if(r=g?n:y?n[d]||c(d,{}):(n[d]||{}).prototype)for(l in t){if(f=t[l],p=e.dontCallGetSet?(m=o(r,l))&&m.value:r[l],!u(g?l:d+(y?".":"#")+l,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;s(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),a(r,l,f,e)}}},6862:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},4555:function(e,t,r){var n=r(6862);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},2797:function(e,t,r){var n=r(4555),o=Function.prototype.call;e.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},5502:function(e,t,r){var n=r(7891),o=r(2256),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&"something"===function(){}.name,u=c&&(!n||n&&a(i,"name").configurable);e.exports={EXISTS:c,PROPER:s,CONFIGURABLE:u}},7661:function(e,t,r){var n=r(8087),o=r(4627);e.exports=function(e,t,r){try{return n(o(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},8087:function(e,t,r){var n=r(4555),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);e.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}},80:function(e,t,r){var n=r(419),o=r(7373);e.exports=function(e,t){return arguments.length<2?(r=n[e],o(r)?r:void 0):n[e]&&n[e][t];var r}},8648:function(e,t,r){var n=r(4627),o=r(7039);e.exports=function(e,t){var r=e[t];return o(r)?void 0:n(r)}},419:function(e,t,r){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2256:function(e,t,r){var n=r(8087),o=r(5151),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(o(e),t)}},6789:function(e){e.exports={}},2944:function(e,t,r){var n=r(80);e.exports=n("document","documentElement")},5793:function(e,t,r){var n=r(7891),o=r(6862),i=r(3751);e.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},79:function(e,t,r){var n=r(8087),o=r(6862),i=r(6446),a=Object,c=n("".split);e.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?c(e,""):a(e)}:a},3303:function(e,t,r){var n=r(8087),o=r(7373),i=r(3230),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},1259:function(e,t,r){var n,o,i,a=r(4665),c=r(419),s=r(1218),u=r(4845),l=r(2256),p=r(3230),f=r(9355),m=r(6789),d="Object already initialized",g=c.TypeError,y=c.WeakMap;if(a||p.state){var v=p.state||(p.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw g(d);return t.facade=e,v.set(e,t),t},o=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=f("state");m[b]=!0,n=function(e,t){if(l(e,b))throw g(d);return t.facade=e,u(e,b,t),t},o=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:o,has:i,enforce:function(e){return i(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=o(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return r}}}},7373:function(e,t,r){var n=r(7461),o=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===o}:function(e){return"function"==typeof e}},5698:function(e,t,r){var n=r(6862),o=r(7373),i=/#|\.prototype\./,a=function(e,t){var r=s[c(e)];return r==l||r!=u&&(o(t)?n(t):!!t)},c=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},7039:function(e){e.exports=function(e){return null==e}},1218:function(e,t,r){var n=r(7373),o=r(7461),i=o.all;e.exports=o.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},4943:function(e){e.exports=!1},8898:function(e,t,r){var n=r(80),o=r(7373),i=r(5853),a=r(2696),c=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return o(t)&&i(t.prototype,c(e))}},1389:function(e,t,r){"use strict";var n=r(1198).IteratorPrototype,o=r(2091),i=r(5392),a=r(6535),c=r(9047),s=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=o(n,{next:i(+!u,r)}),a(e,l,!1,!0),c[l]=s,e}},5291:function(e,t,r){"use strict";var n=r(9458),o=r(2797),i=r(4943),a=r(5502),c=r(7373),s=r(1389),u=r(8313),l=r(4476),p=r(6535),f=r(4845),m=r(8173),d=r(2712),g=r(9047),y=r(1198),v=a.PROPER,b=a.CONFIGURABLE,h=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,_=d("iterator"),O="keys",x="values",T="entries",P=function(){return this};e.exports=function(e,t,r,a,d,y,E){s(r,t,a);var k,j,z,C=function(e){if(e===d&&L)return L;if(!w&&e in A)return A[e];switch(e){case O:case x:case T:return function(){return new r(this,e)}}return function(){return new r(this)}},R=t+" Iterator",S=!1,A=e.prototype,N=A[_]||A["@@iterator"]||d&&A[d],L=!w&&N||C(d),F="Array"==t&&A.entries||N;if(F&&(k=u(F.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===h||(l?l(k,h):c(k[_])||m(k,_,P)),p(k,R,!0,!0),i&&(g[R]=P)),v&&d==x&&N&&N.name!==x&&(!i&&b?f(A,"name",x):(S=!0,L=function(){return o(N,this)})),d)if(j={values:C(x),keys:y?L:C(O),entries:C(T)},E)for(z in j)(w||S||!(z in A))&&m(A,z,j[z]);else n({target:t,proto:!0,forced:w||S},j);return i&&!E||A[_]===L||m(A,_,L,{name:d}),g[t]=L,j}},1198:function(e,t,r){"use strict";var n,o,i,a=r(6862),c=r(7373),s=r(1218),u=r(2091),l=r(8313),p=r(8173),f=r(2712),m=r(4943),d=f("iterator"),g=!1;[].keys&&("next"in(i=[].keys())?(o=l(l(i)))!==Object.prototype&&(n=o):g=!0),!s(n)||a((function(){var e={};return n[d].call(e)!==e}))?n={}:m&&(n=u(n)),c(n[d])||p(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},9047:function(e){e.exports={}},6702:function(e,t,r){var n=r(5319);e.exports=function(e){return n(e.length)}},1069:function(e,t,r){var n=r(8087),o=r(6862),i=r(7373),a=r(2256),c=r(7891),s=r(5502).CONFIGURABLE,u=r(3303),l=r(1259),p=l.enforce,f=l.get,m=String,d=Object.defineProperty,g=n("".slice),y=n("".replace),v=n([].join),b=c&&!o((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),w=e.exports=function(e,t,r){"Symbol("===g(m(t),0,7)&&(t="["+y(m(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||s&&e.name!==t)&&(c?d(e,"name",{value:t,configurable:!0}):e.name=t),b&&r&&a(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?c&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=p(e);return a(n,"source")||(n.source=v(h,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return i(this)&&f(this).source||u(this)}),"toString")},6614:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},2091:function(e,t,r){var n,o=r(9223),i=r(8915),a=r(64),c=r(6789),s=r(2944),u=r(3751),l=r(9355),p="prototype",f="script",m=l("IE_PROTO"),d=function(){},g=function(e){return"<"+f+">"+e+""},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?y(n):(t=u("iframe"),r="java"+f+":",t.style.display="none",s.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):y(n);for(var o=a.length;o--;)delete v[p][a[o]];return v()};c[m]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[p]=o(e),r=new d,d[p]=null,r[m]=e):r=v(),void 0===t?r:i.f(r,t)}},8915:function(e,t,r){var n=r(7891),o=r(3015),i=r(3567),a=r(9223),c=r(6867),s=r(7333);t.f=n&&!o?Object.defineProperties:function(e,t){a(e);for(var r,n=c(t),o=s(t),u=o.length,l=0;u>l;)i.f(e,r=o[l++],n[r]);return e}},3567:function(e,t,r){var n=r(7891),o=r(5793),i=r(3015),a=r(9223),c=r(8113),s=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",m="writable";t.f=n?i?function(e,t,r){if(a(e),t=c(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&m in r&&!r[m]){var n=l(e,t);n&&n[m]&&(e[t]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:p in r?r[p]:n[p],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=c(t),a(r),o)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw s("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5245:function(e,t,r){var n=r(7891),o=r(2797),i=r(2741),a=r(5392),c=r(6867),s=r(8113),u=r(2256),l=r(5793),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=c(e),t=s(t),l)try{return p(e,t)}catch(e){}if(u(e,t))return a(!o(i.f,e,t),e[t])}},9871:function(e,t,r){var n=r(6252),o=r(64).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},7857:function(e,t){t.f=Object.getOwnPropertySymbols},8313:function(e,t,r){var n=r(2256),o=r(7373),i=r(5151),a=r(9355),c=r(747),s=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var r=t.constructor;return o(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},5853:function(e,t,r){var n=r(8087);e.exports=n({}.isPrototypeOf)},6252:function(e,t,r){var n=r(8087),o=r(2256),i=r(6867),a=r(6148).indexOf,c=r(6789),s=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!o(c,r)&&o(n,r)&&s(l,r);for(;t.length>u;)o(n,r=t[u++])&&(~a(l,r)||s(l,r));return l}},7333:function(e,t,r){var n=r(6252),o=r(64);e.exports=Object.keys||function(e){return n(e,o)}},2741:function(e,t){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4476:function(e,t,r){var n=r(7661),o=r(9223),i=r(4768);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return o(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},4946:function(e,t,r){var n=r(2797),o=r(7373),i=r(1218),a=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&o(r=e.toString)&&!i(c=n(r,e)))return c;if(o(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&o(r=e.toString)&&!i(c=n(r,e)))return c;throw a("Can't convert object to primitive value")}},4731:function(e,t,r){var n=r(80),o=r(8087),i=r(9871),a=r(7857),c=r(9223),s=o([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=a.f;return r?s(t,r(e)):t}},8846:function(e,t,r){var n=r(7039),o=TypeError;e.exports=function(e){if(n(e))throw o("Can't call method on "+e);return e}},6535:function(e,t,r){var n=r(3567).f,o=r(2256),i=r(2712)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!o(e,i)&&n(e,i,{configurable:!0,value:t})}},9355:function(e,t,r){var n=r(2017),o=r(6303),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},3230:function(e,t,r){var n=r(419),o=r(4289),i="__core-js_shared__",a=n[i]||o(i,{});e.exports=a},2017:function(e,t,r){var n=r(4943),o=r(3230);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9245:function(e,t,r){var n=r(2437),o=r(6862);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},6912:function(e,t,r){var n=r(8150),o=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?o(r+t,0):i(r,t)}},6867:function(e,t,r){var n=r(79),o=r(8846);e.exports=function(e){return n(o(e))}},8150:function(e,t,r){var n=r(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},5319:function(e,t,r){var n=r(8150),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},5151:function(e,t,r){var n=r(8846),o=Object;e.exports=function(e){return o(n(e))}},3926:function(e,t,r){var n=r(2797),o=r(1218),i=r(8898),a=r(8648),c=r(4946),s=r(2712),u=TypeError,l=s("toPrimitive");e.exports=function(e,t){if(!o(e)||i(e))return e;var r,s=a(e,l);if(s){if(void 0===t&&(t="default"),r=n(s,e,t),!o(r)||i(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},8113:function(e,t,r){var n=r(3926),o=r(8898);e.exports=function(e){var t=n(e,"string");return o(t)?t:t+""}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,r){var n=r(8087),o=0,i=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++o+i,36)}},2696:function(e,t,r){var n=r(9245);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,r){var n=r(7891),o=r(6862);e.exports=n&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,r){var n=r(419),o=r(7373),i=n.WeakMap;e.exports=o(i)&&/native code/.test(String(i))},2712:function(e,t,r){var n=r(419),o=r(2017),i=r(2256),a=r(6303),c=r(9245),s=r(2696),u=n.Symbol,l=o("wks"),p=s?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:p("Symbol."+e)),l[e]}},9553:function(e,t,r){"use strict";var n=r(6867),o=r(7713),i=r(9047),a=r(1259),c=r(3567).f,s=r(5291),u=r(1439),l=r(4943),p=r(7891),f="Array Iterator",m=a.set,d=a.getterFor(f);e.exports=s(Array,"Array",(function(e,t){m(this,{type:f,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,u(void 0,!0)):u("keys"==r?n:"values"==r?t[n]:[n,t[n]],!1)}),"values");var g=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!l&&p&&"values"!==g.name)try{c(g,"name",{value:"values"})}catch(e){}},3245:function(e){"use strict";var t="%[a-f0-9]{2}",r=new RegExp("("+t+")|([^%]+?)","gi"),n=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var r=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],o(r),o(n))}function i(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(r)||[],n=1;n1)for(var r=1;rNumber(e)-Number(t))).map((t=>e[t])):e}function f(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function m(e){const t=(e=f(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function d(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function g(e,t){s((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const r=function(e){let t;switch(e.arrayFormat){case"index":return(e,r,n)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===n[e]&&(n[e]={}),n[e][t[1]]=r):n[e]=r};case"bracket":return(e,r,n)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==n[e]?n[e]=[].concat(n[e],r):n[e]=[r]:n[e]=r};case"comma":case"separator":return(t,r,n)=>{const o="string"==typeof r&&r.includes(e.arrayFormatSeparator),i="string"==typeof r&&!o&&l(r,e).includes(e.arrayFormatSeparator);r=i?l(r,e):r;const a=o||i?r.split(e.arrayFormatSeparator).map((t=>l(t,e))):null===r?r:l(r,e);n[t]=a};case"bracket-separator":return(t,r,n)=>{const o=/(\[\])$/.test(t);if(t=t.replace(/\[\]$/,""),!o)return void(n[t]=r?l(r,e):r);const i=null===r?[]:r.split(e.arrayFormatSeparator).map((t=>l(t,e)));void 0!==n[t]?n[t]=[].concat(n[t],i):n[t]=i};default:return(e,t,r)=>{void 0!==r[e]?r[e]=[].concat(r[e],t):r[e]=t}}}(t),n=Object.create(null);if("string"!=typeof e)return n;if(!(e=e.trim().replace(/^[?#&]/,"")))return n;for(const o of e.split("&")){if(""===o)continue;let[e,a]=i(t.decode?o.replace(/\+/g," "):o,"=");a=void 0===a?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?a:l(a,t),r(l(e,t),a,n)}for(const e of Object.keys(n)){const r=n[e];if("object"==typeof r&&null!==r)for(const e of Object.keys(r))r[e]=d(r[e],t);else n[e]=d(r,t)}return!1===t.sort?n:(!0===t.sort?Object.keys(n).sort():Object.keys(n).sort(t.sort)).reduce(((e,t)=>{const r=n[t];return Boolean(r)&&"object"==typeof r&&!Array.isArray(r)?e[t]=p(r):e[t]=r,e}),Object.create(null))}t.extract=m,t.parse=g,t.stringify=(e,t)=>{if(!e)return"";s((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const r=r=>t.skipNull&&null==e[r]||t.skipEmptyString&&""===e[r],n=function(e){switch(e.arrayFormat){case"index":return t=>(r,n)=>{const o=r.length;return void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[",o,"]"].join("")]:[...r,[u(t,e),"[",u(o,e),"]=",u(n,e)].join("")]};case"bracket":return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[]"].join("")]:[...r,[u(t,e),"[]=",u(n,e)].join("")];case"comma":case"separator":case"bracket-separator":{const t="bracket-separator"===e.arrayFormat?"[]=":"=";return r=>(n,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&""===o?n:(o=null===o?"":o,0===n.length?[[u(r,e),t,u(o,e)].join("")]:[[n,u(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,u(t,e)]:[...r,[u(t,e),"=",u(n,e)].join("")]}}(t),o={};for(const t of Object.keys(e))r(t)||(o[t]=e[t]);const i=Object.keys(o);return!1!==t.sort&&i.sort(t.sort),i.map((r=>{const o=e[r];return void 0===o?"":null===o?u(r,t):Array.isArray(o)?0===o.length&&"bracket-separator"===t.arrayFormat?u(r,t)+"[]":o.reduce(n(r),[]).join("&"):u(r,t)+"="+u(o,t)})).filter((e=>e.length>0)).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[r,n]=i(e,"#");return Object.assign({url:r.split("?")[0]||"",query:g(m(e),t)},t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:l(n,t)}:{})},t.stringifyUrl=(e,r)=>{r=Object.assign({encode:!0,strict:!0,[c]:!0},r);const n=f(e.url).split("?")[0]||"",o=t.extract(e.url),i=t.parse(o,{sort:!1}),a=Object.assign(i,e.query);let s=t.stringify(a,r);s&&(s=`?${s}`);let l=function(e){let t="";const r=e.indexOf("#");return-1!==r&&(t=e.slice(r)),t}(e.url);return e.fragmentIdentifier&&(l=`#${r[c]?u(e.fragmentIdentifier,r):e.fragmentIdentifier}`),`${n}${s}${l}`},t.pick=(e,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0,[c]:!1},n);const{url:o,query:i,fragmentIdentifier:s}=t.parseUrl(e,n);return t.stringifyUrl({url:o,query:a(i,r),fragmentIdentifier:s},n)},t.exclude=(e,r,n)=>{const o=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return t.pick(e,o,n)}},9473:function(e){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const r=e.indexOf(t);return-1===r?[e]:[e.slice(0,r),e.slice(r+t.length)]}},395:function(e){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},9378:function(e,t,r){var n=r(7695);e.exports=function(e){return null==e?"\\s":e.source?e.source:"["+n(e)+"]"}},7695:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},2658:function(e){e.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},1424:function(e){e.exports=function(e){return null==e?"":""+e}},4019:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/<\/?[^>]+>/g,"")}},5559:function(e,t,r){var n=r(1424),o=r(9378),i=String.prototype.trim;e.exports=function(e,t){return e=n(e),!t&&i?i.call(e):(t=o(t),e.replace(new RegExp("^"+t+"+|"+t+"+$","g"),""))}},9659:function(e,t,r){var n=r(1424),o=r(2658);e.exports=function(e){return n(e).replace(/\&([^;]{1,10});/g,(function(e,t){var r;return t in o?o[t]:(r=t.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(r[1],16)):(r=t.match(/^#(\d+)$/))?String.fromCharCode(~~r[1]):e}))}},7266:function(e,t,r){var n=r(4038).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function p(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{p({},"")}catch(e){p=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),c=new j(n||[]);return a(i,"_invoke",{value:T(e,r,c)}),i}function m(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var d={};function g(){}function y(){}function v(){}var b={};p(b,s,(function(){return this}));var h=Object.getPrototypeOf,w=h&&h(h(z([])));w&&w!==r&&i.call(w,s)&&(b=w);var _=v.prototype=g.prototype=Object.create(b);function O(e){["next","throw","return"].forEach((function(t){p(e,t,(function(e){return this._invoke(t,e)}))}))}function x(e,t){function r(o,a,c,s){var u=m(e[o],e,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==n(p)&&i.call(p,"__await")?t.resolve(p.__await).then((function(e){r("next",e,c,s)}),(function(e){r("throw",e,c,s)})):t.resolve(p).then((function(e){l.value=e,c(l)}),(function(e){return r("throw",e,c,s)}))}s(u.arg)}var o;a(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(i,i):i()}})}function T(e,t,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return C()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=P(a,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=m(e,t,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===d)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function P(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,P(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),d;var o=m(n,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,d;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,d):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,d)}function E(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(E,this),this.reset(!0)}function z(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(c&&s){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:z(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},4038:function(e){function t(r){return e.exports=t="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.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},9509:function(e,t,r){var n=r(7266)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},9546:function(e,t,r){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}r.d(t,{Z:function(){return n}})},1010:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e,t){if(t&&("object"===(0,n.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}},5210:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6626);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,c=[],s=!0,u=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);s=!0);}catch(e){u=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||(0,n.Z)(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.")}()}},1236:function(e,t,r){"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{Z:function(){return n}})},107:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(9546);var o=r(6626);function i(e){return function(e){if(Array.isArray(e))return(0,n.Z)(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||(0,o.Z)(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.")}()}},9905:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e){var t=function(e,t){if("object"!==(0,n.Z)(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!==(0,n.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===(0,n.Z)(t)?t:String(t)}},6588:function(e,t,r){"use strict";function n(e){return n="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},n(e)}r.d(t,{Z:function(){return n}})},6626:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(9546);function o(e,t){if(e){if("string"==typeof e)return(0,n.Z)(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?(0,n.Z)(e,t):void 0}}}}]); \ No newline at end of file +(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[194],{3795:function(e,t,r){"use strict";var n=r(6796),o=r(5518),i={closeTrigger:null,container:null,target:null},a={hideTimer:function(){},hideAnimationTimer:function(){}},c={attributes:{},autoHide:!0,autoHideDelay:4e3,closeButton:!0,closeTitle:"",container:"",ctaLink:"",ctaTarget:"_self",ctaText:"",icon:"",message:"",onClose:function(){},onReveal:function(){},position:"bottomleft",speak:!0,type:"normal",wrapperClasses:"gform-snackbar"},s={},u=function(){i.container&&(i.target.style.position="",i.container.parentNode.removeChild(i.container),i.closeTrigger&&i.closeTrigger.removeEventListener("click",l),clearTimeout(a.hideTimer),clearTimeout(a.hideAnimationTimer),i.container=null,i.closeTrigger=null,i.target=null)},l=function(){i.container.classList.remove("gform-snackbar--reveal"),a.hideAnimationTimer=setTimeout((function(){(0,o.trigger)({event:"gform/snackbar/close",native:!1,data:{el:i,options:s,state:a}}),u()}),300)},p=function(){i.target=(0,o.getNodes)(s.container,!1,document,!0)[0],i.target||(0,o.consoleError)("Gform snackBar couldn't find ".concat(s.container," to instantiate in.")),i.target.style.position="relative",i.target.insertAdjacentHTML("beforeend",'\n\t\n\t\t').concat(s.icon?''):"","\n\t\t").concat(s.message?''.concat(s.message,""):"","\n\t\t").concat(s.ctaLink?'\n\t\t\n\t\t\t").concat(s.ctaText,"\n\t\t\n\t\t"):"","\n\t\t").concat(s.closeButton?'\n\t\t\n\t\t'):"","\n\t\n")),i.container=(0,o.getNodes)("gform-snackbar",!1,i.target)[0],i.closeTrigger=(0,o.getNodes)("gform-snackbar-close",!1,i.target)[0],(0,o.setAttributes)(i.container,s.attributes)};t.ZP=function(e){u(),function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};s=(0,n.Z)({},c,e),(0,o.trigger)({event:"gform/snackbar/pre_init",native:!1,data:s})}(e),p(),(0,o.trigger)({event:"gform/snackbar/pre_reveal",native:!1,data:{el:i,options:s,state:a}}),setTimeout((function(){i.container.classList.add("gform-snackbar--reveal"),s.autoHide&&(a.hideTimer=setTimeout((function(){l()}),s.autoHideDelay)),s.speak&&(0,o.speak)(s.message),s.onReveal()}),20),i.closeTrigger&&i.closeTrigger.addEventListener("click",l)}},9831:function(e,t,r){"use strict";r.d(t,{Z:function(){return pe}});var n,o,i,a,c=r(5210),s=r(8349),u=r(5518),l=r(564),p=r.n(l),f=r(9843),m=r.n(f),d=r(4318),g=r.n(d),y=r(5872),v=r.n(y),b=r(9801),h=r(9509),w=r.n(h),_=r(9608),O=r.n(_),x=r(2036),P=r(6134),T=r(4065),E=r.n(T),k=r(4216),j=r.n(k),z=r(4824),C=r.n(z),R=r(8472),S=r.n(R),A=r(6172),N=r.n(A),L=r(7329),F=r.n(L),Z=(null===(n=(0,u.getConfig)(F(),"gform_admin_config"))||void 0===n||null===(o=n.components)||void 0===o||null===(i=o.setup_wizard)||void 0===i||null===(a=i.data)||void 0===a?void 0:a.defaults)||{},D=(0,P.create)(Z,(function(e){return{closeDialog:function(){return e((function(){return{isOpen:!1}}))},patchFormTypes:function(t,r){return e((0,s.immer)((function(e){e.formTypes.forEach((function(n,o){n.value===r.target.value&&(e.formTypes[o].initialChecked=t),"other"!==r.target.value||t||(e.formTypesOther="")}))})))},patchServices:function(t,r){return e((0,s.immer)((function(e){e.services.forEach((function(n,o){n.value===r.target.value&&(e.services[o].initialChecked=t),"other"!==r.target.value||t||(e.servicesOther="")}))})))},setActiveStepNext:function(){return e((function(e){return{activeStep:e.activeStep+1}}))},setActiveStepPrevious:function(){return e((function(e){return{activeStep:e.activeStep-1}}))},setAutoUpdate:function(){return e((function(e){return{autoUpdate:!e.autoUpdate}}))},setCurrency:function(t){return e((function(){return{currency:t}}))},setDataCollection:function(t){return e((function(){return{dataCollection:t}}))},setEmail:function(t){return e((function(){return{email:t}}))},setEmailConsent:function(t){return e((function(){return{emailConsent:t}}))},setFormTypesOther:function(t){return e((function(){return{formTypesOther:(0,u.slugify)(t)}}))},setHideLicense:function(){return e((function(e){return{hideLicense:!e.hideLicense}}))},setInnerDialogOpen:function(t){return e((function(){return{innerDialogOpen:t}}))},setLicenseKey:function(t){return e((function(){return{licenseKey:t}}))},setOrganization:function(t){return e((function(e){return{organization:t,organizationOther:"other"===t?e.organizationOther:""}}))},setOrganizationOther:function(t){return e((function(){return{organizationOther:(0,u.slugify)(t)}}))},setServicesOther:function(t){return e((function(){return{servicesOther:(0,u.slugify)(t)}}))}}})),I=s.React.useEffect,B=s.React.useState,U=function(e){var t,r,n=e.data,o=void 0===n?{}:n,i=e.endpoints,a=e.i18n,l=B(!1),f=(0,c.Z)(l,2),d=f[0],g=f[1],y=B(!1),h=(0,c.Z)(y,2),_=h[0],T=h[1],k=B(!1),z=(0,c.Z)(k,2),R=z[0],A=z[1],L=B(!1),F=(0,c.Z)(L,2),Z=F[0],U=F[1],M=B(!1),W=(0,c.Z)(M,2),q=W[0],V=W[1],G=B(""),H=(0,c.Z)(G,2),$=H[0],K=H[1],Y=(0,P.useStateWithDep)((null==o||null===(t=o.defaults)||void 0===t?void 0:t.licenseKey)||""),J=(0,c.Z)(Y,2),Q=J[0],X=J[1],ee=D((function(e){return e.email})),te=D((function(e){return e.emailConsent})),re=D((function(e){return e.activeStep}));I((function(){R&&A(!1)}),[Q]);var ne=D((function(e){return e.setActiveStepNext})),oe=D((function(e){return e.setAutoUpdate})),ie=D((function(e){return e.setEmail})),ae=D((function(e){return e.setEmailConsent})),ce=D((function(e){return e.setLicenseKey})),se=D((function(e){return e.setInnerDialogOpen})),ue=a.activate_license,le=a.check_license,pe=a.close_button,fe=a.column_layouts,me=a.email_message_title,de=a.email_message,ge=a.email_message_plhldr,ye=a.email_message_submit,ve=a.email_message_footer,be=a.enter_license,he=a.enter_license_plhdr,we=a.invalid_key,_e=a.key_validated,Oe=a.license_instructions,xe=a.most_accessible,Pe=a.take_payments,Te=a.welcome_title,Ee=a.welcome_copy,ke=a.next,je="mock_endpoint"===(null==i||null===(r=i.validate_license)||void 0===r?void 0:r.action),ze={checked:te,id:"email-consent",onChange:function(e){ae(e)},spacing:3,labelAttributes:{label:ve,size:"text-xxs",weight:"regular",customClasses:["gform-setup-wizard__email-footer"]}},Ce={ref:(0,P.useFocusTrap)(1===re),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-1":!0}),"aria-hidden":1!==re};return s.React.createElement("div",Ce,s.React.createElement("div",{className:"gform-setup-wizard__outer-content"},s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(P.FadeIn,{delay:200,transitionDuration:800},s.React.createElement(v(),{customClasses:["gform-setup-wizard__heading-container"]},s.React.createElement(j(),{content:Te,customClasses:["gform-typography--md-size-display-lg"],size:"display-md",spacing:{"":6,md:5},tagName:"h2",weight:"semibold"})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__body-container"]},s.React.createElement(N(),{content:Ee,spacing:{"":3,md:5}}),s.React.createElement(S(),{listItems:[xe,fe,Pe],spacing:{"":6,md:8}}),s.React.createElement(j(),{content:be,size:"text-xl",spacing:3,tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:Oe,spacing:{"":3,md:5}})),s.React.createElement(v(),{customClasses:["gform-setup-wizard__license-container"]},s.React.createElement(C(),{customAttributes:{disabled:d},onChange:X,placeholder:he,size:"size-xl",spacing:3,value:Q}),s.React.createElement(p(),{customClasses:{"gform-setup-wizard__validate-license-button":!0,"gform-setup-wizard__validate-license-button--valid":R},size:"size-height-xl",label:R?_e:ue,icon:"check-circle",iconPosition:"leading",iconPrefix:"gform-common-icon",active:d,activeType:"loader",disabled:d||R,activeText:le,type:R?"apple-green":"primary-new",width:"full",onClick:(0,b.Z)(w().mark((function e(){var t,r,n,a,c,s;return w().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(Q){e.next=2;break}return e.abrupt("return");case 2:if(g(!0),u.cookieStorage.remove(o.options.invalidKeyCookieName),t={baseUrl:O(),method:"POST",body:{license:Q}},!je){e.next=16;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(t),e.next=10,new Promise((function(e){return setTimeout(e,1e3)}));case 10:return A(!0),g(!1),e.next=14,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 14:e.next=36;break;case 16:return n=Date.now(),e.next=19,(0,x.ZP)("validate_license",i,t);case 19:if(a=e.sent,!((c=Date.now()-n)<600)){e.next=24;break}return e.next=24,new Promise((function(e){return setTimeout(e,600-c)}));case 24:if(null==a||null===(r=a.data)||void 0===r||!r.success){e.next=32;break}return A(!0),g(!1),ce(Q),e.next=30,new Promise((function(e){return setTimeout((function(){ne(),e()}),600)}));case 30:e.next=36;break;case 32:K(null==a||null===(s=a.data)||void 0===s?void 0:s.data),T(!0),g(!1),u.cookieStorage.set(o.options.invalidKeyCookieName,"1",null,!0);case 36:case"end":return e.stop()}}),e)})))}))),s.React.createElement(v(),{display:"flex",customClasses:["gform-setup-wizard__nav-footer"]},s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next"],type:"white",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",disabled:d,ariaLabel:ke,onClick:function(){R||q?ne():U(!0)}})),_&&s.React.createElement(m(),{alertButtonText:pe,alignment:"top",buttonWidth:"full",confirmButtonType:"white",content:$,customWrapperClasses:["gform-setup-wizard__alert"],isOpen:!0,maskTheme:"dark",mode:"alert",onOpen:function(){se(!0)},onClose:function(){se(!1)},onCloseAfterAnimation:function(){T(!1)},showCloseButton:!1,theme:"cosmos",title:we,titleIndicatorType:"error"}),Z&&s.React.createElement(m(),{alignment:"top",animateModal:!0,customWrapperClasses:["gform-setup-wizard__email-dialog"],isOpen:!0,maskBlur:!1,maskTheme:"light",mode:"modal",onOpen:function(){se(!0)},theme:"cosmos",titleIndicatorType:"error",onClose:function(){se(!1)},onCloseAfterAnimation:function(){ie(""),U(!1)},closeButtonTitle:pe},s.React.createElement("div",{className:"gform-setup-wizard__email-logo"}),s.React.createElement(j(),{content:me,customClasses:["gform-setup-wizard__email-heading","gform-typography--md-size-display-sm"],size:"display-xs",spacing:1,tagName:"h3",weight:"semibold"}),s.React.createElement(N(),{content:de,customClasses:["gform-setup-wizard__email-message","gform-typography--md-size-text-xl"],size:"text-md",spacing:6}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__email-actions"]},s.React.createElement(C(),{size:"size-xl",onChange:ie,placeholder:ge,spacing:3}),s.React.createElement(E(),ze),s.React.createElement(p(),{customClasses:["gform-setup-wizard__submit-email-button"],size:"size-height-xl",label:ye,type:"primary-new",width:"full",onClick:function(){ee&&(se(!1),oe(),U(!1),V(!0),ne())}})))),s.React.createElement("div",{className:"gform-setup-wizard__background"},s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--sendgrid"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--google-analytics"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--stripe"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--slack"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--hubspot"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailgun"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--help-scout"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--aweber"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--dropbox"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--zapier"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--mailchimp"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--paypal"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--get-response"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--active-campaign"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--logo gform-setup-wizard__background-image--square"}),s.React.createElement("div",{className:"gform-setup-wizard__background-image gform-setup-wizard__background-image--hero"}))))},M=r(405),W=r.n(M),q=r(5595),V=r.n(q),G=r(9645),H=r.n(G),$=function(e){var t=e.data,r=e.i18n,n=D((function(e){return e.licenseKey})).length>0,o=D((function(e){return e.hideLicense})),i=D((function(e){return e.activeStep})),a=D((function(e){return e.setHideLicense})),c=r.set_up_title,u=r.set_up_copy,l=r.for_client,f=r.hide_license,m=r.enable_updates,d=r.enable_updates_tag,g=r.enable_updates_locked,y=r.updates_recommended,b=r.which_currency,h=r.previous,w={ref:(0,P.useFocusTrap)(2===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-2":!0}),"aria-hidden":2!==i};return s.React.createElement("div",w,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:c,customClasses:["gform-typography--md-size-display-sm"],size:"display-xs",weight:"medium",spacing:{"":3,md:5},tagName:"h2"}),s.React.createElement(N(),{content:u,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"},!n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:g,triangleTag:!0}),n&&s.React.createElement(W(),{customClasses:["gform-setup-wizard__feature-disabled-tag"],content:d,triangleTag:!0})),s.React.createElement(N(),{content:y,size:"text-sm",weight:"regular",spacing:3}),s.React.createElement(V(),{size:"size-l",disabled:!n,initialChecked:D((function(e){return e.autoUpdate})),onChange:D((function(e){return e.setAutoUpdate})),spacing:{"":6,md:8},ariaLabel:m}),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__currency-container"],spacing:{"":6,md:8}},s.React.createElement(H(),{ariaLabel:b,initialValue:D((function(e){return e.currency})),onChange:D((function(e){return e.setCurrency})),options:t.options.currencies,size:"size-xl"})),n&&s.React.createElement(s.React.Fragment,null,s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-text-size-xl"],spacing:3,size:"text-lg",tagName:"h3",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:3,size:"text-sm",weight:"regular"}),s.React.createElement(V(),{size:"size-l",initialChecked:o,onChange:a,spacing:{"":6,md:8},ariaLabel:f})),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},!t.options.hasLicense&&s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:h}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:"Next",icon:"arrow-narrow-right",iconPrefix:"gform-common-icon",iconPosition:"trailing",onClick:D((function(e){return e.setActiveStepNext}))}))))},K=r(8309),Y=r.n(K),J=s.React.useState,Q=function(e){var t=e.data,r=e.i18n,n=J(!1),o=(0,c.Z)(n,1)[0],i=D((function(e){return e.activeStep})),a=D((function(e){return e.setFormTypesOther})),u=D((function(e){return e.setOrganizationOther})),l=D((function(e){return e.setServicesOther})),f=r.describe_organization,m=r.form_type,d=r.next,g=r.personalize_copy,y=r.personalize_title,b=r.services_connect,h=r.other_label,w=r.other_placeholder,_=r.previous,O={ref:(0,P.useFocusTrap)(3===i),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-3":!0}),"aria-hidden":3!==i};return s.React.createElement("div",O,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:y,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:g,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(j(),{content:f,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",spacing:{"":3,md:5},tagName:"h3",weight:"medium"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__organization-container"],setDisplay:!1,spacing:{"":6,md:8}},s.React.createElement(H(),{customClasses:(0,s.classnames)("gform-setup-wizard__organization",{"gform-setup-wizard__organization--is-placeholder":!D((function(e){return e.organization}))}),initialValue:D((function(e){return e.organization})),onChange:D((function(e){return e.setOrganization})),options:t.options.organization,ariaLabel:f,size:"size-xl"}),"other"===D((function(e){return e.organization}))&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:u,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:m,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__form-types","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-form-types",data:D((function(e){return e.formTypes})),onChange:D((function(e){return e.patchFormTypes})),useWrapper:!0}),D((function(e){return e.formTypes})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:a,placeholder:w,size:"size-xl"}))),s.React.createElement(j(),{content:b,customClasses:["gform-typography--md-text-size-xl"],size:"text-lg",weight:"medium",tagName:"h3"}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__services-container","gform-setup-wizard__input-group"],spacing:{"":6,md:8}},s.React.createElement(Y(),{id:"setup-wizard-services",data:D((function(e){return e.services})),onChange:D((function(e){return e.patchServices})),useWrapper:!0}),D((function(e){return e.services})).filter((function(e){return e.initialChecked})).map((function(e){return e.value})).includes("other")&&s.React.createElement(v(),{customClasses:["gform-setup-wizard__other-container"]},s.React.createElement(C(),{labelAttributes:{label:h},onChange:l,placeholder:w,size:"size-xl"}))),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:_}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:d,activeText:d,icon:"arrow-narrow-right",iconAttributes:{customClasses:["gform-button__icon--inactive"]},iconPrefix:"gform-common-icon",active:o,activeType:"loader",disabled:o,iconPosition:"trailing",onClick:D((function(e){return e.setActiveStepNext}))}))))},X=r(7063);function ee(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function te(e){for(var t=1;t0&&void 0!==s[0]&&s[0]?(g(!0),_(!0)):(l(!0),_(!1)),(t=D.getData()).formTypes=t.formTypes.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),t.services=t.services.filter((function(e){return e.initialChecked})).map((function(e){return e.value})),n={baseUrl:O(),method:"POST",body:te({},t)},!T){e.next=14;break}return(0,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.consoleInfo)(n),e.next=11,new Promise((function(e){return setTimeout(e,1e3)}));case 11:h(),e.next=23;break;case 14:return i=Date.now(),e.next=17,(0,x.ZP)("save_prefs",r,n);case 17:if(a=e.sent,!((c=Date.now()-i)<600)){e.next=22;break}return e.next=22,new Promise((function(e){return setTimeout(e,600-c)}));case 22:null!=a&&null!==(o=a.data)&&void 0!==o&&o.success&&h();case 23:return e.next=25,new Promise((function(e){return setTimeout((function(){l(!1),g(!1),e()}),200)}));case 25:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}(),A={ref:(0,P.useFocusTrap)(4===y),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-4":!0}),"aria-hidden":4!==y};return s.React.createElement("div",A,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:k,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},size:"display-xs",weight:"medium",tagName:"h2"}),s.React.createElement(N(),{content:E,asHtml:!0,spacing:{"":5,md:8},size:"text-md",weight:"regular"}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:R}),s.React.createElement(v(),{customClasses:["gform-setup-wizard__nav-next-alt"],display:"flex"},s.React.createElement(p(),{activeText:z,label:z,onClick:function(){S()},active:a,activeType:"loader",disabled:a,iconPosition:"trailing",size:"size-height-xl",type:"white"}),s.React.createElement(p(),{label:C,activeText:C,customClasses:["gform-setup-wizard__data-button"],size:"size-height-xl",active:d,activeType:"loader",disabled:d,iconPosition:"trailing",onClick:function(){S(!0)}})))))},oe=r(9495),ie=r.n(oe),ae=function(e){var t,r=e.data,n=e.endpoints,o=e.i18n,i=D((function(e){return e.closeDialog})),a=D((function(e){return e.activeStep})),c="mock_endpoint"===(null==n||null===(t=n.validate_license)||void 0===t?void 0:t.action),u=o.redirect_prompt,l=o.complete_title,f=o.complete_message,m=o.create_form_button,d=o.previous,g={ref:(0,P.useFocusTrap)(5===a),className:(0,s.classnames)({"gform-setup-wizard__screen":!0,"gform-setup-wizard__screen--step-5":!0}),"aria-hidden":5!==a};return s.React.createElement("div",g,s.React.createElement("div",{className:"gform-setup-wizard__content"},s.React.createElement(j(),{content:l,customClasses:["gform-typography--md-size-display-sm"],spacing:{"":3,md:5},tagName:"h2",size:"display-xs",weight:"medium"}),s.React.createElement(N(),{content:f,spacing:{"":6,md:8},size:"text-md",weight:"regular"}),s.React.createElement(p(),{size:"size-height-xl",icon:"pencil",iconPosition:"leading",iconPrefix:"gform-common-icon",label:m,onClick:function(){var e;i(),e="".concat(r.dashboard_url,"admin.php?page=gf_new_form"),window.location.href!==e?window.location.href=e:document.body.classList.remove("gform-setup-wizard--open")},spacing:{"":6,md:8}}),s.React.createElement(ie(),{videoOptions:{uuid:r.video_id}}),s.React.createElement(v(),{x:850,customClasses:["gform-setup-wizard__footer"],display:"flex"},s.React.createElement(p(),{size:"size-height-xl",type:"white",icon:"arrow-narrow-left",iconPrefix:"gform-common-icon",onClick:D((function(e){return e.setActiveStepPrevious})),ariaLabel:d}),s.React.createElement(p(),{size:"size-height-xl",customClasses:["gform-setup-wizard__nav-next-alt"],label:u,icon:"settings",iconPosition:"leading",iconPrefix:"gform-icon",type:"white",onClick:function(){i(),c||window.location.href===r.redirect_url?document.body.classList.remove("gform-setup-wizard--open"):window.location.href=r.redirect_url}}))))},ce=r(5196),se=r.n(ce),ue=s.React.useState,le=s.React.useEffect,pe=function(e){var t,r,n="mock_endpoint"===(null===(t=e.endpoints)||void 0===t||null===(r=t.validate_license)||void 0===r?void 0:r.action),o=ue(!0),i=(0,c.Z)(o,2),a=i[0],l=i[1],f=D((function(e){return e.innerDialogOpen})),d=D((function(e){return e.activeStep})),y=D((function(e){return e.isOpen})),b={closeOnMaskClick:!1,closeButtonTitle:e.i18n.close_button,customCloseButtonClasses:["gform-setup-wizard--exit-button"],customWrapperClasses:["gform-setup-wizard","gform-setup-wizard--step-".concat(D((function(e){return e.activeStep}))),"gform-setup-wizard--inner-dialog-".concat(D((function(e){return e.innerDialogOpen})))],customMaskClasses:[!a&&"gform-setup-wizard--not-fullscreen"],id:"gform-setup-wizard",isOpen:y,lockBody:!0,onCloseAfterAnimation:function(){var t=u.cookieStorage.get(e.data.options.invalidKeyCookieName);n||5===d||e.data.options.isSettingsPage&&t||(window.location.href=e.data.dashboard_url),(0,u.trigger)({event:"gform/video/pauseAll",native:!1,data:{}})},position:a?"fixed":"absolute",mode:"container",zIndex:100001};return le((function(){y&&document.body.classList.add("gform-setup-wizard--open")}),[y]),s.React.createElement(m(),b,s.React.createElement(g(),{customClasses:["gform-setup-wizard__nav-bar"]},s.React.createElement(se(),{activeStep:D((function(e){return e.activeStep})),customClasses:["gform-setup-wizard__steps"],numSteps:5,spacing:[8,0,0]})),s.React.createElement(v(),{x:1030,customClasses:["gform-setup-wizard__content-mask"],setDisplay:!1}),!f&&s.React.createElement(p(),{ariaLabel:e.i18n.toggle_fullscreen,circular:!0,customClasses:["gform-setup-wizard__fullscreen-toggle"],icon:a?"contract":"expand",onClick:function(){l(!a)},type:"white"}),s.React.createElement(U,e),s.React.createElement($,e),s.React.createElement(Q,e),s.React.createElement(ne,e),s.React.createElement(ae,e))}},6565:function(e,t,r){"use strict";r.d(t,{Z:function(){return Ue}});var n=r(9801),o=r(9509),i=r.n(o),a=r(8349),c=r(9843),s=r.n(c),u=r(5872),l=r.n(u),p=r(4216),f=r.n(p),m=r(6172),d=r.n(m),g=r(107),y=r(351),v=r.n(y),b=r(5718),h=r.n(b),w=r(7941),_=r.n(w),O=r(9608),x=r.n(O),P=r(2036),T=r(5518),E=function(){var e=(0,n.Z)(i().mark((function e(t){var r,n,o,a,c,s,u,l,p,f,m,d,g;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(a=t.template.id,c=t.title,s=t.description,u=t.endpoints,c){e.next=3;break}return e.abrupt("return",{error:{code:"missing_title"}});case 3:return l={baseUrl:x(),method:"POST",body:{templateId:a,form:{title:c,description:s}}},e.next=6,(0,P.ZP)("create_from_template",u,l);case 6:if(p=e.sent,f=null==p||null===(r=p.data)||void 0===r||null===(n=r.data)||void 0===n?void 0:n.form_id,null==p||null===(o=p.data)||void 0===o||!o.success||!f){e.next=13;break}m=(0,T.updateQueryVar)("page","gf_edit_forms"),window.location.href=(0,T.updateQueryVar)("id",f,m),e.next=14;break;case 13:return e.abrupt("return",{error:{code:null!=p&&null!==(d=p.data)&&void 0!==d&&null!==(g=d.data)&&void 0!==g&&g.message?p.data.data.message:"failedRequest"}});case 14:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}(),k=function(e){var t=e.accessLevels,r=void 0===t?[]:t,n=e.licenseLevel,o=void 0===n?"single":n,i=["basic","pro","dev","ltdev","elite","single","ltsingle","multi","ltmulti","nonprofit","enterprise","gravityflow","gravityview","godaddy","wpcom"];return!r.filter((function(e){return i.includes(e)})).includes(o)},j=function(e){var t,r,n,o=e.blankOnClick,i=void 0===o?function(){}:o,c=e.licenseType,s=void 0===c?"":c,u=e.strings,l=void 0===u?{}:u,p=e.templateOnClick,f=void 0===p?function(){}:p,m=e.templates,d=void 0===m?[]:m,y=e.thumbnailUrl,b=void 0===y?"":y;return a.React.createElement(a.SimpleBar,null,a.React.createElement("div",{className:"gform-template-library__card-grid-container"},a.React.createElement(v(),{container:!0,wrap:!0,rowSpacing:6,columnSpacing:6,customClasses:["gform-template-library__card-grid"],justifyContent:"flex-start"},(t={headingAttributes:{content:l.blankForm,weight:"medium",size:"text-sm",tagName:"h2"},textAttributes:{content:l.createForm,size:"text-sm"},blankButtonAttributes:{onClick:i},imageAttributes:{asBg:!0,url:"https://i.imgur.com/KsZxvrs.png",altText:l.blankForm},style:"form-template-blank"},r=a.React.createElement(v(),{key:0,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),t)),n=d.map((function(e,t){var r=s&&s.slice(2).toLowerCase()||"single",n=k({accessLevels:e.template_access_level,licenseLevel:r})?l.upgradeTag:"",o=l.useTemplateWithTitle.split("%s"),i=l.previewWithTitle.split("%s"),c={customClasses:["gform-card__form-template-secondary-button-icon"],icon:"external-link"},u={bgColor:e.template_background,headingAttributes:{content:e.title,weight:"medium",size:"text-sm",tagName:"h2"},primaryCtaAttrs:{ctaType:"button",children:a.React.createElement(a.React.Fragment,null,o[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),o[1]),onClick:f(e)},secondaryCtaAttrs:{ctaType:"link",children:a.React.createElement(a.React.Fragment,null,a.React.createElement(h(),c),i[0],a.React.createElement("span",{className:"gform-visually-hidden"},'"'.concat(e.title,'"')),i[1]),href:e.template_preview_url,target:"_blank"},imageAttributes:{asBg:!0,url:"".concat(b).concat(e.template_thumbnail),imagePosition:"top center",imageAttributes:{style:{backgroundSize:"100%"}},altText:e.title},tagAttributes:{content:n,size:"text-xxs"},style:"form-template"};return a.React.createElement(v(),{key:t+1,customClasses:["gform-template-library__card-grid-item"],item:!0},a.React.createElement(_(),u))})),[r].concat((0,g.Z)(n))))))},z=r(6796),C=r(7063),R=r(564),S=r.n(R),A=r(4824),N=r.n(A),L=r(5211),F=r.n(L),Z=r(5235),D=r.n(Z),I=r(5210);function B(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function U(e){for(var t=1;t=0&&"[object Array]"===Object.prototype.toString.call(e)};var y=s((function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():g(e)?[]:function(e){return"[object String]"===Object.prototype.toString.call(e)}(e)?"":function(e){return"[object Object]"===Object.prototype.toString.call(e)}(e)?{}:d(e)?function(){return arguments}():void 0})),v=y;function b(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function h(e,t,r){for(var n=0,o=r.length;n=0;)p(t=O[r],e)&&!P(n,t)&&(n[n.length]=t),r-=1;return n})):s((function(e){return Object(e)!==e?[]:Object.keys(e)})),E=s((function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)}));function k(e,t,r,n){var o=b(e);function i(e,t){return j(e,t,r.slice(),n.slice())}return!h((function(e,t){return!h(i,t,e)}),b(t),o)}function j(e,t,r,n){if(w(e,t))return!0;var o,i,a=E(e);if(a!==E(t))return!1;if(null==e||null==t)return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(a){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(o=e.constructor,null==(i=String(o).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!w(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!w(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var c=r.length-1;c>=0;){if(r[c]===e)return n[c]===t;c-=1}switch(a){case"Map":return e.size===t.size&&k(e.entries(),t.entries(),r.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&k(e.values(),t.values(),r.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var s=T(e);if(s.length!==T(t).length)return!1;var u=r.concat([e]),l=n.concat([t]);for(c=s.length-1;c>=0;){var f=s[c];if(!p(f,t)||!j(t[f],e[f],u,l))return!1;c-=1}return!0}var z=u((function(e,t){return j(e,t,[],[])})),C=s((function(e){return null!=e&&z(e,v(e))}));function R(e,t,r){return function(){if(0===arguments.length)return r();var n=Array.prototype.slice.call(arguments,0),o=n.pop();if(!g(o)){for(var i=0;i=0&&this.i>=this.n?(r=n)&&r["@@transducer/reduced"]?r:{"@@transducer/value":r,"@@transducer/reduced":!0}:n},e}(),L=u((function(e,t){return new N(e,t)}));function F(e,t){return function(){var r=arguments.length;if(0===r)return t();var n=arguments[r-1];return g(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,r-1))}}function Z(e){return function t(r,n,o){switch(arguments.length){case 0:return t;case 1:return c(r)?t:u((function(t,n){return e(r,t,n)}));case 2:return c(r)&&c(n)?t:c(r)?u((function(t,r){return e(t,n,r)})):c(n)?u((function(t,n){return e(r,t,n)})):s((function(t){return e(r,n,t)}));default:return c(r)&&c(n)&&c(o)?t:c(r)&&c(n)?u((function(t,r){return e(t,r,o)})):c(r)&&c(o)?u((function(t,r){return e(t,n,r)})):c(n)&&c(o)?u((function(t,n){return e(r,t,n)})):c(r)?s((function(t){return e(t,n,o)})):c(n)?s((function(t){return e(r,t,o)})):c(o)?s((function(t){return e(r,n,t)})):e(r,n,o)}}}var D=Z(F("slice",(function(e,t,r){return Array.prototype.slice.call(r,e,t)}))),I=u(R(["take"],L,(function(e,t){return D(0,e<0?1/0:e,t)}))),B=u((function(e,t){return z(I(e.length,t),e)})),U=r(6588);function M(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:".",o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"",i=new window.FormData;return function e(t,a){if(!function(e){return Array.isArray(r)&&r.some((function(t){return t===e}))}(a))if(a=a||"",t instanceof window.File)i.append(a,t);else if(Array.isArray(t))for(var c=0;c1&&void 0!==g[1]?g[1]:{},o=X({method:"GET"},n=g.length>2&&void 0!==g[2]?g[2]:{}),i=l(["body"],o),c="GET"!==i.method&&"HEAD"!==i.method,s=i.baseUrl,c&&(u=n.body?n.body:{},r[t].nonce&&(u._ajax_nonce=r[t].nonce),r[t].action&&(u.action=r[t].action),i.body=M(u)),i.json&&(i.body=JSON.stringify(i.json)),p=i.params||{},!c&&r[t].nonce&&(p._ajax_nonce=r[t].nonce),!c&&r[t].action&&(p.action=r[t].action),p&&!C(p)&&(f=J(p),m=(0,W.stringify)(f,{arrayFormat:"bracket"}),s="".concat(s,"?").concat(m)),d=i.headers?X({},i.headers):{},Date.now(),e.abrupt("return",window.fetch(s,X(X({},i),{},{headers:d})).then((function(e){return e.ok?e.text().then((function(t){try{var r=JSON.parse(t);Date.now();return{data:r,status:e.status,totalPages:e.headers.get("x-wp-totalpages"),totalPosts:e.headers.get("x-wp-total")}}catch(r){var n=H()(V()(K()(t))),o=new Error("Invalid server response. ".concat(n));throw o.detail={url:s,data:n,status:e.status,error:r,text:t},o}})):B(e.headers.get("Content-Type"),"application/json")?e.text().then((function(t){try{return{data:JSON.parse(t),status:e.status}}catch(o){var r=H()(V()(K()(t))),n=new Error("Invalid server response. ".concat(r));throw n.detail={url:s,data:r,status:e.status,error:o,text:t},n}})):e.text().then((function(t){var r=H()(V()(K()(t))),n=new Error("Unknown server response. ".concat(r));throw n.detail={url:s,data:r,status:e.status},n}))})).catch((function(e){return{error:e}})));case 18:case"end":return e.stop()}}),e)}))),te.apply(this,arguments)}},4627:function(e,t,r){var n=r(7373),o=r(6927),i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not a function")}},4768:function(e,t,r){var n=r(7373),o=String,i=TypeError;e.exports=function(e){if("object"==typeof e||n(e))return e;throw i("Can't set "+o(e)+" as a prototype")}},7713:function(e,t,r){var n=r(2712),o=r(2091),i=r(3567).f,a=n("unscopables"),c=Array.prototype;null==c[a]&&i(c,a,{configurable:!0,value:o(null)}),e.exports=function(e){c[a][e]=!0}},9223:function(e,t,r){var n=r(1218),o=String,i=TypeError;e.exports=function(e){if(n(e))return e;throw i(o(e)+" is not an object")}},6148:function(e,t,r){var n=r(6867),o=r(6912),i=r(6702),a=function(e){return function(t,r,a){var c,s=n(t),u=i(s),l=o(a,u);if(e&&r!=r){for(;u>l;)if((c=s[l++])!=c)return!0}else for(;u>l;l++)if((e||l in s)&&s[l]===r)return e||l||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},6446:function(e,t,r){var n=r(8087),o=n({}.toString),i=n("".slice);e.exports=function(e){return i(o(e),8,-1)}},4574:function(e,t,r){var n=r(2256),o=r(4731),i=r(5245),a=r(3567);e.exports=function(e,t,r){for(var c=o(t),s=a.f,u=i.f,l=0;l0&&n[0]<4?1:+(n[0]+n[1])),!o&&a&&(!(n=a.match(/Edge\/(\d+)/))||n[1]>=74)&&(n=a.match(/Chrome\/(\d+)/))&&(o=+n[1]),e.exports=o},64:function(e){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},9458:function(e,t,r){var n=r(419),o=r(5245).f,i=r(4845),a=r(8173),c=r(4289),s=r(4574),u=r(5698);e.exports=function(e,t){var r,l,p,f,m,d=e.target,g=e.global,y=e.stat;if(r=g?n:y?n[d]||c(d,{}):(n[d]||{}).prototype)for(l in t){if(f=t[l],p=e.dontCallGetSet?(m=o(r,l))&&m.value:r[l],!u(g?l:d+(y?".":"#")+l,e.forced)&&void 0!==p){if(typeof f==typeof p)continue;s(f,p)}(e.sham||p&&p.sham)&&i(f,"sham",!0),a(r,l,f,e)}}},6862:function(e){e.exports=function(e){try{return!!e()}catch(e){return!0}}},4555:function(e,t,r){var n=r(6862);e.exports=!n((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))},2797:function(e,t,r){var n=r(4555),o=Function.prototype.call;e.exports=n?o.bind(o):function(){return o.apply(o,arguments)}},5502:function(e,t,r){var n=r(7891),o=r(2256),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,c=o(i,"name"),s=c&&"something"===function(){}.name,u=c&&(!n||n&&a(i,"name").configurable);e.exports={EXISTS:c,PROPER:s,CONFIGURABLE:u}},7661:function(e,t,r){var n=r(8087),o=r(4627);e.exports=function(e,t,r){try{return n(o(Object.getOwnPropertyDescriptor(e,t)[r]))}catch(e){}}},8087:function(e,t,r){var n=r(4555),o=Function.prototype,i=o.call,a=n&&o.bind.bind(i,i);e.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}},80:function(e,t,r){var n=r(419),o=r(7373);e.exports=function(e,t){return arguments.length<2?(r=n[e],o(r)?r:void 0):n[e]&&n[e][t];var r}},8648:function(e,t,r){var n=r(4627),o=r(7039);e.exports=function(e,t){var r=e[t];return o(r)?void 0:n(r)}},419:function(e,t,r){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof r.g&&r.g)||function(){return this}()||Function("return this")()},2256:function(e,t,r){var n=r(8087),o=r(5151),i=n({}.hasOwnProperty);e.exports=Object.hasOwn||function(e,t){return i(o(e),t)}},6789:function(e){e.exports={}},2944:function(e,t,r){var n=r(80);e.exports=n("document","documentElement")},5793:function(e,t,r){var n=r(7891),o=r(6862),i=r(3751);e.exports=!n&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},79:function(e,t,r){var n=r(8087),o=r(6862),i=r(6446),a=Object,c=n("".split);e.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?c(e,""):a(e)}:a},3303:function(e,t,r){var n=r(8087),o=r(7373),i=r(3230),a=n(Function.toString);o(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),e.exports=i.inspectSource},1259:function(e,t,r){var n,o,i,a=r(4665),c=r(419),s=r(1218),u=r(4845),l=r(2256),p=r(3230),f=r(9355),m=r(6789),d="Object already initialized",g=c.TypeError,y=c.WeakMap;if(a||p.state){var v=p.state||(p.state=new y);v.get=v.get,v.has=v.has,v.set=v.set,n=function(e,t){if(v.has(e))throw g(d);return t.facade=e,v.set(e,t),t},o=function(e){return v.get(e)||{}},i=function(e){return v.has(e)}}else{var b=f("state");m[b]=!0,n=function(e,t){if(l(e,b))throw g(d);return t.facade=e,u(e,b,t),t},o=function(e){return l(e,b)?e[b]:{}},i=function(e){return l(e,b)}}e.exports={set:n,get:o,has:i,enforce:function(e){return i(e)?o(e):n(e,{})},getterFor:function(e){return function(t){var r;if(!s(t)||(r=o(t)).type!==e)throw g("Incompatible receiver, "+e+" required");return r}}}},7373:function(e,t,r){var n=r(7461),o=n.all;e.exports=n.IS_HTMLDDA?function(e){return"function"==typeof e||e===o}:function(e){return"function"==typeof e}},5698:function(e,t,r){var n=r(6862),o=r(7373),i=/#|\.prototype\./,a=function(e,t){var r=s[c(e)];return r==l||r!=u&&(o(t)?n(t):!!t)},c=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},7039:function(e){e.exports=function(e){return null==e}},1218:function(e,t,r){var n=r(7373),o=r(7461),i=o.all;e.exports=o.IS_HTMLDDA?function(e){return"object"==typeof e?null!==e:n(e)||e===i}:function(e){return"object"==typeof e?null!==e:n(e)}},4943:function(e){e.exports=!1},8898:function(e,t,r){var n=r(80),o=r(7373),i=r(5853),a=r(2696),c=Object;e.exports=a?function(e){return"symbol"==typeof e}:function(e){var t=n("Symbol");return o(t)&&i(t.prototype,c(e))}},1389:function(e,t,r){"use strict";var n=r(1198).IteratorPrototype,o=r(2091),i=r(5392),a=r(6535),c=r(9047),s=function(){return this};e.exports=function(e,t,r,u){var l=t+" Iterator";return e.prototype=o(n,{next:i(+!u,r)}),a(e,l,!1,!0),c[l]=s,e}},5291:function(e,t,r){"use strict";var n=r(9458),o=r(2797),i=r(4943),a=r(5502),c=r(7373),s=r(1389),u=r(8313),l=r(4476),p=r(6535),f=r(4845),m=r(8173),d=r(2712),g=r(9047),y=r(1198),v=a.PROPER,b=a.CONFIGURABLE,h=y.IteratorPrototype,w=y.BUGGY_SAFARI_ITERATORS,_=d("iterator"),O="keys",x="values",P="entries",T=function(){return this};e.exports=function(e,t,r,a,d,y,E){s(r,t,a);var k,j,z,C=function(e){if(e===d&&L)return L;if(!w&&e in A)return A[e];switch(e){case O:case x:case P:return function(){return new r(this,e)}}return function(){return new r(this)}},R=t+" Iterator",S=!1,A=e.prototype,N=A[_]||A["@@iterator"]||d&&A[d],L=!w&&N||C(d),F="Array"==t&&A.entries||N;if(F&&(k=u(F.call(new e)))!==Object.prototype&&k.next&&(i||u(k)===h||(l?l(k,h):c(k[_])||m(k,_,T)),p(k,R,!0,!0),i&&(g[R]=T)),v&&d==x&&N&&N.name!==x&&(!i&&b?f(A,"name",x):(S=!0,L=function(){return o(N,this)})),d)if(j={values:C(x),keys:y?L:C(O),entries:C(P)},E)for(z in j)(w||S||!(z in A))&&m(A,z,j[z]);else n({target:t,proto:!0,forced:w||S},j);return i&&!E||A[_]===L||m(A,_,L,{name:d}),g[t]=L,j}},1198:function(e,t,r){"use strict";var n,o,i,a=r(6862),c=r(7373),s=r(1218),u=r(2091),l=r(8313),p=r(8173),f=r(2712),m=r(4943),d=f("iterator"),g=!1;[].keys&&("next"in(i=[].keys())?(o=l(l(i)))!==Object.prototype&&(n=o):g=!0),!s(n)||a((function(){var e={};return n[d].call(e)!==e}))?n={}:m&&(n=u(n)),c(n[d])||p(n,d,(function(){return this})),e.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:g}},9047:function(e){e.exports={}},6702:function(e,t,r){var n=r(5319);e.exports=function(e){return n(e.length)}},1069:function(e,t,r){var n=r(8087),o=r(6862),i=r(7373),a=r(2256),c=r(7891),s=r(5502).CONFIGURABLE,u=r(3303),l=r(1259),p=l.enforce,f=l.get,m=String,d=Object.defineProperty,g=n("".slice),y=n("".replace),v=n([].join),b=c&&!o((function(){return 8!==d((function(){}),"length",{value:8}).length})),h=String(String).split("String"),w=e.exports=function(e,t,r){"Symbol("===g(m(t),0,7)&&(t="["+y(m(t),/^Symbol\(([^)]*)\)/,"$1")+"]"),r&&r.getter&&(t="get "+t),r&&r.setter&&(t="set "+t),(!a(e,"name")||s&&e.name!==t)&&(c?d(e,"name",{value:t,configurable:!0}):e.name=t),b&&r&&a(r,"arity")&&e.length!==r.arity&&d(e,"length",{value:r.arity});try{r&&a(r,"constructor")&&r.constructor?c&&d(e,"prototype",{writable:!1}):e.prototype&&(e.prototype=void 0)}catch(e){}var n=p(e);return a(n,"source")||(n.source=v(h,"string"==typeof t?t:"")),e};Function.prototype.toString=w((function(){return i(this)&&f(this).source||u(this)}),"toString")},6614:function(e){var t=Math.ceil,r=Math.floor;e.exports=Math.trunc||function(e){var n=+e;return(n>0?r:t)(n)}},2091:function(e,t,r){var n,o=r(9223),i=r(8915),a=r(64),c=r(6789),s=r(2944),u=r(3751),l=r(9355),p="prototype",f="script",m=l("IE_PROTO"),d=function(){},g=function(e){return"<"+f+">"+e+""},y=function(e){e.write(g("")),e.close();var t=e.parentWindow.Object;return e=null,t},v=function(){try{n=new ActiveXObject("htmlfile")}catch(e){}var e,t,r;v="undefined"!=typeof document?document.domain&&n?y(n):(t=u("iframe"),r="java"+f+":",t.style.display="none",s.appendChild(t),t.src=String(r),(e=t.contentWindow.document).open(),e.write(g("document.F=Object")),e.close(),e.F):y(n);for(var o=a.length;o--;)delete v[p][a[o]];return v()};c[m]=!0,e.exports=Object.create||function(e,t){var r;return null!==e?(d[p]=o(e),r=new d,d[p]=null,r[m]=e):r=v(),void 0===t?r:i.f(r,t)}},8915:function(e,t,r){var n=r(7891),o=r(3015),i=r(3567),a=r(9223),c=r(6867),s=r(7333);t.f=n&&!o?Object.defineProperties:function(e,t){a(e);for(var r,n=c(t),o=s(t),u=o.length,l=0;u>l;)i.f(e,r=o[l++],n[r]);return e}},3567:function(e,t,r){var n=r(7891),o=r(5793),i=r(3015),a=r(9223),c=r(8113),s=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,p="enumerable",f="configurable",m="writable";t.f=n?i?function(e,t,r){if(a(e),t=c(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&m in r&&!r[m]){var n=l(e,t);n&&n[m]&&(e[t]=r.value,r={configurable:f in r?r[f]:n[f],enumerable:p in r?r[p]:n[p],writable:!1})}return u(e,t,r)}:u:function(e,t,r){if(a(e),t=c(t),a(r),o)try{return u(e,t,r)}catch(e){}if("get"in r||"set"in r)throw s("Accessors not supported");return"value"in r&&(e[t]=r.value),e}},5245:function(e,t,r){var n=r(7891),o=r(2797),i=r(2741),a=r(5392),c=r(6867),s=r(8113),u=r(2256),l=r(5793),p=Object.getOwnPropertyDescriptor;t.f=n?p:function(e,t){if(e=c(e),t=s(t),l)try{return p(e,t)}catch(e){}if(u(e,t))return a(!o(i.f,e,t),e[t])}},9871:function(e,t,r){var n=r(6252),o=r(64).concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return n(e,o)}},7857:function(e,t){t.f=Object.getOwnPropertySymbols},8313:function(e,t,r){var n=r(2256),o=r(7373),i=r(5151),a=r(9355),c=r(747),s=a("IE_PROTO"),u=Object,l=u.prototype;e.exports=c?u.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var r=t.constructor;return o(r)&&t instanceof r?r.prototype:t instanceof u?l:null}},5853:function(e,t,r){var n=r(8087);e.exports=n({}.isPrototypeOf)},6252:function(e,t,r){var n=r(8087),o=r(2256),i=r(6867),a=r(6148).indexOf,c=r(6789),s=n([].push);e.exports=function(e,t){var r,n=i(e),u=0,l=[];for(r in n)!o(c,r)&&o(n,r)&&s(l,r);for(;t.length>u;)o(n,r=t[u++])&&(~a(l,r)||s(l,r));return l}},7333:function(e,t,r){var n=r(6252),o=r(64);e.exports=Object.keys||function(e){return n(e,o)}},2741:function(e,t){"use strict";var r={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor,o=n&&!r.call({1:2},1);t.f=o?function(e){var t=n(this,e);return!!t&&t.enumerable}:r},4476:function(e,t,r){var n=r(7661),o=r(9223),i=r(4768);e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,r={};try{(e=n(Object.prototype,"__proto__","set"))(r,[]),t=r instanceof Array}catch(e){}return function(r,n){return o(r),i(n),t?e(r,n):r.__proto__=n,r}}():void 0)},4946:function(e,t,r){var n=r(2797),o=r(7373),i=r(1218),a=TypeError;e.exports=function(e,t){var r,c;if("string"===t&&o(r=e.toString)&&!i(c=n(r,e)))return c;if(o(r=e.valueOf)&&!i(c=n(r,e)))return c;if("string"!==t&&o(r=e.toString)&&!i(c=n(r,e)))return c;throw a("Can't convert object to primitive value")}},4731:function(e,t,r){var n=r(80),o=r(8087),i=r(9871),a=r(7857),c=r(9223),s=o([].concat);e.exports=n("Reflect","ownKeys")||function(e){var t=i.f(c(e)),r=a.f;return r?s(t,r(e)):t}},8846:function(e,t,r){var n=r(7039),o=TypeError;e.exports=function(e){if(n(e))throw o("Can't call method on "+e);return e}},6535:function(e,t,r){var n=r(3567).f,o=r(2256),i=r(2712)("toStringTag");e.exports=function(e,t,r){e&&!r&&(e=e.prototype),e&&!o(e,i)&&n(e,i,{configurable:!0,value:t})}},9355:function(e,t,r){var n=r(2017),o=r(6303),i=n("keys");e.exports=function(e){return i[e]||(i[e]=o(e))}},3230:function(e,t,r){var n=r(419),o=r(4289),i="__core-js_shared__",a=n[i]||o(i,{});e.exports=a},2017:function(e,t,r){var n=r(4943),o=r(3230);(e.exports=function(e,t){return o[e]||(o[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.30.1",mode:n?"pure":"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.1/LICENSE",source:"https://github.com/zloirock/core-js"})},9245:function(e,t,r){var n=r(2437),o=r(6862);e.exports=!!Object.getOwnPropertySymbols&&!o((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41}))},6912:function(e,t,r){var n=r(8150),o=Math.max,i=Math.min;e.exports=function(e,t){var r=n(e);return r<0?o(r+t,0):i(r,t)}},6867:function(e,t,r){var n=r(79),o=r(8846);e.exports=function(e){return n(o(e))}},8150:function(e,t,r){var n=r(6614);e.exports=function(e){var t=+e;return t!=t||0===t?0:n(t)}},5319:function(e,t,r){var n=r(8150),o=Math.min;e.exports=function(e){return e>0?o(n(e),9007199254740991):0}},5151:function(e,t,r){var n=r(8846),o=Object;e.exports=function(e){return o(n(e))}},3926:function(e,t,r){var n=r(2797),o=r(1218),i=r(8898),a=r(8648),c=r(4946),s=r(2712),u=TypeError,l=s("toPrimitive");e.exports=function(e,t){if(!o(e)||i(e))return e;var r,s=a(e,l);if(s){if(void 0===t&&(t="default"),r=n(s,e,t),!o(r)||i(r))return r;throw u("Can't convert object to primitive value")}return void 0===t&&(t="number"),c(e,t)}},8113:function(e,t,r){var n=r(3926),o=r(8898);e.exports=function(e){var t=n(e,"string");return o(t)?t:t+""}},6927:function(e){var t=String;e.exports=function(e){try{return t(e)}catch(e){return"Object"}}},6303:function(e,t,r){var n=r(8087),o=0,i=Math.random(),a=n(1..toString);e.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+a(++o+i,36)}},2696:function(e,t,r){var n=r(9245);e.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3015:function(e,t,r){var n=r(7891),o=r(6862);e.exports=n&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},4665:function(e,t,r){var n=r(419),o=r(7373),i=n.WeakMap;e.exports=o(i)&&/native code/.test(String(i))},2712:function(e,t,r){var n=r(419),o=r(2017),i=r(2256),a=r(6303),c=r(9245),s=r(2696),u=n.Symbol,l=o("wks"),p=s?u.for||u:u&&u.withoutSetter||a;e.exports=function(e){return i(l,e)||(l[e]=c&&i(u,e)?u[e]:p("Symbol."+e)),l[e]}},9553:function(e,t,r){"use strict";var n=r(6867),o=r(7713),i=r(9047),a=r(1259),c=r(3567).f,s=r(5291),u=r(1439),l=r(4943),p=r(7891),f="Array Iterator",m=a.set,d=a.getterFor(f);e.exports=s(Array,"Array",(function(e,t){m(this,{type:f,target:n(e),index:0,kind:t})}),(function(){var e=d(this),t=e.target,r=e.kind,n=e.index++;return!t||n>=t.length?(e.target=void 0,u(void 0,!0)):u("keys"==r?n:"values"==r?t[n]:[n,t[n]],!1)}),"values");var g=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!l&&p&&"values"!==g.name)try{c(g,"name",{value:"values"})}catch(e){}},3245:function(e){"use strict";var t="%[a-f0-9]{2}",r=new RegExp("("+t+")|([^%]+?)","gi"),n=new RegExp("("+t+")+","gi");function o(e,t){try{return[decodeURIComponent(e.join(""))]}catch(e){}if(1===e.length)return e;t=t||1;var r=e.slice(0,t),n=e.slice(t);return Array.prototype.concat.call([],o(r),o(n))}function i(e){try{return decodeURIComponent(e)}catch(i){for(var t=e.match(r)||[],n=1;nNumber(e)-Number(t))).map((t=>e[t])):e}function f(e){const t=e.indexOf("#");return-1!==t&&(e=e.slice(0,t)),e}function m(e){const t=(e=f(e)).indexOf("?");return-1===t?"":e.slice(t+1)}function d(e,t){return t.parseNumbers&&!Number.isNaN(Number(e))&&"string"==typeof e&&""!==e.trim()?e=Number(e):!t.parseBooleans||null===e||"true"!==e.toLowerCase()&&"false"!==e.toLowerCase()||(e="true"===e.toLowerCase()),e}function g(e,t){s((t=Object.assign({decode:!0,sort:!0,arrayFormat:"none",arrayFormatSeparator:",",parseNumbers:!1,parseBooleans:!1},t)).arrayFormatSeparator);const r=function(e){let t;switch(e.arrayFormat){case"index":return(e,r,n)=>{t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),t?(void 0===n[e]&&(n[e]={}),n[e][t[1]]=r):n[e]=r};case"bracket":return(e,r,n)=>{t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?void 0!==n[e]?n[e]=[].concat(n[e],r):n[e]=[r]:n[e]=r};case"comma":case"separator":return(t,r,n)=>{const o="string"==typeof r&&r.includes(e.arrayFormatSeparator),i="string"==typeof r&&!o&&l(r,e).includes(e.arrayFormatSeparator);r=i?l(r,e):r;const a=o||i?r.split(e.arrayFormatSeparator).map((t=>l(t,e))):null===r?r:l(r,e);n[t]=a};case"bracket-separator":return(t,r,n)=>{const o=/(\[\])$/.test(t);if(t=t.replace(/\[\]$/,""),!o)return void(n[t]=r?l(r,e):r);const i=null===r?[]:r.split(e.arrayFormatSeparator).map((t=>l(t,e)));void 0!==n[t]?n[t]=[].concat(n[t],i):n[t]=i};default:return(e,t,r)=>{void 0!==r[e]?r[e]=[].concat(r[e],t):r[e]=t}}}(t),n=Object.create(null);if("string"!=typeof e)return n;if(!(e=e.trim().replace(/^[?#&]/,"")))return n;for(const o of e.split("&")){if(""===o)continue;let[e,a]=i(t.decode?o.replace(/\+/g," "):o,"=");a=void 0===a?null:["comma","separator","bracket-separator"].includes(t.arrayFormat)?a:l(a,t),r(l(e,t),a,n)}for(const e of Object.keys(n)){const r=n[e];if("object"==typeof r&&null!==r)for(const e of Object.keys(r))r[e]=d(r[e],t);else n[e]=d(r,t)}return!1===t.sort?n:(!0===t.sort?Object.keys(n).sort():Object.keys(n).sort(t.sort)).reduce(((e,t)=>{const r=n[t];return Boolean(r)&&"object"==typeof r&&!Array.isArray(r)?e[t]=p(r):e[t]=r,e}),Object.create(null))}t.extract=m,t.parse=g,t.stringify=(e,t)=>{if(!e)return"";s((t=Object.assign({encode:!0,strict:!0,arrayFormat:"none",arrayFormatSeparator:","},t)).arrayFormatSeparator);const r=r=>t.skipNull&&null==e[r]||t.skipEmptyString&&""===e[r],n=function(e){switch(e.arrayFormat){case"index":return t=>(r,n)=>{const o=r.length;return void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[",o,"]"].join("")]:[...r,[u(t,e),"[",u(o,e),"]=",u(n,e)].join("")]};case"bracket":return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,[u(t,e),"[]"].join("")]:[...r,[u(t,e),"[]=",u(n,e)].join("")];case"comma":case"separator":case"bracket-separator":{const t="bracket-separator"===e.arrayFormat?"[]=":"=";return r=>(n,o)=>void 0===o||e.skipNull&&null===o||e.skipEmptyString&&""===o?n:(o=null===o?"":o,0===n.length?[[u(r,e),t,u(o,e)].join("")]:[[n,u(o,e)].join(e.arrayFormatSeparator)])}default:return t=>(r,n)=>void 0===n||e.skipNull&&null===n||e.skipEmptyString&&""===n?r:null===n?[...r,u(t,e)]:[...r,[u(t,e),"=",u(n,e)].join("")]}}(t),o={};for(const t of Object.keys(e))r(t)||(o[t]=e[t]);const i=Object.keys(o);return!1!==t.sort&&i.sort(t.sort),i.map((r=>{const o=e[r];return void 0===o?"":null===o?u(r,t):Array.isArray(o)?0===o.length&&"bracket-separator"===t.arrayFormat?u(r,t)+"[]":o.reduce(n(r),[]).join("&"):u(r,t)+"="+u(o,t)})).filter((e=>e.length>0)).join("&")},t.parseUrl=(e,t)=>{t=Object.assign({decode:!0},t);const[r,n]=i(e,"#");return Object.assign({url:r.split("?")[0]||"",query:g(m(e),t)},t&&t.parseFragmentIdentifier&&n?{fragmentIdentifier:l(n,t)}:{})},t.stringifyUrl=(e,r)=>{r=Object.assign({encode:!0,strict:!0,[c]:!0},r);const n=f(e.url).split("?")[0]||"",o=t.extract(e.url),i=t.parse(o,{sort:!1}),a=Object.assign(i,e.query);let s=t.stringify(a,r);s&&(s=`?${s}`);let l=function(e){let t="";const r=e.indexOf("#");return-1!==r&&(t=e.slice(r)),t}(e.url);return e.fragmentIdentifier&&(l=`#${r[c]?u(e.fragmentIdentifier,r):e.fragmentIdentifier}`),`${n}${s}${l}`},t.pick=(e,r,n)=>{n=Object.assign({parseFragmentIdentifier:!0,[c]:!1},n);const{url:o,query:i,fragmentIdentifier:s}=t.parseUrl(e,n);return t.stringifyUrl({url:o,query:a(i,r),fragmentIdentifier:s},n)},t.exclude=(e,r,n)=>{const o=Array.isArray(r)?e=>!r.includes(e):(e,t)=>!r(e,t);return t.pick(e,o,n)}},9473:function(e){"use strict";e.exports=(e,t)=>{if("string"!=typeof e||"string"!=typeof t)throw new TypeError("Expected the arguments to be of type `string`");if(""===t)return[e];const r=e.indexOf(t);return-1===r?[e]:[e.slice(0,r),e.slice(r+t.length)]}},395:function(e){"use strict";e.exports=e=>encodeURIComponent(e).replace(/[!'()*]/g,(e=>`%${e.charCodeAt(0).toString(16).toUpperCase()}`))},9378:function(e,t,r){var n=r(7695);e.exports=function(e){return null==e?"\\s":e.source?e.source:"["+n(e)+"]"}},7695:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}},2658:function(e){e.exports={nbsp:" ",cent:"¢",pound:"£",yen:"¥",euro:"€",copy:"©",reg:"®",lt:"<",gt:">",quot:'"',amp:"&",apos:"'"}},1424:function(e){e.exports=function(e){return null==e?"":""+e}},4019:function(e,t,r){var n=r(1424);e.exports=function(e){return n(e).replace(/<\/?[^>]+>/g,"")}},5559:function(e,t,r){var n=r(1424),o=r(9378),i=String.prototype.trim;e.exports=function(e,t){return e=n(e),!t&&i?i.call(e):(t=o(t),e.replace(new RegExp("^"+t+"+|"+t+"+$","g"),""))}},9659:function(e,t,r){var n=r(1424),o=r(2658);e.exports=function(e){return n(e).replace(/\&([^;]{1,10});/g,(function(e,t){var r;return t in o?o[t]:(r=t.match(/^#x([\da-fA-F]+)$/))?String.fromCharCode(parseInt(r[1],16)):(r=t.match(/^#(\d+)$/))?String.fromCharCode(~~r[1]):e}))}},7266:function(e,t,r){var n=r(4038).default;function o(){"use strict";e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function p(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{p({},"")}catch(e){p=function(e,t,r){return e[t]=r}}function f(e,t,r,n){var o=t&&t.prototype instanceof g?t:g,i=Object.create(o.prototype),c=new j(n||[]);return a(i,"_invoke",{value:P(e,r,c)}),i}function m(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}t.wrap=f;var d={};function g(){}function y(){}function v(){}var b={};p(b,s,(function(){return this}));var h=Object.getPrototypeOf,w=h&&h(h(z([])));w&&w!==r&&i.call(w,s)&&(b=w);var _=v.prototype=g.prototype=Object.create(b);function O(e){["next","throw","return"].forEach((function(t){p(e,t,(function(e){return this._invoke(t,e)}))}))}function x(e,t){function r(o,a,c,s){var u=m(e[o],e,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==n(p)&&i.call(p,"__await")?t.resolve(p.__await).then((function(e){r("next",e,c,s)}),(function(e){r("throw",e,c,s)})):t.resolve(p).then((function(e){l.value=e,c(l)}),(function(e){return r("throw",e,c,s)}))}s(u.arg)}var o;a(this,"_invoke",{value:function(e,n){function i(){return new t((function(t,o){r(e,n,t,o)}))}return o=o?o.then(i,i):i()}})}function P(e,t,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return C()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=T(a,r);if(c){if(c===d)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=m(e,t,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===d)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function T(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,"throw"===r&&e.iterator.return&&(t.method="return",t.arg=void 0,T(e,t),"throw"===t.method)||"return"!==r&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+r+"' method")),d;var o=m(n,e.iterator,t.arg);if("throw"===o.type)return t.method="throw",t.arg=o.arg,t.delegate=null,d;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,d):i:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,d)}function E(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function k(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function j(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(E,this),this.reset(!0)}function z(e){if(e){var t=e[s];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(c&&s){if(this.prev=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),k(r),d}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:z(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},4038:function(e){function t(r){return e.exports=t="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.exports.__esModule=!0,e.exports.default=e.exports,t(r)}e.exports=t,e.exports.__esModule=!0,e.exports.default=e.exports},9509:function(e,t,r){var n=r(7266)();e.exports=n;try{regeneratorRuntime=n}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}},9546:function(e,t,r){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}r.d(t,{Z:function(){return n}})},1010:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e,t){if(t&&("object"===(0,n.Z)(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}},5210:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6626);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,a,c=[],s=!0,u=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);s=!0);}catch(e){u=!0,o=e}finally{try{if(!s&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||(0,n.Z)(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.")}()}},1236:function(e,t,r){"use strict";function n(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}r.d(t,{Z:function(){return n}})},107:function(e,t,r){"use strict";r.d(t,{Z:function(){return i}});var n=r(9546);var o=r(6626);function i(e){return function(e){if(Array.isArray(e))return(0,n.Z)(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||(0,o.Z)(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.")}()}},9905:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(6588);function o(e){var t=function(e,t){if("object"!==(0,n.Z)(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||"default");if("object"!==(0,n.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"===(0,n.Z)(t)?t:String(t)}},6588:function(e,t,r){"use strict";function n(e){return n="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},n(e)}r.d(t,{Z:function(){return n}})},6626:function(e,t,r){"use strict";r.d(t,{Z:function(){return o}});var n=r(9546);function o(e,t){if(e){if("string"==typeof e)return(0,n.Z)(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?(0,n.Z)(e,t):void 0}}}}]); \ No newline at end of file diff --git a/change_log.txt b/change_log.txt index a59d08a..cc7db33 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,16 @@ +### 2.7.11 | 2023-07-27 +- Added a block theme setting for form input accent color. +- Fixed an issue that causes JavaScript errors in the theme if certain script optimization plugins are used. +- Fixed an issue where honeypot validation was failing on multipage forms if the last page was hidden by conditional logic. +- Fixed an issue where printing an entry with the nested form field is causing a fatal error. +- Fixed errors that occur when attempting to install translations on a WordPress filesystem that requires credentials. +- Fixed the "no route found" error when performing an OPTIONS request to the REST API v2 endpoints. +- Fixed an issue where license validation fails when using a non-standard license key. +- API: Added support for an accent color for input styles for the theme framework. +- API: Added a theme framework utility class of `.gform-theme__disable-reset` to disable theme framework reset styles. +- API: Added a theme framework utility class of `.gform-theme__disable-framework` to disable theme framework styles. +- API: Added a theme framework utility class of `.gform-theme__disable` to disable theme framework and reset styles. + ### 2.7.10 | 2023-07-12 - Added security enhancements. - Fixed a PHP fatal error that occurs when the theme or another plugin sets an invalid property value on the $wp_filter global variable. diff --git a/common.php b/common.php index 86ae837..9844084 100644 --- a/common.php +++ b/common.php @@ -7573,8 +7573,12 @@ public static function generate_block_styles_palette( $block_settings ) { $default_settings = \GFForms::get_service_container()->get( \Gravity_Forms\Gravity_Forms\Form_Display\GF_Form_Display_Service_Provider::BLOCK_STYLES_DEFAULTS ); $applied_settings = wp_parse_args( $block_settings, $default_settings ); + // Set up the inside control primary color used by default to be user-friendly + // for forms which have not been updated or saved by users. + $inside_control_primary_value = $applied_settings['inputPrimaryColor'] === '' ? $applied_settings['buttonPrimaryBackgroundColor'] : $applied_settings['inputPrimaryColor']; + return array( - 'primary' => array( + 'primary' => array( 'color' => $applied_settings['buttonPrimaryBackgroundColor'], 'color-rgb' => self::darken_color( $applied_settings['buttonPrimaryBackgroundColor'], 0, 'rgb' ), 'color-contrast' => $applied_settings['buttonPrimaryColor'], @@ -7582,7 +7586,7 @@ public static function generate_block_styles_palette( $block_settings ) { 'color-darker' => self::darken_color( $applied_settings['buttonPrimaryBackgroundColor'], 10 ), 'color-lighter' => self::lighten_color( $applied_settings['buttonPrimaryBackgroundColor'], 10 ), ), - 'secondary' => array( + 'secondary' => array( 'color' => $applied_settings['inputBackgroundColor'], 'color-rgb' => self::darken_color( $applied_settings['inputBackgroundColor'], 0, 'rgb' ), 'color-contrast' => $applied_settings['inputColor'], @@ -7590,19 +7594,19 @@ public static function generate_block_styles_palette( $block_settings ) { 'color-darker' => self::darken_color( $applied_settings['inputBackgroundColor'], 2 ), 'color-lighter' => self::lighten_color( $applied_settings['inputBackgroundColor'], 2 ), ), - 'outside-control-light' => array( + 'outside-control-light' => array( 'color' => 'rgba(' . implode( ', ', self::darken_color( $applied_settings['labelColor'], 0, 'rgb' ) ) . ', 0.1)', 'color-rgb' => self::darken_color( $applied_settings['labelColor'], 0, 'rgb' ), 'color-darker' => 'rgba(' . implode( ', ', self::darken_color( $applied_settings['inputBorderColor'], 0, 'rgb' ) ) . ', 0.35)', 'color-lighter' => self::darken_color( $applied_settings['inputBackgroundColor'], 2 ), ), - 'outside-control-dark' => array( + 'outside-control-dark' => array( 'color' => $applied_settings['descriptionColor'], 'color-rgb' => self::darken_color( $applied_settings['descriptionColor'], 0, 'rgb' ), 'color-darker' => $applied_settings['inputColor'], 'color-lighter' => 'rgba(' . implode( ', ', self::darken_color( $applied_settings['inputColor'], 0, 'rgb' ) ) . ', 0.65)', ), - 'inside-control' => array( + 'inside-control' => array( 'color' => $applied_settings['inputBackgroundColor'], 'color-rgb' => self::darken_color( $applied_settings['inputBackgroundColor'], 0, 'rgb' ), 'color-contrast' => $applied_settings['inputColor'], @@ -7610,13 +7614,21 @@ public static function generate_block_styles_palette( $block_settings ) { 'color-darker' => self::darken_color( $applied_settings['inputBackgroundColor'], 2 ), 'color-lighter' => self::lighten_color( $applied_settings['inputBackgroundColor'], 2 ), ), - 'inside-control-light' => array( + 'inside-control-primary' => array( + 'color' => $inside_control_primary_value, + 'color-rgb' => self::darken_color( $inside_control_primary_value, 0, 'rgb' ), + 'color-contrast' => self::is_dark_color( $inside_control_primary_value ) ? '#fff' : '#112337', + 'color-contrast-rgb' => self::is_dark_color( $inside_control_primary_value ) ? self::darken_color( '#fff', 0, 'rgb' ) : self::darken_color( '#112337', 0, 'rgb' ), + 'color-darker' => self::darken_color( $inside_control_primary_value, 10 ), + 'color-lighter' => self::lighten_color( $inside_control_primary_value, 10 ), + ), + 'inside-control-light' => array( 'color' => 'rgba(' . implode( ', ', self::darken_color( $applied_settings['labelColor'], 0, 'rgb' ) ) . ', 0.1)', 'color-rgb' => self::darken_color( $applied_settings['labelColor'], 0, 'rgb' ), 'color-darker' => 'rgba(' . implode( ', ', self::darken_color( $applied_settings['inputBorderColor'], 0, 'rgb' ) ) . ', 0.35)', 'color-lighter' => self::darken_color( $applied_settings['inputBackgroundColor'], 2 ), ), - 'inside-control-dark' => array( + 'inside-control-dark' => array( 'color' => $applied_settings['descriptionColor'], 'color-rgb' => self::darken_color( $applied_settings['descriptionColor'], 0, 'rgb' ), 'color-darker' => $applied_settings['inputColor'], diff --git a/gravityforms.php b/gravityforms.php index 4d593c5..eb517ea 100644 --- a/gravityforms.php +++ b/gravityforms.php @@ -3,7 +3,7 @@ Plugin Name: Gravity Forms Plugin URI: https://gravityforms.com Description: Easily create web forms and manage form entries within the WordPress admin. -Version: 2.7.10 +Version: 2.7.11 Requires at least: 4.0 Requires PHP: 5.6 Author: Gravity Forms @@ -245,7 +245,7 @@ class GFForms { * * @var string $version The version number. */ - public static $version = '2.7.10'; + public static $version = '2.7.11'; /** * Handles background upgrade tasks. diff --git a/includes/blocks/class-gf-blocks-service-provider.php b/includes/blocks/class-gf-blocks-service-provider.php index b0c4c14..27681b9 100644 --- a/includes/blocks/class-gf-blocks-service-provider.php +++ b/includes/blocks/class-gf-blocks-service-provider.php @@ -118,6 +118,14 @@ public function register( GF_Service_Container $container ) { 'type' => 'string', 'default' => '#112337', ), + 'inputPrimaryColor' => + array( + 'type' => 'string', + // Setting this to empty allows us to set this to what the appropriate default + // should be from within the block. When empty, it defaults to: + // buttonPrimaryBackgroundColor + 'default' => '', // #204ce5 + ), 'labelFontSize' => array( 'type' => 'string', diff --git a/includes/class-translationspress-updater.php b/includes/class-translationspress-updater.php index d3ccf9a..35d4258 100644 --- a/includes/class-translationspress-updater.php +++ b/includes/class-translationspress-updater.php @@ -305,6 +305,17 @@ private function install_translation( $translation ) { if ( ! $wp_filesystem ) { require_once ABSPATH . '/wp-admin/includes/admin.php'; + // Same approach as in WP Core: https://github.com/WordPress/wordpress-develop/blob/6.2/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php#L853-L869. + ob_start(); + $filesystem_credentials_available = request_filesystem_credentials( self_admin_url() ); + ob_end_clean(); + + if ( ! $filesystem_credentials_available ) { + GFCommon::log_error( __METHOD__ . '(): Aborting; filesystem credentials required.' ); + + return; + } + if ( ! \WP_Filesystem() ) { GFCommon::log_error( __METHOD__ . '(): Aborting; unable to init WP_Filesystem.' ); diff --git a/includes/fields/class-gf-field-fileupload.php b/includes/fields/class-gf-field-fileupload.php index 062ddc6..a3056ef 100644 --- a/includes/fields/class-gf-field-fileupload.php +++ b/includes/fields/class-gf-field-fileupload.php @@ -346,7 +346,7 @@ public function get_field_input( $form, $value = '', $entry = null ) { $upload = "
    {$drop_files_here_text} - +
    "; diff --git a/includes/form-display/block-styles/block-styles-handler.php b/includes/form-display/block-styles/block-styles-handler.php index 1bf5604..fea7611 100644 --- a/includes/form-display/block-styles/block-styles-handler.php +++ b/includes/form-display/block-styles/block-styles-handler.php @@ -69,6 +69,13 @@ public function form_css_properties( $form_id, $settings, $block_settings ) { 'gform-theme-color-inside-control-darker' => $color_palette['inside-control']['color-darker'], 'gform-theme-color-inside-control-lighter' => $color_palette['inside-control']['color-lighter'], + 'gform-theme-color-inside-control-primary' => $color_palette['inside-control-primary']['color'], + 'gform-theme-color-inside-control-primary-rgb' => implode( ', ', $color_palette['inside-control-primary']['color-rgb'] ), + 'gform-theme-color-inside-control-primary-contrast' => $color_palette['inside-control-primary']['color-contrast'], + 'gform-theme-color-inside-control-primary-contrast-rgb' => implode( ', ', $color_palette['inside-control-primary']['color-contrast-rgb'] ), + 'gform-theme-color-inside-control-primary-darker' => $color_palette['inside-control-primary']['color-darker'], + 'gform-theme-color-inside-control-primary-lighter' => $color_palette['inside-control-primary']['color-lighter'], + 'gform-theme-color-inside-control-light' => $color_palette['inside-control-light']['color'], 'gform-theme-color-inside-control-light-rgb' => implode( ', ', $color_palette['inside-control-light']['color-rgb'] ), 'gform-theme-color-inside-control-light-darker' => $color_palette['inside-control-light']['color-darker'], @@ -110,7 +117,7 @@ public function form_css_properties( $form_id, $settings, $block_settings ) { 'gform-theme-control-button-border-color-secondary' => $applied_settings['inputBorderColor'], /* Global CSS API: Control - File */ - 'gform-theme-control-file-button-background-color-hover' => GFCommon::darken_color( $color_palette['secondary']['color-darker'], 2 ), + 'gform-theme-control-file-button-background-color-hover' => GFCommon::darken_color( $color_palette['inside-control']['color-darker'], 2 ), /* Global CSS API: Field - Page */ 'gform-theme-field-page-steps-number-color' => 'rgba(' . implode( ', ', GFCommon::darken_color( $applied_settings['labelColor'], 0, 'rgb' ) ) . ', 0.8)', diff --git a/includes/form-display/block-styles/views/class-form-view.php b/includes/form-display/block-styles/views/class-form-view.php index f78e76e..e930da4 100644 --- a/includes/form-display/block-styles/views/class-form-view.php +++ b/includes/form-display/block-styles/views/class-form-view.php @@ -19,6 +19,8 @@ public function get_markup( $content, $form, $value, $lead_id, $form_id ) { } protected function add_wrapper_class( $content, $form ) { + require_once( \GFCommon::get_base_path() . '/form_display.php' ); + $theme_slug = GFFormDisplay::get_form_theme_slug( $form ); $classes = ''; diff --git a/includes/form-display/class-gf-form-display-service-provider.php b/includes/form-display/class-gf-form-display-service-provider.php index eab6d53..771dd6a 100644 --- a/includes/form-display/class-gf-form-display-service-provider.php +++ b/includes/form-display/class-gf-form-display-service-provider.php @@ -53,6 +53,10 @@ public function register( GF_Service_Container $container ) { 'inputBorderColor' => '#686e77', 'inputBackgroundColor' => '#fff', 'inputColor' => '#112337', + // Setting this to empty allows us to set this to what the appropriate default + // should be for the theme framework and CSS API. When empty, it defaults to: + // buttonPrimaryBackgroundColor + 'inputPrimaryColor' => '', // #204ce5 'labelFontSize' => 14, 'labelColor' => '#112337', 'descriptionFontSize' => 13, diff --git a/includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.php b/includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.php index 4272b87..896fcd8 100644 --- a/includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.php +++ b/includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.php @@ -39,6 +39,12 @@ public function handle() { check_ajax_referer( self::ACTION_NAME ); $license = rgpost( self::PARAM_LICENSE ); + + // Check if $license has not alphanumeric values to prevent malformed requests to the API. + if ( ! ctype_alnum( $license ) ) { + return wp_send_json_error( __( 'The license is invalid.', 'gravityforms' ) ); + } + $info = $this->license_api->check_license( $license, false ); $is_valid = $info->can_be_used(); diff --git a/includes/webapi/v2/class-gf-rest-authentication.php b/includes/webapi/v2/class-gf-rest-authentication.php index 035bd68..f1a7c1e 100644 --- a/includes/webapi/v2/class-gf-rest-authentication.php +++ b/includes/webapi/v2/class-gf-rest-authentication.php @@ -198,8 +198,8 @@ public function authentication_fallback( $error ) { * @return WP_Error|null|bool */ public function check_authentication_error( $error ) { - if ( ! $this->is_request_to_rest_api() ) { - // Pass through other errors. + if ( ! $this->is_request_to_rest_api() || $_SERVER['REQUEST_METHOD'] === 'OPTIONS' ) { + // Pass through OPTIONS requests or those to non-GF endpoints. return $error; } diff --git a/languages/gravityforms.pot b/languages/gravityforms.pot index 8aa6cd3..868a78b 100644 --- a/languages/gravityforms.pot +++ b/languages/gravityforms.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL-2.0+. msgid "" msgstr "" -"Project-Id-Version: Gravity Forms 2.7.10\n" +"Project-Id-Version: Gravity Forms 2.7.11\n" "Report-Msgid-Bugs-To: https://gravityforms.com/support\n" "Last-Translator: Gravity Forms \n" "Language-Team: Gravity Forms \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-07-12T18:34:47+00:00\n" +"POT-Creation-Date: 2023-07-27T17:46:57+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.8.1\n" "X-Domain: gravityforms\n" @@ -22,8 +22,8 @@ msgstr "" #: includes/system-status/class-gf-system-report.php:364 #: includes/system-status/class-gf-update.php:207 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:754 -#: assets/js/dist/scripts-admin.js:1158 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:802 +#: assets/js/dist/scripts-admin.js:1204 msgid "Gravity Forms" msgstr "" @@ -114,8 +114,8 @@ msgstr "" #: js.php:1485 #: tooltips.php:24 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:275 -#: assets/js/dist/scripts-admin.js:679 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:284 +#: assets/js/dist/scripts-admin.js:686 msgid "Form Title" msgstr "" @@ -213,8 +213,8 @@ msgstr "" #: form_display.php:3517 #: includes/fields/class-gf-field.php:2543 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:376 -#: assets/js/dist/scripts-admin.js:780 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:385 +#: assets/js/dist/scripts-admin.js:787 msgid "Medium" msgstr "" @@ -235,8 +235,8 @@ msgstr "" #: form_detail.php:1602 #: includes/fields/class-gf-field.php:2544 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:377 -#: assets/js/dist/scripts-admin.js:781 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:386 +#: assets/js/dist/scripts-admin.js:788 msgid "Large" msgstr "" @@ -315,8 +315,8 @@ msgstr "" #: common.php:3926 #: gravityforms.php:5642 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:557 -#: assets/js/dist/scripts-admin.js:961 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:586 +#: assets/js/dist/scripts-admin.js:988 msgid "Preview" msgstr "" @@ -1289,8 +1289,8 @@ msgstr "" #: includes/template-library/config/class-gf-template-library-config.php:104 #: select_columns.php:277 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:114 -#: assets/js/dist/scripts-admin.js:518 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:123 +#: assets/js/dist/scripts-admin.js:525 msgid "Cancel" msgstr "" @@ -1665,8 +1665,8 @@ msgstr "" #: export.php:341 #: includes/config/items/class-gf-config-admin-i18n.php:43 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:201 -#: assets/js/dist/scripts-admin.js:605 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:210 +#: assets/js/dist/scripts-admin.js:612 msgid "Edit Form" msgstr "" @@ -1742,8 +1742,8 @@ msgstr "" #: gravityforms.php:6015 #: widget.php:142 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:83 -#: assets/js/dist/scripts-admin.js:487 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:92 +#: assets/js/dist/scripts-admin.js:494 msgid "Select a Form" msgstr "" @@ -1959,8 +1959,8 @@ msgstr "" #: form_detail.php:1295 #: form_detail.php:2267 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:549 -#: assets/js/dist/scripts-admin.js:953 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:578 +#: assets/js/dist/scripts-admin.js:980 msgid "Advanced" msgstr "" @@ -2160,8 +2160,8 @@ msgstr "" #: form_detail.php:757 #: form_detail.php:790 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:300 -#: assets/js/dist/scripts-admin.js:704 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:309 +#: assets/js/dist/scripts-admin.js:711 msgid "Default" msgstr "" @@ -2200,14 +2200,14 @@ msgstr "" #: includes/template-library/templates/templates.php:11212 #: js.php:974 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:418 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:458 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:490 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:524 -#: assets/js/dist/scripts-admin.js:822 -#: assets/js/dist/scripts-admin.js:862 -#: assets/js/dist/scripts-admin.js:894 -#: assets/js/dist/scripts-admin.js:928 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:427 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:487 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:519 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:553 +#: assets/js/dist/scripts-admin.js:829 +#: assets/js/dist/scripts-admin.js:889 +#: assets/js/dist/scripts-admin.js:921 +#: assets/js/dist/scripts-admin.js:955 msgid "Text" msgstr "" @@ -2433,7 +2433,7 @@ msgstr "" #: form_detail.php:878 #: includes/class-confirmation.php:874 -#: settings.php:957 +#: settings.php:959 msgid "Type" msgstr "" @@ -2448,8 +2448,8 @@ msgstr "" #: form_detail.php:891 #: form_detail.php:1602 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:372 -#: assets/js/dist/scripts-admin.js:776 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:381 +#: assets/js/dist/scripts-admin.js:783 msgid "Size" msgstr "" @@ -2457,8 +2457,8 @@ msgstr "" #: form_detail.php:1602 #: includes/fields/class-gf-field.php:2542 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:375 -#: assets/js/dist/scripts-admin.js:779 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:384 +#: assets/js/dist/scripts-admin.js:786 msgid "Small" msgstr "" @@ -4457,8 +4457,8 @@ msgstr "" #: includes/template-library/config/class-gf-template-library-config.php:88 #: tooltips.php:25 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:281 -#: assets/js/dist/scripts-admin.js:685 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:290 +#: assets/js/dist/scripts-admin.js:692 msgid "Form Description" msgstr "" @@ -4927,10 +4927,10 @@ msgstr "" #: includes/class-gf-osdxp.php:245 #: includes/class-gf-osdxp.php:246 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:222 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:264 -#: assets/js/dist/scripts-admin.js:626 -#: assets/js/dist/scripts-admin.js:668 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:231 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:273 +#: assets/js/dist/scripts-admin.js:633 +#: assets/js/dist/scripts-admin.js:675 msgid "Form Settings" msgstr "" @@ -5065,7 +5065,7 @@ msgstr "" #: includes/class-gf-osdxp.php:27 #: includes/fields/class-gf-field.php:1575 #: includes/system-status/class-gf-update.php:75 -#: settings.php:1198 +#: settings.php:1200 msgid "Settings" msgstr "" @@ -5272,10 +5272,10 @@ msgstr "" #: gravityforms.php:5543 #: widget.php:38 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:268 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:277 #: assets/js/src/admin/block-editor/blocks/form/index.js:24 -#: assets/js/dist/scripts-admin.js:672 -#: assets/js/dist/scripts-admin.js:1223 +#: assets/js/dist/scripts-admin.js:679 +#: assets/js/dist/scripts-admin.js:1269 msgid "Form" msgstr "" @@ -5508,7 +5508,7 @@ msgstr "" #: includes/addon/class-gf-addon.php:1635 #: includes/addon/class-gf-addon.php:4951 #: includes/addon/class-gf-addon.php:5306 -#: settings.php:1236 +#: settings.php:1238 msgid "Uninstall" msgstr "" @@ -5822,7 +5822,7 @@ msgid "Select which actions should only occur after payment has been received." msgstr "" #: includes/addon/class-gf-feed-addon.php:2357 -#: settings.php:964 +#: settings.php:966 msgid "Checkbox" msgstr "" @@ -7073,8 +7073,8 @@ msgstr "" #: includes/embed-form/config/class-gf-embed-config-i18n.php:39 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:680 -#: assets/js/dist/scripts-admin.js:1084 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:727 +#: assets/js/dist/scripts-admin.js:1129 msgid "Form ID: %s" msgstr "" @@ -9471,12 +9471,12 @@ msgstr "" #: includes/form-editor/save-form/config/class-gf-form-editor-form-save-config.php:43 #: includes/setup-wizard/config/class-gf-setup-wizard-config-i18n.php:52 #: includes/template-library/config/class-gf-template-library-config.php:93 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:115 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:127 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:127 -#: assets/js/dist/scripts-admin.js:519 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:124 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:128 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:128 +#: assets/js/dist/scripts-admin.js:526 msgid "Close" msgstr "" @@ -9509,6 +9509,7 @@ msgid "Every %d Minutes" msgstr "" #: includes/license/class-gf-license-api-response.php:43 +#: includes/setup-wizard/endpoints/class-gf-setup-wizard-endpoint-validate-license.php:45 msgid "The license is invalid." msgstr "" @@ -9775,7 +9776,7 @@ msgid "Save Settings" msgstr "" #: includes/settings/class-settings.php:991 -#: settings.php:1030 +#: settings.php:1032 msgid "Settings updated." msgstr "" @@ -10114,7 +10115,7 @@ msgstr "" #. translators: placeholders are markup to create a link. #: includes/setup-wizard/config/class-gf-setup-wizard-config-i18n.php:98 -#: settings.php:622 +#: settings.php:624 msgid "We love improving the form building experience for everyone in our community. By enabling data collection, you can help us learn more about how our customers use Gravity Forms. %1$sLearn more...%2$s" msgstr "" @@ -10713,8 +10714,8 @@ msgid "Output CSS" msgstr "" #: includes/system-status/class-gf-system-report.php:858 -#: settings.php:602 -#: settings.php:610 +#: settings.php:604 +#: settings.php:612 #: tooltips.php:149 msgid "Output HTML5" msgstr "" @@ -12951,7 +12952,7 @@ msgid "Set this to ON to prevent extraneous scripts and styles from being printe msgstr "" #: includes/wizard/steps/class-gf-installation-wizard-step-settings.php:55 -#: settings.php:528 +#: settings.php:530 msgid "Toolbar Menu" msgstr "" @@ -12960,13 +12961,13 @@ msgid "Set this to ON to display the Forms menu in the WordPress top toolbar. Th msgstr "" #: includes/wizard/steps/class-gf-installation-wizard-step-settings.php:68 -#: settings.php:582 +#: settings.php:584 #: tooltips.php:155 msgid "Akismet Integration" msgstr "" #: includes/wizard/steps/class-gf-installation-wizard-step-settings.php:74 -#: settings.php:583 +#: settings.php:585 #: tooltips.php:155 msgid "Protect your form entries from spam using Akismet." msgstr "" @@ -13562,165 +13563,165 @@ msgstr "" msgid "Your license key was not updated. " msgstr "" -#: settings.php:456 +#: settings.php:458 msgid "Your License Details" msgstr "" -#: settings.php:468 +#: settings.php:470 msgid "Output Default CSS" msgstr "" -#: settings.php:469 +#: settings.php:471 msgid "Enable this option to output the default form CSS. Disable it if you plan to create your own CSS in a child theme." msgstr "" -#: settings.php:475 +#: settings.php:477 msgid "Disable CSS" msgstr "" -#: settings.php:486 +#: settings.php:488 msgid "Default Currency" msgstr "" -#: settings.php:491 +#: settings.php:493 msgid "Select the default currency for your forms. This is used for product fields, credit card fields and others." msgstr "" -#: settings.php:506 +#: settings.php:508 msgid "Logging" msgstr "" -#: settings.php:507 +#: settings.php:509 msgid "Enable if you would like logging within Gravity Forms. Logging allows you to easily debug the inner workings of Gravity Forms to solve any possible issues. " msgstr "" -#: settings.php:513 +#: settings.php:515 msgid "Enable Logging" msgstr "" -#: settings.php:529 +#: settings.php:531 msgid "Enable to display the forms menu in the WordPress top toolbar. The forms menu will display the ten forms recently opened in the form editor." msgstr "" -#: settings.php:535 +#: settings.php:537 msgid "Enable Toolbar Menu" msgstr "" -#: settings.php:546 +#: settings.php:548 msgid "Automatic Background Updates" msgstr "" -#: settings.php:547 +#: settings.php:549 msgid "Enable to allow Gravity Forms to download and install bug fixes and security updates automatically in the background. Requires a valid license key." msgstr "" -#: settings.php:553 +#: settings.php:555 msgid "Enable Automatic Background Updates" msgstr "" -#: settings.php:564 -#: settings.php:571 +#: settings.php:566 +#: settings.php:573 msgid "No Conflict Mode" msgstr "" -#: settings.php:565 +#: settings.php:567 msgid "Enable to prevent extraneous scripts and styles from being printed on a Gravity Forms admin pages, reducing conflicts with other plugins and themes." msgstr "" -#: settings.php:590 +#: settings.php:592 msgid "Enable Akismet Integration" msgstr "" -#: settings.php:603 +#: settings.php:605 msgid "Gravity Forms outputs HTML5 form fields by default. Disable this option if you would like to prevent the plugin from outputting HTML5 form fields." msgstr "" -#: settings.php:621 +#: settings.php:623 msgid "Data Collection" msgstr "" -#: settings.php:629 +#: settings.php:631 msgid "Enable Data Collection" msgstr "" -#: settings.php:677 +#: settings.php:679 msgid "Please enter a valid license key to see details." msgstr "" -#: settings.php:694 +#: settings.php:696 msgid "Days Left" msgstr "" -#: settings.php:701 -#: settings.php:711 +#: settings.php:703 +#: settings.php:713 msgid "License Type" msgstr "" -#: settings.php:702 -#: settings.php:714 +#: settings.php:704 +#: settings.php:716 msgid "License Status" msgstr "" -#: settings.php:703 -#: settings.php:725 +#: settings.php:705 +#: settings.php:727 msgid "Purchase Date" msgstr "" -#: settings.php:704 -#: settings.php:728 +#: settings.php:706 +#: settings.php:730 msgid "License Activations" msgstr "" -#: settings.php:858 +#: settings.php:860 msgid "Settings: General" msgstr "" -#: settings.php:925 +#: settings.php:927 msgid "reCAPTCHA Settings" msgstr "" -#: settings.php:928 +#: settings.php:930 msgid "Gravity Forms integrates with reCAPTCHA, a free CAPTCHA service that uses an advanced risk analysis engine and adaptive challenges to keep automated software from engaging in abusive activities on your site. " msgstr "" -#: settings.php:929 +#: settings.php:931 msgid "Please note, only v2 keys are supported and checkbox keys are not compatible with invisible reCAPTCHA." msgstr "" -#: settings.php:930 +#: settings.php:932 msgid "These settings are required only if you decide to use the reCAPTCHA field." msgstr "" -#: settings.php:931 +#: settings.php:933 msgid "Get your reCAPTCHA Keys." msgstr "" -#: settings.php:937 +#: settings.php:939 msgid "Site Key" msgstr "" -#: settings.php:947 +#: settings.php:949 msgid "Secret Key" msgstr "" -#: settings.php:968 +#: settings.php:970 msgid "Invisible" msgstr "" -#: settings.php:975 +#: settings.php:977 msgid "Validate Keys" msgstr "" -#: settings.php:1010 -#: settings.php:1031 +#: settings.php:1012 +#: settings.php:1033 msgid "reCAPTCHA keys are invalid." msgstr "" -#: settings.php:1081 +#: settings.php:1083 msgid "Please complete the reCAPTCHA widget to validate your reCAPTCHA keys:" msgstr "" -#: settings.php:1199 +#: settings.php:1201 msgid "reCAPTCHA" msgstr "" @@ -14703,220 +14704,238 @@ msgstr "" msgid "Tab Index Start" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:125 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:125 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:126 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:126 msgid "OK" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:151 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:151 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:152 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:152 msgid "Copy / Paste Not Available" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:151 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:151 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:152 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:152 msgid "Copy and paste functionality requires a secure connection. Reload this page using an HTTPS URL and try again." msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:168 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:168 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:169 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:169 msgid "Paste Not Available" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 -#: assets/js/src/admin/block-editor/copy-paste-styles.js:168 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:168 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 +#: assets/js/src/admin/block-editor/copy-paste-styles.js:169 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:169 msgid "Your browser does not have permission to paste from the clipboard.

    Please navigate to about:config and change the preference dom.events.asyncClipboard.readText to true." msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:22 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:22 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:22 msgid "Copy Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:28 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:28 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:28 msgid "Paste Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:69 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:69 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:69 msgid "Invalid Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:1 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:69 -#: assets/js/dist/scripts-admin.block-editor.b8eca6a85c54af7ae4c9.js:69 +#: assets/js/dist/scripts-admin.block-editor.9c5960dc4d36df085a01.js:69 msgid "Please ensure the form styles you are trying to paste are in the correct format." msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:288 -#: assets/js/dist/scripts-admin.js:692 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:297 +#: assets/js/dist/scripts-admin.js:699 msgid "Form Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:297 -#: assets/js/dist/scripts-admin.js:701 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:306 +#: assets/js/dist/scripts-admin.js:708 msgid "Form Theme" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:301 -#: assets/js/dist/scripts-admin.js:705 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:310 +#: assets/js/dist/scripts-admin.js:712 msgid "Orbital" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:311 -#: assets/js/dist/scripts-admin.js:715 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:320 +#: assets/js/dist/scripts-admin.js:722 msgid "Reset Defaults" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:112 -#: assets/js/dist/scripts-admin.js:516 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:121 +#: assets/js/dist/scripts-admin.js:523 msgid "Restore Defaults" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:113 -#: assets/js/dist/scripts-admin.js:517 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:122 +#: assets/js/dist/scripts-admin.js:524 msgid "This will restore your form styles back to their default values and cannot be undone. Are you sure you want to continue?" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:123 -#: assets/js/dist/scripts-admin.js:527 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:132 +#: assets/js/dist/scripts-admin.js:534 msgid "Restore Default Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:348 -#: assets/js/dist/scripts-admin.js:752 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:357 +#: assets/js/dist/scripts-admin.js:759 msgid "Form style options are not available for forms that use %1$slegacy mode%2$s." msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:353 -#: assets/js/dist/scripts-admin.js:757 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:362 +#: assets/js/dist/scripts-admin.js:764 msgid "Input Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:386 -#: assets/js/dist/scripts-admin.js:790 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:395 +#: assets/js/dist/scripts-admin.js:797 msgid "Border Radius" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:387 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:447 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:479 -#: assets/js/dist/scripts-admin.js:791 -#: assets/js/dist/scripts-admin.js:851 -#: assets/js/dist/scripts-admin.js:883 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:396 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:476 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:508 +#: assets/js/dist/scripts-admin.js:798 +#: assets/js/dist/scripts-admin.js:878 +#: assets/js/dist/scripts-admin.js:910 msgid "In pixels." msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:398 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:514 -#: assets/js/dist/scripts-admin.js:802 -#: assets/js/dist/scripts-admin.js:918 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:407 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:543 +#: assets/js/dist/scripts-admin.js:809 +#: assets/js/dist/scripts-admin.js:945 msgid "Background" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:408 -#: assets/js/dist/scripts-admin.js:812 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:417 +#: assets/js/dist/scripts-admin.js:819 msgid "Border" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:438 -#: assets/js/dist/scripts-admin.js:842 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:437 +#: assets/js/dist/scripts-admin.js:839 +msgid "Accent" +msgstr "" + +#: assets/js/dist/scripts-admin.js:1 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:467 +#: assets/js/dist/scripts-admin.js:869 msgid "Label Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:446 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:478 -#: assets/js/dist/scripts-admin.js:850 -#: assets/js/dist/scripts-admin.js:882 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:475 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:507 +#: assets/js/dist/scripts-admin.js:877 +#: assets/js/dist/scripts-admin.js:909 msgid "Font Size" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:470 -#: assets/js/dist/scripts-admin.js:874 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:499 +#: assets/js/dist/scripts-admin.js:901 msgid "Description Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:502 -#: assets/js/dist/scripts-admin.js:906 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:531 +#: assets/js/dist/scripts-admin.js:933 msgid "Button Styles" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:563 -#: assets/js/dist/scripts-admin.js:967 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:592 +#: assets/js/dist/scripts-admin.js:994 msgid "AJAX" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:569 -#: assets/js/dist/scripts-admin.js:973 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:598 +#: assets/js/dist/scripts-admin.js:1000 msgid "Field Values" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:578 -#: assets/js/dist/scripts-admin.js:982 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:607 +#: assets/js/dist/scripts-admin.js:1009 msgid "Tabindex" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:622 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:637 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:647 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:656 -#: assets/js/dist/scripts-admin.js:1026 -#: assets/js/dist/scripts-admin.js:1041 -#: assets/js/dist/scripts-admin.js:1051 -#: assets/js/dist/scripts-admin.js:1060 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:634 +#: assets/js/dist/scripts-admin.js:1036 +msgid "Learn more about configuring your form to use Orbital." +msgstr "" + +#: assets/js/dist/scripts-admin.js:1 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:660 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:684 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:694 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:703 +#: assets/js/dist/scripts-admin.js:1062 +#: assets/js/dist/scripts-admin.js:1086 +#: assets/js/dist/scripts-admin.js:1096 +#: assets/js/dist/scripts-admin.js:1105 msgid "Colors" msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:662 -#: assets/js/dist/scripts-admin.js:1066 -msgid "Also used for form UI elements such as checkbox and radio." +#: assets/js/src/admin/block-editor/blocks/form/edit.js:668 +#: assets/js/dist/scripts-admin.js:1070 +msgid "The accent color is used for aspects such as checkmarks and dropdown choices." +msgstr "" + +#: assets/js/dist/scripts-admin.js:1 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:709 +#: assets/js/dist/scripts-admin.js:1111 +msgid "The background color is used for various form elements, such as buttons and progress bars." msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:748 -#: assets/js/dist/scripts-admin.js:1152 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:796 +#: assets/js/dist/scripts-admin.js:1198 msgid "The selected form has been deleted or trashed. Please select a new form." msgstr "" #: assets/js/dist/scripts-admin.js:1 -#: assets/js/src/admin/block-editor/blocks/form/edit.js:768 -#: assets/js/dist/scripts-admin.js:1172 +#: assets/js/src/admin/block-editor/blocks/form/edit.js:816 +#: assets/js/dist/scripts-admin.js:1218 msgid "You must have at least one form to use the block." msgstr "" #: assets/js/src/admin/block-editor/blocks/form/index.js:25 -#: assets/js/dist/scripts-admin.js:1224 +#: assets/js/dist/scripts-admin.js:1270 msgid "Select and display one of your forms." msgstr "" diff --git a/settings.php b/settings.php index 7b7fdff..023fc1c 100644 --- a/settings.php +++ b/settings.php @@ -442,6 +442,8 @@ private static function plugin_settings_fields() { return $license_info->get_usability(); }, 'save_callback' => function( $field, $value ) { + // Remove non-alphanumeric characters. + $value = preg_replace( '/[^a-zA-Z0-9]/', '', $value ); if ( isset( $_POST['_gform_setting_license_key'] ) ) { GFFormsModel::save_key( $value ); }