MailPoet Newsletters (New) - Version 3.58.0

Version Description

  • 2021-01-18 =
  • Improved: Gutenberg updated for form editor.
Download this release

Release Info

Developer wysija
Plugin Icon 128x128 MailPoet Newsletters (New)
Version 3.58.0
Comparing to
See all releases

Code changes from version 3.57.1 to 3.58.0

assets/dist/css/{mailpoet-form-editor.6833f80d.css → mailpoet-form-editor.d0f1af62.css} RENAMED
@@ -2,15 +2,16 @@
2
  /* default Select2 placeholder color for single dropdown */
3
  /** Colors */
4
  /** Breakpoints & Media Queries */
 
5
  /** Colors */
6
  /** Fonts & basic variables. */
7
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
8
  /** Dimensions. */
9
  /** Shadows. */
10
  /** Editor widths. */
11
- /** Block UI. */
12
- /** Border radii. */
13
  /** Block paddings. */
 
14
  /** Breakpoint mixins */
15
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
16
  /** Focus styles. */
@@ -19,6 +20,7 @@
19
  /** Allows users to opt-out of animations via OS-level preferences. */
20
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
21
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
22
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
23
 
24
  .components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
@@ -69,11 +71,13 @@ html.interface-interface-skeleton__html-container { position: fixed; width: 100%
69
 
70
  @media (min-width: 782px) { html.interface-interface-skeleton__html-container { position: initial; width: initial; } }
71
 
72
- .interface-interface-skeleton { display: flex; flex-direction: column; height: auto; max-height: 100%; position: fixed; top: 46px; left: 0; right: 0; bottom: 0; }
73
 
74
  @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
75
  .is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
76
 
 
 
77
  .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
78
 
79
  @media (min-width: 783px) { .interface-interface-skeleton { left: 160px; } }
@@ -99,21 +103,23 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
99
 
100
  .interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
101
 
 
 
102
  .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
103
 
104
- .interface-interface-skeleton__left-sidebar, .interface-interface-skeleton__sidebar { display: block; width: auto; flex-shrink: 0; position: absolute; z-index: 100000; top: 0; right: 0; bottom: 0; left: 0; background: #fff; color: #1e1e1e; }
105
 
106
- @media (min-width: 782px) { .interface-interface-skeleton__left-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; } }
107
 
108
  @media (min-width: 782px) { .interface-interface-skeleton__sidebar { overflow: auto; border-left: 1px solid #e0e0e0; } }
109
 
110
- @media (min-width: 782px) { .interface-interface-skeleton__left-sidebar { border-right: 1px solid #e0e0e0; } }
111
 
112
  .interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e0e0e0; z-index: 30; color: #1e1e1e; position: -webkit-sticky; position: sticky; top: 0; }
113
 
114
  @media (min-width: 600px) { .interface-interface-skeleton__header { position: initial; top: 0; } }
115
 
116
- .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; display: none; }
117
 
118
  @media (min-width: 782px) { .interface-interface-skeleton__footer { display: flex; } }
119
 
@@ -129,2613 +135,2772 @@ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
129
 
130
  .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
131
 
132
- .edit-post-header { height: 60px; background: #fff; display: flex; flex-wrap: wrap; align-items: center; max-width: 100vw; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
133
 
134
- @media (min-width: 280px) { .edit-post-header { flex-wrap: nowrap; } }
135
 
136
- .edit-post-header > .edit-post-header__settings { order: 1; }
137
 
138
- @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-header > .edit-post-header__settings { order: initial; } }
139
 
140
- .edit-post-header__toolbar { display: flex; flex-grow: 1; padding-left: 8px; }
141
 
142
- @media (min-width: 600px) { .edit-post-header__toolbar { padding-left: 24px; } }
143
 
144
- .edit-post-header__toolbar .table-of-contents { display: none; }
145
 
146
- @media (min-width: 600px) { .edit-post-header__toolbar .table-of-contents { display: block; } }
147
 
148
- .edit-post-header__settings { display: inline-flex; align-items: center; flex-wrap: wrap; padding-right: 4px; }
149
 
150
- @media (min-width: 600px) { .edit-post-header__settings { padding-right: 16px; } }
151
 
152
- /** Buttons in the Toolbar */
153
- .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.components-button { margin-right: 4px; }
154
 
155
- @media (min-width: 600px) { .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.components-button { margin-right: 12px; } }
156
 
157
- .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.is-tertiary { padding: 0 6px; }
158
 
159
- .edit-post-header__settings .edit-post-more-menu .components-button, .edit-post-header__settings .interface-pinned-items .components-button { margin-right: 0; }
160
 
161
- .edit-post-header-preview__grouping-external { display: flex; position: relative; padding-bottom: 0; }
162
 
163
- .edit-post-header-preview__button-external { padding-left: 8px; margin-right: auto; width: 100%; display: flex; justify-content: flex-start; }
164
 
165
- .edit-post-header-preview__button-external svg { margin-left: auto; }
166
 
167
- .edit-post-post-preview-dropdown .components-popover__content > div { padding-bottom: 0; }
168
 
169
- .show-icon-labels.interface-pinned-items .components-button.has-icon, .show-icon-labels .edit-post-header .components-button.has-icon, .edit-post-header__dropdown .components-button.has-icon { width: auto; }
170
 
171
- .show-icon-labels.interface-pinned-items .components-button.has-icon svg, .show-icon-labels .edit-post-header .components-button.has-icon svg, .edit-post-header__dropdown .components-button.has-icon svg { display: none; }
172
 
173
- .show-icon-labels.interface-pinned-items .components-button.has-icon::after, .show-icon-labels .edit-post-header .components-button.has-icon::after, .edit-post-header__dropdown .components-button.has-icon::after { content: attr(aria-label); }
174
 
175
- .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled="true"], .show-icon-labels .edit-post-header .components-button.has-icon[aria-disabled="true"], .edit-post-header__dropdown .components-button.has-icon[aria-disabled="true"] { background-color: transparent; }
176
 
177
- .show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .edit-post-header .is-tertiary:active, .edit-post-header__dropdown .is-tertiary:active { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; }
178
 
179
- .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg, .show-icon-labels .edit-post-header .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg, .edit-post-header__dropdown .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg, .edit-post-header__dropdown .components-button.has-icon.button-toggle svg { display: block; }
180
 
181
- .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after, .show-icon-labels .edit-post-header .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle::after, .edit-post-header__dropdown .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon::after, .edit-post-header__dropdown .components-button.has-icon.button-toggle::after { content: none; }
182
 
183
- .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon { width: 60px; }
184
 
185
- .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .show-icon-labels .edit-post-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .edit-post-header__dropdown .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon { display: block; }
186
 
187
- .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels .edit-post-header .interface-pinned-items .components-button, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .edit-post-header__dropdown .interface-pinned-items .components-button { padding-left: 8px; padding-right: 8px; }
188
 
189
- @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels .edit-post-header .interface-pinned-items .components-button, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .edit-post-header__dropdown .interface-pinned-items .components-button { padding-left: 12px; padding-right: 12px; } }
190
 
191
- .show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle, .show-icon-labels .edit-post-header .components-dropdown-menu__toggle, .edit-post-header__dropdown .components-dropdown-menu__toggle { margin-left: 8px; padding-left: 8px; padding-right: 8px; }
192
 
193
- @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle, .show-icon-labels .edit-post-header .components-dropdown-menu__toggle, .edit-post-header__dropdown .components-dropdown-menu__toggle { margin-left: 12px; padding-left: 12px; padding-right: 12px; } }
194
 
195
- .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after { content: none; }
196
 
197
- .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after, .show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after, .edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after { content: none; }
 
 
 
198
 
199
- @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after, .show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after, .edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after { content: attr(aria-label); } }
200
 
201
- .edit-post-header__dropdown .components-menu-item__button.components-menu-item__button, .edit-post-header__dropdown .components-button.editor-history__undo, .edit-post-header__dropdown .components-button.editor-history__redo, .edit-post-header__dropdown .table-of-contents .components-button, .edit-post-header__dropdown .components-button.block-editor-block-navigation { margin: 0; padding: 6px 6px 6px 40px; width: 14.625rem; text-align: left; justify-content: flex-start; }
202
 
203
- .show-icon-labels.interface-pinned-items { padding: 6px 12px 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; border-bottom: 1px solid #ccc; display: block; }
204
 
205
- .show-icon-labels.interface-pinned-items > .components-button.has-icon { margin: 0; padding: 6px 6px 6px 8px; width: 14.625rem; justify-content: flex-start; }
206
 
207
- .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded="true"] svg { display: block; max-width: 24px; }
208
 
209
- .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded="false"] { padding-left: 40px; }
210
 
211
- .show-icon-labels.interface-pinned-items > .components-button.has-icon svg { margin-right: 8px; }
212
 
213
- .edit-post-fullscreen-mode-close.has-icon { display: none; }
214
 
215
- @media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon { display: flex; align-items: center; align-self: stretch; border: none; background: #23282e; color: #fff; border-radius: 0; height: auto; width: 60px; }
216
- .edit-post-fullscreen-mode-close.has-icon:hover { background: #32373d; }
217
- .edit-post-fullscreen-mode-close.has-icon:active { color: #fff; }
218
- .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff; } }
219
 
220
- .edit-post-fullscreen-mode-close_site-icon { width: 36px; }
221
 
222
- .edit-post-header-toolbar { display: inline-flex; align-items: center; border: none; }
223
 
224
- .edit-post-header-toolbar > .components-button { display: none; }
225
 
226
- @media (min-width: 600px) { .edit-post-header-toolbar > .components-button { display: inline-flex; } }
227
 
228
- .edit-post-header-toolbar > .edit-post-header-toolbar__inserter-toggle { display: inline-flex; }
229
 
230
- .edit-post-header-toolbar .block-editor-block-navigation { display: none; }
231
 
232
- @media (min-width: 600px) { .edit-post-header-toolbar .block-editor-block-navigation { display: flex; } }
233
 
234
- .edit-post-header-toolbar > .components-button.has-icon, .edit-post-header-toolbar > .components-dropdown > .components-button.has-icon { height: 36px; min-width: 36px; padding: 6px; }
235
 
236
- .edit-post-header-toolbar > .components-button.has-icon.is-pressed, .edit-post-header-toolbar > .components-dropdown > .components-button.has-icon.is-pressed { background: #1e1e1e; }
237
 
238
- .edit-post-header-toolbar > .components-button.has-icon:focus:not(:disabled), .edit-post-header-toolbar > .components-dropdown > .components-button.has-icon:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba, inset 0 0 0 1px #fff; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline: 1px solid transparent; }
239
 
240
- .edit-post-header-toolbar > .components-button.has-icon::before, .edit-post-header-toolbar > .components-dropdown > .components-button.has-icon::before { display: none; }
241
 
242
- .edit-post-header-toolbar__block-toolbar { position: absolute; top: 61px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #ddd; }
243
 
244
- .edit-post-header-toolbar__block-toolbar:empty { display: none; }
245
 
246
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar-group, .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar { border-top: none; border-bottom: none; }
247
 
248
- .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: none; }
249
 
250
- @media (min-width: 782px) { .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: block; right: 280px; } }
251
 
252
- @media (min-width: 1280px) { .edit-post-header-toolbar__block-toolbar { padding-left: 8px; position: static; left: auto; right: auto; background: none; border-bottom: none; }
253
- .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { right: auto; }
254
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar { border-left: 1px solid #ddd; }
255
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar-group, .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar { height: 60px; padding: 6px 0; } }
256
 
257
- .edit-post-header-toolbar .edit-post-header-toolbar__inserter-toggle.has-icon { margin-right: 8px; min-width: 32px; width: 32px; height: 32px; padding: 0; }
258
 
259
- @media (min-width: 1280px) { .show-icon-labels .edit-post-header-toolbar__block-toolbar { position: absolute; top: 61px; left: 0; right: 0; border-bottom: 1px solid #ddd; padding: 0; background-color: #fff; }
260
- .show-icon-labels .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar-group, .show-icon-labels .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar { height: auto; padding: 0; } }
261
 
262
- .show-icon-labels .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle { height: 36px; }
263
 
264
- .edit-post-more-menu { margin-left: -4px; }
265
 
266
- .edit-post-more-menu .components-button { width: auto; padding: 0 2px; }
267
 
268
- @media (min-width: 600px) { .edit-post-more-menu { margin-left: 0; }
269
- .edit-post-more-menu .components-button { padding: 0 4px; } }
270
 
271
- .edit-post-more-menu__content .components-popover__content { min-width: 280px; }
272
 
273
- @media (min-width: 480px) { .edit-post-more-menu__content .components-popover__content { width: auto; max-width: 480px; } }
274
 
275
- .edit-post-more-menu__content .components-popover__content .components-dropdown-menu__menu { padding: 0; }
276
 
277
- .components-popover.edit-post-more-menu__content { z-index: 99998; }
278
 
279
- .edit-post-keyboard-shortcut-help-modal__section { margin: 0 0 2rem 0; }
280
 
281
- .edit-post-keyboard-shortcut-help-modal__main-shortcuts .edit-post-keyboard-shortcut-help-modal__shortcut-list { margin-top: -25px; }
282
 
283
- .edit-post-keyboard-shortcut-help-modal__section-title { font-size: 0.9rem; font-weight: 600; }
284
 
285
- .edit-post-keyboard-shortcut-help-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; }
286
 
287
- .edit-post-keyboard-shortcut-help-modal__shortcut:last-child { border-bottom: 1px solid #ddd; }
288
 
289
- .edit-post-keyboard-shortcut-help-modal__shortcut:empty { display: none; }
290
 
291
- .edit-post-keyboard-shortcut-help-modal__shortcut-term { font-weight: 600; margin: 0 0 0 1rem; text-align: right; }
292
 
293
- .edit-post-keyboard-shortcut-help-modal__shortcut-description { flex: 1; margin: 0; flex-basis: auto; }
294
 
295
- .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { display: block; background: none; margin: 0; padding: 0; }
296
 
297
- .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination + .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { margin-top: 10px; }
298
 
299
- .edit-post-keyboard-shortcut-help-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; }
300
 
301
- .edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child { margin: 0 0 0 0.2rem; }
302
 
303
- .edit-post-layout__metaboxes { flex-shrink: 0; }
304
 
305
- .edit-post-layout__metaboxes:not(:empty) { border-top: 1px solid #ddd; padding: 10px 0 10px; clear: both; }
306
 
307
- .edit-post-layout__metaboxes:not(:empty) .edit-post-meta-boxes-area { margin: auto 20px; }
308
 
309
- .edit-post-layout .components-editor-notices__snackbar { position: fixed; right: 0; bottom: 40px; padding-left: 16px; padding-right: 16px; }
310
 
311
- .edit-post-layout .components-editor-notices__snackbar { /* Set left position when auto-fold is not on the body element. */ left: 0; }
312
 
313
- @media (min-width: 783px) { .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
314
 
315
- .auto-fold .edit-post-layout .components-editor-notices__snackbar { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
316
 
317
- @media (min-width: 783px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
318
 
319
- @media (min-width: 961px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
320
 
321
- /* Sidebar manually collapsed. */
322
- .folded .edit-post-layout .components-editor-notices__snackbar { left: 0; }
323
 
324
- @media (min-width: 783px) { .folded .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
325
 
326
- /* Mobile menu opened. */
327
- @media (max-width: 783px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { left: 190px; } }
328
 
329
- /* In small screens with responsive menu expanded there is small white space. */
330
- @media (max-width: 600px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { margin-left: -18px; } }
331
 
332
- body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { left: 0 !important; }
333
 
334
- .edit-post-layout .editor-post-publish-panel { position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; }
335
 
336
- @media (min-width: 782px) { .edit-post-layout .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 281px; border-left: 1px solid #ddd; transform: translateX(100%); -webkit-animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; } }
337
 
338
- @media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-layout .editor-post-publish-panel { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
339
 
340
- @media (min-width: 782px) { body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel { top: 0; }
341
- .is-focusing-regions .edit-post-layout .editor-post-publish-panel { transform: translateX(0%); } }
342
 
343
- @-webkit-keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
344
 
345
- @keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
346
 
347
- .interface-interface-skeleton__sidebar > div { height: 100%; padding-bottom: 48px; }
348
 
349
- .edit-post-layout .editor-post-publish-panel__header-publish-button { justify-content: center; }
 
350
 
351
- .edit-post-layout__toggle-publish-panel, .edit-post-layout__toogle-sidebar-panel, .edit-post-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; }
352
 
353
- .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel { top: auto; bottom: 0; }
354
 
355
- .edit-post-layout .interface-interface-skeleton__content { background-color: #ccc; }
356
 
357
- .edit-post-layout__inserter-panel-popover-wrapper, .edit-post-layout__inserter-panel-popover-wrapper > div, .edit-post-layout__inserter-panel-popover-wrapper > div > div, .edit-post-layout__inserter-panel-popover-wrapper > div > div > div { height: 100%; }
358
 
359
- .edit-post-layout__inserter-panel { height: 100%; display: flex; flex-direction: column; }
360
 
361
- .edit-post-layout__inserter-panel-header { padding-top: 8px; padding-right: 8px; display: flex; justify-content: flex-end; }
362
 
363
- @media (min-width: 782px) { .edit-post-layout__inserter-panel-header { display: none; } }
364
 
365
- .edit-post-layout__inserter-panel-content { height: calc(100% - 36px - 8px); }
366
 
367
- @media (min-width: 782px) { .edit-post-layout__inserter-panel-content { height: 100%; } }
368
 
369
- @media (min-width: 600px) { .edit-post-manage-blocks-modal { height: calc(100% - 60px - 60px); } }
370
 
371
- .edit-post-manage-blocks-modal .components-modal__content { padding-bottom: 0; display: flex; flex-direction: column; }
372
 
373
- .edit-post-manage-blocks-modal .components-modal__header { flex-shrink: 0; margin-bottom: 0; }
374
 
375
- .edit-post-manage-blocks-modal__content { display: flex; flex-direction: column; flex: 0 1 100%; min-height: 0; }
376
 
377
- .edit-post-manage-blocks-modal__no-results { font-style: italic; padding: 24px 0; text-align: center; }
378
 
379
- .edit-post-manage-blocks-modal__search { margin: 16px 0; }
380
 
381
- .edit-post-manage-blocks-modal__search .components-base-control__field { margin-bottom: 0; }
382
 
383
- .edit-post-manage-blocks-modal__search .components-base-control__label { margin-top: -4px; }
384
 
385
- .edit-post-manage-blocks-modal__search input[type="search"].components-text-control__input { padding: 8px; border-radius: 2px; }
386
 
387
- .edit-post-manage-blocks-modal__disabled-blocks-count { border-top: 1px solid #ddd; margin-left: -24px; margin-right: -24px; padding-top: 0.6rem; padding-bottom: 0.6rem; padding-left: 24px; padding-right: 24px; background-color: #f0f0f0; }
388
 
389
- .edit-post-manage-blocks-modal__category { margin: 0 0 2rem 0; }
390
 
391
- .edit-post-manage-blocks-modal__category-title { position: -webkit-sticky; position: sticky; top: 0; padding: 16px 0; background-color: #fff; z-index: 1; }
392
 
393
- .edit-post-manage-blocks-modal__category-title .components-base-control__field { margin-bottom: 0; }
394
 
395
- .edit-post-manage-blocks-modal__category-title .components-checkbox-control__label { font-size: 0.9rem; font-weight: 600; }
396
 
397
- .edit-post-manage-blocks-modal__show-all { margin-right: 8px; }
398
 
399
- .edit-post-manage-blocks-modal__checklist { margin-top: 0; }
400
 
401
- .edit-post-manage-blocks-modal__checklist-item { margin-bottom: 0; padding-left: 16px; border-top: 1px solid #ddd; }
402
 
403
- .edit-post-manage-blocks-modal__checklist-item:last-child { border-bottom: 1px solid #ddd; }
404
 
405
- .edit-post-manage-blocks-modal__checklist-item .components-base-control__field { align-items: center; display: flex; margin: 0; }
406
 
407
- .components-modal__content .edit-post-manage-blocks-modal__checklist-item.components-checkbox-control__input-container { margin: 0 8px; }
408
 
409
- .edit-post-manage-blocks-modal__checklist-item .components-checkbox-control__label { display: flex; align-items: center; justify-content: space-between; flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
410
 
411
- .edit-post-manage-blocks-modal__checklist-item .block-editor-block-icon { margin-right: 10px; fill: #1e1e1e; }
412
 
413
- .edit-post-manage-blocks-modal__results { height: 100%; overflow: auto; margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; border-top: 1px solid #ddd; }
414
 
415
- .edit-post-meta-boxes-area { position: relative; /** The wordpress default for most meta-box elements is content-box. Some elements such as textarea and input are set to border-box in forms.css. These elements therefore specifically set back to border-box here, while other elements (such as .button) are unaffected by Gutenberg's style because of their higher specificity. */ /* Match width and positioning of the meta boxes. Override default styles. */ /* Override Default meta box stylings */ }
416
 
417
- .edit-post-meta-boxes-area__container, .edit-post-meta-boxes-area .inside { box-sizing: content-box; }
418
 
419
- .edit-post-meta-boxes-area textarea, .edit-post-meta-boxes-area input { box-sizing: border-box; }
420
 
421
- .edit-post-meta-boxes-area #poststuff { margin: 0 auto; padding-top: 0; min-width: auto; }
422
 
423
- .edit-post-meta-boxes-area #poststuff h3.hndle, .edit-post-meta-boxes-area #poststuff .stuffbox > h3, .edit-post-meta-boxes-area #poststuff h2.hndle { /* WordPress selectors yolo */ box-sizing: border-box; color: inherit; font-weight: 600; outline: none; padding: 15px; position: relative; width: 100%; }
424
 
425
- .edit-post-meta-boxes-area .postbox { border: 0; color: inherit; margin-bottom: 0; }
426
 
427
- .edit-post-meta-boxes-area .postbox > .inside { border-bottom: 1px solid #ddd; color: inherit; padding: 0 14px 14px; margin: 0; }
428
 
429
- .edit-post-meta-boxes-area .postbox .handlediv { height: 44px; width: 44px; }
430
 
431
- .edit-post-meta-boxes-area.is-loading::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: transparent; z-index: 1; }
432
 
433
- .edit-post-meta-boxes-area .components-spinner { position: absolute; top: 10px; right: 20px; z-index: 5; }
434
 
435
- .edit-post-meta-boxes-area .is-hidden { display: none; }
436
 
437
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"] { border: 1px solid #757575; }
438
 
439
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"]:checked { background: #fff; border-color: #757575; }
440
 
441
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"]::before { margin: -3px -4px; }
442
 
443
- .edit-post-meta-boxes-area__clear { clear: both; }
444
 
445
- .components-panel__header.edit-post-sidebar__panel-tabs { justify-content: flex-start; padding-left: 0; padding-right: 16px; border-top: 0; margin-top: 0; }
446
 
447
- .components-panel__header.edit-post-sidebar__panel-tabs ul { display: flex; }
448
 
449
- .components-panel__header.edit-post-sidebar__panel-tabs li { margin: 0; }
450
 
451
- .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: none; margin: 0 0 0 auto; padding: 0; min-width: 24px; height: 24px; }
452
 
453
- @media (min-width: 782px) { .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: flex; } }
454
 
455
- .components-panel__body.is-opened.edit-post-last-revision__panel { padding: 0; height: 48px; }
456
 
457
- .editor-post-last-revision__title.components-button { padding: 16px; }
458
 
459
- .editor-post-author__select { margin: -5px 0; width: 100%; }
460
 
461
- @supports ((position: -webkit-sticky) or (position: sticky)) { .editor-post-author__select { width: auto; } }
462
 
463
- .edit-post-post-link__link-post-name { font-weight: 600; }
464
 
465
- .edit-post-post-link__preview-label { font-weight: 400; margin: 0; }
466
 
467
- .edit-post-post-link__link { text-align: left; word-wrap: break-word; display: block; }
468
 
469
- /* rtl:begin:ignore */
470
- .edit-post-post-link__preview-link-container { direction: ltr; }
471
 
472
- /* rtl:end:ignore */
473
- .edit-post-post-schedule { width: 100%; position: relative; justify-content: left; }
474
 
475
- .edit-post-post-schedule span { display: block; width: 45%; }
476
 
477
- .components-button.edit-post-post-schedule__toggle { text-align: right; }
478
 
479
- .editor-post-slug__input { margin: -5px 0; padding: 2px; }
480
 
481
- .edit-post-post-status .edit-post-post-publish-dropdown__switch-to-draft { margin-top: 15px; width: 100%; text-align: center; }
482
 
483
- .edit-post-post-visibility { width: 100%; justify-content: left; }
484
 
485
- .edit-post-post-visibility span { display: block; width: 45%; }
486
 
487
- @media (min-width: 782px) { .edit-post-post-visibility__dialog .components-popover__content { width: 257px; } }
488
 
489
- .edit-post-post-visibility__dialog-legend { font-weight: 600; }
490
 
491
- .edit-post-post-visibility__choice { margin: 10px 0; }
492
 
493
- .edit-post-post-visibility__dialog-radio, .edit-post-post-visibility__dialog-label { vertical-align: top; }
494
 
495
- .edit-post-post-visibility__dialog-password-input { width: calc(100% - 20px); margin-left: 20px; }
496
 
497
- .edit-post-post-visibility__dialog-info { color: #757575; padding-left: 20px; font-style: italic; margin: 4px 0 0; line-height: 1.4; }
498
 
499
- .components-button.edit-post-sidebar__panel-tab { border-radius: 0; height: 48px; background: transparent; border: none; box-shadow: none; cursor: pointer; display: inline-block; padding: 3px 15px; margin-left: 0; font-weight: 500; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
500
 
501
- .components-button.edit-post-sidebar__panel-tab::after { content: attr(data-label); display: block; font-weight: 600; height: 0; overflow: hidden; speak: none; visibility: hidden; }
502
 
503
- .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; z-index: 1; }
504
 
505
- .components-button.edit-post-sidebar__panel-tab.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
506
 
507
- .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); position: relative; z-index: 1; }
508
 
509
- .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
510
 
511
- .edit-post-text-editor { position: relative; width: 100%; background-color: #fff; flex-grow: 1; }
512
 
513
- .edit-post-text-editor .wp-block.editor-post-title { max-width: none; line-height: 1.4; }
 
514
 
515
- .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input.editor-post-title__input.editor-post-title__input { font-family: Menlo, Consolas, monaco, monospace; font-size: 2.5em; font-weight: normal; }
 
516
 
517
- .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { border: 1px solid #949494; margin-bottom: -1px; padding: 16px; }
518
 
519
- @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { padding: 24px; } }
520
 
521
- .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
522
 
523
- @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title { padding: 0; } }
524
 
525
- .edit-post-text-editor__body { width: 100%; padding: 0 12px 12px 12px; max-width: 1080px; margin-left: auto; margin-right: auto; }
526
 
527
- @media (min-width: 960px) { .edit-post-text-editor__body { padding: 16px 24px 96px 24px; padding: 0 24px 24px 24px; } }
528
 
529
- .edit-post-text-editor__toolbar { position: -webkit-sticky; position: sticky; z-index: 1; top: 0; left: 0; right: 0; display: flex; background: rgba(255, 255, 255, 0.8); padding: 4px 12px; }
530
 
531
- @media (min-width: 600px) { .edit-post-text-editor__toolbar { padding: 12px; } }
 
 
532
 
533
- @media (min-width: 960px) { .edit-post-text-editor__toolbar { padding: 12px 24px; } }
 
 
534
 
535
- .edit-post-text-editor__toolbar h2 { line-height: 36px; margin: 0 auto 0 0; font-size: 13px; color: #1e1e1e; }
536
 
537
- .edit-post-text-editor__toolbar .components-button svg { order: 1; }
538
 
539
- .edit-post-visual-editor { position: relative; padding-top: 50px; background-color: #fff; flex: 1 1 auto; }
540
 
541
- .edit-post-visual-editor .components-button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 12px; }
542
 
543
- .edit-post-visual-editor .components-button.is-tertiary, .edit-post-visual-editor .components-button.has-icon { padding: 6px; }
544
 
545
- @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-visual-editor { flex-basis: 100%; } }
546
 
547
- .edit-post-visual-editor > .block-editor__typewriter, .edit-post-visual-editor > .block-editor__typewriter > div, .edit-post-visual-editor > .block-editor__typewriter > div > .block-editor-writing-flow, .edit-post-visual-editor > .block-editor__typewriter > div > .block-editor-writing-flow > .block-editor-writing-flow__click-redirect { height: 100%; }
548
 
549
- .edit-post-visual-editor .block-editor-writing-flow__click-redirect { min-height: 40vh; width: 100%; }
550
 
551
- .has-metaboxes .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; }
552
 
553
- .edit-post-visual-editor__post-title-wrapper .editor-post-title { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 32px; }
554
 
555
- .edit-post-options-modal__section { margin: 0 0 2rem 0; }
556
 
557
- .edit-post-options-modal__section-title { font-size: 0.9rem; font-weight: 600; }
558
 
559
- .edit-post-options-modal__option { border-top: 1px solid #ddd; }
560
 
561
- .edit-post-options-modal__option:last-child { border-bottom: 1px solid #ddd; }
562
 
563
- .edit-post-options-modal__option .components-base-control__field { align-items: center; display: flex; margin: 0; }
564
 
565
- .edit-post-options-modal__option .components-checkbox-control__label { flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
566
 
567
- .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { margin: 0 0 0.6rem 48px; }
568
 
569
- @media (min-width: 782px) { .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { margin-left: 38px; } }
570
 
571
- @media (min-width: 600px) { .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { max-width: 300px; } }
572
 
573
- .edit-post-welcome-guide { width: 312px; }
574
 
575
- .edit-post-welcome-guide__image { background: #00a0d2; height: 240px; }
576
 
577
- .edit-post-welcome-guide__image__prm-r { display: none; }
578
 
579
- @media (prefers-reduced-motion: reduce) { .edit-post-welcome-guide__image__prm-r { display: block; }
580
- .edit-post-welcome-guide__image__prm-np { display: none; } }
581
 
582
- .edit-post-welcome-guide__heading { font-family: "Noto Serif", serif; font-size: 24px; line-height: 1.4; margin: 0 0 16px 0; padding: 0 32px; }
583
 
584
- .edit-post-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 24px 0; padding: 0 32px; }
585
 
586
- .edit-post-welcome-guide__inserter-icon { margin: 0 4px; vertical-align: text-top; }
587
 
588
- /** Animations */
589
- @-webkit-keyframes edit-post__fade-in-animation { from { opacity: 0; }
590
- to { opacity: 1; } }
591
- @keyframes edit-post__fade-in-animation { from { opacity: 0; }
592
- to { opacity: 1; } }
593
 
594
- html.wp-toolbar { background: #fff; }
595
 
596
- body.block-editor-page { background: #fff; /* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well. Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */ }
597
 
598
- body.block-editor-page #wpcontent { padding-left: 0; }
599
 
600
- body.block-editor-page #wpbody-content { padding-bottom: 0; }
601
 
602
- body.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) { display: none; }
603
 
604
- body.block-editor-page #wpfooter { display: none; }
605
 
606
- body.block-editor-page .a11y-speak-region { left: -1px; top: -1px; }
607
 
608
- body.block-editor-page ul#adminmenu a.wp-has-current-submenu::after, body.block-editor-page ul#adminmenu > li.current > a.current::after { border-right-color: #fff; }
609
 
610
- body.block-editor-page .media-frame select.attachment-filters:last-of-type { width: auto; max-width: 100%; }
611
 
612
- .edit-post-header, .edit-post-visual-editor, .edit-post-text-editor, .edit-post-sidebar, .editor-post-publish-panel, .components-popover, .components-modal__frame, .edit-post-layout__inserter-panel { box-sizing: border-box; }
613
 
614
- .edit-post-header *, .edit-post-header *::before, .edit-post-header *::after, .edit-post-visual-editor *, .edit-post-visual-editor *::before, .edit-post-visual-editor *::after, .edit-post-text-editor *, .edit-post-text-editor *::before, .edit-post-text-editor *::after, .edit-post-sidebar *, .edit-post-sidebar *::before, .edit-post-sidebar *::after, .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after, .components-popover *, .components-popover *::before, .components-popover *::after, .components-modal__frame *, .components-modal__frame *::before, .components-modal__frame *::after, .edit-post-layout__inserter-panel *, .edit-post-layout__inserter-panel *::before, .edit-post-layout__inserter-panel *::after { box-sizing: inherit; }
615
 
616
- @media (min-width: 600px) { .block-editor__container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; min-height: calc(100vh - 46px); } }
617
 
618
- @media (min-width: 782px) { .block-editor__container { min-height: calc(100vh - 32px); }
619
- body.is-fullscreen-mode .block-editor__container { min-height: 100vh; } }
620
 
621
- .block-editor__container img { max-width: 100%; height: auto; }
622
 
623
- .block-editor__container iframe { width: 100%; }
624
 
625
- .block-editor__container .components-navigate-regions { height: 100%; }
626
 
627
- .wp-block { max-width: 580px; }
628
 
629
- .wp-block[data-align="wide"] { max-width: 1100px; }
630
 
631
- .wp-block[data-align="full"] { max-width: none; }
632
 
633
- body.admin-color-light { --wp-admin-theme-color: #0085ba; --wp-admin-theme-color-darker-10: #0073a1; --wp-admin-theme-color-darker-20: #006187; }
634
 
635
- body.admin-color-modern { --wp-admin-theme-color: #3858e9; --wp-admin-theme-color-darker-10: #2145e6; --wp-admin-theme-color-darker-20: #183ad6; }
636
 
637
- body.admin-color-blue { --wp-admin-theme-color: #096484; --wp-admin-theme-color-darker-10: #07526c; --wp-admin-theme-color-darker-20: #064054; }
638
 
639
- body.admin-color-coffee { --wp-admin-theme-color: #46403c; --wp-admin-theme-color-darker-10: #383330; --wp-admin-theme-color-darker-20: #2b2724; }
640
 
641
- body.admin-color-ectoplasm { --wp-admin-theme-color: #523f6d; --wp-admin-theme-color-darker-10: #46365d; --wp-admin-theme-color-darker-20: #3a2c4d; }
642
 
643
- body.admin-color-midnight { --wp-admin-theme-color: #e14d43; --wp-admin-theme-color-darker-10: #dd382d; --wp-admin-theme-color-darker-20: #d02c21; }
644
 
645
- body.admin-color-ocean { --wp-admin-theme-color: #627c83; --wp-admin-theme-color-darker-10: #576e74; --wp-admin-theme-color-darker-20: #4c6066; }
646
 
647
- body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-color-darker-10: #d97426; --wp-admin-theme-color-darker-20: #c36922; }
648
 
649
- /** Colors */
650
- /** Breakpoints & Media Queries */
651
- /** Colors */
652
- /** Fonts & basic variables. */
653
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
654
- /** Dimensions. */
655
- /** Shadows. */
656
- /** Editor widths. */
657
- /** Block UI. */
658
- /** Border radii. */
659
- /** Block paddings. */
660
- /** Breakpoint mixins */
661
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
662
- /** Focus styles. */
663
- /** Applies editor left position to the selector passed as argument */
664
- /** Styles that are reused verbatim in a few places */
665
- /** Allows users to opt-out of animations via OS-level preferences. */
666
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
667
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
668
- :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
669
 
670
- .editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable */ font: normal 20px/1 dashicons; /* stylelint-enable */ content: "\f110"; margin-right: 5px; vertical-align: middle; }
671
 
672
- .editor-autocompleters__user .editor-autocompleters__user-avatar { margin-right: 8px; flex-grow: 0; flex-shrink: 0; max-width: none; width: 24px; height: 24px; }
673
 
674
- .editor-autocompleters__user .editor-autocompleters__user-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 200px; flex-shrink: 0; flex-grow: 1; }
675
 
676
- .editor-autocompleters__user .editor-autocompleters__user-slug { margin-left: 8px; color: #757575; white-space: nowrap; text-overflow: ellipsis; overflow: none; max-width: 100px; flex-grow: 0; flex-shrink: 0; }
677
 
678
- .editor-autocompleters__user:hover .editor-autocompleters__user-slug { color: #007cba; color: var(--wp-admin-theme-color); }
679
 
680
- .document-outline { margin: 20px 0; }
681
 
682
- .document-outline ul { margin: 0; padding: 0; }
683
 
684
- .document-outline__item { display: flex; margin: 4px 0; }
685
 
686
- .document-outline__item a { text-decoration: none; }
687
 
688
- .document-outline__item .document-outline__emdash::before { color: #ddd; margin-right: 4px; }
689
 
690
- .document-outline__item.is-h2 .document-outline__emdash::before { content: "—"; }
691
 
692
- .document-outline__item.is-h3 .document-outline__emdash::before { content: "——"; }
693
 
694
- .document-outline__item.is-h4 .document-outline__emdash::before { content: "———"; }
695
 
696
- .document-outline__item.is-h5 .document-outline__emdash::before { content: "————"; }
697
 
698
- .document-outline__item.is-h6 .document-outline__emdash::before { content: "—————"; }
699
 
700
- .document-outline__button { cursor: pointer; background: none; border: none; display: flex; align-items: flex-start; margin: 0 0 0 -1px; padding: 2px 5px 2px 1px; color: #1e1e1e; text-align: left; border-radius: 2px; }
701
 
702
- .document-outline__button:disabled { cursor: default; }
703
 
704
- .document-outline__button:focus { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
705
 
706
- .document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; }
707
 
708
- .is-invalid .document-outline__level { background: #f0b849; }
709
 
710
- .document-outline__item-content { padding: 1px 0; }
711
 
712
- .components-editor-notices__dismissible { position: -webkit-sticky; position: sticky; top: 0; right: 0; color: #1e1e1e; }
713
 
714
- .components-editor-notices__pinned { position: relative; left: 0; top: 0; right: 0; color: #1e1e1e; }
715
 
716
- .components-editor-notices__dismissible .components-notice, .components-editor-notices__pinned .components-notice { box-sizing: border-box; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 0 12px; min-height: 60px; }
717
 
718
- .components-editor-notices__dismissible .components-notice .components-notice__dismiss, .components-editor-notices__pinned .components-notice .components-notice__dismiss { margin-top: 12px; }
719
 
720
- .components-editor-notices__snackbar { width: 100%; }
721
 
722
- @media (min-width: 782px) { .components-editor-notices__snackbar { width: -webkit-fit-content; width: fit-content; width: -moz-fit-content; } }
723
 
724
- .entities-saved-states__panel { box-sizing: border-box; background: #fff; position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; box-sizing: border-box; }
725
 
726
- .entities-saved-states__panel *, .entities-saved-states__panel *::before, .entities-saved-states__panel *::after { box-sizing: inherit; }
727
 
728
- .entities-saved-states__panel .entities-saved-states__find-entity { display: none; }
729
 
730
- .entities-saved-states__panel .entities-saved-states__find-entity-small { display: block; }
731
 
732
- @media (min-width: 782px) { .entities-saved-states__panel { z-index: 99998; top: 32px; left: auto; width: 280px; border-left: 1px solid #ddd; }
733
- body.is-fullscreen-mode .entities-saved-states__panel { top: 0; }
734
- .entities-saved-states__panel .entities-saved-states__find-entity { display: block; }
735
- .entities-saved-states__panel .entities-saved-states__find-entity-small { display: none; } }
736
 
737
- .entities-saved-states__panel .entities-saved-states__panel-header { background: #fff; padding-left: 8px; padding-right: 8px; height: 61px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; }
738
 
739
- .entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button { margin: auto; }
740
 
741
- .entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon { position: absolute; right: 8px; }
742
 
743
- .entities-saved-states__panel .entities-saved-states__text-prompt { border-bottom: 1px solid #ddd; padding: 16px; padding-bottom: 4px; }
744
 
745
- .editor-error-boundary { margin: auto; max-width: 780px; padding: 20px; margin-top: 60px; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2); }
746
 
747
- .editor-page-attributes__template { margin-bottom: 10px; }
748
 
749
- .editor-page-attributes__template label, .editor-page-attributes__template select { width: 100%; }
750
 
751
- .editor-page-attributes__order { width: 100%; }
752
 
753
- .editor-page-attributes__order .components-base-control__field { display: flex; justify-content: space-between; align-items: center; }
754
 
755
- .editor-page-attributes__order input { width: 66px; }
756
 
757
- .editor-post-excerpt__textarea { width: 100%; margin-bottom: 10px; }
758
 
759
- .editor-post-featured-image { padding: 0; }
760
 
761
- .editor-post-featured-image__container { margin-bottom: 1em; position: relative; }
762
 
763
- .editor-post-featured-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
764
 
765
- .editor-post-featured-image .components-button + .components-button { display: block; margin-top: 1em; }
766
 
767
- .editor-post-featured-image .components-responsive-wrapper__content { max-width: 100%; width: auto; }
768
 
769
- .editor-post-featured-image__toggle, .editor-post-featured-image__preview { display: block; width: 100%; padding: 0; transition: all 0.1s ease-out; box-shadow: 0 0 0 0 #007cba; box-shadow: 0 0 0 0 var(--wp-admin-theme-color); }
770
 
771
- @media (prefers-reduced-motion: reduce) { .editor-post-featured-image__toggle, .editor-post-featured-image__preview { transition-duration: 0s; } }
772
 
773
- .editor-post-featured-image__preview { height: auto; }
774
 
775
- .editor-post-featured-image__preview:not(:disabled):not([aria-disabled="true"]):focus { box-shadow: 0 0 0 4px #007cba; box-shadow: 0 0 0 4px var(--wp-admin-theme-color); }
776
 
777
- .editor-post-featured-image__toggle { border-radius: 2px; background-color: #f0f0f0; min-height: 90px; line-height: 20px; padding: 8px 0; text-align: center; }
778
 
779
- .editor-post-featured-image__toggle:hover { background: #ddd; color: #1e1e1e; }
780
 
781
- .editor-post-format { flex-direction: column; align-items: stretch; width: 100%; }
782
 
783
- .editor-post-format__content { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; }
784
 
785
- .editor-post-format__suggestion { text-align: right; font-size: 13px; }
786
 
787
- .editor-post-last-revision__title { width: 100%; font-weight: 600; }
788
 
789
- .editor-post-last-revision__title .dashicon { margin-right: 5px; }
790
 
791
- .components-button.editor-post-last-revision__title { height: 100%; }
792
 
793
- .components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active { background: #f0f0f0; }
794
 
795
- .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 0; }
 
796
 
797
- .editor-post-locked-modal { height: auto; padding-right: 10px; padding-left: 10px; padding-top: 10px; max-width: 480px; }
798
 
799
- .editor-post-locked-modal .components-modal__header { height: 36px; }
800
 
801
- .editor-post-locked-modal .components-modal__content { height: auto; }
802
 
803
- .editor-post-locked-modal__buttons { margin-top: 10px; }
804
 
805
- .editor-post-locked-modal__buttons .components-button { margin-right: 5px; }
806
 
807
- .editor-post-locked-modal__avatar { float: left; margin: 5px; margin-right: 15px; }
 
808
 
809
- .editor-post-publish-button__button.has-changes-dot::before { background: currentcolor; border-radius: 4px; content: ""; height: 8px; margin: auto 5px auto -3px; width: 8px; }
810
 
811
- .editor-post-publish-panel { background: #fff; }
812
 
813
- .editor-post-publish-panel__content { min-height: calc(100% - 144px); }
 
814
 
815
- .editor-post-publish-panel__content .components-spinner { display: block; margin: 100px auto 0; }
816
 
817
- .editor-post-publish-panel__header { background: #fff; padding-left: 16px; padding-right: 16px; height: 61px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; }
818
 
819
- .editor-post-publish-panel__header .components-button { width: 100%; justify-content: center; }
820
 
821
- .editor-post-publish-panel__header .has-icon { margin-left: auto; width: auto; }
822
 
823
- .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex-grow: 1; }
824
 
825
- @media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } }
 
826
 
827
- .editor-post-publish-panel__header-publish-button { padding-right: 4px; }
828
 
829
- .editor-post-publish-panel__header-cancel-button { padding-left: 4px; }
830
 
831
- .editor-post-publish-panel__header-published { flex-grow: 1; }
832
 
833
- .editor-post-publish-panel__footer { padding: 16px; }
834
 
835
- .components-button.editor-post-publish-panel__toggle.is-primary { display: inline-flex; align-items: center; }
836
 
837
- .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon { display: none; }
838
 
839
- .components-button.editor-post-publish-panel__toggle.is-primary .dashicon { margin-right: -4px; }
840
 
841
- .editor-post-publish-panel__link { font-weight: 400; padding-left: 4px; }
842
 
843
- .editor-post-publish-panel__prepublish { padding: 16px; }
844
 
845
- .editor-post-publish-panel__prepublish strong { color: #1e1e1e; }
846
 
847
- .editor-post-publish-panel__prepublish .components-panel__body { background: #fff; margin-left: -16px; margin-right: -16px; }
848
 
849
- .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend { display: none; }
 
850
 
851
- .post-publish-panel__postpublish .components-panel__body { border-bottom: 1px solid #e0e0e0; border-top: none; }
852
 
853
- .post-publish-panel__postpublish-buttons { display: flex; align-content: space-between; flex-wrap: wrap; margin: -5px; }
854
 
855
- .post-publish-panel__postpublish-buttons > * { flex-grow: 1; margin: 5px; }
856
 
857
- .post-publish-panel__postpublish-buttons .components-button { height: auto; justify-content: center; padding: 3px 10px 4px; line-height: 1.6; text-align: center; white-space: normal; }
858
 
859
- .post-publish-panel__postpublish-buttons .components-clipboard-button { width: 100%; }
860
 
861
- .post-publish-panel__postpublish-post-address { margin-bottom: 16px; }
862
 
863
- .post-publish-panel__postpublish-post-address input[readonly] { padding: 10px; background: #ddd; overflow: hidden; text-overflow: ellipsis; }
864
 
865
- .post-publish-panel__postpublish-header { font-weight: 500; }
866
 
867
- .post-publish-panel__postpublish-subheader { margin: 0 0 8px; }
868
 
869
- .post-publish-panel__tip { color: #f0b849; }
870
 
871
- .editor-post-saved-state { display: flex; align-items: center; width: 28px; padding: 12px 4px; color: #757575; overflow: hidden; white-space: nowrap; }
872
 
873
- .editor-post-saved-state svg { display: inline-block; flex: 0 0 auto; fill: currentColor; margin-right: 8px; }
874
 
875
- @media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; }
876
- .editor-post-saved-state svg { margin-right: 4px; } }
877
 
878
- .editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-left: -5.5px; padding-left: 5.5px; margin-top: -5.5px; padding-top: 5.5px; }
879
 
880
- .editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; }
881
 
882
- .editor-post-taxonomies__hierarchical-terms-subchoices { margin-top: 8px; margin-left: 16px; }
883
 
884
- .components-button.editor-post-taxonomies__hierarchical-terms-submit, .components-button.editor-post-taxonomies__hierarchical-terms-add { margin-top: 12px; }
885
 
886
- .editor-post-taxonomies__hierarchical-terms-label { display: inline-block; margin-top: 12px; }
887
 
888
- .editor-post-taxonomies__hierarchical-terms-input { margin-top: 8px; width: 100%; }
889
 
890
- .editor-post-taxonomies__hierarchical-terms-filter { margin-bottom: 8px; width: 100%; }
891
 
892
- .edit-post-text-editor__body textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 16px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; }
893
 
894
- @media (prefers-reduced-motion: reduce) { .edit-post-text-editor__body textarea.editor-post-text-editor { transition-duration: 0s; } }
895
 
896
- @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { padding: 24px; } }
897
 
898
- @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { font-size: 15px !important; } }
899
 
900
- .edit-post-text-editor__body textarea.editor-post-text-editor:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); position: relative; }
901
 
902
- .edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
903
 
904
- .edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder { color: rgba(30, 30, 30, 0.62); opacity: 1; }
905
 
906
- .edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
907
 
908
- .edit-post-post-visibility__dialog, .editor-post-visibility__dialog-fieldset { padding: 4px; padding-top: 0; }
909
 
910
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend { font-weight: 600; margin-bottom: 1em; margin-top: 0.5em; padding: 0; }
911
 
912
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; margin-top: 2px; }
913
 
914
- @media (prefers-reduced-motion: reduce) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] { transition-duration: 0s; } }
915
 
916
- @media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
917
 
918
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
919
 
920
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
921
 
922
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
923
 
924
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
925
 
926
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
927
 
928
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
929
 
930
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
931
 
932
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked::before { width: 7px; height: 7px; margin: 8px 0 0 8px; background-color: #fff; border: 3px solid #fff; }
933
 
934
- @media (min-width: 782px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked::before { width: 6px; height: 6px; margin: 4px 0 0 4px; } }
935
 
936
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
937
 
938
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
939
 
940
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label { font-weight: 600; }
941
 
942
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info { margin-top: 0; margin-left: 28px; }
943
 
944
- .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info, .editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info { margin-bottom: 0; }
945
 
946
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin-left: 28px; }
947
 
948
- @media (prefers-reduced-motion: reduce) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] { transition-duration: 0s; } }
949
 
950
- @media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
951
 
952
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
 
 
953
 
954
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
955
 
956
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
957
 
958
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
959
 
960
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
961
 
962
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
963
 
964
- .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
965
 
966
- .editor-post-title { position: relative; }
967
 
968
- .editor-post-title .editor-post-title__input { display: block; width: 100%; margin: 0; box-shadow: none; background: transparent; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 19px 0; word-break: keep-all; font-family: inherit; color: inherit; border: 1px solid transparent; border-left-width: 0; border-right-width: 0; border-radius: 0; outline: 1px solid transparent; font-size: 2.44em; font-weight: bold; line-height: 1.4; }
969
 
970
- @media (prefers-reduced-motion: reduce) { .editor-post-title .editor-post-title__input { transition-duration: 0s; } }
971
 
972
- @media (min-width: 600px) { .editor-post-title .editor-post-title__input { border-width: 1px; } }
973
 
974
- .editor-post-title .editor-post-title__input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
975
 
976
- .editor-post-title .editor-post-title__input::-moz-placeholder { color: rgba(30, 30, 30, 0.62); opacity: 1; }
977
 
978
- .editor-post-title .editor-post-title__input:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
979
 
980
- .editor-post-title .editor-post-title__input:focus { border: 1px solid transparent; outline: 1px solid transparent; box-shadow: none; }
981
 
982
- .editor-post-title.is-focus-mode .editor-post-title__input { opacity: 0.5; transition: opacity 0.1s linear; }
983
 
984
- @media (prefers-reduced-motion: reduce) { .editor-post-title.is-focus-mode .editor-post-title__input { transition-duration: 0s; } }
985
 
986
- .editor-post-title.is-focus-mode .editor-post-title__input:focus { opacity: 1; }
987
 
988
- .editor-post-trash.components-button { margin-top: 4px; }
989
 
990
- .table-of-contents__popover.components-popover .components-popover__content { min-width: 380px; }
991
 
992
- .components-popover.table-of-contents__popover { z-index: 99998; }
993
 
994
- .table-of-contents__popover .components-popover__content > div { padding: 16px; }
995
 
996
- @media (min-width: 600px) { .table-of-contents__popover .components-popover__content { max-height: calc(100vh - 120px); overflow-y: auto; } }
997
 
998
- .table-of-contents__popover hr { margin: 10px -16px 0; }
999
 
1000
- .table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
1001
 
1002
- .table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; }
1003
 
1004
- .table-of-contents__count { flex-basis: 25%; display: flex; flex-direction: column; font-size: 13px; color: #1e1e1e; padding-right: 8px; margin-bottom: 0; margin-top: 8px; }
1005
 
1006
- .table-of-contents__count:nth-child(4n) { padding-right: 0; }
1007
 
1008
- .table-of-contents__number, .table-of-contents__popover .word-count { font-size: 21px; font-weight: 400; line-height: 30px; color: #1e1e1e; }
1009
 
1010
- .table-of-contents__title { display: block; margin-top: 20px; font-size: 15px; font-weight: 600; }
1011
 
1012
- .editor-template-validation-notice { display: flex; justify-content: space-between; align-items: center; }
1013
 
1014
- .editor-template-validation-notice .components-button { margin-left: 5px; }
1015
 
1016
- /** Colors */
1017
- /** Breakpoints & Media Queries */
1018
- /** Colors */
1019
- /** Fonts & basic variables. */
1020
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
1021
- /** Dimensions. */
1022
- /** Shadows. */
1023
- /** Editor widths. */
1024
- /** Block UI. */
1025
- /** Border radii. */
1026
- /** Block paddings. */
1027
- /** Breakpoint mixins */
1028
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
1029
- /** Focus styles. */
1030
- /** Applies editor left position to the selector passed as argument */
1031
- /** Styles that are reused verbatim in a few places */
1032
- /** Allows users to opt-out of animations via OS-level preferences. */
1033
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
1034
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
1035
- :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
1036
 
1037
- .components-animate__appear { -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
1038
 
1039
- @media (prefers-reduced-motion: reduce) { .components-animate__appear { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1040
 
1041
- .components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left { transform-origin: top left; }
1042
 
1043
- .components-animate__appear.is-from-top.is-from-right { transform-origin: top right; }
1044
 
1045
- .components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left { transform-origin: bottom left; }
1046
 
1047
- .components-animate__appear.is-from-bottom.is-from-right { transform-origin: bottom right; }
1048
 
1049
- @-webkit-keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
1050
- to { transform: translateY(0%) scaleY(1) scaleX(1); } }
1051
 
1052
- @keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
1053
- to { transform: translateY(0%) scaleY(1) scaleX(1); } }
1054
 
1055
- .components-animate__slide-in { -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
1056
 
1057
- @media (prefers-reduced-motion: reduce) { .components-animate__slide-in { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1058
 
1059
- .components-animate__slide-in.is-from-left { transform: translateX(100%); }
1060
 
1061
- .components-animate__slide-in.is-from-right { transform: translateX(-100%); }
1062
 
1063
- @-webkit-keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
1064
 
1065
- @keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
1066
 
1067
- .components-animate__loading { -webkit-animation: components-animate__loading 1.6s ease-in-out infinite; animation: components-animate__loading 1.6s ease-in-out infinite; }
1068
 
1069
- @-webkit-keyframes components-animate__loading { 0% { opacity: 0.5; }
1070
- 50% { opacity: 1; }
1071
- 100% { opacity: 0.5; } }
1072
 
1073
- @keyframes components-animate__loading { 0% { opacity: 0.5; }
1074
- 50% { opacity: 1; }
1075
- 100% { opacity: 0.5; } }
1076
 
1077
- .components-autocomplete__popover .components-popover__content > div { padding: 16px; }
1078
 
1079
- .components-autocomplete__result.components-button { display: flex; height: auto; min-height: 36px; text-align: left; width: 100%; }
1080
 
1081
- .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 2px var(--wp-admin-theme-color); }
1082
 
1083
- .components-base-control { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
1084
 
1085
- .components-base-control .components-base-control__field { margin-bottom: 8px; }
1086
 
1087
- .components-panel__row .components-base-control .components-base-control__field { margin-bottom: inherit; }
1088
 
1089
- .components-base-control .components-base-control__label { display: inline-block; margin-bottom: 8px; }
1090
 
1091
- .components-base-control .components-base-control__help { margin-top: -8px; font-style: italic; }
1092
 
1093
- .components-button-group { display: inline-block; }
1094
 
1095
- .components-button-group .components-button { border-radius: 0; display: inline-flex; color: #1e1e1e; box-shadow: inset 0 0 0 1px #1e1e1e; }
1096
 
1097
- .components-button-group .components-button + .components-button { margin-left: -1px; }
1098
 
1099
- .components-button-group .components-button:first-child { border-radius: 2px 0 0 2px; }
1100
 
1101
- .components-button-group .components-button:last-child { border-radius: 0 2px 2px 0; }
1102
 
1103
- .components-button-group .components-button:focus, .components-button-group .components-button.is-primary { position: relative; z-index: 1; }
1104
 
1105
- .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #1e1e1e; }
1106
 
1107
- .components-button { display: inline-flex; text-decoration: none; font-size: 13px; margin: 0; border: 0; cursor: pointer; -webkit-appearance: none; background: none; transition: box-shadow 0.1s linear; height: 36px; align-items: center; box-sizing: border-box; padding: 6px 12px; border-radius: 2px; color: #1e1e1e; /** Primary button style. */ /** Secondary and tertiary buttons. */ /** Secondary button style. */ /** Tertiary buttons. */ /** Destructive buttons. */ /** Link buttons. */ }
1108
 
1109
- @media (prefers-reduced-motion: reduce) { .components-button { transition-duration: 0s; } }
1110
 
1111
- .components-button[aria-expanded="true"], .components-button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
1112
 
1113
- .components-button[aria-disabled="true"]:hover { color: initial; }
1114
 
1115
- .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 1px solid transparent; }
1116
 
1117
- .components-button.is-primary { white-space: nowrap; background: #007cba; background: var(--wp-admin-theme-color); color: #fff; text-decoration: none; text-shadow: none; }
1118
 
1119
- .components-button.is-primary:hover:not(:disabled) { background: #006ba1; background: var(--wp-admin-theme-color-darker-10); color: #fff; }
1120
 
1121
- .components-button.is-primary:active:not(:disabled) { background: #005a87; background: var(--wp-admin-theme-color-darker-20); border-color: #005a87; border-color: var(--wp-admin-theme-color-darker-20); color: #fff; }
1122
 
1123
- .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color); outline: 1px solid transparent; }
1124
 
1125
- .components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled="true"], .components-button.is-primary[aria-disabled="true"]:enabled, .components-button.is-primary[aria-disabled="true"]:active:enabled { color: rgba(255, 255, 255, 0.4); background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); opacity: 1; }
1126
 
1127
- .components-button.is-primary:disabled:focus:enabled, .components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled="true"]:focus:enabled, .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
1128
 
1129
- .components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled="true"] { color: #fff; background-size: 100px 100%; /* stylelint-disable */ background-image: linear-gradient(-45deg, #007cba 28%, #005a87 28%, #005a87 72%, #007cba 72%); background-image: linear-gradient(-45deg, var(--wp-admin-theme-color) 28%, var(--wp-admin-theme-color-darker-20) 28%, var(--wp-admin-theme-color-darker-20) 72%, var(--wp-admin-theme-color) 72%); /* stylelint-enable */ border-color: #007cba; border-color: var(--wp-admin-theme-color); }
1130
 
1131
- .components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) { background: #ddd; color: #006ba1; color: var(--wp-admin-theme-color-darker-10); box-shadow: none; }
1132
 
1133
- .components-button.is-secondary:hover:not(:disabled), .components-button.is-tertiary:hover:not(:disabled) { color: #006ba1; color: var(--wp-admin-theme-color-darker-10); box-shadow: inset 0 0 0 1px #006ba1; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10); }
1134
 
1135
- .components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled="true"], .components-button.is-secondary[aria-disabled="true"]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled="true"], .components-button.is-tertiary[aria-disabled="true"]:hover { color: #828282; background: #eaeaea; transform: none; opacity: 1; box-shadow: none; }
1136
 
1137
- .components-button.is-secondary { box-shadow: inset 0 0 0 1px #007cba; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); outline: 1px solid transparent; white-space: nowrap; color: #007cba; color: var(--wp-admin-theme-color); background: transparent; }
1138
 
1139
- .components-button.is-tertiary { white-space: nowrap; color: #007cba; color: var(--wp-admin-theme-color); background: transparent; padding: 6px; outline: 1px dotted transparent; }
1140
 
1141
- .components-button.is-tertiary .dashicon { display: inline-block; flex: 0 0 auto; }
1142
 
1143
- .components-button.is-destructive { color: #cc1818; box-shadow: inset 0 0 0 1px #cc1818; }
1144
 
1145
- .components-button.is-destructive:hover:not(:disabled) { color: #710d0d; box-shadow: inset 0 0 0 1px #710d0d; }
1146
 
1147
- .components-button.is-destructive:focus:not(:disabled) { color: #007cba; color: var(--wp-admin-theme-color); }
1148
 
1149
- .components-button.is-destructive:active:not(:disabled) { background: #ccc; }
1150
 
1151
- .components-button.is-link { margin: 0; padding: 0; box-shadow: none; border: 0; border-radius: 0; background: none; outline: none; text-align: left; /* Mimics the default link style in common.css */ color: #0073aa; text-decoration: underline; transition-property: border, background, color; transition-duration: 0.05s; transition-timing-function: ease-in-out; height: auto; }
1152
 
1153
- @media (prefers-reduced-motion: reduce) { .components-button.is-link { transition-duration: 0s; } }
1154
 
1155
- .components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) { color: #00a0d2; box-shadow: none; }
1156
 
1157
- .components-button.is-link:focus { color: #124964; box-shadow: 0 0 0 1px #5b9dd9, 0 0 1.5px 1px rgba(30, 140, 190, 0.8); }
1158
 
1159
- .components-button.is-link.is-destructive { color: #cc1818; }
1160
 
1161
- .components-button.is-link.is-destructive:active:not(:disabled), .components-button.is-link.is-destructive:hover:not(:disabled) { color: #710d0d; background: none; }
1162
 
1163
- .components-button.is-link.is-destructive:focus:not(:disabled) { color: #007cba; color: var(--wp-admin-theme-color); }
1164
 
1165
- .components-button:not([aria-disabled="true"]):active { color: inherit; }
1166
 
1167
- .components-button:disabled, .components-button[aria-disabled="true"] { cursor: default; opacity: 0.3; }
1168
 
1169
- .components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled="true"] { -webkit-animation: components-button__busy-animation 2500ms infinite linear; animation: components-button__busy-animation 2500ms infinite linear; opacity: 1; background-size: 100px 100%; /* stylelint-disable */ background-image: linear-gradient(-45deg, #fafafa 28%, #e0e0e0 28%, #e0e0e0 72%, #fafafa 72%); /* stylelint-enable */ }
1170
 
1171
- .components-button.is-small { height: 24px; line-height: 22px; padding: 0 8px; font-size: 11px; }
1172
 
1173
- .components-button.is-small.has-icon:not(.has-text) { padding: 0 8px; width: 24px; }
1174
 
1175
- .components-button.has-icon { padding: 6px; min-width: 36px; justify-content: center; }
1176
 
1177
- .components-button.has-icon .dashicon { display: inline-block; flex: 0 0 auto; }
1178
 
1179
- .components-button.has-icon.has-text { justify-content: left; }
1180
 
1181
- .components-button.has-icon.has-text svg { margin-right: 8px; }
1182
 
1183
- .components-button.is-pressed { color: #fff; background: #1e1e1e; }
1184
 
1185
- .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1186
 
1187
- .components-button.is-pressed:hover:not(:disabled) { background: #1e1e1e; }
1188
 
1189
- .components-button svg { fill: currentColor; outline: none; }
1190
 
1191
- .components-button .components-visually-hidden { height: auto; }
1192
 
1193
- @-webkit-keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
1194
 
1195
- @keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
1196
 
1197
- .components-checkbox-control__input[type="checkbox"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 2px; background: #fff; color: #1e1e1e; clear: none; cursor: pointer; display: inline-block; line-height: 0; margin: 0 4px 0 0; outline: 0; padding: 0 !important; text-align: center; vertical-align: top; width: 24px; height: 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: 0.1s border-color ease-in-out; }
1198
 
1199
- @media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type="checkbox"] { transition-duration: 0s; } }
1200
 
1201
- @media (min-width: 600px) { .components-checkbox-control__input[type="checkbox"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1202
 
1203
- .components-checkbox-control__input[type="checkbox"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1204
 
1205
- .components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1206
 
1207
- .components-checkbox-control__input[type="checkbox"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1208
 
1209
- .components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1210
 
1211
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1212
 
1213
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1214
 
1215
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1216
 
1217
- .components-checkbox-control__input[type="checkbox"]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1218
 
1219
- .components-checkbox-control__input[type="checkbox"]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
1220
 
1221
- .components-checkbox-control__input[type="checkbox"]:checked::-ms-check { opacity: 0; }
1222
 
1223
- .components-checkbox-control__input[type="checkbox"]:checked::before, .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { margin: -3px -5px; color: #fff; }
1224
 
1225
- @media (min-width: 782px) { .components-checkbox-control__input[type="checkbox"]:checked::before, .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { margin: -4px 0 0 -5px; } }
1226
 
1227
- .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
1228
 
1229
- .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { content: "\f460"; float: left; display: inline-block; vertical-align: middle; width: 16px; /* stylelint-disable */ font: normal 30px/1 dashicons; /* stylelint-enable */ speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
1230
 
1231
- @media (min-width: 782px) { .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { float: none; font-size: 21px; } }
1232
 
1233
- @media (min-width: 600px) { .components-checkbox-control__input[type="checkbox"] { height: 20px; width: 20px; } }
1234
 
1235
- @media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type="checkbox"] { transition-duration: 0s; } }
1236
 
1237
- .components-checkbox-control__input[type="checkbox"]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1238
 
1239
- .components-checkbox-control__input[type="checkbox"]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
1240
 
1241
- .components-checkbox-control__input[type="checkbox"]:checked::-ms-check { opacity: 0; }
1242
 
1243
- .components-checkbox-control__input[type="checkbox"]:checked::before { content: none; }
1244
 
1245
- .components-checkbox-control__input-container { position: relative; display: inline-block; margin-right: 12px; vertical-align: middle; width: 24px; height: 24px; }
1246
 
1247
- @media (min-width: 600px) { .components-checkbox-control__input-container { width: 20px; height: 20px; } }
1248
 
1249
- svg.components-checkbox-control__checked { fill: #fff; cursor: pointer; position: absolute; left: 0; top: 0; width: 24px; height: 24px; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; pointer-events: none; }
1250
 
1251
- @media (min-width: 600px) { svg.components-checkbox-control__checked { left: -2px; top: -2px; } }
1252
 
1253
- .components-circular-option-picker { display: inline-block; width: 100%; margin-right: -10px; }
1254
 
1255
- .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper { display: flex; justify-content: flex-end; }
1256
 
1257
- .components-circular-option-picker .components-circular-option-picker__swatches { margin-right: -16px; }
1258
 
1259
- .components-circular-option-picker__option-wrapper { display: inline-block; height: 28px; width: 28px; margin-right: 16px; margin-bottom: 12px; vertical-align: top; transform: scale(1); transition: 100ms transform ease; }
1260
 
1261
- @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option-wrapper { transition-duration: 0s; } }
1262
 
1263
- .components-circular-option-picker__option-wrapper:hover { transform: scale(1.2); }
1264
 
1265
- .components-circular-option-picker__option-wrapper > div { height: 100%; width: 100%; }
1266
 
1267
- .components-circular-option-picker__option-wrapper::before { content: ""; position: absolute; top: 1px; left: 1px; bottom: 1px; right: 1px; border-radius: 50%; z-index: -1; /* stylelint-disable-next-line function-url-quotes */ background: url('data:image/svg+xml,%3Csvg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z" fill="%23555D65"/%3E%3Cpath d="M18 18v2h-2v-2h2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z" fill="%23555D65"/%3E%3C/svg%3E'); }
1268
 
1269
- .components-circular-option-picker__option { display: inline-block; vertical-align: top; height: 100%; width: 100%; border: none; border-radius: 50%; background: transparent; box-shadow: inset 0 0 0 14px; transition: 100ms box-shadow ease; cursor: pointer; }
1270
 
1271
- @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option { transition-duration: 0s; } }
1272
 
1273
- .components-circular-option-picker__option:hover { box-shadow: inset 0 0 0 14px !important; }
1274
 
1275
- .components-circular-option-picker__option.is-pressed { box-shadow: inset 0 0 0 4px; position: relative; z-index: 1; overflow: visible; }
1276
 
1277
- .components-circular-option-picker__option.is-pressed + svg { position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: 2; pointer-events: none; }
1278
 
1279
- .components-circular-option-picker__option::after { content: ""; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); border: 1px solid transparent; }
1280
 
1281
- .components-circular-option-picker__option:focus::after { content: ""; border: 2px solid #757575; width: 32px; height: 32px; position: absolute; top: -2px; left: -2px; border-radius: 50%; box-shadow: inset 0 0 0 2px #fff; }
1282
 
1283
- .components-circular-option-picker__option.components-button:focus { background-color: transparent; box-shadow: inset 0 0 0 14px; outline: none; }
1284
 
1285
- .components-circular-option-picker__button-action .components-circular-option-picker__option { color: #fff; background: #fff; }
1286
 
1287
- .components-circular-option-picker__dropdown-link-action { margin-right: 16px; }
1288
 
1289
- .components-circular-option-picker__dropdown-link-action .components-button { line-height: 22px; }
1290
 
1291
- .component-color-indicator { width: 25px; height: 16px; margin-left: 0.8rem; border: 1px solid #dadada; display: inline-block; }
1292
 
1293
- .component-color-indicator + .component-color-indicator { margin-left: 0.5rem; }
1294
 
1295
- /** Parts of this source were derived and modified from react-color, released under the MIT license. https://github.com/casesandberg/react-color/ Copyright (c) 2015 Case Sandberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
1296
- .components-color-picker { width: 100%; }
1297
 
1298
- .components-color-picker * { box-sizing: border-box; }
1299
 
1300
- .components-color-picker__saturation { width: 100%; padding-bottom: 55%; position: relative; }
1301
 
1302
- .components-color-picker__body { padding: 16px 16px 12px; }
1303
 
1304
- .components-color-picker__controls { display: flex; }
1305
 
1306
- .components-color-picker__saturation-pointer, .components-color-picker__hue-pointer, .components-color-picker__alpha-pointer { padding: 0; position: absolute; cursor: pointer; box-shadow: none; border: none; }
1307
 
1308
- /* CURRENT COLOR COMPONENT */
1309
- .components-color-picker__swatch { margin-right: 8px; width: 32px; height: 32px; border-radius: 50%; position: relative; overflow: hidden; background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%); background-size: 10px 10px; background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
1310
 
1311
- .is-alpha-disabled .components-color-picker__swatch { width: 12px; height: 12px; margin-top: 0; }
1312
 
1313
- .components-color-picker__active { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); z-index: 2; }
1314
 
1315
- /* SATURATION COMPONENT */
1316
- .components-color-picker__saturation-color, .components-color-picker__saturation-white, .components-color-picker__saturation-black { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
1317
 
1318
- .components-color-picker__saturation-color { overflow: visible; }
1319
 
1320
- .components-color-picker__saturation-white { /*rtl:ignore*/ background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
1321
 
1322
- .components-color-picker__saturation-black { background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
1323
 
1324
- .components-button.components-color-picker__saturation-pointer { width: 14px; height: 14px; padding: 0; border-radius: 50%; background-color: transparent; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #000, 0 0 0 2px #000; }
1325
 
1326
- .components-button.components-color-picker__saturation-pointer:focus:not(:disabled) { box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000, 0 0 0 3px #000; }
1327
 
1328
- /* HUE & ALPHA BARS */
1329
- .components-color-picker__toggles { flex: 1; }
1330
 
1331
- .components-color-picker__alpha { background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%); background-size: 10px 10px; background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
1332
 
1333
- .components-color-picker__hue-gradient, .components-color-picker__alpha-gradient { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
1334
 
1335
- .components-color-picker__hue, .components-color-picker__alpha { height: 12px; position: relative; }
1336
 
1337
- .is-alpha-enabled .components-color-picker__hue { margin-bottom: 8px; }
1338
 
1339
- .components-color-picker__hue-bar, .components-color-picker__alpha-bar { position: relative; margin: 0 3px; height: 100%; padding: 0 2px; }
1340
 
1341
- .components-color-picker__hue-gradient { /*rtl:ignore*/ background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); }
1342
 
1343
- .components-color-picker__hue-pointer, .components-color-picker__alpha-pointer { /*rtl:ignore*/ left: 0; width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); background: #fff; transform: translate(-7px, -1px); }
1344
 
1345
- .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition: box-shadow 0.1s linear; }
1346
 
1347
- @media (prefers-reduced-motion: reduce) { .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition-duration: 0s; } }
1348
 
1349
- .components-color-picker__saturation-pointer:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
1350
 
1351
- .components-color-picker__hue-pointer:focus, .components-color-picker__alpha-pointer:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 2px #007cba, 0 0 3px 0 #007cba; box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: -2px; }
1352
 
1353
- /* INPUTS COMPONENT */
1354
- .components-color-picker__inputs-wrapper { margin: 0 -4px; padding-top: 16px; display: flex; align-items: flex-end; min-width: 255px; }
1355
 
1356
- .components-color-picker__inputs-wrapper fieldset { flex: 1; border: none; margin: 0; padding: 0; }
1357
 
1358
- .components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type="number"] { padding: 6px 3px; margin: 0; }
1359
 
1360
- .components-color-picker__inputs-field { width: 100%; }
1361
 
1362
- .components-color-picker__inputs-fields { display: flex; /*rtl:ignore*/ direction: ltr; flex-grow: 1; margin-right: 4px; }
1363
 
1364
- .components-color-picker__inputs-fields .components-base-control + .components-base-control { margin-top: 0; }
1365
 
1366
- .components-color-picker__inputs-fields .components-base-control__field { margin: 0 2px; }
1367
 
1368
- .components-color-picker__inputs-toggle { height: 30px; padding: 0 5px; }
1369
 
1370
- .components-combobox-control { width: 100%; }
1371
 
1372
- input.components-combobox-control__input[type="text"] { width: 100%; border: none; box-shadow: none; padding: 2px; margin: 0; line-height: inherit; min-height: auto; }
1373
 
1374
- input.components-combobox-control__input[type="text"]:focus { outline: none; box-shadow: none; }
1375
 
1376
- .components-combobox-control__suggestions-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 4px; }
1377
 
1378
- @media (prefers-reduced-motion: reduce) { .components-combobox-control__suggestions-container { transition-duration: 0s; } }
1379
 
1380
- @media (min-width: 600px) { .components-combobox-control__suggestions-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1381
 
1382
- .components-combobox-control__suggestions-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1383
 
1384
- .components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1385
 
1386
- .components-combobox-control__suggestions-container::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1387
 
1388
- .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1389
 
1390
- .is-dark-theme .components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1391
 
1392
- .is-dark-theme .components-combobox-control__suggestions-container::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1393
 
1394
- .is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1395
 
1396
- .components-combobox-control__suggestions-container:focus-within { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1397
 
1398
- .components-custom-gradient-picker__gradient-bar:not(.has-gradient) { opacity: 0.4; }
1399
 
1400
- .components-custom-gradient-picker__gradient-bar { margin-top: 12px; width: 100%; height: 36px; border-radius: 36px; margin-bottom: 12px; padding-left: 6px; padding-right: 30px; }
1401
 
1402
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container { position: relative; }
1403
 
1404
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point { border-radius: 50%; background: #fff; padding: 2px; top: 6px; min-width: 24px; width: 24px; height: 24px; position: relative; color: #1e1e1e; }
1405
 
1406
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg { height: 100%; width: 100%; }
1407
 
1408
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button { border: 2px solid transparent; box-shadow: inset 0 0 0 1.5px #fff; border-radius: 50%; height: 24px; width: 24px; padding: 0; position: absolute; top: 6px; }
1409
 
1410
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e; }
1411
 
1412
- .components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point { margin-left: auto; margin-right: auto; display: block; margin-bottom: 8px; }
1413
 
1414
- .components-custom-gradient-picker__inserter { width: 100%; }
1415
 
1416
- .components-custom-gradient-picker__liner-gradient-indicator { display: inline-block; flex: 0 auto; width: 20px; height: 20px; }
1417
 
1418
- .components-custom-gradient-picker .components-custom-gradient-picker__ui-line { margin-bottom: 16px; }
1419
 
1420
- .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker, .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker { margin-bottom: 0; }
1421
 
1422
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar { border: none; }
1423
 
1424
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div { margin-left: 1px; }
1425
 
1426
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg { background: #fff; border: 1px solid #949494; border-radius: 2px; }
1427
 
1428
- .components-custom-select-control { position: relative; }
1429
 
1430
- .components-custom-select-control__label { display: block; margin-bottom: 8px; }
1431
 
1432
- .components-custom-select-control__button { border: 1px solid #757575; border-radius: 2px; min-height: 30px; min-width: 130px; position: relative; text-align: left; }
1433
 
1434
- .components-custom-select-control__button.components-custom-select-control__button { padding-right: 24px; }
1435
 
1436
- .components-custom-select-control__button:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); }
1437
 
1438
- .components-custom-select-control__button .components-custom-select-control__button-icon { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
1439
 
1440
- .components-custom-select-control__menu { background-color: #fff; max-height: 400px; min-width: 100%; overflow: auto; padding: 0; position: absolute; z-index: 1000000; }
1441
 
1442
- .components-custom-select-control__menu:focus { border: 1px solid #1e1e1e; border-radius: 2px; outline: none; transition: none; }
1443
 
1444
- .components-custom-select-control__item { align-items: center; display: flex; list-style-type: none; padding: 10px 5px 10px 25px; cursor: default; }
1445
 
1446
- .components-custom-select-control__item.is-highlighted { background: #ddd; }
1447
 
1448
- .components-custom-select-control__item-icon { margin-left: -20px; margin-right: 0; }
1449
 
1450
- /*rtl:begin:ignore*/
1451
- .PresetDateRangePicker_panel { padding: 0 22px 11px; }
1452
 
1453
- .PresetDateRangePicker_button { position: relative; height: 100%; text-align: center; background: 0 0; border: 2px solid #00a699; color: #00a699; padding: 4px 12px; margin-right: 8px; font: inherit; font-weight: 700; line-height: normal; overflow: visible; box-sizing: border-box; cursor: pointer; }
1454
 
1455
- .PresetDateRangePicker_button:active { outline: 0; }
1456
 
1457
- .PresetDateRangePicker_button__selected { color: #fff; background: #00a699; }
1458
 
1459
- .SingleDatePickerInput { display: inline-block; background-color: #fff; }
1460
 
1461
- .SingleDatePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
1462
 
1463
- .SingleDatePickerInput__rtl { direction: rtl; }
1464
 
1465
- .SingleDatePickerInput__disabled { background-color: #f2f2f2; }
1466
 
1467
- .SingleDatePickerInput__block { display: block; }
1468
 
1469
- .SingleDatePickerInput__showClearDate { padding-right: 30px; }
1470
 
1471
- .SingleDatePickerInput_clearDate { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
1472
 
1473
- .SingleDatePickerInput_clearDate__default:focus, .SingleDatePickerInput_clearDate__default:hover { background: #dbdbdb; border-radius: 50%; }
1474
 
1475
- .SingleDatePickerInput_clearDate__small { padding: 6px; }
1476
 
1477
- .SingleDatePickerInput_clearDate__hide { visibility: hidden; }
1478
 
1479
- .SingleDatePickerInput_clearDate_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
1480
 
1481
- .SingleDatePickerInput_clearDate_svg__small { height: 9px; }
1482
 
1483
- .SingleDatePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px; }
1484
 
1485
- .SingleDatePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
1486
 
1487
- .SingleDatePicker { position: relative; display: inline-block; }
1488
 
1489
- .SingleDatePicker__block { display: block; }
1490
 
1491
- .SingleDatePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
1492
 
1493
- .SingleDatePicker_picker__rtl { direction: rtl; }
1494
 
1495
- .SingleDatePicker_picker__directionLeft { left: 0; }
1496
 
1497
- .SingleDatePicker_picker__directionRight { right: 0; }
1498
 
1499
- .SingleDatePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
1500
 
1501
- .SingleDatePicker_picker__fullScreenPortal { background-color: #fff; }
1502
 
1503
- .SingleDatePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2; }
1504
 
1505
- .SingleDatePicker_closeButton:focus, .SingleDatePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
1506
 
1507
- .SingleDatePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
1508
 
1509
- .DayPickerKeyboardShortcuts_buttonReset { background: 0 0; border: 0; border-radius: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; cursor: pointer; font-size: 14px; }
1510
 
1511
- .DayPickerKeyboardShortcuts_buttonReset:active { outline: 0; }
1512
 
1513
- .DayPickerKeyboardShortcuts_show { width: 22px; position: absolute; z-index: 2; }
1514
 
1515
- .DayPickerKeyboardShortcuts_show__bottomRight { border-top: 26px solid transparent; border-right: 33px solid #00a699; bottom: 0; right: 0; }
1516
 
1517
- .DayPickerKeyboardShortcuts_show__bottomRight:hover { border-right: 33px solid #008489; }
1518
 
1519
- .DayPickerKeyboardShortcuts_show__topRight { border-bottom: 26px solid transparent; border-right: 33px solid #00a699; top: 0; right: 0; }
1520
 
1521
- .DayPickerKeyboardShortcuts_show__topRight:hover { border-right: 33px solid #008489; }
1522
 
1523
- .DayPickerKeyboardShortcuts_show__topLeft { border-bottom: 26px solid transparent; border-left: 33px solid #00a699; top: 0; left: 0; }
1524
 
1525
- .DayPickerKeyboardShortcuts_show__topLeft:hover { border-left: 33px solid #008489; }
1526
 
1527
- .DayPickerKeyboardShortcuts_showSpan { color: #fff; position: absolute; }
1528
 
1529
- .DayPickerKeyboardShortcuts_showSpan__bottomRight { bottom: 0; right: -28px; }
1530
 
1531
- .DayPickerKeyboardShortcuts_showSpan__topRight { top: 1px; right: -28px; }
1532
 
1533
- .DayPickerKeyboardShortcuts_showSpan__topLeft { top: 1px; left: -28px; }
1534
 
1535
- .DayPickerKeyboardShortcuts_panel { overflow: auto; background: #fff; border: 1px solid #dbdbdb; border-radius: 2px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; padding: 22px; margin: 33px; }
1536
 
1537
- .DayPickerKeyboardShortcuts_title { font-size: 16px; font-weight: 700; margin: 0; }
1538
 
1539
- .DayPickerKeyboardShortcuts_list { list-style: none; padding: 0; font-size: 14px; }
1540
 
1541
- .DayPickerKeyboardShortcuts_close { position: absolute; right: 22px; top: 22px; z-index: 2; }
1542
 
1543
- .DayPickerKeyboardShortcuts_close:active { outline: 0; }
1544
 
1545
- .DayPickerKeyboardShortcuts_closeSvg { height: 15px; width: 15px; fill: #cacccd; }
1546
 
1547
- .DayPickerKeyboardShortcuts_closeSvg:focus, .DayPickerKeyboardShortcuts_closeSvg:hover { fill: #82888a; }
1548
 
1549
- .CalendarDay { box-sizing: border-box; cursor: pointer; font-size: 14px; text-align: center; }
1550
 
1551
- .CalendarDay:active { outline: 0; }
1552
 
1553
- .CalendarDay__defaultCursor { cursor: default; }
1554
 
1555
- .CalendarDay__default { border: 1px solid #e4e7e7; color: #484848; background: #fff; }
1556
 
1557
- .CalendarDay__default:hover { background: #e4e7e7; border: 1px double #e4e7e7; color: inherit; }
1558
 
1559
- .CalendarDay__hovered_offset { background: #f4f5f5; border: 1px double #e4e7e7; color: inherit; }
1560
 
1561
- .CalendarDay__outside { border: 0; background: #fff; color: #484848; }
1562
 
1563
- .CalendarDay__outside:hover { border: 0; }
1564
 
1565
- .CalendarDay__blocked_minimum_nights { background: #fff; border: 1px solid #eceeee; color: #cacccd; }
1566
 
1567
- .CalendarDay__blocked_minimum_nights:active, .CalendarDay__blocked_minimum_nights:hover { background: #fff; color: #cacccd; }
1568
 
1569
- .CalendarDay__highlighted_calendar { background: #ffe8bc; color: #484848; }
1570
 
1571
- .CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover { background: #ffce71; color: #484848; }
1572
 
1573
- .CalendarDay__selected_span { background: #66e2da; border: 1px solid #33dacd; color: #fff; }
1574
 
1575
- .CalendarDay__selected_span:active, .CalendarDay__selected_span:hover { background: #33dacd; border: 1px solid #33dacd; color: #fff; }
1576
 
1577
- .CalendarDay__last_in_range { border-right: #00a699; }
1578
 
1579
- .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover { background: #00a699; border: 1px solid #00a699; color: #fff; }
1580
 
1581
- .CalendarDay__hovered_span, .CalendarDay__hovered_span:hover { background: #b2f1ec; border: 1px solid #80e8e0; color: #007a87; }
1582
 
1583
- .CalendarDay__hovered_span:active { background: #80e8e0; border: 1px solid #80e8e0; color: #007a87; }
1584
 
1585
- .CalendarDay__blocked_calendar, .CalendarDay__blocked_calendar:active, .CalendarDay__blocked_calendar:hover { background: #cacccd; border: 1px solid #cacccd; color: #82888a; }
1586
 
1587
- .CalendarDay__blocked_out_of_range, .CalendarDay__blocked_out_of_range:active, .CalendarDay__blocked_out_of_range:hover { background: #fff; border: 1px solid #e4e7e7; color: #cacccd; }
1588
 
1589
- .CalendarMonth { background: #fff; text-align: center; vertical-align: top; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
1590
 
1591
- .CalendarMonth_table { border-collapse: collapse; border-spacing: 0; }
1592
 
1593
- .CalendarMonth_verticalSpacing { border-collapse: separate; }
1594
 
1595
- .CalendarMonth_caption { color: #484848; font-size: 18px; text-align: center; padding-top: 22px; padding-bottom: 37px; caption-side: initial; }
1596
 
1597
- .CalendarMonth_caption__verticalScrollable { padding-top: 12px; padding-bottom: 7px; }
1598
 
1599
- .CalendarMonthGrid { background: #fff; text-align: left; z-index: 0; }
1600
 
1601
- .CalendarMonthGrid__animating { z-index: 1; }
1602
 
1603
- .CalendarMonthGrid__horizontal { position: absolute; left: 9px; }
1604
 
1605
- .CalendarMonthGrid__vertical { margin: 0 auto; }
1606
 
1607
- .CalendarMonthGrid__vertical_scrollable { margin: 0 auto; overflow-y: scroll; }
1608
 
1609
- .CalendarMonthGrid_month__horizontal { display: inline-block; vertical-align: top; min-height: 100%; }
1610
 
1611
- .CalendarMonthGrid_month__hideForAnimation { position: absolute; z-index: -1; opacity: 0; pointer-events: none; }
1612
 
1613
- .CalendarMonthGrid_month__hidden { visibility: hidden; }
1614
 
1615
- .DayPickerNavigation { position: relative; z-index: 2; }
1616
 
1617
- .DayPickerNavigation__horizontal { height: 0; }
1618
 
1619
- .DayPickerNavigation__verticalDefault { position: absolute; width: 100%; height: 52px; bottom: 0; left: 0; }
1620
 
1621
- .DayPickerNavigation__verticalScrollableDefault { position: relative; }
1622
 
1623
- .DayPickerNavigation_button { cursor: pointer; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; border: 0; padding: 0; margin: 0; }
1624
 
1625
- .DayPickerNavigation_button__default { border: 1px solid #e4e7e7; background-color: #fff; color: #757575; }
1626
 
1627
- .DayPickerNavigation_button__default:focus, .DayPickerNavigation_button__default:hover { border: 1px solid #c4c4c4; }
1628
 
1629
- .DayPickerNavigation_button__default:active { background: #f2f2f2; }
1630
 
1631
- .DayPickerNavigation_button__horizontalDefault { position: absolute; top: 18px; line-height: .78; border-radius: 3px; padding: 6px 9px; }
1632
 
1633
- .DayPickerNavigation_leftButton__horizontalDefault { left: 22px; }
1634
 
1635
- .DayPickerNavigation_rightButton__horizontalDefault { right: 22px; }
1636
 
1637
- .DayPickerNavigation_button__verticalDefault { padding: 5px; background: #fff; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); position: relative; display: inline-block; height: 100%; width: 50%; }
1638
 
1639
- .DayPickerNavigation_nextButton__verticalDefault { border-left: 0; }
1640
 
1641
- .DayPickerNavigation_nextButton__verticalScrollableDefault { width: 100%; }
1642
 
1643
- .DayPickerNavigation_svg__horizontal { height: 19px; width: 19px; fill: #82888a; display: block; }
 
1644
 
1645
- .DayPickerNavigation_svg__vertical { height: 42px; width: 42px; fill: #484848; display: block; }
1646
 
1647
- .DayPicker { background: #fff; position: relative; text-align: left; }
1648
 
1649
- .DayPicker__horizontal { background: #fff; }
1650
 
1651
- .DayPicker__verticalScrollable { height: 100%; }
1652
 
1653
- .DayPicker__hidden { visibility: hidden; }
1654
 
1655
- .DayPicker__withBorder { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07); border-radius: 3px; }
1656
 
1657
- .DayPicker_portal__horizontal { box-shadow: none; position: absolute; left: 50%; top: 50%; }
1658
 
1659
- .DayPicker_portal__vertical { position: initial; }
1660
 
1661
- .DayPicker_focusRegion { outline: 0; }
1662
 
1663
- .DayPicker_calendarInfo__horizontal, .DayPicker_wrapper__horizontal { display: inline-block; vertical-align: top; }
1664
 
1665
- .DayPicker_weekHeaders { position: relative; }
1666
 
1667
- .DayPicker_weekHeaders__horizontal { margin-left: 9px; }
1668
 
1669
- .DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left; }
1670
 
1671
- .DayPicker_weekHeader__vertical { left: 50%; }
1672
 
1673
- .DayPicker_weekHeader__verticalScrollable { top: 0; display: table-row; border-bottom: 1px solid #dbdbdb; background: #fff; margin-left: 0; left: 0; width: 100%; text-align: center; }
1674
 
1675
- .DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px; }
1676
 
1677
- .DayPicker_weekHeader_li { display: inline-block; text-align: center; }
1678
 
1679
- .DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px; }
1680
 
1681
- .DayPicker_transitionContainer__horizontal { transition: height .2s ease-in-out; }
 
1682
 
1683
- .DayPicker_transitionContainer__vertical { width: 100%; }
 
1684
 
1685
- .DayPicker_transitionContainer__verticalScrollable { padding-top: 20px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; overflow-y: scroll; }
1686
 
1687
- .DateInput { margin: 0; padding: 0; background: #fff; position: relative; display: inline-block; width: 130px; vertical-align: middle; }
1688
 
1689
- .DateInput__small { width: 97px; }
1690
 
1691
- .DateInput__block { width: 100%; }
1692
 
1693
- .DateInput__disabled { background: #f2f2f2; color: #dbdbdb; }
1694
 
1695
- .DateInput_input { font-weight: 200; font-size: 19px; line-height: 24px; color: #484848; background-color: #fff; width: 100%; padding: 11px 11px 9px; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid transparent; border-left: 0; border-radius: 0; }
1696
 
1697
- .DateInput_input__small { font-size: 15px; line-height: 18px; letter-spacing: .2px; padding: 7px 7px 5px; }
1698
 
1699
- .DateInput_input__regular { font-weight: auto; }
1700
 
1701
- .DateInput_input__readOnly { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
1702
 
1703
- .DateInput_input__focused { outline: 0; background: #fff; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid #008489; border-left: 0; }
1704
 
1705
- .DateInput_input__disabled { background: #f2f2f2; font-style: italic; }
1706
 
1707
- .DateInput_screenReaderMessage { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
1708
 
1709
- .DateInput_fang { position: absolute; width: 20px; height: 10px; left: 22px; z-index: 2; }
1710
 
1711
- .DateInput_fangShape { fill: #fff; }
1712
 
1713
- .DateInput_fangStroke { stroke: #dbdbdb; fill: transparent; }
1714
 
1715
- .DateRangePickerInput { background-color: #fff; display: inline-block; }
1716
 
1717
- .DateRangePickerInput__disabled { background: #f2f2f2; }
1718
 
1719
- .DateRangePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
1720
 
1721
- .DateRangePickerInput__rtl { direction: rtl; }
1722
 
1723
- .DateRangePickerInput__block { display: block; }
1724
 
1725
- .DateRangePickerInput__showClearDates { padding-right: 30px; }
1726
 
1727
- .DateRangePickerInput_arrow { display: inline-block; vertical-align: middle; color: #484848; }
1728
 
1729
- .DateRangePickerInput_arrow_svg { vertical-align: middle; fill: #484848; height: 24px; width: 24px; }
1730
 
1731
- .DateRangePickerInput_clearDates { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
1732
 
1733
- .DateRangePickerInput_clearDates__small { padding: 6px; }
1734
 
1735
- .DateRangePickerInput_clearDates_default:focus, .DateRangePickerInput_clearDates_default:hover { background: #dbdbdb; border-radius: 50%; }
1736
 
1737
- .DateRangePickerInput_clearDates__hide { visibility: hidden; }
1738
 
1739
- .DateRangePickerInput_clearDates_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
1740
 
1741
- .DateRangePickerInput_clearDates_svg__small { height: 9px; }
1742
 
1743
- .DateRangePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px; }
1744
 
1745
- .DateRangePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
1746
 
1747
- .DateRangePicker { position: relative; display: inline-block; }
1748
 
1749
- .DateRangePicker__block { display: block; }
1750
 
1751
- .DateRangePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
1752
 
1753
- .DateRangePicker_picker__rtl { direction: rtl; }
1754
 
1755
- .DateRangePicker_picker__directionLeft { left: 0; }
1756
 
1757
- .DateRangePicker_picker__directionRight { right: 0; }
1758
 
1759
- .DateRangePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
1760
 
1761
- .DateRangePicker_picker__fullScreenPortal { background-color: #fff; }
1762
 
1763
- .DateRangePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2; }
1764
 
1765
- .DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
1766
 
1767
- .DateRangePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
1768
 
1769
- /*rtl:end:ignore*/
1770
- .components-datetime { padding: 0; }
1771
 
1772
- .components-datetime .components-datetime__calendar-help { padding: 16px; }
1773
 
1774
- .components-datetime .components-datetime__calendar-help h4 { margin: 0; }
1775
 
1776
- .components-datetime .components-datetime__buttons { display: flex; justify-content: space-between; }
1777
 
1778
- .components-datetime .components-datetime__date-help-toggle { display: block; margin-left: auto; }
1779
 
1780
- .components-datetime fieldset { border: 0; padding: 0; margin: 0; }
1781
 
1782
- .components-datetime select, .components-datetime input { box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; }
1783
 
1784
- @media (prefers-reduced-motion: reduce) { .components-datetime select, .components-datetime input { transition-duration: 0s; } }
1785
 
1786
- .components-datetime select, .components-datetime input[type="number"], .components-datetime .components-button { height: 30px; margin-top: 0; margin-bottom: 0; }
1787
 
1788
- .components-datetime__date { min-height: 236px; border-top: 1px solid #ddd; }
1789
 
1790
- .components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault { left: 0; }
1791
 
1792
- .components-datetime__date .CalendarMonth_caption { font-size: 13px; }
1793
 
1794
- .components-datetime__date .CalendarMonth_table { border-collapse: separate; border-spacing: 2px; }
1795
 
1796
- .components-datetime__date .CalendarDay { font-size: 13px; border: none; border-radius: 50%; text-align: center; }
1797
 
1798
- .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff; outline: 2px solid transparent; }
1799
 
1800
- .components-datetime__date .CalendarDay__selected { background: #007cba; background: var(--wp-admin-theme-color); border: 2px solid transparent; }
1801
 
1802
- .components-datetime__date .CalendarDay__selected:hover { background: #005a87; background: var(--wp-admin-theme-color-darker-20); }
1803
 
1804
- .components-datetime__date .CalendarDay__selected:focus { box-shadow: inset 0 0 0 1px #fff; }
1805
 
1806
- .components-datetime__date .DayPickerNavigation_button__horizontalDefault { padding: 2px 8px; top: 20px; }
1807
 
1808
- .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1809
 
1810
- .components-datetime__date .DayPicker_weekHeader { top: 50px; }
1811
 
1812
- .components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul { margin: 1px 0; padding-left: 0; padding-right: 0; }
1813
 
1814
- .components-datetime__date.is-description-visible .DayPicker { visibility: hidden; }
1815
 
1816
- .components-datetime__time { padding-bottom: 16px; }
1817
 
1818
- .components-datetime__time fieldset { position: relative; margin-bottom: 0.5em; }
1819
 
1820
- .components-datetime__time fieldset + fieldset { margin-bottom: 0; }
1821
 
1822
- .components-datetime__time .components-datetime__time-field-am-pm fieldset { margin-top: 0; }
1823
 
1824
- .components-datetime__time .components-datetime__time-wrapper { display: flex; }
1825
 
1826
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator { display: inline-block; padding: 0 3px 0 0; }
1827
 
1828
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time { /*rtl:ignore*/ direction: ltr; }
1829
 
1830
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select { margin-right: 4px; }
1831
 
1832
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus { position: relative; z-index: 1; }
1833
 
1834
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"] { padding: 2px; margin-right: 4px; text-align: center; -moz-appearance: textfield; }
1835
 
1836
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]:focus { position: relative; z-index: 1; }
1837
 
1838
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
1839
 
1840
- .components-datetime__time.is-12-hour .components-datetime__time-field-day input { margin: -4px 0 0 !important; border-radius: 2px 0 0 2px !important; }
1841
 
1842
- .components-datetime__time.is-12-hour .components-datetime__time-field-year input { border-radius: 0 2px 2px 0 !important; }
1843
 
1844
- .components-datetime__timezone { line-height: 30px; margin-left: 4px; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
1845
 
1846
- .components-datetime__time-legend { font-weight: 600; margin-top: 0.5em; }
1847
 
1848
- .components-datetime__time-legend.invisible { position: absolute; top: -999em; left: -999em; }
1849
 
1850
- .components-datetime__time-field-hours-input, .components-datetime__time-field-minutes-input, .components-datetime__time-field-day-input { width: 35px; }
1851
 
1852
- .components-datetime__time-field-year-input { width: 55px; }
 
1853
 
1854
- .components-datetime__time-field-month-select { max-width: 145px; }
1855
 
1856
- .components-popover .components-datetime__date { padding-left: 4px; }
1857
 
1858
- .block-editor-dimension-control .components-base-control__field { display: flex; align-items: center; }
1859
 
1860
- .block-editor-dimension-control .components-base-control__label { display: flex; align-items: center; margin-right: 1em; margin-bottom: 0; }
1861
 
1862
- .block-editor-dimension-control .components-base-control__label .dashicon { margin-right: 0.5em; }
1863
 
1864
- .block-editor-dimension-control.is-manual .components-base-control__label { width: 10em; }
1865
 
1866
- .components-disabled { position: relative; pointer-events: none; }
1867
 
1868
- .components-disabled::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
1869
 
1870
- .components-disabled * { pointer-events: none; }
1871
 
1872
- body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge < 14 */ cursor: -webkit-grabbing !important; cursor: grabbing !important; }
1873
 
1874
- .components-draggable__invisible-drag-image { position: fixed; left: -1000px; height: 50px; width: 50px; }
1875
 
1876
- .components-draggable__clone { position: fixed; padding: 0; background: transparent; pointer-events: none; z-index: 1000000000; }
1877
 
1878
- .components-drop-zone { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 40; visibility: hidden; opacity: 0; transition: 0.3s opacity, 0.3s background-color, 0s visibility 0.3s; border: 2px solid #007cba; border: 2px solid var(--wp-admin-theme-color); border-radius: 2px; }
1879
 
1880
- @media (prefers-reduced-motion: reduce) { .components-drop-zone { transition-duration: 0s; } }
1881
 
1882
- .components-drop-zone.is-active { opacity: 1; visibility: visible; transition: 0.3s opacity, 0.3s background-color; }
1883
 
1884
- @media (prefers-reduced-motion: reduce) { .components-drop-zone.is-active { transition-duration: 0s; } }
1885
 
1886
- .components-drop-zone.is-dragging-over-element { background-color: #007cba; background-color: var(--wp-admin-theme-color); }
1887
 
1888
- .components-drop-zone__content { position: absolute; top: 50%; left: 0; right: 0; z-index: 50; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; transition: transform 0.2s ease-in-out; }
1889
 
1890
- @media (prefers-reduced-motion: reduce) { .components-drop-zone__content { transition-duration: 0s; } }
1891
 
1892
- .components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: translateY(-50%) scale(1.05); }
1893
 
1894
- .components-drop-zone__content-icon, .components-drop-zone__content-text { display: block; }
1895
 
1896
- .components-drop-zone__content-icon { margin: 0 auto; line-height: 0; fill: currentColor; }
1897
 
1898
- .components-drop-zone__content-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
1899
 
1900
- .components-drop-zone__provider { height: 100%; }
1901
 
1902
- .components-dropdown { display: inline-block; }
1903
 
1904
- .components-dropdown__content .components-popover__content > div { padding: 12px; }
1905
 
1906
- .components-dropdown-menu__popover .components-popover__content { width: 200px; }
1907
 
1908
- .components-dropdown-menu__menu { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 1.4; }
1909
 
1910
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item { width: 100%; padding: 6px; outline: none; cursor: pointer; }
1911
 
1912
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator, .components-dropdown-menu__menu .components-menu-item.has-separator { margin-top: 6px; position: relative; overflow: visible; }
1913
 
1914
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator::before, .components-dropdown-menu__menu .components-menu-item.has-separator::before { display: block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: -3px; left: 0; right: 0; height: 1px; }
1915
 
1916
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg, .components-dropdown-menu__menu .components-menu-item.is-active svg { color: #fff; background: #1e1e1e; box-shadow: 0 0 0 1px #1e1e1e; border-radius: 1px; }
1917
 
1918
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item > svg, .components-dropdown-menu__menu .components-menu-item > svg { border-radius: 2px; width: 24px; height: 24px; }
1919
 
1920
- .components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button { min-height: 36px; height: auto; text-align: left; padding-left: 8px; padding-right: 8px; }
1921
 
1922
- .components-dropdown-menu__menu .components-menu-item__button .components-menu-item__info-wrapper, .components-dropdown-menu__menu .components-menu-item__button.components-button .components-menu-item__info-wrapper { max-width: calc(100% - 32px); }
1923
 
1924
- .components-dropdown-menu__menu .components-menu-group { padding: 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; }
1925
 
1926
- .components-dropdown-menu__menu .components-menu-group:first-child { margin-top: -12px; }
1927
 
1928
- .components-dropdown-menu__menu .components-menu-group:last-child { margin-bottom: -12px; }
1929
 
1930
- .components-dropdown-menu__menu .components-menu-group + .components-menu-group { margin-top: 0; border-top: 1px solid #ccc; padding: 12px; }
1931
 
1932
- .is-alternate .components-dropdown-menu__menu .components-menu-group + .components-menu-group { border-color: #1e1e1e; }
1933
 
1934
- .components-external-link__icon { width: 1.4em; height: 1.4em; margin: -0.2em 0.1em 0; vertical-align: middle; fill: currentColor; }
1935
 
1936
- .components-font-size-picker__controls { max-width: 248px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
1937
 
1938
- .components-font-size-picker__controls .components-font-size-picker__number { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: inline-block; font-weight: 500; height: 30px; margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 8px; width: 54px; }
1939
 
1940
- @media (prefers-reduced-motion: reduce) { .components-font-size-picker__controls .components-font-size-picker__number { transition-duration: 0s; } }
 
1941
 
1942
- @media (min-width: 600px) { .components-font-size-picker__controls .components-font-size-picker__number { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1943
 
1944
- .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1945
 
1946
- .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1947
 
1948
- .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1949
 
1950
- .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1951
 
1952
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1953
 
1954
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1955
 
1956
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1957
 
1958
- .components-font-size-picker__controls .components-font-size-picker__number[value=""] + .components-button { cursor: default; opacity: 0.3; pointer-events: none; }
1959
 
1960
- .components-font-size-picker__controls .components-font-size-picker__number-container { display: flex; flex-direction: column; }
1961
 
1962
- .components-font-size-picker__controls .components-font-size-picker__select { margin-right: 8px; }
1963
 
1964
- .components-font-size-picker__controls .components-color-palette__clear { height: 30px; margin-top: 26px; }
1965
 
1966
- .components-font-size-picker__custom-input .components-range-control__slider + .dashicon { width: 30px; height: 30px; }
1967
 
1968
- .components-font-size-picker { border: 0; padding: 0; margin: 0; }
1969
 
1970
- .components-form-toggle { position: relative; display: inline-block; }
1971
 
1972
- .components-form-toggle .components-form-toggle__track { content: ""; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: #fff; border: 1px solid #1e1e1e; width: 36px; height: 18px; border-radius: 9px; transition: 0.2s background ease; }
1973
 
1974
- @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__track { transition-duration: 0s; } }
1975
 
1976
- .components-form-toggle .components-form-toggle__thumb { display: block; position: absolute; box-sizing: border-box; top: 3px; left: 3px; width: 12px; height: 12px; border-radius: 50%; transition: 0.1s transform ease; background-color: #1e1e1e; border: 5px solid #1e1e1e; }
1977
 
1978
- @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__thumb { transition-duration: 0s; } }
1979
 
1980
- .components-form-toggle.is-checked .components-form-toggle__track { background-color: #007cba; background-color: var(--wp-admin-theme-color); border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); border: 9px solid transparent; }
1981
 
1982
- .components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: 2px; }
1983
 
1984
- .components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; border-width: 0; transform: translateX(18px); }
1985
 
1986
- .components-disabled .components-form-toggle { opacity: 0.3; }
1987
 
1988
- .components-form-toggle input.components-form-toggle__input[type="checkbox"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; z-index: 1; border: none; }
1989
 
1990
- .components-form-toggle input.components-form-toggle__input[type="checkbox"]:checked { background: none; }
1991
 
1992
- .components-form-toggle input.components-form-toggle__input[type="checkbox"]::before { content: ""; }
1993
 
1994
- .components-form-token-field__input-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 4px; cursor: text; }
1995
 
1996
- @media (prefers-reduced-motion: reduce) { .components-form-token-field__input-container { transition-duration: 0s; } }
1997
 
1998
- @media (min-width: 600px) { .components-form-token-field__input-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1999
 
2000
- .components-form-token-field__input-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2001
 
2002
- .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2003
 
2004
- .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2005
 
2006
- .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
 
 
 
2007
 
2008
- .is-dark-theme .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
 
 
 
2009
 
2010
- .is-dark-theme .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
 
 
 
2011
 
2012
- .is-dark-theme .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
 
 
 
2013
 
2014
- .components-form-token-field__input-container.is-disabled { background: #ddd; border-color: #ddd; }
 
 
 
2015
 
2016
- .components-form-token-field__input-container.is-active { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
 
2017
 
2018
- .components-form-token-field__input-container input[type="text"].components-form-token-field__input { display: inline-block; width: 100%; max-width: 100%; margin-left: 4px; padding: 0; min-height: 24px; background: inherit; border: 0; color: #1e1e1e; box-shadow: none; }
2019
 
2020
- .components-form-token-field__input-container input[type="text"].components-form-token-field__input:focus, .components-form-token-field.is-active .components-form-token-field__input-container input[type="text"].components-form-token-field__input { outline: none; box-shadow: none; }
2021
 
2022
- .components-form-token-field__input-container .components-form-token-field__token + input[type="text"].components-form-token-field__input { width: auto; }
2023
 
2024
- .components-form-token-field__label { display: inline-block; margin-bottom: 4px; }
 
2025
 
2026
- .components-form-token-field__help { font-style: italic; }
2027
 
2028
- .components-form-token-field__token { font-size: 13px; display: flex; margin: 2px 4px 2px 0; color: #1e1e1e; max-width: 100%; }
2029
 
2030
- .components-form-token-field__token.is-success .components-form-token-field__token-text, .components-form-token-field__token.is-success .components-form-token-field__remove-token { background: #4ab866; }
2031
 
2032
- .components-form-token-field__token.is-error .components-form-token-field__token-text, .components-form-token-field__token.is-error .components-form-token-field__remove-token { background: #cc1818; }
2033
 
2034
- .components-form-token-field__token.is-validating .components-form-token-field__token-text, .components-form-token-field__token.is-validating .components-form-token-field__remove-token { color: #757575; }
2035
 
2036
- .components-form-token-field__token.is-borderless { position: relative; padding: 0 16px 0 0; }
2037
 
2038
- .components-form-token-field__token.is-borderless .components-form-token-field__token-text { background: transparent; color: #007cba; color: var(--wp-admin-theme-color); }
2039
 
2040
- .components-form-token-field__token.is-borderless .components-form-token-field__remove-token { background: transparent; color: #757575; position: absolute; top: 1px; right: 0; }
2041
 
2042
- .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text { color: #4ab866; }
2043
 
2044
- .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text { color: #cc1818; border-radius: 4px 0 0 4px; padding: 0 4px 0 6px; }
2045
 
2046
- .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text { color: #1e1e1e; }
2047
 
2048
- .components-form-token-field__token.is-disabled .components-form-token-field__remove-token { cursor: default; }
2049
 
2050
- .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { display: inline-block; line-height: 24px; height: auto; background: #ddd; transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
2051
 
2052
- @media (prefers-reduced-motion: reduce) { .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { transition-duration: 0s; -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2053
 
2054
- .components-form-token-field__token-text { border-radius: 12px 0 0 12px; padding: 0 4px 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
2055
 
2056
- .components-form-token-field__remove-token.components-button { cursor: pointer; border-radius: 0 12px 12px 0; padding: 0 2px; color: #757575; line-height: 10px; overflow: initial; }
2057
 
2058
- .components-form-token-field__remove-token.components-button:hover { color: #1e1e1e; }
2059
 
2060
- .components-form-token-field__suggestions-list { flex: 1 0 100%; min-width: 100%; max-height: 9em; overflow-y: auto; transition: all 0.15s ease-in-out; list-style: none; border-top: 1px solid #757575; margin: 4px -4px -4px; padding: 0; }
2061
 
2062
- @media (prefers-reduced-motion: reduce) { .components-form-token-field__suggestions-list { transition-duration: 0s; } }
2063
 
2064
- .components-form-token-field__suggestion { color: #757575; display: block; font-size: 13px; padding: 4px 8px; margin: 0; cursor: pointer; }
2065
 
2066
- .components-form-token-field__suggestion.is-selected { background: #007cba; background: var(--wp-admin-theme-color); color: #fff; }
2067
 
2068
- .components-form-token-field__suggestion-match { text-decoration: underline; }
2069
 
2070
- @media (min-width: 600px) { .components-guide { width: 600px; } }
2071
 
2072
- .components-guide .components-modal__header { background: none; border-bottom: none; width: 100%; padding: 0; margin: 0; }
2073
 
2074
- .components-guide .components-modal__header .components-button { align-self: flex-start; margin: 8px 8px 0 0; position: static; }
2075
 
2076
- .components-guide .components-modal__header .components-button:hover svg { fill: #fff; }
2077
 
2078
- .components-guide__container { display: flex; flex-direction: column; justify-content: space-between; margin-top: -60px; min-height: 100%; }
2079
 
2080
- .components-guide__page { display: flex; flex-direction: column; justify-content: center; position: relative; }
2081
 
2082
- @media (min-width: 600px) { .components-guide__page { min-height: 300px; } }
2083
 
2084
- .components-guide__footer { align-content: center; display: flex; height: 30px; justify-content: center; margin: 0 0 24px 0; padding: 0 32px; position: relative; width: 100%; }
2085
 
2086
- @media (max-width: 600px) { .components-guide__footer { position: absolute; bottom: 0; } }
2087
 
2088
- .components-guide__page-control { margin: 8px 0 8px 0; text-align: center; }
2089
 
2090
- .components-guide__page-control li { display: inline-block; }
2091
 
2092
- .components-guide__page-control .components-button { height: 30px; min-width: 20px; }
2093
 
2094
- .components-guide .components-modal__content { padding: 0; }
2095
 
2096
- .components-modal__frame.components-guide { border: none; min-width: 312px; height: 80vh; max-height: 575px; }
2097
 
2098
- @media (max-width: 600px) { .components-modal__frame.components-guide { bottom: 5%; left: 16px; right: 16px; top: 5%; margin: 0 auto; } }
2099
 
2100
- .components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button { height: 30px; position: absolute; }
2101
 
2102
- .components-button.components-guide__back-button, .components-button.components-guide__forward-button { font-size: 13px; padding: 4px 2px; }
2103
 
2104
- .components-button.components-guide__back-button.has-text svg, .components-button.components-guide__forward-button.has-text svg { margin: 0; }
2105
 
2106
- .components-button.components-guide__back-button:hover, .components-button.components-guide__forward-button:hover { text-decoration: underline; }
2107
 
2108
- .components-button.components-guide__back-button { left: 32px; }
2109
 
2110
- .components-button.components-guide__forward-button { right: 32px; color: #1386bf; font-weight: bold; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2111
 
2112
- .components-button.components-guide__finish-button { right: 32px; }
2113
 
2114
- .components-button.components-guide__inline-finish-button { display: none; }
2115
 
2116
- .components-navigate-regions.is-focusing-regions [role="region"] { position: relative; }
2117
 
2118
- .components-navigate-regions.is-focusing-regions [role="region"]:focus::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; outline: 4px solid transparent; box-shadow: inset 0 0 0 4px #007cba; box-shadow: inset 0 0 0 4px var(--wp-admin-theme-color); }
2119
 
2120
- @supports (outline-offset: 1px) { .components-navigate-regions.is-focusing-regions [role="region"]:focus::after { content: none; }
2121
- .components-navigate-regions.is-focusing-regions [role="region"]:focus { outline-style: solid; outline-color: #007cba; outline-color: var(--wp-admin-theme-color); outline-width: 4px; outline-offset: -4px; } }
 
2122
 
2123
- .components-menu-group + .components-menu-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e1e1e; }
2124
 
2125
- .components-menu-group__label { padding: 0 8px; margin-top: 4px; margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
2126
 
2127
- .components-menu-item__button, .components-menu-item__button.components-button { width: 100%; }
2128
 
2129
- .components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon { margin-right: -2px; margin-left: auto; display: inline-block; flex: 0 0 auto; }
 
2130
 
2131
- .components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon { margin-left: 8px; }
2132
 
2133
- .components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon { margin-left: -2px; margin-right: 8px; }
2134
 
2135
- .components-menu-item__info-wrapper { display: flex; flex-direction: column; }
2136
 
2137
- .components-menu-item__info { margin-top: 4px; font-size: 12px; color: #757575; }
2138
 
2139
- .components-menu-item__shortcut { -ms-grid-row-align: center; align-self: center; margin-right: 0; margin-left: auto; padding-left: 12px; color: currentColor; display: none; }
2140
 
2141
- @media (min-width: 480px) { .components-menu-item__shortcut { display: inline; } }
2142
 
2143
- .components-menu-items-choice svg, .components-menu-items-choice.components-button svg { margin-right: 12px; }
 
2144
 
2145
- .components-menu-items-choice.has-icon, .components-menu-items-choice.components-button.has-icon { padding-left: 12px; }
2146
 
2147
- .components-modal__screen-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); z-index: 100000; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
 
2148
 
2149
- @media (prefers-reduced-motion: reduce) { .components-modal__screen-overlay { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
 
2150
 
2151
- .components-modal__frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; margin: 0; border: 1px solid #ddd; background: #fff; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2); overflow: auto; }
2152
 
2153
- @media (min-width: 600px) { .components-modal__frame { top: 50%; right: auto; bottom: auto; left: 50%; min-width: 360px; max-width: calc(100% - 16px - 16px); max-height: calc(100% - 60px - 60px); transform: translate(-50%, -50%); -webkit-animation: components-modal__appear-animation 0.1s ease-out; animation: components-modal__appear-animation 0.1s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } }
2154
 
2155
- @media (min-width: 600px) and (prefers-reduced-motion: reduce) { .components-modal__frame { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2156
 
2157
- @-webkit-keyframes components-modal__appear-animation { from { margin-top: 32px; }
2158
- to { margin-top: 0; } }
2159
 
2160
- @keyframes components-modal__appear-animation { from { margin-top: 32px; }
2161
- to { margin-top: 0; } }
2162
 
2163
- .components-modal__header { box-sizing: border-box; border-bottom: 1px solid #ddd; padding: 0 24px; display: flex; flex-direction: row; justify-content: space-between; background: #fff; align-items: center; height: 60px; z-index: 10; position: relative; position: -webkit-sticky; position: sticky; top: 0; margin: 0 -24px 24px; }
2164
 
2165
- @supports (-ms-ime-align: auto) { .components-modal__header { position: fixed; width: 100%; } }
2166
 
2167
- .components-modal__header .components-modal__header-heading { font-size: 1rem; font-weight: 600; }
2168
 
2169
- .components-modal__header h1 { line-height: 1; margin: 0; }
2170
 
2171
- .components-modal__header .components-button { position: relative; left: 8px; }
2172
 
2173
- .components-modal__header-heading-container { align-items: center; flex-grow: 1; display: flex; flex-direction: row; justify-content: left; }
2174
 
2175
- .components-modal__header-icon-container { display: inline-block; }
2176
 
2177
- .components-modal__header-icon-container svg { max-width: 36px; max-height: 36px; padding: 8px; }
2178
 
2179
- .components-modal__content { box-sizing: border-box; height: 100%; padding: 0 24px 24px; }
2180
 
2181
- @supports (-ms-ime-align: auto) { .components-modal__content { padding-top: 60px; } }
2182
 
2183
- .components-notice { display: flex; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #fff; border-left: 4px solid #007cba; border-left: 4px solid var(--wp-admin-theme-color); margin: 5px 15px 2px; padding: 8px 12px; align-items: center; }
2184
 
2185
- .components-notice.is-dismissible { padding-right: 36px; position: relative; }
2186
 
2187
- .components-notice.is-success { border-left-color: #4ab866; background-color: #eff9f1; }
2188
 
2189
- .components-notice.is-warning { border-left-color: #f0b849; background-color: #fef8ee; }
2190
 
2191
- .components-notice.is-error { border-left-color: #cc1818; background-color: #f4a2a2; }
2192
 
2193
- .components-notice__content { flex-grow: 1; margin: 4px 25px 4px 0; }
2194
 
2195
- .components-notice__action.components-button, .components-notice__action.components-button.is-link { margin-left: 12px; }
2196
 
2197
- .components-notice__action.components-button.is-secondary { vertical-align: initial; }
2198
 
2199
- .components-notice__dismiss { color: #757575; align-self: flex-start; flex-shrink: 0; }
2200
 
2201
- .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover, .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):focus { color: #1e1e1e; background-color: transparent; }
2202
 
2203
- .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover { box-shadow: none; }
2204
 
2205
- .components-notice-list { max-width: 100vw; box-sizing: border-box; z-index: 29; }
2206
 
2207
- .components-notice-list .components-notice__content { margin-top: 12px; margin-bottom: 12px; line-height: 2; }
2208
 
2209
- .components-notice-list .components-notice__action.components-button { display: block; margin-left: 0; margin-top: 8px; }
2210
 
2211
- .components-panel { background: #fff; border: 1px solid #e0e0e0; }
2212
 
2213
- .components-panel > .components-panel__header:first-child, .components-panel > .components-panel__body:first-child { margin-top: -1px; }
2214
 
2215
- .components-panel > .components-panel__header:last-child, .components-panel > .components-panel__body:last-child { border-bottom-width: 0; }
2216
 
2217
- .components-panel + .components-panel { margin-top: -1px; }
2218
 
2219
- .components-panel__body { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
2220
 
2221
- .components-panel__body h3 { margin: 0 0 0.5em; }
2222
 
2223
- .components-panel__body.is-opened { padding: 16px; }
2224
 
2225
- .components-panel__header { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; height: 48px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
2226
 
2227
- .components-panel__header h2 { margin: 0; font-size: inherit; color: inherit; }
2228
 
2229
- .components-panel__body + .components-panel__body, .components-panel__body + .components-panel__header, .components-panel__header + .components-panel__body, .components-panel__header + .components-panel__header { margin-top: -1px; }
2230
 
2231
- .components-panel__body > .components-panel__body-title { display: block; padding: 0; font-size: inherit; margin-top: 0; margin-bottom: 0; transition: 0.1s background ease-in-out; }
2232
 
2233
- @media (prefers-reduced-motion: reduce) { .components-panel__body > .components-panel__body-title { transition-duration: 0s; } }
2234
 
2235
- .components-panel__body.is-opened > .components-panel__body-title { margin: -16px; margin-bottom: 5px; }
2236
 
2237
- .components-panel__body > .components-panel__body-title:hover { background: #f0f0f0; border: none; }
2238
 
2239
- .components-panel__body-toggle.components-button { position: relative; padding: 16px; outline: none; width: 100%; font-weight: 500; text-align: left; color: #1e1e1e; border: none; box-shadow: none; transition: 0.1s background ease-in-out; height: auto; /* rtl:begin:ignore */ /* rtl:end:ignore */ }
2240
 
2241
- @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button { transition-duration: 0s; } }
2242
 
2243
- .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 0; }
2244
 
2245
- .components-panel__body-toggle.components-button .components-panel__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #1e1e1e; fill: currentColor; transition: 0.1s color ease-in-out; }
2246
 
2247
- @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button .components-panel__arrow { transition-duration: 0s; } }
2248
 
2249
- body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right { transform: scaleX(-1); -ms-filter: fliph; filter: FlipH; margin-top: -10px; }
2250
 
2251
- .components-panel__icon { color: #757575; margin: -2px 0 -2px 6px; }
2252
 
2253
- .components-panel__body-toggle-icon { margin-right: -5px; }
2254
 
2255
- .components-panel__color-title { float: left; height: 19px; }
2256
 
2257
- .components-panel__row { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; min-height: 36px; }
2258
 
2259
- .components-panel__row select { min-width: 0; }
2260
 
2261
- .components-panel__row label { margin-right: 12px; flex-shrink: 0; max-width: 75%; }
2262
 
2263
- .components-panel__row:empty, .components-panel__row:first-of-type { margin-top: 0; }
2264
 
2265
- .components-panel .circle-picker { padding-bottom: 20px; }
2266
 
2267
- .components-placeholder.components-placeholder { box-sizing: border-box; position: relative; padding: 1em; min-height: 200px; width: 100%; text-align: left; margin: 0; color: #1e1e1e; -moz-font-smoothing: subpixel-antialiased; -webkit-font-smoothing: subpixel-antialiased; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; outline: 1px solid transparent; }
2268
 
2269
- @supports ((position: -webkit-sticky) or (position: sticky)) { .components-placeholder.components-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } }
 
 
 
2270
 
2271
- .components-placeholder.components-placeholder .components-base-control__label { font-size: 13px; }
2272
 
2273
- .components-placeholder__error, .components-placeholder__instructions, .components-placeholder__label, .components-placeholder__fieldset { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
2274
 
2275
- .components-placeholder__label { display: flex; font-weight: 600; margin-bottom: 16px; align-items: center; }
2276
 
2277
- .components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { fill: currentColor; margin-right: 1ch; }
2278
 
2279
- .components-placeholder__fieldset, .components-placeholder__fieldset form { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; }
2280
 
2281
- .components-placeholder__fieldset p, .components-placeholder__fieldset form p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
2282
 
2283
- .components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form { flex-direction: column; }
2284
 
2285
- .components-placeholder__input[type="url"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin: 0 8px 0 0; flex: 1 1 auto; }
2286
 
2287
- @media (prefers-reduced-motion: reduce) { .components-placeholder__input[type="url"] { transition-duration: 0s; } }
2288
 
2289
- @media (min-width: 600px) { .components-placeholder__input[type="url"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2290
 
2291
- .components-placeholder__input[type="url"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2292
 
2293
- .components-placeholder__input[type="url"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2294
 
2295
- .components-placeholder__input[type="url"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2296
 
2297
- .components-placeholder__input[type="url"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2298
 
2299
- .is-dark-theme .components-placeholder__input[type="url"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2300
 
2301
- .is-dark-theme .components-placeholder__input[type="url"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2302
 
2303
- .is-dark-theme .components-placeholder__input[type="url"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2304
 
2305
- .components-placeholder__instructions { margin-bottom: 1em; }
2306
 
2307
- .components-placeholder__error { margin-top: 1em; width: 100%; }
2308
 
2309
- .components-placeholder__preview img { margin: 3%; width: 50%; }
2310
 
2311
- .components-placeholder__fieldset .components-button { margin-right: 12px; margin-bottom: 12px; }
2312
 
2313
- .components-placeholder__fieldset .components-button:last-child { margin-bottom: 0; margin-right: 0; }
2314
 
2315
- .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link { margin-left: 10px; margin-right: 10px; }
2316
 
2317
- .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child { margin-right: 0; }
 
 
 
2318
 
2319
- .components-placeholder.is-large .components-placeholder__label { font-size: 18pt; font-weight: normal; }
2320
 
2321
- .components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions { display: none; }
2322
 
2323
- .components-placeholder.is-medium .components-placeholder__fieldset, .components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset, .components-placeholder.is-small .components-placeholder__fieldset form { flex-direction: column; }
2324
 
2325
- .components-placeholder.is-medium .components-placeholder__fieldset .components-button, .components-placeholder.is-small .components-placeholder__fieldset .components-button { margin-right: auto; }
2326
 
2327
- .components-placeholder.is-small .components-button { padding: 0 8px 2px; }
 
2328
 
2329
- /*!rtl:begin:ignore*/
2330
- .components-popover { position: fixed; z-index: 1000000; top: 0; left: 0; opacity: 0; }
2331
 
2332
- .components-popover.is-expanded, .components-popover[data-x-axis][data-y-axis] { opacity: 1; }
2333
 
2334
- .components-popover.is-expanded { top: 0; left: 0; right: 0; bottom: 0; z-index: 1000000 !important; }
 
2335
 
2336
- .components-popover:not(.is-without-arrow) { margin-left: 2px; }
2337
 
2338
- .components-popover:not(.is-without-arrow)::before { border: 8px solid #ccc; }
2339
 
2340
- .components-popover:not(.is-without-arrow).is-alternate::before { border-color: #1e1e1e; }
2341
 
2342
- .components-popover:not(.is-without-arrow)::after { border: 8px solid #fff; }
2343
 
2344
- .components-popover:not(.is-without-arrow)::before, .components-popover:not(.is-without-arrow)::after { content: ""; position: absolute; height: 0; width: 0; line-height: 0; }
2345
 
2346
- .components-popover:not(.is-without-arrow)[data-y-axis="top"] { margin-top: -8px; }
2347
 
2348
- .components-popover:not(.is-without-arrow)[data-y-axis="top"]::before { bottom: -8px; }
2349
 
2350
- .components-popover:not(.is-without-arrow)[data-y-axis="top"]::after { bottom: -6px; }
2351
 
2352
- .components-popover:not(.is-without-arrow)[data-y-axis="top"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="top"]::after { border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-style: solid; margin-left: -10px; }
2353
 
2354
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] { margin-top: 8px; }
2355
 
2356
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::before { top: -8px; }
2357
 
2358
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::after { top: -6px; }
2359
 
2360
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::after { border-bottom-style: solid; border-left-color: transparent; border-right-color: transparent; border-top: none; margin-left: -10px; }
2361
 
2362
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"] { margin-left: -8px; }
2363
 
2364
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::before { right: -8px; }
2365
 
2366
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::after { right: -6px; }
2367
 
2368
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::after { border-bottom-color: transparent; border-left-style: solid; border-right: none; border-top-color: transparent; }
2369
 
2370
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"] { margin-left: 8px; }
2371
 
2372
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::before { left: -8px; }
2373
 
2374
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::after { left: -6px; }
2375
 
2376
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::before, .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::after { border-bottom-color: transparent; border-left: none; border-right-style: solid; border-top-color: transparent; }
2377
 
2378
- .components-popover[data-y-axis="top"] { bottom: 100%; }
2379
 
2380
- .components-popover[data-y-axis="bottom"] { top: 100%; }
2381
 
2382
- .components-popover[data-y-axis="middle"] { align-items: center; display: flex; }
2383
 
2384
- .components-popover.is-from-top { margin-top: 12px; }
2385
 
2386
- .components-popover.is-from-bottom { margin-top: -12px; }
2387
 
2388
- .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) { margin-left: 12px; }
 
2389
 
2390
- .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) { margin-right: 12px; }
2391
 
2392
- .components-popover__content { height: 100%; background: #fff; border: 1px solid #ccc; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); border-radius: 2px; }
 
2393
 
2394
- .is-alternate .components-popover__content { border: 1px solid #1e1e1e; box-shadow: none; }
 
2395
 
2396
- .components-popover .components-popover__content { position: absolute; height: auto; overflow-y: auto; min-width: 260px; }
2397
 
2398
- .components-popover.is-expanded .components-popover__content { position: static; height: calc(100% - 48px); overflow-y: visible; min-width: auto; border: none; border-top: 1px solid #1e1e1e; }
2399
 
2400
- .components-popover[data-y-axis="top"] .components-popover__content { bottom: 100%; }
2401
 
2402
- .components-popover[data-x-axis="center"] .components-popover__content { left: 50%; transform: translateX(-50%); }
2403
 
2404
- .components-popover[data-x-axis="right"] .components-popover__content { position: absolute; left: 100%; }
2405
 
2406
- .components-popover:not([data-y-axis="middle"])[data-x-axis="right"] .components-popover__content { margin-left: -25px; }
2407
 
2408
- .components-popover[data-x-axis="left"] .components-popover__content { position: absolute; right: 100%; }
2409
 
2410
- .components-popover:not([data-y-axis="middle"])[data-x-axis="left"] .components-popover__content { margin-right: -25px; }
2411
 
2412
- .components-popover__header { align-items: center; background: #fff; display: flex; height: 48px; justify-content: space-between; padding: 0 8px 0 16px; }
2413
 
2414
- .components-popover__header-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
2415
 
2416
- .components-popover__close.components-button { z-index: 5; }
2417
 
2418
- /*!rtl:end:ignore*/
2419
- .components-radio-control { display: flex; flex-direction: column; }
2420
 
2421
- .components-radio-control .components-base-control__help { margin-top: 0; }
2422
 
2423
- .components-radio-control .components-base-control__field { margin-bottom: 0; }
2424
 
2425
- .components-radio-control__option:not(:last-child) { margin-bottom: 4px; }
2426
 
2427
- .components-radio-control__input[type="radio"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; margin-top: 0; margin-right: 6px; }
2428
 
2429
- @media (prefers-reduced-motion: reduce) { .components-radio-control__input[type="radio"] { transition-duration: 0s; } }
2430
 
2431
- @media (min-width: 600px) { .components-radio-control__input[type="radio"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2432
 
2433
- .components-radio-control__input[type="radio"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2434
 
2435
- .components-radio-control__input[type="radio"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2436
 
2437
- .components-radio-control__input[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2438
 
2439
- .components-radio-control__input[type="radio"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2440
 
2441
- .is-dark-theme .components-radio-control__input[type="radio"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2442
 
2443
- .is-dark-theme .components-radio-control__input[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2444
 
2445
- .is-dark-theme .components-radio-control__input[type="radio"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2446
 
2447
- .components-radio-control__input[type="radio"]:checked::before { width: 7px; height: 7px; margin: 8px 0 0 8px; background-color: #fff; border: 3px solid #fff; }
2448
 
2449
- @media (min-width: 782px) { .components-radio-control__input[type="radio"]:checked::before { width: 6px; height: 6px; margin: 4px 0 0 4px; } }
2450
 
2451
- .components-radio-control__input[type="radio"]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2452
 
2453
- .components-radio-control__input[type="radio"]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
2454
 
2455
- .components-resizable-box__handle { display: none; width: 23px; height: 23px; }
2456
 
2457
- .components-resizable-box__container.has-show-handle .components-resizable-box__handle { display: block; }
2458
 
2459
- .components-resizable-box__handle::after { display: block; content: ""; width: 15px; height: 15px; border: 2px solid #fff; border-radius: 50%; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 8px); right: calc(50% - 8px); }
2460
 
2461
- .components-resizable-box__side-handle::before { display: block; content: ""; width: 7px; height: 7px; border: 2px solid #fff; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); transition: transform 0.1s ease-in; opacity: 0; }
2462
 
2463
- @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle::before { transition-duration: 0s; } }
2464
 
2465
- .is-dark-theme .components-resizable-box__side-handle::before, .is-dark-theme .components-resizable-box__handle::after { border-color: #ddd; }
2466
 
2467
- .components-resizable-box__handle { z-index: 2; }
2468
 
2469
- .components-resizable-box__side-handle { z-index: 2; }
2470
 
2471
- .components-resizable-box__corner-handle { z-index: 2; }
2472
 
2473
- .components-resizable-box__side-handle.components-resizable-box__handle-top, .components-resizable-box__side-handle.components-resizable-box__handle-bottom, .components-resizable-box__side-handle.components-resizable-box__handle-top::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom::before { width: 100%; left: 0; border-left: 0; border-right: 0; }
2474
 
2475
- .components-resizable-box__side-handle.components-resizable-box__handle-left, .components-resizable-box__side-handle.components-resizable-box__handle-right, .components-resizable-box__side-handle.components-resizable-box__handle-left::before, .components-resizable-box__side-handle.components-resizable-box__handle-right::before { height: 100%; top: 0; border-top: 0; border-bottom: 0; }
2476
 
2477
- .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
2478
 
2479
- @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2480
 
2481
- .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
2482
 
2483
- @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2484
 
2485
- /* This CSS is shown only to Safari, which has a bug with table-caption making it jumpy.
2486
- See https://bugs.webkit.org/show_bug.cgi?id=187903. */
2487
- @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: none; animation: none; }
2488
- .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: none; animation: none; } } }
2489
 
2490
- @-webkit-keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
2491
- opacity: 0; }
2492
- to { transform: scaleX(1);
2493
- opacity: 1; } }
2494
 
2495
- @keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
2496
- opacity: 0; }
2497
- to { transform: scaleX(1);
2498
- opacity: 1; } }
2499
 
2500
- @-webkit-keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
2501
- opacity: 0; }
2502
- to { transform: scaleY(1);
2503
- opacity: 1; } }
2504
 
2505
- @keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
2506
- opacity: 0; }
2507
- to { transform: scaleY(1);
2508
- opacity: 1; } }
2509
 
2510
- /*!rtl:begin:ignore*/
2511
- .components-resizable-box__handle-right { right: calc(11.5px * -1); }
2512
 
2513
- .components-resizable-box__handle-left { left: calc(11.5px * -1); }
2514
 
2515
- .components-resizable-box__handle-top { top: calc(11.5px * -1); }
2516
 
2517
- .components-resizable-box__handle-bottom { bottom: calc(11.5px * -1); }
2518
 
2519
- /*!rtl:end:ignore*/
2520
- .components-responsive-wrapper { position: relative; max-width: 100%; }
2521
 
2522
- .components-responsive-wrapper, .components-responsive-wrapper > span { display: block; }
2523
 
2524
- .components-responsive-wrapper__content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; margin: auto; }
2525
 
2526
- .components-sandbox { overflow: hidden; }
2527
 
2528
- iframe.components-sandbox { width: 100%; }
2529
 
2530
- html.lockscroll, body.lockscroll { overflow: hidden; }
2531
 
2532
- .components-select-control__input { background: #fff; height: 36px; line-height: 36px; margin: 1px; outline: 0; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
2533
 
2534
- @media (min-width: 782px) { .components-select-control__input { height: 28px; line-height: 28px; } }
2535
 
2536
- @media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { font-size: 16px; } }
2537
 
2538
- .components-snackbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #1e1e1e; border-radius: 2px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); color: #fff; padding: 16px 24px; width: 100%; max-width: 600px; box-sizing: border-box; cursor: pointer; }
2539
 
2540
- @media (min-width: 600px) { .components-snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
2541
 
2542
- .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
2543
 
2544
- .components-snackbar__action.components-button { margin-left: 32px; color: #fff; height: auto; flex-shrink: 0; line-height: 1.4; padding: 0; }
2545
 
2546
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) { text-decoration: underline; background-color: transparent; }
2547
 
2548
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):focus { color: #fff; box-shadow: none; outline: 1px dotted #fff; }
2549
 
2550
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover { color: #007cba; color: var(--wp-admin-theme-color); }
2551
 
2552
- .components-snackbar__content { display: flex; align-items: baseline; justify-content: space-between; line-height: 1.4; }
2553
 
2554
- .components-snackbar-list { position: absolute; z-index: 100000; width: 100%; box-sizing: border-box; }
2555
 
2556
- .components-snackbar-list__notice-container { position: relative; padding-top: 8px; }
2557
 
2558
- .components-spinner { display: inline-block; background-color: #949494; width: 18px; height: 18px; opacity: 0.7; margin: 5px 11px 0; border-radius: 100%; position: relative; }
2559
 
2560
- .components-spinner::before { /* rtl:begin:ignore */ content: ""; position: absolute; background-color: #fff; top: 3px; left: 3px; width: 4px; height: 4px; border-radius: 100%; transform-origin: 6px 6px; -webkit-animation: components-spinner__animation 1s infinite linear; animation: components-spinner__animation 1s infinite linear; /* rtl:end:ignore */ }
2561
 
2562
- @-webkit-keyframes components-spinner__animation { from { transform: rotate(0deg); }
2563
- to { transform: rotate(360deg); } }
2564
 
2565
- @keyframes components-spinner__animation { from { transform: rotate(0deg); }
2566
- to { transform: rotate(360deg); } }
2567
 
2568
- .components-tab-panel__tabs { display: flex; align-items: stretch; }
2569
 
2570
- .components-tab-panel__tabs-item { background: transparent; border: none; box-shadow: none; border-radius: 0; cursor: pointer; height: 48px; padding: 3px 16px; margin-left: 0; font-weight: 500; transition: box-shadow 0.1s linear; box-sizing: border-box; }
 
2571
 
2572
- .components-tab-panel__tabs-item::after { content: attr(data-label); display: block; height: 0; overflow: hidden; speak: none; visibility: hidden; }
 
2573
 
2574
- .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #007cba; box-shadow: inset 0 1.5px var(--wp-admin-theme-color); }
2575
 
2576
- .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; }
2577
 
2578
- .components-tab-panel__tabs-item.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
2579
 
2580
- .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
2581
 
2582
- .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
2583
 
2584
- .components-text-control__input, .components-text-control__input[type="text"], .components-text-control__input[type="tel"], .components-text-control__input[type="time"], .components-text-control__input[type="url"], .components-text-control__input[type="week"], .components-text-control__input[type="password"], .components-text-control__input[type="color"], .components-text-control__input[type="date"], .components-text-control__input[type="datetime"], .components-text-control__input[type="datetime-local"], .components-text-control__input[type="email"], .components-text-control__input[type="month"], .components-text-control__input[type="number"] { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
2585
 
2586
- @media (prefers-reduced-motion: reduce) { .components-text-control__input, .components-text-control__input[type="text"], .components-text-control__input[type="tel"], .components-text-control__input[type="time"], .components-text-control__input[type="url"], .components-text-control__input[type="week"], .components-text-control__input[type="password"], .components-text-control__input[type="color"], .components-text-control__input[type="date"], .components-text-control__input[type="datetime"], .components-text-control__input[type="datetime-local"], .components-text-control__input[type="email"], .components-text-control__input[type="month"], .components-text-control__input[type="number"] { transition-duration: 0s; } }
2587
 
2588
- @media (min-width: 600px) { .components-text-control__input, .components-text-control__input[type="text"], .components-text-control__input[type="tel"], .components-text-control__input[type="time"], .components-text-control__input[type="url"], .components-text-control__input[type="week"], .components-text-control__input[type="password"], .components-text-control__input[type="color"], .components-text-control__input[type="date"], .components-text-control__input[type="datetime"], .components-text-control__input[type="datetime-local"], .components-text-control__input[type="email"], .components-text-control__input[type="month"], .components-text-control__input[type="number"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2589
 
2590
- .components-text-control__input:focus, .components-text-control__input[type="text"]:focus, .components-text-control__input[type="tel"]:focus, .components-text-control__input[type="time"]:focus, .components-text-control__input[type="url"]:focus, .components-text-control__input[type="week"]:focus, .components-text-control__input[type="password"]:focus, .components-text-control__input[type="color"]:focus, .components-text-control__input[type="date"]:focus, .components-text-control__input[type="datetime"]:focus, .components-text-control__input[type="datetime-local"]:focus, .components-text-control__input[type="email"]:focus, .components-text-control__input[type="month"]:focus, .components-text-control__input[type="number"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2591
 
2592
- .components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type="text"]::-webkit-input-placeholder, .components-text-control__input[type="tel"]::-webkit-input-placeholder, .components-text-control__input[type="time"]::-webkit-input-placeholder, .components-text-control__input[type="url"]::-webkit-input-placeholder, .components-text-control__input[type="week"]::-webkit-input-placeholder, .components-text-control__input[type="password"]::-webkit-input-placeholder, .components-text-control__input[type="color"]::-webkit-input-placeholder, .components-text-control__input[type="date"]::-webkit-input-placeholder, .components-text-control__input[type="datetime"]::-webkit-input-placeholder, .components-text-control__input[type="datetime-local"]::-webkit-input-placeholder, .components-text-control__input[type="email"]::-webkit-input-placeholder, .components-text-control__input[type="month"]::-webkit-input-placeholder, .components-text-control__input[type="number"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2593
 
2594
- .components-text-control__input::-moz-placeholder, .components-text-control__input[type="text"]::-moz-placeholder, .components-text-control__input[type="tel"]::-moz-placeholder, .components-text-control__input[type="time"]::-moz-placeholder, .components-text-control__input[type="url"]::-moz-placeholder, .components-text-control__input[type="week"]::-moz-placeholder, .components-text-control__input[type="password"]::-moz-placeholder, .components-text-control__input[type="color"]::-moz-placeholder, .components-text-control__input[type="date"]::-moz-placeholder, .components-text-control__input[type="datetime"]::-moz-placeholder, .components-text-control__input[type="datetime-local"]::-moz-placeholder, .components-text-control__input[type="email"]::-moz-placeholder, .components-text-control__input[type="month"]::-moz-placeholder, .components-text-control__input[type="number"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2595
 
2596
- .components-text-control__input:-ms-input-placeholder, .components-text-control__input[type="text"]:-ms-input-placeholder, .components-text-control__input[type="tel"]:-ms-input-placeholder, .components-text-control__input[type="time"]:-ms-input-placeholder, .components-text-control__input[type="url"]:-ms-input-placeholder, .components-text-control__input[type="week"]:-ms-input-placeholder, .components-text-control__input[type="password"]:-ms-input-placeholder, .components-text-control__input[type="color"]:-ms-input-placeholder, .components-text-control__input[type="date"]:-ms-input-placeholder, .components-text-control__input[type="datetime"]:-ms-input-placeholder, .components-text-control__input[type="datetime-local"]:-ms-input-placeholder, .components-text-control__input[type="email"]:-ms-input-placeholder, .components-text-control__input[type="month"]:-ms-input-placeholder, .components-text-control__input[type="number"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2597
 
2598
- .is-dark-theme .components-text-control__input::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="text"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="tel"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="time"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="url"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="week"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="password"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="color"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="date"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="datetime"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="datetime-local"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="email"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="month"]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type="number"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2599
 
2600
- .is-dark-theme .components-text-control__input::-moz-placeholder, .is-dark-theme .components-text-control__input[type="text"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="tel"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="time"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="url"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="week"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="password"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="color"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="date"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="datetime"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="datetime-local"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="email"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="month"]::-moz-placeholder, .is-dark-theme .components-text-control__input[type="number"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2601
 
2602
- .is-dark-theme .components-text-control__input:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="text"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="tel"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="time"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="url"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="week"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="password"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="color"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="date"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="datetime"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="datetime-local"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="email"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="month"]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type="number"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2603
 
2604
- .components-textarea-control__input { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
2605
 
2606
- @media (prefers-reduced-motion: reduce) { .components-textarea-control__input { transition-duration: 0s; } }
2607
 
2608
- @media (min-width: 600px) { .components-textarea-control__input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2609
 
2610
- .components-textarea-control__input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2611
 
2612
- .components-textarea-control__input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2613
 
2614
- .components-textarea-control__input::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2615
 
2616
- .components-textarea-control__input:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2617
 
2618
- .is-dark-theme .components-textarea-control__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2619
 
2620
- .is-dark-theme .components-textarea-control__input::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2621
 
2622
- .is-dark-theme .components-textarea-control__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2623
 
2624
- .components-tip { display: flex; color: #757575; }
2625
 
2626
- .components-tip svg { -ms-grid-row-align: center; align-self: center; fill: #f0b849; flex-shrink: 0; margin-right: 16px; }
2627
 
2628
- .components-tip p { margin: 0; }
2629
 
2630
- .components-toggle-control .components-base-control__field { display: flex; margin-bottom: 12px; line-height: initial; align-items: center; }
2631
 
2632
- .components-toggle-control .components-base-control__field .components-form-toggle { margin-right: 12px; }
2633
 
2634
- .components-toggle-control .components-base-control__field .components-toggle-control__label { display: block; }
2635
 
2636
- .components-accessible-toolbar { display: inline-flex; border: 1px solid #1e1e1e; border-radius: 2px; flex-shrink: 0; }
2637
 
2638
- .components-accessible-toolbar > .components-toolbar-group:last-child { border-right: none; }
2639
 
2640
- .components-accessible-toolbar .components-button, .components-toolbar .components-button { position: relative; height: 48px; z-index: 1; padding-left: 16px; padding-right: 16px; }
2641
 
2642
- .components-accessible-toolbar .components-button:focus:enabled, .components-toolbar .components-button:focus:enabled { box-shadow: none; outline: none; }
2643
 
2644
- .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 32px; left: 8px; right: 8px; z-index: -1; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
2645
 
2646
- @media (prefers-reduced-motion: reduce) { .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2647
 
2648
- .components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg { position: relative; margin-left: auto; margin-right: auto; }
2649
 
2650
- .components-accessible-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed { background: transparent; }
2651
 
2652
- .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed:hover { background: transparent; }
2653
 
2654
- .components-accessible-toolbar .components-button.is-pressed::before, .components-toolbar .components-button.is-pressed::before { background: #1e1e1e; }
2655
 
2656
- .components-accessible-toolbar .components-button:focus::before, .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff; outline: 2px solid transparent; }
2657
 
2658
- .components-accessible-toolbar .components-button.has-icon, .components-toolbar .components-button.has-icon { padding-left: 8px; padding-right: 8px; min-width: 48px; justify-content: center; }
2659
 
2660
- .components-accessible-toolbar .components-button.components-tab-button, .components-toolbar .components-button.components-tab-button { font-weight: 500; }
2661
 
2662
- .components-accessible-toolbar .components-button.components-tab-button span, .components-toolbar .components-button.components-tab-button span { display: inline-block; padding-left: 0; padding-right: 0; position: relative; }
2663
 
2664
- @-webkit-keyframes components-button__appear-animation { from { transform: scaleY(0); }
2665
- to { transform: scaleY(1); } }
2666
 
2667
- @keyframes components-button__appear-animation { from { transform: scaleY(0); }
2668
- to { transform: scaleY(1); } }
2669
 
2670
- .components-toolbar__control.components-button { position: relative; }
2671
 
2672
- .components-toolbar__control.components-button[data-subscript] svg { padding: 5px 10px 5px 0; }
2673
 
2674
- .components-toolbar__control.components-button[data-subscript]::after { content: attr(data-subscript); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; font-weight: 600; line-height: 12px; position: absolute; right: 8px; bottom: 10px; }
 
 
 
 
2675
 
2676
- .components-toolbar__control.components-button:active::before { display: none; }
2677
 
2678
- .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]::after { color: #fff; }
2679
 
2680
- .components-toolbar-group { min-height: 48px; border-right: 1px solid #1e1e1e; background-color: #fff; display: inline-flex; flex-shrink: 0; flex-wrap: wrap; line-height: 0; }
2681
 
2682
- .components-toolbar-group .components-toolbar-group.components-toolbar-group { border-width: 0; margin: 0; }
2683
 
2684
- .components-toolbar { min-height: 48px; margin: 0; border: 1px solid #1e1e1e; background-color: #fff; display: inline-flex; flex-shrink: 0; flex-wrap: wrap; }
2685
 
2686
- .components-toolbar .components-toolbar.components-toolbar { border-width: 0; margin: 0; }
2687
 
2688
- div.components-toolbar > div { display: block; margin: 0; }
2689
 
2690
- @supports ((position: -webkit-sticky) or (position: sticky)) { div.components-toolbar > div { display: flex; } }
2691
 
2692
- div.components-toolbar > div + div.has-left-divider { margin-left: 6px; position: relative; overflow: visible; }
2693
 
2694
- div.components-toolbar > div + div.has-left-divider::before { display: inline-block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: 8px; left: -3px; width: 1px; height: 20px; }
2695
 
2696
- .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon, .components-toolbar div > .components-button.components-button.has-icon { min-width: 36px; padding-left: 6px; padding-right: 6px; }
2697
 
2698
- .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon svg, .components-toolbar div > .components-button.components-button.has-icon svg { min-width: 24px; }
2699
 
2700
- .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon::before, .components-toolbar div > .components-button.components-button.has-icon::before { left: 2px; right: 2px; }
 
2701
 
2702
- .components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon, .components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon, .components-toolbar div:first-child .components-button.has-icon { min-width: 42px; padding-left: 11px; padding-right: 6px; }
2703
 
2704
- .components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon::before, .components-toolbar div:first-child .components-button.has-icon::before { left: 8px; right: 2px; }
2705
 
2706
- .components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon, .components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon, .components-toolbar div:last-child .components-button.has-icon { min-width: 42px; padding-left: 6px; padding-right: 11px; }
2707
 
2708
- .components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon::before, .components-toolbar div:last-child .components-button.has-icon::before { left: 2px; right: 8px; }
2709
 
2710
- .components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon, .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon, .components-toolbar div:first-child:last-child > .components-button.has-icon { min-width: 48px; padding-left: 12px; padding-right: 12px; }
2711
 
2712
- .components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon::before, .components-toolbar div:first-child:last-child > .components-button.has-icon::before { left: 8px; right: 8px; }
2713
 
2714
- .components-tooltip.components-popover { z-index: 1000002; }
2715
 
2716
- .components-tooltip.components-popover .components-popover__content { min-width: 0; }
2717
 
2718
- .components-tooltip .components-popover__content { background: #1e1e1e; border-radius: 2px; border-width: 0; color: #fff; white-space: nowrap; text-align: center; line-height: 1.4; font-size: 12px; box-shadow: none; }
2719
 
2720
- .components-tooltip .components-popover__content > div { padding: 4px 8px; }
2721
 
2722
- .components-tooltip__shortcut { display: inline-block; margin-left: 8px; }
2723
 
2724
- .components-visually-hidden { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
2725
 
2726
- .components-visually-hidden:focus { background-color: #ddd; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
2727
 
2728
  /** Colors */
2729
  /** Breakpoints & Media Queries */
 
2730
  /** Colors */
2731
  /** Fonts & basic variables. */
2732
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
2733
  /** Dimensions. */
2734
  /** Shadows. */
2735
  /** Editor widths. */
2736
- /** Block UI. */
2737
- /** Border radii. */
2738
  /** Block paddings. */
 
2739
  /** Breakpoint mixins */
2740
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
2741
  /** Focus styles. */
@@ -2744,10 +2909,13 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
2744
  /** Allows users to opt-out of animations via OS-level preferences. */
2745
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
2746
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
2747
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
2748
 
2749
  #start-resizable-editor-section { display: none; }
2750
 
 
 
2751
  .block-editor-autocompleters__block .block-editor-block-icon { margin-right: 8px; }
2752
 
2753
  .block-editor-block-alignment-matrix-toolbar__popover .components-popover__content { min-width: 0; width: auto; }
@@ -2770,72 +2938,73 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
2770
 
2771
  .block-editor-block-inspector__no-blocks { display: block; font-size: 13px; background: #fff; padding: 32px 16px; text-align: center; }
2772
 
2773
- .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * { z-index: 1; }
2774
-
2775
  .block-editor-block-styles .block-editor-block-list__block { margin: 0; }
2776
 
2777
  /** Notices & Block Selected/Hover Styles. */
2778
- .block-editor-block-list__layout .block-editor-block-list__block { position: relative; overflow-wrap: break-word; /** Notices */ /** Block Layout */ }
2779
 
2780
- .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui { margin: -10px 0 12px 0; }
2781
 
2782
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui { margin: 0 0 12px 0; width: 100%; }
2783
 
2784
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice { margin-left: 0; margin-right: 0; }
 
2785
 
2786
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content { font-size: 13px; }
2787
 
2788
- .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus { outline: none; }
2789
 
2790
- .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 1px; }
2791
 
2792
- .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #fff; }
2793
 
2794
- .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) { opacity: 0.5; transition: opacity 0.1s linear; }
2795
 
2796
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) { transition-duration: 0s; } }
2797
 
2798
- .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block, .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused { opacity: 1; }
2799
 
2800
- .block-editor-block-list__layout .block-editor-block-list__block, .block-editor-block-list__layout .block-list-appender { position: relative; }
 
 
 
 
2801
 
2802
- .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before, .block-editor-block-list__layout .block-list-appender.is-drop-target::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -14px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
2803
 
2804
- .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally::before, .block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally::before { top: 0; bottom: 0; left: -6px; border-top: none; border-left: 4px solid #007cba; border-left: 4px solid var(--wp-admin-theme-color); }
2805
 
2806
- /** Cross-Block Selection */
2807
- .block-editor-block-list__layout { position: relative; }
2808
 
2809
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; }
2810
 
2811
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 1px; transition: box-shadow 0.2s ease-out; outline: 2px solid transparent; }
2812
 
2813
- @media (prefers-reduced-motion: reduce) { .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { transition-duration: 0s; } }
2814
 
2815
- .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #fff; }
2816
 
2817
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::-moz-selection, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::-moz-selection { background: transparent; }
2818
 
2819
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::selection, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection { background: transparent; }
2820
 
2821
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:not(.is-selected)::after { box-shadow: 0 0 0 1px #949494; }
2822
 
2823
- .is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.has-child-selected { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 1.5px solid transparent; }
2824
 
2825
- .is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; right: 0; left: 0; top: -14px; border-radius: 2px; border-top: 4px solid #ccc; }
2826
 
2827
- .is-block-moving-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after { content: none; }
2828
 
2829
- .is-block-moving-mode.can-insert-moving-block .block-editor-block-list__layout .block-editor-block-list__block.is-selected::before { border-color: #007cba; border-color: var(--wp-admin-theme-color); }
2830
 
2831
- .is-block-moving-mode.block-editor-block-list__block-selection-button { opacity: 0; font-size: 1px; height: 1px; padding: 0; }
2832
 
2833
- /** Block styles and alignments */
2834
- .block-editor-block-list__layout .block-editor-block-list__block.has-warning { min-height: 36px; }
2835
 
2836
- .block-editor-block-list__layout .block-editor-block-list__block::after { content: ""; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; box-shadow: 0 0 0 1.5px transparent; transition: box-shadow 0.1s ease-in; }
2837
 
2838
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__layout .block-editor-block-list__block::after { transition-duration: 0s; } }
2839
 
2840
  .block-editor-block-list__layout .block-editor-block-list__block.has-warning > * { pointer-events: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
2841
 
@@ -2851,30 +3020,34 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
2851
 
2852
  .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block { cursor: default; }
2853
 
2854
- .block-editor-block-list__layout .block-editor-block-list__block[data-clear="true"] { float: none; }
2855
 
2856
  .block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter { left: auto; right: 8px; }
2857
 
2858
  .block-editor-block-list__layout .wp-block { margin-left: auto; margin-right: auto; }
2859
 
2860
- .wp-block[data-align="left"], .wp-block[data-align="right"] { width: 100%; height: 0; }
2861
 
2862
- .wp-block[data-align="left"]::before, .wp-block[data-align="right"]::before { content: none; }
2863
 
2864
- .wp-block[data-align="left"] > *, .wp-block[data-align="right"] > * { z-index: 21; }
2865
 
2866
- .wp-block[data-align="left"] > * { /*!rtl:begin:ignore*/ float: left; margin-right: 2em; /*!rtl:end:ignore*/ }
2867
 
2868
- .wp-block[data-align="right"] > * { /*!rtl:begin:ignore*/ float: right; margin-left: 2em; /*!rtl:end:ignore*/ }
2869
 
2870
- .wp-block[data-align="full"], .wp-block[data-align="wide"] { clear: both; }
2871
 
2872
  /** In-Canvas Inserter */
2873
  .block-editor-block-list .block-editor-inserter { margin: 8px; cursor: move; cursor: -webkit-grab; cursor: grab; }
2874
 
2875
- .block-editor-block-list__insertion-point { position: relative; z-index: 6; margin-top: -28px; }
 
 
2876
 
2877
- .block-editor-block-list__insertion-point-indicator { position: absolute; top: calc(50% - 1px); height: 1.5px; left: 0; right: 0; background: #007cba; background: var(--wp-admin-theme-color); }
 
 
2878
 
2879
  .block-editor-block-list__insertion-point-inserter { display: none; justify-content: center; }
2880
 
@@ -2920,13 +3093,11 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
2920
 
2921
  .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle { opacity: 0; transform: scale(0); }
2922
 
2923
- .block-editor-block-list__block > .block-editor-block-list__insertion-point { position: absolute; top: -16px; height: 28px; bottom: auto; left: 14px; right: 14px; }
2924
-
2925
- .block-editor-block-list__block .block-editor-block-list__block-html-textarea { display: block; margin: 0; width: 100%; border: none; outline: none; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; line-height: 1.5; transition: padding 0.2s linear; }
2926
 
2927
  @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-editor-block-list__block-html-textarea { transition-duration: 0s; } }
2928
 
2929
- .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus { box-shadow: none; }
2930
 
2931
  /** Block Toolbar when contextual. */
2932
  .block-editor-block-contextual-toolbar { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
@@ -2937,31 +3108,11 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
2937
 
2938
  .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button { min-width: 24px; width: 24px; }
2939
 
2940
- .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-up-button svg { transition: ease-in-out transform 0.1s; }
2941
-
2942
- @media (prefers-reduced-motion: reduce) { .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-up-button svg { transition-duration: 0s; } }
2943
-
2944
- .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-up-button:focus svg, .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-up-button:hover svg { transform: translateX(-2px); }
2945
-
2946
- .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-down-button svg { transition: ease-in-out transform 0.1s; }
2947
-
2948
- @media (prefers-reduced-motion: reduce) { .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-down-button svg { transition-duration: 0s; } }
2949
-
2950
- .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-down-button:focus svg, .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button.is-down-button:hover svg { transform: translateX(2px); }
2951
-
2952
- .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg { margin-top: 2px; transition: ease-in-out transform 0.1s; }
2953
-
2954
- @media (prefers-reduced-motion: reduce) { .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg { transition-duration: 0s; } }
2955
-
2956
- .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button:focus svg, .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button:hover svg { transform: translateY(-2px); }
2957
-
2958
- .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg { margin-bottom: 3px; transition: ease-in-out transform 0.1s; }
2959
-
2960
- @media (prefers-reduced-motion: reduce) { .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg { transition-duration: 0s; } }
2961
 
2962
- .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button:focus svg, .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button:hover svg { transform: translateY(2px); }
2963
 
2964
- .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before { left: 0 !important; min-width: 0; width: 100%; }
2965
 
2966
  /** Block Label for Navigation/Selection Mode */
2967
  .block-editor-block-list__block-selection-button { display: block; z-index: 22; }
@@ -3000,8 +3151,6 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3000
 
3001
  .block-editor-block-list__block .block-list-appender { margin: 8px 0; }
3002
 
3003
- .has-background .block-editor-block-list__block .block-list-appender { margin: 20px 8px; }
3004
-
3005
  .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { padding: 0; opacity: 1; transform: scale(1); transition: all 0.1s ease; }
3006
 
3007
  @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { transition-duration: 0s; } }
@@ -3063,11 +3212,11 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3063
 
3064
  .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed { background-color: #cc1818; }
3065
 
3066
- .block-editor-block-compare__wrapper .block-editor-block-compare__preview { padding: 0; padding-top: 14px; }
3067
 
3068
  .block-editor-block-compare__wrapper .block-editor-block-compare__preview p { font-size: 12px; margin-top: 0; }
3069
 
3070
- .block-editor-block-compare__wrapper .block-editor-block-compare__action { margin-top: 14px; }
3071
 
3072
  .block-editor-block-compare__wrapper .block-editor-block-compare__heading { font-size: 1em; font-weight: 400; margin: 0.67em 0; }
3073
 
@@ -3093,12 +3242,12 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3093
 
3094
  .block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button { float: left; }
3095
 
3096
- .block-editor-block-mover { display: inline-flex; flex-direction: row; }
3097
-
3098
  .block-editor-block-mover-button__description { display: none; }
3099
 
3100
  .block-editor-block-mover-button.has-icon { padding: 0; }
3101
 
 
 
3102
  .block-editor-block-mover .block-editor-block-mover__move-button-container, .block-editor-block-mover .components-toolbar { flex: 1; flex-direction: row; border-right: none !important; }
3103
 
3104
  @media (min-width: 600px) { .block-editor-block-mover .block-editor-block-mover__move-button-container, .block-editor-block-mover .components-toolbar { flex-direction: column; } }
@@ -3113,9 +3262,8 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3113
 
3114
  .block-editor-block-mover .block-editor-block-mover__drag-handle:focus::before { left: 0 !important; right: 0 !important; }
3115
 
3116
- @media (min-width: 600px) { .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button svg, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button svg { margin-bottom: -8px; }
3117
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button::before, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button::before { bottom: 0; height: calc(100% - 1px); }
3118
- .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button svg, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button svg { margin-top: -8px; }
3119
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button::before, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button::before { top: 0; height: calc(100% - 1px); } }
3120
 
3121
  .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon { height: 48px; width: 24px; padding-left: 0; padding-right: 0; }
@@ -3130,8 +3278,6 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3130
 
3131
  .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before { left: 0 !important; right: 0 !important; width: calc(100% + 1px); }
3132
 
3133
- .block-editor-block-navigation__container { padding: 7px; }
3134
-
3135
  .block-editor-block-navigation__label { margin: 0 0 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
3136
 
3137
  .block-editor-block-navigation__container { padding: 7px; }
@@ -3142,7 +3288,7 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3142
 
3143
  .block-editor-block-navigation-leaf.is-dragging { display: none; }
3144
 
3145
- .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents { display: flex; align-items: center; width: 100%; height: auto; padding: 12px 6px; margin-top: auto; margin-bottom: auto; text-align: left; color: #1e1e1e; border-radius: 2px; position: relative; }
3146
 
3147
  .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before { content: ""; position: absolute; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -2px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
3148
 
@@ -3238,19 +3384,21 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3238
 
3239
  .block-editor-block-patterns-list__item.is-placeholder { min-height: 100px; }
3240
 
 
 
3241
  .block-editor-block-patterns-list__item-title { padding: 4px; font-size: 12px; text-align: center; }
3242
 
3243
  .block-editor-block-preview__container { position: relative; width: 100%; overflow: hidden; }
3244
 
3245
  .block-editor-block-preview__container.editor-styles-wrapper { padding: 0; margin: 0; }
3246
 
3247
- .block-editor-block-preview__content { position: absolute; top: 0; left: 0; transform-origin: top left; text-align: initial; margin: 0; overflow: visible; min-height: auto; }
3248
 
3249
- .block-editor-block-preview__content .block-editor-block-list__insertion-point, .block-editor-block-preview__content .block-editor-block-drop-zone, .block-editor-block-preview__content .reusable-block-indicator, .block-editor-block-preview__content .block-list-appender { display: none; }
3250
 
3251
- .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container { padding-left: 0; padding-right: 0; }
3252
 
3253
- .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] { margin-left: 0; margin-right: 0; }
3254
 
3255
  .block-editor-block-settings-menu__popover .components-dropdown-menu__menu { padding: 0; }
3256
 
@@ -3320,10 +3468,10 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3320
 
3321
  .block-editor-block-switcher__preview-title { margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
3322
 
3323
- .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon { height: 48px; }
3324
-
3325
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
3326
 
 
 
3327
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { width: 48px; height: 48px; }
3328
 
3329
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { padding: 12px; }
@@ -3338,13 +3486,13 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3338
 
3339
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations { display: flex; justify-content: flex-start; flex-direction: row; flex-wrap: wrap; width: 100%; margin: 16px 0; padding: 0; list-style: none; }
3340
 
3341
- .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li { list-style: none; margin: 8px 20px 0 0; flex-shrink: 1; max-width: 100px; text-align: center; }
3342
 
3343
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button { display: inline-flex; margin-right: 0; }
3344
 
3345
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation { padding: 8px; }
3346
 
3347
- .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 12px; display: block; }
3348
 
3349
  .block-editor-block-variation-picker__variation { width: 100%; }
3350
 
@@ -3360,9 +3508,23 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3360
 
3361
  .block-editor-block-variation-picker__variation:last-child { margin-right: 0; }
3362
 
 
 
 
 
 
 
 
 
 
 
 
 
3363
  .block-editor-button-block-appender { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; width: 100%; height: auto; color: #1e1e1e; box-shadow: inset 0 0 0 1px #1e1e1e; }
3364
 
3365
- .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #007cba; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); }
 
 
3366
 
3367
  .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color); }
3368
 
@@ -3384,6 +3546,10 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3384
 
3385
  .block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator { display: none; }
3386
 
 
 
 
 
3387
  .block-editor-contrast-checker > .components-notice { margin: 0; }
3388
 
3389
  .block-editor-default-block-appender { clear: both; margin-left: auto; margin-right: auto; position: relative; }
@@ -3412,31 +3578,35 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3412
 
3413
  @media (min-width: 600px) { .block-editor-default-block-appender .block-editor-inserter { align-items: center; } }
3414
 
 
 
 
 
3415
  .block-editor-link-control { position: relative; min-width: 360px; }
3416
 
3417
  .components-popover__content .block-editor-link-control { min-width: auto; width: 90vw; max-width: 360px; }
3418
 
3419
  .block-editor-link-control__search-input-wrapper { position: relative; }
3420
 
3421
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; width: calc(100% - 32px); display: block; padding: 11px 16px; padding-right: 36px; margin: 16px; position: relative; border: 1px solid #ddd; border-radius: 2px; }
3422
 
3423
- @media (prefers-reduced-motion: reduce) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] { transition-duration: 0s; } }
3424
 
3425
- @media (min-width: 600px) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3426
 
3427
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
3428
 
3429
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3430
 
3431
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
3432
 
3433
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3434
 
3435
- .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3436
 
3437
- .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3438
 
3439
- .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3440
 
3441
  .block-editor-link-control .block-editor-link-control__search-input .components-base-control__field { margin-bottom: 0; }
3442
 
@@ -3444,21 +3614,23 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3444
 
3445
  .block-editor-link-control__search-actions { position: absolute; /* Actions must be positioned on top of URLInput, since the input will grow when suggestions are rendered. Compensate for: - Input margin ($grid-unit-20) - Border (1px) - Vertically, for the difference in height between the input (40px) and the icon buttons. - Horizontally, pad to the minimum of: default input padding, or the equivalent of the vertical padding. */ top: 19px; right: 19px; }
3446
 
 
 
3447
  .block-editor-link-control__search-results-wrapper { position: relative; margin-top: -15px; }
3448
 
3449
  .block-editor-link-control__search-results-wrapper::before, .block-editor-link-control__search-results-wrapper::after { content: ""; position: absolute; left: -1px; right: 16px; display: block; pointer-events: none; z-index: 100; }
3450
 
3451
- .block-editor-link-control__search-results-wrapper::before { height: 8px; top: 0; bottom: auto; background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%); }
3452
 
3453
- .block-editor-link-control__search-results-wrapper::after { height: 16px; bottom: 0; top: auto; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
3454
 
3455
- .block-editor-link-control__search-results-label { padding: 15px 30px 0 30px; display: block; font-size: 1.1em; }
3456
 
3457
  .block-editor-link-control__search-results { margin: 0; padding: 8px 16px 8px; max-height: 200px; overflow-y: auto; }
3458
 
3459
  .block-editor-link-control__search-results.is-loading { opacity: 0.2; }
3460
 
3461
- .block-editor-link-control__search-item { position: relative; display: flex; align-items: center; font-size: 13px; cursor: pointer; background: #fff; width: 100%; border: none; text-align: left; padding: 10px 15px; border-radius: 5px; height: auto; }
3462
 
3463
  .block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus { background-color: #ddd; }
3464
 
@@ -3474,11 +3646,9 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3474
 
3475
  .block-editor-link-control__search-item .block-editor-link-control__search-item-icon { margin-right: 1em; min-width: 24px; }
3476
 
3477
- .block-editor-link-control__search-item .block-editor-link-control__search-item-info, .block-editor-link-control__search-item .block-editor-link-control__search-item-title { max-width: 230px; overflow: hidden; text-overflow: ellipsis; }
3478
-
3479
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark { color: #1e1e1e; }
3480
 
3481
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title { display: block; margin-bottom: 0.2em; font-weight: 500; }
3482
 
3483
  .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark { font-weight: 700; color: #000; background-color: transparent; }
3484
 
@@ -3492,11 +3662,11 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3492
 
3493
  .block-editor-link-control__loading .components-spinner { margin-top: 0; }
3494
 
3495
- .components-button + .block-editor-link-control__search-create { margin-top: 20px; overflow: visible; padding: 12px 15px; }
3496
 
3497
- .components-button + .block-editor-link-control__search-create::before { content: ""; position: absolute; top: -10px; left: 0; display: block; width: 100%; border-top: 1px solid #ddd; }
3498
 
3499
- .block-editor-link-control__search-results div[role="menu"] > .block-editor-link-control__search-item.block-editor-link-control__search-item { padding: 10px; }
3500
 
3501
  .block-editor-link-control__settings { border-top: 1px solid #ddd; margin: 0; padding: 16px 24px; }
3502
 
@@ -3530,7 +3700,7 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3530
 
3531
  .block-editor-block-list__layout.has-overlay::after { content: ""; position: absolute; top: -14px; right: -14px; bottom: -14px; left: -14px; z-index: 60; }
3532
 
3533
- [data-align="full"] .has-overlay::after { right: 0; left: 0; }
3534
 
3535
  .block-editor-block-types-list__list-item { display: block; width: 33.33%; padding: 0; margin: 0; }
3536
 
@@ -3554,6 +3724,8 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3554
 
3555
  @media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon svg { transition-duration: 0s; } }
3556
 
 
 
3557
  .block-editor-block-types-list__item-title { padding: 4px 2px 8px; font-size: 12px; }
3558
 
3559
  .modal-open .block-editor-media-replace-flow__options { display: none; }
@@ -3574,7 +3746,7 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3574
 
3575
  .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current { width: auto; padding: 0; }
3576
 
3577
- .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"] { margin: 16px 0 0 0; width: 100%; }
3578
 
3579
  .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions { right: 4px; }
3580
 
@@ -3590,9 +3762,9 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3590
 
3591
  .block-editor-media-placeholder__url-input-form { display: flex; }
3592
 
3593
- .block-editor-media-placeholder__url-input-form input[type="url"].block-editor-media-placeholder__url-input-field { width: 100%; flex-grow: 1; border: none; border-radius: 0; margin: 2px; }
3594
 
3595
- @media (min-width: 600px) { .block-editor-media-placeholder__url-input-form input[type="url"].block-editor-media-placeholder__url-input-field { width: 300px; } }
3596
 
3597
  .block-editor-media-placeholder__url-input-submit-button { flex-shrink: 1; }
3598
 
@@ -3614,7 +3786,7 @@ div.components-toolbar > div + div.has-left-divider::before { display: inline-bl
3614
 
3615
  .block-editor-multi-selection-inspector__card .block-editor-block-icon { margin-left: -2px; margin-right: 10px; padding: 0 3px; width: 36px; height: 24px; }
3616
 
3617
- .block-editor .block-editor-plain-text { box-shadow: none; font-family: inherit; font-size: inherit; color: inherit; line-height: inherit; border: none; padding: 0; margin: 0; width: 100%; }
3618
 
3619
  .block-editor-responsive-block-control { margin-bottom: 28px; border-bottom: 1px solid #ccc; padding-bottom: 14px; }
3620
 
@@ -3658,45 +3830,63 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3658
 
3659
  .block-editor-skip-to-selected-block:focus { height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #007cba; color: var(--wp-admin-theme-color); line-height: normal; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); text-decoration: none; outline: none; z-index: 100000; }
3660
 
3661
- .block-editor-tool-selector__help { margin-top: 8px; margin-left: -12px; margin-right: -12px; margin-bottom: -12px; padding: 12px 20px; border-top: 1px solid #ddd; color: #757575; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3662
 
3663
  .block-editor-block-list__block .block-editor-url-input, .components-popover .block-editor-url-input, .block-editor-url-input { flex-grow: 1; position: relative; padding: 1px; }
3664
 
3665
- .block-editor-block-list__block .block-editor-url-input input[type="text"], .components-popover .block-editor-url-input input[type="text"], .block-editor-url-input input[type="text"] { width: 100%; padding: 8px; border: none; border-radius: 0; margin-left: 0; margin-right: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
3666
 
3667
- @media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type="text"], .components-popover .block-editor-url-input input[type="text"], .block-editor-url-input input[type="text"] { width: 300px; } }
3668
 
3669
- @media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type="text"], .components-popover .block-editor-url-input input[type="text"], .block-editor-url-input input[type="text"] { font-size: 13px; } }
3670
 
3671
- .block-editor-block-list__block .block-editor-url-input input[type="text"]::-ms-clear, .components-popover .block-editor-url-input input[type="text"]::-ms-clear, .block-editor-url-input input[type="text"]::-ms-clear { display: none; }
3672
 
3673
  .block-editor-block-list__block .block-editor-url-input.is-full-width, .components-popover .block-editor-url-input.is-full-width, .block-editor-url-input.is-full-width { width: 100%; }
3674
 
3675
- .block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"], .components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"], .block-editor-url-input.is-full-width .block-editor-url-input__input[type="text"] { width: 100%; }
3676
 
3677
  .block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions, .components-popover .block-editor-url-input.is-full-width__suggestions, .block-editor-url-input.is-full-width__suggestions { width: 100%; }
3678
 
3679
  .block-editor-block-list__block .block-editor-url-input .components-spinner, .components-popover .block-editor-url-input .components-spinner, .block-editor-url-input .components-spinner { position: absolute; right: 8px; bottom: 17px; margin: 0; }
3680
 
3681
- .block-editor-url-input__input[type="text"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
3682
 
3683
- @media (prefers-reduced-motion: reduce) { .block-editor-url-input__input[type="text"] { transition-duration: 0s; } }
3684
 
3685
- @media (min-width: 600px) { .block-editor-url-input__input[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3686
 
3687
- .block-editor-url-input__input[type="text"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
3688
 
3689
- .block-editor-url-input__input[type="text"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3690
 
3691
- .block-editor-url-input__input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
3692
 
3693
- .block-editor-url-input__input[type="text"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3694
 
3695
- .is-dark-theme .block-editor-url-input__input[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3696
 
3697
- .is-dark-theme .block-editor-url-input__input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3698
 
3699
- .is-dark-theme .block-editor-url-input__input[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3700
 
3701
  .block-editor-url-input__suggestions { max-height: 200px; transition: all 0.15s ease-in-out; padding: 4px 0; width: 302px; overflow-y: auto; }
3702
 
@@ -3726,9 +3916,9 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3726
 
3727
  .block-editor-url-popover__additional-controls { border-top: 1px solid #ddd; }
3728
 
3729
- .block-editor-url-popover__additional-controls > div[role="menu"] .components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) > svg { box-shadow: none; }
3730
 
3731
- .block-editor-url-popover__additional-controls div[role="menu"] > .components-button { padding-left: 2px; }
3732
 
3733
  .block-editor-url-popover__row { display: flex; }
3734
 
@@ -3744,7 +3934,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3744
 
3745
  .block-editor-url-popover__settings-toggle { flex-shrink: 0; border-radius: 0; border-left: 1px solid #ddd; margin-left: 1px; }
3746
 
3747
- .block-editor-url-popover__settings-toggle[aria-expanded="true"] .dashicon { transform: rotate(180deg); }
3748
 
3749
  .block-editor-url-popover__input-container .components-base-control:last-child, .block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field { margin-bottom: 0; }
3750
 
@@ -3762,7 +3952,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3762
 
3763
  .block-editor-warning { align-items: center; display: flex; flex-wrap: wrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 1em; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
3764
 
3765
- .block-editor-warning .block-editor-warning__message { line-height: 1.4; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; margin: 0 0 1em; }
3766
 
3767
  .block-editor-warning p.block-editor-warning__message.block-editor-warning__message { min-height: auto; }
3768
 
@@ -3776,10 +3966,6 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3776
 
3777
  .components-popover.block-editor-warning__dropdown { z-index: 99998; }
3778
 
3779
- .block-editor-writing-flow { display: flex; flex-direction: column; }
3780
-
3781
- .block-editor-writing-flow__click-redirect { cursor: text; }
3782
-
3783
  .html-anchor-control .components-external-link { display: block; margin-top: 8px; }
3784
 
3785
  #end-resizable-editor-section { display: none; }
@@ -3815,18 +4001,6 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3815
 
3816
  .is-showing-movers .block-editor-block-toolbar__block-parent-selector-wrapper { opacity: 1; transform: translateY(-60px); }
3817
 
3818
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar__block-parent-selector-wrapper { display: none; }
3819
-
3820
- .block-editor-block-toolbar-animated-width-container { position: relative; overflow: hidden; transition: width 300ms; }
3821
-
3822
- .block-editor-block-toolbar-content-enter { position: absolute; top: 0; left: 0; width: auto; opacity: 0; }
3823
-
3824
- .block-editor-block-toolbar-content-enter-active { position: absolute; opacity: 1; transition: opacity 300ms; }
3825
-
3826
- .block-editor-block-toolbar-content-exit { width: auto; opacity: 1; pointer-events: none; }
3827
-
3828
- .block-editor-block-toolbar-content-exit-active { opacity: 0; transition: opacity 300ms; }
3829
-
3830
  .block-editor-inserter { display: inline-block; background: none; border: none; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 0; }
3831
 
3832
  @media (min-width: 782px) { .block-editor-inserter { position: relative; } }
@@ -3857,37 +4031,37 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3857
 
3858
  .block-editor-inserter__search { padding: 16px; position: -webkit-sticky; position: sticky; top: 0; background: #fff; z-index: 1; }
3859
 
3860
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: block; padding: 16px 48px 16px 16px; background: #f0f0f0; border: none; width: 100%; height: 48px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
3861
 
3862
- @media (prefers-reduced-motion: reduce) { .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { transition-duration: 0s; } }
3863
 
3864
- @media (min-width: 600px) { .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3865
 
3866
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
3867
 
3868
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3869
 
3870
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
3871
 
3872
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3873
 
3874
- .is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3875
 
3876
- .is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3877
 
3878
- .is-dark-theme .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3879
 
3880
- @media (min-width: 600px) { .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { font-size: 13px; } }
3881
 
3882
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { background: #fff; box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
3883
 
3884
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder { color: #757575; }
3885
 
3886
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder { color: #757575; }
3887
 
3888
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::placeholder { color: #757575; }
3889
 
3890
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-decoration, .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-cancel-button, .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-results-button, .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-search-results-decoration { -webkit-appearance: none; }
3891
 
3892
  .block-editor-inserter__search-icon { position: absolute; top: 0; right: 20px; bottom: 0; display: flex; align-items: center; }
3893
 
@@ -3907,7 +4081,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3907
 
3908
  .block-editor-inserter__panel-content { padding: 16px; }
3909
 
3910
- .block-editor-inserter__panel-title, .block-editor-inserter__panel-title button, .components-custom-select-control__menu li { margin: 0 12px 0 0; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
3911
 
3912
  .block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input { line-height: 1.2; }
3913
 
@@ -3945,7 +4119,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3945
 
3946
  .block-editor-inserter__preview-content-missing { flex: 1; display: flex; justify-content: center; align-items: center; min-height: 144px; color: #757575; background: #f0f0f0; }
3947
 
3948
- .block-editor-inserter__tips { border-top: 1px solid #ddd; padding: 16px; flex-shrink: 0; }
3949
 
3950
  .block-editor-inserter__manage-reusable-blocks-container { padding: 16px; }
3951
 
@@ -3969,7 +4143,9 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3969
 
3970
  .block-editor-inserter__quick-inserter-expand.components-button:hover { color: #fff; }
3971
 
3972
- .block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled) { box-shadow: inset 0 0 0 1.5px #1e1e1e, inset 0 0 0 2px #fff; }
 
 
3973
 
3974
  .block-editor-post-preview__dropdown { padding: 0; }
3975
 
@@ -3987,17 +4163,25 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
3987
 
3988
  @media (min-width: 600px) { .edit-post-header__settings .editor-post-preview, .edit-site-header__actions .editor-post-preview { display: none; } }
3989
 
 
 
 
 
 
 
 
3990
  /** Colors */
3991
  /** Breakpoints & Media Queries */
 
3992
  /** Colors */
3993
  /** Fonts & basic variables. */
3994
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
3995
  /** Dimensions. */
3996
  /** Shadows. */
3997
  /** Editor widths. */
3998
- /** Block UI. */
3999
- /** Border radii. */
4000
  /** Block paddings. */
 
4001
  /** Breakpoint mixins */
4002
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
4003
  /** Focus styles. */
@@ -4006,6 +4190,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4006
  /** Allows users to opt-out of animations via OS-level preferences. */
4007
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
4008
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
4009
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
4010
 
4011
  #start-resizable-editor-section { display: none; }
@@ -4022,25 +4207,65 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4022
 
4023
  .wp-block-button__link.alignright { /*rtl:ignore*/ text-align: right; }
4024
 
 
 
 
 
 
 
 
 
 
 
 
 
4025
  .wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
4026
 
4027
  .wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
4028
 
4029
- .is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline { color: #32373c; background-color: transparent; border: 2px solid; }
4030
 
4031
- .wp-block-buttons .wp-block-button { display: inline-block; margin-right: 0.5em; margin-bottom: 0.5em; }
4032
 
4033
- .wp-block-buttons .wp-block-button:last-child { margin-right: 0; }
4034
 
4035
- .wp-block-buttons.alignright .wp-block-button { /*rtl:ignore*/ margin-right: 0; /*rtl:ignore*/ margin-left: 0.5em; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4036
 
4037
- .wp-block-buttons.alignright .wp-block-button:first-child { margin-left: 0; }
 
 
 
 
 
 
 
 
 
 
4038
 
4039
  .wp-block-buttons.alignleft .wp-block-button { /*rtl:ignore*/ margin-left: 0; /*rtl:ignore*/ margin-right: 0.5em; }
4040
 
4041
- .wp-block-buttons.alignleft .wp-block-button:last-child { margin-right: 0; }
 
 
4042
 
4043
- .wp-block-button.aligncenter, .wp-block-buttons.aligncenter { text-align: center; }
4044
 
4045
  .wp-block-calendar { text-align: center; }
4046
 
@@ -4060,31 +4285,31 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4060
 
4061
  .wp-block-categories.alignright { /*rtl:ignore*/ margin-left: 2em; }
4062
 
4063
- .wp-block-columns { display: flex; margin-bottom: 1.75em; flex-wrap: wrap; }
 
 
4064
 
4065
  @media (min-width: 782px) { .wp-block-columns { flex-wrap: nowrap; } }
4066
 
4067
  .wp-block-columns.has-background { padding: 1.25em 2.375em; }
4068
 
4069
- .wp-block-column { flex-grow: 1; min-width: 0; word-break: break-word; overflow-wrap: break-word; }
 
 
 
 
 
 
4070
 
4071
  @media (max-width: 599px) { .wp-block-column { flex-basis: 100% !important; } }
4072
 
4073
- @media (min-width: 600px) and (max-width: 781px) { .wp-block-column { flex-basis: calc(50% - 1em) !important; flex-grow: 0; }
4074
  .wp-block-column:nth-child(even) { margin-left: 2em; } }
4075
 
4076
  @media (min-width: 782px) { .wp-block-column { flex-basis: 0; flex-grow: 1; }
4077
- .wp-block-column[style*="flex-basis"] { flex-grow: 0; }
4078
  .wp-block-column:not(:first-child) { margin-left: 2em; } }
4079
 
4080
- /** All Columns Alignment */
4081
- .wp-block-columns.are-vertically-aligned-top { align-items: flex-start; }
4082
-
4083
- .wp-block-columns.are-vertically-aligned-center { align-items: center; }
4084
-
4085
- .wp-block-columns.are-vertically-aligned-bottom { align-items: flex-end; }
4086
-
4087
- /** Individual Column Alignment */
4088
  .wp-block-column.is-vertically-aligned-top { align-self: flex-start; }
4089
 
4090
  .wp-block-column.is-vertically-aligned-center { -ms-grid-row-align: center; align-self: center; }
@@ -4093,7 +4318,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4093
 
4094
  .wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
4095
 
4096
- .wp-block-cover-image, .wp-block-cover { position: relative; background-size: cover; background-position: center center; min-height: 430px; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; }
4097
 
4098
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: fixed; }
4099
 
@@ -4101,55 +4326,35 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4101
 
4102
  @media (prefers-reduced-motion: reduce) { .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: scroll; } }
4103
 
4104
- .wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim { background-color: #000; }
4105
-
4106
- .wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before { content: ""; background-color: inherit; }
4107
-
4108
- .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__gradient-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; }
4109
-
4110
- .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__gradient-background { opacity: 0.5; }
4111
 
4112
- .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before { opacity: 0.1; }
4113
 
4114
- .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background { opacity: 0.1; }
4115
-
4116
- .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before { opacity: 0.2; }
4117
-
4118
- .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background { opacity: 0.2; }
4119
-
4120
- .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before { opacity: 0.3; }
4121
-
4122
- .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background { opacity: 0.3; }
4123
-
4124
- .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before { opacity: 0.4; }
4125
-
4126
- .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background { opacity: 0.4; }
4127
-
4128
- .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before { opacity: 0.5; }
4129
 
4130
- .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background { opacity: 0.5; }
4131
 
4132
- .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before { opacity: 0.6; }
4133
 
4134
- .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background { opacity: 0.6; }
4135
 
4136
- .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before { opacity: 0.7; }
4137
 
4138
- .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background { opacity: 0.7; }
4139
 
4140
- .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before { opacity: 0.8; }
4141
 
4142
- .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background { opacity: 0.8; }
4143
 
4144
- .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before { opacity: 0.9; }
4145
 
4146
- .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background { opacity: 0.9; }
4147
 
4148
- .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before { opacity: 1; }
4149
 
4150
- .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background { opacity: 1; }
4151
 
4152
- .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright { max-width: 290px; width: 100%; }
4153
 
4154
  .wp-block-cover-image::after, .wp-block-cover::after { display: block; content: ""; font-size: 0; min-height: inherit; }
4155
 
@@ -4157,7 +4362,7 @@ figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before
4157
 
4158
  .wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright { display: flex; }
4159
 
4160
- .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { z-index: 1; color: #fff; }
4161
 
4162
  .wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color) { color: inherit; }
4163
 
@@ -4195,11 +4400,11 @@ section.wp-block-cover-image.has-left-content > h2, .wp-block-cover-image.has-le
4195
 
4196
  section.wp-block-cover-image.has-right-content > h2, .wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text { margin-right: 0; text-align: right; }
4197
 
4198
- section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text { font-size: 2em; line-height: 1.25; z-index: 1; margin-bottom: 0; max-width: 580px; padding: 0.44em; text-align: center; }
4199
 
4200
- .wp-block[data-align="left"] > [data-type="core/embed"], .wp-block[data-align="right"] > [data-type="core/embed"], .wp-block-embed.alignleft, .wp-block-embed.alignright { max-width: 360px; width: 100%; }
4201
 
4202
- .wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper { min-width: 280px; }
4203
 
4204
  .wp-block-embed { margin-bottom: 1em; }
4205
 
@@ -4223,7 +4428,7 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
4223
 
4224
  .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { padding-top: 100%; }
4225
 
4226
- .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before { padding-top: 66.66%; }
4227
 
4228
  .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { padding-top: 200%; }
4229
 
@@ -4243,37 +4448,35 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
4243
 
4244
  .wp-block-gallery, .blocks-gallery-grid { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
4245
 
4246
- .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item { margin: 0 1em 1em 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; }
 
 
4247
 
4248
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure, .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure { margin: 0; height: 100%; }
4249
 
4250
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure, .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure { display: flex; align-items: flex-end; justify-content: flex-start; } }
4251
 
4252
- .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img { display: block; max-width: 100%; height: auto; }
4253
-
4254
- .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img { width: 100%; }
4255
 
4256
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img { width: auto; } }
4257
 
4258
- .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption { position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; padding: 3em 0.77em 0.7em; color: #fff; text-align: center; font-size: 0.8em; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); box-sizing: border-box; }
4259
 
4260
  .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img, .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img { display: inline; }
4261
 
 
 
4262
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { width: 100%; }
4263
 
4264
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { height: 100%; flex: 1; -o-object-fit: cover; object-fit: cover; } }
4265
 
4266
- .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item { width: calc(50% - 1em); }
4267
-
4268
- .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) { margin-right: 0; }
4269
-
4270
  .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item, .blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item { width: 100%; margin-right: 0; }
4271
 
4272
- @media (min-width: 600px) { .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item { width: calc(33.33333% - 0.66667em); margin-right: 1em; }
4273
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item { width: calc(25% - 0.75em); margin-right: 1em; }
4274
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item, .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item { width: calc(20% - 0.8em); margin-right: 1em; }
4275
- .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item, .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item { width: calc(16.66667% - 0.83333em); margin-right: 1em; }
4276
- .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item, .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item { width: calc(14.28571% - 0.85714em); margin-right: 1em; }
4277
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item, .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item { width: calc(12.5% - 0.875em); margin-right: 1em; }
4278
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) { margin-right: 0; }
4279
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) { margin-right: 0; }
@@ -4286,7 +4489,7 @@ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-t
4286
 
4287
  .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child, .blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child { margin-right: 0; }
4288
 
4289
- .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright { max-width: 290px; width: 100%; }
4290
 
4291
  .wp-block-gallery.aligncenter .blocks-gallery-item figure, .blocks-gallery-grid.aligncenter .blocks-gallery-item figure { justify-content: center; }
4292
 
@@ -4302,9 +4505,9 @@ h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.h
4302
 
4303
  .wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; }
4304
 
4305
- .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-image.is-resized { display: table; }
4306
 
4307
- .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption { display: table-caption; caption-side: bottom; }
4308
 
4309
  .wp-block-image .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-left: 0; margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
4310
 
@@ -4314,11 +4517,11 @@ h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.h
4314
 
4315
  .wp-block-image figcaption { margin-top: 0.5em; margin-bottom: 1em; }
4316
 
4317
- .is-style-rounded img { border-radius: 9999px; }
4318
 
4319
- .is-style-circle-mask img { border-radius: 9999px; }
4320
 
4321
- @supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { .is-style-circle-mask img { /* stylelint-disable */ -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); /* stylelint-enable */ mask-mode: alpha; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; border-radius: 0; } }
4322
 
4323
  .wp-block-latest-comments__comment { line-height: 1.1; list-style: none; margin-bottom: 1em; }
4324
 
@@ -4346,11 +4549,16 @@ h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.h
4346
 
4347
  .wp-block-latest-posts.is-grid li { margin: 0 1.25em 1.25em 0; width: 100%; }
4348
 
4349
- @media (min-width: 600px) { .wp-block-latest-posts.columns-2 li { width: calc((100% / 2) - 1.25em); }
4350
- .wp-block-latest-posts.columns-3 li { width: calc((100% / 3) - 1.25em); }
4351
- .wp-block-latest-posts.columns-4 li { width: calc((100% / 4) - 1.25em); }
4352
- .wp-block-latest-posts.columns-5 li { width: calc((100% / 5) - 1.25em); }
4353
- .wp-block-latest-posts.columns-6 li { width: calc((100% / 6) - 1.25em); } }
 
 
 
 
 
4354
 
4355
  .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author { display: block; color: #555; font-size: 0.8125em; }
4356
 
@@ -4392,18 +4600,18 @@ ol.has-background, ul.has-background { padding: 1.25em 2.375em; }
4392
 
4393
  .wp-block-media-text__media img, .wp-block-media-text__media video { max-width: unset; width: 100%; vertical-align: middle; }
4394
 
4395
- .wp-block-media-text.is-image-fill figure.wp-block-media-text__media { height: 100%; min-height: 250px; background-size: cover; }
 
 
4396
 
4397
- .wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
4398
 
4399
  /* Here we here not able to use a mobile first CSS approach. Custom widths are set using inline styles, and on mobile, we need 100% width, so we use important to overwrite the inline style. If the style were set on mobile first, on desktop styles, we would have no way of setting the style again to the inline style. */
4400
  @media (max-width: 600px) { .wp-block-media-text.is-stacked-on-mobile { -ms-grid-columns: 100% !important; grid-template-columns: 100% !important; }
4401
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
4402
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; } }
4403
 
4404
- .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link:not(.has-text-color) { color: #1e1e1e; }
4405
-
4406
- .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container { background-color: #fff; }
4407
 
4408
  .items-justified-left > ul { justify-content: flex-start; }
4409
 
@@ -4440,7 +4648,17 @@ ol.has-background, ul.has-background { padding: 1.25em 2.375em; }
4440
 
4441
  .has-child:focus-within > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
4442
 
4443
- .wp-block-navigation-link__content { color: inherit; text-decoration: none; padding: 0.5em 1em; }
 
 
 
 
 
 
 
 
 
 
4444
 
4445
  .wp-block-navigation-link__content + .wp-block-navigation-link__content { padding-top: 0; }
4446
 
@@ -4480,9 +4698,15 @@ p.has-text-color a { color: inherit; }
4480
 
4481
  .wp-block-post-author__name { font-weight: bold; margin: 0; }
4482
 
 
 
 
 
 
 
4483
  .wp-block-pullquote { padding: 3em 0; margin-left: 0; margin-right: 0; text-align: center; }
4484
 
4485
- .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 290px; }
4486
 
4487
  .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 1.25em; }
4488
 
@@ -4504,12 +4728,34 @@ p.has-text-color a { color: inherit; }
4504
 
4505
  .wp-block-pullquote cite { color: inherit; }
4506
 
4507
- .wp-block-quote.is-style-large, .wp-block-quote.is-large { margin: 0 0 1em; padding: 0 1em; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4508
 
4509
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
4510
 
4511
  .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer { font-size: 1.125em; text-align: right; }
4512
 
 
 
4513
  .wp-block-rss.alignleft { /*rtl:ignore*/ margin-right: 2em; }
4514
 
4515
  .wp-block-rss.alignright { /*rtl:ignore*/ margin-left: 2em; }
@@ -4526,16 +4772,18 @@ p.has-text-color a { color: inherit; }
4526
 
4527
  .wp-block-rss__item-publish-date, .wp-block-rss__item-author { display: block; color: #555; font-size: 0.8125em; }
4528
 
 
 
 
 
 
 
4529
  .wp-block-search .wp-block-search__inside-wrapper { display: flex; flex: auto; flex-wrap: nowrap; max-width: 100%; }
4530
 
4531
  .wp-block-search .wp-block-search__label { width: 100%; }
4532
 
4533
  .wp-block-search .wp-block-search__input { flex-grow: 1; min-width: 3em; border: 1px solid #949494; }
4534
 
4535
- .wp-block-search .wp-block-search__button { margin-left: 0.625em; word-break: normal; }
4536
-
4537
- .wp-block-search .wp-block-search__button svg { min-width: 1.5em; min-height: 1.5em; }
4538
-
4539
  .wp-block-search.wp-block-search__button-only .wp-block-search__button { margin-left: 0; }
4540
 
4541
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; border: 1px solid #949494; }
@@ -4550,26 +4798,46 @@ p.has-text-color a { color: inherit; }
4550
 
4551
  .wp-block-separator.is-style-dots { background: none !important; border: none; text-align: center; max-width: none; line-height: 1; height: auto; }
4552
 
4553
- .wp-block-separator.is-style-dots::before { content: "\00b7 \00b7 \00b7"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; }
 
 
4554
 
4555
  .wp-block-custom-logo .aligncenter { display: table; }
4556
 
4557
- .wp-block-social-links { display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 0; padding-right: 0; margin-left: 0; }
 
 
4558
 
4559
  .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0; box-shadow: none; }
4560
 
4561
- .wp-social-link { display: block; width: 36px; height: 36px; border-radius: 36px; margin: 0 8px 8px 0; transition: transform 0.1s ease; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4562
 
4563
  @media (prefers-reduced-motion: reduce) { .wp-social-link { transition-duration: 0s; } }
4564
 
4565
- .wp-social-link a { padding: 6px; display: block; line-height: 0; transition: transform 0.1s ease; }
4566
 
4567
  .wp-social-link a, .wp-social-link a:hover, .wp-social-link a:active, .wp-social-link a:visited, .wp-social-link svg { color: currentColor; fill: currentColor; }
4568
 
4569
  .wp-social-link:hover { transform: scale(1.1); }
4570
 
4571
- .wp-block-social-links.aligncenter { justify-content: center; display: flex; }
4572
-
4573
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link { background-color: #f0f0f0; color: #444; }
4574
 
4575
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { background-color: #f90; color: #fff; }
@@ -4614,6 +4882,8 @@ p.has-text-color a { color: inherit; }
4614
 
4615
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { background-color: #f6405f; color: #fff; }
4616
 
 
 
4617
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { background-color: #e60122; color: #fff; }
4618
 
4619
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { background-color: #ef4155; color: #fff; }
@@ -4628,6 +4898,10 @@ p.has-text-color a { color: inherit; }
4628
 
4629
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { background-color: #1bd760; color: #fff; }
4630
 
 
 
 
 
4631
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { background-color: #011835; color: #fff; }
4632
 
4633
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { background-color: #6440a4; color: #fff; }
@@ -4646,8 +4920,6 @@ p.has-text-color a { color: inherit; }
4646
 
4647
  .wp-block-social-links.is-style-logos-only .wp-social-link { background: none; padding: 4px; }
4648
 
4649
- .wp-block-social-links.is-style-logos-only .wp-social-link svg { width: 28px; height: 28px; }
4650
-
4651
  .wp-block-social-links.is-style-logos-only .wp-social-link-amazon { color: #f90; }
4652
 
4653
  .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { color: #1ea0c3; }
@@ -4690,6 +4962,8 @@ p.has-text-color a { color: inherit; }
4690
 
4691
  .wp-block-social-links.is-style-logos-only .wp-social-link-meetup { color: #f6405f; }
4692
 
 
 
4693
  .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { color: #e60122; }
4694
 
4695
  .wp-block-social-links.is-style-logos-only .wp-social-link-pocket { color: #ef4155; }
@@ -4704,6 +4978,10 @@ p.has-text-color a { color: inherit; }
4704
 
4705
  .wp-block-social-links.is-style-logos-only .wp-social-link-spotify { color: #1bd760; }
4706
 
 
 
 
 
4707
  .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { color: #011835; }
4708
 
4709
  .wp-block-social-links.is-style-logos-only .wp-social-link-twitch { color: #6440a4; }
@@ -4722,12 +5000,16 @@ p.has-text-color a { color: inherit; }
4722
 
4723
  .wp-block-social-links.is-style-pill-shape .wp-social-link { width: auto; }
4724
 
4725
- .wp-block-social-links.is-style-pill-shape .wp-social-link a { padding-left: 16px; padding-right: 16px; }
4726
 
4727
  .wp-block-spacer { clear: both; }
4728
 
4729
  p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4730
 
 
 
 
 
4731
  .wp-block-table { overflow-x: auto; }
4732
 
4733
  .wp-block-table table { width: 100%; }
@@ -4778,9 +5060,11 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4778
 
4779
  .wp-block-text-columns.columns-4 .wp-block-column { width: calc(100% / 4); }
4780
 
 
 
4781
  .wp-block-video { margin-left: 0; margin-right: 0; }
4782
 
4783
- .wp-block-video video { max-width: 100%; }
4784
 
4785
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-video [poster] { -o-object-fit: cover; object-fit: cover; } }
4786
 
@@ -4788,6 +5072,10 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4788
 
4789
  .wp-block-video figcaption { margin-top: 0.5em; margin-bottom: 1em; }
4790
 
 
 
 
 
4791
  :root { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
4792
 
4793
  :root .has-pale-pink-background-color { background-color: #f78da7; }
@@ -4906,15 +5194,16 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4906
 
4907
  /** Colors */
4908
  /** Breakpoints & Media Queries */
 
4909
  /** Colors */
4910
  /** Fonts & basic variables. */
4911
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
4912
  /** Dimensions. */
4913
  /** Shadows. */
4914
  /** Editor widths. */
4915
- /** Block UI. */
4916
- /** Border radii. */
4917
  /** Block paddings. */
 
4918
  /** Breakpoint mixins */
4919
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
4920
  /** Focus styles. */
@@ -4923,33 +5212,42 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4923
  /** Allows users to opt-out of animations via OS-level preferences. */
4924
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
4925
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
4926
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
4927
 
4928
  #start-resizable-editor-section { display: none; }
4929
 
4930
  .wp-block-audio figcaption { color: #555; font-size: 13px; text-align: center; }
4931
 
4932
- .wp-block-code { font-family: Menlo, Consolas, monaco, monospace; font-size: 0.9em; color: #1e1e1e; padding: 0.8em 1em; border: 1px solid #ddd; border-radius: 4px; }
 
 
4933
 
4934
  .wp-block-embed figcaption { color: #555; font-size: 13px; text-align: center; }
4935
 
 
 
4936
  .blocks-gallery-caption { color: #555; font-size: 13px; text-align: center; }
4937
 
 
 
4938
  .wp-block-image figcaption { color: #555; font-size: 13px; text-align: center; }
4939
 
4940
- .wp-block-pullquote { border-top: 4px solid #555; border-bottom: 4px solid #555; margin-bottom: 1.75em; color: #555; }
 
 
4941
 
4942
- .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation { color: #555; text-transform: uppercase; font-size: 0.8125em; font-style: normal; }
4943
 
4944
  .wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; }
4945
 
4946
  .wp-block-navigation-link.wp-block-navigation-link { margin: 0; }
4947
 
4948
- .wp-block-quote { border-left: 0.25em solid #000; margin: 0 0 1.75em 0; padding-left: 1em; }
4949
 
4950
- .wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation { color: #555; font-size: 0.8125em; margin-top: 1em; position: relative; font-style: normal; }
4951
 
4952
- .wp-block-quote.has-text-align-right { border-left: none; border-right: 0.25em solid #000; padding-left: 0; padding-right: 1em; }
4953
 
4954
  .wp-block-quote.has-text-align-center { border: none; padding-left: 0; }
4955
 
@@ -4957,7 +5255,7 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4957
 
4958
  .wp-block-search .wp-block-search__label { font-weight: bold; }
4959
 
4960
- .wp-block-group.has-background { padding: 20px 30px; margin-top: 0; margin-bottom: 0; }
4961
 
4962
  .wp-block-separator { border: none; border-bottom: 2px solid currentColor; margin-left: auto; margin-right: auto; opacity: 0.4; }
4963
 
@@ -4977,23 +5275,28 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
4977
 
4978
  .wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
4979
 
 
 
4980
  .wp-block-video figcaption { color: #555; font-size: 13px; text-align: center; }
4981
 
4982
- .wp-block-template-part.has-background { padding: 20px 30px; margin-top: 0; margin-bottom: 0; }
 
 
4983
 
4984
  #end-resizable-editor-section { display: none; }
4985
 
4986
  /** Colors */
4987
  /** Breakpoints & Media Queries */
 
4988
  /** Colors */
4989
  /** Fonts & basic variables. */
4990
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
4991
  /** Dimensions. */
4992
  /** Shadows. */
4993
  /** Editor widths. */
4994
- /** Block UI. */
4995
- /** Border radii. */
4996
  /** Block paddings. */
 
4997
  /** Breakpoint mixins */
4998
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
4999
  /** Focus styles. */
@@ -5002,25 +5305,24 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
5002
  /** Allows users to opt-out of animations via OS-level preferences. */
5003
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5004
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
5005
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
5006
 
5007
  #start-resizable-editor-section { display: none; }
5008
 
5009
- .block-editor ul.wp-block-archives { padding-left: 2.5em; }
5010
 
5011
  .wp-block-audio { margin-left: 0; margin-right: 0; }
5012
 
5013
- .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow__click-redirect { min-height: auto; }
5014
-
5015
  .edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container { padding-left: 0; padding-right: 0; }
5016
 
5017
  .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow { display: block; }
5018
 
5019
  .edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender { display: none; }
5020
 
5021
- .wp-block[data-align="center"] > .wp-block-button { text-align: center; margin-left: auto; margin-right: auto; }
5022
 
5023
- .wp-block[data-align="right"] > .wp-block-button { /*!rtl:ignore*/ text-align: right; }
5024
 
5025
  .wp-block-button { position: relative; cursor: text; }
5026
 
@@ -5042,23 +5344,31 @@ p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
5042
 
5043
  .is-selected .wp-block-button__inline-link { height: auto; overflow: visible; margin-top: 16px; }
5044
 
 
 
 
 
5045
  div[data-type="core/button"] { display: table; }
5046
 
5047
- .wp-block-buttons > .wp-block { margin-left: 0; }
 
 
5048
 
5049
- .wp-block[data-align="center"] > .wp-block-buttons { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
5050
 
5051
- .wp-block[data-align="right"] > .wp-block-buttons { display: flex; justify-content: flex-end; }
5052
 
5053
- .wp-block-buttons > .block-list-appender { display: inline-block; }
5054
 
5055
- .block-editor .wp-block-categories ul { padding-left: 2.5em; }
5056
 
5057
- .block-editor .wp-block-categories ul ul { margin-top: 6px; }
5058
 
5059
- .wp-block-code > code { display: block; }
5060
 
5061
- .wp-block-columns .wp-block { max-width: none; }
 
 
5062
 
5063
  @media (min-width: 600px) { .editor-styles-wrapper .block-editor-block-list__block.wp-block-column:nth-child(even) { margin-left: 32px; } }
5064
 
@@ -5072,13 +5382,17 @@ div[data-type="core/button"] { display: table; }
5072
 
5073
  .wp-block-cover.components-placeholder h2 { color: inherit; }
5074
 
 
 
 
 
5075
  .wp-block-cover .block-editor-block-list__layout { width: 100%; }
5076
 
5077
  .wp-block-cover .wp-block-cover__inner-container { text-align: left; margin-left: 0; margin-right: 0; }
5078
 
5079
  .wp-block-cover .wp-block-cover__placeholder-background-options { width: 100%; }
5080
 
5081
- [data-align="left"] > .wp-block-cover, [data-align="right"] > .wp-block-cover { max-width: 290px; width: 100%; }
5082
 
5083
  .block-library-cover__reset-button { margin-left: auto; }
5084
 
@@ -5098,6 +5412,10 @@ div[data-type="core/button"] { display: table; }
5098
 
5099
  .block-library-embed__interactive-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; }
5100
 
 
 
 
 
5101
  .wp-block-file { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; }
5102
 
5103
  .wp-block-file .wp-block-file__content-wrapper { flex-grow: 1; }
@@ -5108,8 +5426,6 @@ div[data-type="core/button"] { display: table; }
5108
 
5109
  .wp-block-file .wp-block-file__button-richtext-wrapper { display: inline-block; margin-left: 0.75em; }
5110
 
5111
- .wp-block-file .wp-block-file__copy-url-button { margin-left: 1em; }
5112
-
5113
  .wp-block-freeform.block-library-rich-text__tinymce { height: auto; /* Allow height of embed iframes to be calculated properly */ /* Remove blue highlighting of selected images in WebKit */ /* Image captions */ /* WP Views */ }
5114
 
5115
  .wp-block-freeform.block-library-rich-text__tinymce p, .wp-block-freeform.block-library-rich-text__tinymce li { line-height: 1.8; }
@@ -5192,19 +5508,19 @@ div[data-type="core/button"] { display: table; }
5192
 
5193
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item { width: 50%; }
5194
 
5195
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item { width: 33.33333%; }
5196
 
5197
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item { width: 25%; }
5198
 
5199
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item { width: 20%; }
5200
 
5201
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item { width: 16.66667%; }
5202
 
5203
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item { width: 14.28571%; }
5204
 
5205
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item { width: 12.5%; }
5206
 
5207
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item { width: 11.11111%; }
5208
 
5209
  .wp-block-freeform.block-library-rich-text__tinymce .gallery img { max-width: 100%; height: auto; border: none; padding: 0; }
5210
 
@@ -5252,11 +5568,9 @@ div[data-type="core/freeform"].is-selected .block-library-classic__toolbar, div[
5252
 
5253
  .wp-block-gallery li { list-style-type: none; }
5254
 
5255
- .wp-block-gallery .block-editor-media-placeholder { margin-bottom: 12px; padding: 12px; }
5256
 
5257
- .wp-block-gallery .block-editor-media-placeholder .components-placeholder__label { display: none; }
5258
-
5259
- .wp-block-gallery .block-editor-media-placeholder .components-button { margin-bottom: 0; }
5260
 
5261
  figure.wp-block-gallery { display: block; margin: 0; }
5262
 
@@ -5297,18 +5611,18 @@ figure.wp-block-gallery { display: block; margin: 0; }
5297
  /** Group: All Alignment Settings */
5298
  .wp-block-group .block-editor-block-list__insertion-point { left: 0; right: 0; }
5299
 
5300
- .wp-block-group > .wp-block-group__inner-container > [data-align="full"] { margin-left: auto; margin-right: auto; }
5301
 
5302
- .wp-block-group.has-background > .wp-block-group__inner-container > [data-align="full"] { margin-left: -30px; width: calc(100% + 60px); }
5303
 
5304
  /** Group: Full Width Alignment */
5305
- [data-align="full"] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 14px; padding-right: 14px; }
5306
 
5307
- @media (min-width: 600px) { [data-align="full"] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 0; padding-right: 0; } }
5308
 
5309
- [data-align="full"] .wp-block-group > .wp-block-group__inner-container > [data-align="full"] { padding-right: 0; padding-left: 0; left: 0; width: 100%; max-width: none; }
5310
 
5311
- [data-align="full"] .wp-block-group.has-background > .wp-block-group__inner-container > [data-align="full"] { width: calc(100% + 60px); }
5312
 
5313
  [data-type="core/group"].is-selected .block-list-appender { margin-left: 0; margin-right: 0; }
5314
 
@@ -5320,15 +5634,15 @@ figure.wp-block-gallery { display: block; margin: 0; }
5320
 
5321
  .block-library-heading-level-toolbar { border: none; }
5322
 
5323
- .wp-block-html { margin-bottom: 28px; }
5324
 
5325
- .wp-block-html .block-library-html__preview-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
5326
 
5327
- .wp-block-html .block-editor-plain-text { font-family: Menlo, Consolas, monaco, monospace; color: #1e1e1e; padding: 0.8em 1em; border: 1px solid #ddd; border-radius: 4px; max-height: 250px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
5328
 
5329
- @media (min-width: 600px) { .wp-block-html .block-editor-plain-text { font-size: 13px; } }
5330
 
5331
- .wp-block-html .block-editor-plain-text:focus { box-shadow: none; }
5332
 
5333
  figure.wp-block-image:not(.wp-block) { margin: 0; }
5334
 
@@ -5348,13 +5662,17 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
5348
 
5349
  @media (min-width: 600px) { .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal { margin: -1px; } }
5350
 
5351
- [data-align="wide"] > .wp-block-image img, [data-align="full"] > .wp-block-image img { width: 100%; }
 
 
5352
 
5353
- .wp-block[data-align="left"] > .wp-block-image { margin-right: 1em; margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
5354
 
5355
- .wp-block[data-align="right"] > .wp-block-image { margin-left: 1em; margin-right: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
5356
 
5357
- .wp-block[data-align="center"] > .wp-block-image { margin-left: auto; margin-right: auto; text-align: center; }
 
 
5358
 
5359
  .wp-block-image__crop-area { position: relative; max-width: 100%; width: 100%; }
5360
 
@@ -5362,11 +5680,11 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
5362
 
5363
  .wp-block-image__crop-icon svg { fill: currentColor; }
5364
 
5365
- .wp-block-image__zoom .components-popover__content { overflow: visible; }
5366
 
5367
  .wp-block-image__zoom .components-range-control { flex: 1; }
5368
 
5369
- .wp-block-image__zoom .components-base-control__field { display: flex; margin-bottom: 0; }
5370
 
5371
  .wp-block-image__aspect-ratio { height: 46px; margin-bottom: -8px; display: flex; align-items: center; }
5372
 
@@ -5378,9 +5696,9 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
5378
 
5379
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment { min-height: 36px; }
5380
 
5381
- .block-editor .wp-block-latest-posts { padding-left: 2.5em; }
5382
 
5383
- .block-editor .wp-block-latest-posts.is-grid { padding-left: 0; }
5384
 
5385
  .wp-block-latest-posts li a > div { display: inline; }
5386
 
@@ -5388,7 +5706,7 @@ figure.wp-block-image:not(.wp-block) { margin: 0; }
5388
 
5389
  ol.has-background.has-background, ul.has-background.has-background { padding: 1.25em 2.375em; }
5390
 
5391
- .wp-block-media-text .__resizable_base__ { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / span 2; -ms-grid-row: 2; grid-row: 2; }
5392
 
5393
  .wp-block-media-text .editor-media-container__resizer { width: 100% !important; }
5394
 
@@ -5398,13 +5716,13 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5398
 
5399
  .block-editor-block-list__block[data-type="core/more"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
5400
 
5401
- .block-editor .wp-block-more { display: block; text-align: center; white-space: nowrap; }
5402
 
5403
- .block-editor .wp-block-more input[type="text"] { position: relative; font-size: 13px; text-transform: uppercase; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #757575; border: none; box-shadow: none; white-space: nowrap; text-align: center; margin: 0; border-radius: 4px; background: #fff; padding: 6px 8px; height: 24px; max-width: 100%; }
5404
 
5405
- .block-editor .wp-block-more input[type="text"]:focus { box-shadow: none; }
5406
 
5407
- .block-editor .wp-block-more::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
5408
 
5409
  .editor-styles-wrapper .wp-block-navigation ul, .editor-styles-wrapper .wp-block-navigation ol { margin-bottom: 0; margin-left: 0; padding-left: 0; }
5410
 
@@ -5435,9 +5753,7 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5435
 
5436
  .block-library-colors-selector .block-library-colors-selector__icon-container { height: 30px; position: relative; margin: 0 auto; padding: 3px; display: flex; align-items: center; border-radius: 4px; }
5437
 
5438
- .block-library-colors-selector .block-library-colors-selector__state-selection { margin-left: auto; margin-right: auto; }
5439
-
5440
- .block-library-colors-selector .block-library-colors-selector__state-selection { border-radius: 11px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); width: 22px; min-width: 22px; height: 22px; min-height: 22px; line-height: 20px; padding: 2px; }
5441
 
5442
  .block-library-colors-selector .block-library-colors-selector__state-selection > svg { min-width: auto !important; }
5443
 
@@ -5455,20 +5771,43 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5455
 
5456
  .wp-block-navigation-placeholder .components-spinner { margin-top: -4px; margin-left: 4px; vertical-align: middle; margin-right: 7px; }
5457
 
5458
- .wp-block-navigation-placeholder .components-custom-select-control__label { margin-bottom: 1rem; }
5459
-
5460
  .wp-block-navigation-placeholder .components-custom-select-control__button { height: auto; padding: 0.375rem 0.75rem 0.375rem 1.5rem; min-width: 13.75rem; }
5461
 
5462
  .wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option { position: relative; margin-top: 20px; }
5463
 
5464
  .wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option::before { content: ""; position: absolute; top: -10px; left: 25px; right: 25px; height: 15px; border-top: 1px solid #757575; }
5465
 
5466
- .wp-block-navigation-placeholder .components-custom-select-control__label { font-size: 13px; font-weight: normal; }
5467
 
5468
  .wp-block-navigation-placeholder .components-custom-select-control__menu { margin: 0; max-height: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
5469
 
5470
  .wp-block-navigation .block-editor-button-block-appender { justify-content: flex-start; }
5471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5472
  .wp-block-navigation-link__field .components-text-control__input.components-text-control__input, .wp-block-navigation-link__container { border-radius: 0; line-height: 36px; min-height: 36px; }
5473
 
5474
  /** Adjust Navigation Item. */
@@ -5488,11 +5827,11 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5488
 
5489
  .wp-block-navigation .block-editor-block-list__block[data-type="core/navigation-link"] > .block-editor-block-list__insertion-point { display: none; }
5490
 
5491
- .block-editor-block-list__block[data-type="core/nextpage"] { max-width: 100%; margin-top: 28px; margin-bottom: 28px; }
5492
 
5493
  .wp-block-nextpage { display: block; text-align: center; white-space: nowrap; }
5494
 
5495
- .wp-block-nextpage > span { font-size: 13px; position: relative; display: inline-block; text-transform: uppercase; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #757575; border-radius: 4px; background: #fff; padding: 6px 8px; height: 24px; }
5496
 
5497
  .wp-block-nextpage::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
5498
 
@@ -5518,12 +5857,10 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5518
 
5519
  .wp-block-post-author .wp-block-post-author__bio { margin: 0 0 8px; font-size: 0.7em; }
5520
 
5521
- .wp-block[data-align="left"] > .wp-block-pullquote p, .wp-block[data-align="right"] > .wp-block-pullquote p { font-size: 20px; }
5522
 
5523
  .wp-block-pullquote blockquote p { font-size: 28px; line-height: 1.6; }
5524
 
5525
- .wp-block-pullquote.is-style-solid-color { margin-left: 0; margin-right: 0; }
5526
-
5527
  .wp-block-pullquote.is-style-solid-color blockquote p { font-size: 32px; }
5528
 
5529
  .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { text-transform: none; font-style: normal; }
@@ -5532,10 +5869,6 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5532
 
5533
  .wp-block-quote__citation { font-size: 13px; }
5534
 
5535
- .block-editor .wp-block-rss { padding-left: 2.5em; }
5536
-
5537
- .block-editor .wp-block-rss.is-grid { padding-left: 0; }
5538
-
5539
  .wp-block-rss li a > div { display: inline; }
5540
 
5541
  .wp-block-rss__placeholder-form { display: flex; align-items: stretch; }
@@ -5552,47 +5885,39 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5552
 
5553
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; }
5554
 
5555
- .wp-block-search .wp-block-search__input, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { border-radius: 2px; border: 1px solid #949494; color: rgba(30, 30, 30, 0.62); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #fff; }
5556
 
5557
- .wp-block-search .wp-block-search__input:focus, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus { outline: none; }
5558
-
5559
- .wp-block-search .wp-block-search__button { background: #f7f7f7; border-radius: 2px; border: 1px solid #ccc; box-shadow: inset 0 -1px 0 #ccc; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 10px; color: #32373c; }
5560
 
5561
  .wp-block-search__components-button-group { margin-top: 10px; }
5562
 
5563
  .block-editor-block-list__block[data-type="core/separator"] { padding-top: 0.1px; padding-bottom: 0.1px; }
5564
 
5565
- .block-editor-block-list__block[data-type="core/separator"].block-editor-block-list__block { margin-top: 0; margin-bottom: 0; }
5566
-
5567
- .wp-block-shortcode { display: flex; flex-direction: column; padding: 14px; font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin-bottom: 28px; }
5568
-
5569
- .wp-block-shortcode label { display: flex; align-items: center; white-space: nowrap; font-weight: 600; flex-shrink: 0; }
5570
-
5571
- .wp-block-shortcode .block-editor-plain-text { max-height: 250px; }
5572
 
5573
- .wp-block-shortcode .dashicon { margin-right: 8px; }
5574
 
5575
- .block-editor .blocks-shortcode__textarea, .blocks-shortcode__textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
5576
 
5577
- @media (prefers-reduced-motion: reduce) { .block-editor .blocks-shortcode__textarea, .blocks-shortcode__textarea { transition-duration: 0s; } }
5578
 
5579
- @media (min-width: 600px) { .block-editor .blocks-shortcode__textarea, .blocks-shortcode__textarea { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
5580
 
5581
- .block-editor .blocks-shortcode__textarea:focus, .blocks-shortcode__textarea:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
5582
 
5583
- .block-editor .blocks-shortcode__textarea::-webkit-input-placeholder, .blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5584
 
5585
- .block-editor .blocks-shortcode__textarea::-moz-placeholder, .blocks-shortcode__textarea::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
5586
 
5587
- .block-editor .blocks-shortcode__textarea:-ms-input-placeholder, .blocks-shortcode__textarea:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5588
 
5589
- .is-dark-theme .block-editor .blocks-shortcode__textarea::-webkit-input-placeholder, .is-dark-theme .blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5590
 
5591
- .is-dark-theme .block-editor .blocks-shortcode__textarea::-moz-placeholder, .is-dark-theme .blocks-shortcode__textarea::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
5592
 
5593
- .is-dark-theme .block-editor .blocks-shortcode__textarea:-ms-input-placeholder, .is-dark-theme .blocks-shortcode__textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5594
 
5595
- .wp-block[data-align="center"] > .wp-block-site-logo { margin-left: auto; margin-right: auto; text-align: center; }
5596
 
5597
  .wp-block-site-logo.is-resized { display: table; }
5598
 
@@ -5604,29 +5929,49 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5604
 
5605
  .wp-block-site-logo img { display: block; max-width: 100%; }
5606
 
5607
- .wp-block-social-links .wp-social-link button { color: currentColor; padding: 6px; }
5608
 
5609
- .wp-block-social-links.is-style-pill-shape .wp-social-link button { padding-left: 16px; padding-right: 16px; }
5610
 
5611
- .wp-block-social-links div.block-editor-url-input { display: inline-block; margin-left: 8px; }
5612
 
5613
- .editor-styles-wrapper .wp-block-social-link { margin: 0 8px 8px 0; }
5614
 
5615
- .editor-styles-wrapper .wp-block-social-link.is-selected, .editor-styles-wrapper .wp-block-social-link.is-hovered { transform: none; }
5616
 
5617
  .editor-styles-wrapper .wp-block-social-links { padding: 0; }
5618
 
5619
- .wp-block-social-links .block-list-appender { margin: 0; display: flex; align-items: center; }
 
 
 
 
 
 
 
 
 
 
 
 
5620
 
5621
- .wp-block[data-align="center"] > .wp-block-social-links { justify-content: center; }
5622
 
5623
- .block-editor-block-preview__content .wp-social-link:disabled { opacity: 1; }
5624
 
5625
- [data-type="core/social-links"]:not(.is-selected):not(.has-child-selected) .wp-block-social-links { min-height: 36px; }
5626
 
5627
- [data-type="core/social-links"] .wp-social-link__is-incomplete { transition: transform 0.1s ease; transform-origin: center center; }
5628
 
5629
- [data-type="core/social-links"]:not(.is-selected):not(.has-child-selected) .wp-social-link__is-incomplete { opacity: 0; transform: scale(0); width: 0; padding: 0; margin-right: 0; }
 
 
 
 
 
 
 
 
5630
 
5631
  .wp-social-link.wp-social-link__is-incomplete { opacity: 0.5; }
5632
 
@@ -5636,8 +5981,6 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5636
 
5637
  [data-type="core/social-links"] .wp-social-link:focus { opacity: 1; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
5638
 
5639
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block[data-type="core/social-link"].is-selected::after, .block-editor-block-list__layout .block-editor-block-list__block[data-type="core/social-link"]:not([contenteditable]):focus::after { right: 8px; }
5640
-
5641
  .block-editor-block-list__block[data-type="core/spacer"]::before { content: ""; display: block; position: absolute; width: 100%; height: 24px; transform: translateY(-12px); }
5642
 
5643
  .block-library-spacer__resize-container.has-show-handle { background: #f0f0f0; }
@@ -5650,17 +5993,17 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5650
 
5651
  .edit-post-visual-editor p.wp-block-subhead { color: #555; font-size: 1.1em; font-style: italic; }
5652
 
5653
- .wp-block[data-align="left"] > .wp-block-table, .wp-block[data-align="right"] > .wp-block-table, .wp-block[data-align="center"] > .wp-block-table { height: auto; }
5654
 
5655
- .wp-block[data-align="left"] > .wp-block-table table, .wp-block[data-align="right"] > .wp-block-table table, .wp-block[data-align="center"] > .wp-block-table table { width: auto; }
5656
 
5657
- .wp-block[data-align="left"] > .wp-block-table td, .wp-block[data-align="left"] > .wp-block-table th, .wp-block[data-align="right"] > .wp-block-table td, .wp-block[data-align="right"] > .wp-block-table th, .wp-block[data-align="center"] > .wp-block-table td, .wp-block[data-align="center"] > .wp-block-table th { word-break: break-word; }
5658
 
5659
- .wp-block[data-align="center"] > .wp-block-table { text-align: initial; }
5660
 
5661
- .wp-block[data-align="center"] > .wp-block-table table { margin: 0 auto; }
5662
 
5663
- .wp-block-table { margin: 0; }
5664
 
5665
  .wp-block-table table { border-collapse: collapse; }
5666
 
@@ -5670,6 +6013,8 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5670
 
5671
  .wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
5672
 
 
 
5673
  .blocks-table__placeholder-form.blocks-table__placeholder-form { display: flex; flex-direction: column; align-items: flex-start; }
5674
 
5675
  .blocks-table__placeholder-form.blocks-table__placeholder-form > * { margin-bottom: 8px; }
@@ -5683,9 +6028,9 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5683
 
5684
  .blocks-table__placeholder-input .components-base-control__field { margin-bottom: 0; }
5685
 
5686
- .block-editor .wp-block-tag-cloud a { display: inline-block; margin-right: 5px; }
5687
 
5688
- .block-editor .wp-block-tag-cloud span { display: inline-block; margin-left: 5px; color: #757575; text-decoration: none; }
5689
 
5690
  .wp-block-template-part__placeholder-preview-dropdown-content .components-popover__content, .wp-block-template-part__preview-dropdown-content .components-popover__content { min-width: 320px; padding: 0; }
5691
 
@@ -5693,7 +6038,7 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5693
 
5694
  .wp-block-template-part__selection-preview-container { background: #fff; padding-bottom: 16px; }
5695
 
5696
- .wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item { border-radius: 2px; cursor: pointer; margin-top: 16px; transition: all 0.05s ease-in-out; border: 1px solid transparent; }
5697
 
5698
  .wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:hover { border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); }
5699
 
@@ -5721,76 +6066,63 @@ ol.has-background.has-background, ul.has-background.has-background { padding: 1.
5721
 
5722
  .is-dark-theme .is-navigate-mode .is-selected .wp-block-template-part__name-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
5723
 
5724
- .block-editor-block-list__block[data-type="core/template-part"].is-selected::after, .block-editor-block-list__block[data-type="core/template-part"].has-child-selected::after { top: 1px; bottom: 1px; left: 1px; right: 1px; border-radius: 1px; }
5725
-
5726
- .block-editor-block-list__block[data-type="core/template-part"].is-selected::after { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
5727
-
5728
- .is-dark-theme .block-editor-block-list__block[data-type="core/template-part"].is-selected::after { box-shadow: 0 0 0 1.5px #fff; }
5729
-
5730
- .block-editor-block-list__block[data-type="core/template-part"].has-child-selected::after { box-shadow: 0 0 0 1px #ddd; }
5731
-
5732
- .is-dark-theme .block-editor-block-list__block[data-type="core/template-part"].has-child-selected::after { box-shadow: 0 0 0 1.5px #757575; }
5733
-
5734
  .wp-block-text-columns .block-editor-rich-text__editable:focus { outline: 1px solid #ddd; }
5735
 
5736
- pre.wp-block-verse { color: #1e1e1e; white-space: nowrap; font-family: inherit; font-size: inherit; padding: 1em; overflow: auto; }
5737
 
5738
- .wp-block[data-align="center"] > .wp-block-video { text-align: center; }
5739
 
5740
  .editor-video-poster-control .components-base-control__label { display: block; }
5741
 
5742
  .editor-video-poster-control .components-button { margin-right: 8px; }
5743
 
5744
- .wp-block[data-type="core/widget-area"] { max-width: 700px; }
5745
 
5746
- .wp-block-widget-area > .components-panel__body.is-opened:not(.widget-area-is-opened) { padding: 0; }
5747
 
5748
- .wp-block-widget-area > .components-panel__body.is-opened:not(.widget-area-is-opened) > .components-panel__body-title { padding: 0; margin: 0; }
5749
 
5750
- .wp-block-widget-area > .components-panel__body > .block-editor-inner-blocks { padding-top: 24px; }
5751
 
5752
- .editor-styles-wrapper .wp-block.wp-block-query-loop { max-width: 100%; }
5753
 
5754
- .editor-styles-wrapper .wp-block.wp-block-query { max-width: 100%; }
5755
 
5756
- /** Import styles from internal editor components used by the blocks. */
5757
- .block-editor-block-list__layout .reusable-block-edit-panel { align-items: center; display: flex; flex-wrap: wrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 12px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 0 1px #1e1e1e; outline: 1px solid transparent; }
5758
 
5759
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info { margin-right: auto; }
5760
 
5761
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label { margin-right: 8px; white-space: nowrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
5762
 
5763
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { flex: 1 1 100%; }
5764
 
5765
- .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { flex-shrink: 0; }
5766
 
5767
- @media (min-width: 960px) { .block-editor-block-list__layout .reusable-block-edit-panel { flex-wrap: nowrap; }
5768
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { margin: 0; }
5769
- .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { margin: 0 0 0 8px; } }
5770
 
5771
- .reusable-block-edit-panel__title[type="text"] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
5772
 
5773
- @media (prefers-reduced-motion: reduce) { .reusable-block-edit-panel__title[type="text"] { transition-duration: 0s; } }
5774
 
5775
- @media (min-width: 600px) { .reusable-block-edit-panel__title[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
5776
 
5777
- .reusable-block-edit-panel__title[type="text"]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
5778
 
5779
- .reusable-block-edit-panel__title[type="text"]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5780
 
5781
- .reusable-block-edit-panel__title[type="text"]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
5782
 
5783
- .reusable-block-edit-panel__title[type="text"]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5784
 
5785
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5786
 
5787
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
5788
 
5789
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5790
 
5791
- .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
5792
 
5793
- .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
5794
 
5795
  :root .editor-styles-wrapper { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
5796
 
@@ -5903,15 +6235,16 @@ pre.wp-block-verse { color: #1e1e1e; white-space: nowrap; font-family: inherit;
5903
 
5904
  /** Colors */
5905
  /** Breakpoints & Media Queries */
 
5906
  /** Colors */
5907
  /** Fonts & basic variables. */
5908
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
5909
  /** Dimensions. */
5910
  /** Shadows. */
5911
  /** Editor widths. */
5912
- /** Block UI. */
5913
- /** Border radii. */
5914
  /** Block paddings. */
 
5915
  /** Breakpoint mixins */
5916
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
5917
  /** Focus styles. */
@@ -5920,6 +6253,7 @@ pre.wp-block-verse { color: #1e1e1e; white-space: nowrap; font-family: inherit;
5920
  /** Allows users to opt-out of animations via OS-level preferences. */
5921
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5922
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
 
5923
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
5924
 
5925
  .block-editor-format-toolbar__image-container-content { display: flex; }
@@ -6215,12 +6549,6 @@ span.CodeMirror-selectedtext { background: none; }
6215
 
6216
  @media (min-width: 600px) { .mailpoet-editor-header-button { margin-right: 12px; padding: 0 12px; } }
6217
 
6218
- .mailpoet-preview-button { margin-right: 6px; }
6219
-
6220
- .edit-post-header__toolbar .toolbar { align-items: center; display: inline-flex; }
6221
-
6222
- .mailpoet-dropdown-menu-group .components-menu-item__button.mailpoet-dropdown-button { padding-left: 40px; }
6223
-
6224
  .admin_page_mailpoet-form-editor .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor .BeaconContainer { left: 175px; }
6225
 
6226
  .admin_page_mailpoet-form-editor.folded .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor.folded .BeaconContainer { left: 50px; }
@@ -6287,7 +6615,11 @@ span.CodeMirror-selectedtext { background: none; }
6287
 
6288
  .mailpoet-form-submit-button .block-editor-block-toolbar .components-toolbar-group, .mailpoet-form-email-input .block-editor-block-toolbar .components-toolbar-group { border-right: none; }
6289
 
6290
- .interface-interface-skeleton__body, .is-sidebar-opened .interface-interface-skeleton__sidebar { overflow: hidden; }
 
 
 
 
6291
 
6292
  .edit-post-header { flex-direction: row-reverse; justify-content: space-between; }
6293
 
@@ -6299,7 +6631,9 @@ h2 { font-size: 1.7em; }
6299
 
6300
  .mailpoet-form-background > div > .block-editor-block-list__layout > .block-editor-block-list__block:first-child { margin-top: 0; }
6301
 
6302
- .block-editor-block-list__layout .mailpoet_text { min-height: 0; }
 
 
6303
 
6304
  .block-editor-block-list__layout .mailpoet_paragraph .mailpoet_text, .block-editor-block-list__layout .mailpoet_paragraph .mailpoet_submit { font-size: 1em; line-height: 1.5; }
6305
 
@@ -6311,15 +6645,13 @@ h2 { font-size: 1.7em; }
6311
 
6312
  @media screen and (min-width: 782px) { .interface-complementary-area { width: 300px; } }
6313
 
6314
- .block-editor-inserter__popover { z-index: 100000 !important; }
6315
-
6316
- .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; min-height: 0; }
6317
-
6318
  .wp-block { max-width: initial; }
6319
 
6320
  .block-editor-block-list__layout.is-root-container { padding-left: 0; padding-right: 0; }
6321
 
6322
- .edit-post-visual-editor { padding-left: 50px; padding-right: 50px; }
 
 
6323
 
6324
  .selection-item { background-color: #fff; border: solid 1px #e5e9f8; border-radius: 4px; box-shadow: 0 1px 2px 0 #e5e9f8; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 16px; padding: 6px; pointer-events: auto; position: relative; }
6325
 
2
  /* default Select2 placeholder color for single dropdown */
3
  /** Colors */
4
  /** Breakpoints & Media Queries */
5
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
6
  /** Colors */
7
  /** Fonts & basic variables. */
8
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
9
  /** Dimensions. */
10
  /** Shadows. */
11
  /** Editor widths. */
12
+ /** Block & Editor UI. */
 
13
  /** Block paddings. */
14
+ /** React Native specific. These variables do not appear to be used anywhere else. */
15
  /** Breakpoint mixins */
16
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
17
  /** Focus styles. */
20
  /** Allows users to opt-out of animations via OS-level preferences. */
21
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
22
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
23
+ /** These are default block editor widths in case the theme doesn't provide them. */
24
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
25
 
26
  .components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
71
 
72
  @media (min-width: 782px) { html.interface-interface-skeleton__html-container { position: initial; width: initial; } }
73
 
74
+ .interface-interface-skeleton { display: flex; flex-direction: row; height: auto; max-height: 100%; position: fixed; top: 46px; left: 0; right: 0; bottom: 0; }
75
 
76
  @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
77
  .is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
78
 
79
+ .interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; }
80
+
81
  .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
82
 
83
  @media (min-width: 783px) { .interface-interface-skeleton { left: 160px; } }
103
 
104
  .interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
105
 
106
+ @media (min-width: 782px) { .interface-interface-skeleton__body { padding-bottom: 25px; } }
107
+
108
  .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
109
 
110
+ .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { display: block; flex-shrink: 0; position: absolute; z-index: 100000; top: 0; right: 0; bottom: 0; left: 0; background: #fff; color: #1e1e1e; }
111
 
112
+ @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
113
 
114
  @media (min-width: 782px) { .interface-interface-skeleton__sidebar { overflow: auto; border-left: 1px solid #e0e0e0; } }
115
 
116
+ @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { border-right: 1px solid #e0e0e0; } }
117
 
118
  .interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e0e0e0; z-index: 30; color: #1e1e1e; position: -webkit-sticky; position: sticky; top: 0; }
119
 
120
  @media (min-width: 600px) { .interface-interface-skeleton__header { position: initial; top: 0; } }
121
 
122
+ .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
123
 
124
  @media (min-width: 782px) { .interface-interface-skeleton__footer { display: flex; } }
125
 
135
 
136
  .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
137
 
138
+ /** Colors */
139
+ /** Breakpoints & Media Queries */
140
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
141
+ /** Colors */
142
+ /** Fonts & basic variables. */
143
+ /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
144
+ /** Dimensions. */
145
+ /** Shadows. */
146
+ /** Editor widths. */
147
+ /** Block & Editor UI. */
148
+ /** Block paddings. */
149
+ /** React Native specific. These variables do not appear to be used anywhere else. */
150
+ /** Breakpoint mixins */
151
+ /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
152
+ /** Focus styles. */
153
+ /** Applies editor left position to the selector passed as argument */
154
+ /** Styles that are reused verbatim in a few places */
155
+ /** Allows users to opt-out of animations via OS-level preferences. */
156
+ /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
157
+ /** Reset the WP Admin page styles for Gutenberg-like pages. */
158
+ /** These are default block editor widths in case the theme doesn't provide them. */
159
+ :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
160
 
161
+ .editor-autocompleters__user .editor-autocompleters__no-avatar::before { /* stylelint-disable */ font: normal 20px/1 dashicons; /* stylelint-enable */ content: ""; margin-right: 5px; vertical-align: middle; }
162
 
163
+ .editor-autocompleters__user .editor-autocompleters__user-avatar { margin-right: 8px; flex-grow: 0; flex-shrink: 0; max-width: none; width: 24px; height: 24px; }
164
 
165
+ .editor-autocompleters__user .editor-autocompleters__user-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 200px; flex-shrink: 0; flex-grow: 1; }
166
 
167
+ .editor-autocompleters__user .editor-autocompleters__user-slug { margin-left: 8px; color: #757575; white-space: nowrap; text-overflow: ellipsis; overflow: none; max-width: 100px; flex-grow: 0; flex-shrink: 0; }
168
 
169
+ .editor-autocompleters__user:hover .editor-autocompleters__user-slug { color: #007cba; color: var(--wp-admin-theme-color); }
170
 
171
+ .document-outline { margin: 20px 0; }
172
 
173
+ .document-outline ul { margin: 0; padding: 0; }
174
 
175
+ .document-outline__item { display: flex; margin: 4px 0; }
176
 
177
+ .document-outline__item a { text-decoration: none; }
178
 
179
+ .document-outline__item .document-outline__emdash::before { color: #ddd; margin-right: 4px; }
 
180
 
181
+ .document-outline__item.is-h2 .document-outline__emdash::before { content: "—"; }
182
 
183
+ .document-outline__item.is-h3 .document-outline__emdash::before { content: "——"; }
184
 
185
+ .document-outline__item.is-h4 .document-outline__emdash::before { content: "———"; }
186
 
187
+ .document-outline__item.is-h5 .document-outline__emdash::before { content: "————"; }
188
 
189
+ .document-outline__item.is-h6 .document-outline__emdash::before { content: "—————"; }
190
 
191
+ .document-outline__button { cursor: pointer; background: none; border: none; display: flex; align-items: flex-start; margin: 0 0 0 -1px; padding: 2px 5px 2px 1px; color: #1e1e1e; text-align: left; border-radius: 2px; }
192
 
193
+ .document-outline__button:disabled { cursor: default; }
194
 
195
+ .document-outline__button:focus { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
196
 
197
+ .document-outline__level { background: #ddd; color: #1e1e1e; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; }
198
 
199
+ .is-invalid .document-outline__level { background: #f0b849; }
200
 
201
+ .document-outline__item-content { padding: 1px 0; }
202
 
203
+ .components-editor-notices__dismissible { position: -webkit-sticky; position: sticky; top: 0; right: 0; color: #1e1e1e; }
204
 
205
+ .components-editor-notices__pinned { position: relative; left: 0; top: 0; right: 0; color: #1e1e1e; }
206
 
207
+ .components-editor-notices__dismissible .components-notice, .components-editor-notices__pinned .components-notice { box-sizing: border-box; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 0 12px; min-height: 60px; }
208
 
209
+ .components-editor-notices__dismissible .components-notice .components-notice__dismiss, .components-editor-notices__pinned .components-notice .components-notice__dismiss { margin-top: 12px; }
210
 
211
+ .components-editor-notices__snackbar { width: 100%; }
212
 
213
+ @media (min-width: 782px) { .components-editor-notices__snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
214
 
215
+ .entities-saved-states__panel { box-sizing: border-box; background: #fff; position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; box-sizing: border-box; }
216
 
217
+ .entities-saved-states__panel *, .entities-saved-states__panel *::before, .entities-saved-states__panel *::after { box-sizing: inherit; }
218
 
219
+ .entities-saved-states__panel .entities-saved-states__find-entity { display: none; }
220
 
221
+ .entities-saved-states__panel .entities-saved-states__find-entity-small { display: block; }
222
 
223
+ @media (min-width: 782px) { .entities-saved-states__panel { top: 32px; left: auto; width: 280px; border-left: 1px solid #ddd; }
224
+ body.is-fullscreen-mode .entities-saved-states__panel { top: 0; }
225
+ .entities-saved-states__panel .entities-saved-states__find-entity { display: block; }
226
+ .entities-saved-states__panel .entities-saved-states__find-entity-small { display: none; } }
227
 
228
+ .entities-saved-states__panel .entities-saved-states__panel-header { background: #fff; padding-left: 8px; padding-right: 8px; height: 61px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; }
229
 
230
+ .entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button { margin: auto; }
231
 
232
+ .entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon { position: absolute; right: 8px; }
233
 
234
+ .entities-saved-states__panel .entities-saved-states__text-prompt { padding: 16px; padding-bottom: 4px; }
235
 
236
+ .editor-error-boundary { margin: auto; max-width: 780px; padding: 20px; margin-top: 60px; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2); }
237
 
238
+ .editor-page-attributes__template { margin-bottom: 10px; }
239
 
240
+ .editor-page-attributes__template label, .editor-page-attributes__template select { width: 100%; }
241
 
242
+ .editor-page-attributes__order { width: 100%; }
243
 
244
+ .editor-page-attributes__order .components-base-control__field { display: flex; justify-content: space-between; align-items: center; }
 
 
 
245
 
246
+ .editor-page-attributes__order input { width: 66px; }
247
 
248
+ .editor-post-excerpt__textarea { width: 100%; margin-bottom: 10px; }
249
 
250
+ .editor-post-featured-image { padding: 0; }
251
 
252
+ .editor-post-featured-image__container { margin-bottom: 1em; position: relative; }
253
 
254
+ .editor-post-featured-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
255
 
256
+ .editor-post-featured-image .components-button + .components-button { display: block; margin-top: 1em; }
257
 
258
+ .editor-post-featured-image .components-responsive-wrapper__content { max-width: 100%; width: auto; }
259
 
260
+ .editor-post-featured-image__toggle, .editor-post-featured-image__preview { display: block; width: 100%; padding: 0; transition: all 0.1s ease-out; box-shadow: 0 0 0 0 #007cba; box-shadow: 0 0 0 0 var(--wp-admin-theme-color); }
261
 
262
+ @media (prefers-reduced-motion: reduce) { .editor-post-featured-image__toggle, .editor-post-featured-image__preview { transition-duration: 0s; } }
263
 
264
+ .editor-post-featured-image__preview { height: auto; }
265
 
266
+ .editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus { box-shadow: 0 0 0 4px #007cba; box-shadow: 0 0 0 4px var(--wp-admin-theme-color); }
267
 
268
+ .editor-post-featured-image__toggle { border-radius: 2px; background-color: #f0f0f0; min-height: 90px; line-height: 20px; padding: 8px 0; text-align: center; }
269
 
270
+ .editor-post-featured-image__toggle:hover { background: #ddd; color: #1e1e1e; }
271
 
272
+ .editor-post-format { flex-direction: column; align-items: stretch; width: 100%; }
273
 
274
+ .editor-post-format__content { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; }
275
 
276
+ .editor-post-format__suggestion { text-align: right; font-size: 13px; }
277
 
278
+ .editor-post-last-revision__title { width: 100%; font-weight: 600; }
 
 
 
279
 
280
+ .editor-post-last-revision__title .dashicon { margin-right: 5px; }
281
 
282
+ .components-button.editor-post-last-revision__title { height: 100%; }
 
283
 
284
+ .components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active { background: #f0f0f0; }
285
 
286
+ .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 0; }
287
 
288
+ .editor-post-locked-modal { height: auto; padding-right: 10px; padding-left: 10px; padding-top: 10px; max-width: 480px; }
289
 
290
+ .editor-post-locked-modal .components-modal__header { height: 36px; }
 
291
 
292
+ .editor-post-locked-modal .components-modal__content { height: auto; }
293
 
294
+ .editor-post-locked-modal__buttons { margin-top: 10px; }
295
 
296
+ .editor-post-locked-modal__buttons .components-button { margin-right: 5px; }
297
 
298
+ .editor-post-locked-modal__avatar { float: left; margin: 5px; margin-right: 15px; }
299
 
300
+ .editor-post-publish-button__button.has-changes-dot::before { background: currentcolor; border-radius: 4px; content: ""; height: 8px; margin: auto 5px auto -3px; width: 8px; }
301
 
302
+ .editor-post-publish-panel { background: #fff; }
303
 
304
+ .editor-post-publish-panel__content { min-height: calc(100% - 144px); }
305
 
306
+ .editor-post-publish-panel__content .components-spinner { display: block; margin: 100px auto 0; }
307
 
308
+ .editor-post-publish-panel__header { background: #fff; padding-left: 16px; padding-right: 16px; height: 61px; border-bottom: 1px solid #ddd; display: flex; align-items: center; align-content: space-between; }
309
 
310
+ .editor-post-publish-panel__header .components-button { width: 100%; justify-content: center; }
311
 
312
+ .editor-post-publish-panel__header .has-icon { margin-left: auto; width: auto; }
313
 
314
+ .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { flex-grow: 1; }
315
 
316
+ @media (min-width: 480px) { .editor-post-publish-panel__header-publish-button, .editor-post-publish-panel__header-cancel-button { max-width: 160px; } }
317
 
318
+ .editor-post-publish-panel__header-publish-button { padding-right: 4px; }
319
 
320
+ .editor-post-publish-panel__header-cancel-button { padding-left: 4px; }
321
 
322
+ .editor-post-publish-panel__header-published { flex-grow: 1; }
323
 
324
+ .editor-post-publish-panel__footer { padding: 16px; }
325
 
326
+ .components-button.editor-post-publish-panel__toggle.is-primary { display: inline-flex; align-items: center; }
327
 
328
+ .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon { display: none; }
329
 
330
+ .components-button.editor-post-publish-panel__toggle.is-primary .dashicon { margin-right: -4px; }
331
 
332
+ .editor-post-publish-panel__link { font-weight: 400; padding-left: 4px; }
333
 
334
+ .editor-post-publish-panel__prepublish { padding: 16px; }
335
 
336
+ .editor-post-publish-panel__prepublish strong { color: #1e1e1e; }
337
 
338
+ .editor-post-publish-panel__prepublish .components-panel__body { background: #fff; margin-left: -16px; margin-right: -16px; }
339
 
340
+ .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend { display: none; }
341
 
342
+ .post-publish-panel__postpublish .components-panel__body { border-bottom: 1px solid #e0e0e0; border-top: none; }
 
343
 
344
+ .post-publish-panel__postpublish-buttons { display: flex; align-content: space-between; flex-wrap: wrap; margin: -5px; }
345
 
346
+ .post-publish-panel__postpublish-buttons > * { flex-grow: 1; margin: 5px; }
 
347
 
348
+ .post-publish-panel__postpublish-buttons .components-button { height: auto; justify-content: center; padding: 3px 10px 4px; line-height: 1.6; text-align: center; white-space: normal; }
 
349
 
350
+ .post-publish-panel__postpublish-buttons .components-clipboard-button { width: 100%; }
351
 
352
+ .post-publish-panel__postpublish-post-address { margin-bottom: 16px; }
353
 
354
+ .post-publish-panel__postpublish-post-address input[readonly] { padding: 10px; background: #ddd; overflow: hidden; text-overflow: ellipsis; }
355
 
356
+ .post-publish-panel__postpublish-header { font-weight: 500; }
357
 
358
+ .post-publish-panel__postpublish-subheader { margin: 0 0 8px; }
 
359
 
360
+ .post-publish-panel__tip { color: #f0b849; }
361
 
362
+ .editor-post-saved-state { display: flex; align-items: center; width: 28px; padding: 12px 4px; color: #757575; overflow: hidden; white-space: nowrap; }
363
 
364
+ .editor-post-saved-state svg { display: inline-block; flex: 0 0 auto; fill: currentColor; margin-right: 8px; }
365
 
366
+ @media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; }
367
+ .editor-post-saved-state svg { margin-right: 4px; } }
368
 
369
+ .editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; margin-left: -5.5px; padding-left: 5.5px; margin-top: -5.5px; padding-top: 5.5px; }
370
 
371
+ .editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; }
372
 
373
+ .editor-post-taxonomies__hierarchical-terms-subchoices { margin-top: 8px; margin-left: 16px; }
374
 
375
+ .components-button.editor-post-taxonomies__hierarchical-terms-submit, .components-button.editor-post-taxonomies__hierarchical-terms-add { margin-top: 12px; }
376
 
377
+ .editor-post-taxonomies__hierarchical-terms-label { display: inline-block; margin-top: 12px; }
378
 
379
+ .editor-post-taxonomies__hierarchical-terms-input { margin-top: 8px; width: 100%; }
380
 
381
+ .editor-post-taxonomies__hierarchical-terms-filter { margin-bottom: 8px; width: 100%; }
382
 
383
+ .edit-post-text-editor__body textarea.editor-post-text-editor { border: 1px solid #949494; border-radius: 0; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; min-height: 200px; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 16px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; }
384
 
385
+ @media (prefers-reduced-motion: reduce) { .edit-post-text-editor__body textarea.editor-post-text-editor { transition-duration: 0s; } }
386
 
387
+ @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { padding: 24px; } }
388
 
389
+ @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { font-size: 15px !important; } }
390
 
391
+ .edit-post-text-editor__body textarea.editor-post-text-editor:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); position: relative; }
392
 
393
+ .edit-post-text-editor__body textarea.editor-post-text-editor::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
394
 
395
+ .edit-post-text-editor__body textarea.editor-post-text-editor::-moz-placeholder { color: rgba(30, 30, 30, 0.62); opacity: 1; }
396
 
397
+ .edit-post-text-editor__body textarea.editor-post-text-editor:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
398
 
399
+ .edit-post-post-visibility__dialog, .editor-post-visibility__dialog-fieldset { padding: 4px; padding-top: 0; }
400
 
401
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-legend { font-weight: 600; margin-bottom: 1em; margin-top: 0.5em; padding: 0; }
402
 
403
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 2px; }
404
 
405
+ @media (prefers-reduced-motion: reduce) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { transition-duration: 0s; } }
406
 
407
+ @media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
408
 
409
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
410
 
411
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
412
 
413
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
414
 
415
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
416
 
417
+ .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
418
 
419
+ .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
420
 
421
+ .is-dark-theme .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder, .is-dark-theme .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
422
 
423
+ @media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio], .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio] { height: 20px; width: 20px; } }
424
 
425
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before { width: 8px; height: 8px; transform: translate(7px, 7px); margin: 0; background-color: #fff; border: 4px solid #fff; }
426
 
427
+ @media (min-width: 600px) { .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked::before, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked::before { transform: translate(5px, 5px); } }
428
 
429
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
430
 
431
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type=radio]:checked, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
432
 
433
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label { font-weight: 600; }
434
 
435
+ .edit-post-post-visibility__dialog .editor-post-visibility__dialog-info, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-info { margin-top: 0; margin-left: 32px; }
436
 
437
+ .edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info, .editor-post-visibility__dialog-fieldset .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info { margin-bottom: 0; }
438
 
439
+ .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin-left: 36px; margin-top: 8px; }
440
 
441
+ @media (prefers-reduced-motion: reduce) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { transition-duration: 0s; } }
442
 
443
+ @media (min-width: 600px) { .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
444
 
445
+ .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
446
 
447
+ .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
448
 
449
+ .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
450
 
451
+ .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
452
 
453
+ .is-dark-theme .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
454
 
455
+ .is-dark-theme .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
456
 
457
+ .is-dark-theme .editor-post-visibility__dialog-password .editor-post-visibility__dialog-password-input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
458
 
459
+ .editor-post-title { position: relative; }
460
 
461
+ .editor-post-title .editor-post-title__input { display: block; width: 100%; margin: 0; box-shadow: none; background: transparent; transition: border 0.1s ease-out, box-shadow 0.1s linear; padding: 19px 0; word-break: keep-all; font-family: inherit; color: inherit; border: 1px solid transparent; border-left-width: 0; border-right-width: 0; border-radius: 0; outline: 1px solid transparent; font-size: 2.44em; font-weight: bold; line-height: 1.4; }
462
 
463
+ @media (prefers-reduced-motion: reduce) { .editor-post-title .editor-post-title__input { transition-duration: 0s; } }
464
 
465
+ @media (min-width: 600px) { .editor-post-title .editor-post-title__input { border-width: 1px; } }
466
 
467
+ .editor-post-title .editor-post-title__input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
468
 
469
+ .editor-post-title .editor-post-title__input::-moz-placeholder { color: rgba(30, 30, 30, 0.62); opacity: 1; }
470
 
471
+ .editor-post-title .editor-post-title__input:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
472
 
473
+ .is-dark-theme .editor-post-title .editor-post-title__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
474
 
475
+ .is-dark-theme .editor-post-title .editor-post-title__input::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
476
 
477
+ .is-dark-theme .editor-post-title .editor-post-title__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
478
 
479
+ .editor-post-title .editor-post-title__input:focus { border: 1px solid transparent; outline: 1px solid transparent; box-shadow: none; }
480
 
481
+ .editor-post-title.is-focus-mode .editor-post-title__input { opacity: 0.5; transition: opacity 0.1s linear; }
482
 
483
+ @media (prefers-reduced-motion: reduce) { .editor-post-title.is-focus-mode .editor-post-title__input { transition-duration: 0s; } }
484
 
485
+ .editor-post-title.is-focus-mode .editor-post-title__input:focus { opacity: 1; }
486
 
487
+ .editor-post-trash.components-button { margin-top: 4px; }
 
488
 
489
+ .table-of-contents__popover.components-popover .components-popover__content { min-width: 380px; }
 
490
 
491
+ .components-popover.table-of-contents__popover { z-index: 99998; }
492
 
493
+ .table-of-contents__popover .components-popover__content > div { padding: 16px; }
494
 
495
+ @media (min-width: 600px) { .table-of-contents__popover .components-popover__content { max-height: calc(100vh - 120px); overflow-y: auto; } }
496
 
497
+ .table-of-contents__popover hr { margin: 10px -16px 0; }
498
 
499
+ .table-of-contents__wrapper:focus::before { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
500
 
501
+ .table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; margin-top: -8px; }
502
 
503
+ .table-of-contents__count { flex-basis: 33%; display: flex; flex-direction: column; font-size: 13px; color: #1e1e1e; padding-right: 8px; margin-bottom: 0; margin-top: 8px; }
504
 
505
+ .table-of-contents__count:nth-child(4n) { padding-right: 0; }
506
 
507
+ .table-of-contents__number, .table-of-contents__popover .word-count { font-size: 21px; font-weight: 400; line-height: 30px; color: #1e1e1e; }
508
 
509
+ .table-of-contents__title { display: block; margin-top: 20px; font-size: 15px; font-weight: 600; }
510
 
511
+ .editor-template-validation-notice { display: flex; justify-content: space-between; align-items: center; }
512
 
513
+ .editor-template-validation-notice .components-button { margin-left: 5px; }
514
 
515
+ /** Colors */
516
+ /** Breakpoints & Media Queries */
517
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
518
+ /** Colors */
519
+ /** Fonts & basic variables. */
520
+ /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
521
+ /** Dimensions. */
522
+ /** Shadows. */
523
+ /** Editor widths. */
524
+ /** Block & Editor UI. */
525
+ /** Block paddings. */
526
+ /** React Native specific. These variables do not appear to be used anywhere else. */
527
+ /** Breakpoint mixins */
528
+ /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
529
+ /** Focus styles. */
530
+ /** Applies editor left position to the selector passed as argument */
531
+ /** Styles that are reused verbatim in a few places */
532
+ /** Allows users to opt-out of animations via OS-level preferences. */
533
+ /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
534
+ /** Reset the WP Admin page styles for Gutenberg-like pages. */
535
+ /** These are default block editor widths in case the theme doesn't provide them. */
536
+ :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
537
 
538
+ .components-animate__appear { -webkit-animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; animation: components-animate__appear-animation 0.1s cubic-bezier(0, 0, 0.2, 1) 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
539
 
540
+ @media (prefers-reduced-motion: reduce) { .components-animate__appear { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
541
 
542
+ .components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left { transform-origin: top left; }
543
 
544
+ .components-animate__appear.is-from-top.is-from-right { transform-origin: top right; }
545
 
546
+ .components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left { transform-origin: bottom left; }
547
 
548
+ .components-animate__appear.is-from-bottom.is-from-right { transform-origin: bottom right; }
549
 
550
+ @-webkit-keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
551
+ to { transform: translateY(0%) scaleY(1) scaleX(1); } }
552
 
553
+ @keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
554
+ to { transform: translateY(0%) scaleY(1) scaleX(1); } }
555
 
556
+ .components-animate__slide-in { -webkit-animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); animation: components-animate__slide-in-animation 0.1s cubic-bezier(0, 0, 0.2, 1); -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
557
 
558
+ @media (prefers-reduced-motion: reduce) { .components-animate__slide-in { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
559
 
560
+ .components-animate__slide-in.is-from-left { transform: translateX(100%); }
561
 
562
+ .components-animate__slide-in.is-from-right { transform: translateX(-100%); }
563
 
564
+ @-webkit-keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
565
 
566
+ @keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
567
 
568
+ .components-animate__loading { -webkit-animation: components-animate__loading 1.6s ease-in-out infinite; animation: components-animate__loading 1.6s ease-in-out infinite; }
569
 
570
+ @-webkit-keyframes components-animate__loading { 0% { opacity: 0.5; }
571
+ 50% { opacity: 1; }
572
+ 100% { opacity: 0.5; } }
573
 
574
+ @keyframes components-animate__loading { 0% { opacity: 0.5; }
575
+ 50% { opacity: 1; }
576
+ 100% { opacity: 0.5; } }
577
 
578
+ .components-autocomplete__popover .components-popover__content > div { padding: 16px; min-width: 220px; }
579
 
580
+ .components-autocomplete__result.components-button { display: flex; height: auto; min-height: 36px; text-align: left; width: 100%; }
581
 
582
+ .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #007cba; box-shadow: 0 0 0 2px var(--wp-admin-theme-color); }
583
 
584
+ .components-button-group { display: inline-block; }
585
 
586
+ .components-button-group .components-button { border-radius: 0; display: inline-flex; color: #1e1e1e; box-shadow: inset 0 0 0 1px #1e1e1e; }
587
 
588
+ .components-button-group .components-button + .components-button { margin-left: -1px; }
589
 
590
+ .components-button-group .components-button:first-child { border-radius: 2px 0 0 2px; }
591
 
592
+ .components-button-group .components-button:last-child { border-radius: 0 2px 2px 0; }
593
 
594
+ .components-button-group .components-button:focus, .components-button-group .components-button.is-primary { position: relative; z-index: 1; }
595
 
596
+ .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #1e1e1e; }
597
 
598
+ .components-button { display: inline-flex; text-decoration: none; font-size: 13px; margin: 0; border: 0; cursor: pointer; -webkit-appearance: none; background: none; transition: box-shadow 0.1s linear; height: 36px; align-items: center; box-sizing: border-box; padding: 6px 12px; border-radius: 2px; color: #1e1e1e; /** Primary button style. */ /** Secondary and tertiary buttons. */ /** Secondary button style. */ /** Tertiary buttons. */ /** Destructive buttons. */ /** Link buttons. */ }
599
 
600
+ @media (prefers-reduced-motion: reduce) { .components-button { transition-duration: 0s; } }
601
 
602
+ .components-button[aria-expanded=true], .components-button:hover { color: #007cba; color: var(--wp-admin-theme-color); }
603
 
604
+ .components-button[aria-disabled=true]:hover { color: initial; }
605
 
606
+ .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 3px solid transparent; }
607
 
608
+ .components-button.is-primary { white-space: nowrap; background: #007cba; background: var(--wp-admin-theme-color); color: #fff; text-decoration: none; text-shadow: none; outline: 1px solid transparent; }
609
 
610
+ .components-button.is-primary:hover:not(:disabled) { background: #006ba1; background: var(--wp-admin-theme-color-darker-10); color: #fff; }
611
 
612
+ .components-button.is-primary:active:not(:disabled) { background: #005a87; background: var(--wp-admin-theme-color-darker-20); border-color: #005a87; border-color: var(--wp-admin-theme-color-darker-20); color: #fff; }
613
 
614
+ .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color); }
615
 
616
+ .components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled { color: rgba(255, 255, 255, 0.4); background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); opacity: 1; outline: none; }
617
 
618
+ .components-button.is-primary:disabled:focus:enabled, .components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:focus:enabled, .components-button.is-primary[aria-disabled=true]:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
619
 
620
+ .components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled=true] { color: #fff; background-size: 100px 100%; /* stylelint-disable */ background-image: linear-gradient(-45deg, #007cba 33%, #005a87 33%, #005a87 70%, #007cba 70%); background-image: linear-gradient(-45deg, var(--wp-admin-theme-color) 33%, var(--wp-admin-theme-color-darker-20) 33%, var(--wp-admin-theme-color-darker-20) 70%, var(--wp-admin-theme-color) 70%); /* stylelint-enable */ border-color: #007cba; border-color: var(--wp-admin-theme-color); }
621
 
622
+ .components-button.is-secondary, .components-button.is-tertiary { outline: 1px solid transparent; }
 
623
 
624
+ .components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) { background: #ddd; color: #006ba1; color: var(--wp-admin-theme-color-darker-10); box-shadow: none; }
625
 
626
+ .components-button.is-secondary:hover:not(:disabled), .components-button.is-tertiary:hover:not(:disabled) { color: #006ba1; color: var(--wp-admin-theme-color-darker-10); box-shadow: inset 0 0 0 1px #006ba1; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color-darker-10); }
627
 
628
+ .components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover { color: #828282; background: #eaeaea; transform: none; opacity: 1; box-shadow: none; outline: none; }
629
 
630
+ .components-button.is-secondary { box-shadow: inset 0 0 0 1px #007cba; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); outline: 1px solid transparent; white-space: nowrap; color: #007cba; color: var(--wp-admin-theme-color); background: transparent; }
 
 
 
 
631
 
632
+ .components-button.is-tertiary { white-space: nowrap; color: #007cba; color: var(--wp-admin-theme-color); background: transparent; padding: 6px; }
633
 
634
+ .components-button.is-tertiary .dashicon { display: inline-block; flex: 0 0 auto; }
635
 
636
+ .components-button.is-destructive { color: #cc1818; box-shadow: inset 0 0 0 1px #cc1818; }
637
 
638
+ .components-button.is-destructive:hover:not(:disabled) { color: #710d0d; box-shadow: inset 0 0 0 1px #710d0d; }
639
 
640
+ .components-button.is-destructive:focus:not(:disabled) { color: #007cba; color: var(--wp-admin-theme-color); }
641
 
642
+ .components-button.is-destructive:active:not(:disabled) { background: #ccc; }
643
 
644
+ .components-button.is-link { margin: 0; padding: 0; box-shadow: none; border: 0; border-radius: 0; background: none; outline: none; text-align: left; /* Mimics the default link style in common.css */ color: #0073aa; text-decoration: underline; transition-property: border, background, color; transition-duration: 0.05s; transition-timing-function: ease-in-out; height: auto; }
645
 
646
+ @media (prefers-reduced-motion: reduce) { .components-button.is-link { transition-duration: 0s; } }
647
 
648
+ .components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) { color: #00a0d2; box-shadow: none; }
649
 
650
+ .components-button.is-link:focus { color: #124964; box-shadow: 0 0 0 1px #5b9dd9, 0 0 1.5px 1px rgba(30, 140, 190, 0.8); }
651
 
652
+ .components-button.is-link.is-destructive { color: #cc1818; }
653
 
654
+ .components-button.is-link.is-destructive:active:not(:disabled), .components-button.is-link.is-destructive:hover:not(:disabled) { color: #710d0d; background: none; }
655
 
656
+ .components-button.is-link.is-destructive:focus:not(:disabled) { color: #007cba; color: var(--wp-admin-theme-color); }
 
657
 
658
+ .components-button:not([aria-disabled=true]):active { color: inherit; }
659
 
660
+ .components-button:disabled, .components-button[aria-disabled=true] { cursor: default; opacity: 0.3; }
661
 
662
+ .components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] { -webkit-animation: components-button__busy-animation 2500ms infinite linear; animation: components-button__busy-animation 2500ms infinite linear; opacity: 1; background-size: 100px 100%; /* stylelint-disable */ background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 33%, #e0e0e0 70%, #fafafa 70%); /* stylelint-enable */ }
663
 
664
+ .components-button.is-small { height: 24px; line-height: 22px; padding: 0 8px; font-size: 11px; }
665
 
666
+ .components-button.is-small.has-icon:not(.has-text) { padding: 0 8px; width: 24px; }
667
 
668
+ .components-button.has-icon { padding: 6px; min-width: 36px; justify-content: center; }
669
 
670
+ .components-button.has-icon .dashicon { display: inline-block; flex: 0 0 auto; }
671
 
672
+ .components-button.has-icon.has-text { justify-content: left; }
673
 
674
+ .components-button.has-icon.has-text svg { margin-right: 8px; }
675
 
676
+ .components-button.is-pressed { color: #fff; background: #1e1e1e; }
677
 
678
+ .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
679
 
680
+ .components-button.is-pressed:hover:not(:disabled) { color: #fff; background: #1e1e1e; }
681
 
682
+ .components-button svg { fill: currentColor; outline: none; }
683
 
684
+ .components-button .components-visually-hidden { height: auto; }
685
 
686
+ @-webkit-keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
687
 
688
+ @keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
689
 
690
+ .components-checkbox-control__input[type=checkbox] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 2px; background: #fff; color: #1e1e1e; clear: none; cursor: pointer; display: inline-block; line-height: 0; margin: 0 4px 0 0; outline: 0; padding: 0 !important; text-align: center; vertical-align: top; width: 24px; height: 24px; -webkit-appearance: none; -moz-appearance: none; appearance: none; transition: 0.1s border-color ease-in-out; }
691
 
692
+ @media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; } }
693
 
694
+ @media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
695
 
696
+ .components-checkbox-control__input[type=checkbox]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
697
 
698
+ .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
699
 
700
+ .components-checkbox-control__input[type=checkbox]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
701
 
702
+ .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
703
 
704
+ .is-dark-theme .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
705
 
706
+ .is-dark-theme .components-checkbox-control__input[type=checkbox]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
707
 
708
+ .is-dark-theme .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
709
 
710
+ .components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
711
 
712
+ .components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
713
 
714
+ .components-checkbox-control__input[type=checkbox]:checked::-ms-check { opacity: 0; }
715
 
716
+ .components-checkbox-control__input[type=checkbox]:checked::before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before { margin: -3px -5px; color: #fff; }
717
 
718
+ @media (min-width: 782px) { .components-checkbox-control__input[type=checkbox]:checked::before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before { margin: -4px 0 0 -5px; } }
719
 
720
+ .components-checkbox-control__input[type=checkbox][aria-checked=mixed] { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
721
 
722
+ .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before { content: ""; float: left; display: inline-block; vertical-align: middle; width: 16px; /* stylelint-disable */ font: normal 30px/1 dashicons; /* stylelint-enable */ speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
723
 
724
+ @media (min-width: 782px) { .components-checkbox-control__input[type=checkbox][aria-checked=mixed]::before { float: none; font-size: 21px; } }
725
 
726
+ @media (min-width: 600px) { .components-checkbox-control__input[type=checkbox] { height: 20px; width: 20px; } }
727
 
728
+ @media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type=checkbox] { transition-duration: 0s; } }
729
 
730
+ .components-checkbox-control__input[type=checkbox]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
731
 
732
+ .components-checkbox-control__input[type=checkbox]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
733
 
734
+ .components-checkbox-control__input[type=checkbox]:checked::-ms-check { opacity: 0; }
735
 
736
+ .components-checkbox-control__input[type=checkbox]:checked::before { content: none; }
737
 
738
+ .components-checkbox-control__input-container { position: relative; display: inline-block; margin-right: 12px; vertical-align: middle; width: 24px; height: 24px; }
739
 
740
+ @media (min-width: 600px) { .components-checkbox-control__input-container { width: 20px; height: 20px; } }
741
 
742
+ svg.components-checkbox-control__checked { fill: #fff; cursor: pointer; position: absolute; left: 0; top: 0; width: 24px; height: 24px; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; pointer-events: none; }
743
 
744
+ @media (min-width: 600px) { svg.components-checkbox-control__checked { left: -2px; top: -2px; } }
745
 
746
+ .components-circular-option-picker { display: inline-block; width: 100%; min-width: 188px; }
747
 
748
+ .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper { display: flex; justify-content: flex-end; }
749
 
750
+ .components-circular-option-picker .components-circular-option-picker__swatches { margin-right: -12px; }
 
 
 
751
 
752
+ .components-circular-option-picker__option-wrapper { display: inline-block; height: 28px; width: 28px; margin-right: 12px; margin-bottom: 12px; vertical-align: top; transform: scale(1); transition: 100ms transform ease; }
753
 
754
+ @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option-wrapper { transition-duration: 0s; } }
755
 
756
+ .components-circular-option-picker__option-wrapper:hover { transform: scale(1.2); }
757
 
758
+ .components-circular-option-picker__option-wrapper > div { height: 100%; width: 100%; }
759
 
760
+ .components-circular-option-picker__option-wrapper::before { content: ""; position: absolute; top: 1px; left: 1px; bottom: 1px; right: 1px; border-radius: 50%; z-index: -1; /* stylelint-disable-next-line function-url-quotes */ background: url('data:image/svg+xml,%3Csvg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8V6H4v2h2zM8 8V6h2v2H8zM10 16H8v-2h2v2zM12 16v-2h2v2h-2zM12 18v-2h-2v2H8v2h2v-2h2zM14 18v2h-2v-2h2zM16 18h-2v-2h2v2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z" fill="%23555D65"/%3E%3Cpath d="M18 18v2h-2v-2h2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z" fill="%23555D65"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z" fill="%23555D65"/%3E%3C/svg%3E'); }
761
 
762
+ .components-circular-option-picker__option { display: inline-block; vertical-align: top; height: 100%; width: 100%; border: none; border-radius: 50%; background: transparent; box-shadow: inset 0 0 0 14px; transition: 100ms box-shadow ease; cursor: pointer; }
763
 
764
+ @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option { transition-duration: 0s; } }
765
 
766
+ .components-circular-option-picker__option:hover { box-shadow: inset 0 0 0 14px !important; }
767
 
768
+ .components-circular-option-picker__option.is-pressed { box-shadow: inset 0 0 0 4px; position: relative; z-index: 1; overflow: visible; }
769
 
770
+ .components-circular-option-picker__option.is-pressed + svg { position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: 2; pointer-events: none; }
771
 
772
+ .components-circular-option-picker__option::after { content: ""; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); border: 1px solid transparent; }
773
 
774
+ .components-circular-option-picker__option:focus::after { content: ""; border: 2px solid #757575; width: 32px; height: 32px; position: absolute; top: -2px; left: -2px; border-radius: 50%; box-shadow: inset 0 0 0 2px #fff; }
775
 
776
+ .components-circular-option-picker__option.components-button:focus { background-color: transparent; box-shadow: inset 0 0 0 14px; outline: none; }
777
 
778
+ .components-circular-option-picker__button-action .components-circular-option-picker__option { color: #fff; background: #fff; }
779
 
780
+ .components-circular-option-picker__dropdown-link-action { margin-right: 16px; }
781
 
782
+ .components-circular-option-picker__dropdown-link-action .components-button { line-height: 22px; }
783
 
784
+ .components-color-edit__color-option-main-area { display: flex; align-items: center; }
785
 
786
+ .components-color-edit__color-option-main-area div.components-circular-option-picker__option-wrapper { display: block; margin: 8px; }
787
 
788
+ .components-color-edit__color-option.is-hover { background: #e0e0e0; }
789
 
790
+ .components-color-edit__cancel-button { float: right; }
791
 
792
+ .components-color-edit__color-option-color-name { width: 100%; }
793
 
794
+ .components-color-edit__label-and-insert-container { display: flex; align-items: center; justify-content: space-between; }
795
 
796
+ .components-color-edit__insert-button { margin-top: -8px; }
797
 
798
+ .components-color-edit__hidden-control { position: relative; left: -9999px; }
799
 
800
+ .components-color-edit__color-option-color-name-input .components-base-control__field { margin-bottom: 0; margin-right: 8px; }
801
 
802
+ .components-color-edit__slug-input { margin-left: 8px; }
803
 
804
+ .components-color-edit__reset-button { float: right; }
805
 
806
+ .component-color-indicator { width: 25px; height: 16px; margin-left: 0.8rem; border: 1px solid #dadada; display: inline-block; }
807
 
808
+ .component-color-indicator + .component-color-indicator { margin-left: 0.5rem; }
809
 
810
+ /** Parts of this source were derived and modified from react-color, released under the MIT license. https://github.com/casesandberg/react-color/ Copyright (c) 2015 Case Sandberg Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
811
+ .components-color-picker { width: 100%; }
812
 
813
+ .components-color-picker * { box-sizing: border-box; }
814
 
815
+ .components-color-picker__saturation { width: 100%; padding-bottom: 55%; position: relative; }
816
 
817
+ .components-color-picker__body { padding: 16px 16px 12px; }
818
 
819
+ .components-color-picker__controls { display: flex; }
820
 
821
+ .components-color-picker__saturation-pointer, .components-color-picker__hue-pointer, .components-color-picker__alpha-pointer { padding: 0; position: absolute; cursor: pointer; box-shadow: none; border: none; }
822
 
823
+ /* CURRENT COLOR COMPONENT */
824
+ .components-color-picker__swatch { margin-right: 8px; width: 32px; height: 32px; border-radius: 50%; position: relative; overflow: hidden; background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%); background-size: 10px 10px; background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
825
 
826
+ .is-alpha-disabled .components-color-picker__swatch { width: 12px; height: 12px; margin-top: 0; }
827
 
828
+ .components-color-picker__active { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); z-index: 2; }
829
 
830
+ /* SATURATION COMPONENT */
831
+ .components-color-picker__saturation-color, .components-color-picker__saturation-white, .components-color-picker__saturation-black { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
832
 
833
+ .components-color-picker__saturation-color { overflow: visible; }
834
 
835
+ .components-color-picker__saturation-white { /*rtl:ignore*/ background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
836
 
837
+ .components-color-picker__saturation-black { background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
838
 
839
+ .components-button.components-color-picker__saturation-pointer { width: 14px; height: 14px; padding: 0; border-radius: 50%; background-color: transparent; transform: translate(-50%, -50%); box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #000, 0 0 0 2px #000; }
840
 
841
+ .components-button.components-color-picker__saturation-pointer:focus:not(:disabled) { box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #000, 0 0 0 3px #000; }
842
 
843
+ /* HUE & ALPHA BARS */
844
+ .components-color-picker__toggles { flex: 1; }
845
 
846
+ .components-color-picker__alpha { background-image: linear-gradient(45deg, #ddd 25%, transparent 25%), linear-gradient(-45deg, #ddd 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ddd 75%), linear-gradient(-45deg, transparent 75%, #ddd 75%); background-size: 10px 10px; background-position: 0 0, 0 5px, 5px -5px, -5px 0; }
847
 
848
+ .components-color-picker__hue-gradient, .components-color-picker__alpha-gradient { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
849
 
850
+ .components-color-picker__hue, .components-color-picker__alpha { height: 12px; position: relative; }
851
 
852
+ .is-alpha-enabled .components-color-picker__hue { margin-bottom: 8px; }
853
 
854
+ .components-color-picker__hue-bar, .components-color-picker__alpha-bar { position: relative; margin: 0 3px; height: 100%; padding: 0 2px; }
855
 
856
+ .components-color-picker__hue-gradient { /*rtl:ignore*/ background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%); }
857
 
858
+ .components-color-picker__hue-pointer, .components-color-picker__alpha-pointer { /*rtl:ignore*/ left: 0; width: 14px; height: 14px; border-radius: 50%; box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); background: #fff; transform: translate(-7px, -1px); }
859
 
860
+ .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition: box-shadow 0.1s linear; }
861
 
862
+ @media (prefers-reduced-motion: reduce) { .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition-duration: 0s; } }
863
 
864
+ .components-color-picker__saturation-pointer:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba, 0 0 5px 0 #007cba, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color), 0 0 5px 0 var(--wp-admin-theme-color), inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
865
 
866
+ .components-color-picker__hue-pointer:focus, .components-color-picker__alpha-pointer:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 2px #007cba, 0 0 3px 0 #007cba; box-shadow: 0 0 0 2px var(--wp-admin-theme-color), 0 0 3px 0 var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: -2px; }
867
 
868
+ /* INPUTS COMPONENT */
869
+ .components-color-picker__inputs-wrapper { margin: 0 -4px; padding-top: 16px; display: flex; align-items: flex-end; min-width: 255px; }
870
 
871
+ .components-color-picker__inputs-wrapper fieldset { flex: 1; border: none; margin: 0; padding: 0; }
872
 
873
+ .components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number] { padding: 6px 3px; margin: 0; }
874
 
875
+ .components-color-picker__inputs-field { width: 100%; }
876
 
877
+ .components-color-picker__inputs-fields { display: flex; /*rtl:ignore*/ direction: ltr; flex-grow: 1; margin-right: 4px; }
878
 
879
+ .components-color-picker__inputs-fields .components-base-control + .components-base-control { margin-top: 0; }
880
 
881
+ .components-color-picker__inputs-fields .components-base-control__field { margin: 0 2px; }
882
 
883
+ .components-color-picker__inputs-toggle { height: 30px; padding: 0 5px; }
884
 
885
+ .components-combobox-control { width: 100%; }
886
 
887
+ input.components-combobox-control__input[type=text] { width: 100%; border: none; box-shadow: none; font-size: 16px; padding: 2px; margin: 0; line-height: inherit; min-height: auto; }
888
 
889
+ @media (min-width: 600px) { input.components-combobox-control__input[type=text] { font-size: 13px; } }
890
 
891
+ input.components-combobox-control__input[type=text]:focus { outline: none; box-shadow: none; }
892
 
893
+ .components-combobox-control__suggestions-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 4px; }
894
 
895
+ @media (prefers-reduced-motion: reduce) { .components-combobox-control__suggestions-container { transition-duration: 0s; } }
 
896
 
897
+ @media (min-width: 600px) { .components-combobox-control__suggestions-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
898
 
899
+ .components-combobox-control__suggestions-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
900
 
901
+ .components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
902
 
903
+ .components-combobox-control__suggestions-container::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
904
 
905
+ .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
906
 
907
+ .is-dark-theme .components-combobox-control__suggestions-container::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
908
 
909
+ .is-dark-theme .components-combobox-control__suggestions-container::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
910
 
911
+ .is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
912
 
913
+ .components-combobox-control__suggestions-container:focus-within { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
914
 
915
+ .components-combobox-control__reset.components-button { display: flex; height: 24px; min-width: 24px; padding: 0; }
916
 
917
+ .components-custom-gradient-picker__gradient-bar:not(.has-gradient) { opacity: 0.4; }
918
 
919
+ .components-custom-gradient-picker__gradient-bar { margin-top: 12px; width: 100%; height: 36px; border-radius: 36px; margin-bottom: 12px; padding-left: 6px; padding-right: 30px; }
920
 
921
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container { position: relative; }
922
 
923
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point { border-radius: 50%; background: #fff; padding: 2px; top: 6px; min-width: 24px; width: 24px; height: 24px; position: relative; color: #1e1e1e; }
924
 
925
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg { height: 100%; width: 100%; }
926
 
927
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button { border: 2px solid transparent; box-shadow: inset 0 0 0 1.5px #fff; border-radius: 50%; height: 24px; width: 24px; padding: 0; position: absolute; top: 6px; }
928
 
929
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #1e1e1e; }
930
 
931
+ .components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point { margin-left: auto; margin-right: auto; display: block; margin-bottom: 8px; }
932
 
933
+ .components-custom-gradient-picker__inserter { width: 100%; }
934
 
935
+ .components-custom-gradient-picker__liner-gradient-indicator { display: inline-block; flex: 0 auto; width: 20px; height: 20px; }
936
 
937
+ .components-custom-gradient-picker .components-custom-gradient-picker__ui-line { margin-bottom: 16px; }
938
 
939
+ .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker, .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker { margin-bottom: 0; }
940
 
941
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar { border: none; }
942
 
943
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div { margin-left: 1px; }
944
 
945
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg { background: #fff; border: 1px solid #949494; border-radius: 2px; }
946
 
947
+ .components-custom-select-control { position: relative; }
948
 
949
+ .components-custom-select-control__label { display: block; margin-bottom: 8px; }
950
 
951
+ .components-custom-select-control__button { border: 1px solid #757575; border-radius: 2px; min-height: 30px; min-width: 130px; position: relative; text-align: left; }
952
 
953
+ .components-custom-select-control__button.components-custom-select-control__button { padding-right: 24px; }
954
 
955
+ .components-custom-select-control__button:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); }
956
 
957
+ .components-custom-select-control__button .components-custom-select-control__button-icon { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
958
 
959
+ .components-custom-select-control__menu { border: 1px solid #1e1e1e; background-color: #fff; border-radius: 2px; outline: none; transition: none; max-height: 400px; min-width: 100%; overflow: auto; padding: 0; position: absolute; z-index: 1000000; }
960
 
961
+ .components-custom-select-control__menu[aria-hidden=true] { display: none; }
962
 
963
+ .components-custom-select-control__item { align-items: center; display: flex; list-style-type: none; padding: 8px; cursor: default; line-height: 28px; }
964
 
965
+ .components-custom-select-control__item.is-highlighted { background: #ddd; }
966
 
967
+ .components-custom-select-control__item .components-custom-select-control__item-icon { margin-right: 0; margin-left: auto; }
968
 
969
+ .components-custom-select-control__item:last-child { margin-bottom: 0; }
970
 
971
+ /** Parts of this source were derived and modified from react-dates, released under the MIT license. https://github.com/airbnb/react-dates The MIT License (MIT) Copyright (c) 2016 Airbnb Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
972
+ /*rtl:begin:ignore*/
973
+ .PresetDateRangePicker_panel { padding: 0 22px 11px; }
974
 
975
+ .PresetDateRangePicker_button { position: relative; height: 100%; text-align: center; background: 0 0; border: 2px solid #00a699; color: #00a699; padding: 4px 12px; margin-right: 8px; font: inherit; font-weight: 700; line-height: normal; overflow: visible; box-sizing: border-box; cursor: pointer; }
976
 
977
+ .PresetDateRangePicker_button:active { outline: 0; }
978
 
979
+ .PresetDateRangePicker_button__selected { color: #fff; background: #00a699; }
980
 
981
+ .SingleDatePickerInput { display: inline-block; background-color: #fff; }
982
 
983
+ .SingleDatePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
984
 
985
+ .SingleDatePickerInput__rtl { direction: rtl; }
986
 
987
+ .SingleDatePickerInput__disabled { background-color: #f2f2f2; }
988
 
989
+ .SingleDatePickerInput__block { display: block; }
990
 
991
+ .SingleDatePickerInput__showClearDate { padding-right: 30px; }
992
 
993
+ .SingleDatePickerInput_clearDate { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
994
 
995
+ .SingleDatePickerInput_clearDate__default:focus, .SingleDatePickerInput_clearDate__default:hover { background: #dbdbdb; border-radius: 50%; }
996
 
997
+ .SingleDatePickerInput_clearDate__small { padding: 6px; }
998
 
999
+ .SingleDatePickerInput_clearDate__hide { visibility: hidden; }
1000
 
1001
+ .SingleDatePickerInput_clearDate_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
1002
 
1003
+ .SingleDatePickerInput_clearDate_svg__small { height: 9px; }
1004
 
1005
+ .SingleDatePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px; }
1006
 
1007
+ .SingleDatePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
1008
 
1009
+ .SingleDatePicker { position: relative; display: inline-block; }
1010
 
1011
+ .SingleDatePicker__block { display: block; }
1012
 
1013
+ .SingleDatePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
1014
 
1015
+ .SingleDatePicker_picker__rtl { direction: rtl; }
1016
 
1017
+ .SingleDatePicker_picker__directionLeft { left: 0; }
1018
 
1019
+ .SingleDatePicker_picker__directionRight { right: 0; }
1020
 
1021
+ .SingleDatePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
1022
 
1023
+ .SingleDatePicker_picker__fullScreenPortal { background-color: #fff; }
1024
 
1025
+ .SingleDatePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2; }
1026
 
1027
+ .SingleDatePicker_closeButton:focus, .SingleDatePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
1028
 
1029
+ .SingleDatePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
1030
 
1031
+ .DayPickerKeyboardShortcuts_buttonReset { background: 0 0; border: 0; border-radius: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; padding: 0; cursor: pointer; font-size: 14px; }
1032
 
1033
+ .DayPickerKeyboardShortcuts_buttonReset:active { outline: 0; }
1034
 
1035
+ .DayPickerKeyboardShortcuts_show { width: 22px; position: absolute; z-index: 2; }
1036
 
1037
+ .DayPickerKeyboardShortcuts_show__bottomRight { border-top: 26px solid transparent; border-right: 33px solid #00a699; bottom: 0; right: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1038
 
1039
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover { border-right: 33px solid #008489; }
1040
 
1041
+ .DayPickerKeyboardShortcuts_show__topRight { border-bottom: 26px solid transparent; border-right: 33px solid #00a699; top: 0; right: 0; }
1042
 
1043
+ .DayPickerKeyboardShortcuts_show__topRight:hover { border-right: 33px solid #008489; }
1044
 
1045
+ .DayPickerKeyboardShortcuts_show__topLeft { border-bottom: 26px solid transparent; border-left: 33px solid #00a699; top: 0; left: 0; }
1046
 
1047
+ .DayPickerKeyboardShortcuts_show__topLeft:hover { border-left: 33px solid #008489; }
1048
 
1049
+ .DayPickerKeyboardShortcuts_showSpan { color: #fff; position: absolute; }
1050
 
1051
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight { bottom: 0; right: -28px; }
 
1052
 
1053
+ .DayPickerKeyboardShortcuts_showSpan__topRight { top: 1px; right: -28px; }
 
1054
 
1055
+ .DayPickerKeyboardShortcuts_showSpan__topLeft { top: 1px; left: -28px; }
1056
 
1057
+ .DayPickerKeyboardShortcuts_panel { overflow: auto; background: #fff; border: 1px solid #dbdbdb; border-radius: 2px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; padding: 22px; margin: 33px; }
1058
 
1059
+ .DayPickerKeyboardShortcuts_title { font-size: 16px; font-weight: 700; margin: 0; }
1060
 
1061
+ .DayPickerKeyboardShortcuts_list { list-style: none; padding: 0; font-size: 14px; }
1062
 
1063
+ .DayPickerKeyboardShortcuts_close { position: absolute; right: 22px; top: 22px; z-index: 2; }
1064
 
1065
+ .DayPickerKeyboardShortcuts_close:active { outline: 0; }
1066
 
1067
+ .DayPickerKeyboardShortcuts_closeSvg { height: 15px; width: 15px; fill: #cacccd; }
1068
 
1069
+ .DayPickerKeyboardShortcuts_closeSvg:focus, .DayPickerKeyboardShortcuts_closeSvg:hover { fill: #82888a; }
 
 
1070
 
1071
+ .CalendarDay { box-sizing: border-box; cursor: pointer; font-size: 14px; text-align: center; }
 
 
1072
 
1073
+ .CalendarDay:active { outline: 0; }
1074
 
1075
+ .CalendarDay__defaultCursor { cursor: default; }
1076
 
1077
+ .CalendarDay__default { border: 1px solid #e4e7e7; color: #484848; background: #fff; }
1078
 
1079
+ .CalendarDay__default:hover { background: #e4e7e7; border: 1px double #e4e7e7; color: inherit; }
1080
 
1081
+ .CalendarDay__hovered_offset { background: #f4f5f5; border: 1px double #e4e7e7; color: inherit; }
1082
 
1083
+ .CalendarDay__outside { border: 0; background: #fff; color: #484848; }
1084
 
1085
+ .CalendarDay__outside:hover { border: 0; }
1086
 
1087
+ .CalendarDay__blocked_minimum_nights { background: #fff; border: 1px solid #eceeee; color: #cacccd; }
1088
 
1089
+ .CalendarDay__blocked_minimum_nights:active, .CalendarDay__blocked_minimum_nights:hover { background: #fff; color: #cacccd; }
1090
 
1091
+ .CalendarDay__highlighted_calendar { background: #ffe8bc; color: #484848; }
1092
 
1093
+ .CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover { background: #ffce71; color: #484848; }
1094
 
1095
+ .CalendarDay__selected_span { background: #66e2da; border: 1px solid #33dacd; color: #fff; }
1096
 
1097
+ .CalendarDay__selected_span:active, .CalendarDay__selected_span:hover { background: #33dacd; border: 1px solid #33dacd; color: #fff; }
1098
 
1099
+ .CalendarDay__last_in_range { border-right: #00a699; }
1100
 
1101
+ .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover { background: #00a699; border: 1px solid #00a699; color: #fff; }
1102
 
1103
+ .CalendarDay__hovered_span, .CalendarDay__hovered_span:hover { background: #b2f1ec; border: 1px solid #80e8e0; color: #007a87; }
1104
 
1105
+ .CalendarDay__hovered_span:active { background: #80e8e0; border: 1px solid #80e8e0; color: #007a87; }
1106
 
1107
+ .CalendarDay__blocked_calendar, .CalendarDay__blocked_calendar:active, .CalendarDay__blocked_calendar:hover { background: #cacccd; border: 1px solid #cacccd; color: #82888a; }
1108
 
1109
+ .CalendarDay__blocked_out_of_range, .CalendarDay__blocked_out_of_range:active, .CalendarDay__blocked_out_of_range:hover { background: #fff; border: 1px solid #e4e7e7; color: #cacccd; }
1110
 
1111
+ .CalendarMonth { background: #fff; text-align: center; vertical-align: top; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
1112
 
1113
+ .CalendarMonth_table { border-collapse: collapse; border-spacing: 0; }
1114
 
1115
+ .CalendarMonth_verticalSpacing { border-collapse: separate; }
1116
 
1117
+ .CalendarMonth_caption { color: #484848; font-size: 18px; text-align: center; padding-top: 22px; padding-bottom: 37px; caption-side: initial; }
1118
 
1119
+ .CalendarMonth_caption__verticalScrollable { padding-top: 12px; padding-bottom: 7px; }
1120
 
1121
+ .CalendarMonthGrid { background: #fff; text-align: left; z-index: 0; }
1122
 
1123
+ .CalendarMonthGrid__animating { z-index: 1; }
1124
 
1125
+ .CalendarMonthGrid__horizontal { position: absolute; left: 9px; }
1126
 
1127
+ .CalendarMonthGrid__vertical { margin: 0 auto; }
1128
 
1129
+ .CalendarMonthGrid__vertical_scrollable { margin: 0 auto; overflow-y: scroll; }
1130
 
1131
+ .CalendarMonthGrid_month__horizontal { display: inline-block; vertical-align: top; min-height: 100%; }
1132
 
1133
+ .CalendarMonthGrid_month__hideForAnimation { position: absolute; z-index: -1; opacity: 0; pointer-events: none; }
1134
 
1135
+ .CalendarMonthGrid_month__hidden { visibility: hidden; }
1136
 
1137
+ .DayPickerNavigation { position: relative; z-index: 2; }
1138
 
1139
+ .DayPickerNavigation__horizontal { height: 0; }
1140
 
1141
+ .DayPickerNavigation__verticalDefault { position: absolute; width: 100%; height: 52px; bottom: 0; left: 0; }
1142
 
1143
+ .DayPickerNavigation__verticalScrollableDefault { position: relative; }
1144
 
1145
+ .DayPickerNavigation_button { cursor: pointer; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; border: 0; padding: 0; margin: 0; }
1146
 
1147
+ .DayPickerNavigation_button__default { border: 1px solid #e4e7e7; background-color: #fff; color: #757575; }
1148
 
1149
+ .DayPickerNavigation_button__default:focus, .DayPickerNavigation_button__default:hover { border: 1px solid #c4c4c4; }
1150
 
1151
+ .DayPickerNavigation_button__default:active { background: #f2f2f2; }
1152
 
1153
+ .DayPickerNavigation_button__horizontalDefault { position: absolute; top: 18px; line-height: 0.78; border-radius: 3px; padding: 6px 9px; }
1154
 
1155
+ .DayPickerNavigation_leftButton__horizontalDefault { left: 22px; }
1156
 
1157
+ .DayPickerNavigation_rightButton__horizontalDefault { right: 22px; }
1158
 
1159
+ .DayPickerNavigation_button__verticalDefault { padding: 5px; background: #fff; box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); position: relative; display: inline-block; height: 100%; width: 50%; }
1160
 
1161
+ .DayPickerNavigation_nextButton__verticalDefault { border-left: 0; }
1162
 
1163
+ .DayPickerNavigation_nextButton__verticalScrollableDefault { width: 100%; }
1164
 
1165
+ .DayPickerNavigation_svg__horizontal { height: 19px; width: 19px; fill: #82888a; display: block; }
1166
 
1167
+ .DayPickerNavigation_svg__vertical { height: 42px; width: 42px; fill: #484848; display: block; }
1168
 
1169
+ .DayPicker { background: #fff; position: relative; text-align: left; }
1170
 
1171
+ .DayPicker__horizontal { background: #fff; }
1172
 
1173
+ .DayPicker__verticalScrollable { height: 100%; }
1174
 
1175
+ .DayPicker__hidden { visibility: hidden; }
1176
 
1177
+ .DayPicker__withBorder { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07); border-radius: 3px; }
1178
 
1179
+ .DayPicker_portal__horizontal { box-shadow: none; position: absolute; left: 50%; top: 50%; }
1180
 
1181
+ .DayPicker_portal__vertical { position: initial; }
1182
 
1183
+ .DayPicker_focusRegion { outline: 0; }
1184
 
1185
+ .DayPicker_calendarInfo__horizontal, .DayPicker_wrapper__horizontal { display: inline-block; vertical-align: top; }
1186
 
1187
+ .DayPicker_weekHeaders { position: relative; }
1188
 
1189
+ .DayPicker_weekHeaders__horizontal { margin-left: 9px; }
1190
 
1191
+ .DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left; }
1192
 
1193
+ .DayPicker_weekHeader__vertical { left: 50%; }
1194
 
1195
+ .DayPicker_weekHeader__verticalScrollable { top: 0; display: table-row; border-bottom: 1px solid #dbdbdb; background: #fff; margin-left: 0; left: 0; width: 100%; text-align: center; }
1196
 
1197
+ .DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px; }
1198
 
1199
+ .DayPicker_weekHeader_li { display: inline-block; text-align: center; }
1200
 
1201
+ .DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px; }
1202
 
1203
+ .DayPicker_transitionContainer__horizontal { transition: height 0.2s ease-in-out; }
1204
 
1205
+ .DayPicker_transitionContainer__vertical { width: 100%; }
1206
 
1207
+ .DayPicker_transitionContainer__verticalScrollable { padding-top: 20px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; overflow-y: scroll; }
1208
 
1209
+ .DateInput { margin: 0; padding: 0; background: #fff; position: relative; display: inline-block; width: 130px; vertical-align: middle; }
1210
 
1211
+ .DateInput__small { width: 97px; }
1212
 
1213
+ .DateInput__block { width: 100%; }
1214
 
1215
+ .DateInput__disabled { background: #f2f2f2; color: #dbdbdb; }
1216
 
1217
+ .DateInput_input { font-weight: 200; font-size: 19px; line-height: 24px; color: #484848; background-color: #fff; width: 100%; padding: 11px 11px 9px; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid transparent; border-left: 0; border-radius: 0; }
1218
 
1219
+ .DateInput_input__small { font-size: 15px; line-height: 18px; letter-spacing: 0.2px; padding: 7px 7px 5px; }
1220
 
1221
+ .DateInput_input__regular { font-weight: auto; }
1222
 
1223
+ .DateInput_input__readOnly { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
1224
 
1225
+ .DateInput_input__focused { outline: 0; background: #fff; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid #008489; border-left: 0; }
1226
 
1227
+ .DateInput_input__disabled { background: #f2f2f2; font-style: italic; }
1228
 
1229
+ .DateInput_screenReaderMessage { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
1230
 
1231
+ .DateInput_fang { position: absolute; width: 20px; height: 10px; left: 22px; z-index: 2; }
1232
 
1233
+ .DateInput_fangShape { fill: #fff; }
1234
 
1235
+ .DateInput_fangStroke { stroke: #dbdbdb; fill: transparent; }
1236
 
1237
+ .DateRangePickerInput { background-color: #fff; display: inline-block; }
1238
 
1239
+ .DateRangePickerInput__disabled { background: #f2f2f2; }
1240
 
1241
+ .DateRangePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
1242
 
1243
+ .DateRangePickerInput__rtl { direction: rtl; }
1244
 
1245
+ .DateRangePickerInput__block { display: block; }
1246
 
1247
+ .DateRangePickerInput__showClearDates { padding-right: 30px; }
1248
 
1249
+ .DateRangePickerInput_arrow { display: inline-block; vertical-align: middle; color: #484848; }
1250
 
1251
+ .DateRangePickerInput_arrow_svg { vertical-align: middle; fill: #484848; height: 24px; width: 24px; }
1252
 
1253
+ .DateRangePickerInput_clearDates { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; padding: 10px; margin: 0 10px 0 5px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
1254
 
1255
+ .DateRangePickerInput_clearDates__small { padding: 6px; }
1256
 
1257
+ .DateRangePickerInput_clearDates_default:focus, .DateRangePickerInput_clearDates_default:hover { background: #dbdbdb; border-radius: 50%; }
1258
 
1259
+ .DateRangePickerInput_clearDates__hide { visibility: hidden; }
1260
 
1261
+ .DateRangePickerInput_clearDates_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
1262
 
1263
+ .DateRangePickerInput_clearDates_svg__small { height: 9px; }
1264
 
1265
+ .DateRangePickerInput_calendarIcon { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; display: inline-block; vertical-align: middle; padding: 10px; margin: 0 5px 0 10px; }
1266
 
1267
+ .DateRangePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
1268
 
1269
+ .DateRangePicker { position: relative; display: inline-block; }
1270
 
1271
+ .DateRangePicker__block { display: block; }
1272
 
1273
+ .DateRangePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
1274
 
1275
+ .DateRangePicker_picker__rtl { direction: rtl; }
1276
 
1277
+ .DateRangePicker_picker__directionLeft { left: 0; }
1278
 
1279
+ .DateRangePicker_picker__directionRight { right: 0; }
1280
 
1281
+ .DateRangePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
1282
 
1283
+ .DateRangePicker_picker__fullScreenPortal { background-color: #fff; }
1284
 
1285
+ .DateRangePicker_closeButton { background: 0 0; border: 0; color: inherit; font: inherit; line-height: normal; overflow: visible; cursor: pointer; position: absolute; top: 0; right: 0; padding: 15px; z-index: 2; }
1286
 
1287
+ .DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
1288
 
1289
+ .DateRangePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
1290
 
1291
+ /*rtl:end:ignore*/
1292
+ .components-datetime { padding: 0; }
1293
 
1294
+ .components-datetime .components-datetime__calendar-help { padding: 16px; }
1295
 
1296
+ .components-datetime .components-datetime__calendar-help h4 { margin: 0; }
1297
 
1298
+ .components-datetime .components-datetime__buttons { display: flex; justify-content: space-between; }
1299
 
1300
+ .components-datetime .components-datetime__date-help-toggle { display: block; margin-left: auto; }
1301
 
1302
+ .components-datetime fieldset { border: 0; padding: 0; margin: 0; }
1303
 
1304
+ .components-datetime select, .components-datetime input { box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; }
 
1305
 
1306
+ @media (prefers-reduced-motion: reduce) { .components-datetime select, .components-datetime input { transition-duration: 0s; } }
1307
 
1308
+ .components-datetime select, .components-datetime input[type=number], .components-datetime .components-button { height: 30px; margin-top: 0; margin-bottom: 0; }
1309
 
1310
+ .components-datetime__date { min-height: 236px; border-top: 1px solid #ddd; }
 
1311
 
1312
+ .components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault { left: 0; }
1313
 
1314
+ .components-datetime__date .CalendarMonth_caption { font-size: 13px; }
1315
 
1316
+ .components-datetime__date .CalendarMonth_table { border-collapse: separate; border-spacing: 2px; }
1317
 
1318
+ .components-datetime__date .CalendarDay { font-size: 13px; border: none; border-radius: 50%; text-align: center; }
1319
 
1320
+ .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff; outline: 2px solid transparent; }
1321
 
1322
+ .components-datetime__date .CalendarDay__selected { background: #007cba; background: var(--wp-admin-theme-color); border: 2px solid transparent; }
 
1323
 
1324
+ .components-datetime__date .CalendarDay__selected:hover { background: #005a87; background: var(--wp-admin-theme-color-darker-20); }
1325
 
1326
+ .components-datetime__date .CalendarDay__selected:focus { box-shadow: inset 0 0 0 1px #fff; }
1327
 
1328
+ .components-datetime__date .DayPickerNavigation_button__horizontalDefault { padding: 2px 8px; top: 20px; }
1329
 
1330
+ .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1331
 
1332
+ .components-datetime__date .DayPicker_weekHeader { top: 50px; }
1333
 
1334
+ .components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul { margin: 1px 0; padding-left: 0; padding-right: 0; }
1335
 
1336
+ .components-datetime__date.is-description-visible .DayPicker { visibility: hidden; }
1337
 
1338
+ .components-datetime__time { padding-bottom: 16px; }
1339
 
1340
+ .components-datetime__time fieldset { position: relative; margin-bottom: 0.5em; }
1341
 
1342
+ .components-datetime__time fieldset + fieldset { margin-bottom: 0; }
1343
 
1344
+ .components-datetime__time .components-datetime__time-field-am-pm fieldset { margin-top: 0; }
1345
 
1346
+ .components-datetime__time .components-datetime__time-wrapper { display: flex; }
 
1347
 
1348
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator { display: inline-block; padding: 0 3px 0 0; }
1349
 
1350
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time { /*rtl:ignore*/ direction: ltr; }
1351
 
1352
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select { margin-right: 4px; }
1353
 
1354
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus { position: relative; z-index: 1; }
1355
 
1356
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number] { padding: 2px; margin-right: 4px; text-align: center; -moz-appearance: textfield; }
1357
 
1358
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]:focus { position: relative; z-index: 1; }
1359
 
1360
+ .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
1361
 
1362
+ .components-datetime__time.is-12-hour .components-datetime__time-field-day input { margin: -4px 0 0 !important; border-radius: 2px 0 0 2px !important; }
1363
 
1364
+ .components-datetime__time.is-12-hour .components-datetime__time-field-year input { border-radius: 0 2px 2px 0 !important; }
1365
 
1366
+ .components-datetime__timezone { line-height: 30px; margin-left: 4px; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }
1367
 
1368
+ .components-datetime__time-legend { font-weight: 600; margin-top: 0.5em; }
1369
 
1370
+ .components-datetime__time-legend.invisible { position: absolute; top: -999em; left: -999em; }
1371
 
1372
+ .components-datetime__time-field-hours-input, .components-datetime__time-field-minutes-input, .components-datetime__time-field-day-input { width: 35px; }
1373
 
1374
+ .components-datetime__time-field-year-input { width: 55px; }
1375
 
1376
+ .components-datetime__time-field-month-select { max-width: 145px; }
1377
 
1378
+ .components-popover .components-datetime__date { padding-left: 4px; }
1379
 
1380
+ .block-editor-dimension-control .components-base-control__field { display: flex; align-items: center; }
1381
 
1382
+ .block-editor-dimension-control .components-base-control__label { display: flex; align-items: center; margin-right: 1em; margin-bottom: 0; }
1383
 
1384
+ .block-editor-dimension-control .components-base-control__label .dashicon { margin-right: 0.5em; }
1385
 
1386
+ .block-editor-dimension-control.is-manual .components-base-control__label { width: 10em; }
1387
 
1388
+ body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge < 14 */ cursor: -webkit-grabbing !important; cursor: grabbing !important; }
1389
 
1390
+ .components-draggable__invisible-drag-image { position: fixed; left: -1000px; height: 50px; width: 50px; }
1391
 
1392
+ .components-draggable__clone { position: fixed; padding: 0; background: transparent; pointer-events: none; z-index: 1000000000; }
1393
 
1394
+ .components-drop-zone { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 40; visibility: hidden; opacity: 0; transition: 0.3s opacity, 0.3s background-color, 0s visibility 0.3s; border: 2px solid #007cba; border: 2px solid var(--wp-admin-theme-color); border-radius: 2px; }
1395
 
1396
+ @media (prefers-reduced-motion: reduce) { .components-drop-zone { transition-duration: 0s; } }
1397
 
1398
+ .components-drop-zone.is-active { opacity: 1; visibility: visible; transition: 0.3s opacity, 0.3s background-color; }
1399
 
1400
+ @media (prefers-reduced-motion: reduce) { .components-drop-zone.is-active { transition-duration: 0s; } }
1401
 
1402
+ .components-drop-zone.is-dragging-over-element { background-color: #007cba; background-color: var(--wp-admin-theme-color); }
1403
 
1404
+ .components-drop-zone__content { position: absolute; top: 50%; left: 0; right: 0; z-index: 50; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; transition: transform 0.2s ease-in-out; }
1405
 
1406
+ @media (prefers-reduced-motion: reduce) { .components-drop-zone__content { transition-duration: 0s; } }
1407
 
1408
+ .components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: translateY(-50%) scale(1.05); }
1409
 
1410
+ .components-drop-zone__content-icon, .components-drop-zone__content-text { display: block; }
1411
 
1412
+ .components-drop-zone__content-icon { margin: 0 auto; line-height: 0; fill: currentColor; }
1413
 
1414
+ .components-drop-zone__content-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
1415
 
1416
+ .components-drop-zone__provider { height: 100%; }
1417
 
1418
+ .components-dropdown { display: inline-block; }
1419
 
1420
+ .components-dropdown__content .components-popover__content > div { padding: 12px; }
1421
 
1422
+ .components-dropdown-menu__popover .components-popover__content { min-width: 200px; }
1423
 
1424
+ .components-dropdown-menu__menu { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 1.4; }
1425
 
1426
+ .components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item { width: 100%; padding: 6px; outline: none; cursor: pointer; white-space: nowrap; }
1427
 
1428
+ .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator, .components-dropdown-menu__menu .components-menu-item.has-separator { margin-top: 6px; position: relative; overflow: visible; }
1429
 
1430
+ .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator::before, .components-dropdown-menu__menu .components-menu-item.has-separator::before { display: block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: -3px; left: 0; right: 0; height: 1px; }
1431
 
1432
+ .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg, .components-dropdown-menu__menu .components-menu-item.is-active svg { color: #fff; background: #1e1e1e; box-shadow: 0 0 0 1px #1e1e1e; border-radius: 1px; }
1433
 
1434
+ .components-dropdown-menu__menu .components-dropdown-menu__menu-item > svg, .components-dropdown-menu__menu .components-menu-item > svg { border-radius: 2px; width: 24px; height: 24px; }
1435
 
1436
+ .components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button { min-height: 36px; height: auto; text-align: left; padding-left: 8px; padding-right: 8px; }
1437
 
1438
+ .components-dropdown-menu__menu .components-menu-group { padding: 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; }
1439
 
1440
+ .components-dropdown-menu__menu .components-menu-group:first-child { margin-top: -12px; }
1441
 
1442
+ .components-dropdown-menu__menu .components-menu-group:last-child { margin-bottom: -12px; }
 
1443
 
1444
+ .components-dropdown-menu__menu .components-menu-group + .components-menu-group { margin-top: 0; border-top: 1px solid #ccc; padding: 12px; }
1445
 
1446
+ .is-alternate .components-dropdown-menu__menu .components-menu-group + .components-menu-group { border-color: #1e1e1e; }
1447
 
1448
+ .components-font-size-picker__controls { max-width: 248px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
1449
 
1450
+ .components-font-size-picker__controls .components-font-size-picker__number { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: inline-block; font-weight: 500; height: 30px; margin-bottom: 0; margin-left: 0; margin-right: 8px; margin-top: 8px; width: 54px; }
1451
 
1452
+ @media (prefers-reduced-motion: reduce) { .components-font-size-picker__controls .components-font-size-picker__number { transition-duration: 0s; } }
1453
 
1454
+ @media (min-width: 600px) { .components-font-size-picker__controls .components-font-size-picker__number { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1455
 
1456
+ .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1457
 
1458
+ .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1459
 
1460
+ .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1461
 
1462
+ .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1463
 
1464
+ .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1465
 
1466
+ .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1467
 
1468
+ .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1469
 
1470
+ .components-font-size-picker__controls .components-font-size-picker__number[value=""] + .components-button { cursor: default; opacity: 0.3; pointer-events: none; }
1471
 
1472
+ .components-font-size-picker__controls .components-font-size-picker__number-container { display: flex; flex-direction: column; }
1473
 
1474
+ .components-font-size-picker__controls .components-font-size-picker__select { margin-right: 8px; }
1475
 
1476
+ .components-font-size-picker__controls .components-color-palette__clear { height: 30px; margin-top: 26px; }
1477
 
1478
+ .components-font-size-picker__custom-input .components-range-control__slider + .dashicon { width: 30px; height: 30px; }
1479
 
1480
+ .components-font-size-picker { border: 0; padding: 0; margin: 0; }
1481
 
1482
+ .components-form-toggle { position: relative; display: inline-block; }
1483
 
1484
+ .components-form-toggle .components-form-toggle__track { content: ""; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: #fff; border: 1px solid #1e1e1e; width: 36px; height: 18px; border-radius: 9px; transition: 0.2s background ease; }
1485
 
1486
+ @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__track { transition-duration: 0s; } }
1487
 
1488
+ .components-form-toggle .components-form-toggle__thumb { display: block; position: absolute; box-sizing: border-box; top: 3px; left: 3px; width: 12px; height: 12px; border-radius: 50%; transition: 0.1s transform ease; background-color: #1e1e1e; border: 5px solid #1e1e1e; }
1489
 
1490
+ @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__thumb { transition-duration: 0s; } }
1491
 
1492
+ .components-form-toggle.is-checked .components-form-toggle__track { background-color: #007cba; background-color: var(--wp-admin-theme-color); border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); border: 9px solid transparent; }
1493
 
1494
+ .components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; outline-offset: 2px; }
1495
 
1496
+ .components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; border-width: 0; transform: translateX(18px); }
1497
 
1498
+ .components-disabled .components-form-toggle { opacity: 0.3; }
1499
 
1500
+ .components-form-toggle input.components-form-toggle__input[type=checkbox] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; z-index: 1; border: none; }
1501
 
1502
+ .components-form-toggle input.components-form-toggle__input[type=checkbox]:checked { background: none; }
1503
 
1504
+ .components-form-toggle input.components-form-toggle__input[type=checkbox]::before { content: ""; }
1505
 
1506
+ .components-form-token-field__input-container { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; margin: 0 0 8px 0; padding: 2px 4px; cursor: text; }
1507
 
1508
+ @media (prefers-reduced-motion: reduce) { .components-form-token-field__input-container { transition-duration: 0s; } }
1509
 
1510
+ @media (min-width: 600px) { .components-form-token-field__input-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1511
 
1512
+ .components-form-token-field__input-container:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1513
 
1514
+ .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1515
 
1516
+ .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1517
 
1518
+ .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1519
 
1520
+ .is-dark-theme .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1521
 
1522
+ .is-dark-theme .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1523
 
1524
+ .is-dark-theme .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1525
 
1526
+ .components-form-token-field__input-container.is-disabled { background: #ddd; border-color: #ddd; }
1527
 
1528
+ .components-form-token-field__input-container.is-active { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1529
 
1530
+ .components-form-token-field__input-container input[type=text].components-form-token-field__input { display: inline-block; flex: 1; font-size: 16px; width: 100%; max-width: 100%; margin-left: 4px; padding: 0; min-height: 24px; min-width: 50px; background: inherit; border: 0; color: #1e1e1e; box-shadow: none; }
1531
 
1532
+ @media (min-width: 600px) { .components-form-token-field__input-container input[type=text].components-form-token-field__input { font-size: 13px; } }
1533
 
1534
+ .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus, .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input { outline: none; box-shadow: none; }
1535
 
1536
+ .components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input { width: auto; }
1537
 
1538
+ .components-form-token-field__label { display: inline-block; margin-bottom: 4px; }
1539
 
1540
+ .components-form-token-field__help { font-size: 12px; font-style: normal; color: #757575; }
1541
 
1542
+ .components-form-token-field__token { font-size: 13px; display: flex; margin: 2px 4px 2px 0; color: #1e1e1e; max-width: 100%; }
1543
 
1544
+ .components-form-token-field__token.is-success .components-form-token-field__token-text, .components-form-token-field__token.is-success .components-form-token-field__remove-token { background: #4ab866; }
1545
 
1546
+ .components-form-token-field__token.is-error .components-form-token-field__token-text, .components-form-token-field__token.is-error .components-form-token-field__remove-token { background: #cc1818; }
1547
 
1548
+ .components-form-token-field__token.is-validating .components-form-token-field__token-text, .components-form-token-field__token.is-validating .components-form-token-field__remove-token { color: #757575; }
1549
 
1550
+ .components-form-token-field__token.is-borderless { position: relative; padding: 0 16px 0 0; }
1551
 
1552
+ .components-form-token-field__token.is-borderless .components-form-token-field__token-text { background: transparent; color: #007cba; color: var(--wp-admin-theme-color); }
1553
 
1554
+ .components-form-token-field__token.is-borderless .components-form-token-field__remove-token { background: transparent; color: #757575; position: absolute; top: 1px; right: 0; }
1555
 
1556
+ .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text { color: #4ab866; }
1557
 
1558
+ .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text { color: #cc1818; border-radius: 4px 0 0 4px; padding: 0 4px 0 6px; }
1559
 
1560
+ .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text { color: #1e1e1e; }
1561
 
1562
+ .components-form-token-field__token.is-disabled .components-form-token-field__remove-token { cursor: default; }
1563
 
1564
+ .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { display: inline-block; line-height: 24px; height: auto; background: #ddd; min-width: unset; transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
1565
 
1566
+ @media (prefers-reduced-motion: reduce) { .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { transition-duration: 0s; -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1567
 
1568
+ .components-form-token-field__token-text { border-radius: 2px 0 0 2px; padding: 0 0 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
1569
 
1570
+ .components-form-token-field__remove-token.components-button { cursor: pointer; border-radius: 0 2px 2px 0; padding: 0 2px; color: #1e1e1e; line-height: 10px; overflow: initial; }
1571
 
1572
+ .components-form-token-field__remove-token.components-button:hover { color: #1e1e1e; }
1573
 
1574
+ .components-form-token-field__suggestions-list { flex: 1 0 100%; min-width: 100%; max-height: 9em; overflow-y: auto; transition: all 0.15s ease-in-out; list-style: none; border-top: 1px solid #757575; margin: 4px -4px -4px; padding: 0; }
1575
 
1576
+ @media (prefers-reduced-motion: reduce) { .components-form-token-field__suggestions-list { transition-duration: 0s; } }
1577
 
1578
+ .components-form-token-field__suggestion { color: #757575; display: block; font-size: 13px; padding: 4px 8px; margin: 0; cursor: pointer; }
1579
 
1580
+ .components-form-token-field__suggestion.is-selected { background: #007cba; background: var(--wp-admin-theme-color); color: #fff; }
1581
 
1582
+ .components-form-token-field__suggestion-match { text-decoration: underline; }
1583
 
1584
+ @media (min-width: 600px) { .components-guide { width: 600px; } }
1585
 
1586
+ .components-guide .components-modal__header { background: none; border-bottom: none; width: 100%; padding: 0; margin: 0; }
1587
 
1588
+ .components-guide .components-modal__header .components-button { align-self: flex-start; margin: 8px 8px 0 0; position: static; }
1589
 
1590
+ .components-guide .components-modal__header .components-button:hover svg { fill: #fff; }
1591
 
1592
+ .components-guide__container { display: flex; flex-direction: column; justify-content: space-between; margin-top: -60px; min-height: 100%; }
1593
 
1594
+ .components-guide__page { display: flex; flex-direction: column; justify-content: center; position: relative; }
1595
 
1596
+ @media (min-width: 600px) { .components-guide__page { min-height: 300px; } }
1597
 
1598
+ .components-guide__footer { align-content: center; display: flex; height: 30px; justify-content: center; margin: 0 0 24px 0; padding: 0 32px; position: relative; width: 100%; }
1599
 
1600
+ @media (max-width: 600px) { .components-guide__footer { position: absolute; bottom: 0; } }
1601
 
1602
+ .components-guide__page-control { margin: 8px 0 8px 0; text-align: center; }
1603
 
1604
+ .components-guide__page-control li { display: inline-block; }
1605
 
1606
+ .components-guide__page-control .components-button { height: 30px; min-width: 20px; }
1607
 
1608
+ .components-guide .components-modal__content { padding: 0; }
1609
 
1610
+ .components-modal__frame.components-guide { border: none; min-width: 312px; height: 80vh; max-height: 575px; }
1611
 
1612
+ @media (max-width: 600px) { .components-modal__frame.components-guide { bottom: 5%; left: 16px; right: 16px; top: 5%; margin: 0 auto; } }
1613
 
1614
+ .components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button { height: 30px; position: absolute; }
1615
 
1616
+ .components-button.components-guide__back-button, .components-button.components-guide__forward-button { font-size: 13px; padding: 4px 2px; }
1617
 
1618
+ .components-button.components-guide__back-button.has-text svg, .components-button.components-guide__forward-button.has-text svg { margin: 0; }
1619
 
1620
+ .components-button.components-guide__back-button:hover, .components-button.components-guide__forward-button:hover { text-decoration: underline; }
1621
 
1622
+ .components-button.components-guide__back-button { left: 32px; }
1623
 
1624
+ .components-button.components-guide__forward-button { right: 32px; color: #1386bf; font-weight: bold; }
1625
 
1626
+ .components-button.components-guide__finish-button { right: 32px; }
1627
 
1628
+ .components-button.components-guide__inline-finish-button { display: none; }
1629
 
1630
+ [role=region] { position: relative; }
1631
 
1632
+ .is-focusing-regions [role=region]:focus::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; outline: 4px solid transparent; box-shadow: inset 0 0 0 4px #007cba; box-shadow: inset 0 0 0 4px var(--wp-admin-theme-color); }
1633
 
1634
+ @supports (outline-offset: 1px) { .is-focusing-regions [role=region]:focus::after { content: none; }
1635
+ .is-focusing-regions [role=region]:focus { outline-style: solid; outline-color: #007cba; outline-color: var(--wp-admin-theme-color); outline-width: 4px; outline-offset: -4px; } }
1636
 
1637
+ .components-menu-group + .components-menu-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e1e1e; }
1638
 
1639
+ .components-menu-group__label { padding: 0 8px; margin-top: 4px; margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
1640
 
1641
+ .components-menu-item__button, .components-menu-item__button.components-button { width: 100%; }
1642
 
1643
+ .components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon { margin-right: -2px; margin-left: 24px; display: inline-block; flex: 0 0 auto; }
1644
 
1645
+ .components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon { margin-left: 8px; }
1646
 
1647
+ .components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon { margin-left: -2px; margin-right: 8px; }
1648
 
1649
+ .components-menu-item__info-wrapper { display: flex; flex-direction: column; margin-right: auto; }
1650
 
1651
+ .components-menu-item__info { margin-top: 4px; font-size: 12px; color: #757575; white-space: normal; }
1652
 
1653
+ .components-menu-item__item { white-space: nowrap; margin-right: auto; display: inline-flex; align-items: center; }
1654
 
1655
+ .components-menu-item__shortcut { -ms-grid-row-align: center; align-self: center; margin-right: 0; margin-left: auto; padding-left: 24px; color: currentColor; display: none; }
1656
 
1657
+ @media (min-width: 480px) { .components-menu-item__shortcut { display: inline; } }
1658
 
1659
+ .components-menu-items-choice svg, .components-menu-items-choice.components-button svg { margin-right: 12px; }
1660
 
1661
+ .components-menu-items-choice.has-icon, .components-menu-items-choice.components-button.has-icon { padding-left: 12px; }
1662
 
1663
+ .components-modal__screen-overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.35); z-index: 100000; -webkit-animation: edit-post__fade-in-animation 0.2s ease-out 0s; animation: edit-post__fade-in-animation 0.2s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
1664
 
1665
+ @media (prefers-reduced-motion: reduce) { .components-modal__screen-overlay { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1666
 
1667
+ .components-modal__frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; margin: 0; border: 1px solid #ddd; background: #fff; box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2); overflow: auto; }
1668
 
1669
+ @media (min-width: 600px) { .components-modal__frame { top: 50%; right: auto; bottom: auto; left: 50%; min-width: 360px; max-width: calc(100% - 16px - 16px); max-height: 90%; transform: translate(-50%, -50%); -webkit-animation: components-modal__appear-animation 0.1s ease-out; animation: components-modal__appear-animation 0.1s ease-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; } }
1670
 
1671
+ @media (min-width: 600px) and (prefers-reduced-motion: reduce) { .components-modal__frame { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1672
 
1673
+ @-webkit-keyframes components-modal__appear-animation { from { margin-top: 32px; }
1674
+ to { margin-top: 0; } }
1675
 
1676
+ @keyframes components-modal__appear-animation { from { margin-top: 32px; }
1677
+ to { margin-top: 0; } }
1678
 
1679
+ .components-modal__header { box-sizing: border-box; border-bottom: 1px solid #ddd; padding: 0 24px; display: flex; flex-direction: row; justify-content: space-between; background: #fff; align-items: center; height: 60px; z-index: 10; position: relative; position: -webkit-sticky; position: sticky; top: 0; margin: 0 -24px 24px; }
1680
 
1681
+ @supports (-ms-ime-align: auto) { .components-modal__header { position: fixed; width: 100%; } }
1682
 
1683
+ .components-modal__header .components-modal__header-heading { font-size: 1rem; font-weight: 600; }
1684
 
1685
+ .components-modal__header h1 { line-height: 1; margin: 0; }
1686
 
1687
+ .components-modal__header .components-button { position: relative; left: 8px; }
1688
 
1689
+ .components-modal__header-heading-container { align-items: center; flex-grow: 1; display: flex; flex-direction: row; justify-content: left; }
1690
 
1691
+ .components-modal__header-icon-container { display: inline-block; }
1692
 
1693
+ .components-modal__header-icon-container svg { max-width: 36px; max-height: 36px; padding: 8px; }
1694
 
1695
+ .components-modal__content { box-sizing: border-box; height: 100%; padding: 0 24px 24px; }
1696
 
1697
+ @supports (-ms-ime-align: auto) { .components-modal__content { padding-top: 60px; } }
1698
 
1699
+ .components-notice { display: flex; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #fff; border-left: 4px solid #007cba; border-left: 4px solid var(--wp-admin-theme-color); margin: 5px 15px 2px; padding: 8px 12px; align-items: center; }
1700
 
1701
+ .components-notice.is-dismissible { padding-right: 36px; position: relative; }
1702
 
1703
+ .components-notice.is-success { border-left-color: #4ab866; background-color: #eff9f1; }
1704
 
1705
+ .components-notice.is-warning { border-left-color: #f0b849; background-color: #fef8ee; }
1706
 
1707
+ .components-notice.is-error { border-left-color: #cc1818; background-color: #f4a2a2; }
1708
 
1709
+ .components-notice__content { flex-grow: 1; margin: 4px 25px 4px 0; }
1710
 
1711
+ .components-notice__action.components-button, .components-notice__action.components-button.is-link { margin-left: 12px; }
1712
 
1713
+ .components-notice__action.components-button.is-secondary { vertical-align: initial; }
1714
 
1715
+ .components-notice__dismiss { color: #757575; align-self: flex-start; flex-shrink: 0; }
1716
 
1717
+ .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus { color: #1e1e1e; background-color: transparent; }
1718
 
1719
+ .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover { box-shadow: none; }
1720
 
1721
+ .components-notice-list { max-width: 100vw; box-sizing: border-box; z-index: 29; }
1722
 
1723
+ .components-notice-list .components-notice__content { margin-top: 12px; margin-bottom: 12px; line-height: 2; }
1724
 
1725
+ .components-notice-list .components-notice__action.components-button { display: block; margin-left: 0; margin-top: 8px; }
1726
 
1727
+ .components-panel { background: #fff; border: 1px solid #e0e0e0; }
1728
 
1729
+ .components-panel > .components-panel__header:first-child, .components-panel > .components-panel__body:first-child { margin-top: -1px; }
1730
 
1731
+ .components-panel > .components-panel__header:last-child, .components-panel > .components-panel__body:last-child { border-bottom-width: 0; }
1732
 
1733
+ .components-panel + .components-panel { margin-top: -1px; }
1734
 
1735
+ .components-panel__body { border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
1736
 
1737
+ .components-panel__body h3 { margin: 0 0 0.5em; }
1738
 
1739
+ .components-panel__body.is-opened { padding: 16px; }
1740
 
1741
+ .components-panel__header { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; height: 48px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
1742
 
1743
+ .components-panel__header h2 { margin: 0; font-size: inherit; color: inherit; }
1744
 
1745
+ .components-panel__body + .components-panel__body, .components-panel__body + .components-panel__header, .components-panel__header + .components-panel__body, .components-panel__header + .components-panel__header { margin-top: -1px; }
1746
 
1747
+ .components-panel__body > .components-panel__body-title { display: block; padding: 0; font-size: inherit; margin-top: 0; margin-bottom: 0; transition: 0.1s background ease-in-out; }
1748
 
1749
+ @media (prefers-reduced-motion: reduce) { .components-panel__body > .components-panel__body-title { transition-duration: 0s; } }
1750
 
1751
+ .components-panel__body.is-opened > .components-panel__body-title { margin: -16px; margin-bottom: 5px; }
1752
 
1753
+ .components-panel__body > .components-panel__body-title:hover { background: #f0f0f0; border: none; }
1754
 
1755
+ .components-panel__body-toggle.components-button { position: relative; padding: 16px; outline: none; width: 100%; font-weight: 500; text-align: left; color: #1e1e1e; border: none; box-shadow: none; transition: 0.1s background ease-in-out; height: auto; /* rtl:begin:ignore */ /* rtl:end:ignore */ }
1756
 
1757
+ @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button { transition-duration: 0s; } }
1758
 
1759
+ .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 0; }
1760
 
1761
+ .components-panel__body-toggle.components-button .components-panel__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #1e1e1e; fill: currentColor; transition: 0.1s color ease-in-out; }
1762
 
1763
+ @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button .components-panel__arrow { transition-duration: 0s; } }
 
1764
 
1765
+ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right { transform: scaleX(-1); -ms-filter: fliph; filter: FlipH; margin-top: -10px; }
1766
 
1767
+ .components-panel__icon { color: #757575; margin: -2px 0 -2px 6px; }
1768
 
1769
+ .components-panel__body-toggle-icon { margin-right: -5px; }
1770
 
1771
+ .components-panel__color-title { float: left; height: 19px; }
1772
 
1773
+ .components-panel__row { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; min-height: 36px; }
1774
 
1775
+ .components-panel__row select { min-width: 0; }
1776
 
1777
+ .components-panel__row label { margin-right: 12px; flex-shrink: 0; max-width: 75%; }
1778
 
1779
+ .components-panel__row:empty, .components-panel__row:first-of-type { margin-top: 0; }
1780
 
1781
+ .components-panel .circle-picker { padding-bottom: 20px; }
1782
 
1783
+ .components-placeholder.components-placeholder { box-sizing: border-box; position: relative; padding: 1em; min-height: 200px; width: 100%; text-align: left; margin: 0; color: #1e1e1e; -moz-font-smoothing: subpixel-antialiased; -webkit-font-smoothing: subpixel-antialiased; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; outline: 1px solid transparent; }
1784
 
1785
+ @supports ((position: -webkit-sticky) or (position: sticky)) { .components-placeholder.components-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } }
1786
 
1787
+ .components-placeholder.components-placeholder .components-base-control__label { font-size: 13px; }
1788
 
1789
+ .components-placeholder__error, .components-placeholder__instructions, .components-placeholder__label, .components-placeholder__fieldset { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
1790
 
1791
+ .components-placeholder__label { display: flex; font-weight: 600; margin-bottom: 16px; align-items: center; }
1792
 
1793
+ .components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { fill: currentColor; margin-right: 1ch; }
1794
 
1795
+ .components-placeholder__fieldset, .components-placeholder__fieldset form { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; }
1796
 
1797
+ .components-placeholder__fieldset p, .components-placeholder__fieldset form p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
1798
 
1799
+ .components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form { flex-direction: column; }
1800
 
1801
+ .components-placeholder__input[type=url] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; margin: 0 8px 0 0; flex: 1 1 auto; }
1802
 
1803
+ @media (prefers-reduced-motion: reduce) { .components-placeholder__input[type=url] { transition-duration: 0s; } }
1804
 
1805
+ @media (min-width: 600px) { .components-placeholder__input[type=url] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1806
 
1807
+ .components-placeholder__input[type=url]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1808
 
1809
+ .components-placeholder__input[type=url]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1810
 
1811
+ .components-placeholder__input[type=url]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1812
 
1813
+ .components-placeholder__input[type=url]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1814
 
1815
+ .is-dark-theme .components-placeholder__input[type=url]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1816
 
1817
+ .is-dark-theme .components-placeholder__input[type=url]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1818
 
1819
+ .is-dark-theme .components-placeholder__input[type=url]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1820
 
1821
+ .components-placeholder__instructions { margin-bottom: 1em; }
1822
 
1823
+ .components-placeholder__error { margin-top: 1em; width: 100%; }
1824
 
1825
+ .components-placeholder__preview img { margin: 3%; width: 50%; }
1826
 
1827
+ .components-placeholder__fieldset .components-button { margin-right: 12px; margin-bottom: 12px; }
1828
 
1829
+ .components-placeholder__fieldset .components-button:last-child { margin-bottom: 0; margin-right: 0; }
1830
 
1831
+ .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link { margin-left: 10px; margin-right: 10px; }
1832
 
1833
+ .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child { margin-right: 0; }
1834
 
1835
+ .components-placeholder.is-large .components-placeholder__label { font-size: 18pt; font-weight: normal; }
1836
 
1837
+ .components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions { display: none; }
1838
 
1839
+ .components-placeholder.is-medium .components-placeholder__fieldset, .components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset, .components-placeholder.is-small .components-placeholder__fieldset form { flex-direction: column; }
1840
 
1841
+ .components-placeholder.is-medium .components-placeholder__fieldset .components-button, .components-placeholder.is-small .components-placeholder__fieldset .components-button { margin-right: auto; }
1842
 
1843
+ .components-placeholder.is-small .components-button { padding: 0 8px 2px; }
1844
 
1845
+ /*!rtl:begin:ignore*/
1846
+ .components-popover { position: fixed; z-index: 1000000; top: 0; left: 0; opacity: 0; }
1847
 
1848
+ .components-popover.is-expanded, .components-popover[data-x-axis][data-y-axis] { opacity: 1; }
1849
 
1850
+ .components-popover.is-expanded { top: 0; left: 0; right: 0; bottom: 0; z-index: 1000000 !important; }
1851
 
1852
+ .components-popover:not(.is-without-arrow) { margin-left: 2px; }
1853
 
1854
+ .components-popover:not(.is-without-arrow)::before { border: 8px solid #ccc; }
1855
 
1856
+ .components-popover:not(.is-without-arrow).is-alternate::before { border-color: #1e1e1e; }
1857
 
1858
+ .components-popover:not(.is-without-arrow)::after { border: 8px solid #fff; }
1859
 
1860
+ .components-popover:not(.is-without-arrow)::before, .components-popover:not(.is-without-arrow)::after { content: ""; position: absolute; height: 0; width: 0; line-height: 0; }
1861
 
1862
+ .components-popover:not(.is-without-arrow)[data-y-axis=top] { margin-top: -8px; }
1863
 
1864
+ .components-popover:not(.is-without-arrow)[data-y-axis=top]::before { bottom: -8px; }
1865
 
1866
+ .components-popover:not(.is-without-arrow)[data-y-axis=top]::after { bottom: -6px; }
1867
 
1868
+ .components-popover:not(.is-without-arrow)[data-y-axis=top]::before, .components-popover:not(.is-without-arrow)[data-y-axis=top]::after { border-bottom: none; border-left-color: transparent; border-right-color: transparent; border-top-style: solid; margin-left: -10px; }
1869
 
1870
+ .components-popover:not(.is-without-arrow)[data-y-axis=bottom] { margin-top: 8px; }
1871
 
1872
+ .components-popover:not(.is-without-arrow)[data-y-axis=bottom]::before { top: -8px; }
1873
 
1874
+ .components-popover:not(.is-without-arrow)[data-y-axis=bottom]::after { top: -6px; }
1875
 
1876
+ .components-popover:not(.is-without-arrow)[data-y-axis=bottom]::before, .components-popover:not(.is-without-arrow)[data-y-axis=bottom]::after { border-bottom-style: solid; border-left-color: transparent; border-right-color: transparent; border-top: none; margin-left: -10px; }
1877
 
1878
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] { margin-left: -8px; }
1879
 
1880
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]::before { right: -8px; }
1881
 
1882
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]::after { right: -6px; }
1883
 
1884
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]::before, .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]::after { border-bottom-color: transparent; border-left-style: solid; border-right: none; border-top-color: transparent; }
1885
 
1886
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] { margin-left: 8px; }
1887
 
1888
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]::before { left: -8px; }
1889
 
1890
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]::after { left: -6px; }
1891
 
1892
+ .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]::before, .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]::after { border-bottom-color: transparent; border-left: none; border-right-style: solid; border-top-color: transparent; }
1893
 
1894
+ .components-popover[data-y-axis=top] { bottom: 100%; }
1895
 
1896
+ .components-popover[data-y-axis=bottom] { top: 100%; }
1897
 
1898
+ .components-popover[data-y-axis=middle] { align-items: center; display: flex; }
1899
 
1900
+ .components-popover.is-from-top { margin-top: 12px; }
1901
 
1902
+ .components-popover.is-from-bottom { margin-top: -12px; }
1903
 
1904
+ .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) { margin-left: 12px; }
1905
 
1906
+ .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) { margin-right: 12px; }
1907
 
1908
+ .components-popover__content { height: 100%; background: #fff; border: 1px solid #ccc; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); border-radius: 2px; }
1909
 
1910
+ .is-alternate .components-popover__content { border: 1px solid #1e1e1e; box-shadow: none; }
1911
 
1912
+ .components-popover .components-popover__content { position: absolute; height: auto; overflow-y: auto; }
1913
 
1914
+ .components-popover.is-expanded .components-popover__content { position: static; height: calc(100% - 48px); overflow-y: visible; min-width: auto; border: none; border-top: 1px solid #1e1e1e; }
1915
 
1916
+ .components-popover[data-y-axis=top] .components-popover__content { bottom: 100%; }
1917
 
1918
+ .components-popover[data-x-axis=center] .components-popover__content { left: 50%; transform: translateX(-50%); }
1919
 
1920
+ .components-popover[data-x-axis=right] .components-popover__content { position: absolute; left: 100%; }
1921
 
1922
+ .components-popover:not([data-y-axis=middle])[data-x-axis=right] .components-popover__content { margin-left: -25px; }
1923
 
1924
+ .components-popover[data-x-axis=left] .components-popover__content { position: absolute; right: 100%; }
1925
 
1926
+ .components-popover:not([data-y-axis=middle])[data-x-axis=left] .components-popover__content { margin-right: -25px; }
1927
 
1928
+ .components-popover__header { align-items: center; background: #fff; display: flex; height: 48px; justify-content: space-between; padding: 0 8px 0 16px; }
1929
 
1930
+ .components-popover__header-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
1931
 
1932
+ .components-popover__close.components-button { z-index: 5; }
1933
 
1934
+ /*!rtl:end:ignore*/
1935
+ .components-radio-control { display: flex; flex-direction: column; }
1936
 
1937
+ .components-radio-control .components-base-control__help { margin-top: 0; }
1938
 
1939
+ .components-radio-control .components-base-control__field { margin-bottom: 0; }
1940
 
1941
+ .components-radio-control__option:not(:last-child) { margin-bottom: 4px; }
1942
 
1943
+ .components-radio-control__input[type=radio] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; border: 1px solid #1e1e1e; margin-right: 12px; transition: none; border-radius: 50%; width: 24px; height: 24px; margin-top: 0; margin-right: 6px; }
1944
 
1945
+ @media (prefers-reduced-motion: reduce) { .components-radio-control__input[type=radio] { transition-duration: 0s; } }
1946
 
1947
+ @media (min-width: 600px) { .components-radio-control__input[type=radio] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1948
 
1949
+ .components-radio-control__input[type=radio]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1950
 
1951
+ .components-radio-control__input[type=radio]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1952
 
1953
+ .components-radio-control__input[type=radio]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
1954
 
1955
+ .components-radio-control__input[type=radio]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
1956
 
1957
+ .is-dark-theme .components-radio-control__input[type=radio]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1958
 
1959
+ .is-dark-theme .components-radio-control__input[type=radio]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1960
 
1961
+ .is-dark-theme .components-radio-control__input[type=radio]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1962
 
1963
+ @media (min-width: 600px) { .components-radio-control__input[type=radio] { height: 20px; width: 20px; } }
1964
 
1965
+ .components-radio-control__input[type=radio]:checked::before { width: 8px; height: 8px; transform: translate(7px, 7px); margin: 0; background-color: #fff; border: 4px solid #fff; }
1966
 
1967
+ @media (min-width: 600px) { .components-radio-control__input[type=radio]:checked::before { transform: translate(5px, 5px); } }
1968
 
1969
+ .components-radio-control__input[type=radio]:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
1970
 
1971
+ .components-radio-control__input[type=radio]:checked { background: #007cba; background: var(--wp-admin-theme-color); border-color: #007cba; border-color: var(--wp-admin-theme-color); }
1972
 
1973
+ .components-resizable-box__handle { display: none; width: 23px; height: 23px; z-index: 2; }
1974
 
1975
+ .components-resizable-box__container.has-show-handle .components-resizable-box__handle { display: block; }
1976
 
1977
+ .components-resizable-box__handle::after { display: block; content: ""; width: 15px; height: 15px; border: 2px solid #fff; border-radius: 50%; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 8px); right: calc(50% - 8px); }
1978
 
1979
+ .components-resizable-box__side-handle::before { display: block; content: ""; width: 7px; height: 7px; border: 2px solid #fff; background: #007cba; background: var(--wp-admin-theme-color); cursor: inherit; position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); transition: transform 0.1s ease-in; opacity: 0; }
1980
 
1981
+ @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle::before { transition-duration: 0s; } }
1982
 
1983
+ .is-dark-theme .components-resizable-box__side-handle::before, .is-dark-theme .components-resizable-box__handle::after { border-color: #ddd; }
1984
 
1985
+ .components-resizable-box__side-handle { z-index: 2; }
1986
 
1987
+ .components-resizable-box__corner-handle { z-index: 2; }
1988
 
1989
+ .components-resizable-box__side-handle.components-resizable-box__handle-top, .components-resizable-box__side-handle.components-resizable-box__handle-bottom, .components-resizable-box__side-handle.components-resizable-box__handle-top::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom::before { width: 100%; left: 0; border-left: 0; border-right: 0; }
1990
 
1991
+ .components-resizable-box__side-handle.components-resizable-box__handle-left, .components-resizable-box__side-handle.components-resizable-box__handle-right, .components-resizable-box__side-handle.components-resizable-box__handle-left::before, .components-resizable-box__side-handle.components-resizable-box__handle-right::before { height: 100%; top: 0; border-top: 0; border-bottom: 0; }
1992
 
1993
+ .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; animation: components-resizable-box__top-bottom-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
1994
 
1995
+ @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1996
 
1997
+ .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; animation: components-resizable-box__left-right-animation 0.1s ease-out 0s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
1998
 
1999
+ @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2000
 
2001
+ /* This CSS is shown only to Safari, which has a bug with table-caption making it jumpy.
2002
+ See https://bugs.webkit.org/show_bug.cgi?id=187903. */
2003
+ @media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) { .components-resizable-box__side-handle.components-resizable-box__handle-top:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active::before { -webkit-animation: none; animation: none; }
2004
+ .components-resizable-box__side-handle.components-resizable-box__handle-left:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover::before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active::before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active::before { -webkit-animation: none; animation: none; } } }
2005
 
2006
+ @-webkit-keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
2007
+ opacity: 0; }
2008
+ to { transform: scaleX(1);
2009
+ opacity: 1; } }
2010
 
2011
+ @keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
2012
+ opacity: 0; }
2013
+ to { transform: scaleX(1);
2014
+ opacity: 1; } }
2015
 
2016
+ @-webkit-keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
2017
+ opacity: 0; }
2018
+ to { transform: scaleY(1);
2019
+ opacity: 1; } }
2020
 
2021
+ @keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
2022
+ opacity: 0; }
2023
+ to { transform: scaleY(1);
2024
+ opacity: 1; } }
2025
 
2026
+ /*!rtl:begin:ignore*/
2027
+ .components-resizable-box__handle-right { right: calc(11.5px * -1); }
2028
 
2029
+ .components-resizable-box__handle-left { left: calc(11.5px * -1); }
2030
 
2031
+ .components-resizable-box__handle-top { top: calc(11.5px * -1); }
2032
 
2033
+ .components-resizable-box__handle-bottom { bottom: calc(11.5px * -1); }
2034
 
2035
+ /*!rtl:end:ignore*/
2036
+ .components-responsive-wrapper { position: relative; max-width: 100%; }
2037
 
2038
+ .components-responsive-wrapper, .components-responsive-wrapper > span { display: block; }
2039
 
2040
+ .components-responsive-wrapper__content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; margin: auto; }
2041
 
2042
+ .components-sandbox { overflow: hidden; }
2043
 
2044
+ iframe.components-sandbox { width: 100%; }
2045
 
2046
+ html.lockscroll, body.lockscroll { overflow: hidden; }
2047
 
2048
+ .components-select-control__input { background: #fff; height: 36px; line-height: 36px; margin: 1px; outline: 0; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; }
2049
 
2050
+ @media (min-width: 782px) { .components-select-control__input { height: 28px; line-height: 28px; } }
2051
 
2052
+ @media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { font-size: 16px; } }
2053
 
2054
+ .components-snackbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #1e1e1e; border-radius: 2px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); color: #fff; padding: 16px 24px; width: 100%; max-width: 600px; box-sizing: border-box; cursor: pointer; }
2055
 
2056
+ @media (min-width: 600px) { .components-snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
2057
 
2058
+ .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; box-shadow: 0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color); }
2059
 
2060
+ .components-snackbar.components-snackbar-explicit-dismiss { cursor: default; }
2061
 
2062
+ .components-snackbar .components-snackbar__content-with-icon { margin-left: 24px; }
2063
 
2064
+ .components-snackbar .components-snackbar__icon { position: absolute; top: 24px; left: 28px; }
2065
 
2066
+ .components-snackbar .components-snackbar__dismiss-button { margin-left: 32px; cursor: pointer; }
2067
 
2068
+ .components-snackbar__action.components-button { margin-left: 32px; color: #fff; height: auto; flex-shrink: 0; line-height: 1.4; padding: 0; }
2069
 
2070
+ .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) { text-decoration: underline; background-color: transparent; }
2071
 
2072
+ .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus { color: #fff; box-shadow: none; outline: 1px dotted #fff; }
2073
 
2074
+ .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover { color: #007cba; color: var(--wp-admin-theme-color); }
2075
 
2076
+ .components-snackbar__content { display: flex; align-items: baseline; justify-content: space-between; line-height: 1.4; }
2077
 
2078
+ .components-snackbar-list { position: absolute; z-index: 100000; width: 100%; box-sizing: border-box; }
2079
 
2080
+ .components-snackbar-list__notice-container { position: relative; padding-top: 8px; }
2081
 
2082
+ .components-tab-panel__tabs { display: flex; align-items: stretch; }
2083
 
2084
+ .components-tab-panel__tabs-item { background: transparent; border: none; box-shadow: none; border-radius: 0; cursor: pointer; height: 48px; padding: 3px 16px; margin-left: 0; font-weight: 500; transition: box-shadow 0.1s linear; box-sizing: border-box; }
2085
 
2086
+ .components-tab-panel__tabs-item::after { content: attr(data-label); display: block; height: 0; overflow: hidden; speak: none; visibility: hidden; }
2087
 
2088
+ .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #007cba; box-shadow: inset 0 1.5px var(--wp-admin-theme-color); }
2089
 
2090
+ .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; }
2091
 
2092
+ .components-tab-panel__tabs-item.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
2093
 
2094
+ .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
2095
 
2096
+ .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
2097
 
2098
+ .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { width: 100%; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
2099
 
2100
+ @media (prefers-reduced-motion: reduce) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { transition-duration: 0s; } }
2101
 
2102
+ @media (min-width: 600px) { .components-text-control__input, .components-text-control__input[type=text], .components-text-control__input[type=tel], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week], .components-text-control__input[type=password], .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime], .components-text-control__input[type=datetime-local], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2103
 
2104
+ .components-text-control__input:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
2105
 
2106
+ .components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2107
 
2108
+ .components-text-control__input::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
2109
 
2110
+ .components-text-control__input:-ms-input-placeholder, .components-text-control__input[type=text]:-ms-input-placeholder, .components-text-control__input[type=tel]:-ms-input-placeholder, .components-text-control__input[type=time]:-ms-input-placeholder, .components-text-control__input[type=url]:-ms-input-placeholder, .components-text-control__input[type=week]:-ms-input-placeholder, .components-text-control__input[type=password]:-ms-input-placeholder, .components-text-control__input[type=color]:-ms-input-placeholder, .components-text-control__input[type=date]:-ms-input-placeholder, .components-text-control__input[type=datetime]:-ms-input-placeholder, .components-text-control__input[type=datetime-local]:-ms-input-placeholder, .components-text-control__input[type=email]:-ms-input-placeholder, .components-text-control__input[type=month]:-ms-input-placeholder, .components-text-control__input[type=number]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
2111
 
2112
+ .is-dark-theme .components-text-control__input::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=text]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=tel]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=time]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=url]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=week]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=password]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=color]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=date]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=datetime]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=email]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=month]::-webkit-input-placeholder, .is-dark-theme .components-text-control__input[type=number]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2113
 
2114
+ .is-dark-theme .components-text-control__input::-moz-placeholder, .is-dark-theme .components-text-control__input[type=text]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=tel]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=time]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=url]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=week]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=password]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=color]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=date]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=datetime]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=datetime-local]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=email]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=month]::-moz-placeholder, .is-dark-theme .components-text-control__input[type=number]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2115
 
2116
+ .is-dark-theme .components-text-control__input:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=text]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=tel]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=time]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=url]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=week]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=password]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=color]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=date]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=datetime]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=datetime-local]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=email]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=month]:-ms-input-placeholder, .is-dark-theme .components-text-control__input[type=number]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2117
 
2118
+ .components-tip { display: flex; color: #757575; }
2119
 
2120
+ .components-tip svg { -ms-grid-row-align: center; align-self: center; fill: #f0b849; flex-shrink: 0; margin-right: 16px; }
2121
 
2122
+ .components-tip p { margin: 0; }
2123
+
2124
+ .components-toggle-control .components-base-control__field { display: flex; margin-bottom: 12px; line-height: initial; align-items: center; }
2125
+
2126
+ .components-toggle-control .components-base-control__field .components-form-toggle { margin-right: 12px; }
2127
+
2128
+ .components-toggle-control .components-base-control__field .components-toggle-control__label { display: block; }
2129
+
2130
+ .components-accessible-toolbar { display: inline-flex; border: 1px solid #1e1e1e; border-radius: 2px; flex-shrink: 0; }
2131
+
2132
+ .components-accessible-toolbar > .components-toolbar-group:last-child { border-right: none; }
2133
+
2134
+ .components-accessible-toolbar .components-button, .components-toolbar .components-button { position: relative; height: 48px; z-index: 1; padding-left: 16px; padding-right: 16px; }
2135
+
2136
+ .components-accessible-toolbar .components-button:focus:enabled, .components-toolbar .components-button:focus:enabled { box-shadow: none; outline: none; }
2137
+
2138
+ .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 32px; left: 8px; right: 8px; z-index: -1; -webkit-animation: components-button__appear-animation 0.1s ease; animation: components-button__appear-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
2139
+
2140
+ @media (prefers-reduced-motion: reduce) { .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2141
+
2142
+ .components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg { position: relative; margin-left: auto; margin-right: auto; }
2143
+
2144
+ .components-accessible-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed { background: transparent; }
2145
+
2146
+ .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed:hover { background: transparent; }
2147
+
2148
+ .components-accessible-toolbar .components-button.is-pressed::before, .components-toolbar .components-button.is-pressed::before { background: #1e1e1e; }
2149
+
2150
+ .components-accessible-toolbar .components-button:focus::before, .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 4px #fff; outline: 2px solid transparent; }
2151
+
2152
+ .components-accessible-toolbar .components-button.has-icon, .components-toolbar .components-button.has-icon { padding-left: 8px; padding-right: 8px; min-width: 48px; justify-content: center; }
2153
+
2154
+ .components-accessible-toolbar .components-button.components-tab-button, .components-toolbar .components-button.components-tab-button { font-weight: 500; }
2155
+
2156
+ .components-accessible-toolbar .components-button.components-tab-button span, .components-toolbar .components-button.components-tab-button span { display: inline-block; padding-left: 0; padding-right: 0; position: relative; }
2157
+
2158
+ @-webkit-keyframes components-button__appear-animation { from { transform: scaleY(0); }
2159
+ to { transform: scaleY(1); } }
2160
+
2161
+ @keyframes components-button__appear-animation { from { transform: scaleY(0); }
2162
+ to { transform: scaleY(1); } }
2163
+
2164
+ .components-toolbar__control.components-button { position: relative; }
2165
+
2166
+ .components-toolbar__control.components-button[data-subscript] svg { padding: 5px 10px 5px 0; }
2167
+
2168
+ .components-toolbar__control.components-button[data-subscript]::after { content: attr(data-subscript); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; font-weight: 600; line-height: 12px; position: absolute; right: 8px; bottom: 10px; }
2169
+
2170
+ .components-toolbar__control.components-button:active::before { display: none; }
2171
+
2172
+ .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]::after { color: #fff; }
2173
+
2174
+ .components-toolbar-group { min-height: 48px; border-right: 1px solid #1e1e1e; background-color: #fff; display: inline-flex; flex-shrink: 0; flex-wrap: wrap; line-height: 0; }
2175
+
2176
+ .components-toolbar-group .components-toolbar-group.components-toolbar-group { border-width: 0; margin: 0; }
2177
+
2178
+ .components-toolbar { min-height: 48px; margin: 0; border: 1px solid #1e1e1e; background-color: #fff; display: inline-flex; flex-shrink: 0; flex-wrap: wrap; }
2179
+
2180
+ .components-toolbar .components-toolbar.components-toolbar { border-width: 0; margin: 0; }
2181
+
2182
+ div.components-toolbar > div { display: block; margin: 0; }
2183
+
2184
+ @supports ((position: -webkit-sticky) or (position: sticky)) { div.components-toolbar > div { display: flex; } }
2185
+
2186
+ div.components-toolbar > div + div.has-left-divider { margin-left: 6px; position: relative; overflow: visible; }
2187
+
2188
+ div.components-toolbar > div + div.has-left-divider::before { display: inline-block; content: ""; box-sizing: content-box; background-color: #ddd; position: absolute; top: 8px; left: -3px; width: 1px; height: 20px; }
2189
+
2190
+ .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon, .components-toolbar div > .components-button.components-button.has-icon { min-width: 36px; padding-left: 6px; padding-right: 6px; }
2191
+
2192
+ .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon svg, .components-toolbar div > .components-button.components-button.has-icon svg { min-width: 24px; }
2193
+
2194
+ .components-accessible-toolbar .components-toolbar-group > .components-button.components-button.has-icon::before, .components-toolbar div > .components-button.components-button.has-icon::before { left: 2px; right: 2px; }
2195
+
2196
+ .components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon, .components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon, .components-toolbar div:first-child .components-button.has-icon { min-width: 42px; padding-left: 11px; padding-right: 6px; }
2197
+
2198
+ .components-accessible-toolbar .components-toolbar-group > .components-button:first-child.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:first-child > .components-button.has-icon::before, .components-toolbar div:first-child .components-button.has-icon::before { left: 8px; right: 2px; }
2199
+
2200
+ .components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon, .components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon, .components-toolbar div:last-child .components-button.has-icon { min-width: 42px; padding-left: 6px; padding-right: 11px; }
2201
+
2202
+ .components-accessible-toolbar .components-toolbar-group > .components-button:last-of-type.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:last-child > .components-button.has-icon::before, .components-toolbar div:last-child .components-button.has-icon::before { left: 2px; right: 8px; }
2203
+
2204
+ .components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon, .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon, .components-toolbar div:first-child:last-child > .components-button.has-icon { min-width: 48px; padding-left: 12px; padding-right: 12px; }
2205
+
2206
+ .components-accessible-toolbar .components-toolbar-group > .components-button:first-of-type:last-of-type.has-icon::before, .components-accessible-toolbar .components-toolbar-group > div:first-child:last-child > .components-button.has-icon::before, .components-toolbar div:first-child:last-child > .components-button.has-icon::before { left: 8px; right: 8px; }
2207
+
2208
+ .components-tooltip.components-popover { z-index: 1000002; }
2209
+
2210
+ .components-tooltip.components-popover .components-popover__content { min-width: 0; }
2211
+
2212
+ .components-tooltip .components-popover__content { background: #1e1e1e; border-radius: 2px; border-width: 0; color: #fff; white-space: nowrap; text-align: center; line-height: 1.4; font-size: 12px; box-shadow: none; }
2213
+
2214
+ .components-tooltip .components-popover__content > div { padding: 4px 8px; }
2215
+
2216
+ .components-tooltip__shortcut { display: inline-block; margin-left: 8px; }
2217
+
2218
+ .components-visually-hidden { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
2219
+
2220
+ .components-visually-hidden:focus { background-color: #ddd; clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
2221
+
2222
+ /** Colors */
2223
+ /** Breakpoints & Media Queries */
2224
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
2225
+ /** Colors */
2226
+ /** Fonts & basic variables. */
2227
+ /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
2228
+ /** Dimensions. */
2229
+ /** Shadows. */
2230
+ /** Editor widths. */
2231
+ /** Block & Editor UI. */
2232
+ /** Block paddings. */
2233
+ /** React Native specific. These variables do not appear to be used anywhere else. */
2234
+ /** Breakpoint mixins */
2235
+ /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
2236
+ /** Focus styles. */
2237
+ /** Applies editor left position to the selector passed as argument */
2238
+ /** Styles that are reused verbatim in a few places */
2239
+ /** Allows users to opt-out of animations via OS-level preferences. */
2240
+ /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
2241
+ /** Reset the WP Admin page styles for Gutenberg-like pages. */
2242
+ /** These are default block editor widths in case the theme doesn't provide them. */
2243
+ :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
2244
+
2245
+ .components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
2246
+
2247
+ .components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
2248
+
2249
+ @media (min-width: 782px) { .components-panel__header.interface-complementary-area-header__small { display: none; } }
2250
+
2251
+ .interface-complementary-area-header { background: #fff; padding-right: 4px; }
2252
+
2253
+ .interface-complementary-area-header .components-button.has-icon { display: none; margin-left: auto; }
2254
+
2255
+ .interface-complementary-area-header .components-button.has-icon ~ .components-button { margin-left: 0; }
2256
+
2257
+ @media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
2258
+
2259
+ .interface-complementary-area { background: #fff; color: #1e1e1e; overflow: visible; }
2260
+
2261
+ @media (min-width: 600px) { .interface-complementary-area { z-index: auto; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; } }
2262
+
2263
+ @media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
2264
+
2265
+ .interface-complementary-area > .components-panel { border-left: none; border-right: none; overflow: auto; -webkit-overflow-scrolling: touch; height: auto; max-height: calc(100vh - 142px); margin-top: -1px; margin-bottom: -1px; position: relative; }
2266
+
2267
+ @media (min-width: 600px) { .interface-complementary-area > .components-panel { overflow: visible; height: auto; max-height: none; } }
2268
+
2269
+ .interface-complementary-area > .components-panel .components-panel__header { position: fixed; z-index: 1; top: 0; left: 0; right: 0; height: 48px; }
2270
+
2271
+ @media (min-width: 600px) { .interface-complementary-area > .components-panel .components-panel__header { position: inherit; top: auto; left: auto; right: auto; } }
2272
+
2273
+ .interface-complementary-area p { margin-top: 0; }
2274
+
2275
+ .interface-complementary-area h2, .interface-complementary-area h3 { font-size: 13px; color: #1e1e1e; margin-bottom: 1.5em; }
2276
 
2277
+ .interface-complementary-area hr { border-top: none; border-bottom: 1px solid #f0f0f0; margin: 1.5em 0; }
2278
 
2279
+ .interface-complementary-area div.components-toolbar-group, .interface-complementary-area div.components-toolbar { box-shadow: none; margin-bottom: 1.5em; }
2280
 
2281
+ .interface-complementary-area div.components-toolbar-group:last-child, .interface-complementary-area div.components-toolbar:last-child { margin-bottom: 0; }
2282
 
2283
+ .interface-complementary-area .block-editor-skip-to-selected-block:focus { top: auto; right: 10px; bottom: 10px; left: auto; }
2284
 
2285
+ @media (min-width: 782px) { body.js.is-fullscreen-mode { margin-top: -32px; height: calc(100% + 32px); }
2286
+ body.js.is-fullscreen-mode #adminmenumain, body.js.is-fullscreen-mode #wpadminbar { display: none; }
2287
+ body.js.is-fullscreen-mode #wpcontent, body.js.is-fullscreen-mode #wpfooter { margin-left: 0; } }
2288
 
2289
+ html.interface-interface-skeleton__html-container { position: fixed; width: 100%; }
2290
 
2291
+ @media (min-width: 782px) { html.interface-interface-skeleton__html-container { position: initial; width: initial; } }
2292
 
2293
+ .interface-interface-skeleton { display: flex; flex-direction: row; height: auto; max-height: 100%; position: fixed; top: 46px; left: 0; right: 0; bottom: 0; }
2294
 
2295
+ @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
2296
+ .is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
2297
 
2298
+ .interface-interface-skeleton__editor { display: flex; flex-direction: column; flex: 0 1 100%; }
2299
 
2300
+ .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
2301
 
2302
+ @media (min-width: 783px) { .interface-interface-skeleton { left: 160px; } }
2303
 
2304
+ .auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
2305
 
2306
+ @media (min-width: 783px) { .auto-fold .interface-interface-skeleton { left: 36px; } }
2307
 
2308
+ @media (min-width: 961px) { .auto-fold .interface-interface-skeleton { left: 160px; } }
2309
 
2310
+ /* Sidebar manually collapsed. */
2311
+ .folded .interface-interface-skeleton { left: 0; }
2312
 
2313
+ @media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
2314
 
2315
+ /* Mobile menu opened. */
2316
+ @media (max-width: 783px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { left: 190px; } }
2317
 
2318
+ /* In small screens with responsive menu expanded there is small white space. */
2319
+ @media (max-width: 600px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { margin-left: -18px; } }
2320
 
2321
+ body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
2322
 
2323
+ .interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
2324
 
2325
+ @media (min-width: 782px) { .interface-interface-skeleton__body { padding-bottom: 25px; } }
2326
 
2327
+ .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
 
2328
 
2329
+ .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { display: block; flex-shrink: 0; position: absolute; z-index: 100000; top: 0; right: 0; bottom: 0; left: 0; background: #fff; color: #1e1e1e; }
 
2330
 
2331
+ @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; width: auto; } }
2332
 
2333
+ @media (min-width: 782px) { .interface-interface-skeleton__sidebar { overflow: auto; border-left: 1px solid #e0e0e0; } }
2334
 
2335
+ @media (min-width: 782px) { .interface-interface-skeleton__secondary-sidebar { border-right: 1px solid #e0e0e0; } }
2336
 
2337
+ .interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e0e0e0; z-index: 30; color: #1e1e1e; position: -webkit-sticky; position: sticky; top: 0; }
2338
 
2339
+ @media (min-width: 600px) { .interface-interface-skeleton__header { position: initial; top: 0; } }
2340
 
2341
+ .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e0e0e0; color: #1e1e1e; position: absolute; bottom: 0; left: 0; width: 100%; background-color: #fff; z-index: 90; display: none; }
2342
 
2343
+ @media (min-width: 782px) { .interface-interface-skeleton__footer { display: flex; } }
2344
 
2345
+ .interface-interface-skeleton__footer .block-editor-block-breadcrumb { z-index: 30; display: flex; background: #fff; height: 24px; align-items: center; font-size: 13px; padding: 0 18px; }
2346
 
2347
+ .interface-interface-skeleton__actions { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; color: #1e1e1e; }
2348
 
2349
+ .interface-interface-skeleton__actions:focus { top: auto; bottom: 0; }
2350
 
2351
+ .interface-pinned-items { display: flex; }
2352
 
2353
+ .interface-pinned-items .components-button { margin-left: 4px; }
2354
 
2355
+ .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
2356
 
2357
+ .edit-post-header { height: 60px; background: #fff; display: flex; flex-wrap: wrap; align-items: center; max-width: 100vw; }
2358
 
2359
+ @media (min-width: 280px) { .edit-post-header { flex-wrap: nowrap; } }
2360
 
2361
+ .edit-post-header > .edit-post-header__settings { order: 1; }
2362
 
2363
+ @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-header > .edit-post-header__settings { order: initial; } }
2364
 
2365
+ .edit-post-header__toolbar { display: flex; flex-grow: 1; }
2366
 
2367
+ .edit-post-header__toolbar .table-of-contents { display: none; }
2368
 
2369
+ @media (min-width: 600px) { .edit-post-header__toolbar .table-of-contents { display: block; } }
2370
 
2371
+ .edit-post-header__settings { display: inline-flex; align-items: center; flex-wrap: wrap; padding-right: 4px; /** Buttons in the Toolbar */ }
2372
 
2373
+ @media (min-width: 600px) { .edit-post-header__settings { padding-right: 16px; } }
2374
 
2375
+ .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.components-button { margin-right: 4px; }
2376
 
2377
+ @media (min-width: 600px) { .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.components-button { margin-right: 12px; } }
2378
 
2379
+ .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.is-tertiary { padding: 0 6px; }
2380
 
2381
+ .edit-post-header__settings .edit-post-more-menu .components-button, .edit-post-header__settings .interface-pinned-items .components-button { margin-right: 0; }
2382
 
2383
+ .edit-post-header-preview__grouping-external { display: flex; position: relative; padding-bottom: 0; }
2384
 
2385
+ .edit-post-header-preview__button-external { padding-left: 8px; margin-right: auto; width: 100%; display: flex; justify-content: flex-start; }
2386
 
2387
+ .edit-post-header-preview__button-external svg { margin-left: auto; }
2388
 
2389
+ .edit-post-post-preview-dropdown .components-popover__content > div { padding-bottom: 0; }
2390
 
2391
+ .show-icon-labels.interface-pinned-items .components-button.has-icon, .show-icon-labels .edit-post-header .components-button.has-icon, .edit-post-header__dropdown .components-button.has-icon { width: auto; }
2392
 
2393
+ .show-icon-labels.interface-pinned-items .components-button.has-icon svg, .show-icon-labels .edit-post-header .components-button.has-icon svg, .edit-post-header__dropdown .components-button.has-icon svg { display: none; }
2394
 
2395
+ .show-icon-labels.interface-pinned-items .components-button.has-icon::after, .show-icon-labels .edit-post-header .components-button.has-icon::after, .edit-post-header__dropdown .components-button.has-icon::after { content: attr(aria-label); }
2396
 
2397
+ .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true], .show-icon-labels .edit-post-header .components-button.has-icon[aria-disabled=true], .edit-post-header__dropdown .components-button.has-icon[aria-disabled=true] { background-color: transparent; }
2398
 
2399
+ .show-icon-labels.interface-pinned-items .is-tertiary:active, .show-icon-labels .edit-post-header .is-tertiary:active, .edit-post-header__dropdown .is-tertiary:active { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); background-color: transparent; }
2400
 
2401
+ .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg, .show-icon-labels .edit-post-header .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg, .edit-post-header__dropdown .edit-post-header-toolbar__block-toolbar .components-button.has-icon svg, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg, .edit-post-header__dropdown .components-button.has-icon.button-toggle svg { display: block; }
2402
 
2403
+ .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle::after, .show-icon-labels .edit-post-header .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon::after, .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle::after, .edit-post-header__dropdown .edit-post-header-toolbar__block-toolbar .components-button.has-icon::after, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon::after, .edit-post-header__dropdown .components-button.has-icon.button-toggle::after { content: none; }
2404
 
2405
+ .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon, .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon, .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon { width: 60px; }
2406
 
2407
+ .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .show-icon-labels .edit-post-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon, .edit-post-header__dropdown .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon { display: block; }
2408
 
2409
+ .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels .edit-post-header .interface-pinned-items .components-button, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .edit-post-header__dropdown .interface-pinned-items .components-button { padding-left: 8px; padding-right: 8px; }
2410
 
2411
+ @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .show-icon-labels .edit-post-header .interface-pinned-items .components-button, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle, .edit-post-header__dropdown .interface-pinned-items .components-button { padding-left: 12px; padding-right: 12px; } }
2412
 
2413
+ .show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle, .show-icon-labels .edit-post-header .components-dropdown-menu__toggle, .edit-post-header__dropdown .components-dropdown-menu__toggle { margin-left: 8px; padding-left: 8px; padding-right: 8px; }
2414
 
2415
+ @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .components-dropdown-menu__toggle, .show-icon-labels .edit-post-header .components-dropdown-menu__toggle, .edit-post-header__dropdown .components-dropdown-menu__toggle { margin-left: 12px; padding-left: 12px; padding-right: 12px; } }
2416
 
2417
+ .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after, .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after, .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle::after { content: none; }
2418
 
2419
+ .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after, .show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after, .edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after { content: none; }
2420
 
2421
+ @media (min-width: 600px) { .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft::after, .show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft::after, .edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft::after { content: attr(aria-label); } }
2422
 
2423
+ .edit-post-header__dropdown .components-menu-item__button.components-menu-item__button, .edit-post-header__dropdown .components-button.editor-history__undo, .edit-post-header__dropdown .components-button.editor-history__redo, .edit-post-header__dropdown .table-of-contents .components-button, .edit-post-header__dropdown .components-button.block-editor-block-navigation { margin: 0; padding: 6px 6px 6px 40px; width: 14.625rem; text-align: left; justify-content: flex-start; }
2424
 
2425
+ .show-icon-labels.interface-pinned-items { padding: 6px 12px 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; border-bottom: 1px solid #ccc; display: block; }
2426
 
2427
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon { margin: 0; padding: 6px 6px 6px 8px; width: 14.625rem; justify-content: flex-start; }
2428
 
2429
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=true] svg { display: block; max-width: 24px; }
2430
 
2431
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon[aria-expanded=false] { padding-left: 40px; }
2432
 
2433
+ .show-icon-labels.interface-pinned-items > .components-button.has-icon svg { margin-right: 8px; }
2434
 
2435
+ .edit-post-fullscreen-mode-close.has-icon { display: none; }
2436
 
2437
+ @media (min-width: 782px) { .edit-post-fullscreen-mode-close.has-icon { display: flex; align-items: center; -ms-grid-row-align: stretch; align-self: stretch; border: none; background: #23282e; color: #fff; border-radius: 0; height: 60px; width: 60px; }
2438
+ .edit-post-fullscreen-mode-close.has-icon:hover { background: #32373d; }
2439
+ .edit-post-fullscreen-mode-close.has-icon:active { color: #fff; }
2440
+ .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 2.5px #fff; } }
2441
 
2442
+ .edit-post-fullscreen-mode-close_site-icon { width: 36px; }
2443
 
2444
+ .edit-post-header-toolbar { display: inline-flex; flex-grow: 1; align-items: center; border: none; }
2445
 
2446
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button { display: none; }
2447
 
2448
+ @media (min-width: 600px) { .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button { display: inline-flex; } }
2449
 
2450
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle { display: inline-flex; }
2451
 
2452
+ .edit-post-header-toolbar .block-editor-block-navigation { display: none; }
2453
 
2454
+ @media (min-width: 600px) { .edit-post-header-toolbar .block-editor-block-navigation { display: flex; } }
2455
 
2456
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon { height: 36px; min-width: 36px; padding: 6px; }
2457
 
2458
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon.is-pressed, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon.is-pressed { background: #1e1e1e; }
2459
 
2460
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon:focus:not(:disabled), .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba, inset 0 0 0 1px #fff; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 1px #fff; outline: 1px solid transparent; }
2461
 
2462
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-button.has-icon::before, .edit-post-header-toolbar .edit-post-header-toolbar__left > .components-dropdown > .components-button.has-icon::before { display: none; }
2463
 
2464
+ @media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition: opacity 0.1s linear; } }
2465
 
2466
+ @media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { transition-duration: 0s; } }
2467
 
2468
+ @media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-button, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left > * + .components-dropdown > [aria-expanded=false] { opacity: 0; } }
2469
 
2470
+ .edit-post-header-toolbar__left { display: inline-flex; align-items: center; padding-left: 8px; }
2471
 
2472
+ @media (min-width: 600px) { .edit-post-header-toolbar__left { padding-left: 24px; } }
2473
 
2474
+ @media (min-width: 1280px) { .edit-post-header-toolbar__left { padding-right: 8px; } }
2475
 
2476
+ .edit-post-header-toolbar__block-toolbar { position: absolute; top: 61px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #ddd; }
2477
 
2478
+ .edit-post-header-toolbar__block-toolbar:empty { display: none; }
2479
 
2480
+ .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar-group, .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar { border-top: none; border-bottom: none; }
2481
 
2482
+ .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: none; }
2483
 
2484
+ .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar__block-parent-selector-wrapper { display: none; }
2485
 
2486
+ @media (min-width: 782px) { .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: block; right: 280px; } }
2487
 
2488
+ @media (min-width: 1280px) { .edit-post-header-toolbar__block-toolbar:not(.is-pushed-down) { position: static; left: auto; right: auto; background: none; border-bottom: none; }
2489
+ .is-sidebar-opened .edit-post-header-toolbar__block-toolbar:not(.is-pushed-down) { right: auto; }
2490
+ .edit-post-header-toolbar__block-toolbar:not(.is-pushed-down) .block-editor-block-toolbar { border-left: 1px solid #ddd; }
2491
+ .edit-post-header-toolbar__block-toolbar:not(.is-pushed-down) .block-editor-block-toolbar .components-toolbar-group, .edit-post-header-toolbar__block-toolbar:not(.is-pushed-down) .block-editor-block-toolbar .components-toolbar { height: 60px; padding: 6px 0; } }
2492
 
2493
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon { margin-right: 8px; min-width: 32px; width: 32px; height: 32px; padding: 0; }
2494
 
2495
+ .show-icon-labels .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-icon { height: 36px; }
2496
 
2497
+ .edit-post-header-toolbar .edit-post-header-toolbar__left > .edit-post-header-toolbar__inserter-toggle.has-text.has-icon { width: auto; padding: 0 8px; }
2498
 
2499
+ .show-icon-labels .edit-post-header-toolbar__left > * + * { margin-left: 8px; }
2500
 
2501
+ @media (min-width: 1280px) { .show-icon-labels .edit-post-header-toolbar__block-toolbar { position: absolute; top: 61px; left: 0; right: 0; border-bottom: 1px solid #ddd; padding: 0; background-color: #fff; }
2502
+ .show-icon-labels .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar-group, .show-icon-labels .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar .components-toolbar { height: auto; padding: 0; } }
2503
 
2504
+ .edit-post-more-menu { margin-left: -4px; }
 
2505
 
2506
+ .edit-post-more-menu .components-button { width: auto; padding: 0 2px; }
2507
 
2508
+ @media (min-width: 600px) { .edit-post-more-menu { margin-left: 0; }
2509
+ .edit-post-more-menu .components-button { padding: 0 4px; } }
2510
 
2511
+ .edit-post-more-menu__content .components-popover__content { min-width: 280px; }
2512
 
2513
+ @media (min-width: 480px) { .edit-post-more-menu__content .components-popover__content { width: auto; max-width: 480px; } }
2514
 
2515
+ .edit-post-more-menu__content .components-popover__content .components-dropdown-menu__menu { padding: 0; }
2516
 
2517
+ .components-popover.edit-post-more-menu__content { z-index: 99998; }
2518
 
2519
+ .edit-post-template-title { display: inline-flex; flex-grow: 1; justify-content: center; }
2520
 
2521
+ .edit-post-keyboard-shortcut-help-modal__section { margin: 0 0 2rem 0; }
2522
 
2523
+ .edit-post-keyboard-shortcut-help-modal__main-shortcuts .edit-post-keyboard-shortcut-help-modal__shortcut-list { margin-top: -25px; }
2524
 
2525
+ .edit-post-keyboard-shortcut-help-modal__section-title { font-size: 0.9rem; font-weight: 600; }
2526
 
2527
+ .edit-post-keyboard-shortcut-help-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #ddd; margin-bottom: 0; }
2528
 
2529
+ .edit-post-keyboard-shortcut-help-modal__shortcut:last-child { border-bottom: 1px solid #ddd; }
2530
 
2531
+ .edit-post-keyboard-shortcut-help-modal__shortcut:empty { display: none; }
2532
 
2533
+ .edit-post-keyboard-shortcut-help-modal__shortcut-term { font-weight: 600; margin: 0 0 0 1rem; text-align: right; }
2534
 
2535
+ .edit-post-keyboard-shortcut-help-modal__shortcut-description { flex: 1; margin: 0; flex-basis: auto; }
2536
 
2537
+ .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { display: block; background: none; margin: 0; padding: 0; }
2538
 
2539
+ .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination + .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { margin-top: 10px; }
2540
 
2541
+ .edit-post-keyboard-shortcut-help-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; }
2542
 
2543
+ .edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child { margin: 0 0 0 0.2rem; }
2544
 
2545
+ .edit-post-layout__metaboxes { flex-shrink: 0; }
2546
 
2547
+ .edit-post-layout__metaboxes:not(:empty) { border-top: 1px solid #ddd; padding: 10px 0 10px; clear: both; }
2548
 
2549
+ .edit-post-layout__metaboxes:not(:empty) .edit-post-meta-boxes-area { margin: auto 20px; }
2550
 
2551
+ .edit-post-layout .components-editor-notices__snackbar { position: fixed; right: 0; bottom: 40px; padding-left: 16px; padding-right: 16px; }
2552
 
2553
+ .edit-post-layout .components-editor-notices__snackbar { /* Set left position when auto-fold is not on the body element. */ left: 0; }
2554
 
2555
+ @media (min-width: 783px) { .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
2556
 
2557
+ .auto-fold .edit-post-layout .components-editor-notices__snackbar { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
2558
 
2559
+ @media (min-width: 783px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
2560
 
2561
+ @media (min-width: 961px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
2562
 
2563
+ /* Sidebar manually collapsed. */
2564
+ .folded .edit-post-layout .components-editor-notices__snackbar { left: 0; }
2565
 
2566
+ @media (min-width: 783px) { .folded .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
2567
 
2568
+ /* Mobile menu opened. */
2569
+ @media (max-width: 783px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { left: 190px; } }
2570
 
2571
+ /* In small screens with responsive menu expanded there is small white space. */
2572
+ @media (max-width: 600px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { margin-left: -18px; } }
2573
 
2574
+ body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { left: 0 !important; }
2575
 
2576
+ .edit-post-layout .editor-post-publish-panel { position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; }
2577
 
2578
+ @media (min-width: 782px) { .edit-post-layout .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 281px; border-left: 1px solid #ddd; transform: translateX(100%); -webkit-animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; animation: edit-post-post-publish-panel__slide-in-animation 0.1s forwards; } }
2579
 
2580
+ @media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-layout .editor-post-publish-panel { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2581
 
2582
+ @media (min-width: 782px) { body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel { top: 0; } }
2583
 
2584
+ @media (min-width: 782px) { [role=region]:focus .edit-post-layout .editor-post-publish-panel { transform: translateX(0%); } }
2585
 
2586
+ @-webkit-keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
2587
 
2588
+ @keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
2589
 
2590
+ .interface-interface-skeleton__sidebar > div { height: 100%; padding-bottom: 48px; }
2591
 
2592
+ .edit-post-layout .editor-post-publish-panel__header-publish-button { justify-content: center; }
2593
 
2594
+ .edit-post-layout__toggle-publish-panel, .edit-post-layout__toogle-sidebar-panel, .edit-post-layout__toggle-entities-saved-states-panel { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; background-color: #fff; border: 1px dotted #ddd; height: auto !important; padding: 24px; display: flex; justify-content: center; }
2595
 
2596
+ .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toogle-sidebar-panel, .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel, .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel { top: auto; bottom: 0; }
 
2597
 
2598
+ .edit-post-layout .interface-interface-skeleton__content { background-color: #ccc; }
2599
 
2600
+ .edit-post-layout__inserter-panel { height: 100%; display: flex; flex-direction: column; }
2601
 
2602
+ .edit-post-layout__inserter-panel-header { padding-top: 8px; padding-right: 8px; display: flex; justify-content: flex-end; }
2603
 
2604
+ @media (min-width: 782px) { .edit-post-layout__inserter-panel-header { display: none; } }
2605
 
2606
+ .edit-post-layout__inserter-panel-content { height: calc(100% - 36px - 8px); }
2607
 
2608
+ @media (min-width: 782px) { .edit-post-layout__inserter-panel-content { height: 100%; } }
2609
 
2610
+ @media (min-width: 600px) { .edit-post-manage-blocks-modal { height: calc(100% - 60px - 60px); } }
2611
 
2612
+ .edit-post-manage-blocks-modal .components-modal__content { padding-bottom: 0; display: flex; flex-direction: column; }
2613
 
2614
+ .edit-post-manage-blocks-modal .components-modal__header { flex-shrink: 0; margin-bottom: 0; }
2615
 
2616
+ .edit-post-manage-blocks-modal__content { display: flex; flex-direction: column; flex: 0 1 100%; min-height: 0; }
2617
 
2618
+ .edit-post-manage-blocks-modal__no-results { font-style: italic; padding: 24px 0; text-align: center; }
2619
 
2620
+ .edit-post-manage-blocks-modal__search { margin: 16px 0; }
2621
 
2622
+ .edit-post-manage-blocks-modal__search .components-base-control__field { margin-bottom: 0; }
2623
 
2624
+ .edit-post-manage-blocks-modal__search .components-base-control__label { margin-top: -4px; }
2625
 
2626
+ .edit-post-manage-blocks-modal__search input[type=search].components-text-control__input { padding: 8px; border-radius: 2px; }
2627
 
2628
+ .edit-post-manage-blocks-modal__disabled-blocks-count { border-top: 1px solid #ddd; margin-left: -24px; margin-right: -24px; padding-top: 0.6rem; padding-bottom: 0.6rem; padding-left: 24px; padding-right: 24px; background-color: #f0f0f0; }
2629
 
2630
+ .edit-post-manage-blocks-modal__category { margin: 0 0 2rem 0; }
2631
 
2632
+ .edit-post-manage-blocks-modal__category-title { position: -webkit-sticky; position: sticky; top: 0; padding: 16px 0; background-color: #fff; z-index: 1; }
2633
 
2634
+ .edit-post-manage-blocks-modal__category-title .components-base-control__field { margin-bottom: 0; }
2635
 
2636
+ .edit-post-manage-blocks-modal__category-title .components-checkbox-control__label { font-size: 0.9rem; font-weight: 600; }
2637
 
2638
+ .edit-post-manage-blocks-modal__show-all { margin-right: 8px; }
2639
 
2640
+ .edit-post-manage-blocks-modal__checklist { margin-top: 0; }
2641
 
2642
+ .edit-post-manage-blocks-modal__checklist-item { margin-bottom: 0; padding-left: 16px; border-top: 1px solid #ddd; }
2643
 
2644
+ .edit-post-manage-blocks-modal__checklist-item:last-child { border-bottom: 1px solid #ddd; }
2645
 
2646
+ .edit-post-manage-blocks-modal__checklist-item .components-base-control__field { align-items: center; display: flex; margin: 0; }
2647
 
2648
+ .components-modal__content .edit-post-manage-blocks-modal__checklist-item.components-checkbox-control__input-container { margin: 0 8px; }
2649
 
2650
+ .edit-post-manage-blocks-modal__checklist-item .components-checkbox-control__label { display: flex; align-items: center; justify-content: space-between; flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
2651
 
2652
+ .edit-post-manage-blocks-modal__checklist-item .block-editor-block-icon { margin-right: 10px; fill: #1e1e1e; }
2653
 
2654
+ .edit-post-manage-blocks-modal__results { height: 100%; overflow: auto; margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; border-top: 1px solid #ddd; }
2655
 
2656
+ .edit-post-meta-boxes-area { position: relative; /** The wordpress default for most meta-box elements is content-box. Some elements such as textarea and input are set to border-box in forms.css. These elements therefore specifically set back to border-box here, while other elements (such as .button) are unaffected by Gutenberg's style because of their higher specificity. */ /* Match width and positioning of the meta boxes. Override default styles. */ /* Override Default meta box stylings */ }
2657
 
2658
+ .edit-post-meta-boxes-area__container, .edit-post-meta-boxes-area .inside { box-sizing: content-box; }
2659
 
2660
+ .edit-post-meta-boxes-area textarea, .edit-post-meta-boxes-area input { box-sizing: border-box; }
2661
 
2662
+ .edit-post-meta-boxes-area #poststuff { margin: 0 auto; padding-top: 0; min-width: auto; }
 
 
 
2663
 
2664
+ .edit-post-meta-boxes-area #poststuff h3.hndle, .edit-post-meta-boxes-area #poststuff .stuffbox > h3, .edit-post-meta-boxes-area #poststuff h2.hndle { /* WordPress selectors yolo */ box-sizing: border-box; color: inherit; font-weight: 600; outline: none; padding: 15px; position: relative; width: 100%; }
 
 
 
2665
 
2666
+ .edit-post-meta-boxes-area .postbox { border: 0; color: inherit; margin-bottom: 0; }
 
 
 
2667
 
2668
+ .edit-post-meta-boxes-area .postbox > .inside { border-bottom: 1px solid #ddd; color: inherit; padding: 0 14px 14px; margin: 0; }
 
 
 
2669
 
2670
+ .edit-post-meta-boxes-area .postbox .handlediv { height: 44px; width: 44px; }
 
 
 
2671
 
2672
+ .edit-post-meta-boxes-area.is-loading::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: transparent; z-index: 1; }
 
2673
 
2674
+ .edit-post-meta-boxes-area .components-spinner { position: absolute; top: 10px; right: 20px; z-index: 5; }
2675
 
2676
+ .edit-post-meta-boxes-area .is-hidden { display: none; }
2677
 
2678
+ .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] { border: 1px solid #757575; }
2679
 
2680
+ .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked { background: #fff; border-color: #757575; }
 
2681
 
2682
+ .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]::before { margin: -3px -4px; }
2683
 
2684
+ .edit-post-meta-boxes-area__clear { clear: both; }
2685
 
2686
+ .edit-post-preferences-modal__section { margin: 0 0 2.5rem 0; }
2687
 
2688
+ .edit-post-preferences-modal__section-title { font-size: 0.9rem; font-weight: 600; }
2689
 
2690
+ .edit-post-preferences-modal__option .components-base-control__field { align-items: center; display: flex; margin: 0; }
2691
 
2692
+ .edit-post-preferences-modal__option .components-checkbox-control__label { flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
2693
 
2694
+ .edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { margin: 0 0 0.6rem 48px; }
2695
 
2696
+ @media (min-width: 782px) { .edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { margin-left: 38px; } }
2697
 
2698
+ @media (min-width: 600px) { .edit-post-preferences-modal__custom-fields-confirmation-message, .edit-post-preferences-modal__custom-fields-confirmation-button { max-width: 300px; } }
2699
 
2700
+ .edit-post-preferences-modal .components-base-control__help { margin: -8px 0 8px 42px; font-size: 12px; font-style: normal; color: #757575; }
2701
 
2702
+ .edit-post-preferences-modal .edit-post-preferences-modal__section-description { margin: -8px 0 8px 0; font-size: 12px; font-style: normal; color: #757575; }
2703
 
2704
+ .components-panel__header.edit-post-sidebar__panel-tabs { justify-content: flex-start; padding-left: 0; padding-right: 16px; border-top: 0; margin-top: 0; }
2705
 
2706
+ .components-panel__header.edit-post-sidebar__panel-tabs ul { display: flex; }
2707
 
2708
+ .components-panel__header.edit-post-sidebar__panel-tabs li { margin: 0; }
2709
 
2710
+ .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: none; margin: 0 0 0 auto; padding: 0; min-width: 24px; height: 24px; }
2711
 
2712
+ @media (min-width: 782px) { .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: flex; } }
2713
 
2714
+ .components-panel__body.is-opened.edit-post-last-revision__panel { padding: 0; height: 48px; }
2715
 
2716
+ .editor-post-last-revision__title.components-button { padding: 16px; }
2717
 
2718
+ .editor-post-author__select { margin: -5px 0; width: 100%; }
2719
 
2720
+ @supports ((position: -webkit-sticky) or (position: sticky)) { .editor-post-author__select { width: auto; } }
2721
 
2722
+ .edit-post-post-link__link-post-name { font-weight: 600; }
 
2723
 
2724
+ .edit-post-post-link__preview-label { font-weight: 400; margin: 0; }
 
2725
 
2726
+ .edit-post-post-link__link { text-align: left; word-wrap: break-word; display: block; }
2727
 
2728
+ /* rtl:begin:ignore */
2729
+ .edit-post-post-link__preview-link-container { direction: ltr; }
2730
 
2731
+ /* rtl:end:ignore */
2732
+ .edit-post-post-schedule { width: 100%; position: relative; justify-content: left; }
2733
 
2734
+ .edit-post-post-schedule span { display: block; width: 45%; }
2735
 
2736
+ .components-button.edit-post-post-schedule__toggle { text-align: right; }
2737
 
2738
+ .editor-post-slug__input { margin: -5px 0; padding: 2px; }
2739
 
2740
+ .edit-post-post-status .edit-post-post-publish-dropdown__switch-to-draft { margin-top: 15px; width: 100%; text-align: center; }
2741
 
2742
+ .edit-post-post-template { width: 100%; justify-content: left; }
2743
 
2744
+ .edit-post-post-template span { display: block; width: 45%; }
2745
 
2746
+ .edit-post-post-template__value { padding-left: 6px; }
2747
 
2748
+ .edit-post-post-visibility { width: 100%; justify-content: left; }
2749
 
2750
+ .edit-post-post-visibility span { display: block; width: 45%; }
2751
 
2752
+ @media (min-width: 782px) { .edit-post-post-visibility__dialog .components-popover__content { width: 257px; } }
2753
 
2754
+ .edit-post-post-visibility__dialog-legend { font-weight: 600; }
2755
 
2756
+ .edit-post-post-visibility__choice { margin: 10px 0; }
2757
 
2758
+ .edit-post-post-visibility__dialog-radio, .edit-post-post-visibility__dialog-label { vertical-align: top; }
2759
 
2760
+ .edit-post-post-visibility__dialog-password-input { width: calc(100% - 20px); margin-left: 20px; }
2761
 
2762
+ .edit-post-post-visibility__dialog-info { color: #757575; padding-left: 20px; font-style: italic; margin: 4px 0 0; line-height: 1.4; }
2763
 
2764
+ .components-button.edit-post-sidebar__panel-tab { border-radius: 0; height: 48px; background: transparent; border: none; box-shadow: none; cursor: pointer; display: inline-block; padding: 3px 15px; margin-left: 0; font-weight: 500; }
2765
 
2766
+ .components-button.edit-post-sidebar__panel-tab::after { content: attr(data-label); display: block; font-weight: 600; height: 0; overflow: hidden; speak: none; visibility: hidden; }
2767
 
2768
+ .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 var(--wp-admin-theme-color); position: relative; z-index: 1; }
2769
 
2770
+ .components-button.edit-post-sidebar__panel-tab.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
2771
 
2772
+ .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); position: relative; z-index: 1; }
2773
 
2774
+ .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 -4px 0 0 var(--wp-admin-theme-color); }
2775
 
2776
+ .edit-post-text-editor { position: relative; width: 100%; background-color: #fff; flex-grow: 1; }
2777
 
2778
+ .edit-post-text-editor .wp-block.editor-post-title { max-width: none; line-height: 1.4; }
2779
 
2780
+ .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input.editor-post-title__input.editor-post-title__input { font-family: Menlo, Consolas, monaco, monospace; font-size: 2.5em; font-weight: normal; }
2781
 
2782
+ .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { border: 1px solid #949494; margin-bottom: -1px; padding: 16px; }
2783
 
2784
+ @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { padding: 24px; } }
2785
 
2786
+ .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
2787
 
2788
+ @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title { padding: 0; } }
2789
 
2790
+ .edit-post-text-editor__body { width: 100%; padding: 0 12px 12px 12px; max-width: 1080px; margin-left: auto; margin-right: auto; }
2791
 
2792
+ @media (min-width: 960px) { .edit-post-text-editor__body { padding: 16px 24px 96px 24px; padding: 0 24px 24px 24px; } }
2793
 
2794
+ .edit-post-text-editor__toolbar { position: -webkit-sticky; position: sticky; z-index: 1; top: 0; left: 0; right: 0; display: flex; background: rgba(255, 255, 255, 0.8); padding: 4px 12px; }
2795
 
2796
+ @media (min-width: 600px) { .edit-post-text-editor__toolbar { padding: 12px; } }
2797
 
2798
+ @media (min-width: 960px) { .edit-post-text-editor__toolbar { padding: 12px 24px; } }
2799
 
2800
+ .edit-post-text-editor__toolbar h2 { line-height: 36px; margin: 0 auto 0 0; font-size: 13px; color: #1e1e1e; }
2801
 
2802
+ .edit-post-text-editor__toolbar .components-button svg { order: 1; }
2803
 
2804
+ .edit-post-visual-editor { position: relative; flex: 1 1 auto; }
2805
 
2806
+ .edit-post-visual-editor .components-button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 6px 12px; }
2807
 
2808
+ .edit-post-visual-editor .components-button.is-tertiary, .edit-post-visual-editor .components-button.has-icon { padding: 6px; }
2809
 
2810
+ @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-visual-editor { flex-basis: 100%; } }
2811
 
2812
+ .editor-styles-wrapper { background-color: #fff; cursor: text; }
2813
 
2814
+ .editor-styles-wrapper > * { cursor: auto; }
2815
 
2816
+ .edit-post-visual-editor__post-title-wrapper .editor-post-title { margin-top: 2em; margin-left: auto; margin-right: auto; margin-bottom: 28px; }
2817
 
2818
+ .edit-post-welcome-guide { width: 312px; }
2819
 
2820
+ .edit-post-welcome-guide__image { background: #00a0d2; height: 240px; }
2821
 
2822
+ .edit-post-welcome-guide__image__prm-r { display: none; }
2823
 
2824
+ @media (prefers-reduced-motion: reduce) { .edit-post-welcome-guide__image__prm-r { display: block; }
2825
+ .edit-post-welcome-guide__image__prm-np { display: none; } }
2826
 
2827
+ .edit-post-welcome-guide__heading { font-family: "Noto Serif", serif; font-size: 24px; line-height: 1.4; margin: 0 0 16px 0; padding: 0 32px; }
 
2828
 
2829
+ .edit-post-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 24px 0; padding: 0 32px; }
2830
 
2831
+ .edit-post-welcome-guide__inserter-icon { margin: 0 4px; vertical-align: text-top; }
2832
 
2833
+ /** Animations */
2834
+ @-webkit-keyframes edit-post__fade-in-animation { from { opacity: 0; }
2835
+ to { opacity: 1; } }
2836
+ @keyframes edit-post__fade-in-animation { from { opacity: 0; }
2837
+ to { opacity: 1; } }
2838
 
2839
+ html.wp-toolbar { background: #fff; }
2840
 
2841
+ body.block-editor-page { background: #fff; /* We hide legacy notices in Gutenberg Based Pages, because they were not designed in a way that scaled well. Plugins can use Gutenberg notices if they need to pass on information to the user when they are editing. */ }
2842
 
2843
+ body.block-editor-page #wpcontent { padding-left: 0; }
2844
 
2845
+ body.block-editor-page #wpbody-content { padding-bottom: 0; }
2846
 
2847
+ body.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) { display: none; }
2848
 
2849
+ body.block-editor-page #wpfooter { display: none; }
2850
 
2851
+ body.block-editor-page .a11y-speak-region { left: -1px; top: -1px; }
2852
 
2853
+ body.block-editor-page ul#adminmenu a.wp-has-current-submenu::after, body.block-editor-page ul#adminmenu > li.current > a.current::after { border-right-color: #fff; }
2854
 
2855
+ body.block-editor-page .media-frame select.attachment-filters:last-of-type { width: auto; max-width: 100%; }
2856
 
2857
+ .edit-post-header, .edit-post-visual-editor, .edit-post-text-editor, .edit-post-sidebar, .editor-post-publish-panel, .components-popover, .components-modal__frame, .edit-post-layout__inserter-panel { box-sizing: border-box; }
2858
 
2859
+ .edit-post-header *, .edit-post-header *::before, .edit-post-header *::after, .edit-post-visual-editor *, .edit-post-visual-editor *::before, .edit-post-visual-editor *::after, .edit-post-text-editor *, .edit-post-text-editor *::before, .edit-post-text-editor *::after, .edit-post-sidebar *, .edit-post-sidebar *::before, .edit-post-sidebar *::after, .editor-post-publish-panel *, .editor-post-publish-panel *::before, .editor-post-publish-panel *::after, .components-popover *, .components-popover *::before, .components-popover *::after, .components-modal__frame *, .components-modal__frame *::before, .components-modal__frame *::after, .edit-post-layout__inserter-panel *, .edit-post-layout__inserter-panel *::before, .edit-post-layout__inserter-panel *::after { box-sizing: inherit; }
2860
 
2861
+ @media (min-width: 600px) { .block-editor__container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; min-height: calc(100vh - 46px); } }
2862
 
2863
+ @media (min-width: 782px) { .block-editor__container { min-height: calc(100vh - 32px); }
2864
+ body.is-fullscreen-mode .block-editor__container { min-height: 100vh; } }
2865
 
2866
+ .block-editor__container img { max-width: 100%; height: auto; }
2867
 
2868
+ .block-editor__container iframe { width: 100%; }
2869
 
2870
+ .wp-block { max-width: 840px; }
2871
 
2872
+ .wp-block[data-align=wide] { max-width: 1100px; }
2873
 
2874
+ .wp-block[data-align=full] { max-width: none; }
2875
 
2876
+ body.admin-color-light { --wp-admin-theme-color: #0085ba; --wp-admin-theme-color-darker-10: #0073a1; --wp-admin-theme-color-darker-20: #006187; }
2877
 
2878
+ body.admin-color-modern { --wp-admin-theme-color: #3858e9; --wp-admin-theme-color-darker-10: #2145e6; --wp-admin-theme-color-darker-20: #183ad6; }
2879
 
2880
+ body.admin-color-blue { --wp-admin-theme-color: #096484; --wp-admin-theme-color-darker-10: #07526c; --wp-admin-theme-color-darker-20: #064054; }
2881
 
2882
+ body.admin-color-coffee { --wp-admin-theme-color: #46403c; --wp-admin-theme-color-darker-10: #383330; --wp-admin-theme-color-darker-20: #2b2724; }
2883
 
2884
+ body.admin-color-ectoplasm { --wp-admin-theme-color: #523f6d; --wp-admin-theme-color-darker-10: #46365d; --wp-admin-theme-color-darker-20: #3a2c4d; }
2885
 
2886
+ body.admin-color-midnight { --wp-admin-theme-color: #e14d43; --wp-admin-theme-color-darker-10: #dd382d; --wp-admin-theme-color-darker-20: #d02c21; }
2887
 
2888
+ body.admin-color-ocean { --wp-admin-theme-color: #627c83; --wp-admin-theme-color-darker-10: #576e74; --wp-admin-theme-color-darker-20: #4c6066; }
2889
 
2890
+ body.admin-color-sunrise { --wp-admin-theme-color: #dd823b; --wp-admin-theme-color-darker-10: #d97426; --wp-admin-theme-color-darker-20: #c36922; }
2891
 
2892
  /** Colors */
2893
  /** Breakpoints & Media Queries */
2894
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
2895
  /** Colors */
2896
  /** Fonts & basic variables. */
2897
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
2898
  /** Dimensions. */
2899
  /** Shadows. */
2900
  /** Editor widths. */
2901
+ /** Block & Editor UI. */
 
2902
  /** Block paddings. */
2903
+ /** React Native specific. These variables do not appear to be used anywhere else. */
2904
  /** Breakpoint mixins */
2905
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
2906
  /** Focus styles. */
2909
  /** Allows users to opt-out of animations via OS-level preferences. */
2910
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
2911
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
2912
+ /** These are default block editor widths in case the theme doesn't provide them. */
2913
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
2914
 
2915
  #start-resizable-editor-section { display: none; }
2916
 
2917
+ .block-editor-autocompleters__block { white-space: nowrap; }
2918
+
2919
  .block-editor-autocompleters__block .block-editor-block-icon { margin-right: 8px; }
2920
 
2921
  .block-editor-block-alignment-matrix-toolbar__popover .components-popover__content { min-width: 0; width: auto; }
2938
 
2939
  .block-editor-block-inspector__no-blocks { display: block; font-size: 13px; background: #fff; padding: 32px 16px; text-align: center; }
2940
 
 
 
2941
  .block-editor-block-styles .block-editor-block-list__block { margin: 0; }
2942
 
2943
  /** Notices & Block Selected/Hover Styles. */
2944
+ .block-editor-block-list__layout .block-editor-block-list__block, .block-editor-block-list__layout .block-list-appender { position: relative; }
2945
 
2946
+ .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before, .block-editor-block-list__layout .block-list-appender.is-drop-target::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -14px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
2947
 
2948
+ .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target.is-dropping-horizontally::before, .block-editor-block-list__layout .block-list-appender.is-drop-target.is-dropping-horizontally::before { top: 0; bottom: 0; left: -6px; border-top: none; border-left: 4px solid #007cba; border-left: 4px solid var(--wp-admin-theme-color); }
2949
 
2950
+ /** Cross-Block Selection */
2951
+ .block-editor-block-list__layout { position: relative; }
2952
 
2953
+ .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 1px; outline: 2px solid transparent; }
2954
 
2955
+ .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #fff; }
2956
 
2957
+ .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::-moz-selection, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::-moz-selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::-moz-selection { background: transparent; }
2958
 
2959
+ .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .components-placeholder ::selection, .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted .components-placeholder ::selection, .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .components-placeholder ::selection { background: transparent; }
2960
 
2961
+ .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-hovered:not(.is-selected)::after { box-shadow: 0 0 0 1px #949494; }
2962
 
2963
+ .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.has-child-selected { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); outline: 1.5px solid transparent; }
2964
 
2965
+ .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::before { content: ""; position: absolute; z-index: 0; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; right: 0; left: 0; top: -14px; border-radius: 2px; border-top: 4px solid #ccc; }
2966
 
2967
+ .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected::after { content: none; }
2968
+
2969
+ .block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected::before { border-color: #007cba; border-color: var(--wp-admin-theme-color); }
2970
+
2971
+ .is-block-moving-mode.block-editor-block-list__block-selection-button { opacity: 0; font-size: 1px; height: 1px; padding: 0; }
2972
 
2973
+ .block-editor-block-list__layout .block-editor-block-list__block { position: relative; overflow-wrap: break-word; /** Notices */ /** Block Layout */ /** Block styles and alignments */ }
2974
 
2975
+ .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * { z-index: 1; }
2976
 
2977
+ .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui { margin: -10px 0 12px 0; }
 
2978
 
2979
+ .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui { margin: 0 0 12px 0; width: 100%; }
2980
 
2981
+ .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice { margin-left: 0; margin-right: 0; }
2982
 
2983
+ .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content { font-size: 13px; }
2984
 
2985
+ .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus { outline: none; }
2986
 
2987
+ .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { position: absolute; z-index: 1; pointer-events: none; content: ""; top: 1px; bottom: 1px; left: 1px; right: 1px; box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); border-radius: 1px; }
2988
 
2989
+ .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #fff; }
2990
 
2991
+ .block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing)::after { box-shadow: 0 0 0 1px #1e1e1e; top: 1px; left: 1px; right: 1px; bottom: 1px; }
2992
 
2993
+ .block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-selected:not(.is-typing):focus::after { box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
2994
 
2995
+ .block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing) { cursor: default; }
2996
 
2997
+ .block-editor-block-list__layout .block-editor-block-list__block.is-outline-mode.is-hovered:not(.is-typing)::after { top: 1px; left: 1px; right: 1px; bottom: 1px; box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
2998
 
2999
+ .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) { opacity: 0.5; transition: opacity 0.1s linear; }
3000
 
3001
+ @media (prefers-reduced-motion: reduce) { .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) { transition-duration: 0s; } }
3002
 
3003
+ .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block, .block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused { opacity: 1; }
 
3004
 
3005
+ .block-editor-block-list__layout .block-editor-block-list__block::after { content: ""; pointer-events: none; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; box-shadow: 0 0 0 1.5px transparent; }
3006
 
3007
+ .block-editor-block-list__layout .block-editor-block-list__block.has-warning { min-height: 48px; }
3008
 
3009
  .block-editor-block-list__layout .block-editor-block-list__block.has-warning > * { pointer-events: none; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
3010
 
3020
 
3021
  .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block { cursor: default; }
3022
 
3023
+ .block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] { float: none; }
3024
 
3025
  .block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter { left: auto; right: 8px; }
3026
 
3027
  .block-editor-block-list__layout .wp-block { margin-left: auto; margin-right: auto; }
3028
 
3029
+ .wp-block[data-align=left], .wp-block[data-align=right] { width: 100%; height: 0; }
3030
 
3031
+ .wp-block[data-align=left]::before, .wp-block[data-align=right]::before { content: none; }
3032
 
3033
+ .wp-block[data-align=left] > *, .wp-block[data-align=right] > * { z-index: 21; }
3034
 
3035
+ .wp-block[data-align=left] > * { /*!rtl:begin:ignore*/ float: left; margin-right: 2em; /*!rtl:end:ignore*/ }
3036
 
3037
+ .wp-block[data-align=right] > * { /*!rtl:begin:ignore*/ float: right; margin-left: 2em; /*!rtl:end:ignore*/ }
3038
 
3039
+ .wp-block[data-align=full], .wp-block[data-align=wide] { clear: both; }
3040
 
3041
  /** In-Canvas Inserter */
3042
  .block-editor-block-list .block-editor-inserter { margin: 8px; cursor: move; cursor: -webkit-grab; cursor: grab; }
3043
 
3044
+ .block-editor-block-list__insertion-point { position: relative; z-index: 6; margin-top: -14px; }
3045
+
3046
+ .block-editor-block-list__insertion-point.is-insert-after { margin-top: 14px; }
3047
 
3048
+ .block-editor-block-list__insertion-point-indicator { position: absolute; top: calc(50% - 1px); height: 1.5px; left: 0; right: 0; background: #007cba; background: var(--wp-admin-theme-color); -webkit-animation: block-editor-inserter__toggle__fade-in-animation 0.3s ease; animation: block-editor-inserter__toggle__fade-in-animation 0.3s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
3049
+
3050
+ @media (prefers-reduced-motion: reduce) { .block-editor-block-list__insertion-point-indicator { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3051
 
3052
  .block-editor-block-list__insertion-point-inserter { display: none; justify-content: center; }
3053
 
3093
 
3094
  .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle { opacity: 0; transform: scale(0); }
3095
 
3096
+ .block-editor-block-list__block .block-editor-block-list__block-html-textarea { display: block; margin: 0; padding: 12px; width: 100%; border: none; outline: none; border-radius: 2px; box-shadow: inset 0 0 0 1px #1e1e1e; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; line-height: 1.5; transition: padding 0.2s linear; }
 
 
3097
 
3098
  @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-editor-block-list__block-html-textarea { transition-duration: 0s; } }
3099
 
3100
+ .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus { box-shadow: inset 0 0 0 1.5px #007cba; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color); }
3101
 
3102
  /** Block Toolbar when contextual. */
3103
  .block-editor-block-contextual-toolbar { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
3108
 
3109
  .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button { min-width: 24px; width: 24px; }
3110
 
3111
+ .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button:focus::before { left: 0 !important; min-width: 0; width: 100%; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3112
 
3113
+ .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-up-button svg { top: 5px; }
3114
 
3115
+ .block-editor-block-contextual-toolbar .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button.is-down-button svg { bottom: 5px; }
3116
 
3117
  /** Block Label for Navigation/Selection Mode */
3118
  .block-editor-block-list__block-selection-button { display: block; z-index: 22; }
3151
 
3152
  .block-editor-block-list__block .block-list-appender { margin: 8px 0; }
3153
 
 
 
3154
  .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { padding: 0; opacity: 1; transform: scale(1); transition: all 0.1s ease; }
3155
 
3156
  @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { transition-duration: 0s; } }
3212
 
3213
  .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed { background-color: #cc1818; }
3214
 
3215
+ .block-editor-block-compare__wrapper .block-editor-block-compare__preview { padding: 0; padding-top: 16px; }
3216
 
3217
  .block-editor-block-compare__wrapper .block-editor-block-compare__preview p { font-size: 12px; margin-top: 0; }
3218
 
3219
+ .block-editor-block-compare__wrapper .block-editor-block-compare__action { margin-top: 16px; }
3220
 
3221
  .block-editor-block-compare__wrapper .block-editor-block-compare__heading { font-size: 1em; font-weight: 400; margin: 0.67em 0; }
3222
 
3242
 
3243
  .block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button { float: left; }
3244
 
 
 
3245
  .block-editor-block-mover-button__description { display: none; }
3246
 
3247
  .block-editor-block-mover-button.has-icon { padding: 0; }
3248
 
3249
+ .block-editor-block-mover { display: inline-flex; flex-direction: row; }
3250
+
3251
  .block-editor-block-mover .block-editor-block-mover__move-button-container, .block-editor-block-mover .components-toolbar { flex: 1; flex-direction: row; border-right: none !important; }
3252
 
3253
  @media (min-width: 600px) { .block-editor-block-mover .block-editor-block-mover__move-button-container, .block-editor-block-mover .components-toolbar { flex-direction: column; } }
3262
 
3263
  .block-editor-block-mover .block-editor-block-mover__drag-handle:focus::before { left: 0 !important; right: 0 !important; }
3264
 
3265
+ @media (min-width: 600px) { .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button { margin: 0 auto 0 0; }
3266
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-up-button::before, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-up-button::before { bottom: 0; height: calc(100% - 1px); }
 
3267
  .block-editor-block-mover .components-toolbar-group .block-editor-block-mover-button.is-down-button::before, .block-editor-block-mover .components-toolbar .block-editor-block-mover-button.is-down-button::before { top: 0; height: calc(100% - 1px); } }
3268
 
3269
  .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon { height: 48px; width: 24px; padding-left: 0; padding-right: 0; }
3278
 
3279
  .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before { left: 0 !important; right: 0 !important; width: calc(100% + 1px); }
3280
 
 
 
3281
  .block-editor-block-navigation__label { margin: 0 0 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
3282
 
3283
  .block-editor-block-navigation__container { padding: 7px; }
3288
 
3289
  .block-editor-block-navigation-leaf.is-dragging { display: none; }
3290
 
3291
+ .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents { display: flex; align-items: center; width: 100%; height: auto; padding: 12px 6px; margin-top: auto; margin-bottom: auto; text-align: left; color: #1e1e1e; border-radius: 2px; position: relative; white-space: nowrap; }
3292
 
3293
  .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents.is-dropping-before::before { content: ""; position: absolute; pointer-events: none; transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear; top: -2px; right: 0; left: 0; border-top: 4px solid #007cba; border-top: 4px solid var(--wp-admin-theme-color); }
3294
 
3384
 
3385
  .block-editor-block-patterns-list__item.is-placeholder { min-height: 100px; }
3386
 
3387
+ .block-editor-block-patterns-list__item[draggable=true] .block-editor-block-preview__container { cursor: -webkit-grab; cursor: grab; }
3388
+
3389
  .block-editor-block-patterns-list__item-title { padding: 4px; font-size: 12px; text-align: center; }
3390
 
3391
  .block-editor-block-preview__container { position: relative; width: 100%; overflow: hidden; }
3392
 
3393
  .block-editor-block-preview__container.editor-styles-wrapper { padding: 0; margin: 0; }
3394
 
3395
+ .block-editor-block-preview__container .block-editor-block-preview__content { position: absolute; top: 0; left: 0; transform-origin: top left; text-align: initial; margin: 0; overflow: visible; min-height: auto; }
3396
 
3397
+ .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point, .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-drop-zone, .block-editor-block-preview__container .block-editor-block-preview__content .reusable-block-indicator, .block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender { display: none; }
3398
 
3399
+ .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container { padding-left: 0; padding-right: 0; }
3400
 
3401
+ .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] { margin-left: 0; margin-right: 0; }
3402
 
3403
  .block-editor-block-settings-menu__popover .components-dropdown-menu__menu { padding: 0; }
3404
 
3468
 
3469
  .block-editor-block-switcher__preview-title { margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
3470
 
 
 
3471
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
3472
 
3473
+ .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle { height: 48px; }
3474
+
3475
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { width: 48px; height: 48px; }
3476
 
3477
  .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform, .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { padding: 12px; }
3486
 
3487
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations { display: flex; justify-content: flex-start; flex-direction: row; flex-wrap: wrap; width: 100%; margin: 16px 0; padding: 0; list-style: none; }
3488
 
3489
+ .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li { list-style: none; margin: 8px 20px 0 0; flex-shrink: 1; width: 75px; text-align: center; }
3490
 
3491
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button { display: inline-flex; margin-right: 0; }
3492
 
3493
  .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation { padding: 8px; }
3494
 
3495
+ .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 12px; display: block; line-height: 1.4; }
3496
 
3497
  .block-editor-block-variation-picker__variation { width: 100%; }
3498
 
3508
 
3509
  .block-editor-block-variation-picker__variation:last-child { margin-right: 0; }
3510
 
3511
+ .block-editor-block-variation-transforms { padding: 0 16px 16px 56px; width: 100%; }
3512
+
3513
+ .block-editor-block-variation-transforms .components-dropdown-menu__toggle { border: 1px solid #757575; border-radius: 2px; min-height: 30px; width: 100%; position: relative; text-align: left; justify-content: left; padding: 6px 12px; }
3514
+
3515
+ .block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle { padding-right: 24px; }
3516
+
3517
+ .block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); }
3518
+
3519
+ .block-editor-block-variation-transforms .components-dropdown-menu__toggle svg { height: 100%; padding: 0; position: absolute; right: 0; top: 0; }
3520
+
3521
+ .block-editor-block-variation-transforms__popover .components-popover__content { min-width: 230px; }
3522
+
3523
  .block-editor-button-block-appender { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 8px; width: 100%; height: auto; color: #1e1e1e; box-shadow: inset 0 0 0 1px #1e1e1e; }
3524
 
3525
+ .is-dark-theme .block-editor-button-block-appender { color: rgba(255, 255, 255, 0.65); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65); }
3526
+
3527
+ .block-editor-button-block-appender:hover { color: #007cba; color: var(--wp-admin-theme-color); box-shadow: inset 0 0 0 1px #007cba; box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color); }
3528
 
3529
  .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #007cba; box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color); }
3530
 
3546
 
3547
  .block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator { display: none; }
3548
 
3549
+ @media screen and (min-width: 782px) { .block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches { margin-right: 0; }
3550
+ .block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper { margin-right: calc((100% - (28px * 6)) / 5); }
3551
+ .block-editor-panel-color-gradient-settings .components-circular-option-picker__option-wrapper:nth-child(6n+6) { margin-right: 0; } }
3552
+
3553
  .block-editor-contrast-checker > .components-notice { margin: 0; }
3554
 
3555
  .block-editor-default-block-appender { clear: both; margin-left: auto; margin-right: auto; position: relative; }
3578
 
3579
  @media (min-width: 600px) { .block-editor-default-block-appender .block-editor-inserter { align-items: center; } }
3580
 
3581
+ .components-font-appearance-control__select { margin-bottom: 24px; }
3582
+
3583
+ .components-font-appearance-control__select ul li { color: #1e1e1e; text-transform: capitalize; }
3584
+
3585
  .block-editor-link-control { position: relative; min-width: 360px; }
3586
 
3587
  .components-popover__content .block-editor-link-control { min-width: auto; width: 90vw; max-width: 360px; }
3588
 
3589
  .block-editor-link-control__search-input-wrapper { position: relative; }
3590
 
3591
+ .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; width: calc(100% - 32px); display: block; padding: 11px 16px; padding-right: 36px; margin: 16px; position: relative; border: 1px solid #ddd; border-radius: 2px; }
3592
 
3593
+ @media (prefers-reduced-motion: reduce) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { transition-duration: 0s; } }
3594
 
3595
+ @media (min-width: 600px) { .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3596
 
3597
+ .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
3598
 
3599
+ .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3600
 
3601
+ .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
3602
 
3603
+ .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3604
 
3605
+ .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3606
 
3607
+ .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3608
 
3609
+ .is-dark-theme .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3610
 
3611
  .block-editor-link-control .block-editor-link-control__search-input .components-base-control__field { margin-bottom: 0; }
3612
 
3614
 
3615
  .block-editor-link-control__search-actions { position: absolute; /* Actions must be positioned on top of URLInput, since the input will grow when suggestions are rendered. Compensate for: - Input margin ($grid-unit-20) - Border (1px) - Vertically, for the difference in height between the input (40px) and the icon buttons. - Horizontally, pad to the minimum of: default input padding, or the equivalent of the vertical padding. */ top: 19px; right: 19px; }
3616
 
3617
+ .components-button .block-editor-link-control__search-submit .has-icon { margin: -1px; }
3618
+
3619
  .block-editor-link-control__search-results-wrapper { position: relative; margin-top: -15px; }
3620
 
3621
  .block-editor-link-control__search-results-wrapper::before, .block-editor-link-control__search-results-wrapper::after { content: ""; position: absolute; left: -1px; right: 16px; display: block; pointer-events: none; z-index: 100; }
3622
 
3623
+ .block-editor-link-control__search-results-wrapper::before { height: 8px; top: 0; bottom: auto; }
3624
 
3625
+ .block-editor-link-control__search-results-wrapper::after { height: 16px; bottom: 0; top: auto; }
3626
 
3627
+ .block-editor-link-control__search-results-label { padding: 16px 32px 0; display: block; font-weight: 600; }
3628
 
3629
  .block-editor-link-control__search-results { margin: 0; padding: 8px 16px 8px; max-height: 200px; overflow-y: auto; }
3630
 
3631
  .block-editor-link-control__search-results.is-loading { opacity: 0.2; }
3632
 
3633
+ .block-editor-link-control__search-item { position: relative; display: flex; align-items: center; font-size: 13px; cursor: pointer; background: #fff; width: 100%; border: none; text-align: left; padding: 12px 16px; border-radius: 5px; height: auto; }
3634
 
3635
  .block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus { background-color: #ddd; }
3636
 
3646
 
3647
  .block-editor-link-control__search-item .block-editor-link-control__search-item-icon { margin-right: 1em; min-width: 24px; }
3648
 
3649
+ .block-editor-link-control__search-item .block-editor-link-control__search-item-info, .block-editor-link-control__search-item .block-editor-link-control__search-item-title { max-width: 230px; overflow: hidden; }
 
 
3650
 
3651
+ .block-editor-link-control__search-item .block-editor-link-control__search-item-title { display: block; margin-bottom: 0.2em; font-weight: 500; position: relative; }
3652
 
3653
  .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark { font-weight: 700; color: #000; background-color: transparent; }
3654
 
3662
 
3663
  .block-editor-link-control__loading .components-spinner { margin-top: 0; }
3664
 
3665
+ .components-button + .block-editor-link-control__search-create { overflow: visible; padding: 12px 16px; }
3666
 
3667
+ .components-button + .block-editor-link-control__search-create::before { content: ""; position: absolute; top: -10px; left: 0; display: block; width: 100%; }
3668
 
3669
+ .block-editor-link-control__search-results div[role=menu] > .block-editor-link-control__search-item.block-editor-link-control__search-item { padding: 10px; }
3670
 
3671
  .block-editor-link-control__settings { border-top: 1px solid #ddd; margin: 0; padding: 16px 24px; }
3672
 
3700
 
3701
  .block-editor-block-list__layout.has-overlay::after { content: ""; position: absolute; top: -14px; right: -14px; bottom: -14px; left: -14px; z-index: 60; }
3702
 
3703
+ [data-align=full] .has-overlay::after { right: 0; left: 0; }
3704
 
3705
  .block-editor-block-types-list__list-item { display: block; width: 33.33%; padding: 0; margin: 0; }
3706
 
3724
 
3725
  @media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon svg { transition-duration: 0s; } }
3726
 
3727
+ .block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon { cursor: -webkit-grab; cursor: grab; }
3728
+
3729
  .block-editor-block-types-list__item-title { padding: 4px 2px 8px; font-size: 12px; }
3730
 
3731
  .modal-open .block-editor-media-replace-flow__options { display: none; }
3746
 
3747
  .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current { width: auto; padding: 0; }
3748
 
3749
+ .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] { margin: 16px 0 0 0; width: 100%; }
3750
 
3751
  .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions { right: 4px; }
3752
 
3762
 
3763
  .block-editor-media-placeholder__url-input-form { display: flex; }
3764
 
3765
+ .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field { width: 100%; flex-grow: 1; border: none; border-radius: 0; margin: 2px; }
3766
 
3767
+ @media (min-width: 600px) { .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field { width: 300px; } }
3768
 
3769
  .block-editor-media-placeholder__url-input-submit-button { flex-shrink: 1; }
3770
 
3786
 
3787
  .block-editor-multi-selection-inspector__card .block-editor-block-icon { margin-left: -2px; margin-right: 10px; padding: 0 3px; width: 36px; height: 24px; }
3788
 
3789
+ .block-editor-plain-text { box-shadow: none; font-family: inherit; font-size: inherit; color: inherit; line-height: inherit; border: none; padding: 0; margin: 0; width: 100%; }
3790
 
3791
  .block-editor-responsive-block-control { margin-bottom: 28px; border-bottom: 1px solid #ccc; padding-bottom: 14px; }
3792
 
3830
 
3831
  .block-editor-skip-to-selected-block:focus { height: auto; width: auto; display: block; font-size: 14px; font-weight: 600; padding: 15px 23px 14px; background: #f1f1f1; color: #007cba; color: var(--wp-admin-theme-color); line-height: normal; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); text-decoration: none; outline: none; z-index: 100000; }
3832
 
3833
+ .block-editor-text-decoration-and-transform { display: flex; }
3834
+
3835
+ .block-editor-text-transform-control { flex: 0 0 50%; }
3836
+
3837
+ .block-editor-text-transform-control legend { margin-bottom: 8px; }
3838
+
3839
+ .block-editor-text-transform-control .block-editor-text-transform-control__buttons { display: inline-flex; margin-bottom: 24px; }
3840
+
3841
+ .block-editor-text-transform-control .block-editor-text-transform-control__buttons .components-button.has-icon { min-width: 24px; padding: 0; margin-right: 4px; }
3842
+
3843
+ .block-editor-text-decoration-control { flex: 0 0 50%; }
3844
+
3845
+ .block-editor-text-decoration-control legend { margin-bottom: 8px; }
3846
+
3847
+ .block-editor-text-decoration-control .block-editor-text-decoration-control__buttons { display: inline-flex; margin-bottom: 24px; }
3848
+
3849
+ .block-editor-text-decoration-control .block-editor-text-decoration-control__buttons .components-button.has-icon { min-width: 24px; padding: 0; margin-right: 4px; }
3850
+
3851
+ .block-editor-tool-selector__help { margin-top: 8px; margin-left: -12px; margin-right: -12px; margin-bottom: -12px; padding: 12px 20px; border-top: 1px solid #ddd; color: #757575; min-width: 280px; }
3852
 
3853
  .block-editor-block-list__block .block-editor-url-input, .components-popover .block-editor-url-input, .block-editor-url-input { flex-grow: 1; position: relative; padding: 1px; }
3854
 
3855
+ .block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 100%; padding: 8px; border: none; border-radius: 0; margin-left: 0; margin-right: 0; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
3856
 
3857
+ @media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { width: 300px; } }
3858
 
3859
+ @media (min-width: 600px) { .block-editor-block-list__block .block-editor-url-input input[type=text], .components-popover .block-editor-url-input input[type=text], .block-editor-url-input input[type=text] { font-size: 13px; } }
3860
 
3861
+ .block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear, .components-popover .block-editor-url-input input[type=text]::-ms-clear, .block-editor-url-input input[type=text]::-ms-clear { display: none; }
3862
 
3863
  .block-editor-block-list__block .block-editor-url-input.is-full-width, .components-popover .block-editor-url-input.is-full-width, .block-editor-url-input.is-full-width { width: 100%; }
3864
 
3865
+ .block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text], .components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text], .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text] { width: 100%; }
3866
 
3867
  .block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions, .components-popover .block-editor-url-input.is-full-width__suggestions, .block-editor-url-input.is-full-width__suggestions { width: 100%; }
3868
 
3869
  .block-editor-block-list__block .block-editor-url-input .components-spinner, .components-popover .block-editor-url-input .components-spinner, .block-editor-url-input .components-spinner { position: absolute; right: 8px; bottom: 17px; margin: 0; }
3870
 
3871
+ .block-editor-url-input__input[type=text] { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
3872
 
3873
+ @media (prefers-reduced-motion: reduce) { .block-editor-url-input__input[type=text] { transition-duration: 0s; } }
3874
 
3875
+ @media (min-width: 600px) { .block-editor-url-input__input[type=text] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3876
 
3877
+ .block-editor-url-input__input[type=text]:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
3878
 
3879
+ .block-editor-url-input__input[type=text]::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3880
 
3881
+ .block-editor-url-input__input[type=text]::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
3882
 
3883
+ .block-editor-url-input__input[type=text]:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
3884
 
3885
+ .is-dark-theme .block-editor-url-input__input[type=text]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3886
 
3887
+ .is-dark-theme .block-editor-url-input__input[type=text]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3888
 
3889
+ .is-dark-theme .block-editor-url-input__input[type=text]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3890
 
3891
  .block-editor-url-input__suggestions { max-height: 200px; transition: all 0.15s ease-in-out; padding: 4px 0; width: 302px; overflow-y: auto; }
3892
 
3916
 
3917
  .block-editor-url-popover__additional-controls { border-top: 1px solid #ddd; }
3918
 
3919
+ .block-editor-url-popover__additional-controls > div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) > svg { box-shadow: none; }
3920
 
3921
+ .block-editor-url-popover__additional-controls div[role=menu] > .components-button { padding-left: 2px; }
3922
 
3923
  .block-editor-url-popover__row { display: flex; }
3924
 
3934
 
3935
  .block-editor-url-popover__settings-toggle { flex-shrink: 0; border-radius: 0; border-left: 1px solid #ddd; margin-left: 1px; }
3936
 
3937
+ .block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon { transform: rotate(180deg); }
3938
 
3939
  .block-editor-url-popover__input-container .components-base-control:last-child, .block-editor-url-popover__input-container .components-base-control:last-child .components-base-control__field { margin-bottom: 0; }
3940
 
3952
 
3953
  .block-editor-warning { align-items: center; display: flex; flex-wrap: wrap; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 1em; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
3954
 
3955
+ .block-editor-warning .block-editor-warning__message { line-height: 1.4; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; color: #1e1e1e; margin: 0 0 1em; }
3956
 
3957
  .block-editor-warning p.block-editor-warning__message.block-editor-warning__message { min-height: auto; }
3958
 
3966
 
3967
  .components-popover.block-editor-warning__dropdown { z-index: 99998; }
3968
 
 
 
 
 
3969
  .html-anchor-control .components-external-link { display: block; margin-top: 8px; }
3970
 
3971
  #end-resizable-editor-section { display: none; }
4001
 
4002
  .is-showing-movers .block-editor-block-toolbar__block-parent-selector-wrapper { opacity: 1; transform: translateY(-60px); }
4003
 
 
 
 
 
 
 
 
 
 
 
 
 
4004
  .block-editor-inserter { display: inline-block; background: none; border: none; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; line-height: 0; }
4005
 
4006
  @media (min-width: 782px) { .block-editor-inserter { position: relative; } }
4031
 
4032
  .block-editor-inserter__search { padding: 16px; position: -webkit-sticky; position: sticky; top: 0; background: #fff; z-index: 1; }
4033
 
4034
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; display: block; padding: 16px 48px 16px 16px; background: #f0f0f0; border: none; width: 100%; height: 48px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
4035
 
4036
+ @media (prefers-reduced-motion: reduce) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { transition-duration: 0s; } }
4037
 
4038
+ @media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
4039
 
4040
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
4041
 
4042
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
4043
 
4044
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
4045
 
4046
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
4047
 
4048
+ .is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
4049
 
4050
+ .is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
4051
 
4052
+ .is-dark-theme .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
4053
 
4054
+ @media (min-width: 600px) { .block-editor-inserter__search input[type=search].block-editor-inserter__search-input { font-size: 13px; } }
4055
 
4056
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:focus { background: #fff; box-shadow: 0 0 0 1.5px #007cba; box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color); }
4057
 
4058
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input:-ms-input-placeholder { color: #757575; }
4059
 
4060
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-moz-placeholder { color: #757575; }
4061
 
4062
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::placeholder { color: #757575; }
4063
 
4064
+ .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-decoration, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-cancel-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-button, .block-editor-inserter__search input[type=search].block-editor-inserter__search-input::-webkit-search-results-decoration { -webkit-appearance: none; }
4065
 
4066
  .block-editor-inserter__search-icon { position: absolute; top: 0; right: 20px; bottom: 0; display: flex; align-items: center; }
4067
 
4081
 
4082
  .block-editor-inserter__panel-content { padding: 16px; }
4083
 
4084
+ .block-editor-inserter__panel-title, .block-editor-inserter__panel-title button { margin: 0 12px 0 0; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; }
4085
 
4086
  .block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input { line-height: 1.2; }
4087
 
4119
 
4120
  .block-editor-inserter__preview-content-missing { flex: 1; display: flex; justify-content: center; align-items: center; min-height: 144px; color: #757575; background: #f0f0f0; }
4121
 
4122
+ .block-editor-inserter__tips { border-top: 1px solid #ddd; padding: 16px; flex-shrink: 0; position: relative; }
4123
 
4124
  .block-editor-inserter__manage-reusable-blocks-container { padding: 16px; }
4125
 
4143
 
4144
  .block-editor-inserter__quick-inserter-expand.components-button:hover { color: #fff; }
4145
 
4146
+ .block-editor-inserter__quick-inserter-expand.components-button:active { color: #ccc; }
4147
+
4148
+ .block-editor-inserter__quick-inserter-expand.components-button:focus:not(:disabled) { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 3px #fff; box-shadow: inset 0 0 0 1.5px var(--wp-admin-theme-color), inset 0 0 0 3px #fff; }
4149
 
4150
  .block-editor-post-preview__dropdown { padding: 0; }
4151
 
4163
 
4164
  @media (min-width: 600px) { .edit-post-header__settings .editor-post-preview, .edit-site-header__actions .editor-post-preview { display: none; } }
4165
 
4166
+ @media (min-width: 600px) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition: opacity 0.1s linear; } }
4167
+
4168
+ @media (min-width: 600px) and (prefers-reduced-motion: reduce) { .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui .edit-post-header__settings .block-editor-post-preview__button-toggle { transition-duration: 0s; } }
4169
+
4170
+ @media (min-width: 600px) { .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-save-draft, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .editor-post-saved-state, .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle { opacity: 0; }
4171
+ .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header__settings .block-editor-post-preview__button-toggle.is-opened { opacity: 1; } }
4172
+
4173
  /** Colors */
4174
  /** Breakpoints & Media Queries */
4175
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
4176
  /** Colors */
4177
  /** Fonts & basic variables. */
4178
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
4179
  /** Dimensions. */
4180
  /** Shadows. */
4181
  /** Editor widths. */
4182
+ /** Block & Editor UI. */
 
4183
  /** Block paddings. */
4184
+ /** React Native specific. These variables do not appear to be used anywhere else. */
4185
  /** Breakpoint mixins */
4186
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
4187
  /** Focus styles. */
4190
  /** Allows users to opt-out of animations via OS-level preferences. */
4191
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
4192
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
4193
+ /** These are default block editor widths in case the theme doesn't provide them. */
4194
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
4195
 
4196
  #start-resizable-editor-section { display: none; }
4207
 
4208
  .wp-block-button__link.alignright { /*rtl:ignore*/ text-align: right; }
4209
 
4210
+ .wp-block-buttons > .wp-block-button.has-custom-width { max-width: none; }
4211
+
4212
+ .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link { width: 100%; }
4213
+
4214
+ .wp-block-buttons > .wp-block-button.wp-block-button__width-25 { width: calc(25% - 0.5em); }
4215
+
4216
+ .wp-block-buttons > .wp-block-button.wp-block-button__width-50 { width: calc(50% - 0.5em); }
4217
+
4218
+ .wp-block-buttons > .wp-block-button.wp-block-button__width-75 { width: calc(75% - 0.5em); }
4219
+
4220
+ .wp-block-buttons > .wp-block-button.wp-block-button__width-100 { width: calc(100% - 0.5em); }
4221
+
4222
  .wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
4223
 
4224
  .wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
4225
 
4226
+ .is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline { border: 2px solid; }
4227
 
4228
+ .is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) { color: #32373c; }
4229
 
4230
+ .is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) { background-color: transparent; }
4231
 
4232
+ .wp-block-buttons { display: flex; flex-direction: row; flex-wrap: wrap; }
4233
+
4234
+ .wp-block-buttons.is-vertical { flex-direction: column; }
4235
+
4236
+ .wp-block-buttons.is-vertical > .wp-block-button { /*rtl:ignore*/ margin-right: 0; }
4237
+
4238
+ .wp-block-buttons.is-vertical > .wp-block-button:last-child { margin-bottom: 0; }
4239
+
4240
+ .wp-block-buttons > .wp-block-button { display: inline-block; /*rtl:ignore*/ margin-right: 0.5em; margin-bottom: 0.5em; }
4241
+
4242
+ .wp-block-buttons > .wp-block-button:last-child { /*rtl:ignore*/ margin-right: 0; }
4243
+
4244
+ .wp-block-buttons.is-content-justification-left { justify-content: flex-start; }
4245
+
4246
+ .wp-block-buttons.is-content-justification-left.is-vertical { align-items: flex-start; }
4247
+
4248
+ .wp-block-buttons.is-content-justification-center { justify-content: center; }
4249
 
4250
+ .wp-block-buttons.is-content-justification-center.is-vertical { align-items: center; }
4251
+
4252
+ .wp-block-buttons.is-content-justification-right { justify-content: flex-end; }
4253
+
4254
+ .wp-block-buttons.is-content-justification-right > .wp-block-button { /*rtl:ignore*/ margin-left: 0.5em; /*rtl:ignore*/ margin-right: 0; }
4255
+
4256
+ .wp-block-buttons.is-content-justification-right > .wp-block-button:first-child { /*rtl:ignore*/ margin-left: 0; }
4257
+
4258
+ .wp-block-buttons.is-content-justification-right.is-vertical { align-items: flex-end; }
4259
+
4260
+ .wp-block-buttons.aligncenter { text-align: center; }
4261
 
4262
  .wp-block-buttons.alignleft .wp-block-button { /*rtl:ignore*/ margin-left: 0; /*rtl:ignore*/ margin-right: 0.5em; }
4263
 
4264
+ .wp-block-buttons.alignleft .wp-block-button:last-child { /*rtl:ignore*/ margin-right: 0; }
4265
+
4266
+ .wp-block-buttons.alignright .wp-block-button { /*rtl:ignore*/ margin-right: 0; /*rtl:ignore*/ margin-left: 0.5em; }
4267
 
4268
+ .wp-block-buttons.alignright .wp-block-button:first-child { /*rtl:ignore*/ margin-left: 0; }
4269
 
4270
  .wp-block-calendar { text-align: center; }
4271
 
4285
 
4286
  .wp-block-categories.alignright { /*rtl:ignore*/ margin-left: 2em; }
4287
 
4288
+ .wp-block-code code { display: block; white-space: pre-wrap; overflow-wrap: break-word; }
4289
+
4290
+ .wp-block-columns { display: flex; margin-bottom: 1.75em; flex-wrap: wrap; /** All Columns Alignment */ }
4291
 
4292
  @media (min-width: 782px) { .wp-block-columns { flex-wrap: nowrap; } }
4293
 
4294
  .wp-block-columns.has-background { padding: 1.25em 2.375em; }
4295
 
4296
+ .wp-block-columns.are-vertically-aligned-top { align-items: flex-start; }
4297
+
4298
+ .wp-block-columns.are-vertically-aligned-center { align-items: center; }
4299
+
4300
+ .wp-block-columns.are-vertically-aligned-bottom { align-items: flex-end; }
4301
+
4302
+ .wp-block-column { flex-grow: 1; min-width: 0; word-break: break-word; overflow-wrap: break-word; /** Individual Column Alignment */ }
4303
 
4304
  @media (max-width: 599px) { .wp-block-column { flex-basis: 100% !important; } }
4305
 
4306
+ @media (min-width: 600px) and (max-width: 781px) { .wp-block-column:not(:only-child) { flex-basis: calc(50% - 1em) !important; flex-grow: 0; }
4307
  .wp-block-column:nth-child(even) { margin-left: 2em; } }
4308
 
4309
  @media (min-width: 782px) { .wp-block-column { flex-basis: 0; flex-grow: 1; }
4310
+ .wp-block-column[style*=flex-basis] { flex-grow: 0; }
4311
  .wp-block-column:not(:first-child) { margin-left: 2em; } }
4312
 
 
 
 
 
 
 
 
 
4313
  .wp-block-column.is-vertically-aligned-top { align-self: flex-start; }
4314
 
4315
  .wp-block-column.is-vertically-aligned-center { -ms-grid-row-align: center; align-self: center; }
4318
 
4319
  .wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
4320
 
4321
+ .wp-block-cover-image, .wp-block-cover { position: relative; background-size: cover; background-position: center center; min-height: 430px; height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; padding: 1em; box-sizing: border-box; /** Set a default background color for has-background-dim _unless_ it includes another background-color class (e.g. has-green-background-color). The presence of another background-color class implies that another style will provide the background color for the overlay. See: - Issue with background color specificity: https://github.com/WordPress/gutenberg/issues/26545 - Issue with alternative fix: https://github.com/WordPress/gutenberg/issues/26545 */ }
4322
 
4323
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: fixed; }
4324
 
4326
 
4327
  @media (prefers-reduced-motion: reduce) { .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: scroll; } }
4328
 
4329
+ .wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated { background-repeat: repeat; background-size: auto; }
 
 
 
 
 
 
4330
 
4331
+ .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) { background-color: #000; }
4332
 
4333
+ .wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before { content: ""; background-color: inherit; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4334
 
4335
+ .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, .wp-block-cover .wp-block-cover__gradient-background { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; opacity: 0.5; }
4336
 
4337
+ .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background { opacity: 0.1; }
4338
 
4339
+ .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background { opacity: 0.2; }
4340
 
4341
+ .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background { opacity: 0.3; }
4342
 
4343
+ .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background { opacity: 0.4; }
4344
 
4345
+ .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background { opacity: 0.5; }
4346
 
4347
+ .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background { opacity: 0.6; }
4348
 
4349
+ .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background { opacity: 0.7; }
4350
 
4351
+ .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background { opacity: 0.8; }
4352
 
4353
+ .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background { opacity: 0.9; }
4354
 
4355
+ .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background { opacity: 1; }
4356
 
4357
+ .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright { max-width: 420px; width: 100%; }
4358
 
4359
  .wp-block-cover-image::after, .wp-block-cover::after { display: block; content: ""; font-size: 0; min-height: inherit; }
4360
 
4362
 
4363
  .wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright { display: flex; }
4364
 
4365
+ .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: 100%; z-index: 1; color: #fff; }
4366
 
4367
  .wp-block-cover-image p:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color) { color: inherit; }
4368
 
4400
 
4401
  section.wp-block-cover-image.has-right-content > h2, .wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text { margin-right: 0; text-align: right; }
4402
 
4403
+ section.wp-block-cover-image > h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text { font-size: 2em; line-height: 1.25; z-index: 1; margin-bottom: 0; max-width: 840px; padding: 0.44em; text-align: center; }
4404
 
4405
+ .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"], .wp-block-embed.alignleft, .wp-block-embed.alignright { max-width: 360px; width: 100%; }
4406
 
4407
+ .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper { min-width: 280px; }
4408
 
4409
  .wp-block-embed { margin-bottom: 1em; }
4410
 
4428
 
4429
  .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { padding-top: 100%; }
4430
 
4431
+ .wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before { padding-top: 177.77%; }
4432
 
4433
  .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { padding-top: 200%; }
4434
 
4448
 
4449
  .wp-block-gallery, .blocks-gallery-grid { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
4450
 
4451
+ .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item, .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item { margin: 0 1em 1em 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; width: calc(50% - 1em); }
4452
+
4453
+ .wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) { margin-right: 0; }
4454
 
4455
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure, .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure { margin: 0; height: 100%; }
4456
 
4457
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure, .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure { display: flex; align-items: flex-end; justify-content: flex-start; } }
4458
 
4459
+ .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img { display: block; max-width: 100%; height: auto; width: 100%; }
 
 
4460
 
4461
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img, .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img { width: auto; } }
4462
 
4463
+ .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption { position: absolute; bottom: 0; width: 100%; max-height: 100%; overflow: auto; padding: 3em 0.77em 0.7em; color: #fff; text-align: center; font-size: 0.8em; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); box-sizing: border-box; margin: 0; }
4464
 
4465
  .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img, .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img { display: inline; }
4466
 
4467
+ .wp-block-gallery figcaption, .blocks-gallery-grid figcaption { flex-grow: 1; }
4468
+
4469
  .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { width: 100%; }
4470
 
4471
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img, .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img { height: 100%; flex: 1; -o-object-fit: cover; object-fit: cover; } }
4472
 
 
 
 
 
4473
  .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item, .blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item { width: 100%; margin-right: 0; }
4474
 
4475
+ @media (min-width: 600px) { .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item, .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item { width: calc(33.3333333333% - 0.6666666667em); margin-right: 1em; }
4476
  .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item, .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item { width: calc(25% - 0.75em); margin-right: 1em; }
4477
  .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item, .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item { width: calc(20% - 0.8em); margin-right: 1em; }
4478
+ .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item, .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item { width: calc(16.6666666667% - 0.8333333333em); margin-right: 1em; }
4479
+ .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item, .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item { width: calc(14.2857142857% - 0.8571428571em); margin-right: 1em; }
4480
  .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item, .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item { width: calc(12.5% - 0.875em); margin-right: 1em; }
4481
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) { margin-right: 0; }
4482
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) { margin-right: 0; }
4489
 
4490
  .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child, .blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child { margin-right: 0; }
4491
 
4492
+ .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright { max-width: 420px; width: 100%; }
4493
 
4494
  .wp-block-gallery.aligncenter .blocks-gallery-item figure, .blocks-gallery-grid.aligncenter .blocks-gallery-item figure { justify-content: center; }
4495
 
4505
 
4506
  .wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; }
4507
 
4508
+ .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter { display: table; }
4509
 
4510
+ .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption { display: table-caption; caption-side: bottom; }
4511
 
4512
  .wp-block-image .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-left: 0; margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
4513
 
4517
 
4518
  .wp-block-image figcaption { margin-top: 0.5em; margin-bottom: 1em; }
4519
 
4520
+ .wp-block-image.is-style-rounded img { border-radius: 9999px; }
4521
 
4522
+ .wp-block-image.is-style-circle-mask img { border-radius: 9999px; }
4523
 
4524
+ @supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) { .wp-block-image.is-style-circle-mask img { /* stylelint-disable */ -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); /* stylelint-enable */ mask-mode: alpha; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; border-radius: 0; } }
4525
 
4526
  .wp-block-latest-comments__comment { line-height: 1.1; list-style: none; margin-bottom: 1em; }
4527
 
4549
 
4550
  .wp-block-latest-posts.is-grid li { margin: 0 1.25em 1.25em 0; width: 100%; }
4551
 
4552
+ @media (min-width: 600px) { .wp-block-latest-posts.columns-2 li { width: calc((100% / 2) - 1.25em + (1.25em / 2)); }
4553
+ .wp-block-latest-posts.columns-2 li:nth-child(2n) { margin-right: 0; }
4554
+ .wp-block-latest-posts.columns-3 li { width: calc((100% / 3) - 1.25em + (1.25em / 3)); }
4555
+ .wp-block-latest-posts.columns-3 li:nth-child(3n) { margin-right: 0; }
4556
+ .wp-block-latest-posts.columns-4 li { width: calc((100% / 4) - 1.25em + (1.25em / 4)); }
4557
+ .wp-block-latest-posts.columns-4 li:nth-child(4n) { margin-right: 0; }
4558
+ .wp-block-latest-posts.columns-5 li { width: calc((100% / 5) - 1.25em + (1.25em / 5)); }
4559
+ .wp-block-latest-posts.columns-5 li:nth-child(5n) { margin-right: 0; }
4560
+ .wp-block-latest-posts.columns-6 li { width: calc((100% / 6) - 1.25em + (1.25em / 6)); }
4561
+ .wp-block-latest-posts.columns-6 li:nth-child(6n) { margin-right: 0; } }
4562
 
4563
  .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author { display: block; color: #555; font-size: 0.8125em; }
4564
 
4600
 
4601
  .wp-block-media-text__media img, .wp-block-media-text__media video { max-width: unset; width: 100%; vertical-align: middle; }
4602
 
4603
+ .wp-block-media-text.is-image-fill .wp-block-media-text__media { height: 100%; min-height: 250px; background-size: cover; }
4604
+
4605
+ .wp-block-media-text.is-image-fill .wp-block-media-text__media > a { display: block; height: 100%; }
4606
 
4607
+ .wp-block-media-text.is-image-fill .wp-block-media-text__media img { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }
4608
 
4609
  /* Here we here not able to use a mobile first CSS approach. Custom widths are set using inline styles, and on mobile, we need 100% width, so we use important to overwrite the inline style. If the style were set on mobile first, on desktop styles, we would have no way of setting the style again to the inline style. */
4610
  @media (max-width: 600px) { .wp-block-media-text.is-stacked-on-mobile { -ms-grid-columns: 100% !important; grid-template-columns: 100% !important; }
4611
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
4612
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; } }
4613
 
4614
+ .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container { color: #1e1e1e; background-color: #fff; }
 
 
4615
 
4616
  .items-justified-left > ul { justify-content: flex-start; }
4617
 
4648
 
4649
  .has-child:focus-within > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
4650
 
4651
+ .wp-block-navigation[style*=text-decoration] .wp-block-navigation__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link { text-decoration: inherit; }
4652
+
4653
+ .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content { text-decoration: inherit; }
4654
+
4655
+ .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active { text-decoration: inherit; }
4656
+
4657
+ .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content { text-decoration: none; }
4658
+
4659
+ .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active { text-decoration: none; }
4660
+
4661
+ .wp-block-navigation-link__content { color: inherit; padding: 0.5em 1em; }
4662
 
4663
  .wp-block-navigation-link__content + .wp-block-navigation-link__content { padding-top: 0; }
4664
 
4698
 
4699
  .wp-block-post-author__name { font-weight: bold; margin: 0; }
4700
 
4701
+ .wp-block-post-comments-form input[type=submit] { color: #fff; background-color: #32373c; border: none; border-radius: 1.55em; box-shadow: none; cursor: pointer; display: inline-block; font-size: 1.125em; padding: 0.667em 1.333em; text-align: center; text-decoration: none; overflow-wrap: break-word; }
4702
+
4703
+ .wp-block-post-comments-form input[type=submit]:hover, .wp-block-post-comments-form input[type=submit]:focus, .wp-block-post-comments-form input[type=submit]:active, .wp-block-post-comments-form input[type=submit]:visited { color: #fff; }
4704
+
4705
+ .wp-block-preformatted { white-space: pre-wrap; }
4706
+
4707
  .wp-block-pullquote { padding: 3em 0; margin-left: 0; margin-right: 0; text-align: center; }
4708
 
4709
+ .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 420px; }
4710
 
4711
  .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 1.25em; }
4712
 
4728
 
4729
  .wp-block-pullquote cite { color: inherit; }
4730
 
4731
+ .wp-block-query-loop { max-width: 100%; list-style: none; padding: 0; }
4732
+
4733
+ .wp-block-query-loop li { clear: both; }
4734
+
4735
+ .wp-block-query-loop.is-flex-container { flex-direction: row; display: flex; flex-wrap: wrap; }
4736
+
4737
+ .wp-block-query-loop.is-flex-container li { margin: 0 0 1.25em 0; width: 100%; }
4738
+
4739
+ @media (min-width: 600px) { .wp-block-query-loop.is-flex-container li { margin-right: 1.25em; }
4740
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li { width: calc((100% / 2) - 1.25em + (1.25em / 2)); }
4741
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) { margin-right: 0; }
4742
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li { width: calc((100% / 3) - 1.25em + (1.25em / 3)); }
4743
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) { margin-right: 0; }
4744
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li { width: calc((100% / 4) - 1.25em + (1.25em / 4)); }
4745
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) { margin-right: 0; }
4746
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li { width: calc((100% / 5) - 1.25em + (1.25em / 5)); }
4747
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) { margin-right: 0; }
4748
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li { width: calc((100% / 6) - 1.25em + (1.25em / 6)); }
4749
+ .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) { margin-right: 0; } }
4750
+
4751
+ .wp-block-quote.is-style-large, .wp-block-quote.is-large { margin-bottom: 1em; padding: 0 1em; }
4752
 
4753
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p { font-size: 1.5em; font-style: italic; line-height: 1.6; }
4754
 
4755
  .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite, .wp-block-quote.is-large footer { font-size: 1.125em; text-align: right; }
4756
 
4757
+ .wp-block-rss.wp-block-rss { box-sizing: border-box; }
4758
+
4759
  .wp-block-rss.alignleft { /*rtl:ignore*/ margin-right: 2em; }
4760
 
4761
  .wp-block-rss.alignright { /*rtl:ignore*/ margin-left: 2em; }
4772
 
4773
  .wp-block-rss__item-publish-date, .wp-block-rss__item-author { display: block; color: #555; font-size: 0.8125em; }
4774
 
4775
+ .wp-block-search .wp-block-search__button { background: #f7f7f7; border: 1px solid #ccc; padding: 0.375em 0.625em; color: #32373c; margin-left: 0.625em; word-break: normal; }
4776
+
4777
+ .wp-block-search .wp-block-search__button.has-icon { line-height: 0; }
4778
+
4779
+ .wp-block-search .wp-block-search__button svg { min-width: 1.5em; min-height: 1.5em; }
4780
+
4781
  .wp-block-search .wp-block-search__inside-wrapper { display: flex; flex: auto; flex-wrap: nowrap; max-width: 100%; }
4782
 
4783
  .wp-block-search .wp-block-search__label { width: 100%; }
4784
 
4785
  .wp-block-search .wp-block-search__input { flex-grow: 1; min-width: 3em; border: 1px solid #949494; }
4786
 
 
 
 
 
4787
  .wp-block-search.wp-block-search__button-only .wp-block-search__button { margin-left: 0; }
4788
 
4789
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; border: 1px solid #949494; }
4798
 
4799
  .wp-block-separator.is-style-dots { background: none !important; border: none; text-align: center; max-width: none; line-height: 1; height: auto; }
4800
 
4801
+ .wp-block-separator.is-style-dots::before { content: "···"; color: currentColor; font-size: 1.5em; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; }
4802
+
4803
+ .wp-block-custom-logo { line-height: 0; }
4804
 
4805
  .wp-block-custom-logo .aligncenter { display: table; }
4806
 
4807
+ .wp-block-custom-logo.is-style-rounded img { border-radius: 9999px; }
4808
+
4809
+ .wp-block-social-links { display: flex; flex-wrap: wrap; justify-content: flex-start; padding-left: 0; padding-right: 0; text-indent: 0; margin-left: 0; }
4810
 
4811
  .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover { text-decoration: none; border-bottom: 0; box-shadow: none; }
4812
 
4813
+ .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link { margin: 4px 8px 4px 0; }
4814
+
4815
+ .wp-block-social-links .wp-social-link a { padding: 0.25em; }
4816
+
4817
+ .wp-block-social-links .wp-social-link svg { width: 1em; height: 1em; }
4818
+
4819
+ .wp-block-social-links.has-small-icon-size { font-size: 16px; }
4820
+
4821
+ .wp-block-social-links, .wp-block-social-links.has-normal-icon-size { font-size: 24px; }
4822
+
4823
+ .wp-block-social-links.has-large-icon-size { font-size: 36px; }
4824
+
4825
+ .wp-block-social-links.has-huge-icon-size { font-size: 48px; }
4826
+
4827
+ .wp-block-social-links.aligncenter { justify-content: center; display: flex; }
4828
+
4829
+ .wp-block-social-links.alignright { justify-content: flex-end; }
4830
+
4831
+ .wp-social-link { display: block; border-radius: 9999px; transition: transform 0.1s ease; height: auto; }
4832
 
4833
  @media (prefers-reduced-motion: reduce) { .wp-social-link { transition-duration: 0s; } }
4834
 
4835
+ .wp-social-link a { display: block; line-height: 0; transition: transform 0.1s ease; }
4836
 
4837
  .wp-social-link a, .wp-social-link a:hover, .wp-social-link a:active, .wp-social-link a:visited, .wp-social-link svg { color: currentColor; fill: currentColor; }
4838
 
4839
  .wp-social-link:hover { transform: scale(1.1); }
4840
 
 
 
4841
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link { background-color: #f0f0f0; color: #444; }
4842
 
4843
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { background-color: #f90; color: #fff; }
4882
 
4883
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { background-color: #f6405f; color: #fff; }
4884
 
4885
+ .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon { background-color: #ff424d; color: #fff; }
4886
+
4887
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { background-color: #e60122; color: #fff; }
4888
 
4889
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { background-color: #ef4155; color: #fff; }
4898
 
4899
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { background-color: #1bd760; color: #fff; }
4900
 
4901
+ .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram { background-color: #2aabee; color: #fff; }
4902
+
4903
+ .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok { background-color: #000; color: #fff; }
4904
+
4905
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { background-color: #011835; color: #fff; }
4906
 
4907
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { background-color: #6440a4; color: #fff; }
4920
 
4921
  .wp-block-social-links.is-style-logos-only .wp-social-link { background: none; padding: 4px; }
4922
 
 
 
4923
  .wp-block-social-links.is-style-logos-only .wp-social-link-amazon { color: #f90; }
4924
 
4925
  .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { color: #1ea0c3; }
4962
 
4963
  .wp-block-social-links.is-style-logos-only .wp-social-link-meetup { color: #f6405f; }
4964
 
4965
+ .wp-block-social-links.is-style-logos-only .wp-social-link-patreon { color: #ff424d; }
4966
+
4967
  .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { color: #e60122; }
4968
 
4969
  .wp-block-social-links.is-style-logos-only .wp-social-link-pocket { color: #ef4155; }
4978
 
4979
  .wp-block-social-links.is-style-logos-only .wp-social-link-spotify { color: #1bd760; }
4980
 
4981
+ .wp-block-social-links.is-style-logos-only .wp-social-link-telegram { color: #2aabee; }
4982
+
4983
+ .wp-block-social-links.is-style-logos-only .wp-social-link-tiktok { color: #000; }
4984
+
4985
  .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { color: #011835; }
4986
 
4987
  .wp-block-social-links.is-style-logos-only .wp-social-link-twitch { color: #6440a4; }
5000
 
5001
  .wp-block-social-links.is-style-pill-shape .wp-social-link { width: auto; }
5002
 
5003
+ .wp-block-social-links.is-style-pill-shape .wp-social-link a { padding-left: calc((2/3) * 1em); padding-right: calc((2/3) * 1em); }
5004
 
5005
  .wp-block-spacer { clear: both; }
5006
 
5007
  p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
5008
 
5009
+ .wp-block-tag-cloud.aligncenter { text-align: center; }
5010
+
5011
+ .wp-block-tag-cloud.alignfull { padding-left: 1em; padding-right: 1em; }
5012
+
5013
  .wp-block-table { overflow-x: auto; }
5014
 
5015
  .wp-block-table table { width: 100%; }
5060
 
5061
  .wp-block-text-columns.columns-4 .wp-block-column { width: calc(100% / 4); }
5062
 
5063
+ pre.wp-block-verse { font-family: inherit; overflow: auto; white-space: nowrap; }
5064
+
5065
  .wp-block-video { margin-left: 0; margin-right: 0; }
5066
 
5067
+ .wp-block-video video { width: 100%; }
5068
 
5069
  @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-video [poster] { -o-object-fit: cover; object-fit: cover; } }
5070
 
5072
 
5073
  .wp-block-video figcaption { margin-top: 0.5em; margin-bottom: 1em; }
5074
 
5075
+ .wp-block-post-featured-image a { display: inline-block; }
5076
+
5077
+ .wp-block-post-featured-image img { max-width: 100%; height: auto; }
5078
+
5079
  :root { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
5080
 
5081
  :root .has-pale-pink-background-color { background-color: #f78da7; }
5194
 
5195
  /** Colors */
5196
  /** Breakpoints & Media Queries */
5197
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
5198
  /** Colors */
5199
  /** Fonts & basic variables. */
5200
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
5201
  /** Dimensions. */
5202
  /** Shadows. */
5203
  /** Editor widths. */
5204
+ /** Block & Editor UI. */
 
5205
  /** Block paddings. */
5206
+ /** React Native specific. These variables do not appear to be used anywhere else. */
5207
  /** Breakpoint mixins */
5208
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
5209
  /** Focus styles. */
5212
  /** Allows users to opt-out of animations via OS-level preferences. */
5213
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5214
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
5215
+ /** These are default block editor widths in case the theme doesn't provide them. */
5216
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
5217
 
5218
  #start-resizable-editor-section { display: none; }
5219
 
5220
  .wp-block-audio figcaption { color: #555; font-size: 13px; text-align: center; }
5221
 
5222
+ .is-dark-theme .wp-block-audio figcaption { color: rgba(255, 255, 255, 0.65); }
5223
+
5224
+ .wp-block-code { font-family: Menlo, Consolas, monaco, monospace; color: #1e1e1e; padding: 0.8em 1em; border: 1px solid #ddd; border-radius: 4px; }
5225
 
5226
  .wp-block-embed figcaption { color: #555; font-size: 13px; text-align: center; }
5227
 
5228
+ .is-dark-theme .wp-block-embed figcaption { color: rgba(255, 255, 255, 0.65); }
5229
+
5230
  .blocks-gallery-caption { color: #555; font-size: 13px; text-align: center; }
5231
 
5232
+ .is-dark-theme .blocks-gallery-caption { color: rgba(255, 255, 255, 0.65); }
5233
+
5234
  .wp-block-image figcaption { color: #555; font-size: 13px; text-align: center; }
5235
 
5236
+ .is-dark-theme .wp-block-image figcaption { color: rgba(255, 255, 255, 0.65); }
5237
+
5238
+ .wp-block-pullquote { border-top: 4px solid currentColor; border-bottom: 4px solid currentColor; margin-bottom: 1.75em; color: currentColor; }
5239
 
5240
+ .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation { color: currentColor; text-transform: uppercase; font-size: 0.8125em; font-style: normal; }
5241
 
5242
  .wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; }
5243
 
5244
  .wp-block-navigation-link.wp-block-navigation-link { margin: 0; }
5245
 
5246
+ .wp-block-quote { border-left: 0.25em solid currentColor; margin: 0 0 1.75em 0; padding-left: 1em; }
5247
 
5248
+ .wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation { color: currentColor; font-size: 0.8125em; margin-top: 1em; position: relative; font-style: normal; }
5249
 
5250
+ .wp-block-quote.has-text-align-right { border-left: none; border-right: 0.25em solid currentColor; padding-left: 0; padding-right: 1em; }
5251
 
5252
  .wp-block-quote.has-text-align-center { border: none; padding-left: 0; }
5253
 
5255
 
5256
  .wp-block-search .wp-block-search__label { font-weight: bold; }
5257
 
5258
+ .wp-block-group.has-background { padding: 1.25em 2.375em; margin-top: 0; margin-bottom: 0; }
5259
 
5260
  .wp-block-separator { border: none; border-bottom: 2px solid currentColor; margin-left: auto; margin-right: auto; opacity: 0.4; }
5261
 
5275
 
5276
  .wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
5277
 
5278
+ .is-dark-theme .wp-block-table figcaption { color: rgba(255, 255, 255, 0.65); }
5279
+
5280
  .wp-block-video figcaption { color: #555; font-size: 13px; text-align: center; }
5281
 
5282
+ .is-dark-theme .wp-block-video figcaption { color: rgba(255, 255, 255, 0.65); }
5283
+
5284
+ .wp-block-template-part.has-background { padding: 1.25em 2.375em; margin-top: 0; margin-bottom: 0; }
5285
 
5286
  #end-resizable-editor-section { display: none; }
5287
 
5288
  /** Colors */
5289
  /** Breakpoints & Media Queries */
5290
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
5291
  /** Colors */
5292
  /** Fonts & basic variables. */
5293
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
5294
  /** Dimensions. */
5295
  /** Shadows. */
5296
  /** Editor widths. */
5297
+ /** Block & Editor UI. */
 
5298
  /** Block paddings. */
5299
+ /** React Native specific. These variables do not appear to be used anywhere else. */
5300
  /** Breakpoint mixins */
5301
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
5302
  /** Focus styles. */
5305
  /** Allows users to opt-out of animations via OS-level preferences. */
5306
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5307
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
5308
+ /** These are default block editor widths in case the theme doesn't provide them. */
5309
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
5310
 
5311
  #start-resizable-editor-section { display: none; }
5312
 
5313
+ ul.wp-block-archives { padding-left: 2.5em; }
5314
 
5315
  .wp-block-audio { margin-left: 0; margin-right: 0; }
5316
 
 
 
5317
  .edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container { padding-left: 0; padding-right: 0; }
5318
 
5319
  .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow { display: block; }
5320
 
5321
  .edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender { display: none; }
5322
 
5323
+ .wp-block[data-align=center] > .wp-block-button { text-align: center; margin-left: auto; margin-right: auto; }
5324
 
5325
+ .wp-block[data-align=right] > .wp-block-button { /*!rtl:ignore*/ text-align: right; }
5326
 
5327
  .wp-block-button { position: relative; cursor: text; }
5328
 
5344
 
5345
  .is-selected .wp-block-button__inline-link { height: auto; overflow: visible; margin-top: 16px; }
5346
 
5347
+ .wp-button-label__width .components-button-group { display: block; }
5348
+
5349
+ .wp-button-label__width .components-base-control__field { margin-bottom: 12px; }
5350
+
5351
  div[data-type="core/button"] { display: table; }
5352
 
5353
+ .wp-block > .wp-block-buttons { display: flex; flex-wrap: wrap; }
5354
+
5355
+ .wp-block-buttons > .wp-block { margin-left: 0; margin-top: 0.5em; }
5356
 
5357
+ .wp-block-buttons > .block-list-appender { display: inline-flex; align-items: center; }
5358
 
5359
+ .wp-block-buttons.is-vertical > .block-list-appender .block-list-appender__toggle { justify-content: flex-start; }
5360
 
5361
+ .wp-block-buttons > .wp-block-button:focus { box-shadow: none; }
5362
 
5363
+ .wp-block[data-align=center] > .wp-block-buttons { align-items: center; justify-content: center; }
5364
 
5365
+ .wp-block[data-align=right] > .wp-block-buttons { justify-content: flex-end; }
5366
 
5367
+ .wp-block-categories ul { padding-left: 2.5em; }
5368
 
5369
+ .wp-block-categories ul ul { margin-top: 6px; }
5370
+
5371
+ .wp-block-columns .wp-block { max-width: none; margin-left: 0; margin-right: 0; }
5372
 
5373
  @media (min-width: 600px) { .editor-styles-wrapper .block-editor-block-list__block.wp-block-column:nth-child(even) { margin-left: 32px; } }
5374
 
5382
 
5383
  .wp-block-cover.components-placeholder h2 { color: inherit; }
5384
 
5385
+ .wp-block-cover.is-transient::before { background-color: #fff; opacity: 0.3; }
5386
+
5387
+ .wp-block-cover .components-spinner { position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; }
5388
+
5389
  .wp-block-cover .block-editor-block-list__layout { width: 100%; }
5390
 
5391
  .wp-block-cover .wp-block-cover__inner-container { text-align: left; margin-left: 0; margin-right: 0; }
5392
 
5393
  .wp-block-cover .wp-block-cover__placeholder-background-options { width: 100%; }
5394
 
5395
+ [data-align=left] > .wp-block-cover, [data-align=right] > .wp-block-cover { max-width: 420px; width: 100%; }
5396
 
5397
  .block-library-cover__reset-button { margin-left: auto; }
5398
 
5412
 
5413
  .block-library-embed__interactive-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; }
5414
 
5415
+ .wp-block[data-align=left] > .wp-block-embed, .wp-block[data-align=right] > .wp-block-embed { max-width: 360px; width: 100%; }
5416
+
5417
+ .wp-block[data-align=left] > .wp-block-embed .wp-block-embed__wrapper, .wp-block[data-align=right] > .wp-block-embed .wp-block-embed__wrapper { min-width: 280px; }
5418
+
5419
  .wp-block-file { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; }
5420
 
5421
  .wp-block-file .wp-block-file__content-wrapper { flex-grow: 1; }
5426
 
5427
  .wp-block-file .wp-block-file__button-richtext-wrapper { display: inline-block; margin-left: 0.75em; }
5428
 
 
 
5429
  .wp-block-freeform.block-library-rich-text__tinymce { height: auto; /* Allow height of embed iframes to be calculated properly */ /* Remove blue highlighting of selected images in WebKit */ /* Image captions */ /* WP Views */ }
5430
 
5431
  .wp-block-freeform.block-library-rich-text__tinymce p, .wp-block-freeform.block-library-rich-text__tinymce li { line-height: 1.8; }
5508
 
5509
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item { width: 50%; }
5510
 
5511
+ .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item { width: 33.3333333333%; }
5512
 
5513
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item { width: 25%; }
5514
 
5515
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item { width: 20%; }
5516
 
5517
+ .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item { width: 16.6666666667%; }
5518
 
5519
+ .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item { width: 14.2857142857%; }
5520
 
5521
  .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item { width: 12.5%; }
5522
 
5523
+ .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item { width: 11.1111111111%; }
5524
 
5525
  .wp-block-freeform.block-library-rich-text__tinymce .gallery img { max-width: 100%; height: auto; border: none; padding: 0; }
5526
 
5568
 
5569
  .wp-block-gallery li { list-style-type: none; }
5570
 
5571
+ .wp-block-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label { display: none; }
5572
 
5573
+ .wp-block-gallery .block-editor-media-placeholder.is-appender .block-editor-media-placeholder__button { margin-bottom: 0; }
 
 
5574
 
5575
  figure.wp-block-gallery { display: block; margin: 0; }
5576
 
5611
  /** Group: All Alignment Settings */
5612
  .wp-block-group .block-editor-block-list__insertion-point { left: 0; right: 0; }
5613
 
5614
+ .wp-block-group > .wp-block-group__inner-container > [data-align=full] { margin-left: auto; margin-right: auto; }
5615
 
5616
+ .wp-block-group.has-background > .wp-block-group__inner-container > [data-align=full] { margin-left: -30px; width: calc(100% + 60px); }
5617
 
5618
  /** Group: Full Width Alignment */
5619
+ [data-align=full] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 14px; padding-right: 14px; }
5620
 
5621
+ @media (min-width: 600px) { [data-align=full] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 0; padding-right: 0; } }
5622
 
5623
+ [data-align=full] .wp-block-group > .wp-block-group__inner-container > [data-align=full] { padding-right: 0; padding-left: 0; left: 0; width: 100%; max-width: none; }
5624
 
5625
+ [data-align=full] .wp-block-group.has-background > .wp-block-group__inner-container > [data-align=full] { width: calc(100% + 60px); }
5626
 
5627
  [data-type="core/group"].is-selected .block-list-appender { margin-left: 0; margin-right: 0; }
5628
 
5634
 
5635
  .block-library-heading-level-toolbar { border: none; }
5636
 
5637
+ .block-library-html__edit { margin-bottom: 28px; }
5638
 
5639
+ .block-library-html__edit .block-library-html__preview-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
5640
 
5641
+ .block-library-html__edit .block-editor-plain-text { font-family: Menlo, Consolas, monaco, monospace; color: #1e1e1e; padding: 0.8em 1em; border: 1px solid #ddd; border-radius: 4px; max-height: 250px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
5642
 
5643
+ @media (min-width: 600px) { .block-library-html__edit .block-editor-plain-text { font-size: 13px; } }
5644
 
5645
+ .block-library-html__edit .block-editor-plain-text:focus { box-shadow: none; }
5646
 
5647
  figure.wp-block-image:not(.wp-block) { margin: 0; }
5648
 
5662
 
5663
  @media (min-width: 600px) { .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal { margin: -1px; } }
5664
 
5665
+ [data-align=wide] > .wp-block-image img, [data-align=full] > .wp-block-image img { width: 100%; }
5666
+
5667
+ .wp-block[data-align=left] > .wp-block-image, .wp-block[data-align=center] > .wp-block-image, .wp-block[data-align=right] > .wp-block-image { display: table; }
5668
 
5669
+ .wp-block[data-align=left] > .wp-block-image > figcaption, .wp-block[data-align=center] > .wp-block-image > figcaption, .wp-block[data-align=right] > .wp-block-image > figcaption { display: table-caption; caption-side: bottom; }
5670
 
5671
+ .wp-block[data-align=left] > .wp-block-image { margin-right: 1em; margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
5672
 
5673
+ .wp-block[data-align=right] > .wp-block-image { margin-left: 1em; margin-right: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
5674
+
5675
+ .wp-block[data-align=center] > .wp-block-image { margin-left: auto; margin-right: auto; text-align: center; }
5676
 
5677
  .wp-block-image__crop-area { position: relative; max-width: 100%; width: 100%; }
5678
 
5680
 
5681
  .wp-block-image__crop-icon svg { fill: currentColor; }
5682
 
5683
+ .wp-block-image__zoom .components-popover__content { overflow: visible; min-width: 260px; }
5684
 
5685
  .wp-block-image__zoom .components-range-control { flex: 1; }
5686
 
5687
+ .wp-block-image__zoom .components-base-control__field { display: flex; margin-bottom: 0; flex-direction: column; align-items: flex-start; }
5688
 
5689
  .wp-block-image__aspect-ratio { height: 46px; margin-bottom: -8px; display: flex; align-items: center; }
5690
 
5696
 
5697
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment { min-height: 36px; }
5698
 
5699
+ .wp-block-latest-posts { padding-left: 2.5em; }
5700
 
5701
+ .wp-block-latest-posts.is-grid { padding-left: 0; }
5702
 
5703
  .wp-block-latest-posts li a > div { display: inline; }
5704
 
5706
 
5707
  ol.has-background.has-background, ul.has-background.has-background { padding: 1.25em 2.375em; }
5708
 
5709
+ .wp-block-media-text .__resizable_base__ { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1/span 2; -ms-grid-row: 2; grid-row: 2; }
5710
 
5711
  .wp-block-media-text .editor-media-container__resizer { width: 100% !important; }
5712
 
5716
 
5717
  .block-editor-block-list__block[data-type="core/more"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
5718
 
5719
+ .wp-block-more { display: block; text-align: center; white-space: nowrap; }
5720
 
5721
+ .wp-block-more input[type=text] { position: relative; font-size: 13px; text-transform: uppercase; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #757575; border: none; box-shadow: none; white-space: nowrap; text-align: center; margin: 0; border-radius: 4px; background: #fff; padding: 6px 8px; height: 24px; max-width: 100%; }
5722
 
5723
+ .wp-block-more input[type=text]:focus { box-shadow: none; }
5724
 
5725
+ .wp-block-more::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
5726
 
5727
  .editor-styles-wrapper .wp-block-navigation ul, .editor-styles-wrapper .wp-block-navigation ol { margin-bottom: 0; margin-left: 0; padding-left: 0; }
5728
 
5753
 
5754
  .block-library-colors-selector .block-library-colors-selector__icon-container { height: 30px; position: relative; margin: 0 auto; padding: 3px; display: flex; align-items: center; border-radius: 4px; }
5755
 
5756
+ .block-library-colors-selector .block-library-colors-selector__state-selection { margin-left: auto; margin-right: auto; border-radius: 11px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); width: 22px; min-width: 22px; height: 22px; min-height: 22px; line-height: 20px; padding: 2px; }
 
 
5757
 
5758
  .block-library-colors-selector .block-library-colors-selector__state-selection > svg { min-width: auto !important; }
5759
 
5771
 
5772
  .wp-block-navigation-placeholder .components-spinner { margin-top: -4px; margin-left: 4px; vertical-align: middle; margin-right: 7px; }
5773
 
 
 
5774
  .wp-block-navigation-placeholder .components-custom-select-control__button { height: auto; padding: 0.375rem 0.75rem 0.375rem 1.5rem; min-width: 13.75rem; }
5775
 
5776
  .wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option { position: relative; margin-top: 20px; }
5777
 
5778
  .wp-block-navigation-placeholder .components-custom-select-control.has-menus .components-custom-select-control__item.is-create-empty-option::before { content: ""; position: absolute; top: -10px; left: 25px; right: 25px; height: 15px; border-top: 1px solid #757575; }
5779
 
5780
+ .wp-block-navigation-placeholder .components-custom-select-control__label { margin-bottom: 1rem; font-size: 13px; font-weight: normal; }
5781
 
5782
  .wp-block-navigation-placeholder .components-custom-select-control__menu { margin: 0; max-height: none; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
5783
 
5784
  .wp-block-navigation .block-editor-button-block-appender { justify-content: flex-start; }
5785
 
5786
+ /** Setup state */
5787
+ .wp-block-navigation-placeholder__preview { min-height: 52px; display: flex; flex-direction: row; align-items: center; }
5788
+
5789
+ .is-selected .wp-block-navigation-placeholder__preview { display: none; }
5790
+
5791
+ .wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link { border-radius: 2px; background: currentColor; min-width: 72px; height: 16px; margin: 12px 24px 12px 0; }
5792
+
5793
+ .wp-block-navigation-placeholder__preview .wp-block-navigation-link.wp-block-navigation-link, .wp-block-navigation-placeholder__preview svg { opacity: 0.3; }
5794
+
5795
+ .wp-block-navigation-placeholder__controls { padding: 8px; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; flex-direction: row; align-items: center; display: none; }
5796
+
5797
+ .is-selected .wp-block-navigation-placeholder__controls { display: flex; }
5798
+
5799
+ .is-vertical .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__actions { flex-direction: column; }
5800
+
5801
+ .is-selected.is-vertical .wp-block-navigation-placeholder__controls { display: inline-flex; }
5802
+
5803
+ .wp-block-navigation-placeholder__controls .wp-block-navigation-placeholder__icon { margin-right: 12px; height: 36px; }
5804
+
5805
+ .is-vertical .wp-block-navigation-placeholder__preview, .is-vertical .wp-block-navigation-placeholder__controls { flex-direction: column; align-items: flex-start; min-height: 144px; }
5806
+
5807
+ .wp-block-navigation-placeholder__actions { display: flex; font-size: 13px; }
5808
+
5809
+ .wp-block-navigation-placeholder__actions .components-button.components-dropdown-menu__toggle.has-icon { padding: 6px 12px; display: flex; flex-direction: row-reverse; }
5810
+
5811
  .wp-block-navigation-link__field .components-text-control__input.components-text-control__input, .wp-block-navigation-link__container { border-radius: 0; line-height: 36px; min-height: 36px; }
5812
 
5813
  /** Adjust Navigation Item. */
5827
 
5828
  .wp-block-navigation .block-editor-block-list__block[data-type="core/navigation-link"] > .block-editor-block-list__insertion-point { display: none; }
5829
 
5830
+ .block-editor-block-list__block[data-type="core/nextpage"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
5831
 
5832
  .wp-block-nextpage { display: block; text-align: center; white-space: nowrap; }
5833
 
5834
+ .wp-block-nextpage > span { font-size: 13px; position: relative; text-transform: uppercase; font-weight: 600; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; color: #757575; border-radius: 4px; background: #fff; padding: 6px 8px; height: 24px; }
5835
 
5836
  .wp-block-nextpage::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccc; }
5837
 
5857
 
5858
  .wp-block-post-author .wp-block-post-author__bio { margin: 0 0 8px; font-size: 0.7em; }
5859
 
5860
+ .wp-block[data-align=left] > .wp-block-pullquote p, .wp-block[data-align=right] > .wp-block-pullquote p { font-size: 20px; }
5861
 
5862
  .wp-block-pullquote blockquote p { font-size: 28px; line-height: 1.6; }
5863
 
 
 
5864
  .wp-block-pullquote.is-style-solid-color blockquote p { font-size: 32px; }
5865
 
5866
  .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { text-transform: none; font-style: normal; }
5869
 
5870
  .wp-block-quote__citation { font-size: 13px; }
5871
 
 
 
 
 
5872
  .wp-block-rss li a > div { display: inline; }
5873
 
5874
  .wp-block-rss__placeholder-form { display: flex; align-items: stretch; }
5885
 
5886
  .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper { padding: 4px; }
5887
 
5888
+ .wp-block-search .wp-block-search__button { height: auto; border-radius: initial; }
5889
 
5890
+ .wp-block-search .wp-block-search__button.wp-block-search__button.wp-block-search__button { padding: 6px 10px; }
 
 
5891
 
5892
  .wp-block-search__components-button-group { margin-top: 10px; }
5893
 
5894
  .block-editor-block-list__block[data-type="core/separator"] { padding-top: 0.1px; padding-bottom: 0.1px; }
5895
 
5896
+ [data-type="core/shortcode"] .block-editor-plain-text { max-height: 250px; }
 
 
 
 
 
 
5897
 
5898
+ [data-type="core/shortcode"].components-placeholder { min-height: 0; }
5899
 
5900
+ .blocks-shortcode__textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; padding: 6px 8px; box-shadow: 0 0 0 transparent; transition: box-shadow 0.1s linear; border-radius: 2px; border: 1px solid #757575; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; /* Override core line-height. To be reviewed. */ line-height: normal; }
5901
 
5902
+ @media (prefers-reduced-motion: reduce) { .blocks-shortcode__textarea { transition-duration: 0s; } }
5903
 
5904
+ @media (min-width: 600px) { .blocks-shortcode__textarea { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
5905
 
5906
+ .blocks-shortcode__textarea:focus { border-color: #007cba; border-color: var(--wp-admin-theme-color); box-shadow: 0 0 0 0.5px #007cba; box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color); outline: 2px solid transparent; }
5907
 
5908
+ .blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5909
 
5910
+ .blocks-shortcode__textarea::-moz-placeholder { opacity: 1; color: rgba(30, 30, 30, 0.62); }
5911
 
5912
+ .blocks-shortcode__textarea:-ms-input-placeholder { color: rgba(30, 30, 30, 0.62); }
5913
 
5914
+ .is-dark-theme .blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5915
 
5916
+ .is-dark-theme .blocks-shortcode__textarea::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
5917
 
5918
+ .is-dark-theme .blocks-shortcode__textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
5919
 
5920
+ .wp-block[data-align=center] > .wp-block-site-logo { margin-left: auto; margin-right: auto; text-align: center; }
5921
 
5922
  .wp-block-site-logo.is-resized { display: table; }
5923
 
5929
 
5930
  .wp-block-site-logo img { display: block; max-width: 100%; }
5931
 
5932
+ .wp-block-social-links .wp-social-link { line-height: 0; }
5933
 
5934
+ .wp-block-social-links .wp-social-link button { font-size: inherit; color: currentColor; height: auto; line-height: 0; padding: 0.25em; }
5935
 
5936
+ .wp-block-social-links.is-style-pill-shape .wp-social-link button { padding-left: calc((2/3) * 1em); padding-right: calc((2/3) * 1em); }
5937
 
5938
+ .wp-block-social-links div.block-editor-url-input { display: inline-block; margin-left: 8px; }
5939
 
5940
+ .wp-social-link:hover { transform: none; }
5941
 
5942
  .editor-styles-wrapper .wp-block-social-links { padding: 0; }
5943
 
5944
+ .wp-block-social-links__social-placeholder { display: flex; opacity: 0.8; transition: all 0.1s ease-in-out; }
5945
+
5946
+ @media (prefers-reduced-motion: reduce) { .wp-block-social-links__social-placeholder { transition-duration: 0s; } }
5947
+
5948
+ .is-selected .wp-block-social-links__social-placeholder { opacity: 0.1; }
5949
+
5950
+ .wp-block-social-links__social-placeholder > .wp-social-link { padding-left: 0 !important; margin-left: 0 !important; padding-right: 0 !important; margin-right: 0 !important; width: 0 !important; visibility: hidden; }
5951
+
5952
+ .wp-block-social-links__social-placeholder > .wp-block-social-links__social-placeholder-icons { display: flex; position: absolute; }
5953
+
5954
+ .wp-block-social-links__social-placeholder + .block-list-appender, .wp-block-social-links__social-placeholder .wp-social-link { padding: 0.25em; }
5955
+
5956
+ .is-style-pill-shape .wp-block-social-links__social-placeholder + .block-list-appender, .is-style-pill-shape .wp-block-social-links__social-placeholder .wp-social-link { padding-left: calc((2/3) * 1em); padding-right: calc((2/3) * 1em); }
5957
 
5958
+ .wp-block-social-links__social-placeholder .wp-social-link::before { content: ""; display: block; width: 1em; height: 1em; border-radius: 50%; }
5959
 
5960
+ .is-style-logos-only .wp-block-social-links__social-placeholder .wp-social-link::before { background: currentColor; }
5961
 
5962
+ .wp-block-social-links .block-list-appender { display: flex; align-items: center; justify-content: center; margin: 0; }
5963
 
5964
+ .wp-block-social-links .block-list-appender::before { content: ""; display: block; width: 1em; height: 1em; }
5965
 
5966
+ .wp-block-social-links .block-list-appender .block-editor-inserter { position: absolute; }
5967
+
5968
+ .wp-block-social-links .block-list-appender .block-editor-button-block-appender.block-list-appender__toggle { margin: 0; }
5969
+
5970
+ .wp-block-social-links.is-style-logos-only .block-list-appender { padding: 4px; }
5971
+
5972
+ .wp-block[data-align=center] > .wp-block-social-links { justify-content: center; }
5973
+
5974
+ .block-editor-block-preview__content .components-button:disabled { opacity: 1; }
5975
 
5976
  .wp-social-link.wp-social-link__is-incomplete { opacity: 0.5; }
5977
 
5981
 
5982
  [data-type="core/social-links"] .wp-social-link:focus { opacity: 1; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color); outline: 2px solid transparent; }
5983
 
 
 
5984
  .block-editor-block-list__block[data-type="core/spacer"]::before { content: ""; display: block; position: absolute; width: 100%; height: 24px; transform: translateY(-12px); }
5985
 
5986
  .block-library-spacer__resize-container.has-show-handle { background: #f0f0f0; }
5993
 
5994
  .edit-post-visual-editor p.wp-block-subhead { color: #555; font-size: 1.1em; font-style: italic; }
5995
 
5996
+ .wp-block-table { margin: 0; }
5997
 
5998
+ .wp-block[data-align=left] > .wp-block-table, .wp-block[data-align=right] > .wp-block-table, .wp-block[data-align=center] > .wp-block-table { height: auto; }
5999
 
6000
+ .wp-block[data-align=left] > .wp-block-table table, .wp-block[data-align=right] > .wp-block-table table, .wp-block[data-align=center] > .wp-block-table table { width: auto; }
6001
 
6002
+ .wp-block[data-align=left] > .wp-block-table td, .wp-block[data-align=left] > .wp-block-table th, .wp-block[data-align=right] > .wp-block-table td, .wp-block[data-align=right] > .wp-block-table th, .wp-block[data-align=center] > .wp-block-table td, .wp-block[data-align=center] > .wp-block-table th { word-break: break-word; }
6003
 
6004
+ .wp-block[data-align=center] > .wp-block-table { text-align: initial; }
6005
 
6006
+ .wp-block[data-align=center] > .wp-block-table table { margin: 0 auto; }
6007
 
6008
  .wp-block-table table { border-collapse: collapse; }
6009
 
6013
 
6014
  .wp-block-table figcaption { color: #555; font-size: 13px; text-align: center; }
6015
 
6016
+ .is-dark-theme .wp-block-table figcaption { color: rgba(255, 255, 255, 0.65); }
6017
+
6018
  .blocks-table__placeholder-form.blocks-table__placeholder-form { display: flex; flex-direction: column; align-items: flex-start; }
6019
 
6020
  .blocks-table__placeholder-form.blocks-table__placeholder-form > * { margin-bottom: 8px; }
6028
 
6029
  .blocks-table__placeholder-input .components-base-control__field { margin-bottom: 0; }
6030
 
6031
+ .wp-block-tag-cloud a { display: inline-block; margin-right: 5px; }
6032
 
6033
+ .wp-block-tag-cloud span { display: inline-block; margin-left: 5px; color: #757575; text-decoration: none; }
6034
 
6035
  .wp-block-template-part__placeholder-preview-dropdown-content .components-popover__content, .wp-block-template-part__preview-dropdown-content .components-popover__content { min-width: 320px; padding: 0; }
6036
 
6038
 
6039
  .wp-block-template-part__selection-preview-container { background: #fff; padding-bottom: 16px; }
6040
 
6041
+ .wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item { border-radius: 2px; cursor: pointer; margin-top: 16px; transition: all 0.05s ease-in-out; border: 1px solid transparent; width: 100%; background-color: #fff; }
6042
 
6043
  .wp-block-template-part__selection-preview-container .wp-block-template-part__selection-preview-item:hover { border: 1px solid #007cba; border: 1px solid var(--wp-admin-theme-color); }
6044
 
6066
 
6067
  .is-dark-theme .is-navigate-mode .is-selected .wp-block-template-part__name-panel { box-shadow: 0 0 0 1px #007cba; box-shadow: 0 0 0 1px var(--wp-admin-theme-color); }
6068
 
 
 
 
 
 
 
 
 
 
 
6069
  .wp-block-text-columns .block-editor-rich-text__editable:focus { outline: 1px solid #ddd; }
6070
 
6071
+ pre.wp-block-verse { color: #1e1e1e; padding: 1em; }
6072
 
6073
+ .wp-block[data-align=center] > .wp-block-video { text-align: center; }
6074
 
6075
  .editor-video-poster-control .components-base-control__label { display: block; }
6076
 
6077
  .editor-video-poster-control .components-button { margin-right: 8px; }
6078
 
6079
+ .block-library-video-tracks-editor { z-index: 159990; }
6080
 
6081
+ .block-library-video-tracks-editor > .components-popover__content { width: 360px; }
6082
 
6083
+ .block-library-video-tracks-editor__track-list-track { display: flex; place-content: space-between; align-items: baseline; padding-left: 12px; }
6084
 
6085
+ .block-library-video-tracks-editor__single-track-editor-label-language { display: flex; margin-top: 12px; }
6086
 
6087
+ .block-library-video-tracks-editor__single-track-editor-label-language > .components-base-control { width: 50%; }
6088
 
6089
+ .block-library-video-tracks-editor__single-track-editor-label-language > .components-base-control:first-child { margin-right: 16px; }
6090
 
6091
+ .block-library-video-tracks-editor__single-track-editor-kind-select { max-width: 240px; }
 
6092
 
6093
+ .block-library-video-tracks-editor__single-track-editor-buttons-container { display: flex; place-content: space-between; margin-top: 32px; }
6094
 
6095
+ .block-library-video-tracks-editor__single-track-editor-edit-track-label { margin-top: 4px; margin-bottom: 12px; color: #757575; text-transform: uppercase; font-size: 11px; font-weight: 500; display: block; }
6096
 
6097
+ .block-library-video-tracks-editor > .components-popover__content > div { padding: 0; }
6098
 
6099
+ .block-library-video-tracks-editor__track-list .components-menu-group__label, .block-library-video-tracks-editor__add-tracks-container .components-menu-group__label { padding: 0; }
6100
 
6101
+ .block-library-video-tracks-editor__single-track-editor, .block-library-video-tracks-editor__track-list, .block-library-video-tracks-editor__add-tracks-container { padding: 12px; }
 
 
6102
 
6103
+ .block-library-video-tracks-editor__single-track-editor .components-base-control .components-base-control__label { margin-bottom: 4px; }
6104
 
6105
+ .block-library-video-tracks-editor__single-track-editor .components-base-control .components-base-control__field { margin-bottom: 12px; }
6106
 
6107
+ .block-library-video-tracks-editor__single-track-editor .components-base-control .components-text-control__input { margin-left: 0; }
6108
 
6109
+ .block-library-video-tracks-editor__single-track-editor .components-base-control .components-input-control__label { margin-bottom: 4px; }
6110
 
6111
+ .wp-block.wp-block-query-loop { max-width: 100%; padding-left: 0; list-style: none; }
6112
 
6113
+ .editor-styles-wrapper .wp-block.wp-block-query { max-width: 100%; }
6114
 
6115
+ .block-library-query-toolbar__popover .components-popover__content { min-width: 230px; }
6116
 
6117
+ .wp-block-query__create-new-link { padding: 0 16px 16px 56px; }
6118
 
6119
+ div[data-type="core/post-featured-image"] img { max-width: 100%; height: auto; display: block; }
6120
 
6121
+ .editor-styles-wrapper .post-featured-image_placeholder { display: flex; flex-direction: row; align-items: flex-start; border-radius: 2px; background-color: #fff; box-shadow: inset 0 0 0 1px #1e1e1e; padding: 12px; }
6122
 
6123
+ .editor-styles-wrapper .post-featured-image_placeholder svg { margin-right: 12px; }
6124
 
6125
+ .editor-styles-wrapper .post-featured-image_placeholder p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; margin: 0; }
6126
 
6127
  :root .editor-styles-wrapper { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
6128
 
6235
 
6236
  /** Colors */
6237
  /** Breakpoints & Media Queries */
6238
+ /** SCSS Variables. Please use variables from this sheet to ensure consistency across the UI. Don't add to this sheet unless you're pretty sure the value will be reused in many places. */
6239
  /** Colors */
6240
  /** Fonts & basic variables. */
6241
  /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
6242
  /** Dimensions. */
6243
  /** Shadows. */
6244
  /** Editor widths. */
6245
+ /** Block & Editor UI. */
 
6246
  /** Block paddings. */
6247
+ /** React Native specific. These variables do not appear to be used anywhere else. */
6248
  /** Breakpoint mixins */
6249
  /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
6250
  /** Focus styles. */
6253
  /** Allows users to opt-out of animations via OS-level preferences. */
6254
  /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
6255
  /** Reset the WP Admin page styles for Gutenberg-like pages. */
6256
+ /** These are default block editor widths in case the theme doesn't provide them. */
6257
  :root { --wp-admin-theme-color: #007cba; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-20: #005a87; }
6258
 
6259
  .block-editor-format-toolbar__image-container-content { display: flex; }
6549
 
6550
  @media (min-width: 600px) { .mailpoet-editor-header-button { margin-right: 12px; padding: 0 12px; } }
6551
 
 
 
 
 
 
 
6552
  .admin_page_mailpoet-form-editor .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor .BeaconContainer { left: 175px; }
6553
 
6554
  .admin_page_mailpoet-form-editor.folded .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor.folded .BeaconContainer { left: 50px; }
6615
 
6616
  .mailpoet-form-submit-button .block-editor-block-toolbar .components-toolbar-group, .mailpoet-form-email-input .block-editor-block-toolbar .components-toolbar-group { border-right: none; }
6617
 
6618
+ .interface-interface-skeleton__body, .is-sidebar-opened .interface-interface-skeleton__sidebar { overflow: hidden; padding-bottom: 0; }
6619
+
6620
+ .edit-post-layout .interface-interface-skeleton__content { background-color: #fff; }
6621
+
6622
+ .interface-interface-skeleton__editor { max-width: 100%; }
6623
 
6624
  .edit-post-header { flex-direction: row-reverse; justify-content: space-between; }
6625
 
6631
 
6632
  .mailpoet-form-background > div > .block-editor-block-list__layout > .block-editor-block-list__block:first-child { margin-top: 0; }
6633
 
6634
+ .block-editor-block-list__layout .mailpoet_text, .block-editor-block-list__layout .mailpoet_textarea { min-height: 0; }
6635
+
6636
+ .block-editor-block-list__layout .mailpoet_text:focus, .block-editor-block-list__layout .mailpoet_textarea:focus { box-shadow: none; }
6637
 
6638
  .block-editor-block-list__layout .mailpoet_paragraph .mailpoet_text, .block-editor-block-list__layout .mailpoet_paragraph .mailpoet_submit { font-size: 1em; line-height: 1.5; }
6639
 
6645
 
6646
  @media screen and (min-width: 782px) { .interface-complementary-area { width: 300px; } }
6647
 
 
 
 
 
6648
  .wp-block { max-width: initial; }
6649
 
6650
  .block-editor-block-list__layout.is-root-container { padding-left: 0; padding-right: 0; }
6651
 
6652
+ .edit-post-visual-editor { padding: 10px; }
6653
+
6654
+ .wp-block-columns.has-background { padding: 10px; }
6655
 
6656
  .selection-item { background-color: #fff; border: solid 1px #e5e9f8; border-radius: 4px; box-shadow: 0 1px 2px 0 #e5e9f8; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; margin-bottom: 16px; padding: 6px; pointer-events: auto; position: relative; }
6657
 
assets/dist/css/{mailpoet-public.dd713c66.css → mailpoet-public.c040faed.css} RENAMED
@@ -24,7 +24,7 @@ input.parsley-error, select.parsley-error, textarea.parsley-error { background-c
24
 
25
  .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success { left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }
26
 
27
- .mailpoet_form .mailpoet-has-background-color { padding: 20px 30px; }
28
 
29
  .mailpoet_form .mailpoet-has-font-size { line-height: 1.4; }
30
 
24
 
25
  .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success { left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%, -50%); }
26
 
27
+ .mailpoet_form .mailpoet-has-background-color { padding: 1.25em 2.375em; }
28
 
29
  .mailpoet_form .mailpoet-has-font-size { line-height: 1.4; }
30
 
assets/dist/css/manifest.json CHANGED
@@ -2,8 +2,8 @@
2
  "mailpoet-admin.css": "mailpoet-admin.5e97ff7b.css",
3
  "mailpoet-editor.css": "mailpoet-editor.24539acb.css",
4
  "mailpoet-font.css": "mailpoet-font.08fac2ef.css",
5
- "mailpoet-form-editor.css": "mailpoet-form-editor.6833f80d.css",
6
  "mailpoet-plugin.css": "mailpoet-plugin.6d3eca7e.css",
7
  "mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
8
- "mailpoet-public.css": "mailpoet-public.dd713c66.css"
9
  }
2
  "mailpoet-admin.css": "mailpoet-admin.5e97ff7b.css",
3
  "mailpoet-editor.css": "mailpoet-editor.24539acb.css",
4
  "mailpoet-font.css": "mailpoet-font.08fac2ef.css",
5
+ "mailpoet-form-editor.css": "mailpoet-form-editor.d0f1af62.css",
6
  "mailpoet-plugin.css": "mailpoet-plugin.6d3eca7e.css",
7
  "mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
8
+ "mailpoet-public.css": "mailpoet-public.c040faed.css"
9
  }
assets/dist/js/{admin.c9dd81ec.chunk.js → admin.5a7074ec.chunk.js} RENAMED
File without changes
assets/dist/js/{admin_vendor.c9dd81ec.chunk.js → admin_vendor.5a7074ec.chunk.js} RENAMED
File without changes
assets/dist/js/{admin_vendor_chunk.c9dd81ec.chunk.js → admin_vendor_chunk.5a7074ec.chunk.js} RENAMED
@@ -300,7 +300,7 @@ var r=n(472),a=n(473),i=n(474);function o(){return A.TYPED_ARRAY_SUPPORT?2147483
300
  *
301
  * This source code is licensed under the MIT license found in the
302
  * LICENSE file in the root directory of this source tree.
303
- */var r,a,i,o,s;if("undefined"==typeof window||"function"!=typeof MessageChannel){var A=null,u=null,l=function(){if(null!==A)try{var e=t.unstable_now();A(!0,e),A=null}catch(e){throw setTimeout(l,0),e}},c=Date.now();t.unstable_now=function(){return Date.now()-c},r=function(e){null!==A?setTimeout(r,0,e):(A=e,setTimeout(l,0))},a=function(e,t){u=setTimeout(e,t)},i=function(){clearTimeout(u)},o=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,f=window.Date,h=window.setTimeout,p=window.clearTimeout;if("undefined"!=typeof console){var m=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof d&&"function"==typeof d.now)t.unstable_now=function(){return d.now()};else{var _=f.now();t.unstable_now=function(){return f.now()-_}}var g=!1,y=null,w=-1,v=5,B=0;o=function(){return t.unstable_now()>=B},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):v=0<e?Math.floor(1e3/e):5};var b=new MessageChannel,M=b.port2;b.port1.onmessage=function(){if(null!==y){var e=t.unstable_now();B=e+v;try{y(!0,e)?M.postMessage(null):(g=!1,y=null)}catch(e){throw M.postMessage(null),e}}else g=!1},r=function(e){y=e,g||(g=!0,M.postMessage(null))},a=function(e,n){w=h((function(){e(t.unstable_now())}),n)},i=function(){p(w),w=-1}}function L(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,a=e[r];if(!(void 0!==a&&0<k(a,t)))break e;e[r]=t,e[n]=a,n=r}}function E(e){return void 0===(e=e[0])?null:e}function T(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,a=e.length;r<a;){var i=2*(r+1)-1,o=e[i],s=i+1,A=e[s];if(void 0!==o&&0>k(o,n))void 0!==A&&0>k(A,o)?(e[r]=A,e[s]=n,r=s):(e[r]=o,e[i]=n,r=i);else{if(!(void 0!==A&&0>k(A,n)))break e;e[r]=A,e[s]=n,r=s}}}return t}return null}function k(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var C=[],S=[],Y=1,Q=null,D=3,H=!1,U=!1,F=!1;function x(e){for(var t=E(S);null!==t;){if(null===t.callback)T(S);else{if(!(t.startTime<=e))break;T(S),t.sortIndex=t.expirationTime,L(C,t)}t=E(S)}}function O(e){if(F=!1,x(e),!U)if(null!==E(C))U=!0,r(N);else{var t=E(S);null!==t&&a(O,t.startTime-e)}}function N(e,n){U=!1,F&&(F=!1,i()),H=!0;var r=D;try{for(x(n),Q=E(C);null!==Q&&(!(Q.expirationTime>n)||e&&!o());){var s=Q.callback;if(null!==s){Q.callback=null,D=Q.priorityLevel;var A=s(Q.expirationTime<=n);n=t.unstable_now(),"function"==typeof A?Q.callback=A:Q===E(C)&&T(C),x(n)}else T(C);Q=E(C)}if(null!==Q)var u=!0;else{var l=E(S);null!==l&&a(O,l.startTime-n),u=!1}return u}finally{Q=null,D=r,H=!1}}function P(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var I=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){U||H||(U=!0,r(N))},t.unstable_getCurrentPriorityLevel=function(){return D},t.unstable_getFirstCallbackNode=function(){return E(C)},t.unstable_next=function(e){switch(D){case 1:case 2:case 3:var t=3;break;default:t=D}var n=D;D=t;try{return e()}finally{D=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=I,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=D;D=e;try{return t()}finally{D=n}},t.unstable_scheduleCallback=function(e,n,o){var s=t.unstable_now();if("object"==typeof o&&null!==o){var A=o.delay;A="number"==typeof A&&0<A?s+A:s,o="number"==typeof o.timeout?o.timeout:P(e)}else o=P(e),A=s;return e={id:Y++,callback:n,priorityLevel:e,startTime:A,expirationTime:o=A+o,sortIndex:-1},A>s?(e.sortIndex=A,L(S,e),null===E(C)&&e===E(S)&&(F?i():F=!0,a(O,A-s))):(e.sortIndex=o,L(C,e),U||H||(U=!0,r(N))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();x(e);var n=E(C);return n!==Q&&null!==Q&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<Q.expirationTime||o()},t.unstable_wrapCallback=function(e){var t=D;return function(){var n=D;D=t;try{return e.apply(this,arguments)}finally{D=n}}}},function(e,t,n){e.exports=n(504)},function(e,t,n){var r=n(505),a=Array.prototype;e.exports=function(e){var t=e.concat;return e===a||e instanceof Array&&t===a.concat?r:t}},function(e,t,n){n(183);var r=n(48);e.exports=r("Array").concat},function(e,t,n){var r,a,i,o=n(41),s=n(39),A=n(90),u=n(92),l=n(343),c=n(130),d=o.location,f=o.setImmediate,h=o.clearImmediate,p=o.process,m=o.MessageChannel,_=o.Dispatch,g=0,y={},w=function(e){if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},v=function(e){return function(){w(e)}},B=function(e){w(e.data)},b=function(e){o.postMessage(e+"",d.protocol+"//"+d.host)};f&&h||(f=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++g]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(g),g},h=function(e){delete y[e]},"process"==A(p)?r=function(e){p.nextTick(v(e))}:_&&_.now?r=function(e){_.now(v(e))}:m?(i=(a=new m).port2,a.port1.onmessage=B,r=u(i.postMessage,i,1)):!o.addEventListener||"function"!=typeof postMessage||o.importScripts||s(b)?r="onreadystatechange"in c("script")?function(e){l.appendChild(c("script")).onreadystatechange=function(){l.removeChild(this),w(e)}}:function(e){setTimeout(v(e),0)}:(r=b,o.addEventListener("message",B,!1))),e.exports={set:f,clear:h}},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},,,,function(e,t,n){"use strict";n.r(t);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var a=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e){return function(t,n,i){var o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10;if(a(t)&&r(n))if("function"==typeof i)if("number"==typeof o){var s={callback:i,priority:o,namespace:n};if(e[t]){var A,u=e[t].handlers;for(A=u.length;A>0&&!(o>=u[A-1].priority);A--);A===u.length?u[A]=s:u.splice(A,0,s),(e.__current||[]).forEach((function(e){e.name===t&&e.currentIndex>=A&&e.currentIndex++}))}else e[t]={handlers:[s],runs:0};"hookAdded"!==t&&h("hookAdded",t,n,i,o)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var o=function(e,t){return function(n,i){if(a(n)&&(t||r(i))){if(!e[n])return 0;var o=0;if(t)o=e[n].handlers.length,e[n]={runs:e[n].runs,handlers:[]};else for(var s=e[n].handlers,A=function(t){s[t].namespace===i&&(s.splice(t,1),o++,(e.__current||[]).forEach((function(e){e.name===n&&e.currentIndex>=t&&e.currentIndex--})))},u=s.length-1;u>=0;u--)A(u);return"hookRemoved"!==n&&h("hookRemoved",n,i),o}}};var s=function(e){return function(t,n){return void 0!==n?t in e&&e[t].handlers.some((function(e){return e.namespace===n})):t in e}};var A=function(e,t){return function(n){e[n]||(e[n]={handlers:[],runs:0}),e[n].runs++;var r=e[n].handlers;for(var a=arguments.length,i=new Array(a>1?a-1:0),o=1;o<a;o++)i[o-1]=arguments[o];if(!r||!r.length)return t?i[0]:void 0;var s={name:n,currentIndex:0};for(e.__current.push(s);s.currentIndex<r.length;){var A=r[s.currentIndex],u=A.callback.apply(null,i);t&&(i[0]=u),s.currentIndex++}return e.__current.pop(),t?i[0]:void 0}};var u=function(e){return function(){return e.__current&&e.__current.length?e.__current[e.__current.length-1].name:null}};var l=function(e){return function(t){return void 0===t?void 0!==e.__current[0]:!!e.__current[0]&&t===e.__current[0].name}};var c=function(e){return function(t){if(a(t))return e[t]&&e[t].runs?e[t].runs:0}};var d=function(){var e=Object.create(null),t=Object.create(null);return e.__current=[],t.__current=[],{addAction:i(e),addFilter:i(t),removeAction:o(e),removeFilter:o(t),hasAction:s(e),hasFilter:s(t),removeAllActions:o(e,!0),removeAllFilters:o(t,!0),doAction:A(e),applyFilters:A(t,!0),currentAction:u(e),currentFilter:u(t),doingAction:l(e),doingFilter:l(t),didAction:c(e),didFilter:c(t),actions:e,filters:t}},f=d(),h=(f.addAction,f.addFilter,f.removeAction,f.removeFilter,f.hasAction,f.hasFilter,f.removeAllActions,f.removeAllFilters,f.doAction);f.applyFilters,f.currentAction,f.currentFilter,f.doingAction,f.doingFilter,f.didAction,f.didFilter,f.actions,f.filters;window.wp=window.wp||{},window.wp.hooks=window.wp.hooks||d();t.default=window.wp.hooks},,,,,,,,,function(e,t,n){"use strict";(function(e){var r=n(0),a=n.n(r),i=n(95),o=n(2),s=n.n(o),A="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:{};function u(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}var l=a.a.createContext||function(e,t){var n,a,o,l="__create-react-context-"+((A[o="__global_unique_id__"]=(A[o]||0)+1)+"__"),c=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=u(t.props.value),t}Object(i.a)(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,a=e.value;((i=r)===(o=a)?0!==i||1/i==1/o:i!=i&&o!=o)?n=0:(n="function"==typeof t?t(r,a):1073741823,0!==(n|=0)&&this.emitter.set(e.value,n))}var i,o},r.render=function(){return this.props.children},n}(r.Component);c.childContextTypes=((n={})[l]=s.a.object.isRequired,n);var d=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,n){0!=((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}Object(i.a)(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?1073741823:t},r.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?1073741823:e},r.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},r.getValue=function(){return this.context[l]?this.context[l].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return d.contextTypes=((a={})[l]=s.a.object,a),{Provider:c,Consumer:d}};t.a=l}).call(this,n(42))},function(e,t,n){var r=n(570);e.exports=f,e.exports.parse=i,e.exports.compile=function(e,t){return s(i(e,t))},e.exports.tokensToFunction=s,e.exports.tokensToRegExp=d;var a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var n,r=[],i=0,o=0,s="",l=t&&t.delimiter||"/";null!=(n=a.exec(e));){var c=n[0],d=n[1],f=n.index;if(s+=e.slice(o,f),o=f+c.length,d)s+=d[1];else{var h=e[o],p=n[2],m=n[3],_=n[4],g=n[5],y=n[6],w=n[7];s&&(r.push(s),s="");var v=null!=p&&null!=h&&h!==p,B="+"===y||"*"===y,b="?"===y||"*"===y,M=n[2]||l,L=_||g;r.push({name:m||i++,prefix:p||"",delimiter:M,optional:b,repeat:B,partial:v,asterisk:!!w,pattern:L?u(L):w?".*":"[^"+A(M)+"]+?"})}}return o<e.length&&(s+=e.substr(o)),s&&r.push(s),r}function o(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function s(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,a){for(var i="",s=n||{},A=(a||{}).pretty?o:encodeURIComponent,u=0;u<e.length;u++){var l=e[u];if("string"!=typeof l){var c,d=s[l.name];if(null==d){if(l.optional){l.partial&&(i+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(r(d)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(d)+"`");if(0===d.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var f=0;f<d.length;f++){if(c=A(d[f]),!t[u].test(c))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(c)+"`");i+=(0===f?l.prefix:l.delimiter)+c}}else{if(c=l.asterisk?encodeURI(d).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):A(d),!t[u].test(c))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+c+'"');i+=l.prefix+c}}else i+=l}return i}}function A(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function l(e,t){return e.keys=t,e}function c(e){return e.sensitive?"":"i"}function d(e,t,n){r(t)||(n=t||n,t=[]);for(var a=(n=n||{}).strict,i=!1!==n.end,o="",s=0;s<e.length;s++){var u=e[s];if("string"==typeof u)o+=A(u);else{var d=A(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+d+f+")*"),o+=f=u.optional?u.partial?d+"("+f+")?":"(?:"+d+"("+f+"))?":d+"("+f+")"}}var h=A(n.delimiter||"/"),p=o.slice(-h.length)===h;return a||(o=(p?o.slice(0,-h.length):o)+"(?:"+h+"(?=$))?"),o+=i?"$":a&&p?"":"(?="+h+"|$)",l(new RegExp("^"+o,c(n)),t)}function f(e,t,n){return r(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return l(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],a=0;a<e.length;a++)r.push(f(e[a],t,n).source);return l(new RegExp("(?:"+r.join("|")+")",c(n)),t)}(e,t,n):function(e,t,n){return d(i(e,n),t,n)}(e,t,n)}},,,,function(e,t,n){"use strict";e.exports=n(571)},function(e,t,n){n(582);var r=n(31);e.exports=r.Object.assign},function(e,t,n){e.exports=n(588)},function(e,t,n){e.exports=n(592)},function(e,t,n){var r=n(530),a=n(597),i=n(533);e.exports=function(e,t){var n;if(e){if("string"==typeof e)return i(e,t);var o=a(n=Object.prototype.toString.call(e)).call(n,8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?r(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?i(e,t):void 0}}},function(e,t,n){e.exports=n(594)},function(e,t,n){var r=n(40)("iterator"),a=!1;try{var i=0,o={next:function(){return{done:!!i++}},return:function(){a=!0}};o[r]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}},function(e,t,n){var r=n(599),a=Array.prototype;e.exports=function(e){var t=e.slice;return e===a||e instanceof Array&&t===a.slice?r:t}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t,n){e.exports=n(602)},function(e,t,n){n(603);var r=n(31).Object,a=e.exports=function(e,t,n){return r.defineProperty(e,t,n)};r.defineProperty.sham&&(a.sham=!0)},function(e,t,n){e.exports=n(609)},function(e,t,n){e.exports=n(618)},function(e,t,n){n(345);var r=n(31);e.exports=r.Object.getOwnPropertySymbols},function(e,t,n){var r=n(630);e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var r=n(40)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,n){n(344),n(121),n(115),n(656),n(660);var r=n(31);e.exports=r.Promise},function(e,t,n){var r=n(51),a=n(82),i=n(40)("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||null==(n=r(o)[i])?t:a(n)}},function(e,t,n){var r=n(51),a=n(46),i=n(330);e.exports=function(e,t){if(r(e),a(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){var r=n(545),a=n(680),i=n(681),o=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?a(e):i(e)}},function(e,t,n){var r=n(678).Symbol;e.exports=r},,,,,,function(e,t,n){"use strict";var r=n(525),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function A(e){return r.isMemo(e)?o:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0};var u=Object.defineProperty,l=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var a=f(n);a&&a!==h&&e(t,a,r)}var o=l(n);c&&(o=o.concat(c(n)));for(var s=A(t),p=A(n),m=0;m<o.length;++m){var _=o[m];if(!(i[_]||r&&r[_]||p&&p[_]||s&&s[_])){var g=d(n,_);try{u(t,_,g)}catch(e){}}}return t}return t}},,function(e,t,n){var r=n(672)();e.exports=r},,,,function(e,t,n){
304
  /*!
305
  * html2canvas 1.0.0-alpha.12 <https://html2canvas.hertzen.com>
306
  * Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
@@ -319,4 +319,4 @@ var r;r=function(){return function(e){var t={};function n(r){if(t[r])return t[r]
319
  Copyright (c) 2017 Jed Watson.
320
  Licensed under the MIT License (MIT), see
321
  http://jedwatson.github.io/classnames
322
- */!function(){"use strict";var n={}.hasOwnProperty;function a(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)&&r.length){var o=a.apply(null,r);o&&e.push(o)}else if("object"===i)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(a.default=a,e.exports=a):void 0===(r=function(){return a}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){e.exports=n(579)},function(e,t,n){n(580);var r=n(31);e.exports=r.Reflect.construct},function(e,t,n){var r=n(25),a=n(113),i=n(82),o=n(51),s=n(46),A=n(134),u=n(356),l=n(39),c=a("Reflect","construct"),d=l((function(){function e(){}return!(c((function(){}),[],e)instanceof e)})),f=!l((function(){c((function(){}))})),h=d||f;r({target:"Reflect",stat:!0,forced:h,sham:h},{construct:function(e,t){i(e),o(t);var n=arguments.length<3?e:i(arguments[2]);if(f&&!d)return c(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var a=n.prototype,l=A(s(a)?a:Object.prototype),h=Function.apply.call(e,l,t);return s(h)?h:l}})},function(e,t,n){e.exports=n(526)},function(e,t,n){var r=n(25),a=n(347);r({target:"Object",stat:!0,forced:Object.assign!==a},{assign:a})},function(e,t,n){e.exports=n(584)},function(e,t,n){var r=n(585),a=Array.prototype;e.exports=function(e){var t=e.splice;return e===a||e instanceof Array&&t===a.splice?r:t}},function(e,t,n){n(586);var r=n(48);e.exports=r("Array").splice},function(e,t,n){"use strict";var r=n(25),a=n(132),i=n(103),o=n(75),s=n(65),A=n(157),u=n(136),l=n(124),c=Math.max,d=Math.min;r({target:"Array",proto:!0,forced:!l("splice")},{splice:function(e,t){var n,r,l,f,h,p,m=s(this),_=o(m.length),g=a(e,_),y=arguments.length;if(0===y?n=r=0:1===y?(n=0,r=_-g):(n=y-2,r=d(c(i(t),0),_-g)),_+n-r>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=A(m,r),f=0;f<r;f++)(h=g+f)in m&&u(l,f,m[h]);if(l.length=r,n<r){for(f=g;f<_-r;f++)p=f+n,(h=f+r)in m?m[p]=m[h]:delete m[p];for(f=_;f>_-r+n;f--)delete m[f-1]}else if(n>r)for(f=_-r;f>g;f--)p=f+n-1,(h=f+r-1)in m?m[p]=m[h]:delete m[p];for(f=0;f<n;f++)m[f+g]=arguments[f+2];return m.length=_-r+n,l}})},function(e,t,n){var r=n(527);e.exports=function(e){if(r(e))return e}},function(e,t,n){e.exports=n(357)},function(e,t,n){var r=n(590),a=n(528),i=n(182);e.exports=function(e,t){if(void 0!==i&&a(Object(e))){var n=[],o=!0,s=!1,A=void 0;try{for(var u,l=r(e);!(o=(u=l.next()).done)&&(n.push(u.value),!t||n.length!==t);o=!0);}catch(e){s=!0,A=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw A}}return n}}},function(e,t,n){e.exports=n(591)},function(e,t,n){n(115),n(121),e.exports=n(352)},function(e,t,n){n(115),n(121),e.exports=n(593)},function(e,t,n){var r=n(114),a=n(40),i=n(85),o=a("iterator");e.exports=function(e){var t=Object(e);return void 0!==t[o]||"@@iterator"in t||i.hasOwnProperty(r(t))}},function(e,t,n){e.exports=n(595)},function(e,t,n){n(121),n(596);var r=n(31);e.exports=r.Array.from},function(e,t,n){var r=n(25),a=n(348);r({target:"Array",stat:!0,forced:!n(531)((function(e){Array.from(e)}))},{from:a})},function(e,t,n){e.exports=n(598)},function(e,t,n){e.exports=n(532)},function(e,t,n){n(600);var r=n(48);e.exports=r("Array").slice},function(e,t,n){"use strict";var r=n(25),a=n(46),i=n(116),o=n(132),s=n(75),A=n(64),u=n(136),l=n(124),c=n(40)("species"),d=[].slice,f=Math.max;r({target:"Array",proto:!0,forced:!l("slice")},{slice:function(e,t){var n,r,l,h=A(this),p=s(h.length),m=o(e,p),_=o(void 0===t?p:t,p);if(i(h)&&("function"!=typeof(n=h.constructor)||n!==Array&&!i(n.prototype)?a(n)&&null===(n=n[c])&&(n=void 0):n=void 0,n===Array||void 0===n))return d.call(h,m,_);for(r=new(void 0===n?Array:n)(f(_-m,0)),l=0;m<_;m++,l++)m in h&&u(r,l,h[m]);return r.length=l,r}})},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){e.exports=n(535)},function(e,t,n){var r=n(25),a=n(47);r({target:"Object",stat:!0,forced:!a,sham:!a},{defineProperty:n(74).f})},function(e,t,n){e.exports=n(605)},function(e,t,n){e.exports=n(606)},function(e,t,n){n(607);var r=n(31).Object;e.exports=function(e,t){return r.create(e,t)}},function(e,t,n){n(25)({target:"Object",stat:!0,sham:!n(47)},{create:n(134)})},function(e,t,n){var r=n(536);function a(t,n){return e.exports=a=r||function(e,t){return e.__proto__=t,e},a(t,n)}e.exports=a},function(e,t,n){e.exports=n(610)},function(e,t,n){n(611);var r=n(31);e.exports=r.Object.setPrototypeOf},function(e,t,n){n(25)({target:"Object",stat:!0},{setPrototypeOf:n(181)})},function(e,t,n){e.exports=n(613)},function(e,t,n){e.exports=n(614)},function(e,t,n){n(615);var r=n(31);e.exports=r.Object.getPrototypeOf},function(e,t,n){var r=n(25),a=n(39),i=n(65),o=n(143),s=n(342);r({target:"Object",stat:!0,forced:a((function(){o(1)})),sham:!s},{getPrototypeOf:function(e){return o(i(e))}})},function(e,t,n){e.exports=n(617)},function(e,t,n){e.exports=n(526)},function(e,t,n){e.exports=n(341)},function(e,t,n){e.exports=n(620)},function(e,t,n){e.exports=n(538)},function(e,t,n){var r=n(537),a=n(622);e.exports=function(e,t){if(null==e)return{};var n,i,o={},s=a(e);for(i=0;i<s.length;i++)n=s[i],r(t).call(t,n)>=0||(o[n]=e[n]);return o}},function(e,t,n){e.exports=n(623)},function(e,t,n){e.exports=n(346)},function(e,t,n){e.exports=n(625)},function(e,t,n){var r=n(626),a=n(628),i=Array.prototype,o=String.prototype;e.exports=function(e){var t=e.includes;return e===i||e instanceof Array&&t===i.includes?r:"string"==typeof e||e===o||e instanceof String&&t===o.includes?a:t}},function(e,t,n){n(627);var r=n(48);e.exports=r("Array").includes},function(e,t,n){"use strict";var r=n(25),a=n(140).includes,i=n(135);r({target:"Array",proto:!0},{includes:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(e,t,n){n(629);var r=n(48);e.exports=r("String").includes},function(e,t,n){"use strict";var r=n(25),a=n(539),i=n(91);r({target:"String",proto:!0,forced:!n(540)("includes")},{includes:function(e){return!!~String(i(this)).indexOf(a(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(46),a=n(90),i=n(40)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==a(e))}},function(e,t,n){n(632),e.exports=n(31).setImmediate},function(e,t,n){var r=n(41),a=n(506),i=!r.setImmediate||!r.clearImmediate;n(25)({global:!0,bind:!0,enumerable:!0,forced:i},{setImmediate:a.set,clearImmediate:a.clear})},function(e,t,n){e.exports=n(535)},function(e,t,n){e.exports=n(635)},function(e,t,n){n(636);var r=n(31).Object,a=e.exports=function(e,t){return r.defineProperties(e,t)};r.defineProperties.sham&&(a.sham=!0)},function(e,t,n){var r=n(25),a=n(47);r({target:"Object",stat:!0,forced:!a,sham:!a},{defineProperties:n(156)})},function(e,t,n){e.exports=n(638)},function(e,t,n){n(639);var r=n(31);e.exports=r.Object.getOwnPropertyDescriptors},function(e,t,n){var r=n(25),a=n(47),i=n(640),o=n(64),s=n(109),A=n(136);r({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(e){for(var t,n,r=o(e),a=s.f,u=i(r),l={},c=0;u.length>c;)void 0!==(n=a(r,t=u[c++]))&&A(l,t,n);return l}})},function(e,t,n){var r=n(113),a=n(158),i=n(159),o=n(51);e.exports=r("Reflect","ownKeys")||function(e){var t=a.f(o(e)),n=i.f;return n?t.concat(n(e)):t}},function(e,t,n){e.exports=n(642)},function(e,t,n){n(643);var r=n(31).Object,a=e.exports=function(e,t){return r.getOwnPropertyDescriptor(e,t)};r.getOwnPropertyDescriptor.sham&&(a.sham=!0)},function(e,t,n){var r=n(25),a=n(39),i=n(64),o=n(109).f,s=n(47),A=a((function(){o(1)}));r({target:"Object",stat:!0,forced:!s||A,sham:!s},{getOwnPropertyDescriptor:function(e,t){return o(i(e),t)}})},function(e,t,n){e.exports=n(538)},function(e,t,n){var r=n(527),a=n(533);e.exports=function(e){if(r(e))return a(e)}},function(e,t,n){var r=n(530),a=n(528),i=n(182);e.exports=function(e){if(void 0!==i&&a(Object(e)))return r(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){"use strict";n.r(t);var r=n(24);n.d(t,"Button",(function(){return r.a}));var a=n(360);n.d(t,"Loader",(function(){return a.a}));var i=n(68);n.d(t,"Tab",(function(){return i.a}));var o=n(69);n.d(t,"Tag",(function(){return o.a}))},function(e,t,n){n(115);var r=n(650),a=n(114),i=Array.prototype,o={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.values;return e===i||e instanceof Array&&t===i.values||o.hasOwnProperty(a(e))?r:t}},function(e,t,n){e.exports=n(651)},function(e,t,n){n(145);var r=n(48);e.exports=r("Array").values},,function(e,t,n){var r=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},a=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag";function s(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,n){return e[t]=n}}function A(e,t,n,r){var a=t&&t.prototype instanceof c?t:c,i=Object.create(a.prototype),o=new b(r||[]);return i._invoke=function(e,t,n){var r="suspendedStart";return function(a,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===a)throw i;return L()}for(n.method=a,n.arg=i;;){var o=n.delegate;if(o){var s=w(o,n);if(s){if(s===l)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var A=u(e,t,n);if("normal"===A.type){if(r=n.done?"completed":"suspendedYield",A.arg===l)continue;return{value:A.arg,done:n.done}}"throw"===A.type&&(r="completed",n.method="throw",n.arg=A.arg)}}}(e,n,o),i}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=A;var l={};function c(){}function d(){}function f(){}var h={};h[a]=function(){return this};var p=Object.getPrototypeOf,m=p&&p(p(M([])));m&&m!==t&&n.call(m,a)&&(h=m);var _=f.prototype=c.prototype=Object.create(h);function g(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function y(e,t){var r;this._invoke=function(a,i){function o(){return new t((function(r,o){!function r(a,i,o,s){var A=u(e[a],e,i);if("throw"!==A.type){var l=A.arg,c=l.value;return c&&"object"==typeof c&&n.call(c,"__await")?t.resolve(c.__await).then((function(e){r("next",e,o,s)}),(function(e){r("throw",e,o,s)})):t.resolve(c).then((function(e){l.value=e,o(l)}),(function(e){return r("throw",e,o,s)}))}s(A.arg)}(a,i,r,o)}))}return r=r?r.then(o,o):o()}}function w(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,w(e,t),"throw"===t.method))return l;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,l;var a=r.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,l):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,l)}function v(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function B(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function b(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(v,this),this.reset(!0)}function M(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:L}}function L(){return{value:void 0,done:!0}}return d.prototype=_.constructor=f,f.constructor=d,d.displayName=s(f,o,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,f):(e.__proto__=f,s(e,o,"GeneratorFunction")),e.prototype=Object.create(_),e},e.awrap=function(e){return{__await:e}},g(y.prototype),y.prototype[i]=function(){return this},e.AsyncIterator=y,e.async=function(t,n,r,a,i){void 0===i&&(i=Promise);var o=new y(A(t,n,r,a),i);return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},g(_),s(_,o,"Generator"),_[a]=function(){return this},_.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=M,b.prototype={constructor:b,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(B),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],o=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),A=n.call(i,"finallyLoc");if(s&&A){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!A)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var a=this.tryEntries[r];if(a.tryLoc<=this.prev&&n.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var i=a;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,l):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),l},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),B(n),l}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var a=r.arg;B(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:M(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},e}(e.exports);try{regeneratorRuntime=r}catch(e){Function("r","regeneratorRuntime = r")(r)}},function(e,t,n){e.exports=n(655)},function(e,t,n){e.exports=n(541),n(661),n(662),n(663),n(664)},function(e,t,n){"use strict";var r,a,i,o=n(25),s=n(98),A=n(41),u=n(31),l=n(351),c=n(77),d=n(657),f=n(46),h=n(82),p=n(160),m=n(90),_=n(358),g=n(531),y=n(542),w=n(506).set,v=n(658),B=n(543),b=n(659),M=n(330),L=n(359),E=n(318),T=n(99),k=n(154),C=n(40)("species"),S="Promise",Y=T.get,Q=T.set,D=T.getterFor(S),H=A[S],U=A.TypeError,F=A.document,x=A.process,O=A.fetch,N=x&&x.versions,P=N&&N.v8||"",I=M.f,R=I,j="process"==m(x),K=!!(F&&F.createEvent&&A.dispatchEvent),z=k(S,(function(){var e=H.resolve(1),t=function(){},n=(e.constructor={})[C]=function(e){e(t,t)};return!((j||"function"==typeof PromiseRejectionEvent)&&(!s||e.finally)&&e.then(t)instanceof n&&0!==P.indexOf("6.6")&&-1===E.indexOf("Chrome/66"))})),W=z||!g((function(e){H.all(e).catch((function(){}))})),V=function(e){var t;return!(!f(e)||"function"!=typeof(t=e.then))&&t},J=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;v((function(){for(var a=t.value,i=1==t.state,o=0;r.length>o;){var s,A,u,l=r[o++],c=i?l.ok:l.fail,d=l.resolve,f=l.reject,h=l.domain;try{c?(i||(2===t.rejection&&$(e,t),t.rejection=1),!0===c?s=a:(h&&h.enter(),s=c(a),h&&(h.exit(),u=!0)),s===l.promise?f(U("Promise-chain cycle")):(A=V(s))?A.call(s,d,f):d(s)):f(a)}catch(e){h&&!u&&h.exit(),f(e)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&X(e,t)}))}},G=function(e,t,n){var r,a;K?((r=F.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),A.dispatchEvent(r)):r={promise:t,reason:n},(a=A["on"+e])?a(r):"unhandledrejection"===e&&b("Unhandled promise rejection",n)},X=function(e,t){w.call(A,(function(){var n,r=t.value;if(q(t)&&(n=L((function(){j?x.emit("unhandledRejection",r,e):G("unhandledrejection",e,r)})),t.rejection=j||q(t)?2:1,n.error))throw n.value}))},q=function(e){return 1!==e.rejection&&!e.parent},$=function(e,t){w.call(A,(function(){j?x.emit("rejectionHandled",e):G("rejectionhandled",e,t.value)}))},Z=function(e,t,n,r){return function(a){e(t,n,a,r)}},ee=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=2,J(e,t,!0))},te=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw U("Promise can't be resolved itself");var a=V(n);a?v((function(){var r={done:!1};try{a.call(n,Z(te,e,r,t),Z(ee,e,r,t))}catch(n){ee(e,r,n,t)}})):(t.value=n,t.state=1,J(e,t,!1))}catch(n){ee(e,{done:!1},n,t)}}};z&&(H=function(e){p(this,H,S),h(e),r.call(this);var t=Y(this);try{e(Z(te,this,t),Z(ee,this,t))}catch(e){ee(this,t,e)}},(r=function(e){Q(this,{type:S,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=l(H.prototype,{then:function(e,t){var n=D(this),r=I(y(this,H));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=j?x.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&J(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),a=function(){var e=new r,t=Y(e);this.promise=e,this.resolve=Z(te,e,t),this.reject=Z(ee,e,t)},M.f=I=function(e){return e===H||e===i?new a(e):R(e)},s||"function"!=typeof O||o({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return B(H,O.apply(A,arguments))}})),o({global:!0,wrap:!0,forced:z},{Promise:H}),c(H,S,!1,!0),d(S),i=u[S],o({target:S,stat:!0,forced:z},{reject:function(e){var t=I(this);return t.reject.call(void 0,e),t.promise}}),o({target:S,stat:!0,forced:s||z},{resolve:function(e){return B(s&&this===i?H:this,e)}}),o({target:S,stat:!0,forced:W},{all:function(e){var t=this,n=I(t),r=n.resolve,a=n.reject,i=L((function(){var n=h(t.resolve),i=[],o=0,s=1;_(e,(function(e){var A=o++,u=!1;i.push(void 0),s++,n.call(t,e).then((function(e){u||(u=!0,i[A]=e,--s||r(i))}),a)})),--s||r(i)}));return i.error&&a(i.value),n.promise},race:function(e){var t=this,n=I(t),r=n.reject,a=L((function(){var a=h(t.resolve);_(e,(function(e){a.call(t,e).then(n.resolve,r)}))}));return a.error&&r(a.value),n.promise}})},function(e,t,n){"use strict";var r=n(113),a=n(74),i=n(40),o=n(47),s=i("species");e.exports=function(e){var t=r(e),n=a.f;o&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,n){var r,a,i,o,s,A,u,l=n(41),c=n(109).f,d=n(90),f=n(506).set,h=n(318),p=l.MutationObserver||l.WebKitMutationObserver,m=l.process,_=l.Promise,g="process"==d(m),y=c(l,"queueMicrotask"),w=y&&y.value;w||(r=function(){var e,t;for(g&&(e=m.domain)&&e.exit();a;){t=a.fn,a=a.next;try{t()}catch(e){throw a?o():i=void 0,e}}i=void 0,e&&e.enter()},g?o=function(){m.nextTick(r)}:p&&!/(iphone|ipod|ipad).*applewebkit/i.test(h)?(s=!0,A=document.createTextNode(""),new p(r).observe(A,{characterData:!0}),o=function(){A.data=s=!s}):_&&_.resolve?(u=_.resolve(void 0),o=function(){u.then(r)}):o=function(){f.call(l,r)}),e.exports=w||function(e){var t={fn:e,next:void 0};i&&(i.next=t),a||(a=t,o()),i=t}},function(e,t,n){var r=n(41);e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t,n){"use strict";var r=n(25),a=n(113),i=n(542),o=n(543);r({target:"Promise",proto:!0,real:!0},{finally:function(e){var t=i(this,a("Promise")),n="function"==typeof e;return this.then(n?function(n){return o(t,e()).then((function(){return n}))}:e,n?function(n){return o(t,e()).then((function(){throw n}))}:e)}})},function(e,t,n){var r=n(25),a=n(143),i=n(181),o=n(134),s=n(81),A=n(358),u=n(56),l=function(e,t){var n=this;if(!(n instanceof l))return new l(e,t);i&&(n=i(new Error(t),a(n)));var r=[];return A(e,r.push,r),n.errors=r,void 0!==t&&u(n,"message",String(t)),n};l.prototype=o(Error.prototype,{constructor:s(5,l),name:s(5,"AggregateError")}),r({global:!0},{AggregateError:l})},function(e,t,n){"use strict";var r=n(25),a=n(82),i=n(330),o=n(359),s=n(358);r({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=i.f(t),r=n.resolve,A=n.reject,u=o((function(){var n=a(t.resolve),i=[],o=0,A=1;s(e,(function(e){var a=o++,s=!1;i.push(void 0),A++,n.call(t,e).then((function(e){s||(s=!0,i[a]={status:"fulfilled",value:e},--A||r(i))}),(function(e){s||(s=!0,i[a]={status:"rejected",reason:e},--A||r(i))}))})),--A||r(i)}));return u.error&&A(u.value),n.promise}})},function(e,t,n){"use strict";var r=n(25),a=n(330),i=n(359);r({target:"Promise",stat:!0},{try:function(e){var t=a.f(this),n=i(e);return(n.error?t.reject:t.resolve)(n.value),t.promise}})},function(e,t,n){"use strict";var r=n(25),a=n(82),i=n(113),o=n(330),s=n(359),A=n(358);r({target:"Promise",stat:!0},{any:function(e){var t=this,n=o.f(t),r=n.resolve,u=n.reject,l=s((function(){var n=a(t.resolve),o=[],s=0,l=1,c=!1;A(e,(function(e){var a=s++,A=!1;o.push(void 0),l++,n.call(t,e).then((function(e){A||c||(c=!0,r(e))}),(function(e){A||c||(A=!0,o[a]=e,--l||u(new(i("AggregateError"))(o,"No one promise resolved")))}))})),--l||u(new(i("AggregateError"))(o,"No one promise resolved"))}));return l.error&&u(l.value),n.promise}})},,,,,,,,function(e,t,n){var r=n(673),a=n(674),i=n(684);e.exports=function(e){return function(t,n,o){return o&&"number"!=typeof o&&a(t,n,o)&&(n=o=void 0),t=i(t),void 0===n?(n=t,t=0):n=i(n),o=void 0===o?t<n?1:-1:i(o),r(t,n,o,e)}}},function(e,t){var n=Math.ceil,r=Math.max;e.exports=function(e,t,a,i){for(var o=-1,s=r(n((t-e)/(a||1)),0),A=Array(s);s--;)A[i?s:++o]=e,e+=a;return A}},function(e,t,n){var r=n(675),a=n(676),i=n(683),o=n(507);e.exports=function(e,t,n){if(!o(n))return!1;var s=typeof t;return!!("number"==s?a(n)&&i(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,n){var r=n(677),a=n(682);e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},function(e,t,n){var r=n(544),a=n(507);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,n){var r=n(679),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(42))},function(e,t,n){var r=n(545),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,n){var r=n(685);e.exports=function(e){return e?(e=r(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},function(e,t,n){var r=n(507),a=n(686),i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,A=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=s.test(e);return n||A.test(e)?u(e.slice(2),n?2:8):o.test(e)?NaN:+e}},function(e,t,n){var r=n(544),a=n(687);e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){e.exports=n(758)},function(e,t,n){var r=n(759),a=String.prototype;e.exports=function(e){var t=e.startsWith;return"string"==typeof e||e===a||e instanceof String&&t===a.startsWith?r:t}},function(e,t,n){n(760);var r=n(48);e.exports=r("String").startsWith},function(e,t,n){"use strict";var r=n(25),a=n(75),i=n(539),o=n(91),s=n(540),A="".startsWith,u=Math.min;r({target:"String",proto:!0,forced:!s("startsWith")},{startsWith:function(e){var t=String(o(this));i(e);var n=a(u(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return A?A.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){e.exports=n(541)},,,,function(e,t,n){e.exports=n(766)},function(e,t,n){var r=n(767),a=Array.prototype;e.exports=function(e){var t=e.findIndex;return e===a||e instanceof Array&&t===a.findIndex?r:t}},function(e,t,n){n(768);var r=n(48);e.exports=r("Array").findIndex},function(e,t,n){"use strict";var r=n(25),a=n(100).findIndex,i=n(135),o=!0;"findIndex"in[]&&Array(1).findIndex((function(){o=!1})),r({target:"Array",proto:!0,forced:o},{findIndex:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),i("findIndex")},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t);var r=n(7),a=n.n(r),i=n(127),o=n.n(i),s=n(361),A=n.n(s),u=n(21),l=n.n(u),c=n(26),d=n.n(c),f=n(14),h=n.n(f),p=n(38),m=n.n(p),_=n(30),g=n.n(_),y=n(23),w=n.n(y),v=n(9),B=n.n(v),b=n(16),M=n.n(b),L=n(15),E=n.n(L),T=n(8),k=n.n(T),C=n(17),S=n.n(C),Y=n(18),Q=n.n(Y),D=n(11),H=n.n(D),U=n(6),F=n.n(U),x=n(4),O=n.n(x),N=n(0),P=n.n(N),I=n(3),R=n.n(I),j=n(19),K=n.n(j),z=n(2),W=n.n(z),V=n(1),J=n(369),G=n(12),X=n.n(G),q=n(162),$=n(36),Z=n.n($);function ee(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var te=function(e){S()(n,e);var t=ee(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"handleSort",(function(){var e=r.props.column.name,t="asc"===r.props.column.sorted?"desc":"asc";r.props.onSort(e,t)})),r}return E()(n,[{key:"render",value:function(){var e,t=this,n=K()("manage-column",{"column-primary":this.props.column.is_primary},{sortable:this.props.column.sortable},this.props.column.sorted,{sorted:this.props.sort_by===this.props.column.name},this.props.column.className);return e=!0===this.props.column.sortable?P.a.createElement("a",{onClick:this.handleSort,role:"button",tabIndex:0,onKeyDown:function(e){var n,r;Z()(n=["keydown","keypress"]).call(n,e.type)&&Z()(r=["Enter"," "]).call(r,e.key)&&(e.preventDefault(),t.handleSort())}},P.a.createElement("span",null,this.props.column.label),P.a.createElement("span",{className:"mailpoet-listing-sorting-arrow"})):this.props.column.label,P.a.createElement("th",{role:"columnheader",className:n,id:this.props.column.name,scope:"col",width:this.props.column.width||null},e)}}]),n}(P.a.Component);te.propTypes={column:W.a.shape({name:W.a.string,sorted:W.a.string,is_primary:W.a.bool,sortable:W.a.bool,label:W.a.string,width:W.a.oneOfType([W.a.string,W.a.number]),className:W.a.string}).isRequired,sort_by:W.a.string,onSort:W.a.func.isRequired},te.defaultProps={sort_by:void 0};var ne=te;function re(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ae=function(e){S()(n,e);var t=re(n);function n(e){var r,a;return M()(this,n),(a=t.call(this,e)).handleSelectItems=X()(r=a.handleSelectItems).call(r,k()(a)),a}return E()(n,[{key:"handleSelectItems",value:function(e){this.props.onSelectItems(e.target.checked)}},{key:"render",value:function(){var e,t,n=this,r=B()(e=this.props.columns).call(e,(function(e,t){var r=e;return r.is_primary=0===t,r.sorted=n.props.sort_by===e.name?n.props.sort_order:"desc",P.a.createElement(ne,{onSort:n.props.onSort,sort_by:n.props.sort_by,key:"column-".concat(e.name),column:r})}));return!0===this.props.is_selectable&&(t=P.a.createElement("th",{className:"manage-column column-cb mailpoet-listing-check-column"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"select_all"},V.a.I18n.t("selectAll")),P.a.createElement(q.a,{name:"select_all",id:"select_all",automationId:"select_all",checked:this.props.selection,onCheck:function(){},onChange:this.handleSelectItems}))),P.a.createElement("tr",null,t,r)}}]),n}(P.a.Component);ae.propTypes={onSelectItems:W.a.func.isRequired,onSort:W.a.func.isRequired,columns:W.a.arrayOf(W.a.object),sort_by:W.a.string,sort_order:W.a.string,is_selectable:W.a.bool.isRequired,selection:W.a.oneOfType([W.a.string,W.a.bool]).isRequired},ae.defaultProps={columns:[],sort_by:void 0,sort_order:"desc"};var ie=ae,oe=n(33),se=n.n(oe);function Ae(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ue=function(e){S()(n,e);var t=Ae(n);function n(e){var r;return M()(this,n),r=t.call(this,e),F()(k()(r),"setPage",(function(e){r.setState({page:null},(function(){r.props.onSetPage(r.constrainPage(e))}))})),F()(k()(r),"setFirstPage",(function(){r.setPage(1)})),F()(k()(r),"setLastPage",(function(){r.setPage(r.getLastPage())})),F()(k()(r),"setPreviousPage",(function(){r.setPage(r.constrainPage(se()(r.props.page,10)-1))})),F()(k()(r),"setNextPage",(function(){r.setPage(r.constrainPage(se()(r.props.page,10)+1))})),F()(k()(r),"getLastPage",(function(){return Math.ceil(r.props.count/r.props.limit)})),F()(k()(r),"handleSetManualPage",(function(e){13===e.which&&r.setPage(r.state.page)})),F()(k()(r),"handleChangeManualPage",(function(e){r.setState({page:e.target.value})})),F()(k()(r),"handleBlurManualPage",(function(e){r.setPage(e.target.value)})),F()(k()(r),"constrainPage",(function(e){return Math.min(Math.max(1,Math.abs(Number(e))),r.getLastPage())})),r.state={page:null},r}return E()(n,[{key:"render",value:function(){var e=this;if(0===this.props.count)return!1;var t=!1,n=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-first"},P.a.createElement(le,{direction:"left",disabled:!0}),P.a.createElement(le,{direction:"left",disabled:!0})),r=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-previous"},P.a.createElement(le,{direction:"left",disabled:!0})),a=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-next"},P.a.createElement(le,{disabled:!0})),i=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-last"},P.a.createElement(le,{disabled:!0}),P.a.createElement(le,{disabled:!0}));if(this.props.limit>0&&this.props.count>this.props.limit){this.props.page>1&&(r=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setPreviousPage(t)},className:"mailpoet-listing-pages-previous"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("previousPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,{direction:"left"})))),this.props.page>2&&(n=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setFirstPage(t)},className:"mailpoet-listing-pages-first"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("firstPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,{direction:"left"}),P.a.createElement(le,{direction:"left"})))),this.props.page<this.getLastPage()&&(a=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setNextPage(t)},className:"mailpoet-listing-pages-next"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("nextPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,null)))),this.props.page<this.getLastPage()-1&&(i=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setLastPage()},className:"mailpoet-listing-pages-last"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("lastPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,null),P.a.createElement(le,null))));var o=this.props.page;null!==this.state.page&&(o=this.state.page),t=P.a.createElement("span",{className:"mailpoet-listing-pages-links"},n," ",r," ",P.a.createElement("span",{className:"mailpoet-listing-paging-input"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"current-page-selector"},V.a.I18n.t("currentPage")),P.a.createElement("input",{type:"text",onChange:this.handleChangeManualPage,onKeyUp:this.handleSetManualPage,onBlur:this.handleBlurManualPage,"aria-describedby":"table-paging",size:"2",value:o,name:"paged",id:"current-page-selector",className:"mailpoet-listing-current-page"}),V.a.I18n.t("pageOutOf")," ",P.a.createElement("span",{className:"mailpoet-listing-total-pages"},Math.ceil(this.props.count/this.props.limit).toLocaleString()))," ",a," ",i)}var s,A=K()("mailpoet-listing-pages",{"one-page":this.props.count<=this.props.limit});return s=1===Number(this.props.count)?V.a.I18n.t("numberOfItemsSingular"):V.a.I18n.t("numberOfItemsMultiple").replace("%$1d",se()(this.props.count,10).toLocaleString()),P.a.createElement("div",{className:A},P.a.createElement("span",{className:"mailpoet-listing-pages-num"},s),t)}}]),n}(P.a.Component);ue.propTypes={onSetPage:W.a.func.isRequired,page:W.a.oneOfType([W.a.number,W.a.string]).isRequired,count:W.a.number.isRequired,limit:W.a.number.isRequired};var le=function(e){var t=e.direction,n=e.disabled;return P.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"12",viewBox:"0 0 8 12"},P.a.createElement("path",{fill:n?"#E5E9F8":"#9CA6CC",d:"left"===t?"M8 10V2c0-.552-.448-1-1-1-.216 0-.427.07-.6.2l-5.333 4c-.442.331-.532.958-.2 1.4.057.076.124.143.2.2l5.333 4c.442.331 1.069.242 1.4-.2.13-.173.2-.384.2-.6z":"M0 10V2c0-.552.448-1 1-1 .216 0 .427.07.6.2l5.333 4c.442.331.532.958.2 1.4-.057.076-.124.143-.2.2l-5.333 4c-.442.331-1.069.242-1.4-.2-.13-.173-.2-.384-.2-.6z"}))};le.propTypes={direction:W.a.oneOf(["left","right"]),disabled:W.a.bool},le.defaultProps={direction:"right",disabled:!1};var ce=ue,de=n(63),fe=n.n(de),he=n(150),pe=n.n(he),me=n(106),_e=P.a.createElement("svg",{viewBox:"3 3 18 18"},P.a.createElement("path",{d:"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z"}));function ge(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ye=function(e){S()(n,e);var t=ge(n);function n(e){var r,a,i;return M()(this,n),(i=t.call(this,e)).state={search:""},i.handleSearch=X()(r=i.handleSearch).call(r,k()(i)),i.debouncedHandleSearch=R.a.debounce(i.handleSearch,300),i.onChange=X()(a=i.onChange).call(a,k()(i)),i}return E()(n,[{key:"componentDidUpdate",value:function(e){var t=this;e.search!==this.props.search&&pe()((function(){t.setState({search:t.props.search})}))}},{key:"onChange",value:function(e){this.setState({search:e.target.value}),this.debouncedHandleSearch()}},{key:"handleSearch",value:function(){var e;this.props.onSearch(fe()(e=this.state.search).call(e))}},{key:"render",value:function(){var e=this;return!1!==this.props.search&&P.a.createElement("div",{className:"mailpoet-listing-search"},P.a.createElement("form",{name:"search",onSubmit:function(t){t.preventDefault(),e.handleSearch()}},P.a.createElement("label",{htmlFor:"search_input",className:"screen-reader-text"},V.a.I18n.t("searchLabel")),P.a.createElement(me.a,{dimension:"small",iconStart:_e,type:"search",id:"search_input",name:"s",onChange:this.onChange,value:this.state.search,placeholder:V.a.I18n.t("searchLabel")})))}}]),n}(P.a.Component);ye.propTypes={search:W.a.string.isRequired,onSearch:W.a.func.isRequired};var we=ye,ve=n(24),Be=n(80);function be(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Me=function(e){S()(n,e);var t=be(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"getAvailableFilters",(function(){var e,t=r.props.filters;return w()(e=g()(t)).call(e,(function(e){return!(0===t[e].length||1===t[e].length&&!t[e][0].value)}))})),F()(k()(r),"handleEmptyTrash",(function(){return r.props.onEmptyTrash()})),F()(k()(r),"handleFilterAction",(function(){var e,t={};return d()(e=r.getAvailableFilters()).call(e,(function(e,n){t[r["filter-".concat(n)].name]=r["filter-".concat(n)].value})),r.props.onBeforeSelectFilter&&r.props.onBeforeSelectFilter(t),r.props.onSelectFilter(t)})),r}return E()(n,[{key:"componentDidUpdate",value:function(){var e,t=this,n=w()(this.props);d()(e=this.getAvailableFilters()).call(e,(function(e,r){void 0!==n[e]&&n[e]&&O()(t["filter-".concat(r)]).val(n[e]).trigger("change")}))}},{key:"render",value:function(){var e,t,n=this,r=this.props.filters,a=B()(e=this.getAvailableFilters()).call(e,(function(e,t){var a;return P.a.createElement(Be.a,{isMinWidth:!0,dimension:"small",ref:function(e){n["filter-".concat(t)]=e},key:"filter-".concat(e),name:e,onChange:n.handleFilterAction},B()(a=r[e]).call(a,(function(e){return P.a.createElement("option",{value:e.value,key:"filter-option-".concat(e.value)},e.label)})))}));return"trash"===this.props.group&&(t=P.a.createElement("span",{className:"mailpoet-listing-filters-empty-trash"},P.a.createElement(ve.a,{dimension:"small",variant:"light",onClick:this.handleEmptyTrash,automationId:"empty_trash"},V.a.I18n.t("emptyTrash")))),P.a.createElement("div",{className:"mailpoet-listing-filters"},a,t)}}]),n}(P.a.Component);Me.propTypes={filters:W.a.oneOfType([W.a.object,W.a.array]).isRequired,onEmptyTrash:W.a.func.isRequired,onBeforeSelectFilter:W.a.func,onSelectFilter:W.a.func.isRequired,filter:W.a.objectOf(W.a.string).isRequired,group:W.a.string.isRequired},Me.defaultProps={onBeforeSelectFilter:void 0};var Le=Me;function Ee(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Te=function(e){S()(n,e);var t=Ee(n);function n(e){var r,a;return M()(this,n),(a=t.call(this,e)).state={extra:!1},a.handleApplyAction=X()(r=a.handleApplyAction).call(r,k()(a)),a}return E()(n,[{key:"getSelectedAction",value:function(e){var t=e;if(t.length>0){var n,r=w()(n=this.props.bulk_actions).call(n,(function(e){return e.name===t}));if(r.length>0)return r[0]}return null}},{key:"handleApplyAction",value:function(e){var t=this,n=this.getSelectedAction(e);if(null!==n)if(void 0===n.onSelect||this.state.extra){var r="all"!==this.props.selection?this.props.selected_ids:[],a=void 0!==n.getData?n.getData():{};a.action=n.name;var i=function(){};if(void 0!==n.onSuccess&&(i=n.onSuccess),a.action){var o=this.props.onBulkAction(r,a);!1!==o&&o.then(i)}this.setState({extra:!1})}else{this.setState({extra:n.onSelect((function(){return t.handleApplyAction(e)}),(function(){return t.setState({extra:!1})}),this.props)})}}},{key:"render",value:function(){var e,t=this;return 0===this.props.bulk_actions.length?null:P.a.createElement("div",{className:"mailpoet-listing-bulk-actions"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("selectBulkAction")),P.a.createElement("div",null,B()(e=this.props.bulk_actions).call(e,(function(e){return P.a.createElement("a",{href:"#","data-automation-id":"action-".concat(e.name),key:"action-".concat(e.name),onClick:function(n){return n.preventDefault(),t.handleApplyAction(e.name)}},e.label)}))),this.state.extra)}}]),n}(P.a.Component);Te.propTypes={bulk_actions:W.a.arrayOf(W.a.object).isRequired,selection:W.a.oneOfType([W.a.string,W.a.bool]).isRequired,selected_ids:W.a.arrayOf(W.a.number).isRequired,onBulkAction:W.a.func.isRequired};var ke=Te,Ce=n(22);function Se(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Ye=function(e){S()(n,e);var t=Se(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"handleSelectItem",(function(e){return r.props.onSelectItem(se()(e.target.value,10),e.target.checked),!e.target.checked})),F()(k()(r),"handleRestoreItem",(function(e){r.props.onRestoreItem(e)})),F()(k()(r),"handleTrashItem",(function(e){r.props.onTrashItem(e)})),F()(k()(r),"handleDeleteItem",(function(e){r.props.onDeleteItem(e)})),r}return E()(n,[{key:"render",value:function(){var e=this,t=!1;!0===this.props.is_selectable&&(t=P.a.createElement("th",{className:"mailpoet-listing-check-column mailpoet-hide-on-mobile",scope:"row"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"listing-row-checkbox-".concat(this.props.item.id)},"Select ".concat(this.props.item[this.props.columns[0].name])),P.a.createElement(q.a,{value:this.props.item.id,checked:this.props.item.selected||"all"===this.props.selection,onCheck:function(){},onChange:this.handleSelectItem,disabled:"all"===this.props.selection,id:"listing-row-checkbox-".concat(this.props.item.id),automationId:"listing-row-checkbox-".concat(this.props.item.id)})));var n,r,a,i=this.props.item_actions,o=!1;i.length>0?o=B()(n=w()(i).call(i,(function(t){return void 0===t.display||t.display(e.props.item)}))).call(n,(function(t,n){return"trash"===t.name?P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},P.a.createElement("a",{type:"button",href:"#",onClick:function(t){t.preventDefault(),e.handleTrashItem(e.props.item.id)}},e.props.isItemToggleable(e.props.item)?V.a.I18n.t("trashAndDisable"):V.a.I18n.t("moveToTrash"))):t.refresh?P.a.createElement("span",{onClick:e.props.onRefreshItems,key:"action-".concat(t.name),className:K()(t.name,t.className),role:"button",tabIndex:n,onKeyDown:function(t){var n,r;Z()(n=["keydown","keypress"]).call(n,t.type)&&Z()(r=["Enter"," "]).call(r,t.key)&&(t.preventDefault(),e.props.onRefreshItems())}},t.link(e.props.item)):t.link?P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},t.link(e.props.item,e.props.location)):P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},P.a.createElement("a",{href:"#",onClick:function(n){n.preventDefault(),void 0!==t.onClick&&t.onClick(e.props.item,e.props.onRefreshItems)}},t.label))})):o=P.a.createElement("span",{className:"edit mailpoet-hide-on-mobile"},P.a.createElement(Ce.c,{to:{pathname:"/edit/".concat(this.props.item.id),state:{backUrl:null===(r=this.props.location)||void 0===r?void 0:r.pathname}}},V.a.I18n.t("edit")));a="trash"===this.props.group?P.a.createElement("div",{className:"mailpoet-listing-actions-holder"},P.a.createElement("div",{className:"mailpoet-listing-actions"},P.a.createElement("span",null,P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.handleRestoreItem(e.props.item.id)}},this.props.isItemToggleable(this.props.item)?V.a.I18n.t("restoreAndEnable"):V.a.I18n.t("restore"))),this.props.isItemDeletable(this.props.item)&&P.a.createElement("span",{className:"delete"},P.a.createElement("a",{className:"submitdelete",href:"#",onClick:function(t){t.preventDefault(),e.handleDeleteItem(e.props.item.id)}},V.a.I18n.t("deletePermanently"))))):P.a.createElement("div",{className:"mailpoet-listing-actions-holder"},P.a.createElement("div",{className:"mailpoet-listing-actions"},o));var s=K()({"mailpoet-listing-row-selected":this.props.item.selected||"all"===this.props.selection,"mailpoet-listing-row-inactive":this.props.isItemInactive(this.props.item)});return P.a.createElement("tr",{className:s,"data-automation-id":"listing_item_".concat(this.props.item.id)},t,this.props.onRenderItem(this.props.item,a))}}]),n}(P.a.Component);Ye.propTypes={onSelectItem:W.a.func.isRequired,onRestoreItem:W.a.func.isRequired,onTrashItem:W.a.func.isRequired,onDeleteItem:W.a.func.isRequired,is_selectable:W.a.bool.isRequired,item:W.a.object.isRequired,columns:W.a.arrayOf(W.a.object).isRequired,selection:W.a.oneOfType([W.a.string,W.a.number,W.a.bool]).isRequired,item_actions:W.a.arrayOf(W.a.object).isRequired,onRefreshItems:W.a.func.isRequired,onRenderItem:W.a.func.isRequired,isItemInactive:W.a.func.isRequired,group:W.a.string.isRequired,location:W.a.shape({pathname:W.a.string}),isItemDeletable:W.a.func,isItemToggleable:W.a.func},Ye.defaultProps={location:void 0,isItemDeletable:function(){return!0},isItemToggleable:function(){return!1}};var Qe=Ye,De=n(70);function He(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Ue=function(e){S()(n,e);var t=He(n);function n(){return M()(this,n),t.apply(this,arguments)}return E()(n,[{key:"render",value:function(){var e,t,n=this;if(0===this.props.items.length)return t=!0===this.props.loading?this.props.messages.onLoadingItems&&this.props.messages.onLoadingItems(this.props.group)||V.a.I18n.t("loadingItems"):this.props.messages.onNoItemsFound&&this.props.messages.onNoItemsFound(this.props.group,this.props.search)||V.a.I18n.t("noItemsFound"),P.a.createElement("tbody",null,P.a.createElement("tr",{className:"mailpoet-listing-no-items"},P.a.createElement("td",{colSpan:this.props.columns.length+(this.props.is_selectable?1:0),className:"colspanchange"},t)));var r=!1===this.props.selection||this.props.count<=this.props.limit,a=!(this.props.selected_ids.length>0||this.props.selection),i=K()("mailpoet-listing-actions-and-select-all-row",{mailpoet_hidden:a&&r}),o=K()("mailpoet-listing-select-all",{mailpoet_hidden:r});return P.a.createElement("tbody",null,P.a.createElement("tr",{className:i},P.a.createElement("td",{colSpan:this.props.columns.length+(this.props.is_selectable?1:0)},P.a.createElement(De.a.SpaceBetween,{verticalAlign:"center"},P.a.createElement("div",{className:"mailpoet-listing-bulk-actions-container"},!a&&P.a.createElement(ke,{count:this.props.count,bulk_actions:this.props.bulk_actions,selection:this.props.selection,selected_ids:this.props.selected_ids,onBulkAction:this.props.onBulkAction})),P.a.createElement("div",{className:o},"all"!==this.props.selection?V.a.I18n.t("selectAllLabel"):V.a.I18n.t("selectedAllLabel").replace("%d",this.props.count.toLocaleString())," ",P.a.createElement("a",{href:"#",onClick:function(e){e.preventDefault(),n.props.onSelectAll(e)}},"all"!==this.props.selection?V.a.I18n.t("selectAllLink"):V.a.I18n.t("clearSelection")),".")))),B()(e=this.props.items).call(e,(function(e){var t,r,a=e;a.id=se()(e.id,10),a.selected=-1!==m()(t=n.props.selected_ids).call(t,a.id);var i=h()(r="item-".concat(a.id,"-")).call(r,e.id);return"function"==typeof n.props.getListingItemKey&&(i=n.props.getListingItemKey(e)),P.a.createElement(Qe,{columns:n.props.columns,isItemInactive:n.props.isItemInactive,onSelectItem:n.props.onSelectItem,onRenderItem:n.props.onRenderItem,onDeleteItem:n.props.onDeleteItem,onRestoreItem:n.props.onRestoreItem,onTrashItem:n.props.onTrashItem,onRefreshItems:n.props.onRefreshItems,selection:n.props.selection,is_selectable:n.props.is_selectable,item_actions:n.props.item_actions,group:n.props.group,location:n.props.location,key:i,item:a,isItemDeletable:n.props.isItemDeletable,isItemToggleable:n.props.isItemToggleable})})))}}]),n}(P.a.Component);Ue.propTypes={items:W.a.arrayOf(W.a.object).isRequired,loading:W.a.bool.isRequired,messages:W.a.shape({onLoadingItems:W.a.func,onNoItemsFound:W.a.func}).isRequired,group:W.a.string.isRequired,columns:W.a.arrayOf(W.a.object).isRequired,is_selectable:W.a.bool.isRequired,selection:W.a.oneOfType([W.a.string,W.a.number,W.a.bool]).isRequired,count:W.a.number.isRequired,limit:W.a.number.isRequired,onSelectAll:W.a.func.isRequired,selected_ids:W.a.arrayOf(W.a.number).isRequired,getListingItemKey:W.a.func,onSelectItem:W.a.func.isRequired,onRenderItem:W.a.func.isRequired,onDeleteItem:W.a.func.isRequired,onRestoreItem:W.a.func.isRequired,onTrashItem:W.a.func.isRequired,onRefreshItems:W.a.func.isRequired,isItemInactive:W.a.func.isRequired,item_actions:W.a.arrayOf(W.a.object).isRequired,bulk_actions:W.a.arrayOf(W.a.object).isRequired,onBulkAction:W.a.func.isRequired,search:W.a.string,location:W.a.shape({pathname:W.a.string}),isItemDeletable:W.a.func,isItemToggleable:W.a.func},Ue.defaultProps={getListingItemKey:void 0,search:void 0,location:void 0,isItemDeletable:function(){return!0},isItemToggleable:function(){return!1}};var Fe=Ue,xe=n(28),Oe=n.n(xe),Ne=function(e){if(!e.mta_log.error||"paused"!==e.mta_log.status||"authorization"===e.mta_log.error.operation)return null;if("migration"===e.mta_log.error.operation)return P.a.createElement("div",{className:"mailpoet_notice notice notice-warning"},P.a.createElement("p",null,e.mta_log.error.error_message));var t=e.mta_log.error.error_message,n=e.mta_log.error.error_code;n&&(t+=t?", ":"",t+=V.a.I18n.t("mailerErrorCode").replace("%$1s",n));var r=[];t=t.replace(/<a.*?>.*?<\/a>/g,(function(e){return r.push(e),"[link-".concat(r.length-1,"]")})),t=Oe()(t,/\[link-(\d+)\]/g,(function(e){var t=(new DOMParser).parseFromString(r[e],"text/xml").firstChild;return P.a.createElement("a",{key:"a-".concat(e),href:t.getAttribute("href"),target:t.getAttribute("target"),rel:t.getAttribute("rel")},t.textContent)}));var a=0;return t=Oe()(t,/(<br\s*\/?>)/g,(function(){return P.a.createElement("br",{key:"br-".concat(a++)})})),P.a.createElement("div",{className:"mailpoet_notice notice notice-error"},P.a.createElement("p",null,"send"===e.mta_log.error.operation?V.a.I18n.t("mailerSendErrorNotice").replace("%$1s",e.mta_method):V.a.I18n.t("mailerConnectionErrorNotice"),":"," ",P.a.createElement("i",null,t)),"PHPMail"===e.mta_method?P.a.createElement(Pe,null):P.a.createElement(Ie,null),P.a.createElement("p",null,P.a.createElement("a",{href:"#",className:"button button-primary",onClick:function(e){e.preventDefault(),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:"mailer",action:"resumeSending"}).done((function(){V.a.Notice.success(V.a.I18n.t("mailerSendingResumedNotice")),window.mailpoet_listing.forceUpdate()})).fail((function(e){var t;e.errors.length>0&&V.a.Notice.error(B()(t=e.errors).call(t,(function(e){return e.message})),{scroll:!0})}))}},V.a.I18n.t("mailerResumeSendingButton"))))};Ne.propTypes={mta_method:W.a.string.isRequired,mta_log:W.a.object.isRequired};var Pe=function(){return P.a.createElement(P.a.Fragment,null,P.a.createElement("p",null,V.a.I18n.t("mailerSendErrorCheckConfiguration")),P.a.createElement("br",null),P.a.createElement("p",null,Oe()(V.a.I18n.t("mailerSendErrorUseSendingService"),/<b>(.*?)<\/b>/g,(function(e,t){return P.a.createElement("b",{key:t},e)}))),P.a.createElement("p",null,P.a.createElement("a",{href:V.a.MailPoetComUrlFactory.getFreePlanUrl({utm_campaign:"sending-error"}),target:"_blank",rel:"noopener noreferrer"},V.a.I18n.t("mailerSendErrorSignUpForSendingService"))),P.a.createElement("br",null))},Ie=function(){return P.a.createElement("p",null,Oe()(V.a.I18n.t("mailerCheckSettingsNotice"),/\[link\](.*?)\[\/link\]/g,(function(e){return P.a.createElement("a",{href:"?page=mailpoet-settings#mta",key:"check-sending"},e)})))},Re=Ne,je=n(57),Ke=n(29);function ze(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var We=function(e){S()(n,e);var t=ze(n);function n(e){var r;return M()(this,n),r=t.call(this,e),F()(k()(r),"getEmptyState",(function(){return{loading:!1,search:"",page:1,count:0,limit:10,sort_by:null,sort_order:null,items:[],groups:[],group:"all",filters:{},filter:{},selected_ids:[],selection:!1,meta:{}}})),F()(k()(r),"setParams",(function(){if(r.props.location){var e,t,n,a,i=B()(e=w()(t=B()(n=w()(a=g()(r.state)).call(a,(function(e){var t;return-1!==m()(t=["group","filter","search","page","sort_by","sort_order"]).call(t,e)}))).call(n,(function(e){var t=r.state[e];return t===Object(t)?t=O.a.param(t):t===Boolean(t)&&(t=t.toString()),{key:e,value:t}}))).call(t,(function(e){var t=e.value;return""!==t&&null!==t}))).call(e,(function(e){var t,n=e.key,r=e.value;return h()(t="".concat(n,"[")).call(t,r,"]")})).join("/"),o=r.getUrlWithParams(i);r.props.location.pathname!==o&&r.props.history.push("".concat(o))}})),F()(k()(r),"getUrlWithParams",(function(e){var t,n=void 0!==r.props.base_url?r.props.base_url:null;return n?(n=r.setBaseUrlParams(n),h()(t="/".concat(n,"/")).call(t,e)):"/".concat(e)})),F()(k()(r),"setBaseUrlParams",(function(e){var t=e;if(-1!==m()(t).call(t,":")){var n,a=r.getParams();d()(n=g()(a)).call(n,(function(e){-1!==m()(t).call(t,":".concat(e))&&(t=t.replace(":".concat(e),a[e]))}))}return t})),F()(k()(r),"getParams",(function(){var e=R.a.omit(r.props.params,"splat");return r.props.type&&(e.type=r.props.type),e})),F()(k()(r),"getParam",(function(e){var t=/(.*)\[(.*)\]/.exec(e);return t?[t[1],t[2]]:null})),F()(k()(r),"getItems",(function(){r.isComponentMounted&&(r.setState({loading:!0}),r.clearSelection(),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"listing",data:{params:r.getParams(),offset:(r.state.page-1)*r.state.limit,limit:r.state.limit,group:r.state.group,filter:w()(r.state),search:r.state.search,sort_by:r.state.sort_by,sort_order:r.state.sort_order}}).always((function(){r.isComponentMounted&&r.setState({loading:!1})})).done((function(e){r.isComponentMounted&&r.setState({items:e.data||[],filters:e.meta.filters||{},groups:e.meta.groups||[],count:e.meta.count||0,meta:R.a.omit(e.meta,["filters","groups","count"])},(function(){"trash"===r.state.group&&0===e.meta.count&&r.handleGroup("all"),void 0!==r.props.afterGetItems&&r.props.afterGetItems(r.state)}))})).fail((function(e){var t;e.errors.length>0&&r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})})))})),F()(k()(r),"initWithParams",(function(e){var t=r.getEmptyState();R.a.mapObject(e,(function(e){var n;e&&d()(n=e.split("/")).call(n,(function(e){var n;if(e){var a=r.getParam(e);if(a){var i=l()(a,2),o=i[0],s=i[1],A={};switch(o){case"filter":d()(n=s.split("&")).call(n,(function(e){var t=e.split("="),n=l()(t,2),r=n[0],a=n[1];A[r]=a})),t.filter=A;break;default:t[o]=s}}}}))})),void 0!==r.props.limit&&(t.limit=Math.abs(Number(r.props.limit))),null===t.sort_by&&void 0!==r.props.sort_by&&(t.sort_by=r.props.sort_by),null===t.sort_order&&void 0!==r.props.sort_order&&(t.sort_order=r.props.sort_order),r.setState(t,(function(){r.getItems()}))})),F()(k()(r),"handleRestoreItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"restore",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onRestore&&r.props.messages.onRestore(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleTrashItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"trash",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onTrash&&r.props.messages.onTrash(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleDeleteItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"delete",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onDelete&&r.props.messages.onDelete(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleEmptyTrash",(function(){return r.handleBulkAction("all",{action:"delete",group:"trash"}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onDelete&&r.props.messages.onDelete(e),r.handleGroup("all")})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleBulkAction",(function(e,t){if(!1===r.state.selection&&0===r.state.selected_ids.length&&"all"!==e)return!1;r.setState({loading:!0});var n=t||{};return n.listing={params:r.getParams(),offset:0,limit:0,filter:w()(r.state),group:r.state.group,search:r.state.search},"all"!==e&&(n.listing.selection=e),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"bulkAction",data:n}).done((function(){"all"===e&&"trash"===t.group&&"delete"===t.action||r.getItems()})).fail((function(e){var t;e.errors.length>0&&r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleSearch",(function(e){r.setState({search:e,page:1,selection:!1,selected_ids:[]},(function(){r.setParams()}))})),F()(k()(r),"handleSort",(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";r.setState({sort_by:e,sort_order:"asc"===t?"asc":"desc"},(function(){r.setParams()}))})),F()(k()(r),"handleSelectItem",(function(e,t){r.setState((function(n){var r=n.selected_ids,a=!1;return t?(r=O.a.merge(r,[e]),0===O()("tbody .mailpoet-listing-check-column :checkbox:not(:checked)").length&&(a="page")):A()(r).call(r,m()(r).call(r,e),1),{selection:a,selected_ids:r}}))})),F()(k()(r),"handleSelectItems",(function(e){!1===e?r.clearSelection():r.setState((function(e){var t;return{selected_ids:B()(t=e.items).call(t,(function(e){return Number(e.id)})),selection:"page"}}))})),F()(k()(r),"handleSelectAll",(function(){"all"===r.state.selection?r.clearSelection():r.setState({selection:"all",selected_ids:[]})})),F()(k()(r),"clearSelection",(function(){r.setState({selection:!1,selected_ids:[]})})),F()(k()(r),"handleFilter",(function(e){r.setState({filter:e,page:1},(function(){r.setParams()}))})),F()(k()(r),"handleGroup",(function(e){O()("#search_input").val(""),r.setState({group:e,filter:{},search:"",page:1},(function(){r.setParams()}))})),F()(k()(r),"handleSetPage",(function(e){r.setState({page:e,selection:!1,selected_ids:[]},(function(){r.setParams()}))})),F()(k()(r),"handleRenderItem",(function(e,t){return r.props.onRenderItem(e,t,r.state.meta).props.children})),F()(k()(r),"handleRefreshItems",(function(){r.getItems()})),r.formRef=P.a.createRef(),r.state=r.getEmptyState(),r}return E()(n,[{key:"componentDidMount",value:function(){var e=this;this.isComponentMounted=!0;var t=this.props.params||{};this.initWithParams(t),this.props.auto_refresh&&O()(document).on("heartbeat-tick.mailpoet",(function(){e.getItems()}))}},{key:"componentDidUpdate",value:function(e){var t=this.props.params||{},n=e.params||{};R.a.isEqual(t,n)||this.initWithParams(t)}},{key:"componentWillUnmount",value:function(){this.isComponentMounted=!1}},{key:"render",value:function(){var e,t,n=this.state.items,r=this.state.sort_by,a=this.state.sort_order,i=this.props.columns||[];i=w()(i).call(i,(function(e){return void 0===e.display||!0==!!e.display}));var s=this.props.bulk_actions||[];"trash"===this.state.group&&s.length>0&&(s=[{name:"restore",label:V.a.I18n.t("restore"),onSuccess:this.props.messages.onRestore},{name:"delete",label:V.a.I18n.t("deletePermanently"),onSuccess:this.props.messages.onDelete}]);var A=this.props.item_actions||[],u=K()("mailpoet-listing-table",{"mailpoet-listing-loading":this.state.loading}),l=P.a.createElement(we,{onSearch:this.handleSearch,search:this.state.search});!1===this.props.search&&(l=!1);var c=w()(e=B()(t=this.state.groups).call(t,(function(e){return o()(e,{automationId:"filters_".concat(e.label.replace(" ","_").toLowerCase())})}))).call(e,(function(e){return!("trash"===e.name&&0===e.count)})),d=P.a.createElement(J.a,{categories:c,active:this.state.group,onSelect:this.handleGroup});!1===this.props.groups&&(d=!1);var f,h={};void 0!==this.props.messages&&(h=this.props.messages),"function"==typeof this.props.renderExtraActions&&(f=this.props.renderExtraActions(this.state));var p=K()("mailpoet-listing",this.props.className);return P.a.createElement(P.a.Fragment,null,this.state.meta.mta_method&&P.a.createElement(Re,this.state.meta),P.a.createElement("div",{className:p},P.a.createElement("div",{className:"mailpoet-listing-header"},d,P.a.createElement("div",null,l,P.a.createElement(Le,{filters:this.state.filters,filter:w()(this.state),group:this.state.group,onBeforeSelectFilter:this.props.onBeforeSelectFilter||null,onSelectFilter:this.handleFilter,onEmptyTrash:this.handleEmptyTrash}),f,P.a.createElement(ce,{count:this.state.count,page:this.state.page,limit:this.state.limit,onSetPage:this.handleSetPage}))),P.a.createElement("table",{className:u},P.a.createElement("thead",null,P.a.createElement(ie,{onSort:this.handleSort,onSelectItems:this.handleSelectItems,selection:this.state.selection,sort_by:r,sort_order:a,columns:i,is_selectable:s.length>0})),P.a.createElement(Fe,{onRenderItem:this.handleRenderItem,getListingItemKey:this.props.getListingItemKey,onDeleteItem:this.handleDeleteItem,onRestoreItem:this.handleRestoreItem,onTrashItem:this.handleTrashItem,onRefreshItems:this.handleRefreshItems,isItemInactive:this.props.isItemInactive,columns:i,is_selectable:s.length>0,onSelectItem:this.handleSelectItem,onSelectAll:this.handleSelectAll,selection:this.state.selection,selected_ids:this.state.selected_ids,loading:this.state.loading,group:this.state.group,count:this.state.count,limit:this.state.limit,bulk_actions:s,onBulkAction:this.handleBulkAction,item_actions:A,messages:h,items:n,search:this.state.search,location:this.props.location,isItemDeletable:this.props.isItemDeletable,isItemToggleable:this.props.isItemToggleable})),P.a.createElement("div",{className:"mailpoet-listing-footer clearfix"},P.a.createElement(ce,{count:this.state.count,page:this.state.page,limit:this.state.limit,onSetPage:this.handleSetPage}))))}}]),n}(P.a.Component);We.contextType=Ke.a,We.propTypes={limit:W.a.number,sort_by:W.a.string,sort_order:W.a.string,params:W.a.object.isRequired,auto_refresh:W.a.bool,location:W.a.shape({pathname:W.a.string}),base_url:W.a.string,type:W.a.string,endpoint:W.a.string.isRequired,afterGetItems:W.a.func,messages:W.a.shape({onRestore:W.a.func,onTrash:W.a.func,onDelete:W.a.func}),onRenderItem:W.a.func.isRequired,isItemInactive:W.a.func,columns:W.a.arrayOf(W.a.object),bulk_actions:W.a.arrayOf(W.a.object),item_actions:W.a.arrayOf(W.a.object),search:W.a.bool,groups:W.a.bool,renderExtraActions:W.a.func,onBeforeSelectFilter:W.a.func,getListingItemKey:W.a.func,history:W.a.shape({push:W.a.func.isRequired}).isRequired,isItemDeletable:W.a.func,isItemToggleable:W.a.func,className:W.a.string},We.defaultProps={limit:10,sort_by:null,sort_order:void 0,auto_refresh:!1,location:void 0,base_url:"",type:void 0,afterGetItems:void 0,messages:void 0,columns:[],bulk_actions:[],item_actions:[],search:!0,groups:!0,renderExtraActions:void 0,onBeforeSelectFilter:void 0,getListingItemKey:void 0,isItemDeletable:function(){return!0},isItemInactive:function(){return!1},isItemToggleable:function(){return!1},className:void 0};t.default=Object(je.withRouter)(We)},,,,,,,function(e,t,n){n(0),n(44),n(567),n(28),n(2),n(19),n(86),n(62),e.exports=n(84)}]]);
300
  *
301
  * This source code is licensed under the MIT license found in the
302
  * LICENSE file in the root directory of this source tree.
303
+ */var r,a,i,o,s;if("undefined"==typeof window||"function"!=typeof MessageChannel){var A=null,u=null,l=function(){if(null!==A)try{var e=t.unstable_now();A(!0,e),A=null}catch(e){throw setTimeout(l,0),e}},c=Date.now();t.unstable_now=function(){return Date.now()-c},r=function(e){null!==A?setTimeout(r,0,e):(A=e,setTimeout(l,0))},a=function(e,t){u=setTimeout(e,t)},i=function(){clearTimeout(u)},o=function(){return!1},s=t.unstable_forceFrameRate=function(){}}else{var d=window.performance,f=window.Date,h=window.setTimeout,p=window.clearTimeout;if("undefined"!=typeof console){var m=window.cancelAnimationFrame;"function"!=typeof window.requestAnimationFrame&&console.error("This browser doesn't support requestAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills"),"function"!=typeof m&&console.error("This browser doesn't support cancelAnimationFrame. Make sure that you load a polyfill in older browsers. https://fb.me/react-polyfills")}if("object"==typeof d&&"function"==typeof d.now)t.unstable_now=function(){return d.now()};else{var _=f.now();t.unstable_now=function(){return f.now()-_}}var g=!1,y=null,w=-1,v=5,B=0;o=function(){return t.unstable_now()>=B},s=function(){},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing framerates higher than 125 fps is not unsupported"):v=0<e?Math.floor(1e3/e):5};var b=new MessageChannel,M=b.port2;b.port1.onmessage=function(){if(null!==y){var e=t.unstable_now();B=e+v;try{y(!0,e)?M.postMessage(null):(g=!1,y=null)}catch(e){throw M.postMessage(null),e}}else g=!1},r=function(e){y=e,g||(g=!0,M.postMessage(null))},a=function(e,n){w=h((function(){e(t.unstable_now())}),n)},i=function(){p(w),w=-1}}function L(e,t){var n=e.length;e.push(t);e:for(;;){var r=n-1>>>1,a=e[r];if(!(void 0!==a&&0<k(a,t)))break e;e[r]=t,e[n]=a,n=r}}function E(e){return void 0===(e=e[0])?null:e}function T(e){var t=e[0];if(void 0!==t){var n=e.pop();if(n!==t){e[0]=n;e:for(var r=0,a=e.length;r<a;){var i=2*(r+1)-1,o=e[i],s=i+1,A=e[s];if(void 0!==o&&0>k(o,n))void 0!==A&&0>k(A,o)?(e[r]=A,e[s]=n,r=s):(e[r]=o,e[i]=n,r=i);else{if(!(void 0!==A&&0>k(A,n)))break e;e[r]=A,e[s]=n,r=s}}}return t}return null}function k(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}var C=[],S=[],Y=1,Q=null,D=3,H=!1,U=!1,F=!1;function x(e){for(var t=E(S);null!==t;){if(null===t.callback)T(S);else{if(!(t.startTime<=e))break;T(S),t.sortIndex=t.expirationTime,L(C,t)}t=E(S)}}function O(e){if(F=!1,x(e),!U)if(null!==E(C))U=!0,r(N);else{var t=E(S);null!==t&&a(O,t.startTime-e)}}function N(e,n){U=!1,F&&(F=!1,i()),H=!0;var r=D;try{for(x(n),Q=E(C);null!==Q&&(!(Q.expirationTime>n)||e&&!o());){var s=Q.callback;if(null!==s){Q.callback=null,D=Q.priorityLevel;var A=s(Q.expirationTime<=n);n=t.unstable_now(),"function"==typeof A?Q.callback=A:Q===E(C)&&T(C),x(n)}else T(C);Q=E(C)}if(null!==Q)var u=!0;else{var l=E(S);null!==l&&a(O,l.startTime-n),u=!1}return u}finally{Q=null,D=r,H=!1}}function P(e){switch(e){case 1:return-1;case 2:return 250;case 5:return 1073741823;case 4:return 1e4;default:return 5e3}}var I=s;t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){U||H||(U=!0,r(N))},t.unstable_getCurrentPriorityLevel=function(){return D},t.unstable_getFirstCallbackNode=function(){return E(C)},t.unstable_next=function(e){switch(D){case 1:case 2:case 3:var t=3;break;default:t=D}var n=D;D=t;try{return e()}finally{D=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=I,t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=D;D=e;try{return t()}finally{D=n}},t.unstable_scheduleCallback=function(e,n,o){var s=t.unstable_now();if("object"==typeof o&&null!==o){var A=o.delay;A="number"==typeof A&&0<A?s+A:s,o="number"==typeof o.timeout?o.timeout:P(e)}else o=P(e),A=s;return e={id:Y++,callback:n,priorityLevel:e,startTime:A,expirationTime:o=A+o,sortIndex:-1},A>s?(e.sortIndex=A,L(S,e),null===E(C)&&e===E(S)&&(F?i():F=!0,a(O,A-s))):(e.sortIndex=o,L(C,e),U||H||(U=!0,r(N))),e},t.unstable_shouldYield=function(){var e=t.unstable_now();x(e);var n=E(C);return n!==Q&&null!==Q&&null!==n&&null!==n.callback&&n.startTime<=e&&n.expirationTime<Q.expirationTime||o()},t.unstable_wrapCallback=function(e){var t=D;return function(){var n=D;D=t;try{return e.apply(this,arguments)}finally{D=n}}}},function(e,t,n){e.exports=n(504)},function(e,t,n){var r=n(505),a=Array.prototype;e.exports=function(e){var t=e.concat;return e===a||e instanceof Array&&t===a.concat?r:t}},function(e,t,n){n(183);var r=n(48);e.exports=r("Array").concat},function(e,t,n){var r,a,i,o=n(41),s=n(39),A=n(90),u=n(92),l=n(343),c=n(130),d=o.location,f=o.setImmediate,h=o.clearImmediate,p=o.process,m=o.MessageChannel,_=o.Dispatch,g=0,y={},w=function(e){if(y.hasOwnProperty(e)){var t=y[e];delete y[e],t()}},v=function(e){return function(){w(e)}},B=function(e){w(e.data)},b=function(e){o.postMessage(e+"",d.protocol+"//"+d.host)};f&&h||(f=function(e){for(var t=[],n=1;arguments.length>n;)t.push(arguments[n++]);return y[++g]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(g),g},h=function(e){delete y[e]},"process"==A(p)?r=function(e){p.nextTick(v(e))}:_&&_.now?r=function(e){_.now(v(e))}:m?(i=(a=new m).port2,a.port1.onmessage=B,r=u(i.postMessage,i,1)):!o.addEventListener||"function"!=typeof postMessage||o.importScripts||s(b)?r="onreadystatechange"in c("script")?function(e){l.appendChild(c("script")).onreadystatechange=function(){l.removeChild(this),w(e)}}:function(e){setTimeout(v(e),0)}:(r=b,o.addEventListener("message",B,!1))),e.exports={set:f,clear:h}},function(e,t){e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},,,,function(e,t,n){"use strict";n.r(t);var r=function(e){return"string"!=typeof e||""===e?(console.error("The namespace must be a non-empty string."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.\-\/]*$/.test(e)||(console.error("The namespace can only contain numbers, letters, dashes, periods, underscores and slashes."),!1)};var a=function(e){return"string"!=typeof e||""===e?(console.error("The hook name must be a non-empty string."),!1):/^__/.test(e)?(console.error("The hook name cannot begin with `__`."),!1):!!/^[a-zA-Z][a-zA-Z0-9_.-]*$/.test(e)||(console.error("The hook name can only contain numbers, letters, dashes, periods and underscores."),!1)};var i=function(e,t){return function(n,i,o){var s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:10,A=e[t];if(a(n)&&r(i))if("function"==typeof o)if("number"==typeof s){var u={callback:o,priority:s,namespace:i};if(A[n]){var l,c=A[n].handlers;for(l=c.length;l>0&&!(s>=c[l-1].priority);l--);l===c.length?c[l]=u:c.splice(l,0,u),A.__current.forEach((function(e){e.name===n&&e.currentIndex>=l&&e.currentIndex++}))}else A[n]={handlers:[u],runs:0};"hookAdded"!==n&&e.doAction("hookAdded",n,i,o,s)}else console.error("If specified, the hook priority must be a number.");else console.error("The hook callback must be a function.")}};var o=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(i,o){var s=e[t];if(a(i)&&(n||r(o))){if(!s[i])return 0;var A=0;if(n)A=s[i].handlers.length,s[i]={runs:s[i].runs,handlers:[]};else for(var u=s[i].handlers,l=function(e){u[e].namespace===o&&(u.splice(e,1),A++,s.__current.forEach((function(t){t.name===i&&t.currentIndex>=e&&t.currentIndex--})))},c=u.length-1;c>=0;c--)l(c);return"hookRemoved"!==i&&e.doAction("hookRemoved",i,o),A}}};var s=function(e,t){return function(n,r){var a=e[t];return void 0!==r?n in a&&a[n].handlers.some((function(e){return e.namespace===r})):n in a}};var A=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return function(r){var a=e[t];a[r]||(a[r]={handlers:[],runs:0}),a[r].runs++;var i=a[r].handlers;for(var o=arguments.length,s=new Array(o>1?o-1:0),A=1;A<o;A++)s[A-1]=arguments[A];if(!i||!i.length)return n?s[0]:void 0;var u={name:r,currentIndex:0};for(a.__current.push(u);u.currentIndex<i.length;){var l=i[u.currentIndex],c=l.callback.apply(null,s);n&&(s[0]=c),u.currentIndex++}return a.__current.pop(),n?s[0]:void 0}};var u=function(e,t){return function(){var n,r,a=e[t];return null!==(n=null===(r=a.__current[a.__current.length-1])||void 0===r?void 0:r.name)&&void 0!==n?n:null}};var l=function(e,t){return function(n){var r=e[t];return void 0===n?void 0!==r.__current[0]:!!r.__current[0]&&n===r.__current[0].name}};var c=function(e,t){return function(n){var r=e[t];if(a(n))return r[n]&&r[n].runs?r[n].runs:0}},d=function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.actions=Object.create(null),this.actions.__current=[],this.filters=Object.create(null),this.filters.__current=[],this.addAction=i(this,"actions"),this.addFilter=i(this,"filters"),this.removeAction=o(this,"actions"),this.removeFilter=o(this,"filters"),this.hasAction=s(this,"actions"),this.hasFilter=s(this,"filters"),this.removeAllActions=o(this,"actions",!0),this.removeAllFilters=o(this,"filters",!0),this.doAction=A(this,"actions"),this.applyFilters=A(this,"filters",!0),this.currentAction=u(this,"actions"),this.currentFilter=u(this,"filters"),this.doingAction=l(this,"actions"),this.doingFilter=l(this,"filters"),this.didAction=c(this,"actions"),this.didFilter=c(this,"filters")};var f=function(){return new d},h=f();h.addAction,h.addFilter,h.removeAction,h.removeFilter,h.hasAction,h.hasFilter,h.removeAllActions,h.removeAllFilters,h.doAction,h.applyFilters,h.currentAction,h.currentFilter,h.doingAction,h.doingFilter,h.didAction,h.didFilter,h.actions,h.filters;window.wp=window.wp||{},window.wp.hooks=window.wp.hooks||f();t.default=window.wp.hooks},,,,,,,,,function(e,t,n){"use strict";(function(e){var r=n(0),a=n.n(r),i=n(95),o=n(2),s=n.n(o),A="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==e?e:{};function u(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(n,r){e=n,t.forEach((function(t){return t(e,r)}))}}}var l=a.a.createContext||function(e,t){var n,a,o,l="__create-react-context-"+((A[o="__global_unique_id__"]=(A[o]||0)+1)+"__"),c=function(e){function n(){var t;return(t=e.apply(this,arguments)||this).emitter=u(t.props.value),t}Object(i.a)(n,e);var r=n.prototype;return r.getChildContext=function(){var e;return(e={})[l]=this.emitter,e},r.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r=this.props.value,a=e.value;((i=r)===(o=a)?0!==i||1/i==1/o:i!=i&&o!=o)?n=0:(n="function"==typeof t?t(r,a):1073741823,0!==(n|=0)&&this.emitter.set(e.value,n))}var i,o},r.render=function(){return this.props.children},n}(r.Component);c.childContextTypes=((n={})[l]=s.a.object.isRequired,n);var d=function(t){function n(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,n){0!=((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}Object(i.a)(n,t);var r=n.prototype;return r.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?1073741823:t},r.componentDidMount=function(){this.context[l]&&this.context[l].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?1073741823:e},r.componentWillUnmount=function(){this.context[l]&&this.context[l].off(this.onUpdate)},r.getValue=function(){return this.context[l]?this.context[l].get():e},r.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(r.Component);return d.contextTypes=((a={})[l]=s.a.object,a),{Provider:c,Consumer:d}};t.a=l}).call(this,n(42))},function(e,t,n){var r=n(570);e.exports=f,e.exports.parse=i,e.exports.compile=function(e,t){return s(i(e,t))},e.exports.tokensToFunction=s,e.exports.tokensToRegExp=d;var a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function i(e,t){for(var n,r=[],i=0,o=0,s="",l=t&&t.delimiter||"/";null!=(n=a.exec(e));){var c=n[0],d=n[1],f=n.index;if(s+=e.slice(o,f),o=f+c.length,d)s+=d[1];else{var h=e[o],p=n[2],m=n[3],_=n[4],g=n[5],y=n[6],w=n[7];s&&(r.push(s),s="");var v=null!=p&&null!=h&&h!==p,B="+"===y||"*"===y,b="?"===y||"*"===y,M=n[2]||l,L=_||g;r.push({name:m||i++,prefix:p||"",delimiter:M,optional:b,repeat:B,partial:v,asterisk:!!w,pattern:L?u(L):w?".*":"[^"+A(M)+"]+?"})}}return o<e.length&&(s+=e.substr(o)),s&&r.push(s),r}function o(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function s(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"==typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,a){for(var i="",s=n||{},A=(a||{}).pretty?o:encodeURIComponent,u=0;u<e.length;u++){var l=e[u];if("string"!=typeof l){var c,d=s[l.name];if(null==d){if(l.optional){l.partial&&(i+=l.prefix);continue}throw new TypeError('Expected "'+l.name+'" to be defined')}if(r(d)){if(!l.repeat)throw new TypeError('Expected "'+l.name+'" to not repeat, but received `'+JSON.stringify(d)+"`");if(0===d.length){if(l.optional)continue;throw new TypeError('Expected "'+l.name+'" to not be empty')}for(var f=0;f<d.length;f++){if(c=A(d[f]),!t[u].test(c))throw new TypeError('Expected all "'+l.name+'" to match "'+l.pattern+'", but received `'+JSON.stringify(c)+"`");i+=(0===f?l.prefix:l.delimiter)+c}}else{if(c=l.asterisk?encodeURI(d).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):A(d),!t[u].test(c))throw new TypeError('Expected "'+l.name+'" to match "'+l.pattern+'", but received "'+c+'"');i+=l.prefix+c}}else i+=l}return i}}function A(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function l(e,t){return e.keys=t,e}function c(e){return e.sensitive?"":"i"}function d(e,t,n){r(t)||(n=t||n,t=[]);for(var a=(n=n||{}).strict,i=!1!==n.end,o="",s=0;s<e.length;s++){var u=e[s];if("string"==typeof u)o+=A(u);else{var d=A(u.prefix),f="(?:"+u.pattern+")";t.push(u),u.repeat&&(f+="(?:"+d+f+")*"),o+=f=u.optional?u.partial?d+"("+f+")?":"(?:"+d+"("+f+"))?":d+"("+f+")"}}var h=A(n.delimiter||"/"),p=o.slice(-h.length)===h;return a||(o=(p?o.slice(0,-h.length):o)+"(?:"+h+"(?=$))?"),o+=i?"$":a&&p?"":"(?="+h+"|$)",l(new RegExp("^"+o,c(n)),t)}function f(e,t,n){return r(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return l(e,t)}(e,t):r(e)?function(e,t,n){for(var r=[],a=0;a<e.length;a++)r.push(f(e[a],t,n).source);return l(new RegExp("(?:"+r.join("|")+")",c(n)),t)}(e,t,n):function(e,t,n){return d(i(e,n),t,n)}(e,t,n)}},,,,function(e,t,n){"use strict";e.exports=n(571)},function(e,t,n){n(582);var r=n(31);e.exports=r.Object.assign},function(e,t,n){e.exports=n(588)},function(e,t,n){e.exports=n(592)},function(e,t,n){var r=n(530),a=n(597),i=n(533);e.exports=function(e,t){var n;if(e){if("string"==typeof e)return i(e,t);var o=a(n=Object.prototype.toString.call(e)).call(n,8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?r(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?i(e,t):void 0}}},function(e,t,n){e.exports=n(594)},function(e,t,n){var r=n(40)("iterator"),a=!1;try{var i=0,o={next:function(){return{done:!!i++}},return:function(){a=!0}};o[r]=function(){return this},Array.from(o,(function(){throw 2}))}catch(e){}e.exports=function(e,t){if(!t&&!a)return!1;var n=!1;try{var i={};i[r]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}},function(e,t,n){var r=n(599),a=Array.prototype;e.exports=function(e){var t=e.slice;return e===a||e instanceof Array&&t===a.slice?r:t}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}},function(e,t,n){e.exports=n(602)},function(e,t,n){n(603);var r=n(31).Object,a=e.exports=function(e,t,n){return r.defineProperty(e,t,n)};r.defineProperty.sham&&(a.sham=!0)},function(e,t,n){e.exports=n(609)},function(e,t,n){e.exports=n(618)},function(e,t,n){n(345);var r=n(31);e.exports=r.Object.getOwnPropertySymbols},function(e,t,n){var r=n(630);e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},function(e,t,n){var r=n(40)("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[r]=!1,"/./"[e](t)}catch(e){}}return!1}},function(e,t,n){n(344),n(121),n(115),n(656),n(660);var r=n(31);e.exports=r.Promise},function(e,t,n){var r=n(51),a=n(82),i=n(40)("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||null==(n=r(o)[i])?t:a(n)}},function(e,t,n){var r=n(51),a=n(46),i=n(330);e.exports=function(e,t){if(r(e),a(t)&&t.constructor===e)return t;var n=i.f(e);return(0,n.resolve)(t),n.promise}},function(e,t,n){var r=n(545),a=n(680),i=n(681),o=r?r.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?a(e):i(e)}},function(e,t,n){var r=n(678).Symbol;e.exports=r},,,,,,function(e,t,n){"use strict";var r=n(525),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},o={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function A(e){return r.isMemo(e)?o:s[e.$$typeof]||a}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0};var u=Object.defineProperty,l=Object.getOwnPropertyNames,c=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var a=f(n);a&&a!==h&&e(t,a,r)}var o=l(n);c&&(o=o.concat(c(n)));for(var s=A(t),p=A(n),m=0;m<o.length;++m){var _=o[m];if(!(i[_]||r&&r[_]||p&&p[_]||s&&s[_])){var g=d(n,_);try{u(t,_,g)}catch(e){}}}return t}return t}},,function(e,t,n){var r=n(672)();e.exports=r},,,,function(e,t,n){
304
  /*!
305
  * html2canvas 1.0.0-alpha.12 <https://html2canvas.hertzen.com>
306
  * Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
319
  Copyright (c) 2017 Jed Watson.
320
  Licensed under the MIT License (MIT), see
321
  http://jedwatson.github.io/classnames
322
+ */!function(){"use strict";var n={}.hasOwnProperty;function a(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)&&r.length){var o=a.apply(null,r);o&&e.push(o)}else if("object"===i)for(var s in r)n.call(r,s)&&r[s]&&e.push(s)}}return e.join(" ")}e.exports?(a.default=a,e.exports=a):void 0===(r=function(){return a}.apply(t,[]))||(e.exports=r)}()},function(e,t,n){e.exports=n(579)},function(e,t,n){n(580);var r=n(31);e.exports=r.Reflect.construct},function(e,t,n){var r=n(25),a=n(113),i=n(82),o=n(51),s=n(46),A=n(134),u=n(356),l=n(39),c=a("Reflect","construct"),d=l((function(){function e(){}return!(c((function(){}),[],e)instanceof e)})),f=!l((function(){c((function(){}))})),h=d||f;r({target:"Reflect",stat:!0,forced:h,sham:h},{construct:function(e,t){i(e),o(t);var n=arguments.length<3?e:i(arguments[2]);if(f&&!d)return c(e,t,n);if(e==n){switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3])}var r=[null];return r.push.apply(r,t),new(u.apply(e,r))}var a=n.prototype,l=A(s(a)?a:Object.prototype),h=Function.apply.call(e,l,t);return s(h)?h:l}})},function(e,t,n){e.exports=n(526)},function(e,t,n){var r=n(25),a=n(347);r({target:"Object",stat:!0,forced:Object.assign!==a},{assign:a})},function(e,t,n){e.exports=n(584)},function(e,t,n){var r=n(585),a=Array.prototype;e.exports=function(e){var t=e.splice;return e===a||e instanceof Array&&t===a.splice?r:t}},function(e,t,n){n(586);var r=n(48);e.exports=r("Array").splice},function(e,t,n){"use strict";var r=n(25),a=n(132),i=n(103),o=n(75),s=n(65),A=n(157),u=n(136),l=n(124),c=Math.max,d=Math.min;r({target:"Array",proto:!0,forced:!l("splice")},{splice:function(e,t){var n,r,l,f,h,p,m=s(this),_=o(m.length),g=a(e,_),y=arguments.length;if(0===y?n=r=0:1===y?(n=0,r=_-g):(n=y-2,r=d(c(i(t),0),_-g)),_+n-r>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(l=A(m,r),f=0;f<r;f++)(h=g+f)in m&&u(l,f,m[h]);if(l.length=r,n<r){for(f=g;f<_-r;f++)p=f+n,(h=f+r)in m?m[p]=m[h]:delete m[p];for(f=_;f>_-r+n;f--)delete m[f-1]}else if(n>r)for(f=_-r;f>g;f--)p=f+n-1,(h=f+r-1)in m?m[p]=m[h]:delete m[p];for(f=0;f<n;f++)m[f+g]=arguments[f+2];return m.length=_-r+n,l}})},function(e,t,n){var r=n(527);e.exports=function(e){if(r(e))return e}},function(e,t,n){e.exports=n(357)},function(e,t,n){var r=n(590),a=n(528),i=n(182);e.exports=function(e,t){if(void 0!==i&&a(Object(e))){var n=[],o=!0,s=!1,A=void 0;try{for(var u,l=r(e);!(o=(u=l.next()).done)&&(n.push(u.value),!t||n.length!==t);o=!0);}catch(e){s=!0,A=e}finally{try{o||null==l.return||l.return()}finally{if(s)throw A}}return n}}},function(e,t,n){e.exports=n(591)},function(e,t,n){n(115),n(121),e.exports=n(352)},function(e,t,n){n(115),n(121),e.exports=n(593)},function(e,t,n){var r=n(114),a=n(40),i=n(85),o=a("iterator");e.exports=function(e){var t=Object(e);return void 0!==t[o]||"@@iterator"in t||i.hasOwnProperty(r(t))}},function(e,t,n){e.exports=n(595)},function(e,t,n){n(121),n(596);var r=n(31);e.exports=r.Array.from},function(e,t,n){var r=n(25),a=n(348);r({target:"Array",stat:!0,forced:!n(531)((function(e){Array.from(e)}))},{from:a})},function(e,t,n){e.exports=n(598)},function(e,t,n){e.exports=n(532)},function(e,t,n){n(600);var r=n(48);e.exports=r("Array").slice},function(e,t,n){"use strict";var r=n(25),a=n(46),i=n(116),o=n(132),s=n(75),A=n(64),u=n(136),l=n(124),c=n(40)("species"),d=[].slice,f=Math.max;r({target:"Array",proto:!0,forced:!l("slice")},{slice:function(e,t){var n,r,l,h=A(this),p=s(h.length),m=o(e,p),_=o(void 0===t?p:t,p);if(i(h)&&("function"!=typeof(n=h.constructor)||n!==Array&&!i(n.prototype)?a(n)&&null===(n=n[c])&&(n=void 0):n=void 0,n===Array||void 0===n))return d.call(h,m,_);for(r=new(void 0===n?Array:n)(f(_-m,0)),l=0;m<_;m++,l++)m in h&&u(r,l,h[m]);return r.length=l,r}})},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){e.exports=n(535)},function(e,t,n){var r=n(25),a=n(47);r({target:"Object",stat:!0,forced:!a,sham:!a},{defineProperty:n(74).f})},function(e,t,n){e.exports=n(605)},function(e,t,n){e.exports=n(606)},function(e,t,n){n(607);var r=n(31).Object;e.exports=function(e,t){return r.create(e,t)}},function(e,t,n){n(25)({target:"Object",stat:!0,sham:!n(47)},{create:n(134)})},function(e,t,n){var r=n(536);function a(t,n){return e.exports=a=r||function(e,t){return e.__proto__=t,e},a(t,n)}e.exports=a},function(e,t,n){e.exports=n(610)},function(e,t,n){n(611);var r=n(31);e.exports=r.Object.setPrototypeOf},function(e,t,n){n(25)({target:"Object",stat:!0},{setPrototypeOf:n(181)})},function(e,t,n){e.exports=n(613)},function(e,t,n){e.exports=n(614)},function(e,t,n){n(615);var r=n(31);e.exports=r.Object.getPrototypeOf},function(e,t,n){var r=n(25),a=n(39),i=n(65),o=n(143),s=n(342);r({target:"Object",stat:!0,forced:a((function(){o(1)})),sham:!s},{getPrototypeOf:function(e){return o(i(e))}})},function(e,t,n){e.exports=n(617)},function(e,t,n){e.exports=n(526)},function(e,t,n){e.exports=n(341)},function(e,t,n){e.exports=n(620)},function(e,t,n){e.exports=n(538)},function(e,t,n){var r=n(537),a=n(622);e.exports=function(e,t){if(null==e)return{};var n,i,o={},s=a(e);for(i=0;i<s.length;i++)n=s[i],r(t).call(t,n)>=0||(o[n]=e[n]);return o}},function(e,t,n){e.exports=n(623)},function(e,t,n){e.exports=n(346)},function(e,t,n){e.exports=n(625)},function(e,t,n){var r=n(626),a=n(628),i=Array.prototype,o=String.prototype;e.exports=function(e){var t=e.includes;return e===i||e instanceof Array&&t===i.includes?r:"string"==typeof e||e===o||e instanceof String&&t===o.includes?a:t}},function(e,t,n){n(627);var r=n(48);e.exports=r("Array").includes},function(e,t,n){"use strict";var r=n(25),a=n(140).includes,i=n(135);r({target:"Array",proto:!0},{includes:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),i("includes")},function(e,t,n){n(629);var r=n(48);e.exports=r("String").includes},function(e,t,n){"use strict";var r=n(25),a=n(539),i=n(91);r({target:"String",proto:!0,forced:!n(540)("includes")},{includes:function(e){return!!~String(i(this)).indexOf(a(e),arguments.length>1?arguments[1]:void 0)}})},function(e,t,n){var r=n(46),a=n(90),i=n(40)("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[i])?!!t:"RegExp"==a(e))}},function(e,t,n){n(632),e.exports=n(31).setImmediate},function(e,t,n){var r=n(41),a=n(506),i=!r.setImmediate||!r.clearImmediate;n(25)({global:!0,bind:!0,enumerable:!0,forced:i},{setImmediate:a.set,clearImmediate:a.clear})},function(e,t,n){e.exports=n(535)},function(e,t,n){e.exports=n(635)},function(e,t,n){n(636);var r=n(31).Object,a=e.exports=function(e,t){return r.defineProperties(e,t)};r.defineProperties.sham&&(a.sham=!0)},function(e,t,n){var r=n(25),a=n(47);r({target:"Object",stat:!0,forced:!a,sham:!a},{defineProperties:n(156)})},function(e,t,n){e.exports=n(638)},function(e,t,n){n(639);var r=n(31);e.exports=r.Object.getOwnPropertyDescriptors},function(e,t,n){var r=n(25),a=n(47),i=n(640),o=n(64),s=n(109),A=n(136);r({target:"Object",stat:!0,sham:!a},{getOwnPropertyDescriptors:function(e){for(var t,n,r=o(e),a=s.f,u=i(r),l={},c=0;u.length>c;)void 0!==(n=a(r,t=u[c++]))&&A(l,t,n);return l}})},function(e,t,n){var r=n(113),a=n(158),i=n(159),o=n(51);e.exports=r("Reflect","ownKeys")||function(e){var t=a.f(o(e)),n=i.f;return n?t.concat(n(e)):t}},function(e,t,n){e.exports=n(642)},function(e,t,n){n(643);var r=n(31).Object,a=e.exports=function(e,t){return r.getOwnPropertyDescriptor(e,t)};r.getOwnPropertyDescriptor.sham&&(a.sham=!0)},function(e,t,n){var r=n(25),a=n(39),i=n(64),o=n(109).f,s=n(47),A=a((function(){o(1)}));r({target:"Object",stat:!0,forced:!s||A,sham:!s},{getOwnPropertyDescriptor:function(e,t){return o(i(e),t)}})},function(e,t,n){e.exports=n(538)},function(e,t,n){var r=n(527),a=n(533);e.exports=function(e){if(r(e))return a(e)}},function(e,t,n){var r=n(530),a=n(528),i=n(182);e.exports=function(e){if(void 0!==i&&a(Object(e)))return r(e)}},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}},function(e,t,n){"use strict";n.r(t);var r=n(24);n.d(t,"Button",(function(){return r.a}));var a=n(360);n.d(t,"Loader",(function(){return a.a}));var i=n(68);n.d(t,"Tab",(function(){return i.a}));var o=n(69);n.d(t,"Tag",(function(){return o.a}))},function(e,t,n){n(115);var r=n(650),a=n(114),i=Array.prototype,o={DOMTokenList:!0,NodeList:!0};e.exports=function(e){var t=e.values;return e===i||e instanceof Array&&t===i.values||o.hasOwnProperty(a(e))?r:t}},function(e,t,n){e.exports=n(651)},function(e,t,n){n(145);var r=n(48);e.exports=r("Array").values},,function(e,t,n){var r=function(e){"use strict";var t=Object.prototype,n=t.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},a=r.iterator||"@@iterator",i=r.asyncIterator||"@@asyncIterator",o=r.toStringTag||"@@toStringTag";function s(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{s({},"")}catch(e){s=function(e,t,n){return e[t]=n}}function A(e,t,n,r){var a=t&&t.prototype instanceof c?t:c,i=Object.create(a.prototype),o=new b(r||[]);return i._invoke=function(e,t,n){var r="suspendedStart";return function(a,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===a)throw i;return L()}for(n.method=a,n.arg=i;;){var o=n.delegate;if(o){var s=w(o,n);if(s){if(s===l)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var A=u(e,t,n);if("normal"===A.type){if(r=n.done?"completed":"suspendedYield",A.arg===l)continue;return{value:A.arg,done:n.done}}"throw"===A.type&&(r="completed",n.method="throw",n.arg=A.arg)}}}(e,n,o),i}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=A;var l={};function c(){}function d(){}function f(){}var h={};h[a]=function(){return this};var p=Object.getPrototypeOf,m=p&&p(p(M([])));m&&m!==t&&n.call(m,a)&&(h=m);var _=f.prototype=c.prototype=Object.create(h);function g(e){["next","throw","return"].forEach((function(t){s(e,t,(function(e){return this._invoke(t,e)}))}))}function y(e,t){var r;this._invoke=function(a,i){function o(){return new t((function(r,o){!function r(a,i,o,s){var A=u(e[a],e,i);if("throw"!==A.type){var l=A.arg,c=l.value;return c&&"object"==typeof c&&n.call(c,"__await")?t.resolve(c.__await).then((function(e){r("next",e,o,s)}),(function(e){r("throw",e,o,s)})):t.resolve(c).then((function(e){l.value=e,o(l)}),(function(e){return r("throw",e,o,s)}))}s(A.arg)}(a,i,r,o)}))}return r=r?r.then(o,o):o()}}function w(e,t){var n=e.iterator[t.method];if(void 0===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=void 0,w(e,t),"throw"===t.method))return l;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return l}var r=u(n,e.iterator,t.arg);if("throw"===r.type)return t.method="throw",t.arg=r.arg,t.delegate=null,l;var a=r.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,l):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,l)}function v(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function B(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function b(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(v,this),this.reset(!0)}function M(e){if(e){var t=e[a];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,i=function t(){for(;++r<e.length;)if(n.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return i.next=i}}return{next:L}}function L(){return{value:void 0,done:!0}}return d.prototype=_.constructor=f,f.constructor=d,d.displayName=s(f,o,"GeneratorFunction"),e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===d||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,f):(e.__proto__=f,s(e,o,"GeneratorFunction")),e.prototype=Object.create(_),e},e.awrap=function(e){return{__await:e}},g(y.prototype),y.prototype[i]=function(){return this},e.AsyncIterator=y,e.async=function(t,n,r,a,i){void 0===i&&(i=Promise);var o=new y(A(t,n,r,a),i);return e.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},g(_),s(_,o,"Generator"),_[a]=function(){return this},_.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=M,b.prototype={constructor:b,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(B),!e)for(var t in this)"t"===t.charAt(0)&&n.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(n,r){return o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],o=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),A=n.call(i,"finallyLoc");if(s&&A){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!A)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var a=this.tryEntries[r];if(a.tryLoc<=this.prev&&n.call(a,"finallyLoc")&&this.prev<a.finallyLoc){var i=a;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,l):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),l},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),B(n),l}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var a=r.arg;B(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:M(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},e}(e.exports);try{regeneratorRuntime=r}catch(e){Function("r","regeneratorRuntime = r")(r)}},function(e,t,n){e.exports=n(655)},function(e,t,n){e.exports=n(541),n(661),n(662),n(663),n(664)},function(e,t,n){"use strict";var r,a,i,o=n(25),s=n(98),A=n(41),u=n(31),l=n(351),c=n(77),d=n(657),f=n(46),h=n(82),p=n(160),m=n(90),_=n(358),g=n(531),y=n(542),w=n(506).set,v=n(658),B=n(543),b=n(659),M=n(330),L=n(359),E=n(318),T=n(99),k=n(154),C=n(40)("species"),S="Promise",Y=T.get,Q=T.set,D=T.getterFor(S),H=A[S],U=A.TypeError,F=A.document,x=A.process,O=A.fetch,N=x&&x.versions,P=N&&N.v8||"",I=M.f,R=I,j="process"==m(x),K=!!(F&&F.createEvent&&A.dispatchEvent),z=k(S,(function(){var e=H.resolve(1),t=function(){},n=(e.constructor={})[C]=function(e){e(t,t)};return!((j||"function"==typeof PromiseRejectionEvent)&&(!s||e.finally)&&e.then(t)instanceof n&&0!==P.indexOf("6.6")&&-1===E.indexOf("Chrome/66"))})),W=z||!g((function(e){H.all(e).catch((function(){}))})),V=function(e){var t;return!(!f(e)||"function"!=typeof(t=e.then))&&t},J=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;v((function(){for(var a=t.value,i=1==t.state,o=0;r.length>o;){var s,A,u,l=r[o++],c=i?l.ok:l.fail,d=l.resolve,f=l.reject,h=l.domain;try{c?(i||(2===t.rejection&&$(e,t),t.rejection=1),!0===c?s=a:(h&&h.enter(),s=c(a),h&&(h.exit(),u=!0)),s===l.promise?f(U("Promise-chain cycle")):(A=V(s))?A.call(s,d,f):d(s)):f(a)}catch(e){h&&!u&&h.exit(),f(e)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&X(e,t)}))}},G=function(e,t,n){var r,a;K?((r=F.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),A.dispatchEvent(r)):r={promise:t,reason:n},(a=A["on"+e])?a(r):"unhandledrejection"===e&&b("Unhandled promise rejection",n)},X=function(e,t){w.call(A,(function(){var n,r=t.value;if(q(t)&&(n=L((function(){j?x.emit("unhandledRejection",r,e):G("unhandledrejection",e,r)})),t.rejection=j||q(t)?2:1,n.error))throw n.value}))},q=function(e){return 1!==e.rejection&&!e.parent},$=function(e,t){w.call(A,(function(){j?x.emit("rejectionHandled",e):G("rejectionhandled",e,t.value)}))},Z=function(e,t,n,r){return function(a){e(t,n,a,r)}},ee=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=2,J(e,t,!0))},te=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw U("Promise can't be resolved itself");var a=V(n);a?v((function(){var r={done:!1};try{a.call(n,Z(te,e,r,t),Z(ee,e,r,t))}catch(n){ee(e,r,n,t)}})):(t.value=n,t.state=1,J(e,t,!1))}catch(n){ee(e,{done:!1},n,t)}}};z&&(H=function(e){p(this,H,S),h(e),r.call(this);var t=Y(this);try{e(Z(te,this,t),Z(ee,this,t))}catch(e){ee(this,t,e)}},(r=function(e){Q(this,{type:S,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=l(H.prototype,{then:function(e,t){var n=D(this),r=I(y(this,H));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=j?x.domain:void 0,n.parent=!0,n.reactions.push(r),0!=n.state&&J(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),a=function(){var e=new r,t=Y(e);this.promise=e,this.resolve=Z(te,e,t),this.reject=Z(ee,e,t)},M.f=I=function(e){return e===H||e===i?new a(e):R(e)},s||"function"!=typeof O||o({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return B(H,O.apply(A,arguments))}})),o({global:!0,wrap:!0,forced:z},{Promise:H}),c(H,S,!1,!0),d(S),i=u[S],o({target:S,stat:!0,forced:z},{reject:function(e){var t=I(this);return t.reject.call(void 0,e),t.promise}}),o({target:S,stat:!0,forced:s||z},{resolve:function(e){return B(s&&this===i?H:this,e)}}),o({target:S,stat:!0,forced:W},{all:function(e){var t=this,n=I(t),r=n.resolve,a=n.reject,i=L((function(){var n=h(t.resolve),i=[],o=0,s=1;_(e,(function(e){var A=o++,u=!1;i.push(void 0),s++,n.call(t,e).then((function(e){u||(u=!0,i[A]=e,--s||r(i))}),a)})),--s||r(i)}));return i.error&&a(i.value),n.promise},race:function(e){var t=this,n=I(t),r=n.reject,a=L((function(){var a=h(t.resolve);_(e,(function(e){a.call(t,e).then(n.resolve,r)}))}));return a.error&&r(a.value),n.promise}})},function(e,t,n){"use strict";var r=n(113),a=n(74),i=n(40),o=n(47),s=i("species");e.exports=function(e){var t=r(e),n=a.f;o&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},function(e,t,n){var r,a,i,o,s,A,u,l=n(41),c=n(109).f,d=n(90),f=n(506).set,h=n(318),p=l.MutationObserver||l.WebKitMutationObserver,m=l.process,_=l.Promise,g="process"==d(m),y=c(l,"queueMicrotask"),w=y&&y.value;w||(r=function(){var e,t;for(g&&(e=m.domain)&&e.exit();a;){t=a.fn,a=a.next;try{t()}catch(e){throw a?o():i=void 0,e}}i=void 0,e&&e.enter()},g?o=function(){m.nextTick(r)}:p&&!/(iphone|ipod|ipad).*applewebkit/i.test(h)?(s=!0,A=document.createTextNode(""),new p(r).observe(A,{characterData:!0}),o=function(){A.data=s=!s}):_&&_.resolve?(u=_.resolve(void 0),o=function(){u.then(r)}):o=function(){f.call(l,r)}),e.exports=w||function(e){var t={fn:e,next:void 0};i&&(i.next=t),a||(a=t,o()),i=t}},function(e,t,n){var r=n(41);e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},function(e,t,n){"use strict";var r=n(25),a=n(113),i=n(542),o=n(543);r({target:"Promise",proto:!0,real:!0},{finally:function(e){var t=i(this,a("Promise")),n="function"==typeof e;return this.then(n?function(n){return o(t,e()).then((function(){return n}))}:e,n?function(n){return o(t,e()).then((function(){throw n}))}:e)}})},function(e,t,n){var r=n(25),a=n(143),i=n(181),o=n(134),s=n(81),A=n(358),u=n(56),l=function(e,t){var n=this;if(!(n instanceof l))return new l(e,t);i&&(n=i(new Error(t),a(n)));var r=[];return A(e,r.push,r),n.errors=r,void 0!==t&&u(n,"message",String(t)),n};l.prototype=o(Error.prototype,{constructor:s(5,l),name:s(5,"AggregateError")}),r({global:!0},{AggregateError:l})},function(e,t,n){"use strict";var r=n(25),a=n(82),i=n(330),o=n(359),s=n(358);r({target:"Promise",stat:!0},{allSettled:function(e){var t=this,n=i.f(t),r=n.resolve,A=n.reject,u=o((function(){var n=a(t.resolve),i=[],o=0,A=1;s(e,(function(e){var a=o++,s=!1;i.push(void 0),A++,n.call(t,e).then((function(e){s||(s=!0,i[a]={status:"fulfilled",value:e},--A||r(i))}),(function(e){s||(s=!0,i[a]={status:"rejected",reason:e},--A||r(i))}))})),--A||r(i)}));return u.error&&A(u.value),n.promise}})},function(e,t,n){"use strict";var r=n(25),a=n(330),i=n(359);r({target:"Promise",stat:!0},{try:function(e){var t=a.f(this),n=i(e);return(n.error?t.reject:t.resolve)(n.value),t.promise}})},function(e,t,n){"use strict";var r=n(25),a=n(82),i=n(113),o=n(330),s=n(359),A=n(358);r({target:"Promise",stat:!0},{any:function(e){var t=this,n=o.f(t),r=n.resolve,u=n.reject,l=s((function(){var n=a(t.resolve),o=[],s=0,l=1,c=!1;A(e,(function(e){var a=s++,A=!1;o.push(void 0),l++,n.call(t,e).then((function(e){A||c||(c=!0,r(e))}),(function(e){A||c||(A=!0,o[a]=e,--l||u(new(i("AggregateError"))(o,"No one promise resolved")))}))})),--l||u(new(i("AggregateError"))(o,"No one promise resolved"))}));return l.error&&u(l.value),n.promise}})},,,,,,,,function(e,t,n){var r=n(673),a=n(674),i=n(684);e.exports=function(e){return function(t,n,o){return o&&"number"!=typeof o&&a(t,n,o)&&(n=o=void 0),t=i(t),void 0===n?(n=t,t=0):n=i(n),o=void 0===o?t<n?1:-1:i(o),r(t,n,o,e)}}},function(e,t){var n=Math.ceil,r=Math.max;e.exports=function(e,t,a,i){for(var o=-1,s=r(n((t-e)/(a||1)),0),A=Array(s);s--;)A[i?s:++o]=e,e+=a;return A}},function(e,t,n){var r=n(675),a=n(676),i=n(683),o=n(507);e.exports=function(e,t,n){if(!o(n))return!1;var s=typeof t;return!!("number"==s?a(n)&&i(t,n.length):"string"==s&&t in n)&&r(n[t],e)}},function(e,t){e.exports=function(e,t){return e===t||e!=e&&t!=t}},function(e,t,n){var r=n(677),a=n(682);e.exports=function(e){return null!=e&&a(e.length)&&!r(e)}},function(e,t,n){var r=n(544),a=n(507);e.exports=function(e){if(!a(e))return!1;var t=r(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},function(e,t,n){var r=n(679),a="object"==typeof self&&self&&self.Object===Object&&self,i=r||a||Function("return this")();e.exports=i},function(e,t,n){(function(t){var n="object"==typeof t&&t&&t.Object===Object&&t;e.exports=n}).call(this,n(42))},function(e,t,n){var r=n(545),a=Object.prototype,i=a.hasOwnProperty,o=a.toString,s=r?r.toStringTag:void 0;e.exports=function(e){var t=i.call(e,s),n=e[s];try{e[s]=void 0;var r=!0}catch(e){}var a=o.call(e);return r&&(t?e[s]=n:delete e[s]),a}},function(e,t){var n=Object.prototype.toString;e.exports=function(e){return n.call(e)}},function(e,t){e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},function(e,t){var n=/^(?:0|[1-9]\d*)$/;e.exports=function(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==r||"symbol"!=r&&n.test(e))&&e>-1&&e%1==0&&e<t}},function(e,t,n){var r=n(685);e.exports=function(e){return e?(e=r(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}},function(e,t,n){var r=n(507),a=n(686),i=/^\s+|\s+$/g,o=/^[-+]0x[0-9a-f]+$/i,s=/^0b[01]+$/i,A=/^0o[0-7]+$/i,u=parseInt;e.exports=function(e){if("number"==typeof e)return e;if(a(e))return NaN;if(r(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=r(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(i,"");var n=s.test(e);return n||A.test(e)?u(e.slice(2),n?2:8):o.test(e)?NaN:+e}},function(e,t,n){var r=n(544),a=n(687);e.exports=function(e){return"symbol"==typeof e||a(e)&&"[object Symbol]"==r(e)}},function(e,t){e.exports=function(e){return null!=e&&"object"==typeof e}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){e.exports=n(758)},function(e,t,n){var r=n(759),a=String.prototype;e.exports=function(e){var t=e.startsWith;return"string"==typeof e||e===a||e instanceof String&&t===a.startsWith?r:t}},function(e,t,n){n(760);var r=n(48);e.exports=r("String").startsWith},function(e,t,n){"use strict";var r=n(25),a=n(75),i=n(539),o=n(91),s=n(540),A="".startsWith,u=Math.min;r({target:"String",proto:!0,forced:!s("startsWith")},{startsWith:function(e){var t=String(o(this));i(e);var n=a(u(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return A?A.call(t,r,n):t.slice(n,n+r.length)===r}})},function(e,t,n){e.exports=n(541)},,,,function(e,t,n){e.exports=n(766)},function(e,t,n){var r=n(767),a=Array.prototype;e.exports=function(e){var t=e.findIndex;return e===a||e instanceof Array&&t===a.findIndex?r:t}},function(e,t,n){n(768);var r=n(48);e.exports=r("Array").findIndex},function(e,t,n){"use strict";var r=n(25),a=n(100).findIndex,i=n(135),o=!0;"findIndex"in[]&&Array(1).findIndex((function(){o=!1})),r({target:"Array",proto:!0,forced:o},{findIndex:function(e){return a(this,e,arguments.length>1?arguments[1]:void 0)}}),i("findIndex")},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t);var r=n(7),a=n.n(r),i=n(127),o=n.n(i),s=n(361),A=n.n(s),u=n(21),l=n.n(u),c=n(26),d=n.n(c),f=n(14),h=n.n(f),p=n(38),m=n.n(p),_=n(30),g=n.n(_),y=n(23),w=n.n(y),v=n(9),B=n.n(v),b=n(16),M=n.n(b),L=n(15),E=n.n(L),T=n(8),k=n.n(T),C=n(17),S=n.n(C),Y=n(18),Q=n.n(Y),D=n(11),H=n.n(D),U=n(6),F=n.n(U),x=n(4),O=n.n(x),N=n(0),P=n.n(N),I=n(3),R=n.n(I),j=n(19),K=n.n(j),z=n(2),W=n.n(z),V=n(1),J=n(369),G=n(12),X=n.n(G),q=n(162),$=n(36),Z=n.n($);function ee(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var te=function(e){S()(n,e);var t=ee(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"handleSort",(function(){var e=r.props.column.name,t="asc"===r.props.column.sorted?"desc":"asc";r.props.onSort(e,t)})),r}return E()(n,[{key:"render",value:function(){var e,t=this,n=K()("manage-column",{"column-primary":this.props.column.is_primary},{sortable:this.props.column.sortable},this.props.column.sorted,{sorted:this.props.sort_by===this.props.column.name},this.props.column.className);return e=!0===this.props.column.sortable?P.a.createElement("a",{onClick:this.handleSort,role:"button",tabIndex:0,onKeyDown:function(e){var n,r;Z()(n=["keydown","keypress"]).call(n,e.type)&&Z()(r=["Enter"," "]).call(r,e.key)&&(e.preventDefault(),t.handleSort())}},P.a.createElement("span",null,this.props.column.label),P.a.createElement("span",{className:"mailpoet-listing-sorting-arrow"})):this.props.column.label,P.a.createElement("th",{role:"columnheader",className:n,id:this.props.column.name,scope:"col",width:this.props.column.width||null,"data-automation-id":"listing-column-header-".concat(this.props.column.name)},e)}}]),n}(P.a.Component);te.propTypes={column:W.a.shape({name:W.a.string,sorted:W.a.string,is_primary:W.a.bool,sortable:W.a.bool,label:W.a.string,width:W.a.oneOfType([W.a.string,W.a.number]),className:W.a.string}).isRequired,sort_by:W.a.string,onSort:W.a.func.isRequired},te.defaultProps={sort_by:void 0};var ne=te;function re(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ae=function(e){S()(n,e);var t=re(n);function n(e){var r,a;return M()(this,n),(a=t.call(this,e)).handleSelectItems=X()(r=a.handleSelectItems).call(r,k()(a)),a}return E()(n,[{key:"handleSelectItems",value:function(e){this.props.onSelectItems(e.target.checked)}},{key:"render",value:function(){var e,t,n=this,r=B()(e=this.props.columns).call(e,(function(e,t){var r=e;return r.is_primary=0===t,r.sorted=n.props.sort_by===e.name?n.props.sort_order:"desc",P.a.createElement(ne,{onSort:n.props.onSort,sort_by:n.props.sort_by,key:"column-".concat(e.name),column:r})}));return!0===this.props.is_selectable&&(t=P.a.createElement("th",{className:"manage-column column-cb mailpoet-listing-check-column"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"select_all"},V.a.I18n.t("selectAll")),P.a.createElement(q.a,{name:"select_all",id:"select_all",automationId:"select_all",checked:this.props.selection,onCheck:function(){},onChange:this.handleSelectItems}))),P.a.createElement("tr",null,t,r)}}]),n}(P.a.Component);ae.propTypes={onSelectItems:W.a.func.isRequired,onSort:W.a.func.isRequired,columns:W.a.arrayOf(W.a.object),sort_by:W.a.string,sort_order:W.a.string,is_selectable:W.a.bool.isRequired,selection:W.a.oneOfType([W.a.string,W.a.bool]).isRequired},ae.defaultProps={columns:[],sort_by:void 0,sort_order:"desc"};var ie=ae,oe=n(33),se=n.n(oe);function Ae(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ue=function(e){S()(n,e);var t=Ae(n);function n(e){var r;return M()(this,n),r=t.call(this,e),F()(k()(r),"setPage",(function(e){r.setState({page:null},(function(){r.props.onSetPage(r.constrainPage(e))}))})),F()(k()(r),"setFirstPage",(function(){r.setPage(1)})),F()(k()(r),"setLastPage",(function(){r.setPage(r.getLastPage())})),F()(k()(r),"setPreviousPage",(function(){r.setPage(r.constrainPage(se()(r.props.page,10)-1))})),F()(k()(r),"setNextPage",(function(){r.setPage(r.constrainPage(se()(r.props.page,10)+1))})),F()(k()(r),"getLastPage",(function(){return Math.ceil(r.props.count/r.props.limit)})),F()(k()(r),"handleSetManualPage",(function(e){13===e.which&&r.setPage(r.state.page)})),F()(k()(r),"handleChangeManualPage",(function(e){r.setState({page:e.target.value})})),F()(k()(r),"handleBlurManualPage",(function(e){r.setPage(e.target.value)})),F()(k()(r),"constrainPage",(function(e){return Math.min(Math.max(1,Math.abs(Number(e))),r.getLastPage())})),r.state={page:null},r}return E()(n,[{key:"render",value:function(){var e=this;if(0===this.props.count)return!1;var t=!1,n=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-first"},P.a.createElement(le,{direction:"left",disabled:!0}),P.a.createElement(le,{direction:"left",disabled:!0})),r=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-previous"},P.a.createElement(le,{direction:"left",disabled:!0})),a=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-next"},P.a.createElement(le,{disabled:!0})),i=P.a.createElement("span",{"aria-hidden":"true",className:"mailpoet-listing-pages-last"},P.a.createElement(le,{disabled:!0}),P.a.createElement(le,{disabled:!0}));if(this.props.limit>0&&this.props.count>this.props.limit){this.props.page>1&&(r=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setPreviousPage(t)},className:"mailpoet-listing-pages-previous"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("previousPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,{direction:"left"})))),this.props.page>2&&(n=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setFirstPage(t)},className:"mailpoet-listing-pages-first"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("firstPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,{direction:"left"}),P.a.createElement(le,{direction:"left"})))),this.props.page<this.getLastPage()&&(a=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setNextPage(t)},className:"mailpoet-listing-pages-next"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("nextPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,null)))),this.props.page<this.getLastPage()-1&&(i=P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.setLastPage()},className:"mailpoet-listing-pages-last"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("lastPage")),P.a.createElement("span",{"aria-hidden":"true"},P.a.createElement(le,null),P.a.createElement(le,null))));var o=this.props.page;null!==this.state.page&&(o=this.state.page),t=P.a.createElement("span",{className:"mailpoet-listing-pages-links"},n," ",r," ",P.a.createElement("span",{className:"mailpoet-listing-paging-input"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"current-page-selector"},V.a.I18n.t("currentPage")),P.a.createElement("input",{type:"text",onChange:this.handleChangeManualPage,onKeyUp:this.handleSetManualPage,onBlur:this.handleBlurManualPage,"aria-describedby":"table-paging",size:"2",value:o,name:"paged",id:"current-page-selector",className:"mailpoet-listing-current-page"}),V.a.I18n.t("pageOutOf")," ",P.a.createElement("span",{className:"mailpoet-listing-total-pages"},Math.ceil(this.props.count/this.props.limit).toLocaleString()))," ",a," ",i)}var s,A=K()("mailpoet-listing-pages",{"one-page":this.props.count<=this.props.limit});return s=1===Number(this.props.count)?V.a.I18n.t("numberOfItemsSingular"):V.a.I18n.t("numberOfItemsMultiple").replace("%$1d",se()(this.props.count,10).toLocaleString()),P.a.createElement("div",{className:A},P.a.createElement("span",{className:"mailpoet-listing-pages-num"},s),t)}}]),n}(P.a.Component);ue.propTypes={onSetPage:W.a.func.isRequired,page:W.a.oneOfType([W.a.number,W.a.string]).isRequired,count:W.a.number.isRequired,limit:W.a.number.isRequired};var le=function(e){var t=e.direction,n=e.disabled;return P.a.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"8",height:"12",viewBox:"0 0 8 12"},P.a.createElement("path",{fill:n?"#E5E9F8":"#9CA6CC",d:"left"===t?"M8 10V2c0-.552-.448-1-1-1-.216 0-.427.07-.6.2l-5.333 4c-.442.331-.532.958-.2 1.4.057.076.124.143.2.2l5.333 4c.442.331 1.069.242 1.4-.2.13-.173.2-.384.2-.6z":"M0 10V2c0-.552.448-1 1-1 .216 0 .427.07.6.2l5.333 4c.442.331.532.958.2 1.4-.057.076-.124.143-.2.2l-5.333 4c-.442.331-1.069.242-1.4-.2-.13-.173-.2-.384-.2-.6z"}))};le.propTypes={direction:W.a.oneOf(["left","right"]),disabled:W.a.bool},le.defaultProps={direction:"right",disabled:!1};var ce=ue,de=n(63),fe=n.n(de),he=n(150),pe=n.n(he),me=n(106),_e=P.a.createElement("svg",{viewBox:"3 3 18 18"},P.a.createElement("path",{d:"M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z"}));function ge(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var ye=function(e){S()(n,e);var t=ge(n);function n(e){var r,a,i;return M()(this,n),(i=t.call(this,e)).state={search:""},i.handleSearch=X()(r=i.handleSearch).call(r,k()(i)),i.debouncedHandleSearch=R.a.debounce(i.handleSearch,300),i.onChange=X()(a=i.onChange).call(a,k()(i)),i}return E()(n,[{key:"componentDidUpdate",value:function(e){var t=this;e.search!==this.props.search&&pe()((function(){t.setState({search:t.props.search})}))}},{key:"onChange",value:function(e){this.setState({search:e.target.value}),this.debouncedHandleSearch()}},{key:"handleSearch",value:function(){var e;this.props.onSearch(fe()(e=this.state.search).call(e))}},{key:"render",value:function(){var e=this;return!1!==this.props.search&&P.a.createElement("div",{className:"mailpoet-listing-search"},P.a.createElement("form",{name:"search",onSubmit:function(t){t.preventDefault(),e.handleSearch()}},P.a.createElement("label",{htmlFor:"search_input",className:"screen-reader-text"},V.a.I18n.t("searchLabel")),P.a.createElement(me.a,{dimension:"small",iconStart:_e,type:"search",id:"search_input",name:"s",onChange:this.onChange,value:this.state.search,placeholder:V.a.I18n.t("searchLabel")})))}}]),n}(P.a.Component);ye.propTypes={search:W.a.string.isRequired,onSearch:W.a.func.isRequired};var we=ye,ve=n(24),Be=n(80);function be(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Me=function(e){S()(n,e);var t=be(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"getAvailableFilters",(function(){var e,t=r.props.filters;return w()(e=g()(t)).call(e,(function(e){return!(0===t[e].length||1===t[e].length&&!t[e][0].value)}))})),F()(k()(r),"handleEmptyTrash",(function(){return r.props.onEmptyTrash()})),F()(k()(r),"handleFilterAction",(function(){var e,t={};return d()(e=r.getAvailableFilters()).call(e,(function(e,n){t[r["filter-".concat(n)].name]=r["filter-".concat(n)].value})),r.props.onBeforeSelectFilter&&r.props.onBeforeSelectFilter(t),r.props.onSelectFilter(t)})),r}return E()(n,[{key:"componentDidUpdate",value:function(){var e,t=this,n=w()(this.props);d()(e=this.getAvailableFilters()).call(e,(function(e,r){void 0!==n[e]&&n[e]&&O()(t["filter-".concat(r)]).val(n[e]).trigger("change")}))}},{key:"render",value:function(){var e,t,n=this,r=this.props.filters,a=B()(e=this.getAvailableFilters()).call(e,(function(e,t){var a;return P.a.createElement(Be.a,{isMinWidth:!0,dimension:"small",ref:function(e){n["filter-".concat(t)]=e},key:"filter-".concat(e),name:e,onChange:n.handleFilterAction},B()(a=r[e]).call(a,(function(e){return P.a.createElement("option",{value:e.value,key:"filter-option-".concat(e.value)},e.label)})))}));return"trash"===this.props.group&&(t=P.a.createElement("span",{className:"mailpoet-listing-filters-empty-trash"},P.a.createElement(ve.a,{dimension:"small",variant:"light",onClick:this.handleEmptyTrash,automationId:"empty_trash"},V.a.I18n.t("emptyTrash")))),P.a.createElement("div",{className:"mailpoet-listing-filters"},a,t)}}]),n}(P.a.Component);Me.propTypes={filters:W.a.oneOfType([W.a.object,W.a.array]).isRequired,onEmptyTrash:W.a.func.isRequired,onBeforeSelectFilter:W.a.func,onSelectFilter:W.a.func.isRequired,filter:W.a.objectOf(W.a.string).isRequired,group:W.a.string.isRequired},Me.defaultProps={onBeforeSelectFilter:void 0};var Le=Me;function Ee(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Te=function(e){S()(n,e);var t=Ee(n);function n(e){var r,a;return M()(this,n),(a=t.call(this,e)).state={extra:!1},a.handleApplyAction=X()(r=a.handleApplyAction).call(r,k()(a)),a}return E()(n,[{key:"getSelectedAction",value:function(e){var t=e;if(t.length>0){var n,r=w()(n=this.props.bulk_actions).call(n,(function(e){return e.name===t}));if(r.length>0)return r[0]}return null}},{key:"handleApplyAction",value:function(e){var t=this,n=this.getSelectedAction(e);if(null!==n)if(void 0===n.onSelect||this.state.extra){var r="all"!==this.props.selection?this.props.selected_ids:[],a=void 0!==n.getData?n.getData():{};a.action=n.name;var i=function(){};if(void 0!==n.onSuccess&&(i=n.onSuccess),a.action){var o=this.props.onBulkAction(r,a);!1!==o&&o.then(i)}this.setState({extra:!1})}else{this.setState({extra:n.onSelect((function(){return t.handleApplyAction(e)}),(function(){return t.setState({extra:!1})}),this.props)})}}},{key:"render",value:function(){var e,t=this;return 0===this.props.bulk_actions.length?null:P.a.createElement("div",{className:"mailpoet-listing-bulk-actions"},P.a.createElement("span",{className:"screen-reader-text"},V.a.I18n.t("selectBulkAction")),P.a.createElement("div",null,B()(e=this.props.bulk_actions).call(e,(function(e){return P.a.createElement("a",{href:"#","data-automation-id":"action-".concat(e.name),key:"action-".concat(e.name),onClick:function(n){return n.preventDefault(),t.handleApplyAction(e.name)}},e.label)}))),this.state.extra)}}]),n}(P.a.Component);Te.propTypes={bulk_actions:W.a.arrayOf(W.a.object).isRequired,selection:W.a.oneOfType([W.a.string,W.a.bool]).isRequired,selected_ids:W.a.arrayOf(W.a.number).isRequired,onBulkAction:W.a.func.isRequired};var ke=Te,Ce=n(22);function Se(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Ye=function(e){S()(n,e);var t=Se(n);function n(){var e,r;M()(this,n);for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return r=t.call.apply(t,h()(e=[this]).call(e,i)),F()(k()(r),"handleSelectItem",(function(e){return r.props.onSelectItem(se()(e.target.value,10),e.target.checked),!e.target.checked})),F()(k()(r),"handleRestoreItem",(function(e){r.props.onRestoreItem(e)})),F()(k()(r),"handleTrashItem",(function(e){r.props.onTrashItem(e)})),F()(k()(r),"handleDeleteItem",(function(e){r.props.onDeleteItem(e)})),r}return E()(n,[{key:"render",value:function(){var e=this,t=!1;!0===this.props.is_selectable&&(t=P.a.createElement("th",{className:"mailpoet-listing-check-column mailpoet-hide-on-mobile",scope:"row"},P.a.createElement("label",{className:"screen-reader-text",htmlFor:"listing-row-checkbox-".concat(this.props.item.id)},"Select ".concat(this.props.item[this.props.columns[0].name])),P.a.createElement(q.a,{value:this.props.item.id,checked:this.props.item.selected||"all"===this.props.selection,onCheck:function(){},onChange:this.handleSelectItem,disabled:"all"===this.props.selection,id:"listing-row-checkbox-".concat(this.props.item.id),automationId:"listing-row-checkbox-".concat(this.props.item.id)})));var n,r,a,i=this.props.item_actions,o=!1;i.length>0?o=B()(n=w()(i).call(i,(function(t){return void 0===t.display||t.display(e.props.item)}))).call(n,(function(t,n){return"trash"===t.name?P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},P.a.createElement("a",{type:"button",href:"#",onClick:function(t){t.preventDefault(),e.handleTrashItem(e.props.item.id)}},e.props.isItemToggleable(e.props.item)?V.a.I18n.t("trashAndDisable"):V.a.I18n.t("moveToTrash"))):t.refresh?P.a.createElement("span",{onClick:e.props.onRefreshItems,key:"action-".concat(t.name),className:K()(t.name,t.className),role:"button",tabIndex:n,onKeyDown:function(t){var n,r;Z()(n=["keydown","keypress"]).call(n,t.type)&&Z()(r=["Enter"," "]).call(r,t.key)&&(t.preventDefault(),e.props.onRefreshItems())}},t.link(e.props.item)):t.link?P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},t.link(e.props.item,e.props.location)):P.a.createElement("span",{key:"action-".concat(t.name),className:K()(t.name,t.className)},P.a.createElement("a",{href:"#",onClick:function(n){n.preventDefault(),void 0!==t.onClick&&t.onClick(e.props.item,e.props.onRefreshItems)}},t.label))})):o=P.a.createElement("span",{className:"edit mailpoet-hide-on-mobile"},P.a.createElement(Ce.c,{to:{pathname:"/edit/".concat(this.props.item.id),state:{backUrl:null===(r=this.props.location)||void 0===r?void 0:r.pathname}}},V.a.I18n.t("edit")));a="trash"===this.props.group?P.a.createElement("div",{className:"mailpoet-listing-actions-holder"},P.a.createElement("div",{className:"mailpoet-listing-actions"},P.a.createElement("span",null,P.a.createElement("a",{href:"#",onClick:function(t){t.preventDefault(),e.handleRestoreItem(e.props.item.id)}},this.props.isItemToggleable(this.props.item)?V.a.I18n.t("restoreAndEnable"):V.a.I18n.t("restore"))),this.props.isItemDeletable(this.props.item)&&P.a.createElement("span",{className:"delete"},P.a.createElement("a",{className:"submitdelete",href:"#",onClick:function(t){t.preventDefault(),e.handleDeleteItem(e.props.item.id)}},V.a.I18n.t("deletePermanently"))))):P.a.createElement("div",{className:"mailpoet-listing-actions-holder"},P.a.createElement("div",{className:"mailpoet-listing-actions"},o));var s=K()({"mailpoet-listing-row-selected":this.props.item.selected||"all"===this.props.selection,"mailpoet-listing-row-inactive":this.props.isItemInactive(this.props.item)});return P.a.createElement("tr",{className:s,"data-automation-id":"listing_item_".concat(this.props.item.id)},t,this.props.onRenderItem(this.props.item,a))}}]),n}(P.a.Component);Ye.propTypes={onSelectItem:W.a.func.isRequired,onRestoreItem:W.a.func.isRequired,onTrashItem:W.a.func.isRequired,onDeleteItem:W.a.func.isRequired,is_selectable:W.a.bool.isRequired,item:W.a.object.isRequired,columns:W.a.arrayOf(W.a.object).isRequired,selection:W.a.oneOfType([W.a.string,W.a.number,W.a.bool]).isRequired,item_actions:W.a.arrayOf(W.a.object).isRequired,onRefreshItems:W.a.func.isRequired,onRenderItem:W.a.func.isRequired,isItemInactive:W.a.func.isRequired,group:W.a.string.isRequired,location:W.a.shape({pathname:W.a.string}),isItemDeletable:W.a.func,isItemToggleable:W.a.func},Ye.defaultProps={location:void 0,isItemDeletable:function(){return!0},isItemToggleable:function(){return!1}};var Qe=Ye,De=n(70);function He(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var Ue=function(e){S()(n,e);var t=He(n);function n(){return M()(this,n),t.apply(this,arguments)}return E()(n,[{key:"render",value:function(){var e,t,n=this;if(0===this.props.items.length)return t=!0===this.props.loading?this.props.messages.onLoadingItems&&this.props.messages.onLoadingItems(this.props.group)||V.a.I18n.t("loadingItems"):this.props.messages.onNoItemsFound&&this.props.messages.onNoItemsFound(this.props.group,this.props.search)||V.a.I18n.t("noItemsFound"),P.a.createElement("tbody",null,P.a.createElement("tr",{className:"mailpoet-listing-no-items"},P.a.createElement("td",{colSpan:this.props.columns.length+(this.props.is_selectable?1:0),className:"colspanchange"},t)));var r=!1===this.props.selection||this.props.count<=this.props.limit,a=!(this.props.selected_ids.length>0||this.props.selection),i=K()("mailpoet-listing-actions-and-select-all-row",{mailpoet_hidden:a&&r}),o=K()("mailpoet-listing-select-all",{mailpoet_hidden:r});return P.a.createElement("tbody",null,P.a.createElement("tr",{className:i},P.a.createElement("td",{colSpan:this.props.columns.length+(this.props.is_selectable?1:0)},P.a.createElement(De.a.SpaceBetween,{verticalAlign:"center"},P.a.createElement("div",{className:"mailpoet-listing-bulk-actions-container"},!a&&P.a.createElement(ke,{count:this.props.count,bulk_actions:this.props.bulk_actions,selection:this.props.selection,selected_ids:this.props.selected_ids,onBulkAction:this.props.onBulkAction})),P.a.createElement("div",{className:o},"all"!==this.props.selection?V.a.I18n.t("selectAllLabel"):V.a.I18n.t("selectedAllLabel").replace("%d",this.props.count.toLocaleString())," ",P.a.createElement("a",{href:"#",onClick:function(e){e.preventDefault(),n.props.onSelectAll(e)}},"all"!==this.props.selection?V.a.I18n.t("selectAllLink"):V.a.I18n.t("clearSelection")),".")))),B()(e=this.props.items).call(e,(function(e){var t,r,a=e;a.id=se()(e.id,10),a.selected=-1!==m()(t=n.props.selected_ids).call(t,a.id);var i=h()(r="item-".concat(a.id,"-")).call(r,e.id);return"function"==typeof n.props.getListingItemKey&&(i=n.props.getListingItemKey(e)),P.a.createElement(Qe,{columns:n.props.columns,isItemInactive:n.props.isItemInactive,onSelectItem:n.props.onSelectItem,onRenderItem:n.props.onRenderItem,onDeleteItem:n.props.onDeleteItem,onRestoreItem:n.props.onRestoreItem,onTrashItem:n.props.onTrashItem,onRefreshItems:n.props.onRefreshItems,selection:n.props.selection,is_selectable:n.props.is_selectable,item_actions:n.props.item_actions,group:n.props.group,location:n.props.location,key:i,item:a,isItemDeletable:n.props.isItemDeletable,isItemToggleable:n.props.isItemToggleable})})))}}]),n}(P.a.Component);Ue.propTypes={items:W.a.arrayOf(W.a.object).isRequired,loading:W.a.bool.isRequired,messages:W.a.shape({onLoadingItems:W.a.func,onNoItemsFound:W.a.func}).isRequired,group:W.a.string.isRequired,columns:W.a.arrayOf(W.a.object).isRequired,is_selectable:W.a.bool.isRequired,selection:W.a.oneOfType([W.a.string,W.a.number,W.a.bool]).isRequired,count:W.a.number.isRequired,limit:W.a.number.isRequired,onSelectAll:W.a.func.isRequired,selected_ids:W.a.arrayOf(W.a.number).isRequired,getListingItemKey:W.a.func,onSelectItem:W.a.func.isRequired,onRenderItem:W.a.func.isRequired,onDeleteItem:W.a.func.isRequired,onRestoreItem:W.a.func.isRequired,onTrashItem:W.a.func.isRequired,onRefreshItems:W.a.func.isRequired,isItemInactive:W.a.func.isRequired,item_actions:W.a.arrayOf(W.a.object).isRequired,bulk_actions:W.a.arrayOf(W.a.object).isRequired,onBulkAction:W.a.func.isRequired,search:W.a.string,location:W.a.shape({pathname:W.a.string}),isItemDeletable:W.a.func,isItemToggleable:W.a.func},Ue.defaultProps={getListingItemKey:void 0,search:void 0,location:void 0,isItemDeletable:function(){return!0},isItemToggleable:function(){return!1}};var Fe=Ue,xe=n(28),Oe=n.n(xe),Ne=function(e){if(!e.mta_log.error||"paused"!==e.mta_log.status||"authorization"===e.mta_log.error.operation)return null;if("migration"===e.mta_log.error.operation)return P.a.createElement("div",{className:"mailpoet_notice notice notice-warning"},P.a.createElement("p",null,e.mta_log.error.error_message));var t=e.mta_log.error.error_message,n=e.mta_log.error.error_code;n&&(t+=t?", ":"",t+=V.a.I18n.t("mailerErrorCode").replace("%$1s",n));var r=[];t=t.replace(/<a.*?>.*?<\/a>/g,(function(e){return r.push(e),"[link-".concat(r.length-1,"]")})),t=Oe()(t,/\[link-(\d+)\]/g,(function(e){var t=(new DOMParser).parseFromString(r[e],"text/xml").firstChild;return P.a.createElement("a",{key:"a-".concat(e),href:t.getAttribute("href"),target:t.getAttribute("target"),rel:t.getAttribute("rel")},t.textContent)}));var a=0;return t=Oe()(t,/(<br\s*\/?>)/g,(function(){return P.a.createElement("br",{key:"br-".concat(a++)})})),P.a.createElement("div",{className:"mailpoet_notice notice notice-error"},P.a.createElement("p",null,"send"===e.mta_log.error.operation?V.a.I18n.t("mailerSendErrorNotice").replace("%$1s",e.mta_method):V.a.I18n.t("mailerConnectionErrorNotice"),":"," ",P.a.createElement("i",null,t)),"PHPMail"===e.mta_method?P.a.createElement(Pe,null):P.a.createElement(Ie,null),P.a.createElement("p",null,P.a.createElement("a",{href:"#",className:"button button-primary",onClick:function(e){e.preventDefault(),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:"mailer",action:"resumeSending"}).done((function(){V.a.Notice.success(V.a.I18n.t("mailerSendingResumedNotice")),window.mailpoet_listing.forceUpdate()})).fail((function(e){var t;e.errors.length>0&&V.a.Notice.error(B()(t=e.errors).call(t,(function(e){return e.message})),{scroll:!0})}))}},V.a.I18n.t("mailerResumeSendingButton"))))};Ne.propTypes={mta_method:W.a.string.isRequired,mta_log:W.a.object.isRequired};var Pe=function(){return P.a.createElement(P.a.Fragment,null,P.a.createElement("p",null,V.a.I18n.t("mailerSendErrorCheckConfiguration")),P.a.createElement("br",null),P.a.createElement("p",null,Oe()(V.a.I18n.t("mailerSendErrorUseSendingService"),/<b>(.*?)<\/b>/g,(function(e,t){return P.a.createElement("b",{key:t},e)}))),P.a.createElement("p",null,P.a.createElement("a",{href:V.a.MailPoetComUrlFactory.getFreePlanUrl({utm_campaign:"sending-error"}),target:"_blank",rel:"noopener noreferrer"},V.a.I18n.t("mailerSendErrorSignUpForSendingService"))),P.a.createElement("br",null))},Ie=function(){return P.a.createElement("p",null,Oe()(V.a.I18n.t("mailerCheckSettingsNotice"),/\[link\](.*?)\[\/link\]/g,(function(e){return P.a.createElement("a",{href:"?page=mailpoet-settings#mta",key:"check-sending"},e)})))},Re=Ne,je=n(57),Ke=n(29);function ze(e){var t=function(){if("undefined"==typeof Reflect||!a.a)return!1;if(a.a.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(a()(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=H()(e);if(t){var i=H()(this).constructor;n=a()(r,arguments,i)}else n=r.apply(this,arguments);return Q()(this,n)}}var We=function(e){S()(n,e);var t=ze(n);function n(e){var r;return M()(this,n),r=t.call(this,e),F()(k()(r),"getEmptyState",(function(){return{loading:!1,search:"",page:1,count:0,limit:10,sort_by:null,sort_order:null,items:[],groups:[],group:"all",filters:{},filter:{},selected_ids:[],selection:!1,meta:{}}})),F()(k()(r),"setParams",(function(){if(r.props.location){var e,t,n,a,i=B()(e=w()(t=B()(n=w()(a=g()(r.state)).call(a,(function(e){var t;return-1!==m()(t=["group","filter","search","page","sort_by","sort_order"]).call(t,e)}))).call(n,(function(e){var t=r.state[e];return t===Object(t)?t=O.a.param(t):t===Boolean(t)&&(t=t.toString()),{key:e,value:t}}))).call(t,(function(e){var t=e.value;return""!==t&&null!==t}))).call(e,(function(e){var t,n=e.key,r=e.value;return h()(t="".concat(n,"[")).call(t,r,"]")})).join("/"),o=r.getUrlWithParams(i);r.props.location.pathname!==o&&r.props.history.push("".concat(o))}})),F()(k()(r),"getUrlWithParams",(function(e){var t,n=void 0!==r.props.base_url?r.props.base_url:null;return n?(n=r.setBaseUrlParams(n),h()(t="/".concat(n,"/")).call(t,e)):"/".concat(e)})),F()(k()(r),"setBaseUrlParams",(function(e){var t=e;if(-1!==m()(t).call(t,":")){var n,a=r.getParams();d()(n=g()(a)).call(n,(function(e){-1!==m()(t).call(t,":".concat(e))&&(t=t.replace(":".concat(e),a[e]))}))}return t})),F()(k()(r),"getParams",(function(){var e=R.a.omit(r.props.params,"splat");return r.props.type&&(e.type=r.props.type),e})),F()(k()(r),"getParam",(function(e){var t=/(.*)\[(.*)\]/.exec(e);return t?[t[1],t[2]]:null})),F()(k()(r),"getItems",(function(){r.isComponentMounted&&(r.setState({loading:!0}),r.clearSelection(),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"listing",data:{params:r.getParams(),offset:(r.state.page-1)*r.state.limit,limit:r.state.limit,group:r.state.group,filter:w()(r.state),search:r.state.search,sort_by:r.state.sort_by,sort_order:r.state.sort_order}}).always((function(){r.isComponentMounted&&r.setState({loading:!1})})).done((function(e){r.isComponentMounted&&r.setState({items:e.data||[],filters:e.meta.filters||{},groups:e.meta.groups||[],count:e.meta.count||0,meta:R.a.omit(e.meta,["filters","groups","count"])},(function(){"trash"===r.state.group&&0===e.meta.count&&r.handleGroup("all"),void 0!==r.props.afterGetItems&&r.props.afterGetItems(r.state)}))})).fail((function(e){var t;e.errors.length>0&&r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})})))})),F()(k()(r),"initWithParams",(function(e){var t=r.getEmptyState();R.a.mapObject(e,(function(e){var n;e&&d()(n=e.split("/")).call(n,(function(e){var n;if(e){var a=r.getParam(e);if(a){var i=l()(a,2),o=i[0],s=i[1],A={};switch(o){case"filter":d()(n=s.split("&")).call(n,(function(e){var t=e.split("="),n=l()(t,2),r=n[0],a=n[1];A[r]=a})),t.filter=A;break;default:t[o]=s}}}}))})),void 0!==r.props.limit&&(t.limit=Math.abs(Number(r.props.limit))),null===t.sort_by&&void 0!==r.props.sort_by&&(t.sort_by=r.props.sort_by),null===t.sort_order&&void 0!==r.props.sort_order&&(t.sort_order=r.props.sort_order),r.setState(t,(function(){r.getItems()}))})),F()(k()(r),"handleRestoreItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"restore",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onRestore&&r.props.messages.onRestore(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleTrashItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"trash",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onTrash&&r.props.messages.onTrash(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleDeleteItem",(function(e){r.setState({loading:!0,page:1}),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"delete",data:{id:e}}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onDelete&&r.props.messages.onDelete(e),r.getItems()})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleEmptyTrash",(function(){return r.handleBulkAction("all",{action:"delete",group:"trash"}).done((function(e){void 0!==r.props.messages&&void 0!==r.props.messages.onDelete&&r.props.messages.onDelete(e),r.handleGroup("all")})).fail((function(e){var t;r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleBulkAction",(function(e,t){if(!1===r.state.selection&&0===r.state.selected_ids.length&&"all"!==e)return!1;r.setState({loading:!0});var n=t||{};return n.listing={params:r.getParams(),offset:0,limit:0,filter:w()(r.state),group:r.state.group,search:r.state.search},"all"!==e&&(n.listing.selection=e),V.a.Ajax.post({api_version:window.mailpoet_api_version,endpoint:r.props.endpoint,action:"bulkAction",data:n}).done((function(){"all"===e&&"trash"===t.group&&"delete"===t.action||r.getItems()})).fail((function(e){var t;e.errors.length>0&&r.context.notices.error(B()(t=e.errors).call(t,(function(e){return P.a.createElement("p",{key:e.message},e.message)})),{scroll:!0})}))})),F()(k()(r),"handleSearch",(function(e){r.setState({search:e,page:1,selection:!1,selected_ids:[]},(function(){r.setParams()}))})),F()(k()(r),"handleSort",(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";r.setState({sort_by:e,sort_order:"asc"===t?"asc":"desc"},(function(){r.setParams()}))})),F()(k()(r),"handleSelectItem",(function(e,t){r.setState((function(n){var r=n.selected_ids,a=!1;return t?(r=O.a.merge(r,[e]),0===O()("tbody .mailpoet-listing-check-column :checkbox:not(:checked)").length&&(a="page")):A()(r).call(r,m()(r).call(r,e),1),{selection:a,selected_ids:r}}))})),F()(k()(r),"handleSelectItems",(function(e){!1===e?r.clearSelection():r.setState((function(e){var t;return{selected_ids:B()(t=e.items).call(t,(function(e){return Number(e.id)})),selection:"page"}}))})),F()(k()(r),"handleSelectAll",(function(){"all"===r.state.selection?r.clearSelection():r.setState({selection:"all",selected_ids:[]})})),F()(k()(r),"clearSelection",(function(){r.setState({selection:!1,selected_ids:[]})})),F()(k()(r),"handleFilter",(function(e){r.setState({filter:e,page:1},(function(){r.setParams()}))})),F()(k()(r),"handleGroup",(function(e){O()("#search_input").val(""),r.setState({group:e,filter:{},search:"",page:1},(function(){r.setParams()}))})),F()(k()(r),"handleSetPage",(function(e){r.setState({page:e,selection:!1,selected_ids:[]},(function(){r.setParams()}))})),F()(k()(r),"handleRenderItem",(function(e,t){return r.props.onRenderItem(e,t,r.state.meta).props.children})),F()(k()(r),"handleRefreshItems",(function(){r.getItems()})),r.formRef=P.a.createRef(),r.state=r.getEmptyState(),r}return E()(n,[{key:"componentDidMount",value:function(){var e=this;this.isComponentMounted=!0;var t=this.props.params||{};this.initWithParams(t),this.props.auto_refresh&&O()(document).on("heartbeat-tick.mailpoet",(function(){e.getItems()}))}},{key:"componentDidUpdate",value:function(e){var t=this.props.params||{},n=e.params||{};R.a.isEqual(t,n)||this.initWithParams(t)}},{key:"componentWillUnmount",value:function(){this.isComponentMounted=!1}},{key:"render",value:function(){var e,t,n=this.state.items,r=this.state.sort_by,a=this.state.sort_order,i=this.props.columns||[];i=w()(i).call(i,(function(e){return void 0===e.display||!0==!!e.display}));var s=this.props.bulk_actions||[];"trash"===this.state.group&&s.length>0&&(s=[{name:"restore",label:V.a.I18n.t("restore"),onSuccess:this.props.messages.onRestore},{name:"delete",label:V.a.I18n.t("deletePermanently"),onSuccess:this.props.messages.onDelete}]);var A=this.props.item_actions||[],u=K()("mailpoet-listing-table",{"mailpoet-listing-loading":this.state.loading}),l=P.a.createElement(we,{onSearch:this.handleSearch,search:this.state.search});!1===this.props.search&&(l=!1);var c=w()(e=B()(t=this.state.groups).call(t,(function(e){return o()(e,{automationId:"filters_".concat(e.label.replace(" ","_").toLowerCase())})}))).call(e,(function(e){return!("trash"===e.name&&0===e.count)})),d=P.a.createElement(J.a,{categories:c,active:this.state.group,onSelect:this.handleGroup});!1===this.props.groups&&(d=!1);var f,h={};void 0!==this.props.messages&&(h=this.props.messages),"function"==typeof this.props.renderExtraActions&&(f=this.props.renderExtraActions(this.state));var p=K()("mailpoet-listing",this.props.className);return P.a.createElement(P.a.Fragment,null,this.state.meta.mta_method&&P.a.createElement(Re,this.state.meta),P.a.createElement("div",{className:p},P.a.createElement("div",{className:"mailpoet-listing-header"},d,P.a.createElement("div",null,l,P.a.createElement(Le,{filters:this.state.filters,filter:w()(this.state),group:this.state.group,onBeforeSelectFilter:this.props.onBeforeSelectFilter||null,onSelectFilter:this.handleFilter,onEmptyTrash:this.handleEmptyTrash}),f,P.a.createElement(ce,{count:this.state.count,page:this.state.page,limit:this.state.limit,onSetPage:this.handleSetPage}))),P.a.createElement("table",{className:u},P.a.createElement("thead",null,P.a.createElement(ie,{onSort:this.handleSort,onSelectItems:this.handleSelectItems,selection:this.state.selection,sort_by:r,sort_order:a,columns:i,is_selectable:s.length>0})),P.a.createElement(Fe,{onRenderItem:this.handleRenderItem,getListingItemKey:this.props.getListingItemKey,onDeleteItem:this.handleDeleteItem,onRestoreItem:this.handleRestoreItem,onTrashItem:this.handleTrashItem,onRefreshItems:this.handleRefreshItems,isItemInactive:this.props.isItemInactive,columns:i,is_selectable:s.length>0,onSelectItem:this.handleSelectItem,onSelectAll:this.handleSelectAll,selection:this.state.selection,selected_ids:this.state.selected_ids,loading:this.state.loading,group:this.state.group,count:this.state.count,limit:this.state.limit,bulk_actions:s,onBulkAction:this.handleBulkAction,item_actions:A,messages:h,items:n,search:this.state.search,location:this.props.location,isItemDeletable:this.props.isItemDeletable,isItemToggleable:this.props.isItemToggleable})),P.a.createElement("div",{className:"mailpoet-listing-footer clearfix"},P.a.createElement(ce,{count:this.state.count,page:this.state.page,limit:this.state.limit,onSetPage:this.handleSetPage}))))}}]),n}(P.a.Component);We.contextType=Ke.a,We.propTypes={limit:W.a.number,sort_by:W.a.string,sort_order:W.a.string,params:W.a.object.isRequired,auto_refresh:W.a.bool,location:W.a.shape({pathname:W.a.string}),base_url:W.a.string,type:W.a.string,endpoint:W.a.string.isRequired,afterGetItems:W.a.func,messages:W.a.shape({onRestore:W.a.func,onTrash:W.a.func,onDelete:W.a.func}),onRenderItem:W.a.func.isRequired,isItemInactive:W.a.func,columns:W.a.arrayOf(W.a.object),bulk_actions:W.a.arrayOf(W.a.object),item_actions:W.a.arrayOf(W.a.object),search:W.a.bool,groups:W.a.bool,renderExtraActions:W.a.func,onBeforeSelectFilter:W.a.func,getListingItemKey:W.a.func,history:W.a.shape({push:W.a.func.isRequired}).isRequired,isItemDeletable:W.a.func,isItemToggleable:W.a.func,className:W.a.string},We.defaultProps={limit:10,sort_by:null,sort_order:void 0,auto_refresh:!1,location:void 0,base_url:"",type:void 0,afterGetItems:void 0,messages:void 0,columns:[],bulk_actions:[],item_actions:[],search:!0,groups:!0,renderExtraActions:void 0,onBeforeSelectFilter:void 0,getListingItemKey:void 0,isItemDeletable:function(){return!0},isItemInactive:function(){return!1},isItemToggleable:function(){return!1},className:void 0};t.default=Object(je.withRouter)(We)},,,,,,,function(e,t,n){n(0),n(44),n(567),n(28),n(2),n(19),n(86),n(62),e.exports=n(84)}]]);
assets/dist/js/form_editor.29a9297f.js ADDED
@@ -0,0 +1,2 @@
 
 
1
+ /*! For license information please see form_editor.29a9297f.js.LICENSE.txt */
2
+ !function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId])return installedModules[moduleId].exports;var module=installedModules[moduleId]={i:moduleId,l:!1,exports:{}};return modules[moduleId].call(module.exports,module,module.exports,__webpack_require__),module.l=!0,module.exports}__webpack_require__.m=modules,__webpack_require__.c=installedModules,__webpack_require__.d=function(exports,name,getter){__webpack_require__.o(exports,name)||Object.defineProperty(exports,name,{enumerable:!0,get:getter})},__webpack_require__.r=function(exports){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(exports,"__esModule",{value:!0})},__webpack_require__.t=function(value,mode){if(1&mode&&(value=__webpack_require__(value)),8&mode)return value;if(4&mode&&"object"==typeof value&&value&&value.__esModule)return value;var ns=Object.create(null);if(__webpack_require__.r(ns),Object.defineProperty(ns,"default",{enumerable:!0,value:value}),2&mode&&"string"!=typeof value)for(var key in value)__webpack_require__.d(ns,key,function(key){return value[key]}.bind(null,key));return ns},__webpack_require__.n=function(module){var getter=module&&module.__esModule?function(){return module.default}:function(){return module};return __webpack_require__.d(getter,"a",getter),getter},__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)},__webpack_require__.p="",__webpack_require__(__webpack_require__.s=701)}([function(module,exports,__webpack_require__){(function(global){global.MailPoetLib||(global.MailPoetLib={}),module.exports=global.MailPoetLib.React=__webpack_require__(445)}).call(this,__webpack_require__(54))},function(module,exports){(function(){var FUNC_ERROR_TEXT="Expected a function",PLACEHOLDER="__lodash_placeholder__",wrapFlags=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],argsTag="[object Arguments]",arrayTag="[object Array]",boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",funcTag="[object Function]",genTag="[object GeneratorFunction]",mapTag="[object Map]",numberTag="[object Number]",objectTag="[object Object]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag="[object String]",symbolTag="[object Symbol]",weakMapTag="[object WeakMap]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",reEmptyStringLeading=/\b__p \+= '';/g,reEmptyStringMiddle=/\b(__p \+=) '' \+/g,reEmptyStringTrailing=/(__e\(.*?\)|\b__t\)) \+\n'';/g,reEscapedHtml=/&(?:amp|lt|gt|quot|#39);/g,reUnescapedHtml=/[&<>"']/g,reHasEscapedHtml=RegExp(reEscapedHtml.source),reHasUnescapedHtml=RegExp(reUnescapedHtml.source),reEscape=/<%-([\s\S]+?)%>/g,reEvaluate=/<%([\s\S]+?)%>/g,reInterpolate=/<%=([\s\S]+?)%>/g,reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/,rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reHasRegExpChar=RegExp(reRegExpChar.source),reTrim=/^\s+|\s+$/g,reTrimStart=/^\s+/,reTrimEnd=/\s+$/,reWrapComment=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,reWrapDetails=/\{\n\/\* \[wrapped with (.+)\] \*/,reSplitDetails=/,? & /,reAsciiWord=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,reEscapeChar=/\\(\\)?/g,reEsTemplate=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,reFlags=/\w*$/,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsHostCtor=/^\[object .+?Constructor\]$/,reIsOctal=/^0o[0-7]+$/i,reIsUint=/^(?:0|[1-9]\d*)$/,reLatin=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,reNoMatch=/($^)/,reUnescapedString=/['\n\r\u2028\u2029\\]/g,rsComboRange="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",rsBreakRange="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",rsAstral="[\\ud800-\\udfff]",rsBreak="["+rsBreakRange+"]",rsCombo="["+rsComboRange+"]",rsDigits="\\d+",rsDingbat="[\\u2700-\\u27bf]",rsLower="[a-z\\xdf-\\xf6\\xf8-\\xff]",rsMisc="[^\\ud800-\\udfff"+rsBreakRange+rsDigits+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",rsFitz="\\ud83c[\\udffb-\\udfff]",rsNonAstral="[^\\ud800-\\udfff]",rsRegional="(?:\\ud83c[\\udde6-\\uddff]){2}",rsSurrPair="[\\ud800-\\udbff][\\udc00-\\udfff]",rsUpper="[A-Z\\xc0-\\xd6\\xd8-\\xde]",rsMiscLower="(?:"+rsLower+"|"+rsMisc+")",rsMiscUpper="(?:"+rsUpper+"|"+rsMisc+")",reOptMod="(?:"+rsCombo+"|"+rsFitz+")"+"?",rsSeq="[\\ufe0e\\ufe0f]?"+reOptMod+("(?:\\u200d(?:"+[rsNonAstral,rsRegional,rsSurrPair].join("|")+")[\\ufe0e\\ufe0f]?"+reOptMod+")*"),rsEmoji="(?:"+[rsDingbat,rsRegional,rsSurrPair].join("|")+")"+rsSeq,rsSymbol="(?:"+[rsNonAstral+rsCombo+"?",rsCombo,rsRegional,rsSurrPair,rsAstral].join("|")+")",reApos=RegExp("['’]","g"),reComboMark=RegExp(rsCombo,"g"),reUnicode=RegExp(rsFitz+"(?="+rsFitz+")|"+rsSymbol+rsSeq,"g"),reUnicodeWord=RegExp([rsUpper+"?"+rsLower+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[rsBreak,rsUpper,"$"].join("|")+")",rsMiscUpper+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[rsBreak,rsUpper+rsMiscLower,"$"].join("|")+")",rsUpper+"?"+rsMiscLower+"+(?:['’](?:d|ll|m|re|s|t|ve))?",rsUpper+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",rsDigits,rsEmoji].join("|"),"g"),reHasUnicode=RegExp("[\\u200d\\ud800-\\udfff"+rsComboRange+"\\ufe0e\\ufe0f]"),reHasUnicodeWord=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,contextProps=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],templateCounter=-1,typedArrayTags={};typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags["[object Uint8ClampedArray]"]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag]=typedArrayTags[arrayTag]=typedArrayTags[arrayBufferTag]=typedArrayTags[boolTag]=typedArrayTags[dataViewTag]=typedArrayTags[dateTag]=typedArrayTags[errorTag]=typedArrayTags[funcTag]=typedArrayTags[mapTag]=typedArrayTags[numberTag]=typedArrayTags[objectTag]=typedArrayTags[regexpTag]=typedArrayTags[setTag]=typedArrayTags[stringTag]=typedArrayTags[weakMapTag]=!1;var cloneableTags={};cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[dataViewTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[setTag]=cloneableTags[stringTag]=cloneableTags[symbolTag]=cloneableTags[uint8Tag]=cloneableTags["[object Uint8ClampedArray]"]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=!0,cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=!1;var stringEscapes={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},freeParseFloat=parseFloat,freeParseInt=parseInt,freeGlobal="object"==typeof global&&global&&global.Object===Object&&global,freeSelf="object"==typeof self&&self&&self.Object===Object&&self,root=freeGlobal||freeSelf||Function("return this")(),freeExports="object"==typeof exports&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&"object"==typeof module&&module&&!module.nodeType&&module,moduleExports=freeModule&&freeModule.exports===freeExports,freeProcess=moduleExports&&freeGlobal.process,nodeUtil=function(){try{var types=freeModule&&freeModule.require&&freeModule.require("util").types;return types||freeProcess&&freeProcess.binding&&freeProcess.binding("util")}catch(e){}}(),nodeIsArrayBuffer=nodeUtil&&nodeUtil.isArrayBuffer,nodeIsDate=nodeUtil&&nodeUtil.isDate,nodeIsMap=nodeUtil&&nodeUtil.isMap,nodeIsRegExp=nodeUtil&&nodeUtil.isRegExp,nodeIsSet=nodeUtil&&nodeUtil.isSet,nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray;function apply(func,thisArg,args){switch(args.length){case 0:return func.call(thisArg);case 1:return func.call(thisArg,args[0]);case 2:return func.call(thisArg,args[0],args[1]);case 3:return func.call(thisArg,args[0],args[1],args[2])}return func.apply(thisArg,args)}function arrayAggregator(array,setter,iteratee,accumulator){for(var index=-1,length=null==array?0:array.length;++index<length;){var value=array[index];setter(accumulator,value,iteratee(value),array)}return accumulator}function arrayEach(array,iteratee){for(var index=-1,length=null==array?0:array.length;++index<length&&!1!==iteratee(array[index],index,array););return array}function arrayEachRight(array,iteratee){for(var length=null==array?0:array.length;length--&&!1!==iteratee(array[length],length,array););return array}function arrayEvery(array,predicate){for(var index=-1,length=null==array?0:array.length;++index<length;)if(!predicate(array[index],index,array))return!1;return!0}function arrayFilter(array,predicate){for(var index=-1,length=null==array?0:array.length,resIndex=0,result=[];++index<length;){var value=array[index];predicate(value,index,array)&&(result[resIndex++]=value)}return result}function arrayIncludes(array,value){return!!(null==array?0:array.length)&&baseIndexOf(array,value,0)>-1}function arrayIncludesWith(array,value,comparator){for(var index=-1,length=null==array?0:array.length;++index<length;)if(comparator(value,array[index]))return!0;return!1}function arrayMap(array,iteratee){for(var index=-1,length=null==array?0:array.length,result=Array(length);++index<length;)result[index]=iteratee(array[index],index,array);return result}function arrayPush(array,values){for(var index=-1,length=values.length,offset=array.length;++index<length;)array[offset+index]=values[index];return array}function arrayReduce(array,iteratee,accumulator,initAccum){var index=-1,length=null==array?0:array.length;for(initAccum&&length&&(accumulator=array[++index]);++index<length;)accumulator=iteratee(accumulator,array[index],index,array);return accumulator}function arrayReduceRight(array,iteratee,accumulator,initAccum){var length=null==array?0:array.length;for(initAccum&&length&&(accumulator=array[--length]);length--;)accumulator=iteratee(accumulator,array[length],length,array);return accumulator}function arraySome(array,predicate){for(var index=-1,length=null==array?0:array.length;++index<length;)if(predicate(array[index],index,array))return!0;return!1}var asciiSize=baseProperty("length");function baseFindKey(collection,predicate,eachFunc){var result;return eachFunc(collection,(function(value,key,collection){if(predicate(value,key,collection))return result=key,!1})),result}function baseFindIndex(array,predicate,fromIndex,fromRight){for(var length=array.length,index=fromIndex+(fromRight?1:-1);fromRight?index--:++index<length;)if(predicate(array[index],index,array))return index;return-1}function baseIndexOf(array,value,fromIndex){return value==value?function(array,value,fromIndex){var index=fromIndex-1,length=array.length;for(;++index<length;)if(array[index]===value)return index;return-1}(array,value,fromIndex):baseFindIndex(array,baseIsNaN,fromIndex)}function baseIndexOfWith(array,value,fromIndex,comparator){for(var index=fromIndex-1,length=array.length;++index<length;)if(comparator(array[index],value))return index;return-1}function baseIsNaN(value){return value!=value}function baseMean(array,iteratee){var length=null==array?0:array.length;return length?baseSum(array,iteratee)/length:NaN}function baseProperty(key){return function(object){return null==object?void 0:object[key]}}function basePropertyOf(object){return function(key){return null==object?void 0:object[key]}}function baseReduce(collection,iteratee,accumulator,initAccum,eachFunc){return eachFunc(collection,(function(value,index,collection){accumulator=initAccum?(initAccum=!1,value):iteratee(accumulator,value,index,collection)})),accumulator}function baseSum(array,iteratee){for(var result,index=-1,length=array.length;++index<length;){var current=iteratee(array[index]);void 0!==current&&(result=void 0===result?current:result+current)}return result}function baseTimes(n,iteratee){for(var index=-1,result=Array(n);++index<n;)result[index]=iteratee(index);return result}function baseUnary(func){return function(value){return func(value)}}function baseValues(object,props){return arrayMap(props,(function(key){return object[key]}))}function cacheHas(cache,key){return cache.has(key)}function charsStartIndex(strSymbols,chrSymbols){for(var index=-1,length=strSymbols.length;++index<length&&baseIndexOf(chrSymbols,strSymbols[index],0)>-1;);return index}function charsEndIndex(strSymbols,chrSymbols){for(var index=strSymbols.length;index--&&baseIndexOf(chrSymbols,strSymbols[index],0)>-1;);return index}function countHolders(array,placeholder){for(var length=array.length,result=0;length--;)array[length]===placeholder&&++result;return result}var deburrLetter=basePropertyOf({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),escapeHtmlChar=basePropertyOf({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function escapeStringChar(chr){return"\\"+stringEscapes[chr]}function hasUnicode(string){return reHasUnicode.test(string)}function mapToArray(map){var index=-1,result=Array(map.size);return map.forEach((function(value,key){result[++index]=[key,value]})),result}function overArg(func,transform){return function(arg){return func(transform(arg))}}function replaceHolders(array,placeholder){for(var index=-1,length=array.length,resIndex=0,result=[];++index<length;){var value=array[index];value!==placeholder&&value!==PLACEHOLDER||(array[index]=PLACEHOLDER,result[resIndex++]=index)}return result}function setToArray(set){var index=-1,result=Array(set.size);return set.forEach((function(value){result[++index]=value})),result}function setToPairs(set){var index=-1,result=Array(set.size);return set.forEach((function(value){result[++index]=[value,value]})),result}function stringSize(string){return hasUnicode(string)?function(string){var result=reUnicode.lastIndex=0;for(;reUnicode.test(string);)++result;return result}(string):asciiSize(string)}function stringToArray(string){return hasUnicode(string)?function(string){return string.match(reUnicode)||[]}(string):function(string){return string.split("")}(string)}var unescapeHtmlChar=basePropertyOf({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var _=function runInContext(context){var uid,Array=(context=null==context?root:_.defaults(root.Object(),context,_.pick(root,contextProps))).Array,Date=context.Date,Error=context.Error,Function=context.Function,Math=context.Math,Object=context.Object,RegExp=context.RegExp,String=context.String,TypeError=context.TypeError,arrayProto=Array.prototype,funcProto=Function.prototype,objectProto=Object.prototype,coreJsData=context["__core-js_shared__"],funcToString=funcProto.toString,hasOwnProperty=objectProto.hasOwnProperty,idCounter=0,maskSrcKey=(uid=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||""))?"Symbol(src)_1."+uid:"",nativeObjectToString=objectProto.toString,objectCtorString=funcToString.call(Object),oldDash=root._,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Buffer=moduleExports?context.Buffer:void 0,Symbol=context.Symbol,Uint8Array=context.Uint8Array,allocUnsafe=Buffer?Buffer.allocUnsafe:void 0,getPrototype=overArg(Object.getPrototypeOf,Object),objectCreate=Object.create,propertyIsEnumerable=objectProto.propertyIsEnumerable,splice=arrayProto.splice,spreadableSymbol=Symbol?Symbol.isConcatSpreadable:void 0,symIterator=Symbol?Symbol.iterator:void 0,symToStringTag=Symbol?Symbol.toStringTag:void 0,defineProperty=function(){try{var func=getNative(Object,"defineProperty");return func({},"",{}),func}catch(e){}}(),ctxClearTimeout=context.clearTimeout!==root.clearTimeout&&context.clearTimeout,ctxNow=Date&&Date.now!==root.Date.now&&Date.now,ctxSetTimeout=context.setTimeout!==root.setTimeout&&context.setTimeout,nativeCeil=Math.ceil,nativeFloor=Math.floor,nativeGetSymbols=Object.getOwnPropertySymbols,nativeIsBuffer=Buffer?Buffer.isBuffer:void 0,nativeIsFinite=context.isFinite,nativeJoin=arrayProto.join,nativeKeys=overArg(Object.keys,Object),nativeMax=Math.max,nativeMin=Math.min,nativeNow=Date.now,nativeParseInt=context.parseInt,nativeRandom=Math.random,nativeReverse=arrayProto.reverse,DataView=getNative(context,"DataView"),Map=getNative(context,"Map"),Promise=getNative(context,"Promise"),Set=getNative(context,"Set"),WeakMap=getNative(context,"WeakMap"),nativeCreate=getNative(Object,"create"),metaMap=WeakMap&&new WeakMap,realNames={},dataViewCtorString=toSource(DataView),mapCtorString=toSource(Map),promiseCtorString=toSource(Promise),setCtorString=toSource(Set),weakMapCtorString=toSource(WeakMap),symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0,symbolToString=symbolProto?symbolProto.toString:void 0;function lodash(value){if(isObjectLike(value)&&!isArray(value)&&!(value instanceof LazyWrapper)){if(value instanceof LodashWrapper)return value;if(hasOwnProperty.call(value,"__wrapped__"))return wrapperClone(value)}return new LodashWrapper(value)}var baseCreate=function(){function object(){}return function(proto){if(!isObject(proto))return{};if(objectCreate)return objectCreate(proto);object.prototype=proto;var result=new object;return object.prototype=void 0,result}}();function baseLodash(){}function LodashWrapper(value,chainAll){this.__wrapped__=value,this.__actions__=[],this.__chain__=!!chainAll,this.__index__=0,this.__values__=void 0}function LazyWrapper(value){this.__wrapped__=value,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Hash(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}function ListCache(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}function MapCache(entries){var index=-1,length=null==entries?0:entries.length;for(this.clear();++index<length;){var entry=entries[index];this.set(entry[0],entry[1])}}function SetCache(values){var index=-1,length=null==values?0:values.length;for(this.__data__=new MapCache;++index<length;)this.add(values[index])}function Stack(entries){var data=this.__data__=new ListCache(entries);this.size=data.size}function arrayLikeKeys(value,inherited){var isArr=isArray(value),isArg=!isArr&&isArguments(value),isBuff=!isArr&&!isArg&&isBuffer(value),isType=!isArr&&!isArg&&!isBuff&&isTypedArray(value),skipIndexes=isArr||isArg||isBuff||isType,result=skipIndexes?baseTimes(value.length,String):[],length=result.length;for(var key in value)!inherited&&!hasOwnProperty.call(value,key)||skipIndexes&&("length"==key||isBuff&&("offset"==key||"parent"==key)||isType&&("buffer"==key||"byteLength"==key||"byteOffset"==key)||isIndex(key,length))||result.push(key);return result}function arraySample(array){var length=array.length;return length?array[baseRandom(0,length-1)]:void 0}function arraySampleSize(array,n){return shuffleSelf(copyArray(array),baseClamp(n,0,array.length))}function arrayShuffle(array){return shuffleSelf(copyArray(array))}function assignMergeValue(object,key,value){(void 0!==value&&!eq(object[key],value)||void 0===value&&!(key in object))&&baseAssignValue(object,key,value)}function assignValue(object,key,value){var objValue=object[key];hasOwnProperty.call(object,key)&&eq(objValue,value)&&(void 0!==value||key in object)||baseAssignValue(object,key,value)}function assocIndexOf(array,key){for(var length=array.length;length--;)if(eq(array[length][0],key))return length;return-1}function baseAggregator(collection,setter,iteratee,accumulator){return baseEach(collection,(function(value,key,collection){setter(accumulator,value,iteratee(value),collection)})),accumulator}function baseAssign(object,source){return object&&copyObject(source,keys(source),object)}function baseAssignValue(object,key,value){"__proto__"==key&&defineProperty?defineProperty(object,key,{configurable:!0,enumerable:!0,value:value,writable:!0}):object[key]=value}function baseAt(object,paths){for(var index=-1,length=paths.length,result=Array(length),skip=null==object;++index<length;)result[index]=skip?void 0:get(object,paths[index]);return result}function baseClamp(number,lower,upper){return number==number&&(void 0!==upper&&(number=number<=upper?number:upper),void 0!==lower&&(number=number>=lower?number:lower)),number}function baseClone(value,bitmask,customizer,key,object,stack){var result,isDeep=1&bitmask,isFlat=2&bitmask,isFull=4&bitmask;if(customizer&&(result=object?customizer(value,key,object,stack):customizer(value)),void 0!==result)return result;if(!isObject(value))return value;var isArr=isArray(value);if(isArr){if(result=function(array){var length=array.length,result=new array.constructor(length);length&&"string"==typeof array[0]&&hasOwnProperty.call(array,"index")&&(result.index=array.index,result.input=array.input);return result}(value),!isDeep)return copyArray(value,result)}else{var tag=getTag(value),isFunc=tag==funcTag||tag==genTag;if(isBuffer(value))return cloneBuffer(value,isDeep);if(tag==objectTag||tag==argsTag||isFunc&&!object){if(result=isFlat||isFunc?{}:initCloneObject(value),!isDeep)return isFlat?function(source,object){return copyObject(source,getSymbolsIn(source),object)}(value,function(object,source){return object&&copyObject(source,keysIn(source),object)}(result,value)):function(source,object){return copyObject(source,getSymbols(source),object)}(value,baseAssign(result,value))}else{if(!cloneableTags[tag])return object?value:{};result=function(object,tag,isDeep){var Ctor=object.constructor;switch(tag){case arrayBufferTag:return cloneArrayBuffer(object);case boolTag:case dateTag:return new Ctor(+object);case dataViewTag:return function(dataView,isDeep){var buffer=isDeep?cloneArrayBuffer(dataView.buffer):dataView.buffer;return new dataView.constructor(buffer,dataView.byteOffset,dataView.byteLength)}(object,isDeep);case float32Tag:case float64Tag:case int8Tag:case int16Tag:case int32Tag:case uint8Tag:case"[object Uint8ClampedArray]":case uint16Tag:case uint32Tag:return cloneTypedArray(object,isDeep);case mapTag:return new Ctor;case numberTag:case stringTag:return new Ctor(object);case regexpTag:return function(regexp){var result=new regexp.constructor(regexp.source,reFlags.exec(regexp));return result.lastIndex=regexp.lastIndex,result}(object);case setTag:return new Ctor;case symbolTag:return symbol=object,symbolValueOf?Object(symbolValueOf.call(symbol)):{}}var symbol}(value,tag,isDeep)}}stack||(stack=new Stack);var stacked=stack.get(value);if(stacked)return stacked;stack.set(value,result),isSet(value)?value.forEach((function(subValue){result.add(baseClone(subValue,bitmask,customizer,subValue,value,stack))})):isMap(value)&&value.forEach((function(subValue,key){result.set(key,baseClone(subValue,bitmask,customizer,key,value,stack))}));var props=isArr?void 0:(isFull?isFlat?getAllKeysIn:getAllKeys:isFlat?keysIn:keys)(value);return arrayEach(props||value,(function(subValue,key){props&&(subValue=value[key=subValue]),assignValue(result,key,baseClone(subValue,bitmask,customizer,key,value,stack))})),result}function baseConformsTo(object,source,props){var length=props.length;if(null==object)return!length;for(object=Object(object);length--;){var key=props[length],predicate=source[key],value=object[key];if(void 0===value&&!(key in object)||!predicate(value))return!1}return!0}function baseDelay(func,wait,args){if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return setTimeout((function(){func.apply(void 0,args)}),wait)}function baseDifference(array,values,iteratee,comparator){var index=-1,includes=arrayIncludes,isCommon=!0,length=array.length,result=[],valuesLength=values.length;if(!length)return result;iteratee&&(values=arrayMap(values,baseUnary(iteratee))),comparator?(includes=arrayIncludesWith,isCommon=!1):values.length>=200&&(includes=cacheHas,isCommon=!1,values=new SetCache(values));outer:for(;++index<length;){var value=array[index],computed=null==iteratee?value:iteratee(value);if(value=comparator||0!==value?value:0,isCommon&&computed==computed){for(var valuesIndex=valuesLength;valuesIndex--;)if(values[valuesIndex]===computed)continue outer;result.push(value)}else includes(values,computed,comparator)||result.push(value)}return result}lodash.templateSettings={escape:reEscape,evaluate:reEvaluate,interpolate:reInterpolate,variable:"",imports:{_:lodash}},lodash.prototype=baseLodash.prototype,lodash.prototype.constructor=lodash,LodashWrapper.prototype=baseCreate(baseLodash.prototype),LodashWrapper.prototype.constructor=LodashWrapper,LazyWrapper.prototype=baseCreate(baseLodash.prototype),LazyWrapper.prototype.constructor=LazyWrapper,Hash.prototype.clear=function(){this.__data__=nativeCreate?nativeCreate(null):{},this.size=0},Hash.prototype.delete=function(key){var result=this.has(key)&&delete this.__data__[key];return this.size-=result?1:0,result},Hash.prototype.get=function(key){var data=this.__data__;if(nativeCreate){var result=data[key];return"__lodash_hash_undefined__"===result?void 0:result}return hasOwnProperty.call(data,key)?data[key]:void 0},Hash.prototype.has=function(key){var data=this.__data__;return nativeCreate?void 0!==data[key]:hasOwnProperty.call(data,key)},Hash.prototype.set=function(key,value){var data=this.__data__;return this.size+=this.has(key)?0:1,data[key]=nativeCreate&&void 0===value?"__lodash_hash_undefined__":value,this},ListCache.prototype.clear=function(){this.__data__=[],this.size=0},ListCache.prototype.delete=function(key){var data=this.__data__,index=assocIndexOf(data,key);return!(index<0)&&(index==data.length-1?data.pop():splice.call(data,index,1),--this.size,!0)},ListCache.prototype.get=function(key){var data=this.__data__,index=assocIndexOf(data,key);return index<0?void 0:data[index][1]},ListCache.prototype.has=function(key){return assocIndexOf(this.__data__,key)>-1},ListCache.prototype.set=function(key,value){var data=this.__data__,index=assocIndexOf(data,key);return index<0?(++this.size,data.push([key,value])):data[index][1]=value,this},MapCache.prototype.clear=function(){this.size=0,this.__data__={hash:new Hash,map:new(Map||ListCache),string:new Hash}},MapCache.prototype.delete=function(key){var result=getMapData(this,key).delete(key);return this.size-=result?1:0,result},MapCache.prototype.get=function(key){return getMapData(this,key).get(key)},MapCache.prototype.has=function(key){return getMapData(this,key).has(key)},MapCache.prototype.set=function(key,value){var data=getMapData(this,key),size=data.size;return data.set(key,value),this.size+=data.size==size?0:1,this},SetCache.prototype.add=SetCache.prototype.push=function(value){return this.__data__.set(value,"__lodash_hash_undefined__"),this},SetCache.prototype.has=function(value){return this.__data__.has(value)},Stack.prototype.clear=function(){this.__data__=new ListCache,this.size=0},Stack.prototype.delete=function(key){var data=this.__data__,result=data.delete(key);return this.size=data.size,result},Stack.prototype.get=function(key){return this.__data__.get(key)},Stack.prototype.has=function(key){return this.__data__.has(key)},Stack.prototype.set=function(key,value){var data=this.__data__;if(data instanceof ListCache){var pairs=data.__data__;if(!Map||pairs.length<199)return pairs.push([key,value]),this.size=++data.size,this;data=this.__data__=new MapCache(pairs)}return data.set(key,value),this.size=data.size,this};var baseEach=createBaseEach(baseForOwn),baseEachRight=createBaseEach(baseForOwnRight,!0);function baseEvery(collection,predicate){var result=!0;return baseEach(collection,(function(value,index,collection){return result=!!predicate(value,index,collection)})),result}function baseExtremum(array,iteratee,comparator){for(var index=-1,length=array.length;++index<length;){var value=array[index],current=iteratee(value);if(null!=current&&(void 0===computed?current==current&&!isSymbol(current):comparator(current,computed)))var computed=current,result=value}return result}function baseFilter(collection,predicate){var result=[];return baseEach(collection,(function(value,index,collection){predicate(value,index,collection)&&result.push(value)})),result}function baseFlatten(array,depth,predicate,isStrict,result){var index=-1,length=array.length;for(predicate||(predicate=isFlattenable),result||(result=[]);++index<length;){var value=array[index];depth>0&&predicate(value)?depth>1?baseFlatten(value,depth-1,predicate,isStrict,result):arrayPush(result,value):isStrict||(result[result.length]=value)}return result}var baseFor=createBaseFor(),baseForRight=createBaseFor(!0);function baseForOwn(object,iteratee){return object&&baseFor(object,iteratee,keys)}function baseForOwnRight(object,iteratee){return object&&baseForRight(object,iteratee,keys)}function baseFunctions(object,props){return arrayFilter(props,(function(key){return isFunction(object[key])}))}function baseGet(object,path){for(var index=0,length=(path=castPath(path,object)).length;null!=object&&index<length;)object=object[toKey(path[index++])];return index&&index==length?object:void 0}function baseGetAllKeys(object,keysFunc,symbolsFunc){var result=keysFunc(object);return isArray(object)?result:arrayPush(result,symbolsFunc(object))}function baseGetTag(value){return null==value?void 0===value?"[object Undefined]":"[object Null]":symToStringTag&&symToStringTag in Object(value)?function(value){var isOwn=hasOwnProperty.call(value,symToStringTag),tag=value[symToStringTag];try{value[symToStringTag]=void 0;var unmasked=!0}catch(e){}var result=nativeObjectToString.call(value);unmasked&&(isOwn?value[symToStringTag]=tag:delete value[symToStringTag]);return result}(value):function(value){return nativeObjectToString.call(value)}(value)}function baseGt(value,other){return value>other}function baseHas(object,key){return null!=object&&hasOwnProperty.call(object,key)}function baseHasIn(object,key){return null!=object&&key in Object(object)}function baseIntersection(arrays,iteratee,comparator){for(var includes=comparator?arrayIncludesWith:arrayIncludes,length=arrays[0].length,othLength=arrays.length,othIndex=othLength,caches=Array(othLength),maxLength=1/0,result=[];othIndex--;){var array=arrays[othIndex];othIndex&&iteratee&&(array=arrayMap(array,baseUnary(iteratee))),maxLength=nativeMin(array.length,maxLength),caches[othIndex]=!comparator&&(iteratee||length>=120&&array.length>=120)?new SetCache(othIndex&&array):void 0}array=arrays[0];var index=-1,seen=caches[0];outer:for(;++index<length&&result.length<maxLength;){var value=array[index],computed=iteratee?iteratee(value):value;if(value=comparator||0!==value?value:0,!(seen?cacheHas(seen,computed):includes(result,computed,comparator))){for(othIndex=othLength;--othIndex;){var cache=caches[othIndex];if(!(cache?cacheHas(cache,computed):includes(arrays[othIndex],computed,comparator)))continue outer}seen&&seen.push(computed),result.push(value)}}return result}function baseInvoke(object,path,args){var func=null==(object=parent(object,path=castPath(path,object)))?object:object[toKey(last(path))];return null==func?void 0:apply(func,object,args)}function baseIsArguments(value){return isObjectLike(value)&&baseGetTag(value)==argsTag}function baseIsEqual(value,other,bitmask,customizer,stack){return value===other||(null==value||null==other||!isObjectLike(value)&&!isObjectLike(other)?value!=value&&other!=other:function(object,other,bitmask,customizer,equalFunc,stack){var objIsArr=isArray(object),othIsArr=isArray(other),objTag=objIsArr?arrayTag:getTag(object),othTag=othIsArr?arrayTag:getTag(other),objIsObj=(objTag=objTag==argsTag?objectTag:objTag)==objectTag,othIsObj=(othTag=othTag==argsTag?objectTag:othTag)==objectTag,isSameTag=objTag==othTag;if(isSameTag&&isBuffer(object)){if(!isBuffer(other))return!1;objIsArr=!0,objIsObj=!1}if(isSameTag&&!objIsObj)return stack||(stack=new Stack),objIsArr||isTypedArray(object)?equalArrays(object,other,bitmask,customizer,equalFunc,stack):function(object,other,tag,bitmask,customizer,equalFunc,stack){switch(tag){case dataViewTag:if(object.byteLength!=other.byteLength||object.byteOffset!=other.byteOffset)return!1;object=object.buffer,other=other.buffer;case arrayBufferTag:return!(object.byteLength!=other.byteLength||!equalFunc(new Uint8Array(object),new Uint8Array(other)));case boolTag:case dateTag:case numberTag:return eq(+object,+other);case errorTag:return object.name==other.name&&object.message==other.message;case regexpTag:case stringTag:return object==other+"";case mapTag:var convert=mapToArray;case setTag:var isPartial=1&bitmask;if(convert||(convert=setToArray),object.size!=other.size&&!isPartial)return!1;var stacked=stack.get(object);if(stacked)return stacked==other;bitmask|=2,stack.set(object,other);var result=equalArrays(convert(object),convert(other),bitmask,customizer,equalFunc,stack);return stack.delete(object),result;case symbolTag:if(symbolValueOf)return symbolValueOf.call(object)==symbolValueOf.call(other)}return!1}(object,other,objTag,bitmask,customizer,equalFunc,stack);if(!(1&bitmask)){var objIsWrapped=objIsObj&&hasOwnProperty.call(object,"__wrapped__"),othIsWrapped=othIsObj&&hasOwnProperty.call(other,"__wrapped__");if(objIsWrapped||othIsWrapped){var objUnwrapped=objIsWrapped?object.value():object,othUnwrapped=othIsWrapped?other.value():other;return stack||(stack=new Stack),equalFunc(objUnwrapped,othUnwrapped,bitmask,customizer,stack)}}if(!isSameTag)return!1;return stack||(stack=new Stack),function(object,other,bitmask,customizer,equalFunc,stack){var isPartial=1&bitmask,objProps=getAllKeys(object),objLength=objProps.length,othLength=getAllKeys(other).length;if(objLength!=othLength&&!isPartial)return!1;var index=objLength;for(;index--;){var key=objProps[index];if(!(isPartial?key in other:hasOwnProperty.call(other,key)))return!1}var objStacked=stack.get(object),othStacked=stack.get(other);if(objStacked&&othStacked)return objStacked==other&&othStacked==object;var result=!0;stack.set(object,other),stack.set(other,object);var skipCtor=isPartial;for(;++index<objLength;){key=objProps[index];var objValue=object[key],othValue=other[key];if(customizer)var compared=isPartial?customizer(othValue,objValue,key,other,object,stack):customizer(objValue,othValue,key,object,other,stack);if(!(void 0===compared?objValue===othValue||equalFunc(objValue,othValue,bitmask,customizer,stack):compared)){result=!1;break}skipCtor||(skipCtor="constructor"==key)}if(result&&!skipCtor){var objCtor=object.constructor,othCtor=other.constructor;objCtor==othCtor||!("constructor"in object)||!("constructor"in other)||"function"==typeof objCtor&&objCtor instanceof objCtor&&"function"==typeof othCtor&&othCtor instanceof othCtor||(result=!1)}return stack.delete(object),stack.delete(other),result}(object,other,bitmask,customizer,equalFunc,stack)}(value,other,bitmask,customizer,baseIsEqual,stack))}function baseIsMatch(object,source,matchData,customizer){var index=matchData.length,length=index,noCustomizer=!customizer;if(null==object)return!length;for(object=Object(object);index--;){var data=matchData[index];if(noCustomizer&&data[2]?data[1]!==object[data[0]]:!(data[0]in object))return!1}for(;++index<length;){var key=(data=matchData[index])[0],objValue=object[key],srcValue=data[1];if(noCustomizer&&data[2]){if(void 0===objValue&&!(key in object))return!1}else{var stack=new Stack;if(customizer)var result=customizer(objValue,srcValue,key,object,source,stack);if(!(void 0===result?baseIsEqual(srcValue,objValue,3,customizer,stack):result))return!1}}return!0}function baseIsNative(value){return!(!isObject(value)||(func=value,maskSrcKey&&maskSrcKey in func))&&(isFunction(value)?reIsNative:reIsHostCtor).test(toSource(value));var func}function baseIteratee(value){return"function"==typeof value?value:null==value?identity:"object"==typeof value?isArray(value)?baseMatchesProperty(value[0],value[1]):baseMatches(value):property(value)}function baseKeys(object){if(!isPrototype(object))return nativeKeys(object);var result=[];for(var key in Object(object))hasOwnProperty.call(object,key)&&"constructor"!=key&&result.push(key);return result}function baseKeysIn(object){if(!isObject(object))return function(object){var result=[];if(null!=object)for(var key in Object(object))result.push(key);return result}(object);var isProto=isPrototype(object),result=[];for(var key in object)("constructor"!=key||!isProto&&hasOwnProperty.call(object,key))&&result.push(key);return result}function baseLt(value,other){return value<other}function baseMap(collection,iteratee){var index=-1,result=isArrayLike(collection)?Array(collection.length):[];return baseEach(collection,(function(value,key,collection){result[++index]=iteratee(value,key,collection)})),result}function baseMatches(source){var matchData=getMatchData(source);return 1==matchData.length&&matchData[0][2]?matchesStrictComparable(matchData[0][0],matchData[0][1]):function(object){return object===source||baseIsMatch(object,source,matchData)}}function baseMatchesProperty(path,srcValue){return isKey(path)&&isStrictComparable(srcValue)?matchesStrictComparable(toKey(path),srcValue):function(object){var objValue=get(object,path);return void 0===objValue&&objValue===srcValue?hasIn(object,path):baseIsEqual(srcValue,objValue,3)}}function baseMerge(object,source,srcIndex,customizer,stack){object!==source&&baseFor(source,(function(srcValue,key){if(stack||(stack=new Stack),isObject(srcValue))!function(object,source,key,srcIndex,mergeFunc,customizer,stack){var objValue=safeGet(object,key),srcValue=safeGet(source,key),stacked=stack.get(srcValue);if(stacked)return void assignMergeValue(object,key,stacked);var newValue=customizer?customizer(objValue,srcValue,key+"",object,source,stack):void 0,isCommon=void 0===newValue;if(isCommon){var isArr=isArray(srcValue),isBuff=!isArr&&isBuffer(srcValue),isTyped=!isArr&&!isBuff&&isTypedArray(srcValue);newValue=srcValue,isArr||isBuff||isTyped?isArray(objValue)?newValue=objValue:isArrayLikeObject(objValue)?newValue=copyArray(objValue):isBuff?(isCommon=!1,newValue=cloneBuffer(srcValue,!0)):isTyped?(isCommon=!1,newValue=cloneTypedArray(srcValue,!0)):newValue=[]:isPlainObject(srcValue)||isArguments(srcValue)?(newValue=objValue,isArguments(objValue)?newValue=toPlainObject(objValue):isObject(objValue)&&!isFunction(objValue)||(newValue=initCloneObject(srcValue))):isCommon=!1}isCommon&&(stack.set(srcValue,newValue),mergeFunc(newValue,srcValue,srcIndex,customizer,stack),stack.delete(srcValue));assignMergeValue(object,key,newValue)}(object,source,key,srcIndex,baseMerge,customizer,stack);else{var newValue=customizer?customizer(safeGet(object,key),srcValue,key+"",object,source,stack):void 0;void 0===newValue&&(newValue=srcValue),assignMergeValue(object,key,newValue)}}),keysIn)}function baseNth(array,n){var length=array.length;if(length)return isIndex(n+=n<0?length:0,length)?array[n]:void 0}function baseOrderBy(collection,iteratees,orders){iteratees=iteratees.length?arrayMap(iteratees,(function(iteratee){return isArray(iteratee)?function(value){return baseGet(value,1===iteratee.length?iteratee[0]:iteratee)}:iteratee})):[identity];var index=-1;return iteratees=arrayMap(iteratees,baseUnary(getIteratee())),function(array,comparer){var length=array.length;for(array.sort(comparer);length--;)array[length]=array[length].value;return array}(baseMap(collection,(function(value,key,collection){return{criteria:arrayMap(iteratees,(function(iteratee){return iteratee(value)})),index:++index,value:value}})),(function(object,other){return function(object,other,orders){var index=-1,objCriteria=object.criteria,othCriteria=other.criteria,length=objCriteria.length,ordersLength=orders.length;for(;++index<length;){var result=compareAscending(objCriteria[index],othCriteria[index]);if(result){if(index>=ordersLength)return result;var order=orders[index];return result*("desc"==order?-1:1)}}return object.index-other.index}(object,other,orders)}))}function basePickBy(object,paths,predicate){for(var index=-1,length=paths.length,result={};++index<length;){var path=paths[index],value=baseGet(object,path);predicate(value,path)&&baseSet(result,castPath(path,object),value)}return result}function basePullAll(array,values,iteratee,comparator){var indexOf=comparator?baseIndexOfWith:baseIndexOf,index=-1,length=values.length,seen=array;for(array===values&&(values=copyArray(values)),iteratee&&(seen=arrayMap(array,baseUnary(iteratee)));++index<length;)for(var fromIndex=0,value=values[index],computed=iteratee?iteratee(value):value;(fromIndex=indexOf(seen,computed,fromIndex,comparator))>-1;)seen!==array&&splice.call(seen,fromIndex,1),splice.call(array,fromIndex,1);return array}function basePullAt(array,indexes){for(var length=array?indexes.length:0,lastIndex=length-1;length--;){var index=indexes[length];if(length==lastIndex||index!==previous){var previous=index;isIndex(index)?splice.call(array,index,1):baseUnset(array,index)}}return array}function baseRandom(lower,upper){return lower+nativeFloor(nativeRandom()*(upper-lower+1))}function baseRepeat(string,n){var result="";if(!string||n<1||n>9007199254740991)return result;do{n%2&&(result+=string),(n=nativeFloor(n/2))&&(string+=string)}while(n);return result}function baseRest(func,start){return setToString(overRest(func,start,identity),func+"")}function baseSample(collection){return arraySample(values(collection))}function baseSampleSize(collection,n){var array=values(collection);return shuffleSelf(array,baseClamp(n,0,array.length))}function baseSet(object,path,value,customizer){if(!isObject(object))return object;for(var index=-1,length=(path=castPath(path,object)).length,lastIndex=length-1,nested=object;null!=nested&&++index<length;){var key=toKey(path[index]),newValue=value;if("__proto__"===key||"constructor"===key||"prototype"===key)return object;if(index!=lastIndex){var objValue=nested[key];void 0===(newValue=customizer?customizer(objValue,key,nested):void 0)&&(newValue=isObject(objValue)?objValue:isIndex(path[index+1])?[]:{})}assignValue(nested,key,newValue),nested=nested[key]}return object}var baseSetData=metaMap?function(func,data){return metaMap.set(func,data),func}:identity,baseSetToString=defineProperty?function(func,string){return defineProperty(func,"toString",{configurable:!0,enumerable:!1,value:constant(string),writable:!0})}:identity;function baseShuffle(collection){return shuffleSelf(values(collection))}function baseSlice(array,start,end){var index=-1,length=array.length;start<0&&(start=-start>length?0:length+start),(end=end>length?length:end)<0&&(end+=length),length=start>end?0:end-start>>>0,start>>>=0;for(var result=Array(length);++index<length;)result[index]=array[index+start];return result}function baseSome(collection,predicate){var result;return baseEach(collection,(function(value,index,collection){return!(result=predicate(value,index,collection))})),!!result}function baseSortedIndex(array,value,retHighest){var low=0,high=null==array?low:array.length;if("number"==typeof value&&value==value&&high<=2147483647){for(;low<high;){var mid=low+high>>>1,computed=array[mid];null!==computed&&!isSymbol(computed)&&(retHighest?computed<=value:computed<value)?low=mid+1:high=mid}return high}return baseSortedIndexBy(array,value,identity,retHighest)}function baseSortedIndexBy(array,value,iteratee,retHighest){var low=0,high=null==array?0:array.length;if(0===high)return 0;for(var valIsNaN=(value=iteratee(value))!=value,valIsNull=null===value,valIsSymbol=isSymbol(value),valIsUndefined=void 0===value;low<high;){var mid=nativeFloor((low+high)/2),computed=iteratee(array[mid]),othIsDefined=void 0!==computed,othIsNull=null===computed,othIsReflexive=computed==computed,othIsSymbol=isSymbol(computed);if(valIsNaN)var setLow=retHighest||othIsReflexive;else setLow=valIsUndefined?othIsReflexive&&(retHighest||othIsDefined):valIsNull?othIsReflexive&&othIsDefined&&(retHighest||!othIsNull):valIsSymbol?othIsReflexive&&othIsDefined&&!othIsNull&&(retHighest||!othIsSymbol):!othIsNull&&!othIsSymbol&&(retHighest?computed<=value:computed<value);setLow?low=mid+1:high=mid}return nativeMin(high,4294967294)}function baseSortedUniq(array,iteratee){for(var index=-1,length=array.length,resIndex=0,result=[];++index<length;){var value=array[index],computed=iteratee?iteratee(value):value;if(!index||!eq(computed,seen)){var seen=computed;result[resIndex++]=0===value?0:value}}return result}function baseToNumber(value){return"number"==typeof value?value:isSymbol(value)?NaN:+value}function baseToString(value){if("string"==typeof value)return value;if(isArray(value))return arrayMap(value,baseToString)+"";if(isSymbol(value))return symbolToString?symbolToString.call(value):"";var result=value+"";return"0"==result&&1/value==-1/0?"-0":result}function baseUniq(array,iteratee,comparator){var index=-1,includes=arrayIncludes,length=array.length,isCommon=!0,result=[],seen=result;if(comparator)isCommon=!1,includes=arrayIncludesWith;else if(length>=200){var set=iteratee?null:createSet(array);if(set)return setToArray(set);isCommon=!1,includes=cacheHas,seen=new SetCache}else seen=iteratee?[]:result;outer:for(;++index<length;){var value=array[index],computed=iteratee?iteratee(value):value;if(value=comparator||0!==value?value:0,isCommon&&computed==computed){for(var seenIndex=seen.length;seenIndex--;)if(seen[seenIndex]===computed)continue outer;iteratee&&seen.push(computed),result.push(value)}else includes(seen,computed,comparator)||(seen!==result&&seen.push(computed),result.push(value))}return result}function baseUnset(object,path){return null==(object=parent(object,path=castPath(path,object)))||delete object[toKey(last(path))]}function baseUpdate(object,path,updater,customizer){return baseSet(object,path,updater(baseGet(object,path)),customizer)}function baseWhile(array,predicate,isDrop,fromRight){for(var length=array.length,index=fromRight?length:-1;(fromRight?index--:++index<length)&&predicate(array[index],index,array););return isDrop?baseSlice(array,fromRight?0:index,fromRight?index+1:length):baseSlice(array,fromRight?index+1:0,fromRight?length:index)}function baseWrapperValue(value,actions){var result=value;return result instanceof LazyWrapper&&(result=result.value()),arrayReduce(actions,(function(result,action){return action.func.apply(action.thisArg,arrayPush([result],action.args))}),result)}function baseXor(arrays,iteratee,comparator){var length=arrays.length;if(length<2)return length?baseUniq(arrays[0]):[];for(var index=-1,result=Array(length);++index<length;)for(var array=arrays[index],othIndex=-1;++othIndex<length;)othIndex!=index&&(result[index]=baseDifference(result[index]||array,arrays[othIndex],iteratee,comparator));return baseUniq(baseFlatten(result,1),iteratee,comparator)}function baseZipObject(props,values,assignFunc){for(var index=-1,length=props.length,valsLength=values.length,result={};++index<length;){var value=index<valsLength?values[index]:void 0;assignFunc(result,props[index],value)}return result}function castArrayLikeObject(value){return isArrayLikeObject(value)?value:[]}function castFunction(value){return"function"==typeof value?value:identity}function castPath(value,object){return isArray(value)?value:isKey(value,object)?[value]:stringToPath(toString(value))}var castRest=baseRest;function castSlice(array,start,end){var length=array.length;return end=void 0===end?length:end,!start&&end>=length?array:baseSlice(array,start,end)}var clearTimeout=ctxClearTimeout||function(id){return root.clearTimeout(id)};function cloneBuffer(buffer,isDeep){if(isDeep)return buffer.slice();var length=buffer.length,result=allocUnsafe?allocUnsafe(length):new buffer.constructor(length);return buffer.copy(result),result}function cloneArrayBuffer(arrayBuffer){var result=new arrayBuffer.constructor(arrayBuffer.byteLength);return new Uint8Array(result).set(new Uint8Array(arrayBuffer)),result}function cloneTypedArray(typedArray,isDeep){var buffer=isDeep?cloneArrayBuffer(typedArray.buffer):typedArray.buffer;return new typedArray.constructor(buffer,typedArray.byteOffset,typedArray.length)}function compareAscending(value,other){if(value!==other){var valIsDefined=void 0!==value,valIsNull=null===value,valIsReflexive=value==value,valIsSymbol=isSymbol(value),othIsDefined=void 0!==other,othIsNull=null===other,othIsReflexive=other==other,othIsSymbol=isSymbol(other);if(!othIsNull&&!othIsSymbol&&!valIsSymbol&&value>other||valIsSymbol&&othIsDefined&&othIsReflexive&&!othIsNull&&!othIsSymbol||valIsNull&&othIsDefined&&othIsReflexive||!valIsDefined&&othIsReflexive||!valIsReflexive)return 1;if(!valIsNull&&!valIsSymbol&&!othIsSymbol&&value<other||othIsSymbol&&valIsDefined&&valIsReflexive&&!valIsNull&&!valIsSymbol||othIsNull&&valIsDefined&&valIsReflexive||!othIsDefined&&valIsReflexive||!othIsReflexive)return-1}return 0}function composeArgs(args,partials,holders,isCurried){for(var argsIndex=-1,argsLength=args.length,holdersLength=holders.length,leftIndex=-1,leftLength=partials.length,rangeLength=nativeMax(argsLength-holdersLength,0),result=Array(leftLength+rangeLength),isUncurried=!isCurried;++leftIndex<leftLength;)result[leftIndex]=partials[leftIndex];for(;++argsIndex<holdersLength;)(isUncurried||argsIndex<argsLength)&&(result[holders[argsIndex]]=args[argsIndex]);for(;rangeLength--;)result[leftIndex++]=args[argsIndex++];return result}function composeArgsRight(args,partials,holders,isCurried){for(var argsIndex=-1,argsLength=args.length,holdersIndex=-1,holdersLength=holders.length,rightIndex=-1,rightLength=partials.length,rangeLength=nativeMax(argsLength-holdersLength,0),result=Array(rangeLength+rightLength),isUncurried=!isCurried;++argsIndex<rangeLength;)result[argsIndex]=args[argsIndex];for(var offset=argsIndex;++rightIndex<rightLength;)result[offset+rightIndex]=partials[rightIndex];for(;++holdersIndex<holdersLength;)(isUncurried||argsIndex<argsLength)&&(result[offset+holders[holdersIndex]]=args[argsIndex++]);return result}function copyArray(source,array){var index=-1,length=source.length;for(array||(array=Array(length));++index<length;)array[index]=source[index];return array}function copyObject(source,props,object,customizer){var isNew=!object;object||(object={});for(var index=-1,length=props.length;++index<length;){var key=props[index],newValue=customizer?customizer(object[key],source[key],key,object,source):void 0;void 0===newValue&&(newValue=source[key]),isNew?baseAssignValue(object,key,newValue):assignValue(object,key,newValue)}return object}function createAggregator(setter,initializer){return function(collection,iteratee){var func=isArray(collection)?arrayAggregator:baseAggregator,accumulator=initializer?initializer():{};return func(collection,setter,getIteratee(iteratee,2),accumulator)}}function createAssigner(assigner){return baseRest((function(object,sources){var index=-1,length=sources.length,customizer=length>1?sources[length-1]:void 0,guard=length>2?sources[2]:void 0;for(customizer=assigner.length>3&&"function"==typeof customizer?(length--,customizer):void 0,guard&&isIterateeCall(sources[0],sources[1],guard)&&(customizer=length<3?void 0:customizer,length=1),object=Object(object);++index<length;){var source=sources[index];source&&assigner(object,source,index,customizer)}return object}))}function createBaseEach(eachFunc,fromRight){return function(collection,iteratee){if(null==collection)return collection;if(!isArrayLike(collection))return eachFunc(collection,iteratee);for(var length=collection.length,index=fromRight?length:-1,iterable=Object(collection);(fromRight?index--:++index<length)&&!1!==iteratee(iterable[index],index,iterable););return collection}}function createBaseFor(fromRight){return function(object,iteratee,keysFunc){for(var index=-1,iterable=Object(object),props=keysFunc(object),length=props.length;length--;){var key=props[fromRight?length:++index];if(!1===iteratee(iterable[key],key,iterable))break}return object}}function createCaseFirst(methodName){return function(string){var strSymbols=hasUnicode(string=toString(string))?stringToArray(string):void 0,chr=strSymbols?strSymbols[0]:string.charAt(0),trailing=strSymbols?castSlice(strSymbols,1).join(""):string.slice(1);return chr[methodName]()+trailing}}function createCompounder(callback){return function(string){return arrayReduce(words(deburr(string).replace(reApos,"")),callback,"")}}function createCtor(Ctor){return function(){var args=arguments;switch(args.length){case 0:return new Ctor;case 1:return new Ctor(args[0]);case 2:return new Ctor(args[0],args[1]);case 3:return new Ctor(args[0],args[1],args[2]);case 4:return new Ctor(args[0],args[1],args[2],args[3]);case 5:return new Ctor(args[0],args[1],args[2],args[3],args[4]);case 6:return new Ctor(args[0],args[1],args[2],args[3],args[4],args[5]);case 7:return new Ctor(args[0],args[1],args[2],args[3],args[4],args[5],args[6])}var thisBinding=baseCreate(Ctor.prototype),result=Ctor.apply(thisBinding,args);return isObject(result)?result:thisBinding}}function createFind(findIndexFunc){return function(collection,predicate,fromIndex){var iterable=Object(collection);if(!isArrayLike(collection)){var iteratee=getIteratee(predicate,3);collection=keys(collection),predicate=function(key){return iteratee(iterable[key],key,iterable)}}var index=findIndexFunc(collection,predicate,fromIndex);return index>-1?iterable[iteratee?collection[index]:index]:void 0}}function createFlow(fromRight){return flatRest((function(funcs){var length=funcs.length,index=length,prereq=LodashWrapper.prototype.thru;for(fromRight&&funcs.reverse();index--;){var func=funcs[index];if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);if(prereq&&!wrapper&&"wrapper"==getFuncName(func))var wrapper=new LodashWrapper([],!0)}for(index=wrapper?index:length;++index<length;){var funcName=getFuncName(func=funcs[index]),data="wrapper"==funcName?getData(func):void 0;wrapper=data&&isLaziable(data[0])&&424==data[1]&&!data[4].length&&1==data[9]?wrapper[getFuncName(data[0])].apply(wrapper,data[3]):1==func.length&&isLaziable(func)?wrapper[funcName]():wrapper.thru(func)}return function(){var args=arguments,value=args[0];if(wrapper&&1==args.length&&isArray(value))return wrapper.plant(value).value();for(var index=0,result=length?funcs[index].apply(this,args):value;++index<length;)result=funcs[index].call(this,result);return result}}))}function createHybrid(func,bitmask,thisArg,partials,holders,partialsRight,holdersRight,argPos,ary,arity){var isAry=128&bitmask,isBind=1&bitmask,isBindKey=2&bitmask,isCurried=24&bitmask,isFlip=512&bitmask,Ctor=isBindKey?void 0:createCtor(func);return function wrapper(){for(var length=arguments.length,args=Array(length),index=length;index--;)args[index]=arguments[index];if(isCurried)var placeholder=getHolder(wrapper),holdersCount=countHolders(args,placeholder);if(partials&&(args=composeArgs(args,partials,holders,isCurried)),partialsRight&&(args=composeArgsRight(args,partialsRight,holdersRight,isCurried)),length-=holdersCount,isCurried&&length<arity){var newHolders=replaceHolders(args,placeholder);return createRecurry(func,bitmask,createHybrid,wrapper.placeholder,thisArg,args,newHolders,argPos,ary,arity-length)}var thisBinding=isBind?thisArg:this,fn=isBindKey?thisBinding[func]:func;return length=args.length,argPos?args=reorder(args,argPos):isFlip&&length>1&&args.reverse(),isAry&&ary<length&&(args.length=ary),this&&this!==root&&this instanceof wrapper&&(fn=Ctor||createCtor(fn)),fn.apply(thisBinding,args)}}function createInverter(setter,toIteratee){return function(object,iteratee){return function(object,setter,iteratee,accumulator){return baseForOwn(object,(function(value,key,object){setter(accumulator,iteratee(value),key,object)})),accumulator}(object,setter,toIteratee(iteratee),{})}}function createMathOperation(operator,defaultValue){return function(value,other){var result;if(void 0===value&&void 0===other)return defaultValue;if(void 0!==value&&(result=value),void 0!==other){if(void 0===result)return other;"string"==typeof value||"string"==typeof other?(value=baseToString(value),other=baseToString(other)):(value=baseToNumber(value),other=baseToNumber(other)),result=operator(value,other)}return result}}function createOver(arrayFunc){return flatRest((function(iteratees){return iteratees=arrayMap(iteratees,baseUnary(getIteratee())),baseRest((function(args){var thisArg=this;return arrayFunc(iteratees,(function(iteratee){return apply(iteratee,thisArg,args)}))}))}))}function createPadding(length,chars){var charsLength=(chars=void 0===chars?" ":baseToString(chars)).length;if(charsLength<2)return charsLength?baseRepeat(chars,length):chars;var result=baseRepeat(chars,nativeCeil(length/stringSize(chars)));return hasUnicode(chars)?castSlice(stringToArray(result),0,length).join(""):result.slice(0,length)}function createRange(fromRight){return function(start,end,step){return step&&"number"!=typeof step&&isIterateeCall(start,end,step)&&(end=step=void 0),start=toFinite(start),void 0===end?(end=start,start=0):end=toFinite(end),function(start,end,step,fromRight){for(var index=-1,length=nativeMax(nativeCeil((end-start)/(step||1)),0),result=Array(length);length--;)result[fromRight?length:++index]=start,start+=step;return result}(start,end,step=void 0===step?start<end?1:-1:toFinite(step),fromRight)}}function createRelationalOperation(operator){return function(value,other){return"string"==typeof value&&"string"==typeof other||(value=toNumber(value),other=toNumber(other)),operator(value,other)}}function createRecurry(func,bitmask,wrapFunc,placeholder,thisArg,partials,holders,argPos,ary,arity){var isCurry=8&bitmask;bitmask|=isCurry?32:64,4&(bitmask&=~(isCurry?64:32))||(bitmask&=-4);var newData=[func,bitmask,thisArg,isCurry?partials:void 0,isCurry?holders:void 0,isCurry?void 0:partials,isCurry?void 0:holders,argPos,ary,arity],result=wrapFunc.apply(void 0,newData);return isLaziable(func)&&setData(result,newData),result.placeholder=placeholder,setWrapToString(result,func,bitmask)}function createRound(methodName){var func=Math[methodName];return function(number,precision){if(number=toNumber(number),(precision=null==precision?0:nativeMin(toInteger(precision),292))&&nativeIsFinite(number)){var pair=(toString(number)+"e").split("e");return+((pair=(toString(func(pair[0]+"e"+(+pair[1]+precision)))+"e").split("e"))[0]+"e"+(+pair[1]-precision))}return func(number)}}var createSet=Set&&1/setToArray(new Set([,-0]))[1]==1/0?function(values){return new Set(values)}:noop;function createToPairs(keysFunc){return function(object){var tag=getTag(object);return tag==mapTag?mapToArray(object):tag==setTag?setToPairs(object):function(object,props){return arrayMap(props,(function(key){return[key,object[key]]}))}(object,keysFunc(object))}}function createWrap(func,bitmask,thisArg,partials,holders,argPos,ary,arity){var isBindKey=2&bitmask;if(!isBindKey&&"function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);var length=partials?partials.length:0;if(length||(bitmask&=-97,partials=holders=void 0),ary=void 0===ary?ary:nativeMax(toInteger(ary),0),arity=void 0===arity?arity:toInteger(arity),length-=holders?holders.length:0,64&bitmask){var partialsRight=partials,holdersRight=holders;partials=holders=void 0}var data=isBindKey?void 0:getData(func),newData=[func,bitmask,thisArg,partials,holders,partialsRight,holdersRight,argPos,ary,arity];if(data&&function(data,source){var bitmask=data[1],srcBitmask=source[1],newBitmask=bitmask|srcBitmask,isCommon=newBitmask<131,isCombo=128==srcBitmask&&8==bitmask||128==srcBitmask&&256==bitmask&&data[7].length<=source[8]||384==srcBitmask&&source[7].length<=source[8]&&8==bitmask;if(!isCommon&&!isCombo)return data;1&srcBitmask&&(data[2]=source[2],newBitmask|=1&bitmask?0:4);var value=source[3];if(value){var partials=data[3];data[3]=partials?composeArgs(partials,value,source[4]):value,data[4]=partials?replaceHolders(data[3],PLACEHOLDER):source[4]}(value=source[5])&&(partials=data[5],data[5]=partials?composeArgsRight(partials,value,source[6]):value,data[6]=partials?replaceHolders(data[5],PLACEHOLDER):source[6]);(value=source[7])&&(data[7]=value);128&srcBitmask&&(data[8]=null==data[8]?source[8]:nativeMin(data[8],source[8]));null==data[9]&&(data[9]=source[9]);data[0]=source[0],data[1]=newBitmask}(newData,data),func=newData[0],bitmask=newData[1],thisArg=newData[2],partials=newData[3],holders=newData[4],!(arity=newData[9]=void 0===newData[9]?isBindKey?0:func.length:nativeMax(newData[9]-length,0))&&24&bitmask&&(bitmask&=-25),bitmask&&1!=bitmask)result=8==bitmask||16==bitmask?function(func,bitmask,arity){var Ctor=createCtor(func);return function wrapper(){for(var length=arguments.length,args=Array(length),index=length,placeholder=getHolder(wrapper);index--;)args[index]=arguments[index];var holders=length<3&&args[0]!==placeholder&&args[length-1]!==placeholder?[]:replaceHolders(args,placeholder);if((length-=holders.length)<arity)return createRecurry(func,bitmask,createHybrid,wrapper.placeholder,void 0,args,holders,void 0,void 0,arity-length);var fn=this&&this!==root&&this instanceof wrapper?Ctor:func;return apply(fn,this,args)}}(func,bitmask,arity):32!=bitmask&&33!=bitmask||holders.length?createHybrid.apply(void 0,newData):function(func,bitmask,thisArg,partials){var isBind=1&bitmask,Ctor=createCtor(func);return function wrapper(){for(var argsIndex=-1,argsLength=arguments.length,leftIndex=-1,leftLength=partials.length,args=Array(leftLength+argsLength),fn=this&&this!==root&&this instanceof wrapper?Ctor:func;++leftIndex<leftLength;)args[leftIndex]=partials[leftIndex];for(;argsLength--;)args[leftIndex++]=arguments[++argsIndex];return apply(fn,isBind?thisArg:this,args)}}(func,bitmask,thisArg,partials);else var result=function(func,bitmask,thisArg){var isBind=1&bitmask,Ctor=createCtor(func);return function wrapper(){var fn=this&&this!==root&&this instanceof wrapper?Ctor:func;return fn.apply(isBind?thisArg:this,arguments)}}(func,bitmask,thisArg);return setWrapToString((data?baseSetData:setData)(result,newData),func,bitmask)}function customDefaultsAssignIn(objValue,srcValue,key,object){return void 0===objValue||eq(objValue,objectProto[key])&&!hasOwnProperty.call(object,key)?srcValue:objValue}function customDefaultsMerge(objValue,srcValue,key,object,source,stack){return isObject(objValue)&&isObject(srcValue)&&(stack.set(srcValue,objValue),baseMerge(objValue,srcValue,void 0,customDefaultsMerge,stack),stack.delete(srcValue)),objValue}function customOmitClone(value){return isPlainObject(value)?void 0:value}function equalArrays(array,other,bitmask,customizer,equalFunc,stack){var isPartial=1&bitmask,arrLength=array.length,othLength=other.length;if(arrLength!=othLength&&!(isPartial&&othLength>arrLength))return!1;var arrStacked=stack.get(array),othStacked=stack.get(other);if(arrStacked&&othStacked)return arrStacked==other&&othStacked==array;var index=-1,result=!0,seen=2&bitmask?new SetCache:void 0;for(stack.set(array,other),stack.set(other,array);++index<arrLength;){var arrValue=array[index],othValue=other[index];if(customizer)var compared=isPartial?customizer(othValue,arrValue,index,other,array,stack):customizer(arrValue,othValue,index,array,other,stack);if(void 0!==compared){if(compared)continue;result=!1;break}if(seen){if(!arraySome(other,(function(othValue,othIndex){if(!cacheHas(seen,othIndex)&&(arrValue===othValue||equalFunc(arrValue,othValue,bitmask,customizer,stack)))return seen.push(othIndex)}))){result=!1;break}}else if(arrValue!==othValue&&!equalFunc(arrValue,othValue,bitmask,customizer,stack)){result=!1;break}}return stack.delete(array),stack.delete(other),result}function flatRest(func){return setToString(overRest(func,void 0,flatten),func+"")}function getAllKeys(object){return baseGetAllKeys(object,keys,getSymbols)}function getAllKeysIn(object){return baseGetAllKeys(object,keysIn,getSymbolsIn)}var getData=metaMap?function(func){return metaMap.get(func)}:noop;function getFuncName(func){for(var result=func.name+"",array=realNames[result],length=hasOwnProperty.call(realNames,result)?array.length:0;length--;){var data=array[length],otherFunc=data.func;if(null==otherFunc||otherFunc==func)return data.name}return result}function getHolder(func){return(hasOwnProperty.call(lodash,"placeholder")?lodash:func).placeholder}function getIteratee(){var result=lodash.iteratee||iteratee;return result=result===iteratee?baseIteratee:result,arguments.length?result(arguments[0],arguments[1]):result}function getMapData(map,key){var value,type,data=map.__data__;return("string"==(type=typeof(value=key))||"number"==type||"symbol"==type||"boolean"==type?"__proto__"!==value:null===value)?data["string"==typeof key?"string":"hash"]:data.map}function getMatchData(object){for(var result=keys(object),length=result.length;length--;){var key=result[length],value=object[key];result[length]=[key,value,isStrictComparable(value)]}return result}function getNative(object,key){var value=function(object,key){return null==object?void 0:object[key]}(object,key);return baseIsNative(value)?value:void 0}var getSymbols=nativeGetSymbols?function(object){return null==object?[]:(object=Object(object),arrayFilter(nativeGetSymbols(object),(function(symbol){return propertyIsEnumerable.call(object,symbol)})))}:stubArray,getSymbolsIn=nativeGetSymbols?function(object){for(var result=[];object;)arrayPush(result,getSymbols(object)),object=getPrototype(object);return result}:stubArray,getTag=baseGetTag;function hasPath(object,path,hasFunc){for(var index=-1,length=(path=castPath(path,object)).length,result=!1;++index<length;){var key=toKey(path[index]);if(!(result=null!=object&&hasFunc(object,key)))break;object=object[key]}return result||++index!=length?result:!!(length=null==object?0:object.length)&&isLength(length)&&isIndex(key,length)&&(isArray(object)||isArguments(object))}function initCloneObject(object){return"function"!=typeof object.constructor||isPrototype(object)?{}:baseCreate(getPrototype(object))}function isFlattenable(value){return isArray(value)||isArguments(value)||!!(spreadableSymbol&&value&&value[spreadableSymbol])}function isIndex(value,length){var type=typeof value;return!!(length=null==length?9007199254740991:length)&&("number"==type||"symbol"!=type&&reIsUint.test(value))&&value>-1&&value%1==0&&value<length}function isIterateeCall(value,index,object){if(!isObject(object))return!1;var type=typeof index;return!!("number"==type?isArrayLike(object)&&isIndex(index,object.length):"string"==type&&index in object)&&eq(object[index],value)}function isKey(value,object){if(isArray(value))return!1;var type=typeof value;return!("number"!=type&&"symbol"!=type&&"boolean"!=type&&null!=value&&!isSymbol(value))||(reIsPlainProp.test(value)||!reIsDeepProp.test(value)||null!=object&&value in Object(object))}function isLaziable(func){var funcName=getFuncName(func),other=lodash[funcName];if("function"!=typeof other||!(funcName in LazyWrapper.prototype))return!1;if(func===other)return!0;var data=getData(other);return!!data&&func===data[0]}(DataView&&getTag(new DataView(new ArrayBuffer(1)))!=dataViewTag||Map&&getTag(new Map)!=mapTag||Promise&&"[object Promise]"!=getTag(Promise.resolve())||Set&&getTag(new Set)!=setTag||WeakMap&&getTag(new WeakMap)!=weakMapTag)&&(getTag=function(value){var result=baseGetTag(value),Ctor=result==objectTag?value.constructor:void 0,ctorString=Ctor?toSource(Ctor):"";if(ctorString)switch(ctorString){case dataViewCtorString:return dataViewTag;case mapCtorString:return mapTag;case promiseCtorString:return"[object Promise]";case setCtorString:return setTag;case weakMapCtorString:return weakMapTag}return result});var isMaskable=coreJsData?isFunction:stubFalse;function isPrototype(value){var Ctor=value&&value.constructor;return value===("function"==typeof Ctor&&Ctor.prototype||objectProto)}function isStrictComparable(value){return value==value&&!isObject(value)}function matchesStrictComparable(key,srcValue){return function(object){return null!=object&&(object[key]===srcValue&&(void 0!==srcValue||key in Object(object)))}}function overRest(func,start,transform){return start=nativeMax(void 0===start?func.length-1:start,0),function(){for(var args=arguments,index=-1,length=nativeMax(args.length-start,0),array=Array(length);++index<length;)array[index]=args[start+index];index=-1;for(var otherArgs=Array(start+1);++index<start;)otherArgs[index]=args[index];return otherArgs[start]=transform(array),apply(func,this,otherArgs)}}function parent(object,path){return path.length<2?object:baseGet(object,baseSlice(path,0,-1))}function reorder(array,indexes){for(var arrLength=array.length,length=nativeMin(indexes.length,arrLength),oldArray=copyArray(array);length--;){var index=indexes[length];array[length]=isIndex(index,arrLength)?oldArray[index]:void 0}return array}function safeGet(object,key){if(("constructor"!==key||"function"!=typeof object[key])&&"__proto__"!=key)return object[key]}var setData=shortOut(baseSetData),setTimeout=ctxSetTimeout||function(func,wait){return root.setTimeout(func,wait)},setToString=shortOut(baseSetToString);function setWrapToString(wrapper,reference,bitmask){var source=reference+"";return setToString(wrapper,function(source,details){var length=details.length;if(!length)return source;var lastIndex=length-1;return details[lastIndex]=(length>1?"& ":"")+details[lastIndex],details=details.join(length>2?", ":" "),source.replace(reWrapComment,"{\n/* [wrapped with "+details+"] */\n")}(source,function(details,bitmask){return arrayEach(wrapFlags,(function(pair){var value="_."+pair[0];bitmask&pair[1]&&!arrayIncludes(details,value)&&details.push(value)})),details.sort()}(function(source){var match=source.match(reWrapDetails);return match?match[1].split(reSplitDetails):[]}(source),bitmask)))}function shortOut(func){var count=0,lastCalled=0;return function(){var stamp=nativeNow(),remaining=16-(stamp-lastCalled);if(lastCalled=stamp,remaining>0){if(++count>=800)return arguments[0]}else count=0;return func.apply(void 0,arguments)}}function shuffleSelf(array,size){var index=-1,length=array.length,lastIndex=length-1;for(size=void 0===size?length:size;++index<size;){var rand=baseRandom(index,lastIndex),value=array[rand];array[rand]=array[index],array[index]=value}return array.length=size,array}var stringToPath=function(func){var result=memoize(func,(function(key){return 500===cache.size&&cache.clear(),key})),cache=result.cache;return result}((function(string){var result=[];return 46===string.charCodeAt(0)&&result.push(""),string.replace(rePropName,(function(match,number,quote,subString){result.push(quote?subString.replace(reEscapeChar,"$1"):number||match)})),result}));function toKey(value){if("string"==typeof value||isSymbol(value))return value;var result=value+"";return"0"==result&&1/value==-1/0?"-0":result}function toSource(func){if(null!=func){try{return funcToString.call(func)}catch(e){}try{return func+""}catch(e){}}return""}function wrapperClone(wrapper){if(wrapper instanceof LazyWrapper)return wrapper.clone();var result=new LodashWrapper(wrapper.__wrapped__,wrapper.__chain__);return result.__actions__=copyArray(wrapper.__actions__),result.__index__=wrapper.__index__,result.__values__=wrapper.__values__,result}var difference=baseRest((function(array,values){return isArrayLikeObject(array)?baseDifference(array,baseFlatten(values,1,isArrayLikeObject,!0)):[]})),differenceBy=baseRest((function(array,values){var iteratee=last(values);return isArrayLikeObject(iteratee)&&(iteratee=void 0),isArrayLikeObject(array)?baseDifference(array,baseFlatten(values,1,isArrayLikeObject,!0),getIteratee(iteratee,2)):[]})),differenceWith=baseRest((function(array,values){var comparator=last(values);return isArrayLikeObject(comparator)&&(comparator=void 0),isArrayLikeObject(array)?baseDifference(array,baseFlatten(values,1,isArrayLikeObject,!0),void 0,comparator):[]}));function findIndex(array,predicate,fromIndex){var length=null==array?0:array.length;if(!length)return-1;var index=null==fromIndex?0:toInteger(fromIndex);return index<0&&(index=nativeMax(length+index,0)),baseFindIndex(array,getIteratee(predicate,3),index)}function findLastIndex(array,predicate,fromIndex){var length=null==array?0:array.length;if(!length)return-1;var index=length-1;return void 0!==fromIndex&&(index=toInteger(fromIndex),index=fromIndex<0?nativeMax(length+index,0):nativeMin(index,length-1)),baseFindIndex(array,getIteratee(predicate,3),index,!0)}function flatten(array){return(null==array?0:array.length)?baseFlatten(array,1):[]}function head(array){return array&&array.length?array[0]:void 0}var intersection=baseRest((function(arrays){var mapped=arrayMap(arrays,castArrayLikeObject);return mapped.length&&mapped[0]===arrays[0]?baseIntersection(mapped):[]})),intersectionBy=baseRest((function(arrays){var iteratee=last(arrays),mapped=arrayMap(arrays,castArrayLikeObject);return iteratee===last(mapped)?iteratee=void 0:mapped.pop(),mapped.length&&mapped[0]===arrays[0]?baseIntersection(mapped,getIteratee(iteratee,2)):[]})),intersectionWith=baseRest((function(arrays){var comparator=last(arrays),mapped=arrayMap(arrays,castArrayLikeObject);return(comparator="function"==typeof comparator?comparator:void 0)&&mapped.pop(),mapped.length&&mapped[0]===arrays[0]?baseIntersection(mapped,void 0,comparator):[]}));function last(array){var length=null==array?0:array.length;return length?array[length-1]:void 0}var pull=baseRest(pullAll);function pullAll(array,values){return array&&array.length&&values&&values.length?basePullAll(array,values):array}var pullAt=flatRest((function(array,indexes){var length=null==array?0:array.length,result=baseAt(array,indexes);return basePullAt(array,arrayMap(indexes,(function(index){return isIndex(index,length)?+index:index})).sort(compareAscending)),result}));function reverse(array){return null==array?array:nativeReverse.call(array)}var union=baseRest((function(arrays){return baseUniq(baseFlatten(arrays,1,isArrayLikeObject,!0))})),unionBy=baseRest((function(arrays){var iteratee=last(arrays);return isArrayLikeObject(iteratee)&&(iteratee=void 0),baseUniq(baseFlatten(arrays,1,isArrayLikeObject,!0),getIteratee(iteratee,2))})),unionWith=baseRest((function(arrays){var comparator=last(arrays);return comparator="function"==typeof comparator?comparator:void 0,baseUniq(baseFlatten(arrays,1,isArrayLikeObject,!0),void 0,comparator)}));function unzip(array){if(!array||!array.length)return[];var length=0;return array=arrayFilter(array,(function(group){if(isArrayLikeObject(group))return length=nativeMax(group.length,length),!0})),baseTimes(length,(function(index){return arrayMap(array,baseProperty(index))}))}function unzipWith(array,iteratee){if(!array||!array.length)return[];var result=unzip(array);return null==iteratee?result:arrayMap(result,(function(group){return apply(iteratee,void 0,group)}))}var without=baseRest((function(array,values){return isArrayLikeObject(array)?baseDifference(array,values):[]})),xor=baseRest((function(arrays){return baseXor(arrayFilter(arrays,isArrayLikeObject))})),xorBy=baseRest((function(arrays){var iteratee=last(arrays);return isArrayLikeObject(iteratee)&&(iteratee=void 0),baseXor(arrayFilter(arrays,isArrayLikeObject),getIteratee(iteratee,2))})),xorWith=baseRest((function(arrays){var comparator=last(arrays);return comparator="function"==typeof comparator?comparator:void 0,baseXor(arrayFilter(arrays,isArrayLikeObject),void 0,comparator)})),zip=baseRest(unzip);var zipWith=baseRest((function(arrays){var length=arrays.length,iteratee=length>1?arrays[length-1]:void 0;return iteratee="function"==typeof iteratee?(arrays.pop(),iteratee):void 0,unzipWith(arrays,iteratee)}));function chain(value){var result=lodash(value);return result.__chain__=!0,result}function thru(value,interceptor){return interceptor(value)}var wrapperAt=flatRest((function(paths){var length=paths.length,start=length?paths[0]:0,value=this.__wrapped__,interceptor=function(object){return baseAt(object,paths)};return!(length>1||this.__actions__.length)&&value instanceof LazyWrapper&&isIndex(start)?((value=value.slice(start,+start+(length?1:0))).__actions__.push({func:thru,args:[interceptor],thisArg:void 0}),new LodashWrapper(value,this.__chain__).thru((function(array){return length&&!array.length&&array.push(void 0),array}))):this.thru(interceptor)}));var countBy=createAggregator((function(result,value,key){hasOwnProperty.call(result,key)?++result[key]:baseAssignValue(result,key,1)}));var find=createFind(findIndex),findLast=createFind(findLastIndex);function forEach(collection,iteratee){return(isArray(collection)?arrayEach:baseEach)(collection,getIteratee(iteratee,3))}function forEachRight(collection,iteratee){return(isArray(collection)?arrayEachRight:baseEachRight)(collection,getIteratee(iteratee,3))}var groupBy=createAggregator((function(result,value,key){hasOwnProperty.call(result,key)?result[key].push(value):baseAssignValue(result,key,[value])}));var invokeMap=baseRest((function(collection,path,args){var index=-1,isFunc="function"==typeof path,result=isArrayLike(collection)?Array(collection.length):[];return baseEach(collection,(function(value){result[++index]=isFunc?apply(path,value,args):baseInvoke(value,path,args)})),result})),keyBy=createAggregator((function(result,value,key){baseAssignValue(result,key,value)}));function map(collection,iteratee){return(isArray(collection)?arrayMap:baseMap)(collection,getIteratee(iteratee,3))}var partition=createAggregator((function(result,value,key){result[key?0:1].push(value)}),(function(){return[[],[]]}));var sortBy=baseRest((function(collection,iteratees){if(null==collection)return[];var length=iteratees.length;return length>1&&isIterateeCall(collection,iteratees[0],iteratees[1])?iteratees=[]:length>2&&isIterateeCall(iteratees[0],iteratees[1],iteratees[2])&&(iteratees=[iteratees[0]]),baseOrderBy(collection,baseFlatten(iteratees,1),[])})),now=ctxNow||function(){return root.Date.now()};function ary(func,n,guard){return n=guard?void 0:n,createWrap(func,128,void 0,void 0,void 0,void 0,n=func&&null==n?func.length:n)}function before(n,func){var result;if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return n=toInteger(n),function(){return--n>0&&(result=func.apply(this,arguments)),n<=1&&(func=void 0),result}}var bind=baseRest((function(func,thisArg,partials){var bitmask=1;if(partials.length){var holders=replaceHolders(partials,getHolder(bind));bitmask|=32}return createWrap(func,bitmask,thisArg,partials,holders)})),bindKey=baseRest((function(object,key,partials){var bitmask=3;if(partials.length){var holders=replaceHolders(partials,getHolder(bindKey));bitmask|=32}return createWrap(key,bitmask,object,partials,holders)}));function debounce(func,wait,options){var lastArgs,lastThis,maxWait,result,timerId,lastCallTime,lastInvokeTime=0,leading=!1,maxing=!1,trailing=!0;if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);function invokeFunc(time){var args=lastArgs,thisArg=lastThis;return lastArgs=lastThis=void 0,lastInvokeTime=time,result=func.apply(thisArg,args)}function leadingEdge(time){return lastInvokeTime=time,timerId=setTimeout(timerExpired,wait),leading?invokeFunc(time):result}function shouldInvoke(time){var timeSinceLastCall=time-lastCallTime;return void 0===lastCallTime||timeSinceLastCall>=wait||timeSinceLastCall<0||maxing&&time-lastInvokeTime>=maxWait}function timerExpired(){var time=now();if(shouldInvoke(time))return trailingEdge(time);timerId=setTimeout(timerExpired,function(time){var timeWaiting=wait-(time-lastCallTime);return maxing?nativeMin(timeWaiting,maxWait-(time-lastInvokeTime)):timeWaiting}(time))}function trailingEdge(time){return timerId=void 0,trailing&&lastArgs?invokeFunc(time):(lastArgs=lastThis=void 0,result)}function debounced(){var time=now(),isInvoking=shouldInvoke(time);if(lastArgs=arguments,lastThis=this,lastCallTime=time,isInvoking){if(void 0===timerId)return leadingEdge(lastCallTime);if(maxing)return clearTimeout(timerId),timerId=setTimeout(timerExpired,wait),invokeFunc(lastCallTime)}return void 0===timerId&&(timerId=setTimeout(timerExpired,wait)),result}return wait=toNumber(wait)||0,isObject(options)&&(leading=!!options.leading,maxWait=(maxing="maxWait"in options)?nativeMax(toNumber(options.maxWait)||0,wait):maxWait,trailing="trailing"in options?!!options.trailing:trailing),debounced.cancel=function(){void 0!==timerId&&clearTimeout(timerId),lastInvokeTime=0,lastArgs=lastCallTime=lastThis=timerId=void 0},debounced.flush=function(){return void 0===timerId?result:trailingEdge(now())},debounced}var defer=baseRest((function(func,args){return baseDelay(func,1,args)})),delay=baseRest((function(func,wait,args){return baseDelay(func,toNumber(wait)||0,args)}));function memoize(func,resolver){if("function"!=typeof func||null!=resolver&&"function"!=typeof resolver)throw new TypeError(FUNC_ERROR_TEXT);var memoized=function(){var args=arguments,key=resolver?resolver.apply(this,args):args[0],cache=memoized.cache;if(cache.has(key))return cache.get(key);var result=func.apply(this,args);return memoized.cache=cache.set(key,result)||cache,result};return memoized.cache=new(memoize.Cache||MapCache),memoized}function negate(predicate){if("function"!=typeof predicate)throw new TypeError(FUNC_ERROR_TEXT);return function(){var args=arguments;switch(args.length){case 0:return!predicate.call(this);case 1:return!predicate.call(this,args[0]);case 2:return!predicate.call(this,args[0],args[1]);case 3:return!predicate.call(this,args[0],args[1],args[2])}return!predicate.apply(this,args)}}memoize.Cache=MapCache;var overArgs=castRest((function(func,transforms){var funcsLength=(transforms=1==transforms.length&&isArray(transforms[0])?arrayMap(transforms[0],baseUnary(getIteratee())):arrayMap(baseFlatten(transforms,1),baseUnary(getIteratee()))).length;return baseRest((function(args){for(var index=-1,length=nativeMin(args.length,funcsLength);++index<length;)args[index]=transforms[index].call(this,args[index]);return apply(func,this,args)}))})),partial=baseRest((function(func,partials){return createWrap(func,32,void 0,partials,replaceHolders(partials,getHolder(partial)))})),partialRight=baseRest((function(func,partials){return createWrap(func,64,void 0,partials,replaceHolders(partials,getHolder(partialRight)))})),rearg=flatRest((function(func,indexes){return createWrap(func,256,void 0,void 0,void 0,indexes)}));function eq(value,other){return value===other||value!=value&&other!=other}var gt=createRelationalOperation(baseGt),gte=createRelationalOperation((function(value,other){return value>=other})),isArguments=baseIsArguments(function(){return arguments}())?baseIsArguments:function(value){return isObjectLike(value)&&hasOwnProperty.call(value,"callee")&&!propertyIsEnumerable.call(value,"callee")},isArray=Array.isArray,isArrayBuffer=nodeIsArrayBuffer?baseUnary(nodeIsArrayBuffer):function(value){return isObjectLike(value)&&baseGetTag(value)==arrayBufferTag};function isArrayLike(value){return null!=value&&isLength(value.length)&&!isFunction(value)}function isArrayLikeObject(value){return isObjectLike(value)&&isArrayLike(value)}var isBuffer=nativeIsBuffer||stubFalse,isDate=nodeIsDate?baseUnary(nodeIsDate):function(value){return isObjectLike(value)&&baseGetTag(value)==dateTag};function isError(value){if(!isObjectLike(value))return!1;var tag=baseGetTag(value);return tag==errorTag||"[object DOMException]"==tag||"string"==typeof value.message&&"string"==typeof value.name&&!isPlainObject(value)}function isFunction(value){if(!isObject(value))return!1;var tag=baseGetTag(value);return tag==funcTag||tag==genTag||"[object AsyncFunction]"==tag||"[object Proxy]"==tag}function isInteger(value){return"number"==typeof value&&value==toInteger(value)}function isLength(value){return"number"==typeof value&&value>-1&&value%1==0&&value<=9007199254740991}function isObject(value){var type=typeof value;return null!=value&&("object"==type||"function"==type)}function isObjectLike(value){return null!=value&&"object"==typeof value}var isMap=nodeIsMap?baseUnary(nodeIsMap):function(value){return isObjectLike(value)&&getTag(value)==mapTag};function isNumber(value){return"number"==typeof value||isObjectLike(value)&&baseGetTag(value)==numberTag}function isPlainObject(value){if(!isObjectLike(value)||baseGetTag(value)!=objectTag)return!1;var proto=getPrototype(value);if(null===proto)return!0;var Ctor=hasOwnProperty.call(proto,"constructor")&&proto.constructor;return"function"==typeof Ctor&&Ctor instanceof Ctor&&funcToString.call(Ctor)==objectCtorString}var isRegExp=nodeIsRegExp?baseUnary(nodeIsRegExp):function(value){return isObjectLike(value)&&baseGetTag(value)==regexpTag};var isSet=nodeIsSet?baseUnary(nodeIsSet):function(value){return isObjectLike(value)&&getTag(value)==setTag};function isString(value){return"string"==typeof value||!isArray(value)&&isObjectLike(value)&&baseGetTag(value)==stringTag}function isSymbol(value){return"symbol"==typeof value||isObjectLike(value)&&baseGetTag(value)==symbolTag}var isTypedArray=nodeIsTypedArray?baseUnary(nodeIsTypedArray):function(value){return isObjectLike(value)&&isLength(value.length)&&!!typedArrayTags[baseGetTag(value)]};var lt=createRelationalOperation(baseLt),lte=createRelationalOperation((function(value,other){return value<=other}));function toArray(value){if(!value)return[];if(isArrayLike(value))return isString(value)?stringToArray(value):copyArray(value);if(symIterator&&value[symIterator])return function(iterator){for(var data,result=[];!(data=iterator.next()).done;)result.push(data.value);return result}(value[symIterator]());var tag=getTag(value);return(tag==mapTag?mapToArray:tag==setTag?setToArray:values)(value)}function toFinite(value){return value?(value=toNumber(value))===1/0||value===-1/0?17976931348623157e292*(value<0?-1:1):value==value?value:0:0===value?value:0}function toInteger(value){var result=toFinite(value),remainder=result%1;return result==result?remainder?result-remainder:result:0}function toLength(value){return value?baseClamp(toInteger(value),0,4294967295):0}function toNumber(value){if("number"==typeof value)return value;if(isSymbol(value))return NaN;if(isObject(value)){var other="function"==typeof value.valueOf?value.valueOf():value;value=isObject(other)?other+"":other}if("string"!=typeof value)return 0===value?value:+value;value=value.replace(reTrim,"");var isBinary=reIsBinary.test(value);return isBinary||reIsOctal.test(value)?freeParseInt(value.slice(2),isBinary?2:8):reIsBadHex.test(value)?NaN:+value}function toPlainObject(value){return copyObject(value,keysIn(value))}function toString(value){return null==value?"":baseToString(value)}var assign=createAssigner((function(object,source){if(isPrototype(source)||isArrayLike(source))copyObject(source,keys(source),object);else for(var key in source)hasOwnProperty.call(source,key)&&assignValue(object,key,source[key])})),assignIn=createAssigner((function(object,source){copyObject(source,keysIn(source),object)})),assignInWith=createAssigner((function(object,source,srcIndex,customizer){copyObject(source,keysIn(source),object,customizer)})),assignWith=createAssigner((function(object,source,srcIndex,customizer){copyObject(source,keys(source),object,customizer)})),at=flatRest(baseAt);var defaults=baseRest((function(object,sources){object=Object(object);var index=-1,length=sources.length,guard=length>2?sources[2]:void 0;for(guard&&isIterateeCall(sources[0],sources[1],guard)&&(length=1);++index<length;)for(var source=sources[index],props=keysIn(source),propsIndex=-1,propsLength=props.length;++propsIndex<propsLength;){var key=props[propsIndex],value=object[key];(void 0===value||eq(value,objectProto[key])&&!hasOwnProperty.call(object,key))&&(object[key]=source[key])}return object})),defaultsDeep=baseRest((function(args){return args.push(void 0,customDefaultsMerge),apply(mergeWith,void 0,args)}));function get(object,path,defaultValue){var result=null==object?void 0:baseGet(object,path);return void 0===result?defaultValue:result}function hasIn(object,path){return null!=object&&hasPath(object,path,baseHasIn)}var invert=createInverter((function(result,value,key){null!=value&&"function"!=typeof value.toString&&(value=nativeObjectToString.call(value)),result[value]=key}),constant(identity)),invertBy=createInverter((function(result,value,key){null!=value&&"function"!=typeof value.toString&&(value=nativeObjectToString.call(value)),hasOwnProperty.call(result,value)?result[value].push(key):result[value]=[key]}),getIteratee),invoke=baseRest(baseInvoke);function keys(object){return isArrayLike(object)?arrayLikeKeys(object):baseKeys(object)}function keysIn(object){return isArrayLike(object)?arrayLikeKeys(object,!0):baseKeysIn(object)}var merge=createAssigner((function(object,source,srcIndex){baseMerge(object,source,srcIndex)})),mergeWith=createAssigner((function(object,source,srcIndex,customizer){baseMerge(object,source,srcIndex,customizer)})),omit=flatRest((function(object,paths){var result={};if(null==object)return result;var isDeep=!1;paths=arrayMap(paths,(function(path){return path=castPath(path,object),isDeep||(isDeep=path.length>1),path})),copyObject(object,getAllKeysIn(object),result),isDeep&&(result=baseClone(result,7,customOmitClone));for(var length=paths.length;length--;)baseUnset(result,paths[length]);return result}));var pick=flatRest((function(object,paths){return null==object?{}:function(object,paths){return basePickBy(object,paths,(function(value,path){return hasIn(object,path)}))}(object,paths)}));function pickBy(object,predicate){if(null==object)return{};var props=arrayMap(getAllKeysIn(object),(function(prop){return[prop]}));return predicate=getIteratee(predicate),basePickBy(object,props,(function(value,path){return predicate(value,path[0])}))}var toPairs=createToPairs(keys),toPairsIn=createToPairs(keysIn);function values(object){return null==object?[]:baseValues(object,keys(object))}var camelCase=createCompounder((function(result,word,index){return word=word.toLowerCase(),result+(index?capitalize(word):word)}));function capitalize(string){return upperFirst(toString(string).toLowerCase())}function deburr(string){return(string=toString(string))&&string.replace(reLatin,deburrLetter).replace(reComboMark,"")}var kebabCase=createCompounder((function(result,word,index){return result+(index?"-":"")+word.toLowerCase()})),lowerCase=createCompounder((function(result,word,index){return result+(index?" ":"")+word.toLowerCase()})),lowerFirst=createCaseFirst("toLowerCase");var snakeCase=createCompounder((function(result,word,index){return result+(index?"_":"")+word.toLowerCase()}));var startCase=createCompounder((function(result,word,index){return result+(index?" ":"")+upperFirst(word)}));var upperCase=createCompounder((function(result,word,index){return result+(index?" ":"")+word.toUpperCase()})),upperFirst=createCaseFirst("toUpperCase");function words(string,pattern,guard){return string=toString(string),void 0===(pattern=guard?void 0:pattern)?function(string){return reHasUnicodeWord.test(string)}(string)?function(string){return string.match(reUnicodeWord)||[]}(string):function(string){return string.match(reAsciiWord)||[]}(string):string.match(pattern)||[]}var attempt=baseRest((function(func,args){try{return apply(func,void 0,args)}catch(e){return isError(e)?e:new Error(e)}})),bindAll=flatRest((function(object,methodNames){return arrayEach(methodNames,(function(key){key=toKey(key),baseAssignValue(object,key,bind(object[key],object))})),object}));function constant(value){return function(){return value}}var flow=createFlow(),flowRight=createFlow(!0);function identity(value){return value}function iteratee(func){return baseIteratee("function"==typeof func?func:baseClone(func,1))}var method=baseRest((function(path,args){return function(object){return baseInvoke(object,path,args)}})),methodOf=baseRest((function(object,args){return function(path){return baseInvoke(object,path,args)}}));function mixin(object,source,options){var props=keys(source),methodNames=baseFunctions(source,props);null!=options||isObject(source)&&(methodNames.length||!props.length)||(options=source,source=object,object=this,methodNames=baseFunctions(source,keys(source)));var chain=!(isObject(options)&&"chain"in options&&!options.chain),isFunc=isFunction(object);return arrayEach(methodNames,(function(methodName){var func=source[methodName];object[methodName]=func,isFunc&&(object.prototype[methodName]=function(){var chainAll=this.__chain__;if(chain||chainAll){var result=object(this.__wrapped__),actions=result.__actions__=copyArray(this.__actions__);return actions.push({func:func,args:arguments,thisArg:object}),result.__chain__=chainAll,result}return func.apply(object,arrayPush([this.value()],arguments))})})),object}function noop(){}var over=createOver(arrayMap),overEvery=createOver(arrayEvery),overSome=createOver(arraySome);function property(path){return isKey(path)?baseProperty(toKey(path)):function(path){return function(object){return baseGet(object,path)}}(path)}var range=createRange(),rangeRight=createRange(!0);function stubArray(){return[]}function stubFalse(){return!1}var add=createMathOperation((function(augend,addend){return augend+addend}),0),ceil=createRound("ceil"),divide=createMathOperation((function(dividend,divisor){return dividend/divisor}),1),floor=createRound("floor");var source,multiply=createMathOperation((function(multiplier,multiplicand){return multiplier*multiplicand}),1),round=createRound("round"),subtract=createMathOperation((function(minuend,subtrahend){return minuend-subtrahend}),0);return lodash.after=function(n,func){if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return n=toInteger(n),function(){if(--n<1)return func.apply(this,arguments)}},lodash.ary=ary,lodash.assign=assign,lodash.assignIn=assignIn,lodash.assignInWith=assignInWith,lodash.assignWith=assignWith,lodash.at=at,lodash.before=before,lodash.bind=bind,lodash.bindAll=bindAll,lodash.bindKey=bindKey,lodash.castArray=function(){if(!arguments.length)return[];var value=arguments[0];return isArray(value)?value:[value]},lodash.chain=chain,lodash.chunk=function(array,size,guard){size=(guard?isIterateeCall(array,size,guard):void 0===size)?1:nativeMax(toInteger(size),0);var length=null==array?0:array.length;if(!length||size<1)return[];for(var index=0,resIndex=0,result=Array(nativeCeil(length/size));index<length;)result[resIndex++]=baseSlice(array,index,index+=size);return result},lodash.compact=function(array){for(var index=-1,length=null==array?0:array.length,resIndex=0,result=[];++index<length;){var value=array[index];value&&(result[resIndex++]=value)}return result},lodash.concat=function(){var length=arguments.length;if(!length)return[];for(var args=Array(length-1),array=arguments[0],index=length;index--;)args[index-1]=arguments[index];return arrayPush(isArray(array)?copyArray(array):[array],baseFlatten(args,1))},lodash.cond=function(pairs){var length=null==pairs?0:pairs.length,toIteratee=getIteratee();return pairs=length?arrayMap(pairs,(function(pair){if("function"!=typeof pair[1])throw new TypeError(FUNC_ERROR_TEXT);return[toIteratee(pair[0]),pair[1]]})):[],baseRest((function(args){for(var index=-1;++index<length;){var pair=pairs[index];if(apply(pair[0],this,args))return apply(pair[1],this,args)}}))},lodash.conforms=function(source){return function(source){var props=keys(source);return function(object){return baseConformsTo(object,source,props)}}(baseClone(source,1))},lodash.constant=constant,lodash.countBy=countBy,lodash.create=function(prototype,properties){var result=baseCreate(prototype);return null==properties?result:baseAssign(result,properties)},lodash.curry=function curry(func,arity,guard){var result=createWrap(func,8,void 0,void 0,void 0,void 0,void 0,arity=guard?void 0:arity);return result.placeholder=curry.placeholder,result},lodash.curryRight=function curryRight(func,arity,guard){var result=createWrap(func,16,void 0,void 0,void 0,void 0,void 0,arity=guard?void 0:arity);return result.placeholder=curryRight.placeholder,result},lodash.debounce=debounce,lodash.defaults=defaults,lodash.defaultsDeep=defaultsDeep,lodash.defer=defer,lodash.delay=delay,lodash.difference=difference,lodash.differenceBy=differenceBy,lodash.differenceWith=differenceWith,lodash.drop=function(array,n,guard){var length=null==array?0:array.length;return length?baseSlice(array,(n=guard||void 0===n?1:toInteger(n))<0?0:n,length):[]},lodash.dropRight=function(array,n,guard){var length=null==array?0:array.length;return length?baseSlice(array,0,(n=length-(n=guard||void 0===n?1:toInteger(n)))<0?0:n):[]},lodash.dropRightWhile=function(array,predicate){return array&&array.length?baseWhile(array,getIteratee(predicate,3),!0,!0):[]},lodash.dropWhile=function(array,predicate){return array&&array.length?baseWhile(array,getIteratee(predicate,3),!0):[]},lodash.fill=function(array,value,start,end){var length=null==array?0:array.length;return length?(start&&"number"!=typeof start&&isIterateeCall(array,value,start)&&(start=0,end=length),function(array,value,start,end){var length=array.length;for((start=toInteger(start))<0&&(start=-start>length?0:length+start),(end=void 0===end||end>length?length:toInteger(end))<0&&(end+=length),end=start>end?0:toLength(end);start<end;)array[start++]=value;return array}(array,value,start,end)):[]},lodash.filter=function(collection,predicate){return(isArray(collection)?arrayFilter:baseFilter)(collection,getIteratee(predicate,3))},lodash.flatMap=function(collection,iteratee){return baseFlatten(map(collection,iteratee),1)},lodash.flatMapDeep=function(collection,iteratee){return baseFlatten(map(collection,iteratee),1/0)},lodash.flatMapDepth=function(collection,iteratee,depth){return depth=void 0===depth?1:toInteger(depth),baseFlatten(map(collection,iteratee),depth)},lodash.flatten=flatten,lodash.flattenDeep=function(array){return(null==array?0:array.length)?baseFlatten(array,1/0):[]},lodash.flattenDepth=function(array,depth){return(null==array?0:array.length)?baseFlatten(array,depth=void 0===depth?1:toInteger(depth)):[]},lodash.flip=function(func){return createWrap(func,512)},lodash.flow=flow,lodash.flowRight=flowRight,lodash.fromPairs=function(pairs){for(var index=-1,length=null==pairs?0:pairs.length,result={};++index<length;){var pair=pairs[index];result[pair[0]]=pair[1]}return result},lodash.functions=function(object){return null==object?[]:baseFunctions(object,keys(object))},lodash.functionsIn=function(object){return null==object?[]:baseFunctions(object,keysIn(object))},lodash.groupBy=groupBy,lodash.initial=function(array){return(null==array?0:array.length)?baseSlice(array,0,-1):[]},lodash.intersection=intersection,lodash.intersectionBy=intersectionBy,lodash.intersectionWith=intersectionWith,lodash.invert=invert,lodash.invertBy=invertBy,lodash.invokeMap=invokeMap,lodash.iteratee=iteratee,lodash.keyBy=keyBy,lodash.keys=keys,lodash.keysIn=keysIn,lodash.map=map,lodash.mapKeys=function(object,iteratee){var result={};return iteratee=getIteratee(iteratee,3),baseForOwn(object,(function(value,key,object){baseAssignValue(result,iteratee(value,key,object),value)})),result},lodash.mapValues=function(object,iteratee){var result={};return iteratee=getIteratee(iteratee,3),baseForOwn(object,(function(value,key,object){baseAssignValue(result,key,iteratee(value,key,object))})),result},lodash.matches=function(source){return baseMatches(baseClone(source,1))},lodash.matchesProperty=function(path,srcValue){return baseMatchesProperty(path,baseClone(srcValue,1))},lodash.memoize=memoize,lodash.merge=merge,lodash.mergeWith=mergeWith,lodash.method=method,lodash.methodOf=methodOf,lodash.mixin=mixin,lodash.negate=negate,lodash.nthArg=function(n){return n=toInteger(n),baseRest((function(args){return baseNth(args,n)}))},lodash.omit=omit,lodash.omitBy=function(object,predicate){return pickBy(object,negate(getIteratee(predicate)))},lodash.once=function(func){return before(2,func)},lodash.orderBy=function(collection,iteratees,orders,guard){return null==collection?[]:(isArray(iteratees)||(iteratees=null==iteratees?[]:[iteratees]),isArray(orders=guard?void 0:orders)||(orders=null==orders?[]:[orders]),baseOrderBy(collection,iteratees,orders))},lodash.over=over,lodash.overArgs=overArgs,lodash.overEvery=overEvery,lodash.overSome=overSome,lodash.partial=partial,lodash.partialRight=partialRight,lodash.partition=partition,lodash.pick=pick,lodash.pickBy=pickBy,lodash.property=property,lodash.propertyOf=function(object){return function(path){return null==object?void 0:baseGet(object,path)}},lodash.pull=pull,lodash.pullAll=pullAll,lodash.pullAllBy=function(array,values,iteratee){return array&&array.length&&values&&values.length?basePullAll(array,values,getIteratee(iteratee,2)):array},lodash.pullAllWith=function(array,values,comparator){return array&&array.length&&values&&values.length?basePullAll(array,values,void 0,comparator):array},lodash.pullAt=pullAt,lodash.range=range,lodash.rangeRight=rangeRight,lodash.rearg=rearg,lodash.reject=function(collection,predicate){return(isArray(collection)?arrayFilter:baseFilter)(collection,negate(getIteratee(predicate,3)))},lodash.remove=function(array,predicate){var result=[];if(!array||!array.length)return result;var index=-1,indexes=[],length=array.length;for(predicate=getIteratee(predicate,3);++index<length;){var value=array[index];predicate(value,index,array)&&(result.push(value),indexes.push(index))}return basePullAt(array,indexes),result},lodash.rest=function(func,start){if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return baseRest(func,start=void 0===start?start:toInteger(start))},lodash.reverse=reverse,lodash.sampleSize=function(collection,n,guard){return n=(guard?isIterateeCall(collection,n,guard):void 0===n)?1:toInteger(n),(isArray(collection)?arraySampleSize:baseSampleSize)(collection,n)},lodash.set=function(object,path,value){return null==object?object:baseSet(object,path,value)},lodash.setWith=function(object,path,value,customizer){return customizer="function"==typeof customizer?customizer:void 0,null==object?object:baseSet(object,path,value,customizer)},lodash.shuffle=function(collection){return(isArray(collection)?arrayShuffle:baseShuffle)(collection)},lodash.slice=function(array,start,end){var length=null==array?0:array.length;return length?(end&&"number"!=typeof end&&isIterateeCall(array,start,end)?(start=0,end=length):(start=null==start?0:toInteger(start),end=void 0===end?length:toInteger(end)),baseSlice(array,start,end)):[]},lodash.sortBy=sortBy,lodash.sortedUniq=function(array){return array&&array.length?baseSortedUniq(array):[]},lodash.sortedUniqBy=function(array,iteratee){return array&&array.length?baseSortedUniq(array,getIteratee(iteratee,2)):[]},lodash.split=function(string,separator,limit){return limit&&"number"!=typeof limit&&isIterateeCall(string,separator,limit)&&(separator=limit=void 0),(limit=void 0===limit?4294967295:limit>>>0)?(string=toString(string))&&("string"==typeof separator||null!=separator&&!isRegExp(separator))&&!(separator=baseToString(separator))&&hasUnicode(string)?castSlice(stringToArray(string),0,limit):string.split(separator,limit):[]},lodash.spread=function(func,start){if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return start=null==start?0:nativeMax(toInteger(start),0),baseRest((function(args){var array=args[start],otherArgs=castSlice(args,0,start);return array&&arrayPush(otherArgs,array),apply(func,this,otherArgs)}))},lodash.tail=function(array){var length=null==array?0:array.length;return length?baseSlice(array,1,length):[]},lodash.take=function(array,n,guard){return array&&array.length?baseSlice(array,0,(n=guard||void 0===n?1:toInteger(n))<0?0:n):[]},lodash.takeRight=function(array,n,guard){var length=null==array?0:array.length;return length?baseSlice(array,(n=length-(n=guard||void 0===n?1:toInteger(n)))<0?0:n,length):[]},lodash.takeRightWhile=function(array,predicate){return array&&array.length?baseWhile(array,getIteratee(predicate,3),!1,!0):[]},lodash.takeWhile=function(array,predicate){return array&&array.length?baseWhile(array,getIteratee(predicate,3)):[]},lodash.tap=function(value,interceptor){return interceptor(value),value},lodash.throttle=function(func,wait,options){var leading=!0,trailing=!0;if("function"!=typeof func)throw new TypeError(FUNC_ERROR_TEXT);return isObject(options)&&(leading="leading"in options?!!options.leading:leading,trailing="trailing"in options?!!options.trailing:trailing),debounce(func,wait,{leading:leading,maxWait:wait,trailing:trailing})},lodash.thru=thru,lodash.toArray=toArray,lodash.toPairs=toPairs,lodash.toPairsIn=toPairsIn,lodash.toPath=function(value){return isArray(value)?arrayMap(value,toKey):isSymbol(value)?[value]:copyArray(stringToPath(toString(value)))},lodash.toPlainObject=toPlainObject,lodash.transform=function(object,iteratee,accumulator){var isArr=isArray(object),isArrLike=isArr||isBuffer(object)||isTypedArray(object);if(iteratee=getIteratee(iteratee,4),null==accumulator){var Ctor=object&&object.constructor;accumulator=isArrLike?isArr?new Ctor:[]:isObject(object)&&isFunction(Ctor)?baseCreate(getPrototype(object)):{}}return(isArrLike?arrayEach:baseForOwn)(object,(function(value,index,object){return iteratee(accumulator,value,index,object)})),accumulator},lodash.unary=function(func){return ary(func,1)},lodash.union=union,lodash.unionBy=unionBy,lodash.unionWith=unionWith,lodash.uniq=function(array){return array&&array.length?baseUniq(array):[]},lodash.uniqBy=function(array,iteratee){return array&&array.length?baseUniq(array,getIteratee(iteratee,2)):[]},lodash.uniqWith=function(array,comparator){return comparator="function"==typeof comparator?comparator:void 0,array&&array.length?baseUniq(array,void 0,comparator):[]},lodash.unset=function(object,path){return null==object||baseUnset(object,path)},lodash.unzip=unzip,lodash.unzipWith=unzipWith,lodash.update=function(object,path,updater){return null==object?object:baseUpdate(object,path,castFunction(updater))},lodash.updateWith=function(object,path,updater,customizer){return customizer="function"==typeof customizer?customizer:void 0,null==object?object:baseUpdate(object,path,castFunction(updater),customizer)},lodash.values=values,lodash.valuesIn=function(object){return null==object?[]:baseValues(object,keysIn(object))},lodash.without=without,lodash.words=words,lodash.wrap=function(value,wrapper){return partial(castFunction(wrapper),value)},lodash.xor=xor,lodash.xorBy=xorBy,lodash.xorWith=xorWith,lodash.zip=zip,lodash.zipObject=function(props,values){return baseZipObject(props||[],values||[],assignValue)},lodash.zipObjectDeep=function(props,values){return baseZipObject(props||[],values||[],baseSet)},lodash.zipWith=zipWith,lodash.entries=toPairs,lodash.entriesIn=toPairsIn,lodash.extend=assignIn,lodash.extendWith=assignInWith,mixin(lodash,lodash),lodash.add=add,lodash.attempt=attempt,lodash.camelCase=camelCase,lodash.capitalize=capitalize,lodash.ceil=ceil,lodash.clamp=function(number,lower,upper){return void 0===upper&&(upper=lower,lower=void 0),void 0!==upper&&(upper=(upper=toNumber(upper))==upper?upper:0),void 0!==lower&&(lower=(lower=toNumber(lower))==lower?lower:0),baseClamp(toNumber(number),lower,upper)},lodash.clone=function(value){return baseClone(value,4)},lodash.cloneDeep=function(value){return baseClone(value,5)},lodash.cloneDeepWith=function(value,customizer){return baseClone(value,5,customizer="function"==typeof customizer?customizer:void 0)},lodash.cloneWith=function(value,customizer){return baseClone(value,4,customizer="function"==typeof customizer?customizer:void 0)},lodash.conformsTo=function(object,source){return null==source||baseConformsTo(object,source,keys(source))},lodash.deburr=deburr,lodash.defaultTo=function(value,defaultValue){return null==value||value!=value?defaultValue:value},lodash.divide=divide,lodash.endsWith=function(string,target,position){string=toString(string),target=baseToString(target);var length=string.length,end=position=void 0===position?length:baseClamp(toInteger(position),0,length);return(position-=target.length)>=0&&string.slice(position,end)==target},lodash.eq=eq,lodash.escape=function(string){return(string=toString(string))&&reHasUnescapedHtml.test(string)?string.replace(reUnescapedHtml,escapeHtmlChar):string},lodash.escapeRegExp=function(string){return(string=toString(string))&&reHasRegExpChar.test(string)?string.replace(reRegExpChar,"\\$&"):string},lodash.every=function(collection,predicate,guard){var func=isArray(collection)?arrayEvery:baseEvery;return guard&&isIterateeCall(collection,predicate,guard)&&(predicate=void 0),func(collection,getIteratee(predicate,3))},lodash.find=find,lodash.findIndex=findIndex,lodash.findKey=function(object,predicate){return baseFindKey(object,getIteratee(predicate,3),baseForOwn)},lodash.findLast=findLast,lodash.findLastIndex=findLastIndex,lodash.findLastKey=function(object,predicate){return baseFindKey(object,getIteratee(predicate,3),baseForOwnRight)},lodash.floor=floor,lodash.forEach=forEach,lodash.forEachRight=forEachRight,lodash.forIn=function(object,iteratee){return null==object?object:baseFor(object,getIteratee(iteratee,3),keysIn)},lodash.forInRight=function(object,iteratee){return null==object?object:baseForRight(object,getIteratee(iteratee,3),keysIn)},lodash.forOwn=function(object,iteratee){return object&&baseForOwn(object,getIteratee(iteratee,3))},lodash.forOwnRight=function(object,iteratee){return object&&baseForOwnRight(object,getIteratee(iteratee,3))},lodash.get=get,lodash.gt=gt,lodash.gte=gte,lodash.has=function(object,path){return null!=object&&hasPath(object,path,baseHas)},lodash.hasIn=hasIn,lodash.head=head,lodash.identity=identity,lodash.includes=function(collection,value,fromIndex,guard){collection=isArrayLike(collection)?collection:values(collection),fromIndex=fromIndex&&!guard?toInteger(fromIndex):0;var length=collection.length;return fromIndex<0&&(fromIndex=nativeMax(length+fromIndex,0)),isString(collection)?fromIndex<=length&&collection.indexOf(value,fromIndex)>-1:!!length&&baseIndexOf(collection,value,fromIndex)>-1},lodash.indexOf=function(array,value,fromIndex){var length=null==array?0:array.length;if(!length)return-1;var index=null==fromIndex?0:toInteger(fromIndex);return index<0&&(index=nativeMax(length+index,0)),baseIndexOf(array,value,index)},lodash.inRange=function(number,start,end){return start=toFinite(start),void 0===end?(end=start,start=0):end=toFinite(end),function(number,start,end){return number>=nativeMin(start,end)&&number<nativeMax(start,end)}(number=toNumber(number),start,end)},lodash.invoke=invoke,lodash.isArguments=isArguments,lodash.isArray=isArray,lodash.isArrayBuffer=isArrayBuffer,lodash.isArrayLike=isArrayLike,lodash.isArrayLikeObject=isArrayLikeObject,lodash.isBoolean=function(value){return!0===value||!1===value||isObjectLike(value)&&baseGetTag(value)==boolTag},lodash.isBuffer=isBuffer,lodash.isDate=isDate,lodash.isElement=function(value){return isObjectLike(value)&&1===value.nodeType&&!isPlainObject(value)},lodash.isEmpty=function(value){if(null==value)return!0;if(isArrayLike(value)&&(isArray(value)||"string"==typeof value||"function"==typeof value.splice||isBuffer(value)||isTypedArray(value)||isArguments(value)))return!value.length;var tag=getTag(value);if(tag==mapTag||tag==setTag)return!value.size;if(isPrototype(value))return!baseKeys(value).length;for(var key in value)if(hasOwnProperty.call(value,key))return!1;return!0},lodash.isEqual=function(value,other){return baseIsEqual(value,other)},lodash.isEqualWith=function(value,other,customizer){var result=(customizer="function"==typeof customizer?customizer:void 0)?customizer(value,other):void 0;return void 0===result?baseIsEqual(value,other,void 0,customizer):!!result},lodash.isError=isError,lodash.isFinite=function(value){return"number"==typeof value&&nativeIsFinite(value)},lodash.isFunction=isFunction,lodash.isInteger=isInteger,lodash.isLength=isLength,lodash.isMap=isMap,lodash.isMatch=function(object,source){return object===source||baseIsMatch(object,source,getMatchData(source))},lodash.isMatchWith=function(object,source,customizer){return customizer="function"==typeof customizer?customizer:void 0,baseIsMatch(object,source,getMatchData(source),customizer)},lodash.isNaN=function(value){return isNumber(value)&&value!=+value},lodash.isNative=function(value){if(isMaskable(value))throw new Error("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return baseIsNative(value)},lodash.isNil=function(value){return null==value},lodash.isNull=function(value){return null===value},lodash.isNumber=isNumber,lodash.isObject=isObject,lodash.isObjectLike=isObjectLike,lodash.isPlainObject=isPlainObject,lodash.isRegExp=isRegExp,lodash.isSafeInteger=function(value){return isInteger(value)&&value>=-9007199254740991&&value<=9007199254740991},lodash.isSet=isSet,lodash.isString=isString,lodash.isSymbol=isSymbol,lodash.isTypedArray=isTypedArray,lodash.isUndefined=function(value){return void 0===value},lodash.isWeakMap=function(value){return isObjectLike(value)&&getTag(value)==weakMapTag},lodash.isWeakSet=function(value){return isObjectLike(value)&&"[object WeakSet]"==baseGetTag(value)},lodash.join=function(array,separator){return null==array?"":nativeJoin.call(array,separator)},lodash.kebabCase=kebabCase,lodash.last=last,lodash.lastIndexOf=function(array,value,fromIndex){var length=null==array?0:array.length;if(!length)return-1;var index=length;return void 0!==fromIndex&&(index=(index=toInteger(fromIndex))<0?nativeMax(length+index,0):nativeMin(index,length-1)),value==value?function(array,value,fromIndex){for(var index=fromIndex+1;index--;)if(array[index]===value)return index;return index}(array,value,index):baseFindIndex(array,baseIsNaN,index,!0)},lodash.lowerCase=lowerCase,lodash.lowerFirst=lowerFirst,lodash.lt=lt,lodash.lte=lte,lodash.max=function(array){return array&&array.length?baseExtremum(array,identity,baseGt):void 0},lodash.maxBy=function(array,iteratee){return array&&array.length?baseExtremum(array,getIteratee(iteratee,2),baseGt):void 0},lodash.mean=function(array){return baseMean(array,identity)},lodash.meanBy=function(array,iteratee){return baseMean(array,getIteratee(iteratee,2))},lodash.min=function(array){return array&&array.length?baseExtremum(array,identity,baseLt):void 0},lodash.minBy=function(array,iteratee){return array&&array.length?baseExtremum(array,getIteratee(iteratee,2),baseLt):void 0},lodash.stubArray=stubArray,lodash.stubFalse=stubFalse,lodash.stubObject=function(){return{}},lodash.stubString=function(){return""},lodash.stubTrue=function(){return!0},lodash.multiply=multiply,lodash.nth=function(array,n){return array&&array.length?baseNth(array,toInteger(n)):void 0},lodash.noConflict=function(){return root._===this&&(root._=oldDash),this},lodash.noop=noop,lodash.now=now,lodash.pad=function(string,length,chars){string=toString(string);var strLength=(length=toInteger(length))?stringSize(string):0;if(!length||strLength>=length)return string;var mid=(length-strLength)/2;return createPadding(nativeFloor(mid),chars)+string+createPadding(nativeCeil(mid),chars)},lodash.padEnd=function(string,length,chars){string=toString(string);var strLength=(length=toInteger(length))?stringSize(string):0;return length&&strLength<length?string+createPadding(length-strLength,chars):string},lodash.padStart=function(string,length,chars){string=toString(string);var strLength=(length=toInteger(length))?stringSize(string):0;return length&&strLength<length?createPadding(length-strLength,chars)+string:string},lodash.parseInt=function(string,radix,guard){return guard||null==radix?radix=0:radix&&(radix=+radix),nativeParseInt(toString(string).replace(reTrimStart,""),radix||0)},lodash.random=function(lower,upper,floating){if(floating&&"boolean"!=typeof floating&&isIterateeCall(lower,upper,floating)&&(upper=floating=void 0),void 0===floating&&("boolean"==typeof upper?(floating=upper,upper=void 0):"boolean"==typeof lower&&(floating=lower,lower=void 0)),void 0===lower&&void 0===upper?(lower=0,upper=1):(lower=toFinite(lower),void 0===upper?(upper=lower,lower=0):upper=toFinite(upper)),lower>upper){var temp=lower;lower=upper,upper=temp}if(floating||lower%1||upper%1){var rand=nativeRandom();return nativeMin(lower+rand*(upper-lower+freeParseFloat("1e-"+((rand+"").length-1))),upper)}return baseRandom(lower,upper)},lodash.reduce=function(collection,iteratee,accumulator){var func=isArray(collection)?arrayReduce:baseReduce,initAccum=arguments.length<3;return func(collection,getIteratee(iteratee,4),accumulator,initAccum,baseEach)},lodash.reduceRight=function(collection,iteratee,accumulator){var func=isArray(collection)?arrayReduceRight:baseReduce,initAccum=arguments.length<3;return func(collection,getIteratee(iteratee,4),accumulator,initAccum,baseEachRight)},lodash.repeat=function(string,n,guard){return n=(guard?isIterateeCall(string,n,guard):void 0===n)?1:toInteger(n),baseRepeat(toString(string),n)},lodash.replace=function(){var args=arguments,string=toString(args[0]);return args.length<3?string:string.replace(args[1],args[2])},lodash.result=function(object,path,defaultValue){var index=-1,length=(path=castPath(path,object)).length;for(length||(length=1,object=void 0);++index<length;){var value=null==object?void 0:object[toKey(path[index])];void 0===value&&(index=length,value=defaultValue),object=isFunction(value)?value.call(object):value}return object},lodash.round=round,lodash.runInContext=runInContext,lodash.sample=function(collection){return(isArray(collection)?arraySample:baseSample)(collection)},lodash.size=function(collection){if(null==collection)return 0;if(isArrayLike(collection))return isString(collection)?stringSize(collection):collection.length;var tag=getTag(collection);return tag==mapTag||tag==setTag?collection.size:baseKeys(collection).length},lodash.snakeCase=snakeCase,lodash.some=function(collection,predicate,guard){var func=isArray(collection)?arraySome:baseSome;return guard&&isIterateeCall(collection,predicate,guard)&&(predicate=void 0),func(collection,getIteratee(predicate,3))},lodash.sortedIndex=function(array,value){return baseSortedIndex(array,value)},lodash.sortedIndexBy=function(array,value,iteratee){return baseSortedIndexBy(array,value,getIteratee(iteratee,2))},lodash.sortedIndexOf=function(array,value){var length=null==array?0:array.length;if(length){var index=baseSortedIndex(array,value);if(index<length&&eq(array[index],value))return index}return-1},lodash.sortedLastIndex=function(array,value){return baseSortedIndex(array,value,!0)},lodash.sortedLastIndexBy=function(array,value,iteratee){return baseSortedIndexBy(array,value,getIteratee(iteratee,2),!0)},lodash.sortedLastIndexOf=function(array,value){if(null==array?0:array.length){var index=baseSortedIndex(array,value,!0)-1;if(eq(array[index],value))return index}return-1},lodash.startCase=startCase,lodash.startsWith=function(string,target,position){return string=toString(string),position=null==position?0:baseClamp(toInteger(position),0,string.length),target=baseToString(target),string.slice(position,position+target.length)==target},lodash.subtract=subtract,lodash.sum=function(array){return array&&array.length?baseSum(array,identity):0},lodash.sumBy=function(array,iteratee){return array&&array.length?baseSum(array,getIteratee(iteratee,2)):0},lodash.template=function(string,options,guard){var settings=lodash.templateSettings;guard&&isIterateeCall(string,options,guard)&&(options=void 0),string=toString(string),options=assignInWith({},options,settings,customDefaultsAssignIn);var isEscaping,isEvaluating,imports=assignInWith({},options.imports,settings.imports,customDefaultsAssignIn),importsKeys=keys(imports),importsValues=baseValues(imports,importsKeys),index=0,interpolate=options.interpolate||reNoMatch,source="__p += '",reDelimiters=RegExp((options.escape||reNoMatch).source+"|"+interpolate.source+"|"+(interpolate===reInterpolate?reEsTemplate:reNoMatch).source+"|"+(options.evaluate||reNoMatch).source+"|$","g"),sourceURL="//# sourceURL="+(hasOwnProperty.call(options,"sourceURL")?(options.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++templateCounter+"]")+"\n";string.replace(reDelimiters,(function(match,escapeValue,interpolateValue,esTemplateValue,evaluateValue,offset){return interpolateValue||(interpolateValue=esTemplateValue),source+=string.slice(index,offset).replace(reUnescapedString,escapeStringChar),escapeValue&&(isEscaping=!0,source+="' +\n__e("+escapeValue+") +\n'"),evaluateValue&&(isEvaluating=!0,source+="';\n"+evaluateValue+";\n__p += '"),interpolateValue&&(source+="' +\n((__t = ("+interpolateValue+")) == null ? '' : __t) +\n'"),index=offset+match.length,match})),source+="';\n";var variable=hasOwnProperty.call(options,"variable")&&options.variable;variable||(source="with (obj) {\n"+source+"\n}\n"),source=(isEvaluating?source.replace(reEmptyStringLeading,""):source).replace(reEmptyStringMiddle,"$1").replace(reEmptyStringTrailing,"$1;"),source="function("+(variable||"obj")+") {\n"+(variable?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(isEscaping?", __e = _.escape":"")+(isEvaluating?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+source+"return __p\n}";var result=attempt((function(){return Function(importsKeys,sourceURL+"return "+source).apply(void 0,importsValues)}));if(result.source=source,isError(result))throw result;return result},lodash.times=function(n,iteratee){if((n=toInteger(n))<1||n>9007199254740991)return[];var index=4294967295,length=nativeMin(n,4294967295);n-=4294967295;for(var result=baseTimes(length,iteratee=getIteratee(iteratee));++index<n;)iteratee(index);return result},lodash.toFinite=toFinite,lodash.toInteger=toInteger,lodash.toLength=toLength,lodash.toLower=function(value){return toString(value).toLowerCase()},lodash.toNumber=toNumber,lodash.toSafeInteger=function(value){return value?baseClamp(toInteger(value),-9007199254740991,9007199254740991):0===value?value:0},lodash.toString=toString,lodash.toUpper=function(value){return toString(value).toUpperCase()},lodash.trim=function(string,chars,guard){if((string=toString(string))&&(guard||void 0===chars))return string.replace(reTrim,"");if(!string||!(chars=baseToString(chars)))return string;var strSymbols=stringToArray(string),chrSymbols=stringToArray(chars);return castSlice(strSymbols,charsStartIndex(strSymbols,chrSymbols),charsEndIndex(strSymbols,chrSymbols)+1).join("")},lodash.trimEnd=function(string,chars,guard){if((string=toString(string))&&(guard||void 0===chars))return string.replace(reTrimEnd,"");if(!string||!(chars=baseToString(chars)))return string;var strSymbols=stringToArray(string);return castSlice(strSymbols,0,charsEndIndex(strSymbols,stringToArray(chars))+1).join("")},lodash.trimStart=function(string,chars,guard){if((string=toString(string))&&(guard||void 0===chars))return string.replace(reTrimStart,"");if(!string||!(chars=baseToString(chars)))return string;var strSymbols=stringToArray(string);return castSlice(strSymbols,charsStartIndex(strSymbols,stringToArray(chars))).join("")},lodash.truncate=function(string,options){var length=30,omission="...";if(isObject(options)){var separator="separator"in options?options.separator:separator;length="length"in options?toInteger(options.length):length,omission="omission"in options?baseToString(options.omission):omission}var strLength=(string=toString(string)).length;if(hasUnicode(string)){var strSymbols=stringToArray(string);strLength=strSymbols.length}if(length>=strLength)return string;var end=length-stringSize(omission);if(end<1)return omission;var result=strSymbols?castSlice(strSymbols,0,end).join(""):string.slice(0,end);if(void 0===separator)return result+omission;if(strSymbols&&(end+=result.length-end),isRegExp(separator)){if(string.slice(end).search(separator)){var match,substring=result;for(separator.global||(separator=RegExp(separator.source,toString(reFlags.exec(separator))+"g")),separator.lastIndex=0;match=separator.exec(substring);)var newEnd=match.index;result=result.slice(0,void 0===newEnd?end:newEnd)}}else if(string.indexOf(baseToString(separator),end)!=end){var index=result.lastIndexOf(separator);index>-1&&(result=result.slice(0,index))}return result+omission},lodash.unescape=function(string){return(string=toString(string))&&reHasEscapedHtml.test(string)?string.replace(reEscapedHtml,unescapeHtmlChar):string},lodash.uniqueId=function(prefix){var id=++idCounter;return toString(prefix)+id},lodash.upperCase=upperCase,lodash.upperFirst=upperFirst,lodash.each=forEach,lodash.eachRight=forEachRight,lodash.first=head,mixin(lodash,(source={},baseForOwn(lodash,(function(func,methodName){hasOwnProperty.call(lodash.prototype,methodName)||(source[methodName]=func)})),source),{chain:!1}),lodash.VERSION="4.17.19",arrayEach(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(methodName){lodash[methodName].placeholder=lodash})),arrayEach(["drop","take"],(function(methodName,index){LazyWrapper.prototype[methodName]=function(n){n=void 0===n?1:nativeMax(toInteger(n),0);var result=this.__filtered__&&!index?new LazyWrapper(this):this.clone();return result.__filtered__?result.__takeCount__=nativeMin(n,result.__takeCount__):result.__views__.push({size:nativeMin(n,4294967295),type:methodName+(result.__dir__<0?"Right":"")}),result},LazyWrapper.prototype[methodName+"Right"]=function(n){return this.reverse()[methodName](n).reverse()}})),arrayEach(["filter","map","takeWhile"],(function(methodName,index){var type=index+1,isFilter=1==type||3==type;LazyWrapper.prototype[methodName]=function(iteratee){var result=this.clone();return result.__iteratees__.push({iteratee:getIteratee(iteratee,3),type:type}),result.__filtered__=result.__filtered__||isFilter,result}})),arrayEach(["head","last"],(function(methodName,index){var takeName="take"+(index?"Right":"");LazyWrapper.prototype[methodName]=function(){return this[takeName](1).value()[0]}})),arrayEach(["initial","tail"],(function(methodName,index){var dropName="drop"+(index?"":"Right");LazyWrapper.prototype[methodName]=function(){return this.__filtered__?new LazyWrapper(this):this[dropName](1)}})),LazyWrapper.prototype.compact=function(){return this.filter(identity)},LazyWrapper.prototype.find=function(predicate){return this.filter(predicate).head()},LazyWrapper.prototype.findLast=function(predicate){return this.reverse().find(predicate)},LazyWrapper.prototype.invokeMap=baseRest((function(path,args){return"function"==typeof path?new LazyWrapper(this):this.map((function(value){return baseInvoke(value,path,args)}))})),LazyWrapper.prototype.reject=function(predicate){return this.filter(negate(getIteratee(predicate)))},LazyWrapper.prototype.slice=function(start,end){start=toInteger(start);var result=this;return result.__filtered__&&(start>0||end<0)?new LazyWrapper(result):(start<0?result=result.takeRight(-start):start&&(result=result.drop(start)),void 0!==end&&(result=(end=toInteger(end))<0?result.dropRight(-end):result.take(end-start)),result)},LazyWrapper.prototype.takeRightWhile=function(predicate){return this.reverse().takeWhile(predicate).reverse()},LazyWrapper.prototype.toArray=function(){return this.take(4294967295)},baseForOwn(LazyWrapper.prototype,(function(func,methodName){var checkIteratee=/^(?:filter|find|map|reject)|While$/.test(methodName),isTaker=/^(?:head|last)$/.test(methodName),lodashFunc=lodash[isTaker?"take"+("last"==methodName?"Right":""):methodName],retUnwrapped=isTaker||/^find/.test(methodName);lodashFunc&&(lodash.prototype[methodName]=function(){var value=this.__wrapped__,args=isTaker?[1]:arguments,isLazy=value instanceof LazyWrapper,iteratee=args[0],useLazy=isLazy||isArray(value),interceptor=function(value){var result=lodashFunc.apply(lodash,arrayPush([value],args));return isTaker&&chainAll?result[0]:result};useLazy&&checkIteratee&&"function"==typeof iteratee&&1!=iteratee.length&&(isLazy=useLazy=!1);var chainAll=this.__chain__,isHybrid=!!this.__actions__.length,isUnwrapped=retUnwrapped&&!chainAll,onlyLazy=isLazy&&!isHybrid;if(!retUnwrapped&&useLazy){value=onlyLazy?value:new LazyWrapper(this);var result=func.apply(value,args);return result.__actions__.push({func:thru,args:[interceptor],thisArg:void 0}),new LodashWrapper(result,chainAll)}return isUnwrapped&&onlyLazy?func.apply(this,args):(result=this.thru(interceptor),isUnwrapped?isTaker?result.value()[0]:result.value():result)})})),arrayEach(["pop","push","shift","sort","splice","unshift"],(function(methodName){var func=arrayProto[methodName],chainName=/^(?:push|sort|unshift)$/.test(methodName)?"tap":"thru",retUnwrapped=/^(?:pop|shift)$/.test(methodName);lodash.prototype[methodName]=function(){var args=arguments;if(retUnwrapped&&!this.__chain__){var value=this.value();return func.apply(isArray(value)?value:[],args)}return this[chainName]((function(value){return func.apply(isArray(value)?value:[],args)}))}})),baseForOwn(LazyWrapper.prototype,(function(func,methodName){var lodashFunc=lodash[methodName];if(lodashFunc){var key=lodashFunc.name+"";hasOwnProperty.call(realNames,key)||(realNames[key]=[]),realNames[key].push({name:methodName,func:lodashFunc})}})),realNames[createHybrid(void 0,2).name]=[{name:"wrapper",func:void 0}],LazyWrapper.prototype.clone=function(){var result=new LazyWrapper(this.__wrapped__);return result.__actions__=copyArray(this.__actions__),result.__dir__=this.__dir__,result.__filtered__=this.__filtered__,result.__iteratees__=copyArray(this.__iteratees__),result.__takeCount__=this.__takeCount__,result.__views__=copyArray(this.__views__),result},LazyWrapper.prototype.reverse=function(){if(this.__filtered__){var result=new LazyWrapper(this);result.__dir__=-1,result.__filtered__=!0}else(result=this.clone()).__dir__*=-1;return result},LazyWrapper.prototype.value=function(){var array=this.__wrapped__.value(),dir=this.__dir__,isArr=isArray(array),isRight=dir<0,arrLength=isArr?array.length:0,view=function(start,end,transforms){var index=-1,length=transforms.length;for(;++index<length;){var data=transforms[index],size=data.size;switch(data.type){case"drop":start+=size;break;case"dropRight":end-=size;break;case"take":end=nativeMin(end,start+size);break;case"takeRight":start=nativeMax(start,end-size)}}return{start:start,end:end}}(0,arrLength,this.__views__),start=view.start,end=view.end,length=end-start,index=isRight?end:start-1,iteratees=this.__iteratees__,iterLength=iteratees.length,resIndex=0,takeCount=nativeMin(length,this.__takeCount__);if(!isArr||!isRight&&arrLength==length&&takeCount==length)return baseWrapperValue(array,this.__actions__);var result=[];outer:for(;length--&&resIndex<takeCount;){for(var iterIndex=-1,value=array[index+=dir];++iterIndex<iterLength;){var data=iteratees[iterIndex],iteratee=data.iteratee,type=data.type,computed=iteratee(value);if(2==type)value=computed;else if(!computed){if(1==type)continue outer;break outer}}result[resIndex++]=value}return result},lodash.prototype.at=wrapperAt,lodash.prototype.chain=function(){return chain(this)},lodash.prototype.commit=function(){return new LodashWrapper(this.value(),this.__chain__)},lodash.prototype.next=function(){void 0===this.__values__&&(this.__values__=toArray(this.value()));var done=this.__index__>=this.__values__.length;return{done:done,value:done?void 0:this.__values__[this.__index__++]}},lodash.prototype.plant=function(value){for(var result,parent=this;parent instanceof baseLodash;){var clone=wrapperClone(parent);clone.__index__=0,clone.__values__=void 0,result?previous.__wrapped__=clone:result=clone;var previous=clone;parent=parent.__wrapped__}return previous.__wrapped__=value,result},lodash.prototype.reverse=function(){var value=this.__wrapped__;if(value instanceof LazyWrapper){var wrapped=value;return this.__actions__.length&&(wrapped=new LazyWrapper(this)),(wrapped=wrapped.reverse()).__actions__.push({func:thru,args:[reverse],thisArg:void 0}),new LodashWrapper(wrapped,this.__chain__)}return this.thru(reverse)},lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=function(){return baseWrapperValue(this.__wrapped__,this.__actions__)},lodash.prototype.first=lodash.prototype.head,symIterator&&(lodash.prototype[symIterator]=function(){return this}),lodash}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(root._=_,define((function(){return _}))):freeModule?((freeModule.exports=_)._=_,freeExports._=_):root._=_}).call(this)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(550)()},,function(module,__webpack_exports__,__webpack_require__){"use strict";function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}__webpack_require__.d(__webpack_exports__,"a",(function(){return _defineProperty}))},function(module,__webpack_exports__,__webpack_require__){"use strict";function _extends(){return(_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target}).apply(this,arguments)}__webpack_require__.d(__webpack_exports__,"a",(function(){return _extends}))},function(module,exports){module.exports=MailPoet},function(module,exports,__webpack_require__){(function(global){global.MailPoetLib||(global.MailPoetLib={}),module.exports=global.MailPoetLib.ClassNames=__webpack_require__(558)}).call(this,__webpack_require__(54))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return _slicedToArray}));var arrayWithHoles=__webpack_require__(151);var unsupportedIterableToArray=__webpack_require__(105),nonIterableRest=__webpack_require__(152);function _slicedToArray(arr,i){return Object(arrayWithHoles.a)(arr)||function(arr,i){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(arr)){var _arr=[],_n=!0,_d=!1,_e=void 0;try{for(var _s,_i=arr[Symbol.iterator]();!(_n=(_s=_i.next()).done)&&(_arr.push(_s.value),!i||_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{_n||null==_i.return||_i.return()}finally{if(_d)throw _e}}return _arr}}(arr,i)||Object(unsupportedIterableToArray.a)(arr,i)||Object(nonIterableRest.a)()}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return _objectWithoutProperties}));var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(37);function _objectWithoutProperties(source,excluded){if(null==source)return{};var key,i,target=Object(_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_0__.a)(source,excluded);if(Object.getOwnPropertySymbols){var sourceSymbolKeys=Object.getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],excluded.indexOf(key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}},,function(module,exports,__webpack_require__){module.exports=__webpack_require__(461)},function(module,exports,__webpack_require__){(function(module){module.exports=function(){"use strict";var hookCallback,some;function hooks(){return hookCallback.apply(null,arguments)}function isArray(input){return input instanceof Array||"[object Array]"===Object.prototype.toString.call(input)}function isObject(input){return null!=input&&"[object Object]"===Object.prototype.toString.call(input)}function hasOwnProp(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function isObjectEmpty(obj){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(obj).length;var k;for(k in obj)if(hasOwnProp(obj,k))return!1;return!0}function isUndefined(input){return void 0===input}function isNumber(input){return"number"==typeof input||"[object Number]"===Object.prototype.toString.call(input)}function isDate(input){return input instanceof Date||"[object Date]"===Object.prototype.toString.call(input)}function map(arr,fn){var i,res=[];for(i=0;i<arr.length;++i)res.push(fn(arr[i],i));return res}function extend(a,b){for(var i in b)hasOwnProp(b,i)&&(a[i]=b[i]);return hasOwnProp(b,"toString")&&(a.toString=b.toString),hasOwnProp(b,"valueOf")&&(a.valueOf=b.valueOf),a}function createUTC(input,format,locale,strict){return createLocalOrUTC(input,format,locale,strict,!0).utc()}function getParsingFlags(m){return null==m._pf&&(m._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),m._pf}function isValid(m){if(null==m._isValid){var flags=getParsingFlags(m),parsedParts=some.call(flags.parsedDateParts,(function(i){return null!=i})),isNowValid=!isNaN(m._d.getTime())&&flags.overflow<0&&!flags.empty&&!flags.invalidEra&&!flags.invalidMonth&&!flags.invalidWeekday&&!flags.weekdayMismatch&&!flags.nullInput&&!flags.invalidFormat&&!flags.userInvalidated&&(!flags.meridiem||flags.meridiem&&parsedParts);if(m._strict&&(isNowValid=isNowValid&&0===flags.charsLeftOver&&0===flags.unusedTokens.length&&void 0===flags.bigHour),null!=Object.isFrozen&&Object.isFrozen(m))return isNowValid;m._isValid=isNowValid}return m._isValid}function createInvalid(flags){var m=createUTC(NaN);return null!=flags?extend(getParsingFlags(m),flags):getParsingFlags(m).userInvalidated=!0,m}some=Array.prototype.some?Array.prototype.some:function(fun){var i,t=Object(this),len=t.length>>>0;for(i=0;i<len;i++)if(i in t&&fun.call(this,t[i],i,t))return!0;return!1};var momentProperties=hooks.momentProperties=[],updateInProgress=!1;function copyConfig(to,from){var i,prop,val;if(isUndefined(from._isAMomentObject)||(to._isAMomentObject=from._isAMomentObject),isUndefined(from._i)||(to._i=from._i),isUndefined(from._f)||(to._f=from._f),isUndefined(from._l)||(to._l=from._l),isUndefined(from._strict)||(to._strict=from._strict),isUndefined(from._tzm)||(to._tzm=from._tzm),isUndefined(from._isUTC)||(to._isUTC=from._isUTC),isUndefined(from._offset)||(to._offset=from._offset),isUndefined(from._pf)||(to._pf=getParsingFlags(from)),isUndefined(from._locale)||(to._locale=from._locale),momentProperties.length>0)for(i=0;i<momentProperties.length;i++)isUndefined(val=from[prop=momentProperties[i]])||(to[prop]=val);return to}function Moment(config){copyConfig(this,config),this._d=new Date(null!=config._d?config._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===updateInProgress&&(updateInProgress=!0,hooks.updateOffset(this),updateInProgress=!1)}function isMoment(obj){return obj instanceof Moment||null!=obj&&null!=obj._isAMomentObject}function warn(msg){!1===hooks.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+msg)}function deprecate(msg,fn){var firstTime=!0;return extend((function(){if(null!=hooks.deprecationHandler&&hooks.deprecationHandler(null,msg),firstTime){var arg,i,key,args=[];for(i=0;i<arguments.length;i++){if(arg="","object"==typeof arguments[i]){for(key in arg+="\n["+i+"] ",arguments[0])hasOwnProp(arguments[0],key)&&(arg+=key+": "+arguments[0][key]+", ");arg=arg.slice(0,-2)}else arg=arguments[i];args.push(arg)}warn(msg+"\nArguments: "+Array.prototype.slice.call(args).join("")+"\n"+(new Error).stack),firstTime=!1}return fn.apply(this,arguments)}),fn)}var keys,deprecations={};function deprecateSimple(name,msg){null!=hooks.deprecationHandler&&hooks.deprecationHandler(name,msg),deprecations[name]||(warn(msg),deprecations[name]=!0)}function isFunction(input){return"undefined"!=typeof Function&&input instanceof Function||"[object Function]"===Object.prototype.toString.call(input)}function mergeConfigs(parentConfig,childConfig){var prop,res=extend({},parentConfig);for(prop in childConfig)hasOwnProp(childConfig,prop)&&(isObject(parentConfig[prop])&&isObject(childConfig[prop])?(res[prop]={},extend(res[prop],parentConfig[prop]),extend(res[prop],childConfig[prop])):null!=childConfig[prop]?res[prop]=childConfig[prop]:delete res[prop]);for(prop in parentConfig)hasOwnProp(parentConfig,prop)&&!hasOwnProp(childConfig,prop)&&isObject(parentConfig[prop])&&(res[prop]=extend({},res[prop]));return res}function Locale(config){null!=config&&this.set(config)}function zeroFill(number,targetLength,forceSign){var absNumber=""+Math.abs(number),zerosToFill=targetLength-absNumber.length;return(number>=0?forceSign?"+":"":"-")+Math.pow(10,Math.max(0,zerosToFill)).toString().substr(1)+absNumber}hooks.suppressDeprecationWarnings=!1,hooks.deprecationHandler=null,keys=Object.keys?Object.keys:function(obj){var i,res=[];for(i in obj)hasOwnProp(obj,i)&&res.push(i);return res};var formattingTokens=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,localFormattingTokens=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,formatFunctions={},formatTokenFunctions={};function addFormatToken(token,padded,ordinal,callback){var func=callback;"string"==typeof callback&&(func=function(){return this[callback]()}),token&&(formatTokenFunctions[token]=func),padded&&(formatTokenFunctions[padded[0]]=function(){return zeroFill(func.apply(this,arguments),padded[1],padded[2])}),ordinal&&(formatTokenFunctions[ordinal]=function(){return this.localeData().ordinal(func.apply(this,arguments),token)})}function formatMoment(m,format){return m.isValid()?(format=expandFormat(format,m.localeData()),formatFunctions[format]=formatFunctions[format]||function(format){var i,length,input,array=format.match(formattingTokens);for(i=0,length=array.length;i<length;i++)formatTokenFunctions[array[i]]?array[i]=formatTokenFunctions[array[i]]:array[i]=(input=array[i]).match(/\[[\s\S]/)?input.replace(/^\[|\]$/g,""):input.replace(/\\/g,"");return function(mom){var i,output="";for(i=0;i<length;i++)output+=isFunction(array[i])?array[i].call(mom,format):array[i];return output}}(format),formatFunctions[format](m)):m.localeData().invalidDate()}function expandFormat(format,locale){var i=5;function replaceLongDateFormatTokens(input){return locale.longDateFormat(input)||input}for(localFormattingTokens.lastIndex=0;i>=0&&localFormattingTokens.test(format);)format=format.replace(localFormattingTokens,replaceLongDateFormatTokens),localFormattingTokens.lastIndex=0,i-=1;return format}var aliases={};function addUnitAlias(unit,shorthand){var lowerCase=unit.toLowerCase();aliases[lowerCase]=aliases[lowerCase+"s"]=aliases[shorthand]=unit}function normalizeUnits(units){return"string"==typeof units?aliases[units]||aliases[units.toLowerCase()]:void 0}function normalizeObjectUnits(inputObject){var normalizedProp,prop,normalizedInput={};for(prop in inputObject)hasOwnProp(inputObject,prop)&&(normalizedProp=normalizeUnits(prop))&&(normalizedInput[normalizedProp]=inputObject[prop]);return normalizedInput}var priorities={};function addUnitPriority(unit,priority){priorities[unit]=priority}function isLeapYear(year){return year%4==0&&year%100!=0||year%400==0}function absFloor(number){return number<0?Math.ceil(number)||0:Math.floor(number)}function toInt(argumentForCoercion){var coercedNumber=+argumentForCoercion,value=0;return 0!==coercedNumber&&isFinite(coercedNumber)&&(value=absFloor(coercedNumber)),value}function makeGetSet(unit,keepTime){return function(value){return null!=value?(set$1(this,unit,value),hooks.updateOffset(this,keepTime),this):get(this,unit)}}function get(mom,unit){return mom.isValid()?mom._d["get"+(mom._isUTC?"UTC":"")+unit]():NaN}function set$1(mom,unit,value){mom.isValid()&&!isNaN(value)&&("FullYear"===unit&&isLeapYear(mom.year())&&1===mom.month()&&29===mom.date()?(value=toInt(value),mom._d["set"+(mom._isUTC?"UTC":"")+unit](value,mom.month(),daysInMonth(value,mom.month()))):mom._d["set"+(mom._isUTC?"UTC":"")+unit](value))}var regexes,match1=/\d/,match2=/\d\d/,match3=/\d{3}/,match4=/\d{4}/,match6=/[+-]?\d{6}/,match1to2=/\d\d?/,match3to4=/\d\d\d\d?/,match5to6=/\d\d\d\d\d\d?/,match1to3=/\d{1,3}/,match1to4=/\d{1,4}/,match1to6=/[+-]?\d{1,6}/,matchUnsigned=/\d+/,matchSigned=/[+-]?\d+/,matchOffset=/Z|[+-]\d\d:?\d\d/gi,matchShortOffset=/Z|[+-]\d\d(?::?\d\d)?/gi,matchWord=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function addRegexToken(token,regex,strictRegex){regexes[token]=isFunction(regex)?regex:function(isStrict,localeData){return isStrict&&strictRegex?strictRegex:regex}}function getParseRegexForToken(token,config){return hasOwnProp(regexes,token)?regexes[token](config._strict,config._locale):new RegExp(regexEscape(token.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(matched,p1,p2,p3,p4){return p1||p2||p3||p4}))))}function regexEscape(s){return s.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}regexes={};var indexOf,tokens={};function addParseToken(token,callback){var i,func=callback;for("string"==typeof token&&(token=[token]),isNumber(callback)&&(func=function(input,array){array[callback]=toInt(input)}),i=0;i<token.length;i++)tokens[token[i]]=func}function addWeekParseToken(token,callback){addParseToken(token,(function(input,array,config,token){config._w=config._w||{},callback(input,config._w,config,token)}))}function addTimeToArrayFromToken(token,input,config){null!=input&&hasOwnProp(tokens,token)&&tokens[token](input,config._a,config,token)}function daysInMonth(year,month){if(isNaN(year)||isNaN(month))return NaN;var x,modMonth=(month%(x=12)+x)%x;return year+=(month-modMonth)/12,1===modMonth?isLeapYear(year)?29:28:31-modMonth%7%2}indexOf=Array.prototype.indexOf?Array.prototype.indexOf:function(o){var i;for(i=0;i<this.length;++i)if(this[i]===o)return i;return-1},addFormatToken("M",["MM",2],"Mo",(function(){return this.month()+1})),addFormatToken("MMM",0,0,(function(format){return this.localeData().monthsShort(this,format)})),addFormatToken("MMMM",0,0,(function(format){return this.localeData().months(this,format)})),addUnitAlias("month","M"),addUnitPriority("month",8),addRegexToken("M",match1to2),addRegexToken("MM",match1to2,match2),addRegexToken("MMM",(function(isStrict,locale){return locale.monthsShortRegex(isStrict)})),addRegexToken("MMMM",(function(isStrict,locale){return locale.monthsRegex(isStrict)})),addParseToken(["M","MM"],(function(input,array){array[1]=toInt(input)-1})),addParseToken(["MMM","MMMM"],(function(input,array,config,token){var month=config._locale.monthsParse(input,token,config._strict);null!=month?array[1]=month:getParsingFlags(config).invalidMonth=input}));var defaultLocaleMonths="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),defaultLocaleMonthsShort="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),MONTHS_IN_FORMAT=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,defaultMonthsShortRegex=matchWord,defaultMonthsRegex=matchWord;function handleStrictParse(monthName,format,strict){var i,ii,mom,llc=monthName.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)mom=createUTC([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(mom,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(mom,"").toLocaleLowerCase();return strict?"MMM"===format?-1!==(ii=indexOf.call(this._shortMonthsParse,llc))?ii:null:-1!==(ii=indexOf.call(this._longMonthsParse,llc))?ii:null:"MMM"===format?-1!==(ii=indexOf.call(this._shortMonthsParse,llc))||-1!==(ii=indexOf.call(this._longMonthsParse,llc))?ii:null:-1!==(ii=indexOf.call(this._longMonthsParse,llc))||-1!==(ii=indexOf.call(this._shortMonthsParse,llc))?ii:null}function setMonth(mom,value){var dayOfMonth;if(!mom.isValid())return mom;if("string"==typeof value)if(/^\d+$/.test(value))value=toInt(value);else if(!isNumber(value=mom.localeData().monthsParse(value)))return mom;return dayOfMonth=Math.min(mom.date(),daysInMonth(mom.year(),value)),mom._d["set"+(mom._isUTC?"UTC":"")+"Month"](value,dayOfMonth),mom}function getSetMonth(value){return null!=value?(setMonth(this,value),hooks.updateOffset(this,!0),this):get(this,"Month")}function computeMonthsParse(){function cmpLenRev(a,b){return b.length-a.length}var i,mom,shortPieces=[],longPieces=[],mixedPieces=[];for(i=0;i<12;i++)mom=createUTC([2e3,i]),shortPieces.push(this.monthsShort(mom,"")),longPieces.push(this.months(mom,"")),mixedPieces.push(this.months(mom,"")),mixedPieces.push(this.monthsShort(mom,""));for(shortPieces.sort(cmpLenRev),longPieces.sort(cmpLenRev),mixedPieces.sort(cmpLenRev),i=0;i<12;i++)shortPieces[i]=regexEscape(shortPieces[i]),longPieces[i]=regexEscape(longPieces[i]);for(i=0;i<24;i++)mixedPieces[i]=regexEscape(mixedPieces[i]);this._monthsRegex=new RegExp("^("+mixedPieces.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+longPieces.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+shortPieces.join("|")+")","i")}function daysInYear(year){return isLeapYear(year)?366:365}addFormatToken("Y",0,0,(function(){var y=this.year();return y<=9999?zeroFill(y,4):"+"+y})),addFormatToken(0,["YY",2],0,(function(){return this.year()%100})),addFormatToken(0,["YYYY",4],0,"year"),addFormatToken(0,["YYYYY",5],0,"year"),addFormatToken(0,["YYYYYY",6,!0],0,"year"),addUnitAlias("year","y"),addUnitPriority("year",1),addRegexToken("Y",matchSigned),addRegexToken("YY",match1to2,match2),addRegexToken("YYYY",match1to4,match4),addRegexToken("YYYYY",match1to6,match6),addRegexToken("YYYYYY",match1to6,match6),addParseToken(["YYYYY","YYYYYY"],0),addParseToken("YYYY",(function(input,array){array[0]=2===input.length?hooks.parseTwoDigitYear(input):toInt(input)})),addParseToken("YY",(function(input,array){array[0]=hooks.parseTwoDigitYear(input)})),addParseToken("Y",(function(input,array){array[0]=parseInt(input,10)})),hooks.parseTwoDigitYear=function(input){return toInt(input)+(toInt(input)>68?1900:2e3)};var getSetYear=makeGetSet("FullYear",!0);function createDate(y,m,d,h,M,s,ms){var date;return y<100&&y>=0?(date=new Date(y+400,m,d,h,M,s,ms),isFinite(date.getFullYear())&&date.setFullYear(y)):date=new Date(y,m,d,h,M,s,ms),date}function createUTCDate(y){var date,args;return y<100&&y>=0?((args=Array.prototype.slice.call(arguments))[0]=y+400,date=new Date(Date.UTC.apply(null,args)),isFinite(date.getUTCFullYear())&&date.setUTCFullYear(y)):date=new Date(Date.UTC.apply(null,arguments)),date}function firstWeekOffset(year,dow,doy){var fwd=7+dow-doy;return-(7+createUTCDate(year,0,fwd).getUTCDay()-dow)%7+fwd-1}function dayOfYearFromWeeks(year,week,weekday,dow,doy){var resYear,resDayOfYear,dayOfYear=1+7*(week-1)+(7+weekday-dow)%7+firstWeekOffset(year,dow,doy);return dayOfYear<=0?resDayOfYear=daysInYear(resYear=year-1)+dayOfYear:dayOfYear>daysInYear(year)?(resYear=year+1,resDayOfYear=dayOfYear-daysInYear(year)):(resYear=year,resDayOfYear=dayOfYear),{year:resYear,dayOfYear:resDayOfYear}}function weekOfYear(mom,dow,doy){var resWeek,resYear,weekOffset=firstWeekOffset(mom.year(),dow,doy),week=Math.floor((mom.dayOfYear()-weekOffset-1)/7)+1;return week<1?resWeek=week+weeksInYear(resYear=mom.year()-1,dow,doy):week>weeksInYear(mom.year(),dow,doy)?(resWeek=week-weeksInYear(mom.year(),dow,doy),resYear=mom.year()+1):(resYear=mom.year(),resWeek=week),{week:resWeek,year:resYear}}function weeksInYear(year,dow,doy){var weekOffset=firstWeekOffset(year,dow,doy),weekOffsetNext=firstWeekOffset(year+1,dow,doy);return(daysInYear(year)-weekOffset+weekOffsetNext)/7}function shiftWeekdays(ws,n){return ws.slice(n,7).concat(ws.slice(0,n))}addFormatToken("w",["ww",2],"wo","week"),addFormatToken("W",["WW",2],"Wo","isoWeek"),addUnitAlias("week","w"),addUnitAlias("isoWeek","W"),addUnitPriority("week",5),addUnitPriority("isoWeek",5),addRegexToken("w",match1to2),addRegexToken("ww",match1to2,match2),addRegexToken("W",match1to2),addRegexToken("WW",match1to2,match2),addWeekParseToken(["w","ww","W","WW"],(function(input,week,config,token){week[token.substr(0,1)]=toInt(input)})),addFormatToken("d",0,"do","day"),addFormatToken("dd",0,0,(function(format){return this.localeData().weekdaysMin(this,format)})),addFormatToken("ddd",0,0,(function(format){return this.localeData().weekdaysShort(this,format)})),addFormatToken("dddd",0,0,(function(format){return this.localeData().weekdays(this,format)})),addFormatToken("e",0,0,"weekday"),addFormatToken("E",0,0,"isoWeekday"),addUnitAlias("day","d"),addUnitAlias("weekday","e"),addUnitAlias("isoWeekday","E"),addUnitPriority("day",11),addUnitPriority("weekday",11),addUnitPriority("isoWeekday",11),addRegexToken("d",match1to2),addRegexToken("e",match1to2),addRegexToken("E",match1to2),addRegexToken("dd",(function(isStrict,locale){return locale.weekdaysMinRegex(isStrict)})),addRegexToken("ddd",(function(isStrict,locale){return locale.weekdaysShortRegex(isStrict)})),addRegexToken("dddd",(function(isStrict,locale){return locale.weekdaysRegex(isStrict)})),addWeekParseToken(["dd","ddd","dddd"],(function(input,week,config,token){var weekday=config._locale.weekdaysParse(input,token,config._strict);null!=weekday?week.d=weekday:getParsingFlags(config).invalidWeekday=input})),addWeekParseToken(["d","e","E"],(function(input,week,config,token){week[token]=toInt(input)}));var defaultLocaleWeekdays="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),defaultLocaleWeekdaysShort="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),defaultLocaleWeekdaysMin="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),defaultWeekdaysRegex=matchWord,defaultWeekdaysShortRegex=matchWord,defaultWeekdaysMinRegex=matchWord;function handleStrictParse$1(weekdayName,format,strict){var i,ii,mom,llc=weekdayName.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)mom=createUTC([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(mom,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(mom,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(mom,"").toLocaleLowerCase();return strict?"dddd"===format?-1!==(ii=indexOf.call(this._weekdaysParse,llc))?ii:null:"ddd"===format?-1!==(ii=indexOf.call(this._shortWeekdaysParse,llc))?ii:null:-1!==(ii=indexOf.call(this._minWeekdaysParse,llc))?ii:null:"dddd"===format?-1!==(ii=indexOf.call(this._weekdaysParse,llc))||-1!==(ii=indexOf.call(this._shortWeekdaysParse,llc))||-1!==(ii=indexOf.call(this._minWeekdaysParse,llc))?ii:null:"ddd"===format?-1!==(ii=indexOf.call(this._shortWeekdaysParse,llc))||-1!==(ii=indexOf.call(this._weekdaysParse,llc))||-1!==(ii=indexOf.call(this._minWeekdaysParse,llc))?ii:null:-1!==(ii=indexOf.call(this._minWeekdaysParse,llc))||-1!==(ii=indexOf.call(this._weekdaysParse,llc))||-1!==(ii=indexOf.call(this._shortWeekdaysParse,llc))?ii:null}function computeWeekdaysParse(){function cmpLenRev(a,b){return b.length-a.length}var i,mom,minp,shortp,longp,minPieces=[],shortPieces=[],longPieces=[],mixedPieces=[];for(i=0;i<7;i++)mom=createUTC([2e3,1]).day(i),minp=regexEscape(this.weekdaysMin(mom,"")),shortp=regexEscape(this.weekdaysShort(mom,"")),longp=regexEscape(this.weekdays(mom,"")),minPieces.push(minp),shortPieces.push(shortp),longPieces.push(longp),mixedPieces.push(minp),mixedPieces.push(shortp),mixedPieces.push(longp);minPieces.sort(cmpLenRev),shortPieces.sort(cmpLenRev),longPieces.sort(cmpLenRev),mixedPieces.sort(cmpLenRev),this._weekdaysRegex=new RegExp("^("+mixedPieces.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+longPieces.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+shortPieces.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+minPieces.join("|")+")","i")}function hFormat(){return this.hours()%12||12}function meridiem(token,lowercase){addFormatToken(token,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),lowercase)}))}function matchMeridiem(isStrict,locale){return locale._meridiemParse}addFormatToken("H",["HH",2],0,"hour"),addFormatToken("h",["hh",2],0,hFormat),addFormatToken("k",["kk",2],0,(function(){return this.hours()||24})),addFormatToken("hmm",0,0,(function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)})),addFormatToken("hmmss",0,0,(function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)})),addFormatToken("Hmm",0,0,(function(){return""+this.hours()+zeroFill(this.minutes(),2)})),addFormatToken("Hmmss",0,0,(function(){return""+this.hours()+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)})),meridiem("a",!0),meridiem("A",!1),addUnitAlias("hour","h"),addUnitPriority("hour",13),addRegexToken("a",matchMeridiem),addRegexToken("A",matchMeridiem),addRegexToken("H",match1to2),addRegexToken("h",match1to2),addRegexToken("k",match1to2),addRegexToken("HH",match1to2,match2),addRegexToken("hh",match1to2,match2),addRegexToken("kk",match1to2,match2),addRegexToken("hmm",match3to4),addRegexToken("hmmss",match5to6),addRegexToken("Hmm",match3to4),addRegexToken("Hmmss",match5to6),addParseToken(["H","HH"],3),addParseToken(["k","kk"],(function(input,array,config){var kInput=toInt(input);array[3]=24===kInput?0:kInput})),addParseToken(["a","A"],(function(input,array,config){config._isPm=config._locale.isPM(input),config._meridiem=input})),addParseToken(["h","hh"],(function(input,array,config){array[3]=toInt(input),getParsingFlags(config).bigHour=!0})),addParseToken("hmm",(function(input,array,config){var pos=input.length-2;array[3]=toInt(input.substr(0,pos)),array[4]=toInt(input.substr(pos)),getParsingFlags(config).bigHour=!0})),addParseToken("hmmss",(function(input,array,config){var pos1=input.length-4,pos2=input.length-2;array[3]=toInt(input.substr(0,pos1)),array[4]=toInt(input.substr(pos1,2)),array[5]=toInt(input.substr(pos2)),getParsingFlags(config).bigHour=!0})),addParseToken("Hmm",(function(input,array,config){var pos=input.length-2;array[3]=toInt(input.substr(0,pos)),array[4]=toInt(input.substr(pos))})),addParseToken("Hmmss",(function(input,array,config){var pos1=input.length-4,pos2=input.length-2;array[3]=toInt(input.substr(0,pos1)),array[4]=toInt(input.substr(pos1,2)),array[5]=toInt(input.substr(pos2))}));var globalLocale,getSetHour=makeGetSet("Hours",!0),baseConfig={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:defaultLocaleMonths,monthsShort:defaultLocaleMonthsShort,week:{dow:0,doy:6},weekdays:defaultLocaleWeekdays,weekdaysMin:defaultLocaleWeekdaysMin,weekdaysShort:defaultLocaleWeekdaysShort,meridiemParse:/[ap]\.?m?\.?/i},locales={},localeFamilies={};function commonPrefix(arr1,arr2){var i,minl=Math.min(arr1.length,arr2.length);for(i=0;i<minl;i+=1)if(arr1[i]!==arr2[i])return i;return minl}function normalizeLocale(key){return key?key.toLowerCase().replace("_","-"):key}function loadLocale(name){var oldLocale=null;if(void 0===locales[name]&&void 0!==module&&module&&module.exports)try{oldLocale=globalLocale._abbr,__webpack_require__(670)("./"+name),getSetGlobalLocale(oldLocale)}catch(e){locales[name]=null}return locales[name]}function getSetGlobalLocale(key,values){var data;return key&&((data=isUndefined(values)?getLocale(key):defineLocale(key,values))?globalLocale=data:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+key+" not found. Did you forget to load it?")),globalLocale._abbr}function defineLocale(name,config){if(null!==config){var locale,parentConfig=baseConfig;if(config.abbr=name,null!=locales[name])deprecateSimple("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),parentConfig=locales[name]._config;else if(null!=config.parentLocale)if(null!=locales[config.parentLocale])parentConfig=locales[config.parentLocale]._config;else{if(null==(locale=loadLocale(config.parentLocale)))return localeFamilies[config.parentLocale]||(localeFamilies[config.parentLocale]=[]),localeFamilies[config.parentLocale].push({name:name,config:config}),null;parentConfig=locale._config}return locales[name]=new Locale(mergeConfigs(parentConfig,config)),localeFamilies[name]&&localeFamilies[name].forEach((function(x){defineLocale(x.name,x.config)})),getSetGlobalLocale(name),locales[name]}return delete locales[name],null}function getLocale(key){var locale;if(key&&key._locale&&key._locale._abbr&&(key=key._locale._abbr),!key)return globalLocale;if(!isArray(key)){if(locale=loadLocale(key))return locale;key=[key]}return function(names){for(var j,next,locale,split,i=0;i<names.length;){for(j=(split=normalizeLocale(names[i]).split("-")).length,next=(next=normalizeLocale(names[i+1]))?next.split("-"):null;j>0;){if(locale=loadLocale(split.slice(0,j).join("-")))return locale;if(next&&next.length>=j&&commonPrefix(split,next)>=j-1)break;j--}i++}return globalLocale}(key)}function checkOverflow(m){var overflow,a=m._a;return a&&-2===getParsingFlags(m).overflow&&(overflow=a[1]<0||a[1]>11?1:a[2]<1||a[2]>daysInMonth(a[0],a[1])?2:a[3]<0||a[3]>24||24===a[3]&&(0!==a[4]||0!==a[5]||0!==a[6])?3:a[4]<0||a[4]>59?4:a[5]<0||a[5]>59?5:a[6]<0||a[6]>999?6:-1,getParsingFlags(m)._overflowDayOfYear&&(overflow<0||overflow>2)&&(overflow=2),getParsingFlags(m)._overflowWeeks&&-1===overflow&&(overflow=7),getParsingFlags(m)._overflowWeekday&&-1===overflow&&(overflow=8),getParsingFlags(m).overflow=overflow),m}var extendedIsoRegex=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,basicIsoRegex=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,tzRegex=/Z|[+-]\d\d(?::?\d\d)?/,isoDates=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],isoTimes=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],aspNetJsonRegex=/^\/?Date\((-?\d+)/i,rfc2822=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,obsOffsets={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function configFromISO(config){var i,l,allowTime,dateFormat,timeFormat,tzFormat,string=config._i,match=extendedIsoRegex.exec(string)||basicIsoRegex.exec(string);if(match){for(getParsingFlags(config).iso=!0,i=0,l=isoDates.length;i<l;i++)if(isoDates[i][1].exec(match[1])){dateFormat=isoDates[i][0],allowTime=!1!==isoDates[i][2];break}if(null==dateFormat)return void(config._isValid=!1);if(match[3]){for(i=0,l=isoTimes.length;i<l;i++)if(isoTimes[i][1].exec(match[3])){timeFormat=(match[2]||" ")+isoTimes[i][0];break}if(null==timeFormat)return void(config._isValid=!1)}if(!allowTime&&null!=timeFormat)return void(config._isValid=!1);if(match[4]){if(!tzRegex.exec(match[4]))return void(config._isValid=!1);tzFormat="Z"}config._f=dateFormat+(timeFormat||"")+(tzFormat||""),configFromStringAndFormat(config)}else config._isValid=!1}function untruncateYear(yearStr){var year=parseInt(yearStr,10);return year<=49?2e3+year:year<=999?1900+year:year}function configFromRFC2822(config){var parsedArray,match=rfc2822.exec(config._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(match){if(parsedArray=function(yearStr,monthStr,dayStr,hourStr,minuteStr,secondStr){var result=[untruncateYear(yearStr),defaultLocaleMonthsShort.indexOf(monthStr),parseInt(dayStr,10),parseInt(hourStr,10),parseInt(minuteStr,10)];return secondStr&&result.push(parseInt(secondStr,10)),result}(match[4],match[3],match[2],match[5],match[6],match[7]),!function(weekdayStr,parsedInput,config){return!weekdayStr||defaultLocaleWeekdaysShort.indexOf(weekdayStr)===new Date(parsedInput[0],parsedInput[1],parsedInput[2]).getDay()||(getParsingFlags(config).weekdayMismatch=!0,config._isValid=!1,!1)}(match[1],parsedArray,config))return;config._a=parsedArray,config._tzm=function(obsOffset,militaryOffset,numOffset){if(obsOffset)return obsOffsets[obsOffset];if(militaryOffset)return 0;var hm=parseInt(numOffset,10),m=hm%100;return(hm-m)/100*60+m}(match[8],match[9],match[10]),config._d=createUTCDate.apply(null,config._a),config._d.setUTCMinutes(config._d.getUTCMinutes()-config._tzm),getParsingFlags(config).rfc2822=!0}else config._isValid=!1}function defaults(a,b,c){return null!=a?a:null!=b?b:c}function configFromArray(config){var i,date,currentDate,expectedWeekday,yearToUse,input=[];if(!config._d){for(currentDate=function(config){var nowValue=new Date(hooks.now());return config._useUTC?[nowValue.getUTCFullYear(),nowValue.getUTCMonth(),nowValue.getUTCDate()]:[nowValue.getFullYear(),nowValue.getMonth(),nowValue.getDate()]}(config),config._w&&null==config._a[2]&&null==config._a[1]&&function(config){var w,weekYear,week,weekday,dow,doy,temp,weekdayOverflow,curWeek;null!=(w=config._w).GG||null!=w.W||null!=w.E?(dow=1,doy=4,weekYear=defaults(w.GG,config._a[0],weekOfYear(createLocal(),1,4).year),week=defaults(w.W,1),((weekday=defaults(w.E,1))<1||weekday>7)&&(weekdayOverflow=!0)):(dow=config._locale._week.dow,doy=config._locale._week.doy,curWeek=weekOfYear(createLocal(),dow,doy),weekYear=defaults(w.gg,config._a[0],curWeek.year),week=defaults(w.w,curWeek.week),null!=w.d?((weekday=w.d)<0||weekday>6)&&(weekdayOverflow=!0):null!=w.e?(weekday=w.e+dow,(w.e<0||w.e>6)&&(weekdayOverflow=!0)):weekday=dow),week<1||week>weeksInYear(weekYear,dow,doy)?getParsingFlags(config)._overflowWeeks=!0:null!=weekdayOverflow?getParsingFlags(config)._overflowWeekday=!0:(temp=dayOfYearFromWeeks(weekYear,week,weekday,dow,doy),config._a[0]=temp.year,config._dayOfYear=temp.dayOfYear)}(config),null!=config._dayOfYear&&(yearToUse=defaults(config._a[0],currentDate[0]),(config._dayOfYear>daysInYear(yearToUse)||0===config._dayOfYear)&&(getParsingFlags(config)._overflowDayOfYear=!0),date=createUTCDate(yearToUse,0,config._dayOfYear),config._a[1]=date.getUTCMonth(),config._a[2]=date.getUTCDate()),i=0;i<3&&null==config._a[i];++i)config._a[i]=input[i]=currentDate[i];for(;i<7;i++)config._a[i]=input[i]=null==config._a[i]?2===i?1:0:config._a[i];24===config._a[3]&&0===config._a[4]&&0===config._a[5]&&0===config._a[6]&&(config._nextDay=!0,config._a[3]=0),config._d=(config._useUTC?createUTCDate:createDate).apply(null,input),expectedWeekday=config._useUTC?config._d.getUTCDay():config._d.getDay(),null!=config._tzm&&config._d.setUTCMinutes(config._d.getUTCMinutes()-config._tzm),config._nextDay&&(config._a[3]=24),config._w&&void 0!==config._w.d&&config._w.d!==expectedWeekday&&(getParsingFlags(config).weekdayMismatch=!0)}}function configFromStringAndFormat(config){if(config._f!==hooks.ISO_8601)if(config._f!==hooks.RFC_2822){config._a=[],getParsingFlags(config).empty=!0;var i,parsedInput,tokens,token,skipped,era,string=""+config._i,stringLength=string.length,totalParsedInputLength=0;for(tokens=expandFormat(config._f,config._locale).match(formattingTokens)||[],i=0;i<tokens.length;i++)token=tokens[i],(parsedInput=(string.match(getParseRegexForToken(token,config))||[])[0])&&((skipped=string.substr(0,string.indexOf(parsedInput))).length>0&&getParsingFlags(config).unusedInput.push(skipped),string=string.slice(string.indexOf(parsedInput)+parsedInput.length),totalParsedInputLength+=parsedInput.length),formatTokenFunctions[token]?(parsedInput?getParsingFlags(config).empty=!1:getParsingFlags(config).unusedTokens.push(token),addTimeToArrayFromToken(token,parsedInput,config)):config._strict&&!parsedInput&&getParsingFlags(config).unusedTokens.push(token);getParsingFlags(config).charsLeftOver=stringLength-totalParsedInputLength,string.length>0&&getParsingFlags(config).unusedInput.push(string),config._a[3]<=12&&!0===getParsingFlags(config).bigHour&&config._a[3]>0&&(getParsingFlags(config).bigHour=void 0),getParsingFlags(config).parsedDateParts=config._a.slice(0),getParsingFlags(config).meridiem=config._meridiem,config._a[3]=function(locale,hour,meridiem){var isPm;return null==meridiem?hour:null!=locale.meridiemHour?locale.meridiemHour(hour,meridiem):null!=locale.isPM?((isPm=locale.isPM(meridiem))&&hour<12&&(hour+=12),isPm||12!==hour||(hour=0),hour):hour}(config._locale,config._a[3],config._meridiem),null!==(era=getParsingFlags(config).era)&&(config._a[0]=config._locale.erasConvertYear(era,config._a[0])),configFromArray(config),checkOverflow(config)}else configFromRFC2822(config);else configFromISO(config)}function prepareConfig(config){var input=config._i,format=config._f;return config._locale=config._locale||getLocale(config._l),null===input||void 0===format&&""===input?createInvalid({nullInput:!0}):("string"==typeof input&&(config._i=input=config._locale.preparse(input)),isMoment(input)?new Moment(checkOverflow(input)):(isDate(input)?config._d=input:isArray(format)?function(config){var tempConfig,bestMoment,scoreToBeat,i,currentScore,validFormatFound,bestFormatIsValid=!1;if(0===config._f.length)return getParsingFlags(config).invalidFormat=!0,void(config._d=new Date(NaN));for(i=0;i<config._f.length;i++)currentScore=0,validFormatFound=!1,tempConfig=copyConfig({},config),null!=config._useUTC&&(tempConfig._useUTC=config._useUTC),tempConfig._f=config._f[i],configFromStringAndFormat(tempConfig),isValid(tempConfig)&&(validFormatFound=!0),currentScore+=getParsingFlags(tempConfig).charsLeftOver,currentScore+=10*getParsingFlags(tempConfig).unusedTokens.length,getParsingFlags(tempConfig).score=currentScore,bestFormatIsValid?currentScore<scoreToBeat&&(scoreToBeat=currentScore,bestMoment=tempConfig):(null==scoreToBeat||currentScore<scoreToBeat||validFormatFound)&&(scoreToBeat=currentScore,bestMoment=tempConfig,validFormatFound&&(bestFormatIsValid=!0));extend(config,bestMoment||tempConfig)}(config):format?configFromStringAndFormat(config):function(config){var input=config._i;isUndefined(input)?config._d=new Date(hooks.now()):isDate(input)?config._d=new Date(input.valueOf()):"string"==typeof input?function(config){var matched=aspNetJsonRegex.exec(config._i);null===matched?(configFromISO(config),!1===config._isValid&&(delete config._isValid,configFromRFC2822(config),!1===config._isValid&&(delete config._isValid,config._strict?config._isValid=!1:hooks.createFromInputFallback(config)))):config._d=new Date(+matched[1])}(config):isArray(input)?(config._a=map(input.slice(0),(function(obj){return parseInt(obj,10)})),configFromArray(config)):isObject(input)?function(config){if(!config._d){var i=normalizeObjectUnits(config._i),dayOrDate=void 0===i.day?i.date:i.day;config._a=map([i.year,i.month,dayOrDate,i.hour,i.minute,i.second,i.millisecond],(function(obj){return obj&&parseInt(obj,10)})),configFromArray(config)}}(config):isNumber(input)?config._d=new Date(input):hooks.createFromInputFallback(config)}(config),isValid(config)||(config._d=null),config))}function createLocalOrUTC(input,format,locale,strict,isUTC){var res,c={};return!0!==format&&!1!==format||(strict=format,format=void 0),!0!==locale&&!1!==locale||(strict=locale,locale=void 0),(isObject(input)&&isObjectEmpty(input)||isArray(input)&&0===input.length)&&(input=void 0),c._isAMomentObject=!0,c._useUTC=c._isUTC=isUTC,c._l=locale,c._i=input,c._f=format,c._strict=strict,(res=new Moment(checkOverflow(prepareConfig(c))))._nextDay&&(res.add(1,"d"),res._nextDay=void 0),res}function createLocal(input,format,locale,strict){return createLocalOrUTC(input,format,locale,strict,!1)}hooks.createFromInputFallback=deprecate("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(config){config._d=new Date(config._i+(config._useUTC?" UTC":""))})),hooks.ISO_8601=function(){},hooks.RFC_2822=function(){};var prototypeMin=deprecate("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var other=createLocal.apply(null,arguments);return this.isValid()&&other.isValid()?other<this?this:other:createInvalid()})),prototypeMax=deprecate("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var other=createLocal.apply(null,arguments);return this.isValid()&&other.isValid()?other>this?this:other:createInvalid()}));function pickBy(fn,moments){var res,i;if(1===moments.length&&isArray(moments[0])&&(moments=moments[0]),!moments.length)return createLocal();for(res=moments[0],i=1;i<moments.length;++i)moments[i].isValid()&&!moments[i][fn](res)||(res=moments[i]);return res}var ordering=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Duration(duration){var normalizedInput=normalizeObjectUnits(duration),years=normalizedInput.year||0,quarters=normalizedInput.quarter||0,months=normalizedInput.month||0,weeks=normalizedInput.week||normalizedInput.isoWeek||0,days=normalizedInput.day||0,hours=normalizedInput.hour||0,minutes=normalizedInput.minute||0,seconds=normalizedInput.second||0,milliseconds=normalizedInput.millisecond||0;this._isValid=function(m){var key,i,unitHasDecimal=!1;for(key in m)if(hasOwnProp(m,key)&&(-1===indexOf.call(ordering,key)||null!=m[key]&&isNaN(m[key])))return!1;for(i=0;i<ordering.length;++i)if(m[ordering[i]]){if(unitHasDecimal)return!1;parseFloat(m[ordering[i]])!==toInt(m[ordering[i]])&&(unitHasDecimal=!0)}return!0}(normalizedInput),this._milliseconds=+milliseconds+1e3*seconds+6e4*minutes+1e3*hours*60*60,this._days=+days+7*weeks,this._months=+months+3*quarters+12*years,this._data={},this._locale=getLocale(),this._bubble()}function isDuration(obj){return obj instanceof Duration}function absRound(number){return number<0?-1*Math.round(-1*number):Math.round(number)}function offset(token,separator){addFormatToken(token,0,0,(function(){var offset=this.utcOffset(),sign="+";return offset<0&&(offset=-offset,sign="-"),sign+zeroFill(~~(offset/60),2)+separator+zeroFill(~~offset%60,2)}))}offset("Z",":"),offset("ZZ",""),addRegexToken("Z",matchShortOffset),addRegexToken("ZZ",matchShortOffset),addParseToken(["Z","ZZ"],(function(input,array,config){config._useUTC=!0,config._tzm=offsetFromString(matchShortOffset,input)}));var chunkOffset=/([\+\-]|\d\d)/gi;function offsetFromString(matcher,string){var parts,minutes,matches=(string||"").match(matcher);return null===matches?null:0===(minutes=60*(parts=((matches[matches.length-1]||[])+"").match(chunkOffset)||["-",0,0])[1]+toInt(parts[2]))?0:"+"===parts[0]?minutes:-minutes}function cloneWithOffset(input,model){var res,diff;return model._isUTC?(res=model.clone(),diff=(isMoment(input)||isDate(input)?input.valueOf():createLocal(input).valueOf())-res.valueOf(),res._d.setTime(res._d.valueOf()+diff),hooks.updateOffset(res,!1),res):createLocal(input).local()}function getDateOffset(m){return-Math.round(m._d.getTimezoneOffset())}function isUtc(){return!!this.isValid()&&this._isUTC&&0===this._offset}hooks.updateOffset=function(){};var aspNetRegex=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,isoRegex=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function createDuration(input,key){var sign,ret,diffRes,base,other,res,duration=input,match=null;return isDuration(input)?duration={ms:input._milliseconds,d:input._days,M:input._months}:isNumber(input)||!isNaN(+input)?(duration={},key?duration[key]=+input:duration.milliseconds=+input):(match=aspNetRegex.exec(input))?(sign="-"===match[1]?-1:1,duration={y:0,d:toInt(match[2])*sign,h:toInt(match[3])*sign,m:toInt(match[4])*sign,s:toInt(match[5])*sign,ms:toInt(absRound(1e3*match[6]))*sign}):(match=isoRegex.exec(input))?(sign="-"===match[1]?-1:1,duration={y:parseIso(match[2],sign),M:parseIso(match[3],sign),w:parseIso(match[4],sign),d:parseIso(match[5],sign),h:parseIso(match[6],sign),m:parseIso(match[7],sign),s:parseIso(match[8],sign)}):null==duration?duration={}:"object"==typeof duration&&("from"in duration||"to"in duration)&&(base=createLocal(duration.from),other=createLocal(duration.to),diffRes=base.isValid()&&other.isValid()?(other=cloneWithOffset(other,base),base.isBefore(other)?res=positiveMomentsDifference(base,other):((res=positiveMomentsDifference(other,base)).milliseconds=-res.milliseconds,res.months=-res.months),res):{milliseconds:0,months:0},(duration={}).ms=diffRes.milliseconds,duration.M=diffRes.months),ret=new Duration(duration),isDuration(input)&&hasOwnProp(input,"_locale")&&(ret._locale=input._locale),isDuration(input)&&hasOwnProp(input,"_isValid")&&(ret._isValid=input._isValid),ret}function parseIso(inp,sign){var res=inp&&parseFloat(inp.replace(",","."));return(isNaN(res)?0:res)*sign}function positiveMomentsDifference(base,other){var res={};return res.months=other.month()-base.month()+12*(other.year()-base.year()),base.clone().add(res.months,"M").isAfter(other)&&--res.months,res.milliseconds=+other-+base.clone().add(res.months,"M"),res}function createAdder(direction,name){return function(val,period){var tmp;return null===period||isNaN(+period)||(deprecateSimple(name,"moment()."+name+"(period, number) is deprecated. Please use moment()."+name+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),tmp=val,val=period,period=tmp),addSubtract(this,createDuration(val,period),direction),this}}function addSubtract(mom,duration,isAdding,updateOffset){var milliseconds=duration._milliseconds,days=absRound(duration._days),months=absRound(duration._months);mom.isValid()&&(updateOffset=null==updateOffset||updateOffset,months&&setMonth(mom,get(mom,"Month")+months*isAdding),days&&set$1(mom,"Date",get(mom,"Date")+days*isAdding),milliseconds&&mom._d.setTime(mom._d.valueOf()+milliseconds*isAdding),updateOffset&&hooks.updateOffset(mom,days||months))}createDuration.fn=Duration.prototype,createDuration.invalid=function(){return createDuration(NaN)};var add=createAdder(1,"add"),subtract=createAdder(-1,"subtract");function isString(input){return"string"==typeof input||input instanceof String}function isMomentInput(input){return isMoment(input)||isDate(input)||isString(input)||isNumber(input)||function(input){var arrayTest=isArray(input),dataTypeTest=!1;return arrayTest&&(dataTypeTest=0===input.filter((function(item){return!isNumber(item)&&isString(input)})).length),arrayTest&&dataTypeTest}(input)||function(input){var i,property,objectTest=isObject(input)&&!isObjectEmpty(input),propertyTest=!1,properties=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(i=0;i<properties.length;i+=1)property=properties[i],propertyTest=propertyTest||hasOwnProp(input,property);return objectTest&&propertyTest}(input)||null==input}function isCalendarSpec(input){var i,objectTest=isObject(input)&&!isObjectEmpty(input),propertyTest=!1,properties=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(i=0;i<properties.length;i+=1)propertyTest=propertyTest||hasOwnProp(input,properties[i]);return objectTest&&propertyTest}function monthDiff(a,b){if(a.date()<b.date())return-monthDiff(b,a);var wholeMonthDiff=12*(b.year()-a.year())+(b.month()-a.month()),anchor=a.clone().add(wholeMonthDiff,"months");return-(wholeMonthDiff+(b-anchor<0?(b-anchor)/(anchor-a.clone().add(wholeMonthDiff-1,"months")):(b-anchor)/(a.clone().add(wholeMonthDiff+1,"months")-anchor)))||0}function locale(key){var newLocaleData;return void 0===key?this._locale._abbr:(null!=(newLocaleData=getLocale(key))&&(this._locale=newLocaleData),this)}hooks.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",hooks.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var lang=deprecate("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(key){return void 0===key?this.localeData():this.locale(key)}));function localeData(){return this._locale}function mod$1(dividend,divisor){return(dividend%divisor+divisor)%divisor}function localStartOfDate(y,m,d){return y<100&&y>=0?new Date(y+400,m,d)-126227808e5:new Date(y,m,d).valueOf()}function utcStartOfDate(y,m,d){return y<100&&y>=0?Date.UTC(y+400,m,d)-126227808e5:Date.UTC(y,m,d)}function matchEraAbbr(isStrict,locale){return locale.erasAbbrRegex(isStrict)}function computeErasParse(){var i,l,abbrPieces=[],namePieces=[],narrowPieces=[],mixedPieces=[],eras=this.eras();for(i=0,l=eras.length;i<l;++i)namePieces.push(regexEscape(eras[i].name)),abbrPieces.push(regexEscape(eras[i].abbr)),narrowPieces.push(regexEscape(eras[i].narrow)),mixedPieces.push(regexEscape(eras[i].name)),mixedPieces.push(regexEscape(eras[i].abbr)),mixedPieces.push(regexEscape(eras[i].narrow));this._erasRegex=new RegExp("^("+mixedPieces.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+namePieces.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+abbrPieces.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+narrowPieces.join("|")+")","i")}function addWeekYearFormatToken(token,getter){addFormatToken(0,[token,token.length],0,getter)}function getSetWeekYearHelper(input,week,weekday,dow,doy){var weeksTarget;return null==input?weekOfYear(this,dow,doy).year:(week>(weeksTarget=weeksInYear(input,dow,doy))&&(week=weeksTarget),setWeekAll.call(this,input,week,weekday,dow,doy))}function setWeekAll(weekYear,week,weekday,dow,doy){var dayOfYearData=dayOfYearFromWeeks(weekYear,week,weekday,dow,doy),date=createUTCDate(dayOfYearData.year,0,dayOfYearData.dayOfYear);return this.year(date.getUTCFullYear()),this.month(date.getUTCMonth()),this.date(date.getUTCDate()),this}addFormatToken("N",0,0,"eraAbbr"),addFormatToken("NN",0,0,"eraAbbr"),addFormatToken("NNN",0,0,"eraAbbr"),addFormatToken("NNNN",0,0,"eraName"),addFormatToken("NNNNN",0,0,"eraNarrow"),addFormatToken("y",["y",1],"yo","eraYear"),addFormatToken("y",["yy",2],0,"eraYear"),addFormatToken("y",["yyy",3],0,"eraYear"),addFormatToken("y",["yyyy",4],0,"eraYear"),addRegexToken("N",matchEraAbbr),addRegexToken("NN",matchEraAbbr),addRegexToken("NNN",matchEraAbbr),addRegexToken("NNNN",(function(isStrict,locale){return locale.erasNameRegex(isStrict)})),addRegexToken("NNNNN",(function(isStrict,locale){return locale.erasNarrowRegex(isStrict)})),addParseToken(["N","NN","NNN","NNNN","NNNNN"],(function(input,array,config,token){var era=config._locale.erasParse(input,token,config._strict);era?getParsingFlags(config).era=era:getParsingFlags(config).invalidEra=input})),addRegexToken("y",matchUnsigned),addRegexToken("yy",matchUnsigned),addRegexToken("yyy",matchUnsigned),addRegexToken("yyyy",matchUnsigned),addRegexToken("yo",(function(isStrict,locale){return locale._eraYearOrdinalRegex||matchUnsigned})),addParseToken(["y","yy","yyy","yyyy"],0),addParseToken(["yo"],(function(input,array,config,token){var match;config._locale._eraYearOrdinalRegex&&(match=input.match(config._locale._eraYearOrdinalRegex)),config._locale.eraYearOrdinalParse?array[0]=config._locale.eraYearOrdinalParse(input,match):array[0]=parseInt(input,10)})),addFormatToken(0,["gg",2],0,(function(){return this.weekYear()%100})),addFormatToken(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),addWeekYearFormatToken("gggg","weekYear"),addWeekYearFormatToken("ggggg","weekYear"),addWeekYearFormatToken("GGGG","isoWeekYear"),addWeekYearFormatToken("GGGGG","isoWeekYear"),addUnitAlias("weekYear","gg"),addUnitAlias("isoWeekYear","GG"),addUnitPriority("weekYear",1),addUnitPriority("isoWeekYear",1),addRegexToken("G",matchSigned),addRegexToken("g",matchSigned),addRegexToken("GG",match1to2,match2),addRegexToken("gg",match1to2,match2),addRegexToken("GGGG",match1to4,match4),addRegexToken("gggg",match1to4,match4),addRegexToken("GGGGG",match1to6,match6),addRegexToken("ggggg",match1to6,match6),addWeekParseToken(["gggg","ggggg","GGGG","GGGGG"],(function(input,week,config,token){week[token.substr(0,2)]=toInt(input)})),addWeekParseToken(["gg","GG"],(function(input,week,config,token){week[token]=hooks.parseTwoDigitYear(input)})),addFormatToken("Q",0,"Qo","quarter"),addUnitAlias("quarter","Q"),addUnitPriority("quarter",7),addRegexToken("Q",match1),addParseToken("Q",(function(input,array){array[1]=3*(toInt(input)-1)})),addFormatToken("D",["DD",2],"Do","date"),addUnitAlias("date","D"),addUnitPriority("date",9),addRegexToken("D",match1to2),addRegexToken("DD",match1to2,match2),addRegexToken("Do",(function(isStrict,locale){return isStrict?locale._dayOfMonthOrdinalParse||locale._ordinalParse:locale._dayOfMonthOrdinalParseLenient})),addParseToken(["D","DD"],2),addParseToken("Do",(function(input,array){array[2]=toInt(input.match(match1to2)[0])}));var getSetDayOfMonth=makeGetSet("Date",!0);addFormatToken("DDD",["DDDD",3],"DDDo","dayOfYear"),addUnitAlias("dayOfYear","DDD"),addUnitPriority("dayOfYear",4),addRegexToken("DDD",match1to3),addRegexToken("DDDD",match3),addParseToken(["DDD","DDDD"],(function(input,array,config){config._dayOfYear=toInt(input)})),addFormatToken("m",["mm",2],0,"minute"),addUnitAlias("minute","m"),addUnitPriority("minute",14),addRegexToken("m",match1to2),addRegexToken("mm",match1to2,match2),addParseToken(["m","mm"],4);var getSetMinute=makeGetSet("Minutes",!1);addFormatToken("s",["ss",2],0,"second"),addUnitAlias("second","s"),addUnitPriority("second",15),addRegexToken("s",match1to2),addRegexToken("ss",match1to2,match2),addParseToken(["s","ss"],5);var token,getSetMillisecond,getSetSecond=makeGetSet("Seconds",!1);for(addFormatToken("S",0,0,(function(){return~~(this.millisecond()/100)})),addFormatToken(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),addFormatToken(0,["SSS",3],0,"millisecond"),addFormatToken(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),addFormatToken(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),addFormatToken(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),addFormatToken(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),addFormatToken(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),addFormatToken(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),addUnitAlias("millisecond","ms"),addUnitPriority("millisecond",16),addRegexToken("S",match1to3,match1),addRegexToken("SS",match1to3,match2),addRegexToken("SSS",match1to3,match3),token="SSSS";token.length<=9;token+="S")addRegexToken(token,matchUnsigned);function parseMs(input,array){array[6]=toInt(1e3*("0."+input))}for(token="S";token.length<=9;token+="S")addParseToken(token,parseMs);getSetMillisecond=makeGetSet("Milliseconds",!1),addFormatToken("z",0,0,"zoneAbbr"),addFormatToken("zz",0,0,"zoneName");var proto=Moment.prototype;function preParsePostFormat(string){return string}proto.add=add,proto.calendar=function(time,formats){1===arguments.length&&(isMomentInput(arguments[0])?(time=arguments[0],formats=void 0):isCalendarSpec(arguments[0])&&(formats=arguments[0],time=void 0));var now=time||createLocal(),sod=cloneWithOffset(now,this).startOf("day"),format=hooks.calendarFormat(this,sod)||"sameElse",output=formats&&(isFunction(formats[format])?formats[format].call(this,now):formats[format]);return this.format(output||this.localeData().calendar(format,this,createLocal(now)))},proto.clone=function(){return new Moment(this)},proto.diff=function(input,units,asFloat){var that,zoneDelta,output;if(!this.isValid())return NaN;if(!(that=cloneWithOffset(input,this)).isValid())return NaN;switch(zoneDelta=6e4*(that.utcOffset()-this.utcOffset()),units=normalizeUnits(units)){case"year":output=monthDiff(this,that)/12;break;case"month":output=monthDiff(this,that);break;case"quarter":output=monthDiff(this,that)/3;break;case"second":output=(this-that)/1e3;break;case"minute":output=(this-that)/6e4;break;case"hour":output=(this-that)/36e5;break;case"day":output=(this-that-zoneDelta)/864e5;break;case"week":output=(this-that-zoneDelta)/6048e5;break;default:output=this-that}return asFloat?output:absFloor(output)},proto.endOf=function(units){var time,startOfDate;if(void 0===(units=normalizeUnits(units))||"millisecond"===units||!this.isValid())return this;switch(startOfDate=this._isUTC?utcStartOfDate:localStartOfDate,units){case"year":time=startOfDate(this.year()+1,0,1)-1;break;case"quarter":time=startOfDate(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":time=startOfDate(this.year(),this.month()+1,1)-1;break;case"week":time=startOfDate(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":time=startOfDate(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":time=startOfDate(this.year(),this.month(),this.date()+1)-1;break;case"hour":time=this._d.valueOf(),time+=36e5-mod$1(time+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":time=this._d.valueOf(),time+=6e4-mod$1(time,6e4)-1;break;case"second":time=this._d.valueOf(),time+=1e3-mod$1(time,1e3)-1}return this._d.setTime(time),hooks.updateOffset(this,!0),this},proto.format=function(inputString){inputString||(inputString=this.isUtc()?hooks.defaultFormatUtc:hooks.defaultFormat);var output=formatMoment(this,inputString);return this.localeData().postformat(output)},proto.from=function(time,withoutSuffix){return this.isValid()&&(isMoment(time)&&time.isValid()||createLocal(time).isValid())?createDuration({to:this,from:time}).locale(this.locale()).humanize(!withoutSuffix):this.localeData().invalidDate()},proto.fromNow=function(withoutSuffix){return this.from(createLocal(),withoutSuffix)},proto.to=function(time,withoutSuffix){return this.isValid()&&(isMoment(time)&&time.isValid()||createLocal(time).isValid())?createDuration({from:this,to:time}).locale(this.locale()).humanize(!withoutSuffix):this.localeData().invalidDate()},proto.toNow=function(withoutSuffix){return this.to(createLocal(),withoutSuffix)},proto.get=function(units){return isFunction(this[units=normalizeUnits(units)])?this[units]():this},proto.invalidAt=function(){return getParsingFlags(this).overflow},proto.isAfter=function(input,units){var localInput=isMoment(input)?input:createLocal(input);return!(!this.isValid()||!localInput.isValid())&&("millisecond"===(units=normalizeUnits(units)||"millisecond")?this.valueOf()>localInput.valueOf():localInput.valueOf()<this.clone().startOf(units).valueOf())},proto.isBefore=function(input,units){var localInput=isMoment(input)?input:createLocal(input);return!(!this.isValid()||!localInput.isValid())&&("millisecond"===(units=normalizeUnits(units)||"millisecond")?this.valueOf()<localInput.valueOf():this.clone().endOf(units).valueOf()<localInput.valueOf())},proto.isBetween=function(from,to,units,inclusivity){var localFrom=isMoment(from)?from:createLocal(from),localTo=isMoment(to)?to:createLocal(to);return!!(this.isValid()&&localFrom.isValid()&&localTo.isValid())&&(("("===(inclusivity=inclusivity||"()")[0]?this.isAfter(localFrom,units):!this.isBefore(localFrom,units))&&(")"===inclusivity[1]?this.isBefore(localTo,units):!this.isAfter(localTo,units)))},proto.isSame=function(input,units){var inputMs,localInput=isMoment(input)?input:createLocal(input);return!(!this.isValid()||!localInput.isValid())&&("millisecond"===(units=normalizeUnits(units)||"millisecond")?this.valueOf()===localInput.valueOf():(inputMs=localInput.valueOf(),this.clone().startOf(units).valueOf()<=inputMs&&inputMs<=this.clone().endOf(units).valueOf()))},proto.isSameOrAfter=function(input,units){return this.isSame(input,units)||this.isAfter(input,units)},proto.isSameOrBefore=function(input,units){return this.isSame(input,units)||this.isBefore(input,units)},proto.isValid=function(){return isValid(this)},proto.lang=lang,proto.locale=locale,proto.localeData=localeData,proto.max=prototypeMax,proto.min=prototypeMin,proto.parsingFlags=function(){return extend({},getParsingFlags(this))},proto.set=function(units,value){if("object"==typeof units){var i,prioritized=function(unitsObj){var u,units=[];for(u in unitsObj)hasOwnProp(unitsObj,u)&&units.push({unit:u,priority:priorities[u]});return units.sort((function(a,b){return a.priority-b.priority})),units}(units=normalizeObjectUnits(units));for(i=0;i<prioritized.length;i++)this[prioritized[i].unit](units[prioritized[i].unit])}else if(isFunction(this[units=normalizeUnits(units)]))return this[units](value);return this},proto.startOf=function(units){var time,startOfDate;if(void 0===(units=normalizeUnits(units))||"millisecond"===units||!this.isValid())return this;switch(startOfDate=this._isUTC?utcStartOfDate:localStartOfDate,units){case"year":time=startOfDate(this.year(),0,1);break;case"quarter":time=startOfDate(this.year(),this.month()-this.month()%3,1);break;case"month":time=startOfDate(this.year(),this.month(),1);break;case"week":time=startOfDate(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":time=startOfDate(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":time=startOfDate(this.year(),this.month(),this.date());break;case"hour":time=this._d.valueOf(),time-=mod$1(time+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":time=this._d.valueOf(),time-=mod$1(time,6e4);break;case"second":time=this._d.valueOf(),time-=mod$1(time,1e3)}return this._d.setTime(time),hooks.updateOffset(this,!0),this},proto.subtract=subtract,proto.toArray=function(){var m=this;return[m.year(),m.month(),m.date(),m.hour(),m.minute(),m.second(),m.millisecond()]},proto.toObject=function(){var m=this;return{years:m.year(),months:m.month(),date:m.date(),hours:m.hours(),minutes:m.minutes(),seconds:m.seconds(),milliseconds:m.milliseconds()}},proto.toDate=function(){return new Date(this.valueOf())},proto.toISOString=function(keepOffset){if(!this.isValid())return null;var utc=!0!==keepOffset,m=utc?this.clone().utc():this;return m.year()<0||m.year()>9999?formatMoment(m,utc?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):isFunction(Date.prototype.toISOString)?utc?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",formatMoment(m,"Z")):formatMoment(m,utc?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},proto.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var prefix,year,suffix,func="moment",zone="";return this.isLocal()||(func=0===this.utcOffset()?"moment.utc":"moment.parseZone",zone="Z"),prefix="["+func+'("]',year=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",suffix=zone+'[")]',this.format(prefix+year+"-MM-DD[T]HH:mm:ss.SSS"+suffix)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(proto[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),proto.toJSON=function(){return this.isValid()?this.toISOString():null},proto.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},proto.unix=function(){return Math.floor(this.valueOf()/1e3)},proto.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},proto.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},proto.eraName=function(){var i,l,val,eras=this.localeData().eras();for(i=0,l=eras.length;i<l;++i){if(val=this.startOf("day").valueOf(),eras[i].since<=val&&val<=eras[i].until)return eras[i].name;if(eras[i].until<=val&&val<=eras[i].since)return eras[i].name}return""},proto.eraNarrow=function(){var i,l,val,eras=this.localeData().eras();for(i=0,l=eras.length;i<l;++i){if(val=this.startOf("day").valueOf(),eras[i].since<=val&&val<=eras[i].until)return eras[i].narrow;if(eras[i].until<=val&&val<=eras[i].since)return eras[i].narrow}return""},proto.eraAbbr=function(){var i,l,val,eras=this.localeData().eras();for(i=0,l=eras.length;i<l;++i){if(val=this.startOf("day").valueOf(),eras[i].since<=val&&val<=eras[i].until)return eras[i].abbr;if(eras[i].until<=val&&val<=eras[i].since)return eras[i].abbr}return""},proto.eraYear=function(){var i,l,dir,val,eras=this.localeData().eras();for(i=0,l=eras.length;i<l;++i)if(dir=eras[i].since<=eras[i].until?1:-1,val=this.startOf("day").valueOf(),eras[i].since<=val&&val<=eras[i].until||eras[i].until<=val&&val<=eras[i].since)return(this.year()-hooks(eras[i].since).year())*dir+eras[i].offset;return this.year()},proto.year=getSetYear,proto.isLeapYear=function(){return isLeapYear(this.year())},proto.weekYear=function(input){return getSetWeekYearHelper.call(this,input,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},proto.isoWeekYear=function(input){return getSetWeekYearHelper.call(this,input,this.isoWeek(),this.isoWeekday(),1,4)},proto.quarter=proto.quarters=function(input){return null==input?Math.ceil((this.month()+1)/3):this.month(3*(input-1)+this.month()%3)},proto.month=getSetMonth,proto.daysInMonth=function(){return daysInMonth(this.year(),this.month())},proto.week=proto.weeks=function(input){var week=this.localeData().week(this);return null==input?week:this.add(7*(input-week),"d")},proto.isoWeek=proto.isoWeeks=function(input){var week=weekOfYear(this,1,4).week;return null==input?week:this.add(7*(input-week),"d")},proto.weeksInYear=function(){var weekInfo=this.localeData()._week;return weeksInYear(this.year(),weekInfo.dow,weekInfo.doy)},proto.weeksInWeekYear=function(){var weekInfo=this.localeData()._week;return weeksInYear(this.weekYear(),weekInfo.dow,weekInfo.doy)},proto.isoWeeksInYear=function(){return weeksInYear(this.year(),1,4)},proto.isoWeeksInISOWeekYear=function(){return weeksInYear(this.isoWeekYear(),1,4)},proto.date=getSetDayOfMonth,proto.day=proto.days=function(input){if(!this.isValid())return null!=input?this:NaN;var day=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=input?(input=function(input,locale){return"string"!=typeof input?input:isNaN(input)?"number"==typeof(input=locale.weekdaysParse(input))?input:null:parseInt(input,10)}(input,this.localeData()),this.add(input-day,"d")):day},proto.weekday=function(input){if(!this.isValid())return null!=input?this:NaN;var weekday=(this.day()+7-this.localeData()._week.dow)%7;return null==input?weekday:this.add(input-weekday,"d")},proto.isoWeekday=function(input){if(!this.isValid())return null!=input?this:NaN;if(null!=input){var weekday=function(input,locale){return"string"==typeof input?locale.weekdaysParse(input)%7||7:isNaN(input)?null:input}(input,this.localeData());return this.day(this.day()%7?weekday:weekday-7)}return this.day()||7},proto.dayOfYear=function(input){var dayOfYear=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==input?dayOfYear:this.add(input-dayOfYear,"d")},proto.hour=proto.hours=getSetHour,proto.minute=proto.minutes=getSetMinute,proto.second=proto.seconds=getSetSecond,proto.millisecond=proto.milliseconds=getSetMillisecond,proto.utcOffset=function(input,keepLocalTime,keepMinutes){var localAdjust,offset=this._offset||0;if(!this.isValid())return null!=input?this:NaN;if(null!=input){if("string"==typeof input){if(null===(input=offsetFromString(matchShortOffset,input)))return this}else Math.abs(input)<16&&!keepMinutes&&(input*=60);return!this._isUTC&&keepLocalTime&&(localAdjust=getDateOffset(this)),this._offset=input,this._isUTC=!0,null!=localAdjust&&this.add(localAdjust,"m"),offset!==input&&(!keepLocalTime||this._changeInProgress?addSubtract(this,createDuration(input-offset,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,hooks.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?offset:getDateOffset(this)},proto.utc=function(keepLocalTime){return this.utcOffset(0,keepLocalTime)},proto.local=function(keepLocalTime){return this._isUTC&&(this.utcOffset(0,keepLocalTime),this._isUTC=!1,keepLocalTime&&this.subtract(getDateOffset(this),"m")),this},proto.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var tZone=offsetFromString(matchOffset,this._i);null!=tZone?this.utcOffset(tZone):this.utcOffset(0,!0)}return this},proto.hasAlignedHourOffset=function(input){return!!this.isValid()&&(input=input?createLocal(input).utcOffset():0,(this.utcOffset()-input)%60==0)},proto.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},proto.isLocal=function(){return!!this.isValid()&&!this._isUTC},proto.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},proto.isUtc=isUtc,proto.isUTC=isUtc,proto.zoneAbbr=function(){return this._isUTC?"UTC":""},proto.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},proto.dates=deprecate("dates accessor is deprecated. Use date instead.",getSetDayOfMonth),proto.months=deprecate("months accessor is deprecated. Use month instead",getSetMonth),proto.years=deprecate("years accessor is deprecated. Use year instead",getSetYear),proto.zone=deprecate("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(input,keepLocalTime){return null!=input?("string"!=typeof input&&(input=-input),this.utcOffset(input,keepLocalTime),this):-this.utcOffset()})),proto.isDSTShifted=deprecate("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!isUndefined(this._isDSTShifted))return this._isDSTShifted;var other,c={};return copyConfig(c,this),(c=prepareConfig(c))._a?(other=c._isUTC?createUTC(c._a):createLocal(c._a),this._isDSTShifted=this.isValid()&&function(array1,array2,dontConvert){var i,len=Math.min(array1.length,array2.length),lengthDiff=Math.abs(array1.length-array2.length),diffs=0;for(i=0;i<len;i++)(dontConvert&&array1[i]!==array2[i]||!dontConvert&&toInt(array1[i])!==toInt(array2[i]))&&diffs++;return diffs+lengthDiff}(c._a,other.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var proto$1=Locale.prototype;function get$1(format,index,field,setter){var locale=getLocale(),utc=createUTC().set(setter,index);return locale[field](utc,format)}function listMonthsImpl(format,index,field){if(isNumber(format)&&(index=format,format=void 0),format=format||"",null!=index)return get$1(format,index,field,"month");var i,out=[];for(i=0;i<12;i++)out[i]=get$1(format,i,field,"month");return out}function listWeekdaysImpl(localeSorted,format,index,field){"boolean"==typeof localeSorted?(isNumber(format)&&(index=format,format=void 0),format=format||""):(index=format=localeSorted,localeSorted=!1,isNumber(format)&&(index=format,format=void 0),format=format||"");var i,locale=getLocale(),shift=localeSorted?locale._week.dow:0,out=[];if(null!=index)return get$1(format,(index+shift)%7,field,"day");for(i=0;i<7;i++)out[i]=get$1(format,(i+shift)%7,field,"day");return out}proto$1.calendar=function(key,mom,now){var output=this._calendar[key]||this._calendar.sameElse;return isFunction(output)?output.call(mom,now):output},proto$1.longDateFormat=function(key){var format=this._longDateFormat[key],formatUpper=this._longDateFormat[key.toUpperCase()];return format||!formatUpper?format:(this._longDateFormat[key]=formatUpper.match(formattingTokens).map((function(tok){return"MMMM"===tok||"MM"===tok||"DD"===tok||"dddd"===tok?tok.slice(1):tok})).join(""),this._longDateFormat[key])},proto$1.invalidDate=function(){return this._invalidDate},proto$1.ordinal=function(number){return this._ordinal.replace("%d",number)},proto$1.preparse=preParsePostFormat,proto$1.postformat=preParsePostFormat,proto$1.relativeTime=function(number,withoutSuffix,string,isFuture){var output=this._relativeTime[string];return isFunction(output)?output(number,withoutSuffix,string,isFuture):output.replace(/%d/i,number)},proto$1.pastFuture=function(diff,output){var format=this._relativeTime[diff>0?"future":"past"];return isFunction(format)?format(output):format.replace(/%s/i,output)},proto$1.set=function(config){var prop,i;for(i in config)hasOwnProp(config,i)&&(isFunction(prop=config[i])?this[i]=prop:this["_"+i]=prop);this._config=config,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},proto$1.eras=function(m,format){var i,l,date,eras=this._eras||getLocale("en")._eras;for(i=0,l=eras.length;i<l;++i){switch(typeof eras[i].since){case"string":date=hooks(eras[i].since).startOf("day"),eras[i].since=date.valueOf()}switch(typeof eras[i].until){case"undefined":eras[i].until=1/0;break;case"string":date=hooks(eras[i].until).startOf("day").valueOf(),eras[i].until=date.valueOf()}}return eras},proto$1.erasParse=function(eraName,format,strict){var i,l,name,abbr,narrow,eras=this.eras();for(eraName=eraName.toUpperCase(),i=0,l=eras.length;i<l;++i)if(name=eras[i].name.toUpperCase(),abbr=eras[i].abbr.toUpperCase(),narrow=eras[i].narrow.toUpperCase(),strict)switch(format){case"N":case"NN":case"NNN":if(abbr===eraName)return eras[i];break;case"NNNN":if(name===eraName)return eras[i];break;case"NNNNN":if(narrow===eraName)return eras[i]}else if([name,abbr,narrow].indexOf(eraName)>=0)return eras[i]},proto$1.erasConvertYear=function(era,year){var dir=era.since<=era.until?1:-1;return void 0===year?hooks(era.since).year():hooks(era.since).year()+(year-era.offset)*dir},proto$1.erasAbbrRegex=function(isStrict){return hasOwnProp(this,"_erasAbbrRegex")||computeErasParse.call(this),isStrict?this._erasAbbrRegex:this._erasRegex},proto$1.erasNameRegex=function(isStrict){return hasOwnProp(this,"_erasNameRegex")||computeErasParse.call(this),isStrict?this._erasNameRegex:this._erasRegex},proto$1.erasNarrowRegex=function(isStrict){return hasOwnProp(this,"_erasNarrowRegex")||computeErasParse.call(this),isStrict?this._erasNarrowRegex:this._erasRegex},proto$1.months=function(m,format){return m?isArray(this._months)?this._months[m.month()]:this._months[(this._months.isFormat||MONTHS_IN_FORMAT).test(format)?"format":"standalone"][m.month()]:isArray(this._months)?this._months:this._months.standalone},proto$1.monthsShort=function(m,format){return m?isArray(this._monthsShort)?this._monthsShort[m.month()]:this._monthsShort[MONTHS_IN_FORMAT.test(format)?"format":"standalone"][m.month()]:isArray(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},proto$1.monthsParse=function(monthName,format,strict){var i,mom,regex;if(this._monthsParseExact)return handleStrictParse.call(this,monthName,format,strict);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(mom=createUTC([2e3,i]),strict&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(mom,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(mom,"").replace(".","")+"$","i")),strict||this._monthsParse[i]||(regex="^"+this.months(mom,"")+"|^"+this.monthsShort(mom,""),this._monthsParse[i]=new RegExp(regex.replace(".",""),"i")),strict&&"MMMM"===format&&this._longMonthsParse[i].test(monthName))return i;if(strict&&"MMM"===format&&this._shortMonthsParse[i].test(monthName))return i;if(!strict&&this._monthsParse[i].test(monthName))return i}},proto$1.monthsRegex=function(isStrict){return this._monthsParseExact?(hasOwnProp(this,"_monthsRegex")||computeMonthsParse.call(this),isStrict?this._monthsStrictRegex:this._monthsRegex):(hasOwnProp(this,"_monthsRegex")||(this._monthsRegex=defaultMonthsRegex),this._monthsStrictRegex&&isStrict?this._monthsStrictRegex:this._monthsRegex)},proto$1.monthsShortRegex=function(isStrict){return this._monthsParseExact?(hasOwnProp(this,"_monthsRegex")||computeMonthsParse.call(this),isStrict?this._monthsShortStrictRegex:this._monthsShortRegex):(hasOwnProp(this,"_monthsShortRegex")||(this._monthsShortRegex=defaultMonthsShortRegex),this._monthsShortStrictRegex&&isStrict?this._monthsShortStrictRegex:this._monthsShortRegex)},proto$1.week=function(mom){return weekOfYear(mom,this._week.dow,this._week.doy).week},proto$1.firstDayOfYear=function(){return this._week.doy},proto$1.firstDayOfWeek=function(){return this._week.dow},proto$1.weekdays=function(m,format){var weekdays=isArray(this._weekdays)?this._weekdays:this._weekdays[m&&!0!==m&&this._weekdays.isFormat.test(format)?"format":"standalone"];return!0===m?shiftWeekdays(weekdays,this._week.dow):m?weekdays[m.day()]:weekdays},proto$1.weekdaysMin=function(m){return!0===m?shiftWeekdays(this._weekdaysMin,this._week.dow):m?this._weekdaysMin[m.day()]:this._weekdaysMin},proto$1.weekdaysShort=function(m){return!0===m?shiftWeekdays(this._weekdaysShort,this._week.dow):m?this._weekdaysShort[m.day()]:this._weekdaysShort},proto$1.weekdaysParse=function(weekdayName,format,strict){var i,mom,regex;if(this._weekdaysParseExact)return handleStrictParse$1.call(this,weekdayName,format,strict);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(mom=createUTC([2e3,1]).day(i),strict&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(mom,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(mom,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(mom,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[i]||(regex="^"+this.weekdays(mom,"")+"|^"+this.weekdaysShort(mom,"")+"|^"+this.weekdaysMin(mom,""),this._weekdaysParse[i]=new RegExp(regex.replace(".",""),"i")),strict&&"dddd"===format&&this._fullWeekdaysParse[i].test(weekdayName))return i;if(strict&&"ddd"===format&&this._shortWeekdaysParse[i].test(weekdayName))return i;if(strict&&"dd"===format&&this._minWeekdaysParse[i].test(weekdayName))return i;if(!strict&&this._weekdaysParse[i].test(weekdayName))return i}},proto$1.weekdaysRegex=function(isStrict){return this._weekdaysParseExact?(hasOwnProp(this,"_weekdaysRegex")||computeWeekdaysParse.call(this),isStrict?this._weekdaysStrictRegex:this._weekdaysRegex):(hasOwnProp(this,"_weekdaysRegex")||(this._weekdaysRegex=defaultWeekdaysRegex),this._weekdaysStrictRegex&&isStrict?this._weekdaysStrictRegex:this._weekdaysRegex)},proto$1.weekdaysShortRegex=function(isStrict){return this._weekdaysParseExact?(hasOwnProp(this,"_weekdaysRegex")||computeWeekdaysParse.call(this),isStrict?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(hasOwnProp(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=defaultWeekdaysShortRegex),this._weekdaysShortStrictRegex&&isStrict?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},proto$1.weekdaysMinRegex=function(isStrict){return this._weekdaysParseExact?(hasOwnProp(this,"_weekdaysRegex")||computeWeekdaysParse.call(this),isStrict?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(hasOwnProp(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=defaultWeekdaysMinRegex),this._weekdaysMinStrictRegex&&isStrict?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},proto$1.isPM=function(input){return"p"===(input+"").toLowerCase().charAt(0)},proto$1.meridiem=function(hours,minutes,isLower){return hours>11?isLower?"pm":"PM":isLower?"am":"AM"},getSetGlobalLocale("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(number){var b=number%10;return number+(1===toInt(number%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th")}}),hooks.lang=deprecate("moment.lang is deprecated. Use moment.locale instead.",getSetGlobalLocale),hooks.langData=deprecate("moment.langData is deprecated. Use moment.localeData instead.",getLocale);var mathAbs=Math.abs;function addSubtract$1(duration,input,value,direction){var other=createDuration(input,value);return duration._milliseconds+=direction*other._milliseconds,duration._days+=direction*other._days,duration._months+=direction*other._months,duration._bubble()}function absCeil(number){return number<0?Math.floor(number):Math.ceil(number)}function daysToMonths(days){return 4800*days/146097}function monthsToDays(months){return 146097*months/4800}function makeAs(alias){return function(){return this.as(alias)}}var asMilliseconds=makeAs("ms"),asSeconds=makeAs("s"),asMinutes=makeAs("m"),asHours=makeAs("h"),asDays=makeAs("d"),asWeeks=makeAs("w"),asMonths=makeAs("M"),asQuarters=makeAs("Q"),asYears=makeAs("y");function makeGetter(name){return function(){return this.isValid()?this._data[name]:NaN}}var milliseconds=makeGetter("milliseconds"),seconds=makeGetter("seconds"),minutes=makeGetter("minutes"),hours=makeGetter("hours"),days=makeGetter("days"),months=makeGetter("months"),years=makeGetter("years"),round=Math.round,thresholds={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function substituteTimeAgo(string,number,withoutSuffix,isFuture,locale){return locale.relativeTime(number||1,!!withoutSuffix,string,isFuture)}var abs$1=Math.abs;function sign(x){return(x>0)-(x<0)||+x}function toISOString$1(){if(!this.isValid())return this.localeData().invalidDate();var minutes,hours,years,s,totalSign,ymSign,daysSign,hmsSign,seconds=abs$1(this._milliseconds)/1e3,days=abs$1(this._days),months=abs$1(this._months),total=this.asSeconds();return total?(minutes=absFloor(seconds/60),hours=absFloor(minutes/60),seconds%=60,minutes%=60,years=absFloor(months/12),months%=12,s=seconds?seconds.toFixed(3).replace(/\.?0+$/,""):"",totalSign=total<0?"-":"",ymSign=sign(this._months)!==sign(total)?"-":"",daysSign=sign(this._days)!==sign(total)?"-":"",hmsSign=sign(this._milliseconds)!==sign(total)?"-":"",totalSign+"P"+(years?ymSign+years+"Y":"")+(months?ymSign+months+"M":"")+(days?daysSign+days+"D":"")+(hours||minutes||seconds?"T":"")+(hours?hmsSign+hours+"H":"")+(minutes?hmsSign+minutes+"M":"")+(seconds?hmsSign+s+"S":"")):"P0D"}var proto$2=Duration.prototype;return proto$2.isValid=function(){return this._isValid},proto$2.abs=function(){var data=this._data;return this._milliseconds=mathAbs(this._milliseconds),this._days=mathAbs(this._days),this._months=mathAbs(this._months),data.milliseconds=mathAbs(data.milliseconds),data.seconds=mathAbs(data.seconds),data.minutes=mathAbs(data.minutes),data.hours=mathAbs(data.hours),data.months=mathAbs(data.months),data.years=mathAbs(data.years),this},proto$2.add=function(input,value){return addSubtract$1(this,input,value,1)},proto$2.subtract=function(input,value){return addSubtract$1(this,input,value,-1)},proto$2.as=function(units){if(!this.isValid())return NaN;var days,months,milliseconds=this._milliseconds;if("month"===(units=normalizeUnits(units))||"quarter"===units||"year"===units)switch(days=this._days+milliseconds/864e5,months=this._months+daysToMonths(days),units){case"month":return months;case"quarter":return months/3;case"year":return months/12}else switch(days=this._days+Math.round(monthsToDays(this._months)),units){case"week":return days/7+milliseconds/6048e5;case"day":return days+milliseconds/864e5;case"hour":return 24*days+milliseconds/36e5;case"minute":return 1440*days+milliseconds/6e4;case"second":return 86400*days+milliseconds/1e3;case"millisecond":return Math.floor(864e5*days)+milliseconds;default:throw new Error("Unknown unit "+units)}},proto$2.asMilliseconds=asMilliseconds,proto$2.asSeconds=asSeconds,proto$2.asMinutes=asMinutes,proto$2.asHours=asHours,proto$2.asDays=asDays,proto$2.asWeeks=asWeeks,proto$2.asMonths=asMonths,proto$2.asQuarters=asQuarters,proto$2.asYears=asYears,proto$2.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*toInt(this._months/12):NaN},proto$2._bubble=function(){var seconds,minutes,hours,years,monthsFromDays,milliseconds=this._milliseconds,days=this._days,months=this._months,data=this._data;return milliseconds>=0&&days>=0&&months>=0||milliseconds<=0&&days<=0&&months<=0||(milliseconds+=864e5*absCeil(monthsToDays(months)+days),days=0,months=0),data.milliseconds=milliseconds%1e3,seconds=absFloor(milliseconds/1e3),data.seconds=seconds%60,minutes=absFloor(seconds/60),data.minutes=minutes%60,hours=absFloor(minutes/60),data.hours=hours%24,days+=absFloor(hours/24),monthsFromDays=absFloor(daysToMonths(days)),months+=monthsFromDays,days-=absCeil(monthsToDays(monthsFromDays)),years=absFloor(months/12),months%=12,data.days=days,data.months=months,data.years=years,this},proto$2.clone=function(){return createDuration(this)},proto$2.get=function(units){return units=normalizeUnits(units),this.isValid()?this[units+"s"]():NaN},proto$2.milliseconds=milliseconds,proto$2.seconds=seconds,proto$2.minutes=minutes,proto$2.hours=hours,proto$2.days=days,proto$2.weeks=function(){return absFloor(this.days()/7)},proto$2.months=months,proto$2.years=years,proto$2.humanize=function(argWithSuffix,argThresholds){if(!this.isValid())return this.localeData().invalidDate();var locale,output,withSuffix=!1,th=thresholds;return"object"==typeof argWithSuffix&&(argThresholds=argWithSuffix,argWithSuffix=!1),"boolean"==typeof argWithSuffix&&(withSuffix=argWithSuffix),"object"==typeof argThresholds&&(th=Object.assign({},thresholds,argThresholds),null!=argThresholds.s&&null==argThresholds.ss&&(th.ss=argThresholds.s-1)),locale=this.localeData(),output=function(posNegDuration,withoutSuffix,thresholds,locale){var duration=createDuration(posNegDuration).abs(),seconds=round(duration.as("s")),minutes=round(duration.as("m")),hours=round(duration.as("h")),days=round(duration.as("d")),months=round(duration.as("M")),weeks=round(duration.as("w")),years=round(duration.as("y")),a=seconds<=thresholds.ss&&["s",seconds]||seconds<thresholds.s&&["ss",seconds]||minutes<=1&&["m"]||minutes<thresholds.m&&["mm",minutes]||hours<=1&&["h"]||hours<thresholds.h&&["hh",hours]||days<=1&&["d"]||days<thresholds.d&&["dd",days];return null!=thresholds.w&&(a=a||weeks<=1&&["w"]||weeks<thresholds.w&&["ww",weeks]),(a=a||months<=1&&["M"]||months<thresholds.M&&["MM",months]||years<=1&&["y"]||["yy",years])[2]=withoutSuffix,a[3]=+posNegDuration>0,a[4]=locale,substituteTimeAgo.apply(null,a)}(this,!withSuffix,th,locale),withSuffix&&(output=locale.pastFuture(+this,output)),locale.postformat(output)},proto$2.toISOString=toISOString$1,proto$2.toString=toISOString$1,proto$2.toJSON=toISOString$1,proto$2.locale=locale,proto$2.localeData=localeData,proto$2.toIsoString=deprecate("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",toISOString$1),proto$2.lang=lang,addFormatToken("X",0,0,"unix"),addFormatToken("x",0,0,"valueOf"),addRegexToken("x",matchSigned),addRegexToken("X",/[+-]?\d+(\.\d{1,3})?/),addParseToken("X",(function(input,array,config){config._d=new Date(1e3*parseFloat(input))})),addParseToken("x",(function(input,array,config){config._d=new Date(toInt(input))})),hooks.version="2.26.0",hookCallback=createLocal,hooks.fn=proto,hooks.min=function(){var args=[].slice.call(arguments,0);return pickBy("isBefore",args)},hooks.max=function(){var args=[].slice.call(arguments,0);return pickBy("isAfter",args)},hooks.now=function(){return Date.now?Date.now():+new Date},hooks.utc=createUTC,hooks.unix=function(input){return createLocal(1e3*input)},hooks.months=function(format,index){return listMonthsImpl(format,index,"months")},hooks.isDate=isDate,hooks.locale=getSetGlobalLocale,hooks.invalid=createInvalid,hooks.duration=createDuration,hooks.isMoment=isMoment,hooks.weekdays=function(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,"weekdays")},hooks.parseZone=function(){return createLocal.apply(null,arguments).parseZone()},hooks.localeData=getLocale,hooks.isDuration=isDuration,hooks.monthsShort=function(format,index){return listMonthsImpl(format,index,"monthsShort")},hooks.weekdaysMin=function(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,"weekdaysMin")},hooks.defineLocale=defineLocale,hooks.updateLocale=function(name,config){if(null!=config){var locale,tmpLocale,parentConfig=baseConfig;null!=locales[name]&&null!=locales[name].parentLocale?locales[name].set(mergeConfigs(locales[name]._config,config)):(null!=(tmpLocale=loadLocale(name))&&(parentConfig=tmpLocale._config),config=mergeConfigs(parentConfig,config),null==tmpLocale&&(config.abbr=name),(locale=new Locale(config)).parentLocale=locales[name],locales[name]=locale),getSetGlobalLocale(name)}else null!=locales[name]&&(null!=locales[name].parentLocale?(locales[name]=locales[name].parentLocale,name===getSetGlobalLocale()&&getSetGlobalLocale(name)):null!=locales[name]&&delete locales[name]);return locales[name]},hooks.locales=function(){return keys(locales)},hooks.weekdaysShort=function(localeSorted,format,index){return listWeekdaysImpl(localeSorted,format,index,"weekdaysShort")},hooks.normalizeUnits=normalizeUnits,hooks.relativeTimeRounding=function(roundingFunction){return void 0===roundingFunction?round:"function"==typeof roundingFunction&&(round=roundingFunction,!0)},hooks.relativeTimeThreshold=function(threshold,limit){return void 0!==thresholds[threshold]&&(void 0===limit?thresholds[threshold]:(thresholds[threshold]=limit,"s"===threshold&&(thresholds.ss=limit-1),!0))},hooks.calendarFormat=function(myMoment,now){var diff=myMoment.diff(now,"days",!0);return diff<-6?"sameElse":diff<-1?"lastWeek":diff<0?"lastDay":diff<1?"sameDay":diff<2?"nextDay":diff<7?"nextWeek":"sameElse"},hooks.prototype=proto,hooks.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},hooks}()}).call(this,__webpack_require__(183)(module))},function(module,exports,__webpack_require__){module.exports=__webpack_require__(451)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(457)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(473)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(476)},function(module,__webpack_exports__,__webpack_require__){"use strict";function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function _objectSpread2(target){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?ownKeys(Object(source),!0).forEach((function(key){_defineProperty(target,key,source[key])})):Object.getOwnPropertyDescriptors?Object.defineProperties(target,Object.getOwnPropertyDescriptors(source)):ownKeys(Object(source)).forEach((function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key))}))}return target}function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if("undefined"==typeof Symbol||null==o[Symbol.iterator]){if(Array.isArray(o)||(it=function(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0;return function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(it=o[Symbol.iterator]()).next.bind(it)}__webpack_require__.d(__webpack_exports__,"a",(function(){return _objectWithoutPropertiesLoose})),__webpack_require__.d(__webpack_exports__,"b",(function(){return _objectSpread2})),__webpack_require__.d(__webpack_exports__,"c",(function(){return _createForOfIteratorHelperLoose}))},function(module,exports,__webpack_require__){var _Object$defineProperty=__webpack_require__(215);module.exports=function(obj,key,value){return key in obj?_Object$defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(480)},function(module,exports,__webpack_require__){var _=__webpack_require__(627).runInContext();module.exports=__webpack_require__(628)(_,_)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(452)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(454)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(478)},,,function(module,exports,__webpack_require__){module.exports=__webpack_require__(544)},,function(module,exports,__webpack_require__){module.exports=__webpack_require__(604)},function(module,exports,__webpack_require__){var arrayWithHoles=__webpack_require__(525),iterableToArrayLimit=__webpack_require__(526),unsupportedIterableToArray=__webpack_require__(227),nonIterableRest=__webpack_require__(530);module.exports=function(arr,i){return arrayWithHoles(arr)||iterableToArrayLimit(arr,i)||unsupportedIterableToArray(arr,i)||nonIterableRest()}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(485)},function(module,exports,__webpack_require__){"use strict";var global=__webpack_require__(43),getOwnPropertyDescriptor=__webpack_require__(118).f,isForced=__webpack_require__(203),path=__webpack_require__(36),bind=__webpack_require__(119),hide=__webpack_require__(69),has=__webpack_require__(76),wrapConstructor=function(NativeConstructor){var Wrapper=function(a,b,c){if(this instanceof NativeConstructor){switch(arguments.length){case 0:return new NativeConstructor;case 1:return new NativeConstructor(a);case 2:return new NativeConstructor(a,b)}return new NativeConstructor(a,b,c)}return NativeConstructor.apply(this,arguments)};return Wrapper.prototype=NativeConstructor.prototype,Wrapper};module.exports=function(options,source){var USE_NATIVE,VIRTUAL_PROTOTYPE,key,sourceProperty,targetProperty,nativeProperty,resultProperty,descriptor,TARGET=options.target,GLOBAL=options.global,STATIC=options.stat,PROTO=options.proto,nativeSource=GLOBAL?global:STATIC?global[TARGET]:(global[TARGET]||{}).prototype,target=GLOBAL?path:path[TARGET]||(path[TARGET]={}),targetPrototype=target.prototype;for(key in source)USE_NATIVE=!isForced(GLOBAL?key:TARGET+(STATIC?".":"#")+key,options.forced)&&nativeSource&&has(nativeSource,key),targetProperty=target[key],USE_NATIVE&&(nativeProperty=options.noTargetGet?(descriptor=getOwnPropertyDescriptor(nativeSource,key))&&descriptor.value:nativeSource[key]),sourceProperty=USE_NATIVE&&nativeProperty?nativeProperty:source[key],USE_NATIVE&&typeof targetProperty==typeof sourceProperty||(resultProperty=options.bind&&USE_NATIVE?bind(sourceProperty,global):options.wrap&&USE_NATIVE?wrapConstructor(sourceProperty):PROTO&&"function"==typeof sourceProperty?bind(Function.call,sourceProperty):sourceProperty,(options.sham||sourceProperty&&sourceProperty.sham||targetProperty&&targetProperty.sham)&&hide(resultProperty,"sham",!0),target[key]=resultProperty,PROTO&&(has(path,VIRTUAL_PROTOTYPE=TARGET+"Prototype")||hide(path,VIRTUAL_PROTOTYPE,{}),path[VIRTUAL_PROTOTYPE][key]=sourceProperty,options.real&&targetPrototype&&!targetPrototype[key]&&hide(targetPrototype,key,sourceProperty)))}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(656)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(571)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(599)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(585)},function(module,exports){module.exports={}},function(module,__webpack_exports__,__webpack_require__){"use strict";function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}__webpack_require__.d(__webpack_exports__,"a",(function(){return _objectWithoutPropertiesLoose}))},function(module,exports,__webpack_require__){var arrayWithoutHoles=__webpack_require__(488),iterableToArray=__webpack_require__(491),unsupportedIterableToArray=__webpack_require__(227),nonIterableSpread=__webpack_require__(524);module.exports=function(arr){return arrayWithoutHoles(arr)||iterableToArray(arr)||unsupportedIterableToArray(arr)||nonIterableSpread()}},function(module,exports,__webpack_require__){var global=__webpack_require__(43),shared=__webpack_require__(143),uid=__webpack_require__(173),NATIVE_SYMBOL=__webpack_require__(210),Symbol=global.Symbol,store=shared("wks");module.exports=function(name){return store[name]||(store[name]=NATIVE_SYMBOL&&Symbol[name]||(NATIVE_SYMBOL?Symbol:uid)("Symbol."+name))}},function(module,exports){module.exports=function(self){if(void 0===self)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return self}},function(module,exports,__webpack_require__){var _Object$assign=__webpack_require__(531);function _extends(){return module.exports=_extends=_Object$assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source)Object.prototype.hasOwnProperty.call(source,key)&&(target[key]=source[key])}return target},_extends.apply(this,arguments)}module.exports=_extends},,function(module,exports,__webpack_require__){(function(global){var O="object",check=function(it){return it&&it.Math==Math&&it};module.exports=check(typeof globalThis==O&&globalThis)||check(typeof window==O&&window)||check(typeof self==O&&self)||check(typeof global==O&&global)||Function("return this")()}).call(this,__webpack_require__(54))},function(module,exports,__webpack_require__){var path=__webpack_require__(36),has=__webpack_require__(76),wrappedWellKnownSymbolModule=__webpack_require__(178),defineProperty=__webpack_require__(82).f;module.exports=function(NAME){var Symbol=path.Symbol||(path.Symbol={});has(Symbol,NAME)||defineProperty(Symbol,NAME,{value:wrappedWellKnownSymbolModule.f(NAME)})}},function(module,__webpack_exports__,__webpack_require__){"use strict";function getDocument(element){return element?element.ownerDocument||element:window.document}__webpack_require__.d(__webpack_exports__,"a",(function(){return getDocument}))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useLiveRef}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),_useIsomorphicEffect_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(65);function useLiveRef(value){var ref=Object(react__WEBPACK_IMPORTED_MODULE_0__.useRef)(value);return Object(_useIsomorphicEffect_js__WEBPACK_IMPORTED_MODULE_1__.a)((function(){ref.current=value})),ref}},function(module,exports){module.exports=function(exec){try{return!!exec()}catch(error){return!0}}},function(module,exports,__webpack_require__){var __WEBPACK_AMD_DEFINE_RESULT__;!function(Math){var trimLeft=/^\s+/,trimRight=/\s+$/,tinyCounter=0,mathRound=Math.round,mathMin=Math.min,mathMax=Math.max,mathRandom=Math.random;function tinycolor(color,opts){if(opts=opts||{},(color=color||"")instanceof tinycolor)return color;if(!(this instanceof tinycolor))return new tinycolor(color,opts);var rgb=function(color){var rgb={r:0,g:0,b:0},a=1,s=null,v=null,l=null,ok=!1,format=!1;"string"==typeof color&&(color=function(color){color=color.replace(trimLeft,"").replace(trimRight,"").toLowerCase();var match,named=!1;if(names[color])color=names[color],named=!0;else if("transparent"==color)return{r:0,g:0,b:0,a:0,format:"name"};if(match=matchers.rgb.exec(color))return{r:match[1],g:match[2],b:match[3]};if(match=matchers.rgba.exec(color))return{r:match[1],g:match[2],b:match[3],a:match[4]};if(match=matchers.hsl.exec(color))return{h:match[1],s:match[2],l:match[3]};if(match=matchers.hsla.exec(color))return{h:match[1],s:match[2],l:match[3],a:match[4]};if(match=matchers.hsv.exec(color))return{h:match[1],s:match[2],v:match[3]};if(match=matchers.hsva.exec(color))return{h:match[1],s:match[2],v:match[3],a:match[4]};if(match=matchers.hex8.exec(color))return{r:parseIntFromHex(match[1]),g:parseIntFromHex(match[2]),b:parseIntFromHex(match[3]),a:convertHexToDecimal(match[4]),format:named?"name":"hex8"};if(match=matchers.hex6.exec(color))return{r:parseIntFromHex(match[1]),g:parseIntFromHex(match[2]),b:parseIntFromHex(match[3]),format:named?"name":"hex"};if(match=matchers.hex4.exec(color))return{r:parseIntFromHex(match[1]+""+match[1]),g:parseIntFromHex(match[2]+""+match[2]),b:parseIntFromHex(match[3]+""+match[3]),a:convertHexToDecimal(match[4]+""+match[4]),format:named?"name":"hex8"};if(match=matchers.hex3.exec(color))return{r:parseIntFromHex(match[1]+""+match[1]),g:parseIntFromHex(match[2]+""+match[2]),b:parseIntFromHex(match[3]+""+match[3]),format:named?"name":"hex"};return!1}(color));"object"==typeof color&&(isValidCSSUnit(color.r)&&isValidCSSUnit(color.g)&&isValidCSSUnit(color.b)?(r=color.r,g=color.g,b=color.b,rgb={r:255*bound01(r,255),g:255*bound01(g,255),b:255*bound01(b,255)},ok=!0,format="%"===String(color.r).substr(-1)?"prgb":"rgb"):isValidCSSUnit(color.h)&&isValidCSSUnit(color.s)&&isValidCSSUnit(color.v)?(s=convertToPercentage(color.s),v=convertToPercentage(color.v),rgb=function(h,s,v){h=6*bound01(h,360),s=bound01(s,100),v=bound01(v,100);var i=Math.floor(h),f=h-i,p=v*(1-s),q=v*(1-f*s),t=v*(1-(1-f)*s),mod=i%6;return{r:255*[v,q,p,p,t,v][mod],g:255*[t,v,v,q,p,p][mod],b:255*[p,p,t,v,v,q][mod]}}(color.h,s,v),ok=!0,format="hsv"):isValidCSSUnit(color.h)&&isValidCSSUnit(color.s)&&isValidCSSUnit(color.l)&&(s=convertToPercentage(color.s),l=convertToPercentage(color.l),rgb=function(h,s,l){var r,g,b;function hue2rgb(p,q,t){return t<0&&(t+=1),t>1&&(t-=1),t<1/6?p+6*(q-p)*t:t<.5?q:t<2/3?p+(q-p)*(2/3-t)*6:p}if(h=bound01(h,360),s=bound01(s,100),l=bound01(l,100),0===s)r=g=b=l;else{var q=l<.5?l*(1+s):l+s-l*s,p=2*l-q;r=hue2rgb(p,q,h+1/3),g=hue2rgb(p,q,h),b=hue2rgb(p,q,h-1/3)}return{r:255*r,g:255*g,b:255*b}}(color.h,s,l),ok=!0,format="hsl"),color.hasOwnProperty("a")&&(a=color.a));var r,g,b;return a=boundAlpha(a),{ok:ok,format:color.format||format,r:mathMin(255,mathMax(rgb.r,0)),g:mathMin(255,mathMax(rgb.g,0)),b:mathMin(255,mathMax(rgb.b,0)),a:a}}(color);this._originalInput=color,this._r=rgb.r,this._g=rgb.g,this._b=rgb.b,this._a=rgb.a,this._roundA=mathRound(100*this._a)/100,this._format=opts.format||rgb.format,this._gradientType=opts.gradientType,this._r<1&&(this._r=mathRound(this._r)),this._g<1&&(this._g=mathRound(this._g)),this._b<1&&(this._b=mathRound(this._b)),this._ok=rgb.ok,this._tc_id=tinyCounter++}function rgbToHsl(r,g,b){r=bound01(r,255),g=bound01(g,255),b=bound01(b,255);var h,s,max=mathMax(r,g,b),min=mathMin(r,g,b),l=(max+min)/2;if(max==min)h=s=0;else{var d=max-min;switch(s=l>.5?d/(2-max-min):d/(max+min),max){case r:h=(g-b)/d+(g<b?6:0);break;case g:h=(b-r)/d+2;break;case b:h=(r-g)/d+4}h/=6}return{h:h,s:s,l:l}}function rgbToHsv(r,g,b){r=bound01(r,255),g=bound01(g,255),b=bound01(b,255);var h,s,max=mathMax(r,g,b),min=mathMin(r,g,b),v=max,d=max-min;if(s=0===max?0:d/max,max==min)h=0;else{switch(max){case r:h=(g-b)/d+(g<b?6:0);break;case g:h=(b-r)/d+2;break;case b:h=(r-g)/d+4}h/=6}return{h:h,s:s,v:v}}function rgbToHex(r,g,b,allow3Char){var hex=[pad2(mathRound(r).toString(16)),pad2(mathRound(g).toString(16)),pad2(mathRound(b).toString(16))];return allow3Char&&hex[0].charAt(0)==hex[0].charAt(1)&&hex[1].charAt(0)==hex[1].charAt(1)&&hex[2].charAt(0)==hex[2].charAt(1)?hex[0].charAt(0)+hex[1].charAt(0)+hex[2].charAt(0):hex.join("")}function rgbaToArgbHex(r,g,b,a){return[pad2(convertDecimalToHex(a)),pad2(mathRound(r).toString(16)),pad2(mathRound(g).toString(16)),pad2(mathRound(b).toString(16))].join("")}function desaturate(color,amount){amount=0===amount?0:amount||10;var hsl=tinycolor(color).toHsl();return hsl.s-=amount/100,hsl.s=clamp01(hsl.s),tinycolor(hsl)}function saturate(color,amount){amount=0===amount?0:amount||10;var hsl=tinycolor(color).toHsl();return hsl.s+=amount/100,hsl.s=clamp01(hsl.s),tinycolor(hsl)}function greyscale(color){return tinycolor(color).desaturate(100)}function lighten(color,amount){amount=0===amount?0:amount||10;var hsl=tinycolor(color).toHsl();return hsl.l+=amount/100,hsl.l=clamp01(hsl.l),tinycolor(hsl)}function brighten(color,amount){amount=0===amount?0:amount||10;var rgb=tinycolor(color).toRgb();return rgb.r=mathMax(0,mathMin(255,rgb.r-mathRound(-amount/100*255))),rgb.g=mathMax(0,mathMin(255,rgb.g-mathRound(-amount/100*255))),rgb.b=mathMax(0,mathMin(255,rgb.b-mathRound(-amount/100*255))),tinycolor(rgb)}function darken(color,amount){amount=0===amount?0:amount||10;var hsl=tinycolor(color).toHsl();return hsl.l-=amount/100,hsl.l=clamp01(hsl.l),tinycolor(hsl)}function spin(color,amount){var hsl=tinycolor(color).toHsl(),hue=(hsl.h+amount)%360;return hsl.h=hue<0?360+hue:hue,tinycolor(hsl)}function complement(color){var hsl=tinycolor(color).toHsl();return hsl.h=(hsl.h+180)%360,tinycolor(hsl)}function triad(color){var hsl=tinycolor(color).toHsl(),h=hsl.h;return[tinycolor(color),tinycolor({h:(h+120)%360,s:hsl.s,l:hsl.l}),tinycolor({h:(h+240)%360,s:hsl.s,l:hsl.l})]}function tetrad(color){var hsl=tinycolor(color).toHsl(),h=hsl.h;return[tinycolor(color),tinycolor({h:(h+90)%360,s:hsl.s,l:hsl.l}),tinycolor({h:(h+180)%360,s:hsl.s,l:hsl.l}),tinycolor({h:(h+270)%360,s:hsl.s,l:hsl.l})]}function splitcomplement(color){var hsl=tinycolor(color).toHsl(),h=hsl.h;return[tinycolor(color),tinycolor({h:(h+72)%360,s:hsl.s,l:hsl.l}),tinycolor({h:(h+216)%360,s:hsl.s,l:hsl.l})]}function analogous(color,results,slices){results=results||6,slices=slices||30;var hsl=tinycolor(color).toHsl(),part=360/slices,ret=[tinycolor(color)];for(hsl.h=(hsl.h-(part*results>>1)+720)%360;--results;)hsl.h=(hsl.h+part)%360,ret.push(tinycolor(hsl));return ret}function monochromatic(color,results){results=results||6;for(var hsv=tinycolor(color).toHsv(),h=hsv.h,s=hsv.s,v=hsv.v,ret=[],modification=1/results;results--;)ret.push(tinycolor({h:h,s:s,v:v})),v=(v+modification)%1;return ret}tinycolor.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var rgb=this.toRgb();return(299*rgb.r+587*rgb.g+114*rgb.b)/1e3},getLuminance:function(){var RsRGB,GsRGB,BsRGB,rgb=this.toRgb();return RsRGB=rgb.r/255,GsRGB=rgb.g/255,BsRGB=rgb.b/255,.2126*(RsRGB<=.03928?RsRGB/12.92:Math.pow((RsRGB+.055)/1.055,2.4))+.7152*(GsRGB<=.03928?GsRGB/12.92:Math.pow((GsRGB+.055)/1.055,2.4))+.0722*(BsRGB<=.03928?BsRGB/12.92:Math.pow((BsRGB+.055)/1.055,2.4))},setAlpha:function(value){return this._a=boundAlpha(value),this._roundA=mathRound(100*this._a)/100,this},toHsv:function(){var hsv=rgbToHsv(this._r,this._g,this._b);return{h:360*hsv.h,s:hsv.s,v:hsv.v,a:this._a}},toHsvString:function(){var hsv=rgbToHsv(this._r,this._g,this._b),h=mathRound(360*hsv.h),s=mathRound(100*hsv.s),v=mathRound(100*hsv.v);return 1==this._a?"hsv("+h+", "+s+"%, "+v+"%)":"hsva("+h+", "+s+"%, "+v+"%, "+this._roundA+")"},toHsl:function(){var hsl=rgbToHsl(this._r,this._g,this._b);return{h:360*hsl.h,s:hsl.s,l:hsl.l,a:this._a}},toHslString:function(){var hsl=rgbToHsl(this._r,this._g,this._b),h=mathRound(360*hsl.h),s=mathRound(100*hsl.s),l=mathRound(100*hsl.l);return 1==this._a?"hsl("+h+", "+s+"%, "+l+"%)":"hsla("+h+", "+s+"%, "+l+"%, "+this._roundA+")"},toHex:function(allow3Char){return rgbToHex(this._r,this._g,this._b,allow3Char)},toHexString:function(allow3Char){return"#"+this.toHex(allow3Char)},toHex8:function(allow4Char){return function(r,g,b,a,allow4Char){var hex=[pad2(mathRound(r).toString(16)),pad2(mathRound(g).toString(16)),pad2(mathRound(b).toString(16)),pad2(convertDecimalToHex(a))];if(allow4Char&&hex[0].charAt(0)==hex[0].charAt(1)&&hex[1].charAt(0)==hex[1].charAt(1)&&hex[2].charAt(0)==hex[2].charAt(1)&&hex[3].charAt(0)==hex[3].charAt(1))return hex[0].charAt(0)+hex[1].charAt(0)+hex[2].charAt(0)+hex[3].charAt(0);return hex.join("")}(this._r,this._g,this._b,this._a,allow4Char)},toHex8String:function(allow4Char){return"#"+this.toHex8(allow4Char)},toRgb:function(){return{r:mathRound(this._r),g:mathRound(this._g),b:mathRound(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+mathRound(this._r)+", "+mathRound(this._g)+", "+mathRound(this._b)+")":"rgba("+mathRound(this._r)+", "+mathRound(this._g)+", "+mathRound(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:mathRound(100*bound01(this._r,255))+"%",g:mathRound(100*bound01(this._g,255))+"%",b:mathRound(100*bound01(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+mathRound(100*bound01(this._r,255))+"%, "+mathRound(100*bound01(this._g,255))+"%, "+mathRound(100*bound01(this._b,255))+"%)":"rgba("+mathRound(100*bound01(this._r,255))+"%, "+mathRound(100*bound01(this._g,255))+"%, "+mathRound(100*bound01(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(hexNames[rgbToHex(this._r,this._g,this._b,!0)]||!1)},toFilter:function(secondColor){var hex8String="#"+rgbaToArgbHex(this._r,this._g,this._b,this._a),secondHex8String=hex8String,gradientType=this._gradientType?"GradientType = 1, ":"";if(secondColor){var s=tinycolor(secondColor);secondHex8String="#"+rgbaToArgbHex(s._r,s._g,s._b,s._a)}return"progid:DXImageTransform.Microsoft.gradient("+gradientType+"startColorstr="+hex8String+",endColorstr="+secondHex8String+")"},toString:function(format){var formatSet=!!format;format=format||this._format;var formattedString=!1,hasAlpha=this._a<1&&this._a>=0;return formatSet||!hasAlpha||"hex"!==format&&"hex6"!==format&&"hex3"!==format&&"hex4"!==format&&"hex8"!==format&&"name"!==format?("rgb"===format&&(formattedString=this.toRgbString()),"prgb"===format&&(formattedString=this.toPercentageRgbString()),"hex"!==format&&"hex6"!==format||(formattedString=this.toHexString()),"hex3"===format&&(formattedString=this.toHexString(!0)),"hex4"===format&&(formattedString=this.toHex8String(!0)),"hex8"===format&&(formattedString=this.toHex8String()),"name"===format&&(formattedString=this.toName()),"hsl"===format&&(formattedString=this.toHslString()),"hsv"===format&&(formattedString=this.toHsvString()),formattedString||this.toHexString()):"name"===format&&0===this._a?this.toName():this.toRgbString()},clone:function(){return tinycolor(this.toString())},_applyModification:function(fn,args){var color=fn.apply(null,[this].concat([].slice.call(args)));return this._r=color._r,this._g=color._g,this._b=color._b,this.setAlpha(color._a),this},lighten:function(){return this._applyModification(lighten,arguments)},brighten:function(){return this._applyModification(brighten,arguments)},darken:function(){return this._applyModification(darken,arguments)},desaturate:function(){return this._applyModification(desaturate,arguments)},saturate:function(){return this._applyModification(saturate,arguments)},greyscale:function(){return this._applyModification(greyscale,arguments)},spin:function(){return this._applyModification(spin,arguments)},_applyCombination:function(fn,args){return fn.apply(null,[this].concat([].slice.call(args)))},analogous:function(){return this._applyCombination(analogous,arguments)},complement:function(){return this._applyCombination(complement,arguments)},monochromatic:function(){return this._applyCombination(monochromatic,arguments)},splitcomplement:function(){return this._applyCombination(splitcomplement,arguments)},triad:function(){return this._applyCombination(triad,arguments)},tetrad:function(){return this._applyCombination(tetrad,arguments)}},tinycolor.fromRatio=function(color,opts){if("object"==typeof color){var newColor={};for(var i in color)color.hasOwnProperty(i)&&(newColor[i]="a"===i?color[i]:convertToPercentage(color[i]));color=newColor}return tinycolor(color,opts)},tinycolor.equals=function(color1,color2){return!(!color1||!color2)&&tinycolor(color1).toRgbString()==tinycolor(color2).toRgbString()},tinycolor.random=function(){return tinycolor.fromRatio({r:mathRandom(),g:mathRandom(),b:mathRandom()})},tinycolor.mix=function(color1,color2,amount){amount=0===amount?0:amount||50;var rgb1=tinycolor(color1).toRgb(),rgb2=tinycolor(color2).toRgb(),p=amount/100;return tinycolor({r:(rgb2.r-rgb1.r)*p+rgb1.r,g:(rgb2.g-rgb1.g)*p+rgb1.g,b:(rgb2.b-rgb1.b)*p+rgb1.b,a:(rgb2.a-rgb1.a)*p+rgb1.a})},tinycolor.readability=function(color1,color2){var c1=tinycolor(color1),c2=tinycolor(color2);return(Math.max(c1.getLuminance(),c2.getLuminance())+.05)/(Math.min(c1.getLuminance(),c2.getLuminance())+.05)},tinycolor.isReadable=function(color1,color2,wcag2){var wcag2Parms,out,readability=tinycolor.readability(color1,color2);switch(out=!1,(wcag2Parms=function(parms){var level,size;level=((parms=parms||{level:"AA",size:"small"}).level||"AA").toUpperCase(),size=(parms.size||"small").toLowerCase(),"AA"!==level&&"AAA"!==level&&(level="AA");"small"!==size&&"large"!==size&&(size="small");return{level:level,size:size}}(wcag2)).level+wcag2Parms.size){case"AAsmall":case"AAAlarge":out=readability>=4.5;break;case"AAlarge":out=readability>=3;break;case"AAAsmall":out=readability>=7}return out},tinycolor.mostReadable=function(baseColor,colorList,args){var readability,includeFallbackColors,level,size,bestColor=null,bestScore=0;includeFallbackColors=(args=args||{}).includeFallbackColors,level=args.level,size=args.size;for(var i=0;i<colorList.length;i++)(readability=tinycolor.readability(baseColor,colorList[i]))>bestScore&&(bestScore=readability,bestColor=tinycolor(colorList[i]));return tinycolor.isReadable(baseColor,bestColor,{level:level,size:size})||!includeFallbackColors?bestColor:(args.includeFallbackColors=!1,tinycolor.mostReadable(baseColor,["#fff","#000"],args))};var names=tinycolor.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},hexNames=tinycolor.hexNames=function(o){var flipped={};for(var i in o)o.hasOwnProperty(i)&&(flipped[o[i]]=i);return flipped}(names);function boundAlpha(a){return a=parseFloat(a),(isNaN(a)||a<0||a>1)&&(a=1),a}function bound01(n,max){(function(n){return"string"==typeof n&&-1!=n.indexOf(".")&&1===parseFloat(n)})(n)&&(n="100%");var processPercent=function(n){return"string"==typeof n&&-1!=n.indexOf("%")}(n);return n=mathMin(max,mathMax(0,parseFloat(n))),processPercent&&(n=parseInt(n*max,10)/100),Math.abs(n-max)<1e-6?1:n%max/parseFloat(max)}function clamp01(val){return mathMin(1,mathMax(0,val))}function parseIntFromHex(val){return parseInt(val,16)}function pad2(c){return 1==c.length?"0"+c:""+c}function convertToPercentage(n){return n<=1&&(n=100*n+"%"),n}function convertDecimalToHex(d){return Math.round(255*parseFloat(d)).toString(16)}function convertHexToDecimal(h){return parseIntFromHex(h)/255}var CSS_UNIT,PERMISSIVE_MATCH3,PERMISSIVE_MATCH4,matchers=(PERMISSIVE_MATCH3="[\\s|\\(]+("+(CSS_UNIT="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")\\s*\\)?",PERMISSIVE_MATCH4="[\\s|\\(]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")[,|\\s]+("+CSS_UNIT+")\\s*\\)?",{CSS_UNIT:new RegExp(CSS_UNIT),rgb:new RegExp("rgb"+PERMISSIVE_MATCH3),rgba:new RegExp("rgba"+PERMISSIVE_MATCH4),hsl:new RegExp("hsl"+PERMISSIVE_MATCH3),hsla:new RegExp("hsla"+PERMISSIVE_MATCH4),hsv:new RegExp("hsv"+PERMISSIVE_MATCH3),hsva:new RegExp("hsva"+PERMISSIVE_MATCH4),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function isValidCSSUnit(color){return!!matchers.CSS_UNIT.exec(color)}module.exports?module.exports=tinycolor:void 0===(__WEBPACK_AMD_DEFINE_RESULT__=function(){return tinycolor}.call(exports,__webpack_require__,exports,module))||(module.exports=__WEBPACK_AMD_DEFINE_RESULT__)}(Math)},function(module,exports,__webpack_require__){(function(global){global.MailPoetLib||(global.MailPoetLib={}),module.exports=global.MailPoetLib.ReactDOM=__webpack_require__(447)}).call(this,__webpack_require__(54))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return createHook}));var index_js_exposed=__webpack_require__(0),SystemContext=__webpack_require__(83);function useToken(token,defaultValue){Object(index_js_exposed.useDebugValue)(token);var context=Object(index_js_exposed.useContext)(SystemContext.a);return null!=context[token]?context[token]:defaultValue}var _rollupPluginBabelHelpers_0c84a174=__webpack_require__(58);var shallowEqual=__webpack_require__(62);function createHook(options){var _options$useState,_composedHooks$,arg,composedHooks=(arg=options.compose,Array.isArray(arg)?arg:void 0!==arg?[arg]:[]),__useOptions=function(hookOptions,htmlProps){if(options.useOptions&&(hookOptions=options.useOptions(hookOptions,htmlProps)),options.name&&(hookOptions=function(name,options,htmlProps){void 0===options&&(options={}),void 0===htmlProps&&(htmlProps={});var hookName="use"+name+"Options";Object(index_js_exposed.useDebugValue)(hookName);var useHook=useToken(hookName);return useHook?Object(_rollupPluginBabelHelpers_0c84a174.a)(Object(_rollupPluginBabelHelpers_0c84a174.a)({},options),useHook(options,htmlProps)):options}(options.name,hookOptions,htmlProps)),options.compose)for(var _step,_iterator=Object(_rollupPluginBabelHelpers_0c84a174.c)(composedHooks);!(_step=_iterator()).done;){hookOptions=_step.value.__useOptions(hookOptions,htmlProps)}return hookOptions},useHook=function(hookOptions,htmlProps,unstable_ignoreUseOptions){if(void 0===hookOptions&&(hookOptions={}),void 0===htmlProps&&(htmlProps={}),void 0===unstable_ignoreUseOptions&&(unstable_ignoreUseOptions=!1),unstable_ignoreUseOptions||(hookOptions=__useOptions(hookOptions,htmlProps)),options.useProps&&(htmlProps=options.useProps(hookOptions,htmlProps)),options.name&&(htmlProps=function(name,options,htmlProps){void 0===options&&(options={}),void 0===htmlProps&&(htmlProps={});var hookName="use"+name+"Props";Object(index_js_exposed.useDebugValue)(hookName);var useHook=useToken(hookName);return useHook?useHook(options,htmlProps):htmlProps}(options.name,hookOptions,htmlProps)),options.compose)if(options.useComposeOptions&&(hookOptions=options.useComposeOptions(hookOptions,htmlProps)),options.useComposeProps)htmlProps=options.useComposeProps(hookOptions,htmlProps);else for(var _step2,_iterator2=Object(_rollupPluginBabelHelpers_0c84a174.c)(composedHooks);!(_step2=_iterator2()).done;){htmlProps=(0,_step2.value)(hookOptions,htmlProps,!0)}var finalHTMLProps={},definedHTMLProps=htmlProps||{};for(var prop in definedHTMLProps)void 0!==definedHTMLProps[prop]&&(finalHTMLProps[prop]=definedHTMLProps[prop]);return finalHTMLProps};useHook.__useOptions=__useOptions;var composedKeys=composedHooks.reduce((function(keys,hook){return keys.push.apply(keys,hook.__keys||[]),keys}),[]);return useHook.__keys=[].concat(composedKeys,(null===(_options$useState=options.useState)||void 0===_options$useState?void 0:_options$useState.__keys)||[],options.keys||[]),useHook.unstable_propsAreEqual=options.propsAreEqual||(null===(_composedHooks$=composedHooks[0])||void 0===_composedHooks$?void 0:_composedHooks$.unstable_propsAreEqual)||shallowEqual.a,useHook}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return createComponent}));var index_js_exposed=__webpack_require__(0),_rollupPluginBabelHelpers_0c84a174=__webpack_require__(58),useCreateElement=__webpack_require__(109);function splitProps(props,keys){for(var picked={},omitted={},_i=0,_propsKeys=Object.keys(props);_i<_propsKeys.length;_i++){var key=_propsKeys[_i];keys.indexOf(key)>=0?picked[key]=props[key]:omitted[key]=props[key]}return[picked,omitted]}var shallowEqual=__webpack_require__(62);function createComponent(_ref){var component,type=_ref.as,useHook=_ref.useHook,shouldMemo=_ref.memo,_ref$propsAreEqual=_ref.propsAreEqual,propsAreEqual=void 0===_ref$propsAreEqual?null==useHook?void 0:useHook.unstable_propsAreEqual:_ref$propsAreEqual,_ref$keys=_ref.keys,keys=void 0===_ref$keys?(null==useHook?void 0:useHook.__keys)||[]:_ref$keys,_ref$useCreateElement=_ref.useCreateElement,useCreateElement$1=void 0===_ref$useCreateElement?useCreateElement.a:_ref$useCreateElement,Comp=function(_ref2,ref){var _ref2$as=_ref2.as,as=void 0===_ref2$as?type:_ref2$as,props=Object(_rollupPluginBabelHelpers_0c84a174.b)(_ref2,["as"]);if(useHook){var _as$render,_splitProps=splitProps(props,keys),_options=_splitProps[0],htmlProps=_splitProps[1],_useHook=useHook(_options,Object(_rollupPluginBabelHelpers_0c84a174.a)({ref:ref},htmlProps)),wrapElement=_useHook.wrapElement,elementProps=Object(_rollupPluginBabelHelpers_0c84a174.b)(_useHook,["wrapElement"]),asKeys=(null===(_as$render=as.render)||void 0===_as$render?void 0:_as$render.__keys)||as.__keys,asOptions=asKeys&&splitProps(props,asKeys)[0],allProps=asOptions?Object(_rollupPluginBabelHelpers_0c84a174.a)(Object(_rollupPluginBabelHelpers_0c84a174.a)({},elementProps),asOptions):elementProps,_element=useCreateElement$1(as,allProps);return wrapElement?wrapElement(_element):_element}return useCreateElement$1(as,Object(_rollupPluginBabelHelpers_0c84a174.a)({ref:ref},props))};return component=Comp,Comp=Object(index_js_exposed.forwardRef)(component),shouldMemo&&(Comp=function(component,propsAreEqual){return Object(index_js_exposed.memo)(component,propsAreEqual)}(Comp,propsAreEqual)),Comp.__keys=keys,Comp.unstable_propsAreEqual=propsAreEqual||shallowEqual.a,Comp}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return findFirstEnabledItem})),__webpack_require__.d(__webpack_exports__,"b",(function(){return flatten})),__webpack_require__.d(__webpack_exports__,"c",(function(){return groupItems})),__webpack_require__.d(__webpack_exports__,"d",(function(){return findEnabledItemById})),__webpack_require__.d(__webpack_exports__,"e",(function(){return getCurrentId})),__webpack_require__.d(__webpack_exports__,"f",(function(){return reverse})),__webpack_require__.d(__webpack_exports__,"g",(function(){return useCompositeState}));var _rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(17),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(0),reakit_utils_useIsomorphicEffect__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(65),reakit_utils_useSealedState__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(68),reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(66),_Id_IdState_js__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(71);function reverse(array){return array.slice().reverse()}function isElementPreceding(element1,element2){return Boolean(element2.compareDocumentPosition(element1)&Node.DOCUMENT_POSITION_PRECEDING)}function findDOMIndex(items,item){return items.findIndex((function(currentItem){return!(!currentItem.ref.current||!item.ref.current)&&isElementPreceding(item.ref.current,currentItem.ref.current)}))}function findFirstEnabledItem(items,excludeId){return excludeId?items.find((function(item){return!item.disabled&&item.id!==excludeId})):items.find((function(item){return!item.disabled}))}function findEnabledItemById(items,id){if(id)return null==items?void 0:items.find((function(item){return item.id===id&&!item.disabled}))}function groupItems(items){for(var _step,groups=[[]],_loop=function(){var item=_step.value,group=groups.find((function(g){return!g[0]||g[0].groupId===item.groupId}));group?group.push(item):groups.push([item])},_iterator=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.c)(items);!(_step=_iterator()).done;)_loop();return groups}function getMaxLength(rows){for(var _step,maxLength=0,_iterator=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.c)(rows);!(_step=_iterator()).done;){var length=_step.value.length;length>maxLength&&(maxLength=length)}return maxLength}function verticalizeItems(items){for(var groups=groupItems(items),maxLength=getMaxLength(groups),verticalized=[],i=0;i<maxLength;i+=1)for(var _step,_iterator=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.c)(groups);!(_step=_iterator()).done;){var group=_step.value;group[i]&&verticalized.push(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},group[i]),{},{groupId:group[i].groupId?""+i:void 0}))}return verticalized}function flatten(grid){for(var _step,flattened=[],_iterator=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.c)(grid);!(_step=_iterator()).done;){var row=_step.value;flattened.push.apply(flattened,row)}return flattened}function fillGroups(groups){for(var _step,maxLength=getMaxLength(groups),_iterator=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.c)(groups);!(_step=_iterator()).done;){var group=_step.value;if(group.length<maxLength)for(var i=0;i<maxLength;i+=1)group[i]||(group[i]={id:"__EMPTY_ITEM__",disabled:!0,ref:{current:null},groupId:group[i-1].groupId})}return groups}function getCurrentId(options,passedId){var _findFirstEnabledItem;return passedId||null===passedId?passedId:options.currentId||null===options.currentId?options.currentId:null===(_findFirstEnabledItem=findFirstEnabledItem(options.items||[]))||void 0===_findFirstEnabledItem?void 0:_findFirstEnabledItem.id}var nullItem={id:null,ref:{current:null}};function getItemsInGroup(items,groupId){return items.filter((function(item){return item.groupId===groupId}))}var map={horizontal:"vertical",vertical:"horizontal"};function addItemAtIndex(array,item,index){return index in array?[].concat(array.slice(0,index),[item],array.slice(index)):[].concat(array,[item])}function sortBasedOnDOMPosition(items){var copy=items.slice(),isOrderDifferent=!1;return copy.sort((function(a,b){var elementA=a.ref.current,elementB=b.ref.current;return elementA&&elementB&&isElementPreceding(elementA,elementB)?(isOrderDifferent=!0,-1):0})),isOrderDifferent?copy:items}function reducer(state,action){var virtual=state.unstable_virtual,rtl=state.rtl,orientation=state.orientation,items=state.items,groups=state.groups,currentId=state.currentId,loop=state.loop,wrap=state.wrap,pastIds=state.pastIds,moves=state.unstable_moves,initialVirtual=state.initialVirtual,initialRTL=state.initialRTL,initialOrientation=state.initialOrientation,initialCurrentId=state.initialCurrentId,initialLoop=state.initialLoop,initialWrap=state.initialWrap,hasSetCurrentId=state.hasSetCurrentId;switch(action.type){case"registerGroup":var _group=action.group;if(0===groups.length)return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{groups:[_group]});var index=findDOMIndex(groups,_group);return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{groups:addItemAtIndex(groups,_group,index)});case"unregisterGroup":var _id=action.id,nextGroups=groups.filter((function(group){return group.id!==_id}));return nextGroups.length===groups.length?state:Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{groups:nextGroups});case"registerItem":var _findFirstEnabledItem,_item=action.item,_group2=groups.find((function(r){var _r$ref$current;return null===(_r$ref$current=r.ref.current)||void 0===_r$ref$current?void 0:_r$ref$current.contains(_item.ref.current)})),nextItem=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({groupId:null==_group2?void 0:_group2.id},_item),_index=findDOMIndex(items,nextItem),nextState=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{items:addItemAtIndex(items,nextItem,_index)});return hasSetCurrentId||moves||void 0!==initialCurrentId?nextState:Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},nextState),{},{currentId:null===(_findFirstEnabledItem=findFirstEnabledItem(nextState.items))||void 0===_findFirstEnabledItem?void 0:_findFirstEnabledItem.id});case"unregisterItem":var _id2=action.id,nextItems=items.filter((function(item){return item.id!==_id2}));if(nextItems.length===items.length)return state;var nextPastIds=pastIds.filter((function(pastId){return pastId!==_id2})),_nextState=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{pastIds:nextPastIds,items:nextItems});if(currentId&&currentId===_id2){var nextId=getCurrentId(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState),{},{currentId:nextPastIds[0]}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState),{},{currentId:nextId})}return _nextState;case"move":var _id3=action.id;if(void 0===_id3)return state;var filteredPastIds=pastIds.filter((function(pastId){return pastId!==currentId&&pastId!==_id3})),_nextPastIds=currentId?[currentId].concat(filteredPastIds):filteredPastIds,_nextState2=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{pastIds:_nextPastIds});if(null===_id3)return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState2),{},{unstable_moves:moves+1,currentId:getCurrentId(_nextState2,_id3)});var _item2=findEnabledItemById(items,_id3);return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState2),{},{unstable_moves:_item2?moves+1:moves,currentId:getCurrentId(_nextState2,null==_item2?void 0:_item2.id)});case"next":if(null==currentId)return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"first"}));var isRTL=rtl&&"vertical"!==orientation,allItems=isRTL?reverse(items):items,currentItem=allItems.find((function(item){return item.id===currentId}));if(!currentItem)return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"first"}));var isGrid=!!currentItem.groupId,currentIndex=allItems.indexOf(currentItem),_nextItems=allItems.slice(currentIndex+1),nextItemsInGroup=getItemsInGroup(_nextItems,currentItem.groupId);if(action.allTheWay){var _nextItem2=findFirstEnabledItem(isRTL?getItemsInGroup(allItems,currentItem.groupId):reverse(nextItemsInGroup));return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:null==_nextItem2?void 0:_nextItem2.id}))}var oppositeOrientation=function(orientation){return orientation&&map[orientation]}(isGrid?orientation||"horizontal":orientation),canLoop=loop&&loop!==oppositeOrientation,canWrap=isGrid&&wrap&&wrap!==oppositeOrientation,hasNullItem=action.hasNullItem||!isGrid&&canLoop&&null===initialCurrentId;if(canLoop){var _nextItem3=findFirstEnabledItem(function(items,id,shouldInsertNullItem){var index=items.findIndex((function(item){return item.id===id}));return[].concat(items.slice(index+1),shouldInsertNullItem?[nullItem]:[],items.slice(0,index))}(canWrap&&!hasNullItem?allItems:getItemsInGroup(allItems,currentItem.groupId),currentId,hasNullItem),currentId);return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:null==_nextItem3?void 0:_nextItem3.id}))}if(canWrap){var _nextItem4=findFirstEnabledItem(hasNullItem?nextItemsInGroup:_nextItems,currentId),_nextId=hasNullItem?(null==_nextItem4?void 0:_nextItem4.id)||null:null==_nextItem4?void 0:_nextItem4.id;return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:_nextId}))}var _nextItem=findFirstEnabledItem(nextItemsInGroup,currentId);return reducer(state,!_nextItem&&hasNullItem?Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:null}):Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:null==_nextItem?void 0:_nextItem.id}));case"previous":var _hasNullItem=!!!groups.length&&null===initialCurrentId,_nextState3=reducer(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{items:reverse(items)}),Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"next",hasNullItem:_hasNullItem}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState3),{},{items:items});case"down":var verticalItems=verticalizeItems(flatten(fillGroups(groupItems(items)))),_hasNullItem2=loop&&"horizontal"!==loop&&null===initialCurrentId,_nextState4=reducer(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{orientation:"vertical",items:verticalItems}),Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"next",hasNullItem:_hasNullItem2}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState4),{},{orientation:orientation,items:items});case"up":var _verticalItems=verticalizeItems(reverse(flatten(fillGroups(groupItems(items))))),_hasNullItem3=null===initialCurrentId,_nextState5=reducer(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{orientation:"vertical",items:_verticalItems}),Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"next",hasNullItem:_hasNullItem3}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState5),{},{orientation:orientation,items:items});case"first":var firstItem=findFirstEnabledItem(items);return reducer(state,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"move",id:null==firstItem?void 0:firstItem.id}));case"last":var _nextState6=reducer(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{items:reverse(items)}),Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},action),{},{type:"first"}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},_nextState6),{},{items:items});case"sort":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{items:sortBasedOnDOMPosition(items),groups:sortBasedOnDOMPosition(groups)});case"setVirtual":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{unstable_virtual:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.virtual,virtual)});case"setRTL":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{rtl:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.rtl,rtl)});case"setOrientation":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{orientation:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.orientation,orientation)});case"setCurrentId":var nextCurrentId=getCurrentId(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{currentId:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.currentId,currentId)}));return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{currentId:nextCurrentId,hasSetCurrentId:!0});case"setLoop":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{loop:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.loop,loop)});case"setWrap":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{wrap:Object(reakit_utils_applyState__WEBPACK_IMPORTED_MODULE_4__.a)(action.wrap,wrap)});case"reset":return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{unstable_virtual:initialVirtual,rtl:initialRTL,orientation:initialOrientation,currentId:getCurrentId(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},state),{},{currentId:initialCurrentId})),loop:initialLoop,wrap:initialWrap,unstable_moves:0,pastIds:[]});default:throw new Error}}function useAction(fn){return Object(react__WEBPACK_IMPORTED_MODULE_1__.useCallback)(fn,[])}function useCompositeState(initialState){void 0===initialState&&(initialState={});var _useSealedState=Object(reakit_utils_useSealedState__WEBPACK_IMPORTED_MODULE_3__.a)(initialState),_useSealedState$unsta=_useSealedState.unstable_virtual,virtual=void 0!==_useSealedState$unsta&&_useSealedState$unsta,_useSealedState$rtl=_useSealedState.rtl,rtl=void 0!==_useSealedState$rtl&&_useSealedState$rtl,orientation=_useSealedState.orientation,currentId=_useSealedState.currentId,_useSealedState$loop=_useSealedState.loop,loop=void 0!==_useSealedState$loop&&_useSealedState$loop,_useSealedState$wrap=_useSealedState.wrap,wrap=void 0!==_useSealedState$wrap&&_useSealedState$wrap,sealed=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(_useSealedState,["unstable_virtual","rtl","orientation","currentId","loop","wrap"]),_React$useReducer=Object(react__WEBPACK_IMPORTED_MODULE_1__.useReducer)(reducer,{unstable_virtual:virtual,rtl:rtl,orientation:orientation,items:[],groups:[],currentId:currentId,loop:loop,wrap:wrap,unstable_moves:0,pastIds:[],initialVirtual:virtual,initialRTL:rtl,initialOrientation:orientation,initialCurrentId:currentId,initialLoop:loop,initialWrap:wrap}),_React$useReducer$=_React$useReducer[0],state=(_React$useReducer$.pastIds,_React$useReducer$.initialVirtual,_React$useReducer$.initialRTL,_React$useReducer$.initialOrientation,_React$useReducer$.initialCurrentId,_React$useReducer$.initialLoop,_React$useReducer$.initialWrap,_React$useReducer$.hasSetCurrentId,Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(_React$useReducer$,["pastIds","initialVirtual","initialRTL","initialOrientation","initialCurrentId","initialLoop","initialWrap","hasSetCurrentId"])),dispatch=_React$useReducer[1],_React$useState=Object(react__WEBPACK_IMPORTED_MODULE_1__.useState)(!1),hasActiveWidget=_React$useState[0],setHasActiveWidget=_React$useState[1],idState=Object(_Id_IdState_js__WEBPACK_IMPORTED_MODULE_5__.a)(sealed),isUnmountedRef=function(){var isUnmountedRef=Object(react__WEBPACK_IMPORTED_MODULE_1__.useRef)(!1);return Object(reakit_utils_useIsomorphicEffect__WEBPACK_IMPORTED_MODULE_2__.a)((function(){return function(){isUnmountedRef.current=!0}}),[]),isUnmountedRef}();return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)(Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({},idState),state),{},{unstable_hasActiveWidget:hasActiveWidget,unstable_setHasActiveWidget:setHasActiveWidget,registerItem:useAction((function(item){isUnmountedRef.current||dispatch({type:"registerItem",item:item})})),unregisterItem:useAction((function(id){isUnmountedRef.current||dispatch({type:"unregisterItem",id:id})})),registerGroup:useAction((function(group){isUnmountedRef.current||dispatch({type:"registerGroup",group:group})})),unregisterGroup:useAction((function(id){isUnmountedRef.current||dispatch({type:"unregisterGroup",id:id})})),move:useAction((function(id){return dispatch({type:"move",id:id})})),next:useAction((function(allTheWay){return dispatch({type:"next",allTheWay:allTheWay})})),previous:useAction((function(allTheWay){return dispatch({type:"previous",allTheWay:allTheWay})})),up:useAction((function(allTheWay){return dispatch({type:"up",allTheWay:allTheWay})})),down:useAction((function(allTheWay){return dispatch({type:"down",allTheWay:allTheWay})})),first:useAction((function(){return dispatch({type:"first"})})),last:useAction((function(){return dispatch({type:"last"})})),unstable_sort:useAction((function(){return dispatch({type:"sort"})})),unstable_setVirtual:useAction((function(value){return dispatch({type:"setVirtual",virtual:value})})),setRTL:useAction((function(value){return dispatch({type:"setRTL",rtl:value})})),setOrientation:useAction((function(value){return dispatch({type:"setOrientation",orientation:value})})),setCurrentId:useAction((function(value){return dispatch({type:"setCurrentId",currentId:value})})),setLoop:useAction((function(value){return dispatch({type:"setLoop",loop:value})})),setWrap:useAction((function(value){return dispatch({type:"setWrap",wrap:value})})),reset:useAction((function(){return dispatch({type:"reset"})}))})}var keys=[].concat(_Id_IdState_js__WEBPACK_IMPORTED_MODULE_5__.a.__keys,["unstable_virtual","rtl","orientation","items","groups","currentId","loop","wrap","unstable_moves","unstable_hasActiveWidget","registerItem","unregisterItem","registerGroup","unregisterGroup","move","next","previous","up","down","first","last","unstable_sort","unstable_setVirtual","setRTL","setOrientation","setCurrentId","setLoop","setWrap","reset","unstable_setHasActiveWidget"]);useCompositeState.__keys=keys},function(module){module.exports=JSON.parse('{"a":{"presets":{"color":[{"name":"Black","slug":"black","color":"#000000"},{"name":"Cyan bluish gray","slug":"cyan-bluish-gray","color":"#abb8c3"},{"name":"White","slug":"white","color":"#ffffff"},{"name":"Pale pink","slug":"pale-pink","color":"#f78da7"},{"name":"Vivid red","slug":"vivid-red","color":"#cf2e2e"},{"name":"Luminous vivid orange","slug":"luminous-vivid-orange","color":"#ff6900"},{"name":"Luminous vivid amber","slug":"luminous-vivid-amber","color":"#fcb900"},{"name":"Light green cyan","slug":"light-green-cyan","color":"#7bdcb5"},{"name":"Vivid green cyan","slug":"vivid-green-cyan","color":"#00d084"},{"name":"Pale cyan blue","slug":"pale-cyan-blue","color":"#8ed1fc"},{"name":"Vivid cyan blue","slug":"vivid-cyan-blue","color":"#0693e3"},{"name":"Vivid purple","slug":"vivid-purple","color":"#9b51e0"}],"font-size":[{"name":"Small","slug":"small","size":13},{"name":"Normal","slug":"normal","size":16},{"name":"Medium","slug":"medium","size":20},{"name":"Large","slug":"large","size":36},{"name":"Huge","slug":"huge","size":48}],"gradient":[{"name":"Vivid cyan blue to vivid purple","gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","slug":"vivid-cyan-blue-to-vivid-purple"},{"name":"Light green cyan to vivid green cyan","gradient":"linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%)","slug":"light-green-cyan-to-vivid-green-cyan"},{"name":"Luminous vivid amber to luminous vivid orange","gradient":"linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%)","slug":"luminous-vivid-amber-to-luminous-vivid-orange"},{"name":"Luminous vivid orange to vivid red","gradient":"linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%)","slug":"luminous-vivid-orange-to-vivid-red"},{"name":"Very light gray to cyan bluish gray","gradient":"linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%)","slug":"very-light-gray-to-cyan-bluish-gray"},{"name":"Cool to warm spectrum","gradient":"linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%)","slug":"cool-to-warm-spectrum"},{"name":"Blush light purple","gradient":"linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%)","slug":"blush-light-purple"},{"name":"Blush bordeaux","gradient":"linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%)","slug":"blush-bordeaux"},{"name":"Luminous dusk","gradient":"linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%)","slug":"luminous-dusk"},{"name":"Pale ocean","gradient":"linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%)","slug":"pale-ocean"},{"name":"Electric grass","gradient":"linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%)","slug":"electric-grass"},{"name":"Midnight","gradient":"linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%)","slug":"midnight"}]},"features":{"typography":{"dropCap":true},"color":{"custom":true}}}}')},function(module,exports){var g;g=function(){return this}();try{g=g||new Function("return this")()}catch(e){"object"==typeof window&&(g=window)}module.exports=g},function(module,exports){module.exports=function(it){return"object"==typeof it?null!==it:"function"==typeof it}},function(module,exports,__webpack_require__){var path=__webpack_require__(36);module.exports=function(CONSTRUCTOR){return path[CONSTRUCTOR+"Prototype"]}},function(module,__webpack_exports__,__webpack_require__){"use strict";function isSelfTarget(event){return event.target===event.currentTarget}__webpack_require__.d(__webpack_exports__,"a",(function(){return isSelfTarget}))},function(module,__webpack_exports__,__webpack_require__){"use strict";function _defineProperty(obj,key,value){return key in obj?Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}):obj[key]=value,obj}function ownKeys(object,enumerableOnly){var keys=Object.keys(object);if(Object.getOwnPropertySymbols){var symbols=Object.getOwnPropertySymbols(object);enumerableOnly&&(symbols=symbols.filter((function(sym){return Object.getOwnPropertyDescriptor(object,sym).enumerable}))),keys.push.apply(keys,symbols)}return keys}function _objectSpread2(target){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?ownKeys(Object(source),!0).forEach((function(key){_defineProperty(target,key,source[key])})):Object.getOwnPropertyDescriptors?Object.defineProperties(target,Object.getOwnPropertyDescriptors(source)):ownKeys(Object(source)).forEach((function(key){Object.defineProperty(target,key,Object.getOwnPropertyDescriptor(source,key))}))}return target}function _objectWithoutPropertiesLoose(source,excluded){if(null==source)return{};var key,i,target={},sourceKeys=Object.keys(source);for(i=0;i<sourceKeys.length;i++)key=sourceKeys[i],excluded.indexOf(key)>=0||(target[key]=source[key]);return target}function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _createForOfIteratorHelperLoose(o,allowArrayLike){var it;if("undefined"==typeof Symbol||null==o[Symbol.iterator]){if(Array.isArray(o)||(it=function(o,minLen){if(o){if("string"==typeof o)return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?_arrayLikeToArray(o,minLen):void 0}}(o))||allowArrayLike&&o&&"number"==typeof o.length){it&&(o=it);var i=0;return function(){return i>=o.length?{done:!0}:{done:!1,value:o[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(it=o[Symbol.iterator]()).next.bind(it)}__webpack_require__.d(__webpack_exports__,"a",(function(){return _objectSpread2})),__webpack_require__.d(__webpack_exports__,"b",(function(){return _objectWithoutPropertiesLoose})),__webpack_require__.d(__webpack_exports__,"c",(function(){return _createForOfIteratorHelperLoose}))},function(module,exports,__webpack_require__){module.exports=__webpack_require__(596)},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return getActiveElement}));var _getDocument_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(45);function getActiveElement(element){return Object(_getDocument_js__WEBPACK_IMPORTED_MODULE_0__.a)(element).activeElement}},function(module,exports,__webpack_require__){var fails=__webpack_require__(47);module.exports=!fails((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(module,__webpack_exports__,__webpack_require__){"use strict";function shallowEqual(objA,objB){if(objA===objB)return!0;if(!objA)return!1;if(!objB)return!1;if("object"!=typeof objA)return!1;if("object"!=typeof objB)return!1;var aKeys=Object.keys(objA),bKeys=Object.keys(objB),length=aKeys.length;if(bKeys.length!==length)return!1;for(var _i=0,_aKeys=aKeys;_i<_aKeys.length;_i++){var key=_aKeys[_i];if(objA[key]!==objB[key])return!1}return!0}__webpack_require__.d(__webpack_exports__,"a",(function(){return shallowEqual}))},function(module,exports){module.exports=jQuery},function(module,exports,__webpack_require__){var isObject=__webpack_require__(55);module.exports=function(it){if(!isObject(it))throw TypeError(String(it)+" is not an object");return it}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useIsomorphicEffect}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),useIsomorphicEffect="undefined"==typeof window?react__WEBPACK_IMPORTED_MODULE_0__.useEffect:react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect},function(module,__webpack_exports__,__webpack_require__){"use strict";function applyState(argument,currentValue){return function(argument){return"function"==typeof argument}(argument)?argument(currentValue):argument}__webpack_require__.d(__webpack_exports__,"a",(function(){return applyState}))},function(module,exports,__webpack_require__){module.exports=__webpack_require__(592)},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useSealedState}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0);function useSealedState(initialState){return Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)(initialState)[0]}},function(module,exports,__webpack_require__){var DESCRIPTORS=__webpack_require__(61),definePropertyModule=__webpack_require__(82),createPropertyDescriptor=__webpack_require__(97);module.exports=DESCRIPTORS?function(object,key,value){return definePropertyModule.f(object,key,createPropertyDescriptor(1,value))}:function(object,key,value){return object[key]=value,object}},function(module,exports,__webpack_require__){var requireObjectCoercible=__webpack_require__(98);module.exports=function(argument){return Object(requireObjectCoercible(argument))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return unstable_useIdState}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),reakit_utils_useSealedState__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(68),_IdProvider_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(79);function unstable_useIdState(initialState){void 0===initialState&&(initialState={});var initialBaseId=Object(reakit_utils_useSealedState__WEBPACK_IMPORTED_MODULE_1__.a)(initialState).baseId,generateId=Object(react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_IdProvider_js__WEBPACK_IMPORTED_MODULE_2__.a),idCountRef=Object(react__WEBPACK_IMPORTED_MODULE_0__.useRef)(0),_React$useState=Object(react__WEBPACK_IMPORTED_MODULE_0__.useState)((function(){return initialBaseId||generateId()}));return{baseId:_React$useState[0],unstable_setBaseId:_React$useState[1],unstable_idCountRef:idCountRef}}unstable_useIdState.__keys=["baseId","unstable_setBaseId","unstable_idCountRef"]},function(module,exports,__webpack_require__){module.exports=function(fn,options){var head,tail,size=0;function memoized(){var args,i,node=head,len=arguments.length;searchCache:for(;node;){if(node.args.length===arguments.length){for(i=0;i<len;i++)if(node.args[i]!==arguments[i]){node=node.next;continue searchCache}return node!==head&&(node===tail&&(tail=node.prev),node.prev.next=node.next,node.next&&(node.next.prev=node.prev),node.next=head,node.prev=null,head.prev=node,head=node),node.val}node=node.next}for(args=new Array(len),i=0;i<len;i++)args[i]=arguments[i];return node={args:args,val:fn.apply(null,args)},head?(head.prev=node,node.next=head):tail=node,size===options.maxSize?(tail=tail.prev).next=null:size++,head=node,node.val}return options=options||{},memoized.clear=function(){head=null,tail=null,size=0},memoized}},function(module,__webpack_exports__,__webpack_require__){"use strict";var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),ToolbarContext=Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createContext)();__webpack_exports__.a=ToolbarContext},function(module,exports,__webpack_require__){module.exports=__webpack_require__(657)},function(module,exports,__webpack_require__){var IndexedObject=__webpack_require__(137),requireObjectCoercible=__webpack_require__(98);module.exports=function(it){return IndexedObject(requireObjectCoercible(it))}},function(module,exports){var hasOwnProperty={}.hasOwnProperty;module.exports=function(it,key){return hasOwnProperty.call(it,key)}},function(module,exports){module.exports=function(it){if("function"!=typeof it)throw TypeError(String(it)+" is not a function");return it}},function(module,exports,__webpack_require__){var toInteger=__webpack_require__(140),min=Math.min;module.exports=function(argument){return argument>0?min(toInteger(argument),9007199254740991):0}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return unstable_IdContext}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0);var unstable_IdContext=Object(react__WEBPACK_IMPORTED_MODULE_0__.createContext)((function(prefix){return void 0===prefix&&(prefix="id"),(prefix?prefix+"-":"")+Math.random().toString(32).substr(2,6)}))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useForkRef}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0);function setRef(ref,value){void 0===value&&(value=null),ref&&("function"==typeof ref?ref(value):ref.current=value)}function useForkRef(refA,refB){return Object(react__WEBPACK_IMPORTED_MODULE_0__.useMemo)((function(){return null==refA&&null==refB?null:function(value){setRef(refA,value),setRef(refB,value)}}),[refA,refB])}},function(module,exports,__webpack_require__){var _Object$getPrototypeOf=__webpack_require__(619),_Object$setPrototypeOf=__webpack_require__(240);function _getPrototypeOf(o){return module.exports=_getPrototypeOf=_Object$setPrototypeOf?_Object$getPrototypeOf:function(o){return o.__proto__||_Object$getPrototypeOf(o)},_getPrototypeOf(o)}module.exports=_getPrototypeOf},function(module,exports,__webpack_require__){var DESCRIPTORS=__webpack_require__(61),IE8_DOM_DEFINE=__webpack_require__(202),anObject=__webpack_require__(64),toPrimitive=__webpack_require__(138),nativeDefineProperty=Object.defineProperty;exports.f=DESCRIPTORS?nativeDefineProperty:function(O,P,Attributes){if(anObject(O),P=toPrimitive(P,!0),anObject(Attributes),IE8_DOM_DEFINE)try{return nativeDefineProperty(O,P,Attributes)}catch(error){}if("get"in Attributes||"set"in Attributes)throw TypeError("Accessors not supported");return"value"in Attributes&&(O[P]=Attributes.value),O}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return SystemContext}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),SystemContext=Object(react__WEBPACK_IMPORTED_MODULE_0__.createContext)({})},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return isButton}));var buttonInputTypes=["button","color","file","image","reset","submit"];function isButton(element){if("BUTTON"===element.tagName)return!0;if("INPUT"===element.tagName){var input=element;return-1!==buttonInputTypes.indexOf(input.type)}return!1}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return hasFocusWithin}));var _getActiveElement_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(60);function hasFocusWithin(element){var activeElement=Object(_getActiveElement_js__WEBPACK_IMPORTED_MODULE_0__.a)(element);if(!activeElement)return!1;if(element.contains(activeElement))return!0;var activeDescendant=activeElement.getAttribute("aria-activedescendant");return!!activeDescendant&&(activeDescendant===element.id||!!element.querySelector("#"+activeDescendant))}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useBox}));var _rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(17),reakit_system_createComponent__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(51),reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(50),reakit_utils_shallowEqual__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(62),useBox=Object(reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__.a)({name:"Box",keys:["unstable_system"],propsAreEqual:function(prev,next){var prevSystem=prev.unstable_system,prevProps=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(prev,["unstable_system"]),nextSystem=next.unstable_system,nextProps=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(next,["unstable_system"]);return!(prevSystem!==nextSystem&&!Object(reakit_utils_shallowEqual__WEBPACK_IMPORTED_MODULE_3__.a)(prevSystem,nextSystem))&&Object(reakit_utils_shallowEqual__WEBPACK_IMPORTED_MODULE_3__.a)(prevProps,nextProps)}});Object(reakit_system_createComponent__WEBPACK_IMPORTED_MODULE_1__.a)({as:"div",useHook:useBox})},function(module,__webpack_exports__,__webpack_require__){"use strict";function matches(element,selectors){return"matches"in element?element.matches(selectors):"msMatchesSelector"in element?element.msMatchesSelector(selectors):element.webkitMatchesSelector(selectors)}function closest(element,selectors){if("closest"in element)return element.closest(selectors);do{if(matches(element,selectors))return element;element=element.parentElement||element.parentNode}while(null!==element&&1===element.nodeType);return null}__webpack_require__.d(__webpack_exports__,"a",(function(){return ensureFocus})),__webpack_require__.d(__webpack_exports__,"b",(function(){return getClosestFocusable}));var getActiveElement=__webpack_require__(60),selector="input:not([type='hidden']):not([disabled]), select:not([disabled]), textarea:not([disabled]), a[href], button:not([disabled]), [tabindex], iframe, object, embed, area[href], audio[controls], video[controls], [contenteditable]:not([contenteditable='false'])";function isFocusable(element){return matches(element,selector)&&function(element){return element.offsetWidth>0||element.offsetHeight>0||element.getClientRects().length>0}(element)}function getClosestFocusable(element){for(;element&&!isFocusable(element);)element=closest(element,selector);return element}function defaultIsActive(element){return Object(getActiveElement.a)(element)===element}function ensureFocus(element,_temp){var _ref=void 0===_temp?{}:_temp,_ref$isActive=_ref.isActive,isActive=void 0===_ref$isActive?defaultIsActive:_ref$isActive,preventScroll=_ref.preventScroll;return isActive(element)?-1:(element.focus({preventScroll:preventScroll}),isActive(element)?-1:requestAnimationFrame((function(){element.focus({preventScroll:preventScroll})})))}},function(module,__webpack_exports__,__webpack_require__){"use strict";function isPortalEvent(event){return parent=event.currentTarget,child=event.target,!(parent===child||parent.contains(child));var parent,child}__webpack_require__.d(__webpack_exports__,"a",(function(){return isPortalEvent}))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useTabbable}));var _rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(17),reakit_system_createComponent__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(51),reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(50),_Box_Box_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(86),react__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(0),reakit_utils_useForkRef__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(80),reakit_utils_isButton__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(84),reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_8__=(__webpack_require__(102),__webpack_require__(46)),reakit_utils_useIsomorphicEffect__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(65),reakit_utils_hasFocusWithin__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(85),reakit_utils_isPortalEvent__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(88),reakit_utils_getActiveElement__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(60),reakit_utils_tabbable__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(87);function isUA(string){return"undefined"!=typeof window&&-1!==window.navigator.userAgent.indexOf(string)}var isSafariOrFirefoxOnMac=isUA("Mac")&&!isUA("Chrome")&&(isUA("Safari")||isUA("Firefox"));function focusIfNeeded(element){Object(reakit_utils_hasFocusWithin__WEBPACK_IMPORTED_MODULE_10__.a)(element)||element.focus()}var useTabbable=Object(reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__.a)({name:"Tabbable",compose:_Box_Box_js__WEBPACK_IMPORTED_MODULE_3__.a,keys:["disabled","focusable"],useOptions:function(options,_ref){var disabled=_ref.disabled;return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({disabled:disabled},options)},useProps:function(options,_ref2){var htmlRef=_ref2.ref,htmlTabIndex=_ref2.tabIndex,htmlOnClick=_ref2.onClick,htmlOnMouseDown=_ref2.onMouseDown,htmlStyle=_ref2.style,htmlProps=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(_ref2,["ref","tabIndex","onClick","onMouseDown","style"]),ref=Object(react__WEBPACK_IMPORTED_MODULE_4__.useRef)(null),onClickRef=Object(reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_8__.a)(htmlOnClick),onMouseDownRef=Object(reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_8__.a)(htmlOnMouseDown),trulyDisabled=options.disabled&&!options.focusable,_React$useState2=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(!0),nativeTabbable=_React$useState2[0],setNativeTabbable=_React$useState2[1],tabIndex=nativeTabbable?htmlTabIndex:htmlTabIndex||0,style=options.disabled?Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({pointerEvents:"none"},htmlStyle):htmlStyle,focusOnMouseDown=function(){if(isSafariOrFirefoxOnMac){var _React$useState=Object(react__WEBPACK_IMPORTED_MODULE_4__.useState)(null),tabbable=_React$useState[0],scheduleFocus=_React$useState[1];return Object(react__WEBPACK_IMPORTED_MODULE_4__.useEffect)((function(){tabbable&&(focusIfNeeded(tabbable),scheduleFocus(null))}),[tabbable]),Object(react__WEBPACK_IMPORTED_MODULE_4__.useCallback)((function(event){var element=event.currentTarget;if(!Object(reakit_utils_isPortalEvent__WEBPACK_IMPORTED_MODULE_11__.a)(event)&&Object(reakit_utils_isButton__WEBPACK_IMPORTED_MODULE_6__.a)(element)){var activeElement=Object(reakit_utils_getActiveElement__WEBPACK_IMPORTED_MODULE_12__.a)(element);if(activeElement){var activeElementIsBody="BODY"===activeElement.tagName,focusableAncestor=Object(reakit_utils_tabbable__WEBPACK_IMPORTED_MODULE_13__.b)(element.parentElement);if(activeElement===focusableAncestor||activeElementIsBody&&!focusableAncestor)scheduleFocus(element);else if(focusableAncestor){focusableAncestor.addEventListener("focusin",(function(){return scheduleFocus(element)}),{once:!0})}else{activeElement.addEventListener("blur",(function(){return focusIfNeeded(element)}),{once:!0})}}}}),[])}}();Object(reakit_utils_useIsomorphicEffect__WEBPACK_IMPORTED_MODULE_9__.a)((function(){var element,tabbable=ref.current;tabbable&&("BUTTON"!==(element=tabbable).tagName&&"INPUT"!==element.tagName&&"SELECT"!==element.tagName&&"TEXTAREA"!==element.tagName&&"A"!==element.tagName&&"AUDIO"!==element.tagName&&"VIDEO"!==element.tagName&&setNativeTabbable(!1))}),[]);var onClick=Object(react__WEBPACK_IMPORTED_MODULE_4__.useCallback)((function(event){var _onClickRef$current;if(options.disabled)return event.stopPropagation(),void event.preventDefault();null===(_onClickRef$current=onClickRef.current)||void 0===_onClickRef$current||_onClickRef$current.call(onClickRef,event)}),[options.disabled]),onMouseDown=Object(react__WEBPACK_IMPORTED_MODULE_4__.useCallback)((function(event){var _onMouseDownRef$curre;if(options.disabled)return event.stopPropagation(),void event.preventDefault();null===(_onMouseDownRef$curre=onMouseDownRef.current)||void 0===_onMouseDownRef$curre||_onMouseDownRef$curre.call(onMouseDownRef,event),event.defaultPrevented||null==focusOnMouseDown||focusOnMouseDown(event)}),[options.disabled,focusOnMouseDown]);return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({ref:Object(reakit_utils_useForkRef__WEBPACK_IMPORTED_MODULE_5__.a)(ref,htmlRef),style:style,tabIndex:trulyDisabled?void 0:tabIndex,disabled:!(!trulyDisabled||!nativeTabbable)||void 0,"aria-disabled":!!options.disabled||void 0,onClick:onClick,onMouseDown:onMouseDown},htmlProps)}});Object(reakit_system_createComponent__WEBPACK_IMPORTED_MODULE_1__.a)({as:"div",useHook:useTabbable})},function(module,exports,__webpack_require__){"use strict";function _typeof(obj){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj})(obj)}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}function getValuePair(instance,key){var _map=instance._map,_arrayTreeMap=instance._arrayTreeMap,_objectTreeMap=instance._objectTreeMap;if(_map.has(key))return _map.get(key);for(var properties=Object.keys(key).sort(),map=Array.isArray(key)?_arrayTreeMap:_objectTreeMap,i=0;i<properties.length;i++){var property=properties[i];if(void 0===(map=map.get(property)))return;var propertyValue=key[property];if(void 0===(map=map.get(propertyValue)))return}var valuePair=map.get("_ekm_value");return valuePair?(_map.delete(valuePair[0]),valuePair[0]=key,map.set("_ekm_value",valuePair),_map.set(key,valuePair),valuePair):void 0}var EquivalentKeyMap=function(){function EquivalentKeyMap(iterable){if(function(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}(this,EquivalentKeyMap),this.clear(),iterable instanceof EquivalentKeyMap){var iterablePairs=[];iterable.forEach((function(value,key){iterablePairs.push([key,value])})),iterable=iterablePairs}if(null!=iterable)for(var i=0;i<iterable.length;i++)this.set(iterable[i][0],iterable[i][1])}var Constructor,protoProps,staticProps;return Constructor=EquivalentKeyMap,(protoProps=[{key:"set",value:function(key,value){if(null===key||"object"!==_typeof(key))return this._map.set(key,value),this;for(var properties=Object.keys(key).sort(),valuePair=[key,value],map=Array.isArray(key)?this._arrayTreeMap:this._objectTreeMap,i=0;i<properties.length;i++){var property=properties[i];map.has(property)||map.set(property,new EquivalentKeyMap),map=map.get(property);var propertyValue=key[property];map.has(propertyValue)||map.set(propertyValue,new EquivalentKeyMap),map=map.get(propertyValue)}var previousValuePair=map.get("_ekm_value");return previousValuePair&&this._map.delete(previousValuePair[0]),map.set("_ekm_value",valuePair),this._map.set(key,valuePair),this}},{key:"get",value:function(key){if(null===key||"object"!==_typeof(key))return this._map.get(key);var valuePair=getValuePair(this,key);return valuePair?valuePair[1]:void 0}},{key:"has",value:function(key){return null===key||"object"!==_typeof(key)?this._map.has(key):void 0!==getValuePair(this,key)}},{key:"delete",value:function(key){return!!this.has(key)&&(this.set(key,void 0),!0)}},{key:"forEach",value:function(callback){var _this=this,thisArg=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this;this._map.forEach((function(value,key){null!==key&&"object"===_typeof(key)&&(value=value[1]),callback.call(thisArg,value,key,_this)}))}},{key:"clear",value:function(){this._map=new Map,this._arrayTreeMap=new Map,this._objectTreeMap=new Map}},{key:"size",get:function(){return this._map.size}}])&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),EquivalentKeyMap}();module.exports=EquivalentKeyMap},function(module,exports,__webpack_require__){(function(global){module.exports=global._=__webpack_require__(623)}).call(this,__webpack_require__(54))},function(module,exports){function monadic(fn,cache,serializer,arg){var value,cacheKey=null==(value=arg)||"number"==typeof value||"boolean"==typeof value?arg:serializer(arg),computedValue=cache.get(cacheKey);return void 0===computedValue&&(computedValue=fn.call(this,arg),cache.set(cacheKey,computedValue)),computedValue}function variadic(fn,cache,serializer){var args=Array.prototype.slice.call(arguments,3),cacheKey=serializer(args),computedValue=cache.get(cacheKey);return void 0===computedValue&&(computedValue=fn.apply(this,args),cache.set(cacheKey,computedValue)),computedValue}function assemble(fn,context,strategy,cache,serialize){return strategy.bind(context,fn,cache,serialize)}function strategyDefault(fn,options){return assemble(fn,this,1===fn.length?monadic:variadic,options.cache.create(),options.serializer)}function serializerDefault(){return JSON.stringify(arguments)}function ObjectWithoutPrototypeCache(){this.cache=Object.create(null)}ObjectWithoutPrototypeCache.prototype.has=function(key){return key in this.cache},ObjectWithoutPrototypeCache.prototype.get=function(key){return this.cache[key]},ObjectWithoutPrototypeCache.prototype.set=function(key,value){this.cache[key]=value};var cacheDefault={create:function(){return new ObjectWithoutPrototypeCache}};module.exports=function(fn,options){var cache=options&&options.cache?options.cache:cacheDefault,serializer=options&&options.serializer?options.serializer:serializerDefault;return(options&&options.strategy?options.strategy:strategyDefault)(fn,{cache:cache,serializer:serializer})},module.exports.strategies={variadic:function(fn,options){return assemble(fn,this,variadic,options.cache.create(),options.serializer)},monadic:function(fn,options){return assemble(fn,this,monadic,options.cache.create(),options.serializer)}}},,function(module,exports){var toString={}.toString;module.exports=function(it){return toString.call(it).slice(8,-1)}},function(module,exports,__webpack_require__){var path=__webpack_require__(36),global=__webpack_require__(43),aFunction=function(variable){return"function"==typeof variable?variable:void 0};module.exports=function(namespace,method){return arguments.length<2?aFunction(path[namespace])||aFunction(global[namespace]):path[namespace]&&path[namespace][method]||global[namespace]&&global[namespace][method]}},function(module,exports){module.exports={}},function(module,exports){module.exports=function(bitmap,value){return{enumerable:!(1&bitmap),configurable:!(2&bitmap),writable:!(4&bitmap),value:value}}},function(module,exports){module.exports=function(it){if(null==it)throw TypeError("Can't call method on "+it);return it}},function(module,exports,__webpack_require__){__webpack_require__(206);var DOMIterables=__webpack_require__(468),global=__webpack_require__(43),hide=__webpack_require__(69),Iterators=__webpack_require__(96),TO_STRING_TAG=__webpack_require__(39)("toStringTag");for(var COLLECTION_NAME in DOMIterables){var Collection=global[COLLECTION_NAME],CollectionPrototype=Collection&&Collection.prototype;CollectionPrototype&&!CollectionPrototype[TO_STRING_TAG]&&hide(CollectionPrototype,TO_STRING_TAG,COLLECTION_NAME),Iterators[COLLECTION_NAME]=Iterators.Array}},function(module,exports,__webpack_require__){var defineProperty=__webpack_require__(82).f,hide=__webpack_require__(69),has=__webpack_require__(76),toString=__webpack_require__(466),TO_STRING_TAG=__webpack_require__(39)("toStringTag"),METHOD_REQUIRED=toString!=={}.toString;module.exports=function(it,TAG,STATIC,SET_METHOD){if(it){var target=STATIC?it:it.prototype;has(target,TO_STRING_TAG)||defineProperty(target,TO_STRING_TAG,{configurable:!0,value:TAG}),SET_METHOD&&METHOD_REQUIRED&&hide(target,"toString",toString)}}},function(module,exports){var cachedSetTimeout,cachedClearTimeout,process=module.exports={};function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}function runTimeout(fun){if(cachedSetTimeout===setTimeout)return setTimeout(fun,0);if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout)return cachedSetTimeout=setTimeout,setTimeout(fun,0);try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e){return cachedSetTimeout.call(this,fun,0)}}}!function(){try{cachedSetTimeout="function"==typeof setTimeout?setTimeout:defaultSetTimout}catch(e){cachedSetTimeout=defaultSetTimout}try{cachedClearTimeout="function"==typeof clearTimeout?clearTimeout:defaultClearTimeout}catch(e){cachedClearTimeout=defaultClearTimeout}}();var currentQueue,queue=[],draining=!1,queueIndex=-1;function cleanUpNextTick(){draining&&currentQueue&&(draining=!1,currentQueue.length?queue=currentQueue.concat(queue):queueIndex=-1,queue.length&&drainQueue())}function drainQueue(){if(!draining){var timeout=runTimeout(cleanUpNextTick);draining=!0;for(var len=queue.length;len;){for(currentQueue=queue,queue=[];++queueIndex<len;)currentQueue&&currentQueue[queueIndex].run();queueIndex=-1,len=queue.length}currentQueue=null,draining=!1,function(marker){if(cachedClearTimeout===clearTimeout)return clearTimeout(marker);if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout)return cachedClearTimeout=clearTimeout,clearTimeout(marker);try{cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e){return cachedClearTimeout.call(this,marker)}}}(timeout)}}function Item(fun,array){this.fun=fun,this.array=array}function noop(){}process.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1)for(var i=1;i<arguments.length;i++)args[i-1]=arguments[i];queue.push(new Item(fun,args)),1!==queue.length||draining||runTimeout(drainQueue)},Item.prototype.run=function(){this.fun.apply(null,this.array)},process.title="browser",process.browser=!0,process.env={},process.argv=[],process.version="",process.versions={},process.on=noop,process.addListener=noop,process.once=noop,process.off=noop,process.removeListener=noop,process.removeAllListeners=noop,process.emit=noop,process.prependListener=noop,process.prependOnceListener=noop,process.listeners=function(name){return[]},process.binding=function(name){throw new Error("process.binding is not supported")},process.cwd=function(){return"/"},process.chdir=function(dir){throw new Error("process.chdir is not supported")},process.umask=function(){return 0}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__(0)},function(module,__webpack_exports__,__webpack_require__){"use strict";function createOnKeyDown(_temp){var _ref=void 0===_temp?{}:_temp,keyMap=_ref.keyMap,onKey=_ref.onKey,stopPropagation=_ref.stopPropagation,onKeyDown=_ref.onKeyDown,_ref$shouldKeyDown=_ref.shouldKeyDown,shouldKeyDown=void 0===_ref$shouldKeyDown?function(){return!0}:_ref$shouldKeyDown,_ref$preventDefault=_ref.preventDefault,preventDefault=void 0===_ref$preventDefault||_ref$preventDefault;return function(event){if(keyMap){var _onKeyDown$current,finalKeyMap="function"==typeof keyMap?keyMap(event):keyMap,shouldPreventDefault="function"==typeof preventDefault?preventDefault(event):preventDefault,shouldStopPropagation="function"==typeof stopPropagation?stopPropagation(event):stopPropagation;if(event.key in finalKeyMap){var action=finalKeyMap[event.key];if("function"==typeof action&&shouldKeyDown(event))return shouldPreventDefault&&event.preventDefault(),shouldStopPropagation&&event.stopPropagation(),onKey&&onKey(event),void action(event)}if(onKeyDown&&"current"in onKeyDown)null===(_onKeyDown$current=onKeyDown.current)||void 0===_onKeyDown$current||_onKeyDown$current.call(onKeyDown,event);else null==onKeyDown||onKeyDown(event)}}}__webpack_require__.d(__webpack_exports__,"a",(function(){return createOnKeyDown}))},function(module,exports){"function"==typeof Object.create?module.exports=function(ctor,superCtor){ctor.super_=superCtor,ctor.prototype=Object.create(superCtor.prototype,{constructor:{value:ctor,enumerable:!1,writable:!0,configurable:!0}})}:module.exports=function(ctor,superCtor){ctor.super_=superCtor;var TempCtor=function(){};TempCtor.prototype=superCtor.prototype,ctor.prototype=new TempCtor,ctor.prototype.constructor=ctor}},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return _unsupportedIterableToArray}));var _babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(131);function _unsupportedIterableToArray(o,minLen){if(o){if("string"==typeof o)return Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__.a)(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);return"Object"===n&&o.constructor&&(n=o.constructor.name),"Map"===n||"Set"===n?Array.from(o):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(_babel_runtime_helpers_esm_arrayLikeToArray__WEBPACK_IMPORTED_MODULE_0__.a)(o,minLen):void 0}}},function(module,exports,__webpack_require__){var _indexOfInstanceProperty=__webpack_require__(230),_Object$getOwnPropertySymbols=__webpack_require__(539),objectWithoutPropertiesLoose=__webpack_require__(541);module.exports=function(source,excluded){if(null==source)return{};var key,i,target=objectWithoutPropertiesLoose(source,excluded);if(_Object$getOwnPropertySymbols){var sourceSymbolKeys=_Object$getOwnPropertySymbols(source);for(i=0;i<sourceSymbolKeys.length;i++)key=sourceSymbolKeys[i],_indexOfInstanceProperty(excluded).call(excluded,key)>=0||Object.prototype.propertyIsEnumerable.call(source,key)&&(target[key]=source[key])}return target}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(548)},function(module,__webpack_exports__,__webpack_require__){"use strict";(function(process){var _wordpress_element__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),SlotFillContext=(__webpack_require__(153),Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_0__.createContext)({slots:{},fills:{},registerSlot:function(){void 0!==process&&process.env},updateSlot:function(){},unregisterSlot:function(){},registerFill:function(){},unregisterFill:function(){}}));__webpack_exports__.a=SlotFillContext}).call(this,__webpack_require__(101))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useCreateElement}));var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(0),_SystemContext_js__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(83),_rollupPluginBabelHelpers_0c84a174_js__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(58);var useCreateElement=function(type,props,children){void 0===children&&(children=props.children);var context=Object(react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_SystemContext_js__WEBPACK_IMPORTED_MODULE_1__.a);if(context.useCreateElement)return context.useCreateElement(type,props,children);if("string"==typeof type&&function(children){return"function"==typeof children}(children)){props.children;return children(Object(_rollupPluginBabelHelpers_0c84a174_js__WEBPACK_IMPORTED_MODULE_2__.b)(props,["children"]))}return Object(react__WEBPACK_IMPORTED_MODULE_0__.createElement)(type,props,children)}},function(module,exports,__webpack_require__){var _Promise=__webpack_require__(572);function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg),value=info.value}catch(error){return void reject(error)}info.done?resolve(value):_Promise.resolve(value).then(_next,_throw)}module.exports=function(fn){return function(){var self=this,args=arguments;return new _Promise((function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value)}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err)}_next(void 0)}))}}},function(module,exports){module.exports=function(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}},function(module,exports,__webpack_require__){var _Object$defineProperty=__webpack_require__(215);function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),_Object$defineProperty(target,descriptor.key,descriptor)}}module.exports=function(Constructor,protoProps,staticProps){return protoProps&&_defineProperties(Constructor.prototype,protoProps),staticProps&&_defineProperties(Constructor,staticProps),Constructor}},function(module,exports,__webpack_require__){var _Object$create=__webpack_require__(607),setPrototypeOf=__webpack_require__(611);module.exports=function(subClass,superClass){if("function"!=typeof superClass&&null!==superClass)throw new TypeError("Super expression must either be null or a function");subClass.prototype=_Object$create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:!0,configurable:!0}}),superClass&&setPrototypeOf(subClass,superClass)}},function(module,exports,__webpack_require__){var _typeof=__webpack_require__(615),assertThisInitialized=__webpack_require__(40);module.exports=function(self,call){return!call||"object"!==_typeof(call)&&"function"!=typeof call?assertThisInitialized(self):call}},function(module,exports,__webpack_require__){module.exports=__webpack_require__(654)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(667)},function(module,exports,__webpack_require__){module.exports=__webpack_require__(683)},function(module,exports,__webpack_require__){var DESCRIPTORS=__webpack_require__(61),propertyIsEnumerableModule=__webpack_require__(165),createPropertyDescriptor=__webpack_require__(97),toIndexedObject=__webpack_require__(75),toPrimitive=__webpack_require__(138),has=__webpack_require__(76),IE8_DOM_DEFINE=__webpack_require__(202),nativeGetOwnPropertyDescriptor=Object.getOwnPropertyDescriptor;exports.f=DESCRIPTORS?nativeGetOwnPropertyDescriptor:function(O,P){if(O=toIndexedObject(O),P=toPrimitive(P,!0),IE8_DOM_DEFINE)try{return nativeGetOwnPropertyDescriptor(O,P)}catch(error){}if(has(O,P))return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O,P),O[P])}},function(module,exports,__webpack_require__){var aFunction=__webpack_require__(77);module.exports=function(fn,that,length){if(aFunction(fn),void 0===that)return fn;switch(length){case 0:return function(){return fn.call(that)};case 1:return function(a){return fn.call(that,a)};case 2:return function(a,b){return fn.call(that,a,b)};case 3:return function(a,b,c){return fn.call(that,a,b,c)}}return function(){return fn.apply(that,arguments)}}},function(module,exports,__webpack_require__){"use strict";var toPrimitive=__webpack_require__(138),definePropertyModule=__webpack_require__(82),createPropertyDescriptor=__webpack_require__(97);module.exports=function(object,key,value){var propertyKey=toPrimitive(key);propertyKey in object?definePropertyModule.f(object,propertyKey,createPropertyDescriptor(0,value)):object[propertyKey]=value}},function(module,exports){module.exports=!0},function(module,exports,__webpack_require__){var anObject=__webpack_require__(64),defineProperties=__webpack_require__(204),enumBugKeys=__webpack_require__(169),hiddenKeys=__webpack_require__(141),html=__webpack_require__(211),documentCreateElement=__webpack_require__(166),IE_PROTO=__webpack_require__(144)("IE_PROTO"),Empty=function(){},createDict=function(){var iframeDocument,iframe=documentCreateElement("iframe"),length=enumBugKeys.length;for(iframe.style.display="none",html.appendChild(iframe),iframe.src=String("javascript:"),(iframeDocument=iframe.contentWindow.document).open(),iframeDocument.write("<script>document.F=Object<\/script>"),iframeDocument.close(),createDict=iframeDocument.F;length--;)delete createDict.prototype[enumBugKeys[length]];return createDict()};module.exports=Object.create||function(O,Properties){var result;return null!==O?(Empty.prototype=anObject(O),result=new Empty,Empty.prototype=null,result[IE_PROTO]=O):result=createDict(),void 0===Properties?result:defineProperties(result,Properties)},hiddenKeys[IE_PROTO]=!0},function(module,exports,__webpack_require__){var classofRaw=__webpack_require__(94),TO_STRING_TAG=__webpack_require__(39)("toStringTag"),CORRECT_ARGUMENTS="Arguments"==classofRaw(function(){return arguments}());module.exports=function(it){var O,tag,result;return void 0===it?"Undefined":null===it?"Null":"string"==typeof(tag=function(it,key){try{return it[key]}catch(error){}}(O=Object(it),TO_STRING_TAG))?tag:CORRECT_ARGUMENTS?classofRaw(O):"Object"==(result=classofRaw(O))&&"function"==typeof O.callee?"Arguments":result}},function(module,exports,__webpack_require__){var bind=__webpack_require__(119),IndexedObject=__webpack_require__(137),toObject=__webpack_require__(70),toLength=__webpack_require__(78),arraySpeciesCreate=__webpack_require__(176),push=[].push,createMethod=function(TYPE){var IS_MAP=1==TYPE,IS_FILTER=2==TYPE,IS_SOME=3==TYPE,IS_EVERY=4==TYPE,IS_FIND_INDEX=6==TYPE,NO_HOLES=5==TYPE||IS_FIND_INDEX;return function($this,callbackfn,that,specificCreate){for(var value,result,O=toObject($this),self=IndexedObject(O),boundFunction=bind(callbackfn,that,3),length=toLength(self.length),index=0,create=specificCreate||arraySpeciesCreate,target=IS_MAP?create($this,length):IS_FILTER?create($this,0):void 0;length>index;index++)if((NO_HOLES||index in self)&&(result=boundFunction(value=self[index],index,O),TYPE))if(IS_MAP)target[index]=result;else if(result)switch(TYPE){case 3:return!0;case 5:return value;case 6:return index;case 2:push.call(target,value)}else if(IS_EVERY)return!1;return IS_FIND_INDEX?-1:IS_SOME||IS_EVERY?IS_EVERY:target}};module.exports={forEach:createMethod(0),map:createMethod(1),filter:createMethod(2),some:createMethod(3),every:createMethod(4),find:createMethod(5),findIndex:createMethod(6)}},function(module,exports,__webpack_require__){var classof=__webpack_require__(94);module.exports=Array.isArray||function(arg){return"Array"==classof(arg)}},function(module,exports,__webpack_require__){var fails=__webpack_require__(47),SPECIES=__webpack_require__(39)("species");module.exports=function(METHOD_NAME){return!fails((function(){var array=[];return(array.constructor={})[SPECIES]=function(){return{foo:1}},1!==array[METHOD_NAME](Boolean).foo}))}},function(module,exports,__webpack_require__){"use strict";var charAt=__webpack_require__(494).charAt,InternalStateModule=__webpack_require__(142),defineIterator=__webpack_require__(207),setInternalState=InternalStateModule.set,getInternalState=InternalStateModule.getterFor("String Iterator");defineIterator(String,"String",(function(iterated){setInternalState(this,{type:"String Iterator",string:String(iterated),index:0})}),(function(){var point,state=getInternalState(this),string=state.string,index=state.index;return index>=string.length?{value:void 0,done:!0}:(point=charAt(string,index),state.index+=point.length,{value:point,done:!1})}))},function(module,exports,__webpack_require__){"use strict";var aFunction=__webpack_require__(77),PromiseCapability=function(C){var resolve,reject;this.promise=new C((function($$resolve,$$reject){if(void 0!==resolve||void 0!==reject)throw TypeError("Bad Promise constructor");resolve=$$resolve,reject=$$reject})),this.resolve=aFunction(resolve),this.reject=aFunction(reject)};module.exports.f=function(C){return new PromiseCapability(C)}},function(module,exports){exports.getArg=function(aArgs,aName,aDefaultValue){if(aName in aArgs)return aArgs[aName];if(3===arguments.length)return aDefaultValue;throw new Error('"'+aName+'" is a required argument.')};var urlRegexp=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,dataUrlRegexp=/^data:.+\,.+$/;function urlParse(aUrl){var match=aUrl.match(urlRegexp);return match?{scheme:match[1],auth:match[2],host:match[3],port:match[4],path:match[5]}:null}function urlGenerate(aParsedUrl){var url="";return aParsedUrl.scheme&&(url+=aParsedUrl.scheme+":"),url+="//",aParsedUrl.auth&&(url+=aParsedUrl.auth+"@"),aParsedUrl.host&&(url+=aParsedUrl.host),aParsedUrl.port&&(url+=":"+aParsedUrl.port),aParsedUrl.path&&(url+=aParsedUrl.path),url}function normalize(aPath){var path=aPath,url=urlParse(aPath);if(url){if(!url.path)return aPath;path=url.path}for(var part,isAbsolute=exports.isAbsolute(path),parts=path.split(/\/+/),up=0,i=parts.length-1;i>=0;i--)"."===(part=parts[i])?parts.splice(i,1):".."===part?up++:up>0&&(""===part?(parts.splice(i+1,up),up=0):(parts.splice(i,2),up--));return""===(path=parts.join("/"))&&(path=isAbsolute?"/":"."),url?(url.path=path,urlGenerate(url)):path}function join(aRoot,aPath){""===aRoot&&(aRoot="."),""===aPath&&(aPath=".");var aPathUrl=urlParse(aPath),aRootUrl=urlParse(aRoot);if(aRootUrl&&(aRoot=aRootUrl.path||"/"),aPathUrl&&!aPathUrl.scheme)return aRootUrl&&(aPathUrl.scheme=aRootUrl.scheme),urlGenerate(aPathUrl);if(aPathUrl||aPath.match(dataUrlRegexp))return aPath;if(aRootUrl&&!aRootUrl.host&&!aRootUrl.path)return aRootUrl.host=aPath,urlGenerate(aRootUrl);var joined="/"===aPath.charAt(0)?aPath:normalize(aRoot.replace(/\/+$/,"")+"/"+aPath);return aRootUrl?(aRootUrl.path=joined,urlGenerate(aRootUrl)):joined}exports.urlParse=urlParse,exports.urlGenerate=urlGenerate,exports.normalize=normalize,exports.join=join,exports.isAbsolute=function(aPath){return"/"===aPath.charAt(0)||urlRegexp.test(aPath)},exports.relative=function(aRoot,aPath){""===aRoot&&(aRoot="."),aRoot=aRoot.replace(/\/$/,"");for(var level=0;0!==aPath.indexOf(aRoot+"/");){var index=aRoot.lastIndexOf("/");if(index<0)return aPath;if((aRoot=aRoot.slice(0,index)).match(/^([^\/]+:\/)?\/*$/))return aPath;++level}return Array(level+1).join("../")+aPath.substr(aRoot.length+1)};var supportsNullProto=!("__proto__"in Object.create(null));function identity(s){return s}function isProtoString(s){if(!s)return!1;var length=s.length;if(length<9)return!1;if(95!==s.charCodeAt(length-1)||95!==s.charCodeAt(length-2)||111!==s.charCodeAt(length-3)||116!==s.charCodeAt(length-4)||111!==s.charCodeAt(length-5)||114!==s.charCodeAt(length-6)||112!==s.charCodeAt(length-7)||95!==s.charCodeAt(length-8)||95!==s.charCodeAt(length-9))return!1;for(var i=length-10;i>=0;i--)if(36!==s.charCodeAt(i))return!1;return!0}function strcmp(aStr1,aStr2){return aStr1===aStr2?0:null===aStr1?1:null===aStr2?-1:aStr1>aStr2?1:-1}exports.toSetString=supportsNullProto?identity:function(aStr){return isProtoString(aStr)?"$"+aStr:aStr},exports.fromSetString=supportsNullProto?identity:function(aStr){return isProtoString(aStr)?aStr.slice(1):aStr},exports.compareByOriginalPositions=function(mappingA,mappingB,onlyCompareOriginal){var cmp=strcmp(mappingA.source,mappingB.source);return 0!==cmp||0!==(cmp=mappingA.originalLine-mappingB.originalLine)||0!==(cmp=mappingA.originalColumn-mappingB.originalColumn)||onlyCompareOriginal||0!==(cmp=mappingA.generatedColumn-mappingB.generatedColumn)||0!==(cmp=mappingA.generatedLine-mappingB.generatedLine)?cmp:strcmp(mappingA.name,mappingB.name)},exports.compareByGeneratedPositionsDeflated=function(mappingA,mappingB,onlyCompareGenerated){var cmp=mappingA.generatedLine-mappingB.generatedLine;return 0!==cmp||0!==(cmp=mappingA.generatedColumn-mappingB.generatedColumn)||onlyCompareGenerated||0!==(cmp=strcmp(mappingA.source,mappingB.source))||0!==(cmp=mappingA.originalLine-mappingB.originalLine)||0!==(cmp=mappingA.originalColumn-mappingB.originalColumn)?cmp:strcmp(mappingA.name,mappingB.name)},exports.compareByGeneratedPositionsInflated=function(mappingA,mappingB){var cmp=mappingA.generatedLine-mappingB.generatedLine;return 0!==cmp||0!==(cmp=mappingA.generatedColumn-mappingB.generatedColumn)||0!==(cmp=strcmp(mappingA.source,mappingB.source))||0!==(cmp=mappingA.originalLine-mappingB.originalLine)||0!==(cmp=mappingA.originalColumn-mappingB.originalColumn)?cmp:strcmp(mappingA.name,mappingB.name)},exports.parseSourceMapInput=function(str){return JSON.parse(str.replace(/^\)]}'[^\n]*\n/,""))},exports.computeSourceURL=function(sourceRoot,sourceURL,sourceMapURL){if(sourceURL=sourceURL||"",sourceRoot&&("/"!==sourceRoot[sourceRoot.length-1]&&"/"!==sourceURL[0]&&(sourceRoot+="/"),sourceURL=sourceRoot+sourceURL),sourceMapURL){var parsed=urlParse(sourceMapURL);if(!parsed)throw new Error("sourceMapURL could not be parsed");if(parsed.path){var index=parsed.path.lastIndexOf("/");index>=0&&(parsed.path=parsed.path.substring(0,index+1))}sourceURL=join(urlGenerate(parsed),sourceURL)}return normalize(sourceURL)}},function(module,__webpack_exports__,__webpack_require__){"use strict";var _babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(18),_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0__),prop_types__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(2),prop_types__WEBPACK_IMPORTED_MODULE_1___default=__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(0),react__WEBPACK_IMPORTED_MODULE_2___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__),classnames__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(7),classnames__WEBPACK_IMPORTED_MODULE_3___default=__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__),Button=function(_ref){var _classnames,children=_ref.children,dimension=_ref.dimension,variant=_ref.variant,withSpinner=_ref.withSpinner,isDisabled=_ref.isDisabled,isFullWidth=_ref.isFullWidth,iconStart=_ref.iconStart,iconEnd=_ref.iconEnd,onClick=_ref.onClick,href=_ref.href,type=_ref.type,target=_ref.target,automationId=_ref.automationId,className=_ref.className,Element=href?"a":"button";return react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement(Element,{href:href,onClick:onClick,type:type,target:target,className:classnames__WEBPACK_IMPORTED_MODULE_3___default()(className,"mailpoet-button",(_classnames={},_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(_classnames,"mailpoet-button-".concat(dimension),dimension),_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(_classnames,"mailpoet-button-".concat(variant),variant),_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(_classnames,"mailpoet-button-with-spinner",withSpinner),_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(_classnames,"mailpoet-disabled",isDisabled),_babel_runtime_corejs3_helpers_defineProperty__WEBPACK_IMPORTED_MODULE_0___default()(_classnames,"mailpoet-full-width",isFullWidth),_classnames)),"data-automation-id":automationId},iconStart,children&&react__WEBPACK_IMPORTED_MODULE_2___default.a.createElement("span",null,children),iconEnd)};Button.propTypes={children:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.node,dimension:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["extra-small","small","large"]),variant:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["light","dark","link","link-dark"]),withSpinner:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.bool,isDisabled:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.bool,isFullWidth:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.bool,iconStart:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.element,iconEnd:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.element,onClick:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.func,href:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string,rel:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string,type:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["button","submit","reset"]),target:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOfType([prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["_blank"]),prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["_self"]),prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["_parent"]),prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.oneOf(["_top"]),prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string]),automationId:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string,className:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string,data:prop_types__WEBPACK_IMPORTED_MODULE_1___default.a.string},__webpack_exports__.a=Button},function(module,__webpack_exports__,__webpack_require__){"use strict";function _arrayLikeToArray(arr,len){(null==len||len>arr.length)&&(len=arr.length);for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}__webpack_require__.d(__webpack_exports__,"a",(function(){return _arrayLikeToArray}))},function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",(function(){return useClickable}));var _rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(17),reakit_system_createComponent__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(51),reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(50),react__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(0),reakit_utils_isButton__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(84),reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_6__=(__webpack_require__(102),__webpack_require__(46)),reakit_utils_isSelfTarget__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(57),_Tabbable_Tabbable_js__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(89);var useClickable=Object(reakit_system_createHook__WEBPACK_IMPORTED_MODULE_2__.a)({name:"Clickable",compose:_Tabbable_Tabbable_js__WEBPACK_IMPORTED_MODULE_8__.a,keys:["unstable_clickOnEnter","unstable_clickOnSpace"],useOptions:function(_ref){var _ref$unstable_clickOn=_ref.unstable_clickOnEnter,unstable_clickOnEnter=void 0===_ref$unstable_clickOn||_ref$unstable_clickOn,_ref$unstable_clickOn2=_ref.unstable_clickOnSpace,unstable_clickOnSpace=void 0===_ref$unstable_clickOn2||_ref$unstable_clickOn2,options=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(_ref,["unstable_clickOnEnter","unstable_clickOnSpace"]);return Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.b)({unstable_clickOnEnter:unstable_clickOnEnter,unstable_clickOnSpace:unstable_clickOnSpace},options)},useProps:function(options,_ref2){var htmlOnKeyDown=_ref2.onKeyDown,htmlOnKeyUp=_ref2.onKeyUp,htmlProps=Object(_rollupPluginBabelHelpers_1f0bf8c2_js__WEBPACK_IMPORTED_MODULE_0__.a)(_ref2,["onKeyDown","onKeyUp"]),_React$useState=Object(react__WEBPACK_IMPORTED_MODULE_3__.useState)(!1),active=_React$useState[0],setActive=_React$useState[1],onKeyDownRef=Object(reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_6__.a)(htmlOnKeyDown),onKeyUpRef=Object(reakit_utils_useLiveRef__WEBPACK_IMPORTED_MODULE_6__.a)(htmlOnKeyUp),onKeyDown=Object(react__WEBPACK_IMPORTED_MODULE_3__.useCallback)((function(event){var _onKeyDownRef$current;if(null===(_onKeyDownRef$current=onKeyDownRef.curre