MailPoet Newsletters (New) - Version 3.47.9

Version Description

  • 2020-07-14 =
  • Improved: responsiveness of signup forms;
  • Improved: more explanatory option when sending all site's emails through MailPoet;
  • Fixed: missing support details for premium users on some pages.
Download this release

Release Info

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

Code changes from version 3.47.7 to 3.47.9

{trunk/assets → assets}/dist/css/mailpoet-editor.18157d1e.css RENAMED
File without changes
assets/dist/css/mailpoet-editor.ed57cb14.css DELETED
@@ -1,935 +0,0 @@
1
- /* default Select2 placeholder color for single dropdown */
2
- @-webkit-keyframes fadeIn { 0% { opacity: .3; }
3
- 100% { opacity: 1; } }
4
- @keyframes fadeIn { 0% { opacity: .3; }
5
- 100% { opacity: 1; } }
6
-
7
- /***
8
- Spectrum Colorpicker v1.8.0
9
- https://github.com/bgrins/spectrum
10
- Author: Brian Grinstead
11
- License: MIT
12
- ***/
13
- .sp-container { position: absolute; top: 0; left: 0; display: inline-block; *display: inline; *zoom: 1; /* https://github.com/bgrins/spectrum/issues/40 */ z-index: 9999994; overflow: hidden; }
14
-
15
- .sp-container.sp-flat { position: relative; }
16
-
17
- /* Fix for * { box-sizing: border-box; } */
18
- .sp-container, .sp-container * { box-sizing: content-box; }
19
-
20
- /* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
21
- .sp-top { position: relative; width: 100%; display: inline-block; }
22
-
23
- .sp-top-inner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
24
-
25
- .sp-color { position: absolute; top: 0; left: 0; bottom: 0; right: 20%; }
26
-
27
- .sp-hue { position: absolute; top: 0; right: 0; bottom: 0; left: 84%; height: 100%; }
28
-
29
- .sp-clear-enabled .sp-hue { top: 33px; height: 77.5%; }
30
-
31
- .sp-fill { padding-top: 80%; }
32
-
33
- .sp-sat, .sp-val { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
34
-
35
- .sp-alpha-enabled .sp-top { margin-bottom: 18px; }
36
-
37
- .sp-alpha-enabled .sp-alpha { display: block; }
38
-
39
- .sp-alpha-handle { position: absolute; top: -4px; bottom: -4px; width: 6px; left: 50%; cursor: pointer; border: 1px solid black; background: white; opacity: .8; }
40
-
41
- .sp-alpha { display: none; position: absolute; bottom: -14px; right: 0; left: 0; height: 8px; }
42
-
43
- .sp-alpha-inner { border: solid 1px #333; }
44
-
45
- .sp-clear { display: none; }
46
-
47
- .sp-clear.sp-clear-display { background-position: center; }
48
-
49
- .sp-clear-enabled .sp-clear { display: block; position: absolute; top: 0px; right: 0; bottom: 0; left: 84%; height: 28px; }
50
-
51
- /* Don't allow text selection */
52
- .sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button { -webkit-user-select: none; -moz-user-select: -moz-none; -o-user-select: none; -ms-user-select: none; user-select: none; }
53
-
54
- .sp-container.sp-input-disabled .sp-input-container { display: none; }
55
-
56
- .sp-container.sp-buttons-disabled .sp-button-container { display: none; }
57
-
58
- .sp-container.sp-palette-buttons-disabled .sp-palette-button-container { display: none; }
59
-
60
- .sp-palette-only .sp-picker-container { display: none; }
61
-
62
- .sp-palette-disabled .sp-palette-container { display: none; }
63
-
64
- .sp-initial-disabled .sp-initial { display: none; }
65
-
66
- /* Gradients for hue, saturation and value instead of images. Not pretty... but it works */
67
- .sp-sat { background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)"; filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81'); }
68
-
69
- .sp-val { background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000'); }
70
-
71
- .sp-hue { background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%); }
72
-
73
- /* IE filters do not support multiple color stops. Generate 6 divs, line them up, and do two color gradients for each. Yes, really. */
74
- .sp-1 { height: 17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00'); }
75
-
76
- .sp-2 { height: 16%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00'); }
77
-
78
- .sp-3 { height: 17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff'); }
79
-
80
- .sp-4 { height: 17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff'); }
81
-
82
- .sp-5 { height: 16%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff'); }
83
-
84
- .sp-6 { height: 17%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000'); }
85
-
86
- .sp-hidden { display: none !important; }
87
-
88
- /* Clearfix hack */
89
- .sp-cf:before, .sp-cf:after { content: ""; display: table; }
90
-
91
- .sp-cf:after { clear: both; }
92
-
93
- .sp-cf { *zoom: 1; }
94
-
95
- /* Mobile devices, make hue slider bigger so it is easier to slide */
96
- @media (max-device-width: 480px) { .sp-color { right: 40%; }
97
- .sp-hue { left: 63%; }
98
- .sp-fill { padding-top: 60%; } }
99
-
100
- .sp-dragger { border-radius: 5px; height: 5px; width: 5px; border: 1px solid #fff; background: #000; cursor: pointer; position: absolute; top: 0; left: 0; }
101
-
102
- .sp-slider { position: absolute; top: 0; cursor: pointer; height: 3px; left: -1px; right: -1px; border: 1px solid #000; background: white; opacity: .8; }
103
-
104
- /*
105
- Theme authors:
106
- Here are the basic themeable display options (colors, fonts, global widths).
107
- See http://bgrins.github.io/spectrum/themes/ for instructions.
108
- */
109
- .sp-container { border-radius: 0; background-color: #ECECEC; border: solid 1px #f0c49B; padding: 0; }
110
-
111
- .sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear { font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif; -ms-box-sizing: border-box; box-sizing: border-box; }
112
-
113
- .sp-top { margin-bottom: 3px; }
114
-
115
- .sp-color, .sp-hue, .sp-clear { border: solid 1px #666; }
116
-
117
- /* Input */
118
- .sp-input-container { float: right; width: 100px; margin-bottom: 4px; }
119
-
120
- .sp-initial-disabled .sp-input-container { width: 100%; }
121
-
122
- .sp-input { font-size: 12px !important; border: 1px inset; padding: 4px 5px; margin: 0; width: 100%; background: transparent; border-radius: 3px; color: #222; }
123
-
124
- .sp-input:focus { border: 1px solid orange; }
125
-
126
- .sp-input.sp-validation-error { border: 1px solid red; background: #fdd; }
127
-
128
- .sp-picker-container, .sp-palette-container { float: left; position: relative; padding: 10px; padding-bottom: 300px; margin-bottom: -290px; }
129
-
130
- .sp-picker-container { width: 172px; border-left: solid 1px #fff; }
131
-
132
- /* Palettes */
133
- .sp-palette-container { border-right: solid 1px #ccc; }
134
-
135
- .sp-palette-only .sp-palette-container { border: 0; }
136
-
137
- .sp-palette .sp-thumb-el { display: block; position: relative; float: left; width: 24px; height: 15px; margin: 3px; cursor: pointer; border: solid 2px transparent; }
138
-
139
- .sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active { border-color: orange; }
140
-
141
- .sp-thumb-el { position: relative; }
142
-
143
- /* Initial */
144
- .sp-initial { float: left; border: solid 1px #333; }
145
-
146
- .sp-initial span { width: 30px; height: 25px; border: none; display: block; float: left; margin: 0; }
147
-
148
- .sp-initial .sp-clear-display { background-position: center; }
149
-
150
- /* Buttons */
151
- .sp-palette-button-container, .sp-button-container { float: right; }
152
-
153
- /* Replacer (the little preview div that shows up instead of the <input>) */
154
- .sp-replacer { margin: 0; overflow: hidden; cursor: pointer; padding: 4px; display: inline-block; *zoom: 1; *display: inline; border: solid 1px #91765d; background: #eee; color: #333; vertical-align: middle; }
155
-
156
- .sp-replacer:hover, .sp-replacer.sp-active { border-color: #F0C49B; color: #111; }
157
-
158
- .sp-replacer.sp-disabled { cursor: default; border-color: silver; color: silver; }
159
-
160
- .sp-dd { padding: 2px 0; height: 16px; line-height: 16px; float: left; font-size: 10px; }
161
-
162
- .sp-preview { position: relative; width: 25px; height: 20px; border: solid 1px #222; margin-right: 5px; float: left; z-index: 0; }
163
-
164
- .sp-palette { *width: 220px; max-width: 220px; }
165
-
166
- .sp-palette .sp-thumb-el { width: 16px; height: 16px; margin: 2px 1px; border: solid 1px #d0d0d0; }
167
-
168
- .sp-container { padding-bottom: 0; }
169
-
170
- /* Buttons: http://hellohappy.org/css3-buttons/ */
171
- .sp-container button { background-color: #eeeeee; background-image: linear-gradient(to bottom, #eeeeee, #cccccc); border: 1px solid #ccc; border-bottom: 1px solid #bbb; border-radius: 3px; color: #333; font-size: 14px; line-height: 1; padding: 5px 4px; text-align: center; text-shadow: 0 1px 0 #eee; vertical-align: middle; }
172
-
173
- .sp-container button:hover { background-color: #dddddd; background-image: linear-gradient(to bottom, #dddddd, #bbbbbb); border: 1px solid #bbb; border-bottom: 1px solid #999; cursor: pointer; text-shadow: 0 1px 0 #ddd; }
174
-
175
- .sp-container button:active { border: 1px solid #aaa; border-bottom: 1px solid #888; -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }
176
-
177
- .sp-cancel { font-size: 11px; color: #d93f3f !important; margin: 0; padding: 2px; margin-right: 5px; vertical-align: middle; text-decoration: none; }
178
-
179
- .sp-cancel:hover { color: #d93f3f !important; text-decoration: underline; }
180
-
181
- .sp-palette span:hover, .sp-palette span.sp-thumb-active { border-color: #000; }
182
-
183
- .sp-preview, .sp-alpha, .sp-thumb-el { position: relative; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==); }
184
-
185
- .sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
186
-
187
- .sp-palette .sp-thumb-inner { background-position: 50% 50%; background-repeat: no-repeat; }
188
-
189
- .sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=); }
190
-
191
- .sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=); }
192
-
193
- .sp-clear-display { background-repeat: no-repeat; background-position: center; background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==); }
194
-
195
- .mailpoet_button { background-color: #f8f8f8; border: 1px solid #ddd; border-radius: 3px; color: #a4a4a4; line-height: normal; margin: 0; padding: 6px 20px; vertical-align: top; }
196
-
197
- .mailpoet_button_full { box-sizing: border-box; width: 100%; }
198
-
199
- .mailpoet_button_primary { background-color: #2ea1cd; border-color: #0074a2; color: #fff; }
200
-
201
- .mailpoet_button_primary:hover { background-color: #1e8cbe; }
202
-
203
- .mailpoet_button_group { display: inline; }
204
-
205
- .mailpoet_button_group .mailpoet_button:first-child { border-bottom-right-radius: 0; border-top-right-radius: 0; margin-right: 0; padding: 6px 12px; }
206
-
207
- .mailpoet_button_group .mailpoet_button:last-child { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; margin-left: 0; padding-left: 10px; padding-right: 10px; }
208
-
209
- a { color: #2ea1cd; text-decoration: none; }
210
-
211
- .mailpoet_hidden { display: none !important; }
212
-
213
- .mailpoet_form_narrow_select2 span.select2-container { width: 103px !important; }
214
-
215
- span.select2-container--open > span.select2-dropdown { min-width: 150px; }
216
-
217
- span.select2-container--open > span.select2-dropdown li.select2-results__option { font-size: 13px; margin: 0 !important; }
218
-
219
- span.select2-container--open > span.select2-dropdown li.select2-results__option .select2-results__group { color: #bfbfbf; font-weight: normal; }
220
-
221
- span.select2-container--open > span.select2-dropdown li.select2-results__option .select2-results__option { font-size: 13px; padding-left: 15px; }
222
-
223
- span.select2-container--open > span.select2-dropdown li.select2-results__option .select2-results__option[aria-selected=true] { background-color: #eee; color: #444; }
224
-
225
- .mailpoet_settings_notice { color: #999; }
226
-
227
- #mailpoet_editor_content ol, #mailpoet_editor_content ul { padding-left: 40px; }
228
-
229
- #mailpoet_editor_content ul { list-style-type: disc; }
230
-
231
- #mailpoet_editor_content ul ul { list-style-type: circle; }
232
-
233
- #mailpoet_editor_content ul ul ul { list-style-type: square; }
234
-
235
- .tooltip-help-designer-subject-line div, .tooltip-help-designer-preheader div { z-index: 100001; }
236
-
237
- .tooltip-help-send-preview { color: #fff; margin-top: -10px; position: absolute; right: 4px; top: 50%; }
238
-
239
- .tooltip-help-designer-ideal-width { color: #656565; font-weight: normal; margin-left: 5px; text-transform: none; }
240
-
241
- .tooltip-help-designer-full-width .dashicons { line-height: 34px; }
242
-
243
- .tooltip-help-designer-full-width span { line-height: 1.4em; }
244
-
245
- .mailpoet_text_content p { margin: 1em 0; }
246
-
247
- .mailpoet_separator { margin: 17px 20px; }
248
-
249
- .mailpoet_option_offset_left_small { margin-left: 10px; }
250
-
251
- input.mailpoet_option_offset_left_small { margin-left: 10px !important; }
252
-
253
- input.mailpoet_color { width: 5em; }
254
-
255
- select.mailpoet_font-family { width: 8em; }
256
-
257
- select.mailpoet_font-size { width: 5em; }
258
-
259
- .mailpoet_input, .mailpoet_select { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 1px; box-shadow: none !important; line-height: 22px; padding: 3px; }
260
-
261
- .mailpoet_input { border: 1px solid #e5e5e5; width: 283px; }
262
-
263
- .mailpoet_input_small { width: 58px; }
264
-
265
- .mailpoet_input_medium { width: 150px; }
266
-
267
- .mailpoet_input_full { box-sizing: border-box; margin: 0; width: 100%; }
268
-
269
- .mailpoet_range { -webkit-appearance: none; padding: 0; vertical-align: middle; width: 283px; }
270
-
271
- .mailpoet_range:focus { outline: none; }
272
-
273
- .mailpoet_range::-webkit-slider-runnable-track { background: #fff; border: 1px solid #ddd; border-radius: 3px; cursor: pointer; height: 12px; width: 100%; }
274
-
275
- .mailpoet_range::-webkit-slider-thumb { -webkit-appearance: none; background: #a4a4a4; border: 1px solid #333; border-radius: 3px; cursor: pointer; height: 26px; margin-top: -8.66667px; width: 13px; }
276
-
277
- .mailpoet_range:hover::-webkit-slider-thumb { background: #0074a2; }
278
-
279
- .mailpoet_range::-moz-range-track { background: #fff; border: 1px solid #ddd; border-radius: 3px; cursor: pointer; height: 12px; width: 100%; }
280
-
281
- .mailpoet_range::-moz-range-thumb { background: #a4a4a4; border: 1px solid #333; border-radius: 3px; cursor: pointer; height: 26px; width: 13px; }
282
-
283
- .mailpoet_range:hover::-moz-range-thumb { background: #0074a2; }
284
-
285
- .mailpoet_range::-ms-fill-lower { background: #fff; border: 1px solid #ddd; }
286
-
287
- .mailpoet_range::-ms-fill-upper { background: #fff; border: 1px solid #ddd; }
288
-
289
- .mailpoet_range::-ms-track { background: transparent; border-color: transparent; border-width: 24px 0; color: transparent; cursor: pointer; height: 12px; width: 100%; }
290
-
291
- .mailpoet_range::-ms-thumb { background: #a4a4a4; border: 1px solid #333; border-radius: 3px; cursor: pointer; height: 26px; width: 13px; }
292
-
293
- .mailpoet_range:hover::-ms-thumb { background: #0074a2; }
294
-
295
- .mailpoet_range:focus::-ms-fill-lower { background: #fff; border: 1px solid #ddd; }
296
-
297
- .mailpoet_range:focus::-ms-fill-upper { background: #fff; border: 1px solid #ddd; }
298
-
299
- .mailpoet_range_small { width: 100px; }
300
-
301
- .mailpoet_range_medium { width: 180px; }
302
-
303
- .mailpoet_select { border-color: #e5e5e5; color: #656565; margin: 0; }
304
-
305
- .mailpoet_select_large { width: 139px; }
306
-
307
- .mailpoet_select_medium { width: 103px; }
308
-
309
- .mailpoet_select_small { width: 68px; }
310
-
311
- .mailpoet_select_half_width { width: 50%; }
312
-
313
- #mailpoet_editor { clear: both; width: 100%; }
314
-
315
- #mailpoet_editor_heading_left { float: left; }
316
-
317
- #mailpoet_editor_heading_right { float: right; }
318
-
319
- #mailpoet_editor_heading { clear: both; margin-bottom: 13px; margin-left: 2px; padding-left: 15px; }
320
-
321
- #mailpoet_editor_main_wrapper { border: 1px solid #ddd; border-left: 0; min-width: 1050px; position: relative; }
322
-
323
- #mailpoet_editor_content_container { box-sizing: border-box; padding-right: 330px; width: 100%; }
324
-
325
- #mailpoet_editor_sidebar { box-sizing: border-box; float: right; width: 330px; }
326
-
327
- .mailpoet_newsletter_wrapper { margin: auto; max-width: 660px; position: relative; width: 660px; }
328
-
329
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field { margin-bottom: 15px; margin-top: 15px; }
330
-
331
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_title { clear: both; margin-bottom: 5px; }
332
-
333
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_title_small { width: 120px; }
334
-
335
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_title_inline { display: inline-block; margin-bottom: 0; margin-top: 6px; }
336
-
337
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_optional { color: #a4a4a4; font-size: .8em; }
338
-
339
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_radio_option, .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_checkbox_option { display: inline-block; line-height: 30px; margin-right: 5px; vertical-align: top; }
340
-
341
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_radio_option:last-child, .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_checkbox_option:last-child { margin-right: 0; }
342
-
343
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_input_option { display: inline-block; }
344
-
345
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_input_option input[type=checkbox] { vertical-align: top; }
346
-
347
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_input_option input[type=text] { vertical-align: middle; }
348
-
349
- .admin_page_mailpoet-newsletter-editor .mailpoet_form_field_block { display: block; }
350
-
351
- .mailpoet_heading_form_field { margin-bottom: 5px; margin-top: 5px; }
352
-
353
- .mailpoet_input_title, .mailpoet_input_preheader { line-height: normal; padding: 3px; width: 500px; }
354
-
355
- .mailpoet_input_title { font-size: 23px; }
356
-
357
- .mailpoet_breadcrumbs { float: left; font-size: .9em; margin-bottom: 13px; margin-left: 17px; text-transform: uppercase; }
358
-
359
- .mailpoet_breadcrumbs p { margin: 0; }
360
-
361
- #mailpoet_heading_email_type { width: 200px; }
362
-
363
- .mailpoet_heading_wc_template_description { color: #666; font-style: italic; max-width: 800px; }
364
-
365
- .mailpoet_history_wrapper { display: flex; padding: 12px 20px; }
366
-
367
- .mailpoet_history_arrow { cursor: pointer; margin-right: 20px; }
368
-
369
- .mailpoet_history_arrow svg { display: inline-block; height: 26px; stroke: #0074a2; vertical-align: top; width: 26px; }
370
-
371
- .mailpoet_history_arrow_inactive { cursor: not-allowed; }
372
-
373
- .mailpoet_history_arrow_inactive svg { stroke: #a4a4a4; }
374
-
375
- #mailpoet_editor_sidebar { border-bottom: #e5e5e5; border-left: #e5e5e5; color: #656565; font-size: 13px; }
376
-
377
- #mailpoet_editor_sidebar .mailpoet_sidebar_region { border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; border-right: 0; border-top: 0; margin-bottom: 0; }
378
-
379
- #mailpoet_editor_sidebar .mailpoet_sidebar_region.closed .mailpoet_region_content { display: none; }
380
-
381
- #mailpoet_editor_sidebar .mailpoet_region_content { margin-top: 12px; padding: 0 20px; }
382
-
383
- #mailpoet_editor_sidebar, #mailpoet_editor_sidebar .postbox { background-color: #f8f8f8; }
384
-
385
- #mailpoet_editor_sidebar .postbox { padding-bottom: 20px; }
386
-
387
- #mailpoet_editor_sidebar .postbox.closed { padding-bottom: 0; }
388
-
389
- #mailpoet_editor_sidebar .postbox.closed h3 { color: #a4a4a4; cursor: pointer; }
390
-
391
- #mailpoet_editor_sidebar .postbox h3, #mailpoet_editor_sidebar .postbox:hover h3 { color: #0074a2; font-size: 18px; margin: 0; padding: 17px 20px; text-transform: uppercase; }
392
-
393
- #mailpoet_editor_sidebar .postbox h3, #mailpoet_editor_sidebar .postbox .handlediv { border: 0; cursor: auto; }
394
-
395
- #mailpoet_editor_sidebar .postbox .handlediv:before { color: #0074a2; content: '\f142'; display: inline-block; font: 400 20px / 1 dashicons; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative; right: 18px; speak: none; text-decoration: none !important; top: 18px; }
396
-
397
- #mailpoet_editor_sidebar .postbox.closed .handlediv:before { color: #a4a4a4; content: '\f140'; }
398
-
399
- #mailpoet_editor_sidebar .postbox.closed:hover .handlediv:before { color: #0074a2; }
400
-
401
- .mailpoet_widget { display: inline-block; float: left; padding: 0 13px 15px; text-align: center; width: 70px; }
402
-
403
- .mailpoet_widget:nth-child(3n+1) { clear: left; }
404
-
405
- .mailpoet_widget .mailpoet_widget_icon { background-color: #fff; border-radius: 3px; box-shadow: 1px 2px #d7d7d7; box-sizing: border-box; color: #a8a8a8; fill: #a8a8a8; height: 70px; line-height: 70px; margin-bottom: 9px; text-align: center; width: 70px; /* Vertically align widget icon glyphs */ }
406
-
407
- .mailpoet_widget .mailpoet_widget_icon > * { font-size: 30px; height: 30px; vertical-align: middle; width: 30px; }
408
-
409
- .mailpoet_widget .mailpoet_widget_icon:hover { border: 1px solid #0074a2; color: #0074a2; fill: #0074a2; }
410
-
411
- .mailpoet_widget.mailpoet_droppable_active { color: #0074a2; fill: #0074a2; }
412
-
413
- .mailpoet_widget.mailpoet_droppable_active .mailpoet_widget_icon { border: 1px solid #0074a2; box-shadow: none; color: #0074a2; fill: #0074a2; }
414
-
415
- .mailpoet_widget.mailpoet_droppable_active .mailpoet_widget_title { display: none; }
416
-
417
- /* Browser preview modal */
418
- .mailpoet_browser_preview_wrapper { display: flex; flex-direction: column; height: 100%; position: absolute; width: 100%; }
419
-
420
- .mailpoet_browser_preview_link { position: absolute; top: -25px; }
421
-
422
- .mailpoet_popup .mailpoet_browser_preview_toggle { top: -30px; }
423
-
424
- /* Sidepanel */
425
- .mailpoet_editor_settings { color: #656565; font-size: 13px; }
426
-
427
- .mailpoet_editor_settings p { font-size: 1em; }
428
-
429
- .mailpoet_editor_settings h3 { color: #0074a2; font-size: 1.4em; text-transform: uppercase; }
430
-
431
- .mailpoet_sidepanel_field { margin-bottom: 15px; margin-top: 15px; }
432
-
433
- .mailpoet_sidepanel_field_title { clear: both; margin-bottom: 5px; }
434
-
435
- .mailpoet_sidepanel_field_title_small { width: 120px; }
436
-
437
- .mailpoet_sidepanel_field_title_inline { display: inline-block; line-height: 30px; margin-bottom: 0; vertical-align: middle; }
438
-
439
- .mailpoet_sidepanel_field_optional { color: #a4a4a4; font-size: .8em; }
440
-
441
- .mailpoet_sidepanel_radio_option, .mailpoet_sidepanel_checkbox_option { display: inline-block; line-height: 30px; margin-right: 15px; vertical-align: top; }
442
-
443
- .mailpoet_sidepanel_radio_option:last-child, .mailpoet_sidepanel_checkbox_option:last-child { margin-right: 0; }
444
-
445
- .mailpoet_sidepanel_input_option { display: inline-block; }
446
-
447
- .mailpoet_sidepanel_input_option input[type=checkbox] { vertical-align: top; }
448
-
449
- .mailpoet_sidepanel_input_option input[type=text] { vertical-align: middle; }
450
-
451
- #mailpoet_editor_bottom { margin: 10px 0 120px; }
452
-
453
- .mailpoet_save_wrapper { float: right; margin-bottom: 10px; margin-right: 20px; position: relative; }
454
-
455
- .mailpoet_save_wrapper .mailpoet_save_next { margin-left: 5px; }
456
-
457
- .mailpoet_save_options { background: #fff; border: 1px solid #e5e5e5; border-radius: 3px; clear: both; margin: 5px 0; overflow: hidden; position: absolute; right: 0; vertical-align: top; white-space: nowrap; z-index: 1000; }
458
-
459
- .mailpoet_save_option { margin: 0; }
460
-
461
- .mailpoet_save_option > a { display: block; line-height: 2em; padding-left: 20px; padding-right: 20px; }
462
-
463
- .mailpoet_save_option:hover { background-color: #2ea1cd; color: #fff; }
464
-
465
- .mailpoet_save_option:hover > a { color: #fff; }
466
-
467
- .mailpoet_save_show_options { padding: 6px 3px 4px; }
468
-
469
- .mailpoet_save_show_options_icon { height: 14px; margin-top: -6px; vertical-align: middle; }
470
-
471
- .mailpoet_save_as_template_container, .mailpoet_export_template_container { background-color: #fff; border: 1px solid #ddd; border-radius: 3px; clear: both; display: inline-block; margin: 5px 0; padding: 0 10px; position: absolute; right: 0; z-index: 1000; }
472
-
473
- .mailpoet_save_as_template_title, .mailpoet_export_template_title { font-size: 1.1em; }
474
-
475
- .mailpoet_save_next, .mailpoet_save_button_group { float: right; }
476
-
477
- .mailpoet_editor_last_saved { color: #a4a4a4; font-size: .9em; margin-top: 10px; text-align: right; }
478
-
479
- .mailpoet_save_woocommerce_customizer_disabled { text-align: right; }
480
-
481
- .mailpoet_save_woocommerce_error { color: #d54e21; margin-top: 10px; text-align: right; }
482
-
483
- .mailpoet_save_error { color: #d54e21; margin-top: 10px; text-align: right; width: 330px; }
484
-
485
- .mailpoet_save_dropdown_down .mailpoet_save_options, .mailpoet_save_dropdown_down .mailpoet_save_as_template_container, .mailpoet_save_dropdown_down .mailpoet_export_template_container { bottom: auto; top: 100%; }
486
-
487
- .mailpoet_save_dropdown_down .mailpoet_save_show_options.mailpoet_save_show_options_active .mailpoet_save_show_options_icon:before { content: '\f142'; }
488
-
489
- .mailpoet_save_dropdown_down .mailpoet_save_show_options_icon:before { content: '\f140'; }
490
-
491
- .mailpoet_save_dropdown_up .mailpoet_save_options, .mailpoet_save_dropdown_up .mailpoet_save_as_template_container, .mailpoet_save_dropdown_up .mailpoet_export_template_container { bottom: 100%; top: auto; }
492
-
493
- .mailpoet_save_dropdown_up .mailpoet_save_show_options.mailpoet_save_show_options_active .mailpoet_save_show_options_icon:before { content: '\f140'; }
494
-
495
- .mailpoet_save_dropdown_up .mailpoet_save_show_options_icon:before { content: '\f142'; }
496
-
497
- .mailpoet_tools { bottom: 100%; left: 50%; overflow: hidden; position: absolute; text-align: right; text-align: center; transform: translateX(-50%); transition: visibility 0s linear 250ms; visibility: hidden; z-index: 20; }
498
-
499
- .mailpoet_tools .mailpoet_tools_slider { background: #0078a2; border-radius: 10px 10px 0 0; display: flex; flex-direction: row; padding: 3px 7px; position: relative; transform: translateY(100%); transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); }
500
-
501
- .mailpoet_resize_active .mailpoet_tools .mailpoet_tools_slider, .mailpoet_tools.mailpoet_display_tools .mailpoet_tools_slider { transform: translateY(0); transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1), visibility 0s linear; visibility: visible; }
502
-
503
- .mailpoet_tools a { vertical-align: top; }
504
-
505
- .mailpoet_container_horizontal + .mailpoet_tools { bottom: auto; left: 100%; top: -2px; transform: none; }
506
-
507
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_tools_slider { background: #7fbbd0; border-radius: 0 10px 10px 0; flex-direction: column; padding: 7px 3px; transform: translateY(0) translateX(-100%); }
508
-
509
- .mailpoet_container_horizontal + .mailpoet_tools.mailpoet_display_tools, .mailpoet_resize_active .mailpoet_container_horizontal + .mailpoet_tools { z-index: 21; }
510
-
511
- .mailpoet_container_horizontal + .mailpoet_tools.mailpoet_display_tools .mailpoet_tools_slider, .mailpoet_resize_active .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_tools_slider { transform: translateY(0) translateX(0); }
512
-
513
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_tool { display: block; height: 27px; width: 27px; }
514
-
515
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_tool svg { height: 15px; padding: 6px; width: 15px; }
516
-
517
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block { flex-direction: column; }
518
-
519
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_activate { display: block; max-height: 27px; max-width: none; opacity: 1; }
520
-
521
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_confirm, .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_cancel { display: block; margin: 0; width: 100%; }
522
-
523
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_activated { height: auto; padding: 0 5px 3px; width: auto; }
524
-
525
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_activated .mailpoet_delete_block_activate { max-height: 0; opacity: 0; overflow: hidden; }
526
-
527
- .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_activated .mailpoet_delete_block_confirm, .mailpoet_container_horizontal + .mailpoet_tools .mailpoet_delete_block_activated .mailpoet_delete_block_cancel { opacity: 1; }
528
-
529
- .mailpoet_tool { display: inline-block; height: 24px; width: 24px; }
530
-
531
- .mailpoet_tool svg { fill: #fff; height: 14px; padding: 5px; vertical-align: top; width: 14px; }
532
-
533
- .mailpoet_tool:hover svg, .mailpoet_tool:focus svg { opacity: .7; }
534
-
535
- .mailpoet_tool .mailpoet_delete_block_confirmation { position: absolute; right: 0; top: 0; width: 200px; }
536
-
537
- .mailpoet_delete_block { border-radius: 3px; display: flex; flex-direction: row-reverse; line-height: 24px; vertical-align: top; white-space: nowrap; transition: background 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
538
-
539
- .mailpoet_delete_block .mailpoet_tool { padding: 0; }
540
-
541
- .mailpoet_delete_block .mailpoet_delete_block_activate { display: inline-block; max-width: 24px; opacity: 1; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
542
-
543
- .mailpoet_delete_block .mailpoet_delete_block_confirm, .mailpoet_delete_block .mailpoet_delete_block_cancel { display: inline-block; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
544
-
545
- .mailpoet_delete_block .mailpoet_delete_block_confirm { color: #fff; }
546
-
547
- .mailpoet_delete_block .mailpoet_delete_block_confirm:hover { color: #fff; text-decoration: underline; }
548
-
549
- .mailpoet_delete_block .mailpoet_delete_block_cancel { color: #f4c6c8; }
550
-
551
- .mailpoet_delete_block .mailpoet_delete_block_cancel:hover { color: #f4c6c8; text-decoration: underline; }
552
-
553
- .mailpoet_delete_block_activated { background-color: #d54e21; height: auto; padding: 0 5px; width: auto; }
554
-
555
- .mailpoet_delete_block_activated .mailpoet_delete_block_activate { max-width: 0; opacity: 0; overflow: hidden; }
556
-
557
- .mailpoet_delete_block_activated .mailpoet_delete_block_confirm, .mailpoet_delete_block_activated .mailpoet_delete_block_cancel { max-height: 20px; max-width: 90px; opacity: 1; }
558
-
559
- .mailpoet_delete_block_activated .mailpoet_delete_block_cancel { margin-left: 3px; }
560
-
561
- .mailpoet_container_layer_active .mailpoet_block { opacity: .4; pointer-events: none; }
562
-
563
- .mailpoet_container_layer_active .mailpoet_container_block { opacity: 1; pointer-events: auto; }
564
-
565
- .mailpoet_container_layer_active .mailpoet_container_block > .mailpoet_tools { display: block !important; }
566
-
567
- .mailpoet_container_layer_active > .mailpoet_tools { z-index: 100001 !important; }
568
-
569
- .mailpoet_layer_overlay { background-color: rgba(0, 0, 0, 0.6); height: 100%; left: 0; margin: 0 !important; overflow-x: hidden; overflow-y: auto; position: fixed; top: 0; width: 100%; z-index: 100000; }
570
-
571
- .mailpoet_layer_highlight { background-color: #f1f1f1; pointer-events: none; position: relative; z-index: 100001 !important; }
572
-
573
- .mailpoet_drop_marker { background-color: #0074a2; box-shadow: 0 0 1px 0 #0074a2; min-height: 2px; min-width: 2px; position: absolute; z-index: 1; }
574
-
575
- .mailpoet_drop_marker:before, .mailpoet_drop_marker:after { color: #0074a2; font: 400 40px / 1 dashicons; margin-top: -18px; position: absolute; }
576
-
577
- .mailpoet_drop_marker:before { content: '\f139'; left: -25px; }
578
-
579
- .mailpoet_drop_marker:after { content: '\f141'; right: -23px; }
580
-
581
- .mailpoet_drop_marker.mailpoet_drop_marker_middle, .mailpoet_drop_marker.mailpoet_drop_marker_first.mailpoet_drop_marker_after, .mailpoet_drop_marker.mailpoet_drop_marker_last.mailpoet_drop_marker_before { margin-top: -1px; }
582
-
583
- .mailpoet_drop_marker.mailpoet_drop_marker_last.mailpoet_drop_marker_after { margin-top: -2px; }
584
-
585
- #mailpoet_editor .mailpoet_droppable_active { z-index: 21000; }
586
-
587
- .mailpoet_block.mailpoet_droppable_active { border: 1px dashed #0074a2 !important; width: 660px; }
588
-
589
- .mailpoet_block.mailpoet_droppable_active .mailpoet_tools { display: none !important; }
590
-
591
- .mailpoet_widget.mailpoet_droppable_active { margin: 0; padding: 0; z-index: 2; -webkit-animation-duration: 300ms; animation-duration: 300ms; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
592
-
593
- .mailpoet_widget.mailpoet_droppable_active .mailpoet_widget_icon { margin: 0; padding: 0; }
594
-
595
- .mailpoet_drop_active > .mailpoet_container > div > .mailpoet_container_empty { background-color: #0074a2; box-shadow: inset 1px 2px 1px #025c80; color: #fff; }
596
-
597
- .mailpoet_droppable_block { cursor: move; }
598
-
599
- .mailpoet_droppable_block.mailpoet_ignore_drag { cursor: auto; }
600
-
601
- .mailpoet_resize_handle_container { left: 50%; margin-top: -16px; position: absolute; top: 100%; transform: translateX(-50%); z-index: 2; }
602
-
603
- .mailpoet_resize_handle { align-items: center; background: #0078a2; border-radius: 10px; cursor: ns-resize; display: none; justify-content: space-between; min-width: 60px; padding: 7px 10px; z-index: 2; }
604
-
605
- .mailpoet_resize_handle .mailpoet_resize_handle_text, .mailpoet_resize_handle .mailpoet_resize_handle_icon { pointer-events: none; }
606
-
607
- .mailpoet_resizable_block.mailpoet_highlight .mailpoet_resize_handle { display: flex; }
608
-
609
- .mailpoet_resize_handle_text { color: #fff; font-size: 11px; font-weight: bold; line-height: 1.5em; text-align: center; }
610
-
611
- .mailpoet_resize_handle_icon { line-height: 15px; margin-left: 5px; }
612
-
613
- .mailpoet_resize_handle_icon > svg { fill: #fff; height: 15px; vertical-align: top; width: 15px; }
614
-
615
- .mailpoet_image_resize_handle_container { bottom: 0; height: 24px; position: absolute; right: 0; width: 24px; }
616
-
617
- .mailpoet_image_resize_handle_container_left { left: 0; right: auto; transform: rotate(90deg); }
618
-
619
- .mailpoet_image_resize_handle { background: #0078a2; border-radius: 6px 0 0; cursor: nwse-resize; display: none; height: 24px; position: relative; width: 24px; z-index: 2; }
620
-
621
- .mailpoet_resizable_block.mailpoet_highlight .mailpoet_image_resize_handle { display: inline-block; }
622
-
623
- .mailpoet_image_resize_handle .mailpoet_image_resize_handle_text, .mailpoet_image_resize_handle .mailpoet_image_resize_handle_icon { pointer-events: none; }
624
-
625
- .mailpoet_image_resize_handle_container_left .mailpoet_image_resize_handle { cursor: nesw-resize; }
626
-
627
- .mailpoet_image_resize_handle_icon { display: block; line-height: 22px; padding: 1px; }
628
-
629
- .mailpoet_image_resize_handle_icon > svg { fill: #fff; height: 22px; vertical-align: top; width: 22px; }
630
-
631
- .mailpoet_block.mailpoet_image_resize_active > .mailpoet_block_highlight { border: 2px solid #0078a2; }
632
-
633
- .mailpoet_block.mailpoet_image_resize_active > .mailpoet_block_highlight .mailpoet_image_resize_handle { display: inline-block; }
634
-
635
- .mailpoet_block { background-color: inherit; box-sizing: border-box; float: left; padding: 10px 20px; position: relative; }
636
-
637
- .mailpoet_block > .mailpoet_block_highlight { border: 2px solid rgba(255, 255, 255, 0); bottom: 0; left: 0; pointer-events: none; position: absolute; right: 0; top: 0; transition: .3s; z-index: 1; }
638
-
639
- .mailpoet_block.mailpoet_highlight > .mailpoet_block_highlight { border: 2px solid #0078a2 !important; }
640
-
641
- .mailpoet_block > .mailpoet_container_horizontal ~ .mailpoet_block_highlight { bottom: -2px; left: -2px; right: -2px; top: -2px; }
642
-
643
- .mailpoet_block.mailpoet_highlight > .mailpoet_container_horizontal ~ .mailpoet_block_highlight { border: 2px solid #7fbbd0 !important; }
644
-
645
- .mailpoet_content { line-height: 1.6em; position: relative; }
646
-
647
- .mailpoet_content h1, .mailpoet_content h2, .mailpoet_content h3, .mailpoet_content h4, .mailpoet_content h5, .mailpoet_content h6 { font-style: normal; font-weight: normal; line-height: 1.6em; margin: 0 0 .3em; padding: 0; }
648
-
649
- .mailpoet_content p:not(.mailpoet_wp_post) { margin: 0; margin-bottom: 0; margin-top: 0; padding: 0; }
650
-
651
- .mailpoet_content p { font-style: normal; font-weight: normal; line-height: 1.6em; }
652
-
653
- .mailpoet_content ul { margin-bottom: 10px; margin-top: 10px; padding: 0; }
654
-
655
- .mailpoet_content li { font-weight: normal; margin-bottom: 10px; margin-top: 0; }
656
-
657
- .mailpoet_content blockquote { border-left: 2px #565656 solid; margin: 0 0 1.6em; padding-left: 10px; }
658
-
659
- .mailpoet_container { min-height: 15px; position: relative; width: 100%; }
660
-
661
- .mailpoet_container_block { border: 0; box-sizing: border-box; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; position: relative; }
662
-
663
- .mailpoet_container_vertical > * { box-sizing: border-box; width: 100%; }
664
-
665
- .mailpoet_container_horizontal > * { vertical-align: top; }
666
-
667
- #mailpoet_editor_content .mailpoet_container { box-sizing: border-box; float: left; }
668
-
669
- #mailpoet_editor_content > .mailpoet_container_block { border: 0; width: 660px; }
670
-
671
- #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block { padding-bottom: 0; padding-top: 0; }
672
-
673
- #mailpoet_editor_content .mailpoet_container_horizontal > .mailpoet_container_block { padding-bottom: 0; padding-top: 0; width: 660px; }
674
-
675
- #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_posts .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_posts .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_products_block > .mailpoet_products_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_products_block > .mailpoet_products_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_products .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_products .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(2) ~ .mailpoet_block { width: 330px; }
676
-
677
- #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_posts_block > .mailpoet_posts_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_posts .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_posts .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_products_block > .mailpoet_products_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_products_block > .mailpoet_products_container > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_products .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3), #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container .mailpoet_automated_latest_content_block_products .mailpoet_container_horizontal > .mailpoet_block:first-child:nth-last-child(3) ~ .mailpoet_block { width: 220px; }
678
-
679
- #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_1_2 > .mailpoet_container_block:first-child, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_2_1 > .mailpoet_container_block:nth-child(2) { width: 220px; }
680
-
681
- #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_2_1 > .mailpoet_container_block:first-child, #mailpoet_editor_content > .mailpoet_container_block > .mailpoet_container > .mailpoet_container_block > .mailpoet_container_horizontal.mailpoet_irregular_width_contents_container.column_layout_1_2 > .mailpoet_container_block:nth-child(2) { width: 440px; }
682
-
683
- .mailpoet_container_empty { background-color: #f2f2f2; border-radius: 3px; box-shadow: inset 1px 2px 1px #a4a4a4; color: #656565; margin: 20px; padding: 15px; text-align: center; transition: background 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
684
-
685
- .mailpoet_automated_latest_content_block { padding: 0; }
686
-
687
- .mailpoet_automated_latest_content_block_overlay { background: rgba(255, 255, 255, 0); height: 100%; position: absolute; transition: background .15s ease-out; width: 100%; z-index: 19; }
688
-
689
- .mailpoet_automated_latest_content_block:hover .mailpoet_automated_latest_content_block_overlay { background: rgba(255, 255, 255, 0.7); cursor: pointer; }
690
-
691
- .mailpoet_automated_latest_content_block:hover .mailpoet_automated_latest_content_block_overlay .mailpoet_overlay_message { display: block; }
692
-
693
- .mailpoet_automated_latest_content_block_overlay .mailpoet_overlay_message { color: black; display: none; font-size: 20px; margin: 1em 0; text-align: center; }
694
-
695
- .mailpoet_automated_latest_content_block_posts { overflow: hidden; pointer-events: none; }
696
-
697
- .mailpoet_automated_latest_content_block_posts > .mailpoet_block { width: 100%; }
698
-
699
- .mailpoet_automated_latest_content_block_posts .mailpoet_container_block { padding-bottom: 0; padding-top: 0; }
700
-
701
- .mailpoet_automated_latest_content_display_options { max-height: 2000px; opacity: 1; overflow-y: inherit; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
702
-
703
- .mailpoet_automated_latest_content_display_options.mailpoet_closed { max-height: 0; opacity: 0; }
704
-
705
- .mailpoet_automated_latest_content_show_amount { width: 25px; }
706
-
707
- .mailpoet_automated_latest_content_content_type { width: 180px; }
708
-
709
- .mailpoet_posts_block { padding-left: 0; padding-right: 0; }
710
-
711
- .mailpoet_posts_block_posts { overflow: auto; }
712
-
713
- .mailpoet_posts_block_posts > .mailpoet_block { width: 100%; }
714
-
715
- .mailpoet_post_selection_filter_row { margin-bottom: 5px; margin-top: 5px; }
716
-
717
- .mailpoet_posts_categories_and_tags { width: 100%; }
718
-
719
- .mailpoet_settings_posts_display_options, .mailpoet_settings_posts_selection { max-height: 2000px; opacity: 1; overflow-y: inherit; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ overflow-x: hidden; }
720
-
721
- .mailpoet_settings_posts_display_options.mailpoet_closed, .mailpoet_settings_posts_selection.mailpoet_closed { max-height: 0; opacity: 0; }
722
-
723
- .mailpoet_settings_posts_show_display_options, .mailpoet_settings_posts_show_post_selection { display: block; margin-top: 10px; }
724
-
725
- .mailpoet_post_selection_container { margin-bottom: 0; margin-top: 20px; }
726
-
727
- .mailpoet_post_scroll_container { max-height: 400px; overflow-x: hidden; overflow-y: scroll; }
728
-
729
- .mailpoet_settings_posts_single_post { background-color: #fff; border: 1px solid #e5e5e5; border-radius: 1px; box-sizing: border-box; height: 38px; line-height: 38px; margin-bottom: 5px; margin-top: 5px; overflow: hidden; width: 100%; }
730
-
731
- .mailpoet_settings_posts_single_post:hover { border-color: #0074a2; }
732
-
733
- .mailpoet_settings_posts_single_post .mailpoet_select_post_checkbox { margin-left: 10px; margin-right: 8px; }
734
-
735
- .mailpoet_post_selection_loading { color: #999; }
736
-
737
- .mailpoet_posts_container > .mailpoet_droppable_block { width: 100%; }
738
-
739
- .mailpoet_products_block { padding-left: 0; padding-right: 0; }
740
-
741
- .mailpoet_products_block_products { overflow: auto; }
742
-
743
- .mailpoet_products_block_products > .mailpoet_block { width: 100%; }
744
-
745
- .mailpoet_product_selection_filter_row { margin-bottom: 5px; margin-top: 5px; }
746
-
747
- .mailpoet_products_categories_and_tags { width: 100%; }
748
-
749
- .mailpoet_settings_products_display_options, .mailpoet_settings_products_selection { max-height: 2000px; opacity: 1; overflow-y: inherit; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ overflow-x: hidden; }
750
-
751
- .mailpoet_settings_products_display_options.mailpoet_closed, .mailpoet_settings_products_selection.mailpoet_closed { max-height: 0; opacity: 0; }
752
-
753
- .mailpoet_settings_products_show_display_options, .mailpoet_settings_products_show_product_selection { display: block; margin-top: 10px; }
754
-
755
- .mailpoet_product_selection_container { margin-bottom: 0; margin-top: 20px; }
756
-
757
- .mailpoet_product_scroll_container { max-height: 400px; overflow-x: hidden; overflow-y: scroll; }
758
-
759
- .mailpoet_settings_products_single_product { background-color: #fff; border: 1px solid #e5e5e5; border-radius: 1px; box-sizing: border-box; height: 38px; line-height: 38px; margin-bottom: 5px; margin-top: 5px; overflow: hidden; width: 100%; }
760
-
761
- .mailpoet_settings_products_single_product:hover { border-color: #0074a2; }
762
-
763
- .mailpoet_settings_products_single_product .mailpoet_select_product_checkbox { margin-left: 10px; margin-right: 8px; }
764
-
765
- .mailpoet_product_selection_loading { color: #999; }
766
-
767
- .mailpoet_products_container > .mailpoet_droppable_block { width: 100%; }
768
-
769
- .mailpoet_button_block .mailpoet_editor_button { box-sizing: border-box; display: block; line-height: 2em; margin: auto; max-width: 100%; text-align: center; text-decoration: none; }
770
-
771
- .mailpoet_button_block .mailpoet_editor_button:hover { cursor: all-scroll; }
772
-
773
- .mailpoet_divider_block { cursor: all-scroll; padding: 0; }
774
-
775
- .mailpoet_divider { margin-left: 20px; margin-right: 20px; }
776
-
777
- .mailpoet_field_divider_style { border: 1px solid transparent; display: block; margin: auto; max-width: 660px; padding: 10px 0; width: 100%; }
778
-
779
- .mailpoet_field_divider_style:hover { border: 1px solid #0074a2; }
780
-
781
- .mailpoet_active_divider_style { background: #daebf2; border: 1px solid #adadad; }
782
-
783
- .mailpoet_divider_selector img { width: 100%; }
784
-
785
- .mailpoet_image_block img { height: auto; max-width: 100%; vertical-align: bottom; }
786
-
787
- .mailpoet_image_block.mailpoet_full_image { margin: auto; padding: 0; }
788
-
789
- .mailpoet_image_block .mailpoet_content { margin: auto; max-width: 100%; min-width: 36px; }
790
-
791
- .mailpoet_image_block .mailpoet_content a:hover { cursor: all-scroll; }
792
-
793
- .mailpoet_social_block .mailpoet_social { text-align: center; }
794
-
795
- .mailpoet_social span { display: inline-block; padding: 2px 3px; }
796
-
797
- .mailpoet_social span, .mailpoet_social a, .mailpoet_social img { vertical-align: top; }
798
-
799
- .mailpoet_social a { cursor: all-scroll; }
800
-
801
- .mailpoet_social_icon_set { border: 1px solid transparent; margin-bottom: 5px; padding: 5px; }
802
-
803
- .mailpoet_social_icon_set:hover { border: 1px solid #0074a2; }
804
-
805
- .mailpoet_social_icon_set img { height: 32px; padding: 2px 3px; vertical-align: middle; width: 32px; }
806
-
807
- .mailpoet_active_icon_set { background-color: #daebf2; border: 1px dashed #adadad; }
808
-
809
- .mailpoet_social_icon_settings { background: #fff; border: 1px solid #e5e5e5; margin-bottom: 9px; padding: 28px 9px 8px 9px; position: relative; }
810
-
811
- .mailpoet_social_icon_settings_row { clear: both; line-height: 30px; margin-bottom: 10px; overflow: auto; }
812
-
813
- .mailpoet_social_icon_settings_label { margin-right: 5px; text-align: left; }
814
-
815
- .mailpoet_social_icon_settings_label .mailpoet_social_icon_image { height: 30px; width: 30px; }
816
-
817
- .mailpoet_social_icon_settings_label.mailpoet_social_icon_image_label { line-height: initial; }
818
-
819
- .mailpoet_social_icon_settings_form_element { float: left; width: 100%; }
820
-
821
- .mailpoet_social_icon_settings_form_element input, .mailpoet_social_icon_settings_form_element select { box-sizing: border-box; display: inline-block; height: 30px; margin: 0; vertical-align: middle; width: 100%; }
822
-
823
- .mailpoet_social_icon_settings_tool { position: absolute; top: 10px; }
824
-
825
- .mailpoet_social_icon_settings_tool .mailpoet_tool_icon { fill: #333; height: 16px; width: 16px; }
826
-
827
- .mailpoet_social_icon_settings_tool .mailpoet_tool_icon:hover { fill: #bbb; }
828
-
829
- .mailpoet_social_icon_settings_tool .mailpoet_tool_icon:active { fill: #0074a2; }
830
-
831
- .mailpoet_social_icon_settings_move_icon { right: 5px; }
832
-
833
- .mailpoet_social_icon_settings_delete_icon { right: 26px; }
834
-
835
- .mailpoet_spacer { text-align: center; }
836
-
837
- .mailpoet_spacer_block { cursor: all-scroll; padding: 0; }
838
-
839
- .mailpoet_text_block { padding-left: 0; padding-right: 0; }
840
-
841
- .mailpoet_text_block > .mailpoet_content { overflow: hidden; padding: 0 20px; }
842
-
843
- .mailpoet_text_block > .mailpoet_content > *:last-child { margin-bottom: 0; }
844
-
845
- .mailpoet_header_block { padding: 0; }
846
-
847
- .mailpoet_header_block .mailpoet_content { padding: 10px 20px; }
848
-
849
- .mailpoet_header_block .mailpoet_content > *:last-child { margin-bottom: 0; }
850
-
851
- .mailpoet_footer_block { padding: 0; }
852
-
853
- .mailpoet_footer_block .mailpoet_content { padding: 10px 20px; }
854
-
855
- .mailpoet_footer_block .mailpoet_content > *:last-child { margin-bottom: 0; }
856
-
857
- .mailpoet_woocommerce_heading_overlay { background: rgba(255, 255, 255, 0.7); height: 100%; opacity: 0; position: absolute; transition: opacity .15s ease-out; width: 100%; z-index: 1; }
858
-
859
- .mailpoet_woocommerce_heading_overlay:hover { opacity: 1; }
860
-
861
- .mailpoet_woocommerce_heading_overlay p { color: black; font-size: 20px; text-align: center; }
862
-
863
- .mailpoet_woocommerce_content_overlay { background: rgba(255, 255, 255, 0.7); height: 100%; margin: -10px -20px; opacity: 0; position: absolute; transition: opacity .15s ease-out; width: 100%; z-index: 1; }
864
-
865
- .mailpoet_woocommerce_content_overlay:hover { opacity: 1; }
866
-
867
- .mailpoet_woocommerce_content_overlay p { color: black; font-size: 20px; text-align: center; }
868
-
869
- .admin_page_mailpoet-newsletter-editor { /* Allow horizontal scrolling on smaller (tablet/phone) sized screens */ overflow-x: auto; /* Fix select2 z-index to work with MailPoet.Modal */ /* Remove input field styles from select2 type input */ /* Fix select2 input glow and margins that wordpress may insert */ /* Fix width overrides for select2 */ /* TinyMCE remove active border from the editor */ /* Reduce WP admin bar z-index in order for TinyMCE toolbar to be visible */ /* Hide the "Details" section of WordPress Media manager */ /* Remove max width from date selector in WordPress Media Manager */ /* Alter Spectrum color picker to leave only the color preview, without arrows */ /* Sidepanel overrides */ /* Make a button group */ }
870
-
871
- .admin_page_mailpoet-newsletter-editor .select2-dropdown { z-index: 101000 !important; }
872
-
873
- .admin_page_mailpoet-newsletter-editor .select2-container { border: none; padding: 0; }
874
-
875
- .admin_page_mailpoet-newsletter-editor .select2 input, .admin_page_mailpoet-newsletter-editor .select2 input:focus { border-color: none; box-shadow: none; margin: 0; padding: 0; }
876
-
877
- .admin_page_mailpoet-newsletter-editor .mailpoet_editor_settings .select2-container { width: 100% !important; }
878
-
879
- .admin_page_mailpoet-newsletter-editor .tox { /* Small style changes to better fit TinyMCE to our editor */ /* Fix for TinyMCE modals are above WP menu */ /* Slightly smaller TinyMCE button */ /* Fix for text type select */ }
880
-
881
- .admin_page_mailpoet-newsletter-editor .tox.tox-tinymce-inline { border: 1px solid #e5e5e5; border-radius: 3px; box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05); /* Fix for fixed TinyMCE toolbar to be above WP menu */ z-index: 50001; }
882
-
883
- .admin_page_mailpoet-newsletter-editor .tox.tox-tinymce-aux { z-index: 99999; }
884
-
885
- .admin_page_mailpoet-newsletter-editor .tox .tox-toolbar { background-color: #f8f8f8; /* Fix double border on top of TineMCE popup */ }
886
-
887
- .admin_page_mailpoet-newsletter-editor .tox .tox-toolbar:first-child { border-top: 0; }
888
-
889
- .admin_page_mailpoet-newsletter-editor .tox .tox-tbtn:not(.tox-tbtn--select) { height: 28px; width: 30px; }
890
-
891
- .admin_page_mailpoet-newsletter-editor .tox .tox-collection__item-label { line-height: normal; }
892
-
893
- .admin_page_mailpoet-newsletter-editor .mce-edit-focus { outline: none; }
894
-
895
- .admin_page_mailpoet-newsletter-editor #wpbody-content > * { margin-left: 20px; }
896
-
897
- .admin_page_mailpoet-newsletter-editor #wpbody-content > .wrap { margin-left: 0; }
898
-
899
- .admin_page_mailpoet-newsletter-editor #wpcontent { margin-left: 160px; padding-left: 0; }
900
-
901
- .admin_page_mailpoet-newsletter-editor.folded #wpcontent { margin-left: 36px; }
902
-
903
- @media screen and (max-width: 960px) { .admin_page_mailpoet-newsletter-editor.auto-fold #wpcontent { margin-left: 36px; } }
904
-
905
- @media screen and (max-width: 782px) { .admin_page_mailpoet-newsletter-editor.auto-fold #wpcontent { margin-left: 0; } }
906
-
907
- .admin_page_mailpoet-newsletter-editor .wrap { margin-left: 0; margin-right: 0; }
908
-
909
- .admin_page_mailpoet-newsletter-editor #wpadminbar { z-index: 50000; }
910
-
911
- .admin_page_mailpoet-newsletter-editor .media-sidebar { display: none; }
912
-
913
- .admin_page_mailpoet-newsletter-editor #mailpoet-media-manager .attachments-browser .attachments, .admin_page_mailpoet-newsletter-editor #mailpoet-media-manager .attachments-browser .uploader-inline { margin-right: 0; }
914
-
915
- .admin_page_mailpoet-newsletter-editor #mailpoet-media-manager .attachments-browser .attachments, .admin_page_mailpoet-newsletter-editor #mailpoet-media-manager .attachments-browser .media-toolbar, .admin_page_mailpoet-newsletter-editor #mailpoet-media-manager .attachments-browser .uploader-inline { right: 0; }
916
-
917
- .admin_page_mailpoet-newsletter-editor #media-attachment-date-filters { max-width: calc(100% - 12px); }
918
-
919
- .admin_page_mailpoet-newsletter-editor .sp-replacer { border: 0; border-radius: 3px; box-shadow: 1px 2px #d7d7d7; padding: 0; }
920
-
921
- .admin_page_mailpoet-newsletter-editor .sp-preview { border-width: 0; height: 25px; margin-right: 0; width: 25px; }
922
-
923
- .admin_page_mailpoet-newsletter-editor .sp-dd { display: none; }
924
-
925
- .admin_page_mailpoet-newsletter-editor .mailpoet_panel_body { margin: 19px; padding: 0; }
926
-
927
- .admin_page_mailpoet-newsletter-editor .mailpoet_panel_body .mailpoet_editor_settings h3 { margin-top: 0; }
928
-
929
- .admin_page_mailpoet-newsletter-editor .mailpoet_panel_wrapper { background-color: #f8f8f8; border: 1px solid #e5e5e5; }
930
-
931
- .admin_page_mailpoet-newsletter-editor .wrap > .mailpoet_notice, .admin_page_mailpoet-newsletter-editor .notice, .admin_page_mailpoet-newsletter-editor .update-nag { margin-left: 17px !important; margin-right: 20px !important; }
932
-
933
- .admin_page_mailpoet-newsletter-editor .mailpoet_button_group .button:first-child { border-bottom-right-radius: 0; border-right: 0; border-top-right-radius: 0; }
934
-
935
- .admin_page_mailpoet-newsletter-editor .mailpoet_button_group .button:last-child { border-bottom-left-radius: 0; border-left: 0; border-top-left-radius: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/dist/css/mailpoet-form-editor.d2b00deb.css DELETED
@@ -1,7222 +0,0 @@
1
- @charset "UTF-8";
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
- /** Breakpoint mixins */
14
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
15
- /** Focus styles. */
16
- /** Applies editor left position to the selector passed as argument */
17
- /** Styles that are reused verbatim in a few places */
18
- /** Allows users to opt-out of animations via OS-level preferences. */
19
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
20
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
21
- .components-panel__header.interface-complementary-area-header__small { background: #fff; padding-right: 4px; }
22
-
23
- .components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
24
-
25
- @media (min-width: 782px) { .components-panel__header.interface-complementary-area-header__small { display: none; } }
26
-
27
- .interface-complementary-area-header { padding-right: 4px; background: #f3f4f5; }
28
-
29
- .interface-complementary-area-header .components-button.has-icon { display: none; margin-left: auto; }
30
-
31
- .interface-complementary-area-header .components-button.has-icon ~ .components-button { margin-left: 0; }
32
-
33
- @media (min-width: 782px) { .interface-complementary-area-header .components-button.has-icon { display: flex; } }
34
-
35
- .interface-complementary-area { background: #fff; color: #555d66; overflow: visible; }
36
-
37
- @media (min-width: 600px) { .interface-complementary-area { z-index: auto; height: 100%; overflow: auto; -webkit-overflow-scrolling: touch; } }
38
-
39
- @media (min-width: 782px) { .interface-complementary-area { width: 280px; } }
40
-
41
- .interface-complementary-area > .components-panel { border-left: none; border-right: none; overflow: auto; -webkit-overflow-scrolling: touch; height: auto; max-height: calc(100vh - 146px); margin-top: -1px; margin-bottom: -1px; position: relative; }
42
-
43
- @media (min-width: 600px) { .interface-complementary-area > .components-panel { overflow: visible; height: auto; max-height: none; } }
44
-
45
- .interface-complementary-area > .components-panel .components-panel__header { position: fixed; z-index: 1; top: 0; left: 0; right: 0; height: 50px; }
46
-
47
- @media (min-width: 600px) { .interface-complementary-area > .components-panel .components-panel__header { position: inherit; top: auto; left: auto; right: auto; } }
48
-
49
- .interface-complementary-area p { margin-top: 0; }
50
-
51
- .interface-complementary-area h2, .interface-complementary-area h3 { font-size: 13px; color: #555d66; margin-bottom: 1.5em; }
52
-
53
- .interface-complementary-area hr { border-top: none; border-bottom: 1px solid #e2e4e7; margin: 1.5em 0; }
54
-
55
- .interface-complementary-area div.components-toolbar-group, .interface-complementary-area div.components-toolbar { box-shadow: none; margin-bottom: 1.5em; }
56
-
57
- .interface-complementary-area div.components-toolbar-group:last-child, .interface-complementary-area div.components-toolbar:last-child { margin-bottom: 0; }
58
-
59
- .interface-complementary-area .block-editor-skip-to-selected-block:focus { top: auto; right: 10px; bottom: 10px; left: auto; }
60
-
61
- @media (min-width: 782px) { body.js.is-fullscreen-mode { margin-top: -32px; height: calc(100% + 32px); }
62
- body.js.is-fullscreen-mode #adminmenumain, body.js.is-fullscreen-mode #wpadminbar { display: none; }
63
- body.js.is-fullscreen-mode #wpcontent, body.js.is-fullscreen-mode #wpfooter { margin-left: 0; } }
64
-
65
- html.interface-interface-skeleton__html-container { position: fixed; width: 100%; }
66
-
67
- @media (min-width: 782px) { html.interface-interface-skeleton__html-container { position: initial; width: initial; } }
68
-
69
- .interface-interface-skeleton { display: flex; flex-direction: column; height: auto; max-height: 100%; position: fixed; top: 46px; left: 0; right: 0; bottom: 0; }
70
-
71
- @media (min-width: 783px) { .interface-interface-skeleton { top: 32px; }
72
- .is-fullscreen-mode .interface-interface-skeleton { top: 0; } }
73
-
74
- .interface-interface-skeleton { /* Set left position when auto-fold is not on the body element. */ left: 0; }
75
-
76
- @media (min-width: 783px) { .interface-interface-skeleton { left: 160px; } }
77
-
78
- .auto-fold .interface-interface-skeleton { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
79
-
80
- @media (min-width: 783px) { .auto-fold .interface-interface-skeleton { left: 36px; } }
81
-
82
- @media (min-width: 961px) { .auto-fold .interface-interface-skeleton { left: 160px; } }
83
-
84
- /* Sidebar manually collapsed. */
85
- .folded .interface-interface-skeleton { left: 0; }
86
-
87
- @media (min-width: 783px) { .folded .interface-interface-skeleton { left: 36px; } }
88
-
89
- /* Mobile menu opened. */
90
- @media (max-width: 783px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { left: 190px; } }
91
-
92
- /* In small screens with responsive menu expanded there is small white space. */
93
- @media (max-width: 600px) { .auto-fold .wp-responsive-open .interface-interface-skeleton { margin-left: -18px; } }
94
-
95
- body.is-fullscreen-mode .interface-interface-skeleton { left: 0 !important; }
96
-
97
- .interface-interface-skeleton__body { flex-grow: 1; display: flex; overflow: auto; overscroll-behavior-y: none; }
98
-
99
- .interface-interface-skeleton__content { flex-grow: 1; display: flex; flex-direction: column; overflow: auto; }
100
-
101
- .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; }
102
-
103
- @media (min-width: 782px) { .interface-interface-skeleton__left-sidebar, .interface-interface-skeleton__sidebar { position: relative !important; z-index: 90; } }
104
-
105
- @media (min-width: 782px) { .interface-interface-skeleton__sidebar { overflow: auto; border-left: 1px solid #e2e4e7; } }
106
-
107
- @media (min-width: 782px) { .interface-interface-skeleton__left-sidebar { border-right: 1px solid #e2e4e7; } }
108
-
109
- .interface-interface-skeleton__header { flex-shrink: 0; height: auto; border-bottom: 1px solid #e2e4e7; z-index: 30; color: #1e1e1e; position: -webkit-sticky; position: sticky; top: 0; }
110
-
111
- @media (min-width: 600px) { .interface-interface-skeleton__header { position: initial; top: 0; } }
112
-
113
- .interface-interface-skeleton__footer { height: auto; flex-shrink: 0; border-top: 1px solid #e2e4e7; color: #1e1e1e; display: none; }
114
-
115
- @media (min-width: 782px) { .interface-interface-skeleton__footer { display: block; } }
116
-
117
- .interface-interface-skeleton__actions { z-index: 100000; position: fixed !important; top: -9999em; bottom: auto; left: auto; right: 0; width: 280px; color: #1e1e1e; }
118
-
119
- .interface-interface-skeleton__actions:focus { top: auto; bottom: 0; }
120
-
121
- .interface-pinned-items { display: flex; }
122
-
123
- .interface-pinned-items .components-button { margin-left: 4px; }
124
-
125
- .interface-pinned-items .components-button.is-pressed { margin-left: 5px; }
126
-
127
- .interface-pinned-items .components-button svg { max-width: 24px; max-height: 24px; }
128
-
129
- .edit-post-header { height: 60px; background: #fff; display: flex; flex-wrap: wrap; align-items: center; max-width: 100vw; }
130
-
131
- @media (min-width: 280px) { .edit-post-header { flex-wrap: nowrap; } }
132
-
133
- .edit-post-header > .edit-post-header__settings { order: 1; }
134
-
135
- @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-header > .edit-post-header__settings { order: initial; } }
136
-
137
- .edit-post-header__toolbar { display: flex; flex-grow: 1; padding-left: 8px; }
138
-
139
- @media (min-width: 600px) { .edit-post-header__toolbar { padding-left: 24px; } }
140
-
141
- .edit-post-header__toolbar .table-of-contents { display: none; }
142
-
143
- @media (min-width: 600px) { .edit-post-header__toolbar .table-of-contents { display: block; } }
144
-
145
- .edit-post-header__settings { display: inline-flex; align-items: center; flex-wrap: wrap; padding-right: 4px; }
146
-
147
- @media (min-width: 600px) { .edit-post-header__settings { padding-right: 16px; } }
148
-
149
- /** Buttons in the Toolbar */
150
- .edit-post-header__settings .components-button.editor-post-save-draft, .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.editor-post-switch-to-draft, .edit-post-header__settings .components-button.editor-post-preview, .edit-post-header__settings .components-button.block-editor-post-preview__dropdown, .edit-post-header__settings .components-button.editor-post-publish-button, .edit-post-header__settings .components-button.editor-post-publish-panel__toggle { padding: 0 6px; margin-right: 4px; }
151
-
152
- @media (min-width: 600px) { .edit-post-header__settings .components-button.editor-post-save-draft, .edit-post-header__settings .editor-post-saved-state, .edit-post-header__settings .components-button.editor-post-switch-to-draft, .edit-post-header__settings .components-button.editor-post-preview, .edit-post-header__settings .components-button.block-editor-post-preview__dropdown, .edit-post-header__settings .components-button.editor-post-publish-button, .edit-post-header__settings .components-button.editor-post-publish-panel__toggle { padding: 0 12px; margin-right: 12px; } }
153
-
154
- .edit-post-header-preview__grouping-external { display: flex; position: relative; padding-bottom: 0; }
155
-
156
- .edit-post-header-preview__button-external { padding-left: 8px; margin-right: auto; width: 100%; display: flex; justify-content: flex-start; }
157
-
158
- .edit-post-header-preview__button-external svg { margin-right: 8px; }
159
-
160
- .edit-post-post-preview-dropdown .components-popover__content { padding-bottom: 0; }
161
-
162
- .edit-post-fullscreen-mode-close.has-icon { display: none; }
163
-
164
- @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; }
165
- .edit-post-fullscreen-mode-close.has-icon:hover { background: #32373d; }
166
- .edit-post-fullscreen-mode-close.has-icon:active { color: #fff; }
167
- .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 2.5px #fff; }
168
- body.admin-color-sunrise .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 0 0 2.5px #fff; }
169
- body.admin-color-ocean .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 0 0 2.5px #fff; }
170
- body.admin-color-midnight .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 0 0 2.5px #fff; }
171
- body.admin-color-ectoplasm .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 0 0 2.5px #fff; }
172
- body.admin-color-coffee .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 0 0 2.5px #fff; }
173
- body.admin-color-blue .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #d9ab59, inset 0 0 0 2.5px #fff; }
174
- body.admin-color-light .edit-post-fullscreen-mode-close.has-icon:focus { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 0 0 2.5px #fff; } }
175
-
176
- .edit-post-header-toolbar { display: inline-flex; align-items: center; }
177
-
178
- .edit-post-header-toolbar > .components-button { display: none; }
179
-
180
- @media (min-width: 600px) { .edit-post-header-toolbar > .components-button { display: inline-flex; } }
181
-
182
- .edit-post-header-toolbar > .edit-post-header-toolbar__inserter-toggle { display: inline-flex; }
183
-
184
- .edit-post-header-toolbar .block-editor-block-navigation { display: none; }
185
-
186
- @media (min-width: 600px) { .edit-post-header-toolbar .block-editor-block-navigation { display: flex; } }
187
-
188
- .edit-post-header-toolbar__block-toolbar { position: absolute; top: 61px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e2e4e7; }
189
-
190
- .edit-post-header-toolbar__block-toolbar:empty { display: none; }
191
-
192
- .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; }
193
-
194
- .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: none; }
195
-
196
- @media (min-width: 782px) { .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { display: block; right: 280px; } }
197
-
198
- @media (min-width: 1280px) { .edit-post-header-toolbar__block-toolbar { padding-left: 8px; position: static; left: auto; right: auto; background: none; border-bottom: none; }
199
- .is-sidebar-opened .edit-post-header-toolbar__block-toolbar { right: auto; }
200
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar { border-left: 1px solid #e2e4e7; }
201
- .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; } }
202
-
203
- .edit-post-header-toolbar .edit-post-header-toolbar__inserter-toggle { margin-right: 8px; min-width: 32px; width: 32px; height: 32px; padding: 0; }
204
-
205
- .edit-post-more-menu { margin-left: -4px; }
206
-
207
- .edit-post-more-menu .components-button { width: auto; padding: 0 2px; }
208
-
209
- @media (min-width: 600px) { .edit-post-more-menu { margin-left: 0; }
210
- .edit-post-more-menu .components-button { padding: 0 4px; } }
211
-
212
- .edit-post-more-menu__content .components-popover__content { min-width: 260px; }
213
-
214
- @media (min-width: 480px) { .edit-post-more-menu__content .components-popover__content { width: auto; max-width: 480px; } }
215
-
216
- .edit-post-more-menu__content .components-popover__content .components-dropdown-menu__menu { padding: 0; }
217
-
218
- .components-popover.edit-post-more-menu__content { z-index: 99998; }
219
-
220
- .edit-post-keyboard-shortcut-help-modal__section { margin: 0 0 2rem 0; }
221
-
222
- .edit-post-keyboard-shortcut-help-modal__main-shortcuts .edit-post-keyboard-shortcut-help-modal__shortcut-list { margin-top: -25px; }
223
-
224
- .edit-post-keyboard-shortcut-help-modal__section-title { font-size: 0.9rem; font-weight: 600; }
225
-
226
- .edit-post-keyboard-shortcut-help-modal__shortcut { display: flex; align-items: baseline; padding: 0.6rem 0; border-top: 1px solid #e2e4e7; margin-bottom: 0; }
227
-
228
- .edit-post-keyboard-shortcut-help-modal__shortcut:last-child { border-bottom: 1px solid #e2e4e7; }
229
-
230
- .edit-post-keyboard-shortcut-help-modal__shortcut:empty { display: none; }
231
-
232
- .edit-post-keyboard-shortcut-help-modal__shortcut-term { font-weight: 600; margin: 0 0 0 1rem; text-align: right; }
233
-
234
- .edit-post-keyboard-shortcut-help-modal__shortcut-description { flex: 1; margin: 0; flex-basis: auto; }
235
-
236
- .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { display: block; background: none; margin: 0; padding: 0; }
237
-
238
- .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination + .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination { margin-top: 10px; }
239
-
240
- .edit-post-keyboard-shortcut-help-modal__shortcut-key { padding: 0.25rem 0.5rem; border-radius: 8%; margin: 0 0.2rem 0 0.2rem; }
241
-
242
- .edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child { margin: 0 0 0 0.2rem; }
243
-
244
- .edit-post-layout__metaboxes { flex-shrink: 0; }
245
-
246
- .edit-post-layout__metaboxes:not(:empty) { border-top: 1px solid #e2e4e7; padding: 10px 0 10px; clear: both; }
247
-
248
- .edit-post-layout__metaboxes:not(:empty) .edit-post-meta-boxes-area { margin: auto 20px; }
249
-
250
- .edit-post-layout .components-editor-notices__snackbar { position: fixed; right: 0; bottom: 40px; padding-left: 16px; padding-right: 16px; }
251
-
252
- .edit-post-layout .components-editor-notices__snackbar { /* Set left position when auto-fold is not on the body element. */ left: 0; }
253
-
254
- @media (min-width: 783px) { .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
255
-
256
- .auto-fold .edit-post-layout .components-editor-notices__snackbar { /* Auto fold is when on smaller breakpoints, nav menu auto collapses. */ }
257
-
258
- @media (min-width: 783px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
259
-
260
- @media (min-width: 961px) { .auto-fold .edit-post-layout .components-editor-notices__snackbar { left: 160px; } }
261
-
262
- /* Sidebar manually collapsed. */
263
- .folded .edit-post-layout .components-editor-notices__snackbar { left: 0; }
264
-
265
- @media (min-width: 783px) { .folded .edit-post-layout .components-editor-notices__snackbar { left: 36px; } }
266
-
267
- /* Mobile menu opened. */
268
- @media (max-width: 783px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { left: 190px; } }
269
-
270
- /* In small screens with responsive menu expanded there is small white space. */
271
- @media (max-width: 600px) { .auto-fold .wp-responsive-open .edit-post-layout .components-editor-notices__snackbar { margin-left: -18px; } }
272
-
273
- body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar { left: 0 !important; }
274
-
275
- .edit-post-layout .editor-post-publish-panel { position: fixed; z-index: 100001; top: 46px; bottom: 0; right: 0; left: 0; overflow: auto; }
276
-
277
- @media (min-width: 782px) { .edit-post-layout .editor-post-publish-panel { z-index: 99998; top: 32px; left: auto; width: 280px; border-left: 1px solid #e2e4e7; 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; } }
278
-
279
- @media (min-width: 782px) and (prefers-reduced-motion: reduce) { .edit-post-layout .editor-post-publish-panel { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
280
-
281
- @media (min-width: 782px) { body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel { top: 0; }
282
- .is-focusing-regions .edit-post-layout .editor-post-publish-panel { transform: translateX(0%); } }
283
-
284
- @-webkit-keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
285
-
286
- @keyframes edit-post-post-publish-panel__slide-in-animation { 100% { transform: translateX(0%); } }
287
-
288
- .interface-interface-skeleton__sidebar > div { height: 100%; }
289
-
290
- .edit-post-layout .editor-post-publish-panel__header-publish-button { justify-content: center; }
291
-
292
- .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 #e2e4e7; height: auto !important; padding: 24px; display: flex; justify-content: center; }
293
-
294
- .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; }
295
-
296
- .edit-post-layout__footer { display: none; z-index: 30; }
297
-
298
- @media (min-width: 782px) { .edit-post-layout__footer { display: flex; background: #fff; height: 24px; align-items: center; font-size: 13px; padding: 0 18px; } }
299
-
300
- .edit-post-layout .interface-interface-skeleton__content { background-color: #ccd0d4; }
301
-
302
- .edit-post-layout__inserter-panel { height: 100%; display: flex; flex-direction: column; }
303
-
304
- .edit-post-layout__inserter-panel-header { padding-top: 8px; padding-right: 8px; display: flex; justify-content: flex-end; }
305
-
306
- @media (min-width: 782px) { .edit-post-layout__inserter-panel-header { display: none; } }
307
-
308
- .edit-post-layout__inserter-panel-content { height: calc(100% - 36px - 8px); }
309
-
310
- @media (min-width: 782px) { .edit-post-layout__inserter-panel-content { height: 100%; } }
311
-
312
- @media (min-width: 600px) { .edit-post-manage-blocks-modal { height: calc(100% - 60px - 60px); } }
313
-
314
- .edit-post-manage-blocks-modal .components-modal__content { padding-bottom: 0; display: flex; flex-direction: column; }
315
-
316
- .edit-post-manage-blocks-modal .components-modal__header { flex-shrink: 0; margin-bottom: 0; }
317
-
318
- .edit-post-manage-blocks-modal__content { display: flex; flex-direction: column; flex: 0 1 100%; min-height: 0; }
319
-
320
- .edit-post-manage-blocks-modal__no-results { font-style: italic; padding: 24px 0; text-align: center; }
321
-
322
- .edit-post-manage-blocks-modal__search { margin: 16px 0; }
323
-
324
- .edit-post-manage-blocks-modal__search .components-base-control__field { margin-bottom: 0; }
325
-
326
- .edit-post-manage-blocks-modal__search .components-base-control__label { margin-top: -4px; }
327
-
328
- .edit-post-manage-blocks-modal__search input[type="search"].components-text-control__input { padding: 12px; border-radius: 4px; }
329
-
330
- .edit-post-manage-blocks-modal__disabled-blocks-count { border-top: 1px solid #e2e4e7; margin-left: -24px; margin-right: -24px; padding-top: 0.6rem; padding-bottom: 0.6rem; padding-left: 24px; padding-right: 24px; background-color: #f3f4f5; }
331
-
332
- .edit-post-manage-blocks-modal__category { margin: 0 0 2rem 0; }
333
-
334
- .edit-post-manage-blocks-modal__category-title { position: -webkit-sticky; position: sticky; top: 0; padding: 16px 0; background-color: #fff; z-index: 1; }
335
-
336
- .edit-post-manage-blocks-modal__category-title .components-base-control__field { margin-bottom: 0; }
337
-
338
- .edit-post-manage-blocks-modal__category-title .components-checkbox-control__label { font-size: 0.9rem; font-weight: 600; }
339
-
340
- .edit-post-manage-blocks-modal__show-all { margin-right: 8px; }
341
-
342
- .edit-post-manage-blocks-modal__checklist { margin-top: 0; }
343
-
344
- .edit-post-manage-blocks-modal__checklist-item { margin-bottom: 0; padding-left: 16px; border-top: 1px solid #e2e4e7; }
345
-
346
- .edit-post-manage-blocks-modal__checklist-item:last-child { border-bottom: 1px solid #e2e4e7; }
347
-
348
- .edit-post-manage-blocks-modal__checklist-item .components-base-control__field { align-items: center; display: flex; margin: 0; }
349
-
350
- .components-modal__content .edit-post-manage-blocks-modal__checklist-item.components-checkbox-control__input-container { margin: 0 8px; }
351
-
352
- .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; }
353
-
354
- .edit-post-manage-blocks-modal__checklist-item .block-editor-block-icon { margin-right: 10px; fill: #555d66; }
355
-
356
- .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 #e2e4e7; }
357
-
358
- .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 */ }
359
-
360
- .edit-post-meta-boxes-area__container, .edit-post-meta-boxes-area .inside { box-sizing: content-box; }
361
-
362
- .edit-post-meta-boxes-area textarea, .edit-post-meta-boxes-area input { box-sizing: border-box; }
363
-
364
- .edit-post-meta-boxes-area #poststuff { margin: 0 auto; padding-top: 0; min-width: auto; }
365
-
366
- .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 */ border-bottom: 1px solid #e2e4e7; box-sizing: border-box; color: inherit; font-weight: 600; outline: none; padding: 15px; position: relative; width: 100%; }
367
-
368
- .edit-post-meta-boxes-area .postbox { border: 0; color: inherit; margin-bottom: 0; }
369
-
370
- .edit-post-meta-boxes-area .postbox > .inside { border-bottom: 1px solid #e2e4e7; color: inherit; padding: 0 14px 14px; margin: 0; }
371
-
372
- .edit-post-meta-boxes-area .postbox .handlediv { height: 44px; width: 44px; }
373
-
374
- .edit-post-meta-boxes-area.is-loading::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: transparent; z-index: 1; }
375
-
376
- .edit-post-meta-boxes-area .components-spinner { position: absolute; top: 10px; right: 20px; z-index: 5; }
377
-
378
- .edit-post-meta-boxes-area .is-hidden { display: none; }
379
-
380
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"] { border: 1px solid #6c7781; }
381
-
382
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"]:checked { background: #fff; border-color: #6c7781; }
383
-
384
- .edit-post-meta-boxes-area .metabox-location-side .postbox input[type="checkbox"]::before { margin: -3px -4px; }
385
-
386
- .edit-post-meta-boxes-area__clear { clear: both; }
387
-
388
- .components-panel__header.edit-post-sidebar__panel-tabs { justify-content: flex-start; padding-left: 0; padding-right: 4px; border-top: 0; margin-top: 0; }
389
-
390
- .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: none; margin-left: auto; }
391
-
392
- @media (min-width: 782px) { .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon { display: flex; } }
393
-
394
- .components-panel__body.is-opened.edit-post-last-revision__panel { padding: 0; }
395
-
396
- .editor-post-last-revision__title.components-button { padding: 13px 16px; }
397
-
398
- .editor-post-author__select { margin: -5px 0; width: 100%; }
399
-
400
- @supports ((position: -webkit-sticky) or (position: sticky)) { .editor-post-author__select { width: auto; } }
401
-
402
- .edit-post-post-link__link-post-name { font-weight: 600; }
403
-
404
- .edit-post-post-link__preview-label { font-weight: 400; margin: 0; }
405
-
406
- .edit-post-post-link__link { text-align: left; word-wrap: break-word; display: block; }
407
-
408
- /* rtl:begin:ignore */
409
- .edit-post-post-link__preview-link-container { direction: ltr; }
410
-
411
- /* rtl:end:ignore */
412
- .edit-post-post-schedule { width: 100%; position: relative; }
413
-
414
- .components-button.edit-post-post-schedule__toggle { text-align: right; }
415
-
416
- .editor-post-slug__input { margin: -5px 0; padding: 2px; }
417
-
418
- .edit-post-post-status .edit-post-post-publish-dropdown__switch-to-draft { margin-top: 15px; width: 100%; text-align: center; }
419
-
420
- .edit-post-post-visibility { width: 100%; }
421
-
422
- @media (min-width: 782px) { .edit-post-post-visibility__dialog .components-popover__content { width: 257px; } }
423
-
424
- .edit-post-post-visibility__dialog-legend { font-weight: 600; }
425
-
426
- .edit-post-post-visibility__choice { margin: 10px 0; }
427
-
428
- .edit-post-post-visibility__dialog-radio, .edit-post-post-visibility__dialog-label { vertical-align: top; }
429
-
430
- .edit-post-post-visibility__dialog-password-input { width: calc(100% - 20px); margin-left: 20px; }
431
-
432
- .edit-post-post-visibility__dialog-info { color: #7e8993; padding-left: 20px; font-style: italic; margin: 4px 0 0; line-height: 1.4; }
433
-
434
- .components-panel__header.edit-post-sidebar__panel-tabs { justify-content: flex-start; padding-left: 0; padding-right: 4px; border-top: 0; }
435
-
436
- .components-panel__header.edit-post-sidebar__panel-tabs ul { display: flex; }
437
-
438
- .components-panel__header.edit-post-sidebar__panel-tabs li { margin: 0; }
439
-
440
- .components-button.edit-post-sidebar__panel-tab { border-radius: 0; height: 49px; background: transparent; border: none; box-shadow: none; cursor: pointer; display: inline-block; padding: 3px 15px; margin-left: 0; font-weight: 400; color: #191e23; }
441
-
442
- .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; }
443
-
444
- .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; font-weight: 600; position: relative; }
445
-
446
- body.admin-color-sunrise .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #d1864a; }
447
-
448
- body.admin-color-ocean .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #a3b9a2; }
449
-
450
- body.admin-color-midnight .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #e14d43; }
451
-
452
- body.admin-color-ectoplasm .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #a7b656; }
453
-
454
- body.admin-color-coffee .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #c2a68c; }
455
-
456
- body.admin-color-blue .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #d9ab59; }
457
-
458
- body.admin-color-light .components-button.edit-post-sidebar__panel-tab.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #0085ba; }
459
-
460
- .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; }
461
-
462
- .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #007cba; }
463
-
464
- body.admin-color-sunrise .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #d1864a; }
465
-
466
- body.admin-color-ocean .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
467
-
468
- body.admin-color-midnight .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #e14d43; }
469
-
470
- body.admin-color-ectoplasm .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #a7b656; }
471
-
472
- body.admin-color-coffee .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #c2a68c; }
473
-
474
- body.admin-color-blue .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #d9ab59; }
475
-
476
- body.admin-color-light .components-button.edit-post-sidebar__panel-tab:focus { box-shadow: inset 0 0 0 1.5px #0085ba; }
477
-
478
- .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; }
479
-
480
- body.admin-color-sunrise .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 -4px 0 0 #d1864a; }
481
-
482
- body.admin-color-ocean .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 -4px 0 0 #a3b9a2; }
483
-
484
- body.admin-color-midnight .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 -4px 0 0 #e14d43; }
485
-
486
- body.admin-color-ectoplasm .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 -4px 0 0 #a7b656; }
487
-
488
- body.admin-color-coffee .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 -4px 0 0 #c2a68c; }
489
-
490
- body.admin-color-blue .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #d9ab59, inset 0 -4px 0 0 #d9ab59; }
491
-
492
- body.admin-color-light .components-button.edit-post-sidebar__panel-tab.is-active:focus { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 -4px 0 0 #0085ba; }
493
-
494
- .edit-post-text-editor { position: relative; width: 100%; background-color: #fff; flex-grow: 1; }
495
-
496
- .edit-post-text-editor .wp-block.editor-post-title { max-width: none; line-height: 1.4; }
497
-
498
- .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; }
499
-
500
- .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { border: 1px solid #ccc; margin-bottom: -1px; padding: 16px; }
501
-
502
- @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input { padding: 24px; } }
503
-
504
- .edit-post-text-editor .wp-block.editor-post-title .editor-post-title__input:focus { border: 1px solid #1e1e1e; }
505
-
506
- @media (min-width: 600px) { .edit-post-text-editor .wp-block.editor-post-title { padding: 0; } }
507
-
508
- .edit-post-text-editor__body { width: 100%; padding: 0 12px 12px 12px; max-width: 1080px; margin-left: auto; margin-right: auto; }
509
-
510
- @media (min-width: 960px) { .edit-post-text-editor__body { padding: 16px 24px 96px 24px; padding: 0 24px 24px 24px; } }
511
-
512
- .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; }
513
-
514
- @media (min-width: 600px) { .edit-post-text-editor__toolbar { padding: 12px; } }
515
-
516
- @media (min-width: 960px) { .edit-post-text-editor__toolbar { padding: 12px 24px; } }
517
-
518
- .edit-post-text-editor__toolbar h2 { line-height: 36px; margin: 0 auto 0 0; font-size: 13px; color: #1e1e1e; }
519
-
520
- .edit-post-text-editor__toolbar .components-button svg { order: 1; }
521
-
522
- .edit-post-visual-editor { position: relative; padding-top: 50px; background-color: #fff; flex: 1 1 auto; }
523
-
524
- .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; }
525
-
526
- .edit-post-visual-editor .components-button.is-tertiary { padding: 6px; }
527
-
528
- @supports ((position: -webkit-sticky) or (position: sticky)) { .edit-post-visual-editor { flex-basis: 100%; } }
529
-
530
- .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%; }
531
-
532
- .edit-post-visual-editor .block-editor-writing-flow__click-redirect { min-height: 40vh; width: 100%; }
533
-
534
- .has-metaboxes .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; }
535
-
536
- .edit-post-visual-editor__post-title-wrapper { padding-left: 14px; padding-right: 14px; }
537
-
538
- @media (min-width: 600px) { .edit-post-visual-editor__post-title-wrapper { padding-left: 36px; padding-right: 36px; } }
539
-
540
- .edit-post-visual-editor__post-title-wrapper .editor-post-title { margin-left: auto; margin-right: auto; margin-bottom: 32px; }
541
-
542
- .edit-post-options-modal__section { margin: 0 0 2rem 0; }
543
-
544
- .edit-post-options-modal__section-title { font-size: 0.9rem; font-weight: 600; }
545
-
546
- .edit-post-options-modal__option { border-top: 1px solid #e2e4e7; }
547
-
548
- .edit-post-options-modal__option:last-child { border-bottom: 1px solid #e2e4e7; }
549
-
550
- .edit-post-options-modal__option .components-base-control__field { align-items: center; display: flex; margin: 0; }
551
-
552
- .edit-post-options-modal__option .components-checkbox-control__label { flex-grow: 1; padding: 0.6rem 0 0.6rem 10px; }
553
-
554
- .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { margin: 0 0 0.6rem 48px; }
555
-
556
- @media (min-width: 782px) { .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { margin-left: 38px; } }
557
-
558
- @media (min-width: 600px) { .edit-post-options-modal__custom-fields-confirmation-message, .edit-post-options-modal__custom-fields-confirmation-button { max-width: 300px; } }
559
-
560
- .edit-post-welcome-guide { width: 312px; }
561
-
562
- .edit-post-welcome-guide__image { background: #00a0d2; height: 240px; }
563
-
564
- .edit-post-welcome-guide__image__prm-r { display: none; }
565
-
566
- @media (prefers-reduced-motion: reduce) { .edit-post-welcome-guide__image__prm-r { display: block; }
567
- .edit-post-welcome-guide__image__prm-np { display: none; } }
568
-
569
- .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; }
570
-
571
- .edit-post-welcome-guide__text { font-size: 13px; line-height: 1.4; margin: 0 0 24px 0; padding: 0 32px; }
572
-
573
- .edit-post-welcome-guide__inserter-icon { margin: 0 4px; vertical-align: text-top; }
574
-
575
- /** Animations */
576
- @-webkit-keyframes edit-post__fade-in-animation { from { opacity: 0; }
577
- to { opacity: 1; } }
578
- @keyframes edit-post__fade-in-animation { from { opacity: 0; }
579
- to { opacity: 1; } }
580
-
581
- html.wp-toolbar { background: #fff; }
582
-
583
- 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. */ }
584
-
585
- body.block-editor-page #wpcontent { padding-left: 0; }
586
-
587
- body.block-editor-page #wpbody-content { padding-bottom: 0; }
588
-
589
- body.block-editor-page #wpbody-content > div:not(.block-editor):not(#screen-meta) { display: none; }
590
-
591
- body.block-editor-page #wpfooter { display: none; }
592
-
593
- body.block-editor-page .a11y-speak-region { left: -1px; top: -1px; }
594
-
595
- 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; }
596
-
597
- body.block-editor-page .media-frame select.attachment-filters:last-of-type { width: auto; max-width: 100%; }
598
-
599
- .edit-post-header, .edit-post-visual-editor, .edit-post-text-editor, .edit-post-sidebar, .editor-post-publish-panel, .components-popover, .components-modal__frame { box-sizing: border-box; }
600
-
601
- .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 { box-sizing: inherit; }
602
-
603
- @media (min-width: 600px) { .block-editor__container { position: absolute; top: 0; right: 0; bottom: 0; left: 0; min-height: calc(100vh - 46px); } }
604
-
605
- @media (min-width: 782px) { .block-editor__container { min-height: calc(100vh - 32px); }
606
- body.is-fullscreen-mode .block-editor__container { min-height: 100vh; } }
607
-
608
- .block-editor__container img { max-width: 100%; height: auto; }
609
-
610
- .block-editor__container iframe { width: 100%; }
611
-
612
- .block-editor__container .components-navigate-regions { height: 100%; }
613
-
614
- .wp-block { max-width: 580px; }
615
-
616
- .wp-block[data-align="wide"] { max-width: 1100px; }
617
-
618
- .wp-block[data-align="full"] { max-width: none; }
619
-
620
- /** Colors */
621
- /** Breakpoints & Media Queries */
622
- /** Colors */
623
- /** Fonts & basic variables. */
624
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
625
- /** Dimensions. */
626
- /** Shadows. */
627
- /** Editor widths. */
628
- /** Block UI. */
629
- /** Border radii. */
630
- /** Breakpoint mixins */
631
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
632
- /** Focus styles. */
633
- /** Applies editor left position to the selector passed as argument */
634
- /** Styles that are reused verbatim in a few places */
635
- /** Allows users to opt-out of animations via OS-level preferences. */
636
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
637
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
638
- .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; }
639
-
640
- .editor-autocompleters__user .editor-autocompleters__user-avatar { margin-right: 8px; flex-grow: 0; flex-shrink: 0; max-width: none; width: 24px; height: 24px; }
641
-
642
- .editor-autocompleters__user .editor-autocompleters__user-name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 200px; flex-shrink: 0; flex-grow: 1; }
643
-
644
- .editor-autocompleters__user .editor-autocompleters__user-slug { margin-left: 8px; color: #8f98a1; white-space: nowrap; text-overflow: ellipsis; overflow: none; max-width: 100px; flex-grow: 0; flex-shrink: 0; }
645
-
646
- .editor-autocompleters__user:hover .editor-autocompleters__user-slug { color: #66c6e4; }
647
-
648
- .document-outline { margin: 20px 0; }
649
-
650
- .document-outline ul { margin: 0; padding: 0; }
651
-
652
- .document-outline__item { display: flex; margin: 4px 0; }
653
-
654
- .document-outline__item a { text-decoration: none; }
655
-
656
- .document-outline__item .document-outline__emdash::before { color: #e2e4e7; margin-right: 4px; }
657
-
658
- .document-outline__item.is-h2 .document-outline__emdash::before { content: "—"; }
659
-
660
- .document-outline__item.is-h3 .document-outline__emdash::before { content: "——"; }
661
-
662
- .document-outline__item.is-h4 .document-outline__emdash::before { content: "———"; }
663
-
664
- .document-outline__item.is-h5 .document-outline__emdash::before { content: "————"; }
665
-
666
- .document-outline__item.is-h6 .document-outline__emdash::before { content: "—————"; }
667
-
668
- .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: #23282d; text-align: left; border-radius: 2px; }
669
-
670
- .document-outline__button:disabled { cursor: default; }
671
-
672
- .document-outline__button:focus { box-shadow: 0 0 0 1.5px #007cba; outline: 2px solid transparent; }
673
-
674
- body.admin-color-sunrise .document-outline__button:focus { box-shadow: 0 0 0 1.5px #d1864a; }
675
-
676
- body.admin-color-ocean .document-outline__button:focus { box-shadow: 0 0 0 1.5px #a3b9a2; }
677
-
678
- body.admin-color-midnight .document-outline__button:focus { box-shadow: 0 0 0 1.5px #e14d43; }
679
-
680
- body.admin-color-ectoplasm .document-outline__button:focus { box-shadow: 0 0 0 1.5px #a7b656; }
681
-
682
- body.admin-color-coffee .document-outline__button:focus { box-shadow: 0 0 0 1.5px #c2a68c; }
683
-
684
- body.admin-color-blue .document-outline__button:focus { box-shadow: 0 0 0 1.5px #d9ab59; }
685
-
686
- body.admin-color-light .document-outline__button:focus { box-shadow: 0 0 0 1.5px #0085ba; }
687
-
688
- .document-outline__level { background: #e2e4e7; color: #23282d; border-radius: 3px; font-size: 13px; padding: 1px 6px; margin-right: 4px; }
689
-
690
- .is-invalid .document-outline__level { background: #f0b849; }
691
-
692
- .document-outline__item-content { padding: 1px 0; }
693
-
694
- .components-editor-notices__dismissible { position: -webkit-sticky; position: sticky; top: 0; right: 0; color: #191e23; }
695
-
696
- .components-editor-notices__pinned { position: relative; left: 0; top: 0; right: 0; color: #191e23; }
697
-
698
- .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; }
699
-
700
- .components-editor-notices__dismissible .components-notice .components-notice__dismiss, .components-editor-notices__pinned .components-notice .components-notice__dismiss { margin-top: 12px; }
701
-
702
- .components-editor-notices__snackbar { width: 100%; }
703
-
704
- @media (min-width: 782px) { .components-editor-notices__snackbar { width: -webkit-fit-content; width: fit-content; width: -moz-fit-content; } }
705
-
706
- .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; }
707
-
708
- .entities-saved-states__panel *, .entities-saved-states__panel *::before, .entities-saved-states__panel *::after { box-sizing: inherit; }
709
-
710
- .entities-saved-states__panel .entities-saved-states__find-entity { display: none; }
711
-
712
- .entities-saved-states__panel .entities-saved-states__find-entity-small { display: block; }
713
-
714
- @media (min-width: 782px) { .entities-saved-states__panel { z-index: 99998; top: 32px; left: auto; width: 280px; border-left: 1px solid #e2e4e7; }
715
- body.is-fullscreen-mode .entities-saved-states__panel { top: 0; }
716
- .entities-saved-states__panel .entities-saved-states__find-entity { display: block; }
717
- .entities-saved-states__panel .entities-saved-states__find-entity-small { display: none; } }
718
-
719
- .entities-saved-states__panel .entities-saved-states__panel-header { background: #fff; padding-left: 8px; padding-right: 8px; height: 61px; border-bottom: 1px solid #e2e4e7; display: flex; align-items: center; align-content: space-between; }
720
-
721
- .entities-saved-states__panel .entities-saved-states__panel-header .editor-entities-saved-states__save-button { margin: auto; }
722
-
723
- .entities-saved-states__panel .entities-saved-states__panel-header .components-button.has-icon { position: absolute; right: 8px; }
724
-
725
- .entities-saved-states__panel .entities-saved-states__text-prompt { border-bottom: 1px solid #e2e4e7; padding: 16px; padding-bottom: 4px; }
726
-
727
- .editor-error-boundary { margin: auto; max-width: 780px; padding: 20px; margin-top: 60px; box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2); }
728
-
729
- .editor-page-attributes__template { margin-bottom: 10px; }
730
-
731
- .editor-page-attributes__template label, .editor-page-attributes__template select { width: 100%; }
732
-
733
- .editor-page-attributes__order { width: 100%; }
734
-
735
- .editor-page-attributes__order .components-base-control__field { display: flex; justify-content: space-between; align-items: center; }
736
-
737
- .editor-page-attributes__order input { width: 66px; }
738
-
739
- .editor-post-excerpt__textarea { width: 100%; margin-bottom: 10px; }
740
-
741
- .editor-post-featured-image { padding: 0; }
742
-
743
- .editor-post-featured-image__container { margin-bottom: 1em; position: relative; }
744
-
745
- .editor-post-featured-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
746
-
747
- .editor-post-featured-image .components-button + .components-button { display: block; margin-top: 1em; }
748
-
749
- .editor-post-featured-image .components-responsive-wrapper__content { max-width: 100%; width: auto; }
750
-
751
- .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 #00a0d2; }
752
-
753
- @media (prefers-reduced-motion: reduce) { .editor-post-featured-image__toggle, .editor-post-featured-image__preview { transition-duration: 0s; } }
754
-
755
- .editor-post-featured-image__preview { height: auto; }
756
-
757
- .editor-post-featured-image__preview:not(:disabled):not([aria-disabled="true"]):focus { box-shadow: 0 0 0 4px #00a0d2; }
758
-
759
- .editor-post-featured-image__toggle { border: 1px dashed #a2aab2; background-color: #edeff0; min-height: 90px; line-height: 20px; padding: 8px 0; text-align: center; }
760
-
761
- .editor-post-featured-image__toggle:hover { background-color: #f8f9f9; }
762
-
763
- .editor-post-format { flex-direction: column; align-items: stretch; width: 100%; }
764
-
765
- .editor-post-format__content { display: inline-flex; justify-content: space-between; align-items: center; width: 100%; }
766
-
767
- .editor-post-format__suggestion { text-align: right; font-size: 13px; }
768
-
769
- .editor-post-last-revision__title { width: 100%; font-weight: 600; }
770
-
771
- .editor-post-last-revision__title .dashicon { margin-right: 5px; }
772
-
773
- .components-button.editor-post-last-revision__title { height: auto; }
774
-
775
- .components-button.editor-post-last-revision__title:hover, .components-button.editor-post-last-revision__title:active { background: #f3f4f5; }
776
-
777
- .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #007cba; border-radius: 0; }
778
-
779
- body.admin-color-sunrise .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #d1864a; }
780
-
781
- body.admin-color-ocean .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
782
-
783
- body.admin-color-midnight .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #e14d43; }
784
-
785
- body.admin-color-ectoplasm .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #a7b656; }
786
-
787
- body.admin-color-coffee .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #c2a68c; }
788
-
789
- body.admin-color-blue .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #d9ab59; }
790
-
791
- body.admin-color-light .components-button.editor-post-last-revision__title:focus { box-shadow: inset 0 0 0 1.5px #0085ba; }
792
-
793
- .editor-post-locked-modal { height: auto; padding-right: 10px; padding-left: 10px; padding-top: 10px; max-width: 480px; }
794
-
795
- .editor-post-locked-modal .components-modal__header { height: 36px; }
796
-
797
- .editor-post-locked-modal .components-modal__content { height: auto; }
798
-
799
- .editor-post-locked-modal__buttons { margin-top: 10px; }
800
-
801
- .editor-post-locked-modal__buttons .components-button { margin-right: 5px; }
802
-
803
- .editor-post-locked-modal__avatar { float: left; margin: 5px; margin-right: 15px; }
804
-
805
- .editor-post-publish-button__button.has-changes-dot::before { background: currentcolor; border-radius: 4px; content: ""; height: 8px; margin: auto 5px auto -3px; width: 8px; }
806
-
807
- .editor-post-publish-panel { background: #fff; }
808
-
809
- .editor-post-publish-panel__content { min-height: calc(100% - 144px); }
810
-
811
- .editor-post-publish-panel__content .components-spinner { display: block; margin: 100px auto 0; }
812
-
813
- .editor-post-publish-panel__header { background: #fff; padding-left: 8px; padding-right: 8px; height: 61px; border-bottom: 1px solid #e2e4e7; display: flex; align-items: center; align-content: space-between; }
814
-
815
- .editor-post-publish-panel__header .components-button.has-icon { position: absolute; right: 8px; }
816
-
817
- .editor-post-publish-panel__header-publish-button { display: flex; justify-content: flex-end; flex-grow: 1; text-align: right; flex-wrap: nowrap; }
818
-
819
- .editor-post-publish-panel__header-published { flex-grow: 1; }
820
-
821
- .editor-post-publish-panel__footer { padding: 16px; }
822
-
823
- .components-button.editor-post-publish-panel__toggle.is-primary { display: inline-flex; align-items: center; }
824
-
825
- .components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon { display: none; }
826
-
827
- .components-button.editor-post-publish-panel__toggle.is-primary .dashicon { margin-right: -4px; }
828
-
829
- .editor-post-publish-panel__link { font-weight: 400; padding-left: 4px; }
830
-
831
- .editor-post-publish-panel__prepublish { padding: 16px; }
832
-
833
- .editor-post-publish-panel__prepublish strong { color: #191e23; }
834
-
835
- .editor-post-publish-panel__prepublish .components-panel__body { background: #fff; margin-left: -16px; margin-right: -16px; }
836
-
837
- .editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend { display: none; }
838
-
839
- .post-publish-panel__postpublish .components-panel__body { border-bottom: 1px solid #e2e4e7; border-top: none; }
840
-
841
- .post-publish-panel__postpublish-buttons { display: flex; align-content: space-between; flex-wrap: wrap; margin: -5px; }
842
-
843
- .post-publish-panel__postpublish-buttons > * { flex-grow: 1; margin: 5px; }
844
-
845
- .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; }
846
-
847
- .post-publish-panel__postpublish-buttons .components-clipboard-button { width: 100%; }
848
-
849
- .post-publish-panel__postpublish-post-address { margin-bottom: 16px; }
850
-
851
- .post-publish-panel__postpublish-post-address input[readonly] { padding: 10px; background: #e8eaeb; overflow: hidden; text-overflow: ellipsis; }
852
-
853
- .post-publish-panel__postpublish-header { font-weight: 500; }
854
-
855
- .post-publish-panel__postpublish-subheader { margin: 0 0 8px; }
856
-
857
- .post-publish-panel__tip { color: #f0b849; }
858
-
859
- .editor-post-saved-state { display: flex; align-items: center; width: 28px; padding: 12px 4px; color: #757575; overflow: hidden; white-space: nowrap; }
860
-
861
- .editor-post-saved-state svg { display: inline-block; flex: 0 0 auto; fill: currentColor; margin-right: 8px; }
862
-
863
- @media (min-width: 600px) { .editor-post-saved-state { width: auto; padding: 8px 12px; text-indent: inherit; }
864
- .editor-post-saved-state svg { margin-right: 4px; } }
865
-
866
- .editor-post-taxonomies__hierarchical-terms-list { max-height: 14em; overflow: auto; padding-left: 2px; }
867
-
868
- .editor-post-taxonomies__hierarchical-terms-choice { margin-bottom: 8px; }
869
-
870
- .editor-post-taxonomies__hierarchical-terms-subchoices { margin-top: 8px; margin-left: 16px; }
871
-
872
- .components-button.editor-post-taxonomies__hierarchical-terms-submit, .components-button.editor-post-taxonomies__hierarchical-terms-add { margin-top: 12px; }
873
-
874
- .editor-post-taxonomies__hierarchical-terms-label { display: inline-block; margin-top: 12px; }
875
-
876
- .editor-post-taxonomies__hierarchical-terms-input { margin-top: 8px; width: 100%; }
877
-
878
- .editor-post-taxonomies__hierarchical-terms-filter { margin-bottom: 8px; width: 100%; }
879
-
880
- .edit-post-text-editor__body textarea.editor-post-text-editor { border: 1px solid #ccc; display: block; margin: 0; width: 100%; box-shadow: none; resize: none; overflow: hidden; font-family: Menlo, Consolas, monaco, monospace; line-height: 2.4; border-radius: 0; min-height: 200px; padding: 16px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px !important; }
881
-
882
- @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { padding: 24px; } }
883
-
884
- @media (min-width: 600px) { .edit-post-text-editor__body textarea.editor-post-text-editor { font-size: 15px !important; } }
885
-
886
- .edit-post-text-editor__body textarea.editor-post-text-editor:focus { border: 1px solid #1e1e1e; box-shadow: none; position: relative; }
887
-
888
- .edit-post-post-visibility__dialog, .editor-post-visibility__dialog-fieldset { padding: 4px; padding-top: 0; }
889
-
890
- .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; }
891
-
892
- .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: 2px solid #757575; margin-right: 12px; transition: none; border-radius: 50%; margin-top: 2px; }
893
-
894
- @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; } }
895
-
896
- @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; } }
897
-
898
- .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; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
899
-
900
- body.admin-color-sunrise .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-sunrise .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
901
-
902
- body.admin-color-ocean .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-ocean .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
903
-
904
- body.admin-color-midnight .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-midnight .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
905
-
906
- body.admin-color-ectoplasm .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-ectoplasm .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
907
-
908
- body.admin-color-coffee .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-coffee .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
909
-
910
- body.admin-color-blue .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-blue .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
911
-
912
- body.admin-color-light .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:focus, body.admin-color-light .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
913
-
914
- .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(14, 28, 46, 0.62); }
915
-
916
- .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(14, 28, 46, 0.62); }
917
-
918
- .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(14, 28, 46, 0.62); }
919
-
920
- .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); }
921
-
922
- .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); }
923
-
924
- .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); }
925
-
926
- .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: 6px 0 0 6px; background-color: #fff; }
927
-
928
- @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 { margin: 3px 0 0 3px; } }
929
-
930
- .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: #757575; box-shadow: 0 0 0 1px #757575; }
931
-
932
- .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: #11a0d2; border-color: #11a0d2; }
933
-
934
- body.admin-color-sunrise .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-sunrise .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #c8b03c; border-color: #c8b03c; }
935
-
936
- body.admin-color-ocean .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-ocean .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #a3b9a2; border-color: #a3b9a2; }
937
-
938
- body.admin-color-midnight .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-midnight .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #77a6b9; border-color: #77a6b9; }
939
-
940
- body.admin-color-ectoplasm .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-ectoplasm .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #a7b656; border-color: #a7b656; }
941
-
942
- body.admin-color-coffee .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-coffee .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #c2a68c; border-color: #c2a68c; }
943
-
944
- body.admin-color-blue .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-blue .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #82b4cb; border-color: #82b4cb; }
945
-
946
- body.admin-color-light .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked, body.admin-color-light .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked { background: #11a0d2; border-color: #11a0d2; }
947
-
948
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio[type="radio"]:checked:focus, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-radio[type="radio"]:checked:focus { box-shadow: 0 0 0 1.5px #757575; }
949
-
950
- .edit-post-post-visibility__dialog .editor-post-visibility__dialog-label, .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-label { font-weight: 600; }
951
-
952
- .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; }
953
-
954
- .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; }
955
-
956
- .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; }
957
-
958
- @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; } }
959
-
960
- @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; } }
961
-
962
- .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; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
963
-
964
- body.admin-color-sunrise .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-sunrise .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
965
-
966
- body.admin-color-ocean .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-ocean .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
967
-
968
- body.admin-color-midnight .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-midnight .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
969
-
970
- body.admin-color-ectoplasm .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-ectoplasm .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
971
-
972
- body.admin-color-coffee .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-coffee .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
973
-
974
- body.admin-color-blue .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-blue .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
975
-
976
- body.admin-color-light .edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input[type="text"]:focus, body.admin-color-light .editor-post-visibility__dialog-fieldset .editor-post-visibility__dialog-password-input[type="text"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
977
-
978
- .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(14, 28, 46, 0.62); }
979
-
980
- .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(14, 28, 46, 0.62); }
981
-
982
- .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(14, 28, 46, 0.62); }
983
-
984
- .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); }
985
-
986
- .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); }
987
-
988
- .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); }
989
-
990
- .editor-post-title { position: relative; }
991
-
992
- .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; line-height: 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; }
993
-
994
- @media (prefers-reduced-motion: reduce) { .editor-post-title .editor-post-title__input { transition-duration: 0s; } }
995
-
996
- @media (min-width: 600px) { .editor-post-title .editor-post-title__input { border-width: 1px; } }
997
-
998
- .editor-post-title .editor-post-title__input::-webkit-input-placeholder { color: rgba(22, 36, 53, 0.55); }
999
-
1000
- .editor-post-title .editor-post-title__input::-moz-placeholder { color: rgba(22, 36, 53, 0.55); }
1001
-
1002
- .editor-post-title .editor-post-title__input:-ms-input-placeholder { color: rgba(22, 36, 53, 0.55); }
1003
-
1004
- .editor-post-title .editor-post-title__input:focus { border: 1px solid transparent; outline: 1px solid transparent; box-shadow: none; }
1005
-
1006
- .editor-post-title.is-focus-mode .editor-post-title__input { opacity: 0.5; transition: opacity 0.1s linear; }
1007
-
1008
- @media (prefers-reduced-motion: reduce) { .editor-post-title.is-focus-mode .editor-post-title__input { transition-duration: 0s; } }
1009
-
1010
- .editor-post-title.is-focus-mode .editor-post-title__input:focus { opacity: 1; }
1011
-
1012
- .editor-post-trash.components-button { color: #b52727; border-color: #b52727; justify-content: center; }
1013
-
1014
- .editor-post-trash.components-button:not(:disabled):not([aria-disabled="true"]):hover, .editor-post-trash.components-button:not([aria-disabled="true"]):focus { color: #a02222; border-color: #a02222; }
1015
-
1016
- .table-of-contents__popover.components-popover .components-popover__content { min-width: 380px; }
1017
-
1018
- .components-popover.table-of-contents__popover { z-index: 99998; }
1019
-
1020
- .table-of-contents__popover .components-popover__content { padding: 16px; }
1021
-
1022
- @media (min-width: 600px) { .table-of-contents__popover .components-popover__content { max-height: calc(100vh - 120px); overflow-y: auto; } }
1023
-
1024
- .table-of-contents__popover hr { margin: 10px -16px 0; }
1025
-
1026
- .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; }
1027
-
1028
- body.admin-color-sunrise .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #d1864a; }
1029
-
1030
- body.admin-color-ocean .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
1031
-
1032
- body.admin-color-midnight .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #e14d43; }
1033
-
1034
- body.admin-color-ectoplasm .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #a7b656; }
1035
-
1036
- body.admin-color-coffee .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #c2a68c; }
1037
-
1038
- body.admin-color-blue .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #d9ab59; }
1039
-
1040
- body.admin-color-light .table-of-contents__wrapper:focus::before { box-shadow: inset 0 0 0 1.5px #0085ba; }
1041
-
1042
- .table-of-contents__counts { display: flex; flex-wrap: wrap; margin: 0; }
1043
-
1044
- .table-of-contents__count { flex-basis: 25%; display: flex; flex-direction: column; font-size: 13px; color: #6c7781; padding-right: 8px; margin-bottom: 0; }
1045
-
1046
- .table-of-contents__count:last-child { padding-right: 0; }
1047
-
1048
- .table-of-contents__number, .table-of-contents__popover .word-count { font-size: 21px; font-weight: 400; line-height: 30px; color: #555d66; }
1049
-
1050
- .table-of-contents__title { display: block; margin-top: 20px; font-size: 15px; font-weight: 600; }
1051
-
1052
- .editor-template-validation-notice { display: flex; justify-content: space-between; align-items: center; }
1053
-
1054
- .editor-template-validation-notice .components-button { margin-left: 5px; }
1055
-
1056
- /** Colors */
1057
- /** Breakpoints & Media Queries */
1058
- /** Colors */
1059
- /** Fonts & basic variables. */
1060
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
1061
- /** Dimensions. */
1062
- /** Shadows. */
1063
- /** Editor widths. */
1064
- /** Block UI. */
1065
- /** Border radii. */
1066
- /** Breakpoint mixins */
1067
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
1068
- /** Focus styles. */
1069
- /** Applies editor left position to the selector passed as argument */
1070
- /** Styles that are reused verbatim in a few places */
1071
- /** Allows users to opt-out of animations via OS-level preferences. */
1072
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
1073
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
1074
- .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; }
1075
-
1076
- @media (prefers-reduced-motion: reduce) { .components-animate__appear { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1077
-
1078
- .components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left { transform-origin: top left; }
1079
-
1080
- .components-animate__appear.is-from-top.is-from-right { transform-origin: top right; }
1081
-
1082
- .components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left { transform-origin: bottom left; }
1083
-
1084
- .components-animate__appear.is-from-bottom.is-from-right { transform-origin: bottom right; }
1085
-
1086
- @-webkit-keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
1087
- to { transform: translateY(0%) scaleY(1) scaleX(1); } }
1088
-
1089
- @keyframes components-animate__appear-animation { from { transform: translateY(-2em) scaleY(0) scaleX(0); }
1090
- to { transform: translateY(0%) scaleY(1) scaleX(1); } }
1091
-
1092
- .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; }
1093
-
1094
- @media (prefers-reduced-motion: reduce) { .components-animate__slide-in { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
1095
-
1096
- .components-animate__slide-in.is-from-left { transform: translateX(100%); }
1097
-
1098
- .components-animate__slide-in.is-from-right { transform: translateX(-100%); }
1099
-
1100
- @-webkit-keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
1101
-
1102
- @keyframes components-animate__slide-in-animation { 100% { transform: translateX(0%); } }
1103
-
1104
- .components-animate__loading { -webkit-animation: components-animate__loading 1.6s ease-in-out infinite; animation: components-animate__loading 1.6s ease-in-out infinite; }
1105
-
1106
- @-webkit-keyframes components-animate__loading { 0% { opacity: 0.5; }
1107
- 50% { opacity: 1; }
1108
- 100% { opacity: 0.5; } }
1109
-
1110
- @keyframes components-animate__loading { 0% { opacity: 0.5; }
1111
- 50% { opacity: 1; }
1112
- 100% { opacity: 0.5; } }
1113
-
1114
- .components-angle-picker-control { width: 50%; }
1115
-
1116
- .components-angle-picker-control.components-base-control .components-base-control__label { display: block; }
1117
-
1118
- .components-angle-picker-control__input-field[type="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; width: calc(100% - 36px); max-width: 100px; }
1119
-
1120
- @media (prefers-reduced-motion: reduce) { .components-angle-picker-control__input-field[type="number"] { transition-duration: 0s; } }
1121
-
1122
- @media (min-width: 600px) { .components-angle-picker-control__input-field[type="number"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1123
-
1124
- .components-angle-picker-control__input-field[type="number"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
1125
-
1126
- body.admin-color-sunrise .components-angle-picker-control__input-field[type="number"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
1127
-
1128
- body.admin-color-ocean .components-angle-picker-control__input-field[type="number"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
1129
-
1130
- body.admin-color-midnight .components-angle-picker-control__input-field[type="number"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
1131
-
1132
- body.admin-color-ectoplasm .components-angle-picker-control__input-field[type="number"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
1133
-
1134
- body.admin-color-coffee .components-angle-picker-control__input-field[type="number"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
1135
-
1136
- body.admin-color-blue .components-angle-picker-control__input-field[type="number"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
1137
-
1138
- body.admin-color-light .components-angle-picker-control__input-field[type="number"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
1139
-
1140
- .components-angle-picker-control__input-field[type="number"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
1141
-
1142
- .components-angle-picker-control__input-field[type="number"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
1143
-
1144
- .components-angle-picker-control__input-field[type="number"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
1145
-
1146
- .is-dark-theme .components-angle-picker-control__input-field[type="number"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1147
-
1148
- .is-dark-theme .components-angle-picker-control__input-field[type="number"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1149
-
1150
- .is-dark-theme .components-angle-picker-control__input-field[type="number"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1151
-
1152
- .components-angle-picker-control__angle-circle { width: 28px; height: 28px; border: 2px solid #555d66; border-radius: 50%; float: left; margin-right: 4px; cursor: -webkit-grab; cursor: grab; }
1153
-
1154
- .components-angle-picker-control__angle-circle-indicator-wrapper { position: relative; width: 100%; height: 100%; }
1155
-
1156
- .components-angle-picker-control__angle-circle-indicator { width: 1px; height: 1px; border-radius: 50%; border: 3px solid #555d66; display: block; position: absolute; top: -14px; bottom: 0; left: 0; right: 0; margin: auto; background: #555d66; }
1157
-
1158
- .components-autocomplete__popover .components-popover__content { padding: 16px; }
1159
-
1160
- .components-autocomplete__result.components-button { display: flex; height: auto; min-height: 36px; text-align: left; width: 100%; }
1161
-
1162
- .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #007cba; }
1163
-
1164
- body.admin-color-sunrise .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #d1864a; }
1165
-
1166
- body.admin-color-ocean .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #a3b9a2; }
1167
-
1168
- body.admin-color-midnight .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #e14d43; }
1169
-
1170
- body.admin-color-ectoplasm .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #a7b656; }
1171
-
1172
- body.admin-color-coffee .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #c2a68c; }
1173
-
1174
- body.admin-color-blue .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #d9ab59; }
1175
-
1176
- body.admin-color-light .components-autocomplete__result.components-button.is-selected { box-shadow: 0 0 0 2px #0085ba; }
1177
-
1178
- .components-base-control { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
1179
-
1180
- .components-base-control .components-base-control__field { margin-bottom: 8px; }
1181
-
1182
- .components-panel__row .components-base-control .components-base-control__field { margin-bottom: inherit; }
1183
-
1184
- .components-base-control .components-base-control__label { display: inline-block; margin-bottom: 8px; }
1185
-
1186
- .components-base-control .components-base-control__help { margin-top: -8px; font-style: italic; }
1187
-
1188
- .components-button-group { display: inline-block; }
1189
-
1190
- .components-button-group .components-button { border-radius: 0; display: inline-flex; color: #007cba; box-shadow: inset 0 0 0 1px #007cba; }
1191
-
1192
- body.admin-color-sunrise .components-button-group .components-button { color: #d1864a; box-shadow: inset 0 0 0 1px #d1864a; }
1193
-
1194
- body.admin-color-ocean .components-button-group .components-button { color: #a3b9a2; box-shadow: inset 0 0 0 1px #a3b9a2; }
1195
-
1196
- body.admin-color-midnight .components-button-group .components-button { color: #e14d43; box-shadow: inset 0 0 0 1px #e14d43; }
1197
-
1198
- body.admin-color-ectoplasm .components-button-group .components-button { color: #a7b656; box-shadow: inset 0 0 0 1px #a7b656; }
1199
-
1200
- body.admin-color-coffee .components-button-group .components-button { color: #c2a68c; box-shadow: inset 0 0 0 1px #c2a68c; }
1201
-
1202
- body.admin-color-blue .components-button-group .components-button { color: #d9ab59; box-shadow: inset 0 0 0 1px #d9ab59; }
1203
-
1204
- body.admin-color-light .components-button-group .components-button { color: #0085ba; box-shadow: inset 0 0 0 1px #0085ba; }
1205
-
1206
- .components-button-group .components-button + .components-button { margin-left: -1px; }
1207
-
1208
- .components-button-group .components-button:first-child { border-radius: 2px 0 0 2px; }
1209
-
1210
- .components-button-group .components-button:last-child { border-radius: 0 2px 2px 0; }
1211
-
1212
- .components-button-group .components-button:focus, .components-button-group .components-button.is-primary { position: relative; z-index: 1; }
1213
-
1214
- .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #007cba; }
1215
-
1216
- body.admin-color-sunrise .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #d1864a; }
1217
-
1218
- body.admin-color-ocean .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #a3b9a2; }
1219
-
1220
- body.admin-color-midnight .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #e14d43; }
1221
-
1222
- body.admin-color-ectoplasm .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #a7b656; }
1223
-
1224
- body.admin-color-coffee .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #c2a68c; }
1225
-
1226
- body.admin-color-blue .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #d9ab59; }
1227
-
1228
- body.admin-color-light .components-button-group .components-button.is-primary { box-shadow: inset 0 0 0 1px #0085ba; }
1229
-
1230
- .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; overflow: hidden; border-radius: 2px; color: #1e1e1e; /** Primary button style. */ /** Secondary and tertiary buttons. */ /** Secondary button style. */ /** Tertiary buttons. */ /** Link buttons. */ }
1231
-
1232
- @media (prefers-reduced-motion: reduce) { .components-button { transition-duration: 0s; } }
1233
-
1234
- .components-button[aria-expanded="true"], .components-button:hover { color: #007cba; }
1235
-
1236
- body.admin-color-sunrise .components-button[aria-expanded="true"], body.admin-color-sunrise .components-button:hover { color: #d1864a; }
1237
-
1238
- body.admin-color-ocean .components-button[aria-expanded="true"], body.admin-color-ocean .components-button:hover { color: #a3b9a2; }
1239
-
1240
- body.admin-color-midnight .components-button[aria-expanded="true"], body.admin-color-midnight .components-button:hover { color: #e14d43; }
1241
-
1242
- body.admin-color-ectoplasm .components-button[aria-expanded="true"], body.admin-color-ectoplasm .components-button:hover { color: #a7b656; }
1243
-
1244
- body.admin-color-coffee .components-button[aria-expanded="true"], body.admin-color-coffee .components-button:hover { color: #c2a68c; }
1245
-
1246
- body.admin-color-blue .components-button[aria-expanded="true"], body.admin-color-blue .components-button:hover { color: #d9ab59; }
1247
-
1248
- body.admin-color-light .components-button[aria-expanded="true"], body.admin-color-light .components-button:hover { color: #0085ba; }
1249
-
1250
- .components-button[aria-disabled="true"]:hover { color: initial; }
1251
-
1252
- .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba; outline: 1px solid transparent; }
1253
-
1254
- body.admin-color-sunrise .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #d1864a; }
1255
-
1256
- body.admin-color-ocean .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #a3b9a2; }
1257
-
1258
- body.admin-color-midnight .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #e14d43; }
1259
-
1260
- body.admin-color-ectoplasm .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #a7b656; }
1261
-
1262
- body.admin-color-coffee .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #c2a68c; }
1263
-
1264
- body.admin-color-blue .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #d9ab59; }
1265
-
1266
- body.admin-color-light .components-button:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #0085ba; }
1267
-
1268
- .components-button.is-primary { white-space: nowrap; background: #007cba; color: #fff; text-decoration: none; text-shadow: none; }
1269
-
1270
- body.admin-color-sunrise .components-button.is-primary { background: #d1864a; }
1271
-
1272
- body.admin-color-ocean .components-button.is-primary { background: #a3b9a2; }
1273
-
1274
- body.admin-color-midnight .components-button.is-primary { background: #e14d43; }
1275
-
1276
- body.admin-color-ectoplasm .components-button.is-primary { background: #a7b656; }
1277
-
1278
- body.admin-color-coffee .components-button.is-primary { background: #c2a68c; }
1279
-
1280
- body.admin-color-blue .components-button.is-primary { background: #d9ab59; }
1281
-
1282
- body.admin-color-light .components-button.is-primary { background: #0085ba; }
1283
-
1284
- .components-button.is-primary:hover:not(:disabled) { background: #0070a7; color: #fff; }
1285
-
1286
- body.admin-color-sunrise .components-button.is-primary:hover:not(:disabled) { background: #bc7943; }
1287
-
1288
- body.admin-color-ocean .components-button.is-primary:hover:not(:disabled) { background: #93a792; }
1289
-
1290
- body.admin-color-midnight .components-button.is-primary:hover:not(:disabled) { background: #cb453c; }
1291
-
1292
- body.admin-color-ectoplasm .components-button.is-primary:hover:not(:disabled) { background: #96a44d; }
1293
-
1294
- body.admin-color-coffee .components-button.is-primary:hover:not(:disabled) { background: #af957e; }
1295
-
1296
- body.admin-color-blue .components-button.is-primary:hover:not(:disabled) { background: #c39a50; }
1297
-
1298
- body.admin-color-light .components-button.is-primary:hover:not(:disabled) { background: #0078a7; }
1299
-
1300
- .components-button.is-primary:active:not(:disabled) { background: #006395; border-color: #006395; color: #fff; }
1301
-
1302
- body.admin-color-sunrise .components-button.is-primary:active:not(:disabled) { background: #a76b3b; border-color: #a76b3b; }
1303
-
1304
- body.admin-color-ocean .components-button.is-primary:active:not(:disabled) { background: #829482; border-color: #829482; }
1305
-
1306
- body.admin-color-midnight .components-button.is-primary:active:not(:disabled) { background: #b43e36; border-color: #b43e36; }
1307
-
1308
- body.admin-color-ectoplasm .components-button.is-primary:active:not(:disabled) { background: #869245; border-color: #869245; }
1309
-
1310
- body.admin-color-coffee .components-button.is-primary:active:not(:disabled) { background: #9b8570; border-color: #9b8570; }
1311
-
1312
- body.admin-color-blue .components-button.is-primary:active:not(:disabled) { background: #ae8947; border-color: #ae8947; }
1313
-
1314
- body.admin-color-light .components-button.is-primary:active:not(:disabled) { background: #006a95; border-color: #006a95; }
1315
-
1316
- .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; outline: 1px solid transparent; }
1317
-
1318
- body.admin-color-sunrise .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d1864a; }
1319
-
1320
- body.admin-color-ocean .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a3b9a2; }
1321
-
1322
- body.admin-color-midnight .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #e14d43; }
1323
-
1324
- body.admin-color-ectoplasm .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a7b656; }
1325
-
1326
- body.admin-color-coffee .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #c2a68c; }
1327
-
1328
- body.admin-color-blue .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d9ab59; }
1329
-
1330
- body.admin-color-light .components-button.is-primary:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #0085ba; }
1331
-
1332
- .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: #66b0d6; background: #1989c1; border-color: #1989c1; opacity: 1; }
1333
-
1334
- body.admin-color-sunrise .components-button.is-primary:disabled, body.admin-color-sunrise .components-button.is-primary:disabled:active:enabled, body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"], body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #e3b692; background: #d6925c; border-color: #d6925c; }
1335
-
1336
- body.admin-color-ocean .components-button.is-primary:disabled, body.admin-color-ocean .components-button.is-primary:disabled:active:enabled, body.admin-color-ocean .components-button.is-primary[aria-disabled="true"], body.admin-color-ocean .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-ocean .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #c8d5c7; background: #acc0ab; border-color: #acc0ab; }
1337
-
1338
- body.admin-color-midnight .components-button.is-primary:disabled, body.admin-color-midnight .components-button.is-primary:disabled:active:enabled, body.admin-color-midnight .components-button.is-primary[aria-disabled="true"], body.admin-color-midnight .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-midnight .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #ed948e; background: #e45f56; border-color: #e45f56; }
1339
-
1340
- body.admin-color-ectoplasm .components-button.is-primary:disabled, body.admin-color-ectoplasm .components-button.is-primary:disabled:active:enabled, body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"], body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #cad39a; background: #b0bd67; border-color: #b0bd67; }
1341
-
1342
- body.admin-color-coffee .components-button.is-primary:disabled, body.admin-color-coffee .components-button.is-primary:disabled:active:enabled, body.admin-color-coffee .components-button.is-primary[aria-disabled="true"], body.admin-color-coffee .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-coffee .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #dacaba; background: #c8af98; border-color: #c8af98; }
1343
-
1344
- body.admin-color-blue .components-button.is-primary:disabled, body.admin-color-blue .components-button.is-primary:disabled:active:enabled, body.admin-color-blue .components-button.is-primary[aria-disabled="true"], body.admin-color-blue .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-blue .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #e8cd9b; background: #ddb36a; border-color: #ddb36a; }
1345
-
1346
- body.admin-color-light .components-button.is-primary:disabled, body.admin-color-light .components-button.is-primary:disabled:active:enabled, body.admin-color-light .components-button.is-primary[aria-disabled="true"], body.admin-color-light .components-button.is-primary[aria-disabled="true"]:enabled, body.admin-color-light .components-button.is-primary[aria-disabled="true"]:active:enabled { color: #66b6d6; background: #1991c1; border-color: #1991c1; }
1347
-
1348
- .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; }
1349
-
1350
- body.admin-color-sunrise .components-button.is-primary:disabled:focus:enabled, body.admin-color-sunrise .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-sunrise .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d1864a; }
1351
-
1352
- body.admin-color-ocean .components-button.is-primary:disabled:focus:enabled, body.admin-color-ocean .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-ocean .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-ocean .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-ocean .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b9a2; }
1353
-
1354
- body.admin-color-midnight .components-button.is-primary:disabled:focus:enabled, body.admin-color-midnight .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-midnight .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-midnight .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-midnight .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43; }
1355
-
1356
- body.admin-color-ectoplasm .components-button.is-primary:disabled:focus:enabled, body.admin-color-ectoplasm .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-ectoplasm .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a7b656; }
1357
-
1358
- body.admin-color-coffee .components-button.is-primary:disabled:focus:enabled, body.admin-color-coffee .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-coffee .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-coffee .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-coffee .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c2a68c; }
1359
-
1360
- body.admin-color-blue .components-button.is-primary:disabled:focus:enabled, body.admin-color-blue .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-blue .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-blue .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-blue .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d9ab59; }
1361
-
1362
- body.admin-color-light .components-button.is-primary:disabled:focus:enabled, body.admin-color-light .components-button.is-primary:disabled:active:enabled:focus:enabled, body.admin-color-light .components-button.is-primary[aria-disabled="true"]:focus:enabled, body.admin-color-light .components-button.is-primary[aria-disabled="true"]:enabled:focus:enabled, body.admin-color-light .components-button.is-primary[aria-disabled="true"]:active:enabled:focus:enabled { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0085ba; }
1363
-
1364
- .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%, #006395 28%, #006395 72%, #007cba 72%); /* stylelint-enable */ border-color: #007cba; }
1365
-
1366
- body.admin-color-sunrise .components-button.is-primary.is-busy, body.admin-color-sunrise .components-button.is-primary.is-busy:disabled, body.admin-color-sunrise .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #d1864a 28%, #a76b3b 28%, #a76b3b 72%, #d1864a 72%); border-color: #d1864a; }
1367
-
1368
- body.admin-color-ocean .components-button.is-primary.is-busy, body.admin-color-ocean .components-button.is-primary.is-busy:disabled, body.admin-color-ocean .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #a3b9a2 28%, #829482 28%, #829482 72%, #a3b9a2 72%); border-color: #a3b9a2; }
1369
-
1370
- body.admin-color-midnight .components-button.is-primary.is-busy, body.admin-color-midnight .components-button.is-primary.is-busy:disabled, body.admin-color-midnight .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #e14d43 28%, #b43e36 28%, #b43e36 72%, #e14d43 72%); border-color: #e14d43; }
1371
-
1372
- body.admin-color-ectoplasm .components-button.is-primary.is-busy, body.admin-color-ectoplasm .components-button.is-primary.is-busy:disabled, body.admin-color-ectoplasm .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #a7b656 28%, #869245 28%, #869245 72%, #a7b656 72%); border-color: #a7b656; }
1373
-
1374
- body.admin-color-coffee .components-button.is-primary.is-busy, body.admin-color-coffee .components-button.is-primary.is-busy:disabled, body.admin-color-coffee .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #c2a68c 28%, #9b8570 28%, #9b8570 72%, #c2a68c 72%); border-color: #c2a68c; }
1375
-
1376
- body.admin-color-blue .components-button.is-primary.is-busy, body.admin-color-blue .components-button.is-primary.is-busy:disabled, body.admin-color-blue .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #d9ab59 28%, #ae8947 28%, #ae8947 72%, #d9ab59 72%); border-color: #d9ab59; }
1377
-
1378
- body.admin-color-light .components-button.is-primary.is-busy, body.admin-color-light .components-button.is-primary.is-busy:disabled, body.admin-color-light .components-button.is-primary.is-busy[aria-disabled="true"] { background-image: linear-gradient(-45deg, #0085ba 28%, #006a95 28%, #006a95 72%, #0085ba 72%); border-color: #0085ba; }
1379
-
1380
- .components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) { background: #e7e8e9; color: #0070a7; box-shadow: none; }
1381
-
1382
- body.admin-color-sunrise .components-button.is-secondary:active:not(:disabled), body.admin-color-sunrise .components-button.is-tertiary:active:not(:disabled) { color: #bc7943; }
1383
-
1384
- body.admin-color-ocean .components-button.is-secondary:active:not(:disabled), body.admin-color-ocean .components-button.is-tertiary:active:not(:disabled) { color: #93a792; }
1385
-
1386
- body.admin-color-midnight .components-button.is-secondary:active:not(:disabled), body.admin-color-midnight .components-button.is-tertiary:active:not(:disabled) { color: #cb453c; }
1387
-
1388
- body.admin-color-ectoplasm .components-button.is-secondary:active:not(:disabled), body.admin-color-ectoplasm .components-button.is-tertiary:active:not(:disabled) { color: #96a44d; }
1389
-
1390
- body.admin-color-coffee .components-button.is-secondary:active:not(:disabled), body.admin-color-coffee .components-button.is-tertiary:active:not(:disabled) { color: #af957e; }
1391
-
1392
- body.admin-color-blue .components-button.is-secondary:active:not(:disabled), body.admin-color-blue .components-button.is-tertiary:active:not(:disabled) { color: #c39a50; }
1393
-
1394
- body.admin-color-light .components-button.is-secondary:active:not(:disabled), body.admin-color-light .components-button.is-tertiary:active:not(:disabled) { color: #0078a7; }
1395
-
1396
- .components-button.is-secondary:hover:not(:disabled), .components-button.is-tertiary:hover:not(:disabled) { color: #0070a7; box-shadow: inset 0 0 0 1px #0070a7; }
1397
-
1398
- body.admin-color-sunrise .components-button.is-secondary:hover:not(:disabled), body.admin-color-sunrise .components-button.is-tertiary:hover:not(:disabled) { color: #bc7943; box-shadow: inset 0 0 0 1px #bc7943; }
1399
-
1400
- body.admin-color-ocean .components-button.is-secondary:hover:not(:disabled), body.admin-color-ocean .components-button.is-tertiary:hover:not(:disabled) { color: #93a792; box-shadow: inset 0 0 0 1px #93a792; }
1401
-
1402
- body.admin-color-midnight .components-button.is-secondary:hover:not(:disabled), body.admin-color-midnight .components-button.is-tertiary:hover:not(:disabled) { color: #cb453c; box-shadow: inset 0 0 0 1px #cb453c; }
1403
-
1404
- body.admin-color-ectoplasm .components-button.is-secondary:hover:not(:disabled), body.admin-color-ectoplasm .components-button.is-tertiary:hover:not(:disabled) { color: #96a44d; box-shadow: inset 0 0 0 1px #96a44d; }
1405
-
1406
- body.admin-color-coffee .components-button.is-secondary:hover:not(:disabled), body.admin-color-coffee .components-button.is-tertiary:hover:not(:disabled) { color: #af957e; box-shadow: inset 0 0 0 1px #af957e; }
1407
-
1408
- body.admin-color-blue .components-button.is-secondary:hover:not(:disabled), body.admin-color-blue .components-button.is-tertiary:hover:not(:disabled) { color: #c39a50; box-shadow: inset 0 0 0 1px #c39a50; }
1409
-
1410
- body.admin-color-light .components-button.is-secondary:hover:not(:disabled), body.admin-color-light .components-button.is-tertiary:hover:not(:disabled) { color: #0078a7; box-shadow: inset 0 0 0 1px #0078a7; }
1411
-
1412
- .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: #f4f5f5; transform: none; opacity: 1; box-shadow: none; }
1413
-
1414
- .components-button.is-secondary { box-shadow: inset 0 0 0 1px #007cba; outline: 1px solid transparent; white-space: nowrap; color: #007cba; background: transparent; }
1415
-
1416
- body.admin-color-sunrise .components-button.is-secondary { box-shadow: inset 0 0 0 1px #d1864a; color: #d1864a; }
1417
-
1418
- body.admin-color-ocean .components-button.is-secondary { box-shadow: inset 0 0 0 1px #a3b9a2; color: #a3b9a2; }
1419
-
1420
- body.admin-color-midnight .components-button.is-secondary { box-shadow: inset 0 0 0 1px #e14d43; color: #e14d43; }
1421
-
1422
- body.admin-color-ectoplasm .components-button.is-secondary { box-shadow: inset 0 0 0 1px #a7b656; color: #a7b656; }
1423
-
1424
- body.admin-color-coffee .components-button.is-secondary { box-shadow: inset 0 0 0 1px #c2a68c; color: #c2a68c; }
1425
-
1426
- body.admin-color-blue .components-button.is-secondary { box-shadow: inset 0 0 0 1px #d9ab59; color: #d9ab59; }
1427
-
1428
- body.admin-color-light .components-button.is-secondary { box-shadow: inset 0 0 0 1px #0085ba; color: #0085ba; }
1429
-
1430
- .components-button.is-tertiary { white-space: nowrap; color: #007cba; background: transparent; padding: 6px; }
1431
-
1432
- body.admin-color-sunrise .components-button.is-tertiary { color: #d1864a; }
1433
-
1434
- body.admin-color-ocean .components-button.is-tertiary { color: #a3b9a2; }
1435
-
1436
- body.admin-color-midnight .components-button.is-tertiary { color: #e14d43; }
1437
-
1438
- body.admin-color-ectoplasm .components-button.is-tertiary { color: #a7b656; }
1439
-
1440
- body.admin-color-coffee .components-button.is-tertiary { color: #c2a68c; }
1441
-
1442
- body.admin-color-blue .components-button.is-tertiary { color: #d9ab59; }
1443
-
1444
- body.admin-color-light .components-button.is-tertiary { color: #0085ba; }
1445
-
1446
- .components-button.is-tertiary .dashicon { display: inline-block; flex: 0 0 auto; }
1447
-
1448
- .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; }
1449
-
1450
- @media (prefers-reduced-motion: reduce) { .components-button.is-link { transition-duration: 0s; } }
1451
-
1452
- .components-button.is-link:hover:not(:disabled), .components-button.is-link:active:not(:disabled) { color: #00a0d2; }
1453
-
1454
- .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); }
1455
-
1456
- .components-button.is-link.is-destructive { color: #d94f4f; }
1457
-
1458
- .components-button:not([aria-disabled="true"]):active { color: inherit; }
1459
-
1460
- .components-button:disabled, .components-button[aria-disabled="true"] { cursor: default; opacity: 0.3; }
1461
-
1462
- .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 */ }
1463
-
1464
- .components-button.is-small { height: 24px; line-height: 22px; padding: 0 8px; font-size: 11px; }
1465
-
1466
- .components-button.is-small.has-icon:not(.has-text) { padding: 0 8px; width: 24px; }
1467
-
1468
- .components-button.has-icon { padding: 6px; min-width: 36px; justify-content: center; }
1469
-
1470
- .components-button.has-icon .dashicon { display: inline-block; flex: 0 0 auto; }
1471
-
1472
- .components-button.has-icon.has-text { justify-content: left; }
1473
-
1474
- .components-button.has-icon.has-text svg { margin-right: 8px; }
1475
-
1476
- .components-button.is-pressed { color: #fff; background: #1e1e1e; }
1477
-
1478
- .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; outline: 2px solid transparent; }
1479
-
1480
- body.admin-color-sunrise .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d1864a; }
1481
-
1482
- body.admin-color-ocean .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a3b9a2; }
1483
-
1484
- body.admin-color-midnight .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #e14d43; }
1485
-
1486
- body.admin-color-ectoplasm .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a7b656; }
1487
-
1488
- body.admin-color-coffee .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #c2a68c; }
1489
-
1490
- body.admin-color-blue .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d9ab59; }
1491
-
1492
- body.admin-color-light .components-button.is-pressed:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #0085ba; }
1493
-
1494
- .components-button.is-pressed:hover:not(:disabled) { background: #1e1e1e; }
1495
-
1496
- .components-button svg { fill: currentColor; outline: none; }
1497
-
1498
- .components-button .components-visually-hidden { height: auto; }
1499
-
1500
- @-webkit-keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
1501
-
1502
- @keyframes components-button__busy-animation { 0% { background-position: 200px 0; } }
1503
-
1504
- .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: 2px solid #757575; margin-right: 12px; transition: none; border-radius: 2px; background: #fff; color: #555; 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; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); transition: 0.05s border-color ease-in-out; }
1505
-
1506
- @media (prefers-reduced-motion: reduce) { .components-checkbox-control__input[type="checkbox"] { transition-duration: 0s; } }
1507
-
1508
- @media (min-width: 600px) { .components-checkbox-control__input[type="checkbox"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
1509
-
1510
- .components-checkbox-control__input[type="checkbox"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
1511
-
1512
- body.admin-color-sunrise .components-checkbox-control__input[type="checkbox"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
1513
-
1514
- body.admin-color-ocean .components-checkbox-control__input[type="checkbox"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
1515
-
1516
- body.admin-color-midnight .components-checkbox-control__input[type="checkbox"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
1517
-
1518
- body.admin-color-ectoplasm .components-checkbox-control__input[type="checkbox"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
1519
-
1520
- body.admin-color-coffee .components-checkbox-control__input[type="checkbox"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
1521
-
1522
- body.admin-color-blue .components-checkbox-control__input[type="checkbox"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
1523
-
1524
- body.admin-color-light .components-checkbox-control__input[type="checkbox"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
1525
-
1526
- .components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
1527
-
1528
- .components-checkbox-control__input[type="checkbox"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
1529
-
1530
- .components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
1531
-
1532
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1533
-
1534
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
1535
-
1536
- .is-dark-theme .components-checkbox-control__input[type="checkbox"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
1537
-
1538
- .components-checkbox-control__input[type="checkbox"]:focus { border-color: #757575; box-shadow: 0 0 0 1px #757575; }
1539
-
1540
- .components-checkbox-control__input[type="checkbox"]:checked { background: #11a0d2; border-color: #11a0d2; }
1541
-
1542
- body.admin-color-sunrise .components-checkbox-control__input[type="checkbox"]:checked { background: #c8b03c; border-color: #c8b03c; }
1543
-
1544
- body.admin-color-ocean .components-checkbox-control__input[type="checkbox"]:checked { background: #a3b9a2; border-color: #a3b9a2; }
1545
-
1546
- body.admin-color-midnight .components-checkbox-control__input[type="checkbox"]:checked { background: #77a6b9; border-color: #77a6b9; }
1547
-
1548
- body.admin-color-ectoplasm .components-checkbox-control__input[type="checkbox"]:checked { background: #a7b656; border-color: #a7b656; }
1549
-
1550
- body.admin-color-coffee .components-checkbox-control__input[type="checkbox"]:checked { background: #c2a68c; border-color: #c2a68c; }
1551
-
1552
- body.admin-color-blue .components-checkbox-control__input[type="checkbox"]:checked { background: #82b4cb; border-color: #82b4cb; }
1553
-
1554
- body.admin-color-light .components-checkbox-control__input[type="checkbox"]:checked { background: #11a0d2; border-color: #11a0d2; }
1555
-
1556
- .components-checkbox-control__input[type="checkbox"]:checked:focus { box-shadow: 0 0 0 1.5px #757575; }
1557
-
1558
- .components-checkbox-control__input[type="checkbox"]:checked::before, .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { margin: -3px -5px; color: #fff; }
1559
-
1560
- @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; } }
1561
-
1562
- .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #11a0d2; border-color: #11a0d2; }
1563
-
1564
- body.admin-color-sunrise .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #c8b03c; border-color: #c8b03c; }
1565
-
1566
- body.admin-color-ocean .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #a3b9a2; border-color: #a3b9a2; }
1567
-
1568
- body.admin-color-midnight .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #77a6b9; border-color: #77a6b9; }
1569
-
1570
- body.admin-color-ectoplasm .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #a7b656; border-color: #a7b656; }
1571
-
1572
- body.admin-color-coffee .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #c2a68c; border-color: #c2a68c; }
1573
-
1574
- body.admin-color-blue .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #82b4cb; border-color: #82b4cb; }
1575
-
1576
- body.admin-color-light .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"] { background: #11a0d2; border-color: #11a0d2; }
1577
-
1578
- .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; }
1579
-
1580
- @media (min-width: 782px) { .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]::before { float: none; font-size: 21px; } }
1581
-
1582
- .components-checkbox-control__input[type="checkbox"][aria-checked="mixed"]:focus { box-shadow: 0 0 0 1.5px #555d66; }
1583
-
1584
- @media (min-width: 600px) { .components-checkbox-control__input[type="checkbox"] { height: 20px; width: 20px; } }
1585
-
1586
- .components-checkbox-control__input[type="checkbox"]:focus { border-color: #5b9dd9; box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); outline: 2px solid transparent; }
1587
-
1588
- .components-checkbox-control__input[type="checkbox"]:checked { background: #11a0d2; border-color: #11a0d2; }
1589
-
1590
- .components-checkbox-control__input[type="checkbox"]:checked::-ms-check { opacity: 0; }
1591
-
1592
- .components-checkbox-control__input[type="checkbox"]:focus:checked { border: none; }
1593
-
1594
- .components-checkbox-control__input[type="checkbox"]:checked::before { content: none; }
1595
-
1596
- .components-checkbox-control__input-container { position: relative; display: inline-block; margin-right: 12px; vertical-align: middle; width: 24px; height: 24px; }
1597
-
1598
- @media (min-width: 600px) { .components-checkbox-control__input-container { width: 20px; height: 20px; } }
1599
-
1600
- 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; }
1601
-
1602
- @media (min-width: 600px) { svg.components-checkbox-control__checked { left: -2px; top: -2px; } }
1603
-
1604
- .components-circular-option-picker { display: inline-block; margin-top: 0.6rem; width: 100%; }
1605
-
1606
- .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper { display: flex; justify-content: flex-end; }
1607
-
1608
- .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; }
1609
-
1610
- @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option-wrapper { transition-duration: 0s; } }
1611
-
1612
- .components-circular-option-picker__option-wrapper:hover { transform: scale(1.2); }
1613
-
1614
- .components-circular-option-picker__option-wrapper > div { height: 100%; width: 100%; }
1615
-
1616
- .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'); }
1617
-
1618
- .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; }
1619
-
1620
- @media (prefers-reduced-motion: reduce) { .components-circular-option-picker__option { transition-duration: 0s; } }
1621
-
1622
- .components-circular-option-picker__option:hover { box-shadow: inset 0 0 0 14px !important; }
1623
-
1624
- .components-circular-option-picker__option.is-pressed { box-shadow: inset 0 0 0 4px; position: relative; z-index: 1; overflow: visible; }
1625
-
1626
- .components-circular-option-picker__option.is-pressed + svg { position: absolute; left: 2px; top: 2px; border-radius: 50%; z-index: 2; pointer-events: none; }
1627
-
1628
- .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; }
1629
-
1630
- .components-circular-option-picker__option:focus::after { content: ""; border: 2px solid #606a73; width: 32px; height: 32px; position: absolute; top: -2px; left: -2px; border-radius: 50%; box-shadow: inset 0 0 0 2px #fff; }
1631
-
1632
- .components-circular-option-picker__option.components-button:focus { background-color: transparent; box-shadow: inset 0 0 0 14px; outline: none; }
1633
-
1634
- .components-circular-option-picker__button-action .components-circular-option-picker__option { color: #fff; background: #fff; }
1635
-
1636
- .components-circular-option-picker__dropdown-link-action { margin-right: 16px; }
1637
-
1638
- .components-circular-option-picker__dropdown-link-action .components-button { line-height: 22px; }
1639
-
1640
- .component-color-indicator { width: 25px; height: 16px; margin-left: 0.8rem; border: 1px solid #dadada; display: inline-block; }
1641
-
1642
- .component-color-indicator + .component-color-indicator { margin-left: 0.5rem; }
1643
-
1644
- /** 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. */
1645
- .components-color-picker { width: 100%; overflow: hidden; }
1646
-
1647
- .components-color-picker * { box-sizing: border-box; }
1648
-
1649
- .components-color-picker__saturation { width: 100%; padding-bottom: 55%; position: relative; }
1650
-
1651
- .components-color-picker__body { padding: 16px 16px 12px; }
1652
-
1653
- .components-color-picker__controls { display: flex; }
1654
-
1655
- .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; }
1656
-
1657
- /* CURRENT COLOR COMPONENT */
1658
- .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; }
1659
-
1660
- .is-alpha-disabled .components-color-picker__swatch { width: 12px; height: 12px; margin-top: 0; }
1661
-
1662
- .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; }
1663
-
1664
- /* SATURATION COMPONENT */
1665
- .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; }
1666
-
1667
- .components-color-picker__saturation-color { overflow: hidden; }
1668
-
1669
- .components-color-picker__saturation-white { /*rtl:ignore*/ background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)); }
1670
-
1671
- .components-color-picker__saturation-black { background: linear-gradient(to top, #000, rgba(0, 0, 0, 0)); }
1672
-
1673
- .components-color-picker__saturation-pointer { width: 14px; height: 14px; padding: 0; box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); border-radius: 50%; background-color: transparent; transform: translate(-4px, -4px); }
1674
-
1675
- /* HUE & ALPHA BARS */
1676
- .components-color-picker__toggles { flex: 1; }
1677
-
1678
- .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; }
1679
-
1680
- .components-color-picker__hue-gradient, .components-color-picker__alpha-gradient { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
1681
-
1682
- .components-color-picker__hue, .components-color-picker__alpha { height: 12px; position: relative; }
1683
-
1684
- .is-alpha-enabled .components-color-picker__hue { margin-bottom: 8px; }
1685
-
1686
- .components-color-picker__hue-bar, .components-color-picker__alpha-bar { position: relative; margin: 0 3px; height: 100%; padding: 0 2px; }
1687
-
1688
- .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%); }
1689
-
1690
- .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); }
1691
-
1692
- .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition: box-shadow 0.1s linear; }
1693
-
1694
- @media (prefers-reduced-motion: reduce) { .components-color-picker__hue-pointer, .components-color-picker__saturation-pointer { transition-duration: 0s; } }
1695
-
1696
- .components-color-picker__saturation-pointer:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00a0d2, 0 0 5px 0 #00a0d2, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4); }
1697
-
1698
- .components-color-picker__hue-pointer:focus, .components-color-picker__alpha-pointer:focus { border-color: #00a0d2; box-shadow: 0 0 0 2px #00a0d2, 0 0 3px 0 #00a0d2; outline: 2px solid transparent; outline-offset: -2px; }
1699
-
1700
- /* INPUTS COMPONENT */
1701
- .components-color-picker__inputs-wrapper { margin: 0 -4px; padding-top: 16px; display: flex; align-items: flex-end; }
1702
-
1703
- .components-color-picker__inputs-wrapper fieldset { flex: 1; border: none; margin: 0; padding: 0; }
1704
-
1705
- .components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type="number"] { padding: 6px 8px; }
1706
-
1707
- .components-color-picker__inputs-field { width: 100%; }
1708
-
1709
- .components-color-picker__inputs-fields { display: flex; /*rtl:ignore*/ direction: ltr; flex-grow: 1; margin-right: 4px; }
1710
-
1711
- .components-color-picker__inputs-fields .components-base-control + .components-base-control { margin-top: 0; }
1712
-
1713
- .components-color-picker__inputs-fields .components-base-control__field { margin: 0 4px; }
1714
-
1715
- .components-color-picker__inputs-toggle { height: 30px; padding: 0 5px; }
1716
-
1717
- .components-custom-gradient-picker { margin-top: 8px; }
1718
-
1719
- .components-custom-gradient-picker__gradient-bar:not(.has-gradient) { opacity: 0.4; }
1720
-
1721
- .components-custom-gradient-picker__gradient-bar { width: 100%; height: 24px; border-radius: 24px; margin-bottom: 8px; padding-left: 3px; padding-right: 21px; }
1722
-
1723
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container { position: relative; }
1724
-
1725
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point { border-radius: 50%; background: #fff; padding: 2px; min-width: 24px; width: 24px; height: 24px; position: relative; }
1726
-
1727
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg { height: 100%; width: 100%; }
1728
-
1729
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button { border: 2px solid #fff; border-radius: 50%; height: 18px; padding: 0; position: absolute; width: 18px; top: 3px; }
1730
-
1731
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active { background: #fafafa; color: #23282d; border-color: #999; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; }
1732
-
1733
- body.admin-color-sunrise .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 #d1864a; }
1734
-
1735
- body.admin-color-ocean .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 #a3b9a2; }
1736
-
1737
- body.admin-color-midnight .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 #e14d43; }
1738
-
1739
- body.admin-color-ectoplasm .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 #a7b656; }
1740
-
1741
- body.admin-color-coffee .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 #c2a68c; }
1742
-
1743
- body.admin-color-blue .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 #d9ab59; }
1744
-
1745
- body.admin-color-light .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 #0085ba; }
1746
-
1747
- .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; }
1748
-
1749
- .components-custom-gradient-picker__inserter { width: 100%; }
1750
-
1751
- .components-custom-gradient-picker__liner-gradient-indicator { display: inline-block; flex: 0 auto; width: 20px; height: 20px; }
1752
-
1753
- .components-custom-gradient-picker__ui-line { display: flex; justify-content: space-between; }
1754
-
1755
- .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; }
1756
-
1757
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar { border: none; }
1758
-
1759
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div { margin-left: 1px; }
1760
-
1761
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg { background: #fff; border: 1px solid #7e8993; border-radius: 2px; }
1762
-
1763
- .components-custom-select-control { position: relative; }
1764
-
1765
- .components-custom-select-control__label { display: block; margin-bottom: 5px; }
1766
-
1767
- .components-custom-select-control__button { border: 1px solid #757575; border-radius: 2px; display: inline; min-height: 30px; min-width: 130px; position: relative; text-align: left; }
1768
-
1769
- .components-custom-select-control__button.components-custom-select-control__button { padding-right: 24px; }
1770
-
1771
- .components-custom-select-control__button:focus:not(:disabled) { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; }
1772
-
1773
- body.admin-color-sunrise .components-custom-select-control__button:focus:not(:disabled) { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
1774
-
1775
- body.admin-color-ocean .components-custom-select-control__button:focus:not(:disabled) { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
1776
-
1777
- body.admin-color-midnight .components-custom-select-control__button:focus:not(:disabled) { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
1778
-
1779
- body.admin-color-ectoplasm .components-custom-select-control__button:focus:not(:disabled) { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
1780
-
1781
- body.admin-color-coffee .components-custom-select-control__button:focus:not(:disabled) { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
1782
-
1783
- body.admin-color-blue .components-custom-select-control__button:focus:not(:disabled) { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
1784
-
1785
- body.admin-color-light .components-custom-select-control__button:focus:not(:disabled) { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
1786
-
1787
- .components-custom-select-control__button-icon { height: 100%; padding: 0 4px; position: absolute; right: 0; top: 0; }
1788
-
1789
- .components-custom-select-control__menu { background-color: #fff; max-height: 400px; min-width: 100%; overflow: auto; padding: 0; position: absolute; z-index: 1000000; }
1790
-
1791
- .components-custom-select-control__menu:focus { border: 1px solid #1e1e1e; border-radius: 2px; outline: none; transition: none; }
1792
-
1793
- .components-custom-select-control__item { align-items: center; display: flex; list-style-type: none; padding: 10px 5px 10px 25px; cursor: default; }
1794
-
1795
- .components-custom-select-control__item.is-highlighted { background: #e2e4e7; }
1796
-
1797
- .components-custom-select-control__item-icon { margin-left: -20px; margin-right: 0; }
1798
-
1799
- svg.dashicon { fill: currentColor; outline: none; }
1800
-
1801
- /*rtl:begin:ignore*/
1802
- .PresetDateRangePicker_panel { padding: 0 22px 11px; }
1803
-
1804
- .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; }
1805
-
1806
- .PresetDateRangePicker_button:active { outline: 0; }
1807
-
1808
- .PresetDateRangePicker_button__selected { color: #fff; background: #00a699; }
1809
-
1810
- .SingleDatePickerInput { display: inline-block; background-color: #fff; }
1811
-
1812
- .SingleDatePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
1813
-
1814
- .SingleDatePickerInput__rtl { direction: rtl; }
1815
-
1816
- .SingleDatePickerInput__disabled { background-color: #f2f2f2; }
1817
-
1818
- .SingleDatePickerInput__block { display: block; }
1819
-
1820
- .SingleDatePickerInput__showClearDate { padding-right: 30px; }
1821
-
1822
- .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%); }
1823
-
1824
- .SingleDatePickerInput_clearDate__default:focus, .SingleDatePickerInput_clearDate__default:hover { background: #dbdbdb; border-radius: 50%; }
1825
-
1826
- .SingleDatePickerInput_clearDate__small { padding: 6px; }
1827
-
1828
- .SingleDatePickerInput_clearDate__hide { visibility: hidden; }
1829
-
1830
- .SingleDatePickerInput_clearDate_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
1831
-
1832
- .SingleDatePickerInput_clearDate_svg__small { height: 9px; }
1833
-
1834
- .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; }
1835
-
1836
- .SingleDatePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
1837
-
1838
- .SingleDatePicker { position: relative; display: inline-block; }
1839
-
1840
- .SingleDatePicker__block { display: block; }
1841
-
1842
- .SingleDatePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
1843
-
1844
- .SingleDatePicker_picker__rtl { direction: rtl; }
1845
-
1846
- .SingleDatePicker_picker__directionLeft { left: 0; }
1847
-
1848
- .SingleDatePicker_picker__directionRight { right: 0; }
1849
-
1850
- .SingleDatePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
1851
-
1852
- .SingleDatePicker_picker__fullScreenPortal { background-color: #fff; }
1853
-
1854
- .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; }
1855
-
1856
- .SingleDatePicker_closeButton:focus, .SingleDatePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
1857
-
1858
- .SingleDatePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
1859
-
1860
- .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; }
1861
-
1862
- .DayPickerKeyboardShortcuts_buttonReset:active { outline: 0; }
1863
-
1864
- .DayPickerKeyboardShortcuts_show { width: 22px; position: absolute; z-index: 2; }
1865
-
1866
- .DayPickerKeyboardShortcuts_show__bottomRight { border-top: 26px solid transparent; border-right: 33px solid #00a699; bottom: 0; right: 0; }
1867
-
1868
- .DayPickerKeyboardShortcuts_show__bottomRight:hover { border-right: 33px solid #008489; }
1869
-
1870
- .DayPickerKeyboardShortcuts_show__topRight { border-bottom: 26px solid transparent; border-right: 33px solid #00a699; top: 0; right: 0; }
1871
-
1872
- .DayPickerKeyboardShortcuts_show__topRight:hover { border-right: 33px solid #008489; }
1873
-
1874
- .DayPickerKeyboardShortcuts_show__topLeft { border-bottom: 26px solid transparent; border-left: 33px solid #00a699; top: 0; left: 0; }
1875
-
1876
- .DayPickerKeyboardShortcuts_show__topLeft:hover { border-left: 33px solid #008489; }
1877
-
1878
- .DayPickerKeyboardShortcuts_showSpan { color: #fff; position: absolute; }
1879
-
1880
- .DayPickerKeyboardShortcuts_showSpan__bottomRight { bottom: 0; right: -28px; }
1881
-
1882
- .DayPickerKeyboardShortcuts_showSpan__topRight { top: 1px; right: -28px; }
1883
-
1884
- .DayPickerKeyboardShortcuts_showSpan__topLeft { top: 1px; left: -28px; }
1885
-
1886
- .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; }
1887
-
1888
- .DayPickerKeyboardShortcuts_title { font-size: 16px; font-weight: 700; margin: 0; }
1889
-
1890
- .DayPickerKeyboardShortcuts_list { list-style: none; padding: 0; font-size: 14px; }
1891
-
1892
- .DayPickerKeyboardShortcuts_close { position: absolute; right: 22px; top: 22px; z-index: 2; }
1893
-
1894
- .DayPickerKeyboardShortcuts_close:active { outline: 0; }
1895
-
1896
- .DayPickerKeyboardShortcuts_closeSvg { height: 15px; width: 15px; fill: #cacccd; }
1897
-
1898
- .DayPickerKeyboardShortcuts_closeSvg:focus, .DayPickerKeyboardShortcuts_closeSvg:hover { fill: #82888a; }
1899
-
1900
- .CalendarDay { box-sizing: border-box; cursor: pointer; font-size: 14px; text-align: center; }
1901
-
1902
- .CalendarDay:active { outline: 0; }
1903
-
1904
- .CalendarDay__defaultCursor { cursor: default; }
1905
-
1906
- .CalendarDay__default { border: 1px solid #e4e7e7; color: #484848; background: #fff; }
1907
-
1908
- .CalendarDay__default:hover { background: #e4e7e7; border: 1px double #e4e7e7; color: inherit; }
1909
-
1910
- .CalendarDay__hovered_offset { background: #f4f5f5; border: 1px double #e4e7e7; color: inherit; }
1911
-
1912
- .CalendarDay__outside { border: 0; background: #fff; color: #484848; }
1913
-
1914
- .CalendarDay__outside:hover { border: 0; }
1915
-
1916
- .CalendarDay__blocked_minimum_nights { background: #fff; border: 1px solid #eceeee; color: #cacccd; }
1917
-
1918
- .CalendarDay__blocked_minimum_nights:active, .CalendarDay__blocked_minimum_nights:hover { background: #fff; color: #cacccd; }
1919
-
1920
- .CalendarDay__highlighted_calendar { background: #ffe8bc; color: #484848; }
1921
-
1922
- .CalendarDay__highlighted_calendar:active, .CalendarDay__highlighted_calendar:hover { background: #ffce71; color: #484848; }
1923
-
1924
- .CalendarDay__selected_span { background: #66e2da; border: 1px solid #33dacd; color: #fff; }
1925
-
1926
- .CalendarDay__selected_span:active, .CalendarDay__selected_span:hover { background: #33dacd; border: 1px solid #33dacd; color: #fff; }
1927
-
1928
- .CalendarDay__last_in_range { border-right: #00a699; }
1929
-
1930
- .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover { background: #00a699; border: 1px solid #00a699; color: #fff; }
1931
-
1932
- .CalendarDay__hovered_span, .CalendarDay__hovered_span:hover { background: #b2f1ec; border: 1px solid #80e8e0; color: #007a87; }
1933
-
1934
- .CalendarDay__hovered_span:active { background: #80e8e0; border: 1px solid #80e8e0; color: #007a87; }
1935
-
1936
- .CalendarDay__blocked_calendar, .CalendarDay__blocked_calendar:active, .CalendarDay__blocked_calendar:hover { background: #cacccd; border: 1px solid #cacccd; color: #82888a; }
1937
-
1938
- .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; }
1939
-
1940
- .CalendarMonth { background: #fff; text-align: center; vertical-align: top; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
1941
-
1942
- .CalendarMonth_table { border-collapse: collapse; border-spacing: 0; }
1943
-
1944
- .CalendarMonth_verticalSpacing { border-collapse: separate; }
1945
-
1946
- .CalendarMonth_caption { color: #484848; font-size: 18px; text-align: center; padding-top: 22px; padding-bottom: 37px; caption-side: initial; }
1947
-
1948
- .CalendarMonth_caption__verticalScrollable { padding-top: 12px; padding-bottom: 7px; }
1949
-
1950
- .CalendarMonthGrid { background: #fff; text-align: left; z-index: 0; }
1951
-
1952
- .CalendarMonthGrid__animating { z-index: 1; }
1953
-
1954
- .CalendarMonthGrid__horizontal { position: absolute; left: 9px; }
1955
-
1956
- .CalendarMonthGrid__vertical { margin: 0 auto; }
1957
-
1958
- .CalendarMonthGrid__vertical_scrollable { margin: 0 auto; overflow-y: scroll; }
1959
-
1960
- .CalendarMonthGrid_month__horizontal { display: inline-block; vertical-align: top; min-height: 100%; }
1961
-
1962
- .CalendarMonthGrid_month__hideForAnimation { position: absolute; z-index: -1; opacity: 0; pointer-events: none; }
1963
-
1964
- .CalendarMonthGrid_month__hidden { visibility: hidden; }
1965
-
1966
- .DayPickerNavigation { position: relative; z-index: 2; }
1967
-
1968
- .DayPickerNavigation__horizontal { height: 0; }
1969
-
1970
- .DayPickerNavigation__verticalDefault { position: absolute; width: 100%; height: 52px; bottom: 0; left: 0; }
1971
-
1972
- .DayPickerNavigation__verticalScrollableDefault { position: relative; }
1973
-
1974
- .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; }
1975
-
1976
- .DayPickerNavigation_button__default { border: 1px solid #e4e7e7; background-color: #fff; color: #757575; }
1977
-
1978
- .DayPickerNavigation_button__default:focus, .DayPickerNavigation_button__default:hover { border: 1px solid #c4c4c4; }
1979
-
1980
- .DayPickerNavigation_button__default:active { background: #f2f2f2; }
1981
-
1982
- .DayPickerNavigation_button__horizontalDefault { position: absolute; top: 18px; line-height: .78; border-radius: 3px; padding: 6px 9px; }
1983
-
1984
- .DayPickerNavigation_leftButton__horizontalDefault { left: 22px; }
1985
-
1986
- .DayPickerNavigation_rightButton__horizontalDefault { right: 22px; }
1987
-
1988
- .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%; }
1989
-
1990
- .DayPickerNavigation_nextButton__verticalDefault { border-left: 0; }
1991
-
1992
- .DayPickerNavigation_nextButton__verticalScrollableDefault { width: 100%; }
1993
-
1994
- .DayPickerNavigation_svg__horizontal { height: 19px; width: 19px; fill: #82888a; display: block; }
1995
-
1996
- .DayPickerNavigation_svg__vertical { height: 42px; width: 42px; fill: #484848; display: block; }
1997
-
1998
- .DayPicker { background: #fff; position: relative; text-align: left; }
1999
-
2000
- .DayPicker__horizontal { background: #fff; }
2001
-
2002
- .DayPicker__verticalScrollable { height: 100%; }
2003
-
2004
- .DayPicker__hidden { visibility: hidden; }
2005
-
2006
- .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; }
2007
-
2008
- .DayPicker_portal__horizontal { box-shadow: none; position: absolute; left: 50%; top: 50%; }
2009
-
2010
- .DayPicker_portal__vertical { position: initial; }
2011
-
2012
- .DayPicker_focusRegion { outline: 0; }
2013
-
2014
- .DayPicker_calendarInfo__horizontal, .DayPicker_wrapper__horizontal { display: inline-block; vertical-align: top; }
2015
-
2016
- .DayPicker_weekHeaders { position: relative; }
2017
-
2018
- .DayPicker_weekHeaders__horizontal { margin-left: 9px; }
2019
-
2020
- .DayPicker_weekHeader { color: #757575; position: absolute; top: 62px; z-index: 2; text-align: left; }
2021
-
2022
- .DayPicker_weekHeader__vertical { left: 50%; }
2023
-
2024
- .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; }
2025
-
2026
- .DayPicker_weekHeader_ul { list-style: none; margin: 1px 0; padding-left: 0; padding-right: 0; font-size: 14px; }
2027
-
2028
- .DayPicker_weekHeader_li { display: inline-block; text-align: center; }
2029
-
2030
- .DayPicker_transitionContainer { position: relative; overflow: hidden; border-radius: 3px; }
2031
-
2032
- .DayPicker_transitionContainer__horizontal { transition: height .2s ease-in-out; }
2033
-
2034
- .DayPicker_transitionContainer__vertical { width: 100%; }
2035
-
2036
- .DayPicker_transitionContainer__verticalScrollable { padding-top: 20px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; left: 0; overflow-y: scroll; }
2037
-
2038
- .DateInput { margin: 0; padding: 0; background: #fff; position: relative; display: inline-block; width: 130px; vertical-align: middle; }
2039
-
2040
- .DateInput__small { width: 97px; }
2041
-
2042
- .DateInput__block { width: 100%; }
2043
-
2044
- .DateInput__disabled { background: #f2f2f2; color: #dbdbdb; }
2045
-
2046
- .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; }
2047
-
2048
- .DateInput_input__small { font-size: 15px; line-height: 18px; letter-spacing: .2px; padding: 7px 7px 5px; }
2049
-
2050
- .DateInput_input__regular { font-weight: auto; }
2051
-
2052
- .DateInput_input__readOnly { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
2053
-
2054
- .DateInput_input__focused { outline: 0; background: #fff; border: 0; border-top: 0; border-right: 0; border-bottom: 2px solid #008489; border-left: 0; }
2055
-
2056
- .DateInput_input__disabled { background: #f2f2f2; font-style: italic; }
2057
-
2058
- .DateInput_screenReaderMessage { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
2059
-
2060
- .DateInput_fang { position: absolute; width: 20px; height: 10px; left: 22px; z-index: 2; }
2061
-
2062
- .DateInput_fangShape { fill: #fff; }
2063
-
2064
- .DateInput_fangStroke { stroke: #dbdbdb; fill: transparent; }
2065
-
2066
- .DateRangePickerInput { background-color: #fff; display: inline-block; }
2067
-
2068
- .DateRangePickerInput__disabled { background: #f2f2f2; }
2069
-
2070
- .DateRangePickerInput__withBorder { border-radius: 2px; border: 1px solid #dbdbdb; }
2071
-
2072
- .DateRangePickerInput__rtl { direction: rtl; }
2073
-
2074
- .DateRangePickerInput__block { display: block; }
2075
-
2076
- .DateRangePickerInput__showClearDates { padding-right: 30px; }
2077
-
2078
- .DateRangePickerInput_arrow { display: inline-block; vertical-align: middle; color: #484848; }
2079
-
2080
- .DateRangePickerInput_arrow_svg { vertical-align: middle; fill: #484848; height: 24px; width: 24px; }
2081
-
2082
- .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%); }
2083
-
2084
- .DateRangePickerInput_clearDates__small { padding: 6px; }
2085
-
2086
- .DateRangePickerInput_clearDates_default:focus, .DateRangePickerInput_clearDates_default:hover { background: #dbdbdb; border-radius: 50%; }
2087
-
2088
- .DateRangePickerInput_clearDates__hide { visibility: hidden; }
2089
-
2090
- .DateRangePickerInput_clearDates_svg { fill: #82888a; height: 12px; width: 15px; vertical-align: middle; }
2091
-
2092
- .DateRangePickerInput_clearDates_svg__small { height: 9px; }
2093
-
2094
- .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; }
2095
-
2096
- .DateRangePickerInput_calendarIcon_svg { fill: #82888a; height: 15px; width: 14px; vertical-align: middle; }
2097
-
2098
- .DateRangePicker { position: relative; display: inline-block; }
2099
-
2100
- .DateRangePicker__block { display: block; }
2101
-
2102
- .DateRangePicker_picker { z-index: 1; background-color: #fff; position: absolute; }
2103
-
2104
- .DateRangePicker_picker__rtl { direction: rtl; }
2105
-
2106
- .DateRangePicker_picker__directionLeft { left: 0; }
2107
-
2108
- .DateRangePicker_picker__directionRight { right: 0; }
2109
-
2110
- .DateRangePicker_picker__portal { background-color: rgba(0, 0, 0, 0.3); position: fixed; top: 0; left: 0; height: 100%; width: 100%; }
2111
-
2112
- .DateRangePicker_picker__fullScreenPortal { background-color: #fff; }
2113
-
2114
- .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; }
2115
-
2116
- .DateRangePicker_closeButton:focus, .DateRangePicker_closeButton:hover { color: #b0b3b4; text-decoration: none; }
2117
-
2118
- .DateRangePicker_closeButton_svg { height: 15px; width: 15px; fill: #cacccd; }
2119
-
2120
- /*rtl:end:ignore*/
2121
- .components-datetime { padding: 0; }
2122
-
2123
- .components-datetime .components-datetime__calendar-help { padding: 16px; }
2124
-
2125
- .components-datetime .components-datetime__calendar-help h4 { margin: 0; }
2126
-
2127
- .components-datetime .components-datetime__buttons { display: flex; justify-content: space-between; }
2128
-
2129
- .components-datetime .components-datetime__date-help-toggle { display: block; margin-left: auto; }
2130
-
2131
- .components-datetime fieldset { border: 0; padding: 0; margin: 0; }
2132
-
2133
- .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; }
2134
-
2135
- @media (prefers-reduced-motion: reduce) { .components-datetime select, .components-datetime input { transition-duration: 0s; } }
2136
-
2137
- .components-datetime select, .components-datetime input[type="number"], .components-datetime .components-button { height: 30px; margin-top: 0; margin-bottom: 0; }
2138
-
2139
- .components-datetime__date { min-height: 236px; border-top: 1px solid #e2e4e7; }
2140
-
2141
- .components-datetime__date .DayPickerNavigation_leftButton__horizontalDefault { left: 0; }
2142
-
2143
- .components-datetime__date .CalendarMonth_caption { font-size: 13px; }
2144
-
2145
- .components-datetime__date .CalendarMonth_table { border-collapse: separate; border-spacing: 2px; }
2146
-
2147
- .components-datetime__date .CalendarDay { font-size: 13px; border: none; border-radius: 50%; text-align: center; }
2148
-
2149
- .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 0 0 2.5px #fff; outline: 2px solid transparent; }
2150
-
2151
- body.admin-color-sunrise .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 0 0 2.5px #fff; }
2152
-
2153
- body.admin-color-ocean .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 0 0 2.5px #fff; }
2154
-
2155
- body.admin-color-midnight .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 0 0 2.5px #fff; }
2156
-
2157
- body.admin-color-ectoplasm .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 0 0 2.5px #fff; }
2158
-
2159
- body.admin-color-coffee .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 0 0 2.5px #fff; }
2160
-
2161
- body.admin-color-blue .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #82b4cb, inset 0 0 0 2.5px #fff; }
2162
-
2163
- body.admin-color-light .components-datetime__date .CalendarDay:focus { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 0 0 2.5px #fff; }
2164
-
2165
- .components-datetime__date .CalendarDay__selected { background: #0085ba; border: 2px solid transparent; }
2166
-
2167
- body.admin-color-sunrise .components-datetime__date .CalendarDay__selected { background: #d1864a; }
2168
-
2169
- body.admin-color-ocean .components-datetime__date .CalendarDay__selected { background: #a3b9a2; }
2170
-
2171
- body.admin-color-midnight .components-datetime__date .CalendarDay__selected { background: #e14d43; }
2172
-
2173
- body.admin-color-ectoplasm .components-datetime__date .CalendarDay__selected { background: #a7b656; }
2174
-
2175
- body.admin-color-coffee .components-datetime__date .CalendarDay__selected { background: #c2a68c; }
2176
-
2177
- body.admin-color-blue .components-datetime__date .CalendarDay__selected { background: #82b4cb; }
2178
-
2179
- body.admin-color-light .components-datetime__date .CalendarDay__selected { background: #0085ba; }
2180
-
2181
- .components-datetime__date .CalendarDay__selected:hover { background: #00719e; }
2182
-
2183
- body.admin-color-sunrise .components-datetime__date .CalendarDay__selected:hover { background: #b2723f; }
2184
-
2185
- body.admin-color-ocean .components-datetime__date .CalendarDay__selected:hover { background: #8b9d8a; }
2186
-
2187
- body.admin-color-midnight .components-datetime__date .CalendarDay__selected:hover { background: #bf4139; }
2188
-
2189
- body.admin-color-ectoplasm .components-datetime__date .CalendarDay__selected:hover { background: #8e9b49; }
2190
-
2191
- body.admin-color-coffee .components-datetime__date .CalendarDay__selected:hover { background: #a58d77; }
2192
-
2193
- body.admin-color-blue .components-datetime__date .CalendarDay__selected:hover { background: #6f99ad; }
2194
-
2195
- body.admin-color-light .components-datetime__date .CalendarDay__selected:hover { background: #00719e; }
2196
-
2197
- .components-datetime__date .CalendarDay__selected:focus { box-shadow: inset 0 0 0 1px #fff; }
2198
-
2199
- .components-datetime__date .DayPickerNavigation_button__horizontalDefault { padding: 2px 8px; top: 20px; }
2200
-
2201
- .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
2202
-
2203
- body.admin-color-sunrise .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
2204
-
2205
- body.admin-color-ocean .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
2206
-
2207
- body.admin-color-midnight .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
2208
-
2209
- body.admin-color-ectoplasm .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
2210
-
2211
- body.admin-color-coffee .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
2212
-
2213
- body.admin-color-blue .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
2214
-
2215
- body.admin-color-light .components-datetime__date .DayPickerNavigation_button__horizontalDefault:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
2216
-
2217
- .components-datetime__date .DayPicker_weekHeader { top: 50px; }
2218
-
2219
- .components-datetime__date .DayPicker_weekHeader .DayPicker_weekHeader_ul { margin: 1px 0; padding-left: 0; padding-right: 0; }
2220
-
2221
- .components-datetime__date.is-description-visible .DayPicker { visibility: hidden; }
2222
-
2223
- .components-datetime__time { padding-bottom: 16px; }
2224
-
2225
- .components-datetime__time fieldset { position: relative; margin-bottom: 0.5em; }
2226
-
2227
- .components-datetime__time fieldset + fieldset { margin-bottom: 0; }
2228
-
2229
- .components-datetime__time .components-datetime__time-field-am-pm fieldset { margin-top: 0; }
2230
-
2231
- .components-datetime__time .components-datetime__time-wrapper { display: flex; }
2232
-
2233
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator { display: inline-block; padding: 0 3px 0 0; color: #555d66; }
2234
-
2235
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field-time { /*rtl:ignore*/ direction: ltr; }
2236
-
2237
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select { margin-right: 4px; }
2238
-
2239
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus { position: relative; z-index: 1; }
2240
-
2241
- .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; }
2242
-
2243
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]:focus { position: relative; z-index: 1; }
2244
-
2245
- .components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
2246
-
2247
- .components-datetime__time.is-12-hour .components-datetime__time-field-day input { margin: -4px 0 0 !important; border-radius: 4px 0 0 4px !important; }
2248
-
2249
- .components-datetime__time.is-12-hour .components-datetime__time-field-year input { border-radius: 0 4px 4px 0 !important; }
2250
-
2251
- .components-datetime__time-legend { font-weight: 600; margin-top: 0.5em; }
2252
-
2253
- .components-datetime__time-legend.invisible { position: absolute; top: -999em; left: -999em; }
2254
-
2255
- .components-datetime__time-field-hours-input, .components-datetime__time-field-minutes-input, .components-datetime__time-field-day-input { width: 35px; }
2256
-
2257
- .components-datetime__time-field-year-input { width: 55px; }
2258
-
2259
- .components-datetime__time-field-month-select { max-width: 145px; }
2260
-
2261
- .components-popover .components-datetime__date { padding-left: 4px; }
2262
-
2263
- .block-editor-dimension-control .components-base-control__field { display: flex; align-items: center; }
2264
-
2265
- .block-editor-dimension-control .components-base-control__label { display: flex; align-items: center; margin-right: 1em; margin-bottom: 0; }
2266
-
2267
- .block-editor-dimension-control .components-base-control__label .dashicon { margin-right: 0.5em; }
2268
-
2269
- .block-editor-dimension-control.is-manual .components-base-control__label { width: 10em; }
2270
-
2271
- .components-disabled { position: relative; pointer-events: none; }
2272
-
2273
- .components-disabled::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
2274
-
2275
- .components-disabled * { pointer-events: none; }
2276
-
2277
- body.is-dragging-components-draggable { cursor: move; /* Fallback for IE/Edge < 14 */ cursor: -webkit-grabbing !important; cursor: grabbing !important; }
2278
-
2279
- .components-draggable__invisible-drag-image { position: fixed; left: -1000px; height: 50px; width: 50px; }
2280
-
2281
- .components-draggable__clone { position: fixed; padding: 20px; background: transparent; pointer-events: none; z-index: 1000000000; opacity: 0.8; }
2282
-
2283
- .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 #0071a1; border-radius: 2px; }
2284
-
2285
- @media (prefers-reduced-motion: reduce) { .components-drop-zone { transition-duration: 0s; } }
2286
-
2287
- .components-drop-zone.is-active { opacity: 1; visibility: visible; transition: 0.3s opacity, 0.3s background-color; }
2288
-
2289
- @media (prefers-reduced-motion: reduce) { .components-drop-zone.is-active { transition-duration: 0s; } }
2290
-
2291
- .components-drop-zone.is-dragging-over-element { background-color: rgba(0, 113, 161, 0.8); }
2292
-
2293
- .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; }
2294
-
2295
- @media (prefers-reduced-motion: reduce) { .components-drop-zone__content { transition-duration: 0s; } }
2296
-
2297
- .components-drop-zone.is-dragging-over-element .components-drop-zone__content { transform: translateY(-50%) scale(1.05); }
2298
-
2299
- .components-drop-zone__content-icon, .components-drop-zone__content-text { display: block; }
2300
-
2301
- .components-drop-zone__content-icon { margin: 0 auto; line-height: 0; fill: currentColor; }
2302
-
2303
- .components-drop-zone__content-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
2304
-
2305
- .components-drop-zone__provider { height: 100%; }
2306
-
2307
- .components-dropdown { display: inline-block; }
2308
-
2309
- .components-dropdown__content .components-popover__content { padding: 12px; }
2310
-
2311
- .components-dropdown-menu__popover .components-popover__content { width: 200px; }
2312
-
2313
- .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; }
2314
-
2315
- .components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item { width: 100%; padding: 6px; outline: none; cursor: pointer; margin-bottom: 4px; }
2316
-
2317
- .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; }
2318
-
2319
- .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: #e2e4e7; position: absolute; top: -3px; left: 0; right: 0; height: 1px; }
2320
-
2321
- .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; }
2322
-
2323
- .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; }
2324
-
2325
- .components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button { min-height: 36px; height: auto; padding-left: 40px; text-align: left; }
2326
-
2327
- .components-dropdown-menu__menu .components-menu-item__button.has-icon, .components-dropdown-menu__menu .components-menu-item__button.components-button.has-icon { padding-left: 8px; }
2328
-
2329
- .components-dropdown-menu__menu .components-menu-group { padding: 12px; margin-top: 0; margin-bottom: 0; margin-left: -12px; margin-right: -12px; }
2330
-
2331
- .components-dropdown-menu__menu .components-menu-group:first-child { margin-top: -12px; }
2332
-
2333
- .components-dropdown-menu__menu .components-menu-group:last-child { margin-bottom: -12px; }
2334
-
2335
- .components-dropdown-menu__menu .components-menu-group + .components-menu-group { margin-top: 0; border-top: 1px solid #ccc; padding: 12px; }
2336
-
2337
- .components-dropdown-menu__menu.no-icons .components-menu-item__button.components-button { padding: 0 12px; }
2338
-
2339
- .components-external-link__icon { width: 1.4em; height: 1.4em; margin: -0.2em 0.1em 0; vertical-align: middle; fill: currentColor; }
2340
-
2341
- .components-focal-point-picker-wrapper { background-color: transparent; border: 1px solid #e2e4e7; height: 200px; width: 100%; padding: 14px; }
2342
-
2343
- .components-focal-point-picker { align-items: center; cursor: pointer; display: flex; height: 100%; justify-content: center; position: relative; width: 100%; }
2344
-
2345
- .components-focal-point-picker img { height: auto; max-height: 100%; max-width: 100%; width: auto; -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
2346
-
2347
- .components-focal-point-picker__icon_container { background-color: transparent; cursor: -webkit-grab; cursor: grab; height: 30px; opacity: 0.8; position: absolute; will-change: transform; width: 30px; z-index: 10000; }
2348
-
2349
- .components-focal-point-picker__icon_container.is-dragging { cursor: -webkit-grabbing; cursor: grabbing; }
2350
-
2351
- .components-focal-point-picker__icon { display: block; height: 100%; left: -15px; position: absolute; top: -15px; width: 100%; }
2352
-
2353
- .components-focal-point-picker__icon .components-focal-point-picker__icon-outline { fill: #fff; }
2354
-
2355
- .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #0085ba; }
2356
-
2357
- body.admin-color-sunrise .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #d1864a; }
2358
-
2359
- body.admin-color-ocean .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #a3b9a2; }
2360
-
2361
- body.admin-color-midnight .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #e14d43; }
2362
-
2363
- body.admin-color-ectoplasm .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #a7b656; }
2364
-
2365
- body.admin-color-coffee .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #c2a68c; }
2366
-
2367
- body.admin-color-blue .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #82b4cb; }
2368
-
2369
- body.admin-color-light .components-focal-point-picker__icon .components-focal-point-picker__icon-fill { fill: #0085ba; }
2370
-
2371
- .components-focal-point-picker_position-display-container { margin: 1em 0; display: flex; }
2372
-
2373
- .components-focal-point-picker_position-display-container .components-base-control__field { margin: 0 1em 0 0; }
2374
-
2375
- .components-focal-point-picker_position-display-container input[type="number"].components-text-control__input { max-width: 4em; padding: 6px 4px; }
2376
-
2377
- .components-focal-point-picker_position-display-container span { margin: 0 0 0 0.2em; }
2378
-
2379
- .components-font-size-picker__controls { max-width: 248px; display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 24px; }
2380
-
2381
- .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: 5px; width: 54px; }
2382
-
2383
- @media (prefers-reduced-motion: reduce) { .components-font-size-picker__controls .components-font-size-picker__number { transition-duration: 0s; } }
2384
-
2385
- @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; } }
2386
-
2387
- .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
2388
-
2389
- body.admin-color-sunrise .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
2390
-
2391
- body.admin-color-ocean .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
2392
-
2393
- body.admin-color-midnight .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
2394
-
2395
- body.admin-color-ectoplasm .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
2396
-
2397
- body.admin-color-coffee .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
2398
-
2399
- body.admin-color-blue .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
2400
-
2401
- body.admin-color-light .components-font-size-picker__controls .components-font-size-picker__number:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
2402
-
2403
- .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2404
-
2405
- .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
2406
-
2407
- .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2408
-
2409
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2410
-
2411
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2412
-
2413
- .is-dark-theme .components-font-size-picker__controls .components-font-size-picker__number:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2414
-
2415
- .components-font-size-picker__controls .components-font-size-picker__number[value=""] + .components-button { cursor: default; opacity: 0.3; pointer-events: none; }
2416
-
2417
- .components-font-size-picker__controls .components-font-size-picker__number-container { display: flex; flex-direction: column; }
2418
-
2419
- .components-font-size-picker__controls .components-font-size-picker__select { margin-right: 8px; }
2420
-
2421
- .components-font-size-picker__controls .components-color-palette__clear { height: 30px; margin-top: 23px; }
2422
-
2423
- .components-font-size-picker__custom-input .components-range-control__slider + .dashicon { width: 30px; height: 30px; }
2424
-
2425
- .components-font-size-picker { border: 0; padding: 0; margin: 0; }
2426
-
2427
- .components-form-toggle { position: relative; display: inline-block; }
2428
-
2429
- .components-form-toggle .components-form-toggle__on, .components-form-toggle .components-form-toggle__off { position: absolute; top: 6px; box-sizing: border-box; }
2430
-
2431
- .components-form-toggle .components-form-toggle__off { color: #6c7781; fill: currentColor; right: 6px; }
2432
-
2433
- .components-form-toggle .components-form-toggle__on { left: 8px; }
2434
-
2435
- .components-form-toggle .components-form-toggle__track { content: ""; display: inline-block; box-sizing: border-box; vertical-align: top; background-color: #fff; border: 2px solid #6c7781; width: 36px; height: 18px; border-radius: 9px; transition: 0.2s background ease; }
2436
-
2437
- @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__track { transition-duration: 0s; } }
2438
-
2439
- .components-form-toggle .components-form-toggle__thumb { display: block; position: absolute; box-sizing: border-box; top: 4px; left: 4px; width: 10px; height: 10px; border-radius: 50%; transition: 0.1s transform ease; background-color: #6c7781; border: 5px solid #6c7781; }
2440
-
2441
- @media (prefers-reduced-motion: reduce) { .components-form-toggle .components-form-toggle__thumb { transition-duration: 0s; } }
2442
-
2443
- .components-form-toggle:hover .components-form-toggle__track { border: 2px solid #555d66; }
2444
-
2445
- .components-form-toggle:hover .components-form-toggle__thumb { background-color: #555d66; border: 5px solid #6c7781; }
2446
-
2447
- .components-form-toggle:hover .components-form-toggle__off { color: #555d66; }
2448
-
2449
- .components-form-toggle.is-checked .components-form-toggle__track { background-color: #11a0d2; border: 2px solid #11a0d2; border: 9px solid transparent; }
2450
-
2451
- body.admin-color-sunrise .components-form-toggle.is-checked .components-form-toggle__track { background-color: #c8b03c; border: 2px solid #c8b03c; }
2452
-
2453
- body.admin-color-ocean .components-form-toggle.is-checked .components-form-toggle__track { background-color: #a3b9a2; border: 2px solid #a3b9a2; }
2454
-
2455
- body.admin-color-midnight .components-form-toggle.is-checked .components-form-toggle__track { background-color: #77a6b9; border: 2px solid #77a6b9; }
2456
-
2457
- body.admin-color-ectoplasm .components-form-toggle.is-checked .components-form-toggle__track { background-color: #a7b656; border: 2px solid #a7b656; }
2458
-
2459
- body.admin-color-coffee .components-form-toggle.is-checked .components-form-toggle__track { background-color: #c2a68c; border: 2px solid #c2a68c; }
2460
-
2461
- body.admin-color-blue .components-form-toggle.is-checked .components-form-toggle__track { background-color: #82b4cb; border: 2px solid #82b4cb; }
2462
-
2463
- body.admin-color-light .components-form-toggle.is-checked .components-form-toggle__track { background-color: #11a0d2; border: 2px solid #11a0d2; }
2464
-
2465
- .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #007cba; outline: 2px solid transparent; outline-offset: 2px; }
2466
-
2467
- body.admin-color-sunrise .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #d1864a; }
2468
-
2469
- body.admin-color-ocean .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #a3b9a2; }
2470
-
2471
- body.admin-color-midnight .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #e14d43; }
2472
-
2473
- body.admin-color-ectoplasm .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #a7b656; }
2474
-
2475
- body.admin-color-coffee .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #c2a68c; }
2476
-
2477
- body.admin-color-blue .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #d9ab59; }
2478
-
2479
- body.admin-color-light .components-form-toggle__input:focus + .components-form-toggle__track { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px #0085ba; }
2480
-
2481
- .components-form-toggle.is-checked .components-form-toggle__thumb { background-color: #fff; border-width: 0; transform: translateX(18px); }
2482
-
2483
- .components-form-toggle.is-checked::before { background-color: #11a0d2; border: 2px solid #11a0d2; }
2484
-
2485
- body.admin-color-sunrise .components-form-toggle.is-checked::before { background-color: #c8b03c; border: 2px solid #c8b03c; }
2486
-
2487
- body.admin-color-ocean .components-form-toggle.is-checked::before { background-color: #a3b9a2; border: 2px solid #a3b9a2; }
2488
-
2489
- body.admin-color-midnight .components-form-toggle.is-checked::before { background-color: #77a6b9; border: 2px solid #77a6b9; }
2490
-
2491
- body.admin-color-ectoplasm .components-form-toggle.is-checked::before { background-color: #a7b656; border: 2px solid #a7b656; }
2492
-
2493
- body.admin-color-coffee .components-form-toggle.is-checked::before { background-color: #c2a68c; border: 2px solid #c2a68c; }
2494
-
2495
- body.admin-color-blue .components-form-toggle.is-checked::before { background-color: #82b4cb; border: 2px solid #82b4cb; }
2496
-
2497
- body.admin-color-light .components-form-toggle.is-checked::before { background-color: #11a0d2; border: 2px solid #11a0d2; }
2498
-
2499
- .components-disabled .components-form-toggle { opacity: 0.3; }
2500
-
2501
- .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; }
2502
-
2503
- .components-form-toggle input.components-form-toggle__input[type="checkbox"]:checked { background: none; }
2504
-
2505
- .components-form-toggle input.components-form-toggle__input[type="checkbox"]::before { content: ""; }
2506
-
2507
- .components-form-toggle .components-form-toggle__on { outline: 1px solid transparent; outline-offset: -1px; border: 1px solid #000; -webkit-filter: invert(100%) contrast(500%); filter: invert(100%) contrast(500%); }
2508
-
2509
- @supports (-ms-high-contrast-adjust: auto) { .components-form-toggle .components-form-toggle__on { -webkit-filter: none; filter: none; border: 1px solid #fff; } }
2510
-
2511
- .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; }
2512
-
2513
- @media (prefers-reduced-motion: reduce) { .components-form-token-field__input-container { transition-duration: 0s; } }
2514
-
2515
- @media (min-width: 600px) { .components-form-token-field__input-container { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2516
-
2517
- .components-form-token-field__input-container:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
2518
-
2519
- body.admin-color-sunrise .components-form-token-field__input-container:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
2520
-
2521
- body.admin-color-ocean .components-form-token-field__input-container:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
2522
-
2523
- body.admin-color-midnight .components-form-token-field__input-container:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
2524
-
2525
- body.admin-color-ectoplasm .components-form-token-field__input-container:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
2526
-
2527
- body.admin-color-coffee .components-form-token-field__input-container:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
2528
-
2529
- body.admin-color-blue .components-form-token-field__input-container:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
2530
-
2531
- body.admin-color-light .components-form-token-field__input-container:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
2532
-
2533
- .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2534
-
2535
- .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
2536
-
2537
- .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2538
-
2539
- .is-dark-theme .components-form-token-field__input-container::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2540
-
2541
- .is-dark-theme .components-form-token-field__input-container::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2542
-
2543
- .is-dark-theme .components-form-token-field__input-container:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2544
-
2545
- .components-form-token-field__input-container.is-disabled { background: #e2e4e7; border-color: #ccd0d4; }
2546
-
2547
- .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: #23282d; box-shadow: none; }
2548
-
2549
- .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; }
2550
-
2551
- .components-form-token-field__input-container .components-form-token-field__token + input[type="text"].components-form-token-field__input { width: auto; }
2552
-
2553
- .components-form-token-field__label { display: inline-block; margin-bottom: 4px; }
2554
-
2555
- .components-form-token-field__help { font-style: italic; }
2556
-
2557
- .components-form-token-field__token { font-size: 13px; display: flex; margin: 2px 4px 2px 0; color: #32373c; overflow: hidden; }
2558
-
2559
- .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; }
2560
-
2561
- .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: #d94f4f; }
2562
-
2563
- .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: #555d66; }
2564
-
2565
- .components-form-token-field__token.is-borderless { position: relative; padding: 0 16px 0 0; }
2566
-
2567
- .components-form-token-field__token.is-borderless .components-form-token-field__token-text { background: transparent; color: #11a0d2; }
2568
-
2569
- body.admin-color-sunrise .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #c8b03c; }
2570
-
2571
- body.admin-color-ocean .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #a89d8a; }
2572
-
2573
- body.admin-color-midnight .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #77a6b9; }
2574
-
2575
- body.admin-color-ectoplasm .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #c77430; }
2576
-
2577
- body.admin-color-coffee .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #9fa47b; }
2578
-
2579
- body.admin-color-blue .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #d9ab59; }
2580
-
2581
- body.admin-color-light .components-form-token-field__token.is-borderless .components-form-token-field__token-text { color: #c75726; }
2582
-
2583
- .components-form-token-field__token.is-borderless .components-form-token-field__remove-token { background: transparent; color: #555d66; position: absolute; top: 1px; right: 0; }
2584
-
2585
- .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text { color: #4ab866; }
2586
-
2587
- .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text { color: #d94f4f; border-radius: 4px 0 0 4px; padding: 0 4px 0 6px; }
2588
-
2589
- .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text { color: #23282d; }
2590
-
2591
- .components-form-token-field__token.is-disabled .components-form-token-field__remove-token { cursor: default; }
2592
-
2593
- .components-form-token-field__token-text, .components-form-token-field__remove-token.components-button { display: inline-block; line-height: 24px; height: auto; background: #e2e4e7; transition: all 0.2s cubic-bezier(0.4, 1, 0.4, 1); }
2594
-
2595
- @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; } }
2596
-
2597
- .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; }
2598
-
2599
- .components-form-token-field__remove-token.components-button { cursor: pointer; border-radius: 0 12px 12px 0; padding: 0 2px; color: #555d66; line-height: 10px; overflow: initial; }
2600
-
2601
- .components-form-token-field__remove-token.components-button:hover { color: #32373c; }
2602
-
2603
- .components-form-token-field__suggestions-list { flex: 1 0 100%; min-width: 100%; max-height: 9em; overflow-y: scroll; transition: all 0.15s ease-in-out; list-style: none; border-top: 1px solid #6c7781; margin: 4px -4px -4px; padding-top: 3px; }
2604
-
2605
- @media (prefers-reduced-motion: reduce) { .components-form-token-field__suggestions-list { transition-duration: 0s; } }
2606
-
2607
- .components-form-token-field__suggestion { color: #555d66; display: block; font-size: 13px; padding: 4px 8px; cursor: pointer; }
2608
-
2609
- .components-form-token-field__suggestion.is-selected { background: #0071a1; color: #fff; }
2610
-
2611
- .components-form-token-field__suggestion-match { text-decoration: underline; }
2612
-
2613
- @media (min-width: 600px) { .components-guide { width: 600px; } }
2614
-
2615
- .components-guide .components-modal__header { background: none; border-bottom: none; width: 100%; padding: 0; margin: 0; }
2616
-
2617
- .components-guide .components-modal__header .components-button { align-self: flex-start; margin: 8px 8px 0 0; position: static; }
2618
-
2619
- .components-guide .components-modal__header .components-button:hover svg { fill: #fff; }
2620
-
2621
- .components-guide__container { display: flex; flex-direction: column; justify-content: space-between; margin-top: -60px; min-height: 100%; }
2622
-
2623
- .components-guide__page { display: flex; flex-direction: column; justify-content: center; position: relative; }
2624
-
2625
- @media (min-width: 600px) { .components-guide__page { min-height: 300px; } }
2626
-
2627
- .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%; }
2628
-
2629
- @media (max-width: 600px) { .components-guide__footer { position: absolute; bottom: 0; } }
2630
-
2631
- .components-guide__page-control { margin: 8px 0 8px 0; text-align: center; }
2632
-
2633
- .components-guide__page-control li { display: inline-block; }
2634
-
2635
- .components-guide__page-control .components-button { height: 30px; min-width: 20px; }
2636
-
2637
- .components-guide .components-modal__content { padding: 0; }
2638
-
2639
- .components-modal__frame.components-guide { border: none; min-width: 312px; height: 80vh; max-height: 575px; }
2640
-
2641
- @media (max-width: 600px) { .components-modal__frame.components-guide { bottom: 5%; left: 16px; right: 16px; top: 5%; margin: 0 auto; } }
2642
-
2643
- .components-button.components-guide__back-button, .components-button.components-guide__forward-button, .components-button.components-guide__finish-button { height: 30px; position: absolute; }
2644
-
2645
- .components-button.components-guide__back-button, .components-button.components-guide__forward-button { font-size: 13px; padding: 4px 2px; }
2646
-
2647
- .components-button.components-guide__back-button.has-text svg, .components-button.components-guide__forward-button.has-text svg { margin: 0; }
2648
-
2649
- .components-button.components-guide__back-button:hover, .components-button.components-guide__forward-button:hover { text-decoration: underline; }
2650
-
2651
- .components-button.components-guide__back-button { left: 32px; }
2652
-
2653
- .components-button.components-guide__forward-button { right: 32px; color: #1386bf; font-weight: bold; }
2654
-
2655
- .components-button.components-guide__finish-button { right: 32px; }
2656
-
2657
- .components-button.components-guide__inline-finish-button { display: none; }
2658
-
2659
- .components-navigate-regions.is-focusing-regions [role="region"] { position: relative; }
2660
-
2661
- .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 #33b3db; }
2662
-
2663
- @supports (outline-offset: 1px) { .components-navigate-regions.is-focusing-regions [role="region"]:focus::after { content: none; }
2664
- .components-navigate-regions.is-focusing-regions [role="region"]:focus { outline-style: solid; outline-color: #33b3db; outline-width: 4px; outline-offset: -4px; } }
2665
-
2666
- .components-menu-group + .components-menu-group { margin-top: 8px; padding-top: 8px; border-top: 1px solid #1e1e1e; }
2667
-
2668
- .components-menu-group__label { margin-bottom: 8px; color: #757575; padding: 0; }
2669
-
2670
- .components-menu-item__button, .components-menu-item__button.components-button { width: 100%; }
2671
-
2672
- .components-menu-item__button .dashicon, .components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button svg.components-menu-items__item-icon, .components-menu-item__button > span > svg, .components-menu-item__button.components-button .dashicon, .components-menu-item__button.components-button .components-menu-items__item-icon, .components-menu-item__button.components-button svg.components-menu-items__item-icon, .components-menu-item__button.components-button > span > svg { margin-right: 8px; }
2673
-
2674
- .components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon { display: inline-block; flex: 0 0 auto; }
2675
-
2676
- .components-menu-item__info-wrapper { display: flex; flex-direction: column; }
2677
-
2678
- .components-menu-item__info { margin-top: 4px; font-size: 12px; color: #757575; }
2679
-
2680
- .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; }
2681
-
2682
- @media (min-width: 480px) { .components-menu-item__shortcut { display: inline; } }
2683
-
2684
- .components-menu-items-choice, .components-menu-items-choice.components-button { padding-left: 40px; }
2685
-
2686
- .components-menu-items-choice svg, .components-menu-items-choice.components-button svg { margin-right: 8px; }
2687
-
2688
- .components-menu-items-choice.has-icon, .components-menu-items-choice.components-button.has-icon { padding-left: 8px; }
2689
-
2690
- .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; }
2691
-
2692
- @media (prefers-reduced-motion: reduce) { .components-modal__screen-overlay { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2693
-
2694
- .components-modal__frame { position: absolute; top: 0; right: 0; bottom: 0; left: 0; box-sizing: border-box; margin: 0; border: 1px solid #e2e4e7; background: #fff; box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2); overflow: auto; }
2695
-
2696
- @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; } }
2697
-
2698
- @media (min-width: 600px) and (prefers-reduced-motion: reduce) { .components-modal__frame { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
2699
-
2700
- @-webkit-keyframes components-modal__appear-animation { from { margin-top: 32px; }
2701
- to { margin-top: 0; } }
2702
-
2703
- @keyframes components-modal__appear-animation { from { margin-top: 32px; }
2704
- to { margin-top: 0; } }
2705
-
2706
- .components-modal__header { box-sizing: border-box; border-bottom: 1px solid #e2e4e7; 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; }
2707
-
2708
- @supports (-ms-ime-align: auto) { .components-modal__header { position: fixed; width: 100%; } }
2709
-
2710
- .components-modal__header .components-modal__header-heading { font-size: 1rem; font-weight: 600; }
2711
-
2712
- .components-modal__header h1 { line-height: 1; margin: 0; }
2713
-
2714
- .components-modal__header .components-button { position: relative; left: 8px; }
2715
-
2716
- .components-modal__header-heading-container { align-items: center; flex-grow: 1; display: flex; flex-direction: row; justify-content: left; }
2717
-
2718
- .components-modal__header-icon-container { display: inline-block; }
2719
-
2720
- .components-modal__header-icon-container svg { max-width: 36px; max-height: 36px; padding: 8px; }
2721
-
2722
- .components-modal__content { box-sizing: border-box; height: 100%; padding: 0 24px 24px; }
2723
-
2724
- @supports (-ms-ime-align: auto) { .components-modal__content { padding-top: 60px; } }
2725
-
2726
- .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: #e5f5fa; border-left: 4px solid #00a0d2; margin: 5px 15px 2px; padding: 8px 12px; align-items: center; }
2727
-
2728
- .components-notice.is-dismissible { padding-right: 36px; position: relative; }
2729
-
2730
- .components-notice.is-success { border-left-color: #4ab866; background-color: #eff9f1; }
2731
-
2732
- .components-notice.is-warning { border-left-color: #f0b849; background-color: #fef8ee; }
2733
-
2734
- .components-notice.is-error { border-left-color: #d94f4f; background-color: #f9e2e2; }
2735
-
2736
- .components-notice__content { flex-grow: 1; margin: 4px 25px 4px 0; }
2737
-
2738
- .components-notice__action.components-button, .components-notice__action.components-button.is-link { margin-left: 12px; }
2739
-
2740
- .components-notice__action.components-button.is-secondary { vertical-align: initial; }
2741
-
2742
- .components-notice__dismiss { color: #6c7781; align-self: flex-start; flex-shrink: 0; }
2743
-
2744
- .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: #191e23; background-color: transparent; }
2745
-
2746
- .components-notice__dismiss:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover { box-shadow: none; }
2747
-
2748
- .components-notice-list { max-width: 100vw; box-sizing: border-box; z-index: 29; }
2749
-
2750
- .components-notice-list .components-notice__content { margin-top: 12px; margin-bottom: 12px; line-height: 2; }
2751
-
2752
- .components-notice-list .components-notice__action.components-button { display: block; margin-left: 0; margin-top: 8px; }
2753
-
2754
- .components-panel { background: #fff; border: 1px solid #e2e4e7; }
2755
-
2756
- .components-panel > .components-panel__header:first-child, .components-panel > .components-panel__body:first-child { margin-top: -1px; }
2757
-
2758
- .components-panel > .components-panel__header:last-child, .components-panel > .components-panel__body:last-child { border-bottom-width: 0; }
2759
-
2760
- .components-panel + .components-panel { margin-top: -1px; }
2761
-
2762
- .components-panel__body { border-top: 1px solid #e2e4e7; border-bottom: 1px solid #e2e4e7; }
2763
-
2764
- .components-panel__body h3 { margin: 0 0 0.5em; }
2765
-
2766
- .components-panel__body.is-opened { padding: 16px; }
2767
-
2768
- .components-panel__header { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; height: 50px; border-top: 1px solid #e2e4e7; border-bottom: 1px solid #e2e4e7; }
2769
-
2770
- .components-panel__header h2 { margin: 0; font-size: inherit; color: inherit; }
2771
-
2772
- .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; }
2773
-
2774
- .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; }
2775
-
2776
- @media (prefers-reduced-motion: reduce) { .components-panel__body > .components-panel__body-title { transition-duration: 0s; } }
2777
-
2778
- .components-panel__body.is-opened > .components-panel__body-title { margin: -16px; margin-bottom: 5px; }
2779
-
2780
- .components-panel__body > .components-panel__body-title:hover { background: #f3f4f5; border: none; }
2781
-
2782
- .components-panel__body-toggle.components-button { position: relative; padding: 15px; outline: none; width: 100%; font-weight: 600; text-align: left; color: #191e23; border: none; box-shadow: none; transition: 0.1s background ease-in-out; height: auto; /* rtl:begin:ignore */ /* rtl:end:ignore */ }
2783
-
2784
- @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button { transition-duration: 0s; } }
2785
-
2786
- .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #007cba; border-radius: 0; }
2787
-
2788
- body.admin-color-sunrise .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #d1864a; }
2789
-
2790
- body.admin-color-ocean .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
2791
-
2792
- body.admin-color-midnight .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #e14d43; }
2793
-
2794
- body.admin-color-ectoplasm .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #a7b656; }
2795
-
2796
- body.admin-color-coffee .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #c2a68c; }
2797
-
2798
- body.admin-color-blue .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #d9ab59; }
2799
-
2800
- body.admin-color-light .components-panel__body-toggle.components-button:focus { box-shadow: inset 0 0 0 1.5px #0085ba; }
2801
-
2802
- .components-panel__body-toggle.components-button .components-panel__arrow { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #191e23; fill: currentColor; transition: 0.1s color ease-in-out; }
2803
-
2804
- @media (prefers-reduced-motion: reduce) { .components-panel__body-toggle.components-button .components-panel__arrow { transition-duration: 0s; } }
2805
-
2806
- body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right { transform: scaleX(-1); -ms-filter: fliph; -webkit-filter: FlipH; filter: FlipH; margin-top: -10px; }
2807
-
2808
- .components-panel__icon { color: #555d66; margin: -2px 0 -2px 6px; }
2809
-
2810
- .components-panel__body-toggle-icon { margin-right: -5px; }
2811
-
2812
- .components-panel__color-title { float: left; height: 19px; }
2813
-
2814
- .components-panel__row { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
2815
-
2816
- .components-panel__row select { min-width: 0; }
2817
-
2818
- .components-panel__row label { margin-right: 10px; flex-shrink: 0; max-width: 75%; }
2819
-
2820
- .components-panel__row:empty, .components-panel__row:first-of-type { margin-top: 0; }
2821
-
2822
- .components-panel .circle-picker { padding-bottom: 20px; }
2823
-
2824
- .components-placeholder.components-placeholder { 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; }
2825
-
2826
- @supports ((position: -webkit-sticky) or (position: sticky)) { .components-placeholder.components-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; } }
2827
-
2828
- .components-placeholder.components-placeholder .components-base-control__label { font-size: 13px; }
2829
-
2830
- .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; }
2831
-
2832
- .components-placeholder__label { display: flex; font-weight: 600; margin-bottom: 16px; align-items: center; }
2833
-
2834
- .components-placeholder__label > svg, .components-placeholder__label .dashicon, .components-placeholder__label .block-editor-block-icon { fill: currentColor; margin-right: 1ch; }
2835
-
2836
- .components-placeholder__fieldset, .components-placeholder__fieldset form { display: flex; flex-direction: row; width: 100%; flex-wrap: wrap; z-index: 1; }
2837
-
2838
- .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; }
2839
-
2840
- .components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form { flex-direction: column; }
2841
-
2842
- .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; }
2843
-
2844
- @media (prefers-reduced-motion: reduce) { .components-placeholder__input[type="url"] { transition-duration: 0s; } }
2845
-
2846
- @media (min-width: 600px) { .components-placeholder__input[type="url"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
2847
-
2848
- .components-placeholder__input[type="url"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
2849
-
2850
- body.admin-color-sunrise .components-placeholder__input[type="url"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
2851
-
2852
- body.admin-color-ocean .components-placeholder__input[type="url"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
2853
-
2854
- body.admin-color-midnight .components-placeholder__input[type="url"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
2855
-
2856
- body.admin-color-ectoplasm .components-placeholder__input[type="url"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
2857
-
2858
- body.admin-color-coffee .components-placeholder__input[type="url"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
2859
-
2860
- body.admin-color-blue .components-placeholder__input[type="url"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
2861
-
2862
- body.admin-color-light .components-placeholder__input[type="url"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
2863
-
2864
- .components-placeholder__input[type="url"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2865
-
2866
- .components-placeholder__input[type="url"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
2867
-
2868
- .components-placeholder__input[type="url"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
2869
-
2870
- .is-dark-theme .components-placeholder__input[type="url"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2871
-
2872
- .is-dark-theme .components-placeholder__input[type="url"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
2873
-
2874
- .is-dark-theme .components-placeholder__input[type="url"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
2875
-
2876
- .components-placeholder__instructions { margin-bottom: 1em; }
2877
-
2878
- .components-placeholder__error { margin-top: 1em; width: 100%; }
2879
-
2880
- .components-placeholder__preview img { margin: 3%; width: 50%; }
2881
-
2882
- .components-placeholder__fieldset .components-button { margin-right: 12px; margin-bottom: 12px; }
2883
-
2884
- .components-placeholder__fieldset .components-button:last-child { margin-bottom: 0; margin-right: 0; }
2885
-
2886
- .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link { margin-left: 10px; margin-right: 10px; }
2887
-
2888
- .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child { margin-right: 0; }
2889
-
2890
- .components-placeholder.is-large .components-placeholder__label { font-size: 18pt; font-weight: normal; }
2891
-
2892
- .components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions { display: none; }
2893
-
2894
- .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; }
2895
-
2896
- .components-placeholder.is-medium .components-placeholder__fieldset .components-button, .components-placeholder.is-small .components-placeholder__fieldset .components-button { margin-right: auto; }
2897
-
2898
- .components-placeholder.is-small .components-button { padding: 0 8px 2px; }
2899
-
2900
- /*!rtl:begin:ignore*/
2901
- .components-popover { position: fixed; z-index: 1000000; top: 0; left: 0; opacity: 0; }
2902
-
2903
- .components-popover.is-expanded, .components-popover[data-x-axis][data-y-axis] { opacity: 1; }
2904
-
2905
- .components-popover.is-expanded { top: 0; left: 0; right: 0; bottom: 0; z-index: 1000000 !important; }
2906
-
2907
- .components-popover:not(.is-without-arrow) { margin-left: 2px; }
2908
-
2909
- .components-popover:not(.is-without-arrow)::before { border: 8px solid #1e1e1e; }
2910
-
2911
- .components-popover:not(.is-without-arrow)::after { border: 8px solid #fff; }
2912
-
2913
- .components-popover:not(.is-without-arrow)::before, .components-popover:not(.is-without-arrow)::after { content: ""; position: absolute; height: 0; width: 0; line-height: 0; }
2914
-
2915
- .components-popover:not(.is-without-arrow)[data-y-axis="top"] { margin-top: -8px; }
2916
-
2917
- .components-popover:not(.is-without-arrow)[data-y-axis="top"]::before { bottom: -8px; }
2918
-
2919
- .components-popover:not(.is-without-arrow)[data-y-axis="top"]::after { bottom: -6px; }
2920
-
2921
- .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; }
2922
-
2923
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"] { margin-top: 8px; }
2924
-
2925
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::before { top: -8px; }
2926
-
2927
- .components-popover:not(.is-without-arrow)[data-y-axis="bottom"]::after { top: -6px; }
2928
-
2929
- .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; }
2930
-
2931
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"] { margin-left: -8px; }
2932
-
2933
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::before { right: -8px; }
2934
-
2935
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="left"]::after { right: -6px; }
2936
-
2937
- .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; }
2938
-
2939
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"] { margin-left: 8px; }
2940
-
2941
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::before { left: -8px; }
2942
-
2943
- .components-popover:not(.is-without-arrow)[data-y-axis="middle"][data-x-axis="right"]::after { left: -6px; }
2944
-
2945
- .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; }
2946
-
2947
- .components-popover[data-y-axis="top"] { bottom: 100%; }
2948
-
2949
- .components-popover[data-y-axis="bottom"] { top: 100%; }
2950
-
2951
- .components-popover[data-y-axis="middle"] { align-items: center; display: flex; }
2952
-
2953
- .components-popover.is-from-top { margin-top: 12px; }
2954
-
2955
- .components-popover.is-from-bottom { margin-top: -12px; }
2956
-
2957
- .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) { margin-left: 12px; }
2958
-
2959
- .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) { margin-right: 12px; }
2960
-
2961
- .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; }
2962
-
2963
- .is-alternate .components-popover__content { border: 1px solid #1e1e1e; box-shadow: none; }
2964
-
2965
- .components-popover .components-popover__content { position: absolute; height: auto; overflow-y: auto; min-width: 260px; }
2966
-
2967
- .components-popover.is-expanded .components-popover__content { position: static; height: calc(100% - 50px); overflow-y: visible; min-width: auto; border: none; border-top: 1px solid #1e1e1e; }
2968
-
2969
- .components-popover[data-y-axis="top"] .components-popover__content { bottom: 100%; }
2970
-
2971
- .components-popover[data-x-axis="center"] .components-popover__content { left: 50%; transform: translateX(-50%); }
2972
-
2973
- .components-popover[data-x-axis="right"] .components-popover__content { position: absolute; left: 100%; }
2974
-
2975
- .components-popover:not([data-y-axis="middle"])[data-x-axis="right"] .components-popover__content { margin-left: -24px; }
2976
-
2977
- .components-popover[data-x-axis="left"] .components-popover__content { position: absolute; right: 100%; }
2978
-
2979
- .components-popover:not([data-y-axis="middle"])[data-x-axis="left"] .components-popover__content { margin-right: -24px; }
2980
-
2981
- .components-popover__content > div { height: 100%; }
2982
-
2983
- .components-popover__header { align-items: center; background: #fff; display: flex; height: 50px; justify-content: space-between; padding: 0 8px 0 16px; }
2984
-
2985
- .components-popover__header-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
2986
-
2987
- .components-popover__close.components-button { z-index: 5; }
2988
-
2989
- /*!rtl:end:ignore*/
2990
- .components-radio-control { display: flex; flex-direction: column; }
2991
-
2992
- .components-radio-control .components-base-control__help { margin-top: 0; }
2993
-
2994
- .components-radio-control .components-base-control__field { margin-bottom: 0; }
2995
-
2996
- .components-radio-control__option:not(:last-child) { margin-bottom: 4px; }
2997
-
2998
- .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: 2px solid #757575; margin-right: 12px; transition: none; border-radius: 50%; margin-top: 0; margin-right: 6px; }
2999
-
3000
- @media (prefers-reduced-motion: reduce) { .components-radio-control__input[type="radio"] { transition-duration: 0s; } }
3001
-
3002
- @media (min-width: 600px) { .components-radio-control__input[type="radio"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3003
-
3004
- .components-radio-control__input[type="radio"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
3005
-
3006
- body.admin-color-sunrise .components-radio-control__input[type="radio"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
3007
-
3008
- body.admin-color-ocean .components-radio-control__input[type="radio"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
3009
-
3010
- body.admin-color-midnight .components-radio-control__input[type="radio"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
3011
-
3012
- body.admin-color-ectoplasm .components-radio-control__input[type="radio"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
3013
-
3014
- body.admin-color-coffee .components-radio-control__input[type="radio"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
3015
-
3016
- body.admin-color-blue .components-radio-control__input[type="radio"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
3017
-
3018
- body.admin-color-light .components-radio-control__input[type="radio"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
3019
-
3020
- .components-radio-control__input[type="radio"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
3021
-
3022
- .components-radio-control__input[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
3023
-
3024
- .components-radio-control__input[type="radio"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
3025
-
3026
- .is-dark-theme .components-radio-control__input[type="radio"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3027
-
3028
- .is-dark-theme .components-radio-control__input[type="radio"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3029
-
3030
- .is-dark-theme .components-radio-control__input[type="radio"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3031
-
3032
- .components-radio-control__input[type="radio"]:checked::before { width: 6px; height: 6px; margin: 6px 0 0 6px; background-color: #fff; }
3033
-
3034
- @media (min-width: 782px) { .components-radio-control__input[type="radio"]:checked::before { margin: 3px 0 0 3px; } }
3035
-
3036
- .components-radio-control__input[type="radio"]:focus { border-color: #757575; box-shadow: 0 0 0 1px #757575; }
3037
-
3038
- .components-radio-control__input[type="radio"]:checked { background: #11a0d2; border-color: #11a0d2; }
3039
-
3040
- body.admin-color-sunrise .components-radio-control__input[type="radio"]:checked { background: #c8b03c; border-color: #c8b03c; }
3041
-
3042
- body.admin-color-ocean .components-radio-control__input[type="radio"]:checked { background: #a3b9a2; border-color: #a3b9a2; }
3043
-
3044
- body.admin-color-midnight .components-radio-control__input[type="radio"]:checked { background: #77a6b9; border-color: #77a6b9; }
3045
-
3046
- body.admin-color-ectoplasm .components-radio-control__input[type="radio"]:checked { background: #a7b656; border-color: #a7b656; }
3047
-
3048
- body.admin-color-coffee .components-radio-control__input[type="radio"]:checked { background: #c2a68c; border-color: #c2a68c; }
3049
-
3050
- body.admin-color-blue .components-radio-control__input[type="radio"]:checked { background: #82b4cb; border-color: #82b4cb; }
3051
-
3052
- body.admin-color-light .components-radio-control__input[type="radio"]:checked { background: #11a0d2; border-color: #11a0d2; }
3053
-
3054
- .components-radio-control__input[type="radio"]:checked:focus { box-shadow: 0 0 0 1.5px #757575; }
3055
-
3056
- .components-resizable-box__handle { display: none; width: 23px; height: 23px; }
3057
-
3058
- .components-resizable-box__container.has-show-handle .components-resizable-box__handle { display: block; }
3059
-
3060
- .components-resizable-box__handle::after { display: block; content: ""; width: 15px; height: 15px; border: 2px solid #fff; border-radius: 50%; background: #0085ba; cursor: inherit; position: absolute; top: calc(50% - 8px); right: calc(50% - 8px); }
3061
-
3062
- body.admin-color-sunrise .components-resizable-box__handle::after { background: #d1864a; }
3063
-
3064
- body.admin-color-ocean .components-resizable-box__handle::after { background: #a3b9a2; }
3065
-
3066
- body.admin-color-midnight .components-resizable-box__handle::after { background: #e14d43; }
3067
-
3068
- body.admin-color-ectoplasm .components-resizable-box__handle::after { background: #a7b656; }
3069
-
3070
- body.admin-color-coffee .components-resizable-box__handle::after { background: #c2a68c; }
3071
-
3072
- body.admin-color-blue .components-resizable-box__handle::after { background: #82b4cb; }
3073
-
3074
- body.admin-color-light .components-resizable-box__handle::after { background: #0085ba; }
3075
-
3076
- .components-resizable-box__side-handle::before { display: block; content: ""; width: 7px; height: 7px; border: 2px solid #fff; background: #0085ba; cursor: inherit; position: absolute; top: calc(50% - 4px); right: calc(50% - 4px); transition: transform 0.1s ease-in; opacity: 0; }
3077
-
3078
- body.admin-color-sunrise .components-resizable-box__side-handle::before { background: #d1864a; }
3079
-
3080
- body.admin-color-ocean .components-resizable-box__side-handle::before { background: #a3b9a2; }
3081
-
3082
- body.admin-color-midnight .components-resizable-box__side-handle::before { background: #e14d43; }
3083
-
3084
- body.admin-color-ectoplasm .components-resizable-box__side-handle::before { background: #a7b656; }
3085
-
3086
- body.admin-color-coffee .components-resizable-box__side-handle::before { background: #c2a68c; }
3087
-
3088
- body.admin-color-blue .components-resizable-box__side-handle::before { background: #82b4cb; }
3089
-
3090
- body.admin-color-light .components-resizable-box__side-handle::before { background: #0085ba; }
3091
-
3092
- @media (prefers-reduced-motion: reduce) { .components-resizable-box__side-handle::before { transition-duration: 0s; } }
3093
-
3094
- .is-dark-theme .components-resizable-box__side-handle::before, .is-dark-theme .components-resizable-box__handle::after { border-color: #d7dade; }
3095
-
3096
- .components-resizable-box__handle { z-index: 2; }
3097
-
3098
- .components-resizable-box__side-handle { z-index: 2; }
3099
-
3100
- .components-resizable-box__corner-handle { z-index: 2; }
3101
-
3102
- .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; }
3103
-
3104
- .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; }
3105
-
3106
- .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; }
3107
-
3108
- @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; } }
3109
-
3110
- .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; }
3111
-
3112
- @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; } }
3113
-
3114
- @-webkit-keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
3115
- opacity: 0; }
3116
- to { transform: scaleX(1);
3117
- opacity: 1; } }
3118
-
3119
- @keyframes components-resizable-box__top-bottom-animation { from { transform: scaleX(0);
3120
- opacity: 0; }
3121
- to { transform: scaleX(1);
3122
- opacity: 1; } }
3123
-
3124
- @-webkit-keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
3125
- opacity: 0; }
3126
- to { transform: scaleY(1);
3127
- opacity: 1; } }
3128
-
3129
- @keyframes components-resizable-box__left-right-animation { from { transform: scaleY(0);
3130
- opacity: 0; }
3131
- to { transform: scaleY(1);
3132
- opacity: 1; } }
3133
-
3134
- /*!rtl:begin:ignore*/
3135
- .components-resizable-box__handle-right { right: calc(11.5px * -1); }
3136
-
3137
- .components-resizable-box__handle-left { left: calc(11.5px * -1); }
3138
-
3139
- .components-resizable-box__handle-top { top: calc(11.5px * -1); }
3140
-
3141
- .components-resizable-box__handle-bottom { bottom: calc(11.5px * -1); }
3142
-
3143
- /*!rtl:end:ignore*/
3144
- .components-responsive-wrapper { position: relative; max-width: 100%; }
3145
-
3146
- .components-responsive-wrapper, .components-responsive-wrapper > span { display: block; }
3147
-
3148
- .components-responsive-wrapper__content { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; margin: auto; }
3149
-
3150
- .components-sandbox { overflow: hidden; }
3151
-
3152
- iframe.components-sandbox { width: 100%; }
3153
-
3154
- html.lockscroll, body.lockscroll { overflow: hidden; }
3155
-
3156
- .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; }
3157
-
3158
- @media (min-width: 782px) { .components-select-control__input { height: 28px; line-height: 28px; } }
3159
-
3160
- @media (max-width: 782px) { .components-base-control .components-base-control__field .components-select-control__input { font-size: 16px; } }
3161
-
3162
- .components-snackbar { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; background-color: #32373c; border-radius: 4px; 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; }
3163
-
3164
- @media (min-width: 600px) { .components-snackbar { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } }
3165
-
3166
- .components-snackbar:hover { background-color: #191e23; }
3167
-
3168
- .components-snackbar:focus { background-color: #191e23; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; }
3169
-
3170
- body.admin-color-sunrise .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d1864a; }
3171
-
3172
- body.admin-color-ocean .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b9a2; }
3173
-
3174
- body.admin-color-midnight .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43; }
3175
-
3176
- body.admin-color-ectoplasm .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a7b656; }
3177
-
3178
- body.admin-color-coffee .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c2a68c; }
3179
-
3180
- body.admin-color-blue .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d9ab59; }
3181
-
3182
- body.admin-color-light .components-snackbar:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0085ba; }
3183
-
3184
- .components-snackbar__action.components-button { margin-left: 32px; color: #fff; height: auto; flex-shrink: 0; line-height: 1.4; padding: 0; }
3185
-
3186
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) { text-decoration: underline; background-color: transparent; }
3187
-
3188
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):focus { color: #fff; box-shadow: none; outline: 1px dotted #fff; }
3189
-
3190
- .components-snackbar__action.components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary):hover { color: #33b3db; }
3191
-
3192
- .components-snackbar__content { display: flex; align-items: baseline; justify-content: space-between; line-height: 1.4; }
3193
-
3194
- .components-snackbar-list { position: absolute; z-index: 100000; width: 100%; box-sizing: border-box; }
3195
-
3196
- .components-snackbar-list__notice-container { position: relative; padding-top: 8px; }
3197
-
3198
- .components-spinner { display: inline-block; background-color: #7e8993; width: 18px; height: 18px; opacity: 0.7; margin: 5px 11px 0; border-radius: 100%; position: relative; }
3199
-
3200
- .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 */ }
3201
-
3202
- @-webkit-keyframes components-spinner__animation { from { transform: rotate(0deg); }
3203
- to { transform: rotate(360deg); } }
3204
-
3205
- @keyframes components-spinner__animation { from { transform: rotate(0deg); }
3206
- to { transform: rotate(360deg); } }
3207
-
3208
- .components-tab-panel__tabs { display: flex; align-items: stretch; }
3209
-
3210
- .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; }
3211
-
3212
- .components-tab-panel__tabs-item::after { content: attr(data-label); display: block; height: 0; overflow: hidden; speak: none; visibility: hidden; }
3213
-
3214
- .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #007cba; }
3215
-
3216
- body.admin-color-sunrise .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #d1864a; }
3217
-
3218
- body.admin-color-ocean .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #a3b9a2; }
3219
-
3220
- body.admin-color-midnight .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #e14d43; }
3221
-
3222
- body.admin-color-ectoplasm .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #a7b656; }
3223
-
3224
- body.admin-color-coffee .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #c2a68c; }
3225
-
3226
- body.admin-color-blue .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #d9ab59; }
3227
-
3228
- body.admin-color-light .components-tab-panel__tabs-item:focus:not(:disabled) { box-shadow: inset 0 1.5px #0085ba; }
3229
-
3230
- .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #007cba; position: relative; }
3231
-
3232
- body.admin-color-sunrise .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #d1864a; }
3233
-
3234
- body.admin-color-ocean .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #a3b9a2; }
3235
-
3236
- body.admin-color-midnight .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #e14d43; }
3237
-
3238
- body.admin-color-ectoplasm .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #a7b656; }
3239
-
3240
- body.admin-color-coffee .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #c2a68c; }
3241
-
3242
- body.admin-color-blue .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #d9ab59; }
3243
-
3244
- body.admin-color-light .components-tab-panel__tabs-item.is-active { box-shadow: inset 0 0 0 1.5px transparent, inset 0 -4px 0 0 #0085ba; }
3245
-
3246
- .components-tab-panel__tabs-item.is-active::before { content: ""; position: absolute; top: 0; bottom: 1px; right: 0; left: 0; border-bottom: 4px solid transparent; }
3247
-
3248
- .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #007cba; }
3249
-
3250
- body.admin-color-sunrise .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #d1864a; }
3251
-
3252
- body.admin-color-ocean .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
3253
-
3254
- body.admin-color-midnight .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #e14d43; }
3255
-
3256
- body.admin-color-ectoplasm .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #a7b656; }
3257
-
3258
- body.admin-color-coffee .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #c2a68c; }
3259
-
3260
- body.admin-color-blue .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #d9ab59; }
3261
-
3262
- body.admin-color-light .components-tab-panel__tabs-item:focus { box-shadow: inset 0 0 0 1.5px #0085ba; }
3263
-
3264
- .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 -4px 0 0 #007cba; }
3265
-
3266
- body.admin-color-sunrise .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 -4px 0 0 #d1864a; }
3267
-
3268
- body.admin-color-ocean .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 -4px 0 0 #a3b9a2; }
3269
-
3270
- body.admin-color-midnight .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 -4px 0 0 #e14d43; }
3271
-
3272
- body.admin-color-ectoplasm .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 -4px 0 0 #a7b656; }
3273
-
3274
- body.admin-color-coffee .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 -4px 0 0 #c2a68c; }
3275
-
3276
- body.admin-color-blue .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #d9ab59, inset 0 -4px 0 0 #d9ab59; }
3277
-
3278
- body.admin-color-light .components-tab-panel__tabs-item.is-active:focus { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 -4px 0 0 #0085ba; }
3279
-
3280
- .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; }
3281
-
3282
- @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; } }
3283
-
3284
- @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; } }
3285
-
3286
- .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; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
3287
-
3288
- body.admin-color-sunrise .components-text-control__input:focus, body.admin-color-sunrise .components-text-control__input[type="text"]:focus, body.admin-color-sunrise .components-text-control__input[type="tel"]:focus, body.admin-color-sunrise .components-text-control__input[type="time"]:focus, body.admin-color-sunrise .components-text-control__input[type="url"]:focus, body.admin-color-sunrise .components-text-control__input[type="week"]:focus, body.admin-color-sunrise .components-text-control__input[type="password"]:focus, body.admin-color-sunrise .components-text-control__input[type="color"]:focus, body.admin-color-sunrise .components-text-control__input[type="date"]:focus, body.admin-color-sunrise .components-text-control__input[type="datetime"]:focus, body.admin-color-sunrise .components-text-control__input[type="datetime-local"]:focus, body.admin-color-sunrise .components-text-control__input[type="email"]:focus, body.admin-color-sunrise .components-text-control__input[type="month"]:focus, body.admin-color-sunrise .components-text-control__input[type="number"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
3289
-
3290
- body.admin-color-ocean .components-text-control__input:focus, body.admin-color-ocean .components-text-control__input[type="text"]:focus, body.admin-color-ocean .components-text-control__input[type="tel"]:focus, body.admin-color-ocean .components-text-control__input[type="time"]:focus, body.admin-color-ocean .components-text-control__input[type="url"]:focus, body.admin-color-ocean .components-text-control__input[type="week"]:focus, body.admin-color-ocean .components-text-control__input[type="password"]:focus, body.admin-color-ocean .components-text-control__input[type="color"]:focus, body.admin-color-ocean .components-text-control__input[type="date"]:focus, body.admin-color-ocean .components-text-control__input[type="datetime"]:focus, body.admin-color-ocean .components-text-control__input[type="datetime-local"]:focus, body.admin-color-ocean .components-text-control__input[type="email"]:focus, body.admin-color-ocean .components-text-control__input[type="month"]:focus, body.admin-color-ocean .components-text-control__input[type="number"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
3291
-
3292
- body.admin-color-midnight .components-text-control__input:focus, body.admin-color-midnight .components-text-control__input[type="text"]:focus, body.admin-color-midnight .components-text-control__input[type="tel"]:focus, body.admin-color-midnight .components-text-control__input[type="time"]:focus, body.admin-color-midnight .components-text-control__input[type="url"]:focus, body.admin-color-midnight .components-text-control__input[type="week"]:focus, body.admin-color-midnight .components-text-control__input[type="password"]:focus, body.admin-color-midnight .components-text-control__input[type="color"]:focus, body.admin-color-midnight .components-text-control__input[type="date"]:focus, body.admin-color-midnight .components-text-control__input[type="datetime"]:focus, body.admin-color-midnight .components-text-control__input[type="datetime-local"]:focus, body.admin-color-midnight .components-text-control__input[type="email"]:focus, body.admin-color-midnight .components-text-control__input[type="month"]:focus, body.admin-color-midnight .components-text-control__input[type="number"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
3293
-
3294
- body.admin-color-ectoplasm .components-text-control__input:focus, body.admin-color-ectoplasm .components-text-control__input[type="text"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="tel"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="time"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="url"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="week"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="password"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="color"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="date"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="datetime"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="datetime-local"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="email"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="month"]:focus, body.admin-color-ectoplasm .components-text-control__input[type="number"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
3295
-
3296
- body.admin-color-coffee .components-text-control__input:focus, body.admin-color-coffee .components-text-control__input[type="text"]:focus, body.admin-color-coffee .components-text-control__input[type="tel"]:focus, body.admin-color-coffee .components-text-control__input[type="time"]:focus, body.admin-color-coffee .components-text-control__input[type="url"]:focus, body.admin-color-coffee .components-text-control__input[type="week"]:focus, body.admin-color-coffee .components-text-control__input[type="password"]:focus, body.admin-color-coffee .components-text-control__input[type="color"]:focus, body.admin-color-coffee .components-text-control__input[type="date"]:focus, body.admin-color-coffee .components-text-control__input[type="datetime"]:focus, body.admin-color-coffee .components-text-control__input[type="datetime-local"]:focus, body.admin-color-coffee .components-text-control__input[type="email"]:focus, body.admin-color-coffee .components-text-control__input[type="month"]:focus, body.admin-color-coffee .components-text-control__input[type="number"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
3297
-
3298
- body.admin-color-blue .components-text-control__input:focus, body.admin-color-blue .components-text-control__input[type="text"]:focus, body.admin-color-blue .components-text-control__input[type="tel"]:focus, body.admin-color-blue .components-text-control__input[type="time"]:focus, body.admin-color-blue .components-text-control__input[type="url"]:focus, body.admin-color-blue .components-text-control__input[type="week"]:focus, body.admin-color-blue .components-text-control__input[type="password"]:focus, body.admin-color-blue .components-text-control__input[type="color"]:focus, body.admin-color-blue .components-text-control__input[type="date"]:focus, body.admin-color-blue .components-text-control__input[type="datetime"]:focus, body.admin-color-blue .components-text-control__input[type="datetime-local"]:focus, body.admin-color-blue .components-text-control__input[type="email"]:focus, body.admin-color-blue .components-text-control__input[type="month"]:focus, body.admin-color-blue .components-text-control__input[type="number"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
3299
-
3300
- body.admin-color-light .components-text-control__input:focus, body.admin-color-light .components-text-control__input[type="text"]:focus, body.admin-color-light .components-text-control__input[type="tel"]:focus, body.admin-color-light .components-text-control__input[type="time"]:focus, body.admin-color-light .components-text-control__input[type="url"]:focus, body.admin-color-light .components-text-control__input[type="week"]:focus, body.admin-color-light .components-text-control__input[type="password"]:focus, body.admin-color-light .components-text-control__input[type="color"]:focus, body.admin-color-light .components-text-control__input[type="date"]:focus, body.admin-color-light .components-text-control__input[type="datetime"]:focus, body.admin-color-light .components-text-control__input[type="datetime-local"]:focus, body.admin-color-light .components-text-control__input[type="email"]:focus, body.admin-color-light .components-text-control__input[type="month"]:focus, body.admin-color-light .components-text-control__input[type="number"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
3301
-
3302
- .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(14, 28, 46, 0.62); }
3303
-
3304
- .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(14, 28, 46, 0.62); }
3305
-
3306
- .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(14, 28, 46, 0.62); }
3307
-
3308
- .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); }
3309
-
3310
- .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); }
3311
-
3312
- .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); }
3313
-
3314
- .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; }
3315
-
3316
- @media (prefers-reduced-motion: reduce) { .components-textarea-control__input { transition-duration: 0s; } }
3317
-
3318
- @media (min-width: 600px) { .components-textarea-control__input { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
3319
-
3320
- .components-textarea-control__input:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
3321
-
3322
- body.admin-color-sunrise .components-textarea-control__input:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
3323
-
3324
- body.admin-color-ocean .components-textarea-control__input:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
3325
-
3326
- body.admin-color-midnight .components-textarea-control__input:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
3327
-
3328
- body.admin-color-ectoplasm .components-textarea-control__input:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
3329
-
3330
- body.admin-color-coffee .components-textarea-control__input:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
3331
-
3332
- body.admin-color-blue .components-textarea-control__input:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
3333
-
3334
- body.admin-color-light .components-textarea-control__input:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
3335
-
3336
- .components-textarea-control__input::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
3337
-
3338
- .components-textarea-control__input::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
3339
-
3340
- .components-textarea-control__input:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
3341
-
3342
- .is-dark-theme .components-textarea-control__input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3343
-
3344
- .is-dark-theme .components-textarea-control__input::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
3345
-
3346
- .is-dark-theme .components-textarea-control__input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
3347
-
3348
- .components-tip { display: flex; color: #555d66; }
3349
-
3350
- .components-tip svg { -ms-grid-row-align: center; align-self: center; fill: #f0b849; flex-shrink: 0; margin-right: 16px; }
3351
-
3352
- .components-tip p { margin: 0; }
3353
-
3354
- .components-toggle-control .components-base-control__field { display: flex; margin-bottom: 12px; line-height: initial; align-items: center; }
3355
-
3356
- .components-toggle-control .components-base-control__field .components-form-toggle { margin-right: 16px; }
3357
-
3358
- .components-toggle-control .components-base-control__field .components-toggle-control__label { display: block; }
3359
-
3360
- .components-accessible-toolbar { display: inline-flex; border: 1px solid #1e1e1e; border-radius: 2px; flex-shrink: 0; }
3361
-
3362
- .components-accessible-toolbar > .components-toolbar-group:last-child { border-right: none; }
3363
-
3364
- .components-accessible-toolbar .components-button, .components-toolbar .components-button { position: relative; height: 48px; z-index: 1; padding-left: 16px; padding-right: 16px; }
3365
-
3366
- .components-accessible-toolbar .components-button:focus:enabled, .components-toolbar .components-button:focus:enabled { box-shadow: none; outline: none; }
3367
-
3368
- .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { content: ""; position: absolute; display: block; border-radius: 2px; height: 32px; min-width: 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; }
3369
-
3370
- @media (prefers-reduced-motion: reduce) { .components-accessible-toolbar .components-button::before, .components-toolbar .components-button::before { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3371
-
3372
- .components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg { position: relative; margin-left: auto; margin-right: auto; }
3373
-
3374
- .components-accessible-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed { background: transparent; }
3375
-
3376
- .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed:hover { background: transparent; }
3377
-
3378
- .components-accessible-toolbar .components-button.is-pressed::before, .components-toolbar .components-button.is-pressed::before { background: #1e1e1e; }
3379
-
3380
- .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; outline: 2px solid transparent; }
3381
-
3382
- body.admin-color-sunrise .components-accessible-toolbar .components-button:focus::before, body.admin-color-sunrise .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 0 0 4px #fff; }
3383
-
3384
- body.admin-color-ocean .components-accessible-toolbar .components-button:focus::before, body.admin-color-ocean .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 0 0 4px #fff; }
3385
-
3386
- body.admin-color-midnight .components-accessible-toolbar .components-button:focus::before, body.admin-color-midnight .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 0 0 4px #fff; }
3387
-
3388
- body.admin-color-ectoplasm .components-accessible-toolbar .components-button:focus::before, body.admin-color-ectoplasm .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 0 0 4px #fff; }
3389
-
3390
- body.admin-color-coffee .components-accessible-toolbar .components-button:focus::before, body.admin-color-coffee .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 0 0 4px #fff; }
3391
-
3392
- body.admin-color-blue .components-accessible-toolbar .components-button:focus::before, body.admin-color-blue .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #d9ab59, inset 0 0 0 4px #fff; }
3393
-
3394
- body.admin-color-light .components-accessible-toolbar .components-button:focus::before, body.admin-color-light .components-toolbar .components-button:focus::before { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 0 0 4px #fff; }
3395
-
3396
- .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; }
3397
-
3398
- .components-accessible-toolbar .components-button.components-tab-button, .components-toolbar .components-button.components-tab-button { font-weight: 500; }
3399
-
3400
- .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; }
3401
-
3402
- @-webkit-keyframes components-button__appear-animation { from { transform: scaleY(0); }
3403
- to { transform: scaleY(1); } }
3404
-
3405
- @keyframes components-button__appear-animation { from { transform: scaleY(0); }
3406
- to { transform: scaleY(1); } }
3407
-
3408
- .components-toolbar__control.components-button { position: relative; }
3409
-
3410
- .components-toolbar__control.components-button[data-subscript] svg { padding: 5px 10px 5px 0; }
3411
-
3412
- .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; }
3413
-
3414
- .components-toolbar__control.components-button:active::before { display: none; }
3415
-
3416
- .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]::after { color: #fff; }
3417
-
3418
- .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; }
3419
-
3420
- .components-toolbar-group .components-toolbar-group { border-width: 0; margin: 0; }
3421
-
3422
- .components-toolbar { min-height: 48px; margin: 0; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; display: inline-flex; flex-shrink: 0; flex-wrap: wrap; }
3423
-
3424
- div.components-toolbar > div { display: block; margin: 0; }
3425
-
3426
- @supports ((position: -webkit-sticky) or (position: sticky)) { div.components-toolbar > div { display: flex; } }
3427
-
3428
- div.components-toolbar > div + div.has-left-divider { margin-left: 6px; position: relative; overflow: visible; }
3429
-
3430
- div.components-toolbar > div + div.has-left-divider::before { display: inline-block; content: ""; box-sizing: content-box; background-color: #e2e4e7; position: absolute; top: 8px; left: -3px; width: 1px; height: 20px; }
3431
-
3432
- .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; }
3433
-
3434
- .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; }
3435
-
3436
- .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; }
3437
-
3438
- .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; }
3439
-
3440
- .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; }
3441
-
3442
- .components-accessible-toolbar .components-toolbar-group > .components-button:last-child.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; }
3443
-
3444
- .components-accessible-toolbar .components-toolbar-group > .components-button:last-child.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; }
3445
-
3446
- .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; }
3447
-
3448
- .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; }
3449
-
3450
- .components-tooltip.components-popover { z-index: 1000002; }
3451
-
3452
- .components-tooltip.components-popover .components-popover__content { min-width: 0; }
3453
-
3454
- .components-tooltip .components-popover__content { padding: 4px 8px; background: #1e1e1e; border-radius: 2px; border-width: 0; color: #fff; white-space: nowrap; text-align: center; pointer-events: none; }
3455
-
3456
- .components-tooltip__shortcut { display: inline-block; margin-left: 8px; }
3457
-
3458
- .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; }
3459
-
3460
- .components-visually-hidden:focus { background-color: #e2e4e7; 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; }
3461
-
3462
- /** Colors */
3463
- /** Breakpoints & Media Queries */
3464
- /** Colors */
3465
- /** Fonts & basic variables. */
3466
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
3467
- /** Dimensions. */
3468
- /** Shadows. */
3469
- /** Editor widths. */
3470
- /** Block UI. */
3471
- /** Border radii. */
3472
- /** Breakpoint mixins */
3473
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
3474
- /** Focus styles. */
3475
- /** Applies editor left position to the selector passed as argument */
3476
- /** Styles that are reused verbatim in a few places */
3477
- /** Allows users to opt-out of animations via OS-level preferences. */
3478
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
3479
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
3480
- #start-resizable-editor-section { display: none; }
3481
-
3482
- .block-editor-autocompleters__block .block-editor-block-icon { margin-right: 8px; }
3483
-
3484
- .block-editor-block-alignment-matrix-toolbar__popover .components-popover__content { min-width: 0; padding: 8px; width: auto; }
3485
-
3486
- .block-editor-block-icon { display: flex; align-items: center; justify-content: center; width: 24px; height: 24px; }
3487
-
3488
- .block-editor-block-icon.has-colors svg { fill: currentColor; }
3489
-
3490
- .block-editor-block-icon svg { min-width: 20px; min-height: 20px; max-width: 24px; max-height: 24px; }
3491
-
3492
- .block-editor-block-inspector .components-base-control { margin-bottom: 24px; }
3493
-
3494
- .block-editor-block-inspector .components-base-control:last-child { margin-bottom: 8px; }
3495
-
3496
- .block-editor-block-inspector .components-panel__body { border: none; border-top: 1px solid #e2e4e7; }
3497
-
3498
- .block-editor-block-inspector .block-editor-block-card { padding: 16px; }
3499
-
3500
- .block-editor-block-inspector__no-blocks { display: block; font-size: 13px; background: #fff; padding: 32px 16px; text-align: center; }
3501
-
3502
- .block-editor-block-list__layout .block-editor-block-list__block.is-dragging > * { background: #f8f9f9; }
3503
-
3504
- .block-editor-block-list__layout .block-editor-block-list__block.is-dragging > * > * { visibility: hidden; }
3505
-
3506
- .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * { z-index: 1; }
3507
-
3508
- .block-editor-block-styles .block-editor-block-list__block { margin: 0; }
3509
-
3510
- /** Notices & Block Selected/Hover Styles. */
3511
- .block-editor-block-list__layout .block-editor-block-list__block { position: relative; overflow-wrap: break-word; /** Notices */ /** Block Layout */ }
3512
-
3513
- .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui { margin: -10px 0 12px 0; }
3514
-
3515
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui { margin: 0 0 12px 0; width: 100%; }
3516
-
3517
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice { margin-left: 0; margin-right: 0; }
3518
-
3519
- .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content { font-size: 13px; }
3520
-
3521
- .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus { outline: none; }
3522
-
3523
- .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; border-radius: 1px; }
3524
-
3525
- body.admin-color-sunrise .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #d1864a; }
3526
-
3527
- body.admin-color-ocean .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #a3b9a2; }
3528
-
3529
- body.admin-color-midnight .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #e14d43; }
3530
-
3531
- body.admin-color-ectoplasm .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #a7b656; }
3532
-
3533
- body.admin-color-coffee .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #c2a68c; }
3534
-
3535
- body.admin-color-blue .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #d9ab59; }
3536
-
3537
- body.admin-color-light .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus::after { box-shadow: 0 0 0 1.5px #0085ba; }
3538
-
3539
- .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; }
3540
-
3541
- .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; }
3542
-
3543
- @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; } }
3544
-
3545
- .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; }
3546
-
3547
- .block-editor-block-list__layout .block-editor-block-list__block.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; right: 0; left: 0; top: -14px; border-radius: 2px; border-top: 4px solid #007cba; }
3548
-
3549
- body.admin-color-sunrise .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #d1864a; }
3550
-
3551
- body.admin-color-ocean .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #a3b9a2; }
3552
-
3553
- body.admin-color-midnight .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #e14d43; }
3554
-
3555
- body.admin-color-ectoplasm .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #a7b656; }
3556
-
3557
- body.admin-color-coffee .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #c2a68c; }
3558
-
3559
- body.admin-color-blue .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #d9ab59; }
3560
-
3561
- body.admin-color-light .block-editor-block-list__layout .block-editor-block-list__block.is-drop-target::before { border-top: 4px solid #0085ba; }
3562
-
3563
- /** Cross-Block Selection */
3564
- .block-editor-block-list__layout { position: relative; }
3565
-
3566
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::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; }
3567
-
3568
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::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; border-radius: 1px; transition: box-shadow 0.2s ease-out; outline: 2px solid transparent; }
3569
-
3570
- body.admin-color-sunrise .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-sunrise .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-sunrise .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #d1864a; }
3571
-
3572
- body.admin-color-ocean .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-ocean .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-ocean .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #a3b9a2; }
3573
-
3574
- body.admin-color-midnight .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-midnight .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-midnight .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #e14d43; }
3575
-
3576
- body.admin-color-ectoplasm .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-ectoplasm .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-ectoplasm .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #a7b656; }
3577
-
3578
- body.admin-color-coffee .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-coffee .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-coffee .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #c2a68c; }
3579
-
3580
- body.admin-color-blue .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-blue .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-blue .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #d9ab59; }
3581
-
3582
- body.admin-color-light .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::after, body.admin-color-light .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted::after, body.admin-color-light .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::after { box-shadow: 0 0 0 1.5px #0085ba; }
3583
-
3584
- @media (prefers-reduced-motion: reduce) { .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::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; } }
3585
-
3586
- .is-dark-theme .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected::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; }
3587
-
3588
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .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; }
3589
-
3590
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block.is-selected .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; }
3591
-
3592
- /** Block styles and alignments */
3593
- .block-editor-block-list__layout .block-editor-block-list__block.has-warning { min-height: 36px; }
3594
-
3595
- .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; }
3596
-
3597
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__layout .block-editor-block-list__block::after { transition-duration: 0s; } }
3598
-
3599
- .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; }
3600
-
3601
- .block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning { pointer-events: all; }
3602
-
3603
- .block-editor-block-list__layout .block-editor-block-list__block.has-warning::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; border-radius: 2px; background-color: rgba(255, 255, 255, 0.4); }
3604
-
3605
- .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected::after { background-color: transparent; }
3606
-
3607
- .block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay::after { display: none; }
3608
-
3609
- .block-editor-block-list__layout .block-editor-block-list__block.is-reusable > .block-editor-inner-blocks > .block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay::after { display: block; }
3610
-
3611
- .is-navigate-mode .block-editor-block-list__layout .block-editor-block-list__block { cursor: default; }
3612
-
3613
- .block-editor-block-list__layout .block-editor-block-list__block[data-clear="true"] { float: none; }
3614
-
3615
- .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; }
3616
-
3617
- .block-editor-block-list__layout .wp-block { margin-left: auto; margin-right: auto; }
3618
-
3619
- .wp-block[data-align="left"], .wp-block[data-align="right"] { width: 100%; height: 0; }
3620
-
3621
- .wp-block[data-align="left"]::before, .wp-block[data-align="right"]::before { content: none; }
3622
-
3623
- .wp-block[data-align="left"] > *, .wp-block[data-align="right"] > * { z-index: 21; }
3624
-
3625
- .wp-block[data-align="left"] > * { /*!rtl:begin:ignore*/ float: left; margin-right: 2em; /*!rtl:end:ignore*/ }
3626
-
3627
- .wp-block[data-align="right"] > * { /*!rtl:begin:ignore*/ float: right; margin-left: 2em; /*!rtl:end:ignore*/ }
3628
-
3629
- .wp-block[data-align="full"], .wp-block[data-align="wide"] { clear: both; }
3630
-
3631
- /** In-Canvas Inserter */
3632
- .block-editor-block-list .block-editor-inserter { margin: 8px; cursor: move; cursor: -webkit-grab; cursor: grab; }
3633
-
3634
- .block-editor-block-list__insertion-point { position: relative; z-index: 6; margin-top: -14px; }
3635
-
3636
- .block-editor-block-list__insertion-point-indicator { position: absolute; top: calc(50% - 1px); height: 1.5px; left: 0; right: 0; background: #0085ba; }
3637
-
3638
- body.admin-color-sunrise .block-editor-block-list__insertion-point-indicator { background: #d1864a; }
3639
-
3640
- body.admin-color-ocean .block-editor-block-list__insertion-point-indicator { background: #a3b9a2; }
3641
-
3642
- body.admin-color-midnight .block-editor-block-list__insertion-point-indicator { background: #e14d43; }
3643
-
3644
- body.admin-color-ectoplasm .block-editor-block-list__insertion-point-indicator { background: #a7b656; }
3645
-
3646
- body.admin-color-coffee .block-editor-block-list__insertion-point-indicator { background: #c2a68c; }
3647
-
3648
- body.admin-color-blue .block-editor-block-list__insertion-point-indicator { background: #82b4cb; }
3649
-
3650
- body.admin-color-light .block-editor-block-list__insertion-point-indicator { background: #0085ba; }
3651
-
3652
- .block-editor-block-list__insertion-point-inserter { display: none; justify-content: center; cursor: text; }
3653
-
3654
- @media (min-width: 480px) { .block-editor-block-list__insertion-point-inserter { display: flex; } }
3655
-
3656
- .block-editor-block-list__insertion-point-inserter.is-inserter-hidden .block-editor-inserter__toggle { opacity: 0; pointer-events: none; }
3657
-
3658
- .block-editor-block-list__block-popover-inserter { position: absolute; top: -9999em; margin-bottom: 14px; }
3659
-
3660
- .block-editor-block-list__block-popover-inserter.is-visible { position: static; }
3661
-
3662
- .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { background: #1e1e1e; border-radius: 2px; color: #fff; padding: 0; min-width: 24px; height: 24px; }
3663
-
3664
- .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button:hover, .block-editor-default-block-appender .block-editor-inserter__toggle.components-button:hover, .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button:hover, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button:hover { color: #fff; }
3665
-
3666
- .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation: block-editor-inserter__toggle__fade-in-animation-delayed 1.2s ease; animation: block-editor-inserter__toggle__fade-in-animation-delayed 1.2s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
3667
-
3668
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button, .block-editor-block-list__block-popover-inserter .block-editor-inserter__toggle.components-button { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3669
-
3670
- @-webkit-keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
3671
- 80% { opacity: 0; }
3672
- 100% { opacity: 1; } }
3673
-
3674
- @keyframes block-editor-inserter__toggle__fade-in-animation-delayed { 0% { opacity: 0; }
3675
- 80% { opacity: 0; }
3676
- 100% { opacity: 1; } }
3677
-
3678
- @-webkit-keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0;
3679
- transform: scale(0); }
3680
- to { opacity: 1;
3681
- transform: scale(1); } }
3682
-
3683
- @keyframes block-editor-inserter__toggle__fade-in-animation { from { opacity: 0;
3684
- transform: scale(0); }
3685
- to { opacity: 1;
3686
- transform: scale(1); } }
3687
-
3688
- .wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; animation: block-editor-inserter__toggle__fade-in-animation 0.1s ease; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
3689
-
3690
- @media (prefers-reduced-motion: reduce) { .wp-block .block-list-appender .block-editor-inserter__toggle { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3691
-
3692
- .wp-block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender { display: none; }
3693
-
3694
- .wp-block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle { opacity: 0; transform: scale(0); }
3695
-
3696
- .block-editor-block-list__block > .block-editor-block-list__insertion-point { position: absolute; top: -16px; height: 28px; bottom: auto; left: 14px; right: 14px; }
3697
-
3698
- .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: 150%; transition: padding 0.2s linear; }
3699
-
3700
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-editor-block-list__block-html-textarea { transition-duration: 0s; } }
3701
-
3702
- .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus { box-shadow: none; }
3703
-
3704
- /** Block Toolbar, top and contextual. */
3705
- .block-editor-block-contextual-toolbar-wrapper { padding-left: 48px; }
3706
-
3707
- /** Block Toolbar when contextual. */
3708
- .block-editor-block-contextual-toolbar { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
3709
-
3710
- .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group, .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar { border-right-color: #1e1e1e; }
3711
-
3712
- /** Block Label for Navigation/Selection Mode */
3713
- .block-editor-block-list__block-selection-button { display: block; z-index: 22; }
3714
-
3715
- .block-editor-block-list__block-selection-button .components-button { font-size: 13px; height: 46px; padding: 12px 16px; position: relative; top: -1px; box-shadow: 0 0 0 1px #1e1e1e; border-radius: 1px; background-color: #fff; margin-left: 49px; }
3716
-
3717
- .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #007cba; }
3718
-
3719
- body.admin-color-sunrise .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #d1864a; }
3720
-
3721
- body.admin-color-ocean .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #a3b9a2; }
3722
-
3723
- body.admin-color-midnight .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #e14d43; }
3724
-
3725
- body.admin-color-ectoplasm .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #a7b656; }
3726
-
3727
- body.admin-color-coffee .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #c2a68c; }
3728
-
3729
- body.admin-color-blue .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #d9ab59; }
3730
-
3731
- body.admin-color-light .block-editor-block-list__block-selection-button .components-button:focus { box-shadow: 0 0 0 1.5px #0085ba; }
3732
-
3733
- /** Warnings. */
3734
- .block-editor-block-list__block .block-editor-warning { z-index: 5; position: relative; }
3735
-
3736
- .block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning { margin-bottom: auto; }
3737
-
3738
- /** Popovers. */
3739
- .block-editor-block-list__insertion-point-popover.is-without-arrow { z-index: 28; }
3740
-
3741
- .block-editor-block-list__insertion-point-popover.is-without-arrow .components-popover__content.components-popover__content { background: none; border: none; box-shadow: none; overflow-y: visible; margin-left: 0; }
3742
-
3743
- .components-popover.block-editor-block-list__block-popover { z-index: 31; }
3744
-
3745
- .components-popover.block-editor-block-list__block-popover .components-popover__content { margin: 0 !important; min-width: auto; width: -webkit-max-content; width: -moz-max-content; width: max-content; background: none; border: none; box-shadow: none; overflow-y: visible; pointer-events: none; }
3746
-
3747
- .components-popover.block-editor-block-list__block-popover .components-popover__content > * { pointer-events: all; }
3748
-
3749
- .components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button, .components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar { margin-bottom: 12px; margin-left: -48px; }
3750
-
3751
- .components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar[data-align="full"], .components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__block-selection-button[data-align="full"] { margin-left: 0; }
3752
-
3753
- .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover { opacity: 0; }
3754
-
3755
- .is-dragging-components-draggable .components-tooltip { display: none; }
3756
-
3757
- .block-editor-block-list__layout.is-root-container { padding-left: 14px; padding-right: 14px; }
3758
-
3759
- @media (min-width: 600px) { .block-editor-block-list__layout.is-root-container { padding-left: 36px; padding-right: 36px; } }
3760
-
3761
- .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] { margin-left: -14px; margin-right: -14px; }
3762
-
3763
- @media (min-width: 600px) { .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] { margin-left: -36px; margin-right: -36px; } }
3764
-
3765
- .block-editor-block-list__block .block-list-appender { margin: 8px 0; }
3766
-
3767
- .has-background .block-editor-block-list__block .block-list-appender { margin: 20px 8px; }
3768
-
3769
- .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { opacity: 1; transform: scale(1); transition: all 0.1s ease; }
3770
-
3771
- @media (prefers-reduced-motion: reduce) { .block-editor-block-list__block .block-list-appender .block-list-appender__toggle { transition-duration: 0s; } }
3772
-
3773
- .block-list-appender.is-drop-target > div::before { content: ""; position: absolute; right: -8px; left: -8px; top: -8px; bottom: -8px; border-radius: 2px; border: 3px solid #0085ba; }
3774
-
3775
- body.admin-color-sunrise .block-list-appender.is-drop-target > div::before { border: 3px solid #d1864a; }
3776
-
3777
- body.admin-color-ocean .block-list-appender.is-drop-target > div::before { border: 3px solid #a3b9a2; }
3778
-
3779
- body.admin-color-midnight .block-list-appender.is-drop-target > div::before { border: 3px solid #e14d43; }
3780
-
3781
- body.admin-color-ectoplasm .block-list-appender.is-drop-target > div::before { border: 3px solid #a7b656; }
3782
-
3783
- body.admin-color-coffee .block-list-appender.is-drop-target > div::before { border: 3px solid #c2a68c; }
3784
-
3785
- body.admin-color-blue .block-list-appender.is-drop-target > div::before { border: 3px solid #82b4cb; }
3786
-
3787
- body.admin-color-light .block-list-appender.is-drop-target > div::before { border: 3px solid #0085ba; }
3788
-
3789
- .block-list-appender > .block-editor-inserter { display: block; }
3790
-
3791
- .block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout > .block-list-appender .block-list-appender__toggle { opacity: 0; transform: scale(0); }
3792
-
3793
- .block-editor-block-breadcrumb { list-style: none; padding: 0; margin: 0; }
3794
-
3795
- .block-editor-block-breadcrumb li { display: inline-block; margin: 0; }
3796
-
3797
- .block-editor-block-breadcrumb li:not(:last-child)::after { content: "\2192"; }
3798
-
3799
- .block-editor-block-breadcrumb__button.components-button { height: 24px; line-height: 24px; padding: 0; position: relative; }
3800
-
3801
- .block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) { text-decoration: underline; box-shadow: none; }
3802
-
3803
- .block-editor-block-breadcrumb__button.components-button:focus { box-shadow: none; }
3804
-
3805
- .block-editor-block-breadcrumb__button.components-button:focus::before { content: ""; display: block; position: absolute; border-radius: 2px; top: 1px; right: 1px; bottom: 1px; left: 1px; box-shadow: inset 0 0 0 1.5px #007cba; }
3806
-
3807
- body.admin-color-sunrise .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #d1864a; }
3808
-
3809
- body.admin-color-ocean .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #a3b9a2; }
3810
-
3811
- body.admin-color-midnight .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #e14d43; }
3812
-
3813
- body.admin-color-ectoplasm .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #a7b656; }
3814
-
3815
- body.admin-color-coffee .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #c2a68c; }
3816
-
3817
- body.admin-color-blue .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #d9ab59; }
3818
-
3819
- body.admin-color-light .block-editor-block-breadcrumb__button.components-button:focus::before { box-shadow: inset 0 0 0 1.5px #0085ba; }
3820
-
3821
- .block-editor-block-breadcrumb__current { cursor: default; }
3822
-
3823
- .block-editor-block-breadcrumb__button.components-button, .block-editor-block-breadcrumb__current { color: #1e1e1e; padding: 0 8px; font-size: inherit; }
3824
-
3825
- .block-editor-block-card { display: flex; align-items: flex-start; }
3826
-
3827
- .block-editor-block-card__icon { border: 1px solid #ccd0d4; padding: 7px; margin-right: 10px; height: 36px; width: 36px; }
3828
-
3829
- .block-editor-block-card__content { flex-grow: 1; }
3830
-
3831
- .block-editor-block-card__title { font-weight: 500; }
3832
-
3833
- .block-editor-block-card__title.block-editor-block-card__title { margin: 0 0 5px; }
3834
-
3835
- .block-editor-block-card__description { font-size: 13px; }
3836
-
3837
- .block-editor-block-card .block-editor-block-icon { margin-left: -2px; margin-right: 10px; padding: 0 3px; width: 36px; height: 24px; }
3838
-
3839
- /** Invalid block comparison */
3840
- .block-editor-block-compare { overflow: auto; height: auto; }
3841
-
3842
- @media (min-width: 600px) { .block-editor-block-compare { max-height: 70%; } }
3843
-
3844
- .block-editor-block-compare__wrapper { display: flex; padding-bottom: 16px; }
3845
-
3846
- .block-editor-block-compare__wrapper > div { display: flex; justify-content: space-between; flex-direction: column; width: 50%; padding: 0 16px 0 0; min-width: 200px; }
3847
-
3848
- .block-editor-block-compare__wrapper > div button { float: right; }
3849
-
3850
- .block-editor-block-compare__wrapper .block-editor-block-compare__converted { border-left: 1px solid #ddd; padding-left: 15px; padding-right: 0; }
3851
-
3852
- .block-editor-block-compare__wrapper .block-editor-block-compare__html { font-family: Menlo, Consolas, monaco, monospace; font-size: 12px; color: #23282d; border-bottom: 1px solid #ddd; padding-bottom: 15px; line-height: 1.7; }
3853
-
3854
- .block-editor-block-compare__wrapper .block-editor-block-compare__html span { background-color: #e6ffed; padding-top: 3px; padding-bottom: 3px; }
3855
-
3856
- .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added { background-color: #acf2bd; }
3857
-
3858
- .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed { background-color: #d94f4f; }
3859
-
3860
- .block-editor-block-compare__wrapper .block-editor-block-compare__preview { padding: 0; padding-top: 14px; }
3861
-
3862
- .block-editor-block-compare__wrapper .block-editor-block-compare__preview p { font-size: 12px; margin-top: 0; }
3863
-
3864
- .block-editor-block-compare__wrapper .block-editor-block-compare__action { margin-top: 14px; }
3865
-
3866
- .block-editor-block-compare__wrapper .block-editor-block-compare__heading { font-size: 1em; font-weight: 400; margin: 0.67em 0; }
3867
-
3868
- .block-editor-block-mobile-toolbar { display: flex; flex-direction: row; border-right: 1px solid #e2e4e7; }
3869
-
3870
- .block-editor-block-mobile-toolbar .block-editor-block-mover-button { width: 36px; height: 36px; border-radius: 4px; padding: 3px; margin: 0; justify-content: center; align-items: center; }
3871
-
3872
- .block-editor-block-mobile-toolbar .block-editor-block-mover-button .dashicon { margin: auto; }
3873
-
3874
- .block-editor-block-mobile-toolbar .block-editor-block-mover { display: flex; margin-right: auto; }
3875
-
3876
- .block-editor-block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover-button { float: left; }
3877
-
3878
- .block-editor-block-mover { display: inline-flex; flex-direction: row; }
3879
-
3880
- .block-editor-block-mover-button__description { display: none; }
3881
-
3882
- .block-editor-block-mover-button.has-icon { padding: 0; }
3883
-
3884
- .block-editor-block-mover .components-toolbar-group, .block-editor-block-mover .components-toolbar { flex-direction: column; flex: 1; }
3885
-
3886
- .block-editor-block-mover.is-horizontal .components-toolbar-group, .block-editor-block-mover.is-horizontal .components-toolbar { flex-direction: row; }
3887
-
3888
- .block-editor-block-mover .block-editor-block-mover-button { height: 24px; width: 48px; padding: 0 !important; }
3889
-
3890
- .block-editor-block-mover .block-editor-block-mover-button::before { left: 8px !important; right: 8px !important; }
3891
-
3892
- .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; }
3893
-
3894
- .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% - 8px); }
3895
-
3896
- .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; }
3897
-
3898
- .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% - 8px); }
3899
-
3900
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon { height: 48px; width: 24px !important; min-width: 24px !important; padding-left: 0; padding-right: 0; }
3901
-
3902
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.has-icon::before { top: 8px; bottom: 8px; min-width: 0; width: auto; height: auto; }
3903
-
3904
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon svg { margin-left: 0; margin-right: -8px; margin-bottom: 0; }
3905
-
3906
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-up-button.has-icon::before { left: 8px !important; right: 0 !important; }
3907
-
3908
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon svg { margin-left: -8px; margin-right: 0; margin-top: 0; }
3909
-
3910
- .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.is-down-button.has-icon::before { left: 0 !important; right: 8px !important; }
3911
-
3912
- .block-editor-block-mover:not([draggable="false"]) { cursor: -webkit-grab; cursor: grab; }
3913
-
3914
- .block-editor-block-mover:not([draggable="false"]) .block-editor-block-mover__control { cursor: -webkit-grab !important; cursor: grab !important; }
3915
-
3916
- .block-editor-block-mover:not([draggable="false"]) .block-editor-block-mover__control:not(:disabled):not([aria-disabled="true"]):active { cursor: -webkit-grabbing; cursor: grabbing; }
3917
-
3918
- .block-editor-block-navigation__container { padding: 7px; }
3919
-
3920
- .block-editor-block-navigation__label { margin: 0 0 8px; color: #6c7781; }
3921
-
3922
- .block-editor-block-navigation__container { padding: 7px; }
3923
-
3924
- .block-editor-block-navigation-tree { width: 100%; border-collapse: collapse; padding: 0; margin: 0; }
3925
-
3926
- .block-editor-block-navigation-leaf { position: relative; }
3927
-
3928
- .block-editor-block-navigation-leaf .block-editor-block-navigation-block-contents { display: flex; align-items: center; width: calc(100% - 0.8em); height: auto; padding: 6px; text-align: left; color: #40464d; border-radius: 2px; }
3929
-
3930
- .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { opacity: 1; -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; }
3931
-
3932
- @media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf.is-visible .block-editor-block-navigation-block-contents { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3933
-
3934
- .block-editor-block-navigation-leaf .block-editor-block-icon { align-self: flex-start; margin-right: 6px; }
3935
-
3936
- .block-editor-block-navigation-leaf.is-selected .block-editor-block-icon svg, .block-editor-block-navigation-leaf.is-selected:focus .block-editor-block-icon svg { color: #fff; background: #1e1e1e; box-shadow: 0 0 0 1px #1e1e1e; border-radius: 1px; }
3937
-
3938
- .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { width: 36px; opacity: 0; vertical-align: top; }
3939
-
3940
- @media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell { transition-duration: 0s; } }
3941
-
3942
- .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { opacity: 1; -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; }
3943
-
3944
- @media (prefers-reduced-motion: reduce) { .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell.is-visible, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell.is-visible { -webkit-animation-duration: 1ms; animation-duration: 1ms; } }
3945
-
3946
- .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__menu-cell .components-button.has-icon, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell, .block-editor-block-navigation-leaf .block-editor-block-navigation-block__mover-cell .components-button.has-icon { width: 24px; min-width: 24px; padding: 0; }
3947
-
3948
- .block-editor-block-navigation-leaf .block-editor-block-mover-button { width: 36px; height: 36px; }
3949
-
3950
- .block-editor-block-navigation-leaf .block-editor-inserter__toggle { background: #1e1e1e; color: #fff; height: 24px; margin: 6px 6px 6px 0.8em; min-width: 24px; }
3951
-
3952
- .block-editor-block-navigation-leaf .block-editor-inserter__toggle:active { color: #fff; }
3953
-
3954
- .block-editor-block-navigation-block-slot__description, .block-editor-block-navigation-block-select-button__description, .block-editor-block-navigation-appender__description { display: none; }
3955
-
3956
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-block__contents-cell .block-editor-block-navigation-appender__container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-block__contents-container, .block-editor-block-navigation-appender__cell .block-editor-block-navigation-appender__container { display: flex; }
3957
-
3958
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line { position: relative; flex-shrink: 0; width: 24px; }
3959
-
3960
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line:first-child, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line:first-child { width: 18px; }
3961
-
3962
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item { margin-right: 6px; }
3963
-
3964
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line::before, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line::before { content: ""; display: block; position: absolute; top: -1px; bottom: -2px; right: 0; border-right: 2px solid #a2aab2; }
3965
-
3966
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.is-terminated::before, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.is-terminated::before { border-color: transparent; }
3967
-
3968
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item.is-last-row, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item.is-last-row { height: 16px; }
3969
-
3970
- .block-editor-block-navigation-block__contents-cell .block-editor-block-navigator-descender-line.has-item::after, .block-editor-block-navigation-appender__cell .block-editor-block-navigator-descender-line.has-item::after { content: ""; display: block; position: absolute; top: 16px; left: 100%; width: 5px; border-bottom: 2px solid #a2aab2; }
3971
-
3972
- .block-editor-block-parent-selector { background: #fff; border: 1px solid #1e1e1e; border-radius: 2px; padding: 8px; line-height: 1; }
3973
-
3974
- .block-editor-block-parent-selector .block-editor-block-parent-selector__button { width: 32px; min-width: auto; height: 32px; padding: 0; }
3975
-
3976
- .block-editor-block-preview__container { position: relative; width: 100%; overflow: hidden; }
3977
-
3978
- .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; }
3979
-
3980
- .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; }
3981
-
3982
- .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container { padding-left: 0; padding-right: 0; }
3983
-
3984
- .block-editor-block-preview__content .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] { margin-left: 0; margin-right: 0; }
3985
-
3986
- .block-editor-block-settings-menu__popover .components-dropdown-menu__menu { padding: 0; }
3987
-
3988
- .block-editor-block-styles { display: flex; flex-wrap: wrap; justify-content: space-between; }
3989
-
3990
- .block-editor-block-styles__item { width: calc(50% - 4px); margin: 4px 0; flex-shrink: 0; cursor: pointer; overflow: hidden; border-radius: 2px; padding: 6px; display: flex; flex-direction: column; }
3991
-
3992
- .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #007cba; outline: 2px solid transparent; }
3993
-
3994
- body.admin-color-sunrise .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #d1864a; }
3995
-
3996
- body.admin-color-ocean .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #a3b9a2; }
3997
-
3998
- body.admin-color-midnight .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #e14d43; }
3999
-
4000
- body.admin-color-ectoplasm .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #a7b656; }
4001
-
4002
- body.admin-color-coffee .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #c2a68c; }
4003
-
4004
- body.admin-color-blue .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #d9ab59; }
4005
-
4006
- body.admin-color-light .block-editor-block-styles__item:focus { box-shadow: 0 0 0 1.5px #0085ba; }
4007
-
4008
- .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #007cba; }
4009
-
4010
- body.admin-color-sunrise .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #d1864a; }
4011
-
4012
- body.admin-color-ocean .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #a3b9a2; }
4013
-
4014
- body.admin-color-midnight .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #e14d43; }
4015
-
4016
- body.admin-color-ectoplasm .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #a7b656; }
4017
-
4018
- body.admin-color-coffee .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #c2a68c; }
4019
-
4020
- body.admin-color-blue .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #d9ab59; }
4021
-
4022
- body.admin-color-light .block-editor-block-styles__item:hover .block-editor-block-styles__item-preview { border-color: #0085ba; }
4023
-
4024
- .block-editor-block-styles__item.is-active .block-editor-block-styles__item-label { font-weight: bold; }
4025
-
4026
- .block-editor-block-styles__item.is-active .block-editor-block-styles__item-preview { border: 2px solid #1e1e1e; }
4027
-
4028
- .block-editor-block-styles__item-preview { outline: 1px solid transparent; padding: 0; border: 1px solid rgba(30, 30, 30, 0.2); border-radius: 2px; display: flex; overflow: hidden; background: #fff; align-items: center; flex-grow: 1; min-height: 80px; }
4029
-
4030
- .block-editor-block-styles__item-label { text-align: center; padding: 4px 2px; }
4031
-
4032
- .block-editor-block-switcher { position: relative; }
4033
-
4034
- .block-editor-block-switcher__no-switcher-icon, .block-editor-block-switcher__toggle { position: relative; }
4035
-
4036
- .components-button.block-editor-block-switcher__toggle, .components-button.block-editor-block-switcher__no-switcher-icon { margin: 0; display: block; height: 48px; }
4037
-
4038
- .components-button.block-editor-block-switcher__toggle .block-editor-block-icon, .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon { margin: auto; }
4039
-
4040
- .components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
4041
-
4042
- .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-blocks-icon { margin-right: auto; margin-left: auto; }
4043
-
4044
- .components-button.block-editor-block-switcher__no-switcher-icon:disabled { opacity: 1; }
4045
-
4046
- .components-button.block-editor-block-switcher__no-switcher-icon:disabled, .components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors { color: #1e1e1e !important; }
4047
-
4048
- .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon { padding: 0; }
4049
-
4050
- .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon { height: 100%; position: relative; margin: 0 auto; display: flex; align-items: center; }
4051
-
4052
- .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before, .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon::before { top: 8px; right: 8px; bottom: 8px; left: 8px; }
4053
-
4054
- .components-popover.block-editor-block-switcher__popover .components-popover__content { min-width: 300px; max-width: calc(340px * 2); display: flex; background: #fff; padding: 0; }
4055
-
4056
- .components-popover.block-editor-block-switcher__popover .components-popover__content .components-menu-group { padding: 16px 24px; }
4057
-
4058
- .components-popover.block-editor-block-switcher__popover .components-popover__content .components-menu-group + .components-menu-group { border-color: #ccc; }
4059
-
4060
- .block-editor-block-switcher__popover .components-popover__content .block-editor-block-switcher__container { min-width: 300px; max-width: 340px; width: 50%; }
4061
-
4062
- .block-editor-block-switcher__popover .components-popover__content .block-editor-block-switcher__label { margin-bottom: 8px; color: #757575; }
4063
-
4064
- @media (min-width: 782px) { .block-editor-block-switcher__popover .components-popover__content { position: relative; }
4065
- .block-editor-block-switcher__popover .components-popover__content .block-editor-block-switcher__preview { border-left: 1px solid #e2e4e7; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); background: #fff; width: 300px; height: auto; position: -webkit-sticky; position: sticky; -ms-grid-row-align: stretch; align-self: stretch; top: 0; padding: 10px; } }
4066
-
4067
- .block-editor-block-switcher__popover .components-popover__content .components-panel__body { border: 0; position: relative; z-index: 1; }
4068
-
4069
- .block-editor-block-switcher__popover .components-popover__content .components-panel__body + .components-panel__body { border-top: 1px solid #e2e4e7; }
4070
-
4071
- .block-editor-block-switcher__popover .block-editor-block-styles { margin: 0 -3px; }
4072
-
4073
- .block-editor-block-switcher__popover .block-editor-block-types-list { margin: 12px 0 0 0; }
4074
-
4075
- .block-editor-block-switcher__preview-title { margin-bottom: 10px; color: #6c7781; }
4076
-
4077
- .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; }
4078
-
4079
- .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon { width: 48px; }
4080
-
4081
- .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; }
4082
-
4083
- .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform { padding: 12px; }
4084
-
4085
- .block-editor-block-types-list { list-style: none; padding: 4px; margin-left: -4px; margin-right: -4px; overflow: hidden; display: flex; flex-wrap: wrap; }
4086
-
4087
- .block-editor-block-variation-picker .components-placeholder__instructions { margin-bottom: 0; }
4088
-
4089
- .block-editor-block-variation-picker .components-placeholder__fieldset { flex-direction: column; }
4090
-
4091
- .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset { max-width: 90%; }
4092
-
4093
- .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; }
4094
-
4095
- .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li { list-style: none; margin: 8px 8px 0 0; flex-shrink: 1; max-width: 100px; }
4096
-
4097
- .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li button { display: flex; }
4098
-
4099
- .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation { padding: 8px; }
4100
-
4101
- .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; margin-right: 12px; text-align: center; }
4102
-
4103
- .block-editor-block-variation-picker__variation { width: 100%; }
4104
-
4105
- .block-editor-block-variation-picker__variation.components-button.has-icon { justify-content: center; width: auto; }
4106
-
4107
- .block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary { background-color: #fff; }
4108
-
4109
- .block-editor-block-variation-picker__variation.components-button { height: auto; padding: 0; }
4110
-
4111
- .block-editor-block-variation-picker__variation::before { content: ""; padding-bottom: 100%; }
4112
-
4113
- .block-editor-block-variation-picker__variation:first-child { margin-left: 0; }
4114
-
4115
- .block-editor-block-variation-picker__variation:last-child { margin-right: 0; }
4116
-
4117
- .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; }
4118
-
4119
- .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #007cba; }
4120
-
4121
- body.admin-color-sunrise .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #d1864a; }
4122
-
4123
- body.admin-color-ocean .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #a3b9a2; }
4124
-
4125
- body.admin-color-midnight .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #e14d43; }
4126
-
4127
- body.admin-color-ectoplasm .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #a7b656; }
4128
-
4129
- body.admin-color-coffee .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #c2a68c; }
4130
-
4131
- body.admin-color-blue .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #d9ab59; }
4132
-
4133
- body.admin-color-light .block-editor-button-block-appender:hover { box-shadow: inset 0 0 0 1px #0085ba; }
4134
-
4135
- .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #007cba; }
4136
-
4137
- body.admin-color-sunrise .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #d1864a; }
4138
-
4139
- body.admin-color-ocean .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #a3b9a2; }
4140
-
4141
- body.admin-color-midnight .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #e14d43; }
4142
-
4143
- body.admin-color-ectoplasm .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #a7b656; }
4144
-
4145
- body.admin-color-coffee .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #c2a68c; }
4146
-
4147
- body.admin-color-blue .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #d9ab59; }
4148
-
4149
- body.admin-color-light .block-editor-button-block-appender:focus { box-shadow: inset 0 0 0 2px #0085ba; }
4150
-
4151
- .block-editor-button-block-appender:active { color: #000; }
4152
-
4153
- .block-editor-button-block-appender.block-list-appender__toggle { display: flex; flex-direction: row; color: #1e1e1e; box-shadow: none; height: 24px; padding: 0; margin-left: 8px; }
4154
-
4155
- .block-editor-button-block-appender.block-list-appender__toggle:active { color: #fff; }
4156
-
4157
- .block-editor-button-block-appender.block-list-appender__toggle > svg { width: 24px; background-color: #1e1e1e; color: #fff; }
4158
-
4159
- .block-editor-button-block-appender.block-list-appender__toggle .block-editor-button-block-appender__label { display: block; margin-left: 8px; }
4160
-
4161
- .block-editor-color-gradient-control__color-indicator { margin-bottom: 8px; }
4162
-
4163
- .block-editor-color-gradient-control__button-tabs { display: block; margin-bottom: 8px; }
4164
-
4165
- .block-editor-panel-color-gradient-settings .component-color-indicator { vertical-align: text-bottom; }
4166
-
4167
- .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator { display: inline-block; }
4168
-
4169
- .block-editor-panel-color-gradient-settings.is-opened .block-editor-panel-color-gradient-settings__panel-title .component-color-indicator { display: none; }
4170
-
4171
- .block-editor-contrast-checker > .components-notice { margin: 0; }
4172
-
4173
- .block-editor-default-block-appender { clear: both; margin-left: auto; margin-right: auto; position: relative; }
4174
-
4175
- .block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover { outline: 1px solid transparent; }
4176
-
4177
- .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { font-family: inherit; font-size: inherit; border: none; background: none; box-shadow: none; display: block; cursor: text; width: 100%; outline: 1px solid transparent; transition: 0.2s outline; resize: none; margin-top: 28px; margin-bottom: 28px; padding: 0 50px 0 0; color: rgba(14, 28, 46, 0.62); }
4178
-
4179
- @media (prefers-reduced-motion: reduce) { .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { transition-duration: 0s; } }
4180
-
4181
- .is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content { color: rgba(255, 255, 255, 0.65); }
4182
-
4183
- .block-editor-default-block-appender .components-drop-zone__content-icon { display: none; }
4184
-
4185
- .block-editor-default-block-appender__content { line-height: 1.8; }
4186
-
4187
- .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter, .block-editor-default-block-appender .block-editor-inserter { position: absolute; top: 0; height: 32px; }
4188
-
4189
- .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle, .block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle { margin-right: 0; }
4190
-
4191
- .block-editor-block-list__empty-block-inserter, .block-editor-default-block-appender .block-editor-inserter { right: 8px; }
4192
-
4193
- @media (min-width: 600px) { .block-editor-block-list__empty-block-inserter, .block-editor-default-block-appender .block-editor-inserter { display: flex; height: 100%; } }
4194
-
4195
- .block-editor-block-list__empty-block-inserter:disabled, .block-editor-default-block-appender .block-editor-inserter:disabled { display: none; }
4196
-
4197
- @media (min-width: 600px) { .block-editor-default-block-appender .block-editor-inserter { align-items: center; } }
4198
-
4199
- .block-editor-link-control { position: relative; min-width: 360px; }
4200
-
4201
- .components-popover__content .block-editor-link-control { min-width: auto; width: 90vw; max-width: 360px; }
4202
-
4203
- .block-editor-link-control__search-input-wrapper { position: relative; }
4204
-
4205
- .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 #e2e4e7; border-radius: 4px; }
4206
-
4207
- @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; } }
4208
-
4209
- @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; } }
4210
-
4211
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
4212
-
4213
- body.admin-color-sunrise .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
4214
-
4215
- body.admin-color-ocean .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
4216
-
4217
- body.admin-color-midnight .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
4218
-
4219
- body.admin-color-ectoplasm .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
4220
-
4221
- body.admin-color-coffee .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
4222
-
4223
- body.admin-color-blue .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
4224
-
4225
- body.admin-color-light .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
4226
-
4227
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4228
-
4229
- .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(14, 28, 46, 0.62); }
4230
-
4231
- .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type="text"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4232
-
4233
- .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); }
4234
-
4235
- .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); }
4236
-
4237
- .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); }
4238
-
4239
- .block-editor-link-control .block-editor-link-control__search-input .components-base-control__field { margin-bottom: 0; }
4240
-
4241
- .block-editor-link-control__search-error { margin: -8px 16px 16px; }
4242
-
4243
- .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; }
4244
-
4245
- .block-editor-link-control__search-results-wrapper { position: relative; margin-top: -15px; }
4246
-
4247
- .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; }
4248
-
4249
- .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%); }
4250
-
4251
- .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%); }
4252
-
4253
- .block-editor-link-control__search-results-label { padding: 15px 30px 0 30px; display: block; font-size: 1.1em; }
4254
-
4255
- .block-editor-link-control__search-results { margin: 0; padding: 8px 16px 8px; max-height: 200px; overflow-y: auto; }
4256
-
4257
- .block-editor-link-control__search-results.is-loading { opacity: 0.2; }
4258
-
4259
- .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; }
4260
-
4261
- .block-editor-link-control__search-item:hover, .block-editor-link-control__search-item:focus { background-color: #edeff0; }
4262
-
4263
- .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #007cba inset; }
4264
-
4265
- body.admin-color-sunrise .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #d1864a inset; }
4266
-
4267
- body.admin-color-ocean .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #a3b9a2 inset; }
4268
-
4269
- body.admin-color-midnight .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #e14d43 inset; }
4270
-
4271
- body.admin-color-ectoplasm .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #a7b656 inset; }
4272
-
4273
- body.admin-color-coffee .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #c2a68c inset; }
4274
-
4275
- body.admin-color-blue .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #d9ab59 inset; }
4276
-
4277
- body.admin-color-light .block-editor-link-control__search-item:focus:not(:disabled) { box-shadow: 0 0 0 1.5px #0085ba inset; }
4278
-
4279
- .block-editor-link-control__search-item.is-selected { background: #f3f4f5; }
4280
-
4281
- .block-editor-link-control__search-item.is-selected .block-editor-link-control__search-item-type { background: #fff; }
4282
-
4283
- .block-editor-link-control__search-item.is-current { background: transparent; border: 0; width: 100%; cursor: default; padding: 16px; padding-left: 24px; }
4284
-
4285
- .block-editor-link-control__search-item .block-editor-link-control__search-item-header { display: block; margin-right: 24px; overflow: hidden; white-space: nowrap; }
4286
-
4287
- .block-editor-link-control__search-item .block-editor-link-control__search-item-icon { margin-right: 1em; min-width: 24px; }
4288
-
4289
- .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; }
4290
-
4291
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark { color: #191e23; }
4292
-
4293
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title { display: block; margin-bottom: 0.2em; font-weight: 500; }
4294
-
4295
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark { font-weight: 700; color: #000; background-color: transparent; }
4296
-
4297
- .block-editor-link-control__search-item .block-editor-link-control__search-item-title span { font-weight: normal; }
4298
-
4299
- .block-editor-link-control__search-item .block-editor-link-control__search-item-info { display: block; color: #6c7781; font-size: 0.9em; line-height: 1.3; }
4300
-
4301
- .block-editor-link-control__search-item .block-editor-link-control__search-item-type { display: block; padding: 3px 8px; margin-left: auto; font-size: 0.9em; background-color: #f3f4f5; border-radius: 2px; }
4302
-
4303
- .block-editor-link-control__loading { margin: 16px; display: flex; align-items: center; }
4304
-
4305
- .block-editor-link-control__loading .components-spinner { margin-top: 0; }
4306
-
4307
- .components-button + .block-editor-link-control__search-create { margin-top: 20px; overflow: visible; padding: 12px 15px; }
4308
-
4309
- .components-button + .block-editor-link-control__search-create::before { content: ""; position: absolute; top: -10px; left: 0; display: block; width: 100%; border-top: 1px solid #e2e4e7; }
4310
-
4311
- .block-editor-link-control__search-results div[role="menu"] > .block-editor-link-control__search-item.block-editor-link-control__search-item { padding: 10px; }
4312
-
4313
- .block-editor-link-control__settings { border-top: 1px solid #e2e4e7; margin: 0; padding: 16px 24px; }
4314
-
4315
- .block-editor-link-control__settings :last-child { margin-bottom: 0; }
4316
-
4317
- .block-editor-link-control__setting { margin-bottom: 16px; }
4318
-
4319
- .block-editor-link-control__setting :last-child { margin-bottom: 0; }
4320
-
4321
- .block-editor-link-control .block-editor-link-control__search-input .components-spinner { display: block; }
4322
-
4323
- .block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner { position: absolute; left: auto; bottom: auto; /* Position spinner to the left of the actions. Compensate for: - Input margin ($grid-unit-20) - Border (1px) - Vertically, for the difference in height between the input (40px) and the spinner. - Horizontally, adjust for the width occupied by the icon buttons, then artificially create spacing that mimics as if the spinner were center-padded to the same width as an icon button. */ top: 28px; right: 62px; }
4324
-
4325
- .block-editor-link-control__search-item-action { margin-left: auto; flex-shrink: 0; }
4326
-
4327
- .block-editor-line-height-control { margin-bottom: 24px; }
4328
-
4329
- .block-editor-line-height-control input { display: block; max-width: 60px; }
4330
-
4331
- .block-editor-image-size-control { margin-bottom: 1em; }
4332
-
4333
- .block-editor-image-size-control .block-editor-image-size-control__row { display: flex; justify-content: space-between; }
4334
-
4335
- .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width, .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height { margin-bottom: 0.5em; }
4336
-
4337
- .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width input, .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height input { line-height: 1.25; }
4338
-
4339
- .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__width { margin-right: 5px; }
4340
-
4341
- .block-editor-image-size-control .block-editor-image-size-control__row .block-editor-image-size-control__height { margin-left: 5px; }
4342
-
4343
- .block-editor-block-list__layout.has-overlay::after { content: ""; position: absolute; top: -14px; right: -14px; bottom: -14px; left: -14px; z-index: 60; }
4344
-
4345
- [data-align="full"] .has-overlay::after { right: 0; left: 0; }
4346
-
4347
- .block-editor-block-types-list__list-item { display: block; width: 33.33%; padding: 0; margin: 0; }
4348
-
4349
- .components-button.block-editor-block-types-list__item { display: flex; flex-direction: column; width: 100%; font-size: 13px; color: #32373c; padding: 8px; align-items: stretch; justify-content: center; cursor: pointer; background: transparent; word-break: break-word; border-radius: 2px; border: 1px solid transparent; transition: all 0.05s ease-in-out; position: relative; height: auto; }
4350
-
4351
- @media (prefers-reduced-motion: reduce) { .components-button.block-editor-block-types-list__item { transition-duration: 0s; } }
4352
-
4353
- .components-button.block-editor-block-types-list__item:disabled { opacity: 0.6; cursor: default; }
4354
-
4355
- .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #007cba; color: #007cba !important; }
4356
-
4357
- body.admin-color-sunrise .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #d1864a; color: #d1864a !important; }
4358
-
4359
- body.admin-color-ocean .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #a3b9a2; color: #a3b9a2 !important; }
4360
-
4361
- body.admin-color-midnight .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #e14d43; color: #e14d43 !important; }
4362
-
4363
- body.admin-color-ectoplasm .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #a7b656; color: #a7b656 !important; }
4364
-
4365
- body.admin-color-coffee .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #c2a68c; color: #c2a68c !important; }
4366
-
4367
- body.admin-color-blue .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #d9ab59; color: #d9ab59 !important; }
4368
-
4369
- body.admin-color-light .components-button.block-editor-block-types-list__item:not(:disabled):hover { border-color: #0085ba; color: #0085ba !important; }
4370
-
4371
- .components-button.block-editor-block-types-list__item:not(:disabled).is-active { color: #fff; background: #1e1e1e; outline: 2px solid transparent; outline-offset: -2px; }
4372
-
4373
- .block-editor-block-types-list__item-icon { padding: 12px 20px; border-radius: 2px; color: #1e1e1e; transition: all 0.05s ease-in-out; }
4374
-
4375
- @media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon { transition-duration: 0s; } }
4376
-
4377
- .block-editor-block-types-list__item-icon .block-editor-block-icon { margin-left: auto; margin-right: auto; }
4378
-
4379
- .block-editor-block-types-list__item-icon svg { transition: all 0.15s ease-out; }
4380
-
4381
- @media (prefers-reduced-motion: reduce) { .block-editor-block-types-list__item-icon svg { transition-duration: 0s; } }
4382
-
4383
- .block-editor-block-types-list__item-title { padding: 4px 2px 8px; font-size: 12px; }
4384
-
4385
- .modal-open .block-editor-media-replace-flow__options { display: none; }
4386
-
4387
- .block-editor-media-replace-flow__options .components-popover__content { padding-top: 16px; }
4388
-
4389
- .block-editor-media-replace-flow__indicator { margin-left: 4px; }
4390
-
4391
- .block-editor-media-replace-flow__media-upload-menu { margin-bottom: 16px; }
4392
-
4393
- .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label { top: 16px; }
4394
-
4395
- .block-editor-media-flow__url-input .block-editor-link-control { margin-top: -16px; width: auto; }
4396
-
4397
- .block-editor-media-flow__url-input .block-editor-link-control .components-base-control .components-base-control__field { margin-bottom: 0; }
4398
-
4399
- .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title { max-width: 180px; margin-top: 16px; }
4400
-
4401
- .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current { width: auto; padding: 0; }
4402
-
4403
- .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%; }
4404
-
4405
- .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions { right: 4px; }
4406
-
4407
- .block-editor-media-flow__error { padding: 0 20px 20px 20px; max-width: 255px; }
4408
-
4409
- .block-editor-media-flow__error .components-with-notices-ui { max-width: 255px; }
4410
-
4411
- .block-editor-media-flow__error .components-with-notices-ui .components-notice__content { overflow: hidden; word-wrap: break-word; }
4412
-
4413
- .block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss { position: absolute; right: 10px; }
4414
-
4415
- .block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button { margin-bottom: 0; }
4416
-
4417
- .block-editor-media-placeholder__url-input-form { display: flex; }
4418
-
4419
- .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; }
4420
-
4421
- @media (min-width: 600px) { .block-editor-media-placeholder__url-input-form input[type="url"].block-editor-media-placeholder__url-input-field { width: 300px; } }
4422
-
4423
- .block-editor-media-placeholder__url-input-submit-button { flex-shrink: 1; }
4424
-
4425
- .block-editor-media-placeholder__button { margin-bottom: 0.5rem; }
4426
-
4427
- .block-editor-media-placeholder__cancel-button.is-link { margin: 1em; display: block; }
4428
-
4429
- .block-editor-media-placeholder.is-appender { min-height: 0; }
4430
-
4431
- .block-editor-media-placeholder.is-appender:hover { cursor: pointer; box-shadow: 0 0 0 1px #007cba; }
4432
-
4433
- body.admin-color-sunrise .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #d1864a; }
4434
-
4435
- body.admin-color-ocean .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #a3b9a2; }
4436
-
4437
- body.admin-color-midnight .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #e14d43; }
4438
-
4439
- body.admin-color-ectoplasm .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #a7b656; }
4440
-
4441
- body.admin-color-coffee .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #c2a68c; }
4442
-
4443
- body.admin-color-blue .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #d9ab59; }
4444
-
4445
- body.admin-color-light .block-editor-media-placeholder.is-appender:hover { box-shadow: 0 0 0 1px #0085ba; }
4446
-
4447
- .block-editor-multi-selection-inspector__card { display: flex; align-items: flex-start; padding: 16px; }
4448
-
4449
- .block-editor-multi-selection-inspector__card-content { flex-grow: 1; }
4450
-
4451
- .block-editor-multi-selection-inspector__card-title { font-weight: 500; margin-bottom: 5px; }
4452
-
4453
- .block-editor-multi-selection-inspector__card-description { font-size: 13px; }
4454
-
4455
- .block-editor-multi-selection-inspector__card .block-editor-block-icon { margin-left: -2px; margin-right: 10px; padding: 0 3px; width: 36px; height: 24px; }
4456
-
4457
- .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%; }
4458
-
4459
- .block-editor-responsive-block-control { margin-bottom: 28px; border-bottom: 1px solid #d7dade; padding-bottom: 14px; }
4460
-
4461
- .block-editor-responsive-block-control:last-child { padding-bottom: 0; border-bottom: 0; }
4462
-
4463
- .block-editor-responsive-block-control__title { margin: 0; margin-bottom: 0.6em; margin-left: -3px; }
4464
-
4465
- .block-editor-responsive-block-control__label { font-weight: 600; margin-bottom: 0.6em; margin-left: -3px; }
4466
-
4467
- .block-editor-responsive-block-control__inner { margin-left: -1px; }
4468
-
4469
- .block-editor-responsive-block-control__toggle { margin-left: 1px; }
4470
-
4471
- .block-editor-responsive-block-control .components-base-control__help { 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; }
4472
-
4473
- .block-editor-format-toolbar .components-dropdown-menu__toggle { justify-content: center; }
4474
-
4475
- .block-editor-rich-text__editable > p:first-child { margin-top: 0; }
4476
-
4477
- .block-editor-rich-text__editable [data-rich-text-placeholder] { pointer-events: none; }
4478
-
4479
- .block-editor-rich-text__editable [data-rich-text-placeholder]::after { content: attr(data-rich-text-placeholder); opacity: 0.62; }
4480
-
4481
- .block-editor-rich-text__editable:focus { outline: none; }
4482
-
4483
- .block-editor-rich-text__editable:focus [data-rich-text-format-boundary] { border-radius: 2px; }
4484
-
4485
- .block-editor-rich-text__editable:focus:not(.keep-placeholder-on-focus) [data-rich-text-placeholder]::after { display: none; }
4486
-
4487
- figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]::before { opacity: 0.8; }
4488
-
4489
- .components-popover.block-editor-rich-text__inline-format-toolbar { z-index: 99998; }
4490
-
4491
- .components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content { width: auto; min-width: auto; margin-bottom: 8px; box-shadow: none; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
4492
-
4493
- .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar-group, .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar { border: none; }
4494
-
4495
- .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control, .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle { min-width: 48px; min-height: 48px; padding-left: 12px; padding-right: 12px; }
4496
-
4497
- .block-editor-skip-to-selected-block { position: absolute; top: -9999em; }
4498
-
4499
- .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: #11a0d2; line-height: normal; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); text-decoration: none; outline: none; z-index: 100000; }
4500
-
4501
- body.admin-color-sunrise .block-editor-skip-to-selected-block:focus { color: #c8b03c; }
4502
-
4503
- body.admin-color-ocean .block-editor-skip-to-selected-block:focus { color: #a89d8a; }
4504
-
4505
- body.admin-color-midnight .block-editor-skip-to-selected-block:focus { color: #77a6b9; }
4506
-
4507
- body.admin-color-ectoplasm .block-editor-skip-to-selected-block:focus { color: #c77430; }
4508
-
4509
- body.admin-color-coffee .block-editor-skip-to-selected-block:focus { color: #9fa47b; }
4510
-
4511
- body.admin-color-blue .block-editor-skip-to-selected-block:focus { color: #d9ab59; }
4512
-
4513
- body.admin-color-light .block-editor-skip-to-selected-block:focus { color: #c75726; }
4514
-
4515
- .block-editor-tool-selector__help { margin-top: 8px; margin-left: -12px; margin-right: -12px; margin-bottom: -12px; padding: 12px 20px; border-top: 1px solid #e2e4e7; color: #6c7781; }
4516
-
4517
- .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; }
4518
-
4519
- .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; }
4520
-
4521
- @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; } }
4522
-
4523
- @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; } }
4524
-
4525
- .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; }
4526
-
4527
- .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%; }
4528
-
4529
- .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%; }
4530
-
4531
- .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%; }
4532
-
4533
- .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; }
4534
-
4535
- .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; }
4536
-
4537
- @media (prefers-reduced-motion: reduce) { .block-editor-url-input__input[type="text"] { transition-duration: 0s; } }
4538
-
4539
- @media (min-width: 600px) { .block-editor-url-input__input[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
4540
-
4541
- .block-editor-url-input__input[type="text"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
4542
-
4543
- body.admin-color-sunrise .block-editor-url-input__input[type="text"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
4544
-
4545
- body.admin-color-ocean .block-editor-url-input__input[type="text"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
4546
-
4547
- body.admin-color-midnight .block-editor-url-input__input[type="text"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
4548
-
4549
- body.admin-color-ectoplasm .block-editor-url-input__input[type="text"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
4550
-
4551
- body.admin-color-coffee .block-editor-url-input__input[type="text"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
4552
-
4553
- body.admin-color-blue .block-editor-url-input__input[type="text"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
4554
-
4555
- body.admin-color-light .block-editor-url-input__input[type="text"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
4556
-
4557
- .block-editor-url-input__input[type="text"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4558
-
4559
- .block-editor-url-input__input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
4560
-
4561
- .block-editor-url-input__input[type="text"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4562
-
4563
- .is-dark-theme .block-editor-url-input__input[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
4564
-
4565
- .is-dark-theme .block-editor-url-input__input[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
4566
-
4567
- .is-dark-theme .block-editor-url-input__input[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
4568
-
4569
- .block-editor-url-input__suggestions { max-height: 200px; transition: all 0.15s ease-in-out; padding: 4px 0; width: 302px; overflow-y: auto; }
4570
-
4571
- @media (prefers-reduced-motion: reduce) { .block-editor-url-input__suggestions { transition-duration: 0s; } }
4572
-
4573
- .block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: none; }
4574
-
4575
- @media (min-width: 600px) { .block-editor-url-input__suggestions, .block-editor-url-input .components-spinner { display: inherit; } }
4576
-
4577
- .block-editor-url-input__suggestion { padding: 4px 8px; color: #6c7781; display: block; font-size: 13px; cursor: pointer; background: #fff; width: 100%; border: none; text-align: left; box-shadow: none; }
4578
-
4579
- .block-editor-url-input__suggestion:hover { background: #e2e4e7; }
4580
-
4581
- .block-editor-url-input__suggestion:focus, .block-editor-url-input__suggestion.is-selected { background: #00719e; color: #fff; outline: none; }
4582
-
4583
- body.admin-color-sunrise .block-editor-url-input__suggestion:focus, body.admin-color-sunrise .block-editor-url-input__suggestion.is-selected { background: #b2723f; }
4584
-
4585
- body.admin-color-ocean .block-editor-url-input__suggestion:focus, body.admin-color-ocean .block-editor-url-input__suggestion.is-selected { background: #8b9d8a; }
4586
-
4587
- body.admin-color-midnight .block-editor-url-input__suggestion:focus, body.admin-color-midnight .block-editor-url-input__suggestion.is-selected { background: #bf4139; }
4588
-
4589
- body.admin-color-ectoplasm .block-editor-url-input__suggestion:focus, body.admin-color-ectoplasm .block-editor-url-input__suggestion.is-selected { background: #8e9b49; }
4590
-
4591
- body.admin-color-coffee .block-editor-url-input__suggestion:focus, body.admin-color-coffee .block-editor-url-input__suggestion.is-selected { background: #a58d77; }
4592
-
4593
- body.admin-color-blue .block-editor-url-input__suggestion:focus, body.admin-color-blue .block-editor-url-input__suggestion.is-selected { background: #6f99ad; }
4594
-
4595
- body.admin-color-light .block-editor-url-input__suggestion:focus, body.admin-color-light .block-editor-url-input__suggestion.is-selected { background: #00719e; }
4596
-
4597
- .components-toolbar-group > .block-editor-url-input__button, .components-toolbar > .block-editor-url-input__button { position: inherit; }
4598
-
4599
- .block-editor-url-input__button .block-editor-url-input__back { margin-right: 4px; overflow: visible; }
4600
-
4601
- .block-editor-url-input__button .block-editor-url-input__back::after { content: ""; position: absolute; display: block; width: 1px; height: 24px; right: -1px; background: #e2e4e7; }
4602
-
4603
- .block-editor-url-input__button-modal { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); border: 1px solid #e2e4e7; background: #fff; }
4604
-
4605
- .block-editor-url-input__button-modal-line { display: flex; flex-direction: row; flex-grow: 1; flex-shrink: 1; min-width: 0; align-items: flex-start; }
4606
-
4607
- .block-editor-url-input__button-modal-line .components-button { flex-shrink: 0; width: 36px; height: 36px; }
4608
-
4609
- .block-editor-url-popover__additional-controls { border-top: 1px solid #e2e4e7; }
4610
-
4611
- .block-editor-url-popover__additional-controls > div[role="menu"] .components-button:not(:disabled):not([aria-disabled="true"]):not(.is-secondary) > svg { box-shadow: none; }
4612
-
4613
- .block-editor-url-popover__additional-controls div[role="menu"] > .components-button { padding-left: 2px; }
4614
-
4615
- .block-editor-url-popover__row { display: flex; }
4616
-
4617
- .block-editor-url-popover__row > :not(.block-editor-url-popover__settings-toggle) { flex-grow: 1; }
4618
-
4619
- .block-editor-url-popover .components-button.has-icon { padding: 3px; }
4620
-
4621
- .block-editor-url-popover .components-button.has-icon > svg { padding: 5px; border-radius: 4px; height: 30px; width: 30px; }
4622
-
4623
- .block-editor-url-popover .components-button.has-icon:not(:disabled):focus { box-shadow: none; }
4624
-
4625
- .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #007cba, inset 0 0 0 4px #fff; outline: 2px solid transparent; }
4626
-
4627
- body.admin-color-sunrise .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #d1864a, inset 0 0 0 4px #fff; }
4628
-
4629
- body.admin-color-ocean .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #a3b9a2, inset 0 0 0 4px #fff; }
4630
-
4631
- body.admin-color-midnight .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #e14d43, inset 0 0 0 4px #fff; }
4632
-
4633
- body.admin-color-ectoplasm .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #a7b656, inset 0 0 0 4px #fff; }
4634
-
4635
- body.admin-color-coffee .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #c2a68c, inset 0 0 0 4px #fff; }
4636
-
4637
- body.admin-color-blue .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #d9ab59, inset 0 0 0 4px #fff; }
4638
-
4639
- body.admin-color-light .block-editor-url-popover .components-button.has-icon:not(:disabled):focus > svg { box-shadow: inset 0 0 0 1.5px #0085ba, inset 0 0 0 4px #fff; }
4640
-
4641
- .block-editor-url-popover__settings-toggle { flex-shrink: 0; border-radius: 0; border-left: 1px solid #e2e4e7; margin-left: 1px; }
4642
-
4643
- .block-editor-url-popover__settings-toggle[aria-expanded="true"] .dashicon { transform: rotate(180deg); }
4644
-
4645
- .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; }
4646
-
4647
- .block-editor-url-popover__settings { display: block; padding: 16px; border-top: 1px solid #e2e4e7; }
4648
-
4649
- .block-editor-url-popover__link-editor, .block-editor-url-popover__link-viewer { display: flex; }
4650
-
4651
- .block-editor-url-popover__link-editor .block-editor-url-input .components-base-control__field, .block-editor-url-popover__link-viewer .block-editor-url-input .components-base-control__field { margin-bottom: 0; }
4652
-
4653
- .block-editor-url-popover__link-editor .block-editor-url-input .components-spinner, .block-editor-url-popover__link-viewer .block-editor-url-input .components-spinner { bottom: 9px; }
4654
-
4655
- .block-editor-url-popover__link-viewer-url { margin: 7px; flex-grow: 1; flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 150px; max-width: 500px; }
4656
-
4657
- .block-editor-url-popover__link-viewer-url.has-invalid-link { color: #d94f4f; }
4658
-
4659
- .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; font-size: 13px; padding: 6px 12px; border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; }
4660
-
4661
- .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: 1em 0; }
4662
-
4663
- .block-editor-warning p.block-editor-warning__message.block-editor-warning__message { min-height: auto; }
4664
-
4665
- .block-editor-warning .block-editor-warning__contents { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; align-items: baseline; width: 100%; }
4666
-
4667
- .block-editor-warning .block-editor-warning__actions { display: flex; }
4668
-
4669
- .block-editor-warning .block-editor-warning__action { margin: 0 0 0 8px; }
4670
-
4671
- .block-editor-warning__secondary { margin: auto 0 auto 8px; }
4672
-
4673
- .block-editor-writing-flow { display: flex; flex-direction: column; }
4674
-
4675
- .block-editor-writing-flow__click-redirect { cursor: text; }
4676
-
4677
- .html-anchor-control .components-external-link { display: block; margin-top: 8px; }
4678
-
4679
- #end-resizable-editor-section { display: none; }
4680
-
4681
- /** Block Toolbar */
4682
- .block-editor-block-toolbar { display: flex; flex-grow: 1; width: 100%; overflow: auto; position: relative; transition: border-color 0.1s linear, box-shadow 0.1s linear; }
4683
-
4684
- @media (prefers-reduced-motion: reduce) { .block-editor-block-toolbar { transition-duration: 0s; } }
4685
-
4686
- @media (min-width: 600px) { .block-editor-block-toolbar { overflow: inherit; } }
4687
-
4688
- .block-editor-block-toolbar .components-toolbar-group, .block-editor-block-toolbar .components-toolbar { background: none; line-height: 0; margin-top: -1px; margin-bottom: -1px; border: 0; border-right: 1px solid #e2e4e7; }
4689
-
4690
- .block-editor-block-toolbar > :last-child, .block-editor-block-toolbar > :last-child .components-toolbar-group, .block-editor-block-toolbar > :last-child .components-toolbar { border-right: none; }
4691
-
4692
- .block-editor-block-toolbar .components-toolbar-group, .block-editor-block-toolbar .components-toolbar, .block-editor-format-toolbar .components-toolbar-group, .block-editor-format-toolbar .components-toolbar { display: flex; flex-wrap: nowrap; }
4693
-
4694
- .block-editor-block-toolbar__slot { display: inline-block; line-height: 0; }
4695
-
4696
- @supports ((position: -webkit-sticky) or (position: sticky)) { .block-editor-block-toolbar__slot { display: inline-flex; } }
4697
-
4698
- .block-editor-block-toolbar__block-parent-selector-wrapper { position: absolute; top: -1px; left: -1px; opacity: 0; transition: all 60ms linear; z-index: -1; }
4699
-
4700
- @media (prefers-reduced-motion: reduce) { .block-editor-block-toolbar__block-parent-selector-wrapper { transition-duration: 0s; } }
4701
-
4702
- .is-showing-movers .block-editor-block-toolbar__block-parent-selector-wrapper { opacity: 1; transform: translateY(-60px); }
4703
-
4704
- .edit-post-header-toolbar__block-toolbar .block-editor-block-toolbar__block-parent-selector-wrapper { display: none; }
4705
-
4706
- .block-editor-block-toolbar__mover-switcher-container { display: flex; }
4707
-
4708
- .block-editor-block-toolbar__block-switcher-wrapper .block-editor-block-switcher { display: block; }
4709
-
4710
- @media (min-width: 782px) { .block-editor-block-toolbar.has-responsive-movers .block-editor-block-toolbar__mover-trigger-container { bottom: -1px; left: -1px; position: absolute; top: -1px; transform: translateX(-48px); -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; } }
4711
-
4712
- .block-editor-block-toolbar.has-responsive-movers .block-editor-block-toolbar__block-switcher-wrapper { background: #fff; border-left: 1px solid; border-radius: 0 0 2px 2px; position: relative; z-index: 1; margin-left: -1px; }
4713
-
4714
- @media (min-width: 782px) { .block-editor-block-toolbar.has-responsive-movers .block-editor-block-toolbar__mover-trigger-wrapper:not(:empty) { background-color: #fff; border: 1px solid #000; border-bottom-left-radius: 2px; border-top-left-radius: 2px; border-right: none; height: 100%; transition: all 60ms linear; } }
4715
-
4716
- @media (prefers-reduced-motion: reduce) { .block-editor-block-toolbar.has-responsive-movers .block-editor-block-toolbar__mover-trigger-wrapper:not(:empty) { transition-duration: 0s; } }
4717
-
4718
- .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: 1.4; }
4719
-
4720
- @media (min-width: 782px) { .block-editor-inserter { position: relative; } }
4721
-
4722
- @media (min-width: 782px) { .block-editor-inserter__popover > .components-popover__content { overflow-y: visible; height: 100vh; padding: 0; } }
4723
-
4724
- .block-editor-inserter__toggle.components-button { display: inline-flex; align-items: center; cursor: pointer; border: none; outline: none; padding: 0; transition: color 0.2s ease; }
4725
-
4726
- @media (prefers-reduced-motion: reduce) { .block-editor-inserter__toggle.components-button { transition-duration: 0s; } }
4727
-
4728
- .block-editor-inserter__menu { height: 100%; position: relative; overflow: visible; }
4729
-
4730
- .block-editor-inserter__main-area { width: auto; display: flex; flex-direction: column; height: 100%; }
4731
-
4732
- @media (min-width: 782px) { .block-editor-inserter__main-area { width: 350px; } }
4733
-
4734
- .block-editor-inserter__inline-elements { margin-top: -1px; }
4735
-
4736
- .block-editor-inserter__menu.is-bottom::after { border-bottom-color: #fff; }
4737
-
4738
- .components-popover.block-editor-inserter__popover { z-index: 99998; }
4739
-
4740
- .block-editor-inserter__search { padding: 16px; z-index: 1; flex-shrink: 0; position: relative; }
4741
-
4742
- .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: #f3f4f5; border: none; width: 100%; height: 48px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
4743
-
4744
- @media (prefers-reduced-motion: reduce) { .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { transition-duration: 0s; } }
4745
-
4746
- @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; } }
4747
-
4748
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
4749
-
4750
- body.admin-color-sunrise .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
4751
-
4752
- body.admin-color-ocean .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
4753
-
4754
- body.admin-color-midnight .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
4755
-
4756
- body.admin-color-ectoplasm .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
4757
-
4758
- body.admin-color-coffee .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
4759
-
4760
- body.admin-color-blue .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
4761
-
4762
- body.admin-color-light .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
4763
-
4764
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4765
-
4766
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
4767
-
4768
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
4769
-
4770
- .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); }
4771
-
4772
- .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); }
4773
-
4774
- .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); }
4775
-
4776
- @media (min-width: 600px) { .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input { font-size: 13px; } }
4777
-
4778
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { background: #fff; box-shadow: 0 0 0 1.5px #007cba; }
4779
-
4780
- body.admin-color-sunrise .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #d1864a; }
4781
-
4782
- body.admin-color-ocean .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #a3b9a2; }
4783
-
4784
- body.admin-color-midnight .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #e14d43; }
4785
-
4786
- body.admin-color-ectoplasm .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #a7b656; }
4787
-
4788
- body.admin-color-coffee .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #c2a68c; }
4789
-
4790
- body.admin-color-blue .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #d9ab59; }
4791
-
4792
- body.admin-color-light .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:focus { box-shadow: 0 0 0 1.5px #0085ba; }
4793
-
4794
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input:-ms-input-placeholder { color: #606a73; }
4795
-
4796
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-ms-input-placeholder { color: #606a73; }
4797
-
4798
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::-moz-placeholder { color: #606a73; }
4799
-
4800
- .block-editor-inserter__search input[type="search"].block-editor-inserter__search-input::placeholder { color: #606a73; }
4801
-
4802
- .block-editor-inserter__search-icon { position: absolute; top: 28px; right: 28px; }
4803
-
4804
- .block-editor-inserter__tabs { display: flex; flex-grow: 1; flex-direction: column; margin-top: -8px; }
4805
-
4806
- .block-editor-inserter__tabs .components-tab-panel__tabs { border-bottom: 1px solid #e2e4e7; }
4807
-
4808
- .block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item { flex-grow: 1; margin-bottom: -1px; }
4809
-
4810
- .block-editor-inserter__tabs .components-tab-panel__tab-content { display: flex; flex-grow: 1; flex-direction: column; position: relative; }
4811
-
4812
- .block-editor-inserter__panel-header { display: inline-flex; align-items: center; padding: 16px 16px 0; }
4813
-
4814
- .block-editor-inserter__panel-content { padding: 0 16px; }
4815
-
4816
- .block-editor-inserter__panel-title { color: #007cba; text-transform: uppercase; font-size: 11px; font-weight: 500; margin: 0 8px 0 0; }
4817
-
4818
- body.admin-color-sunrise .block-editor-inserter__panel-title { color: #d1864a; }
4819
-
4820
- body.admin-color-ocean .block-editor-inserter__panel-title { color: #a3b9a2; }
4821
-
4822
- body.admin-color-midnight .block-editor-inserter__panel-title { color: #e14d43; }
4823
-
4824
- body.admin-color-ectoplasm .block-editor-inserter__panel-title { color: #a7b656; }
4825
-
4826
- body.admin-color-coffee .block-editor-inserter__panel-title { color: #c2a68c; }
4827
-
4828
- body.admin-color-blue .block-editor-inserter__panel-title { color: #d9ab59; }
4829
-
4830
- body.admin-color-light .block-editor-inserter__panel-title { color: #0085ba; }
4831
-
4832
- .block-editor-inserter__block-list { flex-grow: 1; position: relative; }
4833
-
4834
- .block-editor-inserter__scrollable { overflow: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow-y: scroll; }
4835
-
4836
- .block-editor-inserter__popover .block-editor-block-types-list { margin: 0 -8px; }
4837
-
4838
- .block-editor-inserter__reusable-blocks-panel { position: relative; text-align: right; }
4839
-
4840
- .block-editor-inserter__manage-reusable-blocks { display: inline-block; margin: 16px; }
4841
-
4842
- .block-editor-inserter__no-results { padding: 32px; margin-top: 64px; text-align: center; }
4843
-
4844
- .block-editor-inserter__no-results-icon { fill: #b5bcc2; }
4845
-
4846
- .block-editor-inserter__child-blocks { padding: 0 16px; }
4847
-
4848
- .block-editor-inserter__parent-block-header { display: flex; align-items: center; }
4849
-
4850
- .block-editor-inserter__parent-block-header h2 { font-size: 13px; }
4851
-
4852
- .block-editor-inserter__parent-block-header .block-editor-block-icon { margin-right: 8px; }
4853
-
4854
- .block-editor-inserter__preview-container { display: none; width: 300px; background: #fff; border-radius: 2px; border: 1px solid #e2e4e7; position: absolute; top: 16px; left: calc(100% + 16px); }
4855
-
4856
- @media (min-width: 782px) { .block-editor-inserter__preview-container { display: block; } }
4857
-
4858
- .block-editor-inserter__preview-container .block-editor-block-card { padding: 16px; }
4859
-
4860
- .block-editor-inserter__preview-container .block-editor-block-card__title { font-size: 13px; }
4861
-
4862
- .block-editor-inserter__preview-content { min-height: 144px; background: #f3f4f5; display: -ms-grid; display: grid; flex-grow: 1; align-items: center; }
4863
-
4864
- .block-editor-inserter__preview-content-missing { flex: 1; display: flex; justify-content: center; align-items: center; min-height: 144px; color: #606a73; background: #f3f4f5; }
4865
-
4866
- .block-editor-inserter__tips { border-top: 1px solid #e2e4e7; padding: 16px; flex-shrink: 0; }
4867
-
4868
- .block-editor-inserter__patterns-item { border-radius: 2px; cursor: pointer; margin-top: 16px; transition: all 0.05s ease-in-out; position: relative; border: 1px solid transparent; }
4869
-
4870
- .block-editor-inserter__patterns-item:hover { border: 1px solid #007cba; }
4871
-
4872
- body.admin-color-sunrise .block-editor-inserter__patterns-item:hover { border: 1px solid #d1864a; }
4873
-
4874
- body.admin-color-ocean .block-editor-inserter__patterns-item:hover { border: 1px solid #a3b9a2; }
4875
-
4876
- body.admin-color-midnight .block-editor-inserter__patterns-item:hover { border: 1px solid #e14d43; }
4877
-
4878
- body.admin-color-ectoplasm .block-editor-inserter__patterns-item:hover { border: 1px solid #a7b656; }
4879
-
4880
- body.admin-color-coffee .block-editor-inserter__patterns-item:hover { border: 1px solid #c2a68c; }
4881
-
4882
- body.admin-color-blue .block-editor-inserter__patterns-item:hover { border: 1px solid #d9ab59; }
4883
-
4884
- body.admin-color-light .block-editor-inserter__patterns-item:hover { border: 1px solid #0085ba; }
4885
-
4886
- .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; outline: 2px solid transparent; }
4887
-
4888
- body.admin-color-sunrise .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d1864a; }
4889
-
4890
- body.admin-color-ocean .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a3b9a2; }
4891
-
4892
- body.admin-color-midnight .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #e14d43; }
4893
-
4894
- body.admin-color-ectoplasm .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a7b656; }
4895
-
4896
- body.admin-color-coffee .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #c2a68c; }
4897
-
4898
- body.admin-color-blue .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d9ab59; }
4899
-
4900
- body.admin-color-light .block-editor-inserter__patterns-item:focus { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #0085ba; }
4901
-
4902
- .block-editor-inserter__patterns-item.is-placeholder { min-height: 100px; }
4903
-
4904
- .block-editor-inserter__patterns-item-title { padding: 4px; font-size: 12px; text-align: center; }
4905
-
4906
- .block-editor-post-preview__dropdown { display: none; margin-right: 12px; padding: 0; }
4907
-
4908
- .block-editor-post-preview__button-toggle { display: flex; justify-content: space-between; padding: 0 8px 0 12px; }
4909
-
4910
- .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #007cba; }
4911
-
4912
- body.admin-color-sunrise .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d1864a; }
4913
-
4914
- body.admin-color-ocean .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a3b9a2; }
4915
-
4916
- body.admin-color-midnight .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #e14d43; }
4917
-
4918
- body.admin-color-ectoplasm .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #a7b656; }
4919
-
4920
- body.admin-color-coffee .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #c2a68c; }
4921
-
4922
- body.admin-color-blue .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #d9ab59; }
4923
-
4924
- body.admin-color-light .block-editor-post-preview__button-toggle:focus:not(:disabled) { box-shadow: inset 0 0 0 1px #fff, 0 0 0 1.5px #0085ba; }
4925
-
4926
- .block-editor-post-preview__button-toggle svg { margin-left: 4px; }
4927
-
4928
- .block-editor-post-preview__button-resize.block-editor-post-preview__button-resize { padding-left: 40px; }
4929
-
4930
- .block-editor-post-preview__button-resize.block-editor-post-preview__button-resize.has-icon { padding-left: 8px; }
4931
-
4932
- .block-editor-post-preview__dropdown-content .components-popover__content { overflow-y: visible; }
4933
-
4934
- .block-editor-post-preview__dropdown-content .components-menu-group + .components-menu-group { border-top: 1px solid #ccc; padding: 8px 12px; margin-left: -12px; margin-right: -12px; }
4935
-
4936
- @media (min-width: 600px) { .editor-post-preview { display: none; }
4937
- .block-editor-post-preview__dropdown { display: flex; } }
4938
-
4939
- /** Colors */
4940
- /** Breakpoints & Media Queries */
4941
- /** Colors */
4942
- /** Fonts & basic variables. */
4943
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
4944
- /** Dimensions. */
4945
- /** Shadows. */
4946
- /** Editor widths. */
4947
- /** Block UI. */
4948
- /** Border radii. */
4949
- /** Breakpoint mixins */
4950
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
4951
- /** Focus styles. */
4952
- /** Applies editor left position to the selector passed as argument */
4953
- /** Styles that are reused verbatim in a few places */
4954
- /** Allows users to opt-out of animations via OS-level preferences. */
4955
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
4956
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
4957
- #start-resizable-editor-section { display: none; }
4958
-
4959
- .wp-block-audio figcaption { margin-top: 0.5em; margin-bottom: 1em; }
4960
-
4961
- .wp-block-audio audio { width: 100%; min-width: 300px; }
4962
-
4963
- .wp-block-button__link { color: #fff; background-color: #32373c; border: none; border-radius: 28px; box-shadow: none; cursor: pointer; display: inline-block; font-size: 18px; padding: 12px 24px; text-align: center; text-decoration: none; overflow-wrap: break-word; }
4964
-
4965
- .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited { color: #fff; }
4966
-
4967
- .wp-block-button__link.aligncenter { text-align: center; }
4968
-
4969
- .wp-block-button__link.alignright { /*rtl:ignore*/ text-align: right; }
4970
-
4971
- .wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared { border-radius: 0; }
4972
-
4973
- .wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius { border-radius: 0 !important; }
4974
-
4975
- .wp-block-button.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline { color: #32373c; background-color: transparent; border: 2px solid; }
4976
-
4977
- .wp-block-buttons .wp-block-button.wp-block-button { display: inline-block; margin-right: 8px; margin-bottom: 8px; }
4978
-
4979
- .wp-block-buttons.alignright .wp-block-button { margin-right: 0; margin-left: 8px; }
4980
-
4981
- .wp-block-buttons.aligncenter { text-align: center; }
4982
-
4983
- .wp-block-calendar { text-align: center; }
4984
-
4985
- .wp-block-calendar th, .wp-block-calendar tbody td { padding: 4px; border: 1px solid #e2e4e7; }
4986
-
4987
- .wp-block-calendar tfoot td { border: none; }
4988
-
4989
- .wp-block-calendar table { width: 100%; border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
4990
-
4991
- .wp-block-calendar table th { font-weight: 400; background: #edeff0; }
4992
-
4993
- .wp-block-calendar a { text-decoration: underline; }
4994
-
4995
- .wp-block-calendar tfoot a { color: #00739c; }
4996
-
4997
- .wp-block-calendar table tbody, .wp-block-calendar table caption { color: #40464d; }
4998
-
4999
- .wp-block-categories.alignleft { /*rtl:ignore*/ margin-right: 2em; }
5000
-
5001
- .wp-block-categories.alignright { /*rtl:ignore*/ margin-left: 2em; }
5002
-
5003
- .wp-block-columns { display: flex; margin-bottom: 28px; flex-wrap: wrap; }
5004
-
5005
- @media (min-width: 782px) { .wp-block-columns { flex-wrap: nowrap; } }
5006
-
5007
- .wp-block-columns.has-background { padding: 20px 38px; }
5008
-
5009
- .wp-block-column { flex-grow: 1; min-width: 0; word-break: break-word; overflow-wrap: break-word; }
5010
-
5011
- @media (max-width: 599px) { .wp-block-column { flex-basis: 100% !important; } }
5012
-
5013
- @media (min-width: 600px) and (max-width: 781px) { .wp-block-column { flex-basis: calc(50% - 16px) !important; flex-grow: 0; }
5014
- .wp-block-column:nth-child(even) { margin-left: 32px; } }
5015
-
5016
- @media (min-width: 782px) { .wp-block-column { flex-basis: 0; flex-grow: 1; }
5017
- .wp-block-column[style*="flex-basis"] { flex-grow: 0; }
5018
- .wp-block-column:not(:first-child) { margin-left: 32px; } }
5019
-
5020
- /** All Columns Alignment */
5021
- .wp-block-columns.are-vertically-aligned-top { align-items: flex-start; }
5022
-
5023
- .wp-block-columns.are-vertically-aligned-center { align-items: center; }
5024
-
5025
- .wp-block-columns.are-vertically-aligned-bottom { align-items: flex-end; }
5026
-
5027
- /** Individual Column Alignment */
5028
- .wp-block-column.is-vertically-aligned-top { align-self: flex-start; }
5029
-
5030
- .wp-block-column.is-vertically-aligned-center { -ms-grid-row-align: center; align-self: center; }
5031
-
5032
- .wp-block-column.is-vertically-aligned-bottom { align-self: flex-end; }
5033
-
5034
- .wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom { width: 100%; }
5035
-
5036
- .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: 16px; }
5037
-
5038
- .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: fixed; }
5039
-
5040
- @supports (-webkit-overflow-scrolling: touch) { .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: scroll; } }
5041
-
5042
- @media (prefers-reduced-motion: reduce) { .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax { background-attachment: scroll; } }
5043
-
5044
- .wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim { background-color: #000; }
5045
-
5046
- .wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before { content: ""; background-color: inherit; }
5047
-
5048
- .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; }
5049
-
5050
- .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; }
5051
-
5052
- .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; }
5053
-
5054
- .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; }
5055
-
5056
- .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; }
5057
-
5058
- .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; }
5059
-
5060
- .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; }
5061
-
5062
- .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; }
5063
-
5064
- .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; }
5065
-
5066
- .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; }
5067
-
5068
- .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; }
5069
-
5070
- .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; }
5071
-
5072
- .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; }
5073
-
5074
- .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; }
5075
-
5076
- .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; }
5077
-
5078
- .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; }
5079
-
5080
- .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; }
5081
-
5082
- .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; }
5083
-
5084
- .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; }
5085
-
5086
- .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; }
5087
-
5088
- .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; }
5089
-
5090
- .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; }
5091
-
5092
- .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright { max-width: 290px; width: 100%; }
5093
-
5094
- .wp-block-cover-image::after, .wp-block-cover::after { display: block; content: ""; font-size: 0; min-height: inherit; }
5095
-
5096
- @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-cover-image::after, .wp-block-cover::after { content: none; } }
5097
-
5098
- .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; }
5099
-
5100
- .wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container { width: calc(100% - 70px); z-index: 1; color: #f8f9f9; }
5101
-
5102
- .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; }
5103
-
5104
- .wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left { align-items: flex-start; justify-content: flex-start; }
5105
-
5106
- .wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center { align-items: flex-start; justify-content: center; }
5107
-
5108
- .wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right { align-items: flex-start; justify-content: flex-end; }
5109
-
5110
- .wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left { align-items: center; justify-content: flex-start; }
5111
-
5112
- .wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center { align-items: center; justify-content: center; }
5113
-
5114
- .wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right { align-items: center; justify-content: flex-end; }
5115
-
5116
- .wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left { align-items: flex-end; justify-content: flex-start; }
5117
-
5118
- .wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center { align-items: flex-end; justify-content: center; }
5119
-
5120
- .wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right { align-items: flex-end; justify-content: flex-end; }
5121
-
5122
- .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container { margin: 0; width: auto; }
5123
-
5124
- .wp-block-cover__video-background { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); width: 100%; height: 100%; z-index: 0; -o-object-fit: cover; object-fit: cover; }
5125
-
5126
- section.wp-block-cover-image h2, .wp-block-cover-image-text, .wp-block-cover-text { color: #fff; }
5127
-
5128
- section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:hover, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:active, .wp-block-cover-image-text a, .wp-block-cover-image-text a:hover, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:active, .wp-block-cover-text a, .wp-block-cover-text a:hover, .wp-block-cover-text a:focus, .wp-block-cover-text a:active { color: #fff; }
5129
-
5130
- .wp-block-cover-image .wp-block-cover.has-left-content { justify-content: flex-start; }
5131
-
5132
- .wp-block-cover-image .wp-block-cover.has-right-content { justify-content: flex-end; }
5133
-
5134
- section.wp-block-cover-image.has-left-content > h2, .wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text { margin-left: 0; text-align: left; }
5135
-
5136
- 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; }
5137
-
5138
- 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: 14px; text-align: center; }
5139
-
5140
- .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%; }
5141
-
5142
- .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; }
5143
-
5144
- .wp-block-embed { margin-bottom: 1em; }
5145
-
5146
- .wp-block-embed figcaption { margin-top: 0.5em; margin-bottom: 1em; }
5147
-
5148
- .wp-block-embed iframe { max-width: 100%; }
5149
-
5150
- .wp-block-embed__wrapper { position: relative; }
5151
-
5152
- .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before { content: ""; display: block; padding-top: 50%; }
5153
-
5154
- .wp-embed-responsive .wp-has-aspect-ratio iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 100%; width: 100%; }
5155
-
5156
- .wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before { padding-top: 42.85%; }
5157
-
5158
- .wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before { padding-top: 50%; }
5159
-
5160
- .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before { padding-top: 56.25%; }
5161
-
5162
- .wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before { padding-top: 75%; }
5163
-
5164
- .wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before { padding-top: 100%; }
5165
-
5166
- .wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before { padding-top: 66.66%; }
5167
-
5168
- .wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before { padding-top: 200%; }
5169
-
5170
- .wp-block-file { margin-bottom: 1.5em; }
5171
-
5172
- .wp-block-file.aligncenter { text-align: center; }
5173
-
5174
- .wp-block-file.alignright { /*rtl:ignore*/ text-align: right; }
5175
-
5176
- .wp-block-file .wp-block-file__button { background: #32373c; border-radius: 2em; color: #fff; font-size: 13px; padding: 0.5em 1em; }
5177
-
5178
- .wp-block-file a.wp-block-file__button { text-decoration: none; }
5179
-
5180
- .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active { box-shadow: none; color: #fff; opacity: 0.85; text-decoration: none; }
5181
-
5182
- .wp-block-file * + .wp-block-file__button { margin-left: 0.75em; }
5183
-
5184
- .wp-block-gallery, .blocks-gallery-grid { display: flex; flex-wrap: wrap; list-style-type: none; padding: 0; margin: 0; }
5185
-
5186
- .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 16px 16px 0; display: flex; flex-grow: 1; flex-direction: column; justify-content: center; position: relative; }
5187
-
5188
- .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%; }
5189
-
5190
- @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; } }
5191
-
5192
- .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; }
5193
-
5194
- .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%; }
5195
-
5196
- @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; } }
5197
-
5198
- .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: 40px 10px 9px; color: #fff; text-align: center; font-size: 13px; background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
5199
-
5200
- .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; }
5201
-
5202
- .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%; }
5203
-
5204
- @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; } }
5205
-
5206
- .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% - 16px); }
5207
-
5208
- .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; }
5209
-
5210
- .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; }
5211
-
5212
- @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% - 10.66667px); margin-right: 16px; }
5213
- .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% - 12px); margin-right: 16px; }
5214
- .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% - 12.8px); margin-right: 16px; }
5215
- .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% - 13.33333px); margin-right: 16px; }
5216
- .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% - 13.71429px); margin-right: 16px; }
5217
- .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% - 14px); margin-right: 16px; }
5218
- .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; }
5219
- .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; }
5220
- .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) { margin-right: 0; }
5221
- .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) { margin-right: 0; }
5222
- .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) { margin-right: 0; }
5223
- .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) { margin-right: 0; }
5224
- .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) { margin-right: 0; }
5225
- .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) { margin-right: 0; } }
5226
-
5227
- .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; }
5228
-
5229
- .wp-block-gallery.alignleft, .wp-block-gallery.alignright, .blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright { max-width: 290px; width: 100%; }
5230
-
5231
- .wp-block-gallery.aligncenter .blocks-gallery-item figure, .blocks-gallery-grid.aligncenter .blocks-gallery-item figure { justify-content: center; }
5232
-
5233
- h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background { padding: 20px 38px; }
5234
-
5235
- .wp-block-image { margin-bottom: 1em; }
5236
-
5237
- .wp-block-image img { max-width: 100%; }
5238
-
5239
- .wp-block-image.aligncenter { text-align: center; }
5240
-
5241
- .wp-block-image.alignfull img, .wp-block-image.alignwide img { width: 100%; }
5242
-
5243
- .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-image.is-resized { display: table; }
5244
-
5245
- .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; }
5246
-
5247
- .wp-block-image .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin-left: 0; margin-right: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
5248
-
5249
- .wp-block-image .alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin-right: 0; margin-left: 1em; margin-top: 0.5em; margin-bottom: 0.5em; }
5250
-
5251
- .wp-block-image .aligncenter { margin-left: auto; margin-right: auto; }
5252
-
5253
- .wp-block-image figcaption { margin-top: 0.5em; margin-bottom: 1em; }
5254
-
5255
- .is-style-rounded img { border-radius: 9999px; }
5256
-
5257
- .is-style-circle-mask img { border-radius: 9999px; }
5258
-
5259
- @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; } }
5260
-
5261
- .wp-block-latest-comments__comment { font-size: 15px; line-height: 1.1; list-style: none; margin-bottom: 1em; }
5262
-
5263
- .has-avatars .wp-block-latest-comments__comment { min-height: 36px; list-style: none; }
5264
-
5265
- .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt { margin-left: 52px; }
5266
-
5267
- .has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment { line-height: 1.5; }
5268
-
5269
- .wp-block-latest-comments__comment-excerpt p { font-size: 14px; line-height: 1.8; margin: 5px 0 20px; }
5270
-
5271
- .wp-block-latest-comments__comment-date { color: #8f98a1; display: block; font-size: 12px; }
5272
-
5273
- .wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar { border-radius: 24px; display: block; float: left; height: 40px; margin-right: 12px; width: 40px; }
5274
-
5275
- .wp-block-latest-posts.alignleft { /*rtl:ignore*/ margin-right: 2em; }
5276
-
5277
- .wp-block-latest-posts.alignright { /*rtl:ignore*/ margin-left: 2em; }
5278
-
5279
- .wp-block-latest-posts.wp-block-latest-posts__list { list-style: none; }
5280
-
5281
- .wp-block-latest-posts.wp-block-latest-posts__list li { clear: both; }
5282
-
5283
- .wp-block-latest-posts.is-grid { display: flex; flex-wrap: wrap; padding: 0; }
5284
-
5285
- .wp-block-latest-posts.is-grid li { margin: 0 20px 20px 0; width: 100%; }
5286
-
5287
- @media (min-width: 600px) { .wp-block-latest-posts.columns-2 li { width: calc((100% / 2) - 20px); }
5288
- .wp-block-latest-posts.columns-3 li { width: calc((100% / 3) - 20px); }
5289
- .wp-block-latest-posts.columns-4 li { width: calc((100% / 4) - 20px); }
5290
- .wp-block-latest-posts.columns-5 li { width: calc((100% / 5) - 20px); }
5291
- .wp-block-latest-posts.columns-6 li { width: calc((100% / 6) - 20px); } }
5292
-
5293
- .wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author { display: block; color: #6c7781; font-size: 13px; }
5294
-
5295
- .wp-block-latest-posts__post-excerpt { margin-top: 8px; margin-bottom: 16px; }
5296
-
5297
- .wp-block-latest-posts__featured-image img { height: auto; width: auto; }
5298
-
5299
- .wp-block-latest-posts__featured-image.alignleft { /*rtl:ignore*/ margin-right: 1em; }
5300
-
5301
- .wp-block-latest-posts__featured-image.alignright { /*rtl:ignore*/ margin-left: 1em; }
5302
-
5303
- .wp-block-latest-posts__featured-image.aligncenter { margin-bottom: 1em; text-align: center; }
5304
-
5305
- .edit-post-visual-editor .wp-block-latest-posts.is-grid li { margin-bottom: 20px; }
5306
-
5307
- .wp-block-media-text { /*!rtl:begin:ignore*/ direction: ltr; /*!rtl:end:ignore*/ display: -ms-grid; display: grid; -ms-grid-columns: 50% 1fr; grid-template-columns: 50% 1fr; -ms-grid-rows: auto; grid-template-rows: auto; }
5308
-
5309
- .wp-block-media-text.has-media-on-the-right { -ms-grid-columns: 1fr 50%; grid-template-columns: 1fr 50%; }
5310
-
5311
- .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media { -ms-grid-row-align: start; align-self: start; }
5312
-
5313
- .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media { -ms-grid-row-align: center; align-self: center; }
5314
-
5315
- .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media { -ms-grid-row-align: end; align-self: end; }
5316
-
5317
- .wp-block-media-text .wp-block-media-text__media { /*!rtl:begin:ignore*/ -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; /*!rtl:end:ignore*/ margin: 0; }
5318
-
5319
- .wp-block-media-text .wp-block-media-text__content { direction: ltr; /*!rtl:begin:ignore*/ -ms-grid-column: 2; grid-column: 2; -ms-grid-row: 1; grid-row: 1; /*!rtl:end:ignore*/ padding: 0 8% 0 8%; word-break: break-word; }
5320
-
5321
- .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { /*!rtl:begin:ignore*/ -ms-grid-column: 2; grid-column: 2; -ms-grid-row: 1; grid-row: 1; /*!rtl:end:ignore*/ }
5322
-
5323
- .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { /*!rtl:begin:ignore*/ -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; /*!rtl:end:ignore*/ }
5324
-
5325
- .wp-block-media-text__media img, .wp-block-media-text__media video { max-width: unset; width: 100%; vertical-align: middle; }
5326
-
5327
- .wp-block-media-text.is-image-fill figure.wp-block-media-text__media { height: 100%; min-height: 250px; background-size: cover; }
5328
-
5329
- .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; }
5330
-
5331
- /* 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. */
5332
- @media (max-width: 600px) { .wp-block-media-text.is-stacked-on-mobile { -ms-grid-columns: 100% !important; grid-template-columns: 100% !important; }
5333
- .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; }
5334
- .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; }
5335
- .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; }
5336
- .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; } }
5337
-
5338
- .wp-block-navigation__container { list-style: none; margin: 0; padding-left: 0; display: flex; flex-wrap: wrap; }
5339
-
5340
- .is-vertical .wp-block-navigation__container { display: block; }
5341
-
5342
- .wp-block-navigation-link { display: flex; align-items: center; position: relative; margin: 0; padding: 8px; }
5343
-
5344
- .wp-block-navigation-link .wp-block-navigation__container:empty { display: none; }
5345
-
5346
- .has-child .wp-block-navigation__container { border: 1px solid rgba(0, 0, 0, 0.15); padding: 6px 0; background-color: inherit; color: inherit; position: absolute; left: 0; top: 100%; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; z-index: 1; opacity: 0; transition: opacity 0.1s linear; visibility: hidden; }
5347
-
5348
- .has-child .wp-block-navigation__container > .wp-block-navigation-link { font-size: 15px; }
5349
-
5350
- .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content { flex-grow: 1; }
5351
-
5352
- .has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon { padding-right: 8px; }
5353
-
5354
- @media (min-width: 782px) { .has-child .wp-block-navigation__container { left: 24px; }
5355
- .has-child .wp-block-navigation__container .wp-block-navigation__container { left: calc(100% + 8px); top: -7px; }
5356
- .has-child .wp-block-navigation__container .wp-block-navigation__container::before { content: ""; position: absolute; right: 100%; height: 100%; display: block; width: 8px; background: transparent; }
5357
- .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg { transform: rotate(0); } }
5358
-
5359
- .has-child:hover { cursor: pointer; }
5360
-
5361
- .has-child:hover > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
5362
-
5363
- .has-child:focus-within { cursor: pointer; }
5364
-
5365
- .has-child:focus-within > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
5366
-
5367
- .wp-block-navigation-link__content { text-decoration: none; padding: 6px 16px; }
5368
-
5369
- .has-text-color .wp-block-navigation-link__content { color: inherit; }
5370
-
5371
- .wp-block-navigation-link__label { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; word-break: normal; overflow-wrap: break-word; }
5372
-
5373
- .wp-block-navigation-link__submenu-icon { height: inherit; padding: 6px 16px; }
5374
-
5375
- .wp-block-navigation-link__submenu-icon svg { fill: currentColor; }
5376
-
5377
- @media (min-width: 782px) { .wp-block-navigation-link__submenu-icon svg { transform: rotate(90deg); } }
5378
-
5379
- .wp-block-navigation .wp-block-navigation-link:not(.has-text-color), .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) { color: #111; }
5380
-
5381
- .wp-block-navigation:not(.has-background) .wp-block-navigation__container, .wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container { background-color: #fff; }
5382
-
5383
- .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) { color: #fff; }
5384
-
5385
- .wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container { background-color: #333; }
5386
-
5387
- .items-justified-left > ul { justify-content: flex-start; }
5388
-
5389
- .items-justified-center > ul { justify-content: center; }
5390
-
5391
- .items-justified-right > ul { justify-content: flex-end; }
5392
-
5393
- .is-small-text { font-size: 14px; }
5394
-
5395
- .is-regular-text { font-size: 16px; }
5396
-
5397
- .is-large-text { font-size: 36px; }
5398
-
5399
- .is-larger-text { font-size: 48px; }
5400
-
5401
- .has-drop-cap:not(:focus)::first-letter { float: left; font-size: 8.4em; line-height: 0.68; font-weight: 100; margin: 0.05em 0.1em 0 0; text-transform: uppercase; font-style: normal; }
5402
-
5403
- p.has-background { padding: 20px 38px; }
5404
-
5405
- p.has-text-color a { color: inherit; }
5406
-
5407
- .wp-block-post-author { display: flex; flex-wrap: wrap; line-height: 1.5; }
5408
-
5409
- .wp-block-post-author__byline { width: 100%; margin-top: 0; margin-bottom: 0; font-size: 0.8em; }
5410
-
5411
- .wp-block-post-author__avatar { margin-right: 16px; }
5412
-
5413
- .wp-block-post-author__bio { margin-top: 8px; }
5414
-
5415
- .wp-block-post-author__content { flex-grow: 1; flex-basis: 0; }
5416
-
5417
- .wp-block-post-author__name { font-weight: bold; margin: 0; }
5418
-
5419
- .wp-block-pullquote { padding: 3em 0; margin-left: 0; margin-right: 0; text-align: center; }
5420
-
5421
- .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright { max-width: 290px; }
5422
-
5423
- .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p { font-size: 20px; }
5424
-
5425
- .wp-block-pullquote p { font-size: 28px; line-height: 1.6; }
5426
-
5427
- .wp-block-pullquote cite, .wp-block-pullquote footer { position: relative; }
5428
-
5429
- .wp-block-pullquote .has-text-color a { color: inherit; }
5430
-
5431
- .wp-block-pullquote:not(.is-style-solid-color) { background: none; }
5432
-
5433
- .wp-block-pullquote.is-style-solid-color { border: none; }
5434
-
5435
- .wp-block-pullquote.is-style-solid-color blockquote { margin-left: auto; margin-right: auto; text-align: left; max-width: 60%; }
5436
-
5437
- .wp-block-pullquote.is-style-solid-color blockquote p { margin-top: 0; margin-bottom: 0; font-size: 32px; }
5438
-
5439
- .wp-block-pullquote.is-style-solid-color blockquote cite { text-transform: none; font-style: normal; }
5440
-
5441
- .wp-block-pullquote cite { color: inherit; }
5442
-
5443
- .wp-block-quote.is-style-large, .wp-block-quote.is-large { margin: 0 0 16px; padding: 0 1em; }
5444
-
5445
- .wp-block-quote.is-style-large p, .wp-block-quote.is-large p { font-size: 24px; font-style: italic; line-height: 1.6; }
5446
-
5447
- .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: 18px; text-align: right; }
5448
-
5449
- .wp-block-rss.alignleft { /*rtl:ignore*/ margin-right: 2em; }
5450
-
5451
- .wp-block-rss.alignright { /*rtl:ignore*/ margin-left: 2em; }
5452
-
5453
- .wp-block-rss.is-grid { display: flex; flex-wrap: wrap; padding: 0; list-style: none; }
5454
-
5455
- .wp-block-rss.is-grid li { margin: 0 16px 16px 0; width: 100%; }
5456
-
5457
- @media (min-width: 600px) { .wp-block-rss.columns-2 li { width: calc(( 100% / 2 ) - 16px); }
5458
- .wp-block-rss.columns-3 li { width: calc(( 100% / 3 ) - 16px); }
5459
- .wp-block-rss.columns-4 li { width: calc(( 100% / 4 ) - 16px); }
5460
- .wp-block-rss.columns-5 li { width: calc(( 100% / 5 ) - 16px); }
5461
- .wp-block-rss.columns-6 li { width: calc(( 100% / 6 ) - 16px); } }
5462
-
5463
- .wp-block-rss__item-publish-date, .wp-block-rss__item-author { display: block; color: #6c7781; font-size: 13px; }
5464
-
5465
- .wp-block-search { display: flex; flex-wrap: wrap; }
5466
-
5467
- .wp-block-search .wp-block-search__label { width: 100%; }
5468
-
5469
- .wp-block-search .wp-block-search__input { flex-grow: 1; max-width: 360px; }
5470
-
5471
- .wp-block-search .wp-block-search__button { margin-left: 10px; }
5472
-
5473
- .wp-block-separator.is-style-wide { border-bottom-width: 1px; }
5474
-
5475
- .wp-block-separator.is-style-dots { background: none !important; border: none; text-align: center; max-width: none; line-height: 1; height: auto; }
5476
-
5477
- .wp-block-separator.is-style-dots::before { content: "\00b7 \00b7 \00b7"; color: currentColor; font-size: 20px; letter-spacing: 2em; /*rtl:ignore*/ padding-left: 2em; font-family: serif; }
5478
-
5479
- .wp-block-social-links { display: flex; justify-content: flex-start; padding-left: 0; padding-right: 0; margin-left: 0; }
5480
-
5481
- .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; }
5482
-
5483
- .wp-social-link { display: block; width: 36px; height: 36px; border-radius: 36px; margin-right: 8px; transition: transform 0.1s ease; }
5484
-
5485
- @media (prefers-reduced-motion: reduce) { .wp-social-link { transition-duration: 0s; } }
5486
-
5487
- .wp-social-link a { padding: 6px; display: block; line-height: 0; transition: transform 0.1s ease; }
5488
-
5489
- .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; }
5490
-
5491
- .wp-social-link:hover { transform: scale(1.1); }
5492
-
5493
- .wp-block-social-links.aligncenter { justify-content: center; display: flex; }
5494
-
5495
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link { background-color: #f0f0f0; color: #444; }
5496
-
5497
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon { background-color: #f90; color: #fff; }
5498
-
5499
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp { background-color: #1ea0c3; color: #fff; }
5500
-
5501
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance { background-color: #0757fe; color: #fff; }
5502
-
5503
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen { background-color: #1e1f26; color: #fff; }
5504
-
5505
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart { background-color: #02e49b; color: #fff; }
5506
-
5507
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble { background-color: #e94c89; color: #fff; }
5508
-
5509
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox { background-color: #4280ff; color: #fff; }
5510
-
5511
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy { background-color: #f45800; color: #fff; }
5512
-
5513
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook { background-color: #1778f2; color: #fff; }
5514
-
5515
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx { background-color: #000; color: #fff; }
5516
-
5517
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr { background-color: #0461dd; color: #fff; }
5518
-
5519
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare { background-color: #e65678; color: #fff; }
5520
-
5521
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github { background-color: #24292d; color: #fff; }
5522
-
5523
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads { background-color: #eceadd; color: #382110; }
5524
-
5525
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google { background-color: #ea4434; color: #fff; }
5526
-
5527
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram { background-color: #f00075; color: #fff; }
5528
-
5529
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm { background-color: #e21b24; color: #fff; }
5530
-
5531
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin { background-color: #0d66c2; color: #fff; }
5532
-
5533
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon { background-color: #3288d4; color: #fff; }
5534
-
5535
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium { background-color: #02ab6c; color: #fff; }
5536
-
5537
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup { background-color: #f6405f; color: #fff; }
5538
-
5539
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest { background-color: #e60122; color: #fff; }
5540
-
5541
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket { background-color: #ef4155; color: #fff; }
5542
-
5543
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit { background-color: #fe4500; color: #fff; }
5544
-
5545
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype { background-color: #0478d7; color: #fff; }
5546
-
5547
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat { background-color: #fefc00; color: #fff; stroke: #000; }
5548
-
5549
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud { background-color: #ff5600; color: #fff; }
5550
-
5551
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify { background-color: #1bd760; color: #fff; }
5552
-
5553
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr { background-color: #011835; color: #fff; }
5554
-
5555
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch { background-color: #6440a4; color: #fff; }
5556
-
5557
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter { background-color: #1da1f2; color: #fff; }
5558
-
5559
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo { background-color: #1eb7ea; color: #fff; }
5560
-
5561
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk { background-color: #4680c2; color: #fff; }
5562
-
5563
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress { background-color: #3499cd; color: #fff; }
5564
-
5565
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp { background-color: #d32422; color: #fff; }
5566
-
5567
- .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube { background-color: #f00; color: #fff; }
5568
-
5569
- .wp-block-social-links.is-style-logos-only .wp-social-link { background: none; padding: 4px; }
5570
-
5571
- .wp-block-social-links.is-style-logos-only .wp-social-link svg { width: 28px; height: 28px; }
5572
-
5573
- .wp-block-social-links.is-style-logos-only .wp-social-link-amazon { color: #f90; }
5574
-
5575
- .wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp { color: #1ea0c3; }
5576
-
5577
- .wp-block-social-links.is-style-logos-only .wp-social-link-behance { color: #0757fe; }
5578
-
5579
- .wp-block-social-links.is-style-logos-only .wp-social-link-codepen { color: #1e1f26; }
5580
-
5581
- .wp-block-social-links.is-style-logos-only .wp-social-link-deviantart { color: #02e49b; }
5582
-
5583
- .wp-block-social-links.is-style-logos-only .wp-social-link-dribbble { color: #e94c89; }
5584
-
5585
- .wp-block-social-links.is-style-logos-only .wp-social-link-dropbox { color: #4280ff; }
5586
-
5587
- .wp-block-social-links.is-style-logos-only .wp-social-link-etsy { color: #f45800; }
5588
-
5589
- .wp-block-social-links.is-style-logos-only .wp-social-link-facebook { color: #1778f2; }
5590
-
5591
- .wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx { color: #000; }
5592
-
5593
- .wp-block-social-links.is-style-logos-only .wp-social-link-flickr { color: #0461dd; }
5594
-
5595
- .wp-block-social-links.is-style-logos-only .wp-social-link-foursquare { color: #e65678; }
5596
-
5597
- .wp-block-social-links.is-style-logos-only .wp-social-link-github { color: #24292d; }
5598
-
5599
- .wp-block-social-links.is-style-logos-only .wp-social-link-goodreads { color: #382110; }
5600
-
5601
- .wp-block-social-links.is-style-logos-only .wp-social-link-google { color: #ea4434; }
5602
-
5603
- .wp-block-social-links.is-style-logos-only .wp-social-link-instagram { color: #f00075; }
5604
-
5605
- .wp-block-social-links.is-style-logos-only .wp-social-link-lastfm { color: #e21b24; }
5606
-
5607
- .wp-block-social-links.is-style-logos-only .wp-social-link-linkedin { color: #0d66c2; }
5608
-
5609
- .wp-block-social-links.is-style-logos-only .wp-social-link-mastodon { color: #3288d4; }
5610
-
5611
- .wp-block-social-links.is-style-logos-only .wp-social-link-medium { color: #02ab6c; }
5612
-
5613
- .wp-block-social-links.is-style-logos-only .wp-social-link-meetup { color: #f6405f; }
5614
-
5615
- .wp-block-social-links.is-style-logos-only .wp-social-link-pinterest { color: #e60122; }
5616
-
5617
- .wp-block-social-links.is-style-logos-only .wp-social-link-pocket { color: #ef4155; }
5618
-
5619
- .wp-block-social-links.is-style-logos-only .wp-social-link-reddit { color: #fe4500; }
5620
-
5621
- .wp-block-social-links.is-style-logos-only .wp-social-link-skype { color: #0478d7; }
5622
-
5623
- .wp-block-social-links.is-style-logos-only .wp-social-link-snapchat { color: #fff; stroke: #000; }
5624
-
5625
- .wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud { color: #ff5600; }
5626
-
5627
- .wp-block-social-links.is-style-logos-only .wp-social-link-spotify { color: #1bd760; }
5628
-
5629
- .wp-block-social-links.is-style-logos-only .wp-social-link-tumblr { color: #011835; }
5630
-
5631
- .wp-block-social-links.is-style-logos-only .wp-social-link-twitch { color: #6440a4; }
5632
-
5633
- .wp-block-social-links.is-style-logos-only .wp-social-link-twitter { color: #1da1f2; }
5634
-
5635
- .wp-block-social-links.is-style-logos-only .wp-social-link-vimeo { color: #1eb7ea; }
5636
-
5637
- .wp-block-social-links.is-style-logos-only .wp-social-link-vk { color: #4680c2; }
5638
-
5639
- .wp-block-social-links.is-style-logos-only .wp-social-link-wordpress { color: #3499cd; }
5640
-
5641
- .wp-block-social-links.is-style-logos-only .wp-social-link-yelp { background-color: #d32422; color: #fff; }
5642
-
5643
- .wp-block-social-links.is-style-logos-only .wp-social-link-youtube { color: #f00; }
5644
-
5645
- .wp-block-social-links.is-style-pill-shape .wp-social-link { width: auto; }
5646
-
5647
- .wp-block-social-links.is-style-pill-shape .wp-social-link a { padding-left: 16px; padding-right: 16px; }
5648
-
5649
- .wp-block-spacer { clear: both; }
5650
-
5651
- p.wp-block-subhead { font-size: 1.1em; font-style: italic; opacity: 0.75; }
5652
-
5653
- .wp-block-table { overflow-x: auto; }
5654
-
5655
- .wp-block-table table { width: 100%; }
5656
-
5657
- .wp-block-table .has-fixed-layout { table-layout: fixed; width: 100%; }
5658
-
5659
- .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th { word-break: break-word; }
5660
-
5661
- .wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright { display: table; width: auto; }
5662
-
5663
- .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignright td, .wp-block-table.alignright th { word-break: break-word; }
5664
-
5665
- .wp-block-table .has-subtle-light-gray-background-color { background-color: #f3f4f5; }
5666
-
5667
- .wp-block-table .has-subtle-pale-green-background-color { background-color: #e9fbe5; }
5668
-
5669
- .wp-block-table .has-subtle-pale-blue-background-color { background-color: #e7f5fe; }
5670
-
5671
- .wp-block-table .has-subtle-pale-pink-background-color { background-color: #fcf0ef; }
5672
-
5673
- .wp-block-table.is-style-stripes { border-spacing: 0; border-collapse: inherit; background-color: transparent; border-bottom: 1px solid #f3f4f5; }
5674
-
5675
- .wp-block-table.is-style-stripes tbody tr:nth-child(odd) { background-color: #f3f4f5; }
5676
-
5677
- .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) { background-color: #f3f4f5; }
5678
-
5679
- .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) { background-color: #e9fbe5; }
5680
-
5681
- .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) { background-color: #e7f5fe; }
5682
-
5683
- .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) { background-color: #fcf0ef; }
5684
-
5685
- .wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td { border-color: transparent; }
5686
-
5687
- .wp-block-text-columns { display: flex; }
5688
-
5689
- .wp-block-text-columns.aligncenter { display: flex; }
5690
-
5691
- .wp-block-text-columns .wp-block-column { margin: 0 16px; padding: 0; }
5692
-
5693
- .wp-block-text-columns .wp-block-column:first-child { margin-left: 0; }
5694
-
5695
- .wp-block-text-columns .wp-block-column:last-child { margin-right: 0; }
5696
-
5697
- .wp-block-text-columns.columns-2 .wp-block-column { width: calc(100% / 2); }
5698
-
5699
- .wp-block-text-columns.columns-3 .wp-block-column { width: calc(100% / 3); }
5700
-
5701
- .wp-block-text-columns.columns-4 .wp-block-column { width: calc(100% / 4); }
5702
-
5703
- .wp-block-video { margin-left: 0; margin-right: 0; }
5704
-
5705
- .wp-block-video video { max-width: 100%; }
5706
-
5707
- @supports ((position: -webkit-sticky) or (position: sticky)) { .wp-block-video [poster] { -o-object-fit: cover; object-fit: cover; } }
5708
-
5709
- .wp-block-video.aligncenter { text-align: center; }
5710
-
5711
- .wp-block-video figcaption { margin-top: 0.5em; margin-bottom: 1em; }
5712
-
5713
- :root .editor-styles-wrapper, :root { /* stylelint-disable function-comma-space-after */ /* stylelint-enable function-comma-space-after */ }
5714
-
5715
- :root .editor-styles-wrapper .has-pale-pink-background-color, :root .has-pale-pink-background-color { background-color: #f78da7; }
5716
-
5717
- :root .editor-styles-wrapper .has-vivid-red-background-color, :root .has-vivid-red-background-color { background-color: #cf2e2e; }
5718
-
5719
- :root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, :root .has-luminous-vivid-orange-background-color { background-color: #ff6900; }
5720
-
5721
- :root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, :root .has-luminous-vivid-amber-background-color { background-color: #fcb900; }
5722
-
5723
- :root .editor-styles-wrapper .has-light-green-cyan-background-color, :root .has-light-green-cyan-background-color { background-color: #7bdcb5; }
5724
-
5725
- :root .editor-styles-wrapper .has-vivid-green-cyan-background-color, :root .has-vivid-green-cyan-background-color { background-color: #00d084; }
5726
-
5727
- :root .editor-styles-wrapper .has-pale-cyan-blue-background-color, :root .has-pale-cyan-blue-background-color { background-color: #8ed1fc; }
5728
-
5729
- :root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, :root .has-vivid-cyan-blue-background-color { background-color: #0693e3; }
5730
-
5731
- :root .editor-styles-wrapper .has-vivid-purple-background-color, :root .has-vivid-purple-background-color { background-color: #9b51e0; }
5732
-
5733
- :root .editor-styles-wrapper .has-white-background-color, :root .has-white-background-color { background-color: #fff; }
5734
-
5735
- :root .editor-styles-wrapper .has-very-light-gray-background-color, :root .has-very-light-gray-background-color { background-color: #eee; }
5736
-
5737
- :root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, :root .has-cyan-bluish-gray-background-color { background-color: #abb8c3; }
5738
-
5739
- :root .editor-styles-wrapper .has-very-dark-gray-background-color, :root .has-very-dark-gray-background-color { background-color: #313131; }
5740
-
5741
- :root .editor-styles-wrapper .has-black-background-color, :root .has-black-background-color { background-color: #000; }
5742
-
5743
- :root .editor-styles-wrapper .has-pale-pink-color, :root .has-pale-pink-color { color: #f78da7; }
5744
-
5745
- :root .editor-styles-wrapper .has-vivid-red-color, :root .has-vivid-red-color { color: #cf2e2e; }
5746
-
5747
- :root .editor-styles-wrapper .has-luminous-vivid-orange-color, :root .has-luminous-vivid-orange-color { color: #ff6900; }
5748
-
5749
- :root .editor-styles-wrapper .has-luminous-vivid-amber-color, :root .has-luminous-vivid-amber-color { color: #fcb900; }
5750
-
5751
- :root .editor-styles-wrapper .has-light-green-cyan-color, :root .has-light-green-cyan-color { color: #7bdcb5; }
5752
-
5753
- :root .editor-styles-wrapper .has-vivid-green-cyan-color, :root .has-vivid-green-cyan-color { color: #00d084; }
5754
-
5755
- :root .editor-styles-wrapper .has-pale-cyan-blue-color, :root .has-pale-cyan-blue-color { color: #8ed1fc; }
5756
-
5757
- :root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color { color: #0693e3; }
5758
-
5759
- :root .editor-styles-wrapper .has-vivid-purple-color, :root .has-vivid-purple-color { color: #9b51e0; }
5760
-
5761
- :root .editor-styles-wrapper .has-white-color, :root .has-white-color { color: #fff; }
5762
-
5763
- :root .editor-styles-wrapper .has-very-light-gray-color, :root .has-very-light-gray-color { color: #eee; }
5764
-
5765
- :root .editor-styles-wrapper .has-cyan-bluish-gray-color, :root .has-cyan-bluish-gray-color { color: #abb8c3; }
5766
-
5767
- :root .editor-styles-wrapper .has-very-dark-gray-color, :root .has-very-dark-gray-color { color: #313131; }
5768
-
5769
- :root .editor-styles-wrapper .has-black-color, :root .has-black-color { color: #000; }
5770
-
5771
- :root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background { background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%); }
5772
-
5773
- :root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background, :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background { background: linear-gradient(135deg, #00d084 0%, #0693e3 100%); }
5774
-
5775
- :root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background { background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%); }
5776
-
5777
- :root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%); }
5778
-
5779
- :root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, :root .has-luminous-vivid-orange-to-vivid-red-gradient-background { background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%); }
5780
-
5781
- :root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background { background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%); }
5782
-
5783
- :root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, :root .has-cool-to-warm-spectrum-gradient-background { background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%); }
5784
-
5785
- :root .editor-styles-wrapper .has-blush-light-purple-gradient-background, :root .has-blush-light-purple-gradient-background { background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%); }
5786
-
5787
- :root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, :root .has-blush-bordeaux-gradient-background { background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%); }
5788
-
5789
- :root .editor-styles-wrapper .has-purple-crush-gradient-background, :root .has-purple-crush-gradient-background { background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%); }
5790
-
5791
- :root .editor-styles-wrapper .has-luminous-dusk-gradient-background, :root .has-luminous-dusk-gradient-background { background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%); }
5792
-
5793
- :root .editor-styles-wrapper .has-hazy-dawn-gradient-background, :root .has-hazy-dawn-gradient-background { background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%); }
5794
-
5795
- :root .editor-styles-wrapper .has-pale-ocean-gradient-background, :root .has-pale-ocean-gradient-background { background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%); }
5796
-
5797
- :root .editor-styles-wrapper .has-electric-grass-gradient-background, :root .has-electric-grass-gradient-background { background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%); }
5798
-
5799
- :root .editor-styles-wrapper .has-subdued-olive-gradient-background, :root .has-subdued-olive-gradient-background { background: linear-gradient(135deg, #fafae1 0%, #67a671 100%); }
5800
-
5801
- :root .editor-styles-wrapper .has-atomic-cream-gradient-background, :root .has-atomic-cream-gradient-background { background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%); }
5802
-
5803
- :root .editor-styles-wrapper .has-nightshade-gradient-background, :root .has-nightshade-gradient-background { background: linear-gradient(135deg, #330968 0%, #31cdcf 100%); }
5804
-
5805
- :root .editor-styles-wrapper .has-midnight-gradient-background, :root .has-midnight-gradient-background { background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }
5806
-
5807
- :root .editor-styles-wrapper .has-link-color a, :root .has-link-color a { color: var(--wp--style--color--link, #00e); }
5808
-
5809
- .editor-styles-wrapper .has-small-font-size, .has-small-font-size { font-size: 13px; }
5810
-
5811
- .editor-styles-wrapper .has-regular-font-size, .editor-styles-wrapper .has-normal-font-size, .has-regular-font-size, .has-normal-font-size { font-size: 16px; }
5812
-
5813
- .editor-styles-wrapper .has-medium-font-size, .has-medium-font-size { font-size: 20px; }
5814
-
5815
- .editor-styles-wrapper .has-large-font-size, .has-large-font-size { font-size: 36px; }
5816
-
5817
- .editor-styles-wrapper .has-larger-font-size, .editor-styles-wrapper .has-huge-font-size, .has-larger-font-size, .has-huge-font-size { font-size: 42px; }
5818
-
5819
- .has-text-align-center { text-align: center; }
5820
-
5821
- .has-text-align-left { /*rtl:ignore*/ text-align: left; }
5822
-
5823
- .has-text-align-right { /*rtl:ignore*/ text-align: right; }
5824
-
5825
- #end-resizable-editor-section { display: none; }
5826
-
5827
- .aligncenter { clear: both; }
5828
-
5829
- /** Colors */
5830
- /** Breakpoints & Media Queries */
5831
- /** Colors */
5832
- /** Fonts & basic variables. */
5833
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
5834
- /** Dimensions. */
5835
- /** Shadows. */
5836
- /** Editor widths. */
5837
- /** Block UI. */
5838
- /** Border radii. */
5839
- /** Breakpoint mixins */
5840
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
5841
- /** Focus styles. */
5842
- /** Applies editor left position to the selector passed as argument */
5843
- /** Styles that are reused verbatim in a few places */
5844
- /** Allows users to opt-out of animations via OS-level preferences. */
5845
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5846
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
5847
- #start-resizable-editor-section { display: none; }
5848
-
5849
- .wp-block-audio figcaption { color: #555d66; font-size: 13px; text-align: center; }
5850
-
5851
- .wp-block-code { font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; color: #23282d; padding: 0.8em 1em; border: 1px solid #e2e4e7; border-radius: 4px; }
5852
-
5853
- .wp-block-embed figcaption { color: #555d66; font-size: 13px; text-align: center; }
5854
-
5855
- .blocks-gallery-caption { color: #555d66; font-size: 13px; text-align: center; }
5856
-
5857
- .wp-block-image figcaption { color: #555d66; font-size: 13px; text-align: center; }
5858
-
5859
- .wp-block-pullquote { border-top: 4px solid #555d66; border-bottom: 4px solid #555d66; margin-bottom: 28px; color: #40464d; }
5860
-
5861
- .wp-block-pullquote cite, .wp-block-pullquote footer, .wp-block-pullquote__citation { color: #40464d; text-transform: uppercase; font-size: 13px; font-style: normal; }
5862
-
5863
- .wp-block-navigation ul, .wp-block-navigation ul li { list-style: none; }
5864
-
5865
- .wp-block-navigation-link.wp-block-navigation-link { margin: 0; }
5866
-
5867
- .wp-block-quote { border-left: 4px solid #000; margin: 0 0 28px 0; padding-left: 1em; }
5868
-
5869
- .wp-block-quote cite, .wp-block-quote footer, .wp-block-quote__citation { color: #6c7781; font-size: 13px; margin-top: 1em; position: relative; font-style: normal; }
5870
-
5871
- .wp-block-quote.has-text-align-right, .wp-block-quote.has-text-align-right { border-left: none; border-right: 4px solid #000; padding-left: 0; padding-right: 1em; }
5872
-
5873
- .wp-block-quote.has-text-align-center, .wp-block-quote.has-text-align-center { border: none; padding-left: 0; }
5874
-
5875
- .wp-block-quote.is-style-large, .wp-block-quote.is-large { border: none; }
5876
-
5877
- .wp-block-search .wp-block-search__label { font-weight: bold; }
5878
-
5879
- .wp-block-group.has-background { padding: 20px 30px; margin-top: 0; margin-bottom: 0; }
5880
-
5881
- .wp-block-separator { border: none; border-bottom: 2px solid #8f98a1; margin-left: auto; margin-right: auto; }
5882
-
5883
- .wp-block-separator:not(.is-style-wide):not(.is-style-dots) { max-width: 100px; }
5884
-
5885
- .wp-block-separator.has-background:not(.is-style-dots) { border-bottom: none; height: 1px; }
5886
-
5887
- .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) { height: 2px; }
5888
-
5889
- .wp-block-table { border-collapse: collapse; }
5890
-
5891
- .wp-block-table thead { border-bottom: 3px solid; }
5892
-
5893
- .wp-block-table tfoot { border-top: 3px solid; }
5894
-
5895
- .wp-block-table td, .wp-block-table th { padding: 0.5em; border: 1px solid; word-break: normal; }
5896
-
5897
- .wp-block-table figcaption { color: #555d66; font-size: 13px; text-align: center; }
5898
-
5899
- .wp-block-video figcaption { color: #555d66; font-size: 13px; text-align: center; }
5900
-
5901
- #end-resizable-editor-section { display: none; }
5902
-
5903
- /** Colors */
5904
- /** Breakpoints & Media Queries */
5905
- /** Colors */
5906
- /** Fonts & basic variables. */
5907
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
5908
- /** Dimensions. */
5909
- /** Shadows. */
5910
- /** Editor widths. */
5911
- /** Block UI. */
5912
- /** Border radii. */
5913
- /** Breakpoint mixins */
5914
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
5915
- /** Focus styles. */
5916
- /** Applies editor left position to the selector passed as argument */
5917
- /** Styles that are reused verbatim in a few places */
5918
- /** Allows users to opt-out of animations via OS-level preferences. */
5919
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
5920
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
5921
- #start-resizable-editor-section { display: none; }
5922
-
5923
- .block-editor ul.wp-block-archives { padding-left: 2.5em; }
5924
-
5925
- .wp-block-audio { margin-left: 0; margin-right: 0; }
5926
-
5927
- .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow__click-redirect { min-height: auto; }
5928
-
5929
- .edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container { padding-left: 0; padding-right: 0; }
5930
-
5931
- .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow { display: block; }
5932
-
5933
- .wp-block[data-align="center"] > .wp-block-button { text-align: center; margin-left: auto; margin-right: auto; }
5934
-
5935
- .wp-block[data-align="right"] > .wp-block-button { /*!rtl:ignore*/ text-align: right; }
5936
-
5937
- .wp-block-button { position: relative; cursor: text; }
5938
-
5939
- .wp-block-button:not(.has-text-color):not(.is-style-outline) [data-rich-text-placeholder]::after { color: #fff; }
5940
-
5941
- .wp-block-button:focus { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00a0d2; outline: 2px solid transparent; outline-offset: -2px; }
5942
-
5943
- .wp-block-button[data-rich-text-placeholder]::after { opacity: 0.8; }
5944
-
5945
- .wp-block-button__inline-link { color: #555d66; height: 0; overflow: hidden; max-width: 290px; }
5946
-
5947
- .wp-block-button__inline-link-input__suggestions { max-width: 290px; }
5948
-
5949
- @media (min-width: 782px) { .wp-block-button__inline-link { max-width: 260px; }
5950
- .wp-block-button__inline-link-input__suggestions { max-width: 260px; } }
5951
-
5952
- @media (min-width: 960px) { .wp-block-button__inline-link { max-width: 290px; }
5953
- .wp-block-button__inline-link-input__suggestions { max-width: 290px; } }
5954
-
5955
- .is-selected .wp-block-button__inline-link { height: auto; overflow: visible; margin-top: 16px; }
5956
-
5957
- div[data-type="core/button"] { display: table; }
5958
-
5959
- .wp-block-buttons .wp-block.block-editor-block-list__block[data-type="core/button"] { display: inline-block; width: auto; }
5960
-
5961
- .wp-block[data-align="center"] > .wp-block-buttons { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; }
5962
-
5963
- .wp-block[data-align="right"] > .wp-block-buttons { display: flex; justify-content: flex-end; }
5964
-
5965
- .wp-block-buttons .block-list-appender { display: inline-block; }
5966
-
5967
- .block-editor .wp-block-categories ul { padding-left: 2.5em; }
5968
-
5969
- .block-editor .wp-block-categories ul ul { margin-top: 6px; }
5970
-
5971
- .wp-block-code > code { display: block; }
5972
-
5973
- .wp-block-columns .wp-block { max-width: none; }
5974
-
5975
- @media (min-width: 600px) { .editor-styles-wrapper .block-editor-block-list__block.wp-block-column:nth-child(even) { margin-left: 32px; } }
5976
-
5977
- @media (min-width: 782px) { .editor-styles-wrapper .block-editor-block-list__block.wp-block-column:not(:first-child) { margin-left: 32px; } }
5978
-
5979
- .block-editor-block-list__block.wp-block-column.wp-block-column { margin-top: 0; margin-bottom: 0; }
5980
-
5981
- .wp-block-cover { position: relative; }
5982
-
5983
- .wp-block-cover.is-placeholder { min-height: auto !important; padding: 0 !important; }
5984
-
5985
- .wp-block-cover.components-placeholder h2 { color: inherit; }
5986
-
5987
- .wp-block-cover .block-editor-block-list__layout { width: 100%; }
5988
-
5989
- .wp-block-cover .wp-block-cover__inner-container { text-align: left; margin-left: 0; margin-right: 0; }
5990
-
5991
- .wp-block-cover .wp-block-cover__placeholder-background-options { width: 100%; }
5992
-
5993
- [data-align="left"] > .wp-block-cover, [data-align="right"] > .wp-block-cover { max-width: 290px; width: 100%; }
5994
-
5995
- .block-library-cover__reset-button { margin-left: auto; }
5996
-
5997
- .block-library-cover__resize-container { position: absolute !important; top: 0; left: 0; right: 0; bottom: 0; }
5998
-
5999
- .block-library-cover__resize-container:not(.is-resizing) { height: auto !important; }
6000
-
6001
- .wp-block-embed { margin-left: 0; margin-right: 0; clear: both; }
6002
-
6003
- .wp-block-embed.is-loading { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1em; min-height: 200px; text-align: center; background: #f8f9f9; }
6004
-
6005
- .wp-block-embed.is-loading p { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; }
6006
-
6007
- .wp-block-embed .components-placeholder__error { word-break: break-word; }
6008
-
6009
- .wp-block-embed .components-placeholder__learn-more { margin-top: 1em; }
6010
-
6011
- .block-library-embed__interactive-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; }
6012
-
6013
- .wp-block-file { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0; }
6014
-
6015
- .wp-block-file .wp-block-file__content-wrapper { flex-grow: 1; }
6016
-
6017
- .wp-block-file .wp-block-file__textlink { display: inline-block; min-width: 1em; }
6018
-
6019
- .wp-block-file .wp-block-file__textlink:focus { box-shadow: none; }
6020
-
6021
- .wp-block-file .wp-block-file__button-richtext-wrapper { display: inline-block; margin-left: 0.75em; }
6022
-
6023
- .wp-block-file .wp-block-file__copy-url-button { margin-left: 1em; }
6024
-
6025
- .wp-block-freeform.block-library-rich-text__tinymce { /* Remove blue highlighting of selected images in WebKit */ /* Image captions */ /* WP Views */ }
6026
-
6027
- .wp-block-freeform.block-library-rich-text__tinymce p, .wp-block-freeform.block-library-rich-text__tinymce li { line-height: 1.8; }
6028
-
6029
- .wp-block-freeform.block-library-rich-text__tinymce ul, .wp-block-freeform.block-library-rich-text__tinymce ol { padding-left: 2.5em; margin-left: 0; }
6030
-
6031
- .wp-block-freeform.block-library-rich-text__tinymce blockquote { margin: 0; box-shadow: inset 0 0 0 0 #e2e4e7; border-left: 4px solid #000; padding-left: 1em; }
6032
-
6033
- .wp-block-freeform.block-library-rich-text__tinymce pre { white-space: pre-wrap; font-family: Menlo, Consolas, monaco, monospace; font-size: 15px; color: #23282d; }
6034
-
6035
- .wp-block-freeform.block-library-rich-text__tinymce > *:first-child { margin-top: 0; }
6036
-
6037
- .wp-block-freeform.block-library-rich-text__tinymce > *:last-child { margin-bottom: 0; }
6038
-
6039
- .wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus { outline: none; }
6040
-
6041
- .wp-block-freeform.block-library-rich-text__tinymce a { color: #007fac; }
6042
-
6043
- .wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected] { padding: 0 2px; margin: 0 -2px; border-radius: 2px; box-shadow: 0 0 0 1px #e5f5fa; background: #e5f5fa; }
6044
-
6045
- .wp-block-freeform.block-library-rich-text__tinymce code { padding: 2px; border-radius: 2px; color: #23282d; background: #f3f4f5; font-family: Menlo, Consolas, monaco, monospace; font-size: 14px; }
6046
-
6047
- .wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected] { background: #e8eaeb; }
6048
-
6049
- .wp-block-freeform.block-library-rich-text__tinymce .alignright { /*rtl:ignore*/ float: right; /*rtl:ignore*/ margin: 0.5em 0 0.5em 1em; }
6050
-
6051
- .wp-block-freeform.block-library-rich-text__tinymce .alignleft { /*rtl:ignore*/ float: left; /*rtl:ignore*/ margin: 0.5em 1em 0.5em 0; }
6052
-
6053
- .wp-block-freeform.block-library-rich-text__tinymce .aligncenter { display: block; margin-left: auto; margin-right: auto; }
6054
-
6055
- .wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag { width: 96%; height: 20px; display: block; margin: 15px auto; outline: 0; cursor: default; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAADtgAAAAoBAMAAAA86gLBAAAAJFBMVEVMaXG7u7vBwcHDw8POzs68vLzGxsbMzMy+vr7AwMDQ0NDGxsYKLGzpAAAADHRSTlMA///zWf+/f///TMxNVGuqAAABwklEQVR4Ae3dMXLaQBTH4bfj8UCpx8hq0vgKvgFNemhT6Qo6gg6R+0ZahM2QLmyBJ99XWP9V5+o3jIUcLQEAAAAAAAAAAAAAAAAAAAAAAABQ8j0WL9lfTtlt18uNXAUA8O/KVtfa1tdcrOdSh9gCQAMlh1hMNbZZ1bsrsQWABsrhLRbz7z5in/32UbfUMUbkMQCAh5RfGYv82UdMdZ6HS2wjT2ILAI8r3XmM2B3WvM59vfO2xXYW2yYAENuPU8S+X/N67mKxzy225yaxBQCxLV392UdcvwV0jPVUj98ntkBWT7C7+9u2/V/vGtvXIWJ6/4rtbottWa6Ri0NUT/u72LYttrb97LHdvUXMxxrb8TO2W2TF1rYbbLG1bbGNjMi4+2Sbi1FsbbvNFlvbFtt5fDnE3d9sP1/XeIyV2Nr2U2/guZUuptNrH/dPI9eLB6SaAEBs6wPJf3/PNk9tYgsAYrv/8TFuzx/fvkFqGtrEFgDEdpcZUb7ejXy6ntrEFgDENvL6gsas4vbdyKt4DACI7TxElJv/Z7udpqFNbAFAbKduy2uU2trttM/x28UWAAAAAAAAAAAAAAAAAAAAAAAAAADgDyPwGmGTCZp7AAAAAElFTkSuQmCC); background-size: 1900px 20px; background-repeat: no-repeat; background-position: center; }
6056
-
6057
- .wp-block-freeform.block-library-rich-text__tinymce img::-moz-selection { background-color: transparent; }
6058
-
6059
- .wp-block-freeform.block-library-rich-text__tinymce img::selection { background-color: transparent; }
6060
-
6061
- .wp-block-freeform.block-library-rich-text__tinymce div.mceTemp { -ms-user-select: element; }
6062
-
6063
- .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption { margin: 0; /* dl browser reset */ max-width: 100%; }
6064
-
6065
- .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a, .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img { display: block; }
6066
-
6067
- .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption, .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption * { -webkit-user-drag: none; }
6068
-
6069
- .wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd { padding-top: 0.5em; margin: 0; /* browser dd reset */ }
6070
-
6071
- .wp-block-freeform.block-library-rich-text__tinymce .wpview { width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */ position: relative; clear: both; margin-bottom: 16px; border: 1px solid transparent; }
6072
-
6073
- .wp-block-freeform.block-library-rich-text__tinymce .wpview iframe { display: block; max-width: 100%; background: transparent; }
6074
-
6075
- .wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
6076
-
6077
- .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim { display: none; }
6078
-
6079
- .wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder { border: 1px dashed #e8eaeb; padding: 10px; }
6080
-
6081
- .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error { border: 1px solid #e8eaeb; padding: 1em 0; margin: 0; word-wrap: break-word; }
6082
-
6083
- .wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p { margin: 0; text-align: center; }
6084
-
6085
- .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder, .wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error { border-color: transparent; }
6086
-
6087
- .wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons { display: block; margin: 0 auto; width: 32px; height: 32px; font-size: 32px; }
6088
-
6089
- .wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery::after { content: ""; display: table; clear: both; }
6090
-
6091
- .wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus { outline: none; }
6092
-
6093
- .wp-block-freeform.block-library-rich-text__tinymce .gallery a { cursor: default; }
6094
-
6095
- .wp-block-freeform.block-library-rich-text__tinymce .gallery { margin: auto -6px; padding: 6px 0; line-height: 1; overflow-x: hidden; }
6096
-
6097
- .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item { float: left; margin: 0; text-align: center; padding: 6px; box-sizing: border-box; }
6098
-
6099
- .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption, .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon { margin: 0; }
6100
-
6101
- .wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption { font-size: 13px; margin: 4px 0; }
6102
-
6103
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item { width: 100%; }
6104
-
6105
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item { width: 50%; }
6106
-
6107
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item { width: 33.33333%; }
6108
-
6109
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item { width: 25%; }
6110
-
6111
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item { width: 20%; }
6112
-
6113
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item { width: 16.66667%; }
6114
-
6115
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item { width: 14.28571%; }
6116
-
6117
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item { width: 12.5%; }
6118
-
6119
- .wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item { width: 11.11111%; }
6120
-
6121
- .wp-block-freeform.block-library-rich-text__tinymce .gallery img { max-width: 100%; height: auto; border: none; padding: 0; }
6122
-
6123
- div[data-type="core/freeform"]::before { transition: border-color 0.1s linear, box-shadow 0.1s linear; border: 1px solid #e2e4e7; outline: 1px solid transparent; }
6124
-
6125
- @media (prefers-reduced-motion: reduce) { div[data-type="core/freeform"]::before { transition-duration: 0s; } }
6126
-
6127
- div[data-type="core/freeform"].is-selected::before { border-color: #1e1e1e; }
6128
-
6129
- div[data-type="core/freeform"] .block-editor-block-contextual-toolbar + div { margin-top: 0; padding-top: 0; }
6130
-
6131
- div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce::after { content: ""; display: table; clear: both; }
6132
-
6133
- .mce-toolbar-grp .mce-btn.mce-active button, .mce-toolbar-grp .mce-btn.mce-active:hover button, .mce-toolbar-grp .mce-btn.mce-active i, .mce-toolbar-grp .mce-btn.mce-active:hover i { color: #23282d; }
6134
-
6135
- .mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last { margin-right: 0; margin-left: 8px; }
6136
-
6137
- .mce-toolbar-grp .mce-btn i { font-style: normal; }
6138
-
6139
- .block-library-classic__toolbar { display: none; width: auto; margin: 0; position: -webkit-sticky; position: sticky; z-index: 10; top: 8px; border: 1px solid #e2e4e7; border-bottom: none; border-radius: 2px; margin-bottom: 8px; padding: 0; }
6140
-
6141
- div[data-type="core/freeform"].is-selected .block-library-classic__toolbar, div[data-type="core/freeform"].is-typing .block-library-classic__toolbar { display: block; border-color: #1e1e1e; }
6142
-
6143
- .block-library-classic__toolbar .mce-tinymce { box-shadow: none; }
6144
-
6145
- @media (min-width: 600px) { .block-library-classic__toolbar { padding: 0; } }
6146
-
6147
- .block-library-classic__toolbar:empty { display: block; background: #f5f5f5; border-bottom: 1px solid #e2e4e7; }
6148
-
6149
- .block-library-classic__toolbar:empty::before { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; content: attr(data-placeholder); color: #555d66; line-height: 37px; padding: 14px; }
6150
-
6151
- .block-library-classic__toolbar div.mce-toolbar-grp { border-bottom: 1px solid #1e1e1e; }
6152
-
6153
- .block-library-classic__toolbar .mce-tinymce-inline, .block-library-classic__toolbar .mce-tinymce-inline > div, .block-library-classic__toolbar div.mce-toolbar-grp, .block-library-classic__toolbar div.mce-toolbar-grp > div, .block-library-classic__toolbar .mce-menubar, .block-library-classic__toolbar .mce-menubar > div { height: auto !important; width: 100% !important; }
6154
-
6155
- .block-library-classic__toolbar .mce-container-body.mce-abs-layout { overflow: visible; }
6156
-
6157
- .block-library-classic__toolbar .mce-menubar, .block-library-classic__toolbar div.mce-toolbar-grp { position: static; }
6158
-
6159
- .block-library-classic__toolbar .mce-toolbar-grp > div { padding: 1px 3px; }
6160
-
6161
- .block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) { display: none; }
6162
-
6163
- .block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar { display: block; }
6164
-
6165
- .wp-block-gallery li { list-style-type: none; }
6166
-
6167
- .wp-block-gallery .block-editor-media-placeholder { margin-bottom: 12px; padding: 12px; }
6168
-
6169
- .wp-block-gallery .block-editor-media-placeholder .components-placeholder__label { display: none; }
6170
-
6171
- .wp-block-gallery .block-editor-media-placeholder .components-button { margin-bottom: 0; }
6172
-
6173
- figure.wp-block-gallery { display: block; margin: 0; }
6174
-
6175
- .blocks-gallery-grid.blocks-gallery-grid { padding-left: 0; margin-left: 0; margin-bottom: 0; }
6176
-
6177
- .blocks-gallery-item figure:not(.is-selected):focus, .blocks-gallery-item img:focus { outline: none; }
6178
-
6179
- .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba; border-radius: 2px; outline: 2px solid transparent; }
6180
-
6181
- body.admin-color-sunrise .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d1864a; }
6182
-
6183
- body.admin-color-ocean .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a3b9a2; }
6184
-
6185
- body.admin-color-midnight .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e14d43; }
6186
-
6187
- body.admin-color-ectoplasm .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #a7b656; }
6188
-
6189
- body.admin-color-coffee .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #c2a68c; }
6190
-
6191
- body.admin-color-blue .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #d9ab59; }
6192
-
6193
- body.admin-color-light .blocks-gallery-item figure.is-selected { box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0085ba; }
6194
-
6195
- .blocks-gallery-item figure.is-selected img { border-radius: 2px; }
6196
-
6197
- .blocks-gallery-item figure.is-transient img { opacity: 0.3; }
6198
-
6199
- .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu, .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu { background: #fff; border: 1px solid #1e1e1e; border-radius: 2px; transition: box-shadow 0.2s ease-out; }
6200
-
6201
- @media (prefers-reduced-motion: reduce) { .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu, .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu { transition-duration: 0s; } }
6202
-
6203
- .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu:hover, .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu:hover { box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); }
6204
-
6205
- .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu .components-button, .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu .components-button { color: #1e1e1e; min-width: 24px; height: 24px; }
6206
-
6207
- @media (min-width: 600px) { .columns-7 .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu .components-button, .columns-8 .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu .components-button, .columns-7 .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu .components-button, .columns-8 .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu .components-button { padding: 0; width: inherit; height: inherit; } }
6208
-
6209
- .blocks-gallery-item .is-selected .block-library-gallery-item__move-menu .components-button:focus, .blocks-gallery-item .is-selected .block-library-gallery-item__inline-menu .components-button:focus { color: inherit; }
6210
-
6211
- .block-library-gallery-item__move-menu, .block-library-gallery-item__inline-menu { margin: 8px; display: inline-flex; z-index: 20; }
6212
-
6213
- .block-library-gallery-item__move-menu .components-button, .block-library-gallery-item__inline-menu .components-button { color: transparent; }
6214
-
6215
- @media (min-width: 600px) { .columns-7 .block-library-gallery-item__move-menu, .columns-8 .block-library-gallery-item__move-menu, .columns-7 .block-library-gallery-item__inline-menu, .columns-8 .block-library-gallery-item__inline-menu { padding: 2px; } }
6216
-
6217
- .block-library-gallery-item__inline-menu { position: absolute; top: -2px; right: -2px; }
6218
-
6219
- .block-library-gallery-item__move-menu { position: absolute; top: -2px; left: -2px; }
6220
-
6221
- .blocks-gallery-item__move-backward.components-button, .blocks-gallery-item__move-forward.components-button, .blocks-gallery-item__remove.components-button { padding: 0; }
6222
-
6223
- .blocks-gallery-item .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
6224
-
6225
- /** Group: All Alignment Settings */
6226
- .wp-block-group { margin-top: 0; margin-bottom: 0; }
6227
-
6228
- .wp-block-group .block-editor-block-list__insertion-point { left: 0; right: 0; }
6229
-
6230
- .wp-block-group > .wp-block-group__inner-container > [data-align="full"] { margin-left: auto; margin-right: auto; }
6231
-
6232
- .wp-block-group.has-background > .wp-block-group__inner-container > [data-align="full"] { margin-left: -30px; width: calc(100% + 60px); }
6233
-
6234
- /** Group: Full Width Alignment */
6235
- [data-align="full"] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 14px; padding-right: 14px; }
6236
-
6237
- @media (min-width: 600px) { [data-align="full"] .wp-block-group > .wp-block-group__inner-container > .wp-block { padding-left: 0; padding-right: 0; } }
6238
-
6239
- [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; }
6240
-
6241
- [data-align="full"] .wp-block-group.has-background > .wp-block-group__inner-container > [data-align="full"] { width: calc(100% + 60px); }
6242
-
6243
- [data-type="core/group"].is-selected .block-list-appender { margin-left: 0; margin-right: 0; }
6244
-
6245
- [data-type="core/group"].is-selected .has-background .block-list-appender { margin-top: 18px; margin-bottom: 18px; }
6246
-
6247
- .block-library-heading-level-dropdown .components-popover__content { padding: 0; min-width: 230px; }
6248
-
6249
- .block-library-heading-level-toolbar { border: none; }
6250
-
6251
- .wp-block-html { margin-bottom: 28px; }
6252
-
6253
- .wp-block-html .block-library-html__preview-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
6254
-
6255
- .wp-block-html .block-editor-plain-text { font-family: Menlo, Consolas, monaco, monospace; color: #23282d; padding: 0.8em 1em; border: 1px solid #e2e4e7; border-radius: 4px; max-height: 250px; /* Fonts smaller than 16px causes mobile safari to zoom. */ font-size: 16px; }
6256
-
6257
- @media (min-width: 600px) { .wp-block-html .block-editor-plain-text { font-size: 13px; } }
6258
-
6259
- .wp-block-html .block-editor-plain-text:focus { box-shadow: none; }
6260
-
6261
- figure.wp-block-image:not(.wp-block) { margin: 0; }
6262
-
6263
- .wp-block-image { position: relative; }
6264
-
6265
- .wp-block-image.is-transient img { opacity: 0.3; }
6266
-
6267
- .wp-block-image figcaption img { display: inline; }
6268
-
6269
- .wp-block-image .components-spinner { position: absolute; top: 50%; left: 50%; margin-top: -9px; margin-left: -9px; }
6270
-
6271
- .wp-block-image .components-resizable-box__container { display: inline-block; }
6272
-
6273
- .wp-block-image .components-resizable-box__container img { display: block; width: inherit; height: inherit; }
6274
-
6275
- .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal { position: absolute; left: 0; right: 0; margin: -1px 0; }
6276
-
6277
- @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; } }
6278
-
6279
- [data-align="wide"] > .wp-block-image img, [data-align="full"] > .wp-block-image img { width: 100%; }
6280
-
6281
- .wp-block[data-align="left"] > .wp-block-image { margin-right: 1em; margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
6282
-
6283
- .wp-block[data-align="right"] > .wp-block-image { margin-left: 1em; margin-right: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
6284
-
6285
- .wp-block[data-align="center"] > .wp-block-image { margin-left: auto; margin-right: auto; text-align: center; }
6286
-
6287
- .wp-block-latest-comments.has-avatars .avatar { margin-right: 10px; }
6288
-
6289
- .wp-block-latest-comments__comment-excerpt p { font-size: 14px; line-height: 1.8; margin: 5px 0 20px; padding-top: 0; }
6290
-
6291
- .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment { min-height: 36px; }
6292
-
6293
- .block-editor .wp-block-latest-posts { padding-left: 2.5em; }
6294
-
6295
- .block-editor .wp-block-latest-posts.is-grid { padding-left: 0; }
6296
-
6297
- .wp-block-latest-posts li a > div { display: inline; }
6298
-
6299
- .wp-block-legacy-widget__edit-container .widget-inside { border: none; display: block; box-shadow: none; }
6300
-
6301
- .wp-block-legacy-widget__edit-container .widget.open { z-index: 0; }
6302
-
6303
- .wp-block-legacy-widget__update-button { margin-left: auto; display: block; }
6304
-
6305
- .wp-block-legacy-widget__preview { overflow: auto; }
6306
-
6307
- .wp-block-legacy-widget__preview, .wp-block-legacy-widget__edit-container, .wp-block-legacy-widget__edit-widget-title { padding: 8px 14px; }
6308
-
6309
- .wp-block-legacy-widget__edit-widget-title { background: #f8f9f9; color: #555d66; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 8px 14px; font-weight: 600; }
6310
-
6311
- .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; }
6312
-
6313
- .wp-block-media-text.is-vertically-aligned-top .block-editor-inner-blocks, .wp-block-media-text.is-vertically-aligned-top .editor-media-container__resizer { -ms-grid-row-align: start; align-self: start; }
6314
-
6315
- .wp-block-media-text .block-editor-inner-blocks, .wp-block-media-text .editor-media-container__resizer, .wp-block-media-text.is-vertically-aligned-center .block-editor-inner-blocks, .wp-block-media-text.is-vertically-aligned-center .editor-media-container__resizer { -ms-grid-row-align: center; align-self: center; }
6316
-
6317
- .wp-block-media-text.is-vertically-aligned-bottom .block-editor-inner-blocks, .wp-block-media-text.is-vertically-aligned-bottom .editor-media-container__resizer { -ms-grid-row-align: end; align-self: end; }
6318
-
6319
- .wp-block-media-text .editor-media-container__resizer { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; width: 100% !important; }
6320
-
6321
- .wp-block-media-text.is-image-fill .editor-media-container__resizer { height: 100% !important; }
6322
-
6323
- .wp-block-media-text.has-media-on-the-right .editor-media-container__resizer { -ms-grid-column: 2; grid-column: 2; -ms-grid-row: 1; grid-row: 1; }
6324
-
6325
- .wp-block-media-text > .block-editor-inner-blocks { word-break: break-word; -ms-grid-column: 2; grid-column: 2; -ms-grid-row: 1; grid-row: 1; text-align: initial; padding: 0 8% 0 8%; }
6326
-
6327
- .wp-block-media-text.has-media-on-the-right .block-editor-inner-blocks { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
6328
-
6329
- .wp-block-media-text > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block { max-width: unset; }
6330
-
6331
- @media (max-width: 600px) { .wp-block-media-text.is-stacked-on-mobile .block-editor-inner-blocks { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; }
6332
- .wp-block-media-text.is-stacked-on-mobile .editor-media-container__resizer { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
6333
- .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .block-editor-inner-blocks { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 1; grid-row: 1; }
6334
- .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .editor-media-container__resizer { -ms-grid-column: 1; grid-column: 1; -ms-grid-row: 2; grid-row: 2; } }
6335
-
6336
- .block-editor-block-list__block[data-type="core/more"] { max-width: 100%; text-align: center; margin-top: 28px; margin-bottom: 28px; }
6337
-
6338
- .block-editor .wp-block-more { display: block; text-align: center; white-space: nowrap; }
6339
-
6340
- .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: #6c7781; 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%; }
6341
-
6342
- .block-editor .wp-block-more input[type="text"]:focus { box-shadow: none; }
6343
-
6344
- .block-editor .wp-block-more::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccd0d4; }
6345
-
6346
- .editor-styles-wrapper .wp-block-navigation ul, .editor-styles-wrapper .wp-block-navigation ol { margin-bottom: 0; margin-left: 0; padding-left: 0; }
6347
-
6348
- .editor-styles-wrapper .wp-block-navigation .block-editor-block-list__block { margin: 0; }
6349
-
6350
- .wp-block-navigation .block-list-appender { margin: 0; display: flex; align-items: center; }
6351
-
6352
- .wp-block-navigation.is-vertical .block-list-appender { margin: 8px; }
6353
-
6354
- .wp-block-navigation__inserter-content { padding: 16px; }
6355
-
6356
- .wp-block-navigation__container.is-parent-of-selected-block { visibility: visible; opacity: 1; }
6357
-
6358
- .has-child > .wp-block-navigation__container, .has-child:hover > .wp-block-navigation__container { opacity: 0; visibility: hidden; }
6359
-
6360
- .has-child.is-selected > .wp-block-navigation__container, .has-child.has-child-selected > .wp-block-navigation__container { opacity: 1; visibility: visible; }
6361
-
6362
- .has-child .wp-block-navigation__container .block-list-appender .block-editor-button-block-appender { margin-left: 16px; }
6363
-
6364
- /** Colors Selector component */
6365
- .block-library-colors-selector { width: auto; }
6366
-
6367
- .block-library-colors-selector .block-library-colors-selector__toggle { display: block; margin: 0 auto; padding: 3px; width: auto; }
6368
-
6369
- .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; }
6370
-
6371
- .block-library-colors-selector .block-library-colors-selector__state-selection { margin-left: auto; margin-right: auto; }
6372
-
6373
- .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; }
6374
-
6375
- .block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color > svg, .block-library-colors-selector .block-library-colors-selector__state-selection.has-text-color > svg path { color: inherit; }
6376
-
6377
- .block-library-colors-selector__popover .color-palette-controller-container { padding: 16px; }
6378
-
6379
- .block-library-colors-selector__popover .components-base-control__label { height: 20px; line-height: 20px; }
6380
-
6381
- .block-library-colors-selector__popover .component-color-indicator { float: right; margin-top: 2px; }
6382
-
6383
- .block-library-colors-selector__popover .components-panel__body-title { display: none; }
6384
-
6385
- .is-editing > .wp-block-navigation__container { visibility: visible; opacity: 1; display: flex; flex-direction: column; }
6386
-
6387
- .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; }
6388
-
6389
- /** Adjust Navigation Item. */
6390
- .wp-block-navigation-link .block-editor-block-list__layout { display: block; }
6391
-
6392
- .wp-block-navigation-link.is-editing, .wp-block-navigation-link.is-selected { min-width: 20px; }
6393
-
6394
- .wp-block-navigation-link .block-editor-rich-text__editable.is-selected:not(.keep-placeholder-on-focus):not(:focus)[data-rich-text-placeholder]::after { display: inline-block; }
6395
-
6396
- .wp-block-navigation-link .block-list-appender { margin: 16px; margin-left: 10px; margin-top: 10px; }
6397
-
6398
- .wp-block-navigation-link__nofollow-external-link { display: block; }
6399
-
6400
- .wp-block-navigation-link__separator { margin: 8px 0 8px; border-top: 1px solid #e2e4e7; }
6401
-
6402
- .components-popover.wp-block-navigation-link__dropdown-content { margin-top: -1px; margin-left: -4px; }
6403
-
6404
- .wp-block-navigation-link__dropdown-content .components-popover__content { padding: 8px 0; }
6405
-
6406
- .wp-block-navigation .block-editor-block-list__block[data-type="core/navigation-link"] > .block-editor-block-list__insertion-point { display: none; }
6407
-
6408
- .block-editor-block-list__block[data-type="core/nextpage"] { max-width: 100%; margin-top: 28px; margin-bottom: 28px; }
6409
-
6410
- .wp-block-nextpage { display: block; text-align: center; white-space: nowrap; }
6411
-
6412
- .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: #6c7781; border-radius: 4px; background: #fff; padding: 6px 8px; height: 24px; }
6413
-
6414
- .wp-block-nextpage::before { content: ""; position: absolute; top: calc(50%); left: 0; right: 0; border-top: 3px dashed #ccd0d4; }
6415
-
6416
- .block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus { min-height: auto !important; }
6417
-
6418
- .wp-block-post-excerpt__excerpt.is-inline { display: inline-block; }
6419
-
6420
- .block-editor__container .wp-block-post-author { display: flex; flex-wrap: wrap; line-height: 1.5; }
6421
-
6422
- .wp-block-post-author__byline { color: #6c7781; font-size: 13px; margin-top: 0; position: relative; font-style: normal; }
6423
-
6424
- .wp-block-post-author__content { flex-grow: 1; flex-basis: 0; }
6425
-
6426
- .block-editor__container .wp-block-post-author__avatar img { margin: 0; }
6427
-
6428
- .block-editor__container .wp-block-post-author__name { margin: 0; margin-top: -8px; margin-bottom: -8px; font-weight: bold; }
6429
-
6430
- .block-editor__container .wp-block-post-author__bio { margin: 0; margin-top: 16px; }
6431
-
6432
- .wp-block[data-align="left"] > .wp-block-pullquote p, .wp-block[data-align="right"] > .wp-block-pullquote p { font-size: 20px; }
6433
-
6434
- .wp-block-pullquote blockquote p { font-size: 28px; line-height: 1.6; }
6435
-
6436
- .wp-block-pullquote.is-style-solid-color { margin-left: 0; margin-right: 0; }
6437
-
6438
- .wp-block-pullquote.is-style-solid-color blockquote p { font-size: 32px; }
6439
-
6440
- .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation { text-transform: none; font-style: normal; }
6441
-
6442
- .wp-block-pullquote .wp-block-pullquote__citation { color: inherit; }
6443
-
6444
- .wp-block-quote__citation { font-size: 13px; }
6445
-
6446
- .richimage__working { position: relative; }
6447
-
6448
- .richimage__working .richimage__working-spinner { position: absolute; z-index: 1; left: 50%; top: calc(50% - 48px); transform: translate(-50%, -50%); }
6449
-
6450
- .richimage__working img { opacity: 0.6; transition: all 0.4s ease; }
6451
-
6452
- .richimage__working.richimage__working__flipv img { transform: scale(1, -1); }
6453
-
6454
- .richimage__working.richimage__working__fliph img { transform: scale(-1, 1); }
6455
-
6456
- .richimage-toolbar__working { padding: 0 6px; }
6457
-
6458
- .richimage-crop .components-resizable-box__handle { display: block; }
6459
-
6460
- .richimage__crop-area { position: relative; max-width: 100%; width: 100%; }
6461
-
6462
- .richimage__crop-icon { padding: 0 8px; min-width: 48px; display: flex; justify-content: center; align-items: center; }
6463
-
6464
- .richimage__crop-icon svg { fill: currentColor; }
6465
-
6466
- .richimage__zoom-control { border: 1px solid #1e1e1e; border-radius: 2px; background-color: #fff; margin-top: 12px; margin-bottom: 12px; padding: 12px 12px 8px; line-height: 1; }
6467
-
6468
- .components-toolbar.richimage-toolbar__dropdown { padding: 0; border-left: none; border-right: none; }
6469
-
6470
- .components-toolbar.richimage-toolbar__dropdown .components-icon-button.has-text svg { margin-right: 0; }
6471
-
6472
- .components-toolbar.richimage-toolbar__dropdown .components-dropdown-menu__indicator { display: none; }
6473
-
6474
- .richimage-toolbar__dropdown > .components-button, .richimage-toolbar__dropdown, .richimage-toolbar__control { padding: 6px; }
6475
-
6476
- .block-editor .wp-block-rss { padding-left: 2.5em; }
6477
-
6478
- .block-editor .wp-block-rss.is-grid { padding-left: 0; }
6479
-
6480
- .wp-block-rss li a > div { display: inline; }
6481
-
6482
- .wp-block-rss__placeholder-form { display: flex; align-items: stretch; }
6483
-
6484
- .wp-block-rss__placeholder-form > * { margin-bottom: 8px; }
6485
-
6486
- @media (min-width: 782px) { .wp-block-rss__placeholder-form > * { margin-bottom: 0; } }
6487
-
6488
- .wp-block-rss__placeholder-input { display: flex; align-items: stretch; flex-grow: 1; }
6489
-
6490
- .wp-block-rss__placeholder-input .components-base-control__field { margin: 0; display: flex; align-items: stretch; flex-grow: 1; margin-right: 8px; }
6491
-
6492
- .wp-block-search__input { border-radius: 4px; border: 1px solid #7e8993; color: rgba(14, 28, 46, 0.62); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 13px; padding: 8px; }
6493
-
6494
- .wp-block-search__input:focus { outline: none; }
6495
-
6496
- .wp-block-search__button { background: #f7f7f7; border-radius: 4px; 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; }
6497
-
6498
- .block-editor-block-list__block[data-type="core/separator"] { padding-top: 0.1px; padding-bottom: 0.1px; }
6499
-
6500
- .block-editor-block-list__block[data-type="core/separator"].block-editor-block-list__block { margin-top: 0; margin-bottom: 0; }
6501
-
6502
- .wp-block-shortcode { display: flex; flex-direction: column; padding: 14px; background-color: rgba(139, 139, 150, 0.1); font-size: 13px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; margin-bottom: 28px; }
6503
-
6504
- .wp-block-shortcode label { display: flex; align-items: center; white-space: nowrap; font-weight: 600; flex-shrink: 0; }
6505
-
6506
- .wp-block-shortcode .block-editor-plain-text { max-height: 250px; }
6507
-
6508
- .wp-block-shortcode .dashicon { margin-right: 8px; }
6509
-
6510
- .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; }
6511
-
6512
- @media (prefers-reduced-motion: reduce) { .block-editor .blocks-shortcode__textarea, .blocks-shortcode__textarea { transition-duration: 0s; } }
6513
-
6514
- @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; } }
6515
-
6516
- .block-editor .blocks-shortcode__textarea:focus, .blocks-shortcode__textarea:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
6517
-
6518
- body.admin-color-sunrise .block-editor .blocks-shortcode__textarea:focus, body.admin-color-sunrise .blocks-shortcode__textarea:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
6519
-
6520
- body.admin-color-ocean .block-editor .blocks-shortcode__textarea:focus, body.admin-color-ocean .blocks-shortcode__textarea:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
6521
-
6522
- body.admin-color-midnight .block-editor .blocks-shortcode__textarea:focus, body.admin-color-midnight .blocks-shortcode__textarea:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
6523
-
6524
- body.admin-color-ectoplasm .block-editor .blocks-shortcode__textarea:focus, body.admin-color-ectoplasm .blocks-shortcode__textarea:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
6525
-
6526
- body.admin-color-coffee .block-editor .blocks-shortcode__textarea:focus, body.admin-color-coffee .blocks-shortcode__textarea:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
6527
-
6528
- body.admin-color-blue .block-editor .blocks-shortcode__textarea:focus, body.admin-color-blue .blocks-shortcode__textarea:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
6529
-
6530
- body.admin-color-light .block-editor .blocks-shortcode__textarea:focus, body.admin-color-light .blocks-shortcode__textarea:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
6531
-
6532
- .block-editor .blocks-shortcode__textarea::-webkit-input-placeholder, .blocks-shortcode__textarea::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
6533
-
6534
- .block-editor .blocks-shortcode__textarea::-moz-placeholder, .blocks-shortcode__textarea::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
6535
-
6536
- .block-editor .blocks-shortcode__textarea:-ms-input-placeholder, .blocks-shortcode__textarea:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
6537
-
6538
- .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); }
6539
-
6540
- .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); }
6541
-
6542
- .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); }
6543
-
6544
- .wp-block-social-links .wp-social-link button { color: currentColor; padding: 6px; }
6545
-
6546
- .wp-block-social-links.is-style-pill-shape .wp-social-link button { padding-left: 16px; padding-right: 16px; }
6547
-
6548
- .wp-block-social-links div.block-editor-url-input { display: inline-block; margin-left: 8px; }
6549
-
6550
- .editor-styles-wrapper .wp-block-social-link { margin: 0; margin-right: 8px; }
6551
-
6552
- .editor-styles-wrapper .wp-block-social-links { padding: 0; }
6553
-
6554
- .wp-block-social-links .block-list-appender { margin: 0; display: flex; align-items: center; }
6555
-
6556
- .wp-block[data-align="center"] > .wp-block-social-links { justify-content: center; }
6557
-
6558
- .block-editor-block-preview__content .wp-social-link:disabled { opacity: 1; }
6559
-
6560
- [data-type="core/social-links"]:not(.is-selected):not(.has-child-selected) .wp-block-social-links { min-height: 36px; }
6561
-
6562
- [data-type="core/social-links"] .wp-social-link__is-incomplete { transition: transform 0.1s ease; transform-origin: center center; }
6563
-
6564
- [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; }
6565
-
6566
- .wp-social-link.wp-social-link__is-incomplete { opacity: 0.5; }
6567
-
6568
- @media (prefers-reduced-motion: reduce) { .wp-social-link.wp-social-link__is-incomplete { transition-duration: 0s; } }
6569
-
6570
- .wp-block-social-links .is-selected .wp-social-link__is-incomplete, .wp-social-link.wp-social-link__is-incomplete:hover, .wp-social-link.wp-social-link__is-incomplete:focus { opacity: 1; }
6571
-
6572
- [data-type="core/social-links"] .wp-social-link:focus { opacity: 1; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #007cba; outline: 2px solid transparent; }
6573
-
6574
- body.admin-color-sunrise [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d1864a; }
6575
-
6576
- body.admin-color-ocean [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #a3b9a2; }
6577
-
6578
- body.admin-color-midnight [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #e14d43; }
6579
-
6580
- body.admin-color-ectoplasm [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #a7b656; }
6581
-
6582
- body.admin-color-coffee [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c2a68c; }
6583
-
6584
- body.admin-color-blue [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #d9ab59; }
6585
-
6586
- body.admin-color-light [data-type="core/social-links"] .wp-social-link:focus { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0085ba; }
6587
-
6588
- .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; }
6589
-
6590
- .block-library-spacer__resize-container.has-show-handle { background: #f3f4f5; }
6591
-
6592
- .is-dark-theme .block-library-spacer__resize-container.has-show-handle { background: rgba(255, 255, 255, 0.15); }
6593
-
6594
- .block-library-spacer__resize-container { clear: both; margin-bottom: 28px; }
6595
-
6596
- .block-library-spacer__resize-container .components-resizable-box__handle::before { content: none; }
6597
-
6598
- .edit-post-visual-editor p.wp-block-subhead { color: #6c7781; font-size: 1.1em; font-style: italic; }
6599
-
6600
- .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; }
6601
-
6602
- .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; }
6603
-
6604
- .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; }
6605
-
6606
- .wp-block[data-align="center"] > .wp-block-table { text-align: initial; }
6607
-
6608
- .wp-block[data-align="center"] > .wp-block-table table { margin: 0 auto; }
6609
-
6610
- .wp-block-table { margin: 0; }
6611
-
6612
- .wp-block-table table { border-collapse: collapse; }
6613
-
6614
- .wp-block-table td, .wp-block-table th { border: 1px solid; }
6615
-
6616
- .wp-block-table td.is-selected, .wp-block-table th.is-selected { border-color: #00a0d2; box-shadow: inset 0 0 0 1px #00a0d2; border-style: double; }
6617
-
6618
- .wp-block-table figcaption { color: #555d66; font-size: 13px; text-align: center; }
6619
-
6620
- .blocks-table__placeholder-form.blocks-table__placeholder-form { display: flex; flex-direction: column; align-items: flex-start; }
6621
-
6622
- .blocks-table__placeholder-form.blocks-table__placeholder-form > * { margin-bottom: 8px; }
6623
-
6624
- @media (min-width: 782px) { .blocks-table__placeholder-form.blocks-table__placeholder-form { flex-direction: row; align-items: flex-end; }
6625
- .blocks-table__placeholder-form.blocks-table__placeholder-form > * { margin-bottom: 0; } }
6626
-
6627
- .blocks-table__placeholder-input { width: 112px; margin-right: 8px; margin-bottom: 0; }
6628
-
6629
- .blocks-table__placeholder-input input { height: 36px; }
6630
-
6631
- .blocks-table__placeholder-input .components-base-control__field { margin-bottom: 0; }
6632
-
6633
- .block-editor .wp-block-tag-cloud a { display: inline-block; margin-right: 5px; }
6634
-
6635
- .block-editor .wp-block-tag-cloud span { display: inline-block; margin-left: 5px; color: #8f98a1; text-decoration: none; }
6636
-
6637
- .wp-block-template-part__placeholder-input-container { display: flex; flex-wrap: wrap; width: 100%; }
6638
-
6639
- .wp-block-template-part__placeholder-input { margin: 5px; }
6640
-
6641
- .wp-block-template-part__placeholder-preview { margin-bottom: 15px; width: 100%; }
6642
-
6643
- .wp-block-template-part__placeholder-preview .block-editor-block-preview__container { padding: 1px; }
6644
-
6645
- .wp-block-template-part__placeholder-preview-title { font-size: 15px; font-weight: 600; margin-bottom: 4px; }
6646
-
6647
- .wp-block-text-columns .block-editor-rich-text__editable:focus { outline: 1px solid #e2e4e7; }
6648
-
6649
- pre.wp-block-verse { color: #191e23; white-space: nowrap; font-family: inherit; font-size: inherit; padding: 1em; overflow: auto; }
6650
-
6651
- .wp-block[data-align="center"] > .wp-block-video { text-align: center; }
6652
-
6653
- .editor-video-poster-control .components-base-control__label { display: block; }
6654
-
6655
- .editor-video-poster-control .components-button { margin-right: 8px; }
6656
-
6657
- .wp-block[data-type="core/widget-area"] { max-width: 700px; }
6658
-
6659
- .wp-block-widget-area > .components-panel__body > .block-editor-inner-blocks { padding-top: 24px; }
6660
-
6661
- /** Import styles from internal editor components used by the blocks. */
6662
- .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; }
6663
-
6664
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info { margin-right: auto; }
6665
-
6666
- .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; }
6667
-
6668
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { flex: 1 1 100%; }
6669
-
6670
- .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { flex-shrink: 0; }
6671
-
6672
- @media (min-width: 960px) { .block-editor-block-list__layout .reusable-block-edit-panel { flex-wrap: nowrap; }
6673
- .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title { margin: 0; }
6674
- .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button { margin: 0 0 0 8px; } }
6675
-
6676
- .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; }
6677
-
6678
- @media (prefers-reduced-motion: reduce) { .reusable-block-edit-panel__title[type="text"] { transition-duration: 0s; } }
6679
-
6680
- @media (min-width: 600px) { .reusable-block-edit-panel__title[type="text"] { font-size: 13px; /* Override core line-height. To be reviewed. */ line-height: normal; } }
6681
-
6682
- .reusable-block-edit-panel__title[type="text"]:focus { border-color: #007cba; box-shadow: 0 0 0 0.5px #007cba; outline: 2px solid transparent; }
6683
-
6684
- body.admin-color-sunrise .reusable-block-edit-panel__title[type="text"]:focus { border-color: #d1864a; box-shadow: 0 0 0 0.5px #d1864a; }
6685
-
6686
- body.admin-color-ocean .reusable-block-edit-panel__title[type="text"]:focus { border-color: #a3b9a2; box-shadow: 0 0 0 0.5px #a3b9a2; }
6687
-
6688
- body.admin-color-midnight .reusable-block-edit-panel__title[type="text"]:focus { border-color: #e14d43; box-shadow: 0 0 0 0.5px #e14d43; }
6689
-
6690
- body.admin-color-ectoplasm .reusable-block-edit-panel__title[type="text"]:focus { border-color: #a7b656; box-shadow: 0 0 0 0.5px #a7b656; }
6691
-
6692
- body.admin-color-coffee .reusable-block-edit-panel__title[type="text"]:focus { border-color: #c2a68c; box-shadow: 0 0 0 0.5px #c2a68c; }
6693
-
6694
- body.admin-color-blue .reusable-block-edit-panel__title[type="text"]:focus { border-color: #d9ab59; box-shadow: 0 0 0 0.5px #d9ab59; }
6695
-
6696
- body.admin-color-light .reusable-block-edit-panel__title[type="text"]:focus { border-color: #0085ba; box-shadow: 0 0 0 0.5px #0085ba; }
6697
-
6698
- .reusable-block-edit-panel__title[type="text"]::-webkit-input-placeholder { color: rgba(14, 28, 46, 0.62); }
6699
-
6700
- .reusable-block-edit-panel__title[type="text"]::-moz-placeholder { opacity: 1; color: rgba(14, 28, 46, 0.62); }
6701
-
6702
- .reusable-block-edit-panel__title[type="text"]:-ms-input-placeholder { color: rgba(14, 28, 46, 0.62); }
6703
-
6704
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.65); }
6705
-
6706
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]::-moz-placeholder { opacity: 1; color: rgba(255, 255, 255, 0.65); }
6707
-
6708
- .is-dark-theme .reusable-block-edit-panel__title[type="text"]:-ms-input-placeholder { color: rgba(255, 255, 255, 0.65); }
6709
-
6710
- .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #007cba; }
6711
-
6712
- body.admin-color-sunrise .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #d1864a; }
6713
-
6714
- body.admin-color-ocean .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #a3b9a2; }
6715
-
6716
- body.admin-color-midnight .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #e14d43; }
6717
-
6718
- body.admin-color-ectoplasm .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #a7b656; }
6719
-
6720
- body.admin-color-coffee .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #c2a68c; }
6721
-
6722
- body.admin-color-blue .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #d9ab59; }
6723
-
6724
- body.admin-color-light .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #0085ba; }
6725
-
6726
- .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #007cba; }
6727
-
6728
- body.admin-color-sunrise .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #d1864a; }
6729
-
6730
- body.admin-color-ocean .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #a3b9a2; }
6731
-
6732
- body.admin-color-midnight .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #e14d43; }
6733
-
6734
- body.admin-color-ectoplasm .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #a7b656; }
6735
-
6736
- body.admin-color-coffee .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #c2a68c; }
6737
-
6738
- body.admin-color-blue .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #d9ab59; }
6739
-
6740
- body.admin-color-light .is-dark-theme .is-navigate-mode .is-selected .reusable-block-edit-panel { box-shadow: 0 0 0 1px #0085ba; }
6741
-
6742
- /** Editor Normalization Styles These are only output in the editor, but styles here are NOT prefixed .editor-styles-wrapper. This allows us to create normalization styles that are easily overridden by editor styles. */
6743
- .block-editor-block-list__block { margin-top: 28px; margin-bottom: 28px; }
6744
-
6745
- #end-resizable-editor-section { display: none; }
6746
-
6747
- /** Colors */
6748
- /** Breakpoints & Media Queries */
6749
- /** Colors */
6750
- /** Fonts & basic variables. */
6751
- /** Grid System. https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/ */
6752
- /** Dimensions. */
6753
- /** Shadows. */
6754
- /** Editor widths. */
6755
- /** Block UI. */
6756
- /** Border radii. */
6757
- /** Breakpoint mixins */
6758
- /** Long content fade mixin Creates a fading overlay to signify that the content is longer than the space allows. */
6759
- /** Focus styles. */
6760
- /** Applies editor left position to the selector passed as argument */
6761
- /** Styles that are reused verbatim in a few places */
6762
- /** Allows users to opt-out of animations via OS-level preferences. */
6763
- /** Reset default styles for JavaScript UI based pages. This is a WP-admin agnostic reset */
6764
- /** Reset the WP Admin page styles for Gutenberg-like pages. */
6765
- .block-editor-format-toolbar__image-container-content { display: flex; }
6766
-
6767
- .block-editor-format-toolbar__image-container-content .components-button { align-self: flex-end; height: 30px; margin-bottom: 8px; margin-right: 8px; padding: 0 6px; }
6768
-
6769
- .block-editor-format-toolbar__image-container-value { margin: 7px; flex-grow: 1; flex-shrink: 1; white-space: nowrap; min-width: 150px; max-width: 500px; }
6770
-
6771
- .block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__field { margin-bottom: 0; }
6772
-
6773
- .block-editor-format-toolbar__image-container-value.components-base-control .components-base-control__label { display: block; }
6774
-
6775
- .block-editor-format-toolbar__link-container-content { display: flex; }
6776
-
6777
- .block-editor-format-toolbar__link-container-value { margin: 7px; flex-grow: 1; flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 150px; max-width: 500px; }
6778
-
6779
- .block-editor-format-toolbar__link-container-value.has-invalid-link { color: #d94f4f; }
6780
-
6781
- .components-inline-color__indicator { position: absolute; background: #000; height: 3px; width: 20px; bottom: 6px; left: auto; right: auto; margin: 0 5px; }
6782
-
6783
- .components-inline-color-popover .components-popover__content { padding: 20px 18px; }
6784
-
6785
- .components-inline-color-popover .components-popover__content .components-color-palette { margin-top: 0.6rem; }
6786
-
6787
- .components-inline-color-popover .components-popover__content .components-base-control__title { display: block; margin-bottom: 16px; font-weight: 600; color: #191e23; }
6788
-
6789
- .components-inline-color-popover .components-popover__content .component-color-indicator { vertical-align: text-bottom; }
6790
-
6791
- .format-library-text-color-button { position: relative; }
6792
-
6793
- .format-library-text-color-button__indicator { height: 4px; width: 20px; position: absolute; bottom: 10px; left: 8px; }
6794
-
6795
- /* BASICS */
6796
- .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; height: 300px; color: black; direction: ltr; }
6797
-
6798
- /* PADDING */
6799
- .CodeMirror-lines { padding: 4px 0; /* Vertical padding around content */ }
6800
-
6801
- .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { padding: 0 4px; /* Horizontal padding of content */ }
6802
-
6803
- .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { background-color: white; /* The little square between H and V scrollbars */ }
6804
-
6805
- /* GUTTER */
6806
- .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; }
6807
-
6808
- .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; }
6809
-
6810
- .CodeMirror-guttermarker { color: black; }
6811
-
6812
- .CodeMirror-guttermarker-subtle { color: #999; }
6813
-
6814
- /* CURSOR */
6815
- .CodeMirror-cursor { border-left: 1px solid black; border-right: none; width: 0; }
6816
-
6817
- /* Shown when moving in bi-directional text */
6818
- .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; }
6819
-
6820
- .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; }
6821
-
6822
- .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; }
6823
-
6824
- .cm-fat-cursor-mark { background-color: rgba(20, 255, 20, 0.5); -webkit-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; }
6825
-
6826
- .cm-animate-fat-cursor { width: auto; border: 0; -webkit-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; background-color: #7e7; }
6827
-
6828
- @-webkit-keyframes blink { 0% { }
6829
- 50% { background-color: transparent; }
6830
- 100% { } }
6831
-
6832
- @keyframes blink { 0% { }
6833
- 50% { background-color: transparent; }
6834
- 100% { } }
6835
-
6836
- /* Can style cursor different in overwrite (non-insert) mode */
6837
- .cm-tab { display: inline-block; text-decoration: inherit; }
6838
-
6839
- .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: 0; overflow: hidden; }
6840
-
6841
- .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; }
6842
-
6843
- /* DEFAULT THEME */
6844
- .cm-s-default .cm-header { color: blue; }
6845
-
6846
- .cm-s-default .cm-quote { color: #090; }
6847
-
6848
- .cm-negative { color: #d44; }
6849
-
6850
- .cm-positive { color: #292; }
6851
-
6852
- .cm-header, .cm-strong { font-weight: bold; }
6853
-
6854
- .cm-em { font-style: italic; }
6855
-
6856
- .cm-link { text-decoration: underline; }
6857
-
6858
- .cm-strikethrough { text-decoration: line-through; }
6859
-
6860
- .cm-s-default .cm-keyword { color: #708; }
6861
-
6862
- .cm-s-default .cm-atom { color: #219; }
6863
-
6864
- .cm-s-default .cm-number { color: #164; }
6865
-
6866
- .cm-s-default .cm-def { color: #00f; }
6867
-
6868
- .cm-s-default .cm-variable-2 { color: #05a; }
6869
-
6870
- .cm-s-default .cm-variable-3, .cm-s-default .cm-type { color: #085; }
6871
-
6872
- .cm-s-default .cm-comment { color: #a50; }
6873
-
6874
- .cm-s-default .cm-string { color: #a11; }
6875
-
6876
- .cm-s-default .cm-string-2 { color: #f50; }
6877
-
6878
- .cm-s-default .cm-meta { color: #555; }
6879
-
6880
- .cm-s-default .cm-qualifier { color: #555; }
6881
-
6882
- .cm-s-default .cm-builtin { color: #30a; }
6883
-
6884
- .cm-s-default .cm-bracket { color: #997; }
6885
-
6886
- .cm-s-default .cm-tag { color: #170; }
6887
-
6888
- .cm-s-default .cm-attribute { color: #00c; }
6889
-
6890
- .cm-s-default .cm-hr { color: #999; }
6891
-
6892
- .cm-s-default .cm-link { color: #00c; }
6893
-
6894
- .cm-s-default .cm-error { color: #f00; }
6895
-
6896
- .cm-invalidchar { color: #f00; }
6897
-
6898
- .CodeMirror-composing { border-bottom: 2px solid; }
6899
-
6900
- /* Default styles for common addons */
6901
- div.CodeMirror span.CodeMirror-matchingbracket { color: #0b0; }
6902
-
6903
- div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #a22; }
6904
-
6905
- .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); }
6906
-
6907
- .CodeMirror-activeline-background { background: #e8f2ff; }
6908
-
6909
- /* STOP */
6910
- /* The rest of this file contains styles related to the mechanics of the editor. You probably shouldn't touch them. */
6911
- .CodeMirror { position: relative; overflow: hidden; background: white; }
6912
-
6913
- .CodeMirror-scroll { overflow: scroll !important; /* Things will break if this is overridden */ /* 30px is the magic margin used to hide the element's real scrollbars */ /* See overflow: hidden in .CodeMirror */ margin-bottom: -30px; margin-right: -30px; padding-bottom: 30px; height: 100%; outline: none; /* Prevent dragging from highlighting the element */ position: relative; }
6914
-
6915
- .CodeMirror-sizer { position: relative; border-right: 30px solid transparent; }
6916
-
6917
- /* The fake, visible scrollbars. Used to force redraw during scrolling before actual scrolling happens, thus preventing shaking and flickering artifacts. */
6918
- .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; z-index: 6; display: none; }
6919
-
6920
- .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; }
6921
-
6922
- .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; }
6923
-
6924
- .CodeMirror-scrollbar-filler { right: 0; bottom: 0; }
6925
-
6926
- .CodeMirror-gutter-filler { left: 0; bottom: 0; }
6927
-
6928
- .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; }
6929
-
6930
- .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -30px; }
6931
-
6932
- .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; }
6933
-
6934
- .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; }
6935
-
6936
- .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; }
6937
-
6938
- .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent; }
6939
-
6940
- .CodeMirror-gutter-wrapper ::selection { background-color: transparent; }
6941
-
6942
- .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent; }
6943
-
6944
- .CodeMirror-lines { cursor: text; min-height: 1px; /* prevents collapsing before first draw */ }
6945
-
6946
- .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { /* Reset some styles that the rest of the page might have set */ border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; font-variant-ligatures: contextual; }
6947
-
6948
- .CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like { word-wrap: break-word; white-space: pre-wrap; word-break: normal; }
6949
-
6950
- .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; }
6951
-
6952
- .CodeMirror-linewidget { position: relative; z-index: 2; padding: 0.1px; /* Force widget margins to stay inside of the container */ }
6953
-
6954
- .CodeMirror-rtl pre { direction: rtl; }
6955
-
6956
- .CodeMirror-code { outline: none; }
6957
-
6958
- /* Force content-box sizing for the elements where we expect it */
6959
- .CodeMirror-scroll, .CodeMirror-sizer, .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber { box-sizing: content-box; }
6960
-
6961
- .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; }
6962
-
6963
- .CodeMirror-cursor { position: absolute; pointer-events: none; }
6964
-
6965
- .CodeMirror-measure pre { position: static; }
6966
-
6967
- div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; }
6968
-
6969
- div.CodeMirror-dragcursors { visibility: visible; }
6970
-
6971
- .CodeMirror-focused div.CodeMirror-cursors { visibility: visible; }
6972
-
6973
- .CodeMirror-selected { background: #d9d9d9; }
6974
-
6975
- .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
6976
-
6977
- .CodeMirror-crosshair { cursor: crosshair; }
6978
-
6979
- .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
6980
-
6981
- .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
6982
-
6983
- .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }
6984
-
6985
- .cm-searching { background-color: #ffa; background-color: rgba(255, 255, 0, 0.4); }
6986
-
6987
- /* Used to force a border model for a node */
6988
- .cm-force-border { padding-right: .1px; }
6989
-
6990
- @media print { /* Hide the cursor when printing */
6991
- .CodeMirror div.CodeMirror-cursors { visibility: hidden; } }
6992
-
6993
- /* See issue #2901 */
6994
- .cm-tab-wrap-hack:after { content: ''; }
6995
-
6996
- /* Help users use markselection to safely style text background */
6997
- span.CodeMirror-selectedtext { background: none; }
6998
-
6999
- /* neo theme for codemirror */
7000
- /* Color scheme */
7001
- .cm-s-neo.CodeMirror { background-color: #ffffff; color: #2e383c; line-height: 1.4375; }
7002
-
7003
- .cm-s-neo .cm-comment { color: #75787b; }
7004
-
7005
- .cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color: #1d75b3; }
7006
-
7007
- .cm-s-neo .cm-atom, .cm-s-neo .cm-number { color: #75438a; }
7008
-
7009
- .cm-s-neo .cm-node, .cm-s-neo .cm-tag { color: #9c3328; }
7010
-
7011
- .cm-s-neo .cm-string { color: #b35e14; }
7012
-
7013
- .cm-s-neo .cm-variable, .cm-s-neo .cm-qualifier { color: #047d65; }
7014
-
7015
- /* Editor styling */
7016
- .cm-s-neo pre { padding: 0; }
7017
-
7018
- .cm-s-neo .CodeMirror-gutters { border: none; border-right: 10px solid transparent; background-color: transparent; }
7019
-
7020
- .cm-s-neo .CodeMirror-linenumber { padding: 0; color: #e0e2e5; }
7021
-
7022
- .cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }
7023
-
7024
- .cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }
7025
-
7026
- .cm-s-neo .CodeMirror-cursor { width: auto; border: 0; background: rgba(155, 157, 162, 0.37); z-index: 1; }
7027
-
7028
- .mailpoet_custom_select .mailpoet_select { padding: 0 24px 0 8px; }
7029
-
7030
- .edit-post-visual-editor .mailpoet_custom_date select, .edit-post-visual-editor .mailpoet_custom_field_add_form select, .mailpoet_form_editor_sidebar select { padding: 0 24px 0 8px; }
7031
-
7032
- .mailpoet_custom_field_add_form { width: 100%; }
7033
-
7034
- .mailpoet_custom_field_add_form .components-base-control, .mailpoet_custom_field_add_form .custom-field-settings { text-align: left; }
7035
-
7036
- .components-placeholder.mailpoet_custom_field_add_placeholder { align-items: center; }
7037
-
7038
- .components-placeholder.mailpoet_custom_field_add_placeholder .components-placeholder__label { align-items: center; }
7039
-
7040
- .components-placeholder.mailpoet_custom_field_add_placeholder .components-placeholder__fieldset { justify-content: center; max-width: 400px; text-align: center; }
7041
-
7042
- .editor-post-title .editor-post-title__input { overflow: hidden; overflow-wrap: break-word; resize: none; }
7043
-
7044
- .mailpoet-editor-header-button { padding-left: 8px; padding-right: 8px; }
7045
-
7046
- @media (min-width: 600px) { .mailpoet-editor-header-button { margin-right: 12px; padding: 0 12px; } }
7047
-
7048
- .mailpoet-preview-button { margin-right: 6px; }
7049
-
7050
- .admin_page_mailpoet-form-editor .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor .BeaconContainer { left: 175px; }
7051
-
7052
- .admin_page_mailpoet-form-editor.folded .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor.folded .BeaconContainer { left: 50px; }
7053
-
7054
- @media screen and (max-width: 960px) { .admin_page_mailpoet-form-editor .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor .BeaconContainer { left: 50px; } }
7055
-
7056
- @media screen and (max-width: 782px) { .admin_page_mailpoet-form-editor .BeaconFabButtonFrame, .admin_page_mailpoet-form-editor .BeaconContainer { left: 15px; } }
7057
-
7058
- .form-placement-option-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; margin: 0 -8px; }
7059
-
7060
- .form-placement-option { background-color: #fff; border: solid 1px #e5e9f8; border-radius: 4px; box-shadow: 0 1px 2px 0 #e5e9f8; cursor: pointer; display: flex; flex-direction: column; height: 142px; justify-content: space-between; margin-bottom: 16px; padding: 6px; pointer-events: auto; position: relative; text-align: center; width: 116px; }
7061
-
7062
- .form-placement-settings-overlay { background-color: rgba(0, 0, 0, 0.3); border-radius: 2px; height: 100%; left: 0; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 3; }
7063
-
7064
- .form-placement-option-active { border: solid 2px #ff5301; box-shadow: 0 4px 8px 0 rgba(156, 166, 204, 0.5); }
7065
-
7066
- .form-placement-settings { width: 400px; }
7067
-
7068
- .form-placement-option-label { align-items: center; color: #23282d; display: flex; font-size: 14px; height: 40px; justify-content: center; pointer-events: none; width: 100%; z-index: 2; }
7069
-
7070
- .form-placement-option-label p { margin-bottom: 0; }
7071
-
7072
- .form-placement-option-settings { display: flex; flex-direction: row; height: 25px; justify-content: space-between; pointer-events: none; width: 100%; z-index: 4; }
7073
-
7074
- .form-placement-settings-oval { background-color: #dcdcdc; border: solid 1px #969ca1; border-radius: 7px; height: 13px; pointer-events: none; width: 13px; }
7075
-
7076
- .form-placement-settings-check { height: 13px; pointer-events: none; width: 13px; z-index: 4; }
7077
-
7078
- .form-placement-settings-icon { height: 14px; pointer-events: none; width: 14px; z-index: 4; }
7079
-
7080
- .form-placement-settings-icon svg { fill: #e5e9f8; }
7081
-
7082
- .form-placement-settings-icon-hover svg { fill: white; }
7083
-
7084
- .form-placement-option-icon { background-color: #fff; box-shadow: 0 4px 18px 0 rgba(68, 75, 102, 0.15); height: 63px; margin: 0 auto; -o-object-fit: contain; object-fit: contain; pointer-events: none; width: 76px; z-index: 2; }
7085
-
7086
- .form-placement-option-icon svg { height: 63px; width: 76px; }
7087
-
7088
- .mailpoet-form-placement-save { display: flex; flex-direction: row; justify-content: flex-end; }
7089
-
7090
- .mailpoet_spinner_wrapper { align-items: center; background: #fff; display: flex; flex-direction: column; height: 100%; justify-content: center; width: 100%; }
7091
-
7092
- .mailpoet_form_preview_modal .mailpoet-modal-content { align-items: stretch; display: flex; flex-direction: column; position: relative; }
7093
-
7094
- .mailpoet_form_preview_modal .mailpoet_browser_preview { display: flex; flex-direction: column; height: 100%; width: 100%; }
7095
-
7096
- .mailpoet_form_preview_modal .mailpoet_browser_preview .mailpoet_spinner_wrapper { left: 0; position: absolute; top: 0; }
7097
-
7098
- .mailpoet_form_preview_modal .mailpoet_browser_preview_container { height: 100%; }
7099
-
7100
- .mailpoet_form_preview_modal .mailpoet_browser_preview_border { position: relative; }
7101
-
7102
- .mailpoet_form_preview_modal .mailpoet_form_preview_iframe { height: 100%; max-height: 100%; width: 100%; }
7103
-
7104
- .mailpoet_form_preview_modal .mailpoet_preview_form_type_selection label { font-weight: bold; }
7105
-
7106
- .mailpoet_form_preview_modal_overlay { z-index: 100010; }
7107
-
7108
- .mailpoet_form_preview_disclaimer { bottom: 10px; font-size: .9em; position: absolute; right: 0; width: 380px; }
7109
-
7110
- .mailpoet_preview_content_wrapper { display: flex; flex-direction: row; height: 100%; }
7111
-
7112
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar { padding: 42px 20px 10px 0; width: 300px; }
7113
-
7114
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar > .components-base-control, .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar > p, .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar > hr { margin-bottom: 18px; }
7115
-
7116
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar .components-base-control__label { display: block; }
7117
-
7118
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar .components-radio-control__option { display: inline-block; margin-right: 1em; width: auto; }
7119
-
7120
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar .mailpoet-styles-settings-heading { color: initial; font-size: 13px; font-weight: normal; margin-bottom: 4px; }
7121
-
7122
- .mailpoet_preview_content_wrapper .mailpoet_preview_sidebar .mailpoet-size-settings-control .components-range-control__number { min-width: 5em; }
7123
-
7124
- .mailpoet-form-submit-button .block-editor-block-toolbar > .components-toolbar-group, .mailpoet-form-email-input .block-editor-block-toolbar > .components-toolbar-group { display: none; }
7125
-
7126
- .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; }
7127
-
7128
- .interface-interface-skeleton__body, .is-sidebar-opened .interface-interface-skeleton__sidebar { overflow: hidden; }
7129
-
7130
- .edit-post-header { flex-direction: row-reverse; justify-content: space-between; }
7131
-
7132
- .mailpoet-html-block-editor-content-wrapper { position: relative; }
7133
-
7134
- .mailpoet-html-block-editor-content-wrapper:after { background: transparent; content: ' '; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
7135
-
7136
- h2 { font-size: 1.7em; }
7137
-
7138
- .mailpoet-form-background > div > .block-editor-block-list__layout > .block-editor-block-list__block:first-child { margin-top: 0; }
7139
-
7140
- .block-editor-block-list__layout .mailpoet_text { min-height: 0; }
7141
-
7142
- .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; }
7143
-
7144
- .block-editor-block-list__layout .mailpoet_paragraph .mailpoet_text_label { font-size: 1em; line-height: 1.2; }
7145
-
7146
- .mailpoet_toolbar_item { align-items: center; background-color: white; display: flex; padding-left: 8px; }
7147
-
7148
- .mailpoet_toolbar_item .mailpoet-font-family-select { width: 272px; }
7149
-
7150
- @media screen and (min-width: 782px) { .interface-complementary-area { width: 300px; } }
7151
-
7152
- .block-editor-inserter__popover { z-index: 100000 !important; }
7153
-
7154
- .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; min-height: 0; }
7155
-
7156
- .components-panel .select2-container { width: 100% !important; }
7157
-
7158
- .components-panel .select2-container input.select2-search__field:focus { border: 0; box-shadow: none; }
7159
-
7160
- .components-panel .select2-container .select2-selection { border-color: #7e8993; }
7161
-
7162
- .components-panel .select2-container.select2-container--focus .select2-selection { border-color: #007cba; box-shadow: 0 0 0 1px #007cba; }
7163
-
7164
- .components-panel .mailpoet-form-missing-lists .select2-selection { border-color: red; }
7165
-
7166
- .components-panel .mailpoet-form-missing-lists .mailpoet-form-lists-error { color: red; }
7167
-
7168
- .components-base-control.mailpoet-form-success-types__control { margin-bottom: 0; }
7169
-
7170
- .components-base-control.mailpoet-form-success-types__control .components-base-control__label { display: block; }
7171
-
7172
- .components-base-control.mailpoet-form-success-types__control .components-radio-control__option { display: inline-block; margin-right: 1em; }
7173
-
7174
- .components-base-control.mailpoet-form-success-types__control .components-radio-control__option input { margin-right: 6px; }
7175
-
7176
- .button-on-top, .button-on-top.components-button.is-link { margin-bottom: 12px; max-height: 30px; }
7177
-
7178
- .mailpoet-dnd-items-list > div { display: flex; flex-direction: column; }
7179
-
7180
- .mailpoet-dnd-items-list > div > * { margin-bottom: 12px; }
7181
-
7182
- .mailpoet-form-segments-settings-list { align-items: center; display: flex; flex-direction: row; }
7183
-
7184
- .mailpoet-form-segments-settings-list .components-base-control { flex-grow: 1; margin: 8px 0; }
7185
-
7186
- .mailpoet-form-segments-settings-list .components-base-control .components-base-control__field { margin: 0; }
7187
-
7188
- .mailpoet-form-segments-settings-list .mailpoet-form-segments-segment-remove { cursor: pointer; flex-grow: 0; margin: 8px 0; }
7189
-
7190
- .components-circular-option-picker { width: 245px; }
7191
-
7192
- @media screen and (max-width: 782px) { .components-circular-option-picker { width: 100%; } }
7193
-
7194
- .CodeMirror { border: 1px solid #eee; }
7195
-
7196
- .CodeMirror textarea { font-size: 12px; }
7197
-
7198
- .components-button.mailpoet-save-button { background-color: #ff5301; border-radius: 4px; color: #fff; display: block; font-size: 16px; font-stretch: normal; font-style: normal; font-weight: bold; height: 48px; letter-spacing: normal; line-height: 1.25; margin-left: auto; padding-left: 16px; padding-right: 16px; text-align: center; }
7199
-
7200
- .components-button.mailpoet-save-button:hover { background-color: #fff !important; color: #ff5301 !important; }
7201
-
7202
- .mailpoet-styles-settings { display: grid; grid-auto-flow: row; grid-row-gap: 20px; }
7203
-
7204
- .mailpoet-styles-settings .components-base-control { margin-bottom: 0; }
7205
-
7206
- .mailpoet-styles-settings-heading { font-size: 15px; }
7207
-
7208
- .mailpoet-styles-settings-heading .component-color-indicator { vertical-align: text-bottom; }
7209
-
7210
- .mailpoet-font-family-select button { width: 100%; }
7211
-
7212
- .mailpoet-styles-settings-image-url { max-width: 245px; }
7213
-
7214
- .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-body { align-items: center; display: flex; flex-direction: row; margin-bottom: 4px; }
7215
-
7216
- .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-body input { flex-grow: 1; flex-shrink: 1; margin-right: 4px; min-width: 100px; }
7217
-
7218
- .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-body button { flex-shrink: 0; white-space: normal; }
7219
-
7220
- .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-display { margin-right: 1px; }
7221
-
7222
- .template-selection { margin: 32px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/assets/dist/css/mailpoet-form-editor.99949bf0.css → assets/dist/css/mailpoet-form-editor.e564a33b.css RENAMED
@@ -7041,6 +7041,8 @@ span.CodeMirror-selectedtext { background: none; }
7041
 
7042
  .editor-post-title .editor-post-title__input { overflow: hidden; overflow-wrap: break-word; resize: none; }
7043
 
 
 
7044
  .mailpoet-editor-header-button { padding-left: 8px; padding-right: 8px; }
7045
 
7046
  @media (min-width: 600px) { .mailpoet-editor-header-button { margin-right: 12px; padding: 0 12px; } }
@@ -7081,6 +7083,8 @@ span.CodeMirror-selectedtext { background: none; }
7081
 
7082
  .mailpoet_form_preview_modal .mailpoet_browser_preview_container { height: 100%; }
7083
 
 
 
7084
  .mailpoet_form_preview_modal .mailpoet_browser_preview_border { position: relative; }
7085
 
7086
  .mailpoet_form_preview_modal .mailpoet_form_preview_iframe { height: 100%; max-height: 100%; width: 100%; }
@@ -7137,6 +7141,8 @@ h2 { font-size: 1.7em; }
7137
 
7138
  .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; min-height: 0; }
7139
 
 
 
7140
  .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; }
7141
 
7142
  .selection-item-overlay { background-color: rgba(0, 0, 0, 0.3); border-radius: 2px; height: 100%; left: 0; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 3; }
@@ -7205,12 +7211,16 @@ h2 { font-size: 1.7em; }
7205
 
7206
  .mailpoet-styles-settings .components-base-control { margin-bottom: 0; }
7207
 
 
 
7208
  .mailpoet-styles-settings-heading { font-size: 15px; }
7209
 
7210
  .mailpoet-styles-settings-heading .component-color-indicator { vertical-align: text-bottom; }
7211
 
7212
  .mailpoet-font-family-select button { width: 100%; }
7213
 
 
 
7214
  .mailpoet-styles-settings-image-url { max-width: 245px; }
7215
 
7216
  .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-body { align-items: center; display: flex; flex-direction: row; margin-bottom: 4px; }
7041
 
7042
  .editor-post-title .editor-post-title__input { overflow: hidden; overflow-wrap: break-word; resize: none; }
7043
 
7044
+ .edit-post-visual-editor__post-title-wrapper .editor-post-title { width: 580px; }
7045
+
7046
  .mailpoet-editor-header-button { padding-left: 8px; padding-right: 8px; }
7047
 
7048
  @media (min-width: 600px) { .mailpoet-editor-header-button { margin-right: 12px; padding: 0 12px; } }
7083
 
7084
  .mailpoet_form_preview_modal .mailpoet_browser_preview_container { height: 100%; }
7085
 
7086
+ .mailpoet_form_preview_modal .mailpoet_browser_preview_container_mobile { margin-top: 0; max-height: 760px; }
7087
+
7088
  .mailpoet_form_preview_modal .mailpoet_browser_preview_border { position: relative; }
7089
 
7090
  .mailpoet_form_preview_modal .mailpoet_form_preview_iframe { height: 100%; max-height: 100%; width: 100%; }
7141
 
7142
  .edit-post-visual-editor .block-editor-writing-flow__click-redirect { height: 0; min-height: 0; }
7143
 
7144
+ .wp-block { max-width: initial; }
7145
+
7146
  .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; }
7147
 
7148
  .selection-item-overlay { background-color: rgba(0, 0, 0, 0.3); border-radius: 2px; height: 100%; left: 0; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 3; }
7211
 
7212
  .mailpoet-styles-settings .components-base-control { margin-bottom: 0; }
7213
 
7214
+ .mailpoet-styles-settings .components-base-control__label { font-weight: bold; }
7215
+
7216
  .mailpoet-styles-settings-heading { font-size: 15px; }
7217
 
7218
  .mailpoet-styles-settings-heading .component-color-indicator { vertical-align: text-bottom; }
7219
 
7220
  .mailpoet-font-family-select button { width: 100%; }
7221
 
7222
+ .mailpoet-font-family-select .components-custom-select-control__label { font-weight: bold; }
7223
+
7224
  .mailpoet-styles-settings-image-url { max-width: 245px; }
7225
 
7226
  .mailpoet-styles-settings-image-url .mailpoet-styles-settings-image-url-body { align-items: center; display: flex; flex-direction: row; margin-bottom: 4px; }
assets/dist/css/mailpoet-plugin.1b85a537.css DELETED
@@ -1,1845 +0,0 @@
1
- @charset "UTF-8";
2
- /* default Select2 placeholder color for single dropdown */
3
- .select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }
4
-
5
- .select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
6
-
7
- .select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
8
-
9
- .select2-container .select2-selection--single .select2-selection__clear { position: relative; }
10
-
11
- .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }
12
-
13
- .select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
14
-
15
- .select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }
16
-
17
- .select2-container .select2-search--inline { float: left; }
18
-
19
- .select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }
20
-
21
- .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
22
-
23
- .select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }
24
-
25
- .select2-results { display: block; }
26
-
27
- .select2-results__options { list-style: none; margin: 0; padding: 0; }
28
-
29
- .select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }
30
-
31
- .select2-results__option[aria-selected] { cursor: pointer; }
32
-
33
- .select2-container--open .select2-dropdown { left: 0; }
34
-
35
- .select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
36
-
37
- .select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
38
-
39
- .select2-search--dropdown { display: block; padding: 4px; }
40
-
41
- .select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }
42
-
43
- .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }
44
-
45
- .select2-search--dropdown.select2-search--hide { display: none; }
46
-
47
- .select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }
48
-
49
- .select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; -webkit-clip-path: inset(50%) !important; clip-path: inset(50%) !important; height: 1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; white-space: nowrap !important; }
50
-
51
- .select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }
52
-
53
- .select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
54
-
55
- .select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }
56
-
57
- .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }
58
-
59
- .select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }
60
-
61
- .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }
62
-
63
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
64
-
65
- .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }
66
-
67
- .select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }
68
-
69
- .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }
70
-
71
- .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
72
-
73
- .select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }
74
-
75
- .select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }
76
-
77
- .select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }
78
-
79
- .select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; padding: 1px; }
80
-
81
- .select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }
82
-
83
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
84
-
85
- .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }
86
-
87
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }
88
-
89
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }
90
-
91
- .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
92
-
93
- .select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }
94
-
95
- .select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }
96
-
97
- .select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }
98
-
99
- .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }
100
-
101
- .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
102
-
103
- .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }
104
-
105
- .select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }
106
-
107
- .select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
108
-
109
- .select2-container--default .select2-results__option[role=group] { padding: 0; }
110
-
111
- .select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }
112
-
113
- .select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }
114
-
115
- .select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }
116
-
117
- .select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }
118
-
119
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }
120
-
121
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }
122
-
123
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }
124
-
125
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }
126
-
127
- .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }
128
-
129
- .select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }
130
-
131
- .select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }
132
-
133
- .select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
134
-
135
- .select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }
136
-
137
- .select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }
138
-
139
- .select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }
140
-
141
- .select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }
142
-
143
- .select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
144
-
145
- .select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }
146
-
147
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }
148
-
149
- .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }
150
-
151
- .select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }
152
-
153
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }
154
-
155
- .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }
156
-
157
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
158
-
159
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
160
-
161
- .select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }
162
-
163
- .select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }
164
-
165
- .select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }
166
-
167
- .select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }
168
-
169
- .select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }
170
-
171
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }
172
-
173
- .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }
174
-
175
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; margin-left: 5px; margin-right: auto; }
176
-
177
- .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }
178
-
179
- .select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }
180
-
181
- .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }
182
-
183
- .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
184
-
185
- .select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }
186
-
187
- .select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }
188
-
189
- .select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }
190
-
191
- .select2-container--classic .select2-dropdown--above { border-bottom: none; }
192
-
193
- .select2-container--classic .select2-dropdown--below { border-top: none; }
194
-
195
- .select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }
196
-
197
- .select2-container--classic .select2-results__option[role=group] { padding: 0; }
198
-
199
- .select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }
200
-
201
- .select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }
202
-
203
- .select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }
204
-
205
- .select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }
206
-
207
- a { text-decoration: underline; }
208
-
209
- a:hover, a:focus { text-decoration: none; }
210
-
211
- h1.mailpoet-h0, h1.mailpoet-h1, h2.mailpoet-h2, h3.mailpoet-h3, h4.mailpoet-h4, h5.mailpoet-h5 { color: #071c6d; font-weight: bold; line-height: 1.25; margin: 16px 0; }
212
-
213
- h1.mailpoet-h0 { font-size: 44px; }
214
-
215
- h1.mailpoet-h1 { font-size: 32px; }
216
-
217
- h2.mailpoet-h2 { font-size: 28px; }
218
-
219
- h3.mailpoet-h3 { font-size: 24px; }
220
-
221
- h4.mailpoet-h4 { font-size: 20px; }
222
-
223
- h5.mailpoet-h5 { font-size: 16px; }
224
-
225
- .mailpoet-button { align-items: center; background: #ff5301; border: 0; border-radius: 4px; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-flex; font-size: 16px; font-weight: bold; justify-content: center; line-height: 24px; max-width: 100%; min-height: 40px; padding: 8px 20px; position: relative; text-align: center; text-decoration: none; vertical-align: top; }
226
-
227
- .mailpoet-button:hover, .mailpoet-button:focus { background: #cd4200; color: #fff; text-decoration: none; }
228
-
229
- .mailpoet-button svg { fill: currentColor; height: 16px; width: 16px; }
230
-
231
- .mailpoet-button svg:first-child { margin-right: 6px; }
232
-
233
- .mailpoet-button svg:last-child { margin-left: 6px; }
234
-
235
- .mailpoet-button svg:only-child { margin-left: 0; margin-right: 0; }
236
-
237
- .mailpoet-button.mailpoet-full-width + .mailpoet-button.mailpoet-full-width { margin-top: 16px; }
238
-
239
- .mailpoet-button:not(.mailpoet-full-width) + .mailpoet-button:not(.mailpoet-full-width) { margin-left: 16px; }
240
-
241
- .mailpoet-button-small { font-size: 14px; line-height: 20px; min-height: 32px; padding: 6px 12px; }
242
-
243
- .mailpoet-button-small svg { height: 12px; width: 12px; }
244
-
245
- .mailpoet-button-large { min-height: 48px; padding: 12px 24px; }
246
-
247
- .mailpoet-button-light { background: #ffe0d0; color: #ff5301; }
248
-
249
- .mailpoet-button-light:hover, .mailpoet-button-light:focus { background: #ffbe9d; color: #ff5301; }
250
-
251
- .mailpoet-button-light.mailpoet-button-with-spinner:after { background-color: rgba(255, 224, 208, 0.8); }
252
-
253
- .mailpoet-button-dark { background: #071c6d; }
254
-
255
- .mailpoet-button-dark:hover, .mailpoet-button-dark:focus { background: #04103d; }
256
-
257
- .mailpoet-button-dark.mailpoet-button-with-spinner:after { background-color: rgba(7, 28, 109, 0.8); }
258
-
259
- .mailpoet-button-link { background: transparent; color: #ff5301; text-decoration: underline; }
260
-
261
- .mailpoet-button-link:hover, .mailpoet-button-link:focus { background: transparent; color: #cd4200; text-decoration: none; }
262
-
263
- .mailpoet-button-link.mailpoet-button-with-spinner:after { background-color: rgba(255, 255, 255, 0.8); }
264
-
265
- .mailpoet-button-link-dark { background: transparent; color: #071c6d; text-decoration: underline; }
266
-
267
- .mailpoet-button-link-dark:hover, .mailpoet-button-link-dark:focus { background: transparent; color: #04103d; text-decoration: none; }
268
-
269
- .mailpoet-button-link-dark.mailpoet-button-with-spinner:after { background-color: rgba(255, 255, 255, 0.8); }
270
-
271
- .mailpoet-button-with-spinner { pointer-events: none; touch-action: none; }
272
-
273
- .mailpoet-button-with-spinner:after { background: rgba(255, 83, 1, 0.8) no-repeat center; background-size: 24px 24px; border-radius: 4px; content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
274
-
275
- .mailpoet-button-with-spinner:after { background-image: url("data:image/gif;base64,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"); }
276
-
277
- .mailpoet-button-with-spinner.mailpoet-button-light:after { background-image: url("data:image/gif;base64,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"); }
278
-
279
- .mailpoet-button-with-spinner.mailpoet-button-dark:after { background-image: url("data:image/gif;base64,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"); }
280
-
281
- .mailpoet-button-with-spinner.mailpoet-button-link:after { background-image: url("data:image/gif;base64,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"); }
282
-
283
- .mailpoet-button-with-spinner.mailpoet-button-link-dark:after { background-image: url("data:image/gif;base64,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"); }
284
-
285
- input, select { outline: none; }
286
-
287
- label[for] { cursor: pointer; }
288
-
289
- .mailpoet-form-checkbox { align-items: center; cursor: pointer; display: inline-flex; position: relative; vertical-align: middle; }
290
-
291
- .mailpoet-form-checkbox input { height: 1px; position: absolute; visibility: hidden; width: 1px; }
292
-
293
- .mailpoet-form-checkbox.mailpoet-full-width + .mailpoet-form-checkbox.mailpoet-full-width { margin-top: 16px; }
294
-
295
- .mailpoet-form-checkbox:not(.mailpoet-full-width) + .mailpoet-form-checkbox:not(.mailpoet-full-width) { margin-left: 16px; }
296
-
297
- .mailpoet-form-checkbox-control { align-items: center; border: 1px solid #e5e9f8; border-radius: 4px; box-sizing: border-box; color: #ff5301; display: flex; font-size: 16px; height: 24px; justify-content: center; margin-right: 8px; width: 24px; }
298
-
299
- .mailpoet-form-checkbox-control:before { content: '✔'; display: none; }
300
-
301
- input:checked + .mailpoet-form-checkbox-control:before { display: block; }
302
-
303
- .mailpoet-form-input { align-items: center; background: #fdfdff; border: 1px solid #e5e9f8; border-radius: 4px; box-sizing: border-box; display: inline-flex; height: 40px; justify-content: center; max-width: 100%; padding: 0; position: relative; text-align: left; vertical-align: top; width: 368px; }
304
-
305
- .mailpoet-form-input input, .mailpoet-form-input select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0; color: #071c6d; flex-grow: 1; font-size: 16px; line-height: 22px; padding: 7px 16px 9px; }
306
-
307
- .mailpoet-form-input input::-moz-placeholder, .mailpoet-form-input select::-moz-placeholder { color: #9ca6cc; }
308
-
309
- .mailpoet-form-input input:-ms-input-placeholder, .mailpoet-form-input select:-ms-input-placeholder { color: #9ca6cc; }
310
-
311
- .mailpoet-form-input input::-ms-input-placeholder, .mailpoet-form-input select::-ms-input-placeholder { color: #9ca6cc; }
312
-
313
- .mailpoet-form-input input::placeholder, .mailpoet-form-input select::placeholder { color: #9ca6cc; }
314
-
315
- .mailpoet-form-input > svg { fill: #9ca6cc; flex-shrink: 0; height: 16px; width: 16px; }
316
-
317
- .mailpoet-form-input > svg:first-child { margin: 0 -8px 0 8px; }
318
-
319
- .mailpoet-form-input > svg:last-child { margin: 0 8px 0 -8px; }
320
-
321
- .mailpoet-form-input.mailpoet-full-width + .mailpoet-form-input.mailpoet-full-width { margin-top: 16px; }
322
-
323
- .mailpoet-form-input:not(.mailpoet-full-width) + .mailpoet-form-input:not(.mailpoet-full-width) { margin-left: 16px; }
324
-
325
- .mailpoet-form-input-small { font-size: 14px; height: 32px; width: 272px; }
326
-
327
- .mailpoet-form-input-small input, .mailpoet-form-input-small select { font-size: 14px; line-height: 14px; }
328
-
329
- .mailpoet-form-input-small svg { height: 12px; width: 12px; }
330
-
331
- .mailpoet-form-radio { align-items: center; cursor: pointer; display: inline-flex; position: relative; vertical-align: middle; }
332
-
333
- .mailpoet-form-radio input { height: 1px; position: absolute; visibility: hidden; width: 1px; }
334
-
335
- .mailpoet-form-radio.mailpoet-full-width + .mailpoet-form-radio.mailpoet-full-width { margin-top: 16px; }
336
-
337
- .mailpoet-form-radio:not(.mailpoet-full-width) + .mailpoet-form-radio:not(.mailpoet-full-width) { margin-left: 16px; }
338
-
339
- .mailpoet-form-radio-control { align-items: center; border: 1px solid #e5e9f8; border-radius: 12px; box-sizing: border-box; color: #ff5301; display: flex; font-size: 16px; height: 24px; justify-content: center; margin-right: 8px; width: 24px; }
340
-
341
- .mailpoet-form-radio-control:before { background: #ff5301; border-radius: 8px; content: ''; display: none; height: 16px; width: 16px; }
342
-
343
- input:checked + .mailpoet-form-radio-control:before { display: block; }
344
-
345
- .mailpoet-form-select { height: auto; min-height: 40px; }
346
-
347
- .mailpoet-form-select select { padding-right: 28px; }
348
-
349
- .mailpoet-form-select > svg:first-child { margin-right: -24px; }
350
-
351
- .mailpoet-form-select > svg + select { padding-left: 32px; }
352
-
353
- .mailpoet-form-select > svg ~ .mailpoet-form-react-select .mailpoet-form-react-select__value-container { padding-left: 32px !important; }
354
-
355
- .mailpoet-form-select.mailpoet-form-input-small > svg:first-child { margin-right: -20px; }
356
-
357
- .mailpoet-form-select.mailpoet-form-input-small > svg + select { padding-left: 28px; }
358
-
359
- .mailpoet-form-select.mailpoet-form-input-small > svg ~ .mailpoet-form-react-select .mailpoet-form-react-select__value-container { padding-left: 28px !important; }
360
-
361
- .mailpoet-form-select:after { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQCAYAAAAMJL+VAAAAqklEQVR4AWOAAS75Ak922byr7DK5/ynBHDJ5j0FmMaADkARCIeWWYLEg9xG1LACFBKYFcvlxVPOBXF4sAzbAIZs7n1LDQWYw4AJSxg1clEQ0SC/IDAZ8gEcuVwuo+CsZFnwF6WUgBgDDMJ6McI8naDBmfFAe7oTjg/JwJxwflIY74figPNwJxwfF4U44PnKvwAwHsWHhTjlAlLaSQIN7gJHax62YL84wWAAANkMq0+UYHGkAAAAASUVORK5CYII=") no-repeat center; background-size: contain; content: ''; height: 8px; margin-top: -4px; pointer-events: none; position: absolute; right: 8px; top: 50%; width: 12px; }
362
-
363
- .mailpoet-form-react-select { flex-grow: 1; max-width: 100%; }
364
-
365
- .mailpoet-form-react-select__control { background: transparent !important; border: 0 !important; box-shadow: none !important; }
366
-
367
- .mailpoet-form-react-select__value-container { padding: 4px 28px 4px 16px !important; }
368
-
369
- .mailpoet-form-react-select__single-value { color: #071c6d !important; max-width: calc(100% - 8px); }
370
-
371
- .mailpoet-form-react-select__multi-value { background: #e5e9f8 !important; margin: 2px 8px 2px 0 !important; }
372
-
373
- .mailpoet-form-react-select__multi-value__label { color: #071c6d; font-size: 14px; line-height: 20px; max-width: calc(100% - 32px); padding: 3px 0 3px 6px; }
374
-
375
- .mailpoet-form-react-select__multi-value__remove { cursor: pointer; }
376
-
377
- .mailpoet-form-react-select__multi-value__remove svg { fill: rgba(7, 28, 109, 0.4) !important; height: 18px; width: 18px; }
378
-
379
- .mailpoet-form-react-select__multi-value__remove:hover, .mailpoet-form-react-select__multi-value__remove:focus { background: rgba(7, 28, 109, 0.1) !important; outline: none; }
380
-
381
- .mailpoet-form-react-select__placeholder { color: #9ca6cc !important; }
382
-
383
- .mailpoet-form-react-select__input { color: #071c6d !important; }
384
-
385
- .mailpoet-form-react-select__indicators { display: none !important; }
386
-
387
- .mailpoet-form-react-select__menu { border: 1px solid #e5e9f8 !important; border-radius: 0 0 4px 4px !important; box-shadow: none !important; left: -1px !important; margin-bottom: -4px !important; margin-top: -4px !important; width: calc(100% + 2px) !important; }
388
-
389
- .mailpoet-form-react-select__menu-notice { color: #9ca6cc !important; }
390
-
391
- .mailpoet-form-react-select__option { color: #071c6d !important; cursor: pointer; font-size: 14px !important; line-height: 18px !important; padding: 8px 16px !important; }
392
-
393
- .mailpoet-form-react-select__option--is-focused { background: #e5e9f8 !important; }
394
-
395
- .mailpoet-form-react-select-option { align-items: center; box-sizing: border-box; display: flex; max-width: 100%; position: relative; }
396
-
397
- .mailpoet-form-react-select-text { min-width: 0; }
398
-
399
- .mailpoet-form-react-select-text span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
400
-
401
- .mailpoet-form-react-select-tag { background: #071c6d; border-radius: 2px; box-sizing: border-box; color: #fff; font-size: 12px; font-weight: 600; line-height: 14px; margin-right: 6px; padding: 2px 5px; }
402
-
403
- .mailpoet-form-react-select-count { background: rgba(156, 166, 204, 0.5); border-radius: 10px; box-sizing: border-box; color: #071c6d; font-size: 12px; font-weight: 600; line-height: 14px; margin-left: 6px; padding: 1px 5px; }
404
-
405
- /* These are temporary styles until we get rid of select2 Usage: const data = [{ id: '1', count: 1, tag: 'Tag', text: 'Option', }]; const templateRendered = (option) => { let tpl = ''; if (option.tag !== undefined) { tpl += `<span class="mailpoet-form-select2-tag">${option.tag}</span>`; } tpl += `<span class="mailpoet-form-select2-text"><span>${option.text}</span></span>`; if (option.count !== undefined) { tpl += `<span class="mailpoet-form-select2-count">${option.count}</span>`; } return tpl; }; element.select2({ data, dropdownCssClass: 'mailpoet-form-select2-dropdown', escapeMarkup: (markup) => markup, templateResult: templateRendered, templateSelection: templateRendered, }); */
406
- .mailpoet-form-select svg ~ .select2 .select2-selection__rendered { padding-left: 32px !important; }
407
-
408
- .mailpoet-form-select.mailpoet-form-input-small svg ~ .select2 .select2-selection__rendered { padding-left: 28px !important; }
409
-
410
- .mailpoet-form-select .select2-container { width: 100% !important; }
411
-
412
- .mailpoet-form-select .select2-selection { background: transparent !important; border: 0 !important; height: auto !important; outline: none; }
413
-
414
- .mailpoet-form-select .select2-selection__arrow { display: none !important; }
415
-
416
- .mailpoet-form-select .select2-selection__rendered { color: #071c6d !important; line-height: 22px !important; padding: 7px 24px 9px 16px !important; vertical-align: top; }
417
-
418
- .mailpoet-form-select .select2-selection--multiple .select2-selection__rendered { padding-bottom: 0 !important; }
419
-
420
- .mailpoet-form-select .select2-selection__choice { background: #e5e9f8 !important; border: 0 !important; font-size: 14px; height: 24px !important; margin: 0 7px 7px 0 !important; padding: 1px 24px 1px 6px !important; }
421
-
422
- .mailpoet-form-select .select2-selection__choice__remove { color: rgba(7, 28, 109, 0.4) !important; font-size: 22px; line-height: 24px; margin-right: 0 !important; padding-top: 2px; position: absolute; right: 0; text-align: center; top: 0; width: 24px; }
423
-
424
- .mailpoet-form-select .select2-search--inline { margin-bottom: 7px; }
425
-
426
- .mailpoet-form-select .select2-search__field { line-height: 24px; margin-top: 0 !important; }
427
-
428
- .mailpoet-form-select .select2-search__field::-moz-placeholder { color: #9ca6cc; }
429
-
430
- .mailpoet-form-select .select2-search__field:-ms-input-placeholder { color: #9ca6cc; }
431
-
432
- .mailpoet-form-select .select2-search__field::-ms-input-placeholder { color: #9ca6cc; }
433
-
434
- .mailpoet-form-select .select2-search__field::placeholder { color: #9ca6cc; }
435
-
436
- .mailpoet-form-select2-dropdown { border-color: #e5e9f8; border-radius: 4px; box-sizing: content-box; color: #071c6d; font-family: "proxima-soft", sans-serif; font-size: 16px; margin-left: -1px; }
437
-
438
- .mailpoet-form-select2-dropdown.select2-dropdown--below { margin-top: -4px; }
439
-
440
- .mailpoet-form-select2-dropdown.select2-dropdown--above { margin-bottom: -4px; }
441
-
442
- .mailpoet-form-select2-dropdown .select2-search--dropdown { padding: 6px 8px; }
443
-
444
- .mailpoet-form-select2-dropdown .select2-search--dropdown .select2-search__field { background: #fff; border: 1px solid #e5e9f8; border-radius: 4px; font-size: 14px; padding: 8px; }
445
-
446
- .mailpoet-form-select2-dropdown .select2-search--dropdown .select2-search__field::-moz-placeholder { color: #9ca6cc; }
447
-
448
- .mailpoet-form-select2-dropdown .select2-search--dropdown .select2-search__field:-ms-input-placeholder { color: #9ca6cc; }
449
-
450
- .mailpoet-form-select2-dropdown .select2-search--dropdown .select2-search__field::-ms-input-placeholder { color: #9ca6cc; }
451
-
452
- .mailpoet-form-select2-dropdown .select2-search--dropdown .select2-search__field::placeholder { color: #9ca6cc; }
453
-
454
- .mailpoet-form-select2-dropdown .select2-results__options { padding: 4px 0; }
455
-
456
- .mailpoet-form-select2-dropdown .select2-results__option { align-items: center; display: flex; padding: 12px 16px; }
457
-
458
- .mailpoet-form-select2-dropdown .select2-results__option[aria-selected=true] { background-color: #ffe0d0; color: #071c6d; }
459
-
460
- .mailpoet-form-select2-dropdown .select2-results__option--highlighted { background-color: #e5e9f8; }
461
-
462
- .mailpoet-form-select2-dropdown .select2-results__option--highlighted[aria-selected=true] { background-color: #ffbe9d; }
463
-
464
- .mailpoet-form-select .select2-selection__choice, .mailpoet-form-select2-dropdown .select2-results__option { align-items: center; box-sizing: border-box; display: flex; max-width: 100%; position: relative; }
465
-
466
- .mailpoet-form-select2-text { min-width: 0; }
467
-
468
- .mailpoet-form-select2-text span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
469
-
470
- .mailpoet-form-select2-tag { background: #071c6d; border-radius: 2px; box-sizing: border-box; color: #fff; font-size: 12px; font-weight: 600; line-height: 14px; margin-right: 6px; padding: 2px 5px; }
471
-
472
- .mailpoet-form-select2-count { background: rgba(156, 166, 204, 0.5); border-radius: 10px; box-sizing: border-box; color: #071c6d; font-size: 12px; font-weight: 600; line-height: 14px; margin-left: 6px; padding: 1px 5px; }
473
-
474
- .mailpoet-form-toggle { cursor: pointer; height: 24px; position: relative; width: 40px; }
475
-
476
- .mailpoet-form-toggle input { height: 1px; position: absolute; visibility: hidden; width: 1px; }
477
-
478
- .mailpoet-form-toggle-control { background: #fdfdff; border: 1px solid #e5e9f8; border-radius: 12px; box-sizing: border-box; height: 100%; left: 0; position: absolute; top: 0; transition: all .2s ease; width: 100%; }
479
-
480
- .mailpoet-form-toggle-control:after { background: #fff; border: 1px solid #e5e9f8; border-radius: 12px; box-shadow: 0 4px 8px rgba(220, 220, 220, 0.5); box-sizing: border-box; content: ''; height: calc(100% + 2px); left: -1px; position: absolute; top: -1px; transition: all .2s ease; width: 24px; }
481
-
482
- input:checked ~ .mailpoet-form-toggle-control { background: #f5a278; border-color: #f5a278; }
483
-
484
- input:checked ~ .mailpoet-form-toggle-control:after { border-color: #f5a278; box-shadow: -3px 0 8px rgba(245, 162, 120, 0.4); transform: translateX(16px); }
485
-
486
- .mailpoet-form-toggle-small { height: 16px; width: 24px; }
487
-
488
- .mailpoet-form-toggle-small .mailpoet-form-toggle-control:after { width: 16px; }
489
-
490
- .mailpoet-form-toggle-small input:checked ~ .mailpoet-form-toggle-control:after { transform: translateX(8px); }
491
-
492
- .mailpoet-form-yesno { background: #fdfdff; border: 1px solid #e5e9f8; border-radius: 4px; box-sizing: border-box; color: #9ca6cc; cursor: pointer; height: 32px; line-height: 19px; position: relative; width: 55px; }
493
-
494
- .mailpoet-form-yesno:after { background: #e5e9f8; content: ''; height: 100%; left: 26px; position: absolute; top: 0; width: 1px; }
495
-
496
- .mailpoet-form-yesno input { height: 1px; position: absolute; visibility: hidden; width: 1px; }
497
-
498
- .mailpoet-form-yesno-error { border-color: #f00; box-shadow: 0 0 0 1px #f00 inset; color: #f00; }
499
-
500
- .mailpoet-form-yesno-error:after { height: calc(100% - 2px); top: 1px; }
501
-
502
- .mailpoet-form-yesno-control { align-items: center; cursor: pointer; display: flex; height: 100%; justify-content: center; position: absolute; top: 0; width: 26px; }
503
-
504
- .mailpoet-form-yesno-yes { border-radius: 3px 0 0 3px; left: 0; }
505
-
506
- input:checked + .mailpoet-form-yesno-yes { background: #7ed321; color: #fff; }
507
-
508
- .mailpoet-form-yesno-no { border-radius: 0 3px 3px 0; right: 0; }
509
-
510
- input:checked + .mailpoet-form-yesno-no { background: #f00; color: #fff; }
511
-
512
- .mailpoet-grid-column { width: 368px; }
513
-
514
- .mailpoet-grid-column-small { width: 272px; }
515
-
516
- .mailpoet-grid-two-columns { display: grid; grid-column-gap: 16px; grid-template-columns: 1fr 1fr; }
517
-
518
- @media screen and (max-width: 782px) { .mailpoet-grid-two-columns { grid-template-columns: 1fr; } }
519
-
520
- .mailpoet-grid-three-columns { display: grid; grid-column-gap: 16px; grid-template-columns: 1fr 1fr 1fr; }
521
-
522
- @media screen and (max-width: 782px) { .mailpoet-grid-three-columns { grid-template-columns: 1fr; } }
523
-
524
- .mailpoet-grid-space-between { align-items: flex-start; display: flex; justify-content: space-between; }
525
-
526
- .mailpoet-grid-space-between-vertical-center { align-items: center; }
527
-
528
- .mailpoet-grid-two-columns-list { -moz-column-gap: 16px; column-gap: 16px; -moz-columns: 2 auto; columns: 2 auto; }
529
-
530
- .mailpoet-min-width { width: -webkit-min-content; width: -moz-min-content; width: min-content; }
531
-
532
- .mailpoet-full-width { width: 100%; }
533
-
534
- .mailpoet-gap { display: block; height: 16px; }
535
-
536
- .mailpoet-gap-large { display: block; height: 32px; width: 32px; }
537
-
538
- .mailpoet-disabled { opacity: .5; pointer-events: none; touch-action: none; }
539
-
540
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow { margin-left: -8px; position: absolute; }
541
-
542
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before { box-sizing: content-box; position: absolute; border: 8px solid transparent; height: 0; width: 1px; }
543
-
544
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before { content: ""; z-index: -1; border-width: 8px; left: -8px; border-bottom-color: #aeaeae; }
545
-
546
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle { top: 0; margin-top: -8px; }
547
-
548
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before { border-top: none; border-bottom-color: #f0f0f0; }
549
-
550
- .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before { top: -1px; border-bottom-color: #aeaeae; }
551
-
552
- .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow { bottom: 0; margin-bottom: -8px; }
553
-
554
- .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before { border-bottom: none; border-top-color: #fff; }
555
-
556
- .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before, .react-datepicker__month-read-view--down-arrow::before, .react-datepicker__month-year-read-view--down-arrow::before { bottom: -1px; border-top-color: #aeaeae; }
557
-
558
- .react-datepicker-wrapper { display: inline-block; padding: 0; border: 0; }
559
-
560
- .react-datepicker { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.8rem; background-color: #fff; color: #000; border: 1px solid #aeaeae; border-radius: 0.3rem; display: inline-block; position: relative; }
561
-
562
- .react-datepicker--time-only .react-datepicker__triangle { left: 35px; }
563
-
564
- .react-datepicker--time-only .react-datepicker__time-container { border-left: 0; }
565
-
566
- .react-datepicker--time-only .react-datepicker__time { border-radius: 0.3rem; }
567
-
568
- .react-datepicker--time-only .react-datepicker__time-box { border-radius: 0.3rem; }
569
-
570
- .react-datepicker__triangle { position: absolute; left: 50px; }
571
-
572
- .react-datepicker-popper { z-index: 1; }
573
-
574
- .react-datepicker-popper[data-placement^="bottom"] { margin-top: 10px; }
575
-
576
- .react-datepicker-popper[data-placement="bottom-end"] .react-datepicker__triangle, .react-datepicker-popper[data-placement="top-end"] .react-datepicker__triangle { left: auto; right: 50px; }
577
-
578
- .react-datepicker-popper[data-placement^="top"] { margin-bottom: 10px; }
579
-
580
- .react-datepicker-popper[data-placement^="right"] { margin-left: 8px; }
581
-
582
- .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle { left: auto; right: 42px; }
583
-
584
- .react-datepicker-popper[data-placement^="left"] { margin-right: 8px; }
585
-
586
- .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle { left: 42px; right: auto; }
587
-
588
- .react-datepicker__header { text-align: center; background-color: #f0f0f0; border-bottom: 1px solid #aeaeae; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; padding-top: 8px; position: relative; }
589
-
590
- .react-datepicker__header--time { padding-bottom: 8px; padding-left: 5px; padding-right: 5px; }
591
-
592
- .react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll { display: inline-block; margin: 0 2px; }
593
-
594
- .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header { margin-top: 0; color: #000; font-weight: bold; font-size: 0.944rem; }
595
-
596
- .react-datepicker-time__header { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
597
-
598
- .react-datepicker__navigation { background: none; line-height: 1.7rem; text-align: center; cursor: pointer; position: absolute; top: 10px; width: 0; padding: 0; border: 0.45rem solid transparent; z-index: 1; height: 10px; width: 10px; text-indent: -999em; overflow: hidden; }
599
-
600
- .react-datepicker__navigation--previous { left: 10px; border-right-color: #ccc; }
601
-
602
- .react-datepicker__navigation--previous:hover { border-right-color: #b3b3b3; }
603
-
604
- .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover { border-right-color: #e6e6e6; cursor: default; }
605
-
606
- .react-datepicker__navigation--next { right: 10px; border-left-color: #ccc; }
607
-
608
- .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) { right: 80px; }
609
-
610
- .react-datepicker__navigation--next:hover { border-left-color: #b3b3b3; }
611
-
612
- .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover { border-left-color: #e6e6e6; cursor: default; }
613
-
614
- .react-datepicker__navigation--years { position: relative; top: 0; display: block; margin-left: auto; margin-right: auto; }
615
-
616
- .react-datepicker__navigation--years-previous { top: 4px; border-top-color: #ccc; }
617
-
618
- .react-datepicker__navigation--years-previous:hover { border-top-color: #b3b3b3; }
619
-
620
- .react-datepicker__navigation--years-upcoming { top: -4px; border-bottom-color: #ccc; }
621
-
622
- .react-datepicker__navigation--years-upcoming:hover { border-bottom-color: #b3b3b3; }
623
-
624
- .react-datepicker__month-container { float: left; }
625
-
626
- .react-datepicker__year-container { margin: 0.4rem; text-align: center; display: flex; flex-wrap: wrap; }
627
-
628
- .react-datepicker__year-container-text { display: inline-block; cursor: pointer; flex: 1 0 30%; width: 12px; padding: 2px; }
629
-
630
- .react-datepicker__month { margin: 0.4rem; text-align: center; }
631
-
632
- .react-datepicker__month .react-datepicker__month-text, .react-datepicker__month .react-datepicker__quarter-text { display: inline-block; width: 4rem; margin: 2px; }
633
-
634
- .react-datepicker__input-time-container { clear: both; width: 100%; float: left; margin: 5px 0 10px 15px; text-align: left; }
635
-
636
- .react-datepicker__input-time-container .react-datepicker-time__caption { display: inline-block; }
637
-
638
- .react-datepicker__input-time-container .react-datepicker-time__input-container { display: inline-block; }
639
-
640
- .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input { display: inline-block; margin-left: 10px; }
641
-
642
- .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input { width: 85px; }
643
-
644
- .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button, .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
645
-
646
- .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] { -moz-appearance: textfield; }
647
-
648
- .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter { margin-left: 5px; display: inline-block; }
649
-
650
- .react-datepicker__time-container { float: right; border-left: 1px solid #aeaeae; width: 85px; }
651
-
652
- .react-datepicker__time-container--with-today-button { display: inline; border: 1px solid #aeaeae; border-radius: 0.3rem; position: absolute; right: -72px; top: 0; }
653
-
654
- .react-datepicker__time-container .react-datepicker__time { position: relative; background: white; }
655
-
656
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box { width: 85px; overflow-x: hidden; margin: 0 auto; text-align: center; }
657
-
658
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list { list-style: none; margin: 0; height: calc(195px + (1.7rem / 2)); overflow-y: scroll; padding-right: 0px; padding-left: 0px; width: 100%; box-sizing: content-box; }
659
-
660
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item { height: 30px; padding: 5px 10px; white-space: nowrap; }
661
-
662
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover { cursor: pointer; background-color: #f0f0f0; }
663
-
664
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected { background-color: #216ba5; color: white; font-weight: bold; }
665
-
666
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover { background-color: #216ba5; }
667
-
668
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled { color: #ccc; }
669
-
670
- .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover { cursor: default; background-color: transparent; }
671
-
672
- .react-datepicker__week-number { color: #ccc; display: inline-block; width: 1.7rem; line-height: 1.7rem; text-align: center; margin: 0.166rem; }
673
-
674
- .react-datepicker__week-number.react-datepicker__week-number--clickable { cursor: pointer; }
675
-
676
- .react-datepicker__week-number.react-datepicker__week-number--clickable:hover { border-radius: 0.3rem; background-color: #f0f0f0; }
677
-
678
- .react-datepicker__day-names, .react-datepicker__week { white-space: nowrap; }
679
-
680
- .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name { color: #000; display: inline-block; width: 1.7rem; line-height: 1.7rem; text-align: center; margin: 0.166rem; }
681
-
682
- .react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range, .react-datepicker__quarter--selected, .react-datepicker__quarter--in-selecting-range, .react-datepicker__quarter--in-range { border-radius: 0.3rem; background-color: #216ba5; color: #fff; }
683
-
684
- .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover, .react-datepicker__quarter--selected:hover, .react-datepicker__quarter--in-selecting-range:hover, .react-datepicker__quarter--in-range:hover { background-color: #1d5d90; }
685
-
686
- .react-datepicker__month--disabled, .react-datepicker__quarter--disabled { color: #ccc; pointer-events: none; }
687
-
688
- .react-datepicker__month--disabled:hover, .react-datepicker__quarter--disabled:hover { cursor: default; background-color: transparent; }
689
-
690
- .react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text { cursor: pointer; }
691
-
692
- .react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover { border-radius: 0.3rem; background-color: #f0f0f0; }
693
-
694
- .react-datepicker__day--today, .react-datepicker__month-text--today, .react-datepicker__quarter-text--today { font-weight: bold; }
695
-
696
- .react-datepicker__day--highlighted, .react-datepicker__month-text--highlighted, .react-datepicker__quarter-text--highlighted { border-radius: 0.3rem; background-color: #3dcc4a; color: #fff; }
697
-
698
- .react-datepicker__day--highlighted:hover, .react-datepicker__month-text--highlighted:hover, .react-datepicker__quarter-text--highlighted:hover { background-color: #32be3f; }
699
-
700
- .react-datepicker__day--highlighted-custom-1, .react-datepicker__month-text--highlighted-custom-1, .react-datepicker__quarter-text--highlighted-custom-1 { color: magenta; }
701
-
702
- .react-datepicker__day--highlighted-custom-2, .react-datepicker__month-text--highlighted-custom-2, .react-datepicker__quarter-text--highlighted-custom-2 { color: green; }
703
-
704
- .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range { border-radius: 0.3rem; background-color: #216ba5; color: #fff; }
705
-
706
- .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover { background-color: #1d5d90; }
707
-
708
- .react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected { border-radius: 0.3rem; background-color: #2a87d0; color: #fff; }
709
-
710
- .react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover { background-color: #1d5d90; }
711
-
712
- .react-datepicker__day--in-selecting-range , .react-datepicker__month-text--in-selecting-range , .react-datepicker__quarter-text--in-selecting-range { background-color: rgba(33, 107, 165, 0.5); }
713
-
714
- .react-datepicker__month--selecting-range .react-datepicker__day--in-range , .react-datepicker__month--selecting-range .react-datepicker__month-text--in-range , .react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range { background-color: #f0f0f0; color: #000; }
715
-
716
- .react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled { cursor: default; color: #ccc; }
717
-
718
- .react-datepicker__day--disabled:hover, .react-datepicker__month-text--disabled:hover, .react-datepicker__quarter-text--disabled:hover { background-color: transparent; }
719
-
720
- .react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover, .react-datepicker__quarter-text.react-datepicker__month--selected:hover, .react-datepicker__quarter-text.react-datepicker__month--in-range:hover, .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover, .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover { background-color: #216ba5; }
721
-
722
- .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover { background-color: #f0f0f0; }
723
-
724
- .react-datepicker__input-container { position: relative; display: inline-block; width: 100%; }
725
-
726
- .react-datepicker__year-read-view, .react-datepicker__month-read-view, .react-datepicker__month-year-read-view { border: 1px solid transparent; border-radius: 0.3rem; }
727
-
728
- .react-datepicker__year-read-view:hover, .react-datepicker__month-read-view:hover, .react-datepicker__month-year-read-view:hover { cursor: pointer; }
729
-
730
- .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow { border-top-color: #b3b3b3; }
731
-
732
- .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow { border-top-color: #ccc; float: right; margin-left: 20px; top: 8px; position: relative; border-width: 0.45rem; }
733
-
734
- .react-datepicker__year-dropdown, .react-datepicker__month-dropdown, .react-datepicker__month-year-dropdown { background-color: #f0f0f0; position: absolute; width: 50%; left: 25%; top: 30px; z-index: 1; text-align: center; border-radius: 0.3rem; border: 1px solid #aeaeae; }
735
-
736
- .react-datepicker__year-dropdown:hover, .react-datepicker__month-dropdown:hover, .react-datepicker__month-year-dropdown:hover { cursor: pointer; }
737
-
738
- .react-datepicker__year-dropdown--scrollable, .react-datepicker__month-dropdown--scrollable, .react-datepicker__month-year-dropdown--scrollable { height: 150px; overflow-y: scroll; }
739
-
740
- .react-datepicker__year-option, .react-datepicker__month-option, .react-datepicker__month-year-option { line-height: 20px; width: 100%; display: block; margin-left: auto; margin-right: auto; }
741
-
742
- .react-datepicker__year-option:first-of-type, .react-datepicker__month-option:first-of-type, .react-datepicker__month-year-option:first-of-type { border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
743
-
744
- .react-datepicker__year-option:last-of-type, .react-datepicker__month-option:last-of-type, .react-datepicker__month-year-option:last-of-type { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-bottom-left-radius: 0.3rem; border-bottom-right-radius: 0.3rem; }
745
-
746
- .react-datepicker__year-option:hover, .react-datepicker__month-option:hover, .react-datepicker__month-year-option:hover { background-color: #ccc; }
747
-
748
- .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming { border-bottom-color: #b3b3b3; }
749
-
750
- .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous, .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous { border-top-color: #b3b3b3; }
751
-
752
- .react-datepicker__year-option--selected, .react-datepicker__month-option--selected, .react-datepicker__month-year-option--selected { position: absolute; left: 15px; }
753
-
754
- .react-datepicker__close-icon { cursor: pointer; background-color: transparent; border: 0; outline: 0; padding: 0px 6px 0px 0px; position: absolute; top: 0; right: 0; height: 100%; display: table-cell; vertical-align: middle; }
755
-
756
- .react-datepicker__close-icon::after { cursor: pointer; background-color: #216ba5; color: #fff; border-radius: 50%; height: 16px; width: 16px; padding: 2px; font-size: 12px; line-height: 1; text-align: center; display: table-cell; vertical-align: middle; content: "\00d7"; }
757
-
758
- .react-datepicker__today-button { background: #f0f0f0; border-top: 1px solid #aeaeae; cursor: pointer; text-align: center; font-weight: bold; padding: 5px 0; clear: left; }
759
-
760
- .react-datepicker__portal { position: fixed; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.8); left: 0; top: 0; justify-content: center; align-items: center; display: flex; z-index: 2147483647; }
761
-
762
- .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name { width: 3rem; line-height: 3rem; }
763
-
764
- @media (max-width: 400px), (max-height: 550px) { .react-datepicker__portal .react-datepicker__day-name, .react-datepicker__portal .react-datepicker__day, .react-datepicker__portal .react-datepicker__time-name { width: 2rem; line-height: 2rem; } }
765
-
766
- .react-datepicker__portal .react-datepicker__current-month, .react-datepicker__portal .react-datepicker-time__header { font-size: 1.44rem; }
767
-
768
- .react-datepicker__portal .react-datepicker__navigation { border: 0.81rem solid transparent; }
769
-
770
- .react-datepicker__portal .react-datepicker__navigation--previous { border-right-color: #ccc; }
771
-
772
- .react-datepicker__portal .react-datepicker__navigation--previous:hover { border-right-color: #b3b3b3; }
773
-
774
- .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover { border-right-color: #e6e6e6; cursor: default; }
775
-
776
- .react-datepicker__portal .react-datepicker__navigation--next { border-left-color: #ccc; }
777
-
778
- .react-datepicker__portal .react-datepicker__navigation--next:hover { border-left-color: #b3b3b3; }
779
-
780
- .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover { border-left-color: #e6e6e6; cursor: default; }
781
-
782
- .mailpoet-datepicker { display: inline-block; vertical-align: middle; }
783
-
784
- .mailpoet-datepicker .react-datepicker { background-color: #fdfdff; border: solid 1px #e5e9f8; border-radius: 4px; box-shadow: 0 2px 8px 0 #e5e9f8; box-sizing: border-box; font-family: "proxima-soft", sans-serif; font-size: 16px; left: -1px; width: 368px; }
785
-
786
- .mailpoet-datepicker .react-datepicker-wrapper, .mailpoet-datepicker .react-datepicker-wrapper input { box-sizing: border-box; width: 100%; }
787
-
788
- .mailpoet-datepicker .react-datepicker__triangle { display: none; }
789
-
790
- .mailpoet-datepicker .react-datepicker__month-container { float: none; }
791
-
792
- .mailpoet-datepicker .react-datepicker__header { background-color: transparent; border-bottom: 0; padding-top: 0; }
793
-
794
- .mailpoet-datepicker .react-datepicker__month { margin: 0 auto 10px; }
795
-
796
- .mailpoet-datepicker .react-datepicker__current-month { color: #071c6d; font-size: 24px; height: 40px; line-height: 40px; padding: 16px 0; }
797
-
798
- .mailpoet-datepicker .react-datepicker__day-name { color: #071c6d; font-stretch: normal; font-style: normal; font-weight: normal; height: 24px; letter-spacing: normal; line-height: normal; margin: 0; text-align: center; width: 50px; }
799
-
800
- .mailpoet-datepicker .react-datepicker__day, .mailpoet-datepicker .react-datepicker__day--today { background-color: #fff; border: solid 1px #e5e9f8; color: #071c6d; display: inline-block; font-weight: bold; height: 48px; line-height: 48px; margin: 0 -1px -1px 0; text-align: center; width: 49px; }
801
-
802
- .mailpoet-datepicker .react-datepicker__day:hover { background-color: #ffe0d0; border-radius: 0; color: #071c6d; }
803
-
804
- .mailpoet-datepicker .react-datepicker__day--selected { background-color: #ff5301; border-radius: 0; color: #fff; }
805
-
806
- .mailpoet-datepicker .react-datepicker__day--disabled { color: #9ca6cc; font-weight: normal; pointer-events: none; }
807
-
808
- .mailpoet-datepicker .react-datepicker__day--outside-month { visibility: hidden; }
809
-
810
- .mailpoet-datepicker .react-datepicker__navigation { top: 16px; }
811
-
812
- .mailpoet-datepicker .react-datepicker__navigation--previous { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none'%3E%3Crect width='40' height='40' fill='%23FFE0D0' rx='20'/%3E%3Cpath fill='%23FF5301' d='M14 20.497l3.55 4.057c.128.144.274.254.439.331.164.077.338.115.52.115.348 0 .64-.116.878-.349.237-.232.356-.518.356-.857 0-.186-.035-.365-.106-.537-.071-.172-.173-.325-.305-.46l-.966-.983h6.346c.36 0 .665-.125.914-.376.25-.251.374-.565.374-.941 0-.368-.124-.678-.374-.931-.249-.253-.553-.38-.914-.38h-6.346l.966-1.13c.137-.148.24-.303.308-.463.069-.16.103-.32.103-.478 0-.302-.122-.563-.367-.784-.244-.22-.533-.331-.867-.331-.187 0-.364.04-.53.119-.167.079-.31.188-.429.327L14 20.496z'/%3E%3C/g%3E%3C/svg%3E%0A"); border: 0; height: 40px; width: 40px; }
813
-
814
- .mailpoet-datepicker .react-datepicker__navigation--next { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='none'%3E%3Crect width='40' height='40' fill='%23FFE0D0' rx='20'/%3E%3Cpath fill='%23FF5301' d='M26 20.497l-3.55 4.057c-.128.144-.274.254-.439.331-.164.077-.338.115-.52.115-.348 0-.64-.116-.878-.349-.237-.232-.356-.518-.356-.857 0-.186.035-.365.106-.537.071-.172.173-.325.305-.46l.966-.983h-6.346c-.36 0-.665-.125-.914-.376-.25-.251-.374-.565-.374-.941 0-.368.124-.678.374-.931.249-.253.553-.38.914-.38h6.346l-.966-1.13c-.137-.148-.24-.303-.308-.463-.069-.16-.103-.32-.103-.478 0-.302.122-.563.367-.784.244-.22.533-.331.867-.331.187 0 .364.04.53.119.167.079.31.188.429.327l3.55 4.05z'/%3E%3C/g%3E%3C/svg%3E%0A"); border: 0; height: 40px; width: 40px; }
815
-
816
- #mailpoet-modal { display: block !important; }
817
-
818
- .mailpoet-modal-screen-overlay { align-items: center; -webkit-animation: mailpoet-modal-screen-overlay-fadein-animation .1s ease-out; animation: mailpoet-modal-screen-overlay-fadein-animation .1s ease-out; background-color: rgba(0, 0, 0, 0.7); bottom: 0; display: flex; justify-content: center; left: 0; position: fixed; right: 0; top: 0; z-index: 100000; }
819
-
820
- @-webkit-keyframes mailpoet-modal-screen-overlay-fadein-animation { from { opacity: 0; }
821
- to { opacity: 1; } }
822
-
823
- @keyframes mailpoet-modal-screen-overlay-fadein-animation { from { opacity: 0; }
824
- to { opacity: 1; } }
825
-
826
- .mailpoet-modal-frame { -webkit-animation: mailpoet-modal-appear-animation .1s ease-out; animation: mailpoet-modal-appear-animation .1s ease-out; background: white; border: 1px solid #e2e4e7; border-radius: 4px; box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2); box-sizing: border-box; display: flex; flex-flow: column; height: auto; max-height: 90%; max-width: 90%; min-width: 360px; position: relative; width: auto; }
827
-
828
- .mailpoet-modal-frame:focus { outline: none; }
829
-
830
- @media screen and (max-width: 782px) { .mailpoet-modal-frame { border: none; border-radius: 0; height: 100%; max-height: 100%; max-width: 100%; width: 100%; } }
831
-
832
- @-webkit-keyframes mailpoet-modal-appear-animation { from { margin-top: 64px; }
833
- to { margin-top: 0; } }
834
-
835
- @keyframes mailpoet-modal-appear-animation { from { margin-top: 64px; }
836
- to { margin-top: 0; } }
837
-
838
- .mailpoet-modal-header { background: white; border-bottom: 1px solid #e5e9f8; padding: 0 16px; top: 0; z-index: 10; }
839
-
840
- .mailpoet-modal-is-dismissible .mailpoet-modal-header h3 { margin-right: 56px; }
841
-
842
- .mailpoet-modal-close { align-items: center; background: #ffe0d0; border: 0; border-radius: 50%; cursor: pointer; display: flex; height: 40px; justify-content: center; margin-top: -20px; outline: none; padding: 0; position: absolute; right: 16px; top: 31px; width: 40px; z-index: 11; }
843
-
844
- .mailpoet-modal-close svg { height: 10px; stroke: #ff5301; width: 10px; }
845
-
846
- .mailpoet-modal-content { box-sizing: border-box; height: 100%; min-height: 62px; overflow: auto; padding: 16px; }
847
-
848
- .mailpoet-modal-content > *:first-child { margin-top: 0; }
849
-
850
- .mailpoet-modal-content > *:last-child { margin-bottom: 0; }
851
-
852
- .mailpoet-modal-full-screen { border: none; border-radius: 0; height: 100%; max-height: 100%; max-width: 100%; width: 100%; }
853
-
854
- input.parsley-success, select.parsley-success, textarea.parsley-success { background-color: #dff0d8; border: 1px solid #d6e9c6; color: #468847; }
855
-
856
- input.parsley-error, select.parsley-error, textarea.parsley-error { background-color: #f2dede; border: 1px solid #eed3d7; color: #b94a48; }
857
-
858
- .parsley-errors-list { color: #b94a48; font-size: .9em; line-height: .9em; list-style-type: none; margin: 8px 0 3px; opacity: 0; padding: 0; transition: all .3s ease-in; }
859
-
860
- .parsley-errors-list.filled { opacity: 1; }
861
-
862
- .parsley-required, .parsley-custom-error-message { color: #b94a48; }
863
-
864
- .mailpoet-tabs { clear: both; position: relative; z-index: 1; }
865
-
866
- @media screen and (max-width: 782px) { .mailpoet-tabs p.search-box { left: 16px; width: calc(100% - 2 * 16px); } }
867
-
868
- .mailpoet-tabs-is-open { z-index: 2; }
869
-
870
- .mailpoet-tabs-is-open:after { background: rgba(30, 36, 40, 0.1); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }
871
-
872
- .mailpoet-tab, .mailpoet-tabs-title { align-items: center; background: none; border: 1px solid transparent; border-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; box-sizing: border-box; color: #071c6d; cursor: pointer; display: inline-flex; font-size: 16px; justify-content: center; line-height: 24px; margin-bottom: -1px; max-width: 100%; min-height: 56px; padding: 8px 24px; position: relative; text-align: center; text-decoration: none; vertical-align: top; }
873
-
874
- .mailpoet-tab:focus, .mailpoet-tabs-title:focus { outline: none; }
875
-
876
- .mailpoet-tab.mailpoet-tab-active, .mailpoet-tabs-title.mailpoet-tab-active { background: #fff; border-color: #e5e9f8; color: #ff5301; font-weight: bold; }
877
-
878
- .mailpoet-tab svg, .mailpoet-tabs-title svg { fill: currentColor; height: 16px; width: 16px; }
879
-
880
- .mailpoet-tab svg:first-child, .mailpoet-tabs-title svg:first-child { margin-right: 6px; }
881
-
882
- .mailpoet-tab svg:last-child, .mailpoet-tabs-title svg:last-child { margin-left: 6px; }
883
-
884
- .mailpoet-tab svg:only-child, .mailpoet-tabs-title svg:only-child { margin-left: 0; margin-right: 0; }
885
-
886
- .mailpoet-tab > span:before, .mailpoet-tabs-title > span:before { content: attr(data-title); display: block; font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
887
-
888
- .mailpoet-tabs-title { display: none; }
889
-
890
- .mailpoet-tab-content { background: #fff; border: 1px solid #e5e9f8; border-radius: 0 4px 4px; padding: 16px; }
891
-
892
- .mailpoet-tab-content > *:first-child { margin-top: 0; }
893
-
894
- .mailpoet-tab-content > *:last-child { margin-bottom: 0; }
895
-
896
- @media screen and (max-width: 782px) { .mailpoet-tabs-title { background: #fff; border: 1px solid #e5e9f8; border-bottom: none; border-radius: 0; display: flex; font-weight: bold; justify-content: flex-start; margin-bottom: 0; width: 100%; z-index: 2; }
897
- .mailpoet-tabs-title:after { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23071C6D' d='M10 0H2c-.552 0-1 .448-1 1 0 .216.07.427.2.6l4 5.333c.331.442.958.532 1.4.2.076-.057.143-.124.2-.2l4-5.333c.331-.442.242-1.069-.2-1.4-.173-.13-.384-.2-.6-.2z'/%3E%3C/svg%3E%0A") no-repeat center; content: ''; height: 8px; margin-left: auto; width: 12px; }
898
- .mailpoet-tabs-is-open > .mailpoet-tabs-title:after { transform: rotate(180deg); }
899
- .mailpoet-tab { background: #fff; border: 1px solid #e5e9f8; display: flex; justify-content: flex-start; width: 100%; }
900
- .mailpoet-tabs-wrapper { display: none; left: 0; position: absolute; top: 56px; width: 100%; z-index: 2; }
901
- .mailpoet-tabs-is-open > .mailpoet-tabs-wrapper { display: block; }
902
- .mailpoet-tab-content { border-radius: 0; } }
903
-
904
- .mailpoet-steps { align-items: center; background: #fdfdff; border-bottom: 1px solid #e5e9f8; display: flex; flex-wrap: wrap; justify-content: center; padding: 20px 24px; }
905
-
906
- @media screen and (max-width: 782px) { .mailpoet-steps { padding: 12px 16px; } }
907
-
908
- .mailpoet-step { align-items: center; border-right: 1px solid #e5e9f8; color: #071c6d; display: flex; font-size: 14px; line-height: 1.5; margin: 4px 0; padding: 0 16px; }
909
-
910
- .mailpoet-step:last-child { border: none; }
911
-
912
- .mailpoet-step-badge { align-items: center; background: #fff no-repeat center; border: 1px solid #e5e9f8; border-radius: 50%; box-shadow: 0 1px 2px #e5e9f8; box-sizing: border-box; display: flex; font-size: 10px; font-weight: bold; height: 20px; justify-content: center; line-height: 14px; margin: 2px; width: 20px; }
913
-
914
- .mailpoet-step-active .mailpoet-step-badge { background-color: #ff5301; border: none; color: #fff; font-size: 12px; height: 24px; margin: 0; width: 24px; }
915
-
916
- .mailpoet-step-done .mailpoet-step-badge { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 6 6'%3E%3Cpath fill='%237ED321' fill-rule='nonzero' d='M4.647.319c.246-.35.715-.423 1.048-.165.334.257.404.75.158 1.098L3.084 5.181c-.28.397-.835.429-1.154.066L.199 3.283c-.281-.319-.262-.816.042-1.11.305-.295.78-.275 1.06.044l1.115 1.266L4.646.319z' /%3E%3C/svg%3E%0A"); }
917
-
918
- .mailpoet-step-title { padding-left: 8px; text-align: center; }
919
-
920
- .mailpoet-step-title:before { content: attr(data-title); display: block; font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
921
-
922
- .mailpoet-step-active .mailpoet-step-title { color: #ff5301; font-weight: bold; }
923
-
924
- .mailpoet-step-done .mailpoet-step-title { font-weight: bold; }
925
-
926
- .mailpoet-steps-content { background: #fff; padding: 32px; }
927
-
928
- @media screen and (max-width: 782px) { .mailpoet-steps-content { padding: 16px; } }
929
-
930
- div.event-selection, div.event-option-selection:not(:empty), div.event-segment-selection, div.event-scheduling-time-duration-selection, div.event-scheduling-time-interval-selection { padding-right: 5px; }
931
-
932
- div.events-conditions-header { font-weight: 600; }
933
-
934
- div.events-conditions-container div { float: left; }
935
-
936
- div.events-conditions-container a.event-scheduling-read-more-link { clear: both; display: block; margin-top: 50px; }
937
-
938
- div.events-conditions-container:after { clear: both; content: ''; display: table; }
939
-
940
- div.events-conditions-container input { border: 1px solid #aaa; border-radius: 4px; }
941
-
942
- .mailpoet_browser_preview_toggle { flex: 0 1 auto; height: 34px; padding-bottom: 8px; text-align: center; width: 100%; }
943
-
944
- .mailpoet_browser_preview_toggle > label { display: inline-block; margin: 0 5px; }
945
-
946
- .mailpoet_browser_preview_icon { display: inline-block; height: 24px; margin: 0 6px; padding: 5px 10px; }
947
-
948
- .mailpoet_browser_preview_icon:focus { box-shadow: none; }
949
-
950
- .mailpoet_browser_preview_icon .mailpoet_preview_icon_fill { fill: rgba(7, 28, 109, 0.3); }
951
-
952
- .mailpoet_browser_preview_icon.mailpoet_active .mailpoet_preview_icon_fill { fill: #071c6d; }
953
-
954
- .mailpoet_browser_preview_container { border: 1px solid #979797; border-radius: 20px; box-sizing: border-box; display: flex; flex: 1 1 auto; flex-direction: column; height: 100%; margin: auto; padding: 20px; transition: width .5s; }
955
-
956
- .mailpoet_browser_preview_container_desktop { width: 100%; }
957
-
958
- .mailpoet_browser_preview_container_mobile { width: 402px; }
959
-
960
- .mailpoet_browser_preview_border { border: 1px solid #c3c3c3; height: 100%; width: 100%; }
961
-
962
- .mailpoet_browser_preview_iframe { display: block; }
963
-
964
- .form-field-row-filters div { margin-bottom: 10px; }
965
-
966
- .clearfix:after { clear: both; content: ''; display: table; }
967
-
968
- .relative-holder { position: relative; }
969
-
970
- a:focus { outline: 0 none !important; }
971
-
972
- .nav-tab:focus { box-shadow: none; }
973
-
974
- .mailpoet_success { color: #090; }
975
-
976
- .mailpoet_error { color: #900; }
977
-
978
- .mailpoet_hidden { display: none; }
979
-
980
- .mailpoet_spaced_block { margin: 1em 0; }
981
-
982
- .mailpoet_centered { text-align: center; }
983
-
984
- /* double class is intentional here, we need to be very specific here to something wrapping our warning message could override its style */
985
- p.sender_email_address_warning.sender_email_address_warning, p.sender_email_address_warning.sender_email_address_warning a { align-self: flex-start; color: #900; text-align: left; }
986
-
987
- p.sender_email_address_warning:first-child { margin-top: 1em; }
988
-
989
- .button.mailpoet-button-bigger { font-size: 1.5em; height: 46px; padding: 10px 18px; }
990
-
991
- .select2-container .select2-search--inline, .select2-container .select2-search--inline .select2-search__field { max-width: 100%; }
992
-
993
- .widefat { margin-bottom: 16px; }
994
-
995
- .mailpoet_subscribers_in_plan { font-size: 18px; margin-bottom: 1em; margin-top: 1em; }
996
-
997
- .mailpoet_subscribers_in_plan .mailpoet_subscribers_in_plan_spacer { display: inline-block; width: 20px; }
998
-
999
- .mailpoet_subscribers_in_plan .tooltip { position: relative; top: -1px; vertical-align: middle; }
1000
-
1001
- body.mailpoet_modal_opened { overflow: hidden; }
1002
-
1003
- .mailpoet_modal_overlay { align-items: center; background-color: rgba(0, 0, 0, 0.6); box-sizing: border-box; display: flex; height: 100%; justify-content: center; left: 0; overflow-x: hidden; overflow-y: auto; padding: 30px; position: fixed; top: 0; width: 100%; z-index: 100000; }
1004
-
1005
- .mailpoet_modal_highlight { background-color: #f1f1f1; box-shadow: 0 0 20px 2px white; pointer-events: none; position: relative; z-index: 100001 !important; }
1006
-
1007
- .mailpoet_modal_overlay.mailpoet_overlay_transparent { background-color: transparent; }
1008
-
1009
- .mailpoet_modal_overlay.mailpoet_overlay_loading { background-color: rgba(0, 0, 0, 0.6) !important; display: flex !important; }
1010
-
1011
- .mailpoet_popup { -webkit-animation: mailpoet_popup_fadein .5s; animation: mailpoet_popup_fadein .5s; margin: auto; max-width: 100%; z-index: 25; }
1012
-
1013
- @-webkit-keyframes mailpoet_popup_fadein { from { opacity: 0; }
1014
- to { opacity: 1; } }
1015
-
1016
- @keyframes mailpoet_popup_fadein { from { opacity: 0; }
1017
- to { opacity: 1; } }
1018
-
1019
- .mailpoet_popup_wrapper { background-color: #fff; border-radius: 4px; box-shadow: 1px 2px 4px #343434; box-sizing: border-box; display: flex; flex-flow: column; height: 100%; overflow: hidden; padding: 30px; position: relative; width: 100%; z-index: 0; }
1020
-
1021
- .mailpoet_overlay_transparent .mailpoet_popup_wrapper { border: 1px solid #333; }
1022
-
1023
- .mailpoet_popup_title h2 { font-size: 23px; font-weight: 600; line-height: 29px; margin: 0 43px 0 0; }
1024
-
1025
- .mailpoet_popup_body { flex-grow: 1; margin-top: 20px; position: relative; }
1026
-
1027
- .mailpoet_popup_body .button + .button { margin-left: 10px; }
1028
-
1029
- .mailpoet_popup_has_title .mailpoet_popup_body { margin-top: 30px; }
1030
-
1031
- .mailpoet_modal_overlay.mailpoet_panel_overlay { overflow: hidden; top: 32px; }
1032
-
1033
- .mailpoet_panel { bottom: 0; display: none; margin: 0; padding: 0; position: fixed; top: 0; transition: margin 350ms ease-out; width: 100%; z-index: 100002; }
1034
-
1035
- .mailpoet_panel_wrapper { background-color: #f1f1f1; border: 1px solid #e1e1e1; border-top: 0 none; height: 100%; overflow-x: hidden; overflow-y: auto; top: 0; width: 100%; z-index: 0; }
1036
-
1037
- .mailpoet_panel_title { height: 0; margin: 0; padding: 0; position: relative; }
1038
-
1039
- .mailpoet_panel_title h2 { border-left: 1px solid #444; border-right: 1px solid #444; color: #cfcfcf; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 1em; font-weight: normal; line-height: 32px; margin: 0; padding: 0 30px 0 10px; }
1040
-
1041
- .mailpoet_panel_body { padding: 10px 10px 36px; }
1042
-
1043
- .mailpoet_modal_close { cursor: pointer; outline: 0 none; overflow: hidden; padding: 0; position: absolute; z-index: 2; }
1044
-
1045
- .mailpoet_modal_close svg { opacity: .5; stroke: #979797; }
1046
-
1047
- .mailpoet_modal_close svg:hover { stroke: #636363; }
1048
-
1049
- .mailpoet_popup .mailpoet_modal_close { height: 23px; padding: 3px 0; right: 30px; top: 30px; width: 23px; }
1050
-
1051
- .mailpoet_panel .mailpoet_modal_close { height: 16px; padding: 2px 0; right: 20px; top: 20px; width: 16px; }
1052
-
1053
- .mailpoet_modal_close:focus { outline: 0 none; }
1054
-
1055
- .mailpoet_align_left { margin: 0; text-align: left; }
1056
-
1057
- .mailpoet_align_center { margin: 0; text-align: center; }
1058
-
1059
- .mailpoet_align_right { margin: 0; text-align: right; }
1060
-
1061
- @media screen and (max-width: 782px) { .mailpoet_modal_overlay { padding: 10px; }
1062
- .mailpoet_popup { min-width: auto !important; width: 100%; }
1063
- .mailpoet_popup_wrapper { padding: 12px; }
1064
- .mailpoet_popup_title h2 { margin-right: 33px; }
1065
- .mailpoet_popup .mailpoet_modal_close { right: 12px; top: 12px; }
1066
- .mailpoet_modal_overlay.mailpoet_panel_overlay { top: 46px; }
1067
- .mailpoet_panel_body { padding-bottom: 52px; } }
1068
-
1069
- .mailpoet_loading { display: flex; flex-direction: row; height: 32px; width: 150px; }
1070
-
1071
- .mailpoet_modal_loading { -webkit-animation-direction: linear; animation-direction: linear; -webkit-animation-duration: 1.9500000000000002s; animation-duration: 1.9500000000000002s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: bounce_mailpoet_modal_loading; animation-name: bounce_mailpoet_modal_loading; background-color: #e01d4e; border-radius: 21px; height: 32px; margin-left: 17px; width: 32px; }
1072
-
1073
- .mailpoet_modal_loading_1 { -webkit-animation-delay: .39s; animation-delay: .39s; }
1074
-
1075
- .mailpoet_modal_loading_2 { -webkit-animation-delay: .9099999999999999s; animation-delay: .9099999999999999s; }
1076
-
1077
- .mailpoet_modal_loading_3 { -webkit-animation-delay: 1.1700000000000002s; animation-delay: 1.1700000000000002s; }
1078
-
1079
- @-webkit-keyframes bounce_mailpoet_modal_loading { 0%, 50% { background-color: #064e6d; } }
1080
-
1081
- @keyframes bounce_mailpoet_modal_loading { 0%, 50% { background-color: #064e6d; } }
1082
-
1083
- .mailpoet_notice { clear: both; position: relative; }
1084
-
1085
- .mailpoet_notice p:empty { display: none; }
1086
-
1087
- .mailpoet_base_notice { background: #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); margin: 5px 0 15px; padding: 1px 12px; position: relative; }
1088
-
1089
- .mailpoet_success_notice { border-left: 4px solid #46b450; }
1090
-
1091
- .mailpoet_error_notice { border-left: 4px solid #dc3232; }
1092
-
1093
- .mailpoet_warning_notice { border-left: 4px solid #ffb900; }
1094
-
1095
- .mailpoet_info_notice { border-left: 4px solid #00a0d2; }
1096
-
1097
- .mailpoet_listing_loading tbody tr, .mailpoet_form_loading tbody tr { opacity: .2; }
1098
-
1099
- .mailpoet_select_all { background-color: #f1f1f1; }
1100
-
1101
- .mailpoet_select_all td { text-align: center; }
1102
-
1103
- .mailpoet-tabs .mailpoet_listing_table { border-left: #000; border-right: #000; margin: 16px -16px; width: calc(100% + 2 * 16px); }
1104
-
1105
- .mailpoet_listing_table th span { white-space: nowrap; }
1106
-
1107
- .mailpoet_listing_table thead .mailpoet-check-column, .mailpoet_listing_table tfoot .mailpoet-check-column { padding: 10px 0 0 3px; vertical-align: top; width: 2.2em; }
1108
-
1109
- .mailpoet_listing_table tbody .mailpoet-check-column { margin: 0 0 0 8px; padding: 11px 0 0 3px; vertical-align: text-top; }
1110
-
1111
- .mailpoet_listing_table thead th.column-primary, .mailpoet_listing_table tfoot th.column-primary { width: 25em; }
1112
-
1113
- .mailpoet-segments-listing .mailpoet_listing_table thead th.column-primary, .mailpoet-segments-listing .mailpoet_listing_table tfoot th.column-primary { width: 18em; }
1114
-
1115
- @media screen and (max-width: 782px) { .mailpoet_listing_table thead th.column-primary, .mailpoet_listing_table tfoot th.column-primary { width: 100% !important; } }
1116
-
1117
- @media screen and (max-width: 782px) { .mailpoet-listing-mobile-search-holder { height: 100px; } }
1118
-
1119
- #newsletters_container h2.nav-tab-wrapper { margin-bottom: 1rem; }
1120
-
1121
- .mailpoet_stats_text { font-size: 14px; font-weight: 600; }
1122
-
1123
- .mailpoet_stat_excellent { color: #2993ab; }
1124
-
1125
- .mailpoet_stat_good { color: #f0b849; }
1126
-
1127
- .mailpoet_stat_bad { color: #d54e21; }
1128
-
1129
- .mailpoet_stat_hidden { display: none; }
1130
-
1131
- .mailpoet_stat_link_small { font-size: .75rem; text-decoration: underline !important; }
1132
-
1133
- .mailpoet_badge { border-radius: 3px; color: white; cursor: pointer; font-size: .5625rem; font-weight: 500; letter-spacing: 1px; margin-right: 4px; padding: 4px 6px 3px; text-transform: uppercase; vertical-align: middle; }
1134
-
1135
- .mailpoet_badge_excellent, .mailpoet_badge_teal { background: #2993ab; }
1136
-
1137
- .mailpoet_badge_good, .mailpoet_badge_yellow { background: #f0b849; }
1138
-
1139
- .mailpoet_badge_bad, .mailpoet_badge_red { background: #d54e21; }
1140
-
1141
- .mailpoet_badge_green { background: #55bd56; }
1142
-
1143
- .mailpoet_badge_video { background: #46b450; display: inline-block; line-height: 20px; padding: 3px 6px; text-decoration: none; vertical-align: top; }
1144
-
1145
- .mailpoet_badge_video:hover, .mailpoet_badge_video:active, .mailpoet_badge_video:focus { background: #55bd56; color: #fff; }
1146
-
1147
- .mailpoet_badge_video .dashicons { font-size: 14px; line-height: 20px; }
1148
-
1149
- .mailpoet_badge_video_grey { background: #c3c3c3; }
1150
-
1151
- h1.title.mailpoet-newsletter-listing-heading { margin-bottom: 16px; }
1152
-
1153
- .mailpoet-listing-status { display: flex; height: 24px; justify-items: center; padding-left: 24px; position: relative; }
1154
-
1155
- .mailpoet-listing-status svg { left: 0; position: absolute; top: 0; }
1156
-
1157
- .mailpoet-listing-status-unknown { color: #9ca6cc; font-weight: bold; }
1158
-
1159
- .mailpoet-listing-status-unknown .mailpoet-listing-status-percentage { stroke: #9ca6cc; }
1160
-
1161
- .mailpoet-listing-status-scheduled, .mailpoet-listing-status-in-progress { color: #ff5301; }
1162
-
1163
- .mailpoet-listing-status-scheduled .mailpoet-listing-status-percentage, .mailpoet-listing-status-in-progress .mailpoet-listing-status-percentage { stroke: #ff5301; }
1164
-
1165
- .mailpoet-listing-status-sent { color: #071c6d; }
1166
-
1167
- .mailpoet-listing-status-sent .mailpoet-listing-status-percentage { stroke: #071c6d; }
1168
-
1169
- .mailpoet-listing-status-percentage { stroke-width: 2px; }
1170
-
1171
- .mailpoet-listing-status-label { font-size: 12px; line-height: 24px; padding-left: 8px; }
1172
-
1173
- .mailpoet-listing-status-percentage-background { fill: none; stroke: #e5e9f8; stroke-width: 2px; }
1174
-
1175
- .mailpoet-listing-status-scheduled-icon { fill: none; stroke: #ff5301; stroke-width: 2px; }
1176
-
1177
- .mailpoet_boxes.mailpoet_boxes_loading { opacity: .2; }
1178
-
1179
- ul.mailpoet_boxes { display: flex; flex-wrap: wrap; }
1180
-
1181
- .mailpoet_boxes li { align-items: center; background-color: #fff; border: 1px solid #dedede; display: flex; margin: 15px 25px 0 0; padding: 15px; width: 425px; }
1182
-
1183
- .mailpoet_boxes .mailpoet_boxes_content { display: flex; flex-direction: column; height: 100%; }
1184
-
1185
- .mailpoet_boxes .mailpoet_template_boxes { box-sizing: border-box; flex-direction: column; height: auto; margin: 0 0 40px; padding: 0; width: 30.5%; }
1186
-
1187
- .mailpoet_boxes .mailpoet_template_boxes .mailpoet_template_content { display: flex; flex-direction: row; flex-grow: 1; width: 100%; }
1188
-
1189
- .mailpoet_boxes .mailpoet_template_boxes .mailpoet_actions { align-items: center; background: #f5f5f5; border-left: 1px solid #e8e8e8; border-top: 1px solid #d6d6d6; bottom: 0; display: flex; flex-wrap: nowrap; margin: 0; padding: 8px 16px; right: 0; }
1190
-
1191
- @media screen and (max-width: 782px) { .mailpoet_boxes .mailpoet_template_boxes .mailpoet_actions { padding: 6px 16px 2px; } }
1192
-
1193
- .mailpoet_boxes .mailpoet_template_boxes .mailpoet_description { align-items: center; background: #fafafa; border-top: 1px solid #e1e1e1; display: flex; padding: 12px 5%; }
1194
-
1195
- .mailpoet_boxes .mailpoet_template_boxes .mailpoet_description h3 { font-size: 15px; font-weight: 600; line-height: 20px; margin: 0; max-width: 100%; }
1196
-
1197
- @media screen and (max-width: 1178px) { .mailpoet_boxes .mailpoet_template_boxes { width: 47%; } }
1198
-
1199
- @media screen and (max-width: 520px) { .mailpoet_boxes .mailpoet_template_boxes { width: 90%; } }
1200
-
1201
- @media screen and (min-width: 1179px) { .mailpoet_boxes .mailpoet_template_boxes:nth-child(3n-1) { margin: 0 40px 40px 40px; } }
1202
-
1203
- @media screen and (max-width: 1178px) { .mailpoet_boxes .mailpoet_template_boxes:nth-child(2n-1) { margin: 0 40px 40px 0; } }
1204
-
1205
- @media screen and (max-width: 782px) { .mailpoet_boxes .mailpoet_template_boxes:nth-child(2n-1) { margin: 0 20px 20px 0; } }
1206
-
1207
- @media screen and (max-width: 520px) { .mailpoet_boxes .mailpoet_template_boxes:nth-child(1n) { margin: 0 0 20px 20px; } }
1208
-
1209
- .mailpoet_boxes .mailpoet_thumbnail { background-position: center; background-repeat: no-repeat; background-size: 100% 100%; border: 0; height: 300px; overflow: hidden; position: relative; width: 100%; }
1210
-
1211
- .mailpoet_boxes .mailpoet_thumbnail img { height: auto; min-width: 300px; width: 100%; }
1212
-
1213
- .woocommerce .mailpoet_thumbnail, .mailpoet_boxes .mailpoet_newsletter_types .mailpoet_thumbnail { height: 150px; margin-right: 15px; overflow: hidden; width: 150px; }
1214
-
1215
- .woocommerce .mailpoet_thumbnail img, .mailpoet_boxes .mailpoet_newsletter_types .mailpoet_thumbnail img { min-width: 150px; transform: translate(-50%, -50%); width: 110%; }
1216
-
1217
- .mailpoet_overlay { background-color: rgba(255, 255, 255, 0); bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */ }
1218
-
1219
- .mailpoet_overlay:hover { background-color: rgba(255, 255, 255, 0.7); opacity: 1; }
1220
-
1221
- .mailpoet_overlay .mailpoet_more_details { background: #23282d; background: rgba(0, 0, 0, 0.7); border-radius: 3px; color: #fff; -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; font-size: 15px; -webkit-font-smoothing: antialiased; font-weight: 600; left: 20%; padding: 15px 12px; /* opacity: 0; */ position: absolute; right: 20%; text-align: center; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6); top: 35%; transition: opacity .1s ease-in-out; }
1222
-
1223
- .mailpoet_boxes.woocommerce .mailpoet_description h3 { font-size: 17px; line-height: 1.2; }
1224
-
1225
- .mailpoet_boxes .mailpoet_description { flex-grow: 1; overflow-wrap: break-word; padding-bottom: 0; width: 258px; word-wrap: break-word; }
1226
-
1227
- .mailpoet_boxes .mailpoet_description h3 { font-size: 18.75px; font-weight: 700; line-height: 26.25px; margin: 0 0 5px 0; max-width: 223px; }
1228
-
1229
- .mailpoet_boxes .mailpoet_description p { font-size: 13.125px; margin: 0; }
1230
-
1231
- .mailpoet_boxes .mailpoet_actions { margin-top: 8px; text-align: right; }
1232
-
1233
- .mailpoet_boxes .mailpoet_delete { margin-right: 6px; }
1234
-
1235
- .mailpoet_boxes .mailpoet_delete a { color: inherit; text-decoration: none; }
1236
-
1237
- .mailpoet_boxes .mailpoet_delete a:hover { color: inherit; }
1238
-
1239
- .mailpoet_boxes_types { display: flex; flex-wrap: wrap; margin: 0; padding: 0; }
1240
-
1241
- .mailpoet_boxes_types li { float: none; }
1242
-
1243
- .mailpoet_boxes_types .mailpoet_description p { margin-bottom: 10px; }
1244
-
1245
- [data-type='notification'] .mailpoet_thumbnail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='700' height='700'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23d)' fill='%23FFA383' d='M271.378 294.631l-133.817-50.267s46.958 130.565 125.984 130.565l7.833-80.298z'/%3E%3Cpath clip-path='url(%23d)' fill='%231C174D' d='M460.268 175.056l-26.435-2.685c-2.298-.233-3.545 2.619-1.812 4.147l25.894 22.857 2.353-24.319z'/%3E%3Cpath clip-path='url(%23d)' fill='%23A73E27' d='M535.448 269.739s27.034-12.616 21.928 17.722c-5.106 30.339-72.553 106.818-126.322 117.932-53.767 11.114 104.394-135.654 104.394-135.654'/%3E%3Cpath clip-path='url(%23d)' fill='%23F05822' d='M421.576 235.909s28.928-18.382 36.144-53.946c7.552-37.222 69.841-38.153 89.009-15.104 18.617 22.383 51.788 108.72-90.089 206.362l-35.064-137.312z'/%3E%3Cpath clip-path='url(%23d)' fill='%23FFA383' d='M457.72 181.963s59.524-37.128 79.964 14.578c14.192 35.904-33.57 73.893-80.503 76.051l-26.379-47.986s23.681-15.13 26.918-42.643'/%3E%3Cpath clip-path='url(%23d)' fill='%23A73E27' d='M303.686 416.392c136.487-36.253 235.361-90.694 192.757-157.397-42.266-66.173-192.714 39.622-192.714 39.622'/%3E%3Cpath clip-path='url(%23d)' fill='%23F05822' d='M65.857 319.55s17.192 36.658 59.018 36.658c0 0-12.408 38.842 73.906 35.064 0 0-9.502 46.783 121.586 13.337 131.088-33.447 209.1-86.703 168.64-151.437-40.459-64.735-187.729 36.682-187.729 36.682s-48.445 31.88-235.421 29.696'/%3E%3Cg opacity='.18' clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='e' d='M228.117 296.065h112.054v120.351H228.117z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%231C174D' d='M257.158 305.075c-.299 14.239.085 27.575.632 37.967.88 16.714-15.107 41.617-27.106 57.813-3.664 4.945-3.19 11 .054 15.378l17.597.183 91.836-120.351-66.256 4.613-16.757 4.397z'/%3E%3C/g%3E%3Cg opacity='.18' clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='g' d='M188.558 534.092h360.2v41.582h-360.2z'/%3E%3C/defs%3E%3CclipPath id='h'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23h)' fill='%231C174D' d='M548.758 554.884c0 11.481-80.634 20.791-180.101 20.791-99.465 0-180.1-9.31-180.1-20.791 0-11.483 80.634-20.792 180.1-20.792 99.467 0 180.101 9.308 180.101 20.792'/%3E%3C/g%3E%3Cpath clip-path='url(%23d)' fill='%231C174D' d='M511.604 191.564a8.411 8.411 0 1 1-16.82 0 8.411 8.411 0 0 1 16.82 0'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='i' d='M109.723 326.57c-4.27.042-6.638 5.004-3.944 8.318 6.713 8.258 20.983 19.213 48.024 15.178l-1.534-23.913-42.546.417z'/%3E%3C/defs%3E%3CclipPath id='k'%3E%3Cuse xlink:href='%23i' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='j' filterUnits='userSpaceOnUse' x='103.085' y='326.153' width='50.718' height='27.949'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='103.085' y='326.153' width='50.718' height='27.949' id='m'%3E%3Cg filter='url(%23j)'%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='0' y1='699.968' x2='1' y2='699.968' gradientTransform='matrix(49.1668 0 0 -49.1668 104.625 34755.258)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23k)' fill='url(%23l)' d='M103.085 326.153h50.718v27.949h-50.718z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='n' gradientUnits='userSpaceOnUse' x1='0' y1='699.968' x2='1' y2='699.968' gradientTransform='matrix(49.1668 0 0 -49.1668 104.625 34755.258)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23k)' mask='url(%23m)' fill='url(%23n)' d='M103.085 326.153h50.718v27.949h-50.718z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='o' d='M143.929 368.585c16.347 18.449 64.689 1.167 64.689 1.167l-21.251-21.953s-59.786 2.336-43.438 20.786'/%3E%3C/defs%3E%3CclipPath id='q'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='p' filterUnits='userSpaceOnUse' x='127.581' y='347.799' width='81.037' height='39.235'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='127.581' y='347.799' width='81.037' height='39.235' id='s'%3E%3Cg filter='url(%23p)'%3E%3ClinearGradient id='r' gradientUnits='userSpaceOnUse' x1='0' y1='699.928' x2='1' y2='699.928' gradientTransform='matrix(67.5211 0 0 -67.5211 114.5 47627.2)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23q)' fill='url(%23r)' d='M127.581 347.799h81.037v39.235h-81.037z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='t' gradientUnits='userSpaceOnUse' x1='0' y1='699.928' x2='1' y2='699.928' gradientTransform='matrix(67.5211 0 0 -67.5211 114.5 47627.2)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23q)' mask='url(%23s)' fill='url(%23t)' d='M127.581 347.799h81.037v39.235h-81.037z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='u' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='v'%3E%3Cuse xlink:href='%23u' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.36' clip-path='url(%23v)'%3E%3Cdefs%3E%3Cpath id='w' d='M193.131 358.397h67.917v31.145h-67.917z'/%3E%3C/defs%3E%3CclipPath id='x'%3E%3Cuse xlink:href='%23w' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23x)'%3E%3Cdefs%3E%3Cpath id='y' d='M237.845 358.397s-59.309 7.891-41.315 24.737c17.995 16.849 64.518-4.859 64.518-4.859'/%3E%3C/defs%3E%3CclipPath id='A'%3E%3Cuse xlink:href='%23y' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='z' filterUnits='userSpaceOnUse' x='174.681' y='350.748' width='90.222' height='56.884'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='174.681' y='350.748' width='90.222' height='56.884' id='C'%3E%3Cg filter='url(%23z)'%3E%3ClinearGradient id='B' gradientUnits='userSpaceOnUse' x1='0' y1='699.936' x2='1' y2='699.936' gradientTransform='scale(67.5211 -67.5211) rotate(5.342 7563.514 373.635)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23A)' fill='url(%23B)' d='M174.681 358.758l85.652-8.01 4.57 48.875-85.652 8.009z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='D' gradientUnits='userSpaceOnUse' x1='0' y1='699.935' x2='1' y2='699.935' gradientTransform='scale(67.5211 -67.5211) rotate(5.342 7563.514 373.635)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23A)' mask='url(%23C)' fill='url(%23D)' d='M174.681 358.758l85.652-8.01 4.57 48.874-85.652 8.01z'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='.6' clip-path='url(%23v)'%3E%3Cdefs%3E%3Cpath id='E' d='M175.689 326.551h67.917v31.146h-67.917z'/%3E%3C/defs%3E%3CclipPath id='F'%3E%3Cuse xlink:href='%23E' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23F)'%3E%3Cdefs%3E%3Cpath id='G' d='M220.403 326.551s-59.308 7.891-41.314 24.739c17.994 16.847 64.517-4.861 64.517-4.861'/%3E%3C/defs%3E%3CclipPath id='I'%3E%3Cuse xlink:href='%23G' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='H' filterUnits='userSpaceOnUse' x='157.24' y='318.902' width='90.221' height='56.884'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='157.24' y='318.902' width='90.221' height='56.884' id='K'%3E%3Cg filter='url(%23H)'%3E%3ClinearGradient id='J' gradientUnits='userSpaceOnUse' x1='0' y1='699.936' x2='1' y2='699.936' gradientTransform='scale(67.5211 -67.5211) rotate(5.342 7558.335 371.103)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23I)' fill='url(%23J)' d='M157.24 326.912l85.651-8.01 4.57 48.874-85.651 8.01z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='L' gradientUnits='userSpaceOnUse' x1='0' y1='699.936' x2='1' y2='699.936' gradientTransform='scale(67.5211 -67.5211) rotate(5.342 7558.336 371.103)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23I)' mask='url(%23K)' fill='url(%23L)' d='M157.24 326.912l85.651-8.01 4.57 48.874-85.651 8.01z'/%3E%3C/g%3E%3C/g%3E%3Cpath clip-path='url(%23v)' fill='%233D60F2' d='M406.515 427.448c0 21.945-17.79 39.734-39.734 39.734-21.945 0-39.735-17.789-39.735-39.734 0-21.944 17.79-39.734 39.735-39.734 21.944 0 39.734 17.79 39.734 39.734'/%3E%3Cpath clip-path='url(%23v)' fill='%231C174D' d='M483.459 421.8c9.789-1.866 13.954-13.621 7.562-21.268-13.545-16.202-31.86-40.887-33.379-57.491-3.107-33.99 1.671-99.845-18.187-125.24-.25-.319-.483-.646-.7-.988-15.825-25.047-43.754-35.242-75.572-35.242-33.396 0-62.505 11.883-77.835 39.024-17.985 27.139-17.895 89.549-16.163 122.446.879 16.715-15.107 41.618-27.106 57.814-5.74 7.748-1.47 18.853 7.993 20.698 40.193 7.837 80.428 9.861 116.101 9.104 36.487.749 77.238-1.224 117.286-8.857'/%3E%3Cpath clip-path='url(%23v)' fill='%231C174D' d='M326.751 430.747l79.764-3.298s-.019 11.89-4.583 17.26l-75.181-13.962zM365.17 194.3c-12.411 0-22.508-10.932-22.508-24.37s10.097-24.37 22.508-24.37c12.409 0 22.506 10.932 22.506 24.37s-10.097 24.37-22.506 24.37m0-36.528c-5.677 0-10.294 5.454-10.294 12.158s4.617 12.158 10.294 12.158c5.675 0 10.293-5.454 10.293-12.158s-4.618-12.158-10.293-12.158'/%3E%3Cpath clip-path='url(%23v)' fill='%233D60F2' d='M479.317 423.104c-54.685 12.081-186.427 9.827-229.245-1.551-9.318-2.476-13.734-12.95-7.993-20.698 11.999-16.196 27.985-41.1 27.105-57.814-1.731-32.897-1.821-95.307 16.163-122.446 15.33-27.141 55.361-37.751 77.749-7.303 27.768 37.765-35.113 67.38 116.221 209.812M365.994 184.286c5.675 0 10.293-5.454 10.293-12.158 0-2.172-.491-4.208-1.34-5.975a14.09 14.09 0 0 1 .516 3.777c0 6.704-4.618 12.158-10.293 12.158-3.838 0-7.186-2.497-8.955-6.183 1.347 4.859 5.219 8.381 9.779 8.381'/%3E%3Cpath clip-path='url(%23v)' fill='%233D60F2' d='M343.486 172.127c0-13.438 10.097-24.37 22.508-24.37 9.037 0 16.843 5.801 20.421 14.143-3.074-9.504-11.434-16.341-21.245-16.341-12.412 0-22.508 10.932-22.508 24.37 0 3.652.751 7.115 2.086 10.228a26.052 26.052 0 0 1-1.262-8.03'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='M' d='M298.298 216.612c-17.985 27.138-17.895 89.548-16.163 122.445.88 16.714-15.107 41.618-27.106 57.814-5.74 7.747-1.325 18.221 7.994 20.698 10.068 2.675 25.057 4.846 42.801 6.444-11.062-1.352-20.479-2.97-27.497-4.834-9.318-2.477-13.733-12.951-7.993-20.697 11.999-16.196 27.985-41.101 27.105-57.814-1.731-32.897-1.821-95.307 16.163-122.446 8.245-14.598 23.637-24.408 39.585-25.626a41.554 41.554 0 0 0-11.97-1.738c-17.106-.001-34.1 10.138-42.919 25.754'/%3E%3C/defs%3E%3CclipPath id='O'%3E%3Cuse xlink:href='%23M' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='N' filterUnits='userSpaceOnUse' x='249.289' y='190.857' width='103.898' height='233.157'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='249.289' y='190.857' width='103.898' height='233.157' id='Q'%3E%3Cg filter='url(%23N)'%3E%3ClinearGradient id='P' gradientUnits='userSpaceOnUse' x1='0' y1='700' x2='1' y2='700' gradientTransform='matrix(100.7252 0 0 -100.7252 252.438 70815.094)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.405' stop-color='%23434343'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23O)' fill='url(%23P)' d='M249.289 190.857h103.898v233.157H249.289z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='R' gradientUnits='userSpaceOnUse' x1='0' y1='700' x2='1' y2='700' gradientTransform='matrix(100.7252 0 0 -100.7252 252.438 70815.094)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.405' stop-color='%23feefdf'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23O)' mask='url(%23Q)' fill='url(%23R)' d='M249.289 190.857h103.898v233.157H249.289z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='S' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='T'%3E%3Cuse xlink:href='%23S' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.31' clip-path='url(%23T)'%3E%3Cdefs%3E%3Cpath id='U' d='M-46.118-86.558h779.385v779.385H-46.118z'/%3E%3C/defs%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23T)'%3E%3Cdefs%3E%3Cpath id='V' d='M-793.355-104.513H12.847V701.69h-806.202z'/%3E%3C/defs%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23T)'%3E%3Cdefs%3E%3Cpath id='W' d='M599.668-66.718h848.062v848.062H599.668z'/%3E%3C/defs%3E%3CclipPath id='X'%3E%3Cuse xlink:href='%23W' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23X)'%3E%3Cdefs%3E%3Cpath id='Y' d='M599.667-66.718h848.062v848.062H599.667z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
1246
-
1247
- [data-type='welcome'] .mailpoet_thumbnail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='700' height='700'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.76' clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='e' d='M181.816 244.611h209.978v162.511H181.816z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%2306035B' d='M391.474 250.599c-.336-4.697-5.419-7.464-9.528-5.164-34.012 19.048-161.392 89.824-178.139 90.93-19.354 1.277-25.312 24.265-20.301 37.297 10.031 26.078 81.038 61.825 156.617-3.845 50.717-44.065 52.903-97.535 51.351-119.218'/%3E%3C/g%3E%3Cpath clip-path='url(%23d)' fill='%2314187F' d='M405.254 373.841a76.906 76.906 0 0 1-31.414-6.69c-2.262-1.009-3.521-1.699-3.572-1.728l1.446-2.629c.012.007 1.214.664 3.349 1.617 34.429 15.366 75.35 2.371 95.187-30.225 7.964-13.089 14.44-19.452 19.797-19.452v3c-2.344 0-7.698 2.34-17.234 18.012-14.777 24.279-40.815 38.095-67.559 38.095M124.617 310.174c-.338-4.784-.965-20.466 5.126-21.419l.464 2.964c-1.815.284-3.328 7.847-2.597 18.245l-2.993.21z'/%3E%3Cpath clip-path='url(%23d)' fill='%2314187F' d='M397.022 365.242c-2.872 0-5.647-.081-8.289-.216-20.96-1.077-38.112-5.765-38.283-5.813l.799-2.891c.67.186 67.302 18.164 99.235-9.752 14.222-12.434 19.588-32.272 15.948-58.963l2.973-.405c3.785 27.756-1.918 48.491-16.951 61.63-15.028 13.137-37.138 16.41-55.432 16.41'/%3E%3Cpath clip-path='url(%23d)' fill='%23F05822' d='M620.479 256.958c-28.742 42.388-88.187 74.787-119.853 53.314-31.667-21.473-23.565-88.685 5.178-131.073 28.743-42.388 67.243-43.902 98.909-22.429 31.666 21.472 44.509 57.799 15.766 100.188'/%3E%3Cpath clip-path='url(%23d)' fill='%23A73E27' d='M480.072 271.167s91.557-41.935 92.256-127.901c0 0-34.247-2.097-47.527 16.075-13.279 18.173-44.729 111.826-44.729 111.826'/%3E%3Cpath clip-path='url(%23d)' fill='%237E9FFC' d='M534.973 155.882c0 54.899-33.248 119.404-74.261 119.404s-74.261-64.505-74.261-119.404 33.248-79.403 74.261-79.403 74.261 24.504 74.261 79.403'/%3E%3Cpath clip-path='url(%23d)' fill='%23A73E27' d='M320.493 399.129s70.773 35.555 168.188-6.539c0 0-3.921 25.078-26.69 28.513 0 0 31.576-4.079 42.047 11.978 0 0-131.567 29.096-194.661-22.515'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='g' d='M320.493 399.128l-11.116 11.438c63.093 51.61 194.661 22.515 194.661 22.515-10.471-16.057-42.047-11.979-42.047-11.979 22.77-3.435 26.691-28.512 26.691-28.512-97.414 42.094-168.189 6.538-168.189 6.538'/%3E%3C/defs%3E%3CclipPath id='i'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='h' filterUnits='userSpaceOnUse' x='285.382' y='325.465' width='242.651' height='203.835'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='285.382' y='325.465' width='242.651' height='203.835' id='k'%3E%3Cg filter='url(%23h)'%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='0' y1='699.846' x2='1' y2='699.846' gradientTransform='scale(120.7144 -120.7144) rotate(-21.801 -1824.11 341.479)'%3E%3Cstop offset='0' stop-color='%23e6e6e6'/%3E%3Cstop offset='.172' stop-color='%23e6e6e6'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' fill='url(%23j)' d='M336.227 325.465l191.806 76.723-50.845 127.113-191.806-76.723z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='0' y1='699.846' x2='1' y2='699.846' gradientTransform='scale(120.7144 -120.7144) rotate(-21.801 -1824.11 341.479)'%3E%3Cstop offset='0' stop-color='%2344479c'/%3E%3Cstop offset='.172' stop-color='%2344479c'/%3E%3Cstop offset='1' stop-color='%23f05822'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' mask='url(%23k)' fill='url(%23l)' d='M336.227 325.465l191.806 76.723-50.845 127.113-191.806-76.723z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='m' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.18' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M159.063 525.973h288.285v46.833H159.063z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23p)' fill='%231C174D' d='M447.348 549.39c0 12.933-64.534 23.417-144.143 23.417-79.607 0-144.141-10.484-144.141-23.417s64.534-23.416 144.141-23.416c79.608 0 144.143 10.483 144.143 23.416'/%3E%3C/g%3E%3Cpath clip-path='url(%23n)' fill='%23F86937' d='M358.223 391.219c9.997 4.443 54.149 1.111 4.029 36.648-34.512 24.47-91.514 33.368-142.832 16.459-66.715-21.982-100.446-94.062-79.173-145.713 4.788-11.625 8.489-15.259 16.038-19.572 0 0 20.837-15.781 46.294 5.327 25.456 21.109 18.623 52.444 27.286 59.047 8.15 6.212 85.447 28.732 128.358 47.804'/%3E%3Cpath clip-path='url(%23n)' fill='%23F05822' d='M278.552 335.299c-19.631 5.148-34.487 8.333-39.265 7.692-19.223-2.579-29.615 18.775-27.281 32.54 4.67 27.549 67.194 76.646 154.278 27.238a168.697 168.697 0 0 0 10.431-6.425'/%3E%3Cg opacity='.76' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='q' d='M165.997 291.985h9.874v9.874h-9.874z'/%3E%3C/defs%3E%3CclipPath id='r'%3E%3Cuse xlink:href='%23q' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23r)' fill='%2306035B' d='M175.498 298.802a4.935 4.935 0 1 1-9.127-3.758 4.935 4.935 0 0 1 9.127 3.758'/%3E%3C/g%3E%3Cpath clip-path='url(%23n)' fill='%237E9FFC' d='M138.629 303.541l-15.861-3.817c-1.896-.456-2.041-3.097-.208-3.759l14.307-5.167 6.618 1.925-4.856 10.818z'/%3E%3Cpath clip-path='url(%23n)' fill='%235C64F7' d='M145.986 287.174l-17.144-7.318c-2.53-1.081-4.714 2.094-2.801 4.072l14.207 14.684 5.738-11.438z'/%3E%3Cpath clip-path='url(%23n)' fill='%237E9FFC' d='M450.214 290.839s19.008 8.572 31.307-1.118l-18.635-29.071-12.672 30.189z'/%3E%3Cpath clip-path='url(%23n)' fill='%23F05822' d='M476.067 306.47s7.793 19.34 23.378 20.853l6.657-33.883-30.035 13.03z'/%3E%3Cpath clip-path='url(%23n)' fill='%2314187F' d='M154.472 338.713c-7.083-3.968-13.079-10.377-17.799-19.122-7.06-13.086-8.739-26.574-8.807-27.142l2.979-.358c.016.135 1.694 13.558 8.507 26.144 8.975 16.588 22.216 23.969 39.352 21.937 4.594-.545 8.923-1.096 13.014-1.616 33.901-4.312 52.574-6.686 69.398 14.751l-2.361 1.853c-15.769-20.097-32.776-17.938-66.658-13.628-4.099.521-8.437 1.072-13.04 1.618-9.167 1.088-17.432-.428-24.585-4.437'/%3E%3Cpath clip-path='url(%23n)' fill='%2314187F' d='M136.656 340.91a25.026 25.026 0 0 1-2.507-1.601c-7.158-5.212-8.952-12.992-4.922-21.344 6.025-12.488 5.493-19.114 3.986-22.474-1.384-3.085-3.782-3.846-3.807-3.852l.019-.07-2.088-1.054c.936-1.856 2.335-1.836 2.606-1.813l.286.052c.152.043 3.749 1.112 5.721 5.509 2.572 5.733 1.219 14.146-4.022 25.005-4.34 8.999-.227 14.547 3.988 17.616 11.272 8.205 35.112 7.502 48.961-5.702 9.766-9.314 24.599-12.147 39.675-7.578 17.096 5.184 30.321 18.236 33.691 33.258l-2.928.657c-3.138-13.985-15.554-26.171-31.633-31.044-14.237-4.314-27.627-1.808-36.735 6.877-14.158 13.499-37.194 14.894-50.291 7.558'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFA383' d='M440.219 288.075c.601-4.671-3.834-8.39-8.317-6.948-37.109 11.937-175.979 56.096-192.615 53.865-19.223-2.579-29.615 18.774-27.281 32.541 4.67 27.549 67.194 76.645 154.278 27.236 58.437-33.154 71.163-85.133 73.935-106.694'/%3E%3Cpath clip-path='url(%23n)' fill='%23A73E27' d='M145.986 287.174s38.86-18.563 52.736 14.748l19.981 4.584s-26.465-62.04-72.717-19.332'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='s' d='M239.676 388.868s18.037 13.181 26.603 2.045c8.566-11.136-14.584-15.514-14.584-15.514l-12.019 13.469z'/%3E%3C/defs%3E%3CclipPath id='u'%3E%3Cuse xlink:href='%23s' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='t' filterUnits='userSpaceOnUse' x='228.251' y='360.322' width='58.018' height='56.803'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='228.251' y='360.322' width='58.018' height='56.803' id='w'%3E%3Cg filter='url(%23t)'%3E%3ClinearGradient id='v' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1307.241 375.235)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23u)' fill='url(%23v)' d='M266.311 417.125l-38.06-21.543 19.959-35.26 38.06 21.543z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='x' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1307.241 375.235)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23u)' mask='url(%23w)' fill='url(%23x)' d='M266.311 417.125l-38.06-21.543 19.959-35.26 38.06 21.543z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='y' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='z'%3E%3Cuse xlink:href='%23y' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.51' clip-path='url(%23z)'%3E%3Cdefs%3E%3Cpath id='A' d='M262.948 362.367h28.504v19.982h-28.504z'/%3E%3C/defs%3E%3CclipPath id='B'%3E%3Cuse xlink:href='%23A' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23B)'%3E%3Cdefs%3E%3Cpath id='C' d='M262.948 375.836s18.036 13.181 26.603 2.045c8.565-11.136-14.584-15.514-14.584-15.514'/%3E%3C/defs%3E%3CclipPath id='E'%3E%3Cuse xlink:href='%23C' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='D' filterUnits='userSpaceOnUse' x='251.523' y='347.291' width='58.017' height='56.802'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='251.523' y='347.291' width='58.017' height='56.802' id='G'%3E%3Cg filter='url(%23D)'%3E%3ClinearGradient id='F' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1308.515 376.553)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23E)' fill='url(%23F)' d='M289.583 404.093l-38.06-21.542 19.958-35.26 38.06 21.543z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='H' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1308.515 376.553)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23E)' mask='url(%23G)' fill='url(%23H)' d='M289.583 404.093l-38.06-21.542 19.958-35.26 38.06 21.543z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='I' d='M269.774 397.556s18.036 13.181 26.603 2.046c8.566-11.137-14.584-15.515-14.584-15.515l-12.019 13.469z'/%3E%3C/defs%3E%3CclipPath id='K'%3E%3Cuse xlink:href='%23I' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='J' filterUnits='userSpaceOnUse' x='258.35' y='369.011' width='58.017' height='56.802'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='258.35' y='369.011' width='58.017' height='56.802' id='M'%3E%3Cg filter='url(%23J)'%3E%3ClinearGradient id='L' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1307.19 377.386)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23K)' fill='url(%23L)' d='M296.409 425.812L258.35 404.27l19.958-35.259 38.059 21.543z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='N' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-28.5738 28.5738) rotate(-29.512 -1307.19 377.386)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23K)' mask='url(%23M)' fill='url(%23N)' d='M296.409 425.812L258.35 404.27l19.958-35.259 38.059 21.543z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='O' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='P'%3E%3Cuse xlink:href='%23O' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.53' clip-path='url(%23P)'%3E%3Cdefs%3E%3Cpath id='Q' d='M295.218 371.4h22.258v15.604h-22.258z'/%3E%3C/defs%3E%3CclipPath id='R'%3E%3Cuse xlink:href='%23Q' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23R)'%3E%3Cdefs%3E%3Cpath id='S' d='M295.218 381.918s14.085 10.292 20.773 1.597c6.689-8.695-11.388-12.114-11.388-12.114'/%3E%3C/defs%3E%3CclipPath id='U'%3E%3Cuse xlink:href='%23S' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='T' filterUnits='userSpaceOnUse' x='286.297' y='359.627' width='45.304' height='44.355'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='286.297' y='359.627' width='45.304' height='44.355' id='W'%3E%3Cg filter='url(%23T)'%3E%3ClinearGradient id='V' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-22.3127 22.3127) rotate(-29.511 -1303.01 386.184)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23U)' fill='url(%23V)' d='M316.016 403.982l-29.719-16.822 15.585-27.533 29.719 16.822z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='X' gradientUnits='userSpaceOnUse' x1='0' y1='700.034' x2='1' y2='700.034' gradientTransform='scale(-22.3127 22.3127) rotate(-29.511 -1303.01 386.184)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23U)' mask='url(%23W)' fill='url(%23X)' d='M316.016 403.982l-29.719-16.822 15.585-27.533 29.719 16.822z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='Y' d='M425.947 96.627c-58.104 52.434 1.885 143.745 1.885 143.745-15.395-74.322-1.846-108.793 12.887-121.932 6.784-6.049 5.451-17.026-2.486-21.453-2.17-1.21-4.822-2.105-7.3-2.105-1.853 0-3.608.501-4.986 1.745'/%3E%3C/defs%3E%3CclipPath id='aa'%3E%3Cuse xlink:href='%23Y' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='Z' filterUnits='userSpaceOnUse' x='330.664' y='74.525' width='154.019' height='186.204'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='330.664' y='74.525' width='154.019' height='186.204' id='ac'%3E%3Cg filter='url(%23Z)'%3E%3ClinearGradient id='ab' gradientUnits='userSpaceOnUse' x1='0' y1='699.951' x2='1' y2='699.951' gradientTransform='scale(-263.454 263.454) rotate(74.632 458.167 349.002)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.405' stop-color='%23434343'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23aa)' fill='url(%23ab)' d='M484.683 105.101l-42.775 155.628-111.244-30.576 42.775-155.628z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='ad' gradientUnits='userSpaceOnUse' x1='0' y1='699.951' x2='1' y2='699.951' gradientTransform='scale(-263.454 263.454) rotate(74.632 458.167 349.002)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.405' stop-color='%23feefdf'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23aa)' mask='url(%23ac)' fill='url(%23ad)' d='M484.683 105.101l-42.775 155.628-111.244-30.576 42.775-155.628z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='ae' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='af'%3E%3Cuse xlink:href='%23ae' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.31' clip-path='url(%23af)'%3E%3Cdefs%3E%3Cpath id='ag' d='M-801.115-15.492H26.346V811.97h-827.461z'/%3E%3C/defs%3E%3CclipPath id='ah'%3E%3Cuse xlink:href='%23ag' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ah)'%3E%3Cdefs%3E%3Cpath id='ai' d='M-801.115-15.491H26.346V811.97h-827.461z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23af)'%3E%3Cdefs%3E%3Cpath id='aj' d='M673.882-86.558h779.388v779.385H673.882z'/%3E%3C/defs%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23af)'%3E%3Cdefs%3E%3Cpath id='ak' d='M-73.355-104.513h806.202V701.69H-73.355z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
1248
-
1249
- [data-type='standard'] .mailpoet_thumbnail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='700' height='700'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.18' clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='e' d='M77.974 425.755h501.244v77.804H77.974z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%231C174D' d='M579.219 464.657c0 21.485-112.208 38.902-250.622 38.902-138.415 0-250.623-17.417-250.623-38.902s112.208-38.902 250.623-38.902c138.414 0 250.622 17.417 250.622 38.902'/%3E%3C/g%3E%3Cpath clip-path='url(%23d)' fill='%23F05822' d='M522.346 371.645l75.176-68.056s20.714 48.828-37.369 83.087l-37.807-15.031z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='g' d='M522.346 371.645l37.807 15.031c58.083-34.261 37.369-83.087 37.369-83.087l-75.176 68.056z'/%3E%3C/defs%3E%3CclipPath id='i'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='h' filterUnits='userSpaceOnUse' x='481.75' y='256.738' width='177.081' height='176.79'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='481.75' y='256.738' width='177.081' height='176.79' id='k'%3E%3Cg filter='url(%23h)'%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='0' y1='699.985' x2='1' y2='699.985' gradientTransform='scale(-137.8489 137.8489) rotate(51.129 727.364 346.089)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' fill='url(%23j)' d='M658.831 336.312l-78.361 97.215-98.72-79.574 78.361-97.215z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='0' y1='699.985' x2='1' y2='699.985' gradientTransform='scale(-137.8489 137.8489) rotate(51.129 727.364 346.089)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' mask='url(%23k)' fill='url(%23l)' d='M658.831 336.312l-78.361 97.215-98.72-79.574 78.361-97.215z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='m' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23n)' fill='%23C84227' d='M538.951 355.573l54.579-1.624s-11.046 21.442-29.563 29.889c-18.519 8.446-25.016-28.265-25.016-28.265'/%3E%3Cpath clip-path='url(%23n)' fill='%231C174D' d='M410.007 265.06l-.075-.078v-.447h-.435L279.651 130.979a20.047 20.047 0 0 0-14.373-6.072h-10.523a20.047 20.047 0 0 0-14.709 6.426L116.711 264.535h-.143v.156l-.343.369h.343v189.977h293.364V265.06h.075z'/%3E%3Cpath clip-path='url(%23n)' fill='%237E9FFC' d='M379.449 452.779H150.368V206.928c0-8.891 7.207-16.098 16.098-16.098H363.35c8.892 0 16.1 7.207 16.1 16.098v245.851z'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFF' d='M190.306 219.066h156.762v5.759H190.306zM190.306 246.339h156.762v5.759H190.306zM190.306 273.613h156.762v5.758H190.306zM190.306 300.886h156.762v5.759H190.306z'/%3E%3Cg opacity='.29' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M164.693 196.147h214.971V373.74H164.693z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23p)' fill='%231C174D' d='M375.9 196.147S207.187 305.24 164.692 296.994l72.94 76.746 112.264-.635 26.639-62.792 2.914-102.173c0 .001 1.526-9.456-3.549-11.993'/%3E%3C/g%3E%3Cpath clip-path='url(%23n)' fill='%233D60F2' d='M410.828 455.05l-294.656.717V265.065z'/%3E%3Cg opacity='.76' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='q' d='M116.172 336.181h109.891v119.585H116.172z'/%3E%3C/defs%3E%3CclipPath id='r'%3E%3Cuse xlink:href='%23q' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23r)' fill='%2306035B' d='M117.189 427.755l108.873-91.574-109.891 119.586z'/%3E%3C/g%3E%3Cpath clip-path='url(%23n)' fill='%233D60F2' d='M116.172 455.05l294.656.717V265.065z'/%3E%3Cpath clip-path='url(%23n)' fill='%2306035B' d='M296.979 322.784L410.471 447.52l1.329 7.882z'/%3E%3Cpath clip-path='url(%23n)' fill='%233D60F2' d='M267.07 315.25h-10.522a20.045 20.045 0 0 0-14.71 6.427L118.017 455.402h293.782l-130.355-134.08a20.047 20.047 0 0 0-14.374-6.072'/%3E%3Cg opacity='.18' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='s' d='M257.476 310.426h62.259v72.938h-62.259z'/%3E%3C/defs%3E%3CclipPath id='t'%3E%3Cuse xlink:href='%23s' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23t)' fill='%231C174D' d='M306.777 373.331a6.467 6.467 0 0 1 4.005-4.854l.791-4.312a6.473 6.473 0 0 1-2.019-5.961 6.472 6.472 0 0 1 4.005-4.855l.792-4.312a6.473 6.473 0 0 1-2.019-5.961 6.47 6.47 0 0 1 4.005-4.855l.792-4.312a6.468 6.468 0 0 1 1.985-10.816l.621-3.381-5.368-.985a6.468 6.468 0 0 1-10.822-1.987l-4.306-.791a6.469 6.469 0 0 1-5.965 2.024 6.47 6.47 0 0 1-4.857-4.011l-4.306-.79a6.47 6.47 0 0 1-5.965 2.023 6.47 6.47 0 0 1-4.857-4.01l-4.126-.758-.618 3.366a6.473 6.473 0 0 1 2.041 5.98 6.472 6.472 0 0 1-4.033 4.866l-.786 4.282a6.465 6.465 0 0 1 2.04 5.98 6.471 6.471 0 0 1-4.031 4.866l-.786 4.282a6.468 6.468 0 0 1-1.991 10.846l-.787 4.281a6.472 6.472 0 0 1 2.041 5.981 6.468 6.468 0 0 1-4.033 4.865l-.744 4.056 4.039.741a6.47 6.47 0 0 1 10.996 2.019l4.132.759a6.473 6.473 0 0 1 6.078-2.15 6.47 6.47 0 0 1 4.918 4.17l4.133.758a6.472 6.472 0 0 1 6.078-2.15 6.474 6.474 0 0 1 4.918 4.17l5.28.97.748-4.071a6.477 6.477 0 0 1-2.019-5.963'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='u' d='M263.956 315.468l-10.517.326a20.049 20.049 0 0 0-14.179 6.516L132.695 438.934l44.15-46.574 63.216-69.238c3.653-3.996 11.52-6.182 16.932-6.35l11.571.076a19.936 19.936 0 0 1 3.967.279 20.06 20.06 0 0 0-8.575-1.659'/%3E%3C/defs%3E%3CclipPath id='w'%3E%3Cuse xlink:href='%23u' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='v' filterUnits='userSpaceOnUse' x='97.058' y='275.099' width='211.11' height='204.194'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='97.058' y='275.099' width='211.11' height='204.194' id='y'%3E%3Cg filter='url(%23v)'%3E%3ClinearGradient id='x' gradientUnits='userSpaceOnUse' x1='0' y1='700.006' x2='1' y2='700.006' gradientTransform='scale(42.9358 -42.9358) rotate(72.372 486.275 349.593)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23w)' fill='url(%23x)' d='M97.058 427.61l48.462-152.511 162.648 51.683-48.461 152.511z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='z' gradientUnits='userSpaceOnUse' x1='0' y1='700.006' x2='1' y2='700.006' gradientTransform='scale(42.9358 -42.9358) rotate(72.372 486.275 349.593)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23w)' mask='url(%23y)' fill='url(%23z)' d='M97.058 427.61l48.462-152.511 162.648 51.683-48.461 152.511z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='A' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='B'%3E%3Cuse xlink:href='%23A' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23B)' fill='%231C174D' d='M335.074 312.327l-17.221-.695c-1.494.105-1.943 2.085-.641 2.825l21.769 11.216 3.049-10.829-6.956-2.517z'/%3E%3Cpath clip-path='url(%23B)' fill='%23FFF' d='M323.181 343.542a6.467 6.467 0 0 1 4.004-4.855l.792-4.312a6.468 6.468 0 0 1 1.985-10.816l.792-4.312a6.472 6.472 0 0 1-2.018-5.961 6.469 6.469 0 0 1 4.004-4.855l.792-4.312a6.467 6.467 0 0 1 1.986-10.816l.62-3.381-5.367-.985a6.47 6.47 0 0 1-5.965 2.023 6.469 6.469 0 0 1-4.857-4.01l-4.306-.791a6.472 6.472 0 0 1-5.966 2.024 6.468 6.468 0 0 1-4.856-4.011l-4.307-.791a6.467 6.467 0 0 1-5.965 2.024 6.472 6.472 0 0 1-4.857-4.01l-4.126-.758-.618 3.365a6.471 6.471 0 0 1 2.041 5.981 6.47 6.47 0 0 1-4.033 4.866l-.786 4.282a6.468 6.468 0 0 1 2.041 5.98 6.474 6.474 0 0 1-4.032 4.866l-.786 4.282a6.47 6.47 0 0 1 2.041 5.98 6.474 6.474 0 0 1-4.032 4.866l-.786 4.282a6.473 6.473 0 0 1 2.041 5.98 6.473 6.473 0 0 1-4.033 4.866l-.745 4.056 4.04.741a6.475 6.475 0 0 1 6.078-2.151 6.474 6.474 0 0 1 4.918 4.17l4.132.759a6.472 6.472 0 0 1 6.078-2.151 6.47 6.47 0 0 1 4.918 4.17l4.132.758a6.472 6.472 0 0 1 6.078-2.15 6.47 6.47 0 0 1 4.918 4.169l5.281.969.748-4.071a6.465 6.465 0 0 1-2.019-5.96'/%3E%3Cpath transform='rotate(10.404 304.974 317.065)' clip-path='url(%23B)' fill='%23FFAB50' d='M288.744 294.708h32.529v44.794h-32.529z'/%3E%3Cpath clip-path='url(%23B)' fill='%23C84227' d='M424.538 442.479l-20.433 31.723 6.454-1.075 28.73-25.889z'/%3E%3Cpath clip-path='url(%23B)' fill='%23C84227' d='M385.249 477.011c-.951.219-1.446-1.084-.591-1.555 5.13-2.815 6.571-4.555 16.488-4.188 12.011.444 20.031 3.317 24.197 6.591.875.687.178 2.077-.891 1.773-5.318-1.509-15.64-4.116-23.405-4.116-6.46.001-9.533.049-15.798 1.495'/%3E%3Cpath clip-path='url(%23B)' fill='%231C174D' d='M344.695 305.827l-20.626-6.669c-1.937-.629-3.365 1.827-1.859 3.199l17.948 15.848s2.119-10.175 4.537-12.378'/%3E%3Cpath clip-path='url(%23B)' fill='%23F05822' d='M440.186 445.446l-20.434 31.724 6.454-1.076 28.946-29.302z'/%3E%3Cpath clip-path='url(%23B)' fill='%23F05822' d='M404.302 481.054c-.951.219-1.446-1.084-.591-1.555 5.13-2.815 9.799-4.555 19.715-4.188 12.011.444 15.729 2.243 19.896 5.515.874.688.179 2.078-.891 1.775-5.318-1.509-11.337-3.042-19.104-3.042-6.462.001-12.761.049-19.025 1.495'/%3E%3Cpath clip-path='url(%23B)' fill='%23FFA383' d='M384.042 317.863c1.761 23.883 46.245 33.429 46.245 33.429l12.274-14.979c.139-1.138.244-2.287.313-3.447 1.795-29.77-20.129-55.313-48.969-57.052-18.776-1.132-35.809 8.142-45.937 22.942 12.172-.232 34.79 1.695 36.074 19.107'/%3E%3Cpath clip-path='url(%23B)' fill='%23FFA383' d='M442.562 336.313l-32.235 23.374s3.293-7.407-4.518-20.209c-3.685-6.039-21.202-13.959-21.768-21.614-1.283-17.411-23.901-19.339-36.072-19.107a54.965 54.965 0 0 0-9.533 27.814c-.286 2.322-.263 4.369-.406 6.738-3.59 59.54 40.259 110.627 97.938 114.104 57.68 3.478 113.95-26.979 117.541-86.519.293-4.856-110.947-24.581-110.947-24.581'/%3E%3Cpath clip-path='url(%23B)' fill='%23FF6008' d='M355.71 288.938s44.862 2.494 52.598 49.452l-10.394.641s-38.402-35.151-60.117-.957c0 .001-1.957-31.525 17.913-49.136'/%3E%3Cpath clip-path='url(%23B)' fill='%230A0851' d='M375.132 306.804a6.752 6.752 0 0 1-13.478-.812 6.752 6.752 0 0 1 13.478.812'/%3E%3Cpath clip-path='url(%23B)' fill='%23FFF' d='M439.591 439.279c-89.743-10.002-101.519-103.968-101.662-101.6-3.59 59.541 40.36 106.255 98.04 109.733 45.879 2.767 86.661-25.437 103.247-67.049-18.413 37.101-56.988 63.668-99.625 58.916'/%3E%3Cpath clip-path='url(%23B)' fill='%23F05822' d='M571.175 379.104c-11.373 40.905-62.96 68.965-111.464 55.479-48.505-13.485-75.56-63.409-64.188-104.313 0 .001 160.201 50.681 175.652 48.834'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='C' d='M412.22 390.121s15.011 22.825 20.099 13.73c.992-1.776 1.107-3.916.541-5.873l-3.925-13.564-16.715 5.707z'/%3E%3C/defs%3E%3CclipPath id='E'%3E%3Cuse xlink:href='%23C' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='D' filterUnits='userSpaceOnUse' x='404.078' y='378.363' width='37.489' height='40.634'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='404.078' y='378.363' width='37.489' height='40.634' id='G'%3E%3Cg filter='url(%23D)'%3E%3ClinearGradient id='F' gradientUnits='userSpaceOnUse' x1='0' y1='700.048' x2='1' y2='700.048' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -473.776 369.377)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23E)' fill='url(%23F)' d='M414.116 418.997l-10.038-32.032 27.451-8.602 10.038 32.032z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='H' gradientUnits='userSpaceOnUse' x1='0' y1='700.049' x2='1' y2='700.049' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -473.776 369.377)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23E)' mask='url(%23G)' fill='url(%23H)' d='M414.116 418.997l-10.038-32.032 27.452-8.602 10.037 32.032z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='I' d='M435.763 392.548s15.011 22.825 20.098 13.732c.993-1.778 1.107-3.918.543-5.874l-3.925-13.565-16.716 5.707z'/%3E%3C/defs%3E%3CclipPath id='K'%3E%3Cuse xlink:href='%23I' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='J' filterUnits='userSpaceOnUse' x='427.621' y='380.79' width='37.488' height='40.634'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='427.621' y='380.79' width='37.488' height='40.634' id='M'%3E%3Cg filter='url(%23J)'%3E%3ClinearGradient id='L' gradientUnits='userSpaceOnUse' x1='0' y1='700.049' x2='1' y2='700.049' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.167 370.043)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23K)' fill='url(%23L)' d='M437.659 421.424l-10.038-32.031 27.451-8.603 10.037 32.032z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='N' gradientUnits='userSpaceOnUse' x1='0' y1='700.049' x2='1' y2='700.049' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.167 370.043)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23K)' mask='url(%23M)' fill='url(%23N)' d='M437.659 421.424l-10.038-32.031 27.451-8.603 10.037 32.032z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='O' d='M422.349 369.641s15.012 22.824 20.099 13.731c.995-1.778 1.106-3.918.542-5.873l-3.924-13.566-16.717 5.708z'/%3E%3C/defs%3E%3CclipPath id='Q'%3E%3Cuse xlink:href='%23O' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='P' filterUnits='userSpaceOnUse' x='414.208' y='357.883' width='37.487' height='40.633'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='414.208' y='357.883' width='37.487' height='40.633' id='S'%3E%3Cg filter='url(%23P)'%3E%3ClinearGradient id='R' gradientUnits='userSpaceOnUse' x1='0' y1='700.048' x2='1' y2='700.048' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.51 369.247)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23Q)' fill='url(%23R)' d='M424.245 398.516l-10.037-32.032 27.45-8.601 10.037 32.031z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='T' gradientUnits='userSpaceOnUse' x1='0' y1='700.048' x2='1' y2='700.048' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.51 369.247)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23Q)' mask='url(%23S)' fill='url(%23T)' d='M424.245 398.516l-10.037-32.032 27.45-8.601 10.037 32.031z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='U' d='M463.757 405.192s15.01 22.823 20.096 13.73c.994-1.778 1.108-3.918.544-5.874l-3.925-13.563-16.715 5.707z'/%3E%3C/defs%3E%3CclipPath id='W'%3E%3Cuse xlink:href='%23U' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='V' filterUnits='userSpaceOnUse' x='455.616' y='393.435' width='37.486' height='40.632'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='455.616' y='393.435' width='37.486' height='40.632' id='Y'%3E%3Cg filter='url(%23V)'%3E%3ClinearGradient id='X' gradientUnits='userSpaceOnUse' x1='0' y1='700.049' x2='1' y2='700.049' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.375 371.021)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='.041' stop-color='%23fff'/%3E%3Cstop offset='.999'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23W)' fill='url(%23X)' d='M465.653 434.066l-10.037-32.03 27.449-8.601 10.037 32.03z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='Z' gradientUnits='userSpaceOnUse' x1='0' y1='700.049' x2='1' y2='700.049' gradientTransform='scale(-25.9037 25.9037) rotate(-72.601 -474.375 371.021)'%3E%3Cstop offset='0' stop-color='%23fcc38a'/%3E%3Cstop offset='.041' stop-color='%23fcc38a'/%3E%3Cstop offset='.999' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23W)' mask='url(%23Y)' fill='url(%23Z)' d='M465.653 434.066l-10.037-32.03 27.449-8.601 10.038 32.03z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='aa' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='ab'%3E%3Cuse xlink:href='%23aa' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.31' clip-path='url(%23ab)'%3E%3Cdefs%3E%3Cpath id='ac' d='M-81.115-15.492h827.461V811.97H-81.115z'/%3E%3C/defs%3E%3CclipPath id='ad'%3E%3Cuse xlink:href='%23ac' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ad)'%3E%3Cdefs%3E%3Cpath id='ae' d='M-81.115-15.491h827.461V811.97H-81.115z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23ab)'%3E%3Cdefs%3E%3Cpath id='af' d='M646.645-104.513h806.205V701.69H646.645z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
1250
-
1251
- [data-type='wc_transactional'] .mailpoet_thumbnail { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22700%22%20height%3D%22700%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h700v700H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22c%22%20d%3D%22M0%200h700v700H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22d%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cg%20opacity%3D%22.18%22%20clip-path%3D%22url%28%23d%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22e%22%20d%3D%22M61.122%20585.997h578.203v54.546H61.122z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22f%22%3E%3Cuse%20xlink%3Ahref%3D%22%23e%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23f%29%22%20fill%3D%22%231C154E%22%20d%3D%22M639.324%20613.271c0%2015.062-129.435%2027.272-289.101%2027.272-159.667%200-289.102-12.211-289.102-27.272%200-15.063%20129.435-27.273%20289.102-27.273%20159.667-.001%20289.101%2012.209%20289.101%2027.273%22%2F%3E%3C%2Fg%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%231C154E%22%20d%3D%22M386.122%2061c55.893%2043.13%2056.777%20176.557%2013.646%20232.45s-123.404%2066.237-179.297%2023.109L386.122%2061zM357.368%20377.024c64.332-17.158%20110.911-82.456%20117.767-145.733h63.942c-6.854%2063.277-53.435%20128.575-117.767%20145.733%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%23F9692B%22%20d%3D%22M445.834%20471.163s10.562-24.428%2052.479-3.405c22.991%2011.529%2043.294%2049.746%2080.61%2041.533%200%200-85.615%2061.319-135.222-10.405l2.133-27.723z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%23A83D21%22%20d%3D%22M443.208%20487.549s13.096.837%2035.283%2022.344c31.542%2030.573%2088.634%206.882%20100.432-.602%200%200-84.059%2067.271-135.415-10.018l-.3-11.724z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%231C154E%22%20d%3D%22M445.501%20502.099c.037.474-345.959-113.538-345.959-113.538a9.299%209.299%200%200%201-5.873-11.764c1.557-4.658%206.474-7.26%2011.158-6.053l351.507%2091.375s-12.478%2018.989-10.833%2039.98%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22none%22%20stroke%3D%22%23F9692B%22%20stroke-width%3D%226.559%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M256.54%20441.894a18.587%2018.587%200%200%201-9.184%202.411c-10.311%200-18.669-8.358-18.669-18.669s8.358-18.669%2018.669-18.669%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22none%22%20stroke%3D%22%23F9692B%22%20stroke-width%3D%226.559%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M272.134%20440.987a18.579%2018.579%200%200%201-10.438%203.188c-10.311%200-18.669-8.358-18.669-18.67%200-10.311%208.358-18.669%2018.669-18.669%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%233A5AF5%22%20d%3D%22M477.956%20281.129c-8.438%2077.88-77.049%20158.819-164.871%20149.306-87.822-9.515-152.176-80.362-143.739-158.242%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%233A5AF5%22%20d%3D%22M310.02%20287.22s-33.265-4.083-34.493-37.252l-137.205%203.905S126.088%20394.728%20289.2%20426.191l20.82-138.971z%22%2F%3E%3Cg%20opacity%3D%22.76%22%20clip-path%3D%22url%28%23d%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22g%22%20d%3D%22M237.525%20279.82H461.93v87.74H237.525z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22h%22%3E%3Cuse%20xlink%3Ahref%3D%22%23g%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23h%29%22%20fill%3D%22%2305005D%22%20d%3D%22M237.525%20318.948s64.52%2070.439%20150.627%2041.737c80.741-26.914%2073.617-80.864%2073.617-80.864h-89.683l-134.561%2039.127z%22%2F%3E%3C%2Fg%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%23F9692B%22%20d%3D%22M151.984%20206.817l-27.03-11.539c-3.989-1.703-7.434%203.303-4.418%206.421l22.4%2023.153%209.048-18.035z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%23A83D21%22%20d%3D%22M143.177%20224.307l-32.113%203.843c-4.145%201.107-3.704%205.109.301%206.648l32.053%209.732-.241-20.223z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23d%29%22%20fill%3D%22%233A5AF5%22%20d%3D%22M275.622%20247.909c0%2037.994-30.8%2068.794-68.794%2068.794-37.995%200-68.795-30.8-68.795-68.794s30.8-68.794%2068.795-68.794c37.994%200%2068.794%2030.8%2068.794%2068.794%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22i%22%20d%3D%22M203.908%20199.755c-21.567%2011.478-51.923%207.062-51.923%207.062-9.041%208.925-12.454%2026.448-12.454%2026.448s51.631%2029.969%2084.627%2018.807c35.35-11.958%2018.132-55.533-8.001-55.531-3.93%200-8.064.986-12.249%203.214%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22k%22%3E%3Cuse%20xlink%3Ahref%3D%22%23i%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22j%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22113.702%22%20y%3D%22150.076%22%20width%3D%22171.635%22%20height%3D%22159.621%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22113.702%22%20y%3D%22150.076%22%20width%3D%22171.635%22%20height%3D%22159.621%22%20id%3D%22m%22%3E%3Cg%20filter%3D%22url%28%23j%29%22%3E%3ClinearGradient%20id%3D%22l%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.969%22%20x2%3D%221%22%20y2%3D%22699.969%22%20gradientTransform%3D%22scale%28167.3767%20-167.3767%29%20rotate%28-25.381%20-1556.484%20347.314%29%22%3E%3Cstop%20offset%3D%220%22%2F%3E%3Cstop%20offset%3D%22.997%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23k%29%22%20fill%3D%22url%28%23l%29%22%20d%3D%22M161.575%20150.076l123.762%2058.717-47.873%20100.904-123.762-58.717z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22n%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.968%22%20x2%3D%221%22%20y2%3D%22699.968%22%20gradientTransform%3D%22scale%28167.3767%20-167.3767%29%20rotate%28-25.381%20-1556.484%20347.314%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff2e7%22%2F%3E%3Cstop%20offset%3D%22.997%22%20stop-color%3D%22%23fcc8af%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fcc8af%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23k%29%22%20mask%3D%22url%28%23m%29%22%20fill%3D%22url%28%23n%29%22%20d%3D%22M161.575%20150.076l123.762%2058.717-47.873%20100.904-123.762-58.717z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22o%22%20d%3D%22M0%200h700v700H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22p%22%3E%3Cuse%20xlink%3Ahref%3D%22%23o%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23p%29%22%20fill%3D%22%237C9CFF%22%20d%3D%22M442.064%2093.306c48.241%2051.546%2027.688%20183.384-23.858%20231.625-51.546%2048.242-132.439%2045.563-180.682-5.983l204.54-225.642z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23p%29%22%20fill%3D%22%23090353%22%20d%3D%22M206.14%20218.074a8.155%208.155%200%200%201-8.156%208.156%208.156%208.156%200%201%201%208.156-8.156%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22q%22%20d%3D%22M396.501%20160.273l18.66%207.61c45.32-39.434%2025.897-59.446%2025.897-59.446l-44.557%2051.836z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22s%22%3E%3Cuse%20xlink%3Ahref%3D%22%23q%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22r%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22368.077%22%20y%3D%2277.846%22%20width%3D%22120.827%22%20height%3D%22120.629%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22368.077%22%20y%3D%2277.846%22%20width%3D%22120.827%22%20height%3D%22120.629%22%20id%3D%22u%22%3E%3Cg%20filter%3D%22url%28%23r%29%22%3E%3ClinearGradient%20id%3D%22t%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20688.819%20343.569%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23s%29%22%20fill%3D%22url%28%23t%29%22%20d%3D%22M488.904%20129.468l-51.058%2069.007-69.769-51.623%2051.059-69.006z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22v%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20688.819%20343.569%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23s%29%22%20mask%3D%22url%28%23u%29%22%20fill%3D%22url%28%23v%29%22%20d%3D%22M488.904%20129.468l-51.058%2069.007-69.769-51.623%2051.059-69.006z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22w%22%20d%3D%22M407.345%20187.877l18.661%207.61c45.32-39.434%2025.897-59.447%2025.897-59.447l-44.558%2051.837z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22y%22%3E%3Cuse%20xlink%3Ahref%3D%22%23w%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22x%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22378.921%22%20y%3D%22105.448%22%20width%3D%22120.829%22%20height%3D%22120.631%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22378.921%22%20y%3D%22105.448%22%20width%3D%22120.829%22%20height%3D%22120.631%22%20id%3D%22A%22%3E%3Cg%20filter%3D%22url%28%23x%29%22%3E%3ClinearGradient%20id%3D%22z%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20688.275%20343.619%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23y%29%22%20fill%3D%22url%28%23z%29%22%20d%3D%22M499.75%20157.071l-51.06%2069.008-69.769-51.623%2051.059-69.008z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22B%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20688.275%20343.619%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23y%29%22%20mask%3D%22url%28%23A%29%22%20fill%3D%22url%28%23B%29%22%20d%3D%22M499.75%20157.071l-51.06%2069.008-69.769-51.623%2051.059-69.008z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22C%22%20d%3D%22M411.324%20162.902l-36.592%2042.568%2018.66%207.61c23.27-20.247%2029.472-35.374%2029.997-45.301.231-4.366-3.287-7.287-6.931-7.287-1.833%200-3.699.741-5.134%202.41%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22E%22%3E%3Cuse%20xlink%3Ahref%3D%22%23C%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22D%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22350.304%22%20y%3D%22137.782%22%20width%3D%2297.746%22%20height%3D%2298.008%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22350.304%22%20y%3D%22137.782%22%20width%3D%2297.746%22%20height%3D%2298.008%22%20id%3D%22G%22%3E%3Cg%20filter%3D%22url%28%23D%29%22%3E%3ClinearGradient%20id%3D%22F%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.973%22%20x2%3D%221%22%20y2%3D%22699.973%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20656.427%20346.153%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23E%29%22%20fill%3D%22url%28%23F%29%22%20d%3D%22M448.05%20177.059l-39.83%2058.731-57.916-39.276%2039.829-58.732z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22H%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.973%22%20x2%3D%221%22%20y2%3D%22699.973%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20656.427%20346.153%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23E%29%22%20mask%3D%22url%28%23G%29%22%20fill%3D%22url%28%23H%29%22%20d%3D%22M448.05%20177.059l-39.83%2058.731-57.916-39.276%2039.829-58.732z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22I%22%20d%3D%22M413.47%20200.234l-36.592%2042.57%2018.66%207.61c23.27-20.248%2029.472-35.375%2029.997-45.302.23-4.366-3.287-7.287-6.93-7.287-1.834%200-3.7.741-5.135%202.409%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22K%22%3E%3Cuse%20xlink%3Ahref%3D%22%23I%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22J%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22352.449%22%20y%3D%22175.115%22%20width%3D%2297.746%22%20height%3D%2298.008%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22352.449%22%20y%3D%22175.115%22%20width%3D%2297.746%22%20height%3D%2298.008%22%20id%3D%22M%22%3E%3Cg%20filter%3D%22url%28%23J%29%22%3E%3ClinearGradient%20id%3D%22L%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.973%22%20x2%3D%221%22%20y2%3D%22699.973%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20656.025%20346.337%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23K%29%22%20fill%3D%22url%28%23L%29%22%20d%3D%22M450.195%20214.392l-39.83%2058.732-57.916-39.277%2039.83-58.732z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22N%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.973%22%20x2%3D%221%22%20y2%3D%22699.973%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20656.025%20346.337%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23K%29%22%20mask%3D%22url%28%23M%29%22%20fill%3D%22url%28%23N%29%22%20d%3D%22M450.195%20214.392l-39.83%2058.732-57.916-39.277%2039.83-58.732z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22O%22%20d%3D%22M404.458%20247.008l-36.591%2042.569%2018.66%207.61c23.27-20.247%2029.471-35.374%2029.997-45.302.23-4.366-3.287-7.287-6.932-7.287-1.833%200-3.699.741-5.134%202.41%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22Q%22%3E%3Cuse%20xlink%3Ahref%3D%22%23O%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22P%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22343.438%22%20y%3D%22221.888%22%20width%3D%2297.746%22%20height%3D%2298.008%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22343.438%22%20y%3D%22221.888%22%20width%3D%2297.746%22%20height%3D%2298.008%22%20id%3D%22S%22%3E%3Cg%20filter%3D%22url%28%23P%29%22%3E%3ClinearGradient%20id%3D%22R%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.974%22%20x2%3D%221%22%20y2%3D%22699.974%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20655.586%20346.69%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23Q%29%22%20fill%3D%22url%28%23R%29%22%20d%3D%22M441.184%20261.165l-39.83%2058.731-57.916-39.276%2039.83-58.732z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22T%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22699.974%22%20x2%3D%221%22%20y2%3D%22699.974%22%20gradientTransform%3D%22scale%28-90.2163%2090.2163%29%20rotate%2855.856%20655.586%20346.69%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23Q%29%22%20mask%3D%22url%28%23S%29%22%20fill%3D%22url%28%23T%29%22%20d%3D%22M441.184%20261.165l-39.83%2058.731-57.916-39.276%2039.83-58.732z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22U%22%20d%3D%22M411.289%20228.296l18.66%207.611c45.319-39.435%2025.896-59.447%2025.896-59.447l-44.556%2051.836z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22W%22%3E%3Cuse%20xlink%3Ahref%3D%22%23U%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22V%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22382.865%22%20y%3D%22145.868%22%20width%3D%22120.828%22%20height%3D%22120.63%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22382.865%22%20y%3D%22145.868%22%20width%3D%22120.828%22%20height%3D%22120.63%22%20id%3D%22Y%22%3E%3Cg%20filter%3D%22url%28%23V%29%22%3E%3ClinearGradient%20id%3D%22X%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20687.577%20343.89%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23W%29%22%20fill%3D%22url%28%23X%29%22%20d%3D%22M503.693%20197.491l-51.059%2069.008-69.769-51.624%2051.059-69.007z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22Z%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20687.577%20343.89%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23W%29%22%20mask%3D%22url%28%23Y%29%22%20fill%3D%22url%28%23Z%29%22%20d%3D%22M503.693%20197.491l-51.059%2069.008-69.769-51.624%2051.059-69.007z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22aa%22%20d%3D%22M404.388%20276.109l18.66%207.61c45.32-39.434%2025.897-59.446%2025.897-59.446l-44.557%2051.836z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22ac%22%3E%3Cuse%20xlink%3Ahref%3D%22%23aa%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cdefs%3E%3Cfilter%20id%3D%22ab%22%20filterUnits%3D%22userSpaceOnUse%22%20x%3D%22375.964%22%20y%3D%22193.682%22%20width%3D%22120.828%22%20height%3D%22120.629%22%3E%3CfeColorMatrix%20values%3D%221%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cmask%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%22375.964%22%20y%3D%22193.682%22%20width%3D%22120.828%22%20height%3D%22120.629%22%20id%3D%22ae%22%3E%3Cg%20filter%3D%22url%28%23ab%29%22%3E%3ClinearGradient%20id%3D%22ad%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20686.848%20344.4%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23434343%22%2F%3E%3Cstop%20offset%3D%22.999%22%2F%3E%3Cstop%20offset%3D%221%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23ac%29%22%20fill%3D%22url%28%23ad%29%22%20d%3D%22M496.792%20245.304l-51.059%2069.007-69.769-51.623%2051.059-69.006z%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3ClinearGradient%20id%3D%22af%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%220%22%20y1%3D%22700.018%22%20x2%3D%221%22%20y2%3D%22700.018%22%20gradientTransform%3D%22scale%28-60.2887%2060.2887%29%20rotate%2853.502%20686.848%20344.4%29%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.041%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.405%22%20stop-color%3D%22%23fdeedd%22%2F%3E%3Cstop%20offset%3D%22.999%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url%28%23ac%29%22%20mask%3D%22url%28%23ae%29%22%20fill%3D%22url%28%23af%29%22%20d%3D%22M496.792%20245.304l-51.059%2069.007-69.769-51.623%2051.059-69.006z%22%2F%3E%3C%2Fg%3E%3Cg%20clip-path%3D%22url%28%23b%29%22%3E%3Cdefs%3E%3Cpath%20id%3D%22ag%22%20d%3D%22M0%200h700v700H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22ah%22%3E%3Cuse%20xlink%3Ahref%3D%22%23ag%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url%28%23ah%29%22%20fill%3D%22%237C9CFF%22%20d%3D%22M381.227%20442.2s-11.128%2011.592-10.665%2035.702l74.904%2024.289s-2.354-15.98%2011.06-40.143L381.227%20442.2z%22%2F%3E%3Cpath%20clip-path%3D%22url%28%23ah%29%22%20fill%3D%22%233A5AF5%22%20d%3D%22M374.622%20452.654s3.995-9.286%206.604-10.454l75.299%2019.849-6.354%2013.285-75.549-22.68z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
1252
-
1253
- [data-type*='woocommerce'] .mailpoet_thumbnail { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='700' height='700'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='c' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.18' clip-path='url(%23d)'%3E%3Cdefs%3E%3Cpath id='e' d='M165.832 534.092h440.783v41.582H165.832z'/%3E%3C/defs%3E%3CclipPath id='f'%3E%3Cuse xlink:href='%23e' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23f)' fill='%231C174D' d='M606.615 554.884c0 11.481-98.673 20.791-220.393 20.791-121.718 0-220.391-9.31-220.391-20.791 0-11.483 98.673-20.792 220.391-20.792 121.72 0 220.393 9.308 220.393 20.792'/%3E%3C/g%3E%3Cpath clip-path='url(%23d)' fill='%237E9FFC' d='M538.699 397.691c-18.843 0-68.297-47.307-70.938-68.989-8.554-79.332-37.818-120.196-87.176-117.8-48.135 2.337-71.741 36.816-63.917 85.608 12.314 76.8 88.077 98.749 124.611 102.349 43.104 4.373 97.42-1.168 97.42-1.168'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='g' d='M380.585 210.902c-44.033 2.138-67.456 31.216-65.154 73.499 2.134-36.146 25.125-60.361 65.154-62.304 49.358-2.395 78.621 38.468 87.177 117.8 1.9 15.601 2.641 10.488 0-11.196-8.317-77.128-36.215-117.895-83.117-117.898a83.027 83.027 0 0 0-4.06.099'/%3E%3C/defs%3E%3CclipPath id='i'%3E%3Cuse xlink:href='%23g' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='h' filterUnits='userSpaceOnUse' x='313.129' y='210.802' width='157.273' height='144.696'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='313.129' y='210.802' width='157.273' height='144.696' id='k'%3E%3Cg filter='url(%23h)'%3E%3ClinearGradient id='j' gradientUnits='userSpaceOnUse' x1='0' y1='699.979' x2='1' y2='699.979' gradientTransform='matrix(154.1993 0 0 -154.1993 315.25 108219.383)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' fill='url(%23j)' d='M313.129 210.802h157.273v144.696H313.129z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='l' gradientUnits='userSpaceOnUse' x1='0' y1='699.979' x2='1' y2='699.979' gradientTransform='matrix(154.1993 0 0 -154.1993 315.25 108219.383)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23i)' mask='url(%23k)' fill='url(%23l)' d='M313.129 210.802h157.273v144.696H313.129z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='m' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='n'%3E%3Cuse xlink:href='%23m' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23n)' fill='%237E9FFC' d='M495.84 353.199l59.921-112.089c3.029-5.668 10.718-6.707 15.142-2.048l23.281 24.508a9.425 9.425 0 0 1-.244 13.229l-97.229 95.052-.871-18.652z'/%3E%3Cpath clip-path='url(%23n)' fill='%235C64F7' d='M581.023 265.624l-84.994 91.63.681 14.597 97.229-95.052c2.732-2.672 3.487-6.602 2.253-9.979-3.343-5.426-11.008-6.05-15.169-1.196'/%3E%3Cpath clip-path='url(%23n)' fill='%237E9FFC' d='M495.401 371.485l88.273-95.167c4.184-4.879 11.914-4.232 15.229 1.273l17.434 28.959a9.425 9.425 0 0 1-3.098 12.864l-115.473 71.794-2.365-19.723z'/%3E%3Cpath clip-path='url(%23n)' fill='%233539FA' d='M316.927 276.242l-25.469 12.184c-2.326 1.113-2.027 4.516.457 5.206l27.392 7.608s-5.005-20.339-2.38-24.998'/%3E%3Cpath clip-path='url(%23n)' fill='%230A0851' d='M370.954 259.865a6.65 6.65 0 0 1-6.65 6.65 6.65 6.65 0 1 1 6.65-6.65'/%3E%3Cpath clip-path='url(%23n)' fill='%235C64F7' d='M321.198 315.445s20.015-28.169 40.771-6.671c21.429 22.193 23.722 89.695 115.642 91.919-.001 0-125.279 8.896-156.413-85.248'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFF' d='M274.448 263.333l.264-.344c-.346-.481-.672-.978-1.039-1.442-4.98-6.297-9.97-12.584-14.945-18.884-1.69-2.142-1.674-2.159 1.022-2.938 25.339-7.331 50.669-14.696 76.026-21.967 5.949-1.706 10.744-4.957 14.167-10.038 4.269-6.337 5.891-13.26 3.712-20.797-8.179-28.282-16.396-56.552-24.518-84.851-1.896-6.61-5.833-11.452-11.692-14.876-6.028-3.523-12.542-4.529-19.155-2.624-73.464 21.164-146.896 42.436-220.325 63.718-1.734.503-3.395 1.354-4.983 2.234-3.867 2.143-6.899 5.189-9.144 8.994-3.499 5.933-4.806 12.323-2.905 18.979 8.06 28.217 16.282 56.389 24.41 84.587.735 2.551 1.762 4.916 3.167 7.175 5.745 9.246 17.679 13.902 28.099 10.882 8.732-2.531 17.465-5.056 26.198-7.583 25.43-7.357 50.86-14.718 76.295-22.056.789-.227 1.701-.456 2.465-.282 14.803 3.37 29.591 6.804 44.385 10.217 2.827.653 5.664 1.266 8.496 1.896'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFA383' d='M274.448 263.334c-2.832-.631-5.669-1.245-8.496-1.897-14.794-3.412-29.582-6.846-44.385-10.217-.764-.174-1.676.055-2.465.283-25.435 7.337-50.865 14.698-76.295 22.056-8.733 2.527-17.467 5.052-26.198 7.582-10.42 3.02-22.354-1.636-28.1-10.882-1.404-2.259-2.431-4.623-3.167-7.174-8.128-28.198-16.349-56.37-24.409-84.588-1.901-6.656-.594-13.045 2.905-18.978 2.245-3.806 5.277-6.852 9.144-8.994 1.588-.881 3.249-1.732 4.982-2.234 73.43-21.283 146.862-42.555 220.326-63.719 6.613-1.905 13.127-.899 19.155 2.625 5.859 3.424 9.796 8.266 11.692 14.876 8.121 28.299 16.339 56.569 24.518 84.851 2.179 7.537.557 14.459-3.712 20.796-3.423 5.081-8.218 8.332-14.167 10.038-25.357 7.271-50.688 14.636-76.026 21.968-2.696.779-2.712.795-1.022 2.937 4.975 6.301 9.965 12.588 14.944 18.884.368.465.694.961 1.04 1.443l-.264.344m-128.921-57.117l.37-.182c.923 1.45 1.786 2.941 2.776 4.343 4.418 6.255 8.981 12.396 14.26 17.973 6.116 6.46 12.82 12.179 20.642 16.487 2.526 1.392 5.291 2.137 8.157 1.568 4.803-.952 7.454-5.885 6.181-11.122-1.868-7.676-4.082-15.266-6.012-22.928-.848-3.366-1.456-6.802-1.996-10.234-.647-4.111-1.108-8.251-1.643-12.379-.426-3.294-.969-6.579-1.236-9.886a327.374 327.374 0 0 1-.859-14.85c-.184-5.253.001-10.497.874-15.707.322-1.923.695-3.968.376-5.843-.865-5.07-4.463-7.523-9.012-8.171-4.833-.688-9.645 2.282-10.558 6.904-.969 4.914-1.592 9.918-2.008 14.912-.306 3.674-.111 7.4 0 11.098.106 3.504.333 7.007.62 10.501.245 2.987.634 5.961.991 8.937.34 2.832.668 5.667 1.093 8.487.464 3.085 1.034 6.154 1.56 9.25-.11-.049-.227-.062-.27-.125-2.713-3.935-5.519-7.811-8.097-11.832-2.2-3.431-4.18-7.006-6.179-10.56-1.858-3.303-3.635-6.651-5.405-10.002-1.174-2.225-2.529-4.283-4.547-5.85-2.488-1.931-6.363-1.91-9-.235-2.847 1.808-4.295 4.445-4.96 7.558-1.474 6.892-2.811 13.813-4.229 20.716-1.871 9.115-3.763 18.226-5.656 27.336-.26 1.254-.576 2.497-.949 4.103-2.006-3.522-3.887-6.639-5.586-9.852-2.889-5.462-5.691-10.973-8.481-16.488-2.703-5.345-5.388-10.699-7.998-16.089-1.899-3.921-3.67-7.903-5.483-11.864-1.784-3.898-4.502-5.801-8.798-5.385-6.763.656-11.583 5.955-9.485 13.097.326 1.108.951 2.128 1.442 3.187 1.515 3.268 3.014 6.544 4.555 9.8 1.54 3.256 3.12 6.491 4.687 9.735.854 1.771 1.69 3.552 2.58 5.306 1.395 2.752 2.843 5.478 4.243 8.227.937 1.841 1.788 3.726 2.756 5.551 1.665 3.138 3.39 6.245 5.091 9.365 1.814 3.331 3.52 6.727 5.467 9.978a364.778 364.778 0 0 0 8.598 13.668c2.145 3.245 4.342 6.488 7.614 8.783 3.169 2.222 6.336 2.097 8.792-.888 1.703-2.07 3.12-4.488 4.162-6.963 2.53-6.008 3.812-12.377 4.932-18.788 1.788-10.231 3.743-20.433 5.628-30.647m182.096-63.905c-1.378-3.114-2.753-6.23-4.136-9.343-2.242-5.044-5.746-9.126-9.945-12.594-6.642-5.486-14.424-6.833-22.69-5.502-5.535.89-10.42 3.417-14.496 7.326-3.448 3.307-5.865 7.3-7.651 11.722-3.784 9.365-4.847 19.096-3.734 29.046.494 4.412 1.534 8.745 3.024 12.99 2.097 5.975 5.015 11.359 9.283 16.072 6.01 6.639 13.386 9.802 22.323 9.327 5.223-.278 10.138-1.691 14.52-4.52 5.732-3.703 9.464-9.07 11.836-15.394 4.814-12.838 5.005-25.852 1.666-39.13m-68.514 20.318l-.369.074c-1.047-4.474-2.669-8.701-5.072-12.639-2.602-4.264-5.814-7.951-9.853-10.882-6.431-4.666-13.711-5.726-21.345-4.533-4.3.672-8.265 2.443-11.801 5.069-5.408 4.015-8.762 9.47-11.032 15.684-3.046 8.342-4.09 16.992-3.204 25.77.45 4.457 1.625 8.873 2.804 13.218 1.847 6.809 5.242 12.796 10.116 17.97 6.962 7.393 15.523 10.056 25.341 8.432 9.331-1.544 16.415-6.623 20.811-15.06 5.069-9.733 6.522-20.235 5.691-31.045-.312-4.049-1.369-8.04-2.087-12.058'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFF' d='M145.527 206.217c-1.885 10.214-3.841 20.416-5.628 30.646-1.12 6.412-2.402 12.78-4.932 18.789-1.042 2.474-2.459 4.893-4.162 6.962-2.456 2.986-5.623 3.111-8.792.888-3.272-2.294-5.469-5.537-7.614-8.783a365.557 365.557 0 0 1-8.598-13.667c-1.947-3.252-3.653-6.648-5.467-9.979-1.701-3.12-3.426-6.226-5.091-9.365-.968-1.824-1.819-3.71-2.756-5.55-1.4-2.75-2.848-5.476-4.243-8.228-.89-1.754-1.726-3.535-2.58-5.306-1.567-3.243-3.147-6.479-4.687-9.734-1.541-3.256-3.04-6.532-4.555-9.8-.491-1.059-1.116-2.08-1.442-3.187-2.098-7.143 2.722-12.442 9.485-13.097 4.296-.416 7.014 1.486 8.798 5.384 1.813 3.962 3.584 7.944 5.483 11.864 2.61 5.391 5.295 10.745 7.998 16.089 2.79 5.515 5.592 11.026 8.481 16.489 1.699 3.213 3.58 6.329 5.586 9.852.373-1.606.689-2.849.949-4.103 1.893-9.111 3.785-18.221 5.656-27.336 1.418-6.904 2.755-13.825 4.229-20.717.665-3.112 2.113-5.75 4.96-7.558 2.637-1.675 6.512-1.695 9 .236 2.018 1.566 3.373 3.625 4.547 5.85 1.77 3.35 3.547 6.698 5.405 10.001 1.999 3.555 3.979 7.13 6.179 10.56 2.578 4.022 5.384 7.898 8.097 11.833.043.063.16.076.27.124-.526-3.095-1.096-6.164-1.56-9.25-.425-2.82-.753-5.654-1.093-8.486-.357-2.976-.746-5.951-.991-8.938-.287-3.494-.514-6.998-.62-10.502-.111-3.698-.306-7.423 0-11.097.417-4.995 1.039-9.999 2.008-14.913.913-4.621 5.725-7.592 10.558-6.904 4.549.648 8.147 3.102 9.012 8.172.319 1.875-.054 3.92-.376 5.843-.873 5.21-1.058 10.453-.874 15.707.173 4.954.461 9.908.859 14.849.267 3.307.81 6.592 1.236 9.887.536 4.128.996 8.268 1.643 12.379.54 3.431 1.148 6.867 1.996 10.234 1.93 7.661 4.144 15.252 6.012 22.928 1.273 5.237-1.378 10.17-6.181 11.122-2.866.568-5.631-.177-8.157-1.568-7.822-4.308-14.526-10.027-20.642-16.487-5.279-5.577-9.842-11.718-14.26-17.973-.99-1.402-1.853-2.893-2.776-4.344l-.37.184M327.623 142.312c3.339 13.277 3.148 26.291-1.666 39.129-2.372 6.325-6.103 11.691-11.836 15.394-4.382 2.83-9.297 4.243-14.519 4.52-8.938.475-16.314-2.688-22.324-9.327-4.267-4.713-7.185-10.096-9.283-16.071-1.49-4.246-2.529-8.579-3.023-12.99-1.114-9.951-.05-19.682 3.733-29.047 1.786-4.421 4.203-8.414 7.652-11.721 4.076-3.909 8.96-6.436 14.496-7.327 8.265-1.33 16.047.016 22.689 5.502 4.199 3.468 7.703 7.551 9.945 12.595 1.383 3.113 2.758 6.229 4.136 9.343m-19.119 6.522c-.392-.959-.847-2.196-1.393-3.39-1.675-3.669-3.803-7.034-7.054-9.517-2.218-1.693-4.627-2.06-7.259-.783-1.875.911-3.212 2.339-4.144 4.081-3.92 7.327-5.195 15.16-3.7 23.308.814 4.432 2.238 8.748 5.033 12.431 1.678 2.211 3.349 4.473 6.055 5.539 1.599.63 3.262.906 4.892.01 3.523-1.939 5.629-5.074 7.058-8.678 2.97-7.485 2.293-15.092.512-23.001M259.109 162.63c.718 4.017 1.775 8.009 2.087 12.058.831 10.809-.622 21.311-5.692 31.044-4.395 8.438-11.479 13.516-20.81 15.06-9.819 1.625-18.379-1.038-25.341-8.431-4.874-5.175-8.27-11.161-10.116-17.971-1.179-4.344-2.354-8.76-2.804-13.217-.887-8.779.158-17.428 3.204-25.77 2.27-6.215 5.624-11.669 11.031-15.685 3.537-2.626 7.501-4.397 11.802-5.069 7.634-1.193 14.914-.133 21.345 4.534 4.039 2.93 7.251 6.618 9.852 10.881 2.404 3.939 4.026 8.166 5.073 12.64l.369-.074m-42.256 22.024c1.608 5.741 3.839 9.74 7.073 13.098 3.965 4.117 8.233 4.36 12.131-.326a21.489 21.489 0 0 0 4.47-8.997c1.501-6.442 1.241-12.843-.404-19.199-.372-1.433-1.109-2.77-1.677-4.152a24.327 24.327 0 0 0-5.352-8.024c-1.65-1.649-3.506-2.983-6.055-2.816-3.383.222-5.541 2.264-6.992 5.008-4.48 8.473-5.216 17.398-3.194 25.408'/%3E%3Cpath clip-path='url(%23n)' fill='%23FFA383' d='M308.504 148.834c1.781 7.908 2.458 15.515-.512 23.001-1.429 3.604-3.535 6.739-7.058 8.678-1.63.896-3.293.62-4.892-.01-2.706-1.066-4.377-3.328-6.055-5.539-2.795-3.683-4.219-7.999-5.033-12.431-1.495-8.148-.22-15.981 3.7-23.308.932-1.742 2.269-3.17 4.144-4.081 2.632-1.277 5.041-.91 7.259.783 3.251 2.483 5.379 5.848 7.054 9.517.546 1.195 1.001 2.431 1.393 3.39M216.853 184.654c-2.022-8.011-1.285-16.935 3.194-25.408 1.451-2.744 3.609-4.786 6.992-5.008 2.549-.167 4.405 1.167 6.055 2.816a24.327 24.327 0 0 1 5.352 8.024c.568 1.382 1.305 2.719 1.677 4.152 1.645 6.356 1.905 12.757.404 19.199a21.489 21.489 0 0 1-4.47 8.997c-3.898 4.686-8.166 4.443-12.131.326-3.235-3.357-5.466-7.356-7.073-13.098'/%3E%3Cpath clip-path='url(%23n)' fill='%231C174D' d='M545.229 402.282H216.003a5.383 5.383 0 0 1-5.383-5.384v-.408a5.383 5.383 0 0 1 5.383-5.385h329.226a5.384 5.384 0 0 1 5.384 5.385v.408a5.383 5.383 0 0 1-5.384 5.384'/%3E%3Cpath clip-path='url(%23n)' fill='%235C64F7' d='M516.628 414.909s-162.935-64.835-106.39-120.193c56.522-55.335 86.841 42.106 106.39 120.193'/%3E%3Cpath clip-path='url(%23n)' fill='%23F86937' d='M515.033 411.062s-161.626-78.966-99.491-129.232c62.108-50.246 85.557 49.619 99.491 129.232'/%3E%3Cpath clip-path='url(%23n)' fill='%23A73E27' d='M395.806 390.109s-2.888-5.58-6.336-4.013c-5.935 2.698-13.016 8.699-7.609 21.389 0 0 3.716 2.602 3.716-1.115 0-3.715 7.059-15.232 11.146-14.861 4.087.372-.917-1.4-.917-1.4'/%3E%3Cpath clip-path='url(%23n)' fill='%23F86937' d='M404.896 384.078s-22.664 3.344-14.119 23.407c0 0 3.716 2.601 3.716-1.115 0-3.715 7.06-15.231 11.146-14.861 4.088.371-.743-7.431-.743-7.431'/%3E%3Cpath clip-path='url(%23n)' fill='%231C174D' d='M289.151 397.4s-84.75-14.009-62.337-74.246c0 .001 62.337-13.306 62.337 74.246M256.232 398.101s-39.224-4.903-39.224 50.43c0-.001 36.422-4.904 39.224-50.43'/%3E%3Cg opacity='.2' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='o' d='M410.108 308.883h17.427v11.431h-17.427z'/%3E%3C/defs%3E%3CclipPath id='p'%3E%3Cuse xlink:href='%23o' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23p)'%3E%3Cdefs%3E%3Cpath id='q' d='M410.107 308.883s1.451 13.522 9.824 11.152c2.397-.678 4.358-2.403 5.563-4.584 1.091-1.976 2.311-4.689 1.987-6.483'/%3E%3C/defs%3E%3CclipPath id='s'%3E%3Cuse xlink:href='%23q' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='r' filterUnits='userSpaceOnUse' x='409.157' y='307.64' width='19.599' height='16.008'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='409.157' y='307.64' width='19.599' height='16.008' id='u'%3E%3Cg filter='url(%23r)'%3E%3ClinearGradient id='t' gradientUnits='userSpaceOnUse' x1='0' y1='700.037' x2='1' y2='700.037' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.958 345.436)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23s)' fill='url(%23t)' d='M428.756 308.95l-1.037 14.698-18.562-1.31 1.037-14.698z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='v' gradientUnits='userSpaceOnUse' x1='0' y1='700.038' x2='1' y2='700.038' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.958 345.436)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23s)' mask='url(%23u)' fill='url(%23v)' d='M428.756 308.95l-1.037 14.698-18.562-1.31 1.037-14.698z'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='.54' clip-path='url(%23n)'%3E%3Cdefs%3E%3Cpath id='w' d='M433.65 304.379h17.428v11.43H433.65z'/%3E%3C/defs%3E%3CclipPath id='x'%3E%3Cuse xlink:href='%23w' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23x)'%3E%3Cdefs%3E%3Cpath id='y' d='M433.65 304.379s1.45 13.521 9.823 11.152c2.397-.679 4.359-2.402 5.563-4.584 1.092-1.977 2.312-4.689 1.988-6.484'/%3E%3C/defs%3E%3CclipPath id='A'%3E%3Cuse xlink:href='%23y' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='z' filterUnits='userSpaceOnUse' x='432.7' y='303.136' width='19.599' height='16.007'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='432.7' y='303.136' width='19.599' height='16.007' id='C'%3E%3Cg filter='url(%23z)'%3E%3ClinearGradient id='B' gradientUnits='userSpaceOnUse' x1='0' y1='700.037' x2='1' y2='700.037' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.345 344.462)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23A)' fill='url(%23B)' d='M452.299 304.446l-1.037 14.697-18.562-1.31 1.037-14.697z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='D' gradientUnits='userSpaceOnUse' x1='0' y1='700.038' x2='1' y2='700.038' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.345 344.462)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23A)' mask='url(%23C)' fill='url(%23D)' d='M452.299 304.446l-1.037 14.697-18.562-1.31 1.037-14.697z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='E' d='M431.795 335.555c2.397-.679 4.359-2.402 5.564-4.583 1.091-1.977 2.31-4.69 1.986-6.484l-17.375-.085c.001 0 1.453 13.522 9.825 11.152'/%3E%3C/defs%3E%3CclipPath id='G'%3E%3Cuse xlink:href='%23E' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='F' filterUnits='userSpaceOnUse' x='421.021' y='323.16' width='19.597' height='16.008'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='421.021' y='323.16' width='19.597' height='16.008' id='I'%3E%3Cg filter='url(%23F)'%3E%3ClinearGradient id='H' gradientUnits='userSpaceOnUse' x1='0' y1='700.037' x2='1' y2='700.037' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.024 345.528)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23G)' fill='url(%23H)' d='M440.618 324.47l-1.037 14.698-18.56-1.31 1.038-14.698z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='J' gradientUnits='userSpaceOnUse' x1='0' y1='700.038' x2='1' y2='700.038' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 350.024 345.528)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23G)' mask='url(%23I)' fill='url(%23J)' d='M440.618 324.47l-1.037 14.698-18.56-1.31 1.038-14.698z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='K' d='M453.705 333.993c2.396-.677 4.359-2.402 5.562-4.582 1.092-1.978 2.312-4.69 1.987-6.484l-17.374-.085c.001 0 1.453 13.522 9.825 11.151'/%3E%3C/defs%3E%3CclipPath id='M'%3E%3Cuse xlink:href='%23K' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='L' filterUnits='userSpaceOnUse' x='442.932' y='321.599' width='19.597' height='16.008'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='442.932' y='321.599' width='19.597' height='16.008' id='O'%3E%3Cg filter='url(%23L)'%3E%3ClinearGradient id='N' gradientUnits='userSpaceOnUse' x1='0' y1='700.037' x2='1' y2='700.037' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 349.361 344.707)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23M)' fill='url(%23N)' d='M462.528 322.909l-1.037 14.698-18.559-1.31 1.037-14.698z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='P' gradientUnits='userSpaceOnUse' x1='0' y1='700.038' x2='1' y2='700.038' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 349.36 344.707)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23M)' mask='url(%23O)' fill='url(%23P)' d='M462.528 322.909l-1.037 14.698-18.559-1.31 1.037-14.698z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='Q' d='M448.069 353.486c2.396-.68 4.357-2.403 5.562-4.584 1.091-1.977 2.312-4.69 1.988-6.484l-17.375-.084c.001 0 1.453 13.521 9.825 11.152'/%3E%3C/defs%3E%3CclipPath id='S'%3E%3Cuse xlink:href='%23Q' overflow='visible'/%3E%3C/clipPath%3E%3Cdefs%3E%3Cfilter id='R' filterUnits='userSpaceOnUse' x='437.296' y='341.091' width='19.598' height='16.006'%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0'/%3E%3C/filter%3E%3C/defs%3E%3Cmask maskUnits='userSpaceOnUse' x='437.296' y='341.091' width='19.598' height='16.006' id='U'%3E%3Cg filter='url(%23R)'%3E%3ClinearGradient id='T' gradientUnits='userSpaceOnUse' x1='0' y1='700.038' x2='1' y2='700.038' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 348.86 345.543)'%3E%3Cstop offset='0'/%3E%3Cstop offset='.997' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23S)' fill='url(%23T)' d='M456.894 342.401l-1.038 14.697-18.56-1.31 1.037-14.697z'/%3E%3C/g%3E%3C/mask%3E%3ClinearGradient id='V' gradientUnits='userSpaceOnUse' x1='0' y1='700.039' x2='1' y2='700.039' gradientTransform='scale(-15.2643 15.2643) rotate(85.963 348.86 345.543)'%3E%3Cstop offset='0' stop-color='%23fff3e9'/%3E%3Cstop offset='.997' stop-color='%23fcc9b2'/%3E%3Cstop offset='1' stop-color='%23fcc9b2'/%3E%3C/linearGradient%3E%3Cpath clip-path='url(%23S)' mask='url(%23U)' fill='url(%23V)' d='M456.894 342.401l-1.038 14.697-18.56-1.31 1.037-14.697z'/%3E%3C/g%3E%3Cg clip-path='url(%23b)'%3E%3Cdefs%3E%3Cpath id='W' d='M0 0h700v700H0z'/%3E%3C/defs%3E%3CclipPath id='X'%3E%3Cuse xlink:href='%23W' overflow='visible'/%3E%3C/clipPath%3E%3Cg opacity='.31' clip-path='url(%23X)'%3E%3Cdefs%3E%3Cpath id='Y' d='M-766.118-86.558H13.268v779.385h-779.386z'/%3E%3C/defs%3E%3C/g%3E%3Cg opacity='.31' clip-path='url(%23X)'%3E%3Cdefs%3E%3Cpath id='Z' d='M-120.332-66.718h848.061v848.062h-848.061z'/%3E%3C/defs%3E%3CclipPath id='aa'%3E%3Cuse xlink:href='%23Z' overflow='visible'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23aa)'%3E%3Cdefs%3E%3Cpath id='ab' d='M-120.333-66.718h848.062v848.062h-848.062z'/%3E%3C/defs%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
1254
-
1255
- .mailpoet_boxes .title_and_badge { display: flex; flex-direction: row; justify-content: space-between; }
1256
-
1257
- .mailpoet_boxes .title_and_badge .mailpoet_badge { margin: 0 0 0 10px; max-height: 21px; padding: 0 6px; white-space: nowrap; }
1258
-
1259
- .mailpoet_breadcrumb { color: #071c6d; font-size: .9em; text-transform: uppercase; }
1260
-
1261
- .mailpoet_breadcrumb .mailpoet_current { font-weight: bold; }
1262
-
1263
- .mailpoet_breadcrumb a { color: #071c6d; text-decoration: none; }
1264
-
1265
- .mailpoet_breadcrumb a:hover { color: #04103d; }
1266
-
1267
- .mailpoet_form { margin: 0 0 20px; }
1268
-
1269
- .mailpoet_form td { vertical-align: top !important; }
1270
-
1271
- .select2-container { width: 25em !important; }
1272
-
1273
- input.select2-search__field::-webkit-input-placeholder { color: #999; }
1274
-
1275
- input.select2-search__field:-moz-placeholder { color: #999; }
1276
-
1277
- input.select2-search__field::-moz-placeholder { color: #999; }
1278
-
1279
- input.select2-search__field:-ms-input-placeholder { color: #999; }
1280
-
1281
- .select2-container--default.select2-container--focus .select2-selection--multiple { border: 1px solid #aaa; /* default Select2 border for single dropdown */ }
1282
-
1283
- textarea.regular-text { width: 25em !important; }
1284
-
1285
- @media screen and (max-width: 782px) { .select2-container { width: 100% !important; } }
1286
-
1287
- progress { background-color: #efefef; border: 0; height: 2em; width: 100%; }
1288
-
1289
- progress::-webkit-progress-bar { background-color: #efefef; }
1290
-
1291
- progress::-webkit-progress-value { background-color: #69b1e9; border-radius: 5px; }
1292
-
1293
- progress::-moz-progress-bar { background-color: #69b1e9; border-radius: 5px; }
1294
-
1295
- .mailpoet-settings-grid { display: grid; grid-column-gap: 35px; grid-row-gap: 25px; grid-template-columns: 20em 1fr; margin: 25px 20px 10px 0; }
1296
-
1297
- .mailpoet-settings-grid .key-activation-messages > div { margin-top: 10px; max-width: 500px; }
1298
-
1299
- .mailpoet-settings-grid .key-activation-messages > div .pending_approval_heading { font-weight: bold; margin: 20px 0 5px; }
1300
-
1301
- .mailpoet-settings-grid #mailpoet_premium_key_verify { font-size: inherit; margin-left: 3px; vertical-align: inherit; }
1302
-
1303
- .mailpoet-settings-grid .mailpoet_subitem { margin-left: 2em; }
1304
-
1305
- .mailpoet-settings-grid .mailpoet_tooltip_icon { display: inline-block; line-height: 1.5; }
1306
-
1307
- .mailpoet-settings-grid .button-secondary { font-size: 14px; line-height: 2; margin: 0 3px; min-height: 30px; vertical-align: unset; }
1308
-
1309
- .mailpoet-settings-grid .mailpoet_mta_setup_save, .mailpoet-settings-grid .mailpoet_mta_setup_cancel { display: inline-block; font-weight: bold; margin: 0 3px; }
1310
-
1311
- .mailpoet-settings-grid .mailpoet_emails_per_second_warning { color: #d54e21; }
1312
-
1313
- .mailpoet_woocommerce_editor_button { margin-top: 10px; }
1314
-
1315
- label[for='mailpoet_wc_checkout_optin_segments'] span { font-size: 12px; }
1316
-
1317
- .mailpoet_success_item:before { content: '✔ '; }
1318
-
1319
- .mailpoet_error_item:before { content: '✗ '; }
1320
-
1321
- ul.sending-method-benefits { list-style-type: none; margin-bottom: 2em; margin-top: 2em; }
1322
-
1323
- .mailpoet-settings-label { font-size: 14px; font-weight: 600; line-height: 1.3; }
1324
-
1325
- .mailpoet-settings-label-title { color: #23282d; cursor: pointer; }
1326
-
1327
- .mailpoet-settings-inputs label { display: inline-block; margin: 2px 5px; min-width: 50px; }
1328
-
1329
- .mailpoet-settings-inputs input, .mailpoet-settings-inputs select, .mailpoet-settings-inputs textarea { display: inline-block; margin: 2px; }
1330
-
1331
- .mailpoet-settings-inputs input[type='checkbox'] { margin-bottom: 4px; margin-left: 4px; }
1332
-
1333
- .mailpoet-settings-inputs input.regular-text { width: 25.5em; }
1334
-
1335
- .mailpoet-settings-inputs p { font-size: 14px; }
1336
-
1337
- .mailpoet_sending_methods { display: flex; flex-direction: row; justify-content: flex-start; margin: 25px 0 0; }
1338
-
1339
- .mailpoet_sending_methods > li { background-color: #fff; border: 2px solid #dcdcdc; display: flex; flex-basis: 0; flex-direction: column; flex-grow: 1; flex-shrink: 1; margin: 0 25px 25px 0; max-width: 500px; }
1340
-
1341
- .mailpoet_sending_methods > li .mailpoet_sending_method_description { flex-grow: 1; flex-shrink: 0; padding: 25px; }
1342
-
1343
- .mailpoet_sending_methods > li:hover:not(.mailpoet_active) { border-color: #c5c5c5; }
1344
-
1345
- .mailpoet_sending_methods > li:last-child { margin-right: 0; }
1346
-
1347
- .mailpoet_sending_methods h3 { font-size: 1.5em; height: 54px; text-align: center; }
1348
-
1349
- .mailpoet_sending_methods .mailpoet_description { font-size: 14px; }
1350
-
1351
- .mailpoet_sending_methods .mailpoet_status { align-items: center; background-color: #dcdcdc; color: #fff; display: flex; flex-direction: row; justify-content: flex-end; min-height: 2em; padding: 1em; text-overflow: ellipsis; }
1352
-
1353
- .mailpoet_sending_methods .mailpoet_status span { font-weight: bold; visibility: hidden; }
1354
-
1355
- .mailpoet_sending_methods .mailpoet_status div { margin-left: 1em; }
1356
-
1357
- .mailpoet_sending_methods .mailpoet_active { border: 2px solid #088b00; }
1358
-
1359
- .mailpoet_sending_methods .mailpoet_active.mailpoet_invalid_key { border: 2px solid #dc3232; }
1360
-
1361
- .mailpoet_sending_methods .mailpoet_active .mailpoet_status { background-color: #088b00; }
1362
-
1363
- .mailpoet_sending_methods .mailpoet_active .mailpoet_status.mailpoet_invalid_key { background-color: #dc3232; }
1364
-
1365
- .mailpoet_sending_methods .mailpoet_active .mailpoet_status.mailpoet_invalid_key .mailpoet_actions { color: white; }
1366
-
1367
- .mailpoet_sending_methods .mailpoet_active .mailpoet_status.mailpoet_invalid_key .mailpoet_actions a:not(.button-primary) { color: white; }
1368
-
1369
- .mailpoet_sending_methods .mailpoet_active .mailpoet_status span { visibility: visible; }
1370
-
1371
- .mailpoet_sending_methods .mailpoet_active #mailpoet_mta_activate { visibility: hidden; }
1372
-
1373
- .mailpoet_sending_methods .mailpoet_actions { color: initial; }
1374
-
1375
- .disc-inside-list { list-style-position: inside; list-style-type: disc; }
1376
-
1377
- .mailpoet_progress { background-color: #efefef; border-radius: 5px; height: 25px; margin: 0; margin-bottom: 10px; padding: 0; position: relative; width: 100%; }
1378
-
1379
- .mailpoet_progress_label { display: inline-block; margin: 2px 0 0; position: absolute; text-align: center; width: 100%; }
1380
-
1381
- .mailpoet_progress_bar { background-color: #34c2e3; background-image: linear-gradient(to bottom, #34c2e3, #15829c); border-radius: 3px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; display: inline-block; height: 100%; position: absolute; }
1382
-
1383
- .mailpoet_progress_complete .mailpoet_progress_bar { background-color: #a4e5f4; background-image: linear-gradient(to bottom, #a4e5f4, #6bd3eb); }
1384
-
1385
- .mailpoet_stepped_progress_bar { display: flex; max-width: 100%; width: 350px; }
1386
-
1387
- .mailpoet_stepped_progress_bar_step { flex-grow: 1; }
1388
-
1389
- .mailpoet_stepped_progress_bar_step:before { background-color: #f1f1f1; border: 2px solid #dbdbdb; border-radius: 14px; content: ''; display: block; height: 12px; position: relative; width: 12px; z-index: 1; }
1390
-
1391
- .mailpoet_stepped_progress_bar_step:after { background-color: #dbdbdb; content: ''; display: block; height: 4px; left: 4px; position: relative; top: -10px; width: 100%; }
1392
-
1393
- .mailpoet_stepped_progress_bar_step:last-of-type { flex-grow: 0; width: 18px; }
1394
-
1395
- .mailpoet_stepped_progress_bar_step:last-of-type:after { display: none; }
1396
-
1397
- .mailpoet_stepped_progress_bar_step.active:before, .mailpoet_stepped_progress_bar_step.active:after { background-color: #23282d; border-color: #23282d; }
1398
-
1399
- .mailpoet_stepped_progress_bar_step.current:before { background-color: #fff; }
1400
-
1401
- .mailpoet_stepped_progress_bar_step.current:after { background-color: #dbdbdb; }
1402
-
1403
- #subscribers_container .mailpoet_segments_unsubscribed { color: darkgray; }
1404
-
1405
- /*
1406
- Based on /wp-admin/css/about.css of WP 4.7.
1407
- This is to make MailPoet pages independent of the WordPress
1408
- About page styles that may differ across WP versions.
1409
- Please add custom styles to pages_custom.styl
1410
- */
1411
- .mailpoet-about-wrap { font-size: 15px; margin: 25px 40px 0 20px; max-width: 1050px; /* readability */ position: relative; }
1412
-
1413
- .mailpoet-about-wrap div.updated, .mailpoet-about-wrap div.error, .mailpoet-about-wrap .notice { display: none !important; }
1414
-
1415
- .mailpoet-about-wrap hr { border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); height: 0; margin: 0; }
1416
-
1417
- .mailpoet-about-wrap img { height: auto; margin: 0; max-width: 100%; vertical-align: middle; }
1418
-
1419
- .mailpoet-about-wrap .mailpoet-logo { position: absolute; right: 0; top: .2em; }
1420
-
1421
- .mailpoet-about-wrap .nav-tab { font-size: 18px; padding-left: 15px; padding-right: 15px; }
1422
-
1423
- .mailpoet-about-wrap p { font-size: 14px; line-height: 1.5; }
1424
-
1425
- .mailpoet-about-wrap h1 { color: #32373c; font-size: 2.8em; font-weight: 400; line-height: 1.2em; margin: 1em 0 .5em; padding: 0; text-align: center; }
1426
-
1427
- .mailpoet-about-wrap h1.welcome { margin-right: 200px; text-align: left; }
1428
-
1429
- .mailpoet-about-wrap h2 { font-size: 2.7em; font-weight: 300; line-height: 1.3; margin: 40px 0 .6em; text-align: center; }
1430
-
1431
- .mailpoet-about-wrap h3 { font-size: 1.4em; line-height: 1.5; margin: 1.25em 0 .6em; }
1432
-
1433
- .mailpoet-about-wrap h4 { color: #23282d; }
1434
-
1435
- .mailpoet-about-wrap .about-description, .mailpoet-about-wrap .about-text { font-size: 19px; font-weight: 400; line-height: 1.6em; margin-top: 1.4em; }
1436
-
1437
- .mailpoet-about-wrap .about-text { color: #555d66; margin: 1em 200px 1em 0; min-height: 60px; }
1438
-
1439
- .mailpoet-about-wrap [class$=col] .col { float: left; position: relative; }
1440
-
1441
- .mailpoet-about-wrap .two-col .col { margin-right: 4.799999999%; width: 47.6%; }
1442
-
1443
- .mailpoet-about-wrap .two-col img { margin-bottom: 1.5em; }
1444
-
1445
- .mailpoet-about-wrap .feature-section { overflow: hidden; padding: 0 0 40px; }
1446
-
1447
- .mailpoet-about-wrap .feature-section.no-heading { padding-top: 35px; }
1448
-
1449
- .mailpoet-about-wrap .feature-section.two-col .col { display: inline-block; float: none; margin-right: 4.799999999%; margin-top: 1em; vertical-align: top; width: calc(47.6% - 4px); }
1450
-
1451
- .mailpoet-about-wrap .feature-section.two-col h3 { margin-top: 0; }
1452
-
1453
- .mailpoet-about-wrap .feature-section h4 { font-size: 1em; margin: 1.4em 0 .6em; }
1454
-
1455
- .mailpoet-about-wrap .feature-section p { margin-left: auto; margin-right: auto; margin-top: .6em; max-width: 55em; }
1456
-
1457
- .mailpoet-about-wrap .feature-section .media-container { overflow: hidden; }
1458
-
1459
- .mailpoet-about-wrap .feature-section img { margin-bottom: 1em; }
1460
-
1461
- .mailpoet-about-wrap .feature-section .col { margin-top: 40px; }
1462
-
1463
- .mailpoet-about-wrap .three-col .col { margin-right: 4.999999999%; width: 29.95%; }
1464
-
1465
- .mailpoet-about-wrap .two-col .col:nth-of-type(2n), .mailpoet-about-wrap .three-col .col:nth-of-type(3n) { margin-right: 0; }
1466
-
1467
- .mailpoet-about-wrap .lead-description { font-size: 1.5em; text-align: center; }
1468
-
1469
- .mailpoet-about-wrap .two-col-text { -moz-column-count: 2; column-count: 2; -moz-column-gap: 40px; column-gap: 40px; }
1470
-
1471
- .mailpoet-about-wrap .two-col-text p:first-of-type { margin-top: 0; }
1472
-
1473
- .mailpoet-about-wrap .headline-feature { margin: 0 auto; max-width: 80%; }
1474
-
1475
- .mailpoet-about-wrap .headline-feature.feature-video { height: 0; margin: 40px 0; max-width: 100%; padding-bottom: 56.25%; position: relative; text-align: center; width: 100%; }
1476
-
1477
- .mailpoet-about-wrap .feature-video embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
1478
-
1479
- .mailpoet-about-wrap .featured-image { text-align: center; }
1480
-
1481
- .mailpoet-about-wrap .embed-container { text-align: center; }
1482
-
1483
- .mailpoet-about-wrap .embed-container iframe { max-width: 100%; }
1484
-
1485
- .mailpoet-about-wrap .wp-embedded-content { max-width: 100%; }
1486
-
1487
- .mailpoet-about-wrap .changelog { margin-bottom: 40px; }
1488
-
1489
- .mailpoet-about-wrap .changelog.feature-section .col { margin-top: 40px; }
1490
-
1491
- @media screen and (max-width: 782px) { .mailpoet-about-wrap .two-col-text { -moz-column-count: 1; column-count: 1; }
1492
- .mailpoet-about-wrap .three-col img { display: block; margin: 0 auto; } }
1493
-
1494
- @media screen and (max-width: 500px) { .mailpoet-about-wrap { margin-left: 10px; margin-right: 20px; }
1495
- .mailpoet-about-wrap h1, .mailpoet-about-wrap .about-text { margin-right: 0; }
1496
- .mailpoet-about-wrap .about-text { margin-bottom: .25em; }
1497
- .mailpoet-about-wrap .mailpoet-logo { margin: 1em 0; position: relative; text-align: center; width: 100%; }
1498
- .mailpoet-about-wrap .two-col .col, .mailpoet-about-wrap .three-col .col { float: none !important; width: 100% !important; } }
1499
-
1500
- /*
1501
- Custom styles for MailPoet pages.
1502
- */
1503
- .mailpoet-about-wrap .videoWrapper { /* padding-top: 25px */ height: 0; padding-bottom: 56.25%; /* 16:9 */ position: relative; }
1504
-
1505
- .mailpoet-about-wrap .videoWrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
1506
-
1507
- .mailpoet-about-wrap .mailpoet_video { border: 1px solid rgba(0, 0, 0, 0.1); }
1508
-
1509
- .mailpoet-about-wrap #mailpoet-changelog ul { list-style: disc; padding-left: 20px; }
1510
-
1511
- .mailpoet-about-wrap h2.mailpoet-feature-top { margin: 50px auto; }
1512
-
1513
- .mailpoet-about-wrap a.button.go-to-plugin { margin-top: 2em; }
1514
-
1515
- .mailpoet-about-wrap p.top-space-triple { margin-top: 3em; }
1516
-
1517
- .mailpoet-about-wrap p.mailpoet-top-text { margin-right: 0; }
1518
-
1519
- .mailpoet-about-wrap ul.default-list { list-style-type: disc; margin-left: 40px; }
1520
-
1521
- .mailpoet-about-wrap .half-width-centered { display: block; margin-left: auto; margin-right: auto; max-width: 50%; }
1522
-
1523
- .mailpoet_page_mailpoet-premium #wpcontent, .admin_page_mailpoet-premium #wpcontent { background: linear-gradient(to top, #fff, #ffe0d0) no-repeat; background-size: auto 300px; overflow-x: hidden; }
1524
-
1525
- .mailpoet_page_mailpoet-premium #wpwrap, .admin_page_mailpoet-premium #wpwrap { background: white; }
1526
-
1527
- .mailpoet_page_mailpoet-premium div.updated, .mailpoet_page_mailpoet-premium div.error, .mailpoet_page_mailpoet-premium .update-nag, .mailpoet_page_mailpoet-premium .notice, .admin_page_mailpoet-premium div.updated, .admin_page_mailpoet-premium div.error, .admin_page_mailpoet-premium .update-nag, .admin_page_mailpoet-premium .notice { display: none !important; }
1528
-
1529
- .mailpoet-premium-page { color: #071c6d; margin: 32px auto 0; max-width: 944px; }
1530
-
1531
- .mailpoet-premium-page p, .mailpoet-premium-page ul { font-family: "proxima-soft", sans-serif; font-size: 16px; line-height: 1.5; }
1532
-
1533
- .mailpoet-premium-page p a, .mailpoet-premium-page ul a { color: #ff5301; }
1534
-
1535
- .mailpoet-premium-page p.mailpoet-premium-page-text-large { font-size: 22px; }
1536
-
1537
- .mailpoet-premium-page h1 { margin-top: 0; }
1538
-
1539
- .mailpoet-premium-page hr { background: #e5e9f8; border: none; height: 1px; margin: 32px 0; width: 100%; }
1540
-
1541
- .mailpoet-premium-page .mailpoet-button { margin-top: 16px; }
1542
-
1543
- div.mailpoet-premium-page-section { padding: 32px 0; position: relative; z-index: 1; }
1544
-
1545
- @media screen and (max-width: 782px) { div.mailpoet-premium-page-section { grid-template-columns: 1fr; text-align: center; }
1546
- div.mailpoet-premium-page-section > img { margin: auto; max-width: 150px; order: -1; } }
1547
-
1548
- .mailpoet-premium-page-section-narrow { margin: auto; max-width: 700px; }
1549
-
1550
- .mailpoet-premium-page-text-center { text-align: center; }
1551
-
1552
- .mailpoet-premium-page-intro { align-items: center; }
1553
-
1554
- .mailpoet-premium-page-intro img { margin: auto; max-width: 270px; }
1555
-
1556
- .mailpoet-premium-page-does-this-sound-like-you { align-items: center; grid-template-columns: 1fr 2fr; }
1557
-
1558
- .mailpoet-premium-page-does-this-sound-like-you .mailpoet-grid-two-columns { grid-column-gap: 64px; }
1559
-
1560
- .mailpoet-premium-page-does-this-sound-like-you img { max-width: 100%; }
1561
-
1562
- .mailpoet-premium-page-upgrade-to-premium .mailpoet-grid-three-columns { grid-gap: 32px; }
1563
-
1564
- .mailpoet-premium-page-get-started { position: relative; z-index: 0; }
1565
-
1566
- .mailpoet-premium-page-get-started:before { background: linear-gradient(to top, #fff, #ffe0d0); bottom: -32px; content: ''; left: -100vw; position: absolute; right: -100vw; top: -32px; z-index: -1; }
1567
-
1568
- .mailpoet-premium-page-bullet-list li:before { content: '·'; padding-right: 5px; }
1569
-
1570
- .mailpoet-premium-page-features { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; }
1571
-
1572
- .mailpoet-premium-page-features .mailpoet-premium-page-feature { width: 29%; }
1573
-
1574
- @media screen and (max-width: 640px) { .mailpoet-premium-page-features .mailpoet-premium-page-feature { width: 49%; } }
1575
-
1576
- @media screen and (max-width: 500px) { .mailpoet-premium-page-features .mailpoet-premium-page-feature { width: 100%; } }
1577
-
1578
- .mailpoet-premium-page-features .mailpoet-premium-page-feature p, .mailpoet-premium-page-features .mailpoet-premium-page-feature h2 { text-align: left; }
1579
-
1580
- .mailpoet-premium-page-options { margin: auto; max-width: 1000px; }
1581
-
1582
- .mailpoet-premium-page-options > div { align-items: center; background: #fff; border-radius: 8px; box-shadow: 0 2px 4px 0 #ffe0d0; display: flex; flex-direction: column; justify-content: space-between; margin-top: 32px; padding: 24px; }
1583
-
1584
- .mailpoet-premium-page-options .mailpoet-button { width: 100%; }
1585
-
1586
- .mailpoet-premium-page-options .mailpoet-premium-page-text-large { color: #ff5301; margin-top: 0; }
1587
-
1588
- .mailpoet-premium-page-options ul { color: #ff5301; display: inline-block; text-align: left; width: 100%; }
1589
-
1590
- .mailpoet-premium-page-options ul li { margin: 16px 0; position: relative; }
1591
-
1592
- .mailpoet-premium-page-options ul li:before { background-color: #ffe0d0; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0.175 -0.365 17.008 17.008"%3E%3Cpath fill="%23ff5301" d="M16.983 1.923c0 .814-.369 1.607-1.106 2.38l-.114.115-6.453 6.796c-1.37 1.44-2.539 2.555-3.502 3.341s-1.644 1.18-2.041 1.18c-.417 0-.936-.197-1.556-.59-.62-.394-1.02-.799-1.2-1.216-.152-.349-.298-1.086-.434-2.214a30.519 30.519 0 0 1-.204-3.664c0-.717.299-1.38.897-1.988.6-.609 1.261-.914 1.983-.914.689 0 1.1.63 1.232 1.89l.03.324c.111.967.24 1.643.387 2.024.148.383.347.573.597.573.104 0 .299-.112.584-.339.356-.29.697-.598 1.022-.923l6.63-6.566c.557-.557 1.055-.978 1.491-1.263.439-.286.812-.429 1.117-.429.23 0 .394.087.49.261.098.175.146.467.146.877v.345h.004z"/%3E%3C/svg%3E%0A'); background-position: center; background-repeat: no-repeat; background-size: 10px; border-radius: 4px; content: ''; display: inline-block; height: 22px; margin-right: 14px; vertical-align: top; width: 22px; }
1593
-
1594
- .mailpoet-premium-page-options-label { background: #071c6d; border-radius: 0 2px 2px 0; color: #fff; font-weight: bold; left: 12px; margin-bottom: 16px; padding: 2px 12px; position: relative; }
1595
-
1596
- .mailpoet-premium-page-options-label:before { background: #f5a278; border-left: 12px solid #ff5301; border-radius: 2px 0 0 2px; content: ''; height: 100%; left: -24px; position: absolute; top: 0; width: 12px; }
1597
-
1598
- .mailpoet-premium-page-options-divider { flex-grow: 100; }
1599
-
1600
- .mailpoet-premium-page-our-agency-license { align-items: center; grid-template-columns: 3fr 2fr; }
1601
-
1602
- .mailpoet-premium-page-unlimited-websites { display: inline-block; font-weight: bold; margin: 0 0 8px; position: relative; text-transform: uppercase; z-index: 0; }
1603
-
1604
- .mailpoet-premium-page-unlimited-websites:after { background-color: #ffe0d0; border-radius: 2px; bottom: .2em; content: ''; height: .8em; left: 0; position: absolute; width: 100%; z-index: -1; }
1605
-
1606
- .mailpoet-premium-page-satisfaction-guarantee .mailpoet-premium-page-text-large { margin: 0; }
1607
-
1608
- .mailpoet-premium-page-mailpoet-works { position: relative; z-index: 0; }
1609
-
1610
- .mailpoet-premium-page-mailpoet-works:before { background: linear-gradient(to top, #fff, #ffe0d0); bottom: -32px; content: ''; left: -100vw; position: absolute; right: -100vw; top: -32px; z-index: -1; }
1611
-
1612
- .mailpoet-premium-page-mailpoet-works .mailpoet-grid-three-columns { grid-gap: 32px; margin-top: 32px; }
1613
-
1614
- .mailpoet-premium-page-your-alternative { align-items: center; grid-template-columns: 2fr 3fr; }
1615
-
1616
- .mailpoet-premium-page-footer-image { padding-bottom: 35%; width: 100%; }
1617
-
1618
- .mailpoet-premium-page-footer-image img { bottom: 0; left: -20px; position: absolute; right: 0; width: calc(100% + 20px); }
1619
-
1620
- .mailpoet-premium-page-footer-image img:before { content: ''; display: block; height: 1000px; width: 100%; }
1621
-
1622
- #logger { background-color: transparent; border: 0; border-top: 1px #aba9a9 solid; font-size: .85em; height: 300px; margin-top: 20px; overflow: scroll; padding: 2px; resize: both; width: 100%; }
1623
-
1624
- #progressbar { background-color: #d8d8d8; border-radius: 5px; width: 50%; }
1625
-
1626
- .ui-progressbar .ui-progressbar-value { background-color: #fecf23; background-image: linear-gradient(to bottom, #fecf23, #fd9215); border: 0; border-radius: 3px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; height: 100%; }
1627
-
1628
- .mailpoet_progress_label { font-size: 15px; }
1629
-
1630
- .error_msg { color: #f00; }
1631
-
1632
- .mailpoet_template_iframe { left: 0; max-width: 660px; position: absolute; top: 0; width: 660px; z-index: -9999; }
1633
-
1634
- .mailpoet_welcome_wizard_header { text-align: center; }
1635
-
1636
- .mailpoet_welcome_wizard_steps { padding-top: 20px; width: 100%; }
1637
-
1638
- .mailpoet_welcome_wizard_steps div.updated, .mailpoet_welcome_wizard_steps div.error, .mailpoet_welcome_wizard_steps .notice { display: none !important; }
1639
-
1640
- .mailpoet_welcome_wizard_flex { display: flex; }
1641
-
1642
- .mailpoet_welcome_wizard_illustration { flex-grow: 1; height: 400px; padding: 60px 40px 40px 60px; text-align: right; width: 50%; }
1643
-
1644
- .mailpoet_welcome_wizard_illustration img { max-height: 100%; max-width: 100%; }
1645
-
1646
- @media screen and (max-width: 782px) { .mailpoet_welcome_wizard_illustration { display: none; } }
1647
-
1648
- .mailpoet_welcome_wizard_step_revenue_tracking input[type='submit'] { margin-top: 40px; }
1649
-
1650
- .mailpoet_welcome_wizard_step { flex-grow: 1; padding: 60px 60px 40px 40px; text-align: left; width: 50%; }
1651
-
1652
- @media screen and (max-width: 782px) { .mailpoet_welcome_wizard_step { padding: 30px; width: 100%; } }
1653
-
1654
- .mailpoet_welcome_wizard_step_content { margin-top: 40px; max-width: 620px; min-height: 30vh; }
1655
-
1656
- .mailpoet_welcome_wizard_step_content h1 { font-weight: 700; margin: 0 0 20px; padding: 0; }
1657
-
1658
- .mailpoet_welcome_wizard_step_content p { color: #595c65; font-size: 15px; font-weight: normal; line-height: 22px; margin: 0 0 40px; }
1659
-
1660
- .mailpoet_welcome_wizard_step_content p + p, .mailpoet_welcome_wizard_step_content p + ul { margin-top: -20px; }
1661
-
1662
- .mailpoet_welcome_wizard_step_content .welcome_wizard_tracking_sub_title { margin-bottom: 0; }
1663
-
1664
- .mailpoet_welcome_wizard_step_content .welcome_wizard_tracking_list { list-style: disc; padding-left: 30px; }
1665
-
1666
- #mailpoet_sender_form { margin-top: 30px; width: 330px; }
1667
-
1668
- #mailpoet_sender_form label { display: block; font-size: 15px; margin-bottom: 20px; }
1669
-
1670
- #mailpoet_sender_form input[type='text'] { font-size: 15px; height: 30px; margin-top: 10px; width: 350px; }
1671
-
1672
- #mailpoet_sender_form a.sender_form_small { color: #595c65; font-size: 12px; }
1673
-
1674
- .mailpoet_sender_form_loading { opacity: .5; }
1675
-
1676
- .mailpoet_welcome_wizard_step_controls { margin: 40px 0 10px; }
1677
-
1678
- .mailpoet_welcome_wizard_step_controls .button + .button { margin-left: 20px; }
1679
-
1680
- .mailpoet_welcome_wizard_step_controls a { cursor: pointer; }
1681
-
1682
- .mailpoet_welcome_wizard_woo_screenshot { box-shadow: 2px 3px 18px rgba(0, 0, 0, 0.3); margin-top: -20px; max-width: 100%; width: 350px; }
1683
-
1684
- .welcome_wizard_video { position: absolute; top: -1000px; }
1685
-
1686
- .mailpoet_welcome_wizard_centered_column { align-items: center; display: flex; flex-direction: column; justify-content: center; }
1687
-
1688
- .mailpoet_wizard_woocommerce_list { text-align: center; }
1689
-
1690
- .mailpoet_wizard_woocommerce_list label { color: #595c65; display: block; margin-top: 10px; }
1691
-
1692
- .mailpoet_feature_announcement { float: right; }
1693
-
1694
- .button.mailpoet_feature_announcement_button { height: 28px; padding: 0 5px 1px; position: relative; }
1695
-
1696
- .mailpoet_feature_announcement_icon { line-height: 28px; }
1697
-
1698
- .mailpoet_feature_announcement_dot:before { background: #d54e21; border-radius: 10px; content: ''; display: block; height: 10px; position: absolute; right: -4px; top: -4px; width: 10px; }
1699
-
1700
- .mailpoet_in_beamer_update_notice { background: #f00; bottom: 0; box-sizing: border-box; color: #fff; font-size: 20px; margin: 0; padding: 20px 10px; position: fixed; right: -400px; text-align: center; transition: right .2s ease-in; width: 400px; z-index: 10000000000; }
1701
-
1702
- .mailpoet_in_beamer_update_notice a { color: #fff; text-decoration: underline; }
1703
-
1704
- .mailpoet_in_beamer_update_notice a:hover, .mailpoet_in_beamer_update_notice a:focus { color: #fff; text-decoration: none; }
1705
-
1706
- .beamer_show .mailpoet_in_beamer_update_notice { right: 0; }
1707
-
1708
- .newsletter_congratulate_page { margin-top: 30px; }
1709
-
1710
- .mailpoet_newsletter_loading { text-align: center; }
1711
-
1712
- .mailpoet_newsletter_loading .mailpoet_loading { margin: 100px auto 0; }
1713
-
1714
- .mailpoet_newsletter_loading .mailpoet_newsletter_loading_header { margin: 30px; }
1715
-
1716
- .mailpoet_congratulate_success { width: 100%; }
1717
-
1718
- .mailpoet_congratulate_success h1 { margin-bottom: 30px; text-align: center; }
1719
-
1720
- .mailpoet_congratulate_success img, .mailpoet_congratulate_success .button { display: block; margin-left: auto; margin-right: auto; }
1721
-
1722
- .mailpoet_congratulate_success.mailpoet_congratulate_mss_pitch .button, .mailpoet_congratulate_success.mailpoet_congratulate_mss_pitch img { display: inline-block; }
1723
-
1724
- .mailpoet-discount-container { background: white; border: 1px solid #ff5301; margin: 15px; padding: 20px; text-align: center; }
1725
-
1726
- .mailpoet-discount-container h1 { font-size: 2.8em; font-weight: 400; line-height: 1.2em; margin: 0; }
1727
-
1728
- .mailpoet-discount-container p { font-size: 1.2em; line-height: 1.2em; }
1729
-
1730
- .mailpoet_review_request { margin: auto; max-width: 500px; text-align: center; }
1731
-
1732
- .mailpoet_review_request img { margin: -20px 0; }
1733
-
1734
- .mailpoet_review_request a { cursor: pointer; text-decoration: underline; }
1735
-
1736
- .set-from-address-modal p:first-child { margin-top: 0; }
1737
-
1738
- .set-from-address-modal input[type=text] { display: block; width: 230px; }
1739
-
1740
- .set-from-address-modal input[type=submit] { display: block; margin-top: 30px; }
1741
-
1742
- .mailpoet_stat_grey { color: #707070; }
1743
-
1744
- .mailpoet_stat_big { font-size: 23px; font-weight: 600; line-height: normal; }
1745
-
1746
- .mailpoet_stat_spaced { margin-bottom: 1rem; }
1747
-
1748
- .mailpoet_stat_triple-spaced { margin-bottom: 3rem; }
1749
-
1750
- .mailpoet_stat_force-wrap { word-break: break-all; }
1751
-
1752
- .mailpoet_stat_info { float: right; width: 40%; }
1753
-
1754
- .mailpoet_stat_general { width: 60%; }
1755
-
1756
- .mailpoet_stats_premium_banner { background-color: #fed2bf; padding: 10px; text-align: center; }
1757
-
1758
- @media screen and (max-width: 520px) { .mailpoet_stat_info { display: none; }
1759
- .mailpoet_stat_general { width: 100%; } }
1760
-
1761
- .mailpoet_hidden, .mailpoet_validation_error { display: none; }
1762
-
1763
- span.mailpoet_mailchimp-key-status.mailpoet_mailchimp-ok:before { color: #0e90d2; content: '\2713'; margin-left: 15px; }
1764
-
1765
- span.mailpoet_mailchimp-key-status.mailpoet_mailchimp-error:before { color: #900; content: '\2717'; margin-left: 15px; }
1766
-
1767
- .admin_page_mailpoet-import span.select2-search.select2-search--dropdown, .admin_page_mailpoet-export span.select2-search.select2-search--dropdown { display: none !important; }
1768
-
1769
- .subscribers_data { overflow: auto; }
1770
-
1771
- .subscribers_data table { width: auto; }
1772
-
1773
- .subscribers_data td { padding: .5em; }
1774
-
1775
- .subscribers_data > table > thead > tr > th > span { width: 15em !important; }
1776
-
1777
- .subscribers_data > table > tbody > td { padding: .5em; }
1778
-
1779
- .subscribers_data > table > tbody > tr:nth-child(odd) { background: #f9f9f9; }
1780
-
1781
- .subscribers_data th:first-child, .subscribers_data td:first-child { padding: 0 1em !important; text-align: center !important; vertical-align: inherit !important; width: 10em !important; }
1782
-
1783
- .subscribers_data .mailpoet_header { font-weight: 600; text-decoration: underline; text-transform: uppercase; }
1784
-
1785
- .mailpoet_data_match { color: #0e90d2; margin-left: .25em; }
1786
-
1787
- .mailpoet_import_error, .mailpoet_validation_error { color: #900; }
1788
-
1789
- tr.mailpoet_segments > td > a { margin-left: 15px; }
1790
-
1791
- .mailpoet_data_manipulation_step { align-items: flex-start; display: flex; flex-direction: column; }
1792
-
1793
- .mailpoet_data_manipulation_step > * { margin: 10px 0; }
1794
-
1795
- .mailpoet_data_manipulation_step .mailpoet_label_description { padding: 20px 10px 20px 0; width: 310px; }
1796
-
1797
- .mailpoet_data_manipulation_step .mailpoet_import_select_segment { align-items: center; display: flex; flex-direction: row; }
1798
-
1799
- .mailpoet_data_manipulation_step .mailpoet_import_select_segment label { align-items: center; display: flex; flex-direction: row; }
1800
-
1801
- .mailpoet_data_manipulation_step .mailpoet_import_select_segment .mailpoet_create_segment { margin-left: 15px; }
1802
-
1803
- .mailpoet_data_manipulation_step .mailpoet_update_existing_subscribers { align-items: center; display: flex; flex-direction: row; }
1804
-
1805
- .mailpoet_data_manipulation_step .mailpoet_update_existing_subscribers label { margin-right: 4px; }
1806
-
1807
- .mailpoet_data_manipulation_step .mailpoet_update_existing_subscribers .mailpoet_label_description { font-weight: 400; }
1808
-
1809
- .mailpoet_subscribers_data_parse_results_details_show, .mailpoet_create_segment { cursor: pointer; }
1810
-
1811
- .mailpoet_import_validation_step { align-items: flex-start; display: flex; flex-direction: column; width: 600px; }
1812
-
1813
- .mailpoet_import_validation_step .mailpoet_import_step_buttons { margin-top: 40px; }
1814
-
1815
- .mailpoet_import_validation_step h2, .mailpoet_import_validation_step .mailpoet_last_sent { margin-bottom: 40px; }
1816
-
1817
- .mailpoet_import_validation_step .mailpoet_import_block p { font-weight: bold; }
1818
-
1819
- .mailpoet_method_selection_step { align-items: flex-start; display: flex; flex-direction: column; }
1820
-
1821
- .mailpoet_method_selection_step > * { margin: 10px 0; }
1822
-
1823
- .mailpoet_method_selection_step .mailpoet_import_selection_form { display: flex; flex-direction: row; flex-wrap: nowrap; }
1824
-
1825
- .mailpoet_method_selection_step .mailpoet_import_selection_form > * { margin-right: 2.5em; }
1826
-
1827
- .mailpoet_method_selection_step .mailpoet_import_heading { color: #23282d; font-size: 14px; font-weight: 600; line-height: 1.3; }
1828
-
1829
- .mailpoet_method_selection_step .description { color: #666; font-size: 13px; font-style: italic; font-weight: 600; margin: 2px 0 5px; }
1830
-
1831
- .mailpoet_method_selection_step .mailpoet_import_paste_texts { margin-right: 25px; width: 300px; }
1832
-
1833
- .mailpoet_method_selection_step .mailpoet_import_method_paste { display: flex; flex-direction: row; flex-wrap: nowrap; }
1834
-
1835
- .mailpoet_method_selection_step .mailpoet_import_mailchimp .mailpoet_mailchimp_key, .mailpoet_method_selection_step .mailpoet_import_mailchimp .mailpoet_mailchimp_lists { align-items: center; display: flex; flex-wrap: nowrap; margin-bottom: 40px; }
1836
-
1837
- .mailpoet_method_selection_step .mailpoet_import_mailchimp .mailpoet_mailchimp_key_input { align-items: center; display: flex; margin-right: 20px; }
1838
-
1839
- .mailpoet_method_selection_step .mailpoet_import_mailchimp .mailpoet_import_heading { display: block; width: 300px; }
1840
-
1841
- .mailpoet_offer_migration { margin-top: 40px; }
1842
-
1843
- .default-list { font-size: 13px; list-style-type: disc; margin-left: 40px; }
1844
-
1845
- .mailpoet-offer-clearout-step-container { font-weight: bold; max-width: 42em; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/assets/dist/css/mailpoet-plugin.6ad25667.css → assets/dist/css/mailpoet-plugin.e420a9f4.css RENAMED
@@ -1318,6 +1318,8 @@ progress::-moz-progress-bar { background-color: #69b1e9; border-radius: 5px; }
1318
 
1319
  .mailpoet-settings-grid .mailpoet_emails_per_second_warning { color: #d54e21; }
1320
 
 
 
1321
  .mailpoet_woocommerce_editor_button { margin-top: 10px; }
1322
 
1323
  label[for='mailpoet_wc_checkout_optin_segments'] span { font-size: 12px; }
1318
 
1319
  .mailpoet-settings-grid .mailpoet_emails_per_second_warning { color: #d54e21; }
1320
 
1321
+ .mailpoet-settings-grid .mailpoet-note { font-style: italic; }
1322
+
1323
  .mailpoet_woocommerce_editor_button { margin-top: 10px; }
1324
 
1325
  label[for='mailpoet_wc_checkout_optin_segments'] span { font-size: 12px; }
assets/dist/css/mailpoet-public.88e3e07b.css DELETED
@@ -1,164 +0,0 @@
1
- input.parsley-success, select.parsley-success, textarea.parsley-success { background-color: #dff0d8; border: 1px solid #d6e9c6; color: #468847; }
2
-
3
- input.parsley-error, select.parsley-error, textarea.parsley-error { background-color: #f2dede; border: 1px solid #eed3d7; color: #b94a48; }
4
-
5
- .parsley-errors-list { color: #b94a48; font-size: .9em; line-height: .9em; list-style-type: none; margin: 8px 0 3px; opacity: 0; padding: 0; transition: all .3s ease-in; }
6
-
7
- .parsley-errors-list.filled { opacity: 1; }
8
-
9
- .parsley-required, .parsley-custom-error-message { color: #b94a48; }
10
-
11
- /* labels */
12
- .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label { display: block; }
13
-
14
- .mailpoet_textarea { height: auto; }
15
-
16
- /* form loading */
17
- .mailpoet_form_sending .mailpoet_form_loading { display: block; }
18
-
19
- .mailpoet_form_sending .mailpoet_submit { display: none; }
20
-
21
- .mailpoet_form_loading { display: none; text-align: center; width: 30px; }
22
-
23
- .mailpoet_form_loading > span { -webkit-animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both; animation: mailpoet-bouncedelay 1.4s infinite ease-in-out both; background-color: #5b5b5b; border-radius: 100%; display: inline-block; height: 5px; width: 5px; }
24
-
25
- .mailpoet_form_loading .mailpoet_bounce1 { -webkit-animation-delay: -.32s; animation-delay: -.32s; }
26
-
27
- .mailpoet_form_loading .mailpoet_bounce2 { -webkit-animation-delay: -.16s; animation-delay: -.16s; margin: 0 7px; }
28
-
29
- .mailpoet_captcha_form .mailpoet_validate_success { color: #468847; }
30
-
31
- .mailpoet_captcha_form .mailpoet_validate_error { color: #b94a48; }
32
-
33
- .mailpoet_captcha_update { cursor: pointer; }
34
-
35
- @-webkit-keyframes mailpoet-bouncedelay { 0%, 80%, 100% { transform: scale(0); }
36
- 40% { transform: scale(1); } }
37
-
38
- @keyframes mailpoet-bouncedelay { 0%, 80%, 100% { transform: scale(0); }
39
- 40% { transform: scale(1); } }
40
-
41
- .mailpoet_form .mailpoet_paragraph { margin-bottom: 20px; }
42
-
43
- .mailpoet_column_with_background { padding: 10px; }
44
-
45
- .mailpoet_form_column:not(:first-child) { margin-left: 20px; }
46
-
47
- @media screen and (min-width: 500px) { .mailpoet_form_fixed_bar .mailpoet_form_columns .mailpoet_form_column .mailpoet_paragraph:last-child { margin-bottom: 0; } }
48
-
49
- @media screen and (min-width: 500px) { div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph:last-child, div.mailpoet_form:not(.mailpoet_form_fixed_bar) .mailpoet_paragraph p:last-child { margin-bottom: 0; } }
50
-
51
- .mailpoet_form_columns { display: flex; flex-wrap: nowrap; }
52
-
53
- .mailpoet_form_columns.mailpoet_vertically_align_top { align-items: flex-start; }
54
-
55
- .mailpoet_form_columns.mailpoet_vertically_align_center { align-items: flex-start; }
56
-
57
- .mailpoet_form_columns.mailpoet_vertically_align_bottom { align-items: flex-start; }
58
-
59
- @media screen and (max-width: 499px) { .mailpoet_form_columns { flex-wrap: wrap; }
60
- .mailpoet_form_columns.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child { margin-bottom: 0 !important; } }
61
-
62
- .mailpoet_form_tight_container .mailpoet_form_columns { flex-wrap: wrap; }
63
-
64
- .mailpoet_form_tight_container .mailpoet_form_columns.mailpoet_column_with_background .mailpoet_form_column:last-child .mailpoet_paragraph:last-child { margin-bottom: 0 !important; }
65
-
66
- .mailpoet_form_column { display: flex; flex-direction: column; }
67
-
68
- .mailpoet_form_column.mailpoet_vertically_align_top { align-self: flex-start; }
69
-
70
- .mailpoet_form_column.mailpoet_vertically_align_center { align-self: center; }
71
-
72
- .mailpoet_form_column.mailpoet_vertically_align_bottom { align-self: flex-end; }
73
-
74
- @media screen and (min-width: 500px) { .mailpoet_form_form:not(.mailpoet_form_tight_container) .mailpoet_column_with_background .mailpoet_form_column .mailpoet_paragraph:last-child { margin-bottom: 0 !important; } }
75
-
76
- @media screen and (max-width: 499px) { .mailpoet_form_column { flex-basis: 100% !important; }
77
- .mailpoet_form_column:not(:first-child) { margin-left: 0 !important; } }
78
-
79
- .mailpoet_form_tight_container .mailpoet_form_column { flex-basis: 100% !important; }
80
-
81
- .mailpoet_form_tight_container .mailpoet_form_column:not(:first-child) { margin-left: 0 !important; }
82
-
83
- .mailpoet_widget_preview { align-items: center; background-color: #fff; display: flex; flex-direction: row; height: 100%; justify-content: center; left: 0; max-width: 100% !important; overflow-y: auto !important; position: fixed; top: 0; width: 100% !important; z-index: 100000; }
84
-
85
- .mailpoet_widget_preview .widget-area { display: block !important; float: none !important; margin: auto; position: static !important; width: 340px; }
86
-
87
- .mailpoet_form_popup_overlay { background-color: black; display: none; height: 100%; left: 0; max-width: 100% !important; opacity: .7; position: fixed; top: 0; width: 100% !important; z-index: 100000; }
88
-
89
- div.mailpoet_form_popup { -webkit-animation: fade-in-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fade-in-up-popup 1s 1 cubic-bezier(0.77, 0, 0.175, 1); background-color: white; border-radius: 10px; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 50%; max-height: calc(100vh - 60px); overflow-y: auto; position: fixed; top: 50%; transform: translate(-50%, -50%); z-index: 100001; }
90
-
91
- .mailpoet_form_close_icon { cursor: pointer; display: block; margin: 0 0 0 auto; position: absolute; right: 10px; top: 10px; }
92
-
93
- div.mailpoet_form_fixed_bar { -webkit-animation: fade-in-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fade-in-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1); background-color: white; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; left: 0; max-height: calc(100vh - 60px); max-width: 100% !important; overflow-y: auto; position: fixed; width: 100% !important; z-index: 100000; }
94
-
95
- div.mailpoet_form_fixed_bar form { margin: 0 auto; }
96
-
97
- div.mailpoet_form_fixed_bar.mailpoet_form_position_top { -webkit-animation: fade-in-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fade-in-down 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
98
-
99
- .mailpoet_form_position_top { top: 0; }
100
-
101
- .mailpoet_form_position_bottom { bottom: 0; }
102
-
103
- div.mailpoet_form_slide_in { background-color: white; bottom: 0; box-shadow: 0 4px 35px 0 rgba(195, 65, 2, 0.2); display: none; max-height: calc(100vh - 60px); overflow-y: auto; position: fixed; z-index: 100000; }
104
-
105
- div.mailpoet_form_slide_in.mailpoet_form_position_left, div.mailpoet_form_slide_in.mailpoet_form_position_right { -webkit-animation: fade-in-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1); animation: fade-in-up 1s 1 cubic-bezier(0.77, 0, 0.175, 1); }
106
-
107
- @media screen and (min-width: 500px) { div.mailpoet_form_slide_in.mailpoet_form_position_left { border-top-right-radius: 10px; }
108
- div.mailpoet_form_slide_in.mailpoet_form_position_right { border-top-left-radius: 10px; } }
109
-
110
- @-webkit-keyframes fade-in-up { 0% { opacity: 0;
111
- transform: translateY(30%); }
112
- 100% { opacity: 1;
113
- transform: translateY(0); } }
114
-
115
- @keyframes fade-in-up { 0% { opacity: 0;
116
- transform: translateY(30%); }
117
- 100% { opacity: 1;
118
- transform: translateY(0); } }
119
-
120
- @-webkit-keyframes fade-in-up-popup { 0% { opacity: 0;
121
- transform: translate(-50%, -20%); }
122
- 100% { opacity: 1;
123
- transform: translate(-50%, -50%); } }
124
-
125
- @keyframes fade-in-up-popup { 0% { opacity: 0;
126
- transform: translate(-50%, -20%); }
127
- 100% { opacity: 1;
128
- transform: translate(-50%, -50%); } }
129
-
130
- @-webkit-keyframes fade-in-down { 0% { opacity: 0;
131
- transform: translateY(-30%); }
132
- 100% { opacity: 1;
133
- transform: translateY(0); } }
134
-
135
- @keyframes fade-in-down { 0% { opacity: 0;
136
- transform: translateY(-30%); }
137
- 100% { opacity: 1;
138
- transform: translateY(0); } }
139
-
140
- .mailpoet_form_position_left { left: 0; }
141
-
142
- .mailpoet_form_position_right { right: 0; }
143
-
144
- .mailpoet_form_popup_overlay.active, div.mailpoet_form_popup.active, div.mailpoet_form_fixed_bar.active, div.mailpoet_form_slide_in.active { display: block; }
145
-
146
- @media screen and (max-width: 500px) { .mailpoet_form_popup_overlay.active { display: none; } }
147
-
148
- .mailpoet_form_image.is-style-rounded img { border-radius: 9999px; }
149
-
150
- .mailpoet_form_image .aligncenter { align-items: center; display: flex; flex-direction: column; justify-content: center; }
151
-
152
- .mailpoet_form_image .alignleft { float: left; margin-right: 1em; }
153
-
154
- .mailpoet_form_image .alignright { float: right; margin-left: 1em; }
155
-
156
- .mailpoet_form_image figcaption { text-align: center; }
157
-
158
- @media screen and (max-width: 499px) { .mailpoet_form_form.mailpoet_form_tight_container .mailpoet_form_image:last-child { margin-bottom: 15px; } }
159
-
160
- .mailpoet_spacer { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-bottom: 20px; width: 100%; }
161
-
162
- .mailpoet_message { clear: both; }
163
-
164
- .mailpoet-has-background-color { padding: 20px 30px; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
trunk/assets/dist/css/mailpoet-public.3a8ed765.css → assets/dist/css/mailpoet-public.a993f7ab.css RENAMED
@@ -13,6 +13,10 @@ input.parsley-error, select.parsley-error, textarea.parsley-error { background-c
13
  /* labels */
14
  .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label { display: block; }
15
 
 
 
 
 
16
  .mailpoet_textarea { height: auto; }
17
 
18
  /* form loading */
@@ -157,10 +161,15 @@ div.mailpoet_form_slide_in.mailpoet_form_position_left, div.mailpoet_form_slide_
157
 
158
  .mailpoet_form_image figcaption { text-align: center; }
159
 
160
- @media screen and (max-width: 499px) { .mailpoet_form_form.mailpoet_form_tight_container .mailpoet_form_image:last-child { margin-bottom: 15px; } }
161
 
162
  .mailpoet_spacer { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-bottom: 20px; width: 100%; }
163
 
 
 
 
164
  .mailpoet_message { clear: both; }
165
 
166
  .mailpoet-has-background-color { padding: 20px 30px; }
 
 
13
  /* labels */
14
  .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label { display: block; }
15
 
16
+ @media screen and (max-width: 499px) { .mailpoet_text_label, .mailpoet_textarea_label, .mailpoet_select_label, .mailpoet_radio_label, .mailpoet_checkbox_label, .mailpoet_list_label, .mailpoet_date_label { font-size: 16px !important; line-height: 1.4 !important; } }
17
+
18
+ @media screen and (max-width: 499px) { .mailpoet_submit, .mailpoet_paragraph, .mailpoet_form_paragraph, .mailpoet_textarea, .mailpoet_text, .mailpoet_select, .mailpoet_form_image, .mailpoet_message, .mailpoet_paragraph select { font-size: 16px !important; line-height: 1.4 !important; } }
19
+
20
  .mailpoet_textarea { height: auto; }
21
 
22
  /* form loading */
161
 
162
  .mailpoet_form_image figcaption { text-align: center; }
163
 
164
+ @media screen and (max-width: 499px) { .mailpoet_form_image { display: none; } }
165
 
166
  .mailpoet_spacer { align-items: center; display: flex; flex-direction: column; justify-content: center; margin-bottom: 20px; width: 100%; }
167
 
168
+ @media screen and (max-width: 499px) { .mailpoet_spacer:not(.mailpoet_has_divider) { display: none; }
169
+ .mailpoet_spacer.mailpoet_has_divider { max-height: 10px; } }
170
+
171
  .mailpoet_message { clear: both; }
172
 
173
  .mailpoet-has-background-color { padding: 20px 30px; }
174
+
175
+ @media screen and (max-width: 499px) { .mailpoet-heading { font-size: 18px !important; line-height: 1.4 !important; margin: 12.6px 0 !important; } }
assets/dist/css/manifest.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "mailpoet-admin.css": "mailpoet-admin.7c3360b9.css",
3
- "mailpoet-editor.css": "mailpoet-editor.ed57cb14.css",
4
- "mailpoet-form-editor.css": "mailpoet-form-editor.d2b00deb.css",
5
- "mailpoet-plugin.css": "mailpoet-plugin.1b85a537.css",
6
  "mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
7
- "mailpoet-public.css": "mailpoet-public.88e3e07b.css"
8
  }
1
  {
2
  "mailpoet-admin.css": "mailpoet-admin.7c3360b9.css",
3
+ "mailpoet-editor.css": "mailpoet-editor.18157d1e.css",
4
+ "mailpoet-form-editor.css": "mailpoet-form-editor.e564a33b.css",
5
+ "mailpoet-plugin.css": "mailpoet-plugin.e420a9f4.css",
6
  "mailpoet-post-editor-block.css": "mailpoet-post-editor-block.b87557ef.css",
7
+ "mailpoet-public.css": "mailpoet-public.a993f7ab.css"
8
  }
assets/dist/js/admin.54f3e51a.chunk.js DELETED
@@ -1,67 +0,0 @@
1
- (window.mailpoetJsonp=window.mailpoetJsonp||[]).push([[2,3],[,,,,function(e,t){e.exports=jQuery},,,,,,,function(e,t,n){"use strict";function a(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}n.d(t,"a",(function(){return a}))},,function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return r}));var a=n(11);function r(e){Object(a.a)(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||"object"==typeof e&&"[object Date]"===t?new Date(e.getTime()):"number"==typeof e||"[object Number]"===t?new Date(e):("string"!=typeof e&&"[object String]"!==t||"undefined"==typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}},,,,,,function(e,t,n){"use strict";function a(e){if(null===e||!0===e||!1===e)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}n.d(t,"a",(function(){return a}))},,,,,,,,,,,,,function(e,t,n){
2
- /**!
3
-
4
- @license
5
- handlebars v4.7.6
6
-
7
- Copyright (C) 2011-2019 by Yehuda Katz
8
-
9
- Permission is hereby granted, free of charge, to any person obtaining a copy
10
- of this software and associated documentation files (the "Software"), to deal
11
- in the Software without restriction, including without limitation the rights
12
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13
- copies of the Software, and to permit persons to whom the Software is
14
- furnished to do so, subject to the following conditions:
15
-
16
- The above copyright notice and this permission notice shall be included in
17
- all copies or substantial portions of the Software.
18
-
19
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25
- THE SOFTWARE.
26
-
27
- */
28
- var a;a=function(){return function(e){var t={};function n(a){if(t[a])return t[a].exports;var r=t[a]={exports:{},id:a,loaded:!1};return e[a].call(r.exports,r,r.exports,n),r.loaded=!0,r.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=a(n(2)),o=a(n(45)),i=n(46),s=n(51),l=a(n(52)),c=a(n(49)),u=a(n(44)),p=r.default.create;function d(){var e=p();return e.compile=function(t,n){return s.compile(t,n,e)},e.precompile=function(t,n){return s.precompile(t,n,e)},e.AST=o.default,e.Compiler=s.Compiler,e.JavaScriptCompiler=l.default,e.Parser=i.parser,e.parse=i.parse,e.parseWithoutProcessing=i.parseWithoutProcessing,e}var m=d();m.create=d,u.default(m),m.Visitor=c.default,m.default=m,t.default=m,e.exports=t.default},function(e,t){"use strict";t.default=function(e){return e&&e.__esModule?e:{default:e}},t.__esModule=!0},function(e,t,n){"use strict";var a=n(3).default,r=n(1).default;t.__esModule=!0;var o=a(n(4)),i=r(n(37)),s=r(n(6)),l=a(n(5)),c=a(n(38)),u=r(n(44));function p(){var e=new o.HandlebarsEnvironment;return l.extend(e,o),e.SafeString=i.default,e.Exception=s.default,e.Utils=l,e.escapeExpression=l.escapeExpression,e.VM=c,e.template=function(t){return c.template(t,e)},e}var d=p();d.create=p,u.default(d),d.default=d,t.default=d,e.exports=t.default},function(e,t){"use strict";t.default=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},t.__esModule=!0},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0,t.HandlebarsEnvironment=u;var r=n(5),o=a(n(6)),i=n(10),s=n(30),l=a(n(32)),c=n(33);function u(e,t,n){this.helpers=e||{},this.partials=t||{},this.decorators=n||{},i.registerDefaultHelpers(this),s.registerDefaultDecorators(this)}t.VERSION="4.7.6",t.COMPILER_REVISION=8,t.LAST_COMPATIBLE_COMPILER_REVISION=7,t.REVISION_CHANGES={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"},u.prototype={constructor:u,logger:l.default,log:l.default.log,registerHelper:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple helpers");r.extend(this.helpers,e)}else this.helpers[e]=t},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,t){if("[object Object]"===r.toString.call(e))r.extend(this.partials,e);else{if(void 0===t)throw new o.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=t}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,t){if("[object Object]"===r.toString.call(e)){if(t)throw new o.default("Arg not supported with multiple decorators");r.extend(this.decorators,e)}else this.decorators[e]=t},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){c.resetLoggedProperties()}};var p=l.default.log;t.log=p,t.createFrame=r.createFrame,t.logger=l.default},function(e,t){"use strict";t.__esModule=!0,t.extend=i,t.indexOf=function(e,t){for(var n=0,a=e.length;n<a;n++)if(e[n]===t)return n;return-1},t.escapeExpression=function(e){if("string"!=typeof e){if(e&&e.toHTML)return e.toHTML();if(null==e)return"";if(!e)return e+"";e=""+e}return r.test(e)?e.replace(a,o):e},t.isEmpty=function(e){return!e&&0!==e||!(!c(e)||0!==e.length)},t.createFrame=function(e){var t=i({},e);return t._parent=e,t},t.blockParams=function(e,t){return e.path=t,e},t.appendContextPath=function(e,t){return(e?e+".":"")+t};var n={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;","=":"&#x3D;"},a=/[&<>"'`=]/g,r=/[&<>"'`=]/;function o(e){return n[e]}function i(e){for(var t=1;t<arguments.length;t++)for(var n in arguments[t])Object.prototype.hasOwnProperty.call(arguments[t],n)&&(e[n]=arguments[t][n]);return e}var s=Object.prototype.toString;t.toString=s;var l=function(e){return"function"==typeof e};l(/x/)&&(t.isFunction=l=function(e){return"function"==typeof e&&"[object Function]"===s.call(e)}),t.isFunction=l;var c=Array.isArray||function(e){return!(!e||"object"!=typeof e)&&"[object Array]"===s.call(e)};t.isArray=c},function(e,t,n){"use strict";var a=n(7).default;t.__esModule=!0;var r=["description","fileName","lineNumber","endLineNumber","message","name","number","stack"];function o(e,t){var n=t&&t.loc,i=void 0,s=void 0,l=void 0,c=void 0;n&&(i=n.start.line,s=n.end.line,l=n.start.column,c=n.end.column,e+=" - "+i+":"+l);for(var u=Error.prototype.constructor.call(this,e),p=0;p<r.length;p++)this[r[p]]=u[r[p]];Error.captureStackTrace&&Error.captureStackTrace(this,o);try{n&&(this.lineNumber=i,this.endLineNumber=s,a?(Object.defineProperty(this,"column",{value:l,enumerable:!0}),Object.defineProperty(this,"endColumn",{value:c,enumerable:!0})):(this.column=l,this.endColumn=c))}catch(e){}}o.prototype=new Error,t.default=o,e.exports=t.default},function(e,t,n){e.exports={default:n(8),__esModule:!0}},function(e,t,n){var a=n(9);e.exports=function(e,t,n){return a.setDesc(e,t,n)}},function(e,t){var n=Object;e.exports={create:n.create,getProto:n.getPrototypeOf,isEnum:{}.propertyIsEnumerable,getDesc:n.getOwnPropertyDescriptor,setDesc:n.defineProperty,setDescs:n.defineProperties,getKeys:n.keys,getNames:n.getOwnPropertyNames,getSymbols:n.getOwnPropertySymbols,each:[].forEach}},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0,t.registerDefaultHelpers=function(e){r.default(e),o.default(e),i.default(e),s.default(e),l.default(e),c.default(e),u.default(e)},t.moveHelperToHooks=function(e,t,n){e.helpers[t]&&(e.hooks[t]=e.helpers[t],n||delete e.helpers[t])};var r=a(n(11)),o=a(n(12)),i=a(n(25)),s=a(n(26)),l=a(n(27)),c=a(n(28)),u=a(n(29))},function(e,t,n){"use strict";t.__esModule=!0;var a=n(5);t.default=function(e){e.registerHelper("blockHelperMissing",(function(t,n){var r=n.inverse,o=n.fn;if(!0===t)return o(this);if(!1===t||null==t)return r(this);if(a.isArray(t))return t.length>0?(n.ids&&(n.ids=[n.name]),e.helpers.each(t,n)):r(this);if(n.data&&n.ids){var i=a.createFrame(n.data);i.contextPath=a.appendContextPath(n.data.contextPath,n.name),n={data:i}}return o(t,n)}))},e.exports=t.default},function(e,t,n){(function(a){"use strict";var r=n(13).default,o=n(1).default;t.__esModule=!0;var i=n(5),s=o(n(6));t.default=function(e){e.registerHelper("each",(function(e,t){if(!t)throw new s.default("Must pass iterator to #each");var n,o=t.fn,l=t.inverse,c=0,u="",p=void 0,d=void 0;function m(t,n,a){p&&(p.key=t,p.index=n,p.first=0===n,p.last=!!a,d&&(p.contextPath=d+t)),u+=o(e[t],{data:p,blockParams:i.blockParams([e[t],t],[d+t,null])})}if(t.data&&t.ids&&(d=i.appendContextPath(t.data.contextPath,t.ids[0])+"."),i.isFunction(e)&&(e=e.call(this)),t.data&&(p=i.createFrame(t.data)),e&&"object"==typeof e)if(i.isArray(e))for(var f=e.length;c<f;c++)c in e&&m(c,c,c===e.length-1);else if(a.Symbol&&e[a.Symbol.iterator]){for(var h=[],v=e[a.Symbol.iterator](),g=v.next();!g.done;g=v.next())h.push(g.value);for(f=(e=h).length;c<f;c++)m(c,c,c===e.length-1)}else n=void 0,r(e).forEach((function(e){void 0!==n&&m(n,c-1),n=e,c++})),void 0!==n&&m(n,c-1,!0);return 0===c&&(u=l(this)),u}))},e.exports=t.default}).call(t,function(){return this}())},function(e,t,n){e.exports={default:n(14),__esModule:!0}},function(e,t,n){n(15),e.exports=n(21).Object.keys},function(e,t,n){var a=n(16);n(18)("keys",(function(e){return function(t){return e(a(t))}}))},function(e,t,n){var a=n(17);e.exports=function(e){return Object(a(e))}},function(e,t){e.exports=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e}},function(e,t,n){var a=n(19),r=n(21),o=n(24);e.exports=function(e,t){var n=(r.Object||{})[e]||Object[e],i={};i[e]=t(n),a(a.S+a.F*o((function(){n(1)})),"Object",i)}},function(e,t,n){var a=n(20),r=n(21),o=n(22),i=function(e,t,n){var s,l,c,u=e&i.F,p=e&i.G,d=e&i.S,m=e&i.P,f=e&i.B,h=e&i.W,v=p?r:r[t]||(r[t]={}),g=p?a:d?a[t]:(a[t]||{}).prototype;for(s in p&&(n=t),n)(l=!u&&g&&s in g)&&s in v||(c=l?g[s]:n[s],v[s]=p&&"function"!=typeof g[s]?n[s]:f&&l?o(c,a):h&&g[s]==c?function(e){var t=function(t){return this instanceof e?new e(t):e(t)};return t.prototype=e.prototype,t}(c):m&&"function"==typeof c?o(Function.call,c):c,m&&((v.prototype||(v.prototype={}))[s]=c))};i.F=1,i.G=2,i.S=4,i.P=8,i.B=16,i.W=32,e.exports=i},function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(e,t){var n=e.exports={version:"1.2.6"};"number"==typeof __e&&(__e=n)},function(e,t,n){var a=n(23);e.exports=function(e,t,n){if(a(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,a){return e.call(t,n,a)};case 3:return function(n,a,r){return e.call(t,n,a,r)}}return function(){return e.apply(t,arguments)}}},function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},function(e,t){e.exports=function(e){try{return!!e()}catch(e){return!0}}},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=a(n(6));t.default=function(e){e.registerHelper("helperMissing",(function(){if(1!==arguments.length)throw new r.default('Missing helper: "'+arguments[arguments.length-1].name+'"')}))},e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=n(5),o=a(n(6));t.default=function(e){e.registerHelper("if",(function(e,t){if(2!=arguments.length)throw new o.default("#if requires exactly one argument");return r.isFunction(e)&&(e=e.call(this)),!t.hash.includeZero&&!e||r.isEmpty(e)?t.inverse(this):t.fn(this)})),e.registerHelper("unless",(function(t,n){if(2!=arguments.length)throw new o.default("#unless requires exactly one argument");return e.helpers.if.call(this,t,{fn:n.inverse,inverse:n.fn,hash:n.hash})}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("log",(function(){for(var t=[void 0],n=arguments[arguments.length-1],a=0;a<arguments.length-1;a++)t.push(arguments[a]);var r=1;null!=n.hash.level?r=n.hash.level:n.data&&null!=n.data.level&&(r=n.data.level),t[0]=r,e.log.apply(e,t)}))},e.exports=t.default},function(e,t){"use strict";t.__esModule=!0,t.default=function(e){e.registerHelper("lookup",(function(e,t,n){return e?n.lookupProperty(e,t):e}))},e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=n(5),o=a(n(6));t.default=function(e){e.registerHelper("with",(function(e,t){if(2!=arguments.length)throw new o.default("#with requires exactly one argument");r.isFunction(e)&&(e=e.call(this));var n=t.fn;if(r.isEmpty(e))return t.inverse(this);var a=t.data;return t.data&&t.ids&&((a=r.createFrame(t.data)).contextPath=r.appendContextPath(t.data.contextPath,t.ids[0])),n(e,{data:a,blockParams:r.blockParams([e],[a&&a.contextPath])})}))},e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0,t.registerDefaultDecorators=function(e){r.default(e)};var r=a(n(31))},function(e,t,n){"use strict";t.__esModule=!0;var a=n(5);t.default=function(e){e.registerDecorator("inline",(function(e,t,n,r){var o=e;return t.partials||(t.partials={},o=function(r,o){var i=n.partials;n.partials=a.extend({},i,t.partials);var s=e(r,o);return n.partials=i,s}),t.partials[r.args[0]]=r.fn,o}))},e.exports=t.default},function(e,t,n){"use strict";t.__esModule=!0;var a=n(5),r={methodMap:["debug","info","warn","error"],level:"info",lookupLevel:function(e){if("string"==typeof e){var t=a.indexOf(r.methodMap,e.toLowerCase());e=t>=0?t:parseInt(e,10)}return e},log:function(e){if(e=r.lookupLevel(e),"undefined"!=typeof console&&r.lookupLevel(r.level)<=e){var t=r.methodMap[e];console[t]||(t="log");for(var n=arguments.length,a=Array(n>1?n-1:0),o=1;o<n;o++)a[o-1]=arguments[o];console[t].apply(console,a)}}};t.default=r,e.exports=t.default},function(e,t,n){"use strict";var a=n(34).default,r=n(13).default,o=n(3).default;t.__esModule=!0,t.createProtoAccessControl=function(e){var t=a(null);t.constructor=!1,t.__defineGetter__=!1,t.__defineSetter__=!1,t.__lookupGetter__=!1;var n=a(null);return n.__proto__=!1,{properties:{whitelist:i.createNewLookupObject(n,e.allowedProtoProperties),defaultValue:e.allowProtoPropertiesByDefault},methods:{whitelist:i.createNewLookupObject(t,e.allowedProtoMethods),defaultValue:e.allowProtoMethodsByDefault}}},t.resultIsAllowed=function(e,t,n){return c("function"==typeof e?t.methods:t.properties,n)},t.resetLoggedProperties=function(){r(l).forEach((function(e){delete l[e]}))};var i=n(36),s=o(n(32)),l=a(null);function c(e,t){return void 0!==e.whitelist[t]?!0===e.whitelist[t]:void 0!==e.defaultValue?e.defaultValue:(function(e){!0!==l[e]&&(l[e]=!0,s.log("error",'Handlebars: Access has been denied to resolve the property "'+e+'" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details'))}(t),!1)}},function(e,t,n){e.exports={default:n(35),__esModule:!0}},function(e,t,n){var a=n(9);e.exports=function(e,t){return a.create(e,t)}},function(e,t,n){"use strict";var a=n(34).default;t.__esModule=!0,t.createNewLookupObject=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.extend.apply(void 0,[a(null)].concat(t))};var r=n(5)},function(e,t){"use strict";function n(e){this.string=e}t.__esModule=!0,n.prototype.toString=n.prototype.toHTML=function(){return""+this.string},t.default=n,e.exports=t.default},function(e,t,n){"use strict";var a=n(39).default,r=n(13).default,o=n(3).default,i=n(1).default;t.__esModule=!0,t.checkRevision=function(e){var t=e&&e[0]||1,n=c.COMPILER_REVISION;if(!(t>=c.LAST_COMPATIBLE_COMPILER_REVISION&&t<=c.COMPILER_REVISION)){if(t<c.LAST_COMPATIBLE_COMPILER_REVISION){var a=c.REVISION_CHANGES[n],r=c.REVISION_CHANGES[t];throw new l.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+a+") or downgrade your runtime to an older version ("+r+").")}throw new l.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+e[1]+").")}},t.template=function(e,t){if(!t)throw new l.default("No environment passed to template");if(!e||!e.main)throw new l.default("Unknown template object: "+typeof e);e.main.decorator=e.main_d,t.VM.checkRevision(e.compiler);var n=e.compiler&&7===e.compiler[0],o={strict:function(e,t,n){if(!e||!(t in e))throw new l.default('"'+t+'" not defined in '+e,{loc:n});return e[t]},lookupProperty:function(e,t){var n=e[t];return null==n||Object.prototype.hasOwnProperty.call(e,t)||d.resultIsAllowed(n,o.protoAccessControl,t)?n:void 0},lookup:function(e,t){for(var n=e.length,a=0;a<n;a++)if(null!=(e[a]&&o.lookupProperty(e[a],t)))return e[a][t]},lambda:function(e,t){return"function"==typeof e?e.call(t):e},escapeExpression:s.escapeExpression,invokePartial:function(n,a,r){r.hash&&(a=s.extend({},a,r.hash),r.ids&&(r.ids[0]=!0)),n=t.VM.resolvePartial.call(this,n,a,r);var o=s.extend({},r,{hooks:this.hooks,protoAccessControl:this.protoAccessControl}),i=t.VM.invokePartial.call(this,n,a,o);if(null==i&&t.compile&&(r.partials[r.name]=t.compile(n,e.compilerOptions,t),i=r.partials[r.name](a,o)),null!=i){if(r.indent){for(var c=i.split("\n"),u=0,p=c.length;u<p&&(c[u]||u+1!==p);u++)c[u]=r.indent+c[u];i=c.join("\n")}return i}throw new l.default("The partial "+r.name+" could not be compiled when running in runtime-only mode")},fn:function(t){var n=e[t];return n.decorator=e[t+"_d"],n},programs:[],program:function(e,t,n,a,r){var o=this.programs[e],i=this.fn(e);return t||r||a||n?o=m(this,e,i,t,n,a,r):o||(o=this.programs[e]=m(this,e,i)),o},data:function(e,t){for(;e&&t--;)e=e._parent;return e},mergeIfNeeded:function(e,t){var n=e||t;return e&&t&&e!==t&&(n=s.extend({},t,e)),n},nullContext:a({}),noop:t.VM.noop,compilerInfo:e.compiler};function i(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],a=n.data;i._setup(n),!n.partial&&e.useData&&(a=h(t,a));var r=void 0,s=e.useBlockParams?[]:void 0;function l(t){return""+e.main(o,t,o.helpers,o.partials,a,s,r)}return e.useDepths&&(r=n.depths?t!=n.depths[0]?[t].concat(n.depths):n.depths:[t]),(l=v(e.main,l,o,n.depths||[],a,s))(t,n)}return i.isTop=!0,i._setup=function(a){if(a.partial)o.protoAccessControl=a.protoAccessControl,o.helpers=a.helpers,o.partials=a.partials,o.decorators=a.decorators,o.hooks=a.hooks;else{var i=s.extend({},t.helpers,a.helpers);!function(e,t){r(e).forEach((function(n){var a=e[n];e[n]=function(e,t){var n=t.lookupProperty;return p.wrapHelper(e,(function(e){return s.extend({lookupProperty:n},e)}))}(a,t)}))}(i,o),o.helpers=i,e.usePartial&&(o.partials=o.mergeIfNeeded(a.partials,t.partials)),(e.usePartial||e.useDecorators)&&(o.decorators=s.extend({},t.decorators,a.decorators)),o.hooks={},o.protoAccessControl=d.createProtoAccessControl(a);var l=a.allowCallsToHelperMissing||n;u.moveHelperToHooks(o,"helperMissing",l),u.moveHelperToHooks(o,"blockHelperMissing",l)}},i._child=function(t,n,a,r){if(e.useBlockParams&&!a)throw new l.default("must pass block params");if(e.useDepths&&!r)throw new l.default("must pass parent depths");return m(o,t,e[t],n,0,a,r)},i},t.wrapProgram=m,t.resolvePartial=function(e,t,n){return e?e.call||n.name||(n.name=e,e=n.partials[e]):e="@partial-block"===n.name?n.data["partial-block"]:n.partials[n.name],e},t.invokePartial=function(e,t,n){var a=n.data&&n.data["partial-block"];n.partial=!0,n.ids&&(n.data.contextPath=n.ids[0]||n.data.contextPath);var r=void 0;if(n.fn&&n.fn!==f&&function(){n.data=c.createFrame(n.data);var e=n.fn;r=n.data["partial-block"]=function(t){var n=arguments.length<=1||void 0===arguments[1]?{}:arguments[1];return n.data=c.createFrame(n.data),n.data["partial-block"]=a,e(t,n)},e.partials&&(n.partials=s.extend({},n.partials,e.partials))}(),void 0===e&&r&&(e=r),void 0===e)throw new l.default("The partial "+n.name+" could not be found");if(e instanceof Function)return e(t,n)},t.noop=f;var s=o(n(5)),l=i(n(6)),c=n(4),u=n(10),p=n(43),d=n(33);function m(e,t,n,a,r,o,i){function s(t){var r=arguments.length<=1||void 0===arguments[1]?{}:arguments[1],s=i;return!i||t==i[0]||t===e.nullContext&&null===i[0]||(s=[t].concat(i)),n(e,t,e.helpers,e.partials,r.data||a,o&&[r.blockParams].concat(o),s)}return(s=v(n,s,e,i,a,o)).program=t,s.depth=i?i.length:0,s.blockParams=r||0,s}function f(){return""}function h(e,t){return t&&"root"in t||((t=t?c.createFrame(t):{}).root=e),t}function v(e,t,n,a,r,o){if(e.decorator){var i={};t=e.decorator(t,i,n,a&&a[0],r,o,a),s.extend(t,i)}return t}},function(e,t,n){e.exports={default:n(40),__esModule:!0}},function(e,t,n){n(41),e.exports=n(21).Object.seal},function(e,t,n){var a=n(42);n(18)("seal",(function(e){return function(t){return e&&a(t)?e(t):t}}))},function(e,t){e.exports=function(e){return"object"==typeof e?null!==e:"function"==typeof e}},function(e,t){"use strict";t.__esModule=!0,t.wrapHelper=function(e,t){return"function"!=typeof e?e:function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=t(n),e.apply(this,arguments)}}},function(e,t){(function(n){"use strict";t.__esModule=!0,t.default=function(e){var t=void 0!==n?n:window,a=t.Handlebars;e.noConflict=function(){return t.Handlebars===e&&(t.Handlebars=a),e}},e.exports=t.default}).call(t,function(){return this}())},function(e,t){"use strict";t.__esModule=!0;var n={helpers:{helperExpression:function(e){return"SubExpression"===e.type||("MustacheStatement"===e.type||"BlockStatement"===e.type)&&!!(e.params&&e.params.length||e.hash)},scopedId:function(e){return/^\.|this\b/.test(e.original)},simpleId:function(e){return 1===e.parts.length&&!n.helpers.scopedId(e)&&!e.depth}}};t.default=n,e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default,r=n(3).default;t.__esModule=!0,t.parseWithoutProcessing=u,t.parse=function(e,t){var n=u(e,t);return new i.default(t).accept(n)};var o=a(n(47)),i=a(n(48)),s=r(n(50)),l=n(5);t.parser=o.default;var c={};function u(e,t){return"Program"===e.type?e:(o.default.yy=c,c.locInfo=function(e){return new c.SourceLocation(t&&t.srcName,e)},o.default.parse(e))}l.extend(c,s)},function(e,t){"use strict";t.__esModule=!0;var n=function(){var e={trace:function(){},yy:{},symbols_:{error:2,root:3,program:4,EOF:5,program_repetition0:6,statement:7,mustache:8,block:9,rawBlock:10,partial:11,partialBlock:12,content:13,COMMENT:14,CONTENT:15,openRawBlock:16,rawBlock_repetition0:17,END_RAW_BLOCK:18,OPEN_RAW_BLOCK:19,helperName:20,openRawBlock_repetition0:21,openRawBlock_option0:22,CLOSE_RAW_BLOCK:23,openBlock:24,block_option0:25,closeBlock:26,openInverse:27,block_option1:28,OPEN_BLOCK:29,openBlock_repetition0:30,openBlock_option0:31,openBlock_option1:32,CLOSE:33,OPEN_INVERSE:34,openInverse_repetition0:35,openInverse_option0:36,openInverse_option1:37,openInverseChain:38,OPEN_INVERSE_CHAIN:39,openInverseChain_repetition0:40,openInverseChain_option0:41,openInverseChain_option1:42,inverseAndProgram:43,INVERSE:44,inverseChain:45,inverseChain_option0:46,OPEN_ENDBLOCK:47,OPEN:48,mustache_repetition0:49,mustache_option0:50,OPEN_UNESCAPED:51,mustache_repetition1:52,mustache_option1:53,CLOSE_UNESCAPED:54,OPEN_PARTIAL:55,partialName:56,partial_repetition0:57,partial_option0:58,openPartialBlock:59,OPEN_PARTIAL_BLOCK:60,openPartialBlock_repetition0:61,openPartialBlock_option0:62,param:63,sexpr:64,OPEN_SEXPR:65,sexpr_repetition0:66,sexpr_option0:67,CLOSE_SEXPR:68,hash:69,hash_repetition_plus0:70,hashSegment:71,ID:72,EQUALS:73,blockParams:74,OPEN_BLOCK_PARAMS:75,blockParams_repetition_plus0:76,CLOSE_BLOCK_PARAMS:77,path:78,dataName:79,STRING:80,NUMBER:81,BOOLEAN:82,UNDEFINED:83,NULL:84,DATA:85,pathSegments:86,SEP:87,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",14:"COMMENT",15:"CONTENT",18:"END_RAW_BLOCK",19:"OPEN_RAW_BLOCK",23:"CLOSE_RAW_BLOCK",29:"OPEN_BLOCK",33:"CLOSE",34:"OPEN_INVERSE",39:"OPEN_INVERSE_CHAIN",44:"INVERSE",47:"OPEN_ENDBLOCK",48:"OPEN",51:"OPEN_UNESCAPED",54:"CLOSE_UNESCAPED",55:"OPEN_PARTIAL",60:"OPEN_PARTIAL_BLOCK",65:"OPEN_SEXPR",68:"CLOSE_SEXPR",72:"ID",73:"EQUALS",75:"OPEN_BLOCK_PARAMS",77:"CLOSE_BLOCK_PARAMS",80:"STRING",81:"NUMBER",82:"BOOLEAN",83:"UNDEFINED",84:"NULL",85:"DATA",87:"SEP"},productions_:[0,[3,2],[4,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[7,1],[13,1],[10,3],[16,5],[9,4],[9,4],[24,6],[27,6],[38,6],[43,2],[45,3],[45,1],[26,3],[8,5],[8,5],[11,5],[12,3],[59,5],[63,1],[63,1],[64,5],[69,1],[71,3],[74,3],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[20,1],[56,1],[56,1],[79,2],[78,1],[86,3],[86,1],[6,0],[6,2],[17,0],[17,2],[21,0],[21,2],[22,0],[22,1],[25,0],[25,1],[28,0],[28,1],[30,0],[30,2],[31,0],[31,1],[32,0],[32,1],[35,0],[35,2],[36,0],[36,1],[37,0],[37,1],[40,0],[40,2],[41,0],[41,1],[42,0],[42,1],[46,0],[46,1],[49,0],[49,2],[50,0],[50,1],[52,0],[52,2],[53,0],[53,1],[57,0],[57,2],[58,0],[58,1],[61,0],[61,2],[62,0],[62,1],[66,0],[66,2],[67,0],[67,1],[70,1],[70,2],[76,1],[76,2]],performAction:function(e,t,n,a,r,o,i){var s=o.length-1;switch(r){case 1:return o[s-1];case 2:this.$=a.prepareProgram(o[s]);break;case 3:case 4:case 5:case 6:case 7:case 8:this.$=o[s];break;case 9:this.$={type:"CommentStatement",value:a.stripComment(o[s]),strip:a.stripFlags(o[s],o[s]),loc:a.locInfo(this._$)};break;case 10:this.$={type:"ContentStatement",original:o[s],value:o[s],loc:a.locInfo(this._$)};break;case 11:this.$=a.prepareRawBlock(o[s-2],o[s-1],o[s],this._$);break;case 12:this.$={path:o[s-3],params:o[s-2],hash:o[s-1]};break;case 13:this.$=a.prepareBlock(o[s-3],o[s-2],o[s-1],o[s],!1,this._$);break;case 14:this.$=a.prepareBlock(o[s-3],o[s-2],o[s-1],o[s],!0,this._$);break;case 15:this.$={open:o[s-5],path:o[s-4],params:o[s-3],hash:o[s-2],blockParams:o[s-1],strip:a.stripFlags(o[s-5],o[s])};break;case 16:case 17:this.$={path:o[s-4],params:o[s-3],hash:o[s-2],blockParams:o[s-1],strip:a.stripFlags(o[s-5],o[s])};break;case 18:this.$={strip:a.stripFlags(o[s-1],o[s-1]),program:o[s]};break;case 19:var l=a.prepareBlock(o[s-2],o[s-1],o[s],o[s],!1,this._$),c=a.prepareProgram([l],o[s-1].loc);c.chained=!0,this.$={strip:o[s-2].strip,program:c,chain:!0};break;case 20:this.$=o[s];break;case 21:this.$={path:o[s-1],strip:a.stripFlags(o[s-2],o[s])};break;case 22:case 23:this.$=a.prepareMustache(o[s-3],o[s-2],o[s-1],o[s-4],a.stripFlags(o[s-4],o[s]),this._$);break;case 24:this.$={type:"PartialStatement",name:o[s-3],params:o[s-2],hash:o[s-1],indent:"",strip:a.stripFlags(o[s-4],o[s]),loc:a.locInfo(this._$)};break;case 25:this.$=a.preparePartialBlock(o[s-2],o[s-1],o[s],this._$);break;case 26:this.$={path:o[s-3],params:o[s-2],hash:o[s-1],strip:a.stripFlags(o[s-4],o[s])};break;case 27:case 28:this.$=o[s];break;case 29:this.$={type:"SubExpression",path:o[s-3],params:o[s-2],hash:o[s-1],loc:a.locInfo(this._$)};break;case 30:this.$={type:"Hash",pairs:o[s],loc:a.locInfo(this._$)};break;case 31:this.$={type:"HashPair",key:a.id(o[s-2]),value:o[s],loc:a.locInfo(this._$)};break;case 32:this.$=a.id(o[s-1]);break;case 33:case 34:this.$=o[s];break;case 35:this.$={type:"StringLiteral",value:o[s],original:o[s],loc:a.locInfo(this._$)};break;case 36:this.$={type:"NumberLiteral",value:Number(o[s]),original:Number(o[s]),loc:a.locInfo(this._$)};break;case 37:this.$={type:"BooleanLiteral",value:"true"===o[s],original:"true"===o[s],loc:a.locInfo(this._$)};break;case 38:this.$={type:"UndefinedLiteral",original:void 0,value:void 0,loc:a.locInfo(this._$)};break;case 39:this.$={type:"NullLiteral",original:null,value:null,loc:a.locInfo(this._$)};break;case 40:case 41:this.$=o[s];break;case 42:this.$=a.preparePath(!0,o[s],this._$);break;case 43:this.$=a.preparePath(!1,o[s],this._$);break;case 44:o[s-2].push({part:a.id(o[s]),original:o[s],separator:o[s-1]}),this.$=o[s-2];break;case 45:this.$=[{part:a.id(o[s]),original:o[s]}];break;case 46:this.$=[];break;case 47:o[s-1].push(o[s]);break;case 48:this.$=[];break;case 49:o[s-1].push(o[s]);break;case 50:this.$=[];break;case 51:o[s-1].push(o[s]);break;case 58:this.$=[];break;case 59:o[s-1].push(o[s]);break;case 64:this.$=[];break;case 65:o[s-1].push(o[s]);break;case 70:this.$=[];break;case 71:o[s-1].push(o[s]);break;case 78:this.$=[];break;case 79:o[s-1].push(o[s]);break;case 82:this.$=[];break;case 83:o[s-1].push(o[s]);break;case 86:this.$=[];break;case 87:o[s-1].push(o[s]);break;case 90:this.$=[];break;case 91:o[s-1].push(o[s]);break;case 94:this.$=[];break;case 95:o[s-1].push(o[s]);break;case 98:this.$=[o[s]];break;case 99:o[s-1].push(o[s]);break;case 100:this.$=[o[s]];break;case 101:o[s-1].push(o[s])}},table:[{3:1,4:2,5:[2,46],6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{1:[3]},{5:[1,4]},{5:[2,2],7:5,8:6,9:7,10:8,11:9,12:10,13:11,14:[1,12],15:[1,20],16:17,19:[1,23],24:15,27:16,29:[1,21],34:[1,22],39:[2,2],44:[2,2],47:[2,2],48:[1,13],51:[1,14],55:[1,18],59:19,60:[1,24]},{1:[2,1]},{5:[2,47],14:[2,47],15:[2,47],19:[2,47],29:[2,47],34:[2,47],39:[2,47],44:[2,47],47:[2,47],48:[2,47],51:[2,47],55:[2,47],60:[2,47]},{5:[2,3],14:[2,3],15:[2,3],19:[2,3],29:[2,3],34:[2,3],39:[2,3],44:[2,3],47:[2,3],48:[2,3],51:[2,3],55:[2,3],60:[2,3]},{5:[2,4],14:[2,4],15:[2,4],19:[2,4],29:[2,4],34:[2,4],39:[2,4],44:[2,4],47:[2,4],48:[2,4],51:[2,4],55:[2,4],60:[2,4]},{5:[2,5],14:[2,5],15:[2,5],19:[2,5],29:[2,5],34:[2,5],39:[2,5],44:[2,5],47:[2,5],48:[2,5],51:[2,5],55:[2,5],60:[2,5]},{5:[2,6],14:[2,6],15:[2,6],19:[2,6],29:[2,6],34:[2,6],39:[2,6],44:[2,6],47:[2,6],48:[2,6],51:[2,6],55:[2,6],60:[2,6]},{5:[2,7],14:[2,7],15:[2,7],19:[2,7],29:[2,7],34:[2,7],39:[2,7],44:[2,7],47:[2,7],48:[2,7],51:[2,7],55:[2,7],60:[2,7]},{5:[2,8],14:[2,8],15:[2,8],19:[2,8],29:[2,8],34:[2,8],39:[2,8],44:[2,8],47:[2,8],48:[2,8],51:[2,8],55:[2,8],60:[2,8]},{5:[2,9],14:[2,9],15:[2,9],19:[2,9],29:[2,9],34:[2,9],39:[2,9],44:[2,9],47:[2,9],48:[2,9],51:[2,9],55:[2,9],60:[2,9]},{20:25,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:36,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:37,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{4:38,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{15:[2,48],17:39,18:[2,48]},{20:41,56:40,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:44,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{5:[2,10],14:[2,10],15:[2,10],18:[2,10],19:[2,10],29:[2,10],34:[2,10],39:[2,10],44:[2,10],47:[2,10],48:[2,10],51:[2,10],55:[2,10],60:[2,10]},{20:45,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:46,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:47,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:41,56:48,64:42,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[2,78],49:49,65:[2,78],72:[2,78],80:[2,78],81:[2,78],82:[2,78],83:[2,78],84:[2,78],85:[2,78]},{23:[2,33],33:[2,33],54:[2,33],65:[2,33],68:[2,33],72:[2,33],75:[2,33],80:[2,33],81:[2,33],82:[2,33],83:[2,33],84:[2,33],85:[2,33]},{23:[2,34],33:[2,34],54:[2,34],65:[2,34],68:[2,34],72:[2,34],75:[2,34],80:[2,34],81:[2,34],82:[2,34],83:[2,34],84:[2,34],85:[2,34]},{23:[2,35],33:[2,35],54:[2,35],65:[2,35],68:[2,35],72:[2,35],75:[2,35],80:[2,35],81:[2,35],82:[2,35],83:[2,35],84:[2,35],85:[2,35]},{23:[2,36],33:[2,36],54:[2,36],65:[2,36],68:[2,36],72:[2,36],75:[2,36],80:[2,36],81:[2,36],82:[2,36],83:[2,36],84:[2,36],85:[2,36]},{23:[2,37],33:[2,37],54:[2,37],65:[2,37],68:[2,37],72:[2,37],75:[2,37],80:[2,37],81:[2,37],82:[2,37],83:[2,37],84:[2,37],85:[2,37]},{23:[2,38],33:[2,38],54:[2,38],65:[2,38],68:[2,38],72:[2,38],75:[2,38],80:[2,38],81:[2,38],82:[2,38],83:[2,38],84:[2,38],85:[2,38]},{23:[2,39],33:[2,39],54:[2,39],65:[2,39],68:[2,39],72:[2,39],75:[2,39],80:[2,39],81:[2,39],82:[2,39],83:[2,39],84:[2,39],85:[2,39]},{23:[2,43],33:[2,43],54:[2,43],65:[2,43],68:[2,43],72:[2,43],75:[2,43],80:[2,43],81:[2,43],82:[2,43],83:[2,43],84:[2,43],85:[2,43],87:[1,50]},{72:[1,35],86:51},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{52:52,54:[2,82],65:[2,82],72:[2,82],80:[2,82],81:[2,82],82:[2,82],83:[2,82],84:[2,82],85:[2,82]},{25:53,38:55,39:[1,57],43:56,44:[1,58],45:54,47:[2,54]},{28:59,43:60,44:[1,58],47:[2,56]},{13:62,15:[1,20],18:[1,61]},{33:[2,86],57:63,65:[2,86],72:[2,86],80:[2,86],81:[2,86],82:[2,86],83:[2,86],84:[2,86],85:[2,86]},{33:[2,40],65:[2,40],72:[2,40],80:[2,40],81:[2,40],82:[2,40],83:[2,40],84:[2,40],85:[2,40]},{33:[2,41],65:[2,41],72:[2,41],80:[2,41],81:[2,41],82:[2,41],83:[2,41],84:[2,41],85:[2,41]},{20:64,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:65,47:[1,66]},{30:67,33:[2,58],65:[2,58],72:[2,58],75:[2,58],80:[2,58],81:[2,58],82:[2,58],83:[2,58],84:[2,58],85:[2,58]},{33:[2,64],35:68,65:[2,64],72:[2,64],75:[2,64],80:[2,64],81:[2,64],82:[2,64],83:[2,64],84:[2,64],85:[2,64]},{21:69,23:[2,50],65:[2,50],72:[2,50],80:[2,50],81:[2,50],82:[2,50],83:[2,50],84:[2,50],85:[2,50]},{33:[2,90],61:70,65:[2,90],72:[2,90],80:[2,90],81:[2,90],82:[2,90],83:[2,90],84:[2,90],85:[2,90]},{20:74,33:[2,80],50:71,63:72,64:75,65:[1,43],69:73,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{72:[1,79]},{23:[2,42],33:[2,42],54:[2,42],65:[2,42],68:[2,42],72:[2,42],75:[2,42],80:[2,42],81:[2,42],82:[2,42],83:[2,42],84:[2,42],85:[2,42],87:[1,50]},{20:74,53:80,54:[2,84],63:81,64:75,65:[1,43],69:82,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{26:83,47:[1,66]},{47:[2,55]},{4:84,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],39:[2,46],44:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{47:[2,20]},{20:85,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{4:86,6:3,14:[2,46],15:[2,46],19:[2,46],29:[2,46],34:[2,46],47:[2,46],48:[2,46],51:[2,46],55:[2,46],60:[2,46]},{26:87,47:[1,66]},{47:[2,57]},{5:[2,11],14:[2,11],15:[2,11],19:[2,11],29:[2,11],34:[2,11],39:[2,11],44:[2,11],47:[2,11],48:[2,11],51:[2,11],55:[2,11],60:[2,11]},{15:[2,49],18:[2,49]},{20:74,33:[2,88],58:88,63:89,64:75,65:[1,43],69:90,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{65:[2,94],66:91,68:[2,94],72:[2,94],80:[2,94],81:[2,94],82:[2,94],83:[2,94],84:[2,94],85:[2,94]},{5:[2,25],14:[2,25],15:[2,25],19:[2,25],29:[2,25],34:[2,25],39:[2,25],44:[2,25],47:[2,25],48:[2,25],51:[2,25],55:[2,25],60:[2,25]},{20:92,72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,31:93,33:[2,60],63:94,64:75,65:[1,43],69:95,70:76,71:77,72:[1,78],75:[2,60],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,66],36:96,63:97,64:75,65:[1,43],69:98,70:76,71:77,72:[1,78],75:[2,66],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,22:99,23:[2,52],63:100,64:75,65:[1,43],69:101,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{20:74,33:[2,92],62:102,63:103,64:75,65:[1,43],69:104,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,105]},{33:[2,79],65:[2,79],72:[2,79],80:[2,79],81:[2,79],82:[2,79],83:[2,79],84:[2,79],85:[2,79]},{33:[2,81]},{23:[2,27],33:[2,27],54:[2,27],65:[2,27],68:[2,27],72:[2,27],75:[2,27],80:[2,27],81:[2,27],82:[2,27],83:[2,27],84:[2,27],85:[2,27]},{23:[2,28],33:[2,28],54:[2,28],65:[2,28],68:[2,28],72:[2,28],75:[2,28],80:[2,28],81:[2,28],82:[2,28],83:[2,28],84:[2,28],85:[2,28]},{23:[2,30],33:[2,30],54:[2,30],68:[2,30],71:106,72:[1,107],75:[2,30]},{23:[2,98],33:[2,98],54:[2,98],68:[2,98],72:[2,98],75:[2,98]},{23:[2,45],33:[2,45],54:[2,45],65:[2,45],68:[2,45],72:[2,45],73:[1,108],75:[2,45],80:[2,45],81:[2,45],82:[2,45],83:[2,45],84:[2,45],85:[2,45],87:[2,45]},{23:[2,44],33:[2,44],54:[2,44],65:[2,44],68:[2,44],72:[2,44],75:[2,44],80:[2,44],81:[2,44],82:[2,44],83:[2,44],84:[2,44],85:[2,44],87:[2,44]},{54:[1,109]},{54:[2,83],65:[2,83],72:[2,83],80:[2,83],81:[2,83],82:[2,83],83:[2,83],84:[2,83],85:[2,83]},{54:[2,85]},{5:[2,13],14:[2,13],15:[2,13],19:[2,13],29:[2,13],34:[2,13],39:[2,13],44:[2,13],47:[2,13],48:[2,13],51:[2,13],55:[2,13],60:[2,13]},{38:55,39:[1,57],43:56,44:[1,58],45:111,46:110,47:[2,76]},{33:[2,70],40:112,65:[2,70],72:[2,70],75:[2,70],80:[2,70],81:[2,70],82:[2,70],83:[2,70],84:[2,70],85:[2,70]},{47:[2,18]},{5:[2,14],14:[2,14],15:[2,14],19:[2,14],29:[2,14],34:[2,14],39:[2,14],44:[2,14],47:[2,14],48:[2,14],51:[2,14],55:[2,14],60:[2,14]},{33:[1,113]},{33:[2,87],65:[2,87],72:[2,87],80:[2,87],81:[2,87],82:[2,87],83:[2,87],84:[2,87],85:[2,87]},{33:[2,89]},{20:74,63:115,64:75,65:[1,43],67:114,68:[2,96],69:116,70:76,71:77,72:[1,78],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{33:[1,117]},{32:118,33:[2,62],74:119,75:[1,120]},{33:[2,59],65:[2,59],72:[2,59],75:[2,59],80:[2,59],81:[2,59],82:[2,59],83:[2,59],84:[2,59],85:[2,59]},{33:[2,61],75:[2,61]},{33:[2,68],37:121,74:122,75:[1,120]},{33:[2,65],65:[2,65],72:[2,65],75:[2,65],80:[2,65],81:[2,65],82:[2,65],83:[2,65],84:[2,65],85:[2,65]},{33:[2,67],75:[2,67]},{23:[1,123]},{23:[2,51],65:[2,51],72:[2,51],80:[2,51],81:[2,51],82:[2,51],83:[2,51],84:[2,51],85:[2,51]},{23:[2,53]},{33:[1,124]},{33:[2,91],65:[2,91],72:[2,91],80:[2,91],81:[2,91],82:[2,91],83:[2,91],84:[2,91],85:[2,91]},{33:[2,93]},{5:[2,22],14:[2,22],15:[2,22],19:[2,22],29:[2,22],34:[2,22],39:[2,22],44:[2,22],47:[2,22],48:[2,22],51:[2,22],55:[2,22],60:[2,22]},{23:[2,99],33:[2,99],54:[2,99],68:[2,99],72:[2,99],75:[2,99]},{73:[1,108]},{20:74,63:125,64:75,65:[1,43],72:[1,35],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,23],14:[2,23],15:[2,23],19:[2,23],29:[2,23],34:[2,23],39:[2,23],44:[2,23],47:[2,23],48:[2,23],51:[2,23],55:[2,23],60:[2,23]},{47:[2,19]},{47:[2,77]},{20:74,33:[2,72],41:126,63:127,64:75,65:[1,43],69:128,70:76,71:77,72:[1,78],75:[2,72],78:26,79:27,80:[1,28],81:[1,29],82:[1,30],83:[1,31],84:[1,32],85:[1,34],86:33},{5:[2,24],14:[2,24],15:[2,24],19:[2,24],29:[2,24],34:[2,24],39:[2,24],44:[2,24],47:[2,24],48:[2,24],51:[2,24],55:[2,24],60:[2,24]},{68:[1,129]},{65:[2,95],68:[2,95],72:[2,95],80:[2,95],81:[2,95],82:[2,95],83:[2,95],84:[2,95],85:[2,95]},{68:[2,97]},{5:[2,21],14:[2,21],15:[2,21],19:[2,21],29:[2,21],34:[2,21],39:[2,21],44:[2,21],47:[2,21],48:[2,21],51:[2,21],55:[2,21],60:[2,21]},{33:[1,130]},{33:[2,63]},{72:[1,132],76:131},{33:[1,133]},{33:[2,69]},{15:[2,12],18:[2,12]},{14:[2,26],15:[2,26],19:[2,26],29:[2,26],34:[2,26],47:[2,26],48:[2,26],51:[2,26],55:[2,26],60:[2,26]},{23:[2,31],33:[2,31],54:[2,31],68:[2,31],72:[2,31],75:[2,31]},{33:[2,74],42:134,74:135,75:[1,120]},{33:[2,71],65:[2,71],72:[2,71],75:[2,71],80:[2,71],81:[2,71],82:[2,71],83:[2,71],84:[2,71],85:[2,71]},{33:[2,73],75:[2,73]},{23:[2,29],33:[2,29],54:[2,29],65:[2,29],68:[2,29],72:[2,29],75:[2,29],80:[2,29],81:[2,29],82:[2,29],83:[2,29],84:[2,29],85:[2,29]},{14:[2,15],15:[2,15],19:[2,15],29:[2,15],34:[2,15],39:[2,15],44:[2,15],47:[2,15],48:[2,15],51:[2,15],55:[2,15],60:[2,15]},{72:[1,137],77:[1,136]},{72:[2,100],77:[2,100]},{14:[2,16],15:[2,16],19:[2,16],29:[2,16],34:[2,16],44:[2,16],47:[2,16],48:[2,16],51:[2,16],55:[2,16],60:[2,16]},{33:[1,138]},{33:[2,75]},{33:[2,32]},{72:[2,101],77:[2,101]},{14:[2,17],15:[2,17],19:[2,17],29:[2,17],34:[2,17],39:[2,17],44:[2,17],47:[2,17],48:[2,17],51:[2,17],55:[2,17],60:[2,17]}],defaultActions:{4:[2,1],54:[2,55],56:[2,20],60:[2,57],73:[2,81],82:[2,85],86:[2,18],90:[2,89],101:[2,53],104:[2,93],110:[2,19],111:[2,77],116:[2,97],119:[2,63],122:[2,69],135:[2,75],136:[2,32]},parseError:function(e,t){throw new Error(e)},parse:function(e){var t=this,n=[0],a=[null],r=[],o=this.table,i="",s=0,l=0,c=0;this.lexer.setInput(e),this.lexer.yy=this.yy,this.yy.lexer=this.lexer,this.yy.parser=this,void 0===this.lexer.yylloc&&(this.lexer.yylloc={});var u=this.lexer.yylloc;r.push(u);var p=this.lexer.options&&this.lexer.options.ranges;"function"==typeof this.yy.parseError&&(this.parseError=this.yy.parseError);for(var d,m,f,h,v,g,y,b,w,_,E={};;){if(f=n[n.length-1],this.defaultActions[f]?h=this.defaultActions[f]:(null==d&&(_=void 0,"number"!=typeof(_=t.lexer.lex()||1)&&(_=t.symbols_[_]||_),d=_),h=o[f]&&o[f][d]),void 0===h||!h.length||!h[0]){var k="";if(!c){for(g in w=[],o[f])this.terminals_[g]&&g>2&&w.push("'"+this.terminals_[g]+"'");k=this.lexer.showPosition?"Parse error on line "+(s+1)+":\n"+this.lexer.showPosition()+"\nExpecting "+w.join(", ")+", got '"+(this.terminals_[d]||d)+"'":"Parse error on line "+(s+1)+": Unexpected "+(1==d?"end of input":"'"+(this.terminals_[d]||d)+"'"),this.parseError(k,{text:this.lexer.match,token:this.terminals_[d]||d,line:this.lexer.yylineno,loc:u,expected:w})}}if(h[0]instanceof Array&&h.length>1)throw new Error("Parse Error: multiple actions possible at state: "+f+", token: "+d);switch(h[0]){case 1:n.push(d),a.push(this.lexer.yytext),r.push(this.lexer.yylloc),n.push(h[1]),d=null,m?(d=m,m=null):(l=this.lexer.yyleng,i=this.lexer.yytext,s=this.lexer.yylineno,u=this.lexer.yylloc,c>0&&c--);break;case 2:if(y=this.productions_[h[1]][1],E.$=a[a.length-y],E._$={first_line:r[r.length-(y||1)].first_line,last_line:r[r.length-1].last_line,first_column:r[r.length-(y||1)].first_column,last_column:r[r.length-1].last_column},p&&(E._$.range=[r[r.length-(y||1)].range[0],r[r.length-1].range[1]]),void 0!==(v=this.performAction.call(E,i,l,s,this.yy,h[1],a,r)))return v;y&&(n=n.slice(0,-1*y*2),a=a.slice(0,-1*y),r=r.slice(0,-1*y)),n.push(this.productions_[h[1]][0]),a.push(E.$),r.push(E._$),b=o[n[n.length-2]][n[n.length-1]],n.push(b);break;case 3:return!0}}return!0}},t=function(){var e={EOF:1,parseError:function(e,t){if(!this.yy.parser)throw new Error(e);this.yy.parser.parseError(e,t)},setInput:function(e){return this._input=e,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var e=this._input[0];return this.yytext+=e,this.yyleng++,this.offset++,this.match+=e,this.matched+=e,e.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),e},unput:function(e){var t=e.length,n=e.split(/(?:\r\n?|\n)/g);this._input=e+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-t-1),this.offset-=t;var a=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var r=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===a.length?this.yylloc.first_column:0)+a[a.length-n.length].length-n[0].length:this.yylloc.first_column-t},this.options.ranges&&(this.yylloc.range=[r[0],r[0]+this.yyleng-t]),this},more:function(){return this._more=!0,this},less:function(e){this.unput(this.match.slice(e))},pastInput:function(){var e=this.matched.substr(0,this.matched.length-this.match.length);return(e.length>20?"...":"")+e.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var e=this.match;return e.length<20&&(e+=this._input.substr(0,20-e.length)),(e.substr(0,20)+(e.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var e=this.pastInput(),t=new Array(e.length+1).join("-");return e+this.upcomingInput()+"\n"+t+"^"},next:function(){if(this.done)return this.EOF;var e,t,n,a,r;this._input||(this.done=!0),this._more||(this.yytext="",this.match="");for(var o=this._currentRules(),i=0;i<o.length&&(!(n=this._input.match(this.rules[o[i]]))||t&&!(n[0].length>t[0].length)||(t=n,a=i,this.options.flex));i++);return t?((r=t[0].match(/(?:\r\n?|\n).*/g))&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],e=this.performAction.call(this,this.yy,this,o[a],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),e||void 0):""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var e=this.next();return void 0!==e?e:this.lex()},begin:function(e){this.conditionStack.push(e)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(e){this.begin(e)},options:{},performAction:function(e,t,n,a){function r(e,n){return t.yytext=t.yytext.substring(e,t.yyleng-n+e)}switch(n){case 0:if("\\\\"===t.yytext.slice(-2)?(r(0,1),this.begin("mu")):"\\"===t.yytext.slice(-1)?(r(0,1),this.begin("emu")):this.begin("mu"),t.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;case 3:return this.begin("raw"),15;case 4:return this.popState(),"raw"===this.conditionStack[this.conditionStack.length-1]?15:(r(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:case 16:return this.popState(),44;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(t.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;case 23:return 48;case 24:return 73;case 25:case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;case 30:return this.popState(),33;case 31:return t.yytext=r(1,2).replace(/\\"/g,'"'),80;case 32:return t.yytext=r(1,2).replace(/\\'/g,"'"),80;case 33:return 85;case 34:case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return t.yytext=t.yytext.replace(/\\([\\\]])/g,"$1"),72;case 43:return"INVALID";case 44:return 5}},rules:[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],conditions:{mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}}};return e}();function n(){this.yy={}}return e.lexer=t,n.prototype=e,e.Parser=n,new n}();t.default=n,e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=a(n(49));function o(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];this.options=e}function i(e,t,n){void 0===t&&(t=e.length);var a=e[t-1],r=e[t-2];return a?"ContentStatement"===a.type?(r||!n?/\r?\n\s*?$/:/(^|\r?\n)\s*?$/).test(a.original):void 0:n}function s(e,t,n){void 0===t&&(t=-1);var a=e[t+1],r=e[t+2];return a?"ContentStatement"===a.type?(r||!n?/^\s*?\r?\n/:/^\s*?(\r?\n|$)/).test(a.original):void 0:n}function l(e,t,n){var a=e[null==t?0:t+1];if(a&&"ContentStatement"===a.type&&(n||!a.rightStripped)){var r=a.value;a.value=a.value.replace(n?/^\s+/:/^[ \t]*\r?\n?/,""),a.rightStripped=a.value!==r}}function c(e,t,n){var a=e[null==t?e.length-1:t-1];if(a&&"ContentStatement"===a.type&&(n||!a.leftStripped)){var r=a.value;return a.value=a.value.replace(n?/\s+$/:/[ \t]+$/,""),a.leftStripped=a.value!==r,a.leftStripped}}o.prototype=new r.default,o.prototype.Program=function(e){var t=!this.options.ignoreStandalone,n=!this.isRootSeen;this.isRootSeen=!0;for(var a=e.body,r=0,o=a.length;r<o;r++){var u=a[r],p=this.accept(u);if(p){var d=i(a,r,n),m=s(a,r,n),f=p.openStandalone&&d,h=p.closeStandalone&&m,v=p.inlineStandalone&&d&&m;p.close&&l(a,r,!0),p.open&&c(a,r,!0),t&&v&&(l(a,r),c(a,r)&&"PartialStatement"===u.type&&(u.indent=/([ \t]+$)/.exec(a[r-1].original)[1])),t&&f&&(l((u.program||u.inverse).body),c(a,r)),t&&h&&(l(a,r),c((u.inverse||u.program).body))}}return e},o.prototype.BlockStatement=o.prototype.DecoratorBlock=o.prototype.PartialBlockStatement=function(e){this.accept(e.program),this.accept(e.inverse);var t=e.program||e.inverse,n=e.program&&e.inverse,a=n,r=n;if(n&&n.chained)for(a=n.body[0].program;r.chained;)r=r.body[r.body.length-1].program;var o={open:e.openStrip.open,close:e.closeStrip.close,openStandalone:s(t.body),closeStandalone:i((a||t).body)};if(e.openStrip.close&&l(t.body,null,!0),n){var u=e.inverseStrip;u.open&&c(t.body,null,!0),u.close&&l(a.body,null,!0),e.closeStrip.open&&c(r.body,null,!0),!this.options.ignoreStandalone&&i(t.body)&&s(a.body)&&(c(t.body),l(a.body))}else e.closeStrip.open&&c(t.body,null,!0);return o},o.prototype.Decorator=o.prototype.MustacheStatement=function(e){return e.strip},o.prototype.PartialStatement=o.prototype.CommentStatement=function(e){var t=e.strip||{};return{inlineStandalone:!0,open:t.open,close:t.close}},t.default=o,e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0;var r=a(n(6));function o(){this.parents=[]}function i(e){this.acceptRequired(e,"path"),this.acceptArray(e.params),this.acceptKey(e,"hash")}function s(e){i.call(this,e),this.acceptKey(e,"program"),this.acceptKey(e,"inverse")}function l(e){this.acceptRequired(e,"name"),this.acceptArray(e.params),this.acceptKey(e,"hash")}o.prototype={constructor:o,mutating:!1,acceptKey:function(e,t){var n=this.accept(e[t]);if(this.mutating){if(n&&!o.prototype[n.type])throw new r.default('Unexpected node type "'+n.type+'" found when accepting '+t+" on "+e.type);e[t]=n}},acceptRequired:function(e,t){if(this.acceptKey(e,t),!e[t])throw new r.default(e.type+" requires "+t)},acceptArray:function(e){for(var t=0,n=e.length;t<n;t++)this.acceptKey(e,t),e[t]||(e.splice(t,1),t--,n--)},accept:function(e){if(e){if(!this[e.type])throw new r.default("Unknown type: "+e.type,e);this.current&&this.parents.unshift(this.current),this.current=e;var t=this[e.type](e);return this.current=this.parents.shift(),!this.mutating||t?t:!1!==t?e:void 0}},Program:function(e){this.acceptArray(e.body)},MustacheStatement:i,Decorator:i,BlockStatement:s,DecoratorBlock:s,PartialStatement:l,PartialBlockStatement:function(e){l.call(this,e),this.acceptKey(e,"program")},ContentStatement:function(){},CommentStatement:function(){},SubExpression:i,PathExpression:function(){},StringLiteral:function(){},NumberLiteral:function(){},BooleanLiteral:function(){},UndefinedLiteral:function(){},NullLiteral:function(){},Hash:function(e){this.acceptArray(e.pairs)},HashPair:function(e){this.acceptRequired(e,"value")}},t.default=o,e.exports=t.default},function(e,t,n){"use strict";var a=n(1).default;t.__esModule=!0,t.SourceLocation=function(e,t){this.source=e,this.start={line:t.first_line,column:t.first_column},this.end={line:t.last_line,column:t.last_column}},t.id=function(e){return/^\[.*\]$/.test(e)?e.substring(1,e.length-1):e},t.stripFlags=function(e,t){return{open:"~"===e.charAt(2),close:"~"===t.charAt(t.length-3)}},t.stripComment=function(e){return e.replace(/^\{\{~?!-?-?/,"").replace(/-?-?~?\}\}$/,"")},t.preparePath=function(e,t,n){n=this.locInfo(n);for(var a=e?"@":"",o=[],i=0,s=0,l=t.length;s<l;s++){var c=t[s].part,u=t[s].original!==c;if(a+=(t[s].separator||"")+c,u||".."!==c&&"."!==c&&"this"!==c)o.push(c);else{if(o.length>0)throw new r.default("Invalid path: "+a,{loc:n});".."===c&&i++}}return{type:"PathExpression",data:e,depth:i,parts:o,original:a,loc:n}},t.prepareMustache=function(e,t,n,a,r,o){var i=a.charAt(3)||a.charAt(2),s="{"!==i&&"&"!==i;return{type:/\*/.test(a)?"Decorator":"MustacheStatement",path:e,params:t,hash:n,escaped:s,strip:r,loc:this.locInfo(o)}},t.prepareRawBlock=function(e,t,n,a){o(e,n),a=this.locInfo(a);var r={type:"Program",body:t,strip:{},loc:a};return{type:"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:r,openStrip:{},inverseStrip:{},closeStrip:{},loc:a}},t.prepareBlock=function(e,t,n,a,i,s){a&&a.path&&o(e,a);var l=/\*/.test(e.open);t.blockParams=e.blockParams;var c=void 0,u=void 0;if(n){if(l)throw new r.default("Unexpected inverse block on decorator",n);n.chain&&(n.program.body[0].closeStrip=a.strip),u=n.strip,c=n.program}return i&&(i=c,c=t,t=i),{type:l?"DecoratorBlock":"BlockStatement",path:e.path,params:e.params,hash:e.hash,program:t,inverse:c,openStrip:e.strip,inverseStrip:u,closeStrip:a&&a.strip,loc:this.locInfo(s)}},t.prepareProgram=function(e,t){if(!t&&e.length){var n=e[0].loc,a=e[e.length-1].loc;n&&a&&(t={source:n.source,start:{line:n.start.line,column:n.start.column},end:{line:a.end.line,column:a.end.column}})}return{type:"Program",body:e,strip:{},loc:t}},t.preparePartialBlock=function(e,t,n,a){return o(e,n),{type:"PartialBlockStatement",name:e.path,params:e.params,hash:e.hash,program:t,openStrip:e.strip,closeStrip:n&&n.strip,loc:this.locInfo(a)}};var r=a(n(6));function o(e,t){if(t=t.path?t.path.original:t,e.path.original!==t){var n={loc:e.path.loc};throw new r.default(e.path.original+" doesn't match "+t,n)}}},function(e,t,n){"use strict";var a=n(34).default,r=n(1).default;t.__esModule=!0,t.Compiler=c,t.precompile=function(e,t,n){if(null==e||"string"!=typeof e&&"Program"!==e.type)throw new o.default("You must pass a string or Handlebars AST to Handlebars.precompile. You passed "+e);"data"in(t=t||{})||(t.data=!0),t.compat&&(t.useDepths=!0);var a=n.parse(e,t),r=(new n.Compiler).compile(a,t);return(new n.JavaScriptCompiler).compile(r,t)},t.compile=function(e,t,n){if(void 0===t&&(t={}),null==e||"string"!=typeof e&&"Program"!==e.type)throw new o.default("You must pass a string or Handlebars AST to Handlebars.compile. You passed "+e);"data"in(t=i.extend({},t))||(t.data=!0),t.compat&&(t.useDepths=!0);var a=void 0;function r(){var a=n.parse(e,t),r=(new n.Compiler).compile(a,t),o=(new n.JavaScriptCompiler).compile(r,t,void 0,!0);return n.template(o)}function s(e,t){return a||(a=r()),a.call(this,e,t)}return s._setup=function(e){return a||(a=r()),a._setup(e)},s._child=function(e,t,n,o){return a||(a=r()),a._child(e,t,n,o)},s};var o=r(n(6)),i=n(5),s=r(n(45)),l=[].slice;function c(){}function u(e,t){if(e===t)return!0;if(i.isArray(e)&&i.isArray(t)&&e.length===t.length){for(var n=0;n<e.length;n++)if(!u(e[n],t[n]))return!1;return!0}}function p(e){if(!e.path.parts){var t=e.path;e.path={type:"PathExpression",data:!1,depth:0,parts:[t.original+""],original:t.original+"",loc:t.loc}}}c.prototype={compiler:c,equals:function(e){var t=this.opcodes.length;if(e.opcodes.length!==t)return!1;for(var n=0;n<t;n++){var a=this.opcodes[n],r=e.opcodes[n];if(a.opcode!==r.opcode||!u(a.args,r.args))return!1}for(t=this.children.length,n=0;n<t;n++)if(!this.children[n].equals(e.children[n]))return!1;return!0},guid:0,compile:function(e,t){return this.sourceNode=[],this.opcodes=[],this.children=[],this.options=t,this.stringParams=t.stringParams,this.trackIds=t.trackIds,t.blockParams=t.blockParams||[],t.knownHelpers=i.extend(a(null),{helperMissing:!0,blockHelperMissing:!0,each:!0,if:!0,unless:!0,with:!0,log:!0,lookup:!0},t.knownHelpers),this.accept(e)},compileProgram:function(e){var t=(new this.compiler).compile(e,this.options),n=this.guid++;return this.usePartial=this.usePartial||t.usePartial,this.children[n]=t,this.useDepths=this.useDepths||t.useDepths,n},accept:function(e){if(!this[e.type])throw new o.default("Unknown type: "+e.type,e);this.sourceNode.unshift(e);var t=this[e.type](e);return this.sourceNode.shift(),t},Program:function(e){this.options.blockParams.unshift(e.blockParams);for(var t=e.body,n=t.length,a=0;a<n;a++)this.accept(t[a]);return this.options.blockParams.shift(),this.isSimple=1===n,this.blockParams=e.blockParams?e.blockParams.length:0,this},BlockStatement:function(e){p(e);var t=e.program,n=e.inverse;t=t&&this.compileProgram(t),n=n&&this.compileProgram(n);var a=this.classifySexpr(e);"helper"===a?this.helperSexpr(e,t,n):"simple"===a?(this.simpleSexpr(e),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("blockValue",e.path.original)):(this.ambiguousSexpr(e,t,n),this.opcode("pushProgram",t),this.opcode("pushProgram",n),this.opcode("emptyHash"),this.opcode("ambiguousBlockValue")),this.opcode("append")},DecoratorBlock:function(e){var t=e.program&&this.compileProgram(e.program),n=this.setupFullMustacheParams(e,t,void 0),a=e.path;this.useDecorators=!0,this.opcode("registerDecorator",n.length,a.original)},PartialStatement:function(e){this.usePartial=!0;var t=e.program;t&&(t=this.compileProgram(e.program));var n=e.params;if(n.length>1)throw new o.default("Unsupported number of partial arguments: "+n.length,e);n.length||(this.options.explicitPartialContext?this.opcode("pushLiteral","undefined"):n.push({type:"PathExpression",parts:[],depth:0}));var a=e.name.original,r="SubExpression"===e.name.type;r&&this.accept(e.name),this.setupFullMustacheParams(e,t,void 0,!0);var i=e.indent||"";this.options.preventIndent&&i&&(this.opcode("appendContent",i),i=""),this.opcode("invokePartial",r,a,i),this.opcode("append")},PartialBlockStatement:function(e){this.PartialStatement(e)},MustacheStatement:function(e){this.SubExpression(e),e.escaped&&!this.options.noEscape?this.opcode("appendEscaped"):this.opcode("append")},Decorator:function(e){this.DecoratorBlock(e)},ContentStatement:function(e){e.value&&this.opcode("appendContent",e.value)},CommentStatement:function(){},SubExpression:function(e){p(e);var t=this.classifySexpr(e);"simple"===t?this.simpleSexpr(e):"helper"===t?this.helperSexpr(e):this.ambiguousSexpr(e)},ambiguousSexpr:function(e,t,n){var a=e.path,r=a.parts[0],o=null!=t||null!=n;this.opcode("getContext",a.depth),this.opcode("pushProgram",t),this.opcode("pushProgram",n),a.strict=!0,this.accept(a),this.opcode("invokeAmbiguous",r,o)},simpleSexpr:function(e){var t=e.path;t.strict=!0,this.accept(t),this.opcode("resolvePossibleLambda")},helperSexpr:function(e,t,n){var a=this.setupFullMustacheParams(e,t,n),r=e.path,i=r.parts[0];if(this.options.knownHelpers[i])this.opcode("invokeKnownHelper",a.length,i);else{if(this.options.knownHelpersOnly)throw new o.default("You specified knownHelpersOnly, but used the unknown helper "+i,e);r.strict=!0,r.falsy=!0,this.accept(r),this.opcode("invokeHelper",a.length,r.original,s.default.helpers.simpleId(r))}},PathExpression:function(e){this.addDepth(e.depth),this.opcode("getContext",e.depth);var t=e.parts[0],n=s.default.helpers.scopedId(e),a=!e.depth&&!n&&this.blockParamIndex(t);a?this.opcode("lookupBlockParam",a,e.parts):t?e.data?(this.options.data=!0,this.opcode("lookupData",e.depth,e.parts,e.strict)):this.opcode("lookupOnContext",e.parts,e.falsy,e.strict,n):this.opcode("pushContext")},StringLiteral:function(e){this.opcode("pushString",e.value)},NumberLiteral:function(e){this.opcode("pushLiteral",e.value)},BooleanLiteral:function(e){this.opcode("pushLiteral",e.value)},UndefinedLiteral:function(){this.opcode("pushLiteral","undefined")},NullLiteral:function(){this.opcode("pushLiteral","null")},Hash:function(e){var t=e.pairs,n=0,a=t.length;for(this.opcode("pushHash");n<a;n++)this.pushParam(t[n].value);for(;n--;)this.opcode("assignToHash",t[n].key);this.opcode("popHash")},opcode:function(e){this.opcodes.push({opcode:e,args:l.call(arguments,1),loc:this.sourceNode[0].loc})},addDepth:function(e){e&&(this.useDepths=!0)},classifySexpr:function(e){var t=s.default.helpers.simpleId(e.path),n=t&&!!this.blockParamIndex(e.path.parts[0]),a=!n&&s.default.helpers.helperExpression(e),r=!n&&(a||t);if(r&&!a){var o=e.path.parts[0],i=this.options;i.knownHelpers[o]?a=!0:i.knownHelpersOnly&&(r=!1)}return a?"helper":r?"ambiguous":"simple"},pushParams:function(e){for(var t=0,n=e.length;t<n;t++)this.pushParam(e[t])},pushParam:function(e){var t=null!=e.value?e.value:e.original||"";if(this.stringParams)t.replace&&(t=t.replace(/^(\.?\.\/)*/g,"").replace(/\//g,".")),e.depth&&this.addDepth(e.depth),this.opcode("getContext",e.depth||0),this.opcode("pushStringParam",t,e.type),"SubExpression"===e.type&&this.accept(e);else{if(this.trackIds){var n=void 0;if(!e.parts||s.default.helpers.scopedId(e)||e.depth||(n=this.blockParamIndex(e.parts[0])),n){var a=e.parts.slice(1).join(".");this.opcode("pushId","BlockParam",n,a)}else(t=e.original||t).replace&&(t=t.replace(/^this(?:\.|$)/,"").replace(/^\.\//,"").replace(/^\.$/,"")),this.opcode("pushId",e.type,t)}this.accept(e)}},setupFullMustacheParams:function(e,t,n,a){var r=e.params;return this.pushParams(r),this.opcode("pushProgram",t),this.opcode("pushProgram",n),e.hash?this.accept(e.hash):this.opcode("emptyHash",a),r},blockParamIndex:function(e){for(var t=0,n=this.options.blockParams.length;t<n;t++){var a=this.options.blockParams[t],r=a&&i.indexOf(a,e);if(a&&r>=0)return[t,r]}}}},function(e,t,n){"use strict";var a=n(13).default,r=n(1).default;t.__esModule=!0;var o=n(4),i=r(n(6)),s=n(5),l=r(n(53));function c(e){this.value=e}function u(){}u.prototype={nameLookup:function(e,t){return this.internalNameLookup(e,t)},depthedLookup:function(e){return[this.aliasable("container.lookup"),'(depths, "',e,'")']},compilerInfo:function(){var e=o.COMPILER_REVISION;return[e,o.REVISION_CHANGES[e]]},appendToBuffer:function(e,t,n){return s.isArray(e)||(e=[e]),e=this.source.wrap(e,t),this.environment.isSimple?["return ",e,";"]:n?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,t){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(t),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,t,n,a){this.environment=e,this.options=t,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!a,this.name=this.environment.name,this.isChild=!!n,this.context=n||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,t),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var r=e.opcodes,o=void 0,s=void 0,l=void 0,c=void 0;for(l=0,c=r.length;l<c;l++)o=r[l],this.source.currentLocation=o.loc,s=s||o.loc,this[o.opcode].apply(this,o.args);if(this.source.currentLocation=s,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new i.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),";\n"]),this.decorators.push("return fn;"),a?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend("function(fn, props, container, depth0, data, blockParams, depths) {\n"),this.decorators.push("}\n"),this.decorators=this.decorators.merge()));var u=this.createFunctionContext(a);if(this.isChild)return u;var p={compiler:this.compilerInfo(),main:u};this.decorators&&(p.main_d=this.decorators,p.useDecorators=!0);var d=this.context,m=d.programs,f=d.decorators;for(l=0,c=m.length;l<c;l++)m[l]&&(p[l]=m[l],f[l]&&(p[l+"_d"]=f[l],p.useDecorators=!0));return this.environment.usePartial&&(p.usePartial=!0),this.options.data&&(p.useData=!0),this.useDepths&&(p.useDepths=!0),this.useBlockParams&&(p.useBlockParams=!0),this.options.compat&&(p.compat=!0),a?p.compilerOptions=this.options:(p.compiler=JSON.stringify(p.compiler),this.source.currentLocation={start:{line:1,column:0}},p=this.objectLiteral(p),t.srcName?(p=p.toStringWithSourceMap({file:t.destName})).map=p.map&&p.map.toString():p=p.toString()),p},preamble:function(){this.lastContext=0,this.source=new l.default(this.options.srcName),this.decorators=new l.default(this.options.srcName)},createFunctionContext:function(e){var t=this,n="",r=this.stackVars.concat(this.registers.list);r.length>0&&(n+=", "+r.join(", "));var o=0;a(this.aliases).forEach((function(e){var a=t.aliases[e];a.children&&a.referenceCount>1&&(n+=", alias"+ ++o+"="+e,a.children[0]="alias"+o)})),this.lookupPropertyFunctionIsUsed&&(n+=", "+this.lookupPropertyFunctionVarDeclaration());var i=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&i.push("blockParams"),this.useDepths&&i.push("depths");var s=this.mergeSource(n);return e?(i.push(s),Function.apply(this,i)):this.source.wrap(["function(",i.join(","),") {\n ",s,"}"])},mergeSource:function(e){var t=this.environment.isSimple,n=!this.forceBuffer,a=void 0,r=void 0,o=void 0,i=void 0;return this.source.each((function(e){e.appendToBuffer?(o?e.prepend(" + "):o=e,i=e):(o&&(r?o.prepend("buffer += "):a=!0,i.add(";"),o=i=void 0),r=!0,t||(n=!1))})),n?o?(o.prepend("return "),i.add(";")):r||this.source.push('return "";'):(e+=", buffer = "+(a?"":this.initializeBuffer()),o?(o.prepend("return buffer + "),i.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(a?"":";\n")),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return"\n lookupProperty = container.lookupProperty || function(parent, propertyName) {\n if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {\n return parent[propertyName];\n }\n return undefined\n }\n ".trim()},blockValue:function(e){var t=this.aliasable("container.hooks.blockHelperMissing"),n=[this.contextName(0)];this.setupHelperArgs(e,0,n);var a=this.popStack();n.splice(1,0,a),this.push(this.source.functionCall(t,"call",n))},ambiguousBlockValue:function(){var e=this.aliasable("container.hooks.blockHelperMissing"),t=[this.contextName(0)];this.setupHelperArgs("",0,t,!0),this.flushInline();var n=this.topStack();t.splice(1,0,n),this.pushSource(["if (!",this.lastHelper,") { ",n," = ",this.source.functionCall(e,"call",t),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack((function(e){return[" != null ? ",e,' : ""']})),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,t,n,a){var r=0;a||!this.options.compat||this.lastContext?this.pushContext():this.push(this.depthedLookup(e[r++])),this.resolvePath("context",e,r,t,n)},lookupBlockParam:function(e,t){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",t,1)},lookupData:function(e,t,n){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",t,0,!0,n)},resolvePath:function(e,t,n,a,r){var o=this;if(this.options.strict||this.options.assumeObjects)this.push(function(e,t,n,a){var r=t.popStack(),o=0,i=n.length;for(e&&i--;o<i;o++)r=t.nameLookup(r,n[o],a);return e?[t.aliasable("container.strict"),"(",r,", ",t.quotedString(n[o]),", ",JSON.stringify(t.source.currentLocation)," )"]:r}(this.options.strict&&r,this,t,e));else for(var i=t.length;n<i;n++)this.replaceStack((function(r){var i=o.nameLookup(r,t[n],e);return a?[" && ",i]:[" != null ? ",i," : ",r]}))},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,t){this.pushContext(),this.pushString(t),"SubExpression"!==t&&("string"==typeof e?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){null!=e?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,t){var n=this.nameLookup("decorators",t,"decorator"),a=this.setupHelperArgs(t,e);this.decorators.push(["fn = ",this.decorators.functionCall(n,"",["fn","props","container",a])," || fn;"])},invokeHelper:function(e,t,n){var a=this.popStack(),r=this.setupHelper(e,t),o=[];n&&o.push(r.name),o.push(a),this.options.strict||o.push(this.aliasable("container.hooks.helperMissing"));var i=["(",this.itemsSeparatedBy(o,"||"),")"],s=this.source.functionCall(i,"call",r.callParams);this.push(s)},itemsSeparatedBy:function(e,t){var n=[];n.push(e[0]);for(var a=1;a<e.length;a++)n.push(t,e[a]);return n},invokeKnownHelper:function(e,t){var n=this.setupHelper(e,t);this.push(this.source.functionCall(n.name,"call",n.callParams))},invokeAmbiguous:function(e,t){this.useRegister("helper");var n=this.popStack();this.emptyHash();var a=this.setupHelper(0,e,t),r=["(","(helper = ",this.lastHelper=this.nameLookup("helpers",e,"helper")," || ",n,")"];this.options.strict||(r[0]="(helper = ",r.push(" != null ? helper : ",this.aliasable("container.hooks.helperMissing"))),this.push(["(",r,a.paramsInit?["),(",a.paramsInit]:[],"),","(typeof helper === ",this.aliasable('"function"')," ? ",this.source.functionCall("helper","call",a.callParams)," : helper))"])},invokePartial:function(e,t,n){var a=[],r=this.setupParams(t,1,a);e&&(t=this.popStack(),delete r.name),n&&(r.indent=JSON.stringify(n)),r.helpers="helpers",r.partials="partials",r.decorators="container.decorators",e?a.unshift(t):a.unshift(this.nameLookup("partials",t,"partial")),this.options.compat&&(r.depths="depths"),r=this.objectLiteral(r),a.push(r),this.push(this.source.functionCall("container.invokePartial","",a))},assignToHash:function(e){var t=this.popStack(),n=void 0,a=void 0,r=void 0;this.trackIds&&(r=this.popStack()),this.stringParams&&(a=this.popStack(),n=this.popStack());var o=this.hash;n&&(o.contexts[e]=n),a&&(o.types[e]=a),r&&(o.ids[e]=r),o.values[e]=t},pushId:function(e,t,n){"BlockParam"===e?this.pushStackLiteral("blockParams["+t[0]+"].path["+t[1]+"]"+(n?" + "+JSON.stringify("."+n):"")):"PathExpression"===e?this.pushString(t):"SubExpression"===e?this.pushStackLiteral("true"):this.pushStackLiteral("null")},compiler:u,compileChildren:function(e,t){for(var n=e.children,a=void 0,r=void 0,o=0,i=n.length;o<i;o++){a=n[o],r=new this.compiler;var s=this.matchExistingProgram(a);if(null==s){this.context.programs.push("");var l=this.context.programs.length;a.index=l,a.name="program"+l,this.context.programs[l]=r.compile(a,t,this.context,!this.precompile),this.context.decorators[l]=r.decorators,this.context.environments[l]=a,this.useDepths=this.useDepths||r.useDepths,this.useBlockParams=this.useBlockParams||r.useBlockParams,a.useDepths=this.useDepths,a.useBlockParams=this.useBlockParams}else a.index=s.index,a.name="program"+s.index,this.useDepths=this.useDepths||s.useDepths,this.useBlockParams=this.useBlockParams||s.useBlockParams}},matchExistingProgram:function(e){for(var t=0,n=this.context.environments.length;t<n;t++){var a=this.context.environments[t];if(a&&a.equals(e))return a}},programExpression:function(e){var t=this.environment.children[e],n=[t.index,"data",t.blockParams];return(this.useBlockParams||this.useDepths)&&n.push("blockParams"),this.useDepths&&n.push("depths"),"container.program("+n.join(", ")+")"},useRegister:function(e){this.registers[e]||(this.registers[e]=!0,this.registers.list.push(e))},push:function(e){return e instanceof c||(e=this.source.wrap(e)),this.inlineStack.push(e),e},pushStackLiteral:function(e){this.push(new c(e))},pushSource:function(e){this.pendingContent&&(this.source.push(this.appendToBuffer(this.source.quotedString(this.pendingContent),this.pendingLocation)),this.pendingContent=void 0),e&&this.source.push(e)},replaceStack:function(e){var t=["("],n=void 0,a=void 0,r=void 0;if(!this.isInline())throw new i.default("replaceStack on non-inline");var o=this.popStack(!0);if(o instanceof c)t=["(",n=[o.value]],r=!0;else{a=!0;var s=this.incrStack();t=["((",this.push(s)," = ",o,")"],n=this.topStack()}var l=e.call(this,n);r||this.popStack(),a&&this.stackSlot--,this.push(t.concat(l,")"))},incrStack:function(){return this.stackSlot++,this.stackSlot>this.stackVars.length&&this.stackVars.push("stack"+this.stackSlot),this.topStackName()},topStackName:function(){return"stack"+this.stackSlot},flushInline:function(){var e=this.inlineStack;this.inlineStack=[];for(var t=0,n=e.length;t<n;t++){var a=e[t];if(a instanceof c)this.compileStack.push(a);else{var r=this.incrStack();this.pushSource([r," = ",a,";"]),this.compileStack.push(r)}}},isInline:function(){return this.inlineStack.length},popStack:function(e){var t=this.isInline(),n=(t?this.inlineStack:this.compileStack).pop();if(!e&&n instanceof c)return n.value;if(!t){if(!this.stackSlot)throw new i.default("Invalid stack pop");this.stackSlot--}return n},topStack:function(){var e=this.isInline()?this.inlineStack:this.compileStack,t=e[e.length-1];return t instanceof c?t.value:t},contextName:function(e){return this.useDepths&&e?"depths["+e+"]":"depth"+e},quotedString:function(e){return this.source.quotedString(e)},objectLiteral:function(e){return this.source.objectLiteral(e)},aliasable:function(e){var t=this.aliases[e];return t?(t.referenceCount++,t):((t=this.aliases[e]=this.source.wrap(e)).aliasable=!0,t.referenceCount=1,t)},setupHelper:function(e,t,n){var a=[];return{params:a,paramsInit:this.setupHelperArgs(t,e,a,n),name:this.nameLookup("helpers",t,"helper"),callParams:[this.aliasable(this.contextName(0)+" != null ? "+this.contextName(0)+" : (container.nullContext || {})")].concat(a)}},setupParams:function(e,t,n){var a={},r=[],o=[],i=[],s=!n,l=void 0;s&&(n=[]),a.name=this.quotedString(e),a.hash=this.popStack(),this.trackIds&&(a.hashIds=this.popStack()),this.stringParams&&(a.hashTypes=this.popStack(),a.hashContexts=this.popStack());var c=this.popStack(),u=this.popStack();(u||c)&&(a.fn=u||"container.noop",a.inverse=c||"container.noop");for(var p=t;p--;)l=this.popStack(),n[p]=l,this.trackIds&&(i[p]=this.popStack()),this.stringParams&&(o[p]=this.popStack(),r[p]=this.popStack());return s&&(a.args=this.source.generateArray(n)),this.trackIds&&(a.ids=this.source.generateArray(i)),this.stringParams&&(a.types=this.source.generateArray(o),a.contexts=this.source.generateArray(r)),this.options.data&&(a.data="data"),this.useBlockParams&&(a.blockParams="blockParams"),a},setupHelperArgs:function(e,t,n,a){var r=this.setupParams(e,t,n);return r.loc=JSON.stringify(this.source.currentLocation),r=this.objectLiteral(r),a?(this.useRegister("options"),n.push("options"),["options=",r]):n?(n.push(r),""):r}},function(){for(var e="break else new var case finally return void catch for switch while continue function this with default if throw delete in try do instanceof typeof abstract enum int short boolean export interface static byte extends long super char final native synchronized class float package throws const goto private transient debugger implements protected volatile double import public let yield await null true false".split(" "),t=u.RESERVED_WORDS={},n=0,a=e.length;n<a;n++)t[e[n]]=!0}(),u.isValidJavaScriptVariableName=function(e){return!u.RESERVED_WORDS[e]&&/^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(e)},t.default=u,e.exports=t.default},function(e,t,n){"use strict";var a=n(13).default;t.__esModule=!0;var r=n(5),o=void 0;function i(e,t,n){if(r.isArray(e)){for(var a=[],o=0,i=e.length;o<i;o++)a.push(t.wrap(e[o],n));return a}return"boolean"==typeof e||"number"==typeof e?e+"":e}function s(e){this.srcFile=e,this.source=[]}o||((o=function(e,t,n,a){this.src="",a&&this.add(a)}).prototype={add:function(e){r.isArray(e)&&(e=e.join("")),this.src+=e},prepend:function(e){r.isArray(e)&&(e=e.join("")),this.src=e+this.src},toStringWithSourceMap:function(){return{code:this.toString()}},toString:function(){return this.src}}),s.prototype={isEmpty:function(){return!this.source.length},prepend:function(e,t){this.source.unshift(this.wrap(e,t))},push:function(e,t){this.source.push(this.wrap(e,t))},merge:function(){var e=this.empty();return this.each((function(t){e.add([" ",t,"\n"])})),e},each:function(e){for(var t=0,n=this.source.length;t<n;t++)e(this.source[t])},empty:function(){var e=this.currentLocation||{start:{}};return new o(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var t=arguments.length<=1||void 0===arguments[1]?this.currentLocation||{start:{}}:arguments[1];return e instanceof o?e:(e=i(e,this,t),new o(t.start.line,t.start.column,this.srcFile,e))},functionCall:function(e,t,n){return n=this.generateList(n),this.wrap([e,t?"."+t+"(":"(",n,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var t=this,n=[];a(e).forEach((function(a){var r=i(e[a],t);"undefined"!==r&&n.push([t.quotedString(a),":",r])}));var r=this.generateList(n);return r.prepend("{"),r.add("}"),r},generateList:function(e){for(var t=this.empty(),n=0,a=e.length;n<a;n++)n&&t.add(","),t.add(i(e[n],this));return t},generateArray:function(e){var t=this.generateList(e);return t.prepend("["),t.add("]"),t}},t.default=s,e.exports=t.default}])},e.exports=a()},,,,,,,,,,,,,,,,,,function(e,t,n){var a=n(624);function r(){return e.exports=r=a||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},r.apply(this,arguments)}e.exports=r},,,,function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}},function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},,,,,,,,,,,,,,,,function(e,t,n){e.exports=n(634)},,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(13),r=n(19),o=n(11);function i(e,t){Object(o.a)(1,arguments);var n=t||{},i=n.locale,s=i&&i.options&&i.options.weekStartsOn,l=null==s?0:Object(r.a)(s),c=null==n.weekStartsOn?l:Object(r.a)(n.weekStartsOn);if(!(c>=0&&c<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var u=Object(a.default)(e),p=u.getDay(),d=(p<c?7:0)+p-c;return u.setDate(u.getDate()-d),u.setHours(0,0,0,0),u}},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var a=n(19),r=n(13),o=n(11);function i(e,t){Object(o.a)(1,arguments);var n=t||{},i=n.locale,s=i&&i.options&&i.options.weekStartsOn,l=null==s?0:Object(a.a)(s),c=null==n.weekStartsOn?l:Object(a.a)(n.weekStartsOn);if(!(c>=0&&c<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var u=Object(r.default)(e),p=u.getUTCDay(),d=(p<c?7:0)+p-c;return u.setUTCDate(u.getUTCDate()-d),u.setUTCHours(0,0,0,0),u}},,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));function a(e){return e.getTime()%6e4}function r(e){var t=new Date(e.getTime()),n=Math.ceil(t.getTimezoneOffset());return t.setSeconds(0,0),6e4*n+(n>0?(6e4+a(t))%6e4:a(t))}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));var a=n(13),r=n(11);function o(e){Object(r.a)(1,arguments);var t=1,n=Object(a.default)(e),o=n.getUTCDay(),i=(o<t?7:0)+o-t;return n.setUTCDate(n.getUTCDate()-i),n.setUTCHours(0,0,0,0),n}},function(e,t,n){"use strict";n.d(t,"a",(function(){return o})),n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return s}));var a=["D","DD"],r=["YY","YYYY"];function o(e){return-1!==a.indexOf(e)}function i(e){return-1!==r.indexOf(e)}function s(e){if("YYYY"===e)throw new RangeError("Use `yyyy` instead of `YYYY` for formatting years; see: https://git.io/fxCyr");if("YY"===e)throw new RangeError("Use `yy` instead of `YY` for formatting years; see: https://git.io/fxCyr");if("D"===e)throw new RangeError("Use `d` instead of `D` for formatting days of the month; see: https://git.io/fxCyr");if("DD"===e)throw new RangeError("Use `dd` instead of `DD` for formatting days of the month; see: https://git.io/fxCyr")}},,,,,,,function(e,t,n){"use strict";var a={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function r(e){return function(t){var n=t||{},a=n.width?String(n.width):e.defaultWidth;return e.formats[a]||e.formats[e.defaultWidth]}}var o={date:r({formats:{full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},defaultWidth:"full"}),time:r({formats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},defaultWidth:"full"}),dateTime:r({formats:{full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},defaultWidth:"full"})},i={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function s(e){return function(t,n){var a,r=n||{};if("formatting"===(r.context?String(r.context):"standalone")&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,i=r.width?String(r.width):o;a=e.formattingValues[i]||e.formattingValues[o]}else{var s=e.defaultWidth,l=r.width?String(r.width):e.defaultWidth;a=e.values[l]||e.values[s]}return a[e.argumentCallback?e.argumentCallback(t):t]}}function l(e){return function(t,n){var a=String(t),r=n||{},o=r.width,i=o&&e.matchPatterns[o]||e.matchPatterns[e.defaultMatchWidth],s=a.match(i);if(!s)return null;var l,c=s[0],u=o&&e.parsePatterns[o]||e.parsePatterns[e.defaultParseWidth];return l="[object Array]"===Object.prototype.toString.call(u)?function(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}(u,(function(e){return e.test(c)})):function(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}(u,(function(e){return e.test(c)})),l=e.valueCallback?e.valueCallback(l):l,{value:l=r.valueCallback?r.valueCallback(l):l,rest:a.slice(c.length)}}}var c,u={code:"en-US",formatDistance:function(e,t,n){var r;return n=n||{},r="string"==typeof a[e]?a[e]:1===t?a[e].one:a[e].other.replace("{{count}}",t),n.addSuffix?n.comparison>0?"in "+r:r+" ago":r},formatLong:o,formatRelative:function(e,t,n,a){return i[e]},localize:{ordinalNumber:function(e,t){var n=Number(e),a=n%100;if(a>20||a<10)switch(a%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},era:s({values:{narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},defaultWidth:"wide"}),quarter:s({values:{narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},defaultWidth:"wide",argumentCallback:function(e){return Number(e)-1}}),month:s({values:{narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},defaultWidth:"wide"}),day:s({values:{narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},defaultWidth:"wide"}),dayPeriod:s({values:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},defaultWidth:"wide",formattingValues:{narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},defaultFormattingWidth:"wide"})},match:{ordinalNumber:(c={matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:function(e){return parseInt(e,10)}},function(e,t){var n=String(e),a=t||{},r=n.match(c.matchPattern);if(!r)return null;var o=r[0],i=n.match(c.parsePattern);if(!i)return null;var s=c.valueCallback?c.valueCallback(i[0]):i[0];return{value:s=a.valueCallback?a.valueCallback(s):s,rest:n.slice(o.length)}}),era:l({matchPatterns:{narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},defaultMatchWidth:"wide",parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:"any"}),quarter:l({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:"wide",parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:l({matchPatterns:{narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},defaultParseWidth:"any"}),day:l({matchPatterns:{narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},defaultMatchWidth:"wide",parsePatterns:{narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},defaultParseWidth:"any"}),dayPeriod:l({matchPatterns:{narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},defaultMatchWidth:"any",parsePatterns:{any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},defaultParseWidth:"any"})},options:{weekStartsOn:0,firstWeekContainsDate:1}};t.a=u},,,,,,,,,,function(e,t,n){e.exports=n(160)},,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var a=n(13),r=n(11);function o(e){Object(r.a)(1,arguments);var t=Object(a.default)(e);return t.setHours(0,0,0,0),t}},,function(e,t){function n(){return e.exports=n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e},n.apply(this,arguments)}e.exports=n},,,,,,,,,function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var a=n(19),r=n(13),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(r.default)(e).getTime(),i=Object(a.a)(t);return new Date(n+i)}},function(e,t,n){"use strict";n.d(t,"a",(function(){return s}));var a=n(19),r=n(13),o=n(99),i=n(11);function s(e,t){Object(i.a)(1,arguments);var n=Object(r.default)(e,t),s=n.getUTCFullYear(),l=t||{},c=l.locale,u=c&&c.options&&c.options.firstWeekContainsDate,p=null==u?1:Object(a.a)(u),d=null==l.firstWeekContainsDate?p:Object(a.a)(l.firstWeekContainsDate);if(!(d>=1&&d<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var m=new Date(0);m.setUTCFullYear(s+1,0,d),m.setUTCHours(0,0,0,0);var f=Object(o.a)(m,t),h=new Date(0);h.setUTCFullYear(s,0,d),h.setUTCHours(0,0,0,0);var v=Object(o.a)(h,t);return n.getTime()>=f.getTime()?s+1:n.getTime()>=v.getTime()?s:s-1}},function(e,t){e.exports=function(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}},,,,,function(e,t,n){e.exports=n(161)},function(e,t,n){n(162);var a=n(30);e.exports=a.Number.isNaN},function(e,t,n){n(23)({target:"Number",stat:!0},{isNaN:function(e){return e!=e}})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(13),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(r.default)(e),i=Object(a.a)(t);return isNaN(i)?new Date(NaN):i?(n.setDate(n.getDate()+i),n):n}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(13),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(r.default)(e),i=Object(a.a)(t);if(isNaN(i))return new Date(NaN);if(!i)return n;var s=n.getDate(),l=new Date(n.getTime());l.setMonth(n.getMonth()+i+1,0);var c=l.getDate();return s>=c?l:(n.setFullYear(l.getFullYear(),l.getMonth(),s),n)}},function(e,t,n){"use strict";e.exports=n(661)},,function(e,t,n){e.exports=n(731)},,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){var a=n(530),r=n(652),o=n(654);e.exports=function(e,t){if(null==e)return{};var n,i,s=o(e,t);if(r){var l=r(e);for(i=0;i<l.length;i++)n=l[i],a(t).call(t,n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(s[n]=e[n])}return s}},function(e,t,n){(function(e){!function(t,n,a,r,o,i,s,l,c,u,p,d,m,f,h,v,g,y,b,w,_,E,k,S,C,I,x,O,N,T,D,P,R,j,M,A,L,F,q,U,V,B,W,Y,H,$,z,K,G,Q,X,J,Z,ee,te,ne,ae,re,oe,ie,se,le){"use strict";function ce(e){return(ce="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function ue(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function pe(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}function de(e,t,n){return t&&pe(e.prototype,t),n&&pe(e,n),e}function me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fe(){return(fe=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e}).apply(this,arguments)}function he(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function ve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?he(Object(n),!0).forEach((function(t){me(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):he(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ge(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&function(e,t){(Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}(e,t)}function ye(e){return(ye=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function be(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function we(e,t){return!t||"object"!=typeof t&&"function"!=typeof t?be(e):t}function _e(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,a=ye(e);if(t){var r=ye(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return we(this,n)}}function Ee(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function ke(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}n=n&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n,a=a&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a,r=r&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r,o=o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o,i=i&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i,s=s&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s,l=l&&Object.prototype.hasOwnProperty.call(l,"default")?l.default:l,c=c&&Object.prototype.hasOwnProperty.call(c,"default")?c.default:c,u=u&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u,p=p&&Object.prototype.hasOwnProperty.call(p,"default")?p.default:p,d=d&&Object.prototype.hasOwnProperty.call(d,"default")?d.default:d,m=m&&Object.prototype.hasOwnProperty.call(m,"default")?m.default:m,f=f&&Object.prototype.hasOwnProperty.call(f,"default")?f.default:f,h=h&&Object.prototype.hasOwnProperty.call(h,"default")?h.default:h,v=v&&Object.prototype.hasOwnProperty.call(v,"default")?v.default:v,g=g&&Object.prototype.hasOwnProperty.call(g,"default")?g.default:g,y=y&&Object.prototype.hasOwnProperty.call(y,"default")?y.default:y,b=b&&Object.prototype.hasOwnProperty.call(b,"default")?b.default:b,w=w&&Object.prototype.hasOwnProperty.call(w,"default")?w.default:w,_=_&&Object.prototype.hasOwnProperty.call(_,"default")?_.default:_,E=E&&Object.prototype.hasOwnProperty.call(E,"default")?E.default:E,k=k&&Object.prototype.hasOwnProperty.call(k,"default")?k.default:k,S=S&&Object.prototype.hasOwnProperty.call(S,"default")?S.default:S,C=C&&Object.prototype.hasOwnProperty.call(C,"default")?C.default:C,I=I&&Object.prototype.hasOwnProperty.call(I,"default")?I.default:I,x=x&&Object.prototype.hasOwnProperty.call(x,"default")?x.default:x,O=O&&Object.prototype.hasOwnProperty.call(O,"default")?O.default:O,N=N&&Object.prototype.hasOwnProperty.call(N,"default")?N.default:N,T=T&&Object.prototype.hasOwnProperty.call(T,"default")?T.default:T,D=D&&Object.prototype.hasOwnProperty.call(D,"default")?D.default:D,P=P&&Object.prototype.hasOwnProperty.call(P,"default")?P.default:P,R=R&&Object.prototype.hasOwnProperty.call(R,"default")?R.default:R,j=j&&Object.prototype.hasOwnProperty.call(j,"default")?j.default:j,M=M&&Object.prototype.hasOwnProperty.call(M,"default")?M.default:M,A=A&&Object.prototype.hasOwnProperty.call(A,"default")?A.default:A,L=L&&Object.prototype.hasOwnProperty.call(L,"default")?L.default:L,F=F&&Object.prototype.hasOwnProperty.call(F,"default")?F.default:F,q=q&&Object.prototype.hasOwnProperty.call(q,"default")?q.default:q,U=U&&Object.prototype.hasOwnProperty.call(U,"default")?U.default:U,V=V&&Object.prototype.hasOwnProperty.call(V,"default")?V.default:V,B=B&&Object.prototype.hasOwnProperty.call(B,"default")?B.default:B,W=W&&Object.prototype.hasOwnProperty.call(W,"default")?W.default:W,Y=Y&&Object.prototype.hasOwnProperty.call(Y,"default")?Y.default:Y,H=H&&Object.prototype.hasOwnProperty.call(H,"default")?H.default:H,$=$&&Object.prototype.hasOwnProperty.call($,"default")?$.default:$,z=z&&Object.prototype.hasOwnProperty.call(z,"default")?z.default:z,K=K&&Object.prototype.hasOwnProperty.call(K,"default")?K.default:K,G=G&&Object.prototype.hasOwnProperty.call(G,"default")?G.default:G,Q=Q&&Object.prototype.hasOwnProperty.call(Q,"default")?Q.default:Q,X=X&&Object.prototype.hasOwnProperty.call(X,"default")?X.default:X,J=J&&Object.prototype.hasOwnProperty.call(J,"default")?J.default:J,Z=Z&&Object.prototype.hasOwnProperty.call(Z,"default")?Z.default:Z,ee=ee&&Object.prototype.hasOwnProperty.call(ee,"default")?ee.default:ee,te=te&&Object.prototype.hasOwnProperty.call(te,"default")?te.default:te,ne=ne&&Object.prototype.hasOwnProperty.call(ne,"default")?ne.default:ne,ae=ae&&Object.prototype.hasOwnProperty.call(ae,"default")?ae.default:ae,re=re&&Object.prototype.hasOwnProperty.call(re,"default")?re.default:re,oe=oe&&Object.prototype.hasOwnProperty.call(oe,"default")?oe.default:oe,ie=ie&&Object.prototype.hasOwnProperty.call(ie,"default")?ie.default:ie,se=se&&Object.prototype.hasOwnProperty.call(se,"default")?se.default:se;var Se={p:ke,P:function(e,t){var n,a=e.match(/(P+)(p+)?/),r=a[1],o=a[2];if(!o)return Ee(e,t);switch(r){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",Ee(r,t)).replace("{{time}}",ke(o,t))}},Ce=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g;function Ie(e){var t=e?"string"==typeof e||e instanceof String?ie(e):re(e):new Date;return Oe(t)?t:null}function xe(e,t,n,a){var r=null,o=Ye(n)||We(),i=!0;return Array.isArray(t)?(t.forEach((function(t){var n=oe(e,t,new Date,{locale:o});a&&(i=Oe(n)&&e===s(n,t,{awareOfUnicodeTokens:!0})),Oe(n)&&i&&(r=n)})),r):(r=oe(e,t,new Date,{locale:o}),a?i=Oe(r)&&e===s(r,t,{awareOfUnicodeTokens:!0}):Oe(r)||(t=t.match(Ce).map((function(e){var t=e[0];return"p"===t||"P"===t?o?(0,Se[t])(e,o.formatLong):t:e})).join(""),e.length>0&&(r=oe(e,t.slice(0,e.length),new Date)),Oe(r)||(r=new Date(e))),Oe(r)&&i?r:null)}function Oe(e){return i(e)&&te(e,new Date("1/1/1000"))}function Ne(e,t,n){if("en"===n)return s(e,t,{awareOfUnicodeTokens:!0});var a=Ye(n);return n&&!a&&console.warn('A locale object was not found for the provided string ["'.concat(n,'"].')),!a&&We()&&Ye(We())&&(a=Ye(We())),s(e,t,{locale:a||null,awareOfUnicodeTokens:!0})}function Te(e,t){var n=t.hour,a=void 0===n?0:n,r=t.minute,o=void 0===r?0:r,i=t.second;return P(D(T(e,void 0===i?0:i),o),a)}function De(e,t){var n=t&&Ye(t)||We()&&Ye(We());return C(e,n?{locale:n}:null)}function Pe(e,t){return Ne(e,"ddd",t)}function Re(e){return B(e)}function je(e,t){var n=Ye(t||We());return W(e,{locale:n})}function Me(e){return Y(e)}function Ae(e){return H(e)}function Le(e,t){return e&&t?Z(e,t):!e&&!t}function Fe(e,t){return e&&t?J(e,t):!e&&!t}function qe(e,t){return e&&t?ee(e,t):!e&&!t}function Ue(e,t){return e&&t?X(e,t):!e&&!t}function Ve(e,t){return e&&t?Q(e,t):!e&&!t}function Be(e,t,n){var a,r=B(t),o=z(n);try{a=ae(e,{start:r,end:o})}catch(e){a=!1}return a}function We(){return("undefined"!=typeof window?window:e).__localeId__}function Ye(t){if("string"==typeof t){var n="undefined"!=typeof window?window:e;return n.__localeData__?n.__localeData__[t]:null}return t}function He(e,t){return Ne(R(Ie(),e),"LLLL",t)}function $e(e,t){return Ne(R(Ie(),e),"LLL",t)}function ze(e,t){return Ne(j(Ie(),e),"QQQ",t)}function Ke(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.maxDate,r=t.excludeDates,o=t.includeDates,i=t.filterDate;return et(e,{minDate:n,maxDate:a})||r&&r.some((function(t){return Ue(e,t)}))||o&&!o.some((function(t){return Ue(e,t)}))||i&&!i(Ie(e))||!1}function Ge(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.excludeDates;return n&&n.some((function(t){return Ue(e,t)}))||!1}function Qe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.maxDate,r=t.excludeDates,o=t.includeDates,i=t.filterDate;return et(e,{minDate:n,maxDate:a})||r&&r.some((function(t){return Fe(e,t)}))||o&&!o.some((function(t){return Fe(e,t)}))||i&&!i(Ie(e))||!1}function Xe(e,t,n,a){var r=O(e),o=I(e),i=O(t),s=I(t),l=O(a);return r===i&&r===l?o<=n&&n<=s:r<i?l===r&&o<=n||l===i&&s>=n||l<i&&l>r:void 0}function Je(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.maxDate,r=t.excludeDates,o=t.includeDates,i=t.filterDate;return et(e,{minDate:n,maxDate:a})||r&&r.some((function(t){return qe(e,t)}))||o&&!o.some((function(t){return qe(e,t)}))||i&&!i(Ie(e))||!1}function Ze(e,t,n,a){var r=O(e),o=x(e),i=O(t),s=x(t),l=O(a);return r===i&&r===l?o<=n&&n<=s:r<i?l===r&&o<=n||l===i&&s>=n||l<i&&l>r:void 0}function et(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.maxDate;return n&&F(e,n)<0||a&&F(e,a)>0}function tt(e,t){for(var n=t.length,a=0;a<n;a++)if(E(t[a])===E(e)&&_(t[a])===_(e))return!0;return!1}function nt(e,t){var n=t.minTime,a=t.maxTime;if(!n||!a)throw new Error("Both minTime and maxTime props required");var r,o=Ie(),i=P(D(o,_(e)),E(e)),s=P(D(o,_(n)),E(n)),l=P(D(o,_(a)),E(a));try{r=!ae(i,{start:s,end:l})}catch(e){r=!1}return r}function at(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.includeDates,r=y(e,1);return n&&q(n,r)>0||a&&a.every((function(e){return q(e,r)>0}))||!1}function rt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,a=t.includeDates,r=d(e,1);return n&&q(r,n)>0||a&&a.every((function(e){return q(r,e)>0}))||!1}function ot(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.minDate,a=t.includeDates,r=b(e,1);return n&&V(n,r)>0||a&&a.every((function(e){return V(e,r)>0}))||!1}function it(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.maxDate,a=t.includeDates,r=m(e,1);return n&&V(r,n)>0||a&&a.every((function(e){return V(r,e)>0}))||!1}function st(e){var t=e.minDate,n=e.includeDates;if(n&&t){var a=n.filter((function(e){return F(e,t)>=0}));return A(a)}return n?A(n):t}function lt(e){var t=e.maxDate,n=e.includeDates;if(n&&t){var a=n.filter((function(e){return F(e,t)<=0}));return L(a)}return n?L(n):t}function ct(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"react-datepicker__day--highlighted",n=new Map,a=0,r=e.length;a<r;a++){var i=e[a];if(o(i)){var s=Ne(i,"MM.dd.yyyy"),l=n.get(s)||[];l.includes(t)||(l.push(t),n.set(s,l))}else if("object"===ce(i)){var c=Object.keys(i),u=c[0],p=i[c[0]];if("string"==typeof u&&p.constructor===Array)for(var d=0,m=p.length;d<m;d++){var f=Ne(p[d],"MM.dd.yyyy"),h=n.get(f)||[];h.includes(u)||(h.push(u),n.set(f,h))}}}return n}function ut(e,t,n,a,r){for(var o=r.length,i=[],s=0;s<o;s++){var u=l(c(e,E(r[s])),_(r[s])),p=l(e,(n+1)*a);te(u,t)&&ne(u,p)&&i.push(r[s])}return i}function pt(e){return e<10?"0".concat(e):"".concat(e)}function dt(e,t,n,a){for(var r=[],o=0;o<2*t+1;o++){var i=e+t-o,s=!0;n&&(s=O(n)<=i),a&&s&&(s=O(a)>=i),s&&r.push(i)}return r}var mt=se(function(e){ge(a,e);var t=_e(a);function a(e){var r;ue(this,a),me(be(r=t.call(this,e)),"renderOptions",(function(){var e=r.props.year,t=r.state.yearsList.map((function(t){return n.createElement("div",{className:e===t?"react-datepicker__year-option react-datepicker__year-option--selected_year":"react-datepicker__year-option",key:t,onClick:r.onChange.bind(be(r),t)},e===t?n.createElement("span",{className:"react-datepicker__year-option--selected"},"✓"):"",t)})),a=r.props.minDate?O(r.props.minDate):null,o=r.props.maxDate?O(r.props.maxDate):null;return o&&r.state.yearsList.find((function(e){return e===o}))||t.unshift(n.createElement("div",{className:"react-datepicker__year-option",key:"upcoming",onClick:r.incrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-upcoming"}))),a&&r.state.yearsList.find((function(e){return e===a}))||t.push(n.createElement("div",{className:"react-datepicker__year-option",key:"previous",onClick:r.decrementYears},n.createElement("a",{className:"react-datepicker__navigation react-datepicker__navigation--years react-datepicker__navigation--years-previous"}))),t})),me(be(r),"onChange",(function(e){r.props.onChange(e)})),me(be(r),"handleClickOutside",(function(){r.props.onCancel()})),me(be(r),"shiftYears",(function(e){var t=r.state.yearsList.map((function(t){return t+e}));r.setState({yearsList:t})})),me(be(r),"incrementYears",(function(){return r.shiftYears(1)})),me(be(r),"decrementYears",(function(){return r.shiftYears(-1)}));var o=e.yearDropdownItemNumber,i=e.scrollableYearDropdown,s=o||(i?10:5);return r.state={yearsList:dt(r.props.year,s,r.props.minDate,r.props.maxDate)},r}return de(a,[{key:"render",value:function(){var e=r({"react-datepicker__year-dropdown":!0,"react-datepicker__year-dropdown--scrollable":this.props.scrollableYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),a}(n.Component)),ft=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"state",{dropdownVisible:!1}),me(be(e),"renderSelectOptions",(function(){for(var t=e.props.minDate?O(e.props.minDate):1900,a=e.props.maxDate?O(e.props.maxDate):2100,r=[],o=t;o<=a;o++)r.push(n.createElement("option",{key:o,value:o},o));return r})),me(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),me(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:e.props.year,className:"react-datepicker__year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),me(be(e),"renderReadView",(function(t){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__year-read-view--selected-year"},e.props.year))})),me(be(e),"renderDropdown",(function(){return n.createElement(mt,{key:"dropdown",year:e.props.year,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableYearDropdown:e.props.scrollableYearDropdown,yearDropdownItemNumber:e.props.yearDropdownItemNumber})})),me(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),me(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.year&&e.props.onChange(t)})),me(be(e),"toggleDropdown",(function(t){e.setState({dropdownVisible:!e.state.dropdownVisible},(function(){e.props.adjustDateOnChange&&e.handleYearChange(e.props.date,t)}))})),me(be(e),"handleYearChange",(function(t,n){e.onSelect(t,n),e.setOpen()})),me(be(e),"onSelect",(function(t,n){e.props.onSelect&&e.props.onSelect(t,n)})),me(be(e),"setOpen",(function(){e.props.setOpen&&e.props.setOpen(!0)})),e}return de(a,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__year-dropdown-container react-datepicker__year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),a}(n.Component),ht=se(function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"renderOptions",(function(){return e.props.monthNames.map((function(t,a){return n.createElement("div",{className:e.props.month===a?"react-datepicker__month-option react-datepicker__month-option--selected_month":"react-datepicker__month-option",key:t,onClick:e.onChange.bind(be(e),a)},e.props.month===a?n.createElement("span",{className:"react-datepicker__month-option--selected"},"✓"):"",t)}))})),me(be(e),"onChange",(function(t){return e.props.onChange(t)})),me(be(e),"handleClickOutside",(function(){return e.props.onCancel()})),e}return de(a,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__month-dropdown"},this.renderOptions())}}]),a}(n.Component)),vt=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"state",{dropdownVisible:!1}),me(be(e),"renderSelectOptions",(function(e){return e.map((function(e,t){return n.createElement("option",{key:t,value:t},e)}))})),me(be(e),"renderSelectMode",(function(t){return n.createElement("select",{value:e.props.month,className:"react-datepicker__month-select",onChange:function(t){return e.onChange(t.target.value)}},e.renderSelectOptions(t))})),me(be(e),"renderReadView",(function(t,a){return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-read-view",onClick:e.toggleDropdown},n.createElement("span",{className:"react-datepicker__month-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-read-view--selected-month"},a[e.props.month]))})),me(be(e),"renderDropdown",(function(t){return n.createElement(ht,{key:"dropdown",month:e.props.month,monthNames:t,onChange:e.onChange,onCancel:e.toggleDropdown})})),me(be(e),"renderScrollMode",(function(t){var n=e.state.dropdownVisible,a=[e.renderReadView(!n,t)];return n&&a.unshift(e.renderDropdown(t)),a})),me(be(e),"onChange",(function(t){e.toggleDropdown(),t!==e.props.month&&e.props.onChange(t)})),me(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(a,[{key:"render",value:function(){var e,t=this,a=[0,1,2,3,4,5,6,7,8,9,10,11].map(this.props.useShortMonthInDropdown?function(e){return $e(e,t.props.locale)}:function(e){return He(e,t.props.locale)});switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode(a);break;case"select":e=this.renderSelectMode(a)}return n.createElement("div",{className:"react-datepicker__month-dropdown-container react-datepicker__month-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),a}(n.Component);function gt(e,t){for(var n=[],a=Me(e),r=Me(t);!te(a,r);)n.push(Ie(a)),a=d(a,1);return n}var yt=se(function(e){ge(a,e);var t=_e(a);function a(e){var r;return ue(this,a),me(be(r=t.call(this,e)),"renderOptions",(function(){return r.state.monthYearsList.map((function(e){var t=N(e),a=Le(r.props.date,e)&&Fe(r.props.date,e);return n.createElement("div",{className:a?"react-datepicker__month-year-option --selected_month-year":"react-datepicker__month-year-option",key:t,onClick:r.onChange.bind(be(r),t)},a?n.createElement("span",{className:"react-datepicker__month-year-option--selected"},"✓"):"",Ne(e,r.props.dateFormat))}))})),me(be(r),"onChange",(function(e){return r.props.onChange(e)})),me(be(r),"handleClickOutside",(function(){r.props.onCancel()})),r.state={monthYearsList:gt(r.props.minDate,r.props.maxDate)},r}return de(a,[{key:"render",value:function(){var e=r({"react-datepicker__month-year-dropdown":!0,"react-datepicker__month-year-dropdown--scrollable":this.props.scrollableMonthYearDropdown});return n.createElement("div",{className:e},this.renderOptions())}}]),a}(n.Component)),bt=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"state",{dropdownVisible:!1}),me(be(e),"renderSelectOptions",(function(){for(var t=Me(e.props.minDate),a=Me(e.props.maxDate),r=[];!te(t,a);){var o=N(t);r.push(n.createElement("option",{key:o,value:o},Ne(t,e.props.dateFormat,e.props.locale))),t=d(t,1)}return r})),me(be(e),"onSelectChange",(function(t){e.onChange(t.target.value)})),me(be(e),"renderSelectMode",(function(){return n.createElement("select",{value:N(Me(e.props.date)),className:"react-datepicker__month-year-select",onChange:e.onSelectChange},e.renderSelectOptions())})),me(be(e),"renderReadView",(function(t){var a=Ne(e.props.date,e.props.dateFormat,e.props.locale);return n.createElement("div",{key:"read",style:{visibility:t?"visible":"hidden"},className:"react-datepicker__month-year-read-view",onClick:function(t){return e.toggleDropdown(t)}},n.createElement("span",{className:"react-datepicker__month-year-read-view--down-arrow"}),n.createElement("span",{className:"react-datepicker__month-year-read-view--selected-month-year"},a))})),me(be(e),"renderDropdown",(function(){return n.createElement(yt,{key:"dropdown",date:e.props.date,dateFormat:e.props.dateFormat,onChange:e.onChange,onCancel:e.toggleDropdown,minDate:e.props.minDate,maxDate:e.props.maxDate,scrollableMonthYearDropdown:e.props.scrollableMonthYearDropdown})})),me(be(e),"renderScrollMode",(function(){var t=e.state.dropdownVisible,n=[e.renderReadView(!t)];return t&&n.unshift(e.renderDropdown()),n})),me(be(e),"onChange",(function(t){e.toggleDropdown();var n=Ie(parseInt(t));Le(e.props.date,n)&&Fe(e.props.date,n)||e.props.onChange(n)})),me(be(e),"toggleDropdown",(function(){return e.setState({dropdownVisible:!e.state.dropdownVisible})})),e}return de(a,[{key:"render",value:function(){var e;switch(this.props.dropdownMode){case"scroll":e=this.renderScrollMode();break;case"select":e=this.renderSelectMode()}return n.createElement("div",{className:"react-datepicker__month-year-dropdown-container react-datepicker__month-year-dropdown-container--".concat(this.props.dropdownMode)},e)}}]),a}(n.Component),wt=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];return me(be(e=t.call.apply(t,[this].concat(i))),"dayEl",n.createRef()),me(be(e),"handleClick",(function(t){!e.isDisabled()&&e.props.onClick&&e.props.onClick(t)})),me(be(e),"handleMouseEnter",(function(t){!e.isDisabled()&&e.props.onMouseEnter&&e.props.onMouseEnter(t)})),me(be(e),"handleOnKeyDown",(function(t){" "===t.key&&(t.preventDefault(),t.key="Enter"),e.props.handleOnKeyDown(t)})),me(be(e),"isSameDay",(function(t){return Ue(e.props.day,t)})),me(be(e),"isKeyboardSelected",(function(){return!e.props.disabledKeyboardNavigation&&!e.props.inline&&!e.isSameDay(e.props.selected)&&e.isSameDay(e.props.preSelection)})),me(be(e),"isDisabled",(function(){return Ke(e.props.day,e.props)})),me(be(e),"isExcluded",(function(){return Ge(e.props.day,e.props)})),me(be(e),"getHighLightedClass",(function(t){var n=e.props,a=n.day,r=n.highlightDates;if(!r)return!1;var o=Ne(a,"MM.dd.yyyy");return r.get(o)})),me(be(e),"isInRange",(function(){var t=e.props,n=t.day,a=t.startDate,r=t.endDate;return!(!a||!r)&&Be(n,a,r)})),me(be(e),"isInSelectingRange",(function(){var t=e.props,n=t.day,a=t.selectsStart,r=t.selectsEnd,o=t.selectingDate,i=t.startDate,s=t.endDate;return!(!a&&!r||!o||e.isDisabled())&&(a&&s&&(ne(o,s)||Ve(o,s))?Be(n,o,s):!(!r||!i||!te(o,i)&&!Ve(o,i))&&Be(n,i,o))})),me(be(e),"isSelectingRangeStart",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,a=t.selectingDate,r=t.startDate;return Ue(n,t.selectsStart?a:r)})),me(be(e),"isSelectingRangeEnd",(function(){if(!e.isInSelectingRange())return!1;var t=e.props,n=t.day,a=t.selectingDate,r=t.endDate;return Ue(n,t.selectsEnd?a:r)})),me(be(e),"isRangeStart",(function(){var t=e.props,n=t.day,a=t.startDate,r=t.endDate;return!(!a||!r)&&Ue(a,n)})),me(be(e),"isRangeEnd",(function(){var t=e.props,n=t.day,a=t.startDate,r=t.endDate;return!(!a||!r)&&Ue(r,n)})),me(be(e),"isWeekend",(function(){var t=k(e.props.day);return 0===t||6===t})),me(be(e),"isOutsideMonth",(function(){return void 0!==e.props.month&&e.props.month!==I(e.props.day)})),me(be(e),"getClassNames",(function(t){var n=e.props.dayClassName?e.props.dayClassName(t):void 0;return r("react-datepicker__day",n,"react-datepicker__day--"+Pe(e.props.day),{"react-datepicker__day--disabled":e.isDisabled(),"react-datepicker__day--excluded":e.isExcluded(),"react-datepicker__day--selected":e.isSameDay(e.props.selected),"react-datepicker__day--keyboard-selected":e.isKeyboardSelected(),"react-datepicker__day--range-start":e.isRangeStart(),"react-datepicker__day--range-end":e.isRangeEnd(),"react-datepicker__day--in-range":e.isInRange(),"react-datepicker__day--in-selecting-range":e.isInSelectingRange(),"react-datepicker__day--selecting-range-start":e.isSelectingRangeStart(),"react-datepicker__day--selecting-range-end":e.isSelectingRangeEnd(),"react-datepicker__day--today":e.isSameDay(Ie()),"react-datepicker__day--weekend":e.isWeekend(),"react-datepicker__day--outside-month":e.isOutsideMonth()},e.getHighLightedClass("react-datepicker__day--highlighted"))})),me(be(e),"getAriaLabel",(function(){var t=e.props,n=t.day,a=t.ariaLabelPrefixWhenEnabled,r=void 0===a?"Choose":a,o=t.ariaLabelPrefixWhenDisabled,i=void 0===o?"Not available":o,s=e.isDisabled()||e.isExcluded()?i:r;return"".concat(s," ").concat(Ne(n,"PPPP"))})),me(be(e),"getTabIndex",(function(t,n){var a=t||e.props.selected,r=n||e.props.preSelection;return e.isKeyboardSelected()||e.isSameDay(a)&&Ue(r,a)?0:-1})),me(be(e),"handleFocusDay",(function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=!1;0===e.getTabIndex()&&!t.isInputFocused&&e.isSameDay(e.props.preSelection)&&(document.activeElement&&document.activeElement!==document.body||(n=!0),e.props.containerRef&&e.props.containerRef.current&&e.props.containerRef.current.contains(document.activeElement)&&document.activeElement.classList.contains("react-datepicker__day")&&(n=!0)),n&&e.dayEl.current.focus()})),me(be(e),"render",(function(){return n.createElement("div",{ref:e.dayEl,className:e.getClassNames(e.props.day),onKeyDown:e.handleOnKeyDown,onClick:e.handleClick,onMouseEnter:e.handleMouseEnter,tabIndex:e.getTabIndex(),"aria-label":e.getAriaLabel(),role:"button","aria-disabled":e.isDisabled()},e.props.renderDayContents?e.props.renderDayContents(S(e.props.day),e.props.day):S(e.props.day))})),e}return de(a,[{key:"componentDidMount",value:function(){this.handleFocusDay()}},{key:"componentDidUpdate",value:function(e){this.handleFocusDay(e)}}]),a}(n.Component),_t=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return me(be(e=t.call.apply(t,[this].concat(r))),"handleClick",(function(t){e.props.onClick&&e.props.onClick(t)})),e}return de(a,[{key:"render",value:function(){var e=this.props,t=e.weekNumber,a=e.ariaLabelPrefix,o=void 0===a?"week ":a,i={"react-datepicker__week-number":!0,"react-datepicker__week-number--clickable":!!e.onClick};return n.createElement("div",{className:r(i),"aria-label":"".concat(o," ").concat(this.props.weekNumber),onClick:this.handleClick},t)}}]),a}(n.Component),Et=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n)})),me(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),me(be(e),"handleWeekClick",(function(t,n,a){"function"==typeof e.props.onWeekSelect&&e.props.onWeekSelect(t,n,a),e.props.shouldCloseOnSelect&&e.props.setOpen(!1)})),me(be(e),"formatWeekNumber",(function(t){return e.props.formatWeekNumber?e.props.formatWeekNumber(t):De(t,e.props.locale)})),me(be(e),"renderDays",(function(){var t=je(e.props.day,e.props.locale),a=[],r=e.formatWeekNumber(t);if(e.props.showWeekNumber){var o=e.props.onWeekSelect?e.handleWeekClick.bind(be(e),t,r):void 0;a.push(n.createElement(_t,{key:"W",weekNumber:r,onClick:o,ariaLabelPrefix:e.props.ariaLabelPrefix}))}return a.concat([0,1,2,3,4,5,6].map((function(a){var r=u(t,a);return n.createElement(wt,{ariaLabelPrefixWhenEnabled:e.props.chooseDayAriaLabelPrefix,ariaLabelPrefixWhenDisabled:e.props.disabledDayAriaLabelPrefix,key:r.valueOf(),day:r,month:e.props.month,onClick:e.handleDayClick.bind(be(e),r),onMouseEnter:e.handleDayMouseEnter.bind(be(e),r),minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,renderDayContents:e.props.renderDayContents,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})})))})),e}return de(a,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__week"},this.renderDays())}}],[{key:"defaultProps",get:function(){return{shouldCloseOnSelect:!0}}}]),a}(n.Component),kt=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var o=arguments.length,i=new Array(o),s=0;s<o;s++)i[s]=arguments[s];return me(be(e=t.call.apply(t,[this].concat(i))),"handleDayClick",(function(t,n){e.props.onDayClick&&e.props.onDayClick(t,n,e.props.orderInDisplay)})),me(be(e),"handleDayMouseEnter",(function(t){e.props.onDayMouseEnter&&e.props.onDayMouseEnter(t)})),me(be(e),"handleMouseLeave",(function(){e.props.onMouseLeave&&e.props.onMouseLeave()})),me(be(e),"isRangeStartMonth",(function(t){var n=e.props,a=n.day,r=n.startDate,o=n.endDate;return!(!r||!o)&&Fe(R(a,t),r)})),me(be(e),"isRangeStartQuarter",(function(t){var n=e.props,a=n.day,r=n.startDate,o=n.endDate;return!(!r||!o)&&qe(j(a,t),r)})),me(be(e),"isRangeEndMonth",(function(t){var n=e.props,a=n.day,r=n.startDate,o=n.endDate;return!(!r||!o)&&Fe(R(a,t),o)})),me(be(e),"isRangeEndQuarter",(function(t){var n=e.props,a=n.day,r=n.startDate,o=n.endDate;return!(!r||!o)&&qe(j(a,t),o)})),me(be(e),"isWeekInMonth",(function(t){var n=e.props.day,a=u(t,6);return Fe(t,n)||Fe(a,n)})),me(be(e),"renderWeeks",(function(){for(var t=[],a=e.props.fixedHeight,r=je(Me(e.props.day),e.props.locale),o=0,i=!1;t.push(n.createElement(Et,{ariaLabelPrefix:e.props.weekAriaLabelPrefix,chooseDayAriaLabelPrefix:e.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:e.props.disabledDayAriaLabelPrefix,key:o,day:r,month:I(e.props.day),onDayClick:e.handleDayClick,onDayMouseEnter:e.handleDayMouseEnter,onWeekSelect:e.props.onWeekSelect,formatWeekNumber:e.props.formatWeekNumber,locale:e.props.locale,minDate:e.props.minDate,maxDate:e.props.maxDate,excludeDates:e.props.excludeDates,includeDates:e.props.includeDates,inline:e.props.inline,highlightDates:e.props.highlightDates,selectingDate:e.props.selectingDate,filterDate:e.props.filterDate,preSelection:e.props.preSelection,selected:e.props.selected,selectsStart:e.props.selectsStart,selectsEnd:e.props.selectsEnd,showWeekNumber:e.props.showWeekNumbers,startDate:e.props.startDate,endDate:e.props.endDate,dayClassName:e.props.dayClassName,setOpen:e.props.setOpen,shouldCloseOnSelect:e.props.shouldCloseOnSelect,disabledKeyboardNavigation:e.props.disabledKeyboardNavigation,renderDayContents:e.props.renderDayContents,handleOnKeyDown:e.props.handleOnKeyDown,isInputFocused:e.props.isInputFocused,containerRef:e.props.containerRef})),!i;){o++,r=p(r,1);var s=a&&o>=6,l=!a&&!e.isWeekInMonth(r);if(s||l){if(!e.props.peekNextMonth)break;i=!0}}return t})),me(be(e),"onMonthClick",(function(t,n){e.handleDayClick(Me(R(e.props.day,n)),t)})),me(be(e),"onQuarterClick",(function(t,n){e.handleDayClick(Ae(j(e.props.day,n)),t)})),me(be(e),"getMonthClassNames",(function(t){var n=e.props,a=n.day,o=n.startDate,i=n.endDate,s=n.selected,l=n.minDate,c=n.maxDate;return r("react-datepicker__month-text","react-datepicker__month-".concat(t),{"react-datepicker__month--disabled":(l||c)&&Qe(R(a,t),e.props),"react-datepicker__month--selected":I(a)===t&&O(a)===O(s),"react-datepicker__month--in-range":Xe(o,i,t,a),"react-datepicker__month--range-start":e.isRangeStartMonth(t),"react-datepicker__month--range-end":e.isRangeEndMonth(t)})})),me(be(e),"getQuarterClassNames",(function(t){var n=e.props,a=n.day,o=n.startDate,i=n.endDate,s=n.selected,l=n.minDate,c=n.maxDate;return r("react-datepicker__quarter-text","react-datepicker__quarter-".concat(t),{"react-datepicker__quarter--disabled":(l||c)&&Je(j(a,t),e.props),"react-datepicker__quarter--selected":x(a)===t&&O(a)===O(s),"react-datepicker__quarter--in-range":Ze(o,i,t,a),"react-datepicker__quarter--range-start":e.isRangeStartQuarter(t),"react-datepicker__quarter--range-end":e.isRangeEndQuarter(t)})})),me(be(e),"renderMonths",(function(){var t=e.props,a=t.showFullMonthYearPicker,r=t.locale;return[[0,1,2],[3,4,5],[6,7,8],[9,10,11]].map((function(t,o){return n.createElement("div",{className:"react-datepicker__month-wrapper",key:o},t.map((function(t,o){return n.createElement("div",{key:o,onClick:function(n){e.onMonthClick(n,t)},className:e.getMonthClassNames(t)},a?He(t,r):$e(t,r))})))}))})),me(be(e),"renderQuarters",(function(){return n.createElement("div",{className:"react-datepicker__quarter-wrapper"},[1,2,3,4].map((function(t,a){return n.createElement("div",{key:a,onClick:function(n){e.onQuarterClick(n,t)},className:e.getQuarterClassNames(t)},ze(t,e.props.locale))})))})),me(be(e),"getClassNames",(function(){var t=e.props,n=t.selectingDate,a=t.selectsStart,o=t.selectsEnd,i=t.showMonthYearPicker,s=t.showQuarterYearPicker;return r("react-datepicker__month",{"react-datepicker__month--selecting-range":n&&(a||o)},{"react-datepicker__monthPicker":i},{"react-datepicker__quarterPicker":s})})),e}return de(a,[{key:"render",value:function(){var e=this.props,t=e.showMonthYearPicker,a=e.showQuarterYearPicker,r=e.day,o=e.ariaLabelPrefix,i=void 0===o?"month ":o;return n.createElement("div",{className:this.getClassNames(),onMouseLeave:this.handleMouseLeave,"aria-label":"".concat(i," ").concat(Ne(r,"yyyy-MM"))},t?this.renderMonths():a?this.renderQuarters():this.renderWeeks())}}]),a}(n.Component),St=function(e){ge(a,e);var t=_e(a);function a(){var e;ue(this,a);for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return me(be(e=t.call.apply(t,[this].concat(o))),"state",{height:null}),me(be(e),"handleClick",(function(t){(e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes)||e.props.onChange(t)})),me(be(e),"liClasses",(function(t,n,a){var r=["react-datepicker__time-list-item",e.props.timeClassName?e.props.timeClassName(t,n,a):void 0];return e.props.selected&&n===E(t)&&a===_(t)&&r.push("react-datepicker__time-list-item--selected"),((e.props.minTime||e.props.maxTime)&&nt(t,e.props)||e.props.excludeTimes&&tt(t,e.props.excludeTimes)||e.props.includeTimes&&!tt(t,e.props.includeTimes))&&r.push("react-datepicker__time-list-item--disabled"),e.props.injectTimes&&(60*E(t)+_(t))%e.props.intervals!=0&&r.push("react-datepicker__time-list-item--injected"),r.join(" ")})),me(be(e),"renderTimes",(function(){for(var t=[],a=e.props.format?e.props.format:"p",r=e.props.intervals,o=e.props.selected||e.props.openToDate||Ie(),i=E(o),s=_(o),c=Re(Ie()),u=1440/r,p=e.props.injectTimes&&e.props.injectTimes.sort((function(e,t){return e-t})),d=0;d<u;d++){var m=l(c,d*r);if(t.push(m),p){var f=ut(c,m,d,r,p);t=t.concat(f)}}return t.map((function(t,r){return n.createElement("li",{key:r,onClick:e.handleClick.bind(be(e),t),className:e.liClasses(t,i,s),ref:function(n){i===E(t)&&s>=_(t)&&(e.centerLi=n)}},Ne(t,a,e.props.locale))}))})),e}return de(a,[{key:"componentDidMount",value:function(){this.list.scrollTop=a.calcCenterPosition(this.props.monthRef?this.props.monthRef.clientHeight-this.header.clientHeight:this.list.clientHeight,this.centerLi),this.props.monthRef&&this.header&&this.setState({height:this.props.monthRef.clientHeight-this.header.clientHeight})}},{key:"render",value:function(){var e=this,t=this.state.height;return n.createElement("div",{className:"react-datepicker__time-container ".concat(this.props.todayButton?"react-datepicker__time-container--with-today-button":"")},n.createElement("div",{className:"react-datepicker__header react-datepicker__header--time",ref:function(t){e.header=t}},n.createElement("div",{className:"react-datepicker-time__header"},this.props.timeCaption)),n.createElement("div",{className:"react-datepicker__time"},n.createElement("div",{className:"react-datepicker__time-box"},n.createElement("ul",{className:"react-datepicker__time-list",ref:function(t){e.list=t},style:t?{height:t}:{}},this.renderTimes()))))}}],[{key:"defaultProps",get:function(){return{intervals:30,onTimeChange:function(){},todayButton:null,timeCaption:"Time"}}}]),a}(n.Component);me(St,"calcCenterPosition",(function(e,t){return t.offsetTop-(e/2-t.clientHeight/2)}));var Ct=function(e){ge(a,e);var t=_e(a);function a(e){var n;return ue(this,a),me(be(n=t.call(this,e)),"handleYearClick",(function(e,t){n.props.onDayClick&&n.props.onDayClick(e,t)})),me(be(n),"onYearClick",(function(e,t){var a;n.handleYearClick((a=M(n.props.date,t),$(a)),e)})),n}return de(a,[{key:"render",value:function(){for(var e=this,t=[],a=this.props.date,r=function(a,r){t.push(n.createElement("div",{onClick:function(t){e.onYearClick(t,a)},className:"react-datepicker__year-container-text",key:a},a))},o=O(a)-11,i=0;o<=O(a);o++,i++)r(o);return n.createElement("div",{className:"react-datepicker__year-container"},t)}}]),a}(n.Component),It=function(e){ge(a,e);var t=_e(a);function a(e){var r;return ue(this,a),me(be(r=t.call(this,e)),"onTimeChange",(function(e){r.setState({time:e});var t=new Date;t.setHours(e.split(":")[0]),t.setMinutes(e.split(":")[1]),r.props.onChange(t)})),me(be(r),"renderTimeInput",(function(){var e=r.state.time,t=r.props,a=t.timeString,o=t.customTimeInput;return o?n.cloneElement(o,{value:e,onChange:r.onTimeChange}):n.createElement("input",{type:"time",className:"react-datepicker-time__input",placeholder:"Time",name:"time-input",required:!0,value:e,onChange:function(e){r.onTimeChange(e.target.value||a)}})})),r.state={time:r.props.timeString},r}return de(a,[{key:"render",value:function(){return n.createElement("div",{className:"react-datepicker__input-time-container"},n.createElement("div",{className:"react-datepicker-time__caption"},this.props.timeInputLabel),n.createElement("div",{className:"react-datepicker-time__input-container"},n.createElement("div",{className:"react-datepicker-time__input"},this.renderTimeInput())))}}]),a}(n.Component);function xt(e){var t=e.className,a=e.children,r=e.showPopperArrow,o=e.arrowProps,i=void 0===o?{}:o;return n.createElement("div",{className:t},r&&n.createElement("div",fe({className:"react-datepicker__triangle"},i)),a)}var Ot=["react-datepicker__year-select","react-datepicker__month-select","react-datepicker__month-year-select"],Nt=function(e){ge(a,e);var t=_e(a);function a(e){var o;return ue(this,a),me(be(o=t.call(this,e)),"handleClickOutside",(function(e){o.props.onClickOutside(e)})),me(be(o),"setClickOutsideRef",(function(){return o.containerRef.current})),me(be(o),"handleDropdownFocus",(function(e){(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.className||"").split(/\s+/);return Ot.some((function(e){return t.indexOf(e)>=0}))})(e.target)&&o.props.onDropdownFocus()})),me(be(o),"getDateInView",(function(){var e=o.props,t=e.preSelection,n=e.selected,a=e.openToDate,r=st(o.props),i=lt(o.props),s=Ie();return a||n||t||(r&&ne(s,r)?r:i&&te(s,i)?i:s)})),me(be(o),"increaseMonth",(function(){o.setState((function(e){var t=e.date;return{date:d(t,1)}}),(function(){return o.handleMonthChange(o.state.date)}))})),me(be(o),"decreaseMonth",(function(){o.setState((function(e){var t=e.date;return{date:y(t,1)}}),(function(){return o.handleMonthChange(o.state.date)}))})),me(be(o),"handleDayClick",(function(e,t,n){return o.props.onSelect(e,t,n)})),me(be(o),"handleDayMouseEnter",(function(e){o.setState({selectingDate:e}),o.props.onDayMouseEnter&&o.props.onDayMouseEnter(e)})),me(be(o),"handleMonthMouseLeave",(function(){o.setState({selectingDate:null}),o.props.onMonthMouseLeave&&o.props.onMonthMouseLeave()})),me(be(o),"handleYearChange",(function(e){o.props.onYearChange&&o.props.onYearChange(e)})),me(be(o),"handleMonthChange",(function(e){o.props.onMonthChange&&o.props.onMonthChange(e),o.props.adjustDateOnChange&&(o.props.onSelect&&o.props.onSelect(e),o.props.setOpen&&o.props.setOpen(!0)),o.props.setPreSelection&&o.props.setPreSelection(e)})),me(be(o),"handleMonthYearChange",(function(e){o.handleYearChange(e),o.handleMonthChange(e)})),me(be(o),"changeYear",(function(e){o.setState((function(t){var n=t.date;return{date:M(n,e)}}),(function(){return o.handleYearChange(o.state.date)}))})),me(be(o),"changeMonth",(function(e){o.setState((function(t){var n=t.date;return{date:R(n,e)}}),(function(){return o.handleMonthChange(o.state.date)}))})),me(be(o),"changeMonthYear",(function(e){o.setState((function(t){var n=t.date;return{date:M(R(n,I(e)),O(e))}}),(function(){return o.handleMonthYearChange(o.state.date)}))})),me(be(o),"header",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.state.date,t=je(e,o.props.locale),a=[];return o.props.showWeekNumbers&&a.push(n.createElement("div",{key:"W",className:"react-datepicker__day-name"},o.props.weekLabel||"#")),a.concat([0,1,2,3,4,5,6].map((function(e){var a=u(t,e),i=o.formatWeekday(a,o.props.locale),s=o.props.weekDayClassName?o.props.weekDayClassName(a):void 0;return n.createElement("div",{key:e,className:r("react-datepicker__day-name",s)},i)})))})),me(be(o),"formatWeekday",(function(e,t){return o.props.formatWeekDay?function(e,t,n){return t(Ne(e,"EEEE",n))}(e,o.props.formatWeekDay,t):o.props.useWeekdaysShort?function(e,t){return Ne(e,"EEE",t)}(e,t):function(e,t){return Ne(e,"EEEEEE",t)}(e,t)})),me(be(o),"decreaseYear",(function(){o.setState((function(e){var t=e.date;return{date:b(t,o.props.showYearPicker?11:1)}}),(function(){return o.handleYearChange(o.state.date)}))})),me(be(o),"renderPreviousButton",(function(){if(!o.props.renderCustomHeader){var e=o.props.showMonthYearPicker?ot(o.state.date,o.props):at(o.state.date,o.props);if((o.props.forceShowMonthNavigation||o.props.showDisabledMonthNavigation||!e)&&!o.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--previous"],a=o.decreaseMonth;(o.props.showMonthYearPicker||o.props.showQuarterYearPicker||o.props.showYearPicker)&&(a=o.decreaseYear),e&&o.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--previous--disabled"),a=null);var r=o.props.showMonthYearPicker||o.props.showQuarterYearPicker,i=o.props,s=i.previousMonthAriaLabel,l=void 0===s?"Previous Month":s,c=i.previousYearAriaLabel,u=void 0===c?"Previous Year":c;return n.createElement("button",{type:"button",className:t.join(" "),onClick:a,"aria-label":r?u:l},r?o.props.previousYearButtonLabel:o.props.previousMonthButtonLabel)}}})),me(be(o),"increaseYear",(function(){o.setState((function(e){var t=e.date;return{date:m(t,o.props.showYearPicker?11:1)}}),(function(){return o.handleYearChange(o.state.date)}))})),me(be(o),"renderNextButton",(function(){if(!o.props.renderCustomHeader){var e=o.props.showMonthYearPicker?it(o.state.date,o.props):rt(o.state.date,o.props);if((o.props.forceShowMonthNavigation||o.props.showDisabledMonthNavigation||!e)&&!o.props.showTimeSelectOnly){var t=["react-datepicker__navigation","react-datepicker__navigation--next"];o.props.showTimeSelect&&t.push("react-datepicker__navigation--next--with-time"),o.props.todayButton&&t.push("react-datepicker__navigation--next--with-today-button");var a=o.increaseMonth;(o.props.showMonthYearPicker||o.props.showQuarterYearPicker||o.props.showYearPicker)&&(a=o.increaseYear),e&&o.props.showDisabledMonthNavigation&&(t.push("react-datepicker__navigation--next--disabled"),a=null);var r=o.props.showMonthYearPicker||o.props.showQuarterYearPicker,i=o.props,s=i.nextMonthAriaLabel,l=void 0===s?"Next Month":s,c=i.nextYearAriaLabel,u=void 0===c?"Next Year":c;return n.createElement("button",{type:"button",className:t.join(" "),onClick:a,"aria-label":r?u:l},r?o.props.nextYearButtonLabel:o.props.nextMonthButtonLabel)}}})),me(be(o),"renderCurrentMonth",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o.state.date,t=["react-datepicker__current-month"];return o.props.showYearDropdown&&t.push("react-datepicker__current-month--hasYearDropdown"),o.props.showMonthDropdown&&t.push("react-datepicker__current-month--hasMonthDropdown"),o.props.showMonthYearDropdown&&t.push("react-datepicker__current-month--hasMonthYearDropdown"),n.createElement("div",{className:t.join(" ")},Ne(e,o.props.dateFormat,o.props.locale))})),me(be(o),"renderYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(o.props.showYearDropdown&&!e)return n.createElement(ft,{adjustDateOnChange:o.props.adjustDateOnChange,date:o.state.date,onSelect:o.props.onSelect,setOpen:o.props.setOpen,dropdownMode:o.props.dropdownMode,onChange:o.changeYear,minDate:o.props.minDate,maxDate:o.props.maxDate,year:O(o.state.date),scrollableYearDropdown:o.props.scrollableYearDropdown,yearDropdownItemNumber:o.props.yearDropdownItemNumber})})),me(be(o),"renderMonthDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(o.props.showMonthDropdown&&!e)return n.createElement(vt,{dropdownMode:o.props.dropdownMode,locale:o.props.locale,onChange:o.changeMonth,month:I(o.state.date),useShortMonthInDropdown:o.props.useShortMonthInDropdown})})),me(be(o),"renderMonthYearDropdown",(function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];if(o.props.showMonthYearDropdown&&!e)return n.createElement(bt,{dropdownMode:o.props.dropdownMode,locale:o.props.locale,dateFormat:o.props.dateFormat,onChange:o.changeMonthYear,minDate:o.props.minDate,maxDate:o.props.maxDate,date:o.state.date,scrollableMonthYearDropdown:o.props.scrollableMonthYearDropdown})})),me(be(o),"renderTodayButton",(function(){if(o.props.todayButton&&!o.props.showTimeSelectOnly)return n.createElement("div",{className:"react-datepicker__today-button",onClick:function(e){return o.props.onSelect(B(Ie()),e)}},o.props.todayButton)})),me(be(o),"renderDefaultHeader",(function(e){var t=e.monthDate,a=e.i;return n.createElement("div",{className:"react-datepicker__header"},o.renderCurrentMonth(t),n.createElement("div",{className:"react-datepicker__header__dropdown react-datepicker__header__dropdown--".concat(o.props.dropdownMode),onFocus:o.handleDropdownFocus},o.renderMonthDropdown(0!==a),o.renderMonthYearDropdown(0!==a),o.renderYearDropdown(0!==a)),n.createElement("div",{className:"react-datepicker__day-names"},o.header(t)))})),me(be(o),"renderCustomHeader",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.monthDate,a=e.i;if(0!==a&&void 0!==a)return null;var r=at(o.state.date,o.props),i=rt(o.state.date,o.props),s=ot(o.state.date,o.props),l=it(o.state.date,o.props),c=!o.props.showMonthYearPicker&&!o.props.showQuarterYearPicker&&!o.props.showYearPicker;return n.createElement("div",{className:"react-datepicker__header react-datepicker__header--custom",onFocus:o.props.onDropdownFocus},o.props.renderCustomHeader(ve(ve({},o.state),{},{changeMonth:o.changeMonth,changeYear:o.changeYear,decreaseMonth:o.decreaseMonth,increaseMonth:o.increaseMonth,decreaseYear:o.decreaseYear,increaseYear:o.increaseYear,prevMonthButtonDisabled:r,nextMonthButtonDisabled:i,prevYearButtonDisabled:s,nextYearButtonDisabled:l})),c&&n.createElement("div",{className:"react-datepicker__day-names"},o.header(t)))})),me(be(o),"renderYearHeader",(function(){return n.createElement("div",{className:"react-datepicker__header react-datepicker-year-header"},o.props.showYearPicker?"".concat(O(o.state.date)-11," - ").concat(O(o.state.date)):O(o.state.date))})),me(be(o),"renderHeader",(function(e){switch(!0){case void 0!==o.props.renderCustomHeader:return o.renderCustomHeader(e);case o.props.showMonthYearPicker||o.props.showQuarterYearPicker||o.props.showYearPicker:return o.renderYearHeader(e);default:return o.renderDefaultHeader(e)}})),me(be(o),"renderMonths",(function(){if(!o.props.showTimeSelectOnly&&!o.props.showYearPicker){for(var e=[],t=o.props.showPreviousMonths?o.props.monthsShown-1:0,a=y(o.state.date,t),r=0;r<o.props.monthsShown;++r){var i=r-o.props.monthSelectedIn,s=d(a,i),l="month-".concat(r);e.push(n.createElement("div",{key:l,ref:function(e){o.monthContainer=e},className:"react-datepicker__month-container"},o.renderHeader({monthDate:s,i:r}),n.createElement(kt,{chooseDayAriaLabelPrefix:o.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:o.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:o.props.weekAriaLabelPrefix,onChange:o.changeMonthYear,day:s,dayClassName:o.props.dayClassName,monthClassName:o.props.monthClassName,onDayClick:o.handleDayClick,handleOnKeyDown:o.props.handleOnKeyDown,onDayMouseEnter:o.handleDayMouseEnter,onMouseLeave:o.handleMonthMouseLeave,onWeekSelect:o.props.onWeekSelect,orderInDisplay:r,formatWeekNumber:o.props.formatWeekNumber,locale:o.props.locale,minDate:o.props.minDate,maxDate:o.props.maxDate,excludeDates:o.props.excludeDates,highlightDates:o.props.highlightDates,selectingDate:o.state.selectingDate,includeDates:o.props.includeDates,inline:o.props.inline,fixedHeight:o.props.fixedHeight,filterDate:o.props.filterDate,preSelection:o.props.preSelection,selected:o.props.selected,selectsStart:o.props.selectsStart,selectsEnd:o.props.selectsEnd,showWeekNumbers:o.props.showWeekNumbers,startDate:o.props.startDate,endDate:o.props.endDate,peekNextMonth:o.props.peekNextMonth,setOpen:o.props.setOpen,shouldCloseOnSelect:o.props.shouldCloseOnSelect,renderDayContents:o.props.renderDayContents,disabledKeyboardNavigation:o.props.disabledKeyboardNavigation,showMonthYearPicker:o.props.showMonthYearPicker,showFullMonthYearPicker:o.props.showFullMonthYearPicker,showYearPicker:o.props.showYearPicker,showQuarterYearPicker:o.props.showQuarterYearPicker,isInputFocused:o.props.isInputFocused,containerRef:o.containerRef})))}return e}})),me(be(o),"renderYears",(function(){if(!o.props.showTimeSelectOnly)return o.props.showYearPicker?n.createElement("div",{className:"react-datepicker__year"},o.renderHeader(),n.createElement(Ct,{onDayClick:o.handleDayClick,date:o.state.date})):void 0})),me(be(o),"renderTimeSection",(function(){if(o.props.showTimeSelect&&(o.state.monthContainer||o.props.showTimeSelectOnly))return n.createElement(St,{selected:o.props.selected,openToDate:o.props.openToDate,onChange:o.props.onTimeChange,timeClassName:o.props.timeClassName,format:o.props.timeFormat,includeTimes:o.props.includeTimes,intervals:o.props.timeIntervals,minTime:o.props.minTime,maxTime:o.props.maxTime,excludeTimes:o.props.excludeTimes,timeCaption:o.props.timeCaption,todayButton:o.props.todayButton,showMonthDropdown:o.props.showMonthDropdown,showMonthYearDropdown:o.props.showMonthYearDropdown,showYearDropdown:o.props.showYearDropdown,withPortal:o.props.withPortal,monthRef:o.state.monthContainer,injectTimes:o.props.injectTimes,locale:o.props.locale})})),me(be(o),"renderInputTimeSection",(function(){var e=new Date(o.props.selected),t="".concat(pt(e.getHours()),":").concat(pt(e.getMinutes()));if(o.props.showTimeInput)return n.createElement(It,{timeString:t,timeInputLabel:o.props.timeInputLabel,onChange:o.props.onTimeChange,customTimeInput:o.props.customTimeInput})})),o.containerRef=n.createRef(),o.state={date:o.getDateInView(),selectingDate:null,monthContainer:null},o}return de(a,null,[{key:"defaultProps",get:function(){return{onDropdownFocus:function(){},monthsShown:1,monthSelectedIn:0,forceShowMonthNavigation:!1,timeCaption:"Time",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",customTimeInput:null}}}]),de(a,[{key:"componentDidMount",value:function(){this.props.showTimeSelect&&(this.assignMonthContainer=void this.setState({monthContainer:this.monthContainer}))}},{key:"componentDidUpdate",value:function(e){this.props.preSelection&&!Ue(this.props.preSelection,e.preSelection)?this.setState({date:this.props.preSelection}):this.props.openToDate&&!Ue(this.props.openToDate,e.openToDate)&&this.setState({date:this.props.openToDate})}},{key:"render",value:function(){var e=this.props.container||xt;return n.createElement("div",{ref:this.containerRef},n.createElement(e,{className:r("react-datepicker",this.props.className,{"react-datepicker--time-only":this.props.showTimeSelectOnly}),showPopperArrow:this.props.showPopperArrow},this.renderPreviousButton(),this.renderNextButton(),this.renderMonths(),this.renderYears(),this.renderTodayButton(),this.renderTimeSection(),this.renderInputTimeSection(),this.props.children))}}]),a}(n.Component),Tt=function(e){return!e.disabled&&-1!==e.tabIndex},Dt=function(e){ge(a,e);var t=_e(a);function a(e){var r;return ue(this,a),me(be(r=t.call(this,e)),"getTabChildren",(function(){return Array.prototype.slice.call(r.tabLoopRef.current.querySelectorAll("[tabindex], a, button, input, select, textarea"),1,-1).filter(Tt)})),me(be(r),"handleFocusStart",(function(e){var t=r.getTabChildren();t&&t.length>1&&t[t.length-1].focus()})),me(be(r),"handleFocusEnd",(function(e){var t=r.getTabChildren();t&&t.length>1&&t[0].focus()})),r.tabLoopRef=n.createRef(),r}return de(a,null,[{key:"defaultProps",get:function(){return{enableTabLoop:!0}}}]),de(a,[{key:"render",value:function(){return this.props.enableTabLoop?n.createElement("div",{className:"react-datepicker__tab-loop",ref:this.tabLoopRef},n.createElement("div",{className:"react-datepicker__tab-loop__start",tabIndex:"0",onFocus:this.handleFocusStart}),this.props.children,n.createElement("div",{className:"react-datepicker__tab-loop__end",tabIndex:"0",onFocus:this.handleFocusEnd})):this.props.children}}]),a}(n.Component),Pt=function(e){ge(a,e);var t=_e(a);function a(){return ue(this,a),t.apply(this,arguments)}return de(a,[{key:"render",value:function(){var e,t=this.props,a=t.className,o=t.wrapperClassName,i=t.hidePopper,s=t.popperComponent,l=t.popperModifiers,c=t.popperPlacement,u=t.popperProps,p=t.targetComponent,d=t.enableTabLoop,m=t.popperOnKeyDown;if(!i){var f=r("react-datepicker-popper",a);e=n.createElement(le.Popper,fe({modifiers:l,placement:c},u),(function(e){var t=e.ref,a=e.style,r=e.placement,o=e.arrowProps;return n.createElement(Dt,{enableTabLoop:d},n.createElement("div",fe({ref:t,style:a},{className:f,"data-placement":r,onKeyDown:m}),n.cloneElement(s,{arrowProps:o})))}))}this.props.popperContainer&&(e=n.createElement(this.props.popperContainer,{},e));var h=r("react-datepicker-wrapper",o);return n.createElement(le.Manager,{className:"react-datepicker-manager"},n.createElement(le.Reference,null,(function(e){var t=e.ref;return n.createElement("div",{ref:t,className:h},p)})),e)}}],[{key:"defaultProps",get:function(){return{hidePopper:!0,popperModifiers:{preventOverflow:{enabled:!0,escapeWithReference:!0,boundariesElement:"viewport"}},popperProps:{},popperPlacement:"bottom-start"}}}]),a}(n.Component),Rt=se(Nt),jt=function(e){ge(a,e);var t=_e(a);function a(e){var i;return ue(this,a),me(be(i=t.call(this,e)),"getPreSelection",(function(){return i.props.openToDate?i.props.openToDate:i.props.selectsEnd&&i.props.startDate?i.props.startDate:i.props.selectsStart&&i.props.endDate?i.props.endDate:Ie()})),me(be(i),"calcInitialState",(function(){var e=i.getPreSelection(),t=st(i.props),n=lt(i.props),a=t&&ne(e,t)?t:n&&te(e,n)?n:e;return{open:i.props.startOpen||!1,preventFocus:!1,preSelection:i.props.selected?i.props.selected:a,highlightDates:ct(i.props.highlightDates),focused:!1}})),me(be(i),"clearPreventFocusTimeout",(function(){i.preventFocusTimeout&&clearTimeout(i.preventFocusTimeout)})),me(be(i),"setFocus",(function(){i.input&&i.input.focus&&i.input.focus()})),me(be(i),"setBlur",(function(){i.input&&i.input.blur&&i.input.blur(),i.cancelFocusInput()})),me(be(i),"setOpen",(function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];i.setState({open:e,preSelection:e&&i.state.open?i.state.preSelection:i.calcInitialState().preSelection,lastPreSelectChange:At},(function(){e||i.setState((function(e){return{focused:!!t&&e.focused}}),(function(){!t&&i.setBlur(),i.setState({inputValue:null})}))}))})),me(be(i),"inputOk",(function(){return o(i.state.preSelection)})),me(be(i),"isCalendarOpen",(function(){return void 0===i.props.open?i.state.open&&!i.props.disabled&&!i.props.readOnly:i.props.open})),me(be(i),"handleFocus",(function(e){i.state.preventFocus||(i.props.onFocus(e),i.props.preventOpenOnFocus||i.props.readOnly||i.setOpen(!0)),i.setState({focused:!0})})),me(be(i),"cancelFocusInput",(function(){clearTimeout(i.inputFocusTimeout),i.inputFocusTimeout=null})),me(be(i),"deferFocusInput",(function(){i.cancelFocusInput(),i.inputFocusTimeout=setTimeout((function(){return i.setFocus()}),1)})),me(be(i),"handleDropdownFocus",(function(){i.cancelFocusInput()})),me(be(i),"handleBlur",(function(e){(!i.state.open||i.props.withPortal||i.props.showTimeInput)&&i.props.onBlur(e),i.setState({focused:!1})})),me(be(i),"handleCalendarClickOutside",(function(e){i.props.inline||i.setOpen(!1),i.props.onClickOutside(e),i.props.withPortal&&e.preventDefault()})),me(be(i),"handleChange",(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var a=t[0];if(!i.props.onChangeRaw||(i.props.onChangeRaw.apply(be(i),t),"function"==typeof a.isDefaultPrevented&&!a.isDefaultPrevented())){i.setState({inputValue:a.target.value,lastPreSelectChange:Mt});var r=xe(a.target.value,i.props.dateFormat,i.props.locale,i.props.strictParsing);!r&&a.target.value||i.setSelected(r,a,!0)}})),me(be(i),"handleSelect",(function(e,t,n){i.setState({preventFocus:!0},(function(){return i.preventFocusTimeout=setTimeout((function(){return i.setState({preventFocus:!1})}),50),i.preventFocusTimeout})),i.setSelected(e,t,!1,n),!i.props.shouldCloseOnSelect||i.props.showTimeSelect?i.setPreSelection(e):i.props.inline||i.setOpen(!1)})),me(be(i),"setSelected",(function(e,t,n,a){var r=e;null!==r&&Ke(r,i.props)||(Ve(i.props.selected,r)&&!i.props.allowSameDay||(null!==r&&(!i.props.selected||n&&(i.props.showTimeSelect||i.props.showTimeSelectOnly||i.props.showTimeInput)||(r=Te(r,{hour:E(i.props.selected),minute:_(i.props.selected),second:w(i.props.selected)})),i.props.inline||i.setState({preSelection:r}),i.props.inline&&i.props.monthsShown>1&&!i.props.inlineFocusSelectedMonth&&i.setState({monthSelectedIn:a})),i.props.onChange(r,t)),i.props.onSelect(r,t),n||i.setState({inputValue:null}))})),me(be(i),"setPreSelection",(function(e){var t=void 0!==i.props.minDate,n=void 0!==i.props.maxDate,a=!0;e&&(t&&n?a=Be(e,i.props.minDate,i.props.maxDate):t?a=te(e,i.props.minDate):n&&(a=ne(e,i.props.maxDate))),a&&i.setState({preSelection:e})})),me(be(i),"handleTimeChange",(function(e){var t=Te(i.props.selected?i.props.selected:i.getPreSelection(),{hour:E(e),minute:_(e)});i.setState({preSelection:t}),i.props.onChange(t),i.props.shouldCloseOnSelect&&i.setOpen(!1),i.props.showTimeInput&&i.setOpen(!0),i.setState({inputValue:null})})),me(be(i),"onInputClick",(function(){i.props.disabled||i.props.readOnly||i.setOpen(!0),i.props.onInputClick()})),me(be(i),"onInputKeyDown",(function(e){i.props.onKeyDown(e);var t=e.key;if(i.state.open||i.props.inline||i.props.preventOpenOnFocus){if(i.state.open){if("ArrowDown"===t||"ArrowUp"===t){e.preventDefault();var n=i.calendar.componentNode&&i.calendar.componentNode.querySelector('.react-datepicker__day[tabindex="0"]');return void(n&&n.focus())}var a=Ie(i.state.preSelection);"Enter"===t?(e.preventDefault(),i.inputOk()&&i.state.lastPreSelectChange===At?(i.handleSelect(a,e),!i.props.shouldCloseOnSelect&&i.setPreSelection(a)):i.setOpen(!1)):"Escape"===t&&(e.preventDefault(),i.setOpen(!1)),i.inputOk()||i.props.onInputError({code:1,msg:"Date input not valid."})}}else"ArrowDown"!==t&&"ArrowUp"!==t&&"Enter"!==t||i.onInputClick()})),me(be(i),"onDayKeyDown",(function(e){i.props.onKeyDown(e);var t=e.key,n=Ie(i.state.preSelection);if("Enter"===t)e.preventDefault(),i.handleSelect(n,e),!i.props.shouldCloseOnSelect&&i.setPreSelection(n);else if("Escape"===t)e.preventDefault(),i.setOpen(!1),i.inputOk()||i.props.onInputError({code:1,msg:"Date input not valid."});else if(!i.props.disabledKeyboardNavigation){var a;switch(t){case"ArrowLeft":a=v(n,1);break;case"ArrowRight":a=u(n,1);break;case"ArrowUp":a=g(n,1);break;case"ArrowDown":a=p(n,1);break;case"PageUp":a=y(n,1);break;case"PageDown":a=d(n,1);break;case"Home":a=b(n,1);break;case"End":a=m(n,1)}if(!a)return void(i.props.onInputError&&i.props.onInputError({code:1,msg:"Date input not valid."}));e.preventDefault(),i.setState({lastPreSelectChange:At}),i.props.adjustDateOnChange&&i.setSelected(a),i.setPreSelection(a)}})),me(be(i),"onPopperKeyDown",(function(e){"Escape"===e.key&&(e.preventDefault(),i.setState({preventFocus:!0},(function(){i.setOpen(!1),setTimeout((function(){i.setFocus(),i.setState({preventFocus:!1})}))})))})),me(be(i),"onClearClick",(function(e){e&&e.preventDefault&&e.preventDefault(),i.props.onChange(null,e),i.setState({inputValue:null})})),me(be(i),"clear",(function(){i.onClearClick()})),me(be(i),"renderCalendar",(function(){return i.props.inline||i.isCalendarOpen()?n.createElement(Rt,{ref:function(e){i.calendar=e},locale:i.props.locale,chooseDayAriaLabelPrefix:i.props.chooseDayAriaLabelPrefix,disabledDayAriaLabelPrefix:i.props.disabledDayAriaLabelPrefix,weekAriaLabelPrefix:i.props.weekAriaLabelPrefix,adjustDateOnChange:i.props.adjustDateOnChange,setOpen:i.setOpen,shouldCloseOnSelect:i.props.shouldCloseOnSelect,dateFormat:i.props.dateFormatCalendar,useWeekdaysShort:i.props.useWeekdaysShort,formatWeekDay:i.props.formatWeekDay,dropdownMode:i.props.dropdownMode,selected:i.props.selected,preSelection:i.state.preSelection,onSelect:i.handleSelect,onWeekSelect:i.props.onWeekSelect,openToDate:i.props.openToDate,minDate:i.props.minDate,maxDate:i.props.maxDate,selectsStart:i.props.selectsStart,selectsEnd:i.props.selectsEnd,startDate:i.props.startDate,endDate:i.props.endDate,excludeDates:i.props.excludeDates,filterDate:i.props.filterDate,onClickOutside:i.handleCalendarClickOutside,formatWeekNumber:i.props.formatWeekNumber,highlightDates:i.state.highlightDates,includeDates:i.props.includeDates,includeTimes:i.props.includeTimes,injectTimes:i.props.injectTimes,inline:i.props.inline,peekNextMonth:i.props.peekNextMonth,showMonthDropdown:i.props.showMonthDropdown,showPreviousMonths:i.props.showPreviousMonths,useShortMonthInDropdown:i.props.useShortMonthInDropdown,showMonthYearDropdown:i.props.showMonthYearDropdown,showWeekNumbers:i.props.showWeekNumbers,showYearDropdown:i.props.showYearDropdown,withPortal:i.props.withPortal,forceShowMonthNavigation:i.props.forceShowMonthNavigation,showDisabledMonthNavigation:i.props.showDisabledMonthNavigation,scrollableYearDropdown:i.props.scrollableYearDropdown,scrollableMonthYearDropdown:i.props.scrollableMonthYearDropdown,todayButton:i.props.todayButton,weekLabel:i.props.weekLabel,outsideClickIgnoreClass:"react-datepicker-ignore-onclickoutside",fixedHeight:i.props.fixedHeight,monthsShown:i.props.monthsShown,monthSelectedIn:i.state.monthSelectedIn,onDropdownFocus:i.handleDropdownFocus,onMonthChange:i.props.onMonthChange,onYearChange:i.props.onYearChange,dayClassName:i.props.dayClassName,weekDayClassName:i.props.weekDayClassName,monthClassName:i.props.monthClassName,timeClassName:i.props.timeClassName,showTimeSelect:i.props.showTimeSelect,showTimeSelectOnly:i.props.showTimeSelectOnly,onTimeChange:i.handleTimeChange,timeFormat:i.props.timeFormat,timeIntervals:i.props.timeIntervals,minTime:i.props.minTime,maxTime:i.props.maxTime,excludeTimes:i.props.excludeTimes,timeCaption:i.props.timeCaption,className:i.props.calendarClassName,container:i.props.calendarContainer,yearDropdownItemNumber:i.props.yearDropdownItemNumber,previousMonthButtonLabel:i.props.previousMonthButtonLabel,nextMonthButtonLabel:i.props.nextMonthButtonLabel,previousYearButtonLabel:i.props.previousYearButtonLabel,nextYearButtonLabel:i.props.nextYearButtonLabel,timeInputLabel:i.props.timeInputLabel,disabledKeyboardNavigation:i.props.disabledKeyboardNavigation,renderCustomHeader:i.props.renderCustomHeader,popperProps:i.props.popperProps,renderDayContents:i.props.renderDayContents,onDayMouseEnter:i.props.onDayMouseEnter,onMonthMouseLeave:i.props.onMonthMouseLeave,showTimeInput:i.props.showTimeInput,showMonthYearPicker:i.props.showMonthYearPicker,showFullMonthYearPicker:i.props.showFullMonthYearPicker,showYearPicker:i.props.showYearPicker,showQuarterYearPicker:i.props.showQuarterYearPicker,showPopperArrow:i.props.showPopperArrow,excludeScrollbar:i.props.excludeScrollbar,handleOnKeyDown:i.onDayKeyDown,isInputFocused:i.state.focused,customTimeInput:i.props.customTimeInput,setPreSelection:i.setPreSelection},i.props.children):null})),me(be(i),"renderDateInput",(function(){var e,t,a,o,s,l=r(i.props.className,me({},"react-datepicker-ignore-onclickoutside",i.state.open)),c=i.props.customInput||n.createElement("input",{type:"text"}),u=i.props.customInputRef||"ref",p="string"==typeof i.props.value?i.props.value:"string"==typeof i.state.inputValue?i.state.inputValue:(t=i.props.selected,o=(a=i.props).dateFormat,s=a.locale,t&&Ne(t,Array.isArray(o)?o[0]:o,s)||"");return n.cloneElement(c,(me(e={},u,(function(e){i.input=e})),me(e,"value",p),me(e,"onBlur",i.handleBlur),me(e,"onChange",i.handleChange),me(e,"onClick",i.onInputClick),me(e,"onFocus",i.handleFocus),me(e,"onKeyDown",i.onInputKeyDown),me(e,"id",i.props.id),me(e,"name",i.props.name),me(e,"autoFocus",i.props.autoFocus),me(e,"placeholder",i.props.placeholderText),me(e,"disabled",i.props.disabled),me(e,"autoComplete",i.props.autoComplete),me(e,"className",r(c.props.className,l)),me(e,"title",i.props.title),me(e,"readOnly",i.props.readOnly),me(e,"required",i.props.required),me(e,"tabIndex",i.props.tabIndex),me(e,"aria-labelledby",i.props.ariaLabelledBy),e))})),me(be(i),"renderClearButton",(function(){var e=i.props,t=e.isClearable,a=e.selected,r=e.clearButtonTitle,o=e.ariaLabelClose,s=void 0===o?"Close":o;return t&&null!=a?n.createElement("button",{type:"button",className:"react-datepicker__close-icon","aria-label":s,onClick:i.onClearClick,title:r,tabIndex:-1}):null})),i.state=i.calcInitialState(),i}return de(a,null,[{key:"defaultProps",get:function(){return{allowSameDay:!1,dateFormat:"MM/dd/yyyy",dateFormatCalendar:"LLLL yyyy",onChange:function(){},disabled:!1,disabledKeyboardNavigation:!1,dropdownMode:"scroll",onFocus:function(){},onBlur:function(){},onKeyDown:function(){},onInputClick:function(){},onSelect:function(){},onClickOutside:function(){},onMonthChange:function(){},onCalendarOpen:function(){},onCalendarClose:function(){},preventOpenOnFocus:!1,onYearChange:function(){},onInputError:function(){},monthsShown:1,readOnly:!1,withPortal:!1,shouldCloseOnSelect:!0,showTimeSelect:!1,showTimeInput:!1,showPreviousMonths:!1,showMonthYearPicker:!1,showFullMonthYearPicker:!1,showYearPicker:!1,showQuarterYearPicker:!1,strictParsing:!1,timeIntervals:30,timeCaption:"Time",previousMonthButtonLabel:"Previous Month",nextMonthButtonLabel:"Next Month",previousYearButtonLabel:"Previous Year",nextYearButtonLabel:"Next Year",timeInputLabel:"Time",enableTabLoop:!0,renderDayContents:function(e){return e},inlineFocusSelectedMonth:!1,showPopperArrow:!0,excludeScrollbar:!0,customTimeInput:null}}}]),de(a,[{key:"componentDidUpdate",value:function(e,t){var n,a;e.inline&&(n=e.selected,a=this.props.selected,n&&a?I(n)!==I(a)||O(n)!==O(a):n!==a)&&this.setPreSelection(this.props.selected),void 0!==this.state.monthSelectedIn&&e.monthsShown!==this.props.monthsShown&&this.setState({monthSelectedIn:0}),e.highlightDates!==this.props.highlightDates&&this.setState({highlightDates:ct(this.props.highlightDates)}),t.focused||Ve(e.selected,this.props.selected)||this.setState({inputValue:null}),t.open!==this.state.open&&(!1===t.open&&!0===this.state.open&&this.props.onCalendarOpen(),!0===t.open&&!1===this.state.open&&this.props.onCalendarClose())}},{key:"componentWillUnmount",value:function(){this.clearPreventFocusTimeout()}},{key:"render",value:function(){var e=this.renderCalendar();return this.props.inline&&!this.props.withPortal?e:this.props.withPortal?n.createElement("div",null,this.props.inline?null:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),this.state.open||this.props.inline?n.createElement("div",{className:"react-datepicker__portal"},e):null):n.createElement(Pt,{className:this.props.popperClassName,wrapperClassName:this.props.wrapperClassName,hidePopper:!this.isCalendarOpen(),popperModifiers:this.props.popperModifiers,targetComponent:n.createElement("div",{className:"react-datepicker__input-container"},this.renderDateInput(),this.renderClearButton()),popperContainer:this.props.popperContainer,popperComponent:e,popperPlacement:this.props.popperPlacement,popperProps:this.props.popperProps,popperOnKeyDown:this.onPopperKeyDown,enableTabLoop:this.props.enableTabLoop})}}]),a}(n.Component),Mt="input",At="navigate";t.CalendarContainer=xt,t.default=jt,t.getDefaultLocale=We,t.registerLocale=function(t,n){var a="undefined"!=typeof window?window:e;a.__localeData__||(a.__localeData__={}),a.__localeData__[t]=n},t.setDefaultLocale=function(t){("undefined"!=typeof window?window:e).__localeId__=t},Object.defineProperty(t,"__esModule",{value:!0})}(t,n(0),n(2),n(22),n(662),n(498),n(791),n(499),n(500),n(321),n(501),n(322),n(502),n(663),n(664),n(665),n(666),n(667),n(668),n(669),n(670),n(671),n(672),n(673),n(794),n(674),n(675),n(676),n(677),n(678),n(679),n(680),n(504),n(681),n(682),n(683),n(684),n(685),n(686),n(687),n(688),n(142),n(98),n(689),n(353),n(690),n(691),n(692),n(693),n(694),n(695),n(696),n(697),n(698),n(699),n(700),n(701),n(13),n(790),n(702),n(703),n(792))}).call(this,n(41))},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var a=n(19),r=n(153),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(a.a)(t);return Object(r.a)(e,-n)}},function(e,t,n){"use strict";function a(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function r(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}var o={p:r,P:function(e,t){var n,o=e.match(/(P+)(p+)?/),i=o[1],s=o[2];if(!s)return a(e,t);switch(i){case"P":n=t.dateTime({width:"short"});break;case"PP":n=t.dateTime({width:"medium"});break;case"PPP":n=t.dateTime({width:"long"});break;case"PPPP":default:n=t.dateTime({width:"full"})}return n.replace("{{date}}",a(i,t)).replace("{{time}}",r(s,t))}};t.a=o},function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));var a=n(13),r=n(109),o=n(11);function i(e){Object(o.a)(1,arguments);var t=Object(a.default)(e),n=t.getUTCFullYear(),i=new Date(0);i.setUTCFullYear(n+1,0,4),i.setUTCHours(0,0,0,0);var s=Object(r.a)(i),l=new Date(0);l.setUTCFullYear(n,0,4),l.setUTCHours(0,0,0,0);var c=Object(r.a)(l);return t.getTime()>=s.getTime()?n+1:t.getTime()>=c.getTime()?n:n-1}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return o}));var a=n(13),r=n(11);function o(e){Object(r.a)(1,arguments);var t=Object(a.default)(e),n=t.getMonth(),o=n-n%3;return t.setMonth(o,1),t.setHours(0,0,0,0),t}},,function(e,t,n){e.exports=n(734)},function(e,t,n){"use strict";n.d(t,"a",(function(){return c}));var a=n(13),r=n(99),o=n(19),i=n(154),s=n(11);function l(e,t){Object(s.a)(1,arguments);var n=t||{},a=n.locale,l=a&&a.options&&a.options.firstWeekContainsDate,c=null==l?1:Object(o.a)(l),u=null==n.firstWeekContainsDate?c:Object(o.a)(n.firstWeekContainsDate),p=Object(i.a)(e,t),d=new Date(0);d.setUTCFullYear(p,0,u),d.setUTCHours(0,0,0,0);var m=Object(r.a)(d,t);return m}function c(e,t){Object(s.a)(1,arguments);var n=Object(a.default)(e),o=Object(r.a)(n,t).getTime()-l(n,t).getTime();return Math.round(o/6048e5)+1}},function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var a=n(13),r=n(109),o=n(352),i=n(11);function s(e){Object(i.a)(1,arguments);var t=Object(o.a)(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var a=Object(r.a)(n);return a}function l(e){Object(i.a)(1,arguments);var t=Object(a.default)(e),n=Object(r.a)(t).getTime()-s(t).getTime();return Math.round(n/6048e5)+1}},function(e,t,n){e.exports=n(627)},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var a=n(710);e.exports=Function.prototype.bind||a},function(e,t,n){"use strict";var a=n(712),r="function"==typeof Symbol&&"symbol"==typeof Symbol("foo"),o=Object.prototype.toString,i=Array.prototype.concat,s=Object.defineProperty,l=s&&function(){var e={};try{for(var t in s(e,"x",{enumerable:!1,value:e}),e)return!1;return e.x===e}catch(e){return!1}}(),c=function(e,t,n,a){var r;(!(t in e)||"function"==typeof(r=a)&&"[object Function]"===o.call(r)&&a())&&(l?s(e,t,{configurable:!0,enumerable:!1,value:n,writable:!0}):e[t]=n)},u=function(e,t){var n=arguments.length>2?arguments[2]:{},o=a(t);r&&(o=i.call(o,Object.getOwnPropertySymbols(t)));for(var s=0;s<o.length;s+=1)c(e,o[s],t[o[s]],n[o[s]])};u.supportsDescriptors=!!l,e.exports=u},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),n.d(t,"default",(function(){return o}));var a=n(13),r=n(11);function o(e){Object(r.a)(1,arguments);var t=Object(a.default)(e);return!isNaN(t)}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(153),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(a.a)(t);return Object(r.a)(e,6e4*n)}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(153),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(a.a)(t);return Object(r.a)(e,36e5*n)}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(321),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(a.a)(t),i=7*n;return Object(r.default)(e,i)}},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return i}));var a=n(19),r=n(322),o=n(11);function i(e,t){Object(o.a)(2,arguments);var n=Object(a.a)(t);return Object(r.default)(e,12*n)}},function(e,t,n){"use strict";var a=function(){};e.exports=a},function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return s}));var a=n(19),r=n(13),o=n(11);function i(e){Object(o.a)(1,arguments);var t=Object(r.default)(e),n=t.getFullYear(),a=t.getMonth(),i=new Date(0);return i.setFullYear(n,a+1,0),i.setHours(0,0,0,0),i.getDate()}function s(e,t){Object(o.a)(2,arguments);var n=Object(r.default)(e),s=Object(a.a)(t),l=n.getFullYear(),c=n.getDate(),u=new Date(0);u.setFullYear(l,s,15),u.setHours(0,0,0,0);var p=i(u);return n.setMonth(s,Math.min(c,p)),n}},,,function(e,t,n){"use strict";(function(e){
29
- /**!
30
- * @fileOverview Kickass library to create and place poppers near their reference elements.
31
- * @version 1.16.1
32
- * @license
33
- * Copyright (c) 2016 Federico Zivolo and contributors
34
- *
35
- * Permission is hereby granted, free of charge, to any person obtaining a copy
36
- * of this software and associated documentation files (the "Software"), to deal
37
- * in the Software without restriction, including without limitation the rights
38
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39
- * copies of the Software, and to permit persons to whom the Software is
40
- * furnished to do so, subject to the following conditions:
41
- *
42
- * The above copyright notice and this permission notice shall be included in all
43
- * copies or substantial portions of the Software.
44
- *
45
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
46
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
47
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
48
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
49
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
50
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
51
- * SOFTWARE.
52
- */
53
- var n="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,a=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(n&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var r=n&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),a))}};function o(e){return e&&"[object Function]"==={}.toString.call(e)}function i(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=i(e),n=t.overflow,a=t.overflowX,r=t.overflowY;return/(auto|scroll|overlay)/.test(n+r+a)?e:l(s(e))}function c(e){return e&&e.referenceNode?e.referenceNode:e}var u=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function d(e){return 11===e?u:10===e?p:u||p}function m(e){if(!e)return document.documentElement;for(var t=d(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var a=n&&n.nodeName;return a&&"BODY"!==a&&"HTML"!==a?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===i(n,"position")?m(n):n:e?e.ownerDocument.documentElement:document.documentElement}function f(e){return null!==e.parentNode?f(e.parentNode):e}function h(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,a=n?e:t,r=n?t:e,o=document.createRange();o.setStart(a,0),o.setEnd(r,0);var i,s,l=o.commonAncestorContainer;if(e!==l&&t!==l||a.contains(r))return"BODY"===(s=(i=l).nodeName)||"HTML"!==s&&m(i.firstElementChild)!==i?m(l):l;var c=f(e);return c.host?h(c.host,t):h(e,f(t).host)}function v(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",a=e.nodeName;if("BODY"===a||"HTML"===a){var r=e.ownerDocument.documentElement,o=e.ownerDocument.scrollingElement||r;return o[n]}return e[n]}function g(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=v(t,"top"),r=v(t,"left"),o=n?-1:1;return e.top+=a*o,e.bottom+=a*o,e.left+=r*o,e.right+=r*o,e}function y(e,t){var n="x"===t?"Left":"Top",a="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+a+"Width"])}function b(e,t,n,a){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],d(10)?parseInt(n["offset"+e])+parseInt(a["margin"+("Height"===e?"Top":"Left")])+parseInt(a["margin"+("Height"===e?"Bottom":"Right")]):0)}function w(e){var t=e.body,n=e.documentElement,a=d(10)&&getComputedStyle(n);return{height:b("Height",t,n,a),width:b("Width",t,n,a)}}var _=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},E=function(){function e(e,t){for(var n=0;n<t.length;n++){var a=t[n];a.enumerable=a.enumerable||!1,a.configurable=!0,"value"in a&&(a.writable=!0),Object.defineProperty(e,a.key,a)}}return function(t,n,a){return n&&e(t.prototype,n),a&&e(t,a),t}}(),k=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},S=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(e[a]=n[a])}return e};function C(e){return S({},e,{right:e.left+e.width,bottom:e.top+e.height})}function I(e){var t={};try{if(d(10)){t=e.getBoundingClientRect();var n=v(e,"top"),a=v(e,"left");t.top+=n,t.left+=a,t.bottom+=n,t.right+=a}else t=e.getBoundingClientRect()}catch(e){}var r={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},o="HTML"===e.nodeName?w(e.ownerDocument):{},s=o.width||e.clientWidth||r.width,l=o.height||e.clientHeight||r.height,c=e.offsetWidth-s,u=e.offsetHeight-l;if(c||u){var p=i(e);c-=y(p,"x"),u-=y(p,"y"),r.width-=c,r.height-=u}return C(r)}function x(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],a=d(10),r="HTML"===t.nodeName,o=I(e),s=I(t),c=l(e),u=i(t),p=parseFloat(u.borderTopWidth),m=parseFloat(u.borderLeftWidth);n&&r&&(s.top=Math.max(s.top,0),s.left=Math.max(s.left,0));var f=C({top:o.top-s.top-p,left:o.left-s.left-m,width:o.width,height:o.height});if(f.marginTop=0,f.marginLeft=0,!a&&r){var h=parseFloat(u.marginTop),v=parseFloat(u.marginLeft);f.top-=p-h,f.bottom-=p-h,f.left-=m-v,f.right-=m-v,f.marginTop=h,f.marginLeft=v}return(a&&!n?t.contains(c):t===c&&"BODY"!==c.nodeName)&&(f=g(f,t)),f}function O(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,a=x(e,n),r=Math.max(n.clientWidth,window.innerWidth||0),o=Math.max(n.clientHeight,window.innerHeight||0),i=t?0:v(n),s=t?0:v(n,"left"),l={top:i-a.top+a.marginTop,left:s-a.left+a.marginLeft,width:r,height:o};return C(l)}function N(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===i(e,"position"))return!0;var n=s(e);return!!n&&N(n)}function T(e){if(!e||!e.parentElement||d())return document.documentElement;for(var t=e.parentElement;t&&"none"===i(t,"transform");)t=t.parentElement;return t||document.documentElement}function D(e,t,n,a){var r=arguments.length>4&&void 0!==arguments[4]&&arguments[4],o={top:0,left:0},i=r?T(e):h(e,c(t));if("viewport"===a)o=O(i,r);else{var u=void 0;"scrollParent"===a?"BODY"===(u=l(s(t))).nodeName&&(u=e.ownerDocument.documentElement):u="window"===a?e.ownerDocument.documentElement:a;var p=x(u,i,r);if("HTML"!==u.nodeName||N(i))o=p;else{var d=w(e.ownerDocument),m=d.height,f=d.width;o.top+=p.top-p.marginTop,o.bottom=m+p.top,o.left+=p.left-p.marginLeft,o.right=f+p.left}}var v="number"==typeof(n=n||0);return o.left+=v?n:n.left||0,o.top+=v?n:n.top||0,o.right-=v?n:n.right||0,o.bottom-=v?n:n.bottom||0,o}function P(e){return e.width*e.height}function R(e,t,n,a,r){var o=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var i=D(n,a,o,r),s={top:{width:i.width,height:t.top-i.top},right:{width:i.right-t.right,height:i.height},bottom:{width:i.width,height:i.bottom-t.bottom},left:{width:t.left-i.left,height:i.height}},l=Object.keys(s).map((function(e){return S({key:e},s[e],{area:P(s[e])})})).sort((function(e,t){return t.area-e.area})),c=l.filter((function(e){var t=e.width,a=e.height;return t>=n.clientWidth&&a>=n.clientHeight})),u=c.length>0?c[0].key:l[0].key,p=e.split("-")[1];return u+(p?"-"+p:"")}function j(e,t,n){var a=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,r=a?T(t):h(t,c(n));return x(n,r,a)}function M(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),a=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+a,height:e.offsetHeight+n}}function A(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function L(e,t,n){n=n.split("-")[0];var a=M(e),r={width:a.width,height:a.height},o=-1!==["right","left"].indexOf(n),i=o?"top":"left",s=o?"left":"top",l=o?"height":"width",c=o?"width":"height";return r[i]=t[i]+t[l]/2-a[l]/2,r[s]=n===s?t[s]-a[c]:t[A(s)],r}function F(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function q(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var a=F(e,(function(e){return e[t]===n}));return e.indexOf(a)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&o(n)&&(t.offsets.popper=C(t.offsets.popper),t.offsets.reference=C(t.offsets.reference),t=n(t,e))})),t}function U(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=j(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=R(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=L(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=q(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function V(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function B(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),a=0;a<t.length;a++){var r=t[a],o=r?""+r+n:e;if(void 0!==document.body.style[o])return o}return null}function W(){return this.state.isDestroyed=!0,V(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[B("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function Y(e){var t=e.ownerDocument;return t?t.defaultView:window}function H(e,t,n,a){n.updateBound=a,Y(e).addEventListener("resize",n.updateBound,{passive:!0});var r=l(e);return function e(t,n,a,r){var o="BODY"===t.nodeName,i=o?t.ownerDocument.defaultView:t;i.addEventListener(n,a,{passive:!0}),o||e(l(i.parentNode),n,a,r),r.push(i)}(r,"scroll",n.updateBound,n.scrollParents),n.scrollElement=r,n.eventsEnabled=!0,n}function $(){this.state.eventsEnabled||(this.state=H(this.reference,this.options,this.state,this.scheduleUpdate))}function z(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,Y(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function K(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function G(e,t){Object.keys(t).forEach((function(n){var a="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&K(t[n])&&(a="px"),e.style[n]=t[n]+a}))}var Q=n&&/Firefox/i.test(navigator.userAgent);function X(e,t,n){var a=F(e,(function(e){return e.name===t})),r=!!a&&e.some((function(e){return e.name===n&&e.enabled&&e.order<a.order}));if(!r){var o="`"+t+"`",i="`"+n+"`";console.warn(i+" modifier is required by "+o+" modifier in order to work, be sure to include it before "+o+"!")}return r}var J=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],Z=J.slice(3);function ee(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=Z.indexOf(e),a=Z.slice(n+1).concat(Z.slice(0,n));return t?a.reverse():a}var te="flip",ne="clockwise",ae="counterclockwise";function re(e,t,n,a){var r=[0,0],o=-1!==["right","left"].indexOf(a),i=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=i.indexOf(F(i,(function(e){return-1!==e.search(/,|\s/)})));i[s]&&-1===i[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var l=/\s*,\s*|\s+/,c=-1!==s?[i.slice(0,s).concat([i[s].split(l)[0]]),[i[s].split(l)[1]].concat(i.slice(s+1))]:[i];return(c=c.map((function(e,a){var r=(1===a?!o:o)?"height":"width",i=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,i=!0,e):i?(e[e.length-1]+=t,i=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,a){var r=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),o=+r[1],i=r[2];if(!o)return e;if(0===i.indexOf("%")){var s=void 0;switch(i){case"%p":s=n;break;case"%":case"%r":default:s=a}return C(s)[t]/100*o}if("vh"===i||"vw"===i){return("vh"===i?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*o}return o}(e,r,t,n)}))}))).forEach((function(e,t){e.forEach((function(n,a){K(n)&&(r[t]+=n*("-"===e[a-1]?-1:1))}))})),r}var oe={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],a=t.split("-")[1];if(a){var r=e.offsets,o=r.reference,i=r.popper,s=-1!==["bottom","top"].indexOf(n),l=s?"left":"top",c=s?"width":"height",u={start:k({},l,o[l]),end:k({},l,o[l]+o[c]-i[c])};e.offsets.popper=S({},i,u[a])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,a=e.placement,r=e.offsets,o=r.popper,i=r.reference,s=a.split("-")[0],l=void 0;return l=K(+n)?[+n,0]:re(n,o,i,s),"left"===s?(o.top+=l[0],o.left-=l[1]):"right"===s?(o.top+=l[0],o.left+=l[1]):"top"===s?(o.left+=l[0],o.top-=l[1]):"bottom"===s&&(o.left+=l[0],o.top+=l[1]),e.popper=o,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||m(e.instance.popper);e.instance.reference===n&&(n=m(n));var a=B("transform"),r=e.instance.popper.style,o=r.top,i=r.left,s=r[a];r.top="",r.left="",r[a]="";var l=D(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);r.top=o,r.left=i,r[a]=s,t.boundaries=l;var c=t.priority,u=e.offsets.popper,p={primary:function(e){var n=u[e];return u[e]<l[e]&&!t.escapeWithReference&&(n=Math.max(u[e],l[e])),k({},e,n)},secondary:function(e){var n="right"===e?"left":"top",a=u[n];return u[e]>l[e]&&!t.escapeWithReference&&(a=Math.min(u[n],l[e]-("right"===e?u.width:u.height))),k({},n,a)}};return c.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=S({},u,p[t](e))})),e.offsets.popper=u,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,a=t.reference,r=e.placement.split("-")[0],o=Math.floor,i=-1!==["top","bottom"].indexOf(r),s=i?"right":"bottom",l=i?"left":"top",c=i?"width":"height";return n[s]<o(a[l])&&(e.offsets.popper[l]=o(a[l])-n[c]),n[l]>o(a[s])&&(e.offsets.popper[l]=o(a[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!X(e.instance.modifiers,"arrow","keepTogether"))return e;var a=t.element;if("string"==typeof a){if(!(a=e.instance.popper.querySelector(a)))return e}else if(!e.instance.popper.contains(a))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var r=e.placement.split("-")[0],o=e.offsets,s=o.popper,l=o.reference,c=-1!==["left","right"].indexOf(r),u=c?"height":"width",p=c?"Top":"Left",d=p.toLowerCase(),m=c?"left":"top",f=c?"bottom":"right",h=M(a)[u];l[f]-h<s[d]&&(e.offsets.popper[d]-=s[d]-(l[f]-h)),l[d]+h>s[f]&&(e.offsets.popper[d]+=l[d]+h-s[f]),e.offsets.popper=C(e.offsets.popper);var v=l[d]+l[u]/2-h/2,g=i(e.instance.popper),y=parseFloat(g["margin"+p]),b=parseFloat(g["border"+p+"Width"]),w=v-e.offsets.popper[d]-y-b;return w=Math.max(Math.min(s[u]-h,w),0),e.arrowElement=a,e.offsets.arrow=(k(n={},d,Math.round(w)),k(n,m,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(V(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=D(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),a=e.placement.split("-")[0],r=A(a),o=e.placement.split("-")[1]||"",i=[];switch(t.behavior){case te:i=[a,r];break;case ne:i=ee(a);break;case ae:i=ee(a,!0);break;default:i=t.behavior}return i.forEach((function(s,l){if(a!==s||i.length===l+1)return e;a=e.placement.split("-")[0],r=A(a);var c=e.offsets.popper,u=e.offsets.reference,p=Math.floor,d="left"===a&&p(c.right)>p(u.left)||"right"===a&&p(c.left)<p(u.right)||"top"===a&&p(c.bottom)>p(u.top)||"bottom"===a&&p(c.top)<p(u.bottom),m=p(c.left)<p(n.left),f=p(c.right)>p(n.right),h=p(c.top)<p(n.top),v=p(c.bottom)>p(n.bottom),g="left"===a&&m||"right"===a&&f||"top"===a&&h||"bottom"===a&&v,y=-1!==["top","bottom"].indexOf(a),b=!!t.flipVariations&&(y&&"start"===o&&m||y&&"end"===o&&f||!y&&"start"===o&&h||!y&&"end"===o&&v),w=!!t.flipVariationsByContent&&(y&&"start"===o&&f||y&&"end"===o&&m||!y&&"start"===o&&v||!y&&"end"===o&&h),_=b||w;(d||g||_)&&(e.flipped=!0,(d||g)&&(a=i[l+1]),_&&(o=function(e){return"end"===e?"start":"start"===e?"end":e}(o)),e.placement=a+(o?"-"+o:""),e.offsets.popper=S({},e.offsets.popper,L(e.instance.popper,e.offsets.reference,e.placement)),e=q(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],a=e.offsets,r=a.popper,o=a.reference,i=-1!==["left","right"].indexOf(n),s=-1===["top","left"].indexOf(n);return r[i?"left":"top"]=o[n]-(s?r[i?"width":"height"]:0),e.placement=A(t),e.offsets.popper=C(r),e}},hide:{order:800,enabled:!0,fn:function(e){if(!X(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=F(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,a=t.y,r=e.offsets.popper,o=F(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==o&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var i=void 0!==o?o:t.gpuAcceleration,s=m(e.instance.popper),l=I(s),c={position:r.position},u=function(e,t){var n=e.offsets,a=n.popper,r=n.reference,o=Math.round,i=Math.floor,s=function(e){return e},l=o(r.width),c=o(a.width),u=-1!==["left","right"].indexOf(e.placement),p=-1!==e.placement.indexOf("-"),d=t?u||p||l%2==c%2?o:i:s,m=t?o:s;return{left:d(l%2==1&&c%2==1&&!p&&t?a.left-1:a.left),top:m(a.top),bottom:m(a.bottom),right:d(a.right)}}(e,window.devicePixelRatio<2||!Q),p="bottom"===n?"top":"bottom",d="right"===a?"left":"right",f=B("transform"),h=void 0,v=void 0;if(v="bottom"===p?"HTML"===s.nodeName?-s.clientHeight+u.bottom:-l.height+u.bottom:u.top,h="right"===d?"HTML"===s.nodeName?-s.clientWidth+u.right:-l.width+u.right:u.left,i&&f)c[f]="translate3d("+h+"px, "+v+"px, 0)",c[p]=0,c[d]=0,c.willChange="transform";else{var g="bottom"===p?-1:1,y="right"===d?-1:1;c[p]=v*g,c[d]=h*y,c.willChange=p+", "+d}var b={"x-placement":e.placement};return e.attributes=S({},b,e.attributes),e.styles=S({},c,e.styles),e.arrowStyles=S({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return G(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&G(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,a,r){var o=j(r,t,e,n.positionFixed),i=R(n.placement,o,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",i),G(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}}},ie=function(){function e(t,n){var a=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};_(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(a.update)},this.update=r(this.update.bind(this)),this.options=S({},e.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(S({},e.Defaults.modifiers,i.modifiers)).forEach((function(t){a.options.modifiers[t]=S({},e.Defaults.modifiers[t]||{},i.modifiers?i.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return S({name:e},a.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&o(e.onLoad)&&e.onLoad(a.reference,a.popper,a.options,e,a.state)})),this.update();var s=this.options.eventsEnabled;s&&this.enableEventListeners(),this.state.eventsEnabled=s}return E(e,[{key:"update",value:function(){return U.call(this)}},{key:"destroy",value:function(){return W.call(this)}},{key:"enableEventListeners",value:function(){return $.call(this)}},{key:"disableEventListeners",value:function(){return z.call(this)}}]),e}();ie.Utils=("undefined"!=typeof window?window:e).PopperUtils,ie.placements=J,ie.Defaults=oe,t.a=ie}).call(this,n(41))},function(e,t,n){"use strict";t.__esModule=!0;var a=o(n(0)),r=o(n(720));function o(e){return e&&e.__esModule?e:{default:e}}t.default=a.default.createContext||r.default,e.exports=t.default},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return function(t,n){var a,r=n||{};if("formatting"===(r.context?String(r.context):"standalone")&&e.formattingValues){var o=e.defaultFormattingWidth||e.defaultWidth,i=r.width?String(r.width):o;a=e.formattingValues[i]||e.formattingValues[o]}else{var s=e.defaultWidth,l=r.width?String(r.width):e.defaultWidth;a=e.values[l]||e.values[s]}return a[e.argumentCallback?e.argumentCallback(t):t]}},e.exports=t.default},,,,,,,,,,,,,,,,function(e,t,n){n(626);var a=n(30);e.exports=a.Object.assign},function(e,t,n){var a=n(46),r=n(103),o=n(62),i=n(101).f,s=function(e){return function(t){for(var n,s=o(t),l=r(s),c=l.length,u=0,p=[];c>u;)n=l[u++],a&&!i.call(s,n)||p.push(e?[n,s[n]]:s[n]);return p}};e.exports={entries:s(!0),values:s(!1)}},,,,function(e,t,n){e.exports=n(651)},function(e,t,n){"use strict";var a=Object.prototype.toString;e.exports=function(e){var t=a.call(e),n="[object Arguments]"===t;return n||(n="[object Array]"!==t&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===a.call(e.callee)),n}},function(e,t,n){"use strict";var a=Object.prototype.toString;e.exports=function(e){var t=a.call(e),n="[object Arguments]"===t;return n||(n="[object Array]"!==t&&null!==e&&"object"==typeof e&&"number"==typeof e.length&&e.length>=0&&"[object Function]"===a.call(e.callee)),n}},function(e,t,n){"use strict";var a=Object,r=TypeError;e.exports=function(){if(null!=this&&this!==a(this))throw new r("RegExp.prototype.flags getter called on non-object");var e="";return this.global&&(e+="g"),this.ignoreCase&&(e+="i"),this.multiline&&(e+="m"),this.dotAll&&(e+="s"),this.unicode&&(e+="u"),this.sticky&&(e+="y"),e}},function(e,t,n){"use strict";var a=n(533),r=n(495).supportsDescriptors,o=Object.getOwnPropertyDescriptor,i=TypeError;e.exports=function(){if(!r)throw new i("RegExp.prototype.flags requires a true ES5 environment that supports property descriptors");if("gim"===/a/gim.flags){var e=o(RegExp.prototype,"flags");if(e&&"function"==typeof e.get&&"boolean"==typeof/a/.dotAll)return e.get}return a}},function(e,t,n){var a=n(536),r=n(756),o=n(757),i=a?a.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":i&&i in Object(e)?r(e):o(e)}},function(e,t,n){var a=n(754).Symbol;e.exports=a},,function(e,t,n){e.exports=n(631)},function(e,t,n){e.exports=n(657)},function(e,t){e.exports=function(e,t){if(null==e)return{};var n,a,r={},o=Object.keys(e);for(a=0;a<o.length;a++)n=o[a],t.indexOf(n)>=0||(r[n]=e[n]);return r}},function(e,t,n){var a=n(704),r=n(706),o=n(707),i=n(708),s=n(711),l=n(719),c=Date.prototype.getTime;function u(e,t,n){var m=n||{};return!!(m.strict?o(e,t):e===t)||(!e||!t||"object"!=typeof e&&"object"!=typeof t?m.strict?o(e,t):e==t:function(e,t,n){var o,m;if(typeof e!=typeof t)return!1;if(p(e)||p(t))return!1;if(e.prototype!==t.prototype)return!1;if(r(e)!==r(t))return!1;var f=i(e),h=i(t);if(f!==h)return!1;if(f||h)return e.source===t.source&&s(e)===s(t);if(l(e)&&l(t))return c.call(e)===c.call(t);var v=d(e),g=d(t);if(v!==g)return!1;if(v||g){if(e.length!==t.length)return!1;for(o=0;o<e.length;o++)if(e[o]!==t[o])return!1;return!0}if(typeof e!=typeof t)return!1;try{var y=a(e),b=a(t)}catch(e){return!1}if(y.length!==b.length)return!1;for(y.sort(),b.sort(),o=y.length-1;o>=0;o--)if(y[o]!=b[o])return!1;for(o=y.length-1;o>=0;o--)if(m=y[o],!u(e[m],t[m],n))return!1;return!0}(e,t,m))}function p(e){return null==e}function d(e){return!(!e||"object"!=typeof e||"number"!=typeof e.length)&&("function"==typeof e.copy&&"function"==typeof e.slice&&!(e.length>0&&"number"!=typeof e[0]))}e.exports=u},,function(e,t,n){var a;a=function(){var e=JSON.parse('{"$":"dollar","%":"percent","&":"and","<":"less",">":"greater","|":"or","¢":"cent","£":"pound","¤":"currency","¥":"yen","©":"(c)","ª":"a","®":"(r)","º":"o","À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","Æ":"AE","Ç":"C","È":"E","É":"E","Ê":"E","Ë":"E","Ì":"I","Í":"I","Î":"I","Ï":"I","Ð":"D","Ñ":"N","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","Ù":"U","Ú":"U","Û":"U","Ü":"U","Ý":"Y","Þ":"TH","ß":"ss","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","æ":"ae","ç":"c","è":"e","é":"e","ê":"e","ë":"e","ì":"i","í":"i","î":"i","ï":"i","ð":"d","ñ":"n","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","ù":"u","ú":"u","û":"u","ü":"u","ý":"y","þ":"th","ÿ":"y","Ā":"A","ā":"a","Ă":"A","ă":"a","Ą":"A","ą":"a","Ć":"C","ć":"c","Č":"C","č":"c","Ď":"D","ď":"d","Đ":"DJ","đ":"dj","Ē":"E","ē":"e","Ė":"E","ė":"e","Ę":"e","ę":"e","Ě":"E","ě":"e","Ğ":"G","ğ":"g","Ģ":"G","ģ":"g","Ĩ":"I","ĩ":"i","Ī":"i","ī":"i","Į":"I","į":"i","İ":"I","ı":"i","Ķ":"k","ķ":"k","Ļ":"L","ļ":"l","Ľ":"L","ľ":"l","Ł":"L","ł":"l","Ń":"N","ń":"n","Ņ":"N","ņ":"n","Ň":"N","ň":"n","Ő":"O","ő":"o","Œ":"OE","œ":"oe","Ŕ":"R","ŕ":"r","Ř":"R","ř":"r","Ś":"S","ś":"s","Ş":"S","ş":"s","Š":"S","š":"s","Ţ":"T","ţ":"t","Ť":"T","ť":"t","Ũ":"U","ũ":"u","Ū":"u","ū":"u","Ů":"U","ů":"u","Ű":"U","ű":"u","Ų":"U","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","ź":"z","Ż":"Z","ż":"z","Ž":"Z","ž":"z","ƒ":"f","Ơ":"O","ơ":"o","Ư":"U","ư":"u","Lj":"LJ","lj":"lj","Nj":"NJ","nj":"nj","Ș":"S","ș":"s","Ț":"T","ț":"t","˚":"o","Ά":"A","Έ":"E","Ή":"H","Ί":"I","Ό":"O","Ύ":"Y","Ώ":"W","ΐ":"i","Α":"A","Β":"B","Γ":"G","Δ":"D","Ε":"E","Ζ":"Z","Η":"H","Θ":"8","Ι":"I","Κ":"K","Λ":"L","Μ":"M","Ν":"N","Ξ":"3","Ο":"O","Π":"P","Ρ":"R","Σ":"S","Τ":"T","Υ":"Y","Φ":"F","Χ":"X","Ψ":"PS","Ω":"W","Ϊ":"I","Ϋ":"Y","ά":"a","έ":"e","ή":"h","ί":"i","ΰ":"y","α":"a","β":"b","γ":"g","δ":"d","ε":"e","ζ":"z","η":"h","θ":"8","ι":"i","κ":"k","λ":"l","μ":"m","ν":"n","ξ":"3","ο":"o","π":"p","ρ":"r","ς":"s","σ":"s","τ":"t","υ":"y","φ":"f","χ":"x","ψ":"ps","ω":"w","ϊ":"i","ϋ":"y","ό":"o","ύ":"y","ώ":"w","Ё":"Yo","Ђ":"DJ","Є":"Ye","І":"I","Ї":"Yi","Ј":"J","Љ":"LJ","Њ":"NJ","Ћ":"C","Џ":"DZ","А":"A","Б":"B","В":"V","Г":"G","Д":"D","Е":"E","Ж":"Zh","З":"Z","И":"I","Й":"J","К":"K","Л":"L","М":"M","Н":"N","О":"O","П":"P","Р":"R","С":"S","Т":"T","У":"U","Ф":"F","Х":"H","Ц":"C","Ч":"Ch","Ш":"Sh","Щ":"Sh","Ъ":"U","Ы":"Y","Ь":"","Э":"E","Ю":"Yu","Я":"Ya","а":"a","б":"b","в":"v","г":"g","д":"d","е":"e","ж":"zh","з":"z","и":"i","й":"j","к":"k","л":"l","м":"m","н":"n","о":"o","п":"p","р":"r","с":"s","т":"t","у":"u","ф":"f","х":"h","ц":"c","ч":"ch","ш":"sh","щ":"sh","ъ":"u","ы":"y","ь":"","э":"e","ю":"yu","я":"ya","ё":"yo","ђ":"dj","є":"ye","і":"i","ї":"yi","ј":"j","љ":"lj","њ":"nj","ћ":"c","ѝ":"u","џ":"dz","Ґ":"G","ґ":"g","Ғ":"GH","ғ":"gh","Қ":"KH","қ":"kh","Ң":"NG","ң":"ng","Ү":"UE","ү":"ue","Ұ":"U","ұ":"u","Һ":"H","һ":"h","Ә":"AE","ә":"ae","Ө":"OE","ө":"oe","฿":"baht","ა":"a","ბ":"b","გ":"g","დ":"d","ე":"e","ვ":"v","ზ":"z","თ":"t","ი":"i","კ":"k","ლ":"l","მ":"m","ნ":"n","ო":"o","პ":"p","ჟ":"zh","რ":"r","ს":"s","ტ":"t","უ":"u","ფ":"f","ქ":"k","ღ":"gh","ყ":"q","შ":"sh","ჩ":"ch","ც":"ts","ძ":"dz","წ":"ts","ჭ":"ch","ხ":"kh","ჯ":"j","ჰ":"h","Ẁ":"W","ẁ":"w","Ẃ":"W","ẃ":"w","Ẅ":"W","ẅ":"w","ẞ":"SS","Ạ":"A","ạ":"a","Ả":"A","ả":"a","Ấ":"A","ấ":"a","Ầ":"A","ầ":"a","Ẩ":"A","ẩ":"a","Ẫ":"A","ẫ":"a","Ậ":"A","ậ":"a","Ắ":"A","ắ":"a","Ằ":"A","ằ":"a","Ẳ":"A","ẳ":"a","Ẵ":"A","ẵ":"a","Ặ":"A","ặ":"a","Ẹ":"E","ẹ":"e","Ẻ":"E","ẻ":"e","Ẽ":"E","ẽ":"e","Ế":"E","ế":"e","Ề":"E","ề":"e","Ể":"E","ể":"e","Ễ":"E","ễ":"e","Ệ":"E","ệ":"e","Ỉ":"I","ỉ":"i","Ị":"I","ị":"i","Ọ":"O","ọ":"o","Ỏ":"O","ỏ":"o","Ố":"O","ố":"o","Ồ":"O","ồ":"o","Ổ":"O","ổ":"o","Ỗ":"O","ỗ":"o","Ộ":"O","ộ":"o","Ớ":"O","ớ":"o","Ờ":"O","ờ":"o","Ở":"O","ở":"o","Ỡ":"O","ỡ":"o","Ợ":"O","ợ":"o","Ụ":"U","ụ":"u","Ủ":"U","ủ":"u","Ứ":"U","ứ":"u","Ừ":"U","ừ":"u","Ử":"U","ử":"u","Ữ":"U","ữ":"u","Ự":"U","ự":"u","Ỳ":"Y","ỳ":"y","Ỵ":"Y","ỵ":"y","Ỷ":"Y","ỷ":"y","Ỹ":"Y","ỹ":"y","‘":"\'","’":"\'","“":"\\"","”":"\\"","†":"+","•":"*","…":"...","₠":"ecu","₢":"cruzeiro","₣":"french franc","₤":"lira","₥":"mill","₦":"naira","₧":"peseta","₨":"rupee","₩":"won","₪":"new shequel","₫":"dong","€":"euro","₭":"kip","₮":"tugrik","₯":"drachma","₰":"penny","₱":"peso","₲":"guarani","₳":"austral","₴":"hryvnia","₵":"cedi","₸":"kazakhstani tenge","₹":"indian rupee","₽":"russian ruble","₿":"bitcoin","℠":"sm","™":"tm","∂":"d","∆":"delta","∑":"sum","∞":"infinity","♥":"love","元":"yuan","円":"yen","﷼":"rial"}'),t=JSON.parse('{"vi":{"Đ":"D","đ":"d"}}');function n(n,a){if("string"!=typeof n)throw new Error("slugify: string argument expected");var r=t[(a="string"==typeof a?{replacement:a}:a||{}).locale]||{},o=a.replacement||"-",i=n.split("").reduce((function(t,n){return t+(r[n]||e[n]||n)}),"").replace(a.remove||/[^\w\s$*_+~.()'"!\-:@]+/g,"").trim().replace(new RegExp("[\\s"+o+"]+","g"),o);return a.lower&&(i=i.toLowerCase()),a.strict&&(i=i.replace(new RegExp("[^a-zA-Z0-9"+o+"]","g"),"")),i}return n.extend=function(t){for(var n in t)e[n]=t[n]},n},e.exports=a(),e.exports.default=a()},function(e,t,n){e.exports=n(727)},function(e,t){e.exports=function(e){if(!window.satismeter){window.satismeter=function(){var e=[];function t(){e.push(arguments)}return t.q=e,t}();var t=document.createElement("script"),n=document.getElementsByTagName("script")[0].parentNode;t.async=1,t.src="https://app.satismeter.com/satismeter.js",n.appendChild(t)}return window.satismeter(e)}},function(e,t,n){var a,r,o;
54
- /* @license
55
- Papa Parse
56
- v5.2.0
57
- https://github.com/mholt/PapaParse
58
- License: MIT
59
- */r=[],void 0===(o="function"==typeof(a=function e(){"use strict";var t="undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==t?t:{},n=!t.document&&!!t.postMessage,a=n&&/blob:/i.test((t.location||{}).protocol),r={},o=0,i={parse:function(n,a){var s=(a=a||{}).dynamicTyping||!1;if(_(s)&&(a.dynamicTypingFunction=s,s={}),a.dynamicTyping=s,a.transform=!!_(a.transform)&&a.transform,a.worker&&i.WORKERS_SUPPORTED){var l=function(){if(!i.WORKERS_SUPPORTED)return!1;var n,a,s=(n=t.URL||t.webkitURL||null,a=e.toString(),i.BLOB_URL||(i.BLOB_URL=n.createObjectURL(new Blob(["(",a,")();"],{type:"text/javascript"})))),l=new t.Worker(s);return l.onmessage=v,l.id=o++,r[l.id]=l}();return l.userStep=a.step,l.userChunk=a.chunk,l.userComplete=a.complete,l.userError=a.error,a.step=_(a.step),a.chunk=_(a.chunk),a.complete=_(a.complete),a.error=_(a.error),delete a.worker,void l.postMessage({input:n,config:a,workerId:l.id})}var m=null;return i.NODE_STREAM_INPUT,"string"==typeof n?m=a.download?new c(a):new p(a):!0===n.readable&&_(n.read)&&_(n.on)?m=new d(a):(t.File&&n instanceof File||n instanceof Object)&&(m=new u(a)),m.stream(n)},unparse:function(e,t){var n=!1,a=!0,r=",",o="\r\n",s='"',l=s+s,c=!1,u=null;!function(){if("object"==typeof t){if("string"!=typeof t.delimiter||i.BAD_DELIMITERS.filter((function(e){return-1!==t.delimiter.indexOf(e)})).length||(r=t.delimiter),("boolean"==typeof t.quotes||"function"==typeof t.quotes||Array.isArray(t.quotes))&&(n=t.quotes),"boolean"!=typeof t.skipEmptyLines&&"string"!=typeof t.skipEmptyLines||(c=t.skipEmptyLines),"string"==typeof t.newline&&(o=t.newline),"string"==typeof t.quoteChar&&(s=t.quoteChar),"boolean"==typeof t.header&&(a=t.header),Array.isArray(t.columns)){if(0===t.columns.length)throw new Error("Option columns is empty");u=t.columns}void 0!==t.escapeChar&&(l=t.escapeChar+s)}}();var p=new RegExp(f(s),"g");if("string"==typeof e&&(e=JSON.parse(e)),Array.isArray(e)){if(!e.length||Array.isArray(e[0]))return m(null,e,c);if("object"==typeof e[0])return m(u||d(e[0]),e,c)}else if("object"==typeof e)return"string"==typeof e.data&&(e.data=JSON.parse(e.data)),Array.isArray(e.data)&&(e.fields||(e.fields=e.meta&&e.meta.fields),e.fields||(e.fields=Array.isArray(e.data[0])?e.fields:d(e.data[0])),Array.isArray(e.data[0])||"object"==typeof e.data[0]||(e.data=[e.data])),m(e.fields||[],e.data||[],c);throw new Error("Unable to serialize unrecognized input");function d(e){if("object"!=typeof e)return[];var t=[];for(var n in e)t.push(n);return t}function m(e,t,n){var i="";"string"==typeof e&&(e=JSON.parse(e)),"string"==typeof t&&(t=JSON.parse(t));var s=Array.isArray(e)&&0<e.length,l=!Array.isArray(t[0]);if(s&&a){for(var c=0;c<e.length;c++)0<c&&(i+=r),i+=h(e[c],c);0<t.length&&(i+=o)}for(var u=0;u<t.length;u++){var p=s?e.length:t[u].length,d=!1,m=s?0===Object.keys(t[u]).length:0===t[u].length;if(n&&!s&&(d="greedy"===n?""===t[u].join("").trim():1===t[u].length&&0===t[u][0].length),"greedy"===n&&s){for(var f=[],v=0;v<p;v++){var g=l?e[v]:v;f.push(t[u][g])}d=""===f.join("").trim()}if(!d){for(var y=0;y<p;y++){0<y&&!m&&(i+=r);var b=s&&l?e[y]:y;i+=h(t[u][b],y)}u<t.length-1&&(!n||0<p&&!m)&&(i+=o)}}return i}function h(e,t){if(null==e)return"";if(e.constructor===Date)return JSON.stringify(e).slice(1,25);var a=e.toString().replace(p,l);return"boolean"==typeof n&&n||"function"==typeof n&&n(e,t)||Array.isArray(n)&&n[t]||function(e,t){for(var n=0;n<t.length;n++)if(-1<e.indexOf(t[n]))return!0;return!1}(a,i.BAD_DELIMITERS)||-1<a.indexOf(r)||" "===a.charAt(0)||" "===a.charAt(a.length-1)?s+a+s:a}}};if(i.RECORD_SEP=String.fromCharCode(30),i.UNIT_SEP=String.fromCharCode(31),i.BYTE_ORDER_MARK="\ufeff",i.BAD_DELIMITERS=["\r","\n",'"',i.BYTE_ORDER_MARK],i.WORKERS_SUPPORTED=!n&&!!t.Worker,i.NODE_STREAM_INPUT=1,i.LocalChunkSize=10485760,i.RemoteChunkSize=5242880,i.DefaultDelimiter=",",i.Parser=h,i.ParserHandle=m,i.NetworkStreamer=c,i.FileStreamer=u,i.StringStreamer=p,i.ReadableStreamStreamer=d,t.jQuery){var s=t.jQuery;s.fn.parse=function(e){var n=e.config||{},a=[];return this.each((function(e){if("INPUT"!==s(this).prop("tagName").toUpperCase()||"file"!==s(this).attr("type").toLowerCase()||!t.FileReader||!this.files||0===this.files.length)return!0;for(var r=0;r<this.files.length;r++)a.push({file:this.files[r],inputElem:this,instanceConfig:s.extend({},n)})})),r(),this;function r(){if(0!==a.length){var t,n,r,l=a[0];if(_(e.before)){var c=e.before(l.file,l.inputElem);if("object"==typeof c){if("abort"===c.action)return t=l.file,n=l.inputElem,r=c.reason,void(_(e.error)&&e.error({name:"AbortError"},t,n,r));if("skip"===c.action)return void o();"object"==typeof c.config&&(l.instanceConfig=s.extend(l.instanceConfig,c.config))}else if("skip"===c)return void o()}var u=l.instanceConfig.complete;l.instanceConfig.complete=function(e){_(u)&&u(e,l.file,l.inputElem),o()},i.parse(l.file,l.instanceConfig)}else _(e.complete)&&e.complete()}function o(){a.splice(0,1),r()}}}function l(e){this._handle=null,this._finished=!1,this._completed=!1,this._halted=!1,this._input=null,this._baseIndex=0,this._partialLine="",this._rowCount=0,this._start=0,this._nextChunk=null,this.isFirstChunk=!0,this._completeResults={data:[],errors:[],meta:{}},function(e){var t=b(e);t.chunkSize=parseInt(t.chunkSize),e.step||e.chunk||(t.chunkSize=null),this._handle=new m(t),(this._handle.streamer=this)._config=t}.call(this,e),this.parseChunk=function(e,n){if(this.isFirstChunk&&_(this._config.beforeFirstChunk)){var r=this._config.beforeFirstChunk(e);void 0!==r&&(e=r)}this.isFirstChunk=!1,this._halted=!1;var o=this._partialLine+e;this._partialLine="";var s=this._handle.parse(o,this._baseIndex,!this._finished);if(!this._handle.paused()&&!this._handle.aborted()){var l=s.meta.cursor;this._finished||(this._partialLine=o.substring(l-this._baseIndex),this._baseIndex=l),s&&s.data&&(this._rowCount+=s.data.length);var c=this._finished||this._config.preview&&this._rowCount>=this._config.preview;if(a)t.postMessage({results:s,workerId:i.WORKER_ID,finished:c});else if(_(this._config.chunk)&&!n){if(this._config.chunk(s,this._handle),this._handle.paused()||this._handle.aborted())return void(this._halted=!0);s=void 0,this._completeResults=void 0}return this._config.step||this._config.chunk||(this._completeResults.data=this._completeResults.data.concat(s.data),this._completeResults.errors=this._completeResults.errors.concat(s.errors),this._completeResults.meta=s.meta),this._completed||!c||!_(this._config.complete)||s&&s.meta.aborted||(this._config.complete(this._completeResults,this._input),this._completed=!0),c||s&&s.meta.paused||this._nextChunk(),s}this._halted=!0},this._sendError=function(e){_(this._config.error)?this._config.error(e):a&&this._config.error&&t.postMessage({workerId:i.WORKER_ID,error:e,finished:!1})}}function c(e){var t;(e=e||{}).chunkSize||(e.chunkSize=i.RemoteChunkSize),l.call(this,e),this._nextChunk=n?function(){this._readChunk(),this._chunkLoaded()}:function(){this._readChunk()},this.stream=function(e){this._input=e,this._nextChunk()},this._readChunk=function(){if(this._finished)this._chunkLoaded();else{if(t=new XMLHttpRequest,this._config.withCredentials&&(t.withCredentials=this._config.withCredentials),n||(t.onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)),t.open(this._config.downloadRequestBody?"POST":"GET",this._input,!n),this._config.downloadRequestHeaders){var e=this._config.downloadRequestHeaders;for(var a in e)t.setRequestHeader(a,e[a])}if(this._config.chunkSize){var r=this._start+this._config.chunkSize-1;t.setRequestHeader("Range","bytes="+this._start+"-"+r)}try{t.send(this._config.downloadRequestBody)}catch(e){this._chunkError(e.message)}n&&0===t.status&&this._chunkError()}},this._chunkLoaded=function(){4===t.readyState&&(t.status<200||400<=t.status?this._chunkError():(this._start+=this._config.chunkSize?this._config.chunkSize:t.responseText.length,this._finished=!this._config.chunkSize||this._start>=function(e){var t=e.getResponseHeader("Content-Range");return null===t?-1:parseInt(t.substring(t.lastIndexOf("/")+1))}(t),this.parseChunk(t.responseText)))},this._chunkError=function(e){var n=t.statusText||e;this._sendError(new Error(n))}}function u(e){var t,n;(e=e||{}).chunkSize||(e.chunkSize=i.LocalChunkSize),l.call(this,e);var a="undefined"!=typeof FileReader;this.stream=function(e){this._input=e,n=e.slice||e.webkitSlice||e.mozSlice,a?((t=new FileReader).onload=w(this._chunkLoaded,this),t.onerror=w(this._chunkError,this)):t=new FileReaderSync,this._nextChunk()},this._nextChunk=function(){this._finished||this._config.preview&&!(this._rowCount<this._config.preview)||this._readChunk()},this._readChunk=function(){var e=this._input;if(this._config.chunkSize){var r=Math.min(this._start+this._config.chunkSize,this._input.size);e=n.call(e,this._start,r)}var o=t.readAsText(e,this._config.encoding);a||this._chunkLoaded({target:{result:o}})},this._chunkLoaded=function(e){this._start+=this._config.chunkSize,this._finished=!this._config.chunkSize||this._start>=this._input.size,this.parseChunk(e.target.result)},this._chunkError=function(){this._sendError(t.error)}}function p(e){var t;l.call(this,e=e||{}),this.stream=function(e){return t=e,this._nextChunk()},this._nextChunk=function(){if(!this._finished){var e,n=this._config.chunkSize;return n?(e=t.substring(0,n),t=t.substring(n)):(e=t,t=""),this._finished=!t,this.parseChunk(e)}}}function d(e){l.call(this,e=e||{});var t=[],n=!0,a=!1;this.pause=function(){l.prototype.pause.apply(this,arguments),this._input.pause()},this.resume=function(){l.prototype.resume.apply(this,arguments),this._input.resume()},this.stream=function(e){this._input=e,this._input.on("data",this._streamData),this._input.on("end",this._streamEnd),this._input.on("error",this._streamError)},this._checkIsFinished=function(){a&&1===t.length&&(this._finished=!0)},this._nextChunk=function(){this._checkIsFinished(),t.length?this.parseChunk(t.shift()):n=!0},this._streamData=w((function(e){try{t.push("string"==typeof e?e:e.toString(this._config.encoding)),n&&(n=!1,this._checkIsFinished(),this.parseChunk(t.shift()))}catch(e){this._streamError(e)}}),this),this._streamError=w((function(e){this._streamCleanUp(),this._sendError(e)}),this),this._streamEnd=w((function(){this._streamCleanUp(),a=!0,this._streamData("")}),this),this._streamCleanUp=w((function(){this._input.removeListener("data",this._streamData),this._input.removeListener("end",this._streamEnd),this._input.removeListener("error",this._streamError)}),this)}function m(e){var t,n,a,r=Math.pow(2,53),o=-r,s=/^\s*-?(\d+\.?|\.\d+|\d+\.\d+)(e[-+]?\d+)?\s*$/,l=/(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d+([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))|(\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d([+-][0-2]\d:[0-5]\d|Z))/,c=this,u=0,p=0,d=!1,m=!1,v=[],g={data:[],errors:[],meta:{}};if(_(e.step)){var y=e.step;e.step=function(t){if(g=t,k())E();else{if(E(),0===g.data.length)return;u+=t.data.length,e.preview&&u>e.preview?n.abort():(g.data=g.data[0],y(g,c))}}}function w(t){return"greedy"===e.skipEmptyLines?""===t.join("").trim():1===t.length&&0===t[0].length}function E(){if(g&&a&&(C("Delimiter","UndetectableDelimiter","Unable to auto-detect delimiting character; defaulted to '"+i.DefaultDelimiter+"'"),a=!1),e.skipEmptyLines)for(var t=0;t<g.data.length;t++)w(g.data[t])&&g.data.splice(t--,1);return k()&&function(){if(g)if(Array.isArray(g.data[0])){for(var t=0;k()&&t<g.data.length;t++)g.data[t].forEach(n);g.data.splice(0,1)}else g.data.forEach(n);function n(t){_(e.transformHeader)&&(t=e.transformHeader(t)),v.push(t)}}(),function(){if(!g||!e.header&&!e.dynamicTyping&&!e.transform)return g;function t(t,n){var a,r=e.header?{}:[];for(a=0;a<t.length;a++){var o=a,i=t[a];e.header&&(o=a>=v.length?"__parsed_extra":v[a]),e.transform&&(i=e.transform(i,o)),i=S(o,i),"__parsed_extra"===o?(r[o]=r[o]||[],r[o].push(i)):r[o]=i}return e.header&&(a>v.length?C("FieldMismatch","TooManyFields","Too many fields: expected "+v.length+" fields but parsed "+a,p+n):a<v.length&&C("FieldMismatch","TooFewFields","Too few fields: expected "+v.length+" fields but parsed "+a,p+n)),r}var n=1;return!g.data.length||Array.isArray(g.data[0])?(g.data=g.data.map(t),n=g.data.length):g.data=t(g.data,0),e.header&&g.meta&&(g.meta.fields=v),p+=n,g}()}function k(){return e.header&&0===v.length}function S(t,n){return a=t,e.dynamicTypingFunction&&void 0===e.dynamicTyping[a]&&(e.dynamicTyping[a]=e.dynamicTypingFunction(a)),!0===(e.dynamicTyping[a]||e.dynamicTyping)?"true"===n||"TRUE"===n||"false"!==n&&"FALSE"!==n&&(function(e){if(s.test(e)){var t=parseFloat(e);if(o<t&&t<r)return!0}return!1}(n)?parseFloat(n):l.test(n)?new Date(n):""===n?null:n):n;var a}function C(e,t,n,a){var r={type:e,code:t,message:n};void 0!==a&&(r.row=a),g.errors.push(r)}this.parse=function(r,o,s){var l=e.quoteChar||'"';if(e.newline||(e.newline=function(e,t){e=e.substring(0,1048576);var n=new RegExp(f(t)+"([^]*?)"+f(t),"gm"),a=(e=e.replace(n,"")).split("\r"),r=e.split("\n"),o=1<r.length&&r[0].length<a[0].length;if(1===a.length||o)return"\n";for(var i=0,s=0;s<a.length;s++)"\n"===a[s][0]&&i++;return i>=a.length/2?"\r\n":"\r"}(r,l)),a=!1,e.delimiter)_(e.delimiter)&&(e.delimiter=e.delimiter(r),g.meta.delimiter=e.delimiter);else{var c=function(t,n,a,r,o){var s,l,c,u;o=o||[",","\t","|",";",i.RECORD_SEP,i.UNIT_SEP];for(var p=0;p<o.length;p++){var d=o[p],m=0,f=0,v=0;c=void 0;for(var g=new h({comments:r,delimiter:d,newline:n,preview:10}).parse(t),y=0;y<g.data.length;y++)if(a&&w(g.data[y]))v++;else{var b=g.data[y].length;f+=b,void 0!==c?0<b&&(m+=Math.abs(b-c),c=b):c=b}0<g.data.length&&(f/=g.data.length-v),(void 0===l||m<=l)&&(void 0===u||u<f)&&1.99<f&&(l=m,s=d,u=f)}return{successful:!!(e.delimiter=s),bestDelimiter:s}}(r,e.newline,e.skipEmptyLines,e.comments,e.delimitersToGuess);c.successful?e.delimiter=c.bestDelimiter:(a=!0,e.delimiter=i.DefaultDelimiter),g.meta.delimiter=e.delimiter}var u=b(e);return e.preview&&e.header&&u.preview++,t=r,n=new h(u),g=n.parse(t,o,s),E(),d?{meta:{paused:!0}}:g||{meta:{paused:!1}}},this.paused=function(){return d},this.pause=function(){d=!0,n.abort(),t=_(e.chunk)?"":t.substring(n.getCharIndex())},this.resume=function(){c.streamer._halted?(d=!1,c.streamer.parseChunk(t,!0)):setTimeout(c.resume,3)},this.aborted=function(){return m},this.abort=function(){m=!0,n.abort(),g.meta.aborted=!0,_(e.complete)&&e.complete(g),t=""}}function f(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function h(e){var t,n=(e=e||{}).delimiter,a=e.newline,r=e.comments,o=e.step,s=e.preview,l=e.fastMode,c=t=void 0===e.quoteChar?'"':e.quoteChar;if(void 0!==e.escapeChar&&(c=e.escapeChar),("string"!=typeof n||-1<i.BAD_DELIMITERS.indexOf(n))&&(n=","),r===n)throw new Error("Comment character same as delimiter");!0===r?r="#":("string"!=typeof r||-1<i.BAD_DELIMITERS.indexOf(r))&&(r=!1),"\n"!==a&&"\r"!==a&&"\r\n"!==a&&(a="\n");var u=0,p=!1;this.parse=function(e,i,d){if("string"!=typeof e)throw new Error("Input must be a string");var m=e.length,h=n.length,v=a.length,g=r.length,y=_(o),b=[],w=[],E=[],k=u=0;if(!e)return L();if(l||!1!==l&&-1===e.indexOf(t)){for(var S=e.split(a),C=0;C<S.length;C++){if(E=S[C],u+=E.length,C!==S.length-1)u+=a.length;else if(d)return L();if(!r||E.substring(0,g)!==r){if(y){if(b=[],R(E.split(n)),F(),p)return L()}else R(E.split(n));if(s&&s<=C)return b=b.slice(0,s),L(!0)}}return L()}for(var I=e.indexOf(n,u),x=e.indexOf(a,u),O=new RegExp(f(c)+f(t),"g"),N=e.indexOf(t,u);;)if(e[u]!==t)if(r&&0===E.length&&e.substring(u,u+g)===r){if(-1===x)return L();u=x+v,x=e.indexOf(a,u),I=e.indexOf(n,u)}else{if(-1!==I&&(I<x||-1===x)){if(!(I<N)){E.push(e.substring(u,I)),u=I+h,I=e.indexOf(n,u);continue}var T=q(I,N,x);if(T&&void 0!==T.nextDelim){I=T.nextDelim,N=T.quoteSearch,E.push(e.substring(u,I)),u=I+h,I=e.indexOf(n,u);continue}}if(-1===x)break;if(E.push(e.substring(u,x)),A(x+v),y&&(F(),p))return L();if(s&&b.length>=s)return L(!0)}else for(N=u,u++;;){if(-1===(N=e.indexOf(t,N+1)))return d||w.push({type:"Quotes",code:"MissingQuotes",message:"Quoted field unterminated",row:b.length,index:u}),M();if(N===m-1)return M(e.substring(u,N).replace(O,t));if(t!==c||e[N+1]!==c){if(t===c||0===N||e[N-1]!==c){-1!==I&&I<N+1&&(I=e.indexOf(n,N+1)),-1!==x&&x<N+1&&(x=e.indexOf(a,N+1));var D=j(-1===x?I:Math.min(I,x));if(e[N+1+D]===n){E.push(e.substring(u,N).replace(O,t)),e[u=N+1+D+h]!==t&&(N=e.indexOf(t,u)),I=e.indexOf(n,u),x=e.indexOf(a,u);break}var P=j(x);if(e.substring(N+1+P,N+1+P+v)===a){if(E.push(e.substring(u,N).replace(O,t)),A(N+1+P+v),I=e.indexOf(n,u),N=e.indexOf(t,u),y&&(F(),p))return L();if(s&&b.length>=s)return L(!0);break}w.push({type:"Quotes",code:"InvalidQuotes",message:"Trailing quote on quoted field is malformed",row:b.length,index:u}),N++}}else N++}return M();function R(e){b.push(e),k=u}function j(t){var n=0;if(-1!==t){var a=e.substring(N+1,t);a&&""===a.trim()&&(n=a.length)}return n}function M(t){return d||(void 0===t&&(t=e.substring(u)),E.push(t),u=m,R(E),y&&F()),L()}function A(t){u=t,R(E),E=[],x=e.indexOf(a,u)}function L(e){return{data:b,errors:w,meta:{delimiter:n,linebreak:a,aborted:p,truncated:!!e,cursor:k+(i||0)}}}function F(){o(L()),b=[],w=[]}function q(a,r,o){var i={nextDelim:void 0,quoteSearch:void 0},s=e.indexOf(t,r+1);if(r<a&&a<s&&(s<o||-1===o)){var l=e.indexOf(n,s);if(-1===l)return i;s<l&&(s=e.indexOf(t,s+1)),i=q(l,s,o)}else i={nextDelim:a,quoteSearch:r};return i}},this.abort=function(){p=!0},this.getCharIndex=function(){return u}}function v(e){var t=e.data,n=r[t.workerId],a=!1;if(t.error)n.userError(t.error,t.file);else if(t.results&&t.results.data){var o={abort:function(){a=!0,g(t.workerId,{data:[],errors:[],meta:{aborted:!0}})},pause:y,resume:y};if(_(n.userStep)){for(var i=0;i<t.results.data.length&&(n.userStep({data:t.results.data[i],errors:t.results.errors,meta:t.results.meta},o),!a);i++);delete t.results}else _(n.userChunk)&&(n.userChunk(t.results,o,t.file),delete t.results)}t.finished&&!a&&g(t.workerId,t.results)}function g(e,t){var n=r[e];_(n.userComplete)&&n.userComplete(t),n.terminate(),delete r[e]}function y()