diff --git a/assets/css/dist/admin-components.css b/assets/css/dist/admin-components.css index 76a682f..be9a10c 100644 --- a/assets/css/dist/admin-components.css +++ b/assets/css/dist/admin-components.css @@ -4683,6 +4683,18 @@ html[dir="rtl"] .gform-admin .gform-table { .gform-admin input[type="checkbox"].gform-toggle__toggle:checked::before { background: #3e7da6; } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle::before { + background: #9092b0; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible::before { + outline-color: #9092b0; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible::before { + outline-color: #9092b0; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:focus-visible::before { + outline-color: #9092b0; + } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible:checked::before { outline-color: #0f3d6c; } @@ -4693,19 +4705,55 @@ html[dir="rtl"] .gform-admin .gform-table { outline-color: #0f3d6c; } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible:hover:checked::before { - outline-color: #242748; - } + outline-color: #242748; + } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible:hover:checked::before { - outline-color: #242748; - } + outline-color: #242748; + } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:focus-visible:hover:checked::before { - outline-color: #242748; - } + outline-color: #242748; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible:hover:checked ~ .gform-toggle__icon { + color: #242748; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle.focus-visible:hover:checked ~ .gform-toggle__icon { + color: #242748; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:focus-visible:hover:checked ~ .gform-toggle__icon { + color: #242748; + } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:checked::before { - background: #0f3d6c; - } + background: #0f3d6c; + } .gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:checked:hover::before { - background: #242748; + background: #242748; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:checked:hover ~ .gform-toggle__icon { + color: #242748; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:checked ~ .gform-toggle__icon { + color: #0f3d6c; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled { + opacity: 1; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled::before { + background: #ecedf8; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled:checked::before { + opacity: 1; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled:checked:hover::before { + background: #ecedf8; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled:checked:hover ~ .gform-toggle__icon { + color: #ecedf8; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle:disabled ~ .gform-toggle__icon { + color: #ecedf8; + } +.gform-admin .gform-toggle--theme-cosmos input[type="checkbox"].gform-toggle__toggle ~ .gform-toggle__icon { + color: #9092b0; } .gform-admin .gform-toggle--size-s input[type="checkbox"].gform-toggle__toggle { height: 1.25rem; @@ -4765,8 +4813,12 @@ html[dir="rtl"] .gform-admin .gform-table { position: relative; } .gform-admin .gform-toggle--with-icons .gform-toggle__icon { + font-size: 16px; + inset-block-start: 50%; pointer-events: none; position: absolute; + transform: translate(0, -50%); + transition: all 0.15s ease; } .gform-admin .gform-toggle--with-icons .gform-toggle__icon:first-of-type { opacity: 1; @@ -4780,32 +4832,23 @@ html[dir="rtl"] .gform-admin .gform-table { .gform-admin .gform-toggle--with-icons .gform-toggle__toggle:checked ~ .gform-toggle__icon:last-of-type { opacity: 1; } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon { - top: 0.188rem; - } .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:first-of-type { - left: 0.188rem; + inset-inline-start: 2px; } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:last-of-type { - right: 0.188rem; +.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc(2px + 1.3125rem), -50%); } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon { - top: 0.25rem; - } .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:first-of-type { - left: 0.25rem; + inset-inline-start: 4px; } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:last-of-type { - right: 0.25rem; +.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc(4px + 1.5rem), -50%); } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon { - top: 0.375rem; - } .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:first-of-type { - left: 0.375rem; + inset-inline-start: 6px; } -.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:last-of-type { - right: 0.375rem; +.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc(6px + 1.6875rem), -50%); } html[dir="rtl"] .gform-admin .gform-toggle--size-s input[type="checkbox"].gform-toggle__toggle:checked::after { transform: translateX(-1.3125rem); @@ -4816,26 +4859,14 @@ html[dir="rtl"] .gform-admin .gform-toggle--size-m input[type="checkbox"].gform- html[dir="rtl"] .gform-admin .gform-toggle--size-l input[type="checkbox"].gform-toggle__toggle:checked::after { transform: translateX(-1.6875rem); } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:first-of-type { - right: 0.125rem; - } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:last-of-type { - left: 0.125rem; - right: inherit; - } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:first-of-type { - right: 0.25rem; - } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:last-of-type { - left: 0.25rem; - right: inherit; +html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc((2px + 1.3125rem) * -1), -50%); } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:first-of-type { - right: 0.375rem; +html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc((4px + 1.5rem) * -1), -50%); } -html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:last-of-type { - left: 0.375rem; - right: inherit; +html[dir="rtl"] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__toggle:checked ~ .gform-toggle__icon { + transform: translate(calc((6px + 1.6875rem) * -1), -50%); } .gform-admin .gform-tooltip { display: inline-block; diff --git a/assets/css/dist/admin-components.min.css b/assets/css/dist/admin-components.min.css index 5e229a6..a3f92b5 100644 --- a/assets/css/dist/admin-components.min.css +++ b/assets/css/dist/admin-components.min.css @@ -1 +1 @@ -.gform-admin .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-block-end:1rem;padding-block-end:12px;padding-block-start:11px;padding-inline:20px;position:relative}.field_setting .gform-admin .gform-alert,.gform-admin .gform-alert+.field_setting{margin-block-start:1rem}.gform-admin .gform-alert.gform-alert--inline{padding-block-end:7px;padding-block-start:6px;padding-inline:12px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__message-wrap{-moz-column-gap:10px;column-gap:10px;padding-inline-start:28px;row-gap:7px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__message-wrap .gform-alert__message{font-size:.75rem;padding-block-start:8px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__icon{font-size:21px;height:19px;inset-block-start:13px;inset-inline-start:12px;width:19px}.gform-admin .gform-alert .gform-alert__message-wrap{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;min-height:33px;padding-inline-start:32px;row-gap:10px;width:100%}.gform-admin .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-block-start:7px}.gform-admin .gform-alert .gform-alert__message-wrap .gform-alert__message a,.gform-admin .gform-alert .gform-alert__message-wrap .gform-alert__message a:hover{color:inherit}.gform-admin .gform-alert .gform-alert__dismiss{align-self:flex-start;background:none;border:none;cursor:pointer;height:20px;inset-block-start:8px;margin-inline-start:12px;min-width:20px;padding:0;position:relative;text-align:center;width:20px}.gform-admin .gform-alert .gform-alert__dismiss:after,.gform-admin .gform-alert .gform-alert__dismiss:before{border:1px solid transparent;border-radius:50%;content:"";inset-block-start:calc(50% - 1px);inset-inline-start:50%;position:absolute;transform:translate3d(-50%,-50%,0);transition:border-color .2s ease-in-out}.gform-admin .gform-alert .gform-alert__dismiss:before{height:23px;width:23px;z-index:1}.gform-admin .gform-alert .gform-alert__dismiss:after{border-width:2px;height:25px;width:25px}.gform-admin .gform-alert .gform-alert__dismiss:focus .gform-icon,.gform-admin .gform-alert .gform-alert__dismiss:hover .gform-icon{color:#5b5e80}.gform-admin .gform-alert .gform-alert__dismiss:focus:before{border-color:#3985b7}.gform-admin .gform-alert .gform-alert__dismiss:focus:after{border-color:#bed8ed}.gform-admin .gform-alert .gform-alert__dismiss .gform-icon{color:#9092b2;font-size:2.1rem;height:0;inset-block-start:50%;inset-inline-start:0;line-height:0;position:absolute;transition:color .2s ease-in-out}.gform-admin .gform-alert.gform-alert--notice{border-color:#175cff;color:#175cff}.gform-admin .gform-alert.gform-alert--notice .gform-alert__icon{color:#175cff}.gform-admin .gform-alert.gform-alert--error{border-color:#dd301d;color:#dd301d}.gform-admin .gform-alert.gform-alert--error .gform-alert__icon{color:#dd301d}.gform-admin .gform-alert.gform-alert--success{border-color:#22a753;color:#22a753}.gform-admin .gform-alert.gform-alert--success .gform-alert__icon{color:#22a753}.gform-admin .gform-alert.gform-alert--accessibility{border-color:#ffbe03}.gform-admin .gform-alert.gform-alert--theme-cosmos{border-color:#d2d5db;padding:1rem}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap{min-height:25px;padding-block-start:2rem;padding-inline-start:0}@media (min-width:768px){.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap{padding-block-start:0;padding-inline-start:2rem}}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message{padding-block-start:0}@media (min-width:768px){.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message{padding-block-start:.125rem}}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message .gform-list{font-size:.8125rem;font-weight:400;margin-inline-start:1rem}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__message-wrap .gform-alert__message{color:#242748}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__icon:after{background-color:#f2f3f5;border-color:#d2d5db}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice{background:#f4f8ff;border-color:#c3d9ff;color:#044ad3}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice .gform-alert__message-wrap .gform-alert__message{color:#044ad3}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success{background:#fbfffb;border-color:#31c48d;color:#2f833d}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success .gform-alert__message-wrap .gform-alert__message{color:#2f833d}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect{background:#fff9f9;border-color:#ffc7bb;color:#c02b0a}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error .gform-alert__message-wrap .gform-alert__message,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect .gform-alert__message-wrap .gform-alert__message{color:#c02b0a}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon{inset-inline-start:16px}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon.gform-icon--preset-active,.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon.gform-icon--preset-active:before{position:absolute}.gform-admin .gform-alert__icon{color:#242748;font-size:24px;height:21px;inset-block-start:17px;inset-inline-start:20px;position:absolute;width:21px}.gform-admin .gform-alert__icon:before{height:0;inset-block-start:50%;left:50%;line-height:0;position:absolute;transform:translate3d(-50%,-50%,0);z-index:1}.gform-admin .gform-alert__cta{margin-block-start:1px}.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--amaranth-red{background:#fee4e2;border-color:#ffc7bb;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#dd301d}.gform-admin .gform-button--amaranth-red:active,.gform-admin .gform-button--amaranth-red: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--amaranth-red:focus{border-color:#dd301d;outline:.125rem solid #ffc7bb}.gform-admin .gform-button--amaranth-red:disabled{border-color:#ffc7bb;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{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{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{margin-inline-end:.375rem}.gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon{margin-inline-end:.625rem}.gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon{margin-inline-end:.75rem}.gform-admin .gform-button--icon-trailing .gform-button__icon{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{margin-inline-start:.375rem}.gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon{margin-inline-start:.625rem}.gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon{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{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{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{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{margin-inline-start:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md+.gform-label:before{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{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{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{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{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-description-list{background:#fff;border:1px solid #d3d3e0;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06);box-sizing:border-box;width:100%}.gform-admin .gform-description-list *{box-sizing:border-box}.gform-admin .gform-description-list .gform-description-list__title{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-description-list__description:not(:first-child),.gform-admin .gform-description-list__group:not(:first-child),.gform-admin .gform-description-list__list:not(:first-child),.gform-admin .gform-description-list__term:not(:first-child){border-block-start:1px solid #d3d3e0}.gform-admin .gform-description-list__list{margin:0}.gform-admin .gform-description-list__description,.gform-admin .gform-description-list__term{padding-block:.75rem;padding-inline:1.5rem}.gform-admin .gform-description-list__term{background:#f6f9fc}.gform-admin .gform-description-list__description{margin:0}.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--size-md{height:2.5rem;inset-inline-end:20px;top:20px;width:2.5rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-md .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--size-md{justify-content:flex-end}.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{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{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{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{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{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{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{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{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{line-height:normal;padding-block-start:.6875rem}.gform-admin .gform-dropdown__group .gform-dropdown__trigger{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{padding-inline-start:.875rem}.gform-admin .gform-dropdown__container{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{margin-block-end:.25rem;padding-block:.25rem;padding-inline:.5rem}.gform-admin .gform-dropdown--action .gform-dropdown__item:last-child{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{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{border-block-end:1px solid #ecedf8;padding-block:.375rem .875rem;padding-inline:.625rem;position:relative}.gform-admin .gform-dropdown__search .gform-dropdown__search-input{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{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:#fee4e2;border-color:#fee4e2}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:active{background:#fee4e2;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{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){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__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{margin-block-end:-1rem}.gform-admin .gform-grid--row-spacing-4>.gform-grid--item{margin-block-end:1rem}.gform-admin .gform-grid--row-spacing-6{margin-block-end:-1.5rem}.gform-admin .gform-grid--row-spacing-6>.gform-grid--item{margin-block-end:1.5rem}.gform-admin .gform-grid--row-spacing-8{margin-block-end:-2rem}.gform-admin .gform-grid--row-spacing-8>.gform-grid--item{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{display:inline-flex;margin-inline-start:.375rem}.gform-admin [class*=gform-icon-preset--status]{align-items:center;display:flex;font-size:1.25rem;height:20px;justify-content:center;position:relative;width:20px}.gform-admin [class*=gform-icon-preset--status]:before{position:relative;z-index:2}.gform-admin [class*=gform-icon-preset--status]:after{border:2px solid transparent;border-radius:50%;box-sizing:border-box;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.gform-admin .gform-icon-preset--status-default{color:#242748}.gform-admin .gform-icon-preset--status-default:after{background-color:#f2f3f5;border-color:#d2d5db}.gform-admin .gform-icon-preset--status-info{color:#044ad3}.gform-admin .gform-icon-preset--status-info:after{background-color:#f4f8ff;border-color:#c3d9ff}.gform-admin .gform-icon-preset--status-error,.gform-admin .gform-icon-preset--status-incorrect{color:#c02b0a}.gform-admin .gform-icon-preset--status-error:after,.gform-admin .gform-icon-preset--status-incorrect:after{background-color:#fff9f9;border-color:#ffc7bb}.gform-admin .gform-icon-preset--status-correct{color:#2f833d}.gform-admin .gform-icon-preset--status-correct:after{background:#eefcf0;border-color:#aed9b6}.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;margin:0;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__wrapper{position:relative}.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--border-error .gform-input{border:1px solid #dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-error .gform-input:focus{box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #fee4e2}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-error .gform-input-help-text{color:#dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-correct .gform-input{border:1px solid #57c091}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-correct .gform-input:focus{box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #e1f6ed}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--with-icon .gform-input{padding-inline-end:2.75rem}.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{margin-block-end:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){margin-block-start:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input__icon{inset-block-start:50%;inset-inline-end:.8125rem;pointer-events:none;position:absolute;transform:translateY(-50%)}.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--bulleted{list-style:disc;margin:0;padding-inline-start:1.625rem}.gform-admin .gform-list--bulleted li{margin-block-end:.25rem}.gform-admin .gform-list__item{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;margin:0;max-width:none;outline:none;padding-inline:.75rem 2rem;width:100%}.gform-admin .gform-select:hover{color:#242748}.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{margin-block-end:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){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;width:-moz-max-content;width:max-content}.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{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:#fee4e2;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{margin-block-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-1{margin-block-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-1{margin-block-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--top-2{margin-block-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-2{margin-block-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-2{margin-block-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--top-3{margin-block-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-3{margin-block-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-3{margin-block-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--top-4{margin-block-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-4{margin-block-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-4{margin-block-start:1rem}}.gform-admin .gform-spacing.gform-spacing--top-5{margin-block-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-5{margin-block-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-5{margin-block-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--top-6{margin-block-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-6{margin-block-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-6{margin-block-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--top-8{margin-block-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-8{margin-block-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-8{margin-block-start:2rem}}.gform-admin .gform-spacing.gform-spacing--top-10{margin-block-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-10{margin-block-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-10{margin-block-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--top-12{margin-block-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-12{margin-block-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-12{margin-block-start:3rem}}.gform-admin .gform-spacing.gform-spacing--top-16{margin-block-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-16{margin-block-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-16{margin-block-start:4rem}}.gform-admin .gform-spacing.gform-spacing--top-20{margin-block-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-20{margin-block-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-20{margin-block-start:5rem}}.gform-admin .gform-spacing.gform-spacing--top-24{margin-block-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-24{margin-block-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-24{margin-block-start:6rem}}.gform-admin .gform-spacing.gform-spacing--top-32{margin-block-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-32{margin-block-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-32{margin-block-start:8rem}}.gform-admin .gform-spacing.gform-spacing--top-40{margin-block-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-40{margin-block-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-40{margin-block-start:10rem}}.gform-admin .gform-spacing.gform-spacing--top-48{margin-block-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-48{margin-block-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-48{margin-block-start:12rem}}.gform-admin .gform-spacing.gform-spacing--top-56{margin-block-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-56{margin-block-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-56{margin-block-start:14rem}}.gform-admin .gform-spacing.gform-spacing--top-64{margin-block-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-64{margin-block-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-64{margin-block-start:16rem}}.gform-admin .gform-spacing.gform-spacing--bottom-1{margin-block-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-1{margin-block-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-1{margin-block-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-2{margin-block-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-2{margin-block-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-2{margin-block-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-3{margin-block-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-3{margin-block-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-3{margin-block-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--bottom-4{margin-block-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-4{margin-block-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-4{margin-block-end:1rem}}.gform-admin .gform-spacing.gform-spacing--bottom-5{margin-block-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-5{margin-block-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-5{margin-block-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-6{margin-block-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-6{margin-block-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-6{margin-block-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-8{margin-block-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-8{margin-block-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-8{margin-block-end:2rem}}.gform-admin .gform-spacing.gform-spacing--bottom-10{margin-block-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-10{margin-block-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-10{margin-block-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-12{margin-block-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-12{margin-block-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-12{margin-block-end:3rem}}.gform-admin .gform-spacing.gform-spacing--bottom-16{margin-block-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-16{margin-block-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-16{margin-block-end:4rem}}.gform-admin .gform-spacing.gform-spacing--bottom-20{margin-block-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-20{margin-block-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-20{margin-block-end:5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-24{margin-block-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-24{margin-block-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-24{margin-block-end:6rem}}.gform-admin .gform-spacing.gform-spacing--bottom-32{margin-block-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-32{margin-block-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-32{margin-block-end:8rem}}.gform-admin .gform-spacing.gform-spacing--bottom-40{margin-block-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-40{margin-block-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-40{margin-block-end:10rem}}.gform-admin .gform-spacing.gform-spacing--bottom-48{margin-block-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-48{margin-block-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-48{margin-block-end:12rem}}.gform-admin .gform-spacing.gform-spacing--bottom-56{margin-block-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-56{margin-block-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-56{margin-block-end:14rem}}.gform-admin .gform-spacing.gform-spacing--bottom-64{margin-block-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-64{margin-block-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-64{margin-block-end:16rem}}.gform-admin .gform-spacing.gform-spacing--left-1{margin-inline-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-1{margin-inline-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-1{margin-inline-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--left-2{margin-inline-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-2{margin-inline-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-2{margin-inline-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--left-3{margin-inline-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-3{margin-inline-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-3{margin-inline-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--left-4{margin-inline-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-4{margin-inline-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-4{margin-inline-start:1rem}}.gform-admin .gform-spacing.gform-spacing--left-5{margin-inline-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-5{margin-inline-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-5{margin-inline-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--left-6{margin-inline-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-6{margin-inline-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-6{margin-inline-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--left-8{margin-inline-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-8{margin-inline-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-8{margin-inline-start:2rem}}.gform-admin .gform-spacing.gform-spacing--left-10{margin-inline-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-10{margin-inline-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-10{margin-inline-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--left-12{margin-inline-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-12{margin-inline-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-12{margin-inline-start:3rem}}.gform-admin .gform-spacing.gform-spacing--left-16{margin-inline-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-16{margin-inline-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-16{margin-inline-start:4rem}}.gform-admin .gform-spacing.gform-spacing--left-20{margin-inline-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-20{margin-inline-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-20{margin-inline-start:5rem}}.gform-admin .gform-spacing.gform-spacing--left-24{margin-inline-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-24{margin-inline-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-24{margin-inline-start:6rem}}.gform-admin .gform-spacing.gform-spacing--left-32{margin-inline-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-32{margin-inline-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-32{margin-inline-start:8rem}}.gform-admin .gform-spacing.gform-spacing--left-40{margin-inline-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-40{margin-inline-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-40{margin-inline-start:10rem}}.gform-admin .gform-spacing.gform-spacing--left-48{margin-inline-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-48{margin-inline-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-48{margin-inline-start:12rem}}.gform-admin .gform-spacing.gform-spacing--left-56{margin-inline-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-56{margin-inline-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-56{margin-inline-start:14rem}}.gform-admin .gform-spacing.gform-spacing--left-64{margin-inline-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-64{margin-inline-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-64{margin-inline-start:16rem}}.gform-admin .gform-spacing.gform-spacing--right-1{margin-inline-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-1{margin-inline-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-1{margin-inline-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--right-2{margin-inline-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-2{margin-inline-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-2{margin-inline-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--right-3{margin-inline-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-3{margin-inline-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-3{margin-inline-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--right-4{margin-inline-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-4{margin-inline-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-4{margin-inline-end:1rem}}.gform-admin .gform-spacing.gform-spacing--right-5{margin-inline-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-5{margin-inline-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-5{margin-inline-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--right-6{margin-inline-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-6{margin-inline-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-6{margin-inline-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--right-8{margin-inline-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-8{margin-inline-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-8{margin-inline-end:2rem}}.gform-admin .gform-spacing.gform-spacing--right-10{margin-inline-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-10{margin-inline-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-10{margin-inline-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--right-12{margin-inline-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-12{margin-inline-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-12{margin-inline-end:3rem}}.gform-admin .gform-spacing.gform-spacing--right-16{margin-inline-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-16{margin-inline-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-16{margin-inline-end:4rem}}.gform-admin .gform-spacing.gform-spacing--right-20{margin-inline-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-20{margin-inline-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-20{margin-inline-end:5rem}}.gform-admin .gform-spacing.gform-spacing--right-24{margin-inline-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-24{margin-inline-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-24{margin-inline-end:6rem}}.gform-admin .gform-spacing.gform-spacing--right-32{margin-inline-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-32{margin-inline-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-32{margin-inline-end:8rem}}.gform-admin .gform-spacing.gform-spacing--right-40{margin-inline-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-40{margin-inline-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-40{margin-inline-end:10rem}}.gform-admin .gform-spacing.gform-spacing--right-48{margin-inline-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-48{margin-inline-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-48{margin-inline-end:12rem}}.gform-admin .gform-spacing.gform-spacing--right-56{margin-inline-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-56{margin-inline-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-56{margin-inline-end:14rem}}.gform-admin .gform-spacing.gform-spacing--right-64{margin-inline-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-64{margin-inline-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-64{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:#57c091;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:#fee4e2;border-color:#dd301d;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--warning{background:#fff6e3;border-color:#ffbe03;color:#f15a2b}.gform-admin .gform-status-indicator.gform-status--warning svg{fill:#f15a2b;stroke:rgba(247,207,92,.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){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;width:auto}.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}.gform-admin .gform-toggle--with-icons .gform-toggle__icon-wrapper{position:relative}.gform-admin .gform-toggle--with-icons .gform-toggle__icon{pointer-events:none;position:absolute}.gform-admin .gform-toggle--with-icons .gform-toggle__icon:first-of-type{opacity:1}.gform-admin .gform-toggle--with-icons .gform-toggle__icon:last-of-type,.gform-admin .gform-toggle--with-icons .gform-toggle__toggle:checked~.gform-toggle__icon:first-of-type{opacity:0}.gform-admin .gform-toggle--with-icons .gform-toggle__toggle:checked~.gform-toggle__icon:last-of-type{opacity:1}.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon{top:.188rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:first-of-type{left:.188rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:last-of-type{right:.188rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon{top:.25rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:first-of-type{left:.25rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:last-of-type{right:.25rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon{top:.375rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:first-of-type{left:.375rem}.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:last-of-type{right:.375rem}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)}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:first-of-type{right:.125rem}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:last-of-type{left:.125rem;right:inherit}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:first-of-type{right:.25rem}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:last-of-type{left:.25rem;right:inherit}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:first-of-type{right:.375rem}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:last-of-type{left:.375rem;right:inherit}.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:#fee4e2;border:1px solid #fee4e2;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 #fee4e2}.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{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{margin-inline-end:.625rem}.gform-admin .gform-card--form-template .gform-card__form-template-secondary-button-icon{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-admin .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-block-end:1rem;padding-block-end:12px;padding-block-start:11px;padding-inline:20px;position:relative}.field_setting .gform-admin .gform-alert,.gform-admin .gform-alert+.field_setting{margin-block-start:1rem}.gform-admin .gform-alert.gform-alert--inline{padding-block-end:7px;padding-block-start:6px;padding-inline:12px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__message-wrap{-moz-column-gap:10px;column-gap:10px;padding-inline-start:28px;row-gap:7px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__message-wrap .gform-alert__message{font-size:.75rem;padding-block-start:8px}.gform-admin .gform-alert.gform-alert--inline .gform-alert__icon{font-size:21px;height:19px;inset-block-start:13px;inset-inline-start:12px;width:19px}.gform-admin .gform-alert .gform-alert__message-wrap{-moz-column-gap:15px;column-gap:15px;display:flex;flex-wrap:wrap;min-height:33px;padding-inline-start:32px;row-gap:10px;width:100%}.gform-admin .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-block-start:7px}.gform-admin .gform-alert .gform-alert__message-wrap .gform-alert__message a,.gform-admin .gform-alert .gform-alert__message-wrap .gform-alert__message a:hover{color:inherit}.gform-admin .gform-alert .gform-alert__dismiss{align-self:flex-start;background:none;border:none;cursor:pointer;height:20px;inset-block-start:8px;margin-inline-start:12px;min-width:20px;padding:0;position:relative;text-align:center;width:20px}.gform-admin .gform-alert .gform-alert__dismiss:after,.gform-admin .gform-alert .gform-alert__dismiss:before{border:1px solid transparent;border-radius:50%;content:"";inset-block-start:calc(50% - 1px);inset-inline-start:50%;position:absolute;transform:translate3d(-50%,-50%,0);transition:border-color .2s ease-in-out}.gform-admin .gform-alert .gform-alert__dismiss:before{height:23px;width:23px;z-index:1}.gform-admin .gform-alert .gform-alert__dismiss:after{border-width:2px;height:25px;width:25px}.gform-admin .gform-alert .gform-alert__dismiss:focus .gform-icon,.gform-admin .gform-alert .gform-alert__dismiss:hover .gform-icon{color:#5b5e80}.gform-admin .gform-alert .gform-alert__dismiss:focus:before{border-color:#3985b7}.gform-admin .gform-alert .gform-alert__dismiss:focus:after{border-color:#bed8ed}.gform-admin .gform-alert .gform-alert__dismiss .gform-icon{color:#9092b2;font-size:2.1rem;height:0;inset-block-start:50%;inset-inline-start:0;line-height:0;position:absolute;transition:color .2s ease-in-out}.gform-admin .gform-alert.gform-alert--notice{border-color:#175cff;color:#175cff}.gform-admin .gform-alert.gform-alert--notice .gform-alert__icon{color:#175cff}.gform-admin .gform-alert.gform-alert--error{border-color:#dd301d;color:#dd301d}.gform-admin .gform-alert.gform-alert--error .gform-alert__icon{color:#dd301d}.gform-admin .gform-alert.gform-alert--success{border-color:#22a753;color:#22a753}.gform-admin .gform-alert.gform-alert--success .gform-alert__icon{color:#22a753}.gform-admin .gform-alert.gform-alert--accessibility{border-color:#ffbe03}.gform-admin .gform-alert.gform-alert--theme-cosmos{border-color:#d2d5db;padding:1rem}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap{min-height:25px;padding-block-start:2rem;padding-inline-start:0}@media (min-width:768px){.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap{padding-block-start:0;padding-inline-start:2rem}}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message{padding-block-start:0}@media (min-width:768px){.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message{padding-block-start:.125rem}}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__message-wrap .gform-alert__message .gform-list{font-size:.8125rem;font-weight:400;margin-inline-start:1rem}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__message-wrap .gform-alert__message{color:#242748}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--info .gform-alert__icon:after{background-color:#f2f3f5;border-color:#d2d5db}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice{background:#f4f8ff;border-color:#c3d9ff;color:#044ad3}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--notice .gform-alert__message-wrap .gform-alert__message{color:#044ad3}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success{background:#fbfffb;border-color:#31c48d;color:#2f833d}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--success .gform-alert__message-wrap .gform-alert__message{color:#2f833d}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect{background:#fff9f9;border-color:#ffc7bb;color:#c02b0a}.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--error .gform-alert__message-wrap .gform-alert__message,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect .gform-alert__icon,.gform-admin .gform-alert.gform-alert--theme-cosmos.gform-alert--incorrect .gform-alert__message-wrap .gform-alert__message{color:#c02b0a}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon{inset-inline-start:16px}.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon.gform-icon--preset-active,.gform-admin .gform-alert.gform-alert--theme-cosmos .gform-alert__icon.gform-icon--preset-active:before{position:absolute}.gform-admin .gform-alert__icon{color:#242748;font-size:24px;height:21px;inset-block-start:17px;inset-inline-start:20px;position:absolute;width:21px}.gform-admin .gform-alert__icon:before{height:0;inset-block-start:50%;left:50%;line-height:0;position:absolute;transform:translate3d(-50%,-50%,0);z-index:1}.gform-admin .gform-alert__cta{margin-block-start:1px}.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--amaranth-red{background:#fee4e2;border-color:#ffc7bb;box-shadow:0 1px 2px rgba(0,0,0,.05);color:#dd301d}.gform-admin .gform-button--amaranth-red:active,.gform-admin .gform-button--amaranth-red: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--amaranth-red:focus{border-color:#dd301d;outline:.125rem solid #ffc7bb}.gform-admin .gform-button--amaranth-red:disabled{border-color:#ffc7bb;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{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{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{margin-inline-end:.375rem}.gform-admin .gform-button--icon-leading.gform-button--size-l .gform-button__icon{margin-inline-end:.625rem}.gform-admin .gform-button--icon-leading.gform-button--size-xl .gform-button__icon{margin-inline-end:.75rem}.gform-admin .gform-button--icon-trailing .gform-button__icon{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{margin-inline-start:.375rem}.gform-admin .gform-button--icon-trailing.gform-button--size-l .gform-button__icon{margin-inline-start:.625rem}.gform-admin .gform-button--icon-trailing.gform-button--size-xl .gform-button__icon{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{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{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{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{margin-inline-start:1.625rem}.gform-admin .gform-input-wrapper--theme-cosmos .gform-input--checkbox.gform-input--size-md+.gform-label:before{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{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{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{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{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-description-list{background:#fff;border:1px solid #d3d3e0;border-radius:3px;box-shadow:0 2px 2px rgba(58,58,87,.06);box-sizing:border-box;width:100%}.gform-admin .gform-description-list *{box-sizing:border-box}.gform-admin .gform-description-list .gform-description-list__title{padding-block:1.25rem;padding-inline:1.5rem}.gform-admin .gform-description-list__description:not(:first-child),.gform-admin .gform-description-list__group:not(:first-child),.gform-admin .gform-description-list__list:not(:first-child),.gform-admin .gform-description-list__term:not(:first-child){border-block-start:1px solid #d3d3e0}.gform-admin .gform-description-list__list{margin:0}.gform-admin .gform-description-list__description,.gform-admin .gform-description-list__term{padding-block:.75rem;padding-inline:1.5rem}.gform-admin .gform-description-list__term{background:#f6f9fc}.gform-admin .gform-description-list__description{margin:0}.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--size-md{height:2.5rem;inset-inline-end:20px;top:20px;width:2.5rem}.gform-admin .gform-dialog .gform-dialog__close.gform-button--size-md .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--size-md{justify-content:flex-end}.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{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{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{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{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{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{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{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{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{line-height:normal;padding-block-start:.6875rem}.gform-admin .gform-dropdown__group .gform-dropdown__trigger{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{padding-inline-start:.875rem}.gform-admin .gform-dropdown__container{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{margin-block-end:.25rem;padding-block:.25rem;padding-inline:.5rem}.gform-admin .gform-dropdown--action .gform-dropdown__item:last-child{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{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{border-block-end:1px solid #ecedf8;padding-block:.375rem .875rem;padding-inline:.625rem;position:relative}.gform-admin .gform-dropdown__search .gform-dropdown__search-input{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{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:#fee4e2;border-color:#fee4e2}.gform-admin .gform-dropdown--action .gform-dropdown__trigger--error:active{background:#fee4e2;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{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){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__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{margin-block-end:-1rem}.gform-admin .gform-grid--row-spacing-4>.gform-grid--item{margin-block-end:1rem}.gform-admin .gform-grid--row-spacing-6{margin-block-end:-1.5rem}.gform-admin .gform-grid--row-spacing-6>.gform-grid--item{margin-block-end:1.5rem}.gform-admin .gform-grid--row-spacing-8{margin-block-end:-2rem}.gform-admin .gform-grid--row-spacing-8>.gform-grid--item{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{display:inline-flex;margin-inline-start:.375rem}.gform-admin [class*=gform-icon-preset--status]{align-items:center;display:flex;font-size:1.25rem;height:20px;justify-content:center;position:relative;width:20px}.gform-admin [class*=gform-icon-preset--status]:before{position:relative;z-index:2}.gform-admin [class*=gform-icon-preset--status]:after{border:2px solid transparent;border-radius:50%;box-sizing:border-box;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.gform-admin .gform-icon-preset--status-default{color:#242748}.gform-admin .gform-icon-preset--status-default:after{background-color:#f2f3f5;border-color:#d2d5db}.gform-admin .gform-icon-preset--status-info{color:#044ad3}.gform-admin .gform-icon-preset--status-info:after{background-color:#f4f8ff;border-color:#c3d9ff}.gform-admin .gform-icon-preset--status-error,.gform-admin .gform-icon-preset--status-incorrect{color:#c02b0a}.gform-admin .gform-icon-preset--status-error:after,.gform-admin .gform-icon-preset--status-incorrect:after{background-color:#fff9f9;border-color:#ffc7bb}.gform-admin .gform-icon-preset--status-correct{color:#2f833d}.gform-admin .gform-icon-preset--status-correct:after{background:#eefcf0;border-color:#aed9b6}.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;margin:0;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__wrapper{position:relative}.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--border-error .gform-input{border:1px solid #dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-error .gform-input:focus{box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #fee4e2}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-error .gform-input-help-text{color:#dd301d}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-correct .gform-input{border:1px solid #57c091}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--border-correct .gform-input:focus{box-shadow:0 .125rem .0675rem rgba(28,31,63,.063),0 0 0 2px #e1f6ed}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos.gform-input-wrapper--with-icon .gform-input{padding-inline-end:2.75rem}.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{margin-block-end:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){margin-block-start:.375rem}.gform-admin .gform-input-wrapper--input.gform-input-wrapper--theme-cosmos .gform-input__icon{inset-block-start:50%;inset-inline-end:.8125rem;pointer-events:none;position:absolute;transform:translateY(-50%)}.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--bulleted{list-style:disc;margin:0;padding-inline-start:1.625rem}.gform-admin .gform-list--bulleted li{margin-block-end:.25rem}.gform-admin .gform-list__item{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;margin:0;max-width:none;outline:none;padding-inline:.75rem 2rem;width:100%}.gform-admin .gform-select:hover{color:#242748}.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{margin-block-end:.375rem}.gform-admin .gform-input-wrapper--select.gform-input-wrapper--theme-cosmos .gform-input-help-text:nth-child(3){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;width:-moz-max-content;width:max-content}.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{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:#fee4e2;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{margin-block-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-1{margin-block-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-1{margin-block-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--top-2{margin-block-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-2{margin-block-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-2{margin-block-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--top-3{margin-block-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-3{margin-block-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-3{margin-block-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--top-4{margin-block-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-4{margin-block-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-4{margin-block-start:1rem}}.gform-admin .gform-spacing.gform-spacing--top-5{margin-block-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-5{margin-block-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-5{margin-block-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--top-6{margin-block-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-6{margin-block-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-6{margin-block-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--top-8{margin-block-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-8{margin-block-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-8{margin-block-start:2rem}}.gform-admin .gform-spacing.gform-spacing--top-10{margin-block-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-10{margin-block-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-10{margin-block-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--top-12{margin-block-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-12{margin-block-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-12{margin-block-start:3rem}}.gform-admin .gform-spacing.gform-spacing--top-16{margin-block-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-16{margin-block-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-16{margin-block-start:4rem}}.gform-admin .gform-spacing.gform-spacing--top-20{margin-block-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-20{margin-block-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-20{margin-block-start:5rem}}.gform-admin .gform-spacing.gform-spacing--top-24{margin-block-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-24{margin-block-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-24{margin-block-start:6rem}}.gform-admin .gform-spacing.gform-spacing--top-32{margin-block-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-32{margin-block-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-32{margin-block-start:8rem}}.gform-admin .gform-spacing.gform-spacing--top-40{margin-block-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-40{margin-block-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-40{margin-block-start:10rem}}.gform-admin .gform-spacing.gform-spacing--top-48{margin-block-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-48{margin-block-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-48{margin-block-start:12rem}}.gform-admin .gform-spacing.gform-spacing--top-56{margin-block-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-56{margin-block-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-56{margin-block-start:14rem}}.gform-admin .gform-spacing.gform-spacing--top-64{margin-block-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-top-64{margin-block-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-top-64{margin-block-start:16rem}}.gform-admin .gform-spacing.gform-spacing--bottom-1{margin-block-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-1{margin-block-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-1{margin-block-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-2{margin-block-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-2{margin-block-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-2{margin-block-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-3{margin-block-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-3{margin-block-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-3{margin-block-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--bottom-4{margin-block-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-4{margin-block-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-4{margin-block-end:1rem}}.gform-admin .gform-spacing.gform-spacing--bottom-5{margin-block-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-5{margin-block-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-5{margin-block-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--bottom-6{margin-block-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-6{margin-block-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-6{margin-block-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-8{margin-block-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-8{margin-block-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-8{margin-block-end:2rem}}.gform-admin .gform-spacing.gform-spacing--bottom-10{margin-block-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-10{margin-block-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-10{margin-block-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-12{margin-block-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-12{margin-block-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-12{margin-block-end:3rem}}.gform-admin .gform-spacing.gform-spacing--bottom-16{margin-block-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-16{margin-block-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-16{margin-block-end:4rem}}.gform-admin .gform-spacing.gform-spacing--bottom-20{margin-block-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-20{margin-block-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-20{margin-block-end:5rem}}.gform-admin .gform-spacing.gform-spacing--bottom-24{margin-block-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-24{margin-block-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-24{margin-block-end:6rem}}.gform-admin .gform-spacing.gform-spacing--bottom-32{margin-block-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-32{margin-block-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-32{margin-block-end:8rem}}.gform-admin .gform-spacing.gform-spacing--bottom-40{margin-block-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-40{margin-block-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-40{margin-block-end:10rem}}.gform-admin .gform-spacing.gform-spacing--bottom-48{margin-block-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-48{margin-block-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-48{margin-block-end:12rem}}.gform-admin .gform-spacing.gform-spacing--bottom-56{margin-block-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-56{margin-block-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-56{margin-block-end:14rem}}.gform-admin .gform-spacing.gform-spacing--bottom-64{margin-block-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-bottom-64{margin-block-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-bottom-64{margin-block-end:16rem}}.gform-admin .gform-spacing.gform-spacing--left-1{margin-inline-start:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-1{margin-inline-start:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-1{margin-inline-start:.25rem}}.gform-admin .gform-spacing.gform-spacing--left-2{margin-inline-start:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-2{margin-inline-start:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-2{margin-inline-start:.5rem}}.gform-admin .gform-spacing.gform-spacing--left-3{margin-inline-start:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-3{margin-inline-start:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-3{margin-inline-start:.75rem}}.gform-admin .gform-spacing.gform-spacing--left-4{margin-inline-start:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-4{margin-inline-start:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-4{margin-inline-start:1rem}}.gform-admin .gform-spacing.gform-spacing--left-5{margin-inline-start:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-5{margin-inline-start:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-5{margin-inline-start:1.25rem}}.gform-admin .gform-spacing.gform-spacing--left-6{margin-inline-start:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-6{margin-inline-start:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-6{margin-inline-start:1.5rem}}.gform-admin .gform-spacing.gform-spacing--left-8{margin-inline-start:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-8{margin-inline-start:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-8{margin-inline-start:2rem}}.gform-admin .gform-spacing.gform-spacing--left-10{margin-inline-start:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-10{margin-inline-start:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-10{margin-inline-start:2.5rem}}.gform-admin .gform-spacing.gform-spacing--left-12{margin-inline-start:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-12{margin-inline-start:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-12{margin-inline-start:3rem}}.gform-admin .gform-spacing.gform-spacing--left-16{margin-inline-start:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-16{margin-inline-start:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-16{margin-inline-start:4rem}}.gform-admin .gform-spacing.gform-spacing--left-20{margin-inline-start:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-20{margin-inline-start:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-20{margin-inline-start:5rem}}.gform-admin .gform-spacing.gform-spacing--left-24{margin-inline-start:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-24{margin-inline-start:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-24{margin-inline-start:6rem}}.gform-admin .gform-spacing.gform-spacing--left-32{margin-inline-start:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-32{margin-inline-start:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-32{margin-inline-start:8rem}}.gform-admin .gform-spacing.gform-spacing--left-40{margin-inline-start:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-40{margin-inline-start:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-40{margin-inline-start:10rem}}.gform-admin .gform-spacing.gform-spacing--left-48{margin-inline-start:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-48{margin-inline-start:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-48{margin-inline-start:12rem}}.gform-admin .gform-spacing.gform-spacing--left-56{margin-inline-start:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-56{margin-inline-start:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-56{margin-inline-start:14rem}}.gform-admin .gform-spacing.gform-spacing--left-64{margin-inline-start:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-left-64{margin-inline-start:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-left-64{margin-inline-start:16rem}}.gform-admin .gform-spacing.gform-spacing--right-1{margin-inline-end:.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-1{margin-inline-end:.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-1{margin-inline-end:.25rem}}.gform-admin .gform-spacing.gform-spacing--right-2{margin-inline-end:.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-2{margin-inline-end:.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-2{margin-inline-end:.5rem}}.gform-admin .gform-spacing.gform-spacing--right-3{margin-inline-end:.75rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-3{margin-inline-end:.75rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-3{margin-inline-end:.75rem}}.gform-admin .gform-spacing.gform-spacing--right-4{margin-inline-end:1rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-4{margin-inline-end:1rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-4{margin-inline-end:1rem}}.gform-admin .gform-spacing.gform-spacing--right-5{margin-inline-end:1.25rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-5{margin-inline-end:1.25rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-5{margin-inline-end:1.25rem}}.gform-admin .gform-spacing.gform-spacing--right-6{margin-inline-end:1.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-6{margin-inline-end:1.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-6{margin-inline-end:1.5rem}}.gform-admin .gform-spacing.gform-spacing--right-8{margin-inline-end:2rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-8{margin-inline-end:2rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-8{margin-inline-end:2rem}}.gform-admin .gform-spacing.gform-spacing--right-10{margin-inline-end:2.5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-10{margin-inline-end:2.5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-10{margin-inline-end:2.5rem}}.gform-admin .gform-spacing.gform-spacing--right-12{margin-inline-end:3rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-12{margin-inline-end:3rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-12{margin-inline-end:3rem}}.gform-admin .gform-spacing.gform-spacing--right-16{margin-inline-end:4rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-16{margin-inline-end:4rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-16{margin-inline-end:4rem}}.gform-admin .gform-spacing.gform-spacing--right-20{margin-inline-end:5rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-20{margin-inline-end:5rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-20{margin-inline-end:5rem}}.gform-admin .gform-spacing.gform-spacing--right-24{margin-inline-end:6rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-24{margin-inline-end:6rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-24{margin-inline-end:6rem}}.gform-admin .gform-spacing.gform-spacing--right-32{margin-inline-end:8rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-32{margin-inline-end:8rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-32{margin-inline-end:8rem}}.gform-admin .gform-spacing.gform-spacing--right-40{margin-inline-end:10rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-40{margin-inline-end:10rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-40{margin-inline-end:10rem}}.gform-admin .gform-spacing.gform-spacing--right-48{margin-inline-end:12rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-48{margin-inline-end:12rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-48{margin-inline-end:12rem}}.gform-admin .gform-spacing.gform-spacing--right-56{margin-inline-end:14rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-56{margin-inline-end:14rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-56{margin-inline-end:14rem}}.gform-admin .gform-spacing.gform-spacing--right-64{margin-inline-end:16rem}@media (min-width:768px){.gform-admin .gform-spacing.gform-spacing--md-right-64{margin-inline-end:16rem}}@media (min-width:1280px){.gform-admin .gform-spacing.gform-spacing--lg-right-64{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:#57c091;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:#fee4e2;border-color:#dd301d;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--warning{background:#fff6e3;border-color:#ffbe03;color:#f15a2b}.gform-admin .gform-status-indicator.gform-status--warning svg{fill:#f15a2b;stroke:rgba(247,207,92,.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){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;width:auto}.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:before{background:#9092b0}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle.focus-visible:before{outline-color:#9092b0}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:before{outline-color:#9092b0}.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.focus-visible:hover:checked~.gform-toggle__icon{color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:focus-visible:hover:checked~.gform-toggle__icon{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--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked:hover~.gform-toggle__icon{color:#242748}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:checked~.gform-toggle__icon{color:#0f3d6c}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled{opacity:1}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled:before{background:#ecedf8}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled:checked:before{opacity:1}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled:checked:hover:before{background:#ecedf8}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled:checked:hover~.gform-toggle__icon,.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle:disabled~.gform-toggle__icon{color:#ecedf8}.gform-admin .gform-toggle--theme-cosmos input[type=checkbox].gform-toggle__toggle~.gform-toggle__icon{color:#9092b0}.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}.gform-admin .gform-toggle--with-icons .gform-toggle__icon-wrapper{position:relative}.gform-admin .gform-toggle--with-icons .gform-toggle__icon{font-size:16px;inset-block-start:50%;pointer-events:none;position:absolute;transform:translateY(-50%);transition:all .15s ease}.gform-admin .gform-toggle--with-icons .gform-toggle__icon:first-of-type{opacity:1}.gform-admin .gform-toggle--with-icons .gform-toggle__icon:last-of-type,.gform-admin .gform-toggle--with-icons .gform-toggle__toggle:checked~.gform-toggle__icon:first-of-type{opacity:0}.gform-admin .gform-toggle--with-icons .gform-toggle__toggle:checked~.gform-toggle__icon:last-of-type{opacity:1}.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__icon:first-of-type{inset-inline-start:2px}.gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(2px + 1.3125rem),-50%)}.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__icon:first-of-type{inset-inline-start:4px}.gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(4px + 1.5rem),-50%)}.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__icon:first-of-type{inset-inline-start:6px}.gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(6px + 1.6875rem),-50%)}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)}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-s .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(-2px + -1.3125rem),-50%)}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-m .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(-4px + -1.5rem),-50%)}html[dir=rtl] .gform-admin .gform-toggle--with-icons.gform-toggle--size-l .gform-toggle__toggle:checked~.gform-toggle__icon{transform:translate(calc(-6px + -1.6875rem),-50%)}.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:#fee4e2;border:1px solid #fee4e2;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 #fee4e2}.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{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{margin-inline-end:.625rem}.gform-admin .gform-card--form-template .gform-card__form-template-secondary-button-icon{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/admin-icons.css b/assets/css/dist/admin-icons.css index 5ed7302..5eb0c0f 100644 --- a/assets/css/dist/admin-icons.css +++ b/assets/css/dist/admin-icons.css @@ -33,10 +33,10 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. @font-face { font-family: 'gform-icons-admin'; src: - url('../../../fonts/gform-icons-admin.woff2?ki990q') format('woff2'), - url('../../../fonts/gform-icons-admin.ttf?ki990q') format('truetype'), - url('../../../fonts/gform-icons-admin.woff?ki990q') format('woff'), - url('../../../fonts/gform-icons-admin.svg?ki990q#gform-icons-admin') format('svg'); + url('../../../fonts/gform-icons-admin.woff2?9s4gpq') format('woff2'), + url('../../../fonts/gform-icons-admin.ttf?9s4gpq') format('truetype'), + url('../../../fonts/gform-icons-admin.woff?9s4gpq') format('woff'), + url('../../../fonts/gform-icons-admin.svg?9s4gpq#gform-icons-admin') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -58,6 +58,14 @@ AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN. -moz-osx-font-smoothing: grayscale; } +.gform-icon--salesforce:before { + content: "\e9a3"; +} + +.gform-icon--conditional-logic:before { + content: "\e9a2"; +} + .gform-icon--cloudflare-turnstile:before { content: "\e99b"; } diff --git a/assets/css/dist/admin-icons.min.css b/assets/css/dist/admin-icons.min.css index 59398e8..6ebaef4 100644 --- a/assets/css/dist/admin-icons.min.css +++ b/assets/css/dist/admin-icons.min.css @@ -1 +1 @@ -@font-face{font-display:block;font-family:gform-icons-admin;font-style:normal;font-weight:400;src:url(../../../fonts/gform-icons-admin.woff2?ki990q) format("woff2"),url(../../../fonts/gform-icons-admin.ttf?ki990q) format("truetype"),url(../../../fonts/gform-icons-admin.woff?ki990q) format("woff"),url(../../../fonts/gform-icons-admin.svg?ki990q#gform-icons-admin) format("svg")}.gform-icon{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:gform-icons-admin!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-icon--cloudflare-turnstile:before{content:"\e99b"}.gform-icon--convertkit:before{content:"\e99c"}.gform-icon--conversational:before{content:"\e99a"}.gform-icon--external-link:before{content:"\e999"}.gform-icon--abuse-filter:before{content:"\e900"}.gform-icon--renew:before{content:"\e980"}.gform-icon--zapier:before{content:"\e976"}.gform-icon--circle-error-fine:before{content:"\e901"}.gform-icon--circle-notice-fine:before{content:"\e994"}.gform-icon--circle-check-fine:before{content:"\e995"}.gform-icon--accessibility:before{content:"\e902"}.gform-icon--active-campaign:before{content:"\e903"}.gform-icon--advanced-post-creation:before{content:"\e904"}.gform-icon--agile-crm:before{content:"\e905"}.gform-icon--akismet:before{content:"\e98b"}.gform-icon--analytics:before{content:"\e906"}.gform-icon--api:before{content:"\e907"}.gform-icon--authorize-dot-net:before{content:"\e908"}.gform-icon--aweber:before{content:"\e909"}.gform-icon--back:before{content:"\e90a"}.gform-icon--body:before{content:"\e90b"}.gform-icon--breeze:before{content:"\e90c"}.gform-icon--campaign:before{content:"\e984"}.gform-icon--campaign-monitor:before{content:"\e90d"}.gform-icon--capsule:before{content:"\e90e"}.gform-icon--category:before{content:"\e90f"}.gform-icon--chained-selects:before{content:"\e91a"}.gform-icon--check:before{content:"\e983"}.gform-icon--check-box:before{content:"\e910"}.gform-icon--chevron:before{content:"\e911"}.gform-icon--checkmark-simple:before{content:"\e99d"}.gform-icon--exclamation-simple:before{content:"\e99e"}.gform-icon--information-simple:before{content:"\e99f"}.gform-icon--question-mark-simple:before{content:"\e9a0"}.gform-icon--x-simple:before{content:"\e9a1"}.gform-icon--expand:before{content:"\e996"}.gform-icon--contract:before{content:"\e997"}.gform-icon--circle-arrow-down:before{content:"\e989"}.gform-icon--circle-check:before{content:"\e931"}.gform-icon--circle-check-alt:before{content:"\e992"}.gform-icon--circle-close:before{content:"\e938"}.gform-icon--circle-delete:before{content:"\e98a"}.gform-icon--circle-notice:before{content:"\e98e"}.gform-icon--circle-star:before{content:"\e98c"}.gform-icon--clever-reach:before{content:"\e912"}.gform-icon--cog:before{content:"\e913"}.gform-icon--color-pallet:before{content:"\e914"}.gform-icon--confirmations:before{content:"\e987"}.gform-icon--consent:before{content:"\e915"}.gform-icon--constant-contact:before{content:"\e916"}.gform-icon--copy:before{content:"\e990"}.gform-icon--coupon:before{content:"\e917"}.gform-icon--coupon-alt:before{content:"\e918"}.gform-icon--create:before{content:"\e919"}.gform-icon--credit-card:before{content:"\e978"}.gform-icon--date:before{content:"\e91b"}.gform-icon--delete:before{content:"\e91c"}.gform-icon--design:before{content:"\e979"}.gform-icon--dollar:before{content:"\e91d"}.gform-icon--drag:before{content:"\e91f"}.gform-icon--drag-indicator:before{content:"\e91e"}.gform-icon--dropbox:before{content:"\e920"}.gform-icon--dropdown:before{content:"\e921"}.gform-icon--duplicate:before{content:"\e922"}.gform-icon--ellipsis:before{content:"\e923"}.gform-icon--email-octopus:before{content:"\e924"}.gform-icon--embed:before{content:"\e925"}.gform-icon--embed-alt:before{content:"\e991"}.gform-icon--emma:before{content:"\e926"}.gform-icon--entries:before{content:"\e927"}.gform-icon--excerpt:before{content:"\e928"}.gform-icon--flag:before{content:"\e929"}.gform-icon--flag-alt:before{content:"\e92a"}.gform-icon--floppy-disk:before{content:"\e98f"}.gform-icon--for-gravity:before{content:"\e92b"}.gform-icon--format-quote1:before{content:"\e92c"}.gform-icon--freshbooks:before{content:"\e92d"}.gform-icon--get-response:before{content:"\e92e"}.gform-icon--gravity-logo:before{content:"\e92f"}.gform-icon--gravity-pdf:before{content:"\e930"}.gform-icon--help:before{content:"\e939"}.gform-icon--helpscout:before{content:"\e932"}.gform-icon--hidden:before{content:"\e933"}.gform-icon--how-to-reg:before{content:"\e934"}.gform-icon--html-code:before{content:"\e935"}.gform-icon--hubspot:before{content:"\e936"}.gform-icon--icontact:before{content:"\e937"}.gform-icon--info:before{content:"\e98d"}.gform-icon--info-outline:before{content:"\e988"}.gform-icon--jetsloth:before{content:"\e93a"}.gform-icon--link:before{content:"\e93b"}.gform-icon--list:before{content:"\e93c"}.gform-icon--mad-mimi:before{content:"\e93d"}.gform-icon--mail:before{content:"\e93e"}.gform-icon--mailchimp:before{content:"\e93f"}.gform-icon--mailgun:before{content:"\e940"}.gform-icon--merge-tag:before{content:"\e941"}.gform-icon--minus:before{content:"\e942"}.gform-icon--minus-regular:before{content:"\e981"}.gform-icon--misc:before{content:"\e943"}.gform-icon--mollie:before{content:"\e944"}.gform-icon--monetization-on:before{content:"\e945"}.gform-icon--multi-select:before{content:"\e946"}.gform-icon--name:before{content:"\e947"}.gform-icon--name-2:before{content:"\e97a"}.gform-icon--notifications-active:before{content:"\e97b"}.gform-icon--numbers:before{content:"\e949"}.gform-icon--numbers-alt:before{content:"\e948"}.gform-icon--page:before{content:"\e94b"}.gform-icon--paragraph-text:before{content:"\e94c"}.gform-icon--password:before{content:"\e97c"}.gform-icon--password1:before{content:"\e94d"}.gform-icon--paypal:before{content:"\e94e"}.gform-icon--phone:before{content:"\e94f"}.gform-icon--place:before{content:"\e950"}.gform-icon--plus-regular:before{content:"\e982"}.gform-icon--pointer:before{content:"\e952"}.gform-icon--poll:before{content:"\e955"}.gform-icon--poll-alt:before{content:"\e954"}.gform-icon--polls:before{content:"\e953"}.gform-icon--post-custom-field:before{content:"\e957"}.gform-icon--post-image:before{content:"\e956"}.gform-icon--postmark:before{content:"\e958"}.gform-icon--product:before{content:"\e959"}.gform-icon--quantity:before{content:"\e94a"}.gform-icon--question:before{content:"\e95a"}.gform-icon--question-mark:before{content:"\e97e"}.gform-icon--quiz:before{content:"\e95b"}.gform-icon--radio-button:before{content:"\e95c"}.gform-icon--recaptcha:before{content:"\e95d"}.gform-icon--search:before{content:"\e95e"}.gform-icon--section:before{content:"\e95f"}.gform-icon--sendgrid:before{content:"\e960"}.gform-icon--settings:before{content:"\e986"}.gform-icon--shipping:before{content:"\e961"}.gform-icon--signature:before{content:"\e962"}.gform-icon--single-line-text:before{content:"\e963"}.gform-icon--slack:before{content:"\e964"}.gform-icon--smart-button:before{content:"\e993"}.gform-icon--square:before{content:"\e965"}.gform-icon--st-circle:before{content:"\e951"}.gform-icon--st-plus:before{content:"\e966"}.gform-icon--stripe:before{content:"\e967"}.gform-icon--style:before{content:"\e968"}.gform-icon--survey:before{content:"\e969"}.gform-icon--tags:before{content:"\e96a"}.gform-icon--time:before{content:"\e96b"}.gform-icon--title:before{content:"\e96c"}.gform-icon--tools:before{content:"\e97f"}.gform-icon--total:before{content:"\e96d"}.gform-icon--trash:before{content:"\e985"}.gform-icon--trello:before{content:"\e96e"}.gform-icon--twilio:before{content:"\e96f"}.gform-icon--upload:before{content:"\e970"}.gform-icon--user:before{content:"\e97d"}.gform-icon--verified:before{content:"\e971"}.gform-icon--videopipe:before{content:"\e972"}.gform-icon--vote:before{content:"\e973"}.gform-icon--warning:before{content:"\e974"}.gform-icon--warning-amber:before{content:"\e975"}.gform-icon--webhooks:before{content:"\e977"}.gform-icon--zoho:before{content:"\e998"}.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:0;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} \ No newline at end of file +@font-face{font-display:block;font-family:gform-icons-admin;font-style:normal;font-weight:400;src:url(../../../fonts/gform-icons-admin.woff2?9s4gpq) format("woff2"),url(../../../fonts/gform-icons-admin.ttf?9s4gpq) format("truetype"),url(../../../fonts/gform-icons-admin.woff?9s4gpq) format("woff"),url(../../../fonts/gform-icons-admin.svg?9s4gpq#gform-icons-admin) format("svg")}.gform-icon{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:gform-icons-admin!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.gform-icon--salesforce:before{content:"\e9a3"}.gform-icon--conditional-logic:before{content:"\e9a2"}.gform-icon--cloudflare-turnstile:before{content:"\e99b"}.gform-icon--convertkit:before{content:"\e99c"}.gform-icon--conversational:before{content:"\e99a"}.gform-icon--external-link:before{content:"\e999"}.gform-icon--abuse-filter:before{content:"\e900"}.gform-icon--renew:before{content:"\e980"}.gform-icon--zapier:before{content:"\e976"}.gform-icon--circle-error-fine:before{content:"\e901"}.gform-icon--circle-notice-fine:before{content:"\e994"}.gform-icon--circle-check-fine:before{content:"\e995"}.gform-icon--accessibility:before{content:"\e902"}.gform-icon--active-campaign:before{content:"\e903"}.gform-icon--advanced-post-creation:before{content:"\e904"}.gform-icon--agile-crm:before{content:"\e905"}.gform-icon--akismet:before{content:"\e98b"}.gform-icon--analytics:before{content:"\e906"}.gform-icon--api:before{content:"\e907"}.gform-icon--authorize-dot-net:before{content:"\e908"}.gform-icon--aweber:before{content:"\e909"}.gform-icon--back:before{content:"\e90a"}.gform-icon--body:before{content:"\e90b"}.gform-icon--breeze:before{content:"\e90c"}.gform-icon--campaign:before{content:"\e984"}.gform-icon--campaign-monitor:before{content:"\e90d"}.gform-icon--capsule:before{content:"\e90e"}.gform-icon--category:before{content:"\e90f"}.gform-icon--chained-selects:before{content:"\e91a"}.gform-icon--check:before{content:"\e983"}.gform-icon--check-box:before{content:"\e910"}.gform-icon--chevron:before{content:"\e911"}.gform-icon--checkmark-simple:before{content:"\e99d"}.gform-icon--exclamation-simple:before{content:"\e99e"}.gform-icon--information-simple:before{content:"\e99f"}.gform-icon--question-mark-simple:before{content:"\e9a0"}.gform-icon--x-simple:before{content:"\e9a1"}.gform-icon--expand:before{content:"\e996"}.gform-icon--contract:before{content:"\e997"}.gform-icon--circle-arrow-down:before{content:"\e989"}.gform-icon--circle-check:before{content:"\e931"}.gform-icon--circle-check-alt:before{content:"\e992"}.gform-icon--circle-close:before{content:"\e938"}.gform-icon--circle-delete:before{content:"\e98a"}.gform-icon--circle-notice:before{content:"\e98e"}.gform-icon--circle-star:before{content:"\e98c"}.gform-icon--clever-reach:before{content:"\e912"}.gform-icon--cog:before{content:"\e913"}.gform-icon--color-pallet:before{content:"\e914"}.gform-icon--confirmations:before{content:"\e987"}.gform-icon--consent:before{content:"\e915"}.gform-icon--constant-contact:before{content:"\e916"}.gform-icon--copy:before{content:"\e990"}.gform-icon--coupon:before{content:"\e917"}.gform-icon--coupon-alt:before{content:"\e918"}.gform-icon--create:before{content:"\e919"}.gform-icon--credit-card:before{content:"\e978"}.gform-icon--date:before{content:"\e91b"}.gform-icon--delete:before{content:"\e91c"}.gform-icon--design:before{content:"\e979"}.gform-icon--dollar:before{content:"\e91d"}.gform-icon--drag:before{content:"\e91f"}.gform-icon--drag-indicator:before{content:"\e91e"}.gform-icon--dropbox:before{content:"\e920"}.gform-icon--dropdown:before{content:"\e921"}.gform-icon--duplicate:before{content:"\e922"}.gform-icon--ellipsis:before{content:"\e923"}.gform-icon--email-octopus:before{content:"\e924"}.gform-icon--embed:before{content:"\e925"}.gform-icon--embed-alt:before{content:"\e991"}.gform-icon--emma:before{content:"\e926"}.gform-icon--entries:before{content:"\e927"}.gform-icon--excerpt:before{content:"\e928"}.gform-icon--flag:before{content:"\e929"}.gform-icon--flag-alt:before{content:"\e92a"}.gform-icon--floppy-disk:before{content:"\e98f"}.gform-icon--for-gravity:before{content:"\e92b"}.gform-icon--format-quote1:before{content:"\e92c"}.gform-icon--freshbooks:before{content:"\e92d"}.gform-icon--get-response:before{content:"\e92e"}.gform-icon--gravity-logo:before{content:"\e92f"}.gform-icon--gravity-pdf:before{content:"\e930"}.gform-icon--help:before{content:"\e939"}.gform-icon--helpscout:before{content:"\e932"}.gform-icon--hidden:before{content:"\e933"}.gform-icon--how-to-reg:before{content:"\e934"}.gform-icon--html-code:before{content:"\e935"}.gform-icon--hubspot:before{content:"\e936"}.gform-icon--icontact:before{content:"\e937"}.gform-icon--info:before{content:"\e98d"}.gform-icon--info-outline:before{content:"\e988"}.gform-icon--jetsloth:before{content:"\e93a"}.gform-icon--link:before{content:"\e93b"}.gform-icon--list:before{content:"\e93c"}.gform-icon--mad-mimi:before{content:"\e93d"}.gform-icon--mail:before{content:"\e93e"}.gform-icon--mailchimp:before{content:"\e93f"}.gform-icon--mailgun:before{content:"\e940"}.gform-icon--merge-tag:before{content:"\e941"}.gform-icon--minus:before{content:"\e942"}.gform-icon--minus-regular:before{content:"\e981"}.gform-icon--misc:before{content:"\e943"}.gform-icon--mollie:before{content:"\e944"}.gform-icon--monetization-on:before{content:"\e945"}.gform-icon--multi-select:before{content:"\e946"}.gform-icon--name:before{content:"\e947"}.gform-icon--name-2:before{content:"\e97a"}.gform-icon--notifications-active:before{content:"\e97b"}.gform-icon--numbers:before{content:"\e949"}.gform-icon--numbers-alt:before{content:"\e948"}.gform-icon--page:before{content:"\e94b"}.gform-icon--paragraph-text:before{content:"\e94c"}.gform-icon--password:before{content:"\e97c"}.gform-icon--password1:before{content:"\e94d"}.gform-icon--paypal:before{content:"\e94e"}.gform-icon--phone:before{content:"\e94f"}.gform-icon--place:before{content:"\e950"}.gform-icon--plus-regular:before{content:"\e982"}.gform-icon--pointer:before{content:"\e952"}.gform-icon--poll:before{content:"\e955"}.gform-icon--poll-alt:before{content:"\e954"}.gform-icon--polls:before{content:"\e953"}.gform-icon--post-custom-field:before{content:"\e957"}.gform-icon--post-image:before{content:"\e956"}.gform-icon--postmark:before{content:"\e958"}.gform-icon--product:before{content:"\e959"}.gform-icon--quantity:before{content:"\e94a"}.gform-icon--question:before{content:"\e95a"}.gform-icon--question-mark:before{content:"\e97e"}.gform-icon--quiz:before{content:"\e95b"}.gform-icon--radio-button:before{content:"\e95c"}.gform-icon--recaptcha:before{content:"\e95d"}.gform-icon--search:before{content:"\e95e"}.gform-icon--section:before{content:"\e95f"}.gform-icon--sendgrid:before{content:"\e960"}.gform-icon--settings:before{content:"\e986"}.gform-icon--shipping:before{content:"\e961"}.gform-icon--signature:before{content:"\e962"}.gform-icon--single-line-text:before{content:"\e963"}.gform-icon--slack:before{content:"\e964"}.gform-icon--smart-button:before{content:"\e993"}.gform-icon--square:before{content:"\e965"}.gform-icon--st-circle:before{content:"\e951"}.gform-icon--st-plus:before{content:"\e966"}.gform-icon--stripe:before{content:"\e967"}.gform-icon--style:before{content:"\e968"}.gform-icon--survey:before{content:"\e969"}.gform-icon--tags:before{content:"\e96a"}.gform-icon--time:before{content:"\e96b"}.gform-icon--title:before{content:"\e96c"}.gform-icon--tools:before{content:"\e97f"}.gform-icon--total:before{content:"\e96d"}.gform-icon--trash:before{content:"\e985"}.gform-icon--trello:before{content:"\e96e"}.gform-icon--twilio:before{content:"\e96f"}.gform-icon--upload:before{content:"\e970"}.gform-icon--user:before{content:"\e97d"}.gform-icon--verified:before{content:"\e971"}.gform-icon--videopipe:before{content:"\e972"}.gform-icon--vote:before{content:"\e973"}.gform-icon--warning:before{content:"\e974"}.gform-icon--warning-amber:before{content:"\e975"}.gform-icon--webhooks:before{content:"\e977"}.gform-icon--zoho:before{content:"\e998"}.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:0;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} \ No newline at end of file diff --git a/assets/css/dist/assets.php b/assets/css/dist/assets.php index 3961ddb..7ce91cb 100644 --- a/assets/css/dist/assets.php +++ b/assets/css/dist/assets.php @@ -1 +1 @@ - array('admin-components.css' => array('version' => 'eddb5004bab8bef567096eefd43a3b42', 'file' => 'admin-components.css'), 'admin-css-utilities.css' => array('version' => '89f764f8634c91e182bf900856166f62', 'file' => 'admin-css-utilities.css'), 'admin-icons.css' => array('version' => '5069ea72a10cbfea82934e60a2303678', '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' => '4cbcd9cb818dc721f2aa43ca9ae979bd', 'file' => 'gravity-forms-theme-foundation.css'), 'gravity-forms-theme-framework.css' => array('version' => 'e0768579230fc600e37a0a05d037a272', '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' => '15b730530e4739af73b682ea9dae8bf2', 'file' => 'setup-wizard.css'), 'template-library.css' => array('version' => 'a615141e540594e22fd4ca04a54e580f', '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 + array('admin-components.css' => array('version' => '81fda3a8efd1e872849f212dd132ed26', 'file' => 'admin-components.css'), 'admin-css-utilities.css' => array('version' => '89f764f8634c91e182bf900856166f62', 'file' => 'admin-css-utilities.css'), 'admin-icons.css' => array('version' => 'ca0b4a50e0528d39510dea8131f39236', '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' => '7ae72da340bbdb6ff3f525a1d81c0b71', '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' => '4cbcd9cb818dc721f2aa43ca9ae979bd', 'file' => 'gravity-forms-theme-foundation.css'), 'gravity-forms-theme-framework.css' => array('version' => 'dea728067a7d3f80ccc415fa5a30585d', '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' => '15b730530e4739af73b682ea9dae8bf2', 'file' => 'setup-wizard.css'), 'template-library.css' => array('version' => 'a615141e540594e22fd4ca04a54e580f', '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/editor.css b/assets/css/dist/editor.css index 122edd8..ea2992e 100644 --- a/assets/css/dist/editor.css +++ b/assets/css/dist/editor.css @@ -1698,7 +1698,7 @@ html[dir="rtl"] .search-button::after { } .panel-block-tabs__body--settings label { - margin-bottom: 0.5rem; + position: static; } .panel-block-tabs__body--settings .field-choice-row label { diff --git a/assets/css/dist/editor.min.css b/assets/css/dist/editor.min.css index 9f4cdf7..c5df819 100644 --- a/assets/css/dist/editor.min.css +++ b/assets/css/dist/editor.min.css @@ -1 +1 @@ -.gform-browser-notice{align-items:center;display:flex;justify-content:flex-start}.gform-browser-notice__inner{display:flex;flex-direction:column;margin-top:10rem;max-width:100%;width:700px}.gform-browser-notice__content,.gform-browser-notice__media{flex:1}.gform-browser-notice__media{display:flex}.gform-browser-notice__media--inline{flex-direction:row;flex-wrap:nowrap;justify-content:center}.gform-browser-notice__media--inline img{height:3rem;margin:0 .5rem;width:3rem}.gform-browser-notice__content p{font-size:1.0625rem;font-weight:400;line-height:1.75;text-align:center}.form_editor_fields_container{background-color:transparent;display:flex;flex-direction:column;flex-grow:1;max-height:calc(100% - 144px);max-width:calc(100% - 594px);min-height:calc(100% - 144px);overflow-x:hidden;overflow-y:auto;padding:1rem 2rem 2rem;position:relative;right:0;top:4rem;z-index:1}.gf_browser_safari .form_editor_fields_container>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content{min-height:calc(100vh - 9rem)}.form_editor_fields_container.form_editor_fields_no_fields{overflow-y:hidden}.form_editor_fields_container.droppable{max-width:100%;padding:1rem 562px 2rem 2rem;z-index:2}.gform-jetpack-admin-menu .form_editor_fields_container{max-width:calc(100% - 706px)}.gform-jetpack-admin-menu .form_editor_fields_container.droppable{padding-right:674px}.folded .form_editor_fields_container{max-width:calc(100% - 470px)}.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 438px 2rem 2rem;z-index:2}.dropzone__placeholder{background:#fff;box-sizing:border-box;height:calc(100vh - 186px);left:50%;margin:0;position:absolute;text-align:center;top:6rem;transform:translateX(-50%);transition:opacity .19s ease-out;width:100%;z-index:2}.dropzone-loader-visible .dropzone__placeholder{opacity:0}.droppable .dropzone__placeholder{height:calc(100vh - 130px)}.dropzone__placeholder p{color:#242748;display:block;font-size:1.0625rem;font-style:normal;font-weight:400;line-height:1.75rem;padding:0 3.125rem}.dropzone__placeholder .gform-editor__no-fields-graphic{height:auto;max-width:100%}.dropzone__placeholder.hovering{opacity:0}.dropzone__placeholder.hovering:after{opacity:.25}.dropzone__loader{padding:1rem}.dropzone__loader-item{background:#ecedf8;border-radius:3px}.dropzone__loader-label{height:1.438rem;width:8.125rem}.dropzone__loader-content{height:3.125rem;margin-top:.25rem}.dropzone__target{background:#f6f9fc;border:2px dashed #3e7da6;border-radius:5px;height:8.125rem;opacity:0;position:relative;transition:opacity .19s ease-out;z-index:1}.dropzone__target.hovering{opacity:1}html[dir=rtl] .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 562px}html[dir=rtl] .folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 438px}@media only screen and (max-width:960px){.form_editor_fields_container{max-width:calc(100% - 494px);width:100%}.form_editor_fields_container.droppable{max-width:100%;padding:2rem 462px 2rem 2rem}.gform-jetpack-admin-menu .form_editor_fields_container{max-width:calc(100% - 605px)}.gform-jetpack-admin-menu .form_editor_fields_container.droppable{padding-right:573px}.auto-fold .form_editor_fields_container,.folded .form_editor_fields_container{max-width:calc(100% - 370px);width:100%}.auto-fold .form_editor_fields_container.droppable,.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 338px 2rem 2rem}html[dir=rtl] .form_editor_fields_container{max-width:calc(100% - 494px);padding-left:2rem}html[dir=rtl] .form_editor_fields_container.droppable{max-width:calc(100% - 494px);padding:2rem 2rem 2rem 338px}html[dir=rtl] .auto-fold .form_editor_fields_container,html[dir=rtl] .folded .form_editor_fields_container{max-width:calc(100% - 370px)}html[dir=rtl] .auto-fold .form_editor_fields_container.droppable,html[dir=rtl] .folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 338px}}@media only screen and (max-width:782px){.form_editor_fields_container{max-height:calc(100% - 158px);max-width:calc(100% - 334px);min-height:calc(100% - 158px)}.form_editor_fields_container.droppable{max-width:100%;padding:2rem 302px 2rem 2rem}.auto-fold .form_editor_fields_container,.folded .form_editor_fields_container{max-width:calc(100% - 334px);width:100%}.auto-fold .form_editor_fields_container.droppable,.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 302px 2rem 2rem}html[dir=rtl] .auto-fold .form_editor_fields_container,html[dir=rtl] .folded .form_editor_fields_container,html[dir=rtl] .form_editor_fields_container{max-width:calc(100% - 334px)}html[dir=rtl] .auto-fold .form_editor_fields_container.droppable,html[dir=rtl] .folded .form_editor_fields_container.droppable,html[dir=rtl] .form_editor_fields_container.droppable{max-width:100%;padding-left:302px}}.add-buttons,.panel-block-tabs__body{border:none;padding:.875rem;width:auto}html[dir=rtl] .add-buttons{justify-content:right}.add-buttons{align-content:stretch;display:flex;flex-wrap:wrap;justify-content:left;margin:0;overflow:visible}.add-buttons li{margin-bottom:.8125rem;width:33.33%}.add-buttons li button,.add-buttons li button.button{align-items:stretch;background:transparent;border:1px solid #d5d7e9;border-radius:3px;color:#242748;cursor:grab;display:flex;flex-direction:column;font-size:.8125rem;height:5.8125rem;justify-content:space-around;margin:0 auto;padding:.5rem 0 0;transition:all .1s ease-in-out;width:6.1875rem;word-break:break-word}.add-buttons li button.button:hover,.add-buttons li button:hover{border-color:#3e7da6;color:#3e7da6}.add-buttons li button.button:focus,.add-buttons li button:focus{border:1px solid #3985b7;border-radius:3px;box-shadow:0 0 0 2px #bed8ed;color:#242748;outline:none;transition:box-shadow .15s ease}.add-buttons li button.fieldPlaceholder{border:1px dashed #d5d7e9}.add-buttons li button.fieldPlaceholder div{opacity:0}button.ui-draggable-dragging{align-items:stretch;background:#fff;border:1px solid #d5d7e9;border-radius:3px;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:grabbing;display:flex;flex-direction:column;font-size:.8125rem;justify-content:space-around;padding:.5rem 0 0;text-align:center;white-space:normal;z-index:999999999}html[dir=rtl] div.gforms_edit_form button.ui-draggable-dragging,html[dir=rtl] div.gforms_edit_form button.ui-draggable-dragging div{text-align:center!important}button .button-text{font-size:.75rem;font-weight:400;line-height:1rem;padding:0 0 .5rem;text-align:center}.button-icon{border-radius:3px;font-family:dashicons;font-size:1.3125rem;height:1.5rem;text-align:center;width:100%}.button-icon img{fill:#242748;color:#242748;width:1.3125rem}.button-icon:before{line-height:1.5rem;transition:all .1s ease-in-out}.button-icon.icon-default:before{content:"\f111"}.gform_debug .hovering,.gform_debug .spacer{border-color:red!important;border-style:dashed}.gform_debug .gfield:after,.gform_debug button:after{content:attr(data-groupId);display:block;font-family:monospace;font-size:.875rem;text-align:center;width:100%}#indicator{background-color:#3e7da6;border-radius:3px;height:.25rem;position:absolute;width:100%}.dropzone-loader-visible #indicator{opacity:0}.gform_editor{-webkit-font-smoothing:antialiased;line-height:1.5;padding:4rem 3rem 8rem;position:relative}.gform_editor .left_label fieldset.gfield,.gform_editor .right_label fieldset.gfield{padding-top:1rem}.gform_editor .left_label fieldset.gfield .gfield-admin-icons,.gform_editor .right_label fieldset.gfield .gfield-admin-icons{top:calc(-3rem + -2px)}.gform_editor .left_label legend.gfield_label,.gform_editor .right_label legend.gfield_label{top:0}.gform_editor .gfield_description{margin-top:1rem}.gform_editor .gform_hidden,.gform_editor .gform_hidden label{display:block}.gform_editor .gform_hidden input,.gform_editor .gform_hidden label{opacity:.6}.gform_editor .gform_hidden .ui-resizable-handle{display:none!important}.gform_editor .gfield_radio li{list-style-type:none;margin:0}.gform_editor .gfield_radio li input{height:1rem;margin:.1875rem .25rem 0;width:1rem}div.wrap.gf_browser_chrome .gform_editor .gfield_radio li input{margin-left:0!important}.gform_editor .gfield_radio li label{display:inline-block;font-size:.9375rem;margin:0}.gform_editor .gform_fields>li{list-style-type:none}.gform_editor .gfield_checkbox li label{margin:-.5625rem 0 0}#gform_fields{grid-column-gap:1rem;position:relative}#gform_fields.left_label,#gform_fields.right_label{grid-column-gap:3.125rem}.gform_fields .gfield,.gform_wrapper.gravity-theme .gform_fields .gfield{margin:0 0 2.5rem}.gform_fields.left_label fieldset.gfield,.gform_fields.right_label fieldset.gfield{margin-left:1em}.gform_wrapper.gravity-theme .left_label .gfield_label+.ginput_container,.gform_wrapper.gravity-theme .right_label .gfield_label+.ginput_container{width:70%}.gform_editor .gpage:before{top:3rem}.gform_editor h2.gsection_title,.gform_editor h3.gsection_title{margin-top:0}html[dir=rtl] #no-fields,html[dir=rtl] #no-fields p{text-align:center!important}.gfield{border:1px solid transparent;border-radius:1px;box-sizing:content-box!important;font-size:1rem;grid-column:1/-1;margin:0;padding:1rem;position:relative}.gfield.field_selected,.gfield[focus-within]{border-color:transparent}.gfield.field_selected,.gfield:focus-within{border-color:transparent}.gfield:before{background-color:#d5d7e9;border-radius:5px;bottom:1.063rem;content:"";left:-5px;opacity:0;position:absolute;top:1.1rem;transition:opacity .2s ease-in-out;width:.25rem;z-index:1}html[dir=rtl] .gfield:before{left:auto;right:-.3125rem}.gfield.spacer:before{display:none}.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield:hover:before,.gfield[focus-within]:before{opacity:1}.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield:focus-within:before,.gfield:hover:before{opacity:1}.gfield.gfield_html.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield.gfield_html:hover:before,.gfield.gform_hidden.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield.gform_hidden:hover:before{bottom:1rem}fieldset.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,fieldset.gfield:before{bottom:1.08rem;top:-.86rem}fieldset.gfield+fieldset.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,fieldset.gfield+fieldset.gfield:before{top:-1rem}.gfield textarea{display:block}.gfield:focus{outline:0}.dragging .gfield:not(.clone):not(.placeholder):not(.spacer){border-radius:5px}.gfield.ui-draggable-dragging{background:transparent;border:0}.gfield.ui-draggable-dragging .gfield_description,.gfield.ui-draggable-dragging .ginput_container,.gfield.ui-draggable-dragging .hour_minute_colon,.gfield.ui-draggable-dragging .ui-resizable-handle.ui-resizable-e,.gfield.ui-draggable-dragging input,.gfield.ui-draggable-dragging label,.gfield.ui-draggable-dragging legend,.gfield.ui-draggable-dragging:before{opacity:0!important}.spacer{padding:1rem 0}.spacer:after{content:""}.gfield.custom{grid-column:span 1}.ui-sortable-helper{opacity:.5}.gfield .ui-resizable-e,.gfield .ui-resizable-w{background-color:#3e7da6;border-radius:5px;bottom:1.063rem;cursor:ew-resize;opacity:0;pointer-events:none;right:-.25rem;top:1.1rem;transition:all .2s ease-in-out;width:.25rem}fieldset.gfield .ui-resizable-e,fieldset.gfield .ui-resizable-w{top:-1rem}.gpage .ui-resizable-handle,.gsection .ui-resizable-handle{display:none!important}.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e,.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w,.gfield:hover .ui-resizable-e,.gfield:hover .ui-resizable-w,.gfield[focus-within] .ui-resizable-e,.gfield[focus-within] .ui-resizable-w,.ui-resizable-resizing .ui-resizable-e,.ui-resizable-resizing .ui-resizable-w{opacity:1;pointer-events:auto}.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e,.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w,.gfield:focus-within .ui-resizable-e,.gfield:focus-within .ui-resizable-w,.gfield:hover .ui-resizable-e,.gfield:hover .ui-resizable-w,.ui-resizable-resizing .ui-resizable-e,.ui-resizable-resizing .ui-resizable-w{opacity:1;pointer-events:auto}.gfield .ui-resizable-w{display:none!important}html[dir=rtl] .gfield:not(.ui-draggable-dragging) .ui-resizable-w{display:block!important;left:-.25rem;right:auto}html[dir=rtl] .gfield .ui-resizable-e{display:none!important}.gf-drag-handle{background-color:#000;height:1rem;left:-1rem;position:absolute;top:-1rem;width:1rem}.gfield-admin-icons{background:#fff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 2px 12px rgba(28,31,63,.09);display:flex;flex-direction:row;left:1rem;opacity:0;pointer-events:none;position:absolute;top:calc(-3rem + -2px);transition:all .2s ease-in-out;z-index:2}.gfield-admin-icons .gfield-field-action{align-items:center;background-color:#fff;border:0;border-left:1px solid #d5d7e9;color:#242748;cursor:pointer;display:flex;font-size:0;height:3rem;justify-content:center;outline:none;position:relative;width:3rem}.gfield-admin-icons .gfield-field-action .gform-icon--drag-indicator,.gfield-admin-icons .gfield-field-action .gform-icon--duplicate,.gfield-admin-icons .gfield-field-action .gform-icon--settings,.gfield-admin-icons .gfield-field-action .gform-icon--trash{font-size:1.625rem}.gfield-admin-icons .gfield-field-action .dashicons{line-height:3rem}.gfield-admin-icons .gfield-field-action:first-child{border-left:0;border-radius:3px 0 0 3px}.gfield-admin-icons .gfield-field-action svg{outline:none;vertical-align:middle}.gfield-admin-icons .gfield-field-action .gfield-field-action__description{background:#242748;border-radius:2px;color:#fff;font-size:.625rem;font-weight:500;left:50%;line-height:1.5;opacity:0;padding:.35rem .75rem;position:absolute;text-align:center;top:-1.25rem;transform:translateX(-50%);transition:all .2s ease-in-out;z-index:100}.gfield-admin-icons .gfield-field-action:focus .gfield-field-action__description,.gfield-admin-icons .gfield-field-action:hover .gfield-field-action__description{opacity:1;transition-delay:.3s}.gfield-admin-icons .gfield-delete:focus,.gfield-admin-icons .gfield-delete:hover,.gfield-admin-icons .gfield-edit:focus,.gfield-admin-icons .gfield-edit:hover{color:#3e7da6}.gfield-admin-icons .gfield-delete:focus path,.gfield-admin-icons .gfield-delete:hover path,.gfield-admin-icons .gfield-edit:hover path{fill:#3e7da6}.gfield-admin-icons .gfield-duplicate{border-radius:0}.gfield-admin-icons .gfield-duplicate:focus .stroke,.gfield-admin-icons .gfield-duplicate:hover .stroke{stroke:#3e7da6}.gfield-admin-icons .gfield-duplicate:focus .fill,.gfield-admin-icons .gfield-duplicate:hover .fill{fill:#3e7da6}.gfield-admin-icons .gfield-drag:active path{fill:#fff}.gfield-admin-icons .gfield-drag{cursor:grab}.gfield-admin-icons .gfield-drag:focus i:before,.gfield-admin-icons .gfield-drag:hover i:before{color:#3e7da6}.gfield-admin-icons .gfield-delete{border-radius:0 3px 3px 0;outline:none;position:relative;z-index:20}.gfield-admin-icons .gfield-delete svg{position:relative;top:-1px}.gfield-admin-icons .gfield-icon{background:#242748;color:#fff;font-size:1.5em;opacity:0;position:absolute;right:0;top:0;z-index:10}#gform_fields.top_label fieldset.gfield{padding:1rem}body:not(:-moz-handler-blocked) #gform_fields fieldset.gfield{display:table-cell}.gform_wrapper fieldset.gfield .gfield-admin-icons{margin-bottom:1rem;top:calc(-5rem + -2px)}.gform_wrapper fieldset.gfield legend{left:-.13rem;position:relative;top:.9rem}:root #gform_fields fieldset.gfield .gfield-admin-icons,_::-webkit-full-page-media,_:future{top:calc(-5rem + -2px)}.gf_browser_gecko #gform_fields fieldset.gfield .gfield-admin-icons{top:calc(-5rem + -2px)}#gform_fields.left_label fieldset .gfield-admin-icons{left:0}.gfield.field_selected:not(.placeholder) .gfield-admin-icons,.gfield:hover .gfield-admin-icons,.gfield[focus-within] .gfield-admin-icons,.ui-draggable-dragging .gfield-admin-icons{opacity:1;pointer-events:auto}.gfield.field_selected:not(.placeholder) .gfield-admin-icons,.gfield:focus-within .gfield-admin-icons,.gfield:hover .gfield-admin-icons,.ui-draggable-dragging .gfield-admin-icons{opacity:1;pointer-events:auto}.ui-draggable-dragging .gfield-admin-icons{background:#242748;border-color:#242748;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)}.ui-draggable-dragging .gfield-admin-icons .gfield-field-action{border-color:#242748}.ui-draggable-dragging .gfield-admin-icons .gfield-drag,.ui-draggable-dragging .gfield-admin-icons .gfield-edit{background-color:#242748;color:#fff}.ui-draggable-dragging .gfield-admin-icons .gfield-duplicate,.ui-draggable-dragging .gfield-admin-icons .gfield-edit{display:none}.ui-draggable-dragging .gfield-admin-icons .gfield-delete{opacity:0}.ui-draggable-dragging .gfield-admin-icons .gfield-delete path,.ui-draggable-dragging .gfield-admin-icons .gfield-drag rect,.ui-draggable-dragging .gfield-admin-icons .gfield-edit path{fill:#fff}.ui-draggable-dragging .gfield-admin-icons .gfield-field-action__description{display:none!important}.ui-draggable-dragging .gfield-admin-icons .gfield-icon{opacity:1}html[dir=rtl] .gfield-admin-icons{left:auto;right:1rem}html[dir=rtl] .gfield-admin-icons button.gfield-delete{border-left:none;border-radius:3px 0 0 3px}html[dir=rtl] .gfield-admin-icons .gfield-drag{border-left:1px solid #d5d7e9;border-radius:0 3px 3px 0;z-index:20}html[dir=rtl] .gfield-admin-icons .gfield-icon{left:0;right:auto}html[dir=rtl] body .gform_wrapper .gfield-drag,html[dir=rtl] body .gform_wrapper .gfield-icon,html[dir=rtl] body .gform_wrapper button.gfield-delete,html[dir=rtl] body .gform_wrapper button.gfield-duplicate{text-align:center!important}.gform_editor_status{background:#32373c;border-radius:4px;bottom:6.125rem;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.125rem;padding:1rem 1.5rem;position:fixed;z-index:99}.gform_editor_status a{color:#fff;margin-left:.375rem}.gform_editor .ginput_container_date input{max-width:100%}.gform_editor .ginput_container_date select{padding-right:2rem}html[dir=rtl] .gform_editor .ginput_container_date select{padding-left:2rem;padding-right:0}#sidebar_field_label:after{background-color:#ecedf8;border:1px solid #d5d7e9;border-radius:40px;content:attr(data-fieldId-Label) attr(data-fieldId);float:right;font-size:.6875rem;font-weight:600;padding:.1125rem .4625rem}#sidebar_field_label.no-id:after{display:none}html[dir=rtl] #sidebar_field_label:after{float:left;margin:0 1rem .5rem}#sidebar_field_info #sidebar_field_description #sidebar_field_text{color:#555d66;line-height:1rem;padding-right:4.375rem;padding-top:.375rem}.gf-html-container{width:70%}.admin-hidden-markup .gform-icon--hidden{margin-right:.25rem}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour{align-items:baseline;display:flex;margin-right:.75rem}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input{min-width:92%;width:92%}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input[type=number]{margin-right:.375rem;width:calc(3rem + 8px)}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour i{font-style:normal}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_minute input[type=number]{width:calc(3rem + 8px)}.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time{flex-basis:auto}.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time input[type=text]+i{margin-left:.25rem}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour{margin-left:.75rem;margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour i{float:none}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour input[type=number]{margin-left:.375rem;margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .ginput_container_time{margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .ginput_container_time input[type=text]+i{margin-right:.4rem}.gforms_edit_form{line-height:1.188rem}.gforms_edit_form button:focus,.gforms_edit_form li:focus{outline:none}#gf-admin-notices-wrapper,.gform-settings__wrapper,.gforms_edit_form,.gforms_form_settings_wrap,.gforms_help{-webkit-font-smoothing:antialiased;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif}.toplevel_page_gf_edit_forms{background-color:#fff}body.toplevel_page_gf_edit_forms #wpfooter{display:none}body.toplevel_page_gf_edit_forms #wpcontent{padding-left:0}body.toplevel_page_gf_edit_forms #wpbody-content{width:100%}body.toplevel_page_gf_edit_forms #gform-form-toolbar{border-bottom:1px solid #ecedf8;box-shadow:none;margin:0}body.toplevel_page_gf_edit_forms .gforms_edit_form{bottom:0;display:flex;flex-grow:1;height:100vh;margin:0!important;overscroll-behavior-y:none;position:fixed;top:46px;width:100%}@media (min-width:783px){body.toplevel_page_gf_edit_forms .gforms_edit_form{top:32px}}body.toplevel_page_gf_edit_forms .gforms_edit_form>table{background-color:#fff;padding-top:3.75rem}#wpbody-content>div:not(.gforms_edit_form):not(.gforms_force_editor_display){display:none!important}.gform-admin .gform-flyout.gform-flyout--choices-ui{padding-top:1.25rem}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__head{padding:0 1.2rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__close.gform-button--size-xs{top:15px}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__body{padding:1.25rem 1.5625rem}.gform-admin .choices-ui__trigger{margin-bottom:12px;padding:0 16px 0 13px}.gform-admin .choices-ui__trigger .choices-ui__trigger-icon{font-size:1.5rem}.gform-admin .choices-ui__trigger-section{margin:0}.gform-admin .choices-ui__section{clear:both;padding:.5rem 0 0}.gform-admin .choices-ui__options-list>li{display:inline-block;margin:0 .5rem .5rem 0}.gform-admin .choices-ui__options-list>li label{margin-bottom:0}.gform-admin .choices-ui__section-label{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;margin:0 0 .8rem}html[dir=rtl] .gform-admin .choices-ui__trigger{padding:0 13px 0 16px}html[dir=rtl] .gform-admin .choices-ui__options-list>li{margin:0 0 .5rem .5rem}body.toplevel_page_gf_edit_forms .gform-form-toolbar{margin:0;max-width:100%;padding:0 .5rem 0 0;position:fixed;width:calc(100% - 160px)}body.toplevel_page_gf_edit_forms .gform-form-switcher__container{top:87px!important}body.toplevel_page_gf_edit_forms.gform-jetpack-admin-menu .gform-form-toolbar{width:calc(100% - 272px)}body.toplevel_page_gf_edit_forms.folded .gform-form-toolbar{width:calc(100% - 36px)}.gf-popover{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards;display:none;position:absolute;top:45px}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.gf-popover:after{border-color:#444 transparent #fff;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-style:none solid solid;border-width:0 8px 8px;top:-6px}.gf-popover:after,.gf-popover:before{content:"";display:block;height:0;left:18.5px;line-height:0px;margin-left:-10px;position:absolute;width:0}.gf-popover:before{border-color:#444 transparent #e2e4e7;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-style:none solid solid;border-width:0 8px 8px;top:-8px}.gf-popover__content{background:#fff;border:1px solid #e2e4e7;box-shadow:0 3px 30px rgba(25,30,35,.1);height:auto;overflow-y:auto;padding-bottom:.5rem;padding-top:.5rem;width:200px}.gf-popover__button:focus{border:none;box-shadow:none;color:#1e1e1e;outline:1px dotted #1e1e1e;outline-offset:-2px}.gf-popover__button:hover{background:#f3f4f5;border:none;box-shadow:none;color:#1e1e1e}.gf-popover__button{background:none;border:none;border-radius:4px;box-shadow:none;color:#40464d;cursor:pointer;display:flex;font-size:.8125rem;padding:8px 15px;text-align:left;text-decoration:none;transition:box-shadow .1s linear;width:100%}.gf-popover__button :first-child{margin-right:4px}div.ui-tabs div.ui-tabs-panel{border:none}div.ui-widget-content{background-color:#fff}.editor-sidebar{height:100%;position:fixed;right:0;top:110px;z-index:1}@media (min-width:783px){.editor-sidebar{top:96px}}html[dir=rtl] .editor-sidebar{left:0;right:unset}.sidebar{background-color:#fff;border-bottom:1px solid #ecedf8;border-left:1px solid #ecedf8;max-height:calc(100% - 85px);min-height:calc(100% - 85px);padding:0;width:370px}.sidebar .sidebar__nav-wrapper{background-color:inherit;border-bottom:1px solid #ecedf8!important;height:8.0625rem;padding:0;position:fixed;width:16.875rem;z-index:1000}@media (min-width:960px){.sidebar .sidebar__nav-wrapper{width:23.125rem}}.sidebar .sidebar__nav-wrapper .search-button{box-sizing:border-box;padding:1rem;position:relative;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav{border-bottom:0!important;display:flex;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item{flex-grow:1;height:3rem}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text{align-items:center;box-sizing:border-box;display:flex;height:2.8125rem;justify-content:center;line-height:.875rem;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text-inner{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.sidebar .sidebar-instructions{padding:21px 23px 21px 57px;position:relative}.sidebar .sidebar-instructions p{margin:0}.sidebar .sidebar-instructions:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTIuMjVoLS4xMWwtLjA3NC4wOEwuMjUgMTcuMjc3Vi42MThMMTEuNDk0IDEyLjI1SDVabS0zLjU4MyAxLjQxN3YuNjQ1bC40MzQtLjQ3NyAyLjUxLTIuNzUyaDQuMzkzbC0uNDA3LS40MjMtNi41LTYuNzUtLjQzLS40NDdWMTMuNjY3WiIgZmlsbD0iIzI0Mjc0OCIgc3Ryb2tlPSIjMjQyNzQ4IiBzdHJva2Utd2lkdGg9Ii41Ii8+PC9zdmc+);height:1.0625rem;left:1.6875rem;line-height:1.25rem;position:absolute;top:50%;transform:translateY(-50%);width:1.0625rem}.sidebar .field_settings,.sidebar .panel-block-tabs{overflow-y:auto}.sidebar .field_settings .simplebar-wrapper,.sidebar .panel-block-tabs .simplebar-wrapper{height:100%}.sidebar .field_settings{padding-bottom:10px}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active{background-color:transparent;border:none;border-radius:0;margin:0;min-width:6.6875rem}.sidebar__nav__item-text{padding:0 .625rem}#gform-form-toolbar_links li a,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a{box-shadow:none;color:#242748;display:block;font-size:.8125rem;font-weight:400;line-height:45px;outline:none;padding:0;text-align:center;vertical-align:middle;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item a:after{transition:all .15s linear}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a:after{background:transparent;border-radius:0;content:" ";display:block;height:2px;transition:all .15s linear;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-hover a:after{background:#d5d7e9;border-radius:0;content:" ";display:block;height:3px;transition:all .15s linear;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:after{background:#3e7da6;border-radius:0;content:" ";display:block;height:3px;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:active,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:focus{box-shadow:none}.panel-block-tabs__toggle .ui-accordion-header-active{margin-bottom:5px}.panel-block-tabs__toggle i:before{color:#9092b2;content:"\f347"}.panel-block-tabs__toggle:hover{background:#f6f9fc}.panel-block-tabs__toggle:hover i:before{color:#242748}.panel-block-tabs__toggle:focus{border-color:#3985b7;outline:none}.panel-block-tabs__toggle.ui-accordion-header-active i:before{content:"\f343"}.panel-block-tabs__toggle i{color:#9092b2;font-family:dashicons;font-size:18px;font-style:normal;position:absolute;right:1rem}.search-button span{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgMTFoLS43OWwtLjI4LS4yN2E2LjUgNi41IDAgMCAwIDEuNDgtNS4zNGMtLjQ3LTIuNzgtMi43OS01LTUuNTktNS4zNEE2LjUwNSA2LjUwNSAwIDAgMCAuMDUgNy4zMmMuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTlhNi41IDYuNSAwIDAgMCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlMMTIuNSAxMVptLTYgMEM0LjAxIDExIDIgOC45OSAyIDYuNVM0LjAxIDIgNi41IDIgMTEgNC4wMSAxMSA2LjUgOC45OSAxMSA2LjUgMTFaIiBmaWxsPSIjOTA5MkIyIi8+PC9zdmc+);height:1.0625rem;line-height:1.25rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:1.0625rem}.search-button:hover span{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgMTFoLS43OWwtLjI4LS4yN2E2LjUgNi41IDAgMCAwIDEuNDgtNS4zNGMtLjQ3LTIuNzgtMi43OS01LTUuNTktNS4zNEE2LjUwNSA2LjUwNSAwIDAgMCAuMDUgNy4zMmMuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTlhNi41IDYuNSAwIDAgMCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlMMTIuNSAxMVptLTYgMEM0LjAxIDExIDIgOC45OSAyIDYuNVM0LjAxIDIgNi41IDIgMTEgNC4wMSAxMSA2LjUgOC45OSAxMSA2LjUgMTFaIiBmaWxsPSIjM0U3REE2Ii8+PC9zdmc+)}.search-button.clearable .clear-button{max-height:.75rem;max-width:.75rem;padding-right:.3175rem}.search-button.clearable .clear-button,.search-button.clearable:hover .clear-button{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjU4NiA2IC4yOTMgMS43MDdBMSAxIDAgMCAxIDEuNzA3LjI5M0w2IDQuNTg2IDEwLjI5My4yOTNhMSAxIDAgMSAxIDEuNDE0IDEuNDE0TDcuNDE0IDZsNC4yOTMgNC4yOTNhMSAxIDAgMCAxLTEuNDE0IDEuNDE0TDYgNy40MTRsLTQuMjkzIDQuMjkzYTEgMSAwIDAgMS0xLjQxNC0xLjQxNEw0LjU4NiA2WiIgZmlsbD0iIzI0Mjc0OCIvPjwvc3ZnPg==)}html[dir=rtl] .search-button span{left:2rem;right:auto}html[dir=rtl] .search-button:after{left:1.75rem;right:auto}.gf-field-group__no-results{font-size:.75rem;font-style:italic;padding:0 1rem}.panel-block-tabs__body--nopadding{padding:1rem 0 0}.panel-block-tabs__body--settings label{margin-bottom:.5rem}.panel-block-tabs__body--settings .field-choice-row label{margin-bottom:0}.sidebar .sidebar__panel{padding:131px 0 0}.sidebar__panel.ui-tabs-panel{display:flex;flex-flow:column;height:calc(100vh - 220px);text-align:left}.panel-block--flex{display:flex;flex-shrink:0}.panel-block--hidden{display:none}#nothing_selected{padding:25px;text-align:center}li.field_setting,li.pagination_setting{margin-bottom:.9375rem;position:relative}li.pagination_setting .percentage_style_setting~.percentage_custom_container{margin-top:.9375rem}.input_active_icon{margin:.3rem 0 0}.field-choice-row{align-items:center;display:flex;flex-flow:row nowrap;padding:0;width:100%}.field-choice-row+.field-choice-row{margin-top:.5rem}.field-choice-row button:not(.field-choice-button),.field-choice-row button:not(.field-choice-button):hover{background:transparent;border:none;color:#000;cursor:pointer;vertical-align:middle}.field-choice-button,.gf_delete_field_choice,.gf_insert_field_choice{background:transparent 50% no-repeat;border:0;cursor:pointer;height:.625rem;width:.625rem}.field-choice-button:before{content:none}.field-choice-button--insert,.gf_insert_field_choice{background-image:url(../../../images/icon-add.svg);margin:0 .25rem}.field-choice-button--delete,.gf_delete_field_choice{background-image:url(../../../images/icon-close-small.svg);margin-left:.25rem}.gf_delete_field_choice,.gf_insert_field_choice{font-family:dashicons}html:not([dir=rtl]) .field-choice-row .field-choice-button--delete{margin-left:.25rem}html[dir=rtl] .field-choice-row .field-choice-button--delete{margin-right:.25rem}.field-choice-button--delete,.field-choice-button--insert{margin:0;padding:.65rem}.field-choice-button--delete:focus,.field-choice-button--insert:focus{box-shadow:0 0 0 2px #bed8ed}.field-choice-button--delete{margin-right:.1rem}.field-choice-handle{background:url(../../../images/icon-handle.svg) 50% no-repeat;cursor:move;display:inline-block;height:.75rem;vertical-align:middle;width:.625rem}html:not([dir=rtl]) .field-choice-handle{margin-left:.3125rem;width:.588rem}html[dir=rtl] .field-choice-handle{margin-right:.3125rem;width:.588rem}#sidebar_field_info{color:#242748;font-size:.8125rem;padding:15px 0 17px;text-align:center;width:100%}#sidebar_field_info #sidebar_field_description #sidebar_field_text{color:#242748;font-size:.8125rem;height:auto;line-height:1.188rem;padding-top:6px;text-align:left}#sidebar_field_info #sidebar_field_description #sidebar_field_label{color:#242748;font-size:13px;font-weight:500;height:18px;line-height:1.188rem;text-align:left}#sidebar_field_info #sidebar_field_description{width:75%}#sidebar_field_info #sidebar_field_icon{align-items:center;display:flex;font-size:1.5rem;justify-content:center;width:68px}.gf_editor_status:active,.gf_editor_status:focus{background-color:#1e1e1e;box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.gf_editor_status:hover{background-color:#1e1e1e}.gf_editor_status a:hover{color:#007cba}.gf_editor_status{background-color:#242748;border-radius:4px;bottom:0;box-shadow:0 2px 4px rgba(0,0,0,.3);box-sizing:border-box;color:#fff;cursor:pointer;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;height:3.125rem;left:11rem;max-width:600px;opacity:0;padding:1rem 1.5rem;position:fixed;width:-moz-fit-content;width:fit-content}.gf_editor_status a{color:#fff;display:inline-block;height:auto;line-height:1.4;margin-left:2rem;padding:0}.gf_editor_status a:focus{box-shadow:none;outline:none}.rtl .gf_editor_status{left:auto;right:11rem}.rtl .gf_editor_status a{margin-left:0;margin-right:2rem}.folded .gf_editor_status{left:52px}#gfield_settings_category_container,.gfield_settings_input_choices_container{margin-bottom:.5rem;margin-top:.9rem;max-height:222px;overflow-y:auto}#gfield_settings_choices_container label:not(.gform-choice__selected-label){margin-bottom:.5rem;padding:0}html:not([dir=rtl]) #gfield_settings_choices_container label:first-child{margin-left:3.325rem}html[dir=rtl] #gfield_settings_choices_container label:first-child{margin-right:3.325rem}#field_columns li input.field-choice-text{margin-bottom:.5rem}#gfield_settings_choices_container .gfield_choice_header_label{display:inline-block!important;width:calc(100% - 6rem)}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_label{width:calc(100% - 8.5rem)}#gfield_settings_choices_container.choice_with_value .gfield_choice_header_label{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label{width:calc(50% - 4.4375rem)}#gfield_settings_choices_container .gfield_choice_header_value{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_value{width:calc(50% - 4.4375rem)}#gfield_settings_choices_container{margin-bottom:.5rem}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_limit{float:none;margin-right:0;width:2.5rem}#gfield_settings_choices_container.choice_with_price>label{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price>label{width:calc(50% - 4.4375rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price .gfield_choice_header_limit{width:2.5rem}#gfield_settings_choices_container.choice_with_price .field-choice-input{flex-basis:calc(50% - 3rem);width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price .field-choice-input{flex-basis:auto;width:calc(50% - 4.25rem)}#gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2.8125rem)}#gfield_settings_choices_container.choice_with_value_and_price .field-choice-price{margin-left:.3125rem}#gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit){flex-basis:calc(33.332% - 2rem);width:calc(33.332% - 2rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit){width:calc(33.332% - 2.8125rem)}html[dir=rtl] #gfield_settings_choices_container.choice_with_value_and_price .field-choice-price{margin-left:0;margin-right:.3125rem}html[dir=rtl] #gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2.3rem)}.gfield_rule_input,.gfield_rule_value_dropdown{display:none}.gfield_rule_input.active,.gfield_rule_value_dropdown.active{display:inline-block}#legacy_field_settings_container{display:none!important;left:0;position:absolute;top:0}.gf_calculation_buttons{align-items:center;background-color:#f5f5f5;border-radius:5px 5px 0 0;box-shadow:inset 0 0 0 1px #ddd;display:flex;float:none;height:30px;margin-right:0;margin-top:7px;padding-bottom:5px;padding-top:5px;width:100%}.gf_calculation_trigger{display:inline-block;margin:.25rem 0 .75rem}.gf_calculation_buttons input[type=button]{background-color:#f5f5f5;border:1px solid #cfcfcf;border-radius:5px;cursor:pointer;float:none;font-weight:600;height:27px;margin-left:5px;padding:0;text-align:center;width:27px}.field_calculation_rounding label{display:block;margin-bottom:.75rem}#field_calculation_formula{border-radius:0 0 5px 5px}.notice{display:none}#gform_input_mask{padding-top:.9375rem}.maxlen_setting.field_setting{min-height:4.1875rem}.gform_inline_options{display:flex;justify-content:flex-start}.gform_inline_options div{padding-right:.5rem}html[dir=rtl] .gform_inline_options div{padding-left:.5rem;padding-right:0}#form_editor_fields_container .gform_wrapper .hour_minute_colon{padding:.5rem}.post_custom_field_setting>div{margin-bottom:12px}#form_editor_fields_container .gf_invisible,#form_editor_fields_container .gfield_visibility_hidden{left:unset;position:relative;visibility:visible}.gform_editor ul .admin-hidden-markup{margin-top:-1rem;position:relative}.gform_editor ul .admin-hidden-markup span{color:#1e1e1e;display:inline-block;font-size:.8125rem;margin-left:.625rem;position:absolute;top:50%;transform:translateY(-52%)}.gform_editor ul .admin-hidden-markup i.dashicon.dashicons-hidden{color:#1e1e1e;font-family:dashicons;font-size:1.125rem}div.settings_control_container div.gfield_admin_header_title{display:none;margin-top:-4px}.field_edit_icon,.form_edit_icon{display:none;float:right;margin-left:6px}.field_duplicate_icon{display:none;float:right;margin:0 0 0 8px}.field_duplicate_icon i{color:#185d7c!important}.field_delete_icon,.form_delete_icon{display:none;float:right;margin:-1px 0 0 6px!important}.gforms_edit_form .gform_wrapper .ginput_container_date{display:inline}#gfcs-container #gfcs-drop{width:auto}html[dir=rtl] body.toplevel_page_gf_edit_forms #wpcontent{padding-left:0;padding-right:0}html[dir=rtl] .sidebar{border-left:none;border-right:1px solid #9092b2}html[dir=rtl] .ui-tabs .ui-tabs-nav li{float:right}html[dir=rtl] #sidebar_field_info{flex-flow:row-reverse;justify-content:space-between}html[dir=rtl] #sidebar_field_info #sidebar_field_description #sidebar_field_label{text-align:right}html[dir=rtl] #sidebar_field_info #sidebar_field_description #sidebar_field_text{padding-right:0;text-align:right}html[dir=rtl] #sidebar_field_info #sidebar_field_icon{order:3}html[dir=rtl] .panel-block-tabs__toggle,html[dir=rtl] .section_label{text-align:right}html[dir=rtl] .panel-block-tabs__toggle i{left:27px;right:inherit}html[dir=rtl] .panel-block-tabs__toggle{padding-left:0;padding-right:10px}html[dir=rtl] #gppa>li,html[dir=rtl] .panel-block-tabs__body>li{text-align:right}html[dir=rtl] .panel-block-tabs__body--settings input[type=checkbox]+label:before,html[dir=rtl] .panel-block-tabs__body--settings input[type=checkbox]:not(.gform-field__toggle-input):not(.field-choice-type)+label:before{margin-left:6px;margin-right:0}html[dir=rtl] .right ul#gf__tag_list{left:0}html[dir=rtl] .right ul#gf_merge_tag_list{left:0;right:auto}@media only screen and (max-width:960px){.editor-sidebar,.sidebar,.sidebar .sidebar__nav{width:270px}.add-buttons li button{height:5.3125rem;white-space:normal;width:90%}.add-buttons,.panel-block-tabs__body{padding:0 8px 16px}.sidebar .ui-tabs .ui-tabs-nav{width:270px}body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar{width:calc(100% - 36px)}}@media only screen and (max-width:782px){.wp-responsive-open .editor-sidebar{right:-207px}html[dir=rtl] .wp-responsive-open .editor-sidebar{left:-207px}body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar{width:100%}.sidebar{max-height:calc(100% - 79px);min-height:calc(100% - 79px)}.gform_editor{padding:0}}.gform-admin .gform-c-warning-text{color:#a16938}.gform-admin .gform-c-error-text,.gform-admin .gform-c-red{color:#dd301d}.gform-admin .gform-c-hunter{color:#276a52}.gform-admin .gform-c-orange{color:#f15a2b}.gform-admin .gform-c-blue-ribbon{color:#175cff}.gform-admin .gform-p-16{padding:1rem}.gform-admin .gform-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-hide-if-ie{display:inherit}.gform-hide-if-not-ie,.gform-show-if-ie{display:none}.gform-show-if-not-ie{display:inherit}.gform-fade-if-not-ie{opacity:.4}.gform-fade-if-not-ie,.gform-fade-if-not-ie *{pointer-events:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.gform-hide-if-ie{display:none}.gform-hide-if-not-ie,.gform-show-if-ie{display:inherit}.gform-show-if-not-ie{display:none}.gform-fade-if-ie{opacity:.4}.gform-fade-if-not-ie{cursor:inherit;opacity:inherit;pointer-events:inherit}} \ No newline at end of file +.gform-browser-notice{align-items:center;display:flex;justify-content:flex-start}.gform-browser-notice__inner{display:flex;flex-direction:column;margin-top:10rem;max-width:100%;width:700px}.gform-browser-notice__content,.gform-browser-notice__media{flex:1}.gform-browser-notice__media{display:flex}.gform-browser-notice__media--inline{flex-direction:row;flex-wrap:nowrap;justify-content:center}.gform-browser-notice__media--inline img{height:3rem;margin:0 .5rem;width:3rem}.gform-browser-notice__content p{font-size:1.0625rem;font-weight:400;line-height:1.75;text-align:center}.form_editor_fields_container{background-color:transparent;display:flex;flex-direction:column;flex-grow:1;max-height:calc(100% - 144px);max-width:calc(100% - 594px);min-height:calc(100% - 144px);overflow-x:hidden;overflow-y:auto;padding:1rem 2rem 2rem;position:relative;right:0;top:4rem;z-index:1}.gf_browser_safari .form_editor_fields_container>.simplebar-wrapper>.simplebar-mask>.simplebar-offset>.simplebar-content-wrapper>.simplebar-content{min-height:calc(100vh - 9rem)}.form_editor_fields_container.form_editor_fields_no_fields{overflow-y:hidden}.form_editor_fields_container.droppable{max-width:100%;padding:1rem 562px 2rem 2rem;z-index:2}.gform-jetpack-admin-menu .form_editor_fields_container{max-width:calc(100% - 706px)}.gform-jetpack-admin-menu .form_editor_fields_container.droppable{padding-right:674px}.folded .form_editor_fields_container{max-width:calc(100% - 470px)}.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 438px 2rem 2rem;z-index:2}.dropzone__placeholder{background:#fff;box-sizing:border-box;height:calc(100vh - 186px);left:50%;margin:0;position:absolute;text-align:center;top:6rem;transform:translateX(-50%);transition:opacity .19s ease-out;width:100%;z-index:2}.dropzone-loader-visible .dropzone__placeholder{opacity:0}.droppable .dropzone__placeholder{height:calc(100vh - 130px)}.dropzone__placeholder p{color:#242748;display:block;font-size:1.0625rem;font-style:normal;font-weight:400;line-height:1.75rem;padding:0 3.125rem}.dropzone__placeholder .gform-editor__no-fields-graphic{height:auto;max-width:100%}.dropzone__placeholder.hovering{opacity:0}.dropzone__placeholder.hovering:after{opacity:.25}.dropzone__loader{padding:1rem}.dropzone__loader-item{background:#ecedf8;border-radius:3px}.dropzone__loader-label{height:1.438rem;width:8.125rem}.dropzone__loader-content{height:3.125rem;margin-top:.25rem}.dropzone__target{background:#f6f9fc;border:2px dashed #3e7da6;border-radius:5px;height:8.125rem;opacity:0;position:relative;transition:opacity .19s ease-out;z-index:1}.dropzone__target.hovering{opacity:1}html[dir=rtl] .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 562px}html[dir=rtl] .folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 438px}@media only screen and (max-width:960px){.form_editor_fields_container{max-width:calc(100% - 494px);width:100%}.form_editor_fields_container.droppable{max-width:100%;padding:2rem 462px 2rem 2rem}.gform-jetpack-admin-menu .form_editor_fields_container{max-width:calc(100% - 605px)}.gform-jetpack-admin-menu .form_editor_fields_container.droppable{padding-right:573px}.auto-fold .form_editor_fields_container,.folded .form_editor_fields_container{max-width:calc(100% - 370px);width:100%}.auto-fold .form_editor_fields_container.droppable,.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 338px 2rem 2rem}html[dir=rtl] .form_editor_fields_container{max-width:calc(100% - 494px);padding-left:2rem}html[dir=rtl] .form_editor_fields_container.droppable{max-width:calc(100% - 494px);padding:2rem 2rem 2rem 338px}html[dir=rtl] .auto-fold .form_editor_fields_container,html[dir=rtl] .folded .form_editor_fields_container{max-width:calc(100% - 370px)}html[dir=rtl] .auto-fold .form_editor_fields_container.droppable,html[dir=rtl] .folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 2rem 2rem 338px}}@media only screen and (max-width:782px){.form_editor_fields_container{max-height:calc(100% - 158px);max-width:calc(100% - 334px);min-height:calc(100% - 158px)}.form_editor_fields_container.droppable{max-width:100%;padding:2rem 302px 2rem 2rem}.auto-fold .form_editor_fields_container,.folded .form_editor_fields_container{max-width:calc(100% - 334px);width:100%}.auto-fold .form_editor_fields_container.droppable,.folded .form_editor_fields_container.droppable{max-width:100%;padding:2rem 302px 2rem 2rem}html[dir=rtl] .auto-fold .form_editor_fields_container,html[dir=rtl] .folded .form_editor_fields_container,html[dir=rtl] .form_editor_fields_container{max-width:calc(100% - 334px)}html[dir=rtl] .auto-fold .form_editor_fields_container.droppable,html[dir=rtl] .folded .form_editor_fields_container.droppable,html[dir=rtl] .form_editor_fields_container.droppable{max-width:100%;padding-left:302px}}.add-buttons,.panel-block-tabs__body{border:none;padding:.875rem;width:auto}html[dir=rtl] .add-buttons{justify-content:right}.add-buttons{align-content:stretch;display:flex;flex-wrap:wrap;justify-content:left;margin:0;overflow:visible}.add-buttons li{margin-bottom:.8125rem;width:33.33%}.add-buttons li button,.add-buttons li button.button{align-items:stretch;background:transparent;border:1px solid #d5d7e9;border-radius:3px;color:#242748;cursor:grab;display:flex;flex-direction:column;font-size:.8125rem;height:5.8125rem;justify-content:space-around;margin:0 auto;padding:.5rem 0 0;transition:all .1s ease-in-out;width:6.1875rem;word-break:break-word}.add-buttons li button.button:hover,.add-buttons li button:hover{border-color:#3e7da6;color:#3e7da6}.add-buttons li button.button:focus,.add-buttons li button:focus{border:1px solid #3985b7;border-radius:3px;box-shadow:0 0 0 2px #bed8ed;color:#242748;outline:none;transition:box-shadow .15s ease}.add-buttons li button.fieldPlaceholder{border:1px dashed #d5d7e9}.add-buttons li button.fieldPlaceholder div{opacity:0}button.ui-draggable-dragging{align-items:stretch;background:#fff;border:1px solid #d5d7e9;border-radius:3px;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:grabbing;display:flex;flex-direction:column;font-size:.8125rem;justify-content:space-around;padding:.5rem 0 0;text-align:center;white-space:normal;z-index:999999999}html[dir=rtl] div.gforms_edit_form button.ui-draggable-dragging,html[dir=rtl] div.gforms_edit_form button.ui-draggable-dragging div{text-align:center!important}button .button-text{font-size:.75rem;font-weight:400;line-height:1rem;padding:0 0 .5rem;text-align:center}.button-icon{border-radius:3px;font-family:dashicons;font-size:1.3125rem;height:1.5rem;text-align:center;width:100%}.button-icon img{fill:#242748;color:#242748;width:1.3125rem}.button-icon:before{line-height:1.5rem;transition:all .1s ease-in-out}.button-icon.icon-default:before{content:"\f111"}.gform_debug .hovering,.gform_debug .spacer{border-color:red!important;border-style:dashed}.gform_debug .gfield:after,.gform_debug button:after{content:attr(data-groupId);display:block;font-family:monospace;font-size:.875rem;text-align:center;width:100%}#indicator{background-color:#3e7da6;border-radius:3px;height:.25rem;position:absolute;width:100%}.dropzone-loader-visible #indicator{opacity:0}.gform_editor{-webkit-font-smoothing:antialiased;line-height:1.5;padding:4rem 3rem 8rem;position:relative}.gform_editor .left_label fieldset.gfield,.gform_editor .right_label fieldset.gfield{padding-top:1rem}.gform_editor .left_label fieldset.gfield .gfield-admin-icons,.gform_editor .right_label fieldset.gfield .gfield-admin-icons{top:calc(-3rem + -2px)}.gform_editor .left_label legend.gfield_label,.gform_editor .right_label legend.gfield_label{top:0}.gform_editor .gfield_description{margin-top:1rem}.gform_editor .gform_hidden,.gform_editor .gform_hidden label{display:block}.gform_editor .gform_hidden input,.gform_editor .gform_hidden label{opacity:.6}.gform_editor .gform_hidden .ui-resizable-handle{display:none!important}.gform_editor .gfield_radio li{list-style-type:none;margin:0}.gform_editor .gfield_radio li input{height:1rem;margin:.1875rem .25rem 0;width:1rem}div.wrap.gf_browser_chrome .gform_editor .gfield_radio li input{margin-left:0!important}.gform_editor .gfield_radio li label{display:inline-block;font-size:.9375rem;margin:0}.gform_editor .gform_fields>li{list-style-type:none}.gform_editor .gfield_checkbox li label{margin:-.5625rem 0 0}#gform_fields{grid-column-gap:1rem;position:relative}#gform_fields.left_label,#gform_fields.right_label{grid-column-gap:3.125rem}.gform_fields .gfield,.gform_wrapper.gravity-theme .gform_fields .gfield{margin:0 0 2.5rem}.gform_fields.left_label fieldset.gfield,.gform_fields.right_label fieldset.gfield{margin-left:1em}.gform_wrapper.gravity-theme .left_label .gfield_label+.ginput_container,.gform_wrapper.gravity-theme .right_label .gfield_label+.ginput_container{width:70%}.gform_editor .gpage:before{top:3rem}.gform_editor h2.gsection_title,.gform_editor h3.gsection_title{margin-top:0}html[dir=rtl] #no-fields,html[dir=rtl] #no-fields p{text-align:center!important}.gfield{border:1px solid transparent;border-radius:1px;box-sizing:content-box!important;font-size:1rem;grid-column:1/-1;margin:0;padding:1rem;position:relative}.gfield.field_selected,.gfield[focus-within]{border-color:transparent}.gfield.field_selected,.gfield:focus-within{border-color:transparent}.gfield:before{background-color:#d5d7e9;border-radius:5px;bottom:1.063rem;content:"";left:-5px;opacity:0;position:absolute;top:1.1rem;transition:opacity .2s ease-in-out;width:.25rem;z-index:1}html[dir=rtl] .gfield:before{left:auto;right:-.3125rem}.gfield.spacer:before{display:none}.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield:hover:before,.gfield[focus-within]:before{opacity:1}.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield:focus-within:before,.gfield:hover:before{opacity:1}.gfield.gfield_html.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield.gfield_html:hover:before,.gfield.gform_hidden.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,.gfield.gform_hidden:hover:before{bottom:1rem}fieldset.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,fieldset.gfield:before{bottom:1.08rem;top:-.86rem}fieldset.gfield+fieldset.gfield.field_selected:not(.placeholder):not(.ui-draggable-dragging):before,fieldset.gfield+fieldset.gfield:before{top:-1rem}.gfield textarea{display:block}.gfield:focus{outline:0}.dragging .gfield:not(.clone):not(.placeholder):not(.spacer){border-radius:5px}.gfield.ui-draggable-dragging{background:transparent;border:0}.gfield.ui-draggable-dragging .gfield_description,.gfield.ui-draggable-dragging .ginput_container,.gfield.ui-draggable-dragging .hour_minute_colon,.gfield.ui-draggable-dragging .ui-resizable-handle.ui-resizable-e,.gfield.ui-draggable-dragging input,.gfield.ui-draggable-dragging label,.gfield.ui-draggable-dragging legend,.gfield.ui-draggable-dragging:before{opacity:0!important}.spacer{padding:1rem 0}.spacer:after{content:""}.gfield.custom{grid-column:span 1}.ui-sortable-helper{opacity:.5}.gfield .ui-resizable-e,.gfield .ui-resizable-w{background-color:#3e7da6;border-radius:5px;bottom:1.063rem;cursor:ew-resize;opacity:0;pointer-events:none;right:-.25rem;top:1.1rem;transition:all .2s ease-in-out;width:.25rem}fieldset.gfield .ui-resizable-e,fieldset.gfield .ui-resizable-w{top:-1rem}.gpage .ui-resizable-handle,.gsection .ui-resizable-handle{display:none!important}.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e,.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w,.gfield:hover .ui-resizable-e,.gfield:hover .ui-resizable-w,.gfield[focus-within] .ui-resizable-e,.gfield[focus-within] .ui-resizable-w,.ui-resizable-resizing .ui-resizable-e,.ui-resizable-resizing .ui-resizable-w{opacity:1;pointer-events:auto}.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-e,.gfield.field_selected:not(.ui-draggable-dragging):not(.placeholder) .ui-resizable-w,.gfield:focus-within .ui-resizable-e,.gfield:focus-within .ui-resizable-w,.gfield:hover .ui-resizable-e,.gfield:hover .ui-resizable-w,.ui-resizable-resizing .ui-resizable-e,.ui-resizable-resizing .ui-resizable-w{opacity:1;pointer-events:auto}.gfield .ui-resizable-w{display:none!important}html[dir=rtl] .gfield:not(.ui-draggable-dragging) .ui-resizable-w{display:block!important;left:-.25rem;right:auto}html[dir=rtl] .gfield .ui-resizable-e{display:none!important}.gf-drag-handle{background-color:#000;height:1rem;left:-1rem;position:absolute;top:-1rem;width:1rem}.gfield-admin-icons{background:#fff;border:1px solid #d5d7e9;border-radius:3px;box-shadow:0 2px 12px rgba(28,31,63,.09);display:flex;flex-direction:row;left:1rem;opacity:0;pointer-events:none;position:absolute;top:calc(-3rem + -2px);transition:all .2s ease-in-out;z-index:2}.gfield-admin-icons .gfield-field-action{align-items:center;background-color:#fff;border:0;border-left:1px solid #d5d7e9;color:#242748;cursor:pointer;display:flex;font-size:0;height:3rem;justify-content:center;outline:none;position:relative;width:3rem}.gfield-admin-icons .gfield-field-action .gform-icon--drag-indicator,.gfield-admin-icons .gfield-field-action .gform-icon--duplicate,.gfield-admin-icons .gfield-field-action .gform-icon--settings,.gfield-admin-icons .gfield-field-action .gform-icon--trash{font-size:1.625rem}.gfield-admin-icons .gfield-field-action .dashicons{line-height:3rem}.gfield-admin-icons .gfield-field-action:first-child{border-left:0;border-radius:3px 0 0 3px}.gfield-admin-icons .gfield-field-action svg{outline:none;vertical-align:middle}.gfield-admin-icons .gfield-field-action .gfield-field-action__description{background:#242748;border-radius:2px;color:#fff;font-size:.625rem;font-weight:500;left:50%;line-height:1.5;opacity:0;padding:.35rem .75rem;position:absolute;text-align:center;top:-1.25rem;transform:translateX(-50%);transition:all .2s ease-in-out;z-index:100}.gfield-admin-icons .gfield-field-action:focus .gfield-field-action__description,.gfield-admin-icons .gfield-field-action:hover .gfield-field-action__description{opacity:1;transition-delay:.3s}.gfield-admin-icons .gfield-delete:focus,.gfield-admin-icons .gfield-delete:hover,.gfield-admin-icons .gfield-edit:focus,.gfield-admin-icons .gfield-edit:hover{color:#3e7da6}.gfield-admin-icons .gfield-delete:focus path,.gfield-admin-icons .gfield-delete:hover path,.gfield-admin-icons .gfield-edit:hover path{fill:#3e7da6}.gfield-admin-icons .gfield-duplicate{border-radius:0}.gfield-admin-icons .gfield-duplicate:focus .stroke,.gfield-admin-icons .gfield-duplicate:hover .stroke{stroke:#3e7da6}.gfield-admin-icons .gfield-duplicate:focus .fill,.gfield-admin-icons .gfield-duplicate:hover .fill{fill:#3e7da6}.gfield-admin-icons .gfield-drag:active path{fill:#fff}.gfield-admin-icons .gfield-drag{cursor:grab}.gfield-admin-icons .gfield-drag:focus i:before,.gfield-admin-icons .gfield-drag:hover i:before{color:#3e7da6}.gfield-admin-icons .gfield-delete{border-radius:0 3px 3px 0;outline:none;position:relative;z-index:20}.gfield-admin-icons .gfield-delete svg{position:relative;top:-1px}.gfield-admin-icons .gfield-icon{background:#242748;color:#fff;font-size:1.5em;opacity:0;position:absolute;right:0;top:0;z-index:10}#gform_fields.top_label fieldset.gfield{padding:1rem}body:not(:-moz-handler-blocked) #gform_fields fieldset.gfield{display:table-cell}.gform_wrapper fieldset.gfield .gfield-admin-icons{margin-bottom:1rem;top:calc(-5rem + -2px)}.gform_wrapper fieldset.gfield legend{left:-.13rem;position:relative;top:.9rem}:root #gform_fields fieldset.gfield .gfield-admin-icons,_::-webkit-full-page-media,_:future{top:calc(-5rem + -2px)}.gf_browser_gecko #gform_fields fieldset.gfield .gfield-admin-icons{top:calc(-5rem + -2px)}#gform_fields.left_label fieldset .gfield-admin-icons{left:0}.gfield.field_selected:not(.placeholder) .gfield-admin-icons,.gfield:hover .gfield-admin-icons,.gfield[focus-within] .gfield-admin-icons,.ui-draggable-dragging .gfield-admin-icons{opacity:1;pointer-events:auto}.gfield.field_selected:not(.placeholder) .gfield-admin-icons,.gfield:focus-within .gfield-admin-icons,.gfield:hover .gfield-admin-icons,.ui-draggable-dragging .gfield-admin-icons{opacity:1;pointer-events:auto}.ui-draggable-dragging .gfield-admin-icons{background:#242748;border-color:#242748;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)}.ui-draggable-dragging .gfield-admin-icons .gfield-field-action{border-color:#242748}.ui-draggable-dragging .gfield-admin-icons .gfield-drag,.ui-draggable-dragging .gfield-admin-icons .gfield-edit{background-color:#242748;color:#fff}.ui-draggable-dragging .gfield-admin-icons .gfield-duplicate,.ui-draggable-dragging .gfield-admin-icons .gfield-edit{display:none}.ui-draggable-dragging .gfield-admin-icons .gfield-delete{opacity:0}.ui-draggable-dragging .gfield-admin-icons .gfield-delete path,.ui-draggable-dragging .gfield-admin-icons .gfield-drag rect,.ui-draggable-dragging .gfield-admin-icons .gfield-edit path{fill:#fff}.ui-draggable-dragging .gfield-admin-icons .gfield-field-action__description{display:none!important}.ui-draggable-dragging .gfield-admin-icons .gfield-icon{opacity:1}html[dir=rtl] .gfield-admin-icons{left:auto;right:1rem}html[dir=rtl] .gfield-admin-icons button.gfield-delete{border-left:none;border-radius:3px 0 0 3px}html[dir=rtl] .gfield-admin-icons .gfield-drag{border-left:1px solid #d5d7e9;border-radius:0 3px 3px 0;z-index:20}html[dir=rtl] .gfield-admin-icons .gfield-icon{left:0;right:auto}html[dir=rtl] body .gform_wrapper .gfield-drag,html[dir=rtl] body .gform_wrapper .gfield-icon,html[dir=rtl] body .gform_wrapper button.gfield-delete,html[dir=rtl] body .gform_wrapper button.gfield-duplicate{text-align:center!important}.gform_editor_status{background:#32373c;border-radius:4px;bottom:6.125rem;box-shadow:0 2px 4px rgba(0,0,0,.3);color:#fff;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.125rem;padding:1rem 1.5rem;position:fixed;z-index:99}.gform_editor_status a{color:#fff;margin-left:.375rem}.gform_editor .ginput_container_date input{max-width:100%}.gform_editor .ginput_container_date select{padding-right:2rem}html[dir=rtl] .gform_editor .ginput_container_date select{padding-left:2rem;padding-right:0}#sidebar_field_label:after{background-color:#ecedf8;border:1px solid #d5d7e9;border-radius:40px;content:attr(data-fieldId-Label) attr(data-fieldId);float:right;font-size:.6875rem;font-weight:600;padding:.1125rem .4625rem}#sidebar_field_label.no-id:after{display:none}html[dir=rtl] #sidebar_field_label:after{float:left;margin:0 1rem .5rem}#sidebar_field_info #sidebar_field_description #sidebar_field_text{color:#555d66;line-height:1rem;padding-right:4.375rem;padding-top:.375rem}.gf-html-container{width:70%}.admin-hidden-markup .gform-icon--hidden{margin-right:.25rem}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour{align-items:baseline;display:flex;margin-right:.75rem}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input{min-width:92%;width:92%}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour input[type=number]{margin-right:.375rem;width:calc(3rem + 8px)}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_hour i{font-style:normal}.gform_wrapper.gravity-theme.gform_legacy_markup .gfield_time_minute input[type=number]{width:calc(3rem + 8px)}.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time{flex-basis:auto}.gform_wrapper.gravity-theme.gform_legacy_markup .ginput_container_time input[type=text]+i{margin-left:.25rem}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour{margin-left:.75rem;margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour i{float:none}html[dir=rtl] .gform_editor.gform_legacy_markup .gfield_time_hour input[type=number]{margin-left:.375rem;margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .ginput_container_time{margin-right:0}html[dir=rtl] .gform_editor.gform_legacy_markup .ginput_container_time input[type=text]+i{margin-right:.4rem}.gforms_edit_form{line-height:1.188rem}.gforms_edit_form button:focus,.gforms_edit_form li:focus{outline:none}#gf-admin-notices-wrapper,.gform-settings__wrapper,.gforms_edit_form,.gforms_form_settings_wrap,.gforms_help{-webkit-font-smoothing:antialiased;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif}.toplevel_page_gf_edit_forms{background-color:#fff}body.toplevel_page_gf_edit_forms #wpfooter{display:none}body.toplevel_page_gf_edit_forms #wpcontent{padding-left:0}body.toplevel_page_gf_edit_forms #wpbody-content{width:100%}body.toplevel_page_gf_edit_forms #gform-form-toolbar{border-bottom:1px solid #ecedf8;box-shadow:none;margin:0}body.toplevel_page_gf_edit_forms .gforms_edit_form{bottom:0;display:flex;flex-grow:1;height:100vh;margin:0!important;overscroll-behavior-y:none;position:fixed;top:46px;width:100%}@media (min-width:783px){body.toplevel_page_gf_edit_forms .gforms_edit_form{top:32px}}body.toplevel_page_gf_edit_forms .gforms_edit_form>table{background-color:#fff;padding-top:3.75rem}#wpbody-content>div:not(.gforms_edit_form):not(.gforms_force_editor_display){display:none!important}.gform-admin .gform-flyout.gform-flyout--choices-ui{padding-top:1.25rem}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__head{padding:0 1.2rem 1.5625rem}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__close.gform-button--size-xs{top:15px}.gform-admin .gform-flyout.gform-flyout--choices-ui .gform-flyout__body{padding:1.25rem 1.5625rem}.gform-admin .choices-ui__trigger{margin-bottom:12px;padding:0 16px 0 13px}.gform-admin .choices-ui__trigger .choices-ui__trigger-icon{font-size:1.5rem}.gform-admin .choices-ui__trigger-section{margin:0}.gform-admin .choices-ui__section{clear:both;padding:.5rem 0 0}.gform-admin .choices-ui__options-list>li{display:inline-block;margin:0 .5rem .5rem 0}.gform-admin .choices-ui__options-list>li label{margin-bottom:0}.gform-admin .choices-ui__section-label{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;margin:0 0 .8rem}html[dir=rtl] .gform-admin .choices-ui__trigger{padding:0 13px 0 16px}html[dir=rtl] .gform-admin .choices-ui__options-list>li{margin:0 0 .5rem .5rem}body.toplevel_page_gf_edit_forms .gform-form-toolbar{margin:0;max-width:100%;padding:0 .5rem 0 0;position:fixed;width:calc(100% - 160px)}body.toplevel_page_gf_edit_forms .gform-form-switcher__container{top:87px!important}body.toplevel_page_gf_edit_forms.gform-jetpack-admin-menu .gform-form-toolbar{width:calc(100% - 272px)}body.toplevel_page_gf_edit_forms.folded .gform-form-toolbar{width:calc(100% - 36px)}.gf-popover{animation:components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;animation-fill-mode:forwards;display:none;position:absolute;top:45px}@keyframes components-animate__appear-animation{0%{transform:translateY(-2em) scaleY(0) scaleX(0)}to{transform:translateY(0) scaleY(1) scaleX(1)}}.gf-popover:after{border-color:#444 transparent #fff;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-style:none solid solid;border-width:0 8px 8px;top:-6px}.gf-popover:after,.gf-popover:before{content:"";display:block;height:0;left:18.5px;line-height:0px;margin-left:-10px;position:absolute;width:0}.gf-popover:before{border-color:#444 transparent #e2e4e7;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-style:none solid solid;border-width:0 8px 8px;top:-8px}.gf-popover__content{background:#fff;border:1px solid #e2e4e7;box-shadow:0 3px 30px rgba(25,30,35,.1);height:auto;overflow-y:auto;padding-bottom:.5rem;padding-top:.5rem;width:200px}.gf-popover__button:focus{border:none;box-shadow:none;color:#1e1e1e;outline:1px dotted #1e1e1e;outline-offset:-2px}.gf-popover__button:hover{background:#f3f4f5;border:none;box-shadow:none;color:#1e1e1e}.gf-popover__button{background:none;border:none;border-radius:4px;box-shadow:none;color:#40464d;cursor:pointer;display:flex;font-size:.8125rem;padding:8px 15px;text-align:left;text-decoration:none;transition:box-shadow .1s linear;width:100%}.gf-popover__button :first-child{margin-right:4px}div.ui-tabs div.ui-tabs-panel{border:none}div.ui-widget-content{background-color:#fff}.editor-sidebar{height:100%;position:fixed;right:0;top:110px;z-index:1}@media (min-width:783px){.editor-sidebar{top:96px}}html[dir=rtl] .editor-sidebar{left:0;right:unset}.sidebar{background-color:#fff;border-bottom:1px solid #ecedf8;border-left:1px solid #ecedf8;max-height:calc(100% - 85px);min-height:calc(100% - 85px);padding:0;width:370px}.sidebar .sidebar__nav-wrapper{background-color:inherit;border-bottom:1px solid #ecedf8!important;height:8.0625rem;padding:0;position:fixed;width:16.875rem;z-index:1000}@media (min-width:960px){.sidebar .sidebar__nav-wrapper{width:23.125rem}}.sidebar .sidebar__nav-wrapper .search-button{box-sizing:border-box;padding:1rem;position:relative;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav{border-bottom:0!important;display:flex;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item{flex-grow:1;height:3rem}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text{align-items:center;box-sizing:border-box;display:flex;height:2.8125rem;justify-content:center;line-height:.875rem;width:100%}.sidebar .sidebar__nav-wrapper .sidebar__nav li.sidebar__nav__item .sidebar__nav__item-text-inner{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.sidebar .sidebar-instructions{padding:21px 23px 21px 57px;position:relative}.sidebar .sidebar-instructions p{margin:0}.sidebar .sidebar-instructions:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMTIuMjVoLS4xMWwtLjA3NC4wOEwuMjUgMTcuMjc3Vi42MThMMTEuNDk0IDEyLjI1SDVabS0zLjU4MyAxLjQxN3YuNjQ1bC40MzQtLjQ3NyAyLjUxLTIuNzUyaDQuMzkzbC0uNDA3LS40MjMtNi41LTYuNzUtLjQzLS40NDdWMTMuNjY3WiIgZmlsbD0iIzI0Mjc0OCIgc3Ryb2tlPSIjMjQyNzQ4IiBzdHJva2Utd2lkdGg9Ii41Ii8+PC9zdmc+);height:1.0625rem;left:1.6875rem;line-height:1.25rem;position:absolute;top:50%;transform:translateY(-50%);width:1.0625rem}.sidebar .field_settings,.sidebar .panel-block-tabs{overflow-y:auto}.sidebar .field_settings .simplebar-wrapper,.sidebar .panel-block-tabs .simplebar-wrapper{height:100%}.sidebar .field_settings{padding-bottom:10px}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active{background-color:transparent;border:none;border-radius:0;margin:0;min-width:6.6875rem}.sidebar__nav__item-text{padding:0 .625rem}#gform-form-toolbar_links li a,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a{box-shadow:none;color:#242748;display:block;font-size:.8125rem;font-weight:400;line-height:45px;outline:none;padding:0;text-align:center;vertical-align:middle;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item a:after{transition:all .15s linear}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default a:after{background:transparent;border-radius:0;content:" ";display:block;height:2px;transition:all .15s linear;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-hover a:after{background:#d5d7e9;border-radius:0;content:" ";display:block;height:3px;transition:all .15s linear;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:after{background:#3e7da6;border-radius:0;content:" ";display:block;height:3px;width:100%}.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:active,.sidebar .sidebar__nav li.sidebar__nav__item.ui-state-default.ui-state-active a:focus{box-shadow:none}.panel-block-tabs__toggle .ui-accordion-header-active{margin-bottom:5px}.panel-block-tabs__toggle i:before{color:#9092b2;content:"\f347"}.panel-block-tabs__toggle:hover{background:#f6f9fc}.panel-block-tabs__toggle:hover i:before{color:#242748}.panel-block-tabs__toggle:focus{border-color:#3985b7;outline:none}.panel-block-tabs__toggle.ui-accordion-header-active i:before{content:"\f343"}.panel-block-tabs__toggle i{color:#9092b2;font-family:dashicons;font-size:18px;font-style:normal;position:absolute;right:1rem}.search-button span{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgMTFoLS43OWwtLjI4LS4yN2E2LjUgNi41IDAgMCAwIDEuNDgtNS4zNGMtLjQ3LTIuNzgtMi43OS01LTUuNTktNS4zNEE2LjUwNSA2LjUwNSAwIDAgMCAuMDUgNy4zMmMuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTlhNi41IDYuNSAwIDAgMCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlMMTIuNSAxMVptLTYgMEM0LjAxIDExIDIgOC45OSAyIDYuNVM0LjAxIDIgNi41IDIgMTEgNC4wMSAxMSA2LjUgOC45OSAxMSA2LjUgMTFaIiBmaWxsPSIjOTA5MkIyIi8+PC9zdmc+);height:1.0625rem;line-height:1.25rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);width:1.0625rem}.search-button:hover span{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyLjUgMTFoLS43OWwtLjI4LS4yN2E2LjUgNi41IDAgMCAwIDEuNDgtNS4zNGMtLjQ3LTIuNzgtMi43OS01LTUuNTktNS4zNEE2LjUwNSA2LjUwNSAwIDAgMCAuMDUgNy4zMmMuMzQgMi44IDIuNTYgNS4xMiA1LjM0IDUuNTlhNi41IDYuNSAwIDAgMCA1LjM0LTEuNDhsLjI3LjI4di43OWw0LjI1IDQuMjVjLjQxLjQxIDEuMDguNDEgMS40OSAwIC40MS0uNDEuNDEtMS4wOCAwLTEuNDlMMTIuNSAxMVptLTYgMEM0LjAxIDExIDIgOC45OSAyIDYuNVM0LjAxIDIgNi41IDIgMTEgNC4wMSAxMSA2LjUgOC45OSAxMSA2LjUgMTFaIiBmaWxsPSIjM0U3REE2Ii8+PC9zdmc+)}.search-button.clearable .clear-button{max-height:.75rem;max-width:.75rem;padding-right:.3175rem}.search-button.clearable .clear-button,.search-button.clearable:hover .clear-button{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjU4NiA2IC4yOTMgMS43MDdBMSAxIDAgMCAxIDEuNzA3LjI5M0w2IDQuNTg2IDEwLjI5My4yOTNhMSAxIDAgMSAxIDEuNDE0IDEuNDE0TDcuNDE0IDZsNC4yOTMgNC4yOTNhMSAxIDAgMCAxLTEuNDE0IDEuNDE0TDYgNy40MTRsLTQuMjkzIDQuMjkzYTEgMSAwIDAgMS0xLjQxNC0xLjQxNEw0LjU4NiA2WiIgZmlsbD0iIzI0Mjc0OCIvPjwvc3ZnPg==)}html[dir=rtl] .search-button span{left:2rem;right:auto}html[dir=rtl] .search-button:after{left:1.75rem;right:auto}.gf-field-group__no-results{font-size:.75rem;font-style:italic;padding:0 1rem}.panel-block-tabs__body--nopadding{padding:1rem 0 0}.panel-block-tabs__body--settings label{position:static}.panel-block-tabs__body--settings .field-choice-row label{margin-bottom:0}.sidebar .sidebar__panel{padding:131px 0 0}.sidebar__panel.ui-tabs-panel{display:flex;flex-flow:column;height:calc(100vh - 220px);text-align:left}.panel-block--flex{display:flex;flex-shrink:0}.panel-block--hidden{display:none}#nothing_selected{padding:25px;text-align:center}li.field_setting,li.pagination_setting{margin-bottom:.9375rem;position:relative}li.pagination_setting .percentage_style_setting~.percentage_custom_container{margin-top:.9375rem}.input_active_icon{margin:.3rem 0 0}.field-choice-row{align-items:center;display:flex;flex-flow:row nowrap;padding:0;width:100%}.field-choice-row+.field-choice-row{margin-top:.5rem}.field-choice-row button:not(.field-choice-button),.field-choice-row button:not(.field-choice-button):hover{background:transparent;border:none;color:#000;cursor:pointer;vertical-align:middle}.field-choice-button,.gf_delete_field_choice,.gf_insert_field_choice{background:transparent 50% no-repeat;border:0;cursor:pointer;height:.625rem;width:.625rem}.field-choice-button:before{content:none}.field-choice-button--insert,.gf_insert_field_choice{background-image:url(../../../images/icon-add.svg);margin:0 .25rem}.field-choice-button--delete,.gf_delete_field_choice{background-image:url(../../../images/icon-close-small.svg);margin-left:.25rem}.gf_delete_field_choice,.gf_insert_field_choice{font-family:dashicons}html:not([dir=rtl]) .field-choice-row .field-choice-button--delete{margin-left:.25rem}html[dir=rtl] .field-choice-row .field-choice-button--delete{margin-right:.25rem}.field-choice-button--delete,.field-choice-button--insert{margin:0;padding:.65rem}.field-choice-button--delete:focus,.field-choice-button--insert:focus{box-shadow:0 0 0 2px #bed8ed}.field-choice-button--delete{margin-right:.1rem}.field-choice-handle{background:url(../../../images/icon-handle.svg) 50% no-repeat;cursor:move;display:inline-block;height:.75rem;vertical-align:middle;width:.625rem}html:not([dir=rtl]) .field-choice-handle{margin-left:.3125rem;width:.588rem}html[dir=rtl] .field-choice-handle{margin-right:.3125rem;width:.588rem}#sidebar_field_info{color:#242748;font-size:.8125rem;padding:15px 0 17px;text-align:center;width:100%}#sidebar_field_info #sidebar_field_description #sidebar_field_text{color:#242748;font-size:.8125rem;height:auto;line-height:1.188rem;padding-top:6px;text-align:left}#sidebar_field_info #sidebar_field_description #sidebar_field_label{color:#242748;font-size:13px;font-weight:500;height:18px;line-height:1.188rem;text-align:left}#sidebar_field_info #sidebar_field_description{width:75%}#sidebar_field_info #sidebar_field_icon{align-items:center;display:flex;font-size:1.5rem;justify-content:center;width:68px}.gf_editor_status:active,.gf_editor_status:focus{background-color:#1e1e1e;box-shadow:0 0 0 1px #fff,0 0 0 3px #007cba}.gf_editor_status:hover{background-color:#1e1e1e}.gf_editor_status a:hover{color:#007cba}.gf_editor_status{background-color:#242748;border-radius:4px;bottom:0;box-shadow:0 2px 4px rgba(0,0,0,.3);box-sizing:border-box;color:#fff;cursor:pointer;font-family:inter,-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen-sans,ubuntu,cantarell,Helvetica Neue,sans-serif;font-size:.8125rem;height:3.125rem;left:11rem;max-width:600px;opacity:0;padding:1rem 1.5rem;position:fixed;width:-moz-fit-content;width:fit-content}.gf_editor_status a{color:#fff;display:inline-block;height:auto;line-height:1.4;margin-left:2rem;padding:0}.gf_editor_status a:focus{box-shadow:none;outline:none}.rtl .gf_editor_status{left:auto;right:11rem}.rtl .gf_editor_status a{margin-left:0;margin-right:2rem}.folded .gf_editor_status{left:52px}#gfield_settings_category_container,.gfield_settings_input_choices_container{margin-bottom:.5rem;margin-top:.9rem;max-height:222px;overflow-y:auto}#gfield_settings_choices_container label:not(.gform-choice__selected-label){margin-bottom:.5rem;padding:0}html:not([dir=rtl]) #gfield_settings_choices_container label:first-child{margin-left:3.325rem}html[dir=rtl] #gfield_settings_choices_container label:first-child{margin-right:3.325rem}#field_columns li input.field-choice-text{margin-bottom:.5rem}#gfield_settings_choices_container .gfield_choice_header_label{display:inline-block!important;width:calc(100% - 6rem)}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_label{width:calc(100% - 8.5rem)}#gfield_settings_choices_container.choice_with_value .gfield_choice_header_label{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label{width:calc(50% - 4.4375rem)}#gfield_settings_choices_container .gfield_choice_header_value{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_value{width:calc(50% - 4.4375rem)}#gfield_settings_choices_container{margin-bottom:.5rem}.limits-enabled #gfield_settings_choices_container .gfield_choice_header_limit{float:none;margin-right:0;width:2.5rem}#gfield_settings_choices_container.choice_with_price>label{width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price>label{width:calc(50% - 4.4375rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price .gfield_choice_header_limit{width:2.5rem}#gfield_settings_choices_container.choice_with_price .field-choice-input{flex-basis:calc(50% - 3rem);width:calc(50% - 3rem)}.limits-enabled #gfield_settings_choices_container.choice_with_price .field-choice-input{flex-basis:auto;width:calc(50% - 4.25rem)}#gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2.8125rem)}#gfield_settings_choices_container.choice_with_value_and_price .field-choice-price{margin-left:.3125rem}#gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit){flex-basis:calc(33.332% - 2rem);width:calc(33.332% - 2rem)}.limits-enabled #gfield_settings_choices_container.choice_with_value_and_price .field-choice-input:not(.field-choice-limit){width:calc(33.332% - 2.8125rem)}html[dir=rtl] #gfield_settings_choices_container.choice_with_value_and_price .field-choice-price{margin-left:0;margin-right:.3125rem}html[dir=rtl] #gfield_settings_choices_container.choice_with_value_and_price>label{width:calc(33.332% - 2.3rem)}.gfield_rule_input,.gfield_rule_value_dropdown{display:none}.gfield_rule_input.active,.gfield_rule_value_dropdown.active{display:inline-block}#legacy_field_settings_container{display:none!important;left:0;position:absolute;top:0}.gf_calculation_buttons{align-items:center;background-color:#f5f5f5;border-radius:5px 5px 0 0;box-shadow:inset 0 0 0 1px #ddd;display:flex;float:none;height:30px;margin-right:0;margin-top:7px;padding-bottom:5px;padding-top:5px;width:100%}.gf_calculation_trigger{display:inline-block;margin:.25rem 0 .75rem}.gf_calculation_buttons input[type=button]{background-color:#f5f5f5;border:1px solid #cfcfcf;border-radius:5px;cursor:pointer;float:none;font-weight:600;height:27px;margin-left:5px;padding:0;text-align:center;width:27px}.field_calculation_rounding label{display:block;margin-bottom:.75rem}#field_calculation_formula{border-radius:0 0 5px 5px}.notice{display:none}#gform_input_mask{padding-top:.9375rem}.maxlen_setting.field_setting{min-height:4.1875rem}.gform_inline_options{display:flex;justify-content:flex-start}.gform_inline_options div{padding-right:.5rem}html[dir=rtl] .gform_inline_options div{padding-left:.5rem;padding-right:0}#form_editor_fields_container .gform_wrapper .hour_minute_colon{padding:.5rem}.post_custom_field_setting>div{margin-bottom:12px}#form_editor_fields_container .gf_invisible,#form_editor_fields_container .gfield_visibility_hidden{left:unset;position:relative;visibility:visible}.gform_editor ul .admin-hidden-markup{margin-top:-1rem;position:relative}.gform_editor ul .admin-hidden-markup span{color:#1e1e1e;display:inline-block;font-size:.8125rem;margin-left:.625rem;position:absolute;top:50%;transform:translateY(-52%)}.gform_editor ul .admin-hidden-markup i.dashicon.dashicons-hidden{color:#1e1e1e;font-family:dashicons;font-size:1.125rem}div.settings_control_container div.gfield_admin_header_title{display:none;margin-top:-4px}.field_edit_icon,.form_edit_icon{display:none;float:right;margin-left:6px}.field_duplicate_icon{display:none;float:right;margin:0 0 0 8px}.field_duplicate_icon i{color:#185d7c!important}.field_delete_icon,.form_delete_icon{display:none;float:right;margin:-1px 0 0 6px!important}.gforms_edit_form .gform_wrapper .ginput_container_date{display:inline}#gfcs-container #gfcs-drop{width:auto}html[dir=rtl] body.toplevel_page_gf_edit_forms #wpcontent{padding-left:0;padding-right:0}html[dir=rtl] .sidebar{border-left:none;border-right:1px solid #9092b2}html[dir=rtl] .ui-tabs .ui-tabs-nav li{float:right}html[dir=rtl] #sidebar_field_info{flex-flow:row-reverse;justify-content:space-between}html[dir=rtl] #sidebar_field_info #sidebar_field_description #sidebar_field_label{text-align:right}html[dir=rtl] #sidebar_field_info #sidebar_field_description #sidebar_field_text{padding-right:0;text-align:right}html[dir=rtl] #sidebar_field_info #sidebar_field_icon{order:3}html[dir=rtl] .panel-block-tabs__toggle,html[dir=rtl] .section_label{text-align:right}html[dir=rtl] .panel-block-tabs__toggle i{left:27px;right:inherit}html[dir=rtl] .panel-block-tabs__toggle{padding-left:0;padding-right:10px}html[dir=rtl] #gppa>li,html[dir=rtl] .panel-block-tabs__body>li{text-align:right}html[dir=rtl] .panel-block-tabs__body--settings input[type=checkbox]+label:before,html[dir=rtl] .panel-block-tabs__body--settings input[type=checkbox]:not(.gform-field__toggle-input):not(.field-choice-type)+label:before{margin-left:6px;margin-right:0}html[dir=rtl] .right ul#gf__tag_list{left:0}html[dir=rtl] .right ul#gf_merge_tag_list{left:0;right:auto}@media only screen and (max-width:960px){.editor-sidebar,.sidebar,.sidebar .sidebar__nav{width:270px}.add-buttons li button{height:5.3125rem;white-space:normal;width:90%}.add-buttons,.panel-block-tabs__body{padding:0 8px 16px}.sidebar .ui-tabs .ui-tabs-nav{width:270px}body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar{width:calc(100% - 36px)}}@media only screen and (max-width:782px){.wp-responsive-open .editor-sidebar{right:-207px}html[dir=rtl] .wp-responsive-open .editor-sidebar{left:-207px}body.toplevel_page_gf_edit_forms.auto-fold #gform-form-toolbar{width:100%}.sidebar{max-height:calc(100% - 79px);min-height:calc(100% - 79px)}.gform_editor{padding:0}}.gform-admin .gform-c-warning-text{color:#a16938}.gform-admin .gform-c-error-text,.gform-admin .gform-c-red{color:#dd301d}.gform-admin .gform-c-hunter{color:#276a52}.gform-admin .gform-c-orange{color:#f15a2b}.gform-admin .gform-c-blue-ribbon{color:#175cff}.gform-admin .gform-p-16{padding:1rem}.gform-admin .gform-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-hide-if-ie{display:inherit}.gform-hide-if-not-ie,.gform-show-if-ie{display:none}.gform-show-if-not-ie{display:inherit}.gform-fade-if-not-ie{opacity:.4}.gform-fade-if-not-ie,.gform-fade-if-not-ie *{pointer-events:none}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.gform-hide-if-ie{display:none}.gform-hide-if-not-ie,.gform-show-if-ie{display:inherit}.gform-show-if-not-ie{display:none}.gform-fade-if-ie{opacity:.4}.gform-fade-if-not-ie{cursor:inherit;opacity:inherit;pointer-events:inherit}} \ 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 9067059..4806be7 100644 --- a/assets/css/dist/gravity-forms-theme-framework.css +++ b/assets/css/dist/gravity-forms-theme-framework.css @@ -1962,24 +1962,38 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ color: var(--gform-theme-control-placeholder-color); + color: var(--gf-ctrl-placeholder-color, var(--gform-theme-control-placeholder-color)); font-family: var(--gform-theme-control-placeholder-font-family); + font-family: var(--gf-ctrl-placeholder-font-family, var(--gform-theme-control-placeholder-font-family)); font-size: var(--gform-theme-control-placeholder-font-size); + font-size: var(--gf-ctrl-placeholder-font-size, var(--gform-theme-control-placeholder-font-size)); font-style: var(--gform-theme-control-placeholder-font-style); + font-style: var(--gf-ctrl-placeholder-font-style, var(--gform-theme-control-placeholder-font-style)); font-weight: var(--gform-theme-control-placeholder-font-weight); + font-weight: var(--gf-ctrl-placeholder-font-weight, var(--gform-theme-control-placeholder-font-weight)); letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); + letter-spacing: var(--gf-ctrl-placeholder-letter-spacing, var(--gform-theme-control-placeholder-letter-spacing)); opacity: var(--gform-theme-control-placeholder-opacity); + opacity: var(--gf-ctrl-placeholder-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 *)) { /* Styles */ color: var(--gform-theme-control-placeholder-color); + color: var(--gf-ctrl-placeholder-color, var(--gform-theme-control-placeholder-color)); font-family: var(--gform-theme-control-placeholder-font-family); + font-family: var(--gf-ctrl-placeholder-font-family, var(--gform-theme-control-placeholder-font-family)); font-size: var(--gform-theme-control-placeholder-font-size); + font-size: var(--gf-ctrl-placeholder-font-size, var(--gform-theme-control-placeholder-font-size)); font-style: var(--gform-theme-control-placeholder-font-style); + font-style: var(--gf-ctrl-placeholder-font-style, var(--gform-theme-control-placeholder-font-style)); font-weight: var(--gform-theme-control-placeholder-font-weight); + font-weight: var(--gf-ctrl-placeholder-font-weight, var(--gform-theme-control-placeholder-font-weight)); letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); + letter-spacing: var(--gf-ctrl-placeholder-letter-spacing, var(--gform-theme-control-placeholder-letter-spacing)); opacity: var(--gform-theme-control-placeholder-opacity); + opacity: var(--gf-ctrl-placeholder-opacity, var(--gform-theme-control-placeholder-opacity)); } /* Utility Class: apply the theme framework form control styles/api if this class is present */ @@ -2054,6 +2068,9 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { --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); + --gf-local-bg-color: var(--gf-ctrl-bg-color-hover); + --gf-local-border-color: var(--gf-ctrl-border-color-hover); + --gf-local-color: var(--gf-ctrl-color-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 *)):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 { @@ -2063,6 +2080,10 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { --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); + --gf-local-bg-color: var(--gf-ctrl-bg-color-focus); + --gf-local-border-color: var(--gf-ctrl-border-color-focus); + --gf-local-shadow: var(--gf-ctrl-shadow-focus); + --gf-local-color: var(--gf-ctrl-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 { @@ -2071,6 +2092,9 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { --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); + --gf-local-bg-color: var(--gf-ctrl-bg-color-disabled); + --gf-local-border-color: var(--gf-ctrl-border-color-disabled); + --gf-local-color: var(--gf-ctrl-color-disabled); } /* Control State: Error */ @@ -2083,6 +2107,9 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { --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); + --gf-local-bg-color: var(--gf-ctrl-bg-color-error); + --gf-local-border-color: var(--gf-ctrl-border-color-error); + --gf-local-color: var(--gf-ctrl-color-error); } /* Control Size: Small */ @@ -2292,6 +2319,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -2573,12 +2601,19 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ color: var(--gform-theme-control-placeholder-color); + color: var(--gf-ctrl-placeholder-color, var(--gform-theme-control-placeholder-color)); font-family: var(--gform-theme-control-placeholder-font-family); + font-family: var(--gf-ctrl-placeholder-font-family, var(--gform-theme-control-placeholder-font-family)); font-size: var(--gform-theme-control-placeholder-font-size); + font-size: var(--gf-ctrl-placeholder-font-size, var(--gform-theme-control-placeholder-font-size)); font-style: var(--gform-theme-control-placeholder-font-style); + font-style: var(--gf-ctrl-placeholder-font-style, var(--gform-theme-control-placeholder-font-style)); font-weight: var(--gform-theme-control-placeholder-font-weight); + font-weight: var(--gf-ctrl-placeholder-font-weight, var(--gform-theme-control-placeholder-font-weight)); letter-spacing: var(--gform-theme-control-placeholder-letter-spacing); + letter-spacing: var(--gf-ctrl-placeholder-letter-spacing, var(--gform-theme-control-placeholder-letter-spacing)); opacity: var(--gform-theme-control-placeholder-opacity); + opacity: var(--gf-ctrl-placeholder-opacity, var(--gform-theme-control-placeholder-opacity)); } /* Search - Non-placeholder styles */ @@ -2634,6 +2669,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -2915,6 +2951,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -3339,6 +3376,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -3427,6 +3465,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -3551,6 +3590,7 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -3769,7 +3809,9 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ display: inline-grid; gap: var(--gform-theme-field-choice-meta-spacing) 0; + gap: var(--gf-field-choice-meta-space, var(--gform-theme-field-choice-meta-spacing)) 0; grid-template-columns: minmax(var(--gform-theme-control-choice-size), max-content) auto; + grid-template-columns: minmax(var(--gf-ctrl-choice-size, var(--gform-theme-control-choice-size)), max-content) auto; } .gform-theme--framework .gfield--type-address .copy_values_option_container + .ginput_container_address { @@ -3796,7 +3838,9 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { /* Styles */ display: inline-grid; gap: var(--gform-theme-field-choice-meta-spacing) 0; + gap: var(--gf-field-choice-meta-space, var(--gform-theme-field-choice-meta-spacing)) 0; grid-template-columns: minmax(var(--gform-theme-control-choice-size), max-content) auto; + grid-template-columns: minmax(var(--gf-ctrl-choice-size, 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 { @@ -3844,6 +3888,8 @@ html[dir="rtl"] .gform-theme--framework, html[dir="rtl"] .gform-theme--api { font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; + font-style: normal; font-variant: normal; @@ -4106,6 +4152,7 @@ html[dir="rtl"] .gform-theme--framework .gfield--input-type-datepicker.gfield--d /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; @@ -4466,6 +4513,7 @@ html[dir="rtl"] .gform-theme--framework .gfield--input-type-datepicker.gfield--d /* Styles */ font-family: var(--gform-theme-icon-font-family) !important; + font-family: var(--gf-icon-font-family, var(--gform-theme-icon-font-family)) !important; font-style: normal; font-variant: normal; font-weight: normal; diff --git a/assets/css/dist/gravity-forms-theme-framework.min.css b/assets/css/dist/gravity-forms-theme-framework.min.css index 7186c04..2a4fc81 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--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-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-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{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);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;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{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{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{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{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{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{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{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)){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;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{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{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{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_hidden{display:none}.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);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);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){margin-block-start:var(--gform-theme-field-repeater-row-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gform-theme-field-repeater-row-gap);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{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{margin-inline-end:var(--gform-theme-field-repeater-button-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{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{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{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)){margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message){margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){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){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)){margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){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)){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)){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;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);color:var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));font-family:var(--gform-theme-control-placeholder-font-family);font-family:var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));font-size:var(--gform-theme-control-placeholder-font-size);font-size:var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));font-style:var(--gform-theme-control-placeholder-font-style);font-style:var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));font-weight:var(--gform-theme-control-placeholder-font-weight);font-weight:var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));opacity:var(--gform-theme-control-placeholder-opacity);opacity:var(--gf-ctrl-placeholder-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);color:var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));font-family:var(--gform-theme-control-placeholder-font-family);font-family:var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));font-size:var(--gform-theme-control-placeholder-font-size);font-size:var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));font-style:var(--gform-theme-control-placeholder-font-style);font-style:var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));font-weight:var(--gform-theme-control-placeholder-font-weight);font-weight:var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));opacity:var(--gform-theme-control-placeholder-opacity);opacity:var(--gf-ctrl-placeholder-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-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);--gf-local-bg-color:var(--gf-ctrl-bg-color-hover);--gf-local-border-color:var(--gf-ctrl-border-color-hover);--gf-local-color:var(--gf-ctrl-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);--gf-local-bg-color:var(--gf-ctrl-bg-color-focus);--gf-local-border-color:var(--gf-ctrl-border-color-focus);--gf-local-shadow:var(--gf-ctrl-shadow-focus);--gf-local-color:var(--gf-ctrl-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);--gf-local-bg-color:var(--gf-ctrl-bg-color-disabled);--gf-local-border-color:var(--gf-ctrl-border-color-disabled);--gf-local-color:var(--gf-ctrl-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);--gf-local-bg-color:var(--gf-ctrl-bg-color-error);--gf-local-border-color:var(--gf-ctrl-border-color-error);--gf-local-color:var(--gf-ctrl-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-family:var(--gf-icon-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{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);color:var(--gf-ctrl-placeholder-color,var(--gform-theme-control-placeholder-color));font-family:var(--gform-theme-control-placeholder-font-family);font-family:var(--gf-ctrl-placeholder-font-family,var(--gform-theme-control-placeholder-font-family));font-size:var(--gform-theme-control-placeholder-font-size);font-size:var(--gf-ctrl-placeholder-font-size,var(--gform-theme-control-placeholder-font-size));font-style:var(--gform-theme-control-placeholder-font-style);font-style:var(--gf-ctrl-placeholder-font-style,var(--gform-theme-control-placeholder-font-style));font-weight:var(--gform-theme-control-placeholder-font-weight);font-weight:var(--gf-ctrl-placeholder-font-weight,var(--gform-theme-control-placeholder-font-weight));letter-spacing:var(--gform-theme-control-placeholder-letter-spacing);letter-spacing:var(--gf-ctrl-placeholder-letter-spacing,var(--gform-theme-control-placeholder-letter-spacing));opacity:var(--gform-theme-control-placeholder-opacity);opacity:var(--gf-ctrl-placeholder-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-family:var(--gf-icon-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-family:var(--gf-icon-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);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;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-family:var(--gf-icon-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{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{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{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{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-family:var(--gf-icon-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{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-family:var(--gf-icon-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{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;gap:var(--gf-field-choice-meta-space,var(--gform-theme-field-choice-meta-spacing)) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto;grid-template-columns:minmax(var(--gf-ctrl-choice-size,var(--gform-theme-control-choice-size)),max-content) auto}.gform-theme--framework .gfield--type-address .copy_values_option_container+.ginput_container_address{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)){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;gap:var(--gf-field-choice-meta-space,var(--gform-theme-field-choice-meta-spacing)) 0;grid-template-columns:minmax(var(--gform-theme-control-choice-size),max-content) auto;grid-template-columns:minmax(var(--gf-ctrl-choice-size,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;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-family:var(--gf-icon-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{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{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{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_hidden{display:none}.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-family:var(--gf-icon-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);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);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){margin-block-start:var(--gform-theme-field-repeater-row-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_item+.gfield_repeater_item{margin-block-start:var(--gform-theme-field-repeater-row-gap);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{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{margin-inline-end:var(--gform-theme-field-repeater-button-inline-gap)}.gform-theme--framework .gfield--type-repeater .gfield_repeater_wrapper{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{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-family:var(--gf-icon-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{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)){margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below .gfield_description:where(.gfield_creditcard_warning_message){margin-block-end:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_below.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){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){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)){margin-block-start:var(--gform-theme-description-spacing)}.gform-theme--framework .field_description_above.gfield--type-choice .gfield_description:where(:not(.gfield_validation_message)){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)){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)){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;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/js/dist/192.784e6ce8447166770bff.js b/assets/js/dist/192.cbf552110e47d3e15730.js similarity index 99% rename from assets/js/dist/192.784e6ce8447166770bff.js rename to assets/js/dist/192.cbf552110e47d3e15730.js index 69a198a..6448971 100644 --- a/assets/js/dist/192.784e6ce8447166770bff.js +++ b/assets/js/dist/192.cbf552110e47d3e15730.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.784e6ce8447166770bff.js.map \ No newline at end of file +//# sourceMappingURL=192.cbf552110e47d3e15730.js.map \ No newline at end of file diff --git a/assets/js/dist/192.1bbae73469163b427b70.min.js b/assets/js/dist/192.eef90b7022a528138bd5.min.js similarity index 100% rename from assets/js/dist/192.1bbae73469163b427b70.min.js rename to assets/js/dist/192.eef90b7022a528138bd5.min.js diff --git a/assets/js/dist/admin-components.js b/assets/js/dist/admin-components.js index f64fd2c..dbc4fa5 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 d(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=d(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]=u(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=d(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 o},t.exports.__esModule=!0,t.exports.default=t.exports;var e,o={},i=Object.prototype,s=i.hasOwnProperty,a=Object.defineProperty||function(t,e,o){t[e]=o.value},c="function"==typeof Symbol?Symbol:{},p=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",u=c.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(e){d=function(t,e,o){return t[e]=o}}function f(t,e,o,r){var n=e&&e.prototype instanceof P?e:P,i=Object.create(n.prototype),s=new D(r||[]);return a(i,"_invoke",{value:E(t,o,s)}),i}function m(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}o.wrap=f;var g="suspendedStart",y="suspendedYield",v="executing",b="completed",h={};function P(){}function T(){}function O(){}var w={};d(w,p,(function(){return this}));var j=Object.getPrototypeOf,x=j&&j(j(S([])));x&&x!==i&&s.call(x,p)&&(w=x);var k=O.prototype=P.prototype=Object.create(w);function C(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function o(n,i,a,c){var p=m(t[n],t,i);if("throw"!==p.type){var l=p.arg,u=l.value;return u&&"object"==r(u)&&s.call(u,"__await")?e.resolve(u.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(u).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;a(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 E(t,o,r){var n=g;return function(i,s){if(n===v)throw new Error("Generator is already running");if(n===b){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var c=R(a,r);if(c){if(c===h)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===g)throw n=b,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=v;var p=m(t,o,r);if("normal"===p.type){if(n=r.done?b:y,p.arg===h)continue;return{value:p.arg,done:r.done}}"throw"===p.type&&(n=b,r.method="throw",r.arg=p.arg)}}}function R(t,o){var r=o.method,n=t.iterator[r];if(n===e)return o.delegate=null,"throw"===r&&t.iterator.return&&(o.method="return",o.arg=e,R(t,o),"throw"===o.method)||"return"!==r&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var i=m(n,t.iterator,o.arg);if("throw"===i.type)return o.method="throw",o.arg=i.arg,o.delegate=null,h;var s=i.arg;return s?s.done?(o[t.resultName]=s.value,o.next=t.nextLoc,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,h):s:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,h)}function A(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 N(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function D(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function S(t){if(t||""===t){var o=t[p];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,i=function o(){for(;++n=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=s.call(i,"catchLoc"),p=s.call(i,"finallyLoc");if(c&&p){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),N(o),h}},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;N(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,o,r){return this.delegate={iterator:S(t),resultName:o,nextLoc:r},"next"===this.method&&(this.arg=e),h}},o}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(h?'\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,u.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options)),this.elements.alert=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,u.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,u.uniqueId)("gform-alert");u.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,u.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,u.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,u.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&&C&&c?'').concat(C,""):"","\n\t\t\t\t\t").concat(y&&C&&!c?''.concat(C,""):"","\n\t\t\t\t").concat(y?"
":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},h=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,u.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,u.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,u.getNode)(o,document,!0),n=this.elements.maskPositioner,i=u.viewport.elVisibleHeight(r),s=u.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,u.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,u.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,u.getNode)("#".concat(t),document,!0),mask:(0,u.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,u.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,u.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,u.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,b(this.options))}this.elements.loader=(0,u.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,u.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,u.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,d=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,b=void 0===v?(0,u.uniqueId)("button"):v,h=t.interactive,P=void 0!==h&&h,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,x=t.size,k=void 0===x?"size-r":x,C=t.spacing,_=void 0===C?"":C,E=t.type,R=void 0===E?"primary":E,A=(0,u.objectToAttributes)({id:b,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(R),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,u.spacerClasses)(_))),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,u.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,u.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,u.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,u.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,u.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,u.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,u.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,u.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,u.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 h(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,u.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options)),this.elements.button=(0,u.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,u.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,u.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 x=o(509),k=o.n(x);function C(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function _(t){return function e(o){return 0===arguments.length||C(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return C(o)?e:_((function(e){return t(o,e)}));default:return C(o)&&C(r)?e:C(o)?_((function(e){return t(e,r)})):C(r)?_((function(e){return t(o,e)})):t(o,r)}}}var R=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)},L=_((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;)A(e=H[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):_((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=_((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 J(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function J(t,e,o,r){if(W(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||!W(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!W(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 u=c[a];if(!A(u,e)||!J(e[u],t[u],p,l))return!1;a-=1}return!0}var K=E((function(t,e){return J(t,e,[],[])})),Y=_((function(t){return null!=t&&K(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 C(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return C(o)&&C(r)?e:C(o)?E((function(e,o){return t(e,r,o)})):C(r)?E((function(e,r){return t(o,e,r)})):_((function(e){return t(o,r,e)}));default:return C(o)&&C(r)&&C(n)?e:C(o)&&C(r)?E((function(e,o){return t(e,o,n)})):C(o)&&C(n)?E((function(e,o){return t(e,r,o)})):C(r)&&C(n)?E((function(e,r){return t(o,e,r)})):C(o)?_((function(e){return t(e,r,n)})):C(r)?_((function(e){return t(o,e,n)})):C(n)?_((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 K(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=R(["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=bt(p),u=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(u)),d=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: ",d),f=Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:d})).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=dt()(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=dt()(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=dt()(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,u.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,u.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(xt(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},Ct=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,u.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=xt(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,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.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=xt(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=xt(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:xt,dropdownTemplate:kt},(0,u.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,u.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,u.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,u.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,u.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,u.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,u.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,u.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,u.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=xt(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,u.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,u.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,u.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,u.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,u.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),_t=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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,_t(this.options)),this.elements.heading=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function Rt(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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options)),this.elements.helpText=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,u.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,"
    "):"",W="";if(o&&(W='\n\t\t\t\n\t\t')),b&&("radio"===R||"checkbox"===R)){var q=d?' for="'.concat(d,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(b,"\n\t\t\t\n\t\t")}var H=(0,u.objectToAttributes)(It(It({},s),{},{id:d,type:R,value:N,class:["gform-input","gform-input--theme-".concat(_),"radio"!==R&&"checkbox"!==R&&"gform-input","radio"!==R&&"checkbox"!==R&&"gform-input--text",("radio"===R||"checkbox"===R)&&"gform-input--".concat(R)].concat(p(Object.keys((0,u.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(W,"\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,u.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options)),this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Wt(this.options)),this.elements.label=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();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 Mt(t){for(var e=1;e\n\t\t\t').concat(d,"\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,u.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options)),this.elements.link=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,u.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,u.isObject)(t)&&!(0,u.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(M);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Wt(H),"\n\t\t\t").concat("above"===d?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===d?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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Jt(this.options)),this.elements.select=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,u.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,u.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options)),this.elements.stackedIcon=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,u.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,size:"sm",spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,u.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options)),this.elements.statusIndicator=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,u.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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options)),this.elements.text=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,d,m,y,b),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,u.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(d&&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,u.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options)),this.elements.textarea=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,u.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 ue(t){for(var e=1;e\n\t\t\t").concat(c?'
    ':"","\n\t\t\t\t\n\t\t\t\t").concat(c?''):"","\n\t\t\t\t").concat(c?''):"","\n\t\t\t").concat(c?"
    ":"",'\n\t\t\t\n\t\t\t\t').concat(O,"\n\t\t\t\n\t\t\n\t")},fe=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,u.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,de(this.options)),this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),me=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonAriaLabel,s=void 0===i?"":i,a=t.closeButtonClasses,c=void 0===a?"":a,p=t.closeButtonSize,l=void 0===p?"md":p,u=t.closeButtonType,d=void 0===u?"circular":u,f=t.closeButtonTitle,m=void 0===f?"":f,g=t.confirmButtonAttributes,y=void 0===g?"":g,v=t.confirmButtonIcon,b=void 0===v?"":v,h=t.confirmButtonText,P=void 0===h?"":h,T=t.content,O=void 0===T?"":T,w=t.id,j=void 0===w?"":w,x=t.maskBlur,k=void 0===x||x,C=t.maskClasses,_=void 0===C?"":C,E=t.maskTheme,R=void 0===E?"none":E,A=t.mode,N=void 0===A?"":A,D=t.position,S=void 0===D?"fixed":D,I=t.title,L=void 0===I?"":I,B=t.titleIcon,z=void 0===B?"":B,F=t.titleIconColor,W=void 0===F?"":F,q=t.wrapperClasses,H=void 0===q?"":q,M=t.zIndex,G=void 0===M?10:M;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(L?'
    ':"","\n\t\t\t").concat(L?'
    ').concat(z?'"):"").concat(L,"
    "):"","\n\t\t\t").concat(L?"
    ":"",'\n\t\t\t
    ').concat(O,"
    \n\t\t\t").concat("dialog"===N||"alert"===N?'
    ':"","\n\t\t\t").concat("dialog"===N?'\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(b?''):"").concat(P,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===N?'\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"===N||"alert"===N?"
    ":"","\n\t\t
    \n\t
    \n\t")},ge=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&&u.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,u.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,u.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,u.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,u.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,u.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&&u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,u.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,u.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,u.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,u.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,u.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,u.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,u.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,u.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,u.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",me(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,u.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,u.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),ye=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,u=t.desktopWidth,d=void 0===u?0:u,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,b=void 0===v?"":v,h=t.maxWidth,P=void 0===h?0:h,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,x=t.position,k=void 0===x?"":x,C=t.showDivider,_=void 0===C||C,E=t.simplebar,R=void 0!==E&&E,A=t.title,N=void 0===A?"":A,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")},ve=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,u.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,u.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,closeOnOutsideClickExceptions:[],content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,u.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,u.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(),u.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,u.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:u.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,u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,u.getNodes)("flyout-content",!1,t)[0],closeButton:(0,u.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,u.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,u.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,ye(this.options)),(0,u.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,u.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,u.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,u.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,u.getClosest)(t.target,"#TB_window")||(0,u.matchesOrContainedInSelectors)(t.target,this.options.closeOnOutsideClickExceptions)||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,u.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),be=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
    ")},he=gform.libraries;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 Te(t){for(var e=1;e0),l(o,"gform-icon--preset-active",y.length>0),l(o,"gform-icon-preset--".concat(y),y.length>0),o),(0,u.spacerClasses)(b)),c),ref:e},s);return he.React.createElement("span",h,n)}));_e.propTypes={children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,iconPrefix:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object])},_e.displayName="Icon";var Ee=_e,Re=gform.utils.react;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 Ne(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,u.isObject)(t)&&!(0,u.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?he.React.createElement("optgroup",{label:t.label,key:"".concat((0,u.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return he.React.createElement(et,Q,he.React.createElement(Qe,Z),"above"===g&&he.React.createElement(eo,tt),he.React.createElement("div",{className:"gform-select__wrapper"},he.React.createElement("select",X,rt)),"below"===g&&he.React.createElement(eo,tt))}));rr.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),disabled:he.PropTypes.bool,helpTextAttributes:he.PropTypes.object,helpTextPosition:he.PropTypes.string,id:he.PropTypes.string,initialValue:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number]),labelAttributes:he.PropTypes.object,name:he.PropTypes.string,onBlur:he.PropTypes.func,onChange:he.PropTypes.func,onFocus:he.PropTypes.func,options:he.PropTypes.array,size:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),theme:he.PropTypes.string,wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),wrapperTagName:he.PropTypes.string},rr.displayName="Select";var nr=rr;function ir(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 sr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Cr(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 Er(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 Rr(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]),Nr((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()},W=Rr({className:(0,he.classnames)(Rr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(A),!0),(0,u.spacerClasses)(h)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,he.classnames)({"gform-input--picker-input":!0})},H={color:x,onChange:z,className:(0,he.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},M={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(x)},size:"size-xs"};return he.React.createElement("div",W,he.React.createElement("div",{className:"gform-input__picker-ui"},he.React.createElement(he.HexColorPicker,{color:x,onChange:z}),he.React.createElement("div",{className:"gform-input__picker-inputs"},he.React.createElement("div",q,he.React.createElement(Qe,M),he.React.createElement(he.HexColorInput,H)),Object.keys(_).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,he.classnames)({"gform-input":!0})},i={className:(0,he.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return he.React.createElement("div",i,he.React.createElement(Qe,t({},r,{label:o})),he.React.createElement("input",n))}(_[e],e)})))),he.React.createElement("div",{className:"gform-input__picker-controls"},he.React.createElement($e,G)))};Ir.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,onCancel:he.PropTypes.func,onChange:he.PropTypes.func,onSave:he.PropTypes.func,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),triggerRef:he.PropTypes.object,value:he.PropTypes.string};var Lr=Ir;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;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 vn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function bn(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 hn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,he.classnames)({"gform-input--swatch__option":!0}),key:e},n=En({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===R};o&&(i.onClick=function(){S(t),M({current:V.current[e]}),B(e),_(!0)});var s={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){W((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,he.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:_r(t)}}},c={icon:"delete",customClasses:(0,he.classnames)({"gform-input--swatch-delete":!0})};return he.React.createElement("li",r,he.React.createElement(Qe,n),he.React.createElement("input",i),he.React.createElement("span",s,t===R&&he.React.createElement(Ee,a),o&&he.React.createElement(Ee,c)))},Z=En({className:(0,he.classnames)(En({"gform-input--swatch":!0},(0,u.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,he.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)||W((function(e){var o=e;return o[L]=t,o})),A(t),_(!1)},onCancel:Y,triggerRef:H,i18n:(null==l?void 0:l.colorPicker)||{}};return he.React.createElement("div",t({},Z,{ref:o}),he.React.createElement("div",{style:{height:"0"}}),he.React.createElement("ul",tt,h.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,he.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},J={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){M(U),B(F.length+1),_(!0)},ref:U},K={icon:"plus-regular"},he.React.createElement("li",$,he.React.createElement("span",J,he.React.createElement(Ee,K))))),C&&he.React.createElement(Lr,ot),he.React.createElement("input",et))}));Dn.propTypes={allowNew:he.PropTypes.bool,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,id:he.PropTypes.string,labelAttributes:he.PropTypes.object,name:he.PropTypes.string,palette:he.PropTypes.array,paletteCustom:he.PropTypes.array,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),value:he.PropTypes.string},Dn.displayName="Swatch";var Sn=Dn,In=["customClasses"];function Ln(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 Bn(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,u=r.innerWidth,d=r.innerHeight,f=n-o.top,m=o.bottom-(d-n),g=n-o.left,y=o.right-(u-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(d-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(d-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(u-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(u-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),u=tt(r.width,r.height,p,l,a,c),d={};switch(e){case"top":d.top=u,d.bottom=et("top","bottom",r,n,t),d.left=et("top","left",r,n,t),d.right=et("top","right",r,n,t);break;case"bottom":d.top=et("bottom","top",r,n,t),d.bottom=u,d.left=et("bottom","left",r,n,t),d.right=et("bottom","right",r,n,t);break;case"left":d.top=et("left","top",r,n,t),d.bottom=et("left","bottom",r,n,t),d.left=u,d.right=et("left","right",r,n,t);break;case"right":d.top=et("right","top",r,n,t),d.bottom=et("right","bottom",r,n,t),d.left=et("right","left",r,n,t),d.right=u;break;default:return e}return Object.keys(d).reduce((function(t,e){return d[e]>d[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=yn(n,In),a=Bn({customClasses:(0,he.classnames)(["gform-tooltip__tooltip-content"],i)},s);return he.React.createElement(uo,a,o)},nt=Bn({className:(0,he.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(K),!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",M),l(r,"gform-tooltip--anim-in-active",M&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Bn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},A),at={};return B&&(at.width=B+"px"),x&&(at.maxWidth=x+"px"),st.style=at,he.React.createElement("div",t({},nt,{ref:o}),he.React.createElement("button",it,he.React.createElement(Ee,{icon:h})),he.React.createElement("div",t({ref:I},st),he.React.createElement(rt,{con:p,cAttributes:f}),a,he.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Mn.propTypes={buffer:he.PropTypes.number,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),content:he.PropTypes.string,contentAttributes:he.PropTypes.object,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,intentDelay:he.PropTypes.number,id:he.PropTypes.string,maxWidth:he.PropTypes.number,position:he.PropTypes.string,theme:he.PropTypes.string,tooltipCustomAttributes:he.PropTypes.object,type:he.PropTypes.string},Mn.displayName="Tooltip";var Gn=Mn;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&&he.React.createElement("div",I,he.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&he.React.createElement(uo,h),c&&he.React.createElement($e,L))),T,s)}));Jn.propTypes={aspectRatio:he.PropTypes.string,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),placeholderButton:he.PropTypes.bool,placeholderButtonProps:he.PropTypes.object,placeholderCustomClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),placeholderImage:he.PropTypes.string,placeholderText:he.PropTypes.string,placeholderTextProps:he.PropTypes.object,player:he.PropTypes.node,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object])},Jn.displayName="Video";var Kn=Jn;function Yn(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 Qn(t){for(var e=1;eNumber(t)-Number(e))).map((e=>t[e])):t}function d(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=d(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]=u(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=d(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 o},t.exports.__esModule=!0,t.exports.default=t.exports;var e,o={},i=Object.prototype,s=i.hasOwnProperty,a=Object.defineProperty||function(t,e,o){t[e]=o.value},c="function"==typeof Symbol?Symbol:{},p=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",u=c.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(e){d=function(t,e,o){return t[e]=o}}function f(t,e,o,r){var n=e&&e.prototype instanceof P?e:P,i=Object.create(n.prototype),s=new D(r||[]);return a(i,"_invoke",{value:E(t,o,s)}),i}function m(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}o.wrap=f;var g="suspendedStart",y="suspendedYield",v="executing",b="completed",h={};function P(){}function T(){}function O(){}var w={};d(w,p,(function(){return this}));var j=Object.getPrototypeOf,x=j&&j(j(S([])));x&&x!==i&&s.call(x,p)&&(w=x);var k=O.prototype=P.prototype=Object.create(w);function C(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function o(n,i,a,c){var p=m(t[n],t,i);if("throw"!==p.type){var l=p.arg,u=l.value;return u&&"object"==r(u)&&s.call(u,"__await")?e.resolve(u.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(u).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;a(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 E(t,o,r){var n=g;return function(i,s){if(n===v)throw new Error("Generator is already running");if(n===b){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var c=R(a,r);if(c){if(c===h)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===g)throw n=b,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=v;var p=m(t,o,r);if("normal"===p.type){if(n=r.done?b:y,p.arg===h)continue;return{value:p.arg,done:r.done}}"throw"===p.type&&(n=b,r.method="throw",r.arg=p.arg)}}}function R(t,o){var r=o.method,n=t.iterator[r];if(n===e)return o.delegate=null,"throw"===r&&t.iterator.return&&(o.method="return",o.arg=e,R(t,o),"throw"===o.method)||"return"!==r&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var i=m(n,t.iterator,o.arg);if("throw"===i.type)return o.method="throw",o.arg=i.arg,o.delegate=null,h;var s=i.arg;return s?s.done?(o[t.resultName]=s.value,o.next=t.nextLoc,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,h):s:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,h)}function A(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 N(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function D(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function S(t){if(t||""===t){var o=t[p];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,i=function o(){for(;++n=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=s.call(i,"catchLoc"),p=s.call(i,"finallyLoc");if(c&&p){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),N(o),h}},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;N(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,o,r){return this.delegate={iterator:S(t),resultName:o,nextLoc:r},"next"===this.method&&(this.arg=e),h}},o}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(h?'\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,u.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options)),this.elements.alert=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,u.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,u.uniqueId)("gform-alert");u.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,u.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,u.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,u.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&&C&&c?'').concat(C,""):"","\n\t\t\t\t\t").concat(y&&C&&!c?''.concat(C,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},h=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,u.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,u.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,u.getNode)(o,document,!0),n=this.elements.maskPositioner,i=u.viewport.elVisibleHeight(r),s=u.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,u.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,u.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,u.getNode)("#".concat(t),document,!0),mask:(0,u.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,u.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,u.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,u.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,b(this.options))}this.elements.loader=(0,u.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,u.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,u.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,d=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,b=void 0===v?(0,u.uniqueId)("button"):v,h=t.interactive,P=void 0!==h&&h,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,x=t.size,k=void 0===x?"size-r":x,C=t.spacing,_=void 0===C?"":C,E=t.type,R=void 0===E?"primary":E,A=(0,u.objectToAttributes)({id:b,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(R),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,u.spacerClasses)(_))),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,u.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,u.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,u.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,u.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,u.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,u.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,u.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,u.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,u.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 h(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,u.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options)),this.elements.button=(0,u.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,u.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,u.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 x=o(509),k=o.n(x);function C(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function _(t){return function e(o){return 0===arguments.length||C(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return C(o)?e:_((function(e){return t(o,e)}));default:return C(o)&&C(r)?e:C(o)?_((function(e){return t(e,r)})):C(r)?_((function(e){return t(o,e)})):t(o,r)}}}var R=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)},L=_((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;)A(e=H[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):_((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=_((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 J(t,e,o.slice(),r.slice())}return!F((function(t,e){return!F(i,e,t)}),z(e),n)}function J(t,e,o,r){if(W(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||!W(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!W(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 u=c[a];if(!A(u,e)||!J(e[u],t[u],p,l))return!1;a-=1}return!0}var K=E((function(t,e){return J(t,e,[],[])})),Y=_((function(t){return null!=t&&K(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 C(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return C(o)&&C(r)?e:C(o)?E((function(e,o){return t(e,r,o)})):C(r)?E((function(e,r){return t(o,e,r)})):_((function(e){return t(o,r,e)}));default:return C(o)&&C(r)&&C(n)?e:C(o)&&C(r)?E((function(e,o){return t(e,o,n)})):C(o)&&C(n)?E((function(e,o){return t(e,r,o)})):C(r)&&C(n)?E((function(e,r){return t(o,e,r)})):C(o)?_((function(e){return t(e,r,n)})):C(r)?_((function(e){return t(o,e,n)})):C(n)?_((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 K(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=R(["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=bt(p),u=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(u)),d=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: ",d),f=Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:d})).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=dt()(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=dt()(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=dt()(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,u.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,u.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(xt(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},Ct=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,u.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=xt(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,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.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=xt(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=xt(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:xt,dropdownTemplate:kt},(0,u.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,u.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,u.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,u.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,u.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,u.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,u.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,u.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,u.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=xt(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,u.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,u.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,u.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,u.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,u.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),_t=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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,_t(this.options)),this.elements.heading=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function Rt(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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options)),this.elements.helpText=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,u.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,"
    "):"",W="";if(o&&(W='\n\t\t\t\n\t\t')),b&&("radio"===R||"checkbox"===R)){var q=d?' for="'.concat(d,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(b,"\n\t\t\t\n\t\t")}var H=(0,u.objectToAttributes)(It(It({},s),{},{id:d,type:R,value:N,class:["gform-input","gform-input--theme-".concat(_),"radio"!==R&&"checkbox"!==R&&"gform-input","radio"!==R&&"checkbox"!==R&&"gform-input--text",("radio"===R||"checkbox"===R)&&"gform-input--".concat(R)].concat(p(Object.keys((0,u.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(W,"\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,u.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options)),this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Wt(this.options)),this.elements.label=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();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 Mt(t){for(var e=1;e\n\t\t\t').concat(d,"\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,u.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options)),this.elements.link=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,u.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,u.isObject)(t)&&!(0,u.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(M);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Wt(H),"\n\t\t\t").concat("above"===d?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===d?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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Jt(this.options)),this.elements.select=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,u.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,u.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options)),this.elements.stackedIcon=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,u.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,size:"sm",spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,u.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options)),this.elements.statusIndicator=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,u.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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options)),this.elements.text=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,d,m,y,b),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,u.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(d&&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,u.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options)),this.elements.textarea=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,u.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 ue(t){for(var e=1;e\n\t\t\t").concat(c?'
    ':"","\n\t\t\t\t\n\t\t\t\t").concat(c?''):"","\n\t\t\t\t").concat(c?''):"","\n\t\t\t").concat(c?"
    ":"",'\n\t\t\t\n\t\t\t\t').concat(O,"\n\t\t\t\n\t\t\n\t")},fe=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,u.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,de(this.options)),this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),me=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonAriaLabel,s=void 0===i?"":i,a=t.closeButtonClasses,c=void 0===a?"":a,p=t.closeButtonSize,l=void 0===p?"md":p,u=t.closeButtonType,d=void 0===u?"circular":u,f=t.closeButtonTitle,m=void 0===f?"":f,g=t.confirmButtonAttributes,y=void 0===g?"":g,v=t.confirmButtonIcon,b=void 0===v?"":v,h=t.confirmButtonText,P=void 0===h?"":h,T=t.content,O=void 0===T?"":T,w=t.id,j=void 0===w?"":w,x=t.maskBlur,k=void 0===x||x,C=t.maskClasses,_=void 0===C?"":C,E=t.maskTheme,R=void 0===E?"none":E,A=t.mode,N=void 0===A?"":A,D=t.position,S=void 0===D?"fixed":D,I=t.title,L=void 0===I?"":I,B=t.titleIcon,z=void 0===B?"":B,F=t.titleIconColor,W=void 0===F?"":F,q=t.wrapperClasses,H=void 0===q?"":q,M=t.zIndex,G=void 0===M?10:M;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(L?'
    ':"","\n\t\t\t").concat(L?'
    ').concat(z?'"):"").concat(L,"
    "):"","\n\t\t\t").concat(L?"
    ":"",'\n\t\t\t
    ').concat(O,"
    \n\t\t\t").concat("dialog"===N||"alert"===N?'
    ':"","\n\t\t\t").concat("dialog"===N?'\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(b?''):"").concat(P,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===N?'\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"===N||"alert"===N?"
    ":"","\n\t\t
    \n\t
    \n\t")},ge=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&&u.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,u.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,u.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,u.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,u.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,u.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&&u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,u.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,u.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,u.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,u.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,u.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,u.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,u.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,u.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,u.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",me(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,u.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,u.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),ye=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,u=t.desktopWidth,d=void 0===u?0:u,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,b=void 0===v?"":v,h=t.maxWidth,P=void 0===h?0:h,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,x=t.position,k=void 0===x?"":x,C=t.showDivider,_=void 0===C||C,E=t.simplebar,R=void 0!==E&&E,A=t.title,N=void 0===A?"":A,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")},ve=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,u.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,u.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,closeOnOutsideClickExceptions:[],content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,u.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,u.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(),u.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,u.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:u.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,u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,u.getNodes)("flyout-content",!1,t)[0],closeButton:(0,u.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,u.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,u.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,ye(this.options)),(0,u.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,u.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,u.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,u.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,u.getClosest)(t.target,"#TB_window")||(0,u.matchesOrContainedInSelectors)(t.target,this.options.closeOnOutsideClickExceptions)||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,u.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),be=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
    ")},he=gform.libraries;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 Te(t){for(var e=1;e0),l(o,"gform-icon--preset-active",y.length>0),l(o,"gform-icon-preset--".concat(y),y.length>0),o),(0,u.spacerClasses)(b)),c),ref:e},s);return he.React.createElement("span",h,n)}));_e.propTypes={children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,iconPrefix:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object])},_e.displayName="Icon";var Ee=_e,Re=gform.utils.react;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 Ne(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,u.isObject)(t)&&!(0,u.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?he.React.createElement("optgroup",{label:t.label,key:"".concat((0,u.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return he.React.createElement(et,Q,he.React.createElement(Qe,Z),"above"===g&&he.React.createElement(eo,tt),he.React.createElement("div",{className:"gform-select__wrapper"},he.React.createElement("select",X,rt)),"below"===g&&he.React.createElement(eo,tt))}));rr.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),disabled:he.PropTypes.bool,helpTextAttributes:he.PropTypes.object,helpTextPosition:he.PropTypes.string,id:he.PropTypes.string,initialValue:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number]),labelAttributes:he.PropTypes.object,name:he.PropTypes.string,onBlur:he.PropTypes.func,onChange:he.PropTypes.func,onFocus:he.PropTypes.func,options:he.PropTypes.array,size:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),theme:he.PropTypes.string,wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),wrapperTagName:he.PropTypes.string},rr.displayName="Select";var nr=rr;function ir(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 sr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Cr(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 Er(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 Rr(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]),Nr((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()},W=Rr({className:(0,he.classnames)(Rr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(A),!0),(0,u.spacerClasses)(h)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,he.classnames)({"gform-input--picker-input":!0})},H={color:x,onChange:z,className:(0,he.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},M={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(x)},size:"size-xs"};return he.React.createElement("div",W,he.React.createElement("div",{className:"gform-input__picker-ui"},he.React.createElement(he.HexColorPicker,{color:x,onChange:z}),he.React.createElement("div",{className:"gform-input__picker-inputs"},he.React.createElement("div",q,he.React.createElement(Qe,M),he.React.createElement(he.HexColorInput,H)),Object.keys(_).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,he.classnames)({"gform-input":!0})},i={className:(0,he.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return he.React.createElement("div",i,he.React.createElement(Qe,t({},r,{label:o})),he.React.createElement("input",n))}(_[e],e)})))),he.React.createElement("div",{className:"gform-input__picker-controls"},he.React.createElement($e,G)))};Ir.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,onCancel:he.PropTypes.func,onChange:he.PropTypes.func,onSave:he.PropTypes.func,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),triggerRef:he.PropTypes.object,value:he.PropTypes.string};var Lr=Ir;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;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 vn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function bn(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 hn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,he.classnames)({"gform-input--swatch__option":!0}),key:e},n=En({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===R};o&&(i.onClick=function(){S(t),M({current:V.current[e]}),B(e),_(!0)});var s={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){W((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,he.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:_r(t)}}},c={icon:"delete",customClasses:(0,he.classnames)({"gform-input--swatch-delete":!0})};return he.React.createElement("li",r,he.React.createElement(Qe,n),he.React.createElement("input",i),he.React.createElement("span",s,t===R&&he.React.createElement(Ee,a),o&&he.React.createElement(Ee,c)))},Z=En({className:(0,he.classnames)(En({"gform-input--swatch":!0},(0,u.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,he.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)||W((function(e){var o=e;return o[L]=t,o})),A(t),_(!1)},onCancel:Y,triggerRef:H,i18n:(null==l?void 0:l.colorPicker)||{}};return he.React.createElement("div",t({},Z,{ref:o}),he.React.createElement("div",{style:{height:"0"}}),he.React.createElement("ul",tt,h.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,he.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},J={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){M(U),B(F.length+1),_(!0)},ref:U},K={icon:"plus-regular"},he.React.createElement("li",$,he.React.createElement("span",J,he.React.createElement(Ee,K))))),C&&he.React.createElement(Lr,ot),he.React.createElement("input",et))}));Dn.propTypes={allowNew:he.PropTypes.bool,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,id:he.PropTypes.string,labelAttributes:he.PropTypes.object,name:he.PropTypes.string,palette:he.PropTypes.array,paletteCustom:he.PropTypes.array,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),value:he.PropTypes.string},Dn.displayName="Swatch";var Sn=Dn,In=["customClasses"];function Ln(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 Bn(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,u=r.innerWidth,d=r.innerHeight,f=n-o.top,m=o.bottom-(d-n),g=n-o.left,y=o.right-(u-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(d-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(d-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(u-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(u-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),u=tt(r.width,r.height,p,l,a,c),d={};switch(e){case"top":d.top=u,d.bottom=et("top","bottom",r,n,t),d.left=et("top","left",r,n,t),d.right=et("top","right",r,n,t);break;case"bottom":d.top=et("bottom","top",r,n,t),d.bottom=u,d.left=et("bottom","left",r,n,t),d.right=et("bottom","right",r,n,t);break;case"left":d.top=et("left","top",r,n,t),d.bottom=et("left","bottom",r,n,t),d.left=u,d.right=et("left","right",r,n,t);break;case"right":d.top=et("right","top",r,n,t),d.bottom=et("right","bottom",r,n,t),d.left=et("right","left",r,n,t),d.right=u;break;default:return e}return Object.keys(d).reduce((function(t,e){return d[e]>d[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=yn(n,In),a=Bn({customClasses:(0,he.classnames)(["gform-tooltip__tooltip-content"],i)},s);return he.React.createElement(uo,a,o)},nt=Bn({className:(0,he.classnames)((r={"gform-tooltip":!0},l(r,"gform-tooltip--position-".concat(K),!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",M),l(r,"gform-tooltip--anim-in-active",M&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Bn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},A),at={};return B&&(at.width=B+"px"),x&&(at.maxWidth=x+"px"),st.style=at,he.React.createElement("div",t({},nt,{ref:o}),he.React.createElement("button",it,he.React.createElement(Ee,{icon:h})),he.React.createElement("div",t({ref:I},st),he.React.createElement(rt,{con:p,cAttributes:f}),a,he.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Mn.propTypes={buffer:he.PropTypes.number,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),content:he.PropTypes.string,contentAttributes:he.PropTypes.object,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,intentDelay:he.PropTypes.number,id:he.PropTypes.string,maxWidth:he.PropTypes.number,position:he.PropTypes.string,theme:he.PropTypes.string,tooltipCustomAttributes:he.PropTypes.object,type:he.PropTypes.string},Mn.displayName="Tooltip";var Gn=Mn;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&&he.React.createElement("div",I,he.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&he.React.createElement(uo,h),c&&he.React.createElement($e,L))),T,s)}));Jn.propTypes={aspectRatio:he.PropTypes.string,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),placeholderButton:he.PropTypes.bool,placeholderButtonProps:he.PropTypes.object,placeholderCustomClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),placeholderImage:he.PropTypes.string,placeholderText:he.PropTypes.string,placeholderTextProps:he.PropTypes.object,player:he.PropTypes.node,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object])},Jn.displayName="Video";var Kn=Jn;function Yn(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 Qn(t){for(var e=1;eNumber(t)-Number(e))).map((e=>t[e])):t}function d(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=d(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]=u(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=d(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 o},t.exports.__esModule=!0,t.exports.default=t.exports;var e,o={},i=Object.prototype,s=i.hasOwnProperty,a=Object.defineProperty||function(t,e,o){t[e]=o.value},c="function"==typeof Symbol?Symbol:{},p=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",u=c.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(e){d=function(t,e,o){return t[e]=o}}function f(t,e,o,r){var n=e&&e.prototype instanceof P?e:P,i=Object.create(n.prototype),s=new D(r||[]);return a(i,"_invoke",{value:E(t,o,s)}),i}function m(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}o.wrap=f;var g="suspendedStart",y="suspendedYield",v="executing",b="completed",h={};function P(){}function T(){}function O(){}var w={};d(w,p,(function(){return this}));var j=Object.getPrototypeOf,x=j&&j(j(S([])));x&&x!==i&&s.call(x,p)&&(w=x);var k=O.prototype=P.prototype=Object.create(w);function C(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function o(n,i,a,c){var p=m(t[n],t,i);if("throw"!==p.type){var l=p.arg,u=l.value;return u&&"object"==r(u)&&s.call(u,"__await")?e.resolve(u.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(u).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;a(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 E(t,o,r){var n=g;return function(i,s){if(n===v)throw new Error("Generator is already running");if(n===b){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var c=R(a,r);if(c){if(c===h)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===g)throw n=b,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=v;var p=m(t,o,r);if("normal"===p.type){if(n=r.done?b:y,p.arg===h)continue;return{value:p.arg,done:r.done}}"throw"===p.type&&(n=b,r.method="throw",r.arg=p.arg)}}}function R(t,o){var r=o.method,n=t.iterator[r];if(n===e)return o.delegate=null,"throw"===r&&t.iterator.return&&(o.method="return",o.arg=e,R(t,o),"throw"===o.method)||"return"!==r&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var i=m(n,t.iterator,o.arg);if("throw"===i.type)return o.method="throw",o.arg=i.arg,o.delegate=null,h;var s=i.arg;return s?s.done?(o[t.resultName]=s.value,o.next=t.nextLoc,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,h):s:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,h)}function A(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 N(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function D(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function S(t){if(t||""===t){var o=t[p];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,i=function o(){for(;++n=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=s.call(i,"catchLoc"),p=s.call(i,"finallyLoc");if(c&&p){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),N(o),h}},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;N(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,o,r){return this.delegate={iterator:S(t),resultName:o,nextLoc:r},"next"===this.method&&(this.arg=e),h}},o}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(h?'\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,u.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options));this.elements.alert=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,u.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,u.uniqueId)("gform-alert");u.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,u.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,u.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,u.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&&C&&c?'').concat(C,""):"","\n\t\t\t\t\t").concat(y&&C&&!c?''.concat(C,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},h=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,u.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,u.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,u.getNode)(o,document,!0),n=this.elements.maskPositioner,i=u.viewport.elVisibleHeight(r),s=u.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,u.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,u.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,u.getNode)("#".concat(t),document,!0),mask:(0,u.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,u.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,u.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,u.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,b(this.options))}this.elements.loader=(0,u.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,u.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,u.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,d=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,b=void 0===v?(0,u.uniqueId)("button"):v,h=t.interactive,P=void 0!==h&&h,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,x=t.size,k=void 0===x?"size-r":x,C=t.spacing,_=void 0===C?"":C,E=t.type,R=void 0===E?"primary":E,A=(0,u.objectToAttributes)({id:b,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(R),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,u.spacerClasses)(_))),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,u.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,u.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,u.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,u.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,u.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,u.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,u.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,u.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,u.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 h(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,u.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options));this.elements.button=(0,u.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,u.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,u.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 x=o(509),k=o.n(x);function C(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function _(t){return function e(o){return 0===arguments.length||C(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return C(o)?e:_((function(e){return t(o,e)}));default:return C(o)&&C(r)?e:C(o)?_((function(e){return t(e,r)})):C(r)?_((function(e){return t(o,e)})):t(o,r)}}}var R=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)};var L=_((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;)A(e=H[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):_((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=_((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(W(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||!W(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!W(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 u=c[a];if(!A(u,e)||!K(e[u],t[u],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=_((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 C(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return C(o)&&C(r)?e:C(o)?E((function(e,o){return t(e,r,o)})):C(r)?E((function(e,r){return t(o,e,r)})):_((function(e){return t(o,r,e)}));default:return C(o)&&C(r)&&C(n)?e:C(o)&&C(r)?E((function(e,o){return t(e,o,n)})):C(o)&&C(n)?E((function(e,o){return t(e,r,o)})):C(r)&&C(n)?E((function(e,r){return t(o,e,r)})):C(o)?_((function(e){return t(e,r,n)})):C(r)?_((function(e){return t(o,e,n)})):C(n)?_((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=R(["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=bt(p),u=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(u)),d=i.headers?Pt({},i.headers):{},Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:d})).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=dt()(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=dt()(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=dt()(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,u.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,u.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(xt(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},Ct=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,u.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=xt(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,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.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=xt(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=xt(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:xt,dropdownTemplate:kt},(0,u.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,u.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,u.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,u.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,u.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,u.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,u.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,u.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,u.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=xt(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,u.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,u.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,u.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,u.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,u.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),_t=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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,_t(this.options));this.elements.heading=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function Rt(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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options));this.elements.helpText=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,u.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,"
    "):"",W="";if(o&&(W='\n\t\t\t\n\t\t')),b&&("radio"===R||"checkbox"===R)){var q=d?' for="'.concat(d,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(b,"\n\t\t\t\n\t\t")}var H=(0,u.objectToAttributes)(It(It({},s),{},{id:d,type:R,value:N,class:["gform-input","gform-input--theme-".concat(_),"radio"!==R&&"checkbox"!==R&&"gform-input","radio"!==R&&"checkbox"!==R&&"gform-input--text",("radio"===R||"checkbox"===R)&&"gform-input--".concat(R)].concat(p(Object.keys((0,u.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(W,"\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,u.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options));this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Wt(this.options));this.elements.label=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();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 Mt(t){for(var e=1;e\n\t\t\t').concat(d,"\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,u.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options));this.elements.link=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,u.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,u.isObject)(t)&&!(0,u.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(M);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Wt(H),"\n\t\t\t").concat("above"===d?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===d?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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Kt(this.options));this.elements.select=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,u.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,u.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options));this.elements.stackedIcon=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,u.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,size:"sm",spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,u.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options));this.elements.statusIndicator=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,u.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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options));this.elements.text=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,d,m,y,b),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,u.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(d&&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,u.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options));this.elements.textarea=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,u.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 ue(t){for(var e=1;e\n\t\t\t").concat(c?'
    ':"","\n\t\t\t\t\n\t\t\t\t").concat(c?''):"","\n\t\t\t\t").concat(c?''):"","\n\t\t\t").concat(c?"
    ":"",'\n\t\t\t\n\t\t\t\t').concat(O,"\n\t\t\t\n\t\t\n\t")},fe=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,u.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,de(this.options));this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),me=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonAriaLabel,s=void 0===i?"":i,a=t.closeButtonClasses,c=void 0===a?"":a,p=t.closeButtonSize,l=void 0===p?"md":p,u=t.closeButtonType,d=void 0===u?"circular":u,f=t.closeButtonTitle,m=void 0===f?"":f,g=t.confirmButtonAttributes,y=void 0===g?"":g,v=t.confirmButtonIcon,b=void 0===v?"":v,h=t.confirmButtonText,P=void 0===h?"":h,T=t.content,O=void 0===T?"":T,w=t.id,j=void 0===w?"":w,x=t.maskBlur,k=void 0===x||x,C=t.maskClasses,_=void 0===C?"":C,E=t.maskTheme,R=void 0===E?"none":E,A=t.mode,N=void 0===A?"":A,D=t.position,S=void 0===D?"fixed":D,I=t.title,L=void 0===I?"":I,B=t.titleIcon,z=void 0===B?"":B,F=t.titleIconColor,W=void 0===F?"":F,q=t.wrapperClasses,H=void 0===q?"":q,M=t.zIndex,G=void 0===M?10:M;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(L?'
    ':"","\n\t\t\t").concat(L?'
    ').concat(z?'"):"").concat(L,"
    "):"","\n\t\t\t").concat(L?"
    ":"",'\n\t\t\t
    ').concat(O,"
    \n\t\t\t").concat("dialog"===N||"alert"===N?'
    ':"","\n\t\t\t").concat("dialog"===N?'\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(b?''):"").concat(P,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===N?'\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"===N||"alert"===N?"
    ":"","\n\t\t
    \n\t
    \n\t")},ge=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&&u.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,u.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,u.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,u.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,u.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,u.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&&u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,u.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,u.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,u.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,u.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,u.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,u.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,u.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,u.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,u.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",me(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,u.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,u.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),ye=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,u=t.desktopWidth,d=void 0===u?0:u,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,b=void 0===v?"":v,h=t.maxWidth,P=void 0===h?0:h,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,x=t.position,k=void 0===x?"":x,C=t.showDivider,_=void 0===C||C,E=t.simplebar,R=void 0!==E&&E,A=t.title,N=void 0===A?"":A,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")},ve=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,u.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,u.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,closeOnOutsideClickExceptions:[],content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,u.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,u.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(),u.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,u.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:u.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,u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,u.getNodes)("flyout-content",!1,t)[0],closeButton:(0,u.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,u.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,u.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,ye(this.options)),(0,u.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,u.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,u.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,u.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,u.getClosest)(t.target,"#TB_window")||(0,u.matchesOrContainedInSelectors)(t.target,this.options.closeOnOutsideClickExceptions)||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,u.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),be=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
    ")},he=gform.libraries;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 Te(t){for(var e=1;e0),l(o,"gform-icon--preset-active",y.length>0),l(o,"gform-icon-preset--".concat(y),y.length>0),o),(0,u.spacerClasses)(b)),c),ref:e},s);return he.React.createElement("span",h,n)}));_e.propTypes={children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,iconPrefix:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object])},_e.displayName="Icon";var Ee=_e,Re=gform.utils.react;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 Ne(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,u.isObject)(t)&&!(0,u.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?he.React.createElement("optgroup",{label:t.label,key:"".concat((0,u.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return he.React.createElement(et,Q,he.React.createElement(Qe,Z),"above"===g&&he.React.createElement(eo,tt),he.React.createElement("div",{className:"gform-select__wrapper"},he.React.createElement("select",X,rt)),"below"===g&&he.React.createElement(eo,tt))}));rr.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),disabled:he.PropTypes.bool,helpTextAttributes:he.PropTypes.object,helpTextPosition:he.PropTypes.string,id:he.PropTypes.string,initialValue:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number]),labelAttributes:he.PropTypes.object,name:he.PropTypes.string,onBlur:he.PropTypes.func,onChange:he.PropTypes.func,onFocus:he.PropTypes.func,options:he.PropTypes.array,size:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),theme:he.PropTypes.string,wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),wrapperTagName:he.PropTypes.string},rr.displayName="Select";var nr=rr;function ir(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 sr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Cr(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 Er(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 Rr(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]),Nr((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()},W=Rr({className:(0,he.classnames)(Rr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(A),!0),(0,u.spacerClasses)(h)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,he.classnames)({"gform-input--picker-input":!0})},H={color:x,onChange:z,className:(0,he.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},M={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(x)},size:"size-xs"};return he.React.createElement("div",W,he.React.createElement("div",{className:"gform-input__picker-ui"},he.React.createElement(he.HexColorPicker,{color:x,onChange:z}),he.React.createElement("div",{className:"gform-input__picker-inputs"},he.React.createElement("div",q,he.React.createElement(Qe,M),he.React.createElement(he.HexColorInput,H)),Object.keys(_).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,he.classnames)({"gform-input":!0})},i={className:(0,he.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return he.React.createElement("div",i,he.React.createElement(Qe,t({},r,{label:o})),he.React.createElement("input",n))}(_[e],e)})))),he.React.createElement("div",{className:"gform-input__picker-controls"},he.React.createElement($e,G)))};Ir.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,onCancel:he.PropTypes.func,onChange:he.PropTypes.func,onSave:he.PropTypes.func,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),triggerRef:he.PropTypes.object,value:he.PropTypes.string};var Lr=Ir;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;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 vn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function bn(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 hn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,he.classnames)({"gform-input--swatch__option":!0}),key:e},n=En({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===R};o&&(i.onClick=function(){S(t),M({current:V.current[e]}),B(e),_(!0)});var s={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){W((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,he.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:_r(t)}}},c={icon:"delete",customClasses:(0,he.classnames)({"gform-input--swatch-delete":!0})};return he.React.createElement("li",r,he.React.createElement(Qe,n),he.React.createElement("input",i),he.React.createElement("span",s,t===R&&he.React.createElement(Ee,a),o&&he.React.createElement(Ee,c)))},Z=En({className:(0,he.classnames)(En({"gform-input--swatch":!0},(0,u.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,he.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)||W((function(e){var o=e;return o[L]=t,o})),A(t),_(!1)},onCancel:Y,triggerRef:H,i18n:(null==l?void 0:l.colorPicker)||{}};return he.React.createElement("div",t({},Z,{ref:o}),he.React.createElement("div",{style:{height:"0"}}),he.React.createElement("ul",tt,h.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,he.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){M(U),B(F.length+1),_(!0)},ref:U},J={icon:"plus-regular"},he.React.createElement("li",$,he.React.createElement("span",K,he.React.createElement(Ee,J))))),C&&he.React.createElement(Lr,ot),he.React.createElement("input",et))}));Dn.propTypes={allowNew:he.PropTypes.bool,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,id:he.PropTypes.string,labelAttributes:he.PropTypes.object,name:he.PropTypes.string,palette:he.PropTypes.array,paletteCustom:he.PropTypes.array,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),value:he.PropTypes.string},Dn.displayName="Swatch";var Sn=Dn,In=["customClasses"];function Ln(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 Bn(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,u=r.innerWidth,d=r.innerHeight,f=n-o.top,m=o.bottom-(d-n),g=n-o.left,y=o.right-(u-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(d-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(d-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(u-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(u-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),u=tt(r.width,r.height,p,l,a,c),d={};switch(e){case"top":d.top=u,d.bottom=et("top","bottom",r,n,t),d.left=et("top","left",r,n,t),d.right=et("top","right",r,n,t);break;case"bottom":d.top=et("bottom","top",r,n,t),d.bottom=u,d.left=et("bottom","left",r,n,t),d.right=et("bottom","right",r,n,t);break;case"left":d.top=et("left","top",r,n,t),d.bottom=et("left","bottom",r,n,t),d.left=u,d.right=et("left","right",r,n,t);break;case"right":d.top=et("right","top",r,n,t),d.bottom=et("right","bottom",r,n,t),d.left=et("right","left",r,n,t),d.right=u;break;default:return e}return Object.keys(d).reduce((function(t,e){return d[e]>d[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=yn(n,In),a=Bn({customClasses:(0,he.classnames)(["gform-tooltip__tooltip-content"],i)},s);return he.React.createElement(uo,a,o)},nt=Bn({className:(0,he.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",M),l(r,"gform-tooltip--anim-in-active",M&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Bn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},A),at={};return B&&(at.width=B+"px"),x&&(at.maxWidth=x+"px"),st.style=at,he.React.createElement("div",t({},nt,{ref:o}),he.React.createElement("button",it,he.React.createElement(Ee,{icon:h})),he.React.createElement("div",t({ref:I},st),he.React.createElement(rt,{con:p,cAttributes:f}),a,he.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Mn.propTypes={buffer:he.PropTypes.number,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),content:he.PropTypes.string,contentAttributes:he.PropTypes.object,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,intentDelay:he.PropTypes.number,id:he.PropTypes.string,maxWidth:he.PropTypes.number,position:he.PropTypes.string,theme:he.PropTypes.string,tooltipCustomAttributes:he.PropTypes.object,type:he.PropTypes.string},Mn.displayName="Tooltip";var Gn=Mn;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&&he.React.createElement("div",I,he.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&he.React.createElement(uo,h),c&&he.React.createElement($e,L))),T,s)}));Kn.propTypes={aspectRatio:he.PropTypes.string,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),placeholderButton:he.PropTypes.bool,placeholderButtonProps:he.PropTypes.object,placeholderCustomClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),placeholderImage:he.PropTypes.string,placeholderText:he.PropTypes.string,placeholderTextProps:he.PropTypes.object,player:he.PropTypes.node,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object])},Kn.displayName="Video";var Jn=Kn;function Yn(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 Qn(t){for(var e=1;eNumber(t)-Number(e))).map((e=>t[e])):t}function d(t){const e=t.indexOf("#");return-1!==e&&(t=t.slice(0,e)),t}function f(t){const e=(t=d(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]=u(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=d(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 o},t.exports.__esModule=!0,t.exports.default=t.exports;var e,o={},i=Object.prototype,s=i.hasOwnProperty,a=Object.defineProperty||function(t,e,o){t[e]=o.value},c="function"==typeof Symbol?Symbol:{},p=c.iterator||"@@iterator",l=c.asyncIterator||"@@asyncIterator",u=c.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(e){d=function(t,e,o){return t[e]=o}}function f(t,e,o,r){var n=e&&e.prototype instanceof P?e:P,i=Object.create(n.prototype),s=new D(r||[]);return a(i,"_invoke",{value:E(t,o,s)}),i}function m(t,e,o){try{return{type:"normal",arg:t.call(e,o)}}catch(t){return{type:"throw",arg:t}}}o.wrap=f;var g="suspendedStart",y="suspendedYield",v="executing",b="completed",h={};function P(){}function T(){}function O(){}var w={};d(w,p,(function(){return this}));var j=Object.getPrototypeOf,x=j&&j(j(S([])));x&&x!==i&&s.call(x,p)&&(w=x);var k=O.prototype=P.prototype=Object.create(w);function C(t){["next","throw","return"].forEach((function(e){d(t,e,(function(t){return this._invoke(e,t)}))}))}function _(t,e){function o(n,i,a,c){var p=m(t[n],t,i);if("throw"!==p.type){var l=p.arg,u=l.value;return u&&"object"==r(u)&&s.call(u,"__await")?e.resolve(u.__await).then((function(t){o("next",t,a,c)}),(function(t){o("throw",t,a,c)})):e.resolve(u).then((function(t){l.value=t,a(l)}),(function(t){return o("throw",t,a,c)}))}c(p.arg)}var n;a(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 E(t,o,r){var n=g;return function(i,s){if(n===v)throw new Error("Generator is already running");if(n===b){if("throw"===i)throw s;return{value:e,done:!0}}for(r.method=i,r.arg=s;;){var a=r.delegate;if(a){var c=R(a,r);if(c){if(c===h)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===g)throw n=b,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=v;var p=m(t,o,r);if("normal"===p.type){if(n=r.done?b:y,p.arg===h)continue;return{value:p.arg,done:r.done}}"throw"===p.type&&(n=b,r.method="throw",r.arg=p.arg)}}}function R(t,o){var r=o.method,n=t.iterator[r];if(n===e)return o.delegate=null,"throw"===r&&t.iterator.return&&(o.method="return",o.arg=e,R(t,o),"throw"===o.method)||"return"!==r&&(o.method="throw",o.arg=new TypeError("The iterator does not provide a '"+r+"' method")),h;var i=m(n,t.iterator,o.arg);if("throw"===i.type)return o.method="throw",o.arg=i.arg,o.delegate=null,h;var s=i.arg;return s?s.done?(o[t.resultName]=s.value,o.next=t.nextLoc,"return"!==o.method&&(o.method="next",o.arg=e),o.delegate=null,h):s:(o.method="throw",o.arg=new TypeError("iterator result is not an object"),o.delegate=null,h)}function A(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 N(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function D(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(A,this),this.reset(!0)}function S(t){if(t||""===t){var o=t[p];if(o)return o.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,i=function o(){for(;++n=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=s.call(i,"catchLoc"),p=s.call(i,"finallyLoc");if(c&&p){if(this.prev=0;--o){var r=this.tryEntries[o];if(r.tryLoc<=this.prev&&s.call(r,"finallyLoc")&&this.prev=0;--e){var o=this.tryEntries[e];if(o.finallyLoc===t)return this.complete(o.completion,o.afterLoc),N(o),h}},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;N(o)}return n}}throw new Error("illegal catch attempt")},delegateYield:function(t,o,r){return this.delegate={iterator:S(t),resultName:o,nextLoc:r},"next"===this.method&&(this.arg=e),h}},o}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(h?'\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,u.uniqueId)("alert"),isDismissable:!1,isInline:!1,rendered:!1,renderOnInit:!0,spacing:"",target:"",targetPosition:"afterbegin",theme:"cosmos",type:"default"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,m(this.options));this.elements.alert=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"dismissAlert",value:function(t){if((0,u.getClosest)(t.target,"#".concat(this.options.id)).style.display="none",this.options.cookieName){var e=(0,u.uniqueId)("gform-alert");u.cookieStorage.set(this.options.cookieName,e,1,!0)}}},{key:"bindEvents",value:function(){(0,u.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,u.trigger)({event:"gform/alert/post_render",native:!1,data:{instance:this}}),(0,u.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&&C&&c?'').concat(C,""):"","\n\t\t\t\t\t").concat(y&&C&&!c?''.concat(C,""):"","\n\t\t\t\t").concat(y?"
    ":"","\n\t\t\t").concat(y?""):"",'\n\t\t\t\n\t\t")},h=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,u.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,u.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,u.getNode)(o,document,!0),n=this.elements.maskPositioner,i=u.viewport.elVisibleHeight(r),s=u.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,u.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,u.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,u.getNode)("#".concat(t),document,!0),mask:(0,u.getNode)("#".concat(t,"-mask"),document,!0),maskPositioner:(0,u.getNode)("#".concat(t,"-mask-positioner"),document,!0),style:(0,u.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,u.getNode)(o,document,!0);this.options.mask&&(n.style.position="relative"),n.insertAdjacentHTML(r,b(this.options))}this.elements.loader=(0,u.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,u.trigger)({event:"gform/loader/post_render",native:!1,data:{instance:this}}),(0,u.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,d=void 0===l?"":l,f=t.icon,m=void 0===f?"":f,g=t.iconPosition,y=void 0===g?"leading":g,v=t.id,b=void 0===v?(0,u.uniqueId)("button"):v,h=t.interactive,P=void 0!==h&&h,T=t.label,O=void 0===T?"":T,w=t.round,j=void 0!==w&&w,x=t.size,k=void 0===x?"size-r":x,C=t.spacing,_=void 0===C?"":C,E=t.type,R=void 0===E?"primary":E,A=(0,u.objectToAttributes)({id:b,class:["gform-button","gform-button--".concat(k),"gform-button--".concat(R),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,u.spacerClasses)(_))),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,u.deepMerge)({activeText:"",activeType:"",attributes:"",customClasses:[],disableWhileActive:!0,html:"",icon:"",iconPosition:"leading",id:(0,u.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,u.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,u.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,u.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,u.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,u.getNode)("button-active-text",t)),r&&(this.elements.icon=(0,u.getNode)("button-icon",t)),n&&(this.elements.inactiveText=(0,u.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 h(r))}},{key:"render",value:function(){var t=this.options,e=t.rendered,o=t.target;e||(0,u.getNode)(o,document,!0).insertAdjacentHTML("beforeend",P(this.options));this.elements.button=(0,u.getNode)("#".concat(this.options.id),document,!0),this.renderInteractive(),(0,u.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,u.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 x=o(509),k=o.n(x);function C(t){return null!=t&&"object"==typeof t&&!0===t["@@functional/placeholder"]}function _(t){return function e(o){return 0===arguments.length||C(o)?e:t.apply(this,arguments)}}function E(t){return function e(o,r){switch(arguments.length){case 0:return e;case 1:return C(o)?e:_((function(e){return t(o,e)}));default:return C(o)&&C(r)?e:C(o)?_((function(e){return t(e,r)})):C(r)?_((function(e){return t(o,e)})):t(o,r)}}}var R=E((function(t,e){for(var o={},r={},n=0,i=t.length;n=0&&"[object Array]"===Object.prototype.toString.call(t)};var L=_((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;)A(e=H[o],t)&&!G(r,e)&&(r[r.length]=e),o-=1;return r})):_((function(t){return Object(t)!==t?[]:Object.keys(t)})),V=_((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(W(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||!W(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!W(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 u=c[a];if(!A(u,e)||!K(e[u],t[u],p,l))return!1;a-=1}return!0}var J=E((function(t,e){return K(t,e,[],[])})),Y=_((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 C(o)?e:E((function(e,r){return t(o,e,r)}));case 2:return C(o)&&C(r)?e:C(o)?E((function(e,o){return t(e,r,o)})):C(r)?E((function(e,r){return t(o,e,r)})):_((function(e){return t(o,r,e)}));default:return C(o)&&C(r)&&C(n)?e:C(o)&&C(r)?E((function(e,o){return t(e,o,n)})):C(o)&&C(n)?E((function(e,o){return t(e,r,o)})):C(r)&&C(n)?E((function(e,r){return t(o,e,r)})):C(o)?_((function(e){return t(e,r,n)})):C(r)?_((function(e){return t(o,e,n)})):C(n)?_((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=R(["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=bt(p),u=(0,ct.stringify)(l,{arrayFormat:"bracket"}),a="".concat(a,"?").concat(u)),d=i.headers?Pt({},i.headers):{},Date.now(),t.abrupt("return",window.fetch(a,Pt(Pt({},i),{},{headers:d})).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=dt()(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=dt()(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=dt()(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,u.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,u.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(xt(t.listData),"\n\t\t\t\t
    \n\t\t\t
    \n\t\t\n\t
    \n")},Ct=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,u.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=xt(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,u.consoleInfo)("Mock endpoint, data that would have been sent is:"),(0,u.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=xt(s.data.data)),i.options.endpointUseRest&&s.data.length&&(i.elements.dropdownList.innerHTML=xt(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:xt,dropdownTemplate:kt},(0,u.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,u.getNodes)(this.options.selector,!1,this.options.container)[0],this.elements.container?(this.elements.titleEl=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.container)[0],this.elements.dropdownList=(0,u.getNodes)("gform-dropdown-list",!1,this.elements.container)[0],this.elements.dropdownContainer=(0,u.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,u.consoleError)("Gform dropdown couldn't find [data-js=\"".concat(this.options.selector,'"] to instantiate on.'))}return s(o,[{key:"handleChange",value:function(t){(0,u.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,u.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,u.getNodes)("gform-dropdown-control",!1,this.elements.container)[0],this.elements.controlText=(0,u.getNodes)("gform-dropdown-control-text",!1,this.elements.control)[0],this.elements.triggers=(0,u.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=xt(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,u.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,u.delegate)(t,'[data-js="gform-dropdown-trigger"]',"click",this.handleChange.bind(this)),(0,u.delegate)(t,'[data-js="gform-dropdown-control"]',"click",this.handleControl.bind(this)),(0,u.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,u.trigger)({event:"gform/dropdown/post_render",native:!1,data:{instance:this}})}}]),o}(),_t=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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("heading"),rendered:!1,renderOnInit:!0,size:"display-3xl",spacing:"",tagName:"h1",target:"",targetPosition:"afterbegin",weight:"semibold"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,_t(this.options));this.elements.heading=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/heading/post_render",native:!1,data:{instance:this}})}}]),o}();function Rt(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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Nt(this.options));this.elements.helpText=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/help_text/post_render",native:!1,data:{instance:this}}),(0,u.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,"
    "):"",W="";if(o&&(W='\n\t\t\t\n\t\t')),b&&("radio"===R||"checkbox"===R)){var q=d?' for="'.concat(d,'"'):"";D="\n\t\t\t\n\t\t\t\t").concat(b,"\n\t\t\t\n\t\t")}var H=(0,u.objectToAttributes)(It(It({},s),{},{id:d,type:R,value:N,class:["gform-input","gform-input--theme-".concat(_),"radio"!==R&&"checkbox"!==R&&"gform-input","radio"!==R&&"checkbox"!==R&&"gform-input--text",("radio"===R||"checkbox"===R)&&"gform-input--".concat(R)].concat(p(Object.keys((0,u.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(W,"\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,u.trigger)({event:"gform/input/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Lt(this.options));this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/input/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Wt(this.options));this.elements.label=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/label/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized label component on ".concat(this.options.target,"."))}}]),o}();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 Mt(t){for(var e=1;e\n\t\t\t').concat(d,"\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,u.trigger)({event:"gform/link/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Gt(this.options));this.elements.link=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/link/post_render",native:!1,data:{instance:this}}),(0,u.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,u.isObject)(t)&&!(0,u.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(M);return"\n\t\t<".concat(S," ").concat(F,">\n\t\t\t").concat(Wt(H),"\n\t\t\t").concat("above"===d?V:"",'\n\t\t\t
    \n\t\t\t\t\n\t\t\t
    \n\t\t\t").concat("below"===d?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,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Kt(this.options));this.elements.select=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/select/post_render",native:!1,data:{instance:this}}),(0,u.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,u.trigger)({event:"gform/stacked_icon/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,Xt(this.options));this.elements.stackedIcon=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/stacked_icon/post_render",native:!1,data:{instance:this}}),(0,u.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,size:"sm",spacing:"",status:"active",target:"",targetPosition:"afterbegin",theme:"cosmos"},r),(0,u.trigger)({event:"gform/status_indicator/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,oe(this.options));this.elements.statusIndicator=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/status_indicator/post_render",native:!1,data:{instance:this}}),(0,u.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,d=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,u.spacerClasses)(d)))),id:s};return"<".concat(m," ").concat((0,u.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,u.uniqueId)("gform-text"),rendered:!1,renderOnInit:!0,size:"text-md",spacing:"",tagName:"div",target:"",targetPosition:"afterbegin",weight:"regular"},r),(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ne(this.options));this.elements.text=(0,u.getNode)("#".concat(this.options.id),document,!0)}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/text/post_render",native:!1,data:{instance:this}}),(0,u.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,u.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,d,m,y,b),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,u.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(d&&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,u.trigger)({event:"gform/textarea/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,ce(this.options));this.elements.textarea=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.textarea.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/textarea/post_render",native:!1,data:{instance:this}}),(0,u.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 ue(t){for(var e=1;e\n\t\t\t").concat(c?'
    ':"","\n\t\t\t\t\n\t\t\t\t").concat(c?''):"","\n\t\t\t\t").concat(c?''):"","\n\t\t\t").concat(c?"
    ":"",'\n\t\t\t\n\t\t\t\t').concat(O,"\n\t\t\t\n\t\t\n\t")},fe=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,u.trigger)({event:"gform/toggle/pre_init",native:!1,data:{instance:this}}),this.options.id=this.options.id||(0,u.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,u.getNode)(o,document,!0).insertAdjacentHTML(r,de(this.options));this.elements.input=(0,u.getNode)("#".concat(this.options.id),document,!0),this.elements.wrapper=this.elements.input.parentNode}},{key:"init",value:function(){this.render(),(0,u.trigger)({event:"gform/toggle/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized toggle component.")}}]),o}(),me=function(t){var e=t.alertButtonText,o=void 0===e?"":e,r=t.cancelButtonText,n=void 0===r?"":r,i=t.closeButtonAriaLabel,s=void 0===i?"":i,a=t.closeButtonClasses,c=void 0===a?"":a,p=t.closeButtonSize,l=void 0===p?"md":p,u=t.closeButtonType,d=void 0===u?"circular":u,f=t.closeButtonTitle,m=void 0===f?"":f,g=t.confirmButtonAttributes,y=void 0===g?"":g,v=t.confirmButtonIcon,b=void 0===v?"":v,h=t.confirmButtonText,P=void 0===h?"":h,T=t.content,O=void 0===T?"":T,w=t.id,j=void 0===w?"":w,x=t.maskBlur,k=void 0===x||x,C=t.maskClasses,_=void 0===C?"":C,E=t.maskTheme,R=void 0===E?"none":E,A=t.mode,N=void 0===A?"":A,D=t.position,S=void 0===D?"fixed":D,I=t.title,L=void 0===I?"":I,B=t.titleIcon,z=void 0===B?"":B,F=t.titleIconColor,W=void 0===F?"":F,q=t.wrapperClasses,H=void 0===q?"":q,M=t.zIndex,G=void 0===M?10:M;return'\n\t
    \n\t\t
    \n\t\t\t\n\t\t\t').concat(L?'
    ':"","\n\t\t\t").concat(L?'
    ').concat(z?'"):"").concat(L,"
    "):"","\n\t\t\t").concat(L?"
    ":"",'\n\t\t\t
    ').concat(O,"
    \n\t\t\t").concat("dialog"===N||"alert"===N?'
    ':"","\n\t\t\t").concat("dialog"===N?'\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(b?''):"").concat(P,"\n\t\t\t\t\n\t\t\t"):"","\n\t\t\t").concat("alert"===N?'\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"===N||"alert"===N?"
    ":"","\n\t\t
    \n\t
    \n\t")},ge=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&&u.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,u.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,u.getClosest)(t.target,'[data-js="'.concat(r.options.id,'"]'))||r.closeDialog()})),l(this,"handleConfirm",(function(t){var e=r.options.onConfirm;(0,u.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,u.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,u.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&&u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,alertButton:(0,u.getNodes)("gform-dialog-alert",!1,t)[0],content:(0,u.getNodes)("gform-dialog-content",!1,t)[0],cancelButton:(0,u.getNodes)("gform-dialog-cancel",!1,t)[0],closeButton:(0,u.getNodes)("gform-dialog-close",!1,t)[0],confirmButton:(0,u.getNodes)("gform-dialog-confirm",!1,t)[0],dialog:t,footer:(0,u.getNodes)("gform-dialog-footer",!1,t)[0],header:(0,u.getNodes)("gform-dialog-header",!1,t)[0],mask:t.parentNode,triggers:this.options.triggers?(0,u.getNodes)(this.options.triggers,!0,document,!0):[]}}},{key:"render",value:function(){var t=this.options.target;(0,u.getNodes)(t,!1,document,!0)[0].insertAdjacentHTML("beforeend",me(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,u.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,u.trigger)({event:"gform/dialog/post_render",native:!1,data:{instance:this}}),(0,u.consoleInfo)("Gravity Forms Admin: Initialized dialog component.")}}]),o}(),ye=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,u=t.desktopWidth,d=void 0===u?0:u,f=t.direction,m=void 0===f?"":f,g=t.expandable,y=void 0!==g&&g,v=t.expandableTitle,b=void 0===v?"":v,h=t.maxWidth,P=void 0===h?0:h,T=t.mobileBreakpoint,O=void 0===T?0:T,w=t.mobileWidth,j=void 0===w?0:w,x=t.position,k=void 0===x?"":x,C=t.showDivider,_=void 0===C||C,E=t.simplebar,R=void 0!==E&&E,A=t.title,N=void 0===A?"":A,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")},ve=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,u.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,u.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,closeOnOutsideClickExceptions:[],content:"",expandable:!1,expandableTitle:"",expandableWidth:100,description:"",desktopWidth:60,direction:"right",id:(0,u.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,u.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(),u.simpleBar.reInitChildren(t),t.classList.add("gform-flyout--anim-in-ready"),(0,u.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:u.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,u.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,u.getNodes)(this.options.id)[0];this.elements={activeTrigger:null,content:(0,u.getNodes)("flyout-content",!1,t)[0],closeButton:(0,u.getNodes)("gform-flyout-close",!1,t)[0],expandableTrigger:this.options.expandable?(0,u.getNodes)("gform-flyout-expand",!1,t)[0]:null,flyout:t,resizeParent:"fixed"===this.options.position?null:t.parentNode,triggers:(0,u.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,ye(this.options)),(0,u.consoleInfo)("Gravity Forms Admin: Initialized flyout component on ".concat(this.options.target,"."))):(0,u.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,u.getNodes)(this.options.triggers,!0,document,!0).forEach((function(e){return e.addEventListener("click",t.handleTriggerClick)})),(0,u.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,u.getClosest)(t.target,"#TB_window")||(0,u.matchesOrContainedInSelectors)(t.target,this.options.closeOnOutsideClickExceptions)||this.closeFlyout()}.bind(this))}},{key:"init",value:function(){this.render(),this.storeElements(),this.bindEvents(),this.updateFlyoutWidth(),(0,u.trigger)({event:"gform/flyout/post_render",native:!1,data:{instance:this}})}}]),o}(),be=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
    ")},he=gform.libraries;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 Te(t){for(var e=1;e0),l(o,"gform-icon--preset-active",y.length>0),l(o,"gform-icon-preset--".concat(y),y.length>0),o),(0,u.spacerClasses)(b)),c),ref:e},s);return he.React.createElement("span",h,n)}));_e.propTypes={children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,iconPrefix:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object])},_e.displayName="Icon";var Ee=_e,Re=gform.utils.react;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 Ne(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:[];return(0,u.isObject)(t)&&!(0,u.isEmptyObject)(t)?Object.entries(t).map((function(e){var o=gt(e,1)[0];return t[o]})):t}(t.choices);return o.length?he.React.createElement("optgroup",{label:t.label,key:"".concat((0,u.slugify)(t.label),"-").concat(e)},o.map((function(t,e){return ot(t,e)}))):ot(t,e)}));return he.React.createElement(et,Q,he.React.createElement(Qe,Z),"above"===g&&he.React.createElement(eo,tt),he.React.createElement("div",{className:"gform-select__wrapper"},he.React.createElement("select",X,rt)),"below"===g&&he.React.createElement(eo,tt))}));rr.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),disabled:he.PropTypes.bool,helpTextAttributes:he.PropTypes.object,helpTextPosition:he.PropTypes.string,id:he.PropTypes.string,initialValue:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number]),labelAttributes:he.PropTypes.object,name:he.PropTypes.string,onBlur:he.PropTypes.func,onChange:he.PropTypes.func,onFocus:he.PropTypes.func,options:he.PropTypes.array,size:he.PropTypes.string,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),theme:he.PropTypes.string,wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),wrapperTagName:he.PropTypes.string},rr.displayName="Select";var nr=rr;function ir(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 sr(t){for(var e=1;e1&&void 0!==arguments[1])||arguments[1],o=Cr(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 Er(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 Rr(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]),Nr((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()},W=Rr({className:(0,he.classnames)(Rr(l({"gform-input--picker":!0},"gform-input--picker--pos-".concat(A),!0),(0,u.spacerClasses)(h)),i),style:{top:S.top,left:S.left},ref:B},r),q={className:(0,he.classnames)({"gform-input--picker-input":!0})},H={color:x,onChange:z,className:(0,he.classnames)({"gform-input":!0}),id:"".concat(L,"-hex"),type:"text"},M={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(x)},size:"size-xs"};return he.React.createElement("div",W,he.React.createElement("div",{className:"gform-input__picker-ui"},he.React.createElement(he.HexColorPicker,{color:x,onChange:z}),he.React.createElement("div",{className:"gform-input__picker-inputs"},he.React.createElement("div",q,he.React.createElement(Qe,M),he.React.createElement(he.HexColorInput,H)),Object.keys(_).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,he.classnames)({"gform-input":!0})},i={className:(0,he.classnames)({"gform-input--picker-input":!0,"gform-input--picker-input--rgb":!0}),key:o};return he.React.createElement("div",i,he.React.createElement(Qe,t({},r,{label:o})),he.React.createElement("input",n))}(_[e],e)})))),he.React.createElement("div",{className:"gform-input__picker-controls"},he.React.createElement($e,G)))};Ir.propTypes={customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,onCancel:he.PropTypes.func,onChange:he.PropTypes.func,onSave:he.PropTypes.func,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),triggerRef:he.PropTypes.object,value:he.PropTypes.string};var Lr=Ir;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;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 vn=["children","customAttributes","customClasses","FooterContent","HeaderContent","spacing","tagName"];function bn(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 hn(t){for(var e=1;e2&&void 0!==arguments[2]&&arguments[2],r={className:(0,he.classnames)({"gform-input--swatch__option":!0}),key:e},n=En({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===R};o&&(i.onClick=function(){S(t),M({current:V.current[e]}),B(e),_(!0)});var s={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0}),style:{backgroundColor:t},onClick:function(o){o.target.classList.contains("gform-input--swatch-delete")?function(t){W((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,he.classnames)({"gform-input--swatch-selected":!0}),customAttributes:{style:{color:_r(t)}}},c={icon:"delete",customClasses:(0,he.classnames)({"gform-input--swatch-delete":!0})};return he.React.createElement("li",r,he.React.createElement(Qe,n),he.React.createElement("input",i),he.React.createElement("span",s,t===R&&he.React.createElement(Ee,a),o&&he.React.createElement(Ee,c)))},Z=En({className:(0,he.classnames)(En({"gform-input--swatch":!0},(0,u.spacerClasses)(w)),c),id:f,"data-js-setting-name":v},s),tt={className:(0,he.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)||W((function(e){var o=e;return o[L]=t,o})),A(t),_(!1)},onCancel:Y,triggerRef:H,i18n:(null==l?void 0:l.colorPicker)||{}};return he.React.createElement("div",t({},Z,{ref:o}),he.React.createElement("div",{style:{height:"0"}}),he.React.createElement("ul",tt,h.map((function(t,e){return X(t,e)})),F.map((function(t,e){return X(t,e,!0)})),n&&($={className:(0,he.classnames)({"gform-input--swatch__option":!0,"gform-input--swatch__option--new":!0}),key:"add-new"},K={className:(0,he.classnames)({"gform-input--swatch__option-preview":!0,"gform-input--swatch__option-preview--new":!0}),onClick:function(){M(U),B(F.length+1),_(!0)},ref:U},J={icon:"plus-regular"},he.React.createElement("li",$,he.React.createElement("span",K,he.React.createElement(Ee,J))))),C&&he.React.createElement(Lr,ot),he.React.createElement("input",et))}));Dn.propTypes={allowNew:he.PropTypes.bool,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),i18n:he.PropTypes.object,id:he.PropTypes.string,labelAttributes:he.PropTypes.object,name:he.PropTypes.string,palette:he.PropTypes.array,paletteCustom:he.PropTypes.array,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),value:he.PropTypes.string},Dn.displayName="Swatch";var Sn=Dn,In=["customClasses"];function Ln(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 Bn(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,u=r.innerWidth,d=r.innerHeight,f=n-o.top,m=o.bottom-(d-n),g=n-o.left,y=o.right-(u-n);switch(t){case"top":switch(e){case"top":return!0;case"bottom":a=n-(i=o.bottom+44),c=i+o.height-(d-n),p=g,l=y;break;case"left":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.bottom+Hn+8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"bottom":switch(e){case"top":a=n-(i=o.top-44-o.height),c=i+o.height-(d-n),p=g,l=y;break;case"bottom":return!0;case"left":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2-8-Hn-o.width),l=s+o.width-(u-n);break;case"right":a=n-(i=o.top-Hn-8-o.height/2),c=i+o.height-(d-n),p=n-(s=o.left+o.width/2+8+Hn),l=s+o.width-(u-n);break;default:return!1}break;case"left":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.right+Hn+8-o.width/2),l=s+o.width-(u-n);break;case"left":return!0;case"right":a=f,c=m,p=n-(s=o.right+44),l=s+o.width-(u-n);break;default:return!1}break;case"right":switch(e){case"top":a=n-(i=o.top+o.height/2-8-Hn-o.height),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"bottom":a=n-(i=o.top+o.height/2+8+Hn),c=i+o.height-(d-n),p=n-(s=o.left-Hn-8-o.width/2),l=s+o.width-(u-n);break;case"left":a=f,c=m,p=n-(s=o.left-44-o.width),l=s+o.width-(u-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),u=tt(r.width,r.height,p,l,a,c),d={};switch(e){case"top":d.top=u,d.bottom=et("top","bottom",r,n,t),d.left=et("top","left",r,n,t),d.right=et("top","right",r,n,t);break;case"bottom":d.top=et("bottom","top",r,n,t),d.bottom=u,d.left=et("bottom","left",r,n,t),d.right=et("bottom","right",r,n,t);break;case"left":d.top=et("left","top",r,n,t),d.bottom=et("left","bottom",r,n,t),d.left=u,d.right=et("left","right",r,n,t);break;case"right":d.top=et("right","top",r,n,t),d.bottom=et("right","bottom",r,n,t),d.left=et("right","left",r,n,t),d.right=u;break;default:return e}return Object.keys(d).reduce((function(t,e){return d[e]>d[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=yn(n,In),a=Bn({customClasses:(0,he.classnames)(["gform-tooltip__tooltip-content"],i)},s);return he.React.createElement(uo,a,o)},nt=Bn({className:(0,he.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",M),l(r,"gform-tooltip--anim-in-active",M&&V),r),v)},g),it={className:"gform-tooltip__trigger","aria-describedby":S,onBlur:X,onFocus:Q,onMouseEnter:Q,onMouseLeave:X},st=Bn({className:"gform-tooltip__tooltip",role:"tooltip",id:S,onTransitionEnd:function(){V||G(!1)}},A),at={};return B&&(at.width=B+"px"),x&&(at.maxWidth=x+"px"),st.style=at,he.React.createElement("div",t({},nt,{ref:o}),he.React.createElement("button",it,he.React.createElement(Ee,{icon:h})),he.React.createElement("div",t({ref:I},st),he.React.createElement(rt,{con:p,cAttributes:f}),a,he.React.createElement("span",{className:"gform-tooltip__tooltip-arrow"})))}));Mn.propTypes={buffer:he.PropTypes.number,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),content:he.PropTypes.string,contentAttributes:he.PropTypes.object,customAttributes:he.PropTypes.object,customClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),icon:he.PropTypes.string,intentDelay:he.PropTypes.number,id:he.PropTypes.string,maxWidth:he.PropTypes.number,position:he.PropTypes.string,theme:he.PropTypes.string,tooltipCustomAttributes:he.PropTypes.object,type:he.PropTypes.string},Mn.displayName="Tooltip";var Gn=Mn;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&&he.React.createElement("div",I,he.React.createElement("div",{className:"gform-video__placeholder-inner"},v.length>0&&he.React.createElement(uo,h),c&&he.React.createElement($e,L))),T,s)}));Kn.propTypes={aspectRatio:he.PropTypes.string,children:he.PropTypes.oneOfType([he.PropTypes.arrayOf(he.PropTypes.node),he.PropTypes.node]),placeholderButton:he.PropTypes.bool,placeholderButtonProps:he.PropTypes.object,placeholderCustomClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object]),placeholderImage:he.PropTypes.string,placeholderText:he.PropTypes.string,placeholderTextProps:he.PropTypes.object,player:he.PropTypes.node,spacing:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.number,he.PropTypes.array,he.PropTypes.object]),wrapperAttributes:he.PropTypes.object,wrapperClasses:he.PropTypes.oneOfType([he.PropTypes.string,he.PropTypes.array,he.PropTypes.object])},Kn.displayName="Video";var Jn=Kn;function Yn(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 Qn(t){for(var e=1;e array('admin-components.js' => array('version' => '302da3933b2444ce7c63eb188198cee4', 'file' => 'admin-components.js'), 'admin-components.min.js' => array('version' => '90505183b9ab08aa456c29bffc70f6f2', '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' => 'fb71569f39166ddb49f7c9baefc623e1', 'file' => 'scripts-admin.js'), 'scripts-admin.min.js' => array('version' => '0a42140708c3140b7670a3d474b68135', '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' => 'a307a7b428223628c6ee3f174ee4caf8', 'file' => 'utils.js'), 'utils.min.js' => array('version' => '59d951b75d934ae23e0ea7f9776264aa', 'file' => 'utils.min.js'), 'vendor-admin.js' => array('version' => 'fda3888926f127a6fabe4ca193440572', 'file' => 'vendor-admin.js'), 'vendor-admin.min.js' => array('version' => '42e8f7ffde7f6f6960f266e5705bbfba', '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' => '75ba62c22a1de8a86a95451eb8fa6039', 'file' => 'admin-components.js'), 'admin-components.min.js' => array('version' => 'b16a3c76a067e6502bffb69219dd8f5e', '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' => 'c71f60aab39397a7b12362f66a94c67b', 'file' => 'scripts-admin.js'), 'scripts-admin.min.js' => array('version' => '8a57f3576e2e14429c64d6290599b4c8', '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' => 'a307a7b428223628c6ee3f174ee4caf8', 'file' => 'utils.js'), 'utils.min.js' => array('version' => '59d951b75d934ae23e0ea7f9776264aa', 'file' => 'utils.min.js'), 'vendor-admin.js' => array('version' => 'fda3888926f127a6fabe4ca193440572', 'file' => 'vendor-admin.js'), 'vendor-admin.min.js' => array('version' => '42e8f7ffde7f6f6960f266e5705bbfba', '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/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js b/assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js similarity index 98% rename from assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js rename to assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js index a12e7ea..991ef32 100644 --- a/assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js +++ b/assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js @@ -1,2 +1,2 @@ "use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[319],{7667:function(t,e,r){r.r(e);var o=r(5210),n=r(7063),i=r(9662),a=r(6132),c=r(4489),s=r(1747),l=r(1519),u=r.n(l);function d(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,o)}return r}function f(t){for(var e=1;e-1&&"function"!=typeof navigator.clipboard.readText&&(m((0,i.__)("Paste Not Available","gravityforms"),(0,i.__)("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.","gravityforms")),1))};e.default=function(){return React.createElement(s.Fragment,null,React.createElement(a.PluginBlockSettingsMenuItem,{allowedBlocks:["gravityforms/form"],icon:"",label:(0,i.__)("Copy Form Styles","gravityforms"),onClick:function(){return function(){if(y()){var t=(0,c.select)("core/block-editor").getSelectedBlock();navigator.clipboard.writeText(JSON.stringify(p(t.attributes))).then()}}()}}),React.createElement(a.PluginBlockSettingsMenuItem,{allowedBlocks:["gravityforms/form"],icon:"",label:(0,i.__)("Paste Form Styles","gravityforms"),onClick:function(){y()&&v()&&navigator.clipboard.readText().then((function(t){var e=f({},(0,c.select)("core/block-editor").getSelectedBlock());try{var r=p(JSON.parse(t));e.attributes=f(f({},e.attributes),r),(0,c.dispatch)("core/block-editor").updateBlock(e.clientId,e)}catch(t){m((0,i.__)("Invalid Form Styles","gravityforms"),(0,i.__)("Please ensure the form styles you are trying to paste are in the correct format.","gravityforms"))}}))}}))}},8284:function(t,e,r){r.r(e),r.d(e,{default:function(){return g}});var o=r(5518),n=r(9841),i=r(7329),a=r.n(i),c=window.wp||{},s=(null===a()||void 0===a()?void 0:a().block_editor)||{},l={ready:!1},u={insertButton:null},d=function(t){return c.data.select("core/blocks").getBlockTypes().filter((function(e){return!t||"gravityforms/form"!==e.name})).map((function(t){return t.name}))},f=function(){console.info("Gravity Forms Admin: Resetting Inserter Blocks State"),c.data.dispatch("core/edit-post").showBlockTypes(d(!1))},p=function(){var t=(0,o.queryToJson)();null!=t&&t.gfAddBlock&&(function(){var t;window.wp.data.dispatch("core/edit-post").setIsInserterOpened(!0),t=d(!0),c.data.dispatch("core/edit-post").hideBlockTypes(t),c.data.dispatch("core/edit-post").showBlockTypes(["gravityforms/form"]);var e=setInterval((function(){var t,r,n;u.insertButton=document.querySelector(".editor-block-list-item-gravityforms-form"),u.insertButton&&(l.ready=!0,r=document.createElement("div"),n=u.insertButton.getBoundingClientRect(),r.innerHTML='\n\t

    \n\t\t'.concat(s.i18n.insert_gform_block_title,"\n\t\t").concat((0,o.sprintf)(s.i18n.insert_gform_block_content,''),""),"\n\t
    \n\t"),r.classList.add("gform-block__tooltip"),(0,o.isRtl)()?r.style="left: ".concat(n.right-(275+u.insertButton.clientWidth),"px; top: ").concat(n.top+u.insertButton.clientHeight/2,"px;"):r.style="left: ".concat(n.right+20,"px; top: ").concat(n.top+u.insertButton.clientHeight/2,"px;"),u.insertButton.addEventListener("mouseenter",(function(){r&&(r.style.opacity="0",setTimeout((function(){r.style.zIndex="-1"}),200))})),u.insertButton.parentNode.appendChild(r),t=c.data.subscribe((function(){c.data.select("core/block-editor").getBlocks().filter((function(t){return"gravityforms/form"===t.name&&void 0===t.originalContent})).length&&(t(),f())}))),l.ready&&clearInterval(e)}),500)}(),window.addEventListener("beforeunload",f),(0,o.consoleInfo)("Gravity Forms Admin: Initialized block editor insert form scripts."))},g=function(){if(p(),void 0!==r(6132)){var t=r(7667);(0,n.registerPlugin)("gravityforms",{render:t.default}),(0,o.consoleInfo)("Gravity Forms Admin: Initialized all block editor scripts.")}}}}]); -//# sourceMappingURL=scripts-admin.block-editor.89e0aabcf2ef532f1aff.js.map \ No newline at end of file +//# sourceMappingURL=scripts-admin.block-editor.1aa582fe565412a7330a.js.map \ No newline at end of file diff --git a/assets/js/dist/scripts-admin.block-editor.7497f401321ac0778c9e.min.js b/assets/js/dist/scripts-admin.block-editor.c62c3e46eca7a8dfc553.min.js similarity index 100% rename from assets/js/dist/scripts-admin.block-editor.7497f401321ac0778c9e.min.js rename to assets/js/dist/scripts-admin.block-editor.c62c3e46eca7a8dfc553.min.js diff --git a/assets/js/dist/scripts-admin.embed-form.5f4e214fd7b39f402da7.js b/assets/js/dist/scripts-admin.embed-form.73bd66c6b89fb75aeada.js similarity index 94% rename from assets/js/dist/scripts-admin.embed-form.5f4e214fd7b39f402da7.js rename to assets/js/dist/scripts-admin.embed-form.73bd66c6b89fb75aeada.js index 40877ac..5141edc 100644 --- a/assets/js/dist/scripts-admin.embed-form.5f4e214fd7b39f402da7.js +++ b/assets/js/dist/scripts-admin.embed-form.73bd66c6b89fb75aeada.js @@ -1,2 +1,2 @@ "use strict";(self.webpackChunkgravityforms=self.webpackChunkgravityforms||[]).push([[848],{2671:function(e,n,t){t.r(n),t.d(n,{default:function(){return m}});var r,o=t(5518),c=t(7063),i=t(2340),s=t.n(i),u=t(7329),f=t.n(u),p=t(9847);function a(e,n){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(e,n).enumerable}))),t.push.apply(t,r)}return t}var l=(null===f()||void 0===f()||null===(r=f().components)||void 0===r?void 0:r.embed_form)||{};s().instances=(null===s()||void 0===s()?void 0:s().instances)||{},s().components=(null===s()||void 0===s()?void 0:s().components)||{};var b=function(){s().instances.embedForm=new p.Z(function(e){for(var n=1;n25?"block":"none"},g=function(){var e,t,i,n,r,s,l,c=u.settings.filter((function(e){return"none"!==window.getComputedStyle(e).getPropertyValue("display")}));u.flyoutTrigger.style.display=c.length?"":"none",u.flyoutTriggerLabel.style.display=c.length?"":"none",function(){if(!(u.mainSettings.length<2)){var e=u.mainSettings.filter((function(e){return"none"!==window.getComputedStyle(e).getPropertyValue("display")}))[0];if(e){var t=(0,o.getNodes)("choices-ui-option-list",!1,e)[0];t.innerHTML="",u.options.forEach((function(e){t.appendChild(e),"list-item"===window.getComputedStyle(e).getPropertyValue("display")&&(e.style.display="inline-block")}))}}}(),r=(null===(e=window)||void 0===e||null===(t=e.field)||void 0===t?void 0:t.type)||"",s=(null===(i=window)||void 0===i||null===(n=i.field)||void 0===n?void 0:n.inputType)||"",l=a().instances.choicesUi.flyout.elements.flyout,(0,o.removeClassThatContains)(l,"gform-flyout--choices-ui--"),r&&l.classList.add("gform-flyout--choices-ui--".concat(r)),s&&l.classList.add("gform-flyout--choices-ui--input-type-".concat(s)),v()},h=function(e){var t=e.title,i=void 0===t?"":t,n=e.content,r=void 0===n?null:n,s=e.position,l=void 0===s?"beforeend":s,c=e.type,d=void 0===c?"":c;if(r){a().instances.choicesUi.flyout.elements.content.insertAdjacentHTML(l,'\n\t\t
    \n\t\t\t\n\t\t
    \n\t"));var f=(0,o.getNodes)("choices-ui-section",!0);f[f.length-1].appendChild(r),u.sections.push(f[f.length-1])}else(0,o.consoleError)("Gravity Forms Admin: You must supply a valid node to appendSectionHtml.")},m=function(e){(function(e){var t,i,n,r;u.container=e,(0,o.trigger)({event:"gform/choices_ui/pre_init",native:!1,data:{elements:u}}),a().instances=a().instances||{},a().instances.choicesUi={},i=(t=f.i18n).title,n=t.expandableTitle,r=t.description,a().instances.choicesUi.flyout=new(d())({description:(0,o.escapeHtml)(r),expandable:!0,expandableTitle:(0,o.escapeHtml)(n),expandableWidth:100,id:"choices-ui-flyout",maxWidth:540,mobileBreakpoint:1200,onOpen:function(){setTimeout((function(){v()}),50)},position:"absolute",simplebar:!0,target:'[data-js="form-editor"]',title:(0,o.escapeHtml)(i),triggers:'[data-js="choices-ui-trigger"]',wrapperClasses:"gform-flyout gform-flyout--choices-ui",zIndex:100}),function(){a().instances.choicesUi.flyout.elements.content.insertAdjacentHTML("afterbegin",'
      ');var e=(0,o.getNodes)("choices-ui-content",!1,a().instances.choicesUi.flyout.elements.content)[0];u.settings.forEach((function(t){return e.appendChild(t)}))}(),u.optionsList=(0,o.getNodes)("choices-ui-option-list",!1,a().instances.choicesUi.flyout.elements.content)[0],u.settings.forEach((function(e){"option"===e.dataset.type&&u.optionsList.appendChild(e)})),u.options=(0,o.getNodes)('[data-js="choices-ui-option-list"] > li',!0,a().instances.choicesUi.flyout.elements.content,!0),a().instances.choicesUi.flyout.elements.flyout.addEventListener("click",(function(e){e.stopPropagation()})),document.addEventListener("gform/form_editor/setting_selected",g),u.flyoutEl=(0,o.getNodes)("#choices-ui-flyout .gform-flyout__body",!1,document,!0),a().instances.choicesUi.elements=u,a().instances.choicesUi.methods={appendSectionHtml:h},(0,o.trigger)({event:"gform/choices_ui/post_render",native:!1,data:a().instances.choicesUi}),(0,o.consoleInfo)("Gravity Forms Admin: Initialized choices ui flyout.")})(e),(0,o.consoleInfo)("Gravity Forms Admin: Initialized all choices ui scripts.")},p=i(6588),y=i(9137),S=i(5952),b=i(3004),w=i(9668),k=i(1010),_=i(6140),E=i(5311),A=i.n(E);function F(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}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 r,a=!0,s=!1;return{s:function(){i=i.call(e)},n:function(){var e=i.next();return a=e.done,e},e:function(e){s=!0,r=e},f:function(){try{a||null==i.return||i.return()}finally{if(s)throw r}}}}(this.config.data.domEvents);try{var n,o=function(){var i=t.value;if(i){var n=e.eventsManager.get(i.name),o=document,r={};if("document"!==i.elementSelector&&(o=document.getElementsByClassName(i.elementSelector.replace(".",""))[0]),void 0===o)return{v:void 0};o.addEventListener(i.action,(function(t){if(!e.saveInProgress){if("keydown"===i.action&&"keys"in i&&i.keys.length>0){if(-1===i.keys.indexOf(t.keyCode))return!1;if(r[t.keyCode.toString()]=t.keyCode,!i.keys.every((function(e){return e in r!=0})))return e.pressedKeysTimeOut=setTimeout((function(){r={}}),1e3),!1}e.saveInProgress||(a().instances.adminFormSaverUIHandler.activeElement=document.activeElement,document.activeElement.blur(),t.preventDefault(),t.stopImmediatePropagation(),r={},n.fire(),e.saveInProgress=!0)}}))}};for(i.s();!(t=i.n()).done;)if(n=o())return n.v}catch(e){i.e(e)}finally{i.f()}}},{key:"maybeSave",value:function(e){if("gform/dialog/confirm"===e.type){var t,i,n;if("dialog-embed-form-unsaved-changes"!==(null==e||null===(t=e.detail)||void 0===t||null===(i=t.instance)||void 0===i||null===(n=i.options)||void 0===n?void 0:n.id))return;this.save()}}},{key:"save",value:function(){var e=(0,o.getNodes)("force-focus")[0];if(e&&e.focus(),this.formJSONString=this.getUpdatedFormJSON(),!window.ValidateForm())return this.eventsManager.trigger("SaveAborted"),!1;(0,b.Z)((0,_.Z)(r.prototype),"save",this).call(this)}},{key:"deepSanitizeFormValues",value:function(e){if("object"!==(0,p.Z)(e))return e;for(var t in e){var i=e[t];"object"!==(0,p.Z)(i)||null===i?"string"==typeof i?(e[t]=i.replace(/\\'/g,"'"),e[t]=i.replace(/\\/g,"\\\\")):e[t]=i:e[t]=this.deepSanitizeFormValues(i)}return e}},{key:"resetFormChars",value:function(){window.form=this.reverseFormSanitization(this.form)}},{key:"reverseFormSanitization",value:function(e){if("object"!==(0,p.Z)(e))return e;for(var t in e){var i=e[t];"object"!==(0,p.Z)(i)||null===i?e[t]="string"==typeof i?i.replace(/\\\\/g,"\\"):i:e[t]=this.reverseFormSanitization(i)}return e}},{key:"getUpdatedFormJSON",value:function(){try{this.form=window.UpdateFormObject(),window.gforms_original_json=A().toJSON(this.form)}catch(e){(0,o.consoleError)(e)}var e=this.deepSanitizeFormValues(this.form);return A().toJSON(e)}}]),r}(i(5192).Z),j=i(9885),N=i(5998),I=i.n(N),T=i(3068),x=i.n(T),O=i(1519),U=i.n(O);function B(e,t){var i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!i){if(Array.isArray(e)||(i=function(e,t){if(e){if("string"==typeof e)return L(e,t);var i=Object.prototype.toString.call(e).slice(8,-1);return"Object"===i&&e.constructor&&(i=e.constructor.name),"Map"===i||"Set"===i?Array.from(e):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?L(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){i&&(e=i);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}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 r,a=!0,s=!1;return{s:function(){i=i.call(e)},n:function(){var e=i.next();return a=e.done,e},e:function(e){s=!0,r=e},f:function(){try{a||null==i.return||i.return()}finally{if(s)throw r}}}}function L(e,t){(null==t||t>e.length)&&(t=e.length);for(var i=0,n=new Array(t);i=0||a.push(h)}}catch(e){g.e(e)}finally{g.f()}var m,p=B(u);try{for(p.s();!(m=p.n()).done;){var y=m.value;""!==y&&(v.indexOf(y)>=0?s.push(y):r.push(y))}}catch(e){p.e(e)}finally{p.f()}this.insertNewFieldSettings(r,o),this.updateExistingFieldSettings(s,o,e),this.deleteExpiredFieldSettings(a)}},{key:"insertNewFieldSettings",value:function(e,t){var i,n=B(e);try{for(n.s();!(i=n.n()).done;){var o=i.value,r=t.find("."+o).prevUntil().toArray();if(this.events.trigger("beforeFieldSettingAdded",[A()("."+o).get(0),t.find("."+o).get(0)]),r.length<1){var a=t.find("."+o).parent().attr("id");A()("#"+a).prepend(t.find("."+o)),this.events.trigger("afterFieldSettingAdded",[o])}else{var s,l=B(r);try{for(l.s();!(s=l.n()).done;){var c=s.value.classList.value.split(" ")[0];if(A()("."+c).length){t.find("."+o).insertAfter(A()("."+c)),this.events.trigger("afterFieldSettingAdded",[o]);break}}}catch(e){l.e(e)}finally{l.f()}}}}catch(e){n.e(e)}finally{n.f()}}},{key:"deleteExpiredFieldSettings",value:function(e){var t,i=B(e);try{for(i.s();!(t=i.n()).done;){var n=t.value;this.events.trigger("beforeFieldSettingDeleted",[n]),A()("."+n).remove(),this.events.trigger("AfterFieldSettingDeleted",[n])}}catch(e){i.e(e)}finally{i.f()}}},{key:"updateExistingFieldSettings",value:function(e,t,i){var n=this;e.forEach((function(e){var o="."+e;A()(o).hasClass("data-js-reload")&&(n.events.trigger("fieldSettingBeforeUpdate",A()(o).get(0),t.find(o).get(0)),A()(o).replaceWith(i.find(o)),n.events.trigger("fieldSettingAfterUpdate",A()(o).get(0)))}))}},{key:"getElementsAsClassLists",value:function(e){return e.map((function(e){return e.classList.value.split(" ")[0]}))}},{key:"registerTimeOut",value:function(e,t){var i=setTimeout(e,t);return this.timeOuts.push(i),i}}]),e}(),R=(null===l()||void 0===l()?void 0:l().form_editor_save_form)||{};a().instances=(null===a()||void 0===a()?void 0:a().instances)||{};var H=function(e){m(e),a().instances.formSaverEventsManager=new j.Z,a().instances.adminFormSaverUIHandler=new D(a().instances.formSaverEventsManager,R),a().instances.adminFormSaver=new C(R,{config:R,events:a().instances.formSaverEventsManager,endpointKey:"form_editor_save_form",form:window.form}),a().instances.adminFormSaver.init(),console.info("Gravity Forms Admin: Initialized Form Editor AJAX Saver."),(0,o.consoleInfo)("Gravity Forms Admin: Initialized all form editor scripts.")}}}]); -//# sourceMappingURL=scripts-admin.form-editor.aaeec5603ac1444805d6.js.map \ No newline at end of file +//# sourceMappingURL=scripts-admin.form-editor.42d19baa9417d0eff063.js.map \ No newline at end of file diff --git a/assets/js/dist/scripts-admin.form-editor.3ed2c027df5452d302f2.min.js b/assets/js/dist/scripts-admin.form-editor.abd52ae3fc08ee7d0ad2.min.js similarity index 100% rename from assets/js/dist/scripts-admin.form-editor.3ed2c027df5452d302f2.min.js rename to assets/js/dist/scripts-admin.form-editor.abd52ae3fc08ee7d0ad2.min.js diff --git a/assets/js/dist/scripts-admin.js b/assets/js/dist/scripts-admin.js index eca2ec2..6698868 100644 --- a/assets/js/dist/scripts-admin.js +++ b/assets/js/dist/scripts-admin.js @@ -1,2 +1,2 @@ -!function(){var e,t,r,o={3992:function(e,t,r){var o={".":[3434],"./":[3434],"./index":[3434],"./index.js":[3434],"./setup-wizard":[4498,194,215],"./setup-wizard/":[4498,194,215],"./setup-wizard/index":[4498,194,215],"./setup-wizard/index.js":[4498,194,215],"./template-library":[1786,194,236],"./template-library/":[1786,194,236],"./template-library/index":[1786,194,236],"./template-library/index.js":[1786,194,236]};function n(e){if(!r.o(o,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=o[e],n=t[0];return Promise.all(t.slice(1).map(r.e)).then((function(){return r(n)}))}n.keys=function(){return Object.keys(o)},n.id=3992,e.exports=n},3434:function(e,t,r){"use strict";r.r(t);var o=r(7329),n=r.n(o),a=r(5518),l=(null===n()||void 0===n()?void 0:n().apps)||{};t.default=function(){var e=function(e){var t=l[e];if(!t.should_display)return 1;r(3992)("".concat(t.chunk_path)).then((function(r){(0,a.trigger)({event:"gform/apps/before_load/".concat(e),el:document,data:{app:t},native:!1}),r.default(),(0,a.trigger)({event:"gform/apps/after_load/".concat(e),el:document,data:{app:t},native:!1})}))};for(var t in l)e(t);(0,a.consoleInfo)("Gravity Forms Admin: Initialized all apps.")}},2373:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return Y}});var o,n=r(7329),a=r.n(n),l=r(6796),s=r(7063),c=r(5210),i=r(5518),m=wp.blockEditor,u=wp.components,d=wp.serverSideRender,f=r.n(d),p=r(8349),g=r(1747),v=r(9662),b=r(1519),_=r.n(b),y=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 508.3 559.5",width:"100%",height:"100%",focusable:"false","aria-hidden":"true",className:"dashicon dashicon-gravityforms"},React.createElement("g",null,React.createElement("path",{className:"st0",d:"M468,109.8L294.4,9.6c-22.1-12.8-58.4-12.8-80.5,0L40.3,109.8C18.2,122.6,0,154,0,179.5V380\tc0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L468,449.8c22.2-12.8,40.3-44.2,40.3-69.7V179.6\tC508.3,154,490.2,122.6,468,109.8z M399.3,244.4l-195.1,0c-11,0-19.2,3.2-25.6,10c-14.2,15.1-18.2,44.4-19.3,60.7H348v-26.4h49.9\tv76.3H111.3l-1.8-23c-0.3-3.3-5.9-80.7,32.8-121.9c16.1-17.1,37.1-25.8,62.4-25.8h194.7V244.4z"}))),h=r(5689),k=["label","colors","color","controlled","defaultColor","onChange"];function E(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}var C=(null===(o=window)||void 0===o?void 0:o.wp)||{},x=C.components,R=x.__experimentalHStack,w=x.__experimentalItemGroup,O=x.Button,P=x.ColorPalette,S=x.ColorIndicator,N=x.FlexItem,T=x.Dropdown,j=(Object.prototype.hasOwnProperty.call(C,"blockEditor")?C.blockEditor:C.editor).useSetting,B=C.element,L=B.useState,I=B.useEffect,F=w,D=R,z=function(e){var t=L(e),r=(0,c.Z)(t,2),o=r[0],n=r[1];return I((function(){n(e)}),[e]),[o,n]};function A(e){var t,r=e.label,o=e.colors,n=void 0===o?[]:o,a=e.color,l=e.controlled,i=void 0!==l&&l,m=e.defaultColor,u=e.onChange,d=(0,h.Z)(e,k),f=(i?z:L)(a),g=(0,c.Z)(f,2),v=g[0],b=g[1],_=j("color.palette.theme"),y=j("color.palette.custom"),C=j("color.palette.default"),x=j("color.defaultPalette"),R=function(){var e=[];return n.length&&e.push({name:"Orbital",colors:n}),y&&y.length&&e.push({name:"Custom Colors",colors:y}),_&&_.length&&e.push({name:"Theme Colors",colors:_}),x&&C&&C.length&&e.push({name:"Default Colors",colors:C}),e}(),w={colorValue:v,toggleLabel:r},B={className:(0,p.classnames)({"block-editor-panel-color-gradient-settings__item-group":!0}),isBordered:!0,isSeparated:!0},I=function(e){for(var t=1;t'),"")}},x={title:(0,v.__)("Input Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},O={align:"flex-start",className:(0,p.classnames)({"gform-block__components-flex--adjust-gap":!0}),gap:0},P={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Size","gravityforms"),value:ne,options:[{label:(0,v.__)("Small","gravityforms"),value:"sm"},{label:(0,v.__)("Medium","gravityforms"),value:"md"},{label:(0,v.__)("Large","gravityforms"),value:"lg"}],onChange:function(e){return r({inputSize:e})}},T={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Border Radius","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:ae,type:"number",onChange:function(e){return r({inputBorderRadius:e})}},j={level:3},I={label:(0,v.__)("Background","gravityforms"),color:se,controlled:!0,defaultColor:e.inputBackgroundColor,onChange:function(e){return r({inputBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},F={label:(0,v.__)("Border","gravityforms"),color:le,controlled:!0,defaultColor:e.inputBorderColor,onChange:function(e){return r({inputBorderColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},M={label:(0,v.__)("Text","gravityforms"),color:ce,controlled:!0,defaultColor:e.inputColor,onChange:function(e){return r({inputColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},Z={label:(0,v.__)("Accent","gravityforms"),color:ie,controlled:!0,defaultColor:e.inputPrimaryColor,onChange:function(e){return r({inputPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},G={marginTop:2},q={variant:"muted",size:"subheadline"},J={backgroundColor:se,textColor:ce},Y={backgroundColor:se,textColor:ie},K={title:(0,v.__)("Label Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},W={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:me,type:"number",onChange:function(e){return r({labelFontSize:e})}},ee={level:3},ve={label:(0,v.__)("Text","gravityforms"),color:ue,controlled:!0,defaultColor:e.labelColor,onChange:function(e){return r({labelColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},be={title:(0,v.__)("Description Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},_e={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:de,type:"number",onChange:function(e){return r({descriptionFontSize:e})}},ye={level:3},he={label:(0,v.__)("Text","gravityforms"),color:fe,controlled:!0,defaultColor:e.descriptionColor,onChange:function(e){return r({descriptionColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},Ee={title:(0,v.__)("Button Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Ce={level:3},xe={label:(0,v.__)("Background","gravityforms"),color:pe,controlled:!0,defaultColor:e.buttonPrimaryBackgroundColor,onChange:function(e){return r({buttonPrimaryBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},Re={label:(0,v.__)("Text","gravityforms"),color:ge,controlled:!0,defaultColor:e.buttonPrimaryColor,onChange:function(e){return r({buttonPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},we={marginTop:2},Oe={variant:"muted",size:"subheadline"},Pe={backgroundColor:pe,textColor:ge},Se={title:(0,v.__)("Advanced","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Ne={label:(0,v.__)("Preview","gravityforms"),checked:R,onChange:function(){return w(!R)}},Te={label:(0,v.__)("AJAX","gravityforms"),checked:D,onChange:function(){return z(!D)}},je={label:(0,v.__)("Field Values","gravityforms"),value:re,onChange:function(e){return r({fieldValues:e})}},Be={className:(0,p.classnames)({"gform-block__tabindex":!0}),label:(0,v.__)("Tabindex","gravityforms"),type:"number",value:te,onChange:function(e){return r({tabindex:e})},placeholder:"-1"};return React.createElement(m.InspectorControls,t,React.createElement(u.PanelBody,o,React.createElement(u.SelectControl,n),Q(a)&&React.createElement(g.Fragment,null,React.createElement(u.ToggleControl,l),React.createElement(u.ToggleControl,s))),React.createElement(u.PanelBody,c,Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.SelectControl,b),Q(a)&&!Q(a).isLegacyMarkup&&ke&&React.createElement(u.Button,y),Q(a)&&!Q(a).isLegacyMarkup&&ke&&React.createElement(U,G,React.createElement(H,q,React.createElement(u.ExternalLink,{href:"https://docs.gravityforms.com/block-themes-and-style-settings/"},(0,v.__)("Learn more about configuring your form to use Orbital.","gravityforms")))),Q(a)&&Q(a).isLegacyMarkup&&React.createElement("div",h,React.createElement("span",k),React.createElement("div",E,React.createElement("p",C)))),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,x,React.createElement(u.Flex,O,React.createElement(u.FlexBlock,null,React.createElement(u.SelectControl,P)),React.createElement(u.FlexBlock,null,React.createElement(u.TextControl,T))),React.createElement(V,j,(0,v.__)("Colors","gravityforms")),React.createElement(A,I),React.createElement(A,F),React.createElement(A,M),React.createElement(A,Z),React.createElement(U,G,React.createElement(H,q,(0,v.__)("The accent color is used for aspects such as checkmarks and dropdown choices.","gravityforms"))),React.createElement(U,G,React.createElement(m.ContrastChecker,J)),React.createElement(U,G,React.createElement(m.ContrastChecker,Y))),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,K,React.createElement(u.TextControl,W),React.createElement(V,ee,(0,v.__)("Colors","gravityforms")),React.createElement(A,ve)),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,be,React.createElement(u.TextControl,_e),React.createElement(V,ye,(0,v.__)("Colors","gravityforms")),React.createElement(A,he)),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,Ee,React.createElement(V,Ce,(0,v.__)("Colors","gravityforms")),React.createElement(A,xe),React.createElement(A,Re),React.createElement(U,we,React.createElement(H,Oe,(0,v.__)("The background color is used for various form elements, such as buttons and progress bars.","gravityforms"))),React.createElement(U,we,React.createElement(m.ContrastChecker,Pe))),a&&React.createElement(u.PanelBody,Se,Q(a)&&React.createElement(u.ToggleControl,Ne),React.createElement(u.ToggleControl,Te),React.createElement(u.TextareaControl,je),React.createElement(u.TextControl,Be),React.createElement(g.Fragment,null,(0,i.sprintf)((0,v.__)("Form ID: %s","gravityforms"),a))))},te=t.tabindex,re=t.fieldValues,oe=(t.imgPreview,t.theme),ne=t.inputSize,ae=t.inputBorderRadius,le=t.inputBorderColor,se=t.inputBackgroundColor,ce=t.inputColor,ie=t.inputPrimaryColor,me=t.labelFontSize,ue=t.labelColor,de=t.descriptionFontSize,fe=t.descriptionColor,pe=t.buttonPrimaryBackgroundColor,ge=t.buttonPrimaryColor,ve={className:(0,p.classnames)({"gform-block__alert":!0,"gform-block__alert-error":!0})},be={key:"placeholder",className:(0,p.classnames)({"wp-block-embed":!0,"gform-block__placeholder":!0})},_e={className:(0,p.classnames)({"gform-block__placeholder-brand":!0})},ye={className:(0,p.classnames)({"gform-icon":!0})},he={value:a,onChange:function(e){return d(e.target.value)}},ke="orbital"===oe||$.data.orbitalDefault&&""===oe;if(!t.formId||!R)return React.createElement("div",(0,m.useBlockProps)(),W(),ee(),k&&React.createElement("div",ve,React.createElement("p",null,(0,v.__)("The selected form has been deleted or trashed. Please select a new form.","gravityforms"))),React.createElement(u.Placeholder,be,React.createElement("div",_e,React.createElement("div",ye,y),React.createElement("p",null,React.createElement("strong",null,(0,v.__)("Gravity Forms","gravityforms")))),$.data.forms&&$.data.forms.length>0&&React.createElement("form",null,React.createElement("select",he,X().map((function(e){return React.createElement("option",{key:e.value,value:e.value},e.label)})))),(!$.data.forms||$.data.forms&&0===$.data.forms.length)&&React.createElement("form",null,React.createElement("p",null,(0,v.__)("You must have at least one form to use the block.","gravityforms")))));var Ee=Object.keys(t).filter((function(e){return!$.data.styles.defaults[e]||t[e]!=$.data.styles.defaults[e]})).reduce((function(e,r){return(0,l.Z)(e,(0,s.Z)({},r,t[r]))}),{}),Ce={key:"form_preview",block:"gravityforms/form",attributes:Z(Z({},(0,l.Z)({},$.data.styles.globals,Ee)),{},{theme:t.theme||$.data.styles.defaults.theme})};return React.createElement("div",(0,m.useBlockProps)(),W(),ee(),u.ServerSideRender?React.createElement(u.ServerSideRender,Ce):React.createElement(f(),Ce))},J=wp.i18n.__,Q=wp.blocks.registerBlockType,X=(null===a()||void 0===a()?void 0:a()["gravityforms/form"])||{},Y=function(){var e;(0,i.consoleInfo)("Gravity Forms Admin: Initialized form block."),Q("gravityforms/form",{title:J("Form","gravityforms"),description:J("Select and display one of your forms.","gravityforms"),category:"embed",supports:{customClassName:!1,className:!1,html:!1},keywords:["gravity forms","form","newsletter","contact"],example:{attributes:{imgPreview:!0}},attributes:(null==X||null===(e=X.data)||void 0===e?void 0:e.attributes)||{},icon:y,transforms:{from:[{type:"shortcode",tag:["gravityform","gravityforms"],attributes:{formId:{type:"string",shortcode:function(e){var t=e.named.id;return parseInt(t).toString()}},title:{type:"boolean",shortcode:function(e){return"true"===e.named.title}},description:{type:"boolean",shortcode:function(e){return"true"===e.named.description}},ajax:{type:"boolean",shortcode:function(e){return"true"===e.named.ajax}},tabindex:{type:"string",shortcode:function(e){var t=e.named.tabindex;return isNaN(t)?null:parseInt(t).toString()}}}}]},edit:q,save:function(){return null}})}},271:function(e,t,r){"use strict";var o,n=r(5518),a=function(){(0,n.consoleInfo)("Gravity Forms Common: Initialized all javascript that targeted document ready.")},l=function(){(0,n.ready)(a)},s=r(5311),c=r.n(s),i=r(2340),m=r.n(i),u=r(7329),d=r.n(u),f=r(4023),p=r.n(f),g={containers:(0,n.getNodes)("page-loader",!0)},v={rendered:!1},b=(null===d()||void 0===d()||null===(o=d().form_settings)||void 0===o?void 0:o.loader)||{},_=function(){m().instances.loaders.pageLoader.hideLoader()},y=function(){v.rendered?m().instances.loaders.pageLoader.showLoader():(m().instances.loaders.pageLoader.init(),v.rendered=!0)},h=r(3795),k=function(e){(0,h.ZP)(e.detail)},E={embedForm:(0,n.getNode)("embed-flyout-trigger"),taggable:(0,n.getNode)(".merge-tag-support",document,!0),postSelect:(0,n.getNodes)("gform-settings-field-select",!0)},C=function(){var e;m().instances=m().instances||{},m().instances.loaders=m().instances.loaders||{},e=b.i18n.loaderText,m().instances.loaders.pageLoader=new(p())({id:"gform-page-loader",position:"sticky",renderOnInit:!1,target:"#wpbody-content",text:(0,n.escapeHtml)(e)}),g.containers.forEach((function(e){"form"===e.tagName.toLowerCase()&&c()(e).on("submit",y)})),document.addEventListener("gform/page_loader/show",y),document.addEventListener("gform/page_loader/hide",_),(0,n.consoleInfo)("Gravity Forms Admin: Initialized page loader."),document.addEventListener("gform/snackbar/render",k),(0,n.consoleInfo)("Gravity Forms Admin: Initialized snackbar component."),E.embedForm&&Promise.all([r.e(194),r.e(848)]).then(r.bind(r,2671)).then((function(e){e.default()})),E.taggable&&Promise.all([r.e(194),r.e(514)]).then(r.bind(r,1589)).then((function(e){e.default()})),E.postSelect.length&&r.e(376).then(r.bind(r,1154)).then((function(e){e.default(E.postSelect)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all admin components.")},x=r(3434),R=(null===d()||void 0===d()?void 0:d().block_editor)||{},w={formEditor:(0,n.getNodes)("form-editor-wrapper")[0],formSettings:(0,n.getNodes)("form-settings")[0],splashPageModal:(0,n.getNodes)("gf-splash-template")[0],systemReportButton:(0,n.getNodes)("gf-copy-system-report")[0]},O=function(){l(),C(),(0,x.default)(),R.data.is_block_editor&&r.e(319).then(r.bind(r,8284)).then((function(e){e.default()})),w.formEditor&&Promise.all([r.e(194),r.e(192),r.e(42)]).then(r.bind(r,135)).then((function(e){e.default(w.formEditor)})),!w.formEditor&&(0,n.shouldLoadChunk)("form-saver")&&Promise.all([r.e(194),r.e(192),r.e(646)]).then(r.bind(r,1141)).then((function(e){e.default()})),w.splashPageModal&&r.e(993).then(r.bind(r,9565)).then((function(e){e.default(w.splashPageModal)})),w.systemReportButton&&r.e(736).then(r.bind(r,5067)).then((function(e){e.default(w.systemReportButton)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all javascript that targeted document ready.")},P=(null===d()||void 0===d()?void 0:d().block_editor)||{};d().hmr_dev||(r.p=d().public_path),P.data.is_block_editor&&r(2373).default(),(0,n.ready)(O)},9608:function(e){"use strict";e.exports=ajaxurl},7536:function(e){"use strict";e.exports=gf_vars},2340:function(e){"use strict";e.exports=gform},3068:function(e){"use strict";e.exports=gform.components.admin.html.elements.Button},191:function(e){"use strict";e.exports=gform.components.admin.html.elements.Dropdown},797:function(e){"use strict";e.exports=gform.components.admin.html.elements.Input},4023:function(e){"use strict";e.exports=gform.components.admin.html.elements.Loader},4536:function(e){"use strict";e.exports=gform.components.admin.html.elements.StatusIndicator},1519:function(e){"use strict";e.exports=gform.components.admin.html.modules.Dialog},5862:function(e){"use strict";e.exports=gform.components.admin.html.modules.Flyout},5872:function(e){"use strict";e.exports=gform.components.admin.react.elements.Box},564:function(e){"use strict";e.exports=gform.components.admin.react.elements.Button},4065:function(e){"use strict";e.exports=gform.components.admin.react.elements.Checkbox},351:function(e){"use strict";e.exports=gform.components.admin.react.elements.Grid},4216:function(e){"use strict";e.exports=gform.components.admin.react.elements.Heading},5718:function(e){"use strict";e.exports=gform.components.admin.react.elements.Icon},4824:function(e){"use strict";e.exports=gform.components.admin.react.elements.Input},5211:function(e){"use strict";e.exports=gform.components.admin.react.elements.Label},9645:function(e){"use strict";e.exports=gform.components.admin.react.elements.Select},405:function(e){"use strict";e.exports=gform.components.admin.react.elements.Tag},6172:function(e){"use strict";e.exports=gform.components.admin.react.elements.Text},5235:function(e){"use strict";e.exports=gform.components.admin.react.elements.Textarea},5595:function(e){"use strict";e.exports=gform.components.admin.react.elements.Toggle},7941:function(e){"use strict";e.exports=gform.components.admin.react.modules.Cards.FormTemplateCard},9843:function(e){"use strict";e.exports=gform.components.admin.react.modules.Dialog},89:function(e){"use strict";e.exports=gform.components.admin.react.modules.Flyout},8309:function(e){"use strict";e.exports=gform.components.admin.react.modules.InputGroup},8472:function(e){"use strict";e.exports=gform.components.admin.react.modules.List},4318:function(e){"use strict";e.exports=gform.components.admin.react.modules.NavBar},5196:function(e){"use strict";e.exports=gform.components.admin.react.modules.Steps},9495:function(e){"use strict";e.exports=gform.components.admin.react.modules.Video.VidyardVideo},8349:function(e){"use strict";e.exports=gform.libraries},5518:function(e){"use strict";e.exports=gform.utils},6134:function(e){"use strict";e.exports=gform.utils.react},7329:function(e){"use strict";e.exports=gform_admin_config},5311:function(e){"use strict";e.exports=jQuery},5998:function(e){"use strict";e.exports=wp},4489:function(e){"use strict";e.exports=wp.data},6132:function(e){"use strict";e.exports=wp.editPost},1747:function(e){"use strict";e.exports=wp.element},9662:function(e){"use strict";e.exports=wp.i18n},9841:function(e){"use strict";e.exports=wp.plugins}},n={};function a(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.m=o,e=[],a.O=function(t,r,o,n){if(!r){var l=1/0;for(m=0;m=n)&&Object.keys(a.O).every((function(e){return a.O[e](r[c])}))?r.splice(c--,1):(s=!1,n0&&e[m-1][2]>n;m--)e[m]=e[m-1];e[m]=[r,o,n]},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,r){return a.f[r](e,t),t}),[]))},a.u=function(e){return({42:"scripts-admin.form-editor",215:"scripts-admin.setup-wizard",236:"scripts-admin.template-library",319:"scripts-admin.block-editor",376:"scripts-admin.post-select",514:"scripts-admin.merge-tags",646:"scripts-admin.form-ajax-save",736:"scripts-admin.system-report",848:"scripts-admin.embed-form",993:"scripts-admin.splash-page"}[e]||e)+"."+{42:"aaeec5603ac1444805d6",192:"784e6ce8447166770bff",215:"9f731999642ff19b9cb2",236:"120e74dd14982b09a6bb",319:"89e0aabcf2ef532f1aff",376:"a6e95be126e1b2b62654",514:"10c2b9d1cd84ab87ac4f",646:"8cb8e55035a411962514",736:"7675d5c391ad80950296",848:"5f4e214fd7b39f402da7",993:"76b236b47f47c2c62c41"}[e]+".js"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="gravityforms:",a.l=function(e,o,n,l){if(t[e])t[e].push(o);else{var s,c;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m'),"")}},x={title:(0,v.__)("Input Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},O={align:"flex-start",className:(0,p.classnames)({"gform-block__components-flex--adjust-gap":!0}),gap:0},P={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Size","gravityforms"),value:ne,options:[{label:(0,v.__)("Small","gravityforms"),value:"sm"},{label:(0,v.__)("Medium","gravityforms"),value:"md"},{label:(0,v.__)("Large","gravityforms"),value:"lg"}],onChange:function(e){return r({inputSize:e})}},T={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Border Radius","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:ae,type:"number",onChange:function(e){return r({inputBorderRadius:e})}},j={level:3},I={label:(0,v.__)("Background","gravityforms"),color:se,controlled:!0,defaultColor:e.inputBackgroundColor,onChange:function(e){return r({inputBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},F={label:(0,v.__)("Border","gravityforms"),color:le,controlled:!0,defaultColor:e.inputBorderColor,onChange:function(e){return r({inputBorderColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},M={label:(0,v.__)("Text","gravityforms"),color:ce,controlled:!0,defaultColor:e.inputColor,onChange:function(e){return r({inputColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},Z={label:(0,v.__)("Accent","gravityforms"),color:ie,controlled:!0,defaultColor:e.inputPrimaryColor,onChange:function(e){return r({inputPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},G={marginTop:2},q={variant:"muted",size:"subheadline"},J={backgroundColor:se,textColor:ce},Y={backgroundColor:se,textColor:ie},K={title:(0,v.__)("Label Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},W={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:me,type:"number",onChange:function(e){return r({labelFontSize:e})}},ee={level:3},ve={label:(0,v.__)("Text","gravityforms"),color:ue,controlled:!0,defaultColor:e.labelColor,onChange:function(e){return r({labelColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},be={title:(0,v.__)("Description Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},_e={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:de,type:"number",onChange:function(e){return r({descriptionFontSize:e})}},ye={level:3},he={label:(0,v.__)("Text","gravityforms"),color:fe,controlled:!0,defaultColor:e.descriptionColor,onChange:function(e){return r({descriptionColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},Ee={title:(0,v.__)("Button Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Ce={level:3},xe={label:(0,v.__)("Background","gravityforms"),color:pe,controlled:!0,defaultColor:e.buttonPrimaryBackgroundColor,onChange:function(e){return r({buttonPrimaryBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},Re={label:(0,v.__)("Text","gravityforms"),color:ge,controlled:!0,defaultColor:e.buttonPrimaryColor,onChange:function(e){return r({buttonPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},we={marginTop:2},Oe={variant:"muted",size:"subheadline"},Pe={backgroundColor:pe,textColor:ge},Se={title:(0,v.__)("Advanced","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Ne={label:(0,v.__)("Preview","gravityforms"),checked:R,onChange:function(){return w(!R)}},Te={label:(0,v.__)("AJAX","gravityforms"),checked:D,onChange:function(){return z(!D)}},je={label:(0,v.__)("Field Values","gravityforms"),value:re,onChange:function(e){return r({fieldValues:e})}},Be={className:(0,p.classnames)({"gform-block__tabindex":!0}),label:(0,v.__)("Tabindex","gravityforms"),type:"number",value:te,onChange:function(e){return r({tabindex:e})},placeholder:"-1"};return React.createElement(m.InspectorControls,t,React.createElement(u.PanelBody,o,React.createElement(u.SelectControl,n),Q(a)&&React.createElement(g.Fragment,null,React.createElement(u.ToggleControl,l),React.createElement(u.ToggleControl,s))),React.createElement(u.PanelBody,c,Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.SelectControl,b),Q(a)&&!Q(a).isLegacyMarkup&&ke&&React.createElement(u.Button,y),Q(a)&&!Q(a).isLegacyMarkup&&ke&&React.createElement(U,G,React.createElement(H,q,React.createElement(u.ExternalLink,{href:"https://docs.gravityforms.com/block-themes-and-style-settings/"},(0,v.__)("Learn more about configuring your form to use Orbital.","gravityforms")))),Q(a)&&Q(a).isLegacyMarkup&&React.createElement("div",h,React.createElement("span",k),React.createElement("div",E,React.createElement("p",C)))),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,x,React.createElement(u.Flex,O,React.createElement(u.FlexBlock,null,React.createElement(u.SelectControl,P)),React.createElement(u.FlexBlock,null,React.createElement(u.TextControl,T))),React.createElement(V,j,(0,v.__)("Colors","gravityforms")),React.createElement(A,I),React.createElement(A,F),React.createElement(A,M),React.createElement(A,Z),React.createElement(U,G,React.createElement(H,q,(0,v.__)("The accent color is used for aspects such as checkmarks and dropdown choices.","gravityforms"))),React.createElement(U,G,React.createElement(m.ContrastChecker,J)),React.createElement(U,G,React.createElement(m.ContrastChecker,Y))),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,K,React.createElement(u.TextControl,W),React.createElement(V,ee,(0,v.__)("Colors","gravityforms")),React.createElement(A,ve)),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,be,React.createElement(u.TextControl,_e),React.createElement(V,ye,(0,v.__)("Colors","gravityforms")),React.createElement(A,he)),ke&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,Ee,React.createElement(V,Ce,(0,v.__)("Colors","gravityforms")),React.createElement(A,xe),React.createElement(A,Re),React.createElement(U,we,React.createElement(H,Oe,(0,v.__)("The background color is used for various form elements, such as buttons and progress bars.","gravityforms"))),React.createElement(U,we,React.createElement(m.ContrastChecker,Pe))),a&&React.createElement(u.PanelBody,Se,Q(a)&&React.createElement(u.ToggleControl,Ne),React.createElement(u.ToggleControl,Te),React.createElement(u.TextareaControl,je),React.createElement(u.TextControl,Be),React.createElement(g.Fragment,null,(0,i.sprintf)((0,v.__)("Form ID: %s","gravityforms"),a))))},te=t.tabindex,re=t.fieldValues,oe=(t.imgPreview,t.theme),ne=t.inputSize,ae=t.inputBorderRadius,le=t.inputBorderColor,se=t.inputBackgroundColor,ce=t.inputColor,ie=t.inputPrimaryColor,me=t.labelFontSize,ue=t.labelColor,de=t.descriptionFontSize,fe=t.descriptionColor,pe=t.buttonPrimaryBackgroundColor,ge=t.buttonPrimaryColor,ve={className:(0,p.classnames)({"gform-block__alert":!0,"gform-block__alert-error":!0})},be={key:"placeholder",className:(0,p.classnames)({"wp-block-embed":!0,"gform-block__placeholder":!0})},_e={className:(0,p.classnames)({"gform-block__placeholder-brand":!0})},ye={className:(0,p.classnames)({"gform-icon":!0})},he={value:a,onChange:function(e){return d(e.target.value)}},ke="orbital"===oe||$.data.orbitalDefault&&""===oe;if(!t.formId||!R)return React.createElement("div",(0,m.useBlockProps)(),W(),ee(),k&&React.createElement("div",ve,React.createElement("p",null,(0,v.__)("The selected form has been deleted or trashed. Please select a new form.","gravityforms"))),React.createElement(u.Placeholder,be,React.createElement("div",_e,React.createElement("div",ye,y),React.createElement("p",null,React.createElement("strong",null,(0,v.__)("Gravity Forms","gravityforms")))),$.data.forms&&$.data.forms.length>0&&React.createElement("form",null,React.createElement("select",he,X().map((function(e){return React.createElement("option",{key:e.value,value:e.value},e.label)})))),(!$.data.forms||$.data.forms&&0===$.data.forms.length)&&React.createElement("form",null,React.createElement("p",null,(0,v.__)("You must have at least one form to use the block.","gravityforms")))));var Ee=Object.keys(t).filter((function(e){return!$.data.styles.defaults[e]||t[e]!=$.data.styles.defaults[e]})).reduce((function(e,r){return(0,l.Z)(e,(0,s.Z)({},r,t[r]))}),{}),Ce={key:"form_preview",block:"gravityforms/form",attributes:Z(Z({},(0,l.Z)({},$.data.styles.globals,Ee)),{},{theme:t.theme||$.data.styles.defaults.theme})};return React.createElement("div",(0,m.useBlockProps)(),W(),ee(),u.ServerSideRender?React.createElement(u.ServerSideRender,Ce):React.createElement(f(),Ce))},J=wp.i18n.__,Q=wp.blocks.registerBlockType,X=(null===a()||void 0===a()?void 0:a()["gravityforms/form"])||{},Y=function(){var e;(0,i.consoleInfo)("Gravity Forms Admin: Initialized form block."),Q("gravityforms/form",{title:J("Form","gravityforms"),description:J("Select and display one of your forms.","gravityforms"),category:"embed",supports:{customClassName:!1,className:!1,html:!1},keywords:["gravity forms","form","newsletter","contact"],example:{attributes:{imgPreview:!0}},attributes:(null==X||null===(e=X.data)||void 0===e?void 0:e.attributes)||{},icon:y,transforms:{from:[{type:"shortcode",tag:["gravityform","gravityforms"],attributes:{formId:{type:"string",shortcode:function(e){var t=e.named.id;return parseInt(t).toString()}},title:{type:"boolean",shortcode:function(e){return"true"===e.named.title}},description:{type:"boolean",shortcode:function(e){return"true"===e.named.description}},ajax:{type:"boolean",shortcode:function(e){return"true"===e.named.ajax}},tabindex:{type:"string",shortcode:function(e){var t=e.named.tabindex;return isNaN(t)?null:parseInt(t).toString()}}}}]},edit:q,save:function(){return null}})}},271:function(e,t,r){"use strict";var o,n=r(5518),a=function(){(0,n.consoleInfo)("Gravity Forms Common: Initialized all javascript that targeted document ready.")},l=function(){(0,n.ready)(a)},s=r(5311),c=r.n(s),i=r(2340),m=r.n(i),u=r(7329),d=r.n(u),f=r(4023),p=r.n(f),g={containers:(0,n.getNodes)("page-loader",!0)},v={rendered:!1},b=(null===d()||void 0===d()||null===(o=d().form_settings)||void 0===o?void 0:o.loader)||{},_=function(){m().instances.loaders.pageLoader.hideLoader()},y=function(){v.rendered?m().instances.loaders.pageLoader.showLoader():(m().instances.loaders.pageLoader.init(),v.rendered=!0)},h=r(3795),k=function(e){(0,h.ZP)(e.detail)},E={embedForm:(0,n.getNode)("embed-flyout-trigger"),taggable:(0,n.getNode)(".merge-tag-support",document,!0),postSelect:(0,n.getNodes)("gform-settings-field-select",!0)},C=function(){var e;m().instances=m().instances||{},m().instances.loaders=m().instances.loaders||{},e=b.i18n.loaderText,m().instances.loaders.pageLoader=new(p())({id:"gform-page-loader",position:"sticky",renderOnInit:!1,target:"#wpbody-content",text:(0,n.escapeHtml)(e)}),g.containers.forEach((function(e){"form"===e.tagName.toLowerCase()&&c()(e).on("submit",y)})),document.addEventListener("gform/page_loader/show",y),document.addEventListener("gform/page_loader/hide",_),(0,n.consoleInfo)("Gravity Forms Admin: Initialized page loader."),document.addEventListener("gform/snackbar/render",k),(0,n.consoleInfo)("Gravity Forms Admin: Initialized snackbar component."),E.embedForm&&Promise.all([r.e(194),r.e(848)]).then(r.bind(r,2671)).then((function(e){e.default()})),E.taggable&&Promise.all([r.e(194),r.e(514)]).then(r.bind(r,1589)).then((function(e){e.default()})),E.postSelect.length&&r.e(376).then(r.bind(r,1154)).then((function(e){e.default(E.postSelect)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all admin components.")},x=r(3434),R=(null===d()||void 0===d()?void 0:d().block_editor)||{},w={formEditor:(0,n.getNodes)("form-editor-wrapper")[0],formSettings:(0,n.getNodes)("form-settings")[0],splashPageModal:(0,n.getNodes)("gf-splash-template")[0],systemReportButton:(0,n.getNodes)("gf-copy-system-report")[0]},O=function(){l(),C(),(0,x.default)(),R.data.is_block_editor&&r.e(319).then(r.bind(r,8284)).then((function(e){e.default()})),w.formEditor&&Promise.all([r.e(194),r.e(192),r.e(42)]).then(r.bind(r,135)).then((function(e){e.default(w.formEditor)})),!w.formEditor&&(0,n.shouldLoadChunk)("form-saver")&&Promise.all([r.e(194),r.e(192),r.e(646)]).then(r.bind(r,1141)).then((function(e){e.default()})),w.splashPageModal&&r.e(993).then(r.bind(r,9565)).then((function(e){e.default(w.splashPageModal)})),w.systemReportButton&&r.e(736).then(r.bind(r,5067)).then((function(e){e.default(w.systemReportButton)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all javascript that targeted document ready.")},P=(null===d()||void 0===d()?void 0:d().block_editor)||{};d().hmr_dev||(r.p=d().public_path),P.data.is_block_editor&&r(2373).default(),(0,n.ready)(O)},9608:function(e){"use strict";e.exports=ajaxurl},7536:function(e){"use strict";e.exports=gf_vars},2340:function(e){"use strict";e.exports=gform},3068:function(e){"use strict";e.exports=gform.components.admin.html.elements.Button},191:function(e){"use strict";e.exports=gform.components.admin.html.elements.Dropdown},797:function(e){"use strict";e.exports=gform.components.admin.html.elements.Input},4023:function(e){"use strict";e.exports=gform.components.admin.html.elements.Loader},4536:function(e){"use strict";e.exports=gform.components.admin.html.elements.StatusIndicator},1519:function(e){"use strict";e.exports=gform.components.admin.html.modules.Dialog},5862:function(e){"use strict";e.exports=gform.components.admin.html.modules.Flyout},5872:function(e){"use strict";e.exports=gform.components.admin.react.elements.Box},564:function(e){"use strict";e.exports=gform.components.admin.react.elements.Button},4065:function(e){"use strict";e.exports=gform.components.admin.react.elements.Checkbox},351:function(e){"use strict";e.exports=gform.components.admin.react.elements.Grid},4216:function(e){"use strict";e.exports=gform.components.admin.react.elements.Heading},5718:function(e){"use strict";e.exports=gform.components.admin.react.elements.Icon},4824:function(e){"use strict";e.exports=gform.components.admin.react.elements.Input},5211:function(e){"use strict";e.exports=gform.components.admin.react.elements.Label},9645:function(e){"use strict";e.exports=gform.components.admin.react.elements.Select},405:function(e){"use strict";e.exports=gform.components.admin.react.elements.Tag},6172:function(e){"use strict";e.exports=gform.components.admin.react.elements.Text},5235:function(e){"use strict";e.exports=gform.components.admin.react.elements.Textarea},5595:function(e){"use strict";e.exports=gform.components.admin.react.elements.Toggle},7941:function(e){"use strict";e.exports=gform.components.admin.react.modules.Cards.FormTemplateCard},9843:function(e){"use strict";e.exports=gform.components.admin.react.modules.Dialog},89:function(e){"use strict";e.exports=gform.components.admin.react.modules.Flyout},8309:function(e){"use strict";e.exports=gform.components.admin.react.modules.InputGroup},8472:function(e){"use strict";e.exports=gform.components.admin.react.modules.List},4318:function(e){"use strict";e.exports=gform.components.admin.react.modules.NavBar},5196:function(e){"use strict";e.exports=gform.components.admin.react.modules.Steps},9495:function(e){"use strict";e.exports=gform.components.admin.react.modules.Video.VidyardVideo},8349:function(e){"use strict";e.exports=gform.libraries},5518:function(e){"use strict";e.exports=gform.utils},6134:function(e){"use strict";e.exports=gform.utils.react},7329:function(e){"use strict";e.exports=gform_admin_config},5311:function(e){"use strict";e.exports=jQuery},5998:function(e){"use strict";e.exports=wp},4489:function(e){"use strict";e.exports=wp.data},6132:function(e){"use strict";e.exports=wp.editPost},1747:function(e){"use strict";e.exports=wp.element},9662:function(e){"use strict";e.exports=wp.i18n},9841:function(e){"use strict";e.exports=wp.plugins}},n={};function a(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.m=o,e=[],a.O=function(t,r,o,n){if(!r){var l=1/0;for(m=0;m=n)&&Object.keys(a.O).every((function(e){return a.O[e](r[c])}))?r.splice(c--,1):(s=!1,n0&&e[m-1][2]>n;m--)e[m]=e[m-1];e[m]=[r,o,n]},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,r){return a.f[r](e,t),t}),[]))},a.u=function(e){return({42:"scripts-admin.form-editor",215:"scripts-admin.setup-wizard",236:"scripts-admin.template-library",319:"scripts-admin.block-editor",376:"scripts-admin.post-select",514:"scripts-admin.merge-tags",646:"scripts-admin.form-ajax-save",736:"scripts-admin.system-report",848:"scripts-admin.embed-form",993:"scripts-admin.splash-page"}[e]||e)+"."+{42:"42d19baa9417d0eff063",192:"cbf552110e47d3e15730",215:"85ed5e37457502e25220",236:"6eacbc31d8c98b9c7236",319:"1aa582fe565412a7330a",376:"ea0661aa62594926bb18",514:"f2069032632982a6e969",646:"39cf1b4e83f729e467d0",736:"d642eb4f6a91a94d6625",848:"73bd66c6b89fb75aeada",993:"3556df629ca1e47340af"}[e]+".js"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="gravityforms:",a.l=function(e,o,n,l){if(t[e])t[e].push(o);else{var s,c;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m3?(delete n[0],delete n[1],n):2===n.length||n[2]}return""},S=function(e){for(var t in A().mergeTags)if(Object.prototype.hasOwnProperty.call(A().mergeTags,t)){var r=A().mergeTags[t].tags;for(var i in r)if(Object.prototype.hasOwnProperty.call(r,i)&&r[i].tag==e)return r[i].label}return""},k=function(e){return A().mergeTags[e].label},E=function(e,t){void 0===t&&(t="");var r=[],i=L(e),a="list"===i?":"+t:"",n="",o="",l="";if(h.inArray(i,["date","email","time","password"])>-1&&(l=e.inputs,e.inputs=null),void 0!==e.inputs&&h.isArray(e.inputs)){for(var s in"checkbox"===i&&(n="{"+(o=T(e,e.id).replace("'","\\'"))+":"+e.id+a+"}",r.push({tag:n,label:o})),e.inputs)if(Object.prototype.hasOwnProperty.call(e.inputs,s)){var d=e.inputs[s];"creditcard"===i&&h.inArray(parseFloat(d.id),[parseFloat(e.id+".2"),parseFloat(e.id+".3"),parseFloat(e.id+".5")])>-1||(n="{"+(o=T(e,d.id).replace("'","\\'"))+":"+d.id+a+"}",r.push({tag:n,label:o}))}}else n="{"+(o=T(e).replace("'","\\'"))+":"+e.id+a+"}",r.push({tag:n,label:o});return h.inArray(i,["date","email","time","password"])>-1&&(e.inputs=l),r},z=function(e){var t=P.fields,r=e.getAttribute("id"),i=1==q(e,"hide_all_fields"),a=q(e,"exclude"),n=q(e,"prepopulate");n&&(i=!0);var o=function(e,t,r,i,a,n){void 0===e&&(e=[]),void 0===i&&(i=[]);var o=[],l=[],s=[],d=[],p=[],c=[],u=[],g=[],f=[];if(r||s.push({tag:"{all_fields}",label:S("{all_fields}")}),!a){for(var m in e)if(Object.prototype.hasOwnProperty.call(e,m)){var b=e[m];if(!b.displayOnly){var w=L(b);if(-1===h.inArray(w,i)){if(b.isRequired)if("name"===w){var y=x(b),_=void 0,O=void 0,j=void 0,P=void 0;"extended"===b.nameFormat?(_=C(b,b.id+".2"),j=C(b,b.id+".8"),(P=x(b)).inputs=[_,j],l.push(P),delete y.inputs[0],delete y.inputs[3]):"advanced"===b.nameFormat&&(_=C(b,b.id+".2"),O=C(b,b.id+".4"),j=C(b,b.id+".8"),(P=x(b)).inputs=[_,O,j],l.push(P),delete y.inputs[0],delete y.inputs[2],delete y.inputs[4]),o.push(y)}else o.push(b);else l.push(b);I(b.type)&&u.push(b)}}}if(o.length>0)for(var T in o)Object.prototype.hasOwnProperty.call(o,T)&&(g=g.concat(E(o[T],n)));if(l.length>0)for(var q in l)Object.prototype.hasOwnProperty.call(l,q)&&(f=f.concat(E(l[q],n)));if(u.length>0)for(var z in r||d.push({tag:"{pricing_fields}",label:S("{pricing_fields}")}),u)Object.prototype.hasOwnProperty.call(u,z)&&d.concat(E(u[z],n))}var D=["ip","date_mdy","date_dmy","embed_post:ID","embed_post:post_title","embed_url","entry_id","entry_url","form_id","form_title","user_agent","referer","post_id","post_edit_url","user:display_name","user:user_email","user:user_login"];for(var G in a&&(D.splice(D.indexOf("entry_id"),1),D.splice(D.indexOf("entry_url"),1),D.splice(D.indexOf("form_id"),1),D.splice(D.indexOf("form_title"),1)),F()&&!a||(D.splice(D.indexOf("post_id"),1),D.splice(D.indexOf("post_edit_url"),1)),D)-1===h.inArray(D[G],i)&&p.push({tag:"{"+D[G]+"}",label:S("{"+D[G]+"}")});var H=function(){for(var e in A().mergeTags)if(Object.prototype.hasOwnProperty.call(A().mergeTags,e)&&"custom"===e)return A().mergeTags[e];return[]}();if(H.tags.length>0)for(var V in H.tags)if(Object.prototype.hasOwnProperty.call(H.tags,V)){var B=H.tags[V];c.push({tag:B.tag,label:B.label})}var M={ungrouped:{label:k("ungrouped"),tags:s},required:{label:k("required"),tags:g},optional:{label:k("optional"),tags:f},pricing:{label:k("pricing"),tags:d},other:{label:k("other"),tags:p},custom:{label:k("custom"),tags:c}};return v().applyFilters("gform_merge_tags",M,t,r,i,a,n,void 0)}(t,r,i,a,n,q(e,"option")),l=function(e){var t=0;for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&e[r].tags.length>0&&t++;return t>1}(o),s=[];for(var d in o)if(Object.prototype.hasOwnProperty.call(o,d)){var p=o[d].label,c=o[d].tags,u=p&&l,g=[];if(!(c.length<=0)){for(var f in c)if(Object.prototype.hasOwnProperty.call(c,f)){var m=c[f],b=v().tools.stripSlashes(m.label),w=m.tag;g.push({value:w,label:b})}u?s.push({label:p,listData:g}):s.push.apply(s,g)}}return s},D=(null===w()||void 0===w()||null===(p=w().components)||void 0===p?void 0:p.merge_tags)||{},G=(null===(c=window)||void 0===c?void 0:c.InsertVariable)||null,H=(null===(u=window)||void 0===u?void 0:u.InsertEditorVariable)||null,V=function(e){this.isEditor?H(this.elem.getAttribute("id"),e):G(this.elem.getAttribute("id"),null,e),h(this.elem).trigger("input").trigger("propertychange")},B=function(){v().simplebar.initializeInstances(),function(e){var t=document.querySelector('[data-js="'.concat(e,'"]')),r=(0,O.getClosest)(t,".panel-block-tabs__body");if(r){var i=250-r.offsetHeight,a=window.getComputedStyle(r).getPropertyValue("padding-bottom");i<10||(r.setAttribute("data-js-initial-padding",a),r.style.paddingBottom="".concat(i,"px"))}}(this.selector),(0,O.browsers)().firefox&&document.querySelector('[data-js="'.concat(this.selector,'"]')).querySelector(".gform-dropdown__container").removeAttribute("style")},M=function(){var e,t,r;e=this.selector,t=document.querySelector('[data-js="'.concat(e,'"]')),(r=(0,O.getClosest)(t,".panel-block-tabs__body"))&&r.hasAttribute("data-js-initial-padding")&&(r.style.paddingBottom=r.getAttribute("data-js-initial-padding"),r.removeAttribute("data-js-initial-padding"))},N=function(){(0,O.getNodes)(".merge-tag-support:not(.mt-initialized)",!0,document,!0).forEach((function(e){(function(e,t){var r=z(e),i=q(e,"manual_position"),a=i?function(e){var t=(0,O.getClosest)(e,".wp-editor-wrap").querySelector(".wp-media-buttons");return(0,O.getChildren)(t).slice(-1).pop()}(e):e,n=function(e,t){var r=q(e,"manual_position"),i=document.createElement("span");return i.classList.add("all-merge-tags"),i.classList.add("gform-merge-tags-dropdown-wrapper"),i.classList.add(e.tagName.toLowerCase()),r?i.classList.add("left"):i.classList.add("right"),i.setAttribute("mt-dropdown-".concat(t),!0),i.innerHTML=''),i}(e,t);(0,O.insertAfter)(n,a),v().instances.mergeTags.push(new(_())({container:"mt-dropdown-".concat(t),selector:"gform-dropdown-mt-".concat(t),renderTarget:'[data-js="gform-dropdown-mt-wrapper-'.concat(t,'"]'),swapLabel:!1,listData:r,render:!0,triggerPlaceholder:(0,O.saferHtml)(g||(g=(0,f.Z)(['']))),triggerTitle:D.i18n.insert_merge_tags,wrapperClasses:"gform-dropdown gform-dropdown--merge-tags",triggerId:"mt-dropdown--trigger-".concat(t),triggerAriaId:"mt-dropdown--trigger-label-".concat(t),triggerClasses:"ui-state-disabled",onItemSelect:V.bind({isEditor:i,idx:t,elem:e}),searchPlaceholder:D.i18n.search_merge_tags,onOpen:B.bind({selector:"gform-dropdown-mt-".concat(t)}),onClose:M.bind({selector:"gform-dropdown-mt-".concat(t)}),dropdownListAttributes:'data-js="gform-simplebar"'}))})(e,(0,O.uniqueId)()),function(e){var t=(0,O.getClosest)(e,".field_setting"),r=(0,O.getClosest)(e,".gform-settings-field");t?t.classList.add("field_setting--with-merge-tag"):r&&r.classList.add("gform-settings-field--with-merge-tag")}(e),e.classList.add("mt-initialized")}))},R=function(){v().instances=(null===v()||void 0===v()?void 0:v().instances)||{},v().instances.mergeTags=v().instances.mergeTags||[],v().components=(null===v()||void 0===v()?void 0:v().components)||{},v().components.Dropdown=_(),document.addEventListener("gform/merge_tag/initialize",N),N(),console.info("Gravity Forms Admin: Initialized Merge Tags dropdown component.")}}}]); -//# sourceMappingURL=scripts-admin.merge-tags.10c2b9d1cd84ab87ac4f.js.map \ No newline at end of file +//# sourceMappingURL=scripts-admin.merge-tags.f2069032632982a6e969.js.map \ No newline at end of file diff --git a/assets/js/dist/scripts-admin.min.js b/assets/js/dist/scripts-admin.min.js index 9f6123e..1a78d0f 100644 --- a/assets/js/dist/scripts-admin.min.js +++ b/assets/js/dist/scripts-admin.min.js @@ -1 +1 @@ -!function(){var e,t,r,o={3992:function(e,t,r){var o={".":[3434],"./":[3434],"./index":[3434],"./index.js":[3434],"./setup-wizard":[4498,194,215],"./setup-wizard/":[4498,194,215],"./setup-wizard/index":[4498,194,215],"./setup-wizard/index.js":[4498,194,215],"./template-library":[1786,194,236],"./template-library/":[1786,194,236],"./template-library/index":[1786,194,236],"./template-library/index.js":[1786,194,236]};function n(e){if(!r.o(o,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=o[e],n=t[0];return Promise.all(t.slice(1).map(r.e)).then((function(){return r(n)}))}n.keys=function(){return Object.keys(o)},n.id=3992,e.exports=n},3434:function(e,t,r){"use strict";r.r(t);var o=r(7329),n=r.n(o),a=r(5518),l=(null===n()||void 0===n()?void 0:n().apps)||{};t.default=function(){var e=function(e){var t=l[e];if(!t.should_display)return 1;r(3992)("".concat(t.chunk_path)).then((function(r){(0,a.trigger)({event:"gform/apps/before_load/".concat(e),el:document,data:{app:t},native:!1}),r.default(),(0,a.trigger)({event:"gform/apps/after_load/".concat(e),el:document,data:{app:t},native:!1})}))};for(var t in l)e(t);(0,a.consoleInfo)("Gravity Forms Admin: Initialized all apps.")}},2373:function(e,t,r){"use strict";r.r(t),r.d(t,{default:function(){return Y}});var o,n=r(7329),a=r.n(n),l=r(6796),s=r(7063),c=r(5210),i=r(5518),m=wp.blockEditor,u=wp.components,d=wp.serverSideRender,f=r.n(d),p=r(8349),g=r(1747),v=r(9662),b=r(1519),_=r.n(b),y=React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 508.3 559.5",width:"100%",height:"100%",focusable:"false","aria-hidden":"true",className:"dashicon dashicon-gravityforms"},React.createElement("g",null,React.createElement("path",{className:"st0",d:"M468,109.8L294.4,9.6c-22.1-12.8-58.4-12.8-80.5,0L40.3,109.8C18.2,122.6,0,154,0,179.5V380\tc0,25.6,18.1,56.9,40.3,69.7l173.6,100.2c22.1,12.8,58.4,12.8,80.5,0L468,449.8c22.2-12.8,40.3-44.2,40.3-69.7V179.6\tC508.3,154,490.2,122.6,468,109.8z M399.3,244.4l-195.1,0c-11,0-19.2,3.2-25.6,10c-14.2,15.1-18.2,44.4-19.3,60.7H348v-26.4h49.9\tv76.3H111.3l-1.8-23c-0.3-3.3-5.9-80.7,32.8-121.9c16.1-17.1,37.1-25.8,62.4-25.8h194.7V244.4z"}))),h=r(5689),k=["label","colors","color","controlled","defaultColor","onChange"];function E(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,o)}return r}var C=(null===(o=window)||void 0===o?void 0:o.wp)||{},x=C.components,R=x.__experimentalHStack,w=x.__experimentalItemGroup,O=x.Button,P=x.ColorPalette,S=x.ColorIndicator,N=x.FlexItem,T=x.Dropdown,j=(Object.prototype.hasOwnProperty.call(C,"blockEditor")?C.blockEditor:C.editor).useSetting,B=C.element,L=B.useState,I=B.useEffect,F=w,D=R,z=function(e){var t=L(e),r=(0,c.Z)(t,2),o=r[0],n=r[1];return I((function(){n(e)}),[e]),[o,n]};function A(e){var t,r=e.label,o=e.colors,n=void 0===o?[]:o,a=e.color,l=e.controlled,i=void 0!==l&&l,m=e.defaultColor,u=e.onChange,d=(0,h.Z)(e,k),f=(i?z:L)(a),g=(0,c.Z)(f,2),v=g[0],b=g[1],_=j("color.palette.theme"),y=j("color.palette.custom"),C=j("color.palette.default"),x=j("color.defaultPalette"),R=function(){var e=[];return n.length&&e.push({name:"Orbital",colors:n}),y&&y.length&&e.push({name:"Custom Colors",colors:y}),_&&_.length&&e.push({name:"Theme Colors",colors:_}),x&&C&&C.length&&e.push({name:"Default Colors",colors:C}),e}(),w={colorValue:v,toggleLabel:r},B={className:(0,p.classnames)({"block-editor-panel-color-gradient-settings__item-group":!0}),isBordered:!0,isSeparated:!0},I=function(e){for(var t=1;t'),"")}},x={title:(0,v.__)("Input Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},O={align:"flex-start",className:(0,p.classnames)({"gform-block__components-flex--adjust-gap":!0}),gap:0},P={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Size","gravityforms"),value:ae,options:[{label:(0,v.__)("Small","gravityforms"),value:"sm"},{label:(0,v.__)("Medium","gravityforms"),value:"md"},{label:(0,v.__)("Large","gravityforms"),value:"lg"}],onChange:function(e){return r({inputSize:e})}},T={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Border Radius","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:le,type:"number",onChange:function(e){return r({inputBorderRadius:e})}},j={level:3},I={label:(0,v.__)("Background","gravityforms"),color:ce,controlled:!0,defaultColor:e.inputBackgroundColor,onChange:function(e){return r({inputBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},F={label:(0,v.__)("Border","gravityforms"),color:se,controlled:!0,defaultColor:e.inputBorderColor,onChange:function(e){return r({inputBorderColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},M={label:(0,v.__)("Text","gravityforms"),color:ie,controlled:!0,defaultColor:e.inputColor,onChange:function(e){return r({inputColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},Z={label:(0,v.__)("Accent","gravityforms"),color:me,controlled:!0,defaultColor:e.inputPrimaryColor,onChange:function(e){return r({inputPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},G={marginTop:2},q={variant:"muted",size:"subheadline"},J={backgroundColor:ce,textColor:ie},Y={backgroundColor:ce,textColor:me},K={title:(0,v.__)("Label Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},ee={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:ue,type:"number",onChange:function(e){return r({labelFontSize:e})}},te={level:3},be={label:(0,v.__)("Text","gravityforms"),color:de,controlled:!0,defaultColor:e.labelColor,onChange:function(e){return r({labelColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},_e={title:(0,v.__)("Description Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},ye={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:fe,type:"number",onChange:function(e){return r({descriptionFontSize:e})}},he={level:3},ke={label:(0,v.__)("Text","gravityforms"),color:pe,controlled:!0,defaultColor:e.descriptionColor,onChange:function(e){return r({descriptionColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},Ce={title:(0,v.__)("Button Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},xe={level:3},Re={label:(0,v.__)("Background","gravityforms"),color:ge,controlled:!0,defaultColor:e.buttonPrimaryBackgroundColor,onChange:function(e){return r({buttonPrimaryBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},we={label:(0,v.__)("Text","gravityforms"),color:ve,controlled:!0,defaultColor:e.buttonPrimaryColor,onChange:function(e){return r({buttonPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},Oe={marginTop:2},Pe={variant:"muted",size:"subheadline"},Se={backgroundColor:ge,textColor:ve},Ne={title:(0,v.__)("Advanced","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Te={label:(0,v.__)("Preview","gravityforms"),checked:R,onChange:function(){return w(!R)}},je={label:(0,v.__)("AJAX","gravityforms"),checked:D,onChange:function(){return z(!D)}},Be={label:(0,v.__)("Field Values","gravityforms"),value:oe,onChange:function(e){return r({fieldValues:e})}},Le={className:(0,p.classnames)({"gform-block__tabindex":!0}),label:(0,v.__)("Tabindex","gravityforms"),type:"number",value:re,onChange:function(e){return r({tabindex:e})},placeholder:"-1"};return React.createElement(m.InspectorControls,t,React.createElement(u.PanelBody,o,React.createElement(u.SelectControl,n),Q(a)&&React.createElement(g.Fragment,null,React.createElement(u.ToggleControl,l),React.createElement(u.ToggleControl,s))),React.createElement(u.PanelBody,c,Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.SelectControl,b),Q(a)&&!Q(a).isLegacyMarkup&&Ee&&React.createElement(u.Button,y),Q(a)&&!Q(a).isLegacyMarkup&&Ee&&React.createElement(U,G,React.createElement(H,q,React.createElement(u.ExternalLink,{href:"https://docs.gravityforms.com/block-themes-and-style-settings/"},(0,v.__)("Learn more about configuring your form to use Orbital.","gravityforms")))),Q(a)&&Q(a).isLegacyMarkup&&React.createElement("div",h,React.createElement("span",k),React.createElement("div",E,React.createElement("p",C)))),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,x,React.createElement(u.Flex,O,React.createElement(u.FlexBlock,null,React.createElement(u.SelectControl,P)),React.createElement(u.FlexBlock,null,React.createElement(u.TextControl,T))),React.createElement(V,j,(0,v.__)("Colors","gravityforms")),React.createElement(A,I),React.createElement(A,F),React.createElement(A,M),React.createElement(A,Z),React.createElement(U,G,React.createElement(H,q,(0,v.__)("The accent color is used for aspects such as checkmarks and dropdown choices.","gravityforms"))),React.createElement(U,G,React.createElement(m.ContrastChecker,J)),React.createElement(U,G,React.createElement(m.ContrastChecker,Y))),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,K,React.createElement(u.TextControl,ee),React.createElement(V,te,(0,v.__)("Colors","gravityforms")),React.createElement(A,be)),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,_e,React.createElement(u.TextControl,ye),React.createElement(V,he,(0,v.__)("Colors","gravityforms")),React.createElement(A,ke)),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,Ce,React.createElement(V,xe,(0,v.__)("Colors","gravityforms")),React.createElement(A,Re),React.createElement(A,we),React.createElement(U,Oe,React.createElement(H,Pe,(0,v.__)("The background color is used for various form elements, such as buttons and progress bars.","gravityforms"))),React.createElement(U,Oe,React.createElement(m.ContrastChecker,Se))),a&&React.createElement(u.PanelBody,Ne,Q(a)&&React.createElement(u.ToggleControl,Te),React.createElement(u.ToggleControl,je),React.createElement(u.TextareaControl,Be),React.createElement(u.TextControl,Le),React.createElement(g.Fragment,null,(0,i.sprintf)((0,v.__)("Form ID: %s","gravityforms"),a))))},re=t.tabindex,oe=t.fieldValues,ne=(t.imgPreview,t.theme),ae=t.inputSize,le=t.inputBorderRadius,se=t.inputBorderColor,ce=t.inputBackgroundColor,ie=t.inputColor,me=t.inputPrimaryColor,ue=t.labelFontSize,de=t.labelColor,fe=t.descriptionFontSize,pe=t.descriptionColor,ge=t.buttonPrimaryBackgroundColor,ve=t.buttonPrimaryColor,be={className:(0,p.classnames)({"gform-block__alert":!0,"gform-block__alert-error":!0})},_e={key:"placeholder",className:(0,p.classnames)({"wp-block-embed":!0,"gform-block__placeholder":!0})},ye={className:(0,p.classnames)({"gform-block__placeholder-brand":!0})},he={className:(0,p.classnames)({"gform-icon":!0})},ke={value:a,onChange:function(e){return d(e.target.value)}},Ee="orbital"===ne||$.data.orbitalDefault&&""===ne;if(!t.formId||!R)return React.createElement("div",(0,m.useBlockProps)(),ee(),te(),k&&React.createElement("div",be,React.createElement("p",null,(0,v.__)("The selected form has been deleted or trashed. Please select a new form.","gravityforms"))),React.createElement(u.Placeholder,_e,React.createElement("div",ye,React.createElement("div",he,y),React.createElement("p",null,React.createElement("strong",null,(0,v.__)("Gravity Forms","gravityforms")))),$.data.forms&&$.data.forms.length>0&&React.createElement("form",null,React.createElement("select",ke,X().map((function(e){return React.createElement("option",{key:e.value,value:e.value},e.label)})))),(!$.data.forms||$.data.forms&&0===$.data.forms.length)&&React.createElement("form",null,React.createElement("p",null,(0,v.__)("You must have at least one form to use the block.","gravityforms")))));var Ce=Object.keys(t).filter((function(e){return!$.data.styles.defaults[e]||t[e]!=$.data.styles.defaults[e]})).reduce((function(e,r){return(0,l.Z)(e,(0,s.Z)({},r,t[r]))}),{}),xe={key:"form_preview",block:"gravityforms/form",attributes:Z(Z({},(0,l.Z)({},$.data.styles.globals,Ce)),{},{theme:t.theme||$.data.styles.defaults.theme})};return React.createElement("div",(0,m.useBlockProps)(),ee(),te(),u.ServerSideRender?React.createElement(u.ServerSideRender,xe):React.createElement(f(),xe))},J=wp.i18n.__,Q=wp.blocks.registerBlockType,X=(null===a()||void 0===a()?void 0:a()["gravityforms/form"])||{},Y=function(){var e;(0,i.consoleInfo)("Gravity Forms Admin: Initialized form block."),Q("gravityforms/form",{title:J("Form","gravityforms"),description:J("Select and display one of your forms.","gravityforms"),category:"embed",supports:{customClassName:!1,className:!1,html:!1},keywords:["gravity forms","form","newsletter","contact"],example:{attributes:{imgPreview:!0}},attributes:(null==X||null===(e=X.data)||void 0===e?void 0:e.attributes)||{},icon:y,transforms:{from:[{type:"shortcode",tag:["gravityform","gravityforms"],attributes:{formId:{type:"string",shortcode:function(e){var t=e.named.id;return parseInt(t).toString()}},title:{type:"boolean",shortcode:function(e){return"true"===e.named.title}},description:{type:"boolean",shortcode:function(e){return"true"===e.named.description}},ajax:{type:"boolean",shortcode:function(e){return"true"===e.named.ajax}},tabindex:{type:"string",shortcode:function(e){var t=e.named.tabindex;return isNaN(t)?null:parseInt(t).toString()}}}}]},edit:q,save:function(){return null}})}},271:function(e,t,r){"use strict";var o,n=r(5518),a=function(){(0,n.consoleInfo)("Gravity Forms Common: Initialized all javascript that targeted document ready.")},l=function(){(0,n.ready)(a)},s=function(){l()},c=r(5311),i=r.n(c),m=r(2340),u=r.n(m),d=r(7329),f=r.n(d),p=r(4023),g=r.n(p),v={containers:(0,n.getNodes)("page-loader",!0)},b={rendered:!1},_=(null===f()||void 0===f()||null===(o=f().form_settings)||void 0===o?void 0:o.loader)||{},y=function(){u().instances.loaders.pageLoader.hideLoader()},h=function(){b.rendered?u().instances.loaders.pageLoader.showLoader():(u().instances.loaders.pageLoader.init(),b.rendered=!0)},k=function(){var e;u().instances=u().instances||{},u().instances.loaders=u().instances.loaders||{},e=_.i18n.loaderText,u().instances.loaders.pageLoader=new(g())({id:"gform-page-loader",position:"sticky",renderOnInit:!1,target:"#wpbody-content",text:(0,n.escapeHtml)(e)}),v.containers.forEach((function(e){"form"===e.tagName.toLowerCase()&&i()(e).on("submit",h)})),document.addEventListener("gform/page_loader/show",h),document.addEventListener("gform/page_loader/hide",y),(0,n.consoleInfo)("Gravity Forms Admin: Initialized page loader.")},E=r(3795),C=function(e){(0,E.ZP)(e.detail)},x=function(){document.addEventListener("gform/snackbar/render",C),(0,n.consoleInfo)("Gravity Forms Admin: Initialized snackbar component.")},R={embedForm:(0,n.getNode)("embed-flyout-trigger"),taggable:(0,n.getNode)(".merge-tag-support",document,!0),postSelect:(0,n.getNodes)("gform-settings-field-select",!0)},w=function(){k(),x(),R.embedForm&&Promise.all([r.e(194),r.e(848)]).then(r.bind(r,2671)).then((function(e){e.default()})),R.taggable&&Promise.all([r.e(194),r.e(514)]).then(r.bind(r,1589)).then((function(e){e.default()})),R.postSelect.length&&r.e(376).then(r.bind(r,1154)).then((function(e){e.default(R.postSelect)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all admin components.")},O=r(3434),P=(null===f()||void 0===f()?void 0:f().block_editor)||{},S={formEditor:(0,n.getNodes)("form-editor-wrapper")[0],formSettings:(0,n.getNodes)("form-settings")[0],splashPageModal:(0,n.getNodes)("gf-splash-template")[0],systemReportButton:(0,n.getNodes)("gf-copy-system-report")[0]},N=function(){P.data.is_block_editor&&r.e(319).then(r.bind(r,8284)).then((function(e){e.default()})),S.formEditor&&Promise.all([r.e(194),r.e(192),r.e(42)]).then(r.bind(r,135)).then((function(e){e.default(S.formEditor)})),!S.formEditor&&(0,n.shouldLoadChunk)("form-saver")&&Promise.all([r.e(194),r.e(192),r.e(646)]).then(r.bind(r,1141)).then((function(e){e.default()})),S.splashPageModal&&r.e(993).then(r.bind(r,9565)).then((function(e){e.default(S.splashPageModal)})),S.systemReportButton&&r.e(736).then(r.bind(r,5067)).then((function(e){e.default(S.systemReportButton)}))},T=function(){s(),w(),(0,O.default)(),N(),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all javascript that targeted document ready.")},j=function(){(0,n.ready)(T)},B=(null===f()||void 0===f()?void 0:f().block_editor)||{};(f().hmr_dev||(r.p=f().public_path),B.data.is_block_editor)&&r(2373).default();j()},9608:function(e){"use strict";e.exports=ajaxurl},7536:function(e){"use strict";e.exports=gf_vars},2340:function(e){"use strict";e.exports=gform},3068:function(e){"use strict";e.exports=gform.components.admin.html.elements.Button},191:function(e){"use strict";e.exports=gform.components.admin.html.elements.Dropdown},797:function(e){"use strict";e.exports=gform.components.admin.html.elements.Input},4023:function(e){"use strict";e.exports=gform.components.admin.html.elements.Loader},4536:function(e){"use strict";e.exports=gform.components.admin.html.elements.StatusIndicator},1519:function(e){"use strict";e.exports=gform.components.admin.html.modules.Dialog},5862:function(e){"use strict";e.exports=gform.components.admin.html.modules.Flyout},5872:function(e){"use strict";e.exports=gform.components.admin.react.elements.Box},564:function(e){"use strict";e.exports=gform.components.admin.react.elements.Button},4065:function(e){"use strict";e.exports=gform.components.admin.react.elements.Checkbox},351:function(e){"use strict";e.exports=gform.components.admin.react.elements.Grid},4216:function(e){"use strict";e.exports=gform.components.admin.react.elements.Heading},5718:function(e){"use strict";e.exports=gform.components.admin.react.elements.Icon},4824:function(e){"use strict";e.exports=gform.components.admin.react.elements.Input},5211:function(e){"use strict";e.exports=gform.components.admin.react.elements.Label},9645:function(e){"use strict";e.exports=gform.components.admin.react.elements.Select},405:function(e){"use strict";e.exports=gform.components.admin.react.elements.Tag},6172:function(e){"use strict";e.exports=gform.components.admin.react.elements.Text},5235:function(e){"use strict";e.exports=gform.components.admin.react.elements.Textarea},5595:function(e){"use strict";e.exports=gform.components.admin.react.elements.Toggle},7941:function(e){"use strict";e.exports=gform.components.admin.react.modules.Cards.FormTemplateCard},9843:function(e){"use strict";e.exports=gform.components.admin.react.modules.Dialog},89:function(e){"use strict";e.exports=gform.components.admin.react.modules.Flyout},8309:function(e){"use strict";e.exports=gform.components.admin.react.modules.InputGroup},8472:function(e){"use strict";e.exports=gform.components.admin.react.modules.List},4318:function(e){"use strict";e.exports=gform.components.admin.react.modules.NavBar},5196:function(e){"use strict";e.exports=gform.components.admin.react.modules.Steps},9495:function(e){"use strict";e.exports=gform.components.admin.react.modules.Video.VidyardVideo},8349:function(e){"use strict";e.exports=gform.libraries},5518:function(e){"use strict";e.exports=gform.utils},6134:function(e){"use strict";e.exports=gform.utils.react},7329:function(e){"use strict";e.exports=gform_admin_config},5311:function(e){"use strict";e.exports=jQuery},5998:function(e){"use strict";e.exports=wp},4489:function(e){"use strict";e.exports=wp.data},6132:function(e){"use strict";e.exports=wp.editPost},1747:function(e){"use strict";e.exports=wp.element},9662:function(e){"use strict";e.exports=wp.i18n},9841:function(e){"use strict";e.exports=wp.plugins}},n={};function a(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.m=o,e=[],a.O=function(t,r,o,n){if(!r){var l=1/0;for(m=0;m=n)&&Object.keys(a.O).every((function(e){return a.O[e](r[c])}))?r.splice(c--,1):(s=!1,n0&&e[m-1][2]>n;m--)e[m]=e[m-1];e[m]=[r,o,n]},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,r){return a.f[r](e,t),t}),[]))},a.u=function(e){return({42:"scripts-admin.form-editor",215:"scripts-admin.setup-wizard",236:"scripts-admin.template-library",319:"scripts-admin.block-editor",376:"scripts-admin.post-select",514:"scripts-admin.merge-tags",646:"scripts-admin.form-ajax-save",736:"scripts-admin.system-report",848:"scripts-admin.embed-form",993:"scripts-admin.splash-page"}[e]||e)+"."+{42:"3ed2c027df5452d302f2",192:"1bbae73469163b427b70",215:"320c74bd9abd8b61bf9f",236:"5c345a043620da95d479",319:"7497f401321ac0778c9e",376:"2bf01bd8961d86df35da",514:"2943900e6aecdbe51f32",646:"a27feff3e6dc1acae014",736:"b922fdbaf0becddfc27f",848:"c621b56a08846ab9544c",993:"b6c016ac95d3c4ff2505"}[e]+".min.js"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="gravityforms:",a.l=function(e,o,n,l){if(t[e])t[e].push(o);else{var s,c;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m'),"")}},x={title:(0,v.__)("Input Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},O={align:"flex-start",className:(0,p.classnames)({"gform-block__components-flex--adjust-gap":!0}),gap:0},P={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Size","gravityforms"),value:ae,options:[{label:(0,v.__)("Small","gravityforms"),value:"sm"},{label:(0,v.__)("Medium","gravityforms"),value:"md"},{label:(0,v.__)("Large","gravityforms"),value:"lg"}],onChange:function(e){return r({inputSize:e})}},T={className:(0,p.classnames)({"gform-block__components-base-control--adjust-label-line-height":!0}),label:(0,v.__)("Border Radius","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:le,type:"number",onChange:function(e){return r({inputBorderRadius:e})}},j={level:3},I={label:(0,v.__)("Background","gravityforms"),color:ce,controlled:!0,defaultColor:e.inputBackgroundColor,onChange:function(e){return r({inputBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},F={label:(0,v.__)("Border","gravityforms"),color:se,controlled:!0,defaultColor:e.inputBorderColor,onChange:function(e){return r({inputBorderColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},M={label:(0,v.__)("Text","gravityforms"),color:ie,controlled:!0,defaultColor:e.inputColor,onChange:function(e){return r({inputColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__middle-child-palette":!0})},Z={label:(0,v.__)("Accent","gravityforms"),color:me,controlled:!0,defaultColor:e.inputPrimaryColor,onChange:function(e){return r({inputPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},G={marginTop:2},q={variant:"muted",size:"subheadline"},J={backgroundColor:ce,textColor:ie},Y={backgroundColor:ce,textColor:me},K={title:(0,v.__)("Label Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},ee={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:ue,type:"number",onChange:function(e){return r({labelFontSize:e})}},te={level:3},be={label:(0,v.__)("Text","gravityforms"),color:de,controlled:!0,defaultColor:e.labelColor,onChange:function(e){return r({labelColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},_e={title:(0,v.__)("Description Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},ye={label:(0,v.__)("Font Size","gravityforms"),help:(0,v.__)("In pixels.","gravityforms"),value:fe,type:"number",onChange:function(e){return r({descriptionFontSize:e})}},he={level:3},ke={label:(0,v.__)("Text","gravityforms"),color:pe,controlled:!0,defaultColor:e.descriptionColor,onChange:function(e){return r({descriptionColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0,"gform-block-editor-panel__last-child-palette":!0})},Ce={title:(0,v.__)("Button Styles","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},xe={level:3},Re={label:(0,v.__)("Background","gravityforms"),color:ge,controlled:!0,defaultColor:e.buttonPrimaryBackgroundColor,onChange:function(e){return r({buttonPrimaryBackgroundColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__first-child-palette":!0})},we={label:(0,v.__)("Text","gravityforms"),color:ve,controlled:!0,defaultColor:e.buttonPrimaryColor,onChange:function(e){return r({buttonPrimaryColor:e})},className:(0,p.classnames)({"gform-block-editor-panel__last-child-palette":!0})},Oe={marginTop:2},Pe={variant:"muted",size:"subheadline"},Se={backgroundColor:ge,textColor:ve},Ne={title:(0,v.__)("Advanced","gravityforms"),initialOpen:!0,className:(0,p.classnames)({"gform-block__panel":!0})},Te={label:(0,v.__)("Preview","gravityforms"),checked:R,onChange:function(){return w(!R)}},je={label:(0,v.__)("AJAX","gravityforms"),checked:D,onChange:function(){return z(!D)}},Be={label:(0,v.__)("Field Values","gravityforms"),value:oe,onChange:function(e){return r({fieldValues:e})}},Le={className:(0,p.classnames)({"gform-block__tabindex":!0}),label:(0,v.__)("Tabindex","gravityforms"),type:"number",value:re,onChange:function(e){return r({tabindex:e})},placeholder:"-1"};return React.createElement(m.InspectorControls,t,React.createElement(u.PanelBody,o,React.createElement(u.SelectControl,n),Q(a)&&React.createElement(g.Fragment,null,React.createElement(u.ToggleControl,l),React.createElement(u.ToggleControl,s))),React.createElement(u.PanelBody,c,Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.SelectControl,b),Q(a)&&!Q(a).isLegacyMarkup&&Ee&&React.createElement(u.Button,y),Q(a)&&!Q(a).isLegacyMarkup&&Ee&&React.createElement(U,G,React.createElement(H,q,React.createElement(u.ExternalLink,{href:"https://docs.gravityforms.com/block-themes-and-style-settings/"},(0,v.__)("Learn more about configuring your form to use Orbital.","gravityforms")))),Q(a)&&Q(a).isLegacyMarkup&&React.createElement("div",h,React.createElement("span",k),React.createElement("div",E,React.createElement("p",C)))),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,x,React.createElement(u.Flex,O,React.createElement(u.FlexBlock,null,React.createElement(u.SelectControl,P)),React.createElement(u.FlexBlock,null,React.createElement(u.TextControl,T))),React.createElement(V,j,(0,v.__)("Colors","gravityforms")),React.createElement(A,I),React.createElement(A,F),React.createElement(A,M),React.createElement(A,Z),React.createElement(U,G,React.createElement(H,q,(0,v.__)("The accent color is used for aspects such as checkmarks and dropdown choices.","gravityforms"))),React.createElement(U,G,React.createElement(m.ContrastChecker,J)),React.createElement(U,G,React.createElement(m.ContrastChecker,Y))),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,K,React.createElement(u.TextControl,ee),React.createElement(V,te,(0,v.__)("Colors","gravityforms")),React.createElement(A,be)),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,_e,React.createElement(u.TextControl,ye),React.createElement(V,he,(0,v.__)("Colors","gravityforms")),React.createElement(A,ke)),Ee&&Q(a)&&!Q(a).isLegacyMarkup&&React.createElement(u.PanelBody,Ce,React.createElement(V,xe,(0,v.__)("Colors","gravityforms")),React.createElement(A,Re),React.createElement(A,we),React.createElement(U,Oe,React.createElement(H,Pe,(0,v.__)("The background color is used for various form elements, such as buttons and progress bars.","gravityforms"))),React.createElement(U,Oe,React.createElement(m.ContrastChecker,Se))),a&&React.createElement(u.PanelBody,Ne,Q(a)&&React.createElement(u.ToggleControl,Te),React.createElement(u.ToggleControl,je),React.createElement(u.TextareaControl,Be),React.createElement(u.TextControl,Le),React.createElement(g.Fragment,null,(0,i.sprintf)((0,v.__)("Form ID: %s","gravityforms"),a))))},re=t.tabindex,oe=t.fieldValues,ne=(t.imgPreview,t.theme),ae=t.inputSize,le=t.inputBorderRadius,se=t.inputBorderColor,ce=t.inputBackgroundColor,ie=t.inputColor,me=t.inputPrimaryColor,ue=t.labelFontSize,de=t.labelColor,fe=t.descriptionFontSize,pe=t.descriptionColor,ge=t.buttonPrimaryBackgroundColor,ve=t.buttonPrimaryColor,be={className:(0,p.classnames)({"gform-block__alert":!0,"gform-block__alert-error":!0})},_e={key:"placeholder",className:(0,p.classnames)({"wp-block-embed":!0,"gform-block__placeholder":!0})},ye={className:(0,p.classnames)({"gform-block__placeholder-brand":!0})},he={className:(0,p.classnames)({"gform-icon":!0})},ke={value:a,onChange:function(e){return d(e.target.value)}},Ee="orbital"===ne||$.data.orbitalDefault&&""===ne;if(!t.formId||!R)return React.createElement("div",(0,m.useBlockProps)(),ee(),te(),k&&React.createElement("div",be,React.createElement("p",null,(0,v.__)("The selected form has been deleted or trashed. Please select a new form.","gravityforms"))),React.createElement(u.Placeholder,_e,React.createElement("div",ye,React.createElement("div",he,y),React.createElement("p",null,React.createElement("strong",null,(0,v.__)("Gravity Forms","gravityforms")))),$.data.forms&&$.data.forms.length>0&&React.createElement("form",null,React.createElement("select",ke,X().map((function(e){return React.createElement("option",{key:e.value,value:e.value},e.label)})))),(!$.data.forms||$.data.forms&&0===$.data.forms.length)&&React.createElement("form",null,React.createElement("p",null,(0,v.__)("You must have at least one form to use the block.","gravityforms")))));var Ce=Object.keys(t).filter((function(e){return!$.data.styles.defaults[e]||t[e]!=$.data.styles.defaults[e]})).reduce((function(e,r){return(0,l.Z)(e,(0,s.Z)({},r,t[r]))}),{}),xe={key:"form_preview",block:"gravityforms/form",attributes:Z(Z({},(0,l.Z)({},$.data.styles.globals,Ce)),{},{theme:t.theme||$.data.styles.defaults.theme})};return React.createElement("div",(0,m.useBlockProps)(),ee(),te(),u.ServerSideRender?React.createElement(u.ServerSideRender,xe):React.createElement(f(),xe))},J=wp.i18n.__,Q=wp.blocks.registerBlockType,X=(null===a()||void 0===a()?void 0:a()["gravityforms/form"])||{},Y=function(){var e;(0,i.consoleInfo)("Gravity Forms Admin: Initialized form block."),Q("gravityforms/form",{title:J("Form","gravityforms"),description:J("Select and display one of your forms.","gravityforms"),category:"embed",supports:{customClassName:!1,className:!1,html:!1},keywords:["gravity forms","form","newsletter","contact"],example:{attributes:{imgPreview:!0}},attributes:(null==X||null===(e=X.data)||void 0===e?void 0:e.attributes)||{},icon:y,transforms:{from:[{type:"shortcode",tag:["gravityform","gravityforms"],attributes:{formId:{type:"string",shortcode:function(e){var t=e.named.id;return parseInt(t).toString()}},title:{type:"boolean",shortcode:function(e){return"true"===e.named.title}},description:{type:"boolean",shortcode:function(e){return"true"===e.named.description}},ajax:{type:"boolean",shortcode:function(e){return"true"===e.named.ajax}},tabindex:{type:"string",shortcode:function(e){var t=e.named.tabindex;return isNaN(t)?null:parseInt(t).toString()}}}}]},edit:q,save:function(){return null}})}},271:function(e,t,r){"use strict";var o,n=r(5518),a=function(){(0,n.consoleInfo)("Gravity Forms Common: Initialized all javascript that targeted document ready.")},l=function(){(0,n.ready)(a)},s=function(){l()},c=r(5311),i=r.n(c),m=r(2340),u=r.n(m),d=r(7329),f=r.n(d),p=r(4023),g=r.n(p),v={containers:(0,n.getNodes)("page-loader",!0)},b={rendered:!1},_=(null===f()||void 0===f()||null===(o=f().form_settings)||void 0===o?void 0:o.loader)||{},y=function(){u().instances.loaders.pageLoader.hideLoader()},h=function(){b.rendered?u().instances.loaders.pageLoader.showLoader():(u().instances.loaders.pageLoader.init(),b.rendered=!0)},k=function(){var e;u().instances=u().instances||{},u().instances.loaders=u().instances.loaders||{},e=_.i18n.loaderText,u().instances.loaders.pageLoader=new(g())({id:"gform-page-loader",position:"sticky",renderOnInit:!1,target:"#wpbody-content",text:(0,n.escapeHtml)(e)}),v.containers.forEach((function(e){"form"===e.tagName.toLowerCase()&&i()(e).on("submit",h)})),document.addEventListener("gform/page_loader/show",h),document.addEventListener("gform/page_loader/hide",y),(0,n.consoleInfo)("Gravity Forms Admin: Initialized page loader.")},E=r(3795),C=function(e){(0,E.ZP)(e.detail)},x=function(){document.addEventListener("gform/snackbar/render",C),(0,n.consoleInfo)("Gravity Forms Admin: Initialized snackbar component.")},R={embedForm:(0,n.getNode)("embed-flyout-trigger"),taggable:(0,n.getNode)(".merge-tag-support",document,!0),postSelect:(0,n.getNodes)("gform-settings-field-select",!0)},w=function(){k(),x(),R.embedForm&&Promise.all([r.e(194),r.e(848)]).then(r.bind(r,2671)).then((function(e){e.default()})),R.taggable&&Promise.all([r.e(194),r.e(514)]).then(r.bind(r,1589)).then((function(e){e.default()})),R.postSelect.length&&r.e(376).then(r.bind(r,1154)).then((function(e){e.default(R.postSelect)})),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all admin components.")},O=r(3434),P=(null===f()||void 0===f()?void 0:f().block_editor)||{},S={formEditor:(0,n.getNodes)("form-editor-wrapper")[0],formSettings:(0,n.getNodes)("form-settings")[0],splashPageModal:(0,n.getNodes)("gf-splash-template")[0],systemReportButton:(0,n.getNodes)("gf-copy-system-report")[0]},N=function(){P.data.is_block_editor&&r.e(319).then(r.bind(r,8284)).then((function(e){e.default()})),S.formEditor&&Promise.all([r.e(194),r.e(192),r.e(42)]).then(r.bind(r,135)).then((function(e){e.default(S.formEditor)})),!S.formEditor&&(0,n.shouldLoadChunk)("form-saver")&&Promise.all([r.e(194),r.e(192),r.e(646)]).then(r.bind(r,1141)).then((function(e){e.default()})),S.splashPageModal&&r.e(993).then(r.bind(r,9565)).then((function(e){e.default(S.splashPageModal)})),S.systemReportButton&&r.e(736).then(r.bind(r,5067)).then((function(e){e.default(S.systemReportButton)}))},T=function(){s(),w(),(0,O.default)(),N(),(0,n.consoleInfo)("Gravity Forms Admin: Initialized all javascript that targeted document ready.")},j=function(){(0,n.ready)(T)},B=(null===f()||void 0===f()?void 0:f().block_editor)||{};(f().hmr_dev||(r.p=f().public_path),B.data.is_block_editor)&&r(2373).default();j()},9608:function(e){"use strict";e.exports=ajaxurl},7536:function(e){"use strict";e.exports=gf_vars},2340:function(e){"use strict";e.exports=gform},3068:function(e){"use strict";e.exports=gform.components.admin.html.elements.Button},191:function(e){"use strict";e.exports=gform.components.admin.html.elements.Dropdown},797:function(e){"use strict";e.exports=gform.components.admin.html.elements.Input},4023:function(e){"use strict";e.exports=gform.components.admin.html.elements.Loader},4536:function(e){"use strict";e.exports=gform.components.admin.html.elements.StatusIndicator},1519:function(e){"use strict";e.exports=gform.components.admin.html.modules.Dialog},5862:function(e){"use strict";e.exports=gform.components.admin.html.modules.Flyout},5872:function(e){"use strict";e.exports=gform.components.admin.react.elements.Box},564:function(e){"use strict";e.exports=gform.components.admin.react.elements.Button},4065:function(e){"use strict";e.exports=gform.components.admin.react.elements.Checkbox},351:function(e){"use strict";e.exports=gform.components.admin.react.elements.Grid},4216:function(e){"use strict";e.exports=gform.components.admin.react.elements.Heading},5718:function(e){"use strict";e.exports=gform.components.admin.react.elements.Icon},4824:function(e){"use strict";e.exports=gform.components.admin.react.elements.Input},5211:function(e){"use strict";e.exports=gform.components.admin.react.elements.Label},9645:function(e){"use strict";e.exports=gform.components.admin.react.elements.Select},405:function(e){"use strict";e.exports=gform.components.admin.react.elements.Tag},6172:function(e){"use strict";e.exports=gform.components.admin.react.elements.Text},5235:function(e){"use strict";e.exports=gform.components.admin.react.elements.Textarea},5595:function(e){"use strict";e.exports=gform.components.admin.react.elements.Toggle},7941:function(e){"use strict";e.exports=gform.components.admin.react.modules.Cards.FormTemplateCard},9843:function(e){"use strict";e.exports=gform.components.admin.react.modules.Dialog},89:function(e){"use strict";e.exports=gform.components.admin.react.modules.Flyout},8309:function(e){"use strict";e.exports=gform.components.admin.react.modules.InputGroup},8472:function(e){"use strict";e.exports=gform.components.admin.react.modules.List},4318:function(e){"use strict";e.exports=gform.components.admin.react.modules.NavBar},5196:function(e){"use strict";e.exports=gform.components.admin.react.modules.Steps},9495:function(e){"use strict";e.exports=gform.components.admin.react.modules.Video.VidyardVideo},8349:function(e){"use strict";e.exports=gform.libraries},5518:function(e){"use strict";e.exports=gform.utils},6134:function(e){"use strict";e.exports=gform.utils.react},7329:function(e){"use strict";e.exports=gform_admin_config},5311:function(e){"use strict";e.exports=jQuery},5998:function(e){"use strict";e.exports=wp},4489:function(e){"use strict";e.exports=wp.data},6132:function(e){"use strict";e.exports=wp.editPost},1747:function(e){"use strict";e.exports=wp.element},9662:function(e){"use strict";e.exports=wp.i18n},9841:function(e){"use strict";e.exports=wp.plugins}},n={};function a(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,a),r.exports}a.m=o,e=[],a.O=function(t,r,o,n){if(!r){var l=1/0;for(m=0;m=n)&&Object.keys(a.O).every((function(e){return a.O[e](r[c])}))?r.splice(c--,1):(s=!1,n0&&e[m-1][2]>n;m--)e[m]=e[m-1];e[m]=[r,o,n]},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,{a:t}),t},a.d=function(e,t){for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=function(e){return Promise.all(Object.keys(a.f).reduce((function(t,r){return a.f[r](e,t),t}),[]))},a.u=function(e){return({42:"scripts-admin.form-editor",215:"scripts-admin.setup-wizard",236:"scripts-admin.template-library",319:"scripts-admin.block-editor",376:"scripts-admin.post-select",514:"scripts-admin.merge-tags",646:"scripts-admin.form-ajax-save",736:"scripts-admin.system-report",848:"scripts-admin.embed-form",993:"scripts-admin.splash-page"}[e]||e)+"."+{42:"abd52ae3fc08ee7d0ad2",192:"eef90b7022a528138bd5",215:"2dffd5c507eb44c6fd28",236:"56db756bc92e66885827",319:"c62c3e46eca7a8dfc553",376:"616efb89edc54cc12aa3",514:"ecbee7cfe0405fd7798f",646:"554ec8364ba61cf7897a",736:"ed110eb3d26b399e3e35",848:"a240f70f5d55a79a7780",993:"2f3413470c9fc378a485"}[e]+".min.js"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t={},r="gravityforms:",a.l=function(e,o,n,l){if(t[e])t[e].push(o);else{var s,c;if(void 0!==n)for(var i=document.getElementsByTagName("script"),m=0;m - + @@ -169,4 +169,6 @@ + + \ No newline at end of file diff --git a/fonts/gform-icons-admin.ttf b/fonts/gform-icons-admin.ttf index 2e7f5f4..bc3e093 100644 Binary files a/fonts/gform-icons-admin.ttf and b/fonts/gform-icons-admin.ttf differ diff --git a/fonts/gform-icons-admin.woff b/fonts/gform-icons-admin.woff index a8236ac..1514dcd 100644 Binary files a/fonts/gform-icons-admin.woff and b/fonts/gform-icons-admin.woff differ diff --git a/fonts/gform-icons-admin.woff2 b/fonts/gform-icons-admin.woff2 index 2adcfab..a92950f 100644 Binary files a/fonts/gform-icons-admin.woff2 and b/fonts/gform-icons-admin.woff2 differ diff --git a/gravityforms.php b/gravityforms.php index 6edd240..6f0796b 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.16 +Version: 2.7.17 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.16'; + public static $version = '2.7.17'; /** * Handles background upgrade tasks. diff --git a/js/page_conditional_logic.js b/js/page_conditional_logic.js index 272cc0c..08856e7 100644 --- a/js/page_conditional_logic.js +++ b/js/page_conditional_logic.js @@ -78,6 +78,8 @@ var GFPageConditionalLogic = function (args) { if (self.paginationType === 'percentage') { currentPage = self.options.pagination.display_progressbar_on_confirmation === true ? ( currentPage - 1 ) : currentPage; + } else { + currentPage = parseInt($(self.formWrapper + ' .gf_step_active .gf_step_number').text(), 10); } progress = Math.floor( currentPage / visibleStepNumber * 100 ); diff --git a/js/page_conditional_logic.min.js b/js/page_conditional_logic.min.js index a2ba518..f3f33b1 100644 --- a/js/page_conditional_logic.min.js +++ b/js/page_conditional_logic.min.js @@ -1 +1 @@ -var GFPageConditionalLogic=function(t){var p=this,d=jQuery;p.init=function(){p.options=t,p.paginationType=p.options.pagination.type,p.triggerInputIds=p.getTriggerInputIds(p.options.pages),p.formWrapper="#gform_wrapper_"+p.options.formId,"steps"===p.paginationType?p.originalCurrentPage=parseInt(d(p.formWrapper+" .gf_step_active .gf_step_number").text(),10):"percentage"===p.paginationType&&(p.originalCurrentPage=parseInt(d(p.formWrapper+" .gf_step_current_page").text(),10),p.originalProgress=parseInt(d(p.formWrapper+" .gf_progressbar_percentage span").text(),10)),p.evaluatePages(),p.bindEvents()},p.bindEvents=function(){gform.addAction("gform_input_change",function(t,e,o){var a=parseInt(o,10)+"",o=-1!==d.inArray(o,p.triggerInputIds)||-1!==d.inArray(a,p.triggerInputIds);p.options.formId==e&&o&&p.evaluatePages()})},p.evaluatePages=function(){for(var t,e,o,a,n,r,i=1,s=p.originalCurrentPage,g=0;g=p.options.pages.length?p.options.pages.length-1:t},p.currentPageIsLastPage=function(t,e,o){return t===e||void 0!==o},p.updateButtonToSubmitText=function(t){var e,o,a=parseInt(d("#gform_target_page_number_"+p.options.formId).val(),10),n=p.options.pages.length+1;p.currentPageIsLastPage(a,n,t)&&(a=p.getValidatedLastPageIndex(t),n=p.options.pages[a],t=d("#gform_next_button_"+p.options.formId+"_"+n.fieldId),e=p.isPageVisible(n),o=d("#gform_submit_button_"+p.options.formId),e?p.updateButtonToNextText(n):("image"===o.attr("type")?("image"===t.attr("type")&&t.data("alt",t.attr("alt")),t.attr("type","image").attr("src",o.attr("src")).attr("alt",o.attr("alt")).addClass("gform_image_button").removeClass("button")):t.attr("type","button").val(o.val()).addClass("button").removeClass("gform_image_button"),p.options.pages[a].isUpdated=!0))},p.updateButtonToNextText=function(t){var e;t.hasOwnProperty("isUpdated")&&(delete t.isUpdated,e=d("#gform_next_button_"+p.options.formId+"_"+t.fieldId),"image"===t.nextButton.type?e.attr("type","image").attr("src",t.nextButton.imageUrl).attr("alt",e.data("alt")).addClass("gform_image_button").removeClass("button"):e.attr("type","button").val(t.nextButton.text).addClass("button").removeClass("gform_image_button"))},this.init()}; \ No newline at end of file +var GFPageConditionalLogic=function(t){var p=this,f=jQuery;p.init=function(){p.options=t,p.paginationType=p.options.pagination.type,p.triggerInputIds=p.getTriggerInputIds(p.options.pages),p.formWrapper="#gform_wrapper_"+p.options.formId,"steps"===p.paginationType?p.originalCurrentPage=parseInt(f(p.formWrapper+" .gf_step_active .gf_step_number").text(),10):"percentage"===p.paginationType&&(p.originalCurrentPage=parseInt(f(p.formWrapper+" .gf_step_current_page").text(),10),p.originalProgress=parseInt(f(p.formWrapper+" .gf_progressbar_percentage span").text(),10)),p.evaluatePages(),p.bindEvents()},p.bindEvents=function(){gform.addAction("gform_input_change",function(t,e,o){var a=parseInt(o,10)+"",o=-1!==f.inArray(o,p.triggerInputIds)||-1!==f.inArray(a,p.triggerInputIds);p.options.formId==e&&o&&p.evaluatePages()})},p.evaluatePages=function(){for(var t,e,o,a,n,r,i=1,s=p.originalCurrentPage,g=0;g=p.options.pages.length?p.options.pages.length-1:t},p.currentPageIsLastPage=function(t,e,o){return t===e||void 0!==o},p.updateButtonToSubmitText=function(t){var e,o,a=parseInt(f("#gform_target_page_number_"+p.options.formId).val(),10),n=p.options.pages.length+1;p.currentPageIsLastPage(a,n,t)&&(a=p.getValidatedLastPageIndex(t),n=p.options.pages[a],t=f("#gform_next_button_"+p.options.formId+"_"+n.fieldId),e=p.isPageVisible(n),o=f("#gform_submit_button_"+p.options.formId),e?p.updateButtonToNextText(n):("image"===o.attr("type")?("image"===t.attr("type")&&t.data("alt",t.attr("alt")),t.attr("type","image").attr("src",o.attr("src")).attr("alt",o.attr("alt")).addClass("gform_image_button").removeClass("button")):t.attr("type","button").val(o.val()).addClass("button").removeClass("gform_image_button"),p.options.pages[a].isUpdated=!0))},p.updateButtonToNextText=function(t){var e;t.hasOwnProperty("isUpdated")&&(delete t.isUpdated,e=f("#gform_next_button_"+p.options.formId+"_"+t.fieldId),"image"===t.nextButton.type?e.attr("type","image").attr("src",t.nextButton.imageUrl).attr("alt",e.data("alt")).addClass("gform_image_button").removeClass("button"):e.attr("type","button").val(t.nextButton.text).addClass("button").removeClass("gform_image_button"))},this.init()}; \ No newline at end of file diff --git a/languages/gravityforms.pot b/languages/gravityforms.pot index 63c2057..6d5fd65 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.16\n" +"Project-Id-Version: Gravity Forms 2.7.17\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-10-25T18:08:55+00:00\n" +"POT-Creation-Date: 2023-11-09T18:21:10+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" @@ -9487,11 +9487,11 @@ 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.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/dist/scripts-admin.js:1 #: assets/js/src/admin/block-editor/blocks/form/edit.js:133 #: assets/js/src/admin/block-editor/copy-paste-styles.js:128 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:128 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:128 #: assets/js/dist/scripts-admin.js:546 msgid "Close" msgstr "" @@ -14751,57 +14751,57 @@ msgstr "" msgid "Tab Index Start" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:126 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:126 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:126 msgid "OK" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:152 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:152 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:152 msgid "Copy / Paste Not Available" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:152 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:152 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.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.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:169 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:169 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:169 msgid "Paste Not Available" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:169 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:169 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.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.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:22 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:22 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:22 msgid "Copy Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:28 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:28 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:28 msgid "Paste Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:69 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:69 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:69 msgid "Invalid Form Styles" msgstr "" -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:1 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:1 #: assets/js/src/admin/block-editor/copy-paste-styles.js:69 -#: assets/js/dist/scripts-admin.block-editor.89e0aabcf2ef532f1aff.js:69 +#: assets/js/dist/scripts-admin.block-editor.1aa582fe565412a7330a.js:69 msgid "Please ensure the form styles you are trying to paste are in the correct format." msgstr ""