Site Kit by Google - Version 1.12.0

Version Description

Download this release

Release Info

Developer flixos90
Plugin Icon 128x128 Site Kit by Google
Version 1.12.0
Comparing to
See all releases

Code changes from version 1.11.1 to 1.12.0

dist/assets/css/admin.css CHANGED
@@ -1,10310 +1,2 @@
1
- /**
2
- * Admin stylesheet.
3
- *
4
- * Site Kit by Google, Copyright 2019 Google LLC
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * https://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- /*
19
- * Configuration Options
20
- */
21
- /**
22
- * Variables.
23
- *
24
- * Site Kit by Google, Copyright 2019 Google LLC
25
- *
26
- * Licensed under the Apache License, Version 2.0 (the "License");
27
- * you may not use this file except in compliance with the License.
28
- * You may obtain a copy of the License at
29
- *
30
- * https://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing, software
33
- * distributed under the License is distributed on an "AS IS" BASIS,
34
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
- * See the License for the specific language governing permissions and
36
- * limitations under the License.
37
- */
38
- /*
39
- * Colors
40
- * Names from http://chir.ag/projects/name-that-color/
41
- */
42
- /* stylelint-disable */
43
- /* stylelint-enable */
44
- /**
45
- * Mixins.
46
- *
47
- * Site Kit by Google, Copyright 2019 Google LLC
48
- *
49
- * Licensed under the Apache License, Version 2.0 (the "License");
50
- * you may not use this file except in compliance with the License.
51
- * You may obtain a copy of the License at
52
- *
53
- * https://www.apache.org/licenses/LICENSE-2.0
54
- *
55
- * Unless required by applicable law or agreed to in writing, software
56
- * distributed under the License is distributed on an "AS IS" BASIS,
57
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58
- * See the License for the specific language governing permissions and
59
- * limitations under the License.
60
- */
61
- /*
62
- * Material Design
63
- */
64
- .mdc-button {
65
- font-family: Roboto, sans-serif;
66
- -moz-osx-font-smoothing: grayscale;
67
- -webkit-font-smoothing: antialiased;
68
- font-size: 0.875rem;
69
- line-height: 2.25rem;
70
- font-weight: 500;
71
- letter-spacing: 0.08929em;
72
- text-decoration: none;
73
- text-transform: uppercase;
74
- padding: 0 8px 0 8px;
75
- display: inline-flex;
76
- position: relative;
77
- align-items: center;
78
- justify-content: center;
79
- box-sizing: border-box;
80
- min-width: 64px;
81
- height: 36px;
82
- border: none;
83
- outline: none;
84
- /* @alternate */
85
- line-height: inherit;
86
- -webkit-user-select: none;
87
- -moz-user-select: none;
88
- -ms-user-select: none;
89
- user-select: none;
90
- -webkit-appearance: none;
91
- overflow: hidden;
92
- vertical-align: middle;
93
- border-radius: 4px; }
94
- .mdc-button::-moz-focus-inner {
95
- padding: 0;
96
- border: 0; }
97
- .mdc-button:active {
98
- outline: none; }
99
- .mdc-button:hover {
100
- cursor: pointer; }
101
- .mdc-button:disabled {
102
- background-color: transparent;
103
- color: rgba(0, 0, 0, 0.37);
104
- cursor: default;
105
- pointer-events: none; }
106
- .mdc-button.mdc-button--dense {
107
- border-radius: 4px; }
108
- .mdc-button:not(:disabled) {
109
- background-color: transparent; }
110
- .mdc-button .mdc-button__icon {
111
- /* @noflip */
112
- margin-left: 0;
113
- /* @noflip */
114
- margin-right: 8px;
115
- display: inline-block;
116
- width: 18px;
117
- height: 18px;
118
- font-size: 18px;
119
- vertical-align: top; }
120
- [dir="rtl"] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir="rtl"] {
121
- /* @noflip */
122
- margin-left: 8px;
123
- /* @noflip */
124
- margin-right: 0; }
125
- .mdc-button:not(:disabled) {
126
- color: #1a73e8;
127
- /* @alternate */
128
- color: #1a73e8;
129
- color: var(--mdc-theme-primary, #1a73e8); }
130
-
131
- .mdc-button__label + .mdc-button__icon {
132
- /* @noflip */
133
- margin-left: 8px;
134
- /* @noflip */
135
- margin-right: 0; }
136
- [dir="rtl"] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir="rtl"] {
137
- /* @noflip */
138
- margin-left: 0;
139
- /* @noflip */
140
- margin-right: 8px; }
141
-
142
- svg.mdc-button__icon {
143
- fill: currentColor; }
144
-
145
- .mdc-button--raised .mdc-button__icon,
146
- .mdc-button--unelevated .mdc-button__icon,
147
- .mdc-button--outlined .mdc-button__icon {
148
- /* @noflip */
149
- margin-left: -4px;
150
- /* @noflip */
151
- margin-right: 8px; }
152
- [dir="rtl"] .mdc-button--raised .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir="rtl"], [dir="rtl"]
153
- .mdc-button--unelevated .mdc-button__icon,
154
- .mdc-button--unelevated .mdc-button__icon[dir="rtl"], [dir="rtl"]
155
- .mdc-button--outlined .mdc-button__icon,
156
- .mdc-button--outlined .mdc-button__icon[dir="rtl"] {
157
- /* @noflip */
158
- margin-left: 8px;
159
- /* @noflip */
160
- margin-right: -4px; }
161
-
162
- .mdc-button--raised .mdc-button__label + .mdc-button__icon,
163
- .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
164
- .mdc-button--outlined .mdc-button__label + .mdc-button__icon {
165
- /* @noflip */
166
- margin-left: 8px;
167
- /* @noflip */
168
- margin-right: -4px; }
169
- [dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"]
170
- .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
171
- .mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"], [dir="rtl"]
172
- .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
173
- .mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"] {
174
- /* @noflip */
175
- margin-left: -4px;
176
- /* @noflip */
177
- margin-right: 8px; }
178
-
179
- .mdc-button--raised,
180
- .mdc-button--unelevated {
181
- padding: 0 16px 0 16px; }
182
- .mdc-button--raised:disabled,
183
- .mdc-button--unelevated:disabled {
184
- background-color: rgba(0, 0, 0, 0.12);
185
- color: rgba(0, 0, 0, 0.37); }
186
- .mdc-button--raised:not(:disabled),
187
- .mdc-button--unelevated:not(:disabled) {
188
- background-color: #1a73e8; }
189
- @supports not (-ms-ime-align: auto) {
190
- .mdc-button--raised:not(:disabled),
191
- .mdc-button--unelevated:not(:disabled) {
192
- /* @alternate */
193
- background-color: #1a73e8;
194
- background-color: var(--mdc-theme-primary, #1a73e8); } }
195
- .mdc-button--raised:not(:disabled),
196
- .mdc-button--unelevated:not(:disabled) {
197
- color: #fff;
198
- /* @alternate */
199
- color: #fff;
200
- color: var(--mdc-theme-on-primary, #fff); }
201
-
202
- .mdc-button--raised {
203
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
204
- transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); }
205
- .mdc-button--raised:hover, .mdc-button--raised:focus {
206
- box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
207
- .mdc-button--raised:active {
208
- box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
209
- .mdc-button--raised:disabled {
210
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
211
-
212
- .mdc-button--outlined {
213
- border-style: solid;
214
- padding: 0 15px 0 15px;
215
- border-width: 1px; }
216
- .mdc-button--outlined:disabled {
217
- border-color: rgba(0, 0, 0, 0.37); }
218
- .mdc-button--outlined:not(:disabled) {
219
- border-color: #1a73e8;
220
- /* @alternate */
221
- border-color: #1a73e8;
222
- border-color: var(--mdc-theme-primary, #1a73e8); }
223
-
224
- .mdc-button--dense {
225
- height: 32px;
226
- font-size: .8125rem; }
227
-
228
- @keyframes mdc-ripple-fg-radius-in {
229
- from {
230
- animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
231
- transform: translate(0) scale(1);
232
- transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
233
- to {
234
- transform: translate(0) scale(1);
235
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }
236
-
237
- @keyframes mdc-ripple-fg-opacity-in {
238
- from {
239
- animation-timing-function: linear;
240
- opacity: 0; }
241
- to {
242
- opacity: 0;
243
- opacity: var(--mdc-ripple-fg-opacity, 0); } }
244
-
245
- @keyframes mdc-ripple-fg-opacity-out {
246
- from {
247
- animation-timing-function: linear;
248
- opacity: 0;
249
- opacity: var(--mdc-ripple-fg-opacity, 0); }
250
- to {
251
- opacity: 0; } }
252
-
253
- .mdc-ripple-surface--test-edge-var-bug {
254
- --mdc-ripple-surface-test-edge-var: 1px solid #000;
255
- visibility: hidden; }
256
- .mdc-ripple-surface--test-edge-var-bug::before {
257
- border: var(--mdc-ripple-surface-test-edge-var); }
258
-
259
- .mdc-button {
260
- --mdc-ripple-fg-size: 0;
261
- --mdc-ripple-left: 0;
262
- --mdc-ripple-top: 0;
263
- --mdc-ripple-fg-scale: 1;
264
- --mdc-ripple-fg-translate-end: 0;
265
- --mdc-ripple-fg-translate-start: 0;
266
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
267
- .mdc-button::before, .mdc-button::after {
268
- position: absolute;
269
- border-radius: 50%;
270
- opacity: 0;
271
- pointer-events: none;
272
- content: ""; }
273
- .mdc-button::before {
274
- transition: opacity 15ms linear, background-color 15ms linear;
275
- z-index: 1; }
276
- .mdc-button.mdc-ripple-upgraded::before {
277
- transform: scale(1);
278
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
279
- .mdc-button.mdc-ripple-upgraded::after {
280
- top: 0;
281
- /* @noflip */
282
- left: 0;
283
- transform: scale(0);
284
- transform-origin: center center; }
285
- .mdc-button.mdc-ripple-upgraded--unbounded::after {
286
- top: 0;
287
- top: var(--mdc-ripple-top, 0);
288
- /* @noflip */
289
- left: 0;
290
- left: var(--mdc-ripple-left, 0); }
291
- .mdc-button.mdc-ripple-upgraded--foreground-activation::after {
292
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
293
- .mdc-button.mdc-ripple-upgraded--foreground-deactivation::after {
294
- animation: mdc-ripple-fg-opacity-out 150ms;
295
- transform: translate(0) scale(1);
296
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
297
- .mdc-button::before, .mdc-button::after {
298
- top: calc(50% - 100%);
299
- /* @noflip */
300
- left: calc(50% - 100%);
301
- width: 200%;
302
- height: 200%; }
303
- .mdc-button.mdc-ripple-upgraded::after {
304
- width: 100%;
305
- width: var(--mdc-ripple-fg-size, 100%);
306
- height: 100%;
307
- height: var(--mdc-ripple-fg-size, 100%); }
308
- .mdc-button::before, .mdc-button::after {
309
- background-color: #1a73e8; }
310
- @supports not (-ms-ime-align: auto) {
311
- .mdc-button::before, .mdc-button::after {
312
- /* @alternate */
313
- background-color: #1a73e8;
314
- background-color: var(--mdc-theme-primary, #1a73e8); } }
315
- .mdc-button:hover::before {
316
- opacity: 0.04; }
317
- .mdc-button:not(.mdc-ripple-upgraded):focus::before, .mdc-button.mdc-ripple-upgraded--background-focused::before {
318
- transition-duration: 75ms;
319
- opacity: 0.12; }
320
- .mdc-button:not(.mdc-ripple-upgraded)::after {
321
- transition: opacity 150ms linear; }
322
- .mdc-button:not(.mdc-ripple-upgraded):active::after {
323
- transition-duration: 75ms;
324
- opacity: 0.12; }
325
- .mdc-button.mdc-ripple-upgraded {
326
- --mdc-ripple-fg-opacity: 0.12; }
327
-
328
- .mdc-button--raised::before, .mdc-button--raised::after,
329
- .mdc-button--unelevated::before,
330
- .mdc-button--unelevated::after {
331
- background-color: #fff; }
332
- @supports not (-ms-ime-align: auto) {
333
- .mdc-button--raised::before, .mdc-button--raised::after,
334
- .mdc-button--unelevated::before,
335
- .mdc-button--unelevated::after {
336
- /* @alternate */
337
- background-color: #fff;
338
- background-color: var(--mdc-theme-on-primary, #fff); } }
339
-
340
- .mdc-button--raised:hover::before,
341
- .mdc-button--unelevated:hover::before {
342
- opacity: 0.08; }
343
-
344
- .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before, .mdc-button--raised.mdc-ripple-upgraded--background-focused::before,
345
- .mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,
346
- .mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before {
347
- transition-duration: 75ms;
348
- opacity: 0.24; }
349
-
350
- .mdc-button--raised:not(.mdc-ripple-upgraded)::after,
351
- .mdc-button--unelevated:not(.mdc-ripple-upgraded)::after {
352
- transition: opacity 150ms linear; }
353
-
354
- .mdc-button--raised:not(.mdc-ripple-upgraded):active::after,
355
- .mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after {
356
- transition-duration: 75ms;
357
- opacity: 0.24; }
358
-
359
- .mdc-button--raised.mdc-ripple-upgraded,
360
- .mdc-button--unelevated.mdc-ripple-upgraded {
361
- --mdc-ripple-fg-opacity: 0.24; }
362
-
363
- @keyframes mdc-checkbox-unchecked-checked-checkmark-path {
364
- 0%,
365
- 50% {
366
- stroke-dashoffset: 29.78334; }
367
- 50% {
368
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
369
- 100% {
370
- stroke-dashoffset: 0; } }
371
-
372
- @keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
373
- 0%,
374
- 68.2% {
375
- transform: scaleX(0); }
376
- 68.2% {
377
- animation-timing-function: cubic-bezier(0, 0, 0, 1); }
378
- 100% {
379
- transform: scaleX(1); } }
380
-
381
- @keyframes mdc-checkbox-checked-unchecked-checkmark-path {
382
- from {
383
- animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
384
- opacity: 1;
385
- stroke-dashoffset: 0; }
386
- to {
387
- opacity: 0;
388
- stroke-dashoffset: -29.78334; } }
389
-
390
- @keyframes mdc-checkbox-checked-indeterminate-checkmark {
391
- from {
392
- animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
393
- transform: rotate(0deg);
394
- opacity: 1; }
395
- to {
396
- transform: rotate(45deg);
397
- opacity: 0; } }
398
-
399
- @keyframes mdc-checkbox-indeterminate-checked-checkmark {
400
- from {
401
- animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
402
- transform: rotate(45deg);
403
- opacity: 0; }
404
- to {
405
- transform: rotate(360deg);
406
- opacity: 1; } }
407
-
408
- @keyframes mdc-checkbox-checked-indeterminate-mixedmark {
409
- from {
410
- animation-timing-function: mdc-animation-deceleration-curve-timing-function;
411
- transform: rotate(-45deg);
412
- opacity: 0; }
413
- to {
414
- transform: rotate(0deg);
415
- opacity: 1; } }
416
-
417
- @keyframes mdc-checkbox-indeterminate-checked-mixedmark {
418
- from {
419
- animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
420
- transform: rotate(0deg);
421
- opacity: 1; }
422
- to {
423
- transform: rotate(315deg);
424
- opacity: 0; } }
425
-
426
- @keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
427
- 0% {
428
- animation-timing-function: linear;
429
- transform: scaleX(1);
430
- opacity: 1; }
431
- 32.8%,
432
- 100% {
433
- transform: scaleX(0);
434
- opacity: 0; } }
435
-
436
- .mdc-checkbox {
437
- display: inline-block;
438
- position: relative;
439
- flex: 0 0 18px;
440
- box-sizing: content-box;
441
- width: 18px;
442
- height: 18px;
443
- padding: 11px;
444
- line-height: 0;
445
- white-space: nowrap;
446
- cursor: pointer;
447
- vertical-align: bottom; }
448
-
449
- .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
450
- border-color: rgba(0, 0, 0, 0.54);
451
- background-color: transparent; }
452
-
453
- .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
454
- .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
455
- border-color: #1a73e8;
456
- /* @alternate */
457
- border-color: #1a73e8;
458
- border-color: var(--mdc-theme-secondary, #1a73e8);
459
- background-color: #1a73e8;
460
- /* @alternate */
461
- background-color: #1a73e8;
462
- background-color: var(--mdc-theme-secondary, #1a73e8); }
463
-
464
- @keyframes mdc-checkbox-fade-in-background-0 {
465
- 0% {
466
- border-color: rgba(0, 0, 0, 0.54);
467
- background-color: transparent; }
468
- 50% {
469
- border-color: #1a73e8;
470
- /* @alternate */
471
- border-color: #1a73e8;
472
- border-color: var(--mdc-theme-secondary, #1a73e8);
473
- background-color: #1a73e8;
474
- /* @alternate */
475
- background-color: #1a73e8;
476
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
477
-
478
- @keyframes mdc-checkbox-fade-out-background-0 {
479
- 0%,
480
- 80% {
481
- border-color: #1a73e8;
482
- /* @alternate */
483
- border-color: #1a73e8;
484
- border-color: var(--mdc-theme-secondary, #1a73e8);
485
- background-color: #1a73e8;
486
- /* @alternate */
487
- background-color: #1a73e8;
488
- background-color: var(--mdc-theme-secondary, #1a73e8); }
489
- 100% {
490
- border-color: rgba(0, 0, 0, 0.54);
491
- background-color: transparent; } }
492
-
493
- .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
494
- animation-name: mdc-checkbox-fade-in-background-0; }
495
-
496
- .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
497
- animation-name: mdc-checkbox-fade-out-background-0; }
498
-
499
- .mdc-checkbox__checkmark {
500
- color: #fff; }
501
-
502
- .mdc-checkbox__mixedmark {
503
- border-color: #fff; }
504
-
505
- .mdc-checkbox__background::before {
506
- background-color: #1a73e8; }
507
- @supports not (-ms-ime-align: auto) {
508
- .mdc-checkbox__background::before {
509
- /* @alternate */
510
- background-color: #1a73e8;
511
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
512
-
513
- .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
514
- border-color: rgba(0, 0, 0, 0.26); }
515
-
516
- .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
517
- .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
518
- border-color: transparent;
519
- background-color: rgba(0, 0, 0, 0.26); }
520
-
521
- @media screen and (-ms-high-contrast: active) {
522
- .mdc-checkbox__mixedmark {
523
- margin: 0 1px; } }
524
-
525
- .mdc-checkbox--disabled {
526
- cursor: default;
527
- pointer-events: none; }
528
-
529
- .mdc-checkbox__background {
530
- /* @noflip */
531
- left: 11px;
532
- /* @noflip */
533
- right: auto;
534
- right: initial;
535
- display: inline-flex;
536
- position: absolute;
537
- top: 11px;
538
- bottom: 0;
539
- align-items: center;
540
- justify-content: center;
541
- box-sizing: border-box;
542
- width: 45%;
543
- height: 45%;
544
- border: 2px solid currentColor;
545
- border-radius: 2px;
546
- background-color: transparent;
547
- pointer-events: none;
548
- will-change: background-color, border-color;
549
- transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
550
- .mdc-checkbox[dir="rtl"] .mdc-checkbox__background,
551
- [dir="rtl"] .mdc-checkbox .mdc-checkbox__background {
552
- /* @noflip */
553
- left: auto;
554
- left: initial;
555
- /* @noflip */
556
- right: 11px; }
557
-
558
- .mdc-checkbox__checkmark {
559
- position: absolute;
560
- top: 0;
561
- right: 0;
562
- bottom: 0;
563
- left: 0;
564
- width: 100%;
565
- opacity: 0;
566
- transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
567
- .mdc-checkbox--upgraded .mdc-checkbox__checkmark {
568
- opacity: 1; }
569
-
570
- .mdc-checkbox__checkmark-path {
571
- transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
572
- stroke: currentColor;
573
- stroke-width: 3.12px;
574
- stroke-dashoffset: 29.78334;
575
- stroke-dasharray: 29.78334; }
576
-
577
- .mdc-checkbox__mixedmark {
578
- width: 100%;
579
- height: 0;
580
- transform: scaleX(0) rotate(0deg);
581
- border-width: 1px;
582
- border-style: solid;
583
- opacity: 0;
584
- transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
585
-
586
- .mdc-checkbox--upgraded .mdc-checkbox__background,
587
- .mdc-checkbox--upgraded .mdc-checkbox__checkmark,
588
- .mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
589
- .mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
590
- transition: none !important; }
591
-
592
- .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
593
- animation-duration: 180ms;
594
- animation-timing-function: linear; }
595
-
596
- .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
597
- animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
598
- transition: none; }
599
-
600
- .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
601
- animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
602
- transition: none; }
603
-
604
- .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
605
- animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
606
- transition: none; }
607
-
608
- .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
609
- animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
610
- transition: none; }
611
-
612
- .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
613
- animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
614
- transition: none; }
615
-
616
- .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
617
- animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
618
- transition: none; }
619
-
620
- .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
621
- animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
622
- transition: none; }
623
-
624
- .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
625
- animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
626
- transition: none; }
627
-
628
- .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
629
- .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
630
- transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1); }
631
- .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
632
- .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
633
- stroke-dashoffset: 0; }
634
-
635
- .mdc-checkbox__background::before {
636
- position: absolute;
637
- top: 0;
638
- right: 0;
639
- bottom: 0;
640
- left: 0;
641
- width: 100%;
642
- height: 100%;
643
- transform: scale(0, 0);
644
- border-radius: 50%;
645
- opacity: 0;
646
- pointer-events: none;
647
- content: "";
648
- will-change: opacity, transform;
649
- transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
650
-
651
- .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
652
- transform: scale(2.75, 2.75);
653
- opacity: 0.12;
654
- transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1); }
655
-
656
- .mdc-checkbox__native-control {
657
- position: absolute;
658
- top: 0;
659
- left: 0;
660
- width: 100%;
661
- height: 100%;
662
- margin: 0;
663
- padding: 0;
664
- opacity: 0;
665
- cursor: inherit; }
666
- .mdc-checkbox__native-control:disabled {
667
- cursor: default;
668
- pointer-events: none; }
669
-
670
- .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
671
- transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
672
- opacity: 1; }
673
-
674
- .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
675
- transform: scaleX(1) rotate(-45deg); }
676
-
677
- .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
678
- transform: rotate(45deg);
679
- opacity: 0;
680
- transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
681
-
682
- .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
683
- transform: scaleX(1) rotate(0deg);
684
- opacity: 1; }
685
-
686
- .mdc-checkbox {
687
- --mdc-ripple-fg-size: 0;
688
- --mdc-ripple-left: 0;
689
- --mdc-ripple-top: 0;
690
- --mdc-ripple-fg-scale: 1;
691
- --mdc-ripple-fg-translate-end: 0;
692
- --mdc-ripple-fg-translate-start: 0;
693
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
694
- .mdc-checkbox::before, .mdc-checkbox::after {
695
- position: absolute;
696
- border-radius: 50%;
697
- opacity: 0;
698
- pointer-events: none;
699
- content: ""; }
700
- .mdc-checkbox::before {
701
- transition: opacity 15ms linear, background-color 15ms linear;
702
- z-index: 1; }
703
- .mdc-checkbox.mdc-ripple-upgraded::before {
704
- transform: scale(1);
705
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
706
- .mdc-checkbox.mdc-ripple-upgraded::after {
707
- top: 0;
708
- /* @noflip */
709
- left: 0;
710
- transform: scale(0);
711
- transform-origin: center center; }
712
- .mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
713
- top: 0;
714
- top: var(--mdc-ripple-top, 0);
715
- /* @noflip */
716
- left: 0;
717
- left: var(--mdc-ripple-left, 0); }
718
- .mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
719
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
720
- .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
721
- animation: mdc-ripple-fg-opacity-out 150ms;
722
- transform: translate(0) scale(1);
723
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
724
- .mdc-checkbox::before, .mdc-checkbox::after {
725
- background-color: #1a73e8; }
726
- @supports not (-ms-ime-align: auto) {
727
- .mdc-checkbox::before, .mdc-checkbox::after {
728
- /* @alternate */
729
- background-color: #1a73e8;
730
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
731
- .mdc-checkbox:hover::before {
732
- opacity: 0.04; }
733
- .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before, .mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
734
- transition-duration: 75ms;
735
- opacity: 0.12; }
736
- .mdc-checkbox:not(.mdc-ripple-upgraded)::after {
737
- transition: opacity 150ms linear; }
738
- .mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
739
- transition-duration: 75ms;
740
- opacity: 0.12; }
741
- .mdc-checkbox.mdc-ripple-upgraded {
742
- --mdc-ripple-fg-opacity: 0.12; }
743
- .mdc-checkbox::before, .mdc-checkbox::after {
744
- top: calc(50% - 50%);
745
- /* @noflip */
746
- left: calc(50% - 50%);
747
- width: 100%;
748
- height: 100%; }
749
- .mdc-checkbox.mdc-ripple-upgraded::before, .mdc-checkbox.mdc-ripple-upgraded::after {
750
- top: calc(50% - 50%);
751
- top: var(--mdc-ripple-top, calc(50% - 50%));
752
- /* @noflip */
753
- left: calc(50% - 50%);
754
- left: var(--mdc-ripple-left, calc(50% - 50%));
755
- width: 100%;
756
- width: var(--mdc-ripple-fg-size, 100%);
757
- height: 100%;
758
- height: var(--mdc-ripple-fg-size, 100%); }
759
- .mdc-checkbox.mdc-ripple-upgraded::after {
760
- width: 100%;
761
- width: var(--mdc-ripple-fg-size, 100%);
762
- height: 100%;
763
- height: var(--mdc-ripple-fg-size, 100%); }
764
-
765
- .mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
766
- content: none; }
767
-
768
- .mdc-dialog,
769
- .mdc-dialog__scrim {
770
- position: fixed;
771
- top: 0;
772
- left: 0;
773
- align-items: center;
774
- justify-content: center;
775
- box-sizing: border-box;
776
- width: 100%;
777
- height: 100%; }
778
-
779
- .mdc-dialog {
780
- display: none;
781
- z-index: 7; }
782
- .mdc-dialog .mdc-dialog__surface {
783
- background-color: #fff;
784
- /* @alternate */
785
- background-color: #fff;
786
- background-color: var(--mdc-theme-surface, #fff); }
787
- .mdc-dialog .mdc-dialog__scrim {
788
- background-color: rgba(0, 0, 0, 0.32); }
789
- .mdc-dialog .mdc-dialog__title {
790
- color: rgba(0, 0, 0, 0.87); }
791
- .mdc-dialog .mdc-dialog__content {
792
- color: rgba(0, 0, 0, 0.6); }
793
- .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
794
- .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
795
- border-color: rgba(0, 0, 0, 0.12); }
796
- .mdc-dialog .mdc-dialog__surface {
797
- min-width: 280px; }
798
- @media (max-width: 592px) {
799
- .mdc-dialog .mdc-dialog__surface {
800
- max-width: calc(100vw - 32px); } }
801
- @media (min-width: 592px) {
802
- .mdc-dialog .mdc-dialog__surface {
803
- max-width: 560px; } }
804
- .mdc-dialog .mdc-dialog__surface {
805
- max-height: calc(100vh - 32px); }
806
- .mdc-dialog .mdc-dialog__surface {
807
- border-radius: 4px; }
808
-
809
- .mdc-dialog__scrim {
810
- opacity: 0;
811
- z-index: -1; }
812
-
813
- .mdc-dialog__container {
814
- display: flex;
815
- flex-direction: row;
816
- justify-content: space-around;
817
- box-sizing: border-box;
818
- transform: scale(0.8);
819
- opacity: 0; }
820
-
821
- .mdc-dialog__surface {
822
- box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
823
- display: flex;
824
- flex-direction: column;
825
- flex-grow: 0;
826
- flex-shrink: 0;
827
- box-sizing: border-box;
828
- max-width: 100%;
829
- max-height: 100%; }
830
- .mdc-dialog[dir="rtl"] .mdc-dialog__surface,
831
- [dir="rtl"] .mdc-dialog .mdc-dialog__surface {
832
- text-align: right; }
833
-
834
- .mdc-dialog__title {
835
- display: block;
836
- margin-top: 0;
837
- /* @alternate */
838
- line-height: normal;
839
- font-family: Roboto, sans-serif;
840
- -moz-osx-font-smoothing: grayscale;
841
- -webkit-font-smoothing: antialiased;
842
- font-size: 1.25rem;
843
- line-height: 2rem;
844
- font-weight: 500;
845
- letter-spacing: 0.0125em;
846
- text-decoration: inherit;
847
- text-transform: inherit;
848
- display: block;
849
- position: relative;
850
- flex-shrink: 0;
851
- box-sizing: border-box;
852
- margin: 0;
853
- padding: 0 24px 9px;
854
- border-bottom: 1px solid transparent; }
855
- .mdc-dialog__title::before {
856
- display: inline-block;
857
- width: 0;
858
- height: 40px;
859
- content: "";
860
- vertical-align: 0; }
861
- .mdc-dialog[dir="rtl"] .mdc-dialog__title,
862
- [dir="rtl"] .mdc-dialog .mdc-dialog__title {
863
- text-align: right; }
864
-
865
- .mdc-dialog--scrollable .mdc-dialog__title {
866
- padding-bottom: 15px; }
867
-
868
- .mdc-dialog__content {
869
- font-family: Roboto, sans-serif;
870
- -moz-osx-font-smoothing: grayscale;
871
- -webkit-font-smoothing: antialiased;
872
- font-size: 1rem;
873
- line-height: 1.5rem;
874
- font-weight: 400;
875
- letter-spacing: 0.03125em;
876
- text-decoration: inherit;
877
- text-transform: inherit;
878
- flex-grow: 1;
879
- box-sizing: border-box;
880
- margin: 0;
881
- padding: 20px 24px;
882
- overflow: auto;
883
- -webkit-overflow-scrolling: touch; }
884
- .mdc-dialog__content > :first-child {
885
- margin-top: 0; }
886
- .mdc-dialog__content > :last-child {
887
- margin-bottom: 0; }
888
-
889
- .mdc-dialog__title + .mdc-dialog__content {
890
- padding-top: 0; }
891
-
892
- .mdc-dialog--scrollable .mdc-dialog__content {
893
- padding-top: 8px;
894
- padding-bottom: 8px; }
895
-
896
- .mdc-dialog__content .mdc-list:first-child:last-child {
897
- padding: 6px 0 0; }
898
-
899
- .mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
900
- padding: 0; }
901
-
902
- .mdc-dialog__actions {
903
- display: flex;
904
- position: relative;
905
- flex-shrink: 0;
906
- flex-wrap: wrap;
907
- align-items: center;
908
- justify-content: flex-end;
909
- box-sizing: border-box;
910
- min-height: 52px;
911
- margin: 0;
912
- padding: 8px;
913
- border-top: 1px solid transparent; }
914
- .mdc-dialog--stacked .mdc-dialog__actions {
915
- flex-direction: column;
916
- align-items: flex-end; }
917
-
918
- .mdc-dialog__button {
919
- /* @noflip */
920
- margin-left: 8px;
921
- /* @noflip */
922
- margin-right: 0;
923
- max-width: 100%;
924
- text-align: right; }
925
- [dir="rtl"] .mdc-dialog__button, .mdc-dialog__button[dir="rtl"] {
926
- /* @noflip */
927
- margin-left: 0;
928
- /* @noflip */
929
- margin-right: 8px; }
930
- .mdc-dialog__button:first-child {
931
- /* @noflip */
932
- margin-left: 0;
933
- /* @noflip */
934
- margin-right: 0; }
935
- [dir="rtl"] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir="rtl"] {
936
- /* @noflip */
937
- margin-left: 0;
938
- /* @noflip */
939
- margin-right: 0; }
940
- .mdc-dialog[dir="rtl"] .mdc-dialog__button,
941
- [dir="rtl"] .mdc-dialog .mdc-dialog__button {
942
- text-align: left; }
943
- .mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
944
- margin-top: 12px; }
945
-
946
- .mdc-dialog--open,
947
- .mdc-dialog--opening,
948
- .mdc-dialog--closing {
949
- display: flex; }
950
-
951
- .mdc-dialog--opening .mdc-dialog__scrim {
952
- transition: opacity 150ms linear; }
953
-
954
- .mdc-dialog--opening .mdc-dialog__container {
955
- transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); }
956
-
957
- .mdc-dialog--closing .mdc-dialog__scrim,
958
- .mdc-dialog--closing .mdc-dialog__container {
959
- transition: opacity 75ms linear; }
960
-
961
- .mdc-dialog--closing .mdc-dialog__container {
962
- transform: scale(1); }
963
-
964
- .mdc-dialog--open .mdc-dialog__scrim {
965
- opacity: 1; }
966
-
967
- .mdc-dialog--open .mdc-dialog__container {
968
- transform: scale(1);
969
- opacity: 1; }
970
-
971
- .mdc-dialog-scroll-lock {
972
- overflow: hidden; }
973
-
974
- .mdc-form-field {
975
- font-family: Roboto, sans-serif;
976
- -moz-osx-font-smoothing: grayscale;
977
- -webkit-font-smoothing: antialiased;
978
- font-size: 0.875rem;
979
- line-height: 1.25rem;
980
- font-weight: 400;
981
- letter-spacing: 0.01786em;
982
- text-decoration: inherit;
983
- text-transform: inherit;
984
- color: rgba(0, 0, 0, 0.87);
985
- /* @alternate */
986
- color: rgba(0, 0, 0, 0.87);
987
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
988
- display: inline-flex;
989
- align-items: center;
990
- vertical-align: middle; }
991
- .mdc-form-field > label {
992
- order: 0;
993
- /* @noflip */
994
- margin-right: auto;
995
- /* @noflip */
996
- padding-left: 4px; }
997
- [dir="rtl"] .mdc-form-field > label, .mdc-form-field[dir="rtl"] > label {
998
- /* @noflip */
999
- margin-left: auto;
1000
- /* @noflip */
1001
- padding-right: 4px; }
1002
-
1003
- .mdc-form-field--align-end > label {
1004
- order: -1;
1005
- /* @noflip */
1006
- margin-left: auto;
1007
- /* @noflip */
1008
- padding-right: 4px; }
1009
-
1010
- [dir="rtl"] .mdc-form-field--align-end > label, .mdc-form-field--align-end[dir="rtl"] > label {
1011
- /* @noflip */
1012
- margin-right: auto;
1013
- /* @noflip */
1014
- padding-left: 4px; }
1015
-
1016
- :root {
1017
- --mdc-layout-grid-margin-desktop: 24px;
1018
- --mdc-layout-grid-gutter-desktop: 24px;
1019
- --mdc-layout-grid-column-width-desktop: 72px;
1020
- --mdc-layout-grid-margin-tablet: 16px;
1021
- --mdc-layout-grid-gutter-tablet: 16px;
1022
- --mdc-layout-grid-column-width-tablet: 72px;
1023
- --mdc-layout-grid-margin-phone: 16px;
1024
- --mdc-layout-grid-gutter-phone: 16px;
1025
- --mdc-layout-grid-column-width-phone: 72px; }
1026
-
1027
- @media (min-width: 961px) {
1028
- .mdc-layout-grid {
1029
- box-sizing: border-box;
1030
- margin: 0 auto;
1031
- padding: 24px;
1032
- padding: 24px;
1033
- padding: var(--mdc-layout-grid-margin-desktop, 24px); } }
1034
-
1035
- @media (min-width: 601px) and (max-width: 960px) {
1036
- .mdc-layout-grid {
1037
- box-sizing: border-box;
1038
- margin: 0 auto;
1039
- padding: 16px;
1040
- padding: 16px;
1041
- padding: var(--mdc-layout-grid-margin-tablet, 16px); } }
1042
-
1043
- @media (max-width: 600px) {
1044
- .mdc-layout-grid {
1045
- box-sizing: border-box;
1046
- margin: 0 auto;
1047
- padding: 16px;
1048
- padding: 16px;
1049
- padding: var(--mdc-layout-grid-margin-phone, 16px); } }
1050
-
1051
- @media (min-width: 961px) {
1052
- .mdc-layout-grid__inner {
1053
- display: flex;
1054
- flex-flow: row wrap;
1055
- align-items: stretch;
1056
- margin: -12px;
1057
- margin: calc(24px / 2 * -1);
1058
- margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1); }
1059
- @supports (display: grid) {
1060
- .mdc-layout-grid__inner {
1061
- display: grid;
1062
- margin: 0;
1063
- grid-gap: 24px;
1064
- grid-gap: 24px;
1065
- grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
1066
- grid-template-columns: repeat(12, minmax(0, 1fr)); } } }
1067
-
1068
- @media (min-width: 601px) and (max-width: 960px) {
1069
- .mdc-layout-grid__inner {
1070
- display: flex;
1071
- flex-flow: row wrap;
1072
- align-items: stretch;
1073
- margin: -8px;
1074
- margin: calc(16px / 2 * -1);
1075
- margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1); }
1076
- @supports (display: grid) {
1077
- .mdc-layout-grid__inner {
1078
- display: grid;
1079
- margin: 0;
1080
- grid-gap: 16px;
1081
- grid-gap: 16px;
1082
- grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
1083
- grid-template-columns: repeat(8, minmax(0, 1fr)); } } }
1084
-
1085
- @media (max-width: 600px) {
1086
- .mdc-layout-grid__inner {
1087
- display: flex;
1088
- flex-flow: row wrap;
1089
- align-items: stretch;
1090
- margin: -8px;
1091
- margin: calc(16px / 2 * -1);
1092
- margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1); }
1093
- @supports (display: grid) {
1094
- .mdc-layout-grid__inner {
1095
- display: grid;
1096
- margin: 0;
1097
- grid-gap: 16px;
1098
- grid-gap: 16px;
1099
- grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
1100
- grid-template-columns: repeat(4, minmax(0, 1fr)); } } }
1101
-
1102
- @media (min-width: 961px) {
1103
- .mdc-layout-grid__cell {
1104
- width: calc(33.33333% - 24px);
1105
- width: calc(33.33333% - 24px);
1106
- width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
1107
- box-sizing: border-box;
1108
- margin: 12px;
1109
- margin: calc(24px / 2);
1110
- margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2); }
1111
- @supports (display: grid) {
1112
- .mdc-layout-grid__cell {
1113
- width: auto;
1114
- grid-column-end: span 4; } }
1115
- @supports (display: grid) {
1116
- .mdc-layout-grid__cell {
1117
- margin: 0; } }
1118
- .mdc-layout-grid__cell--span-1,
1119
- .mdc-layout-grid__cell--span-1-desktop {
1120
- width: calc(8.33333% - 24px);
1121
- width: calc(8.33333% - 24px);
1122
- width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1123
- @supports (display: grid) {
1124
- .mdc-layout-grid__cell--span-1,
1125
- .mdc-layout-grid__cell--span-1-desktop {
1126
- width: auto;
1127
- grid-column-end: span 1; } }
1128
- .mdc-layout-grid__cell--span-2,
1129
- .mdc-layout-grid__cell--span-2-desktop {
1130
- width: calc(16.66667% - 24px);
1131
- width: calc(16.66667% - 24px);
1132
- width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1133
- @supports (display: grid) {
1134
- .mdc-layout-grid__cell--span-2,
1135
- .mdc-layout-grid__cell--span-2-desktop {
1136
- width: auto;
1137
- grid-column-end: span 2; } }
1138
- .mdc-layout-grid__cell--span-3,
1139
- .mdc-layout-grid__cell--span-3-desktop {
1140
- width: calc(25% - 24px);
1141
- width: calc(25% - 24px);
1142
- width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1143
- @supports (display: grid) {
1144
- .mdc-layout-grid__cell--span-3,
1145
- .mdc-layout-grid__cell--span-3-desktop {
1146
- width: auto;
1147
- grid-column-end: span 3; } }
1148
- .mdc-layout-grid__cell--span-4,
1149
- .mdc-layout-grid__cell--span-4-desktop {
1150
- width: calc(33.33333% - 24px);
1151
- width: calc(33.33333% - 24px);
1152
- width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1153
- @supports (display: grid) {
1154
- .mdc-layout-grid__cell--span-4,
1155
- .mdc-layout-grid__cell--span-4-desktop {
1156
- width: auto;
1157
- grid-column-end: span 4; } }
1158
- .mdc-layout-grid__cell--span-5,
1159
- .mdc-layout-grid__cell--span-5-desktop {
1160
- width: calc(41.66667% - 24px);
1161
- width: calc(41.66667% - 24px);
1162
- width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1163
- @supports (display: grid) {
1164
- .mdc-layout-grid__cell--span-5,
1165
- .mdc-layout-grid__cell--span-5-desktop {
1166
- width: auto;
1167
- grid-column-end: span 5; } }
1168
- .mdc-layout-grid__cell--span-6,
1169
- .mdc-layout-grid__cell--span-6-desktop {
1170
- width: calc(50% - 24px);
1171
- width: calc(50% - 24px);
1172
- width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1173
- @supports (display: grid) {
1174
- .mdc-layout-grid__cell--span-6,
1175
- .mdc-layout-grid__cell--span-6-desktop {
1176
- width: auto;
1177
- grid-column-end: span 6; } }
1178
- .mdc-layout-grid__cell--span-7,
1179
- .mdc-layout-grid__cell--span-7-desktop {
1180
- width: calc(58.33333% - 24px);
1181
- width: calc(58.33333% - 24px);
1182
- width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1183
- @supports (display: grid) {
1184
- .mdc-layout-grid__cell--span-7,
1185
- .mdc-layout-grid__cell--span-7-desktop {
1186
- width: auto;
1187
- grid-column-end: span 7; } }
1188
- .mdc-layout-grid__cell--span-8,
1189
- .mdc-layout-grid__cell--span-8-desktop {
1190
- width: calc(66.66667% - 24px);
1191
- width: calc(66.66667% - 24px);
1192
- width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1193
- @supports (display: grid) {
1194
- .mdc-layout-grid__cell--span-8,
1195
- .mdc-layout-grid__cell--span-8-desktop {
1196
- width: auto;
1197
- grid-column-end: span 8; } }
1198
- .mdc-layout-grid__cell--span-9,
1199
- .mdc-layout-grid__cell--span-9-desktop {
1200
- width: calc(75% - 24px);
1201
- width: calc(75% - 24px);
1202
- width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1203
- @supports (display: grid) {
1204
- .mdc-layout-grid__cell--span-9,
1205
- .mdc-layout-grid__cell--span-9-desktop {
1206
- width: auto;
1207
- grid-column-end: span 9; } }
1208
- .mdc-layout-grid__cell--span-10,
1209
- .mdc-layout-grid__cell--span-10-desktop {
1210
- width: calc(83.33333% - 24px);
1211
- width: calc(83.33333% - 24px);
1212
- width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1213
- @supports (display: grid) {
1214
- .mdc-layout-grid__cell--span-10,
1215
- .mdc-layout-grid__cell--span-10-desktop {
1216
- width: auto;
1217
- grid-column-end: span 10; } }
1218
- .mdc-layout-grid__cell--span-11,
1219
- .mdc-layout-grid__cell--span-11-desktop {
1220
- width: calc(91.66667% - 24px);
1221
- width: calc(91.66667% - 24px);
1222
- width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1223
- @supports (display: grid) {
1224
- .mdc-layout-grid__cell--span-11,
1225
- .mdc-layout-grid__cell--span-11-desktop {
1226
- width: auto;
1227
- grid-column-end: span 11; } }
1228
- .mdc-layout-grid__cell--span-12,
1229
- .mdc-layout-grid__cell--span-12-desktop {
1230
- width: calc(100% - 24px);
1231
- width: calc(100% - 24px);
1232
- width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
1233
- @supports (display: grid) {
1234
- .mdc-layout-grid__cell--span-12,
1235
- .mdc-layout-grid__cell--span-12-desktop {
1236
- width: auto;
1237
- grid-column-end: span 12; } } }
1238
-
1239
- @media (min-width: 601px) and (max-width: 960px) {
1240
- .mdc-layout-grid__cell {
1241
- width: calc(50% - 16px);
1242
- width: calc(50% - 16px);
1243
- width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
1244
- box-sizing: border-box;
1245
- margin: 8px;
1246
- margin: calc(16px / 2);
1247
- margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2); }
1248
- @supports (display: grid) {
1249
- .mdc-layout-grid__cell {
1250
- width: auto;
1251
- grid-column-end: span 4; } }
1252
- @supports (display: grid) {
1253
- .mdc-layout-grid__cell {
1254
- margin: 0; } }
1255
- .mdc-layout-grid__cell--span-1,
1256
- .mdc-layout-grid__cell--span-1-tablet {
1257
- width: calc(12.5% - 16px);
1258
- width: calc(12.5% - 16px);
1259
- width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1260
- @supports (display: grid) {
1261
- .mdc-layout-grid__cell--span-1,
1262
- .mdc-layout-grid__cell--span-1-tablet {
1263
- width: auto;
1264
- grid-column-end: span 1; } }
1265
- .mdc-layout-grid__cell--span-2,
1266
- .mdc-layout-grid__cell--span-2-tablet {
1267
- width: calc(25% - 16px);
1268
- width: calc(25% - 16px);
1269
- width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1270
- @supports (display: grid) {
1271
- .mdc-layout-grid__cell--span-2,
1272
- .mdc-layout-grid__cell--span-2-tablet {
1273
- width: auto;
1274
- grid-column-end: span 2; } }
1275
- .mdc-layout-grid__cell--span-3,
1276
- .mdc-layout-grid__cell--span-3-tablet {
1277
- width: calc(37.5% - 16px);
1278
- width: calc(37.5% - 16px);
1279
- width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1280
- @supports (display: grid) {
1281
- .mdc-layout-grid__cell--span-3,
1282
- .mdc-layout-grid__cell--span-3-tablet {
1283
- width: auto;
1284
- grid-column-end: span 3; } }
1285
- .mdc-layout-grid__cell--span-4,
1286
- .mdc-layout-grid__cell--span-4-tablet {
1287
- width: calc(50% - 16px);
1288
- width: calc(50% - 16px);
1289
- width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1290
- @supports (display: grid) {
1291
- .mdc-layout-grid__cell--span-4,
1292
- .mdc-layout-grid__cell--span-4-tablet {
1293
- width: auto;
1294
- grid-column-end: span 4; } }
1295
- .mdc-layout-grid__cell--span-5,
1296
- .mdc-layout-grid__cell--span-5-tablet {
1297
- width: calc(62.5% - 16px);
1298
- width: calc(62.5% - 16px);
1299
- width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1300
- @supports (display: grid) {
1301
- .mdc-layout-grid__cell--span-5,
1302
- .mdc-layout-grid__cell--span-5-tablet {
1303
- width: auto;
1304
- grid-column-end: span 5; } }
1305
- .mdc-layout-grid__cell--span-6,
1306
- .mdc-layout-grid__cell--span-6-tablet {
1307
- width: calc(75% - 16px);
1308
- width: calc(75% - 16px);
1309
- width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1310
- @supports (display: grid) {
1311
- .mdc-layout-grid__cell--span-6,
1312
- .mdc-layout-grid__cell--span-6-tablet {
1313
- width: auto;
1314
- grid-column-end: span 6; } }
1315
- .mdc-layout-grid__cell--span-7,
1316
- .mdc-layout-grid__cell--span-7-tablet {
1317
- width: calc(87.5% - 16px);
1318
- width: calc(87.5% - 16px);
1319
- width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1320
- @supports (display: grid) {
1321
- .mdc-layout-grid__cell--span-7,
1322
- .mdc-layout-grid__cell--span-7-tablet {
1323
- width: auto;
1324
- grid-column-end: span 7; } }
1325
- .mdc-layout-grid__cell--span-8,
1326
- .mdc-layout-grid__cell--span-8-tablet {
1327
- width: calc(100% - 16px);
1328
- width: calc(100% - 16px);
1329
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1330
- @supports (display: grid) {
1331
- .mdc-layout-grid__cell--span-8,
1332
- .mdc-layout-grid__cell--span-8-tablet {
1333
- width: auto;
1334
- grid-column-end: span 8; } }
1335
- .mdc-layout-grid__cell--span-9,
1336
- .mdc-layout-grid__cell--span-9-tablet {
1337
- width: calc(100% - 16px);
1338
- width: calc(100% - 16px);
1339
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1340
- @supports (display: grid) {
1341
- .mdc-layout-grid__cell--span-9,
1342
- .mdc-layout-grid__cell--span-9-tablet {
1343
- width: auto;
1344
- grid-column-end: span 8; } }
1345
- .mdc-layout-grid__cell--span-10,
1346
- .mdc-layout-grid__cell--span-10-tablet {
1347
- width: calc(100% - 16px);
1348
- width: calc(100% - 16px);
1349
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1350
- @supports (display: grid) {
1351
- .mdc-layout-grid__cell--span-10,
1352
- .mdc-layout-grid__cell--span-10-tablet {
1353
- width: auto;
1354
- grid-column-end: span 8; } }
1355
- .mdc-layout-grid__cell--span-11,
1356
- .mdc-layout-grid__cell--span-11-tablet {
1357
- width: calc(100% - 16px);
1358
- width: calc(100% - 16px);
1359
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1360
- @supports (display: grid) {
1361
- .mdc-layout-grid__cell--span-11,
1362
- .mdc-layout-grid__cell--span-11-tablet {
1363
- width: auto;
1364
- grid-column-end: span 8; } }
1365
- .mdc-layout-grid__cell--span-12,
1366
- .mdc-layout-grid__cell--span-12-tablet {
1367
- width: calc(100% - 16px);
1368
- width: calc(100% - 16px);
1369
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
1370
- @supports (display: grid) {
1371
- .mdc-layout-grid__cell--span-12,
1372
- .mdc-layout-grid__cell--span-12-tablet {
1373
- width: auto;
1374
- grid-column-end: span 8; } } }
1375
-
1376
- @media (max-width: 600px) {
1377
- .mdc-layout-grid__cell {
1378
- width: calc(100% - 16px);
1379
- width: calc(100% - 16px);
1380
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
1381
- box-sizing: border-box;
1382
- margin: 8px;
1383
- margin: calc(16px / 2);
1384
- margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2); }
1385
- @supports (display: grid) {
1386
- .mdc-layout-grid__cell {
1387
- width: auto;
1388
- grid-column-end: span 4; } }
1389
- @supports (display: grid) {
1390
- .mdc-layout-grid__cell {
1391
- margin: 0; } }
1392
- .mdc-layout-grid__cell--span-1,
1393
- .mdc-layout-grid__cell--span-1-phone {
1394
- width: calc(25% - 16px);
1395
- width: calc(25% - 16px);
1396
- width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1397
- @supports (display: grid) {
1398
- .mdc-layout-grid__cell--span-1,
1399
- .mdc-layout-grid__cell--span-1-phone {
1400
- width: auto;
1401
- grid-column-end: span 1; } }
1402
- .mdc-layout-grid__cell--span-2,
1403
- .mdc-layout-grid__cell--span-2-phone {
1404
- width: calc(50% - 16px);
1405
- width: calc(50% - 16px);
1406
- width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1407
- @supports (display: grid) {
1408
- .mdc-layout-grid__cell--span-2,
1409
- .mdc-layout-grid__cell--span-2-phone {
1410
- width: auto;
1411
- grid-column-end: span 2; } }
1412
- .mdc-layout-grid__cell--span-3,
1413
- .mdc-layout-grid__cell--span-3-phone {
1414
- width: calc(75% - 16px);
1415
- width: calc(75% - 16px);
1416
- width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1417
- @supports (display: grid) {
1418
- .mdc-layout-grid__cell--span-3,
1419
- .mdc-layout-grid__cell--span-3-phone {
1420
- width: auto;
1421
- grid-column-end: span 3; } }
1422
- .mdc-layout-grid__cell--span-4,
1423
- .mdc-layout-grid__cell--span-4-phone {
1424
- width: calc(100% - 16px);
1425
- width: calc(100% - 16px);
1426
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1427
- @supports (display: grid) {
1428
- .mdc-layout-grid__cell--span-4,
1429
- .mdc-layout-grid__cell--span-4-phone {
1430
- width: auto;
1431
- grid-column-end: span 4; } }
1432
- .mdc-layout-grid__cell--span-5,
1433
- .mdc-layout-grid__cell--span-5-phone {
1434
- width: calc(100% - 16px);
1435
- width: calc(100% - 16px);
1436
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1437
- @supports (display: grid) {
1438
- .mdc-layout-grid__cell--span-5,
1439
- .mdc-layout-grid__cell--span-5-phone {
1440
- width: auto;
1441
- grid-column-end: span 4; } }
1442
- .mdc-layout-grid__cell--span-6,
1443
- .mdc-layout-grid__cell--span-6-phone {
1444
- width: calc(100% - 16px);
1445
- width: calc(100% - 16px);
1446
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1447
- @supports (display: grid) {
1448
- .mdc-layout-grid__cell--span-6,
1449
- .mdc-layout-grid__cell--span-6-phone {
1450
- width: auto;
1451
- grid-column-end: span 4; } }
1452
- .mdc-layout-grid__cell--span-7,
1453
- .mdc-layout-grid__cell--span-7-phone {
1454
- width: calc(100% - 16px);
1455
- width: calc(100% - 16px);
1456
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1457
- @supports (display: grid) {
1458
- .mdc-layout-grid__cell--span-7,
1459
- .mdc-layout-grid__cell--span-7-phone {
1460
- width: auto;
1461
- grid-column-end: span 4; } }
1462
- .mdc-layout-grid__cell--span-8,
1463
- .mdc-layout-grid__cell--span-8-phone {
1464
- width: calc(100% - 16px);
1465
- width: calc(100% - 16px);
1466
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1467
- @supports (display: grid) {
1468
- .mdc-layout-grid__cell--span-8,
1469
- .mdc-layout-grid__cell--span-8-phone {
1470
- width: auto;
1471
- grid-column-end: span 4; } }
1472
- .mdc-layout-grid__cell--span-9,
1473
- .mdc-layout-grid__cell--span-9-phone {
1474
- width: calc(100% - 16px);
1475
- width: calc(100% - 16px);
1476
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1477
- @supports (display: grid) {
1478
- .mdc-layout-grid__cell--span-9,
1479
- .mdc-layout-grid__cell--span-9-phone {
1480
- width: auto;
1481
- grid-column-end: span 4; } }
1482
- .mdc-layout-grid__cell--span-10,
1483
- .mdc-layout-grid__cell--span-10-phone {
1484
- width: calc(100% - 16px);
1485
- width: calc(100% - 16px);
1486
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1487
- @supports (display: grid) {
1488
- .mdc-layout-grid__cell--span-10,
1489
- .mdc-layout-grid__cell--span-10-phone {
1490
- width: auto;
1491
- grid-column-end: span 4; } }
1492
- .mdc-layout-grid__cell--span-11,
1493
- .mdc-layout-grid__cell--span-11-phone {
1494
- width: calc(100% - 16px);
1495
- width: calc(100% - 16px);
1496
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1497
- @supports (display: grid) {
1498
- .mdc-layout-grid__cell--span-11,
1499
- .mdc-layout-grid__cell--span-11-phone {
1500
- width: auto;
1501
- grid-column-end: span 4; } }
1502
- .mdc-layout-grid__cell--span-12,
1503
- .mdc-layout-grid__cell--span-12-phone {
1504
- width: calc(100% - 16px);
1505
- width: calc(100% - 16px);
1506
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
1507
- @supports (display: grid) {
1508
- .mdc-layout-grid__cell--span-12,
1509
- .mdc-layout-grid__cell--span-12-phone {
1510
- width: auto;
1511
- grid-column-end: span 4; } } }
1512
-
1513
- .mdc-layout-grid__cell--order-1 {
1514
- order: 1; }
1515
-
1516
- .mdc-layout-grid__cell--order-2 {
1517
- order: 2; }
1518
-
1519
- .mdc-layout-grid__cell--order-3 {
1520
- order: 3; }
1521
-
1522
- .mdc-layout-grid__cell--order-4 {
1523
- order: 4; }
1524
-
1525
- .mdc-layout-grid__cell--order-5 {
1526
- order: 5; }
1527
-
1528
- .mdc-layout-grid__cell--order-6 {
1529
- order: 6; }
1530
-
1531
- .mdc-layout-grid__cell--order-7 {
1532
- order: 7; }
1533
-
1534
- .mdc-layout-grid__cell--order-8 {
1535
- order: 8; }
1536
-
1537
- .mdc-layout-grid__cell--order-9 {
1538
- order: 9; }
1539
-
1540
- .mdc-layout-grid__cell--order-10 {
1541
- order: 10; }
1542
-
1543
- .mdc-layout-grid__cell--order-11 {
1544
- order: 11; }
1545
-
1546
- .mdc-layout-grid__cell--order-12 {
1547
- order: 12; }
1548
-
1549
- .mdc-layout-grid__cell--align-top {
1550
- align-self: flex-start; }
1551
- @supports (display: grid) {
1552
- .mdc-layout-grid__cell--align-top {
1553
- align-self: start; } }
1554
-
1555
- .mdc-layout-grid__cell--align-middle {
1556
- align-self: center; }
1557
-
1558
- .mdc-layout-grid__cell--align-bottom {
1559
- align-self: flex-end; }
1560
- @supports (display: grid) {
1561
- .mdc-layout-grid__cell--align-bottom {
1562
- align-self: end; } }
1563
-
1564
- @media (min-width: 961px) {
1565
- .mdc-layout-grid--fixed-column-width {
1566
- width: 1176px;
1567
- width: calc( 72px * 12 + 24px * 11 + 24px * 2);
1568
- width: calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2); } }
1569
-
1570
- @media (min-width: 601px) and (max-width: 960px) {
1571
- .mdc-layout-grid--fixed-column-width {
1572
- width: 720px;
1573
- width: calc( 72px * 8 + 16px * 7 + 16px * 2);
1574
- width: calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2); } }
1575
-
1576
- @media (max-width: 600px) {
1577
- .mdc-layout-grid--fixed-column-width {
1578
- width: 368px;
1579
- width: calc( 72px * 4 + 16px * 3 + 16px * 2);
1580
- width: calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2); } }
1581
-
1582
- .mdc-layout-grid--align-left {
1583
- margin-right: auto;
1584
- margin-left: 0; }
1585
-
1586
- .mdc-layout-grid--align-right {
1587
- margin-right: 0;
1588
- margin-left: auto; }
1589
-
1590
- @keyframes primary-indeterminate-translate {
1591
- 0% {
1592
- transform: translateX(0); }
1593
- 20% {
1594
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
1595
- transform: translateX(0); }
1596
- 59.15% {
1597
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
1598
- transform: translateX(83.67142%); }
1599
- 100% {
1600
- transform: translateX(200.61106%); } }
1601
-
1602
- @keyframes primary-indeterminate-scale {
1603
- 0% {
1604
- transform: scaleX(0.08); }
1605
- 36.65% {
1606
- animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
1607
- transform: scaleX(0.08); }
1608
- 69.15% {
1609
- animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
1610
- transform: scaleX(0.66148); }
1611
- 100% {
1612
- transform: scaleX(0.08); } }
1613
-
1614
- @keyframes secondary-indeterminate-translate {
1615
- 0% {
1616
- animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
1617
- transform: translateX(0); }
1618
- 25% {
1619
- animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
1620
- transform: translateX(37.65191%); }
1621
- 48.35% {
1622
- animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
1623
- transform: translateX(84.38617%); }
1624
- 100% {
1625
- transform: translateX(160.27778%); } }
1626
-
1627
- @keyframes secondary-indeterminate-scale {
1628
- 0% {
1629
- animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
1630
- transform: scaleX(0.08); }
1631
- 19.15% {
1632
- animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
1633
- transform: scaleX(0.4571); }
1634
- 44.15% {
1635
- animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
1636
- transform: scaleX(0.72796); }
1637
- 100% {
1638
- transform: scaleX(0.08); } }
1639
-
1640
- @keyframes buffering {
1641
- to {
1642
- transform: translateX(-10px); } }
1643
-
1644
- @keyframes primary-indeterminate-translate-reverse {
1645
- 0% {
1646
- transform: translateX(0); }
1647
- 20% {
1648
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
1649
- transform: translateX(0); }
1650
- 59.15% {
1651
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
1652
- transform: translateX(-83.67142%); }
1653
- 100% {
1654
- transform: translateX(-200.61106%); } }
1655
-
1656
- @keyframes secondary-indeterminate-translate-reverse {
1657
- 0% {
1658
- animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
1659
- transform: translateX(0); }
1660
- 25% {
1661
- animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
1662
- transform: translateX(-37.65191%); }
1663
- 48.35% {
1664
- animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
1665
- transform: translateX(-84.38617%); }
1666
- 100% {
1667
- transform: translateX(-160.27778%); } }
1668
-
1669
- @keyframes buffering-reverse {
1670
- to {
1671
- transform: translateX(10px); } }
1672
-
1673
- .mdc-linear-progress {
1674
- position: relative;
1675
- width: 100%;
1676
- height: 4px;
1677
- transform: translateZ(0);
1678
- transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
1679
- overflow: hidden; }
1680
- .mdc-linear-progress__bar {
1681
- position: absolute;
1682
- width: 100%;
1683
- height: 100%;
1684
- animation: none;
1685
- transform-origin: top left;
1686
- transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1687
- .mdc-linear-progress__bar-inner {
1688
- display: inline-block;
1689
- position: absolute;
1690
- width: 100%;
1691
- height: 100%;
1692
- animation: none; }
1693
- .mdc-linear-progress__buffering-dots {
1694
- position: absolute;
1695
- width: 100%;
1696
- height: 100%;
1697
- animation: buffering 250ms infinite linear;
1698
- background-repeat: repeat-x;
1699
- background-size: 10px 4px; }
1700
- .mdc-linear-progress__buffer {
1701
- position: absolute;
1702
- width: 100%;
1703
- height: 100%;
1704
- transform-origin: top left;
1705
- transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1706
- .mdc-linear-progress__primary-bar {
1707
- transform: scaleX(0); }
1708
- .mdc-linear-progress__secondary-bar {
1709
- visibility: hidden; }
1710
- .mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
1711
- transition: none; }
1712
- .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
1713
- left: -145.166611%;
1714
- animation: primary-indeterminate-translate 2s infinite linear; }
1715
- .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
1716
- animation: primary-indeterminate-scale 2s infinite linear; }
1717
- .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
1718
- left: -54.888891%;
1719
- animation: secondary-indeterminate-translate 2s infinite linear;
1720
- visibility: visible; }
1721
- .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
1722
- animation: secondary-indeterminate-scale 2s infinite linear; }
1723
- .mdc-linear-progress--reversed .mdc-linear-progress__bar,
1724
- .mdc-linear-progress--reversed .mdc-linear-progress__buffer {
1725
- right: 0;
1726
- transform-origin: center right; }
1727
- .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
1728
- animation-name: primary-indeterminate-translate-reverse; }
1729
- .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
1730
- animation-name: secondary-indeterminate-translate-reverse; }
1731
- .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
1732
- animation: buffering-reverse 250ms infinite linear; }
1733
- .mdc-linear-progress--closed {
1734
- opacity: 0; }
1735
-
1736
- .mdc-linear-progress__bar-inner {
1737
- background-color: #1a73e8;
1738
- /* @alternate */
1739
- background-color: #1a73e8;
1740
- background-color: var(--mdc-theme-primary, #1a73e8); }
1741
-
1742
- .mdc-linear-progress__buffering-dots {
1743
- background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E"); }
1744
-
1745
- .mdc-linear-progress__buffer {
1746
- background-color: #e6e6e6; }
1747
-
1748
- .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
1749
- right: -145.166611%;
1750
- left: auto; }
1751
-
1752
- .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
1753
- right: -54.888891%;
1754
- left: auto; }
1755
-
1756
- .mdc-list {
1757
- font-family: Roboto, sans-serif;
1758
- -moz-osx-font-smoothing: grayscale;
1759
- -webkit-font-smoothing: antialiased;
1760
- font-size: 1rem;
1761
- line-height: 1.75rem;
1762
- font-weight: 400;
1763
- letter-spacing: 0.00937em;
1764
- text-decoration: inherit;
1765
- text-transform: inherit;
1766
- /* @alternate */
1767
- line-height: 1.5rem;
1768
- margin: 0;
1769
- padding: 8px 0;
1770
- list-style-type: none;
1771
- color: rgba(0, 0, 0, 0.87);
1772
- /* @alternate */
1773
- color: rgba(0, 0, 0, 0.87);
1774
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
1775
- .mdc-list:focus {
1776
- outline: none; }
1777
-
1778
- .mdc-list-item__secondary-text {
1779
- color: rgba(0, 0, 0, 0.54);
1780
- /* @alternate */
1781
- color: rgba(0, 0, 0, 0.54);
1782
- color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)); }
1783
-
1784
- .mdc-list-item__graphic {
1785
- background-color: transparent; }
1786
-
1787
- .mdc-list-item__graphic {
1788
- color: rgba(0, 0, 0, 0.38);
1789
- /* @alternate */
1790
- color: rgba(0, 0, 0, 0.38);
1791
- color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)); }
1792
-
1793
- .mdc-list-item__meta {
1794
- color: rgba(0, 0, 0, 0.38);
1795
- /* @alternate */
1796
- color: rgba(0, 0, 0, 0.38);
1797
- color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)); }
1798
-
1799
- .mdc-list-group__subheader {
1800
- color: rgba(0, 0, 0, 0.87);
1801
- /* @alternate */
1802
- color: rgba(0, 0, 0, 0.87);
1803
- color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)); }
1804
-
1805
- .mdc-list--dense {
1806
- padding-top: 4px;
1807
- padding-bottom: 4px;
1808
- font-size: .812rem; }
1809
-
1810
- .mdc-list-item {
1811
- display: flex;
1812
- position: relative;
1813
- align-items: center;
1814
- justify-content: flex-start;
1815
- height: 48px;
1816
- padding: 0 16px;
1817
- overflow: hidden; }
1818
- .mdc-list-item:focus {
1819
- outline: none; }
1820
-
1821
- .mdc-list-item--selected,
1822
- .mdc-list-item--activated {
1823
- color: #1a73e8;
1824
- /* @alternate */
1825
- color: #1a73e8;
1826
- color: var(--mdc-theme-primary, #1a73e8); }
1827
- .mdc-list-item--selected .mdc-list-item__graphic,
1828
- .mdc-list-item--activated .mdc-list-item__graphic {
1829
- color: #1a73e8;
1830
- /* @alternate */
1831
- color: #1a73e8;
1832
- color: var(--mdc-theme-primary, #1a73e8); }
1833
-
1834
- .mdc-list-item--disabled {
1835
- color: rgba(0, 0, 0, 0.38);
1836
- /* @alternate */
1837
- color: rgba(0, 0, 0, 0.38);
1838
- color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)); }
1839
-
1840
- .mdc-list-item__graphic {
1841
- /* @noflip */
1842
- margin-left: 0;
1843
- /* @noflip */
1844
- margin-right: 32px;
1845
- width: 24px;
1846
- height: 24px;
1847
- flex-shrink: 0;
1848
- align-items: center;
1849
- justify-content: center;
1850
- fill: currentColor; }
1851
- .mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
1852
- [dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
1853
- /* @noflip */
1854
- margin-left: 32px;
1855
- /* @noflip */
1856
- margin-right: 0; }
1857
-
1858
- .mdc-list .mdc-list-item__graphic {
1859
- display: inline-flex; }
1860
-
1861
- .mdc-list-item__meta {
1862
- /* @noflip */
1863
- margin-left: auto;
1864
- /* @noflip */
1865
- margin-right: 0; }
1866
- .mdc-list-item__meta:not(.material-icons) {
1867
- font-family: Roboto, sans-serif;
1868
- -moz-osx-font-smoothing: grayscale;
1869
- -webkit-font-smoothing: antialiased;
1870
- font-size: 0.75rem;
1871
- line-height: 1.25rem;
1872
- font-weight: 400;
1873
- letter-spacing: 0.03333em;
1874
- text-decoration: inherit;
1875
- text-transform: inherit; }
1876
- .mdc-list-item[dir="rtl"] .mdc-list-item__meta,
1877
- [dir="rtl"] .mdc-list-item .mdc-list-item__meta {
1878
- /* @noflip */
1879
- margin-left: 0;
1880
- /* @noflip */
1881
- margin-right: auto; }
1882
-
1883
- .mdc-list-item__text {
1884
- text-overflow: ellipsis;
1885
- white-space: nowrap;
1886
- overflow: hidden; }
1887
-
1888
- .mdc-list-item__text[for] {
1889
- pointer-events: none; }
1890
-
1891
- .mdc-list-item__primary-text {
1892
- text-overflow: ellipsis;
1893
- white-space: nowrap;
1894
- overflow: hidden;
1895
- display: block;
1896
- margin-top: 0;
1897
- /* @alternate */
1898
- line-height: normal;
1899
- margin-bottom: -20px;
1900
- display: block; }
1901
- .mdc-list-item__primary-text::before {
1902
- display: inline-block;
1903
- width: 0;
1904
- height: 32px;
1905
- content: "";
1906
- vertical-align: 0; }
1907
- .mdc-list-item__primary-text::after {
1908
- display: inline-block;
1909
- width: 0;
1910
- height: 20px;
1911
- content: "";
1912
- vertical-align: -20px; }
1913
- .mdc-list--dense .mdc-list-item__primary-text {
1914
- display: block;
1915
- margin-top: 0;
1916
- /* @alternate */
1917
- line-height: normal;
1918
- margin-bottom: -20px; }
1919
- .mdc-list--dense .mdc-list-item__primary-text::before {
1920
- display: inline-block;
1921
- width: 0;
1922
- height: 24px;
1923
- content: "";
1924
- vertical-align: 0; }
1925
- .mdc-list--dense .mdc-list-item__primary-text::after {
1926
- display: inline-block;
1927
- width: 0;
1928
- height: 20px;
1929
- content: "";
1930
- vertical-align: -20px; }
1931
-
1932
- .mdc-list-item__secondary-text {
1933
- font-family: Roboto, sans-serif;
1934
- -moz-osx-font-smoothing: grayscale;
1935
- -webkit-font-smoothing: antialiased;
1936
- font-size: 0.875rem;
1937
- line-height: 1.25rem;
1938
- font-weight: 400;
1939
- letter-spacing: 0.01786em;
1940
- text-decoration: inherit;
1941
- text-transform: inherit;
1942
- text-overflow: ellipsis;
1943
- white-space: nowrap;
1944
- overflow: hidden;
1945
- display: block;
1946
- margin-top: 0;
1947
- /* @alternate */
1948
- line-height: normal;
1949
- display: block; }
1950
- .mdc-list-item__secondary-text::before {
1951
- display: inline-block;
1952
- width: 0;
1953
- height: 20px;
1954
- content: "";
1955
- vertical-align: 0; }
1956
- .mdc-list--dense .mdc-list-item__secondary-text {
1957
- display: block;
1958
- margin-top: 0;
1959
- /* @alternate */
1960
- line-height: normal;
1961
- font-size: inherit; }
1962
- .mdc-list--dense .mdc-list-item__secondary-text::before {
1963
- display: inline-block;
1964
- width: 0;
1965
- height: 20px;
1966
- content: "";
1967
- vertical-align: 0; }
1968
-
1969
- .mdc-list--dense .mdc-list-item {
1970
- height: 40px; }
1971
-
1972
- .mdc-list--dense .mdc-list-item__graphic {
1973
- /* @noflip */
1974
- margin-left: 0;
1975
- /* @noflip */
1976
- margin-right: 36px;
1977
- width: 20px;
1978
- height: 20px; }
1979
- .mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
1980
- [dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
1981
- /* @noflip */
1982
- margin-left: 36px;
1983
- /* @noflip */
1984
- margin-right: 0; }
1985
-
1986
- .mdc-list--avatar-list .mdc-list-item {
1987
- height: 56px; }
1988
-
1989
- .mdc-list--avatar-list .mdc-list-item__graphic {
1990
- /* @noflip */
1991
- margin-left: 0;
1992
- /* @noflip */
1993
- margin-right: 16px;
1994
- width: 40px;
1995
- height: 40px;
1996
- border-radius: 50%; }
1997
- .mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
1998
- [dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
1999
- /* @noflip */
2000
- margin-left: 16px;
2001
- /* @noflip */
2002
- margin-right: 0; }
2003
-
2004
- .mdc-list--two-line .mdc-list-item__text {
2005
- align-self: flex-start; }
2006
-
2007
- .mdc-list--two-line .mdc-list-item {
2008
- height: 72px; }
2009
-
2010
- .mdc-list--two-line.mdc-list--dense .mdc-list-item,
2011
- .mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
2012
- height: 60px; }
2013
-
2014
- .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
2015
- /* @noflip */
2016
- margin-left: 0;
2017
- /* @noflip */
2018
- margin-right: 20px;
2019
- width: 36px;
2020
- height: 36px; }
2021
- .mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
2022
- [dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
2023
- /* @noflip */
2024
- margin-left: 20px;
2025
- /* @noflip */
2026
- margin-right: 0; }
2027
-
2028
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
2029
- cursor: pointer; }
2030
-
2031
- a.mdc-list-item {
2032
- color: inherit;
2033
- text-decoration: none; }
2034
-
2035
- .mdc-list-divider {
2036
- height: 0;
2037
- margin: 0;
2038
- border: none;
2039
- border-bottom-width: 1px;
2040
- border-bottom-style: solid; }
2041
-
2042
- .mdc-list-divider {
2043
- border-bottom-color: rgba(0, 0, 0, 0.12); }
2044
-
2045
- .mdc-list-divider--padded {
2046
- margin: 0 16px; }
2047
-
2048
- .mdc-list-divider--inset {
2049
- /* @noflip */
2050
- margin-left: 72px;
2051
- /* @noflip */
2052
- margin-right: 0;
2053
- width: calc(100% - 72px); }
2054
- .mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
2055
- [dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
2056
- /* @noflip */
2057
- margin-left: 0;
2058
- /* @noflip */
2059
- margin-right: 72px; }
2060
-
2061
- .mdc-list-divider--inset.mdc-list-divider--padded {
2062
- width: calc(100% - 72px - 16px); }
2063
-
2064
- .mdc-list-group .mdc-list {
2065
- padding: 0; }
2066
-
2067
- .mdc-list-group__subheader {
2068
- font-family: Roboto, sans-serif;
2069
- -moz-osx-font-smoothing: grayscale;
2070
- -webkit-font-smoothing: antialiased;
2071
- font-size: 1rem;
2072
- line-height: 1.75rem;
2073
- font-weight: 400;
2074
- letter-spacing: 0.00937em;
2075
- text-decoration: inherit;
2076
- text-transform: inherit;
2077
- margin: 0.75rem 16px; }
2078
-
2079
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
2080
- --mdc-ripple-fg-size: 0;
2081
- --mdc-ripple-left: 0;
2082
- --mdc-ripple-top: 0;
2083
- --mdc-ripple-fg-scale: 1;
2084
- --mdc-ripple-fg-translate-end: 0;
2085
- --mdc-ripple-fg-translate-start: 0;
2086
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
2087
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
2088
- position: absolute;
2089
- border-radius: 50%;
2090
- opacity: 0;
2091
- pointer-events: none;
2092
- content: ""; }
2093
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
2094
- transition: opacity 15ms linear, background-color 15ms linear;
2095
- z-index: 1; }
2096
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
2097
- transform: scale(1);
2098
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
2099
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
2100
- top: 0;
2101
- /* @noflip */
2102
- left: 0;
2103
- transform: scale(0);
2104
- transform-origin: center center; }
2105
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
2106
- top: 0;
2107
- top: var(--mdc-ripple-top, 0);
2108
- /* @noflip */
2109
- left: 0;
2110
- left: var(--mdc-ripple-left, 0); }
2111
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
2112
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
2113
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
2114
- animation: mdc-ripple-fg-opacity-out 150ms;
2115
- transform: translate(0) scale(1);
2116
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
2117
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
2118
- top: calc(50% - 100%);
2119
- /* @noflip */
2120
- left: calc(50% - 100%);
2121
- width: 200%;
2122
- height: 200%; }
2123
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
2124
- width: 100%;
2125
- width: var(--mdc-ripple-fg-size, 100%);
2126
- height: 100%;
2127
- height: var(--mdc-ripple-fg-size, 100%); }
2128
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
2129
- background-color: #000; }
2130
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
2131
- opacity: 0.04; }
2132
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before {
2133
- transition-duration: 75ms;
2134
- opacity: 0.12; }
2135
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
2136
- transition: opacity 150ms linear; }
2137
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
2138
- transition-duration: 75ms;
2139
- opacity: 0.12; }
2140
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
2141
- --mdc-ripple-fg-opacity: 0.12; }
2142
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before {
2143
- opacity: 0.12; }
2144
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
2145
- background-color: #1a73e8; }
2146
- @supports not (-ms-ime-align: auto) {
2147
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
2148
- /* @alternate */
2149
- background-color: #1a73e8;
2150
- background-color: var(--mdc-theme-primary, #1a73e8); } }
2151
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
2152
- opacity: 0.16; }
2153
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before {
2154
- transition-duration: 75ms;
2155
- opacity: 0.24; }
2156
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
2157
- transition: opacity 150ms linear; }
2158
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
2159
- transition-duration: 75ms;
2160
- opacity: 0.24; }
2161
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
2162
- --mdc-ripple-fg-opacity: 0.24; }
2163
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before {
2164
- opacity: 0.08; }
2165
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
2166
- background-color: #1a73e8; }
2167
- @supports not (-ms-ime-align: auto) {
2168
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
2169
- /* @alternate */
2170
- background-color: #1a73e8;
2171
- background-color: var(--mdc-theme-primary, #1a73e8); } }
2172
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
2173
- opacity: 0.12; }
2174
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
2175
- transition-duration: 75ms;
2176
- opacity: 0.2; }
2177
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
2178
- transition: opacity 150ms linear; }
2179
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
2180
- transition-duration: 75ms;
2181
- opacity: 0.2; }
2182
- :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
2183
- --mdc-ripple-fg-opacity: 0.2; }
2184
-
2185
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled {
2186
- --mdc-ripple-fg-size: 0;
2187
- --mdc-ripple-left: 0;
2188
- --mdc-ripple-top: 0;
2189
- --mdc-ripple-fg-scale: 1;
2190
- --mdc-ripple-fg-translate-end: 0;
2191
- --mdc-ripple-fg-translate-start: 0;
2192
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
2193
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
2194
- position: absolute;
2195
- border-radius: 50%;
2196
- opacity: 0;
2197
- pointer-events: none;
2198
- content: ""; }
2199
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before {
2200
- transition: opacity 15ms linear, background-color 15ms linear;
2201
- z-index: 1; }
2202
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::before {
2203
- transform: scale(1);
2204
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
2205
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::after {
2206
- top: 0;
2207
- /* @noflip */
2208
- left: 0;
2209
- transform: scale(0);
2210
- transform-origin: center center; }
2211
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after {
2212
- top: 0;
2213
- top: var(--mdc-ripple-top, 0);
2214
- /* @noflip */
2215
- left: 0;
2216
- left: var(--mdc-ripple-left, 0); }
2217
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after {
2218
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
2219
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after {
2220
- animation: mdc-ripple-fg-opacity-out 150ms;
2221
- transform: translate(0) scale(1);
2222
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
2223
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
2224
- top: calc(50% - 100%);
2225
- /* @noflip */
2226
- left: calc(50% - 100%);
2227
- width: 200%;
2228
- height: 200%; }
2229
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::after {
2230
- width: 100%;
2231
- width: var(--mdc-ripple-fg-size, 100%);
2232
- height: 100%;
2233
- height: var(--mdc-ripple-fg-size, 100%); }
2234
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
2235
- background-color: #000; }
2236
- :not(.mdc-list--non-interactive) > .mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before, :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before {
2237
- transition-duration: 75ms;
2238
- opacity: 0.12; }
2239
-
2240
- .mdc-menu {
2241
- min-width: 112px; }
2242
- .mdc-menu .mdc-list-item__meta {
2243
- color: rgba(0, 0, 0, 0.87); }
2244
- .mdc-menu .mdc-list-item__graphic {
2245
- color: rgba(0, 0, 0, 0.87); }
2246
- .mdc-menu .mdc-list {
2247
- color: rgba(0, 0, 0, 0.87); }
2248
- .mdc-menu .mdc-list-divider {
2249
- margin: 8px 0; }
2250
- .mdc-menu .mdc-list-item {
2251
- -webkit-user-select: none;
2252
- -moz-user-select: none;
2253
- -ms-user-select: none;
2254
- user-select: none; }
2255
- .mdc-menu .mdc-list-item--disabled {
2256
- cursor: auto; }
2257
- .mdc-menu a.mdc-list-item .mdc-list-item__text,
2258
- .mdc-menu a.mdc-list-item .mdc-list-item__graphic {
2259
- pointer-events: none; }
2260
-
2261
- .mdc-menu__selection-group {
2262
- padding: 0;
2263
- fill: currentColor; }
2264
- .mdc-menu__selection-group .mdc-list-item {
2265
- /* @noflip */
2266
- padding-left: 56px;
2267
- /* @noflip */
2268
- padding-right: 16px; }
2269
- [dir="rtl"] .mdc-menu__selection-group .mdc-list-item, .mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
2270
- /* @noflip */
2271
- padding-left: 16px;
2272
- /* @noflip */
2273
- padding-right: 56px; }
2274
- .mdc-menu__selection-group .mdc-menu__selection-group-icon {
2275
- /* @noflip */
2276
- left: 16px;
2277
- /* @noflip */
2278
- right: auto;
2279
- right: initial;
2280
- display: none;
2281
- position: absolute; }
2282
- [dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
2283
- /* @noflip */
2284
- left: auto;
2285
- left: initial;
2286
- /* @noflip */
2287
- right: 16px; }
2288
-
2289
- .mdc-menu-item--selected .mdc-menu__selection-group-icon {
2290
- display: inline; }
2291
-
2292
- .mdc-menu-surface {
2293
- display: none;
2294
- position: absolute;
2295
- box-sizing: border-box;
2296
- max-width: calc(100vw - 32px);
2297
- max-height: calc(100vh - 32px);
2298
- margin: 0;
2299
- padding: 0;
2300
- transform: scale(1);
2301
- transform-origin: top left;
2302
- opacity: 0;
2303
- overflow: auto;
2304
- will-change: transform, opacity;
2305
- z-index: 8;
2306
- transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
2307
- box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
2308
- background-color: #fff;
2309
- /* @alternate */
2310
- background-color: #fff;
2311
- background-color: var(--mdc-theme-surface, #fff);
2312
- color: #000;
2313
- /* @alternate */
2314
- color: #000;
2315
- color: var(--mdc-theme-on-surface, #000);
2316
- border-radius: 4px;
2317
- /* @noflip */
2318
- transform-origin-left: top left;
2319
- /* @noflip */
2320
- transform-origin-right: top right; }
2321
- .mdc-menu-surface:focus {
2322
- outline: none; }
2323
- .mdc-menu-surface--open {
2324
- display: inline-block;
2325
- transform: scale(1);
2326
- opacity: 1; }
2327
- .mdc-menu-surface--animating-open {
2328
- display: inline-block;
2329
- transform: scale(0.8);
2330
- opacity: 0; }
2331
- .mdc-menu-surface--animating-closed {
2332
- display: inline-block;
2333
- opacity: 0;
2334
- transition: opacity 0.075s linear; }
2335
- [dir="rtl"] .mdc-menu-surface, .mdc-menu-surface[dir="rtl"] {
2336
- /* @noflip */
2337
- transform-origin-left: top right;
2338
- /* @noflip */
2339
- transform-origin-right: top left; }
2340
-
2341
- .mdc-menu-surface--anchor {
2342
- position: relative;
2343
- overflow: visible; }
2344
-
2345
- .mdc-menu-surface--fixed {
2346
- position: fixed; }
2347
-
2348
- .mdc-radio {
2349
- display: inline-block;
2350
- position: relative;
2351
- flex: 0 0 auto;
2352
- box-sizing: border-box;
2353
- width: 40px;
2354
- height: 40px;
2355
- padding: 10px;
2356
- cursor: pointer;
2357
- /* @alternate */
2358
- will-change: opacity, transform, border-color, color; }
2359
- .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
2360
- border-color: rgba(0, 0, 0, 0.54); }
2361
- .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
2362
- border-color: #1a73e8;
2363
- /* @alternate */
2364
- border-color: #1a73e8;
2365
- border-color: var(--mdc-theme-secondary, #1a73e8); }
2366
- .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
2367
- border-color: #1a73e8;
2368
- /* @alternate */
2369
- border-color: #1a73e8;
2370
- border-color: var(--mdc-theme-secondary, #1a73e8); }
2371
- .mdc-radio .mdc-radio__background::before {
2372
- background-color: #1a73e8; }
2373
- @supports not (-ms-ime-align: auto) {
2374
- .mdc-radio .mdc-radio__background::before {
2375
- /* @alternate */
2376
- background-color: #1a73e8;
2377
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
2378
- .mdc-radio__background {
2379
- display: inline-block;
2380
- position: absolute;
2381
- left: 10px;
2382
- box-sizing: border-box;
2383
- width: 50%;
2384
- height: 50%; }
2385
- .mdc-radio__background::before {
2386
- position: absolute;
2387
- top: 0;
2388
- left: 0;
2389
- width: 100%;
2390
- height: 100%;
2391
- transform: scale(0, 0);
2392
- border-radius: 50%;
2393
- opacity: 0;
2394
- pointer-events: none;
2395
- content: "";
2396
- transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
2397
- .mdc-radio__outer-circle {
2398
- position: absolute;
2399
- top: 0;
2400
- left: 0;
2401
- box-sizing: border-box;
2402
- width: 100%;
2403
- height: 100%;
2404
- border-width: 2px;
2405
- border-style: solid;
2406
- border-radius: 50%;
2407
- transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
2408
- .mdc-radio__inner-circle {
2409
- position: absolute;
2410
- top: 0;
2411
- left: 0;
2412
- box-sizing: border-box;
2413
- width: 100%;
2414
- height: 100%;
2415
- transform: scale(0, 0);
2416
- border-width: 10px;
2417
- border-style: solid;
2418
- border-radius: 50%;
2419
- transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
2420
- .mdc-radio__native-control {
2421
- position: absolute;
2422
- top: 0;
2423
- left: 0;
2424
- width: 100%;
2425
- height: 100%;
2426
- margin: 0;
2427
- padding: 0;
2428
- opacity: 0;
2429
- cursor: inherit;
2430
- z-index: 1; }
2431
-
2432
- .mdc-radio__native-control:checked + .mdc-radio__background,
2433
- .mdc-radio__native-control:disabled + .mdc-radio__background {
2434
- transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
2435
- .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
2436
- .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
2437
- transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
2438
- .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
2439
- .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
2440
- transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
2441
-
2442
- .mdc-radio--disabled {
2443
- cursor: default;
2444
- pointer-events: none; }
2445
-
2446
- .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
2447
- transform: scale(0.5);
2448
- transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
2449
-
2450
- .mdc-radio__native-control:disabled + .mdc-radio__background,
2451
- [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
2452
- cursor: default; }
2453
- .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
2454
- [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
2455
- border-color: rgba(0, 0, 0, 0.26); }
2456
- .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
2457
- [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
2458
- border-color: rgba(0, 0, 0, 0.26); }
2459
-
2460
- .mdc-radio__native-control:focus + .mdc-radio__background::before {
2461
- transform: scale(2, 2);
2462
- opacity: 0.12;
2463
- transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
2464
-
2465
- .mdc-radio {
2466
- --mdc-ripple-fg-size: 0;
2467
- --mdc-ripple-left: 0;
2468
- --mdc-ripple-top: 0;
2469
- --mdc-ripple-fg-scale: 1;
2470
- --mdc-ripple-fg-translate-end: 0;
2471
- --mdc-ripple-fg-translate-start: 0;
2472
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
2473
- .mdc-radio::before, .mdc-radio::after {
2474
- position: absolute;
2475
- border-radius: 50%;
2476
- opacity: 0;
2477
- pointer-events: none;
2478
- content: ""; }
2479
- .mdc-radio::before {
2480
- transition: opacity 15ms linear, background-color 15ms linear;
2481
- z-index: 1; }
2482
- .mdc-radio.mdc-ripple-upgraded::before {
2483
- transform: scale(1);
2484
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
2485
- .mdc-radio.mdc-ripple-upgraded::after {
2486
- top: 0;
2487
- /* @noflip */
2488
- left: 0;
2489
- transform: scale(0);
2490
- transform-origin: center center; }
2491
- .mdc-radio.mdc-ripple-upgraded--unbounded::after {
2492
- top: 0;
2493
- top: var(--mdc-ripple-top, 0);
2494
- /* @noflip */
2495
- left: 0;
2496
- left: var(--mdc-ripple-left, 0); }
2497
- .mdc-radio.mdc-ripple-upgraded--foreground-activation::after {
2498
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
2499
- .mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after {
2500
- animation: mdc-ripple-fg-opacity-out 150ms;
2501
- transform: translate(0) scale(1);
2502
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
2503
- .mdc-radio::before, .mdc-radio::after {
2504
- top: calc(50% - 50%);
2505
- /* @noflip */
2506
- left: calc(50% - 50%);
2507
- width: 100%;
2508
- height: 100%; }
2509
- .mdc-radio.mdc-ripple-upgraded::before, .mdc-radio.mdc-ripple-upgraded::after {
2510
- top: calc(50% - 50%);
2511
- top: var(--mdc-ripple-top, calc(50% - 50%));
2512
- /* @noflip */
2513
- left: calc(50% - 50%);
2514
- left: var(--mdc-ripple-left, calc(50% - 50%));
2515
- width: 100%;
2516
- width: var(--mdc-ripple-fg-size, 100%);
2517
- height: 100%;
2518
- height: var(--mdc-ripple-fg-size, 100%); }
2519
- .mdc-radio.mdc-ripple-upgraded::after {
2520
- width: 100%;
2521
- width: var(--mdc-ripple-fg-size, 100%);
2522
- height: 100%;
2523
- height: var(--mdc-ripple-fg-size, 100%); }
2524
- .mdc-radio::before, .mdc-radio::after {
2525
- background-color: #1a73e8; }
2526
- @supports not (-ms-ime-align: auto) {
2527
- .mdc-radio::before, .mdc-radio::after {
2528
- /* @alternate */
2529
- background-color: #1a73e8;
2530
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
2531
- .mdc-radio:hover::before {
2532
- opacity: 0.04; }
2533
- .mdc-radio:not(.mdc-ripple-upgraded):focus::before, .mdc-radio.mdc-ripple-upgraded--background-focused::before {
2534
- transition-duration: 75ms;
2535
- opacity: 0.12; }
2536
- .mdc-radio:not(.mdc-ripple-upgraded)::after {
2537
- transition: opacity 150ms linear; }
2538
- .mdc-radio:not(.mdc-ripple-upgraded):active::after {
2539
- transition-duration: 75ms;
2540
- opacity: 0.12; }
2541
- .mdc-radio.mdc-ripple-upgraded {
2542
- --mdc-ripple-fg-opacity: 0.12; }
2543
- .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
2544
- content: none; }
2545
-
2546
- @keyframes mdc-select-float-native-control {
2547
- 0% {
2548
- transform: translateY(8px);
2549
- opacity: 0; }
2550
- 100% {
2551
- transform: translateY(0);
2552
- opacity: 1; } }
2553
-
2554
- .mdc-line-ripple {
2555
- position: absolute;
2556
- bottom: 0;
2557
- left: 0;
2558
- width: 100%;
2559
- height: 2px;
2560
- transform: scaleX(0);
2561
- transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
2562
- opacity: 0;
2563
- z-index: 2; }
2564
-
2565
- .mdc-line-ripple--active {
2566
- transform: scaleX(1);
2567
- opacity: 1; }
2568
-
2569
- .mdc-line-ripple--deactivating {
2570
- opacity: 0; }
2571
-
2572
- .mdc-notched-outline {
2573
- display: flex;
2574
- position: absolute;
2575
- right: 0;
2576
- left: 0;
2577
- box-sizing: border-box;
2578
- width: 100%;
2579
- max-width: 100%;
2580
- height: 100%;
2581
- /* @noflip */
2582
- text-align: left;
2583
- pointer-events: none; }
2584
- [dir="rtl"] .mdc-notched-outline, .mdc-notched-outline[dir="rtl"] {
2585
- /* @noflip */
2586
- text-align: right; }
2587
- .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
2588
- box-sizing: border-box;
2589
- height: 100%;
2590
- transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
2591
- border-top: 1px solid;
2592
- border-bottom: 1px solid;
2593
- pointer-events: none; }
2594
- .mdc-notched-outline__leading {
2595
- /* @noflip */
2596
- border-left: 1px solid;
2597
- /* @noflip */
2598
- border-right: none;
2599
- width: 12px; }
2600
- [dir="rtl"] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir="rtl"] {
2601
- /* @noflip */
2602
- border-left: none;
2603
- /* @noflip */
2604
- border-right: 1px solid; }
2605
- .mdc-notched-outline__trailing {
2606
- /* @noflip */
2607
- border-left: none;
2608
- /* @noflip */
2609
- border-right: 1px solid;
2610
- flex-grow: 1; }
2611
- [dir="rtl"] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir="rtl"] {
2612
- /* @noflip */
2613
- border-left: 1px solid;
2614
- /* @noflip */
2615
- border-right: none; }
2616
- .mdc-notched-outline__notch {
2617
- flex: 0 0 auto;
2618
- width: auto;
2619
- max-width: calc(100% - 12px * 2); }
2620
- .mdc-notched-outline .mdc-floating-label {
2621
- display: inline-block;
2622
- position: relative;
2623
- top: 17px;
2624
- bottom: auto;
2625
- max-width: 100%; }
2626
- .mdc-notched-outline .mdc-floating-label--float-above {
2627
- text-overflow: clip; }
2628
- .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
2629
- max-width: calc(100% / .75); }
2630
-
2631
- .mdc-notched-outline--notched .mdc-notched-outline__notch {
2632
- /* @noflip */
2633
- padding-left: 0;
2634
- /* @noflip */
2635
- padding-right: 8px;
2636
- border-top: none; }
2637
- [dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
2638
- /* @noflip */
2639
- padding-left: 8px;
2640
- /* @noflip */
2641
- padding-right: 0; }
2642
-
2643
- .mdc-notched-outline--no-label .mdc-notched-outline__notch {
2644
- padding: 0; }
2645
-
2646
- .mdc-floating-label {
2647
- font-family: Roboto, sans-serif;
2648
- -moz-osx-font-smoothing: grayscale;
2649
- -webkit-font-smoothing: antialiased;
2650
- font-size: 1rem;
2651
- line-height: 1.75rem;
2652
- font-weight: 400;
2653
- letter-spacing: 0.00937em;
2654
- text-decoration: inherit;
2655
- text-transform: inherit;
2656
- position: absolute;
2657
- /* @noflip */
2658
- left: 0;
2659
- /* @noflip */
2660
- transform-origin: left top;
2661
- transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
2662
- /* @alternate */
2663
- line-height: 1.15rem;
2664
- text-align: left;
2665
- text-overflow: ellipsis;
2666
- white-space: nowrap;
2667
- cursor: text;
2668
- overflow: hidden;
2669
- will-change: transform; }
2670
- [dir="rtl"] .mdc-floating-label, .mdc-floating-label[dir="rtl"] {
2671
- /* @noflip */
2672
- right: 0;
2673
- /* @noflip */
2674
- left: auto;
2675
- /* @noflip */
2676
- transform-origin: right top;
2677
- /* @noflip */
2678
- text-align: right; }
2679
-
2680
- .mdc-floating-label--float-above {
2681
- cursor: auto; }
2682
-
2683
- .mdc-floating-label--float-above {
2684
- transform: translateY(-50%) scale(0.75); }
2685
-
2686
- .mdc-floating-label--shake {
2687
- animation: mdc-floating-label-shake-float-above-standard 250ms 1; }
2688
-
2689
- @keyframes mdc-floating-label-shake-float-above-standard {
2690
- 0% {
2691
- transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); }
2692
- 33% {
2693
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
2694
- transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75); }
2695
- 66% {
2696
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
2697
- transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75); }
2698
- 100% {
2699
- transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); } }
2700
-
2701
- .mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
2702
- color: #000;
2703
- /* @alternate */
2704
- color: #000;
2705
- color: var(--mdc-theme-on-surface, #000); }
2706
-
2707
- .mdc-select--with-leading-icon .mdc-select__icon {
2708
- display: inline-block;
2709
- position: absolute;
2710
- bottom: 16px;
2711
- box-sizing: border-box;
2712
- width: 24px;
2713
- height: 24px;
2714
- border: none;
2715
- background-color: transparent;
2716
- fill: currentColor;
2717
- opacity: 0.54;
2718
- text-decoration: none;
2719
- cursor: pointer;
2720
- -webkit-user-select: none;
2721
- -moz-user-select: none;
2722
- -ms-user-select: none;
2723
- user-select: none; }
2724
-
2725
- .mdc-select__icon:not([tabindex]),
2726
- .mdc-select__icon[tabindex="-1"] {
2727
- cursor: default;
2728
- pointer-events: none; }
2729
-
2730
- .mdc-select-helper-text {
2731
- font-family: Roboto, sans-serif;
2732
- -moz-osx-font-smoothing: grayscale;
2733
- -webkit-font-smoothing: antialiased;
2734
- font-size: 0.75rem;
2735
- line-height: 1.25rem;
2736
- font-weight: 400;
2737
- letter-spacing: 0.03333em;
2738
- text-decoration: inherit;
2739
- text-transform: inherit;
2740
- display: block;
2741
- margin-top: 0;
2742
- /* @alternate */
2743
- line-height: normal;
2744
- margin: 0;
2745
- transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
2746
- opacity: 0;
2747
- will-change: opacity; }
2748
- .mdc-select-helper-text::before {
2749
- display: inline-block;
2750
- width: 0;
2751
- height: 16px;
2752
- content: "";
2753
- vertical-align: 0; }
2754
-
2755
- .mdc-select-helper-text--persistent {
2756
- transition: none;
2757
- opacity: 1;
2758
- will-change: initial; }
2759
-
2760
- .mdc-select {
2761
- --mdc-ripple-fg-size: 0;
2762
- --mdc-ripple-left: 0;
2763
- --mdc-ripple-top: 0;
2764
- --mdc-ripple-fg-scale: 1;
2765
- --mdc-ripple-fg-translate-end: 0;
2766
- --mdc-ripple-fg-translate-start: 0;
2767
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2768
- display: inline-flex;
2769
- position: relative;
2770
- box-sizing: border-box;
2771
- height: 56px;
2772
- overflow: hidden;
2773
- /* @alternate */
2774
- will-change: opacity, transform, color; }
2775
- .mdc-select:not(.mdc-select--disabled) {
2776
- background-color: whitesmoke; }
2777
- .mdc-select::before, .mdc-select::after {
2778
- position: absolute;
2779
- border-radius: 50%;
2780
- opacity: 0;
2781
- pointer-events: none;
2782
- content: ""; }
2783
- .mdc-select::before {
2784
- transition: opacity 15ms linear, background-color 15ms linear;
2785
- z-index: 1; }
2786
- .mdc-select.mdc-ripple-upgraded::before {
2787
- transform: scale(1);
2788
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
2789
- .mdc-select.mdc-ripple-upgraded::after {
2790
- top: 0;
2791
- /* @noflip */
2792
- left: 0;
2793
- transform: scale(0);
2794
- transform-origin: center center; }
2795
- .mdc-select.mdc-ripple-upgraded--unbounded::after {
2796
- top: 0;
2797
- top: var(--mdc-ripple-top, 0);
2798
- /* @noflip */
2799
- left: 0;
2800
- left: var(--mdc-ripple-left, 0); }
2801
- .mdc-select.mdc-ripple-upgraded--foreground-activation::after {
2802
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
2803
- .mdc-select.mdc-ripple-upgraded--foreground-deactivation::after {
2804
- animation: mdc-ripple-fg-opacity-out 150ms;
2805
- transform: translate(0) scale(1);
2806
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
2807
- .mdc-select::before, .mdc-select::after {
2808
- top: calc(50% - 100%);
2809
- /* @noflip */
2810
- left: calc(50% - 100%);
2811
- width: 200%;
2812
- height: 200%; }
2813
- .mdc-select.mdc-ripple-upgraded::after {
2814
- width: 100%;
2815
- width: var(--mdc-ripple-fg-size, 100%);
2816
- height: 100%;
2817
- height: var(--mdc-ripple-fg-size, 100%); }
2818
- .mdc-select::before, .mdc-select::after {
2819
- background-color: rgba(0, 0, 0, 0.87); }
2820
- .mdc-select:hover::before {
2821
- opacity: 0.04; }
2822
- .mdc-select:not(.mdc-ripple-upgraded):focus::before, .mdc-select.mdc-ripple-upgraded--background-focused::before {
2823
- transition-duration: 75ms;
2824
- opacity: 0.12; }
2825
- .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
2826
- .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
2827
- color: rgba(0, 0, 0, 0.87); }
2828
- .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
2829
- color: rgba(0, 0, 0, 0.6); }
2830
- .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
2831
- .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
2832
- border-bottom-color: rgba(0, 0, 0, 0.42); }
2833
- .mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
2834
- color: rgba(0, 0, 0, 0.6); }
2835
- .mdc-select, .mdc-select__native-control {
2836
- border-radius: 4px 4px 0 0; }
2837
- .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
2838
- background-color: #1a73e8;
2839
- /* @alternate */
2840
- background-color: #1a73e8;
2841
- background-color: var(--mdc-theme-primary, #1a73e8); }
2842
- .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
2843
- color: rgba(26, 115, 232, 0.87); }
2844
- .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover {
2845
- border-bottom-color: rgba(0, 0, 0, 0.87); }
2846
- .mdc-select .mdc-floating-label--float-above {
2847
- transform: translateY(-70%) scale(0.75); }
2848
- .mdc-select .mdc-floating-label {
2849
- /* @noflip */
2850
- left: 16px;
2851
- /* @noflip */
2852
- right: auto;
2853
- right: initial;
2854
- top: 21px;
2855
- pointer-events: none; }
2856
- [dir="rtl"] .mdc-select .mdc-floating-label, .mdc-select .mdc-floating-label[dir="rtl"] {
2857
- /* @noflip */
2858
- left: auto;
2859
- left: initial;
2860
- /* @noflip */
2861
- right: 16px; }
2862
- .mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
2863
- /* @noflip */
2864
- left: 48px;
2865
- /* @noflip */
2866
- right: auto;
2867
- right: initial; }
2868
- [dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
2869
- /* @noflip */
2870
- left: auto;
2871
- left: initial;
2872
- /* @noflip */
2873
- right: 48px; }
2874
- .mdc-select.mdc-select--outlined .mdc-floating-label {
2875
- /* @noflip */
2876
- left: 4px;
2877
- /* @noflip */
2878
- right: auto;
2879
- right: initial;
2880
- top: 17px; }
2881
- [dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label, .mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"] {
2882
- /* @noflip */
2883
- left: auto;
2884
- left: initial;
2885
- /* @noflip */
2886
- right: 4px; }
2887
- .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
2888
- /* @noflip */
2889
- left: 36px;
2890
- /* @noflip */
2891
- right: auto;
2892
- right: initial; }
2893
- [dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
2894
- /* @noflip */
2895
- left: auto;
2896
- left: initial;
2897
- /* @noflip */
2898
- right: 36px; }
2899
- .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
2900
- /* @noflip */
2901
- left: 36px;
2902
- /* @noflip */
2903
- right: auto;
2904
- right: initial; }
2905
- [dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
2906
- /* @noflip */
2907
- left: auto;
2908
- left: initial;
2909
- /* @noflip */
2910
- right: 36px; }
2911
- .mdc-select__dropdown-icon {
2912
- background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
2913
- /* @noflip */
2914
- left: auto;
2915
- /* @noflip */
2916
- right: 8px;
2917
- position: absolute;
2918
- bottom: 16px;
2919
- width: 24px;
2920
- height: 24px;
2921
- transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
2922
- pointer-events: none; }
2923
- [dir="rtl"] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir="rtl"] {
2924
- /* @noflip */
2925
- left: 8px;
2926
- /* @noflip */
2927
- right: auto; }
2928
- .mdc-select--focused .mdc-select__dropdown-icon {
2929
- background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%231a73e8%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
2930
- transform: rotate(180deg) translateY(-5px);
2931
- transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); }
2932
- .mdc-select__native-control {
2933
- padding-top: 20px; }
2934
- .mdc-select.mdc-select--focused .mdc-line-ripple::after {
2935
- transform: scale(1, 2);
2936
- opacity: 1; }
2937
-
2938
- .mdc-select + .mdc-select-helper-text {
2939
- margin-right: 12px;
2940
- margin-left: 12px; }
2941
-
2942
- .mdc-select--outlined + .mdc-select-helper-text {
2943
- margin-right: 16px;
2944
- margin-left: 16px; }
2945
-
2946
- .mdc-select--focused + .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
2947
- opacity: 1; }
2948
-
2949
- .mdc-select__selected-text {
2950
- min-width: 200px;
2951
- padding-top: 22px; }
2952
-
2953
- .mdc-select__native-control,
2954
- .mdc-select__selected-text {
2955
- /* @noflip */
2956
- padding-left: 16px;
2957
- /* @noflip */
2958
- padding-right: 52px;
2959
- font-family: Roboto, sans-serif;
2960
- -moz-osx-font-smoothing: grayscale;
2961
- -webkit-font-smoothing: antialiased;
2962
- font-size: 1rem;
2963
- line-height: 1.75rem;
2964
- font-weight: 400;
2965
- letter-spacing: 0.00937em;
2966
- text-decoration: inherit;
2967
- text-transform: inherit;
2968
- box-sizing: border-box;
2969
- width: 100%;
2970
- height: 56px;
2971
- padding-top: 20px;
2972
- padding-bottom: 4px;
2973
- border: none;
2974
- border-bottom: 1px solid;
2975
- outline: none;
2976
- background-color: transparent;
2977
- color: inherit;
2978
- white-space: nowrap;
2979
- cursor: pointer;
2980
- -webkit-appearance: none;
2981
- -moz-appearance: none;
2982
- appearance: none; }
2983
- [dir="rtl"] .mdc-select__native-control, .mdc-select__native-control[dir="rtl"], [dir="rtl"]
2984
- .mdc-select__selected-text,
2985
- .mdc-select__selected-text[dir="rtl"] {
2986
- /* @noflip */
2987
- padding-left: 52px;
2988
- /* @noflip */
2989
- padding-right: 16px; }
2990
- .mdc-select__native-control::-ms-expand,
2991
- .mdc-select__selected-text::-ms-expand {
2992
- display: none; }
2993
- .mdc-select__native-control::-ms-value,
2994
- .mdc-select__selected-text::-ms-value {
2995
- background-color: transparent;
2996
- color: inherit; }
2997
-
2998
- @-moz-document url-prefix("") {
2999
- .mdc-select__native-control,
3000
- .mdc-select__selected-text {
3001
- text-indent: -2px; } }
3002
-
3003
- .mdc-select--outlined {
3004
- border: none;
3005
- overflow: visible; }
3006
- .mdc-select--outlined:not(.mdc-select--disabled) {
3007
- background-color: transparent; }
3008
- .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
3009
- .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
3010
- .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
3011
- border-color: rgba(0, 0, 0, 0.24); }
3012
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
3013
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
3014
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
3015
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
3016
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
3017
- .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
3018
- border-color: rgba(0, 0, 0, 0.87); }
3019
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
3020
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
3021
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
3022
- border-width: 2px; }
3023
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
3024
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
3025
- .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
3026
- border-color: #1a73e8;
3027
- /* @alternate */
3028
- border-color: #1a73e8;
3029
- border-color: var(--mdc-theme-primary, #1a73e8); }
3030
- .mdc-select--outlined .mdc-floating-label--shake {
3031
- animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
3032
- .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
3033
- /* @noflip */
3034
- border-radius: 4px 0 0 4px; }
3035
- [dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
3036
- /* @noflip */
3037
- border-radius: 0 4px 4px 0; }
3038
- .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
3039
- /* @noflip */
3040
- border-radius: 0 4px 4px 0; }
3041
- [dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
3042
- /* @noflip */
3043
- border-radius: 4px 0 0 4px; }
3044
- .mdc-select--outlined .mdc-select__native-control {
3045
- border-radius: 4px; }
3046
- .mdc-select--outlined::before, .mdc-select--outlined::after {
3047
- content: none; }
3048
- .mdc-select--outlined:not(.mdc-select--disabled) {
3049
- background-color: transparent; }
3050
- .mdc-select--outlined .mdc-floating-label--float-above {
3051
- transform: translateY(-144%) scale(1); }
3052
- .mdc-select--outlined .mdc-floating-label--float-above {
3053
- font-size: 0.75rem; }
3054
- .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
3055
- .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
3056
- transform: translateY(-130%) scale(0.75); }
3057
- .mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
3058
- .mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
3059
- font-size: 1rem; }
3060
- .mdc-select--outlined .mdc-select__native-control,
3061
- .mdc-select--outlined .mdc-select__selected-text {
3062
- /* @noflip */
3063
- padding-left: 16px;
3064
- /* @noflip */
3065
- padding-right: 52px;
3066
- display: flex;
3067
- padding-top: 12px;
3068
- padding-bottom: 12px;
3069
- border: none;
3070
- background-color: transparent;
3071
- z-index: 1; }
3072
- [dir="rtl"] .mdc-select--outlined .mdc-select__native-control, .mdc-select--outlined .mdc-select__native-control[dir="rtl"], [dir="rtl"]
3073
- .mdc-select--outlined .mdc-select__selected-text,
3074
- .mdc-select--outlined .mdc-select__selected-text[dir="rtl"] {
3075
- /* @noflip */
3076
- padding-left: 52px;
3077
- /* @noflip */
3078
- padding-right: 16px; }
3079
- .mdc-select--outlined .mdc-select__selected-text {
3080
- padding-top: 14px; }
3081
- .mdc-select--outlined .mdc-select__icon {
3082
- z-index: 2; }
3083
- .mdc-select--outlined .mdc-floating-label {
3084
- line-height: 1.15rem;
3085
- pointer-events: auto; }
3086
-
3087
- .mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
3088
- color: #b00020;
3089
- /* @alternate */
3090
- color: #b00020;
3091
- color: var(--mdc-theme-error, #b00020); }
3092
-
3093
- .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,
3094
- .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text {
3095
- border-bottom-color: #b00020;
3096
- /* @alternate */
3097
- border-bottom-color: #b00020;
3098
- border-bottom-color: var(--mdc-theme-error, #b00020); }
3099
-
3100
- .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
3101
- background-color: #b00020;
3102
- /* @alternate */
3103
- background-color: #b00020;
3104
- background-color: var(--mdc-theme-error, #b00020); }
3105
-
3106
- .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
3107
- color: #b00020; }
3108
-
3109
- .mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
3110
- color: #b00020;
3111
- /* @alternate */
3112
- color: #b00020;
3113
- color: var(--mdc-theme-error, #b00020); }
3114
-
3115
- .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover {
3116
- border-bottom-color: #b00020;
3117
- /* @alternate */
3118
- border-bottom-color: #b00020;
3119
- border-bottom-color: var(--mdc-theme-error, #b00020); }
3120
-
3121
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
3122
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
3123
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
3124
- border-color: #b00020;
3125
- /* @alternate */
3126
- border-color: #b00020;
3127
- border-color: var(--mdc-theme-error, #b00020); }
3128
-
3129
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
3130
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
3131
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
3132
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
3133
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
3134
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
3135
- border-color: #b00020;
3136
- /* @alternate */
3137
- border-color: #b00020;
3138
- border-color: var(--mdc-theme-error, #b00020); }
3139
-
3140
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
3141
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
3142
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
3143
- border-width: 2px; }
3144
-
3145
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
3146
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
3147
- .mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
3148
- border-color: #b00020;
3149
- /* @alternate */
3150
- border-color: #b00020;
3151
- border-color: var(--mdc-theme-error, #b00020); }
3152
-
3153
- .mdc-select--invalid .mdc-select__dropdown-icon {
3154
- background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
3155
-
3156
- .mdc-select--invalid + .mdc-select-helper-text--validation-msg {
3157
- opacity: 1; }
3158
-
3159
- .mdc-select--required .mdc-floating-label::after {
3160
- content: "*"; }
3161
-
3162
- .mdc-select--disabled {
3163
- background-color: #fafafa;
3164
- cursor: default;
3165
- pointer-events: none; }
3166
- .mdc-select--disabled .mdc-floating-label {
3167
- color: rgba(0, 0, 0, 0.37); }
3168
- .mdc-select--disabled .mdc-select__dropdown-icon {
3169
- background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center; }
3170
- .mdc-select--disabled .mdc-line-ripple {
3171
- display: none; }
3172
- .mdc-select--disabled .mdc-select__icon {
3173
- color: rgba(0, 0, 0, 0.37); }
3174
- .mdc-select--disabled .mdc-select__native-control,
3175
- .mdc-select--disabled .mdc-select__selected-text {
3176
- color: rgba(0, 0, 0, 0.37);
3177
- border-bottom-style: dotted; }
3178
- .mdc-select--disabled .mdc-select__selected-text {
3179
- pointer-events: none; }
3180
- .mdc-select--disabled.mdc-select--outlined {
3181
- background-color: transparent; }
3182
- .mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,
3183
- .mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text {
3184
- border-bottom-style: none; }
3185
- .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
3186
- .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
3187
- .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
3188
- border-color: rgba(0, 0, 0, 0.16); }
3189
-
3190
- .mdc-select--with-leading-icon .mdc-select__icon {
3191
- /* @noflip */
3192
- left: 16px;
3193
- /* @noflip */
3194
- right: auto;
3195
- right: initial; }
3196
- [dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"] {
3197
- /* @noflip */
3198
- left: auto;
3199
- left: initial;
3200
- /* @noflip */
3201
- right: 16px; }
3202
-
3203
- .mdc-select--with-leading-icon .mdc-select__native-control,
3204
- .mdc-select--with-leading-icon .mdc-select__selected-text {
3205
- /* @noflip */
3206
- padding-left: 48px;
3207
- /* @noflip */
3208
- padding-right: 32px; }
3209
- [dir="rtl"] .mdc-select--with-leading-icon .mdc-select__native-control, .mdc-select--with-leading-icon .mdc-select__native-control[dir="rtl"], [dir="rtl"]
3210
- .mdc-select--with-leading-icon .mdc-select__selected-text,
3211
- .mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"] {
3212
- /* @noflip */
3213
- padding-left: 32px;
3214
- /* @noflip */
3215
- padding-right: 48px; }
3216
-
3217
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
3218
- transform: translateY(-144%) translateX(-32px) scale(1); }
3219
- [dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir="rtl"] {
3220
- transform: translateY(-144%) translateX(32px) scale(1); }
3221
-
3222
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
3223
- font-size: 0.75rem; }
3224
-
3225
- .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
3226
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
3227
- transform: translateY(-130%) translateX(-32px) scale(0.75); }
3228
- [dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
3229
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
3230
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
3231
- transform: translateY(-130%) translateX(32px) scale(0.75); }
3232
-
3233
- .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
3234
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
3235
- font-size: 1rem; }
3236
-
3237
- .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
3238
- animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1; }
3239
-
3240
- [dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake, .mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"] .mdc-floating-label--shake {
3241
- animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1; }
3242
-
3243
- .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
3244
- /* @noflip */
3245
- padding-left: 32px;
3246
- /* @noflip */
3247
- padding-right: 32px; }
3248
- [dir="rtl"] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text, .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir="rtl"] {
3249
- /* @noflip */
3250
- padding-left: 32px;
3251
- /* @noflip */
3252
- padding-right: 32px; }
3253
-
3254
- .mdc-select__menu .mdc-list .mdc-list-item--selected {
3255
- color: #000;
3256
- /* @alternate */
3257
- color: #000;
3258
- color: var(--mdc-theme-on-surface, #000); }
3259
- .mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
3260
- background-color: #000; }
3261
- @supports not (-ms-ime-align: auto) {
3262
- .mdc-select__menu .mdc-list .mdc-list-item--selected::before, .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
3263
- /* @alternate */
3264
- background-color: #000;
3265
- background-color: var(--mdc-theme-on-surface, #000); } }
3266
- .mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
3267
- opacity: 0.04; }
3268
- .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before, .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before {
3269
- transition-duration: 75ms;
3270
- opacity: 0.12; }
3271
- .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
3272
- transition: opacity 150ms linear; }
3273
- .mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
3274
- transition-duration: 75ms;
3275
- opacity: 0.12; }
3276
- .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
3277
- --mdc-ripple-fg-opacity: 0.12; }
3278
-
3279
- @keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
3280
- 0% {
3281
- transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); }
3282
- 33% {
3283
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
3284
- transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75); }
3285
- 66% {
3286
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
3287
- transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75); }
3288
- 100% {
3289
- transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75); } }
3290
-
3291
- @keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
3292
- 0% {
3293
- transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); }
3294
- 33% {
3295
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
3296
- transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75); }
3297
- 66% {
3298
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
3299
- transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75); }
3300
- 100% {
3301
- transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75); } }
3302
-
3303
- /**
3304
- * @license
3305
- * Copyright 2018 Google Inc.
3306
- *
3307
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3308
- * of this software and associated documentation files (the "Software"), to deal
3309
- * in the Software without restriction, including without limitation the rights
3310
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3311
- * copies of the Software, and to permit persons to whom the Software is
3312
- * furnished to do so, subject to the following conditions:
3313
- *
3314
- * The above copyright notice and this permission notice shall be included in
3315
- * all copies or substantial portions of the Software.
3316
- *
3317
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3318
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3319
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3320
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3321
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3322
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3323
- * THE SOFTWARE.
3324
- */
3325
- .mdc-tab {
3326
- position: relative;
3327
- font-family: Roboto, sans-serif;
3328
- -moz-osx-font-smoothing: grayscale;
3329
- -webkit-font-smoothing: antialiased;
3330
- font-size: 0.875rem;
3331
- line-height: 2.25rem;
3332
- font-weight: 500;
3333
- letter-spacing: 0.08929em;
3334
- text-decoration: none;
3335
- text-transform: uppercase;
3336
- display: flex;
3337
- flex: 1 0 auto;
3338
- justify-content: center;
3339
- box-sizing: border-box;
3340
- height: 48px;
3341
- padding: 0 24px;
3342
- border: none;
3343
- outline: none;
3344
- background: none;
3345
- text-align: center;
3346
- white-space: nowrap;
3347
- cursor: pointer;
3348
- -webkit-appearance: none;
3349
- z-index: 1; }
3350
- .mdc-tab .mdc-tab__text-label {
3351
- color: #000;
3352
- /* @alternate */
3353
- color: #000;
3354
- color: var(--mdc-theme-on-surface, #000); }
3355
- .mdc-tab .mdc-tab__icon {
3356
- color: #000;
3357
- /* @alternate */
3358
- color: #000;
3359
- color: var(--mdc-theme-on-surface, #000);
3360
- fill: currentColor; }
3361
- .mdc-tab::-moz-focus-inner {
3362
- padding: 0;
3363
- border: 0; }
3364
-
3365
- .mdc-tab--min-width {
3366
- flex: 0 1 auto; }
3367
-
3368
- .mdc-tab__ripple {
3369
- --mdc-ripple-fg-size: 0;
3370
- --mdc-ripple-left: 0;
3371
- --mdc-ripple-top: 0;
3372
- --mdc-ripple-fg-scale: 1;
3373
- --mdc-ripple-fg-translate-end: 0;
3374
- --mdc-ripple-fg-translate-start: 0;
3375
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3376
- position: absolute;
3377
- top: 0;
3378
- left: 0;
3379
- width: 100%;
3380
- height: 100%;
3381
- overflow: hidden; }
3382
- .mdc-tab__ripple::before, .mdc-tab__ripple::after {
3383
- position: absolute;
3384
- border-radius: 50%;
3385
- opacity: 0;
3386
- pointer-events: none;
3387
- content: ""; }
3388
- .mdc-tab__ripple::before {
3389
- transition: opacity 15ms linear, background-color 15ms linear;
3390
- z-index: 1; }
3391
- .mdc-tab__ripple.mdc-ripple-upgraded::before {
3392
- transform: scale(1);
3393
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
3394
- .mdc-tab__ripple.mdc-ripple-upgraded::after {
3395
- top: 0;
3396
- /* @noflip */
3397
- left: 0;
3398
- transform: scale(0);
3399
- transform-origin: center center; }
3400
- .mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
3401
- top: 0;
3402
- top: var(--mdc-ripple-top, 0);
3403
- /* @noflip */
3404
- left: 0;
3405
- left: var(--mdc-ripple-left, 0); }
3406
- .mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
3407
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
3408
- .mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
3409
- animation: mdc-ripple-fg-opacity-out 150ms;
3410
- transform: translate(0) scale(1);
3411
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
3412
- .mdc-tab__ripple::before, .mdc-tab__ripple::after {
3413
- top: calc(50% - 100%);
3414
- /* @noflip */
3415
- left: calc(50% - 100%);
3416
- width: 200%;
3417
- height: 200%; }
3418
- .mdc-tab__ripple.mdc-ripple-upgraded::after {
3419
- width: 100%;
3420
- width: var(--mdc-ripple-fg-size, 100%);
3421
- height: 100%;
3422
- height: var(--mdc-ripple-fg-size, 100%); }
3423
- .mdc-tab__ripple::before, .mdc-tab__ripple::after {
3424
- background-color: #1a73e8; }
3425
- @supports not (-ms-ime-align: auto) {
3426
- .mdc-tab__ripple::before, .mdc-tab__ripple::after {
3427
- /* @alternate */
3428
- background-color: #1a73e8;
3429
- background-color: var(--mdc-theme-primary, #1a73e8); } }
3430
- .mdc-tab__ripple:hover::before {
3431
- opacity: 0.04; }
3432
- .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before, .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before {
3433
- transition-duration: 75ms;
3434
- opacity: 0.12; }
3435
- .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
3436
- transition: opacity 150ms linear; }
3437
- .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
3438
- transition-duration: 75ms;
3439
- opacity: 0.12; }
3440
- .mdc-tab__ripple.mdc-ripple-upgraded {
3441
- --mdc-ripple-fg-opacity: 0.12; }
3442
-
3443
- .mdc-tab__content {
3444
- position: relative;
3445
- display: flex;
3446
- align-items: center;
3447
- justify-content: center;
3448
- height: inherit;
3449
- pointer-events: none; }
3450
-
3451
- .mdc-tab__text-label,
3452
- .mdc-tab__icon {
3453
- transition: 150ms color linear, 150ms opacity linear;
3454
- z-index: 2; }
3455
-
3456
- .mdc-tab__text-label {
3457
- display: inline-block;
3458
- opacity: 0.6;
3459
- line-height: 1; }
3460
-
3461
- .mdc-tab__icon {
3462
- width: 24px;
3463
- height: 24px;
3464
- opacity: 0.54;
3465
- font-size: 24px; }
3466
-
3467
- .mdc-tab--stacked {
3468
- height: 72px; }
3469
-
3470
- .mdc-tab--stacked .mdc-tab__content {
3471
- flex-direction: column;
3472
- align-items: center;
3473
- justify-content: space-between; }
3474
-
3475
- .mdc-tab--stacked .mdc-tab__icon {
3476
- padding-top: 12px; }
3477
-
3478
- .mdc-tab--stacked .mdc-tab__text-label {
3479
- padding-bottom: 16px; }
3480
-
3481
- .mdc-tab--active .mdc-tab__text-label {
3482
- color: #1a73e8;
3483
- /* @alternate */
3484
- color: #1a73e8;
3485
- color: var(--mdc-theme-primary, #1a73e8); }
3486
-
3487
- .mdc-tab--active .mdc-tab__icon {
3488
- color: #1a73e8;
3489
- /* @alternate */
3490
- color: #1a73e8;
3491
- color: var(--mdc-theme-primary, #1a73e8);
3492
- fill: currentColor; }
3493
-
3494
- .mdc-tab--active .mdc-tab__text-label,
3495
- .mdc-tab--active .mdc-tab__icon {
3496
- transition-delay: 100ms;
3497
- opacity: 1; }
3498
-
3499
- .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
3500
- /* @noflip */
3501
- padding-left: 8px;
3502
- /* @noflip */
3503
- padding-right: 0; }
3504
- [dir="rtl"] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir="rtl"] {
3505
- /* @noflip */
3506
- padding-left: 0;
3507
- /* @noflip */
3508
- padding-right: 8px; }
3509
-
3510
- /**
3511
- * @license
3512
- * Copyright 2018 Google Inc.
3513
- *
3514
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3515
- * of this software and associated documentation files (the "Software"), to deal
3516
- * in the Software without restriction, including without limitation the rights
3517
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3518
- * copies of the Software, and to permit persons to whom the Software is
3519
- * furnished to do so, subject to the following conditions:
3520
- *
3521
- * The above copyright notice and this permission notice shall be included in
3522
- * all copies or substantial portions of the Software.
3523
- *
3524
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3525
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3526
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3527
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3528
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3529
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3530
- * THE SOFTWARE.
3531
- */
3532
- /**
3533
- * @license
3534
- * Copyright 2018 Google Inc.
3535
- *
3536
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3537
- * of this software and associated documentation files (the "Software"), to deal
3538
- * in the Software without restriction, including without limitation the rights
3539
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3540
- * copies of the Software, and to permit persons to whom the Software is
3541
- * furnished to do so, subject to the following conditions:
3542
- *
3543
- * The above copyright notice and this permission notice shall be included in
3544
- * all copies or substantial portions of the Software.
3545
- *
3546
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3547
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3548
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3549
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3550
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3551
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3552
- * THE SOFTWARE.
3553
- */
3554
- .mdc-tab-bar {
3555
- width: 100%; }
3556
-
3557
- /**
3558
- * @license
3559
- * Copyright 2018 Google Inc.
3560
- *
3561
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3562
- * of this software and associated documentation files (the "Software"), to deal
3563
- * in the Software without restriction, including without limitation the rights
3564
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3565
- * copies of the Software, and to permit persons to whom the Software is
3566
- * furnished to do so, subject to the following conditions:
3567
- *
3568
- * The above copyright notice and this permission notice shall be included in
3569
- * all copies or substantial portions of the Software.
3570
- *
3571
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3572
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3573
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3574
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3575
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3576
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3577
- * THE SOFTWARE.
3578
- */
3579
- /**
3580
- * @license
3581
- * Copyright 2018 Google Inc.
3582
- *
3583
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3584
- * of this software and associated documentation files (the "Software"), to deal
3585
- * in the Software without restriction, including without limitation the rights
3586
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3587
- * copies of the Software, and to permit persons to whom the Software is
3588
- * furnished to do so, subject to the following conditions:
3589
- *
3590
- * The above copyright notice and this permission notice shall be included in
3591
- * all copies or substantial portions of the Software.
3592
- *
3593
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3594
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3595
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3596
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3597
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3598
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3599
- * THE SOFTWARE.
3600
- */
3601
- .mdc-tab-indicator {
3602
- display: flex;
3603
- position: absolute;
3604
- top: 0;
3605
- left: 0;
3606
- width: 100%;
3607
- height: 100%;
3608
- pointer-events: none;
3609
- z-index: 1; }
3610
- .mdc-tab-indicator > .mdc-tab-indicator__content--underline {
3611
- background-color: #1a73e8;
3612
- /* @alternate */
3613
- background-color: #1a73e8;
3614
- background-color: var(--mdc-theme-primary, #1a73e8); }
3615
- .mdc-tab-indicator > .mdc-tab-indicator__content--underline {
3616
- height: 2px; }
3617
- .mdc-tab-indicator > .mdc-tab-indicator__content--icon {
3618
- color: #1a73e8;
3619
- /* @alternate */
3620
- color: #1a73e8;
3621
- color: var(--mdc-theme-secondary, #1a73e8); }
3622
- .mdc-tab-indicator > .mdc-tab-indicator__content--icon {
3623
- height: 34px;
3624
- font-size: 34px; }
3625
-
3626
- .mdc-tab-indicator__content {
3627
- transform-origin: left;
3628
- opacity: 0; }
3629
-
3630
- .mdc-tab-indicator__content--underline {
3631
- align-self: flex-end;
3632
- width: 100%; }
3633
-
3634
- .mdc-tab-indicator__content--icon {
3635
- align-self: center;
3636
- margin: 0 auto; }
3637
-
3638
- .mdc-tab-indicator--active > .mdc-tab-indicator__content {
3639
- opacity: 1; }
3640
-
3641
- .mdc-tab-indicator > .mdc-tab-indicator__content {
3642
- transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1); }
3643
-
3644
- .mdc-tab-indicator--no-transition > .mdc-tab-indicator__content {
3645
- transition: none; }
3646
-
3647
- .mdc-tab-indicator--fade > .mdc-tab-indicator__content {
3648
- transition: 150ms opacity linear; }
3649
-
3650
- .mdc-tab-indicator--active.mdc-tab-indicator--fade > .mdc-tab-indicator__content {
3651
- transition-delay: 100ms; }
3652
-
3653
- /**
3654
- * @license
3655
- * Copyright 2018 Google Inc.
3656
- *
3657
- * Permission is hereby granted, free of charge, to any person obtaining a copy
3658
- * of this software and associated documentation files (the "Software"), to deal
3659
- * in the Software without restriction, including without limitation the rights
3660
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3661
- * copies of the Software, and to permit persons to whom the Software is
3662
- * furnished to do so, subject to the following conditions:
3663
- *
3664
- * The above copyright notice and this permission notice shall be included in
3665
- * all copies or substantial portions of the Software.
3666
- *
3667
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3668
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3669
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3670
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3671
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3672
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3673
- * THE SOFTWARE.
3674
- */
3675
- .mdc-tab-scroller {
3676
- overflow-y: hidden; }
3677
-
3678
- .mdc-tab-scroller__test {
3679
- position: absolute;
3680
- top: -9999px;
3681
- width: 100px;
3682
- height: 100px;
3683
- overflow-x: scroll; }
3684
-
3685
- .mdc-tab-scroller__scroll-area {
3686
- -webkit-overflow-scrolling: touch;
3687
- display: flex;
3688
- overflow-x: hidden; }
3689
-
3690
- .mdc-tab-scroller__scroll-area::-webkit-scrollbar,
3691
- .mdc-tab-scroller__test::-webkit-scrollbar {
3692
- display: none; }
3693
-
3694
- .mdc-tab-scroller__scroll-area--scroll {
3695
- overflow-x: scroll; }
3696
-
3697
- .mdc-tab-scroller__scroll-content {
3698
- position: relative;
3699
- display: flex;
3700
- flex: 1 0 auto;
3701
- transform: none;
3702
- will-change: transform; }
3703
-
3704
- .mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
3705
- justify-content: flex-start; }
3706
-
3707
- .mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
3708
- justify-content: flex-end; }
3709
-
3710
- .mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
3711
- justify-content: center; }
3712
-
3713
- .mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
3714
- -webkit-overflow-scrolling: auto; }
3715
-
3716
- .mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
3717
- transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1); }
3718
-
3719
- .mdc-text-field--with-leading-icon .mdc-text-field__icon,
3720
- .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
3721
- position: absolute;
3722
- bottom: 16px;
3723
- cursor: pointer; }
3724
-
3725
- .mdc-text-field__icon:not([tabindex]),
3726
- .mdc-text-field__icon[tabindex="-1"] {
3727
- cursor: default;
3728
- pointer-events: none; }
3729
-
3730
- .mdc-text-field-helper-text {
3731
- font-family: Roboto, sans-serif;
3732
- -moz-osx-font-smoothing: grayscale;
3733
- -webkit-font-smoothing: antialiased;
3734
- font-size: 0.75rem;
3735
- line-height: 1.25rem;
3736
- font-weight: 400;
3737
- letter-spacing: 0.03333em;
3738
- text-decoration: inherit;
3739
- text-transform: inherit;
3740
- display: block;
3741
- margin-top: 0;
3742
- /* @alternate */
3743
- line-height: normal;
3744
- margin: 0;
3745
- transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
3746
- opacity: 0;
3747
- will-change: opacity; }
3748
- .mdc-text-field-helper-text::before {
3749
- display: inline-block;
3750
- width: 0;
3751
- height: 16px;
3752
- content: "";
3753
- vertical-align: 0; }
3754
-
3755
- .mdc-text-field-helper-text--persistent {
3756
- transition: none;
3757
- opacity: 1;
3758
- will-change: initial; }
3759
-
3760
- .mdc-text-field-helper-text {
3761
- font-family: Roboto, sans-serif;
3762
- -moz-osx-font-smoothing: grayscale;
3763
- -webkit-font-smoothing: antialiased;
3764
- font-size: 0.75rem;
3765
- line-height: 1.25rem;
3766
- font-weight: 400;
3767
- letter-spacing: 0.03333em;
3768
- text-decoration: inherit;
3769
- text-transform: inherit;
3770
- display: block;
3771
- margin-top: 0;
3772
- /* @alternate */
3773
- line-height: normal;
3774
- margin: 0;
3775
- transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
3776
- opacity: 0;
3777
- will-change: opacity; }
3778
- .mdc-text-field-helper-text::before {
3779
- display: inline-block;
3780
- width: 0;
3781
- height: 16px;
3782
- content: "";
3783
- vertical-align: 0; }
3784
-
3785
- .mdc-text-field-helper-text--persistent {
3786
- transition: none;
3787
- opacity: 1;
3788
- will-change: initial; }
3789
-
3790
- .mdc-text-field-character-counter {
3791
- font-family: Roboto, sans-serif;
3792
- -moz-osx-font-smoothing: grayscale;
3793
- -webkit-font-smoothing: antialiased;
3794
- font-size: 0.75rem;
3795
- line-height: 1.25rem;
3796
- font-weight: 400;
3797
- letter-spacing: 0.03333em;
3798
- text-decoration: inherit;
3799
- text-transform: inherit;
3800
- display: block;
3801
- margin-top: 0;
3802
- /* @alternate */
3803
- line-height: normal;
3804
- /* @noflip */
3805
- margin-left: auto;
3806
- /* @noflip */
3807
- margin-right: 0;
3808
- /* @noflip */
3809
- padding-left: 16px;
3810
- /* @noflip */
3811
- padding-right: 0;
3812
- white-space: nowrap; }
3813
- .mdc-text-field-character-counter::before {
3814
- display: inline-block;
3815
- width: 0;
3816
- height: 16px;
3817
- content: "";
3818
- vertical-align: 0; }
3819
- [dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
3820
- /* @noflip */
3821
- margin-left: 0;
3822
- /* @noflip */
3823
- margin-right: auto; }
3824
- [dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
3825
- /* @noflip */
3826
- padding-left: 0;
3827
- /* @noflip */
3828
- padding-right: 16px; }
3829
-
3830
- .mdc-text-field--with-leading-icon .mdc-text-field__icon,
3831
- .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
3832
- position: absolute;
3833
- bottom: 16px;
3834
- cursor: pointer; }
3835
-
3836
- .mdc-text-field__icon:not([tabindex]),
3837
- .mdc-text-field__icon[tabindex="-1"] {
3838
- cursor: default;
3839
- pointer-events: none; }
3840
-
3841
- .mdc-text-field {
3842
- --mdc-ripple-fg-size: 0;
3843
- --mdc-ripple-left: 0;
3844
- --mdc-ripple-top: 0;
3845
- --mdc-ripple-fg-scale: 1;
3846
- --mdc-ripple-fg-translate-end: 0;
3847
- --mdc-ripple-fg-translate-start: 0;
3848
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3849
- border-radius: 4px 4px 0 0;
3850
- display: inline-flex;
3851
- position: relative;
3852
- box-sizing: border-box;
3853
- height: 56px;
3854
- overflow: hidden;
3855
- /* @alternate */
3856
- will-change: opacity, transform, color; }
3857
- .mdc-text-field::before, .mdc-text-field::after {
3858
- position: absolute;
3859
- border-radius: 50%;
3860
- opacity: 0;
3861
- pointer-events: none;
3862
- content: ""; }
3863
- .mdc-text-field::before {
3864
- transition: opacity 15ms linear, background-color 15ms linear;
3865
- z-index: 1; }
3866
- .mdc-text-field.mdc-ripple-upgraded::before {
3867
- transform: scale(1);
3868
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
3869
- .mdc-text-field.mdc-ripple-upgraded::after {
3870
- top: 0;
3871
- /* @noflip */
3872
- left: 0;
3873
- transform: scale(0);
3874
- transform-origin: center center; }
3875
- .mdc-text-field.mdc-ripple-upgraded--unbounded::after {
3876
- top: 0;
3877
- top: var(--mdc-ripple-top, 0);
3878
- /* @noflip */
3879
- left: 0;
3880
- left: var(--mdc-ripple-left, 0); }
3881
- .mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
3882
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
3883
- .mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
3884
- animation: mdc-ripple-fg-opacity-out 150ms;
3885
- transform: translate(0) scale(1);
3886
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
3887
- .mdc-text-field::before, .mdc-text-field::after {
3888
- background-color: rgba(0, 0, 0, 0.87); }
3889
- .mdc-text-field:hover::before {
3890
- opacity: 0.04; }
3891
- .mdc-text-field:not(.mdc-ripple-upgraded):focus::before, .mdc-text-field.mdc-ripple-upgraded--background-focused::before {
3892
- transition-duration: 75ms;
3893
- opacity: 0.12; }
3894
- .mdc-text-field::before, .mdc-text-field::after {
3895
- top: calc(50% - 100%);
3896
- /* @noflip */
3897
- left: calc(50% - 100%);
3898
- width: 200%;
3899
- height: 200%; }
3900
- .mdc-text-field.mdc-ripple-upgraded::after {
3901
- width: 100%;
3902
- width: var(--mdc-ripple-fg-size, 100%);
3903
- height: 100%;
3904
- height: var(--mdc-ripple-fg-size, 100%); }
3905
- .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
3906
- color: rgba(0, 0, 0, 0.6); }
3907
- .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
3908
- color: rgba(0, 0, 0, 0.87); }
3909
- .mdc-text-field .mdc-text-field__input {
3910
- caret-color: #1a73e8;
3911
- /* @alternate */
3912
- caret-color: #1a73e8;
3913
- caret-color: var(--mdc-theme-primary, #1a73e8); }
3914
- .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
3915
- border-bottom-color: rgba(0, 0, 0, 0.42); }
3916
- .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
3917
- border-bottom-color: rgba(0, 0, 0, 0.87); }
3918
- .mdc-text-field .mdc-line-ripple {
3919
- background-color: #1a73e8;
3920
- /* @alternate */
3921
- background-color: #1a73e8;
3922
- background-color: var(--mdc-theme-primary, #1a73e8); }
3923
- .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
3924
- border-bottom-color: rgba(0, 0, 0, 0.12); }
3925
- .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
3926
- color: rgba(0, 0, 0, 0.6); }
3927
- .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
3928
- .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
3929
- color: rgba(0, 0, 0, 0.6); }
3930
- .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
3931
- color: rgba(0, 0, 0, 0.54); }
3932
- .mdc-text-field:not(.mdc-text-field--disabled) {
3933
- background-color: whitesmoke; }
3934
- .mdc-text-field .mdc-floating-label {
3935
- /* @noflip */
3936
- left: 16px;
3937
- /* @noflip */
3938
- right: auto;
3939
- right: initial;
3940
- top: 18px;
3941
- pointer-events: none; }
3942
- [dir="rtl"] .mdc-text-field .mdc-floating-label, .mdc-text-field .mdc-floating-label[dir="rtl"] {
3943
- /* @noflip */
3944
- left: auto;
3945
- left: initial;
3946
- /* @noflip */
3947
- right: 16px; }
3948
- .mdc-text-field--textarea .mdc-floating-label {
3949
- /* @noflip */
3950
- left: 4px;
3951
- /* @noflip */
3952
- right: auto;
3953
- right: initial; }
3954
- [dir="rtl"] .mdc-text-field--textarea .mdc-floating-label, .mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
3955
- /* @noflip */
3956
- left: auto;
3957
- left: initial;
3958
- /* @noflip */
3959
- right: 4px; }
3960
- .mdc-text-field--outlined .mdc-floating-label {
3961
- /* @noflip */
3962
- left: 4px;
3963
- /* @noflip */
3964
- right: auto;
3965
- right: initial;
3966
- top: 17px; }
3967
- [dir="rtl"] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
3968
- /* @noflip */
3969
- left: auto;
3970
- left: initial;
3971
- /* @noflip */
3972
- right: 4px; }
3973
- .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
3974
- /* @noflip */
3975
- left: 36px;
3976
- /* @noflip */
3977
- right: auto;
3978
- right: initial; }
3979
- [dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
3980
- /* @noflip */
3981
- left: auto;
3982
- left: initial;
3983
- /* @noflip */
3984
- right: 36px; }
3985
- .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
3986
- /* @noflip */
3987
- left: 40px;
3988
- /* @noflip */
3989
- right: auto;
3990
- right: initial; }
3991
- [dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
3992
- /* @noflip */
3993
- left: auto;
3994
- left: initial;
3995
- /* @noflip */
3996
- right: 40px; }
3997
-
3998
- .mdc-text-field__input {
3999
- font-family: Roboto, sans-serif;
4000
- -moz-osx-font-smoothing: grayscale;
4001
- -webkit-font-smoothing: antialiased;
4002
- font-size: 1rem;
4003
- line-height: 1.75rem;
4004
- font-weight: 400;
4005
- letter-spacing: 0.00937em;
4006
- text-decoration: inherit;
4007
- text-transform: inherit;
4008
- align-self: flex-end;
4009
- box-sizing: border-box;
4010
- width: 100%;
4011
- height: 100%;
4012
- padding: 20px 16px 6px;
4013
- transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
4014
- border: none;
4015
- border-bottom: 1px solid;
4016
- border-radius: 0;
4017
- background: none;
4018
- -webkit-appearance: none;
4019
- -moz-appearance: none;
4020
- appearance: none; }
4021
- .mdc-text-field__input:-ms-input-placeholder {
4022
- transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
4023
- opacity: 0;
4024
- color: rgba(0, 0, 0, 0.54); }
4025
- .mdc-text-field__input::-ms-input-placeholder {
4026
- transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
4027
- opacity: 0;
4028
- color: rgba(0, 0, 0, 0.54); }
4029
- .mdc-text-field__input::placeholder {
4030
- transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
4031
- opacity: 0;
4032
- color: rgba(0, 0, 0, 0.54); }
4033
- .mdc-text-field__input:-ms-input-placeholder {
4034
- color: rgba(0, 0, 0, 0.54) !important; }
4035
- .mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
4036
- .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
4037
- .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
4038
- transition-delay: 40ms;
4039
- transition-duration: 110ms;
4040
- opacity: 1; }
4041
- .mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
4042
- .mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
4043
- .mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
4044
- transition-delay: 40ms;
4045
- transition-duration: 110ms;
4046
- opacity: 1; }
4047
- .mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
4048
- .mdc-text-field--no-label .mdc-text-field__input::placeholder,
4049
- .mdc-text-field--focused .mdc-text-field__input::placeholder {
4050
- transition-delay: 40ms;
4051
- transition-duration: 110ms;
4052
- opacity: 1; }
4053
- .mdc-text-field__input:focus {
4054
- outline: none; }
4055
- .mdc-text-field__input:invalid {
4056
- box-shadow: none; }
4057
- .mdc-text-field__input:-webkit-autofill {
4058
- z-index: auto !important; }
4059
- .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
4060
- padding-top: 16px;
4061
- padding-bottom: 16px; }
4062
-
4063
- .mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
4064
- transform: translateY(-50%) scale(0.75);
4065
- cursor: auto; }
4066
-
4067
- .mdc-text-field--outlined {
4068
- border: none;
4069
- overflow: visible; }
4070
- .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
4071
- .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
4072
- .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
4073
- border-color: rgba(0, 0, 0, 0.24); }
4074
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4075
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4076
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
4077
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4078
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4079
- .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
4080
- border-color: rgba(0, 0, 0, 0.87); }
4081
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
4082
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
4083
- .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
4084
- border-color: #1a73e8;
4085
- /* @alternate */
4086
- border-color: #1a73e8;
4087
- border-color: var(--mdc-theme-primary, #1a73e8); }
4088
- .mdc-text-field--outlined .mdc-floating-label--shake {
4089
- animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
4090
- .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
4091
- /* @noflip */
4092
- border-radius: 4px 0 0 4px; }
4093
- [dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
4094
- /* @noflip */
4095
- border-radius: 0 4px 4px 0; }
4096
- .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
4097
- /* @noflip */
4098
- border-radius: 0 4px 4px 0; }
4099
- [dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
4100
- /* @noflip */
4101
- border-radius: 4px 0 0 4px; }
4102
- .mdc-text-field--outlined .mdc-floating-label--float-above {
4103
- transform: translateY(-144%) scale(1); }
4104
- .mdc-text-field--outlined .mdc-floating-label--float-above {
4105
- font-size: 0.75rem; }
4106
- .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4107
- .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4108
- transform: translateY(-130%) scale(0.75); }
4109
- .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4110
- .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4111
- font-size: 1rem; }
4112
- .mdc-text-field--outlined::before, .mdc-text-field--outlined::after {
4113
- content: none; }
4114
- .mdc-text-field--outlined:not(.mdc-text-field--disabled) {
4115
- background-color: transparent; }
4116
- .mdc-text-field--outlined .mdc-text-field__input {
4117
- display: flex;
4118
- padding: 12px 16px 14px;
4119
- border: none !important;
4120
- background-color: transparent;
4121
- z-index: 1; }
4122
- .mdc-text-field--outlined .mdc-text-field__icon {
4123
- z-index: 2; }
4124
-
4125
- .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
4126
- .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
4127
- .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
4128
- border-width: 2px; }
4129
-
4130
- .mdc-text-field--outlined.mdc-text-field--disabled {
4131
- background-color: transparent; }
4132
- .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
4133
- .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
4134
- .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
4135
- border-color: rgba(0, 0, 0, 0.06); }
4136
- .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
4137
- border-bottom: none; }
4138
-
4139
- .mdc-text-field--outlined.mdc-text-field--dense {
4140
- height: 48px; }
4141
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
4142
- transform: translateY(-134%) scale(1); }
4143
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
4144
- font-size: 0.8rem; }
4145
- .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4146
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4147
- transform: translateY(-120%) scale(0.8); }
4148
- .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4149
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4150
- font-size: 1rem; }
4151
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
4152
- animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1; }
4153
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
4154
- padding: 12px 12px 7px; }
4155
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
4156
- top: 14px; }
4157
- .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
4158
- top: 12px; }
4159
-
4160
- .mdc-text-field--with-leading-icon .mdc-text-field__icon {
4161
- /* @noflip */
4162
- left: 16px;
4163
- /* @noflip */
4164
- right: auto;
4165
- right: initial; }
4166
- [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
4167
- /* @noflip */
4168
- left: auto;
4169
- left: initial;
4170
- /* @noflip */
4171
- right: 16px; }
4172
-
4173
- .mdc-text-field--with-leading-icon .mdc-text-field__input {
4174
- /* @noflip */
4175
- padding-left: 48px;
4176
- /* @noflip */
4177
- padding-right: 16px; }
4178
- [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
4179
- /* @noflip */
4180
- padding-left: 16px;
4181
- /* @noflip */
4182
- padding-right: 48px; }
4183
-
4184
- .mdc-text-field--with-leading-icon .mdc-floating-label {
4185
- /* @noflip */
4186
- left: 48px;
4187
- /* @noflip */
4188
- right: auto;
4189
- right: initial; }
4190
- [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label, .mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
4191
- /* @noflip */
4192
- left: auto;
4193
- left: initial;
4194
- /* @noflip */
4195
- right: 48px; }
4196
-
4197
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
4198
- /* @noflip */
4199
- left: 16px;
4200
- /* @noflip */
4201
- right: auto;
4202
- right: initial; }
4203
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
4204
- /* @noflip */
4205
- left: auto;
4206
- left: initial;
4207
- /* @noflip */
4208
- right: 16px; }
4209
-
4210
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
4211
- /* @noflip */
4212
- padding-left: 48px;
4213
- /* @noflip */
4214
- padding-right: 16px; }
4215
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
4216
- /* @noflip */
4217
- padding-left: 16px;
4218
- /* @noflip */
4219
- padding-right: 48px; }
4220
-
4221
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
4222
- transform: translateY(-144%) translateX(-32px) scale(1); }
4223
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"] {
4224
- transform: translateY(-144%) translateX(32px) scale(1); }
4225
-
4226
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
4227
- font-size: 0.75rem; }
4228
-
4229
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4230
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4231
- transform: translateY(-130%) translateX(-32px) scale(0.75); }
4232
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
4233
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4234
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
4235
- transform: translateY(-130%) translateX(32px) scale(0.75); }
4236
-
4237
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4238
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4239
- font-size: 1rem; }
4240
-
4241
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
4242
- animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1; }
4243
-
4244
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake {
4245
- animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1; }
4246
-
4247
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
4248
- /* @noflip */
4249
- left: 36px;
4250
- /* @noflip */
4251
- right: auto;
4252
- right: initial; }
4253
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
4254
- /* @noflip */
4255
- left: auto;
4256
- left: initial;
4257
- /* @noflip */
4258
- right: 36px; }
4259
-
4260
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
4261
- transform: translateY(-134%) translateX(-21px) scale(1); }
4262
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"] {
4263
- transform: translateY(-134%) translateX(21px) scale(1); }
4264
-
4265
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
4266
- font-size: 0.8rem; }
4267
-
4268
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4269
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4270
- transform: translateY(-120%) translateX(-21px) scale(0.8); }
4271
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
4272
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4273
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
4274
- transform: translateY(-120%) translateX(21px) scale(0.8); }
4275
-
4276
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4277
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4278
- font-size: 1rem; }
4279
-
4280
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
4281
- animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1; }
4282
-
4283
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake {
4284
- animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1; }
4285
-
4286
- .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
4287
- /* @noflip */
4288
- left: 32px;
4289
- /* @noflip */
4290
- right: auto;
4291
- right: initial; }
4292
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
4293
- /* @noflip */
4294
- left: auto;
4295
- left: initial;
4296
- /* @noflip */
4297
- right: 32px; }
4298
-
4299
- .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
4300
- /* @noflip */
4301
- left: auto;
4302
- left: initial;
4303
- /* @noflip */
4304
- right: 12px; }
4305
- [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
4306
- /* @noflip */
4307
- left: 12px;
4308
- /* @noflip */
4309
- right: auto;
4310
- right: initial; }
4311
-
4312
- .mdc-text-field--with-trailing-icon .mdc-text-field__input {
4313
- /* @noflip */
4314
- padding-left: 16px;
4315
- /* @noflip */
4316
- padding-right: 48px; }
4317
- [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
4318
- /* @noflip */
4319
- padding-left: 48px;
4320
- /* @noflip */
4321
- padding-right: 16px; }
4322
-
4323
- .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
4324
- /* @noflip */
4325
- left: auto;
4326
- left: initial;
4327
- /* @noflip */
4328
- right: 16px; }
4329
- [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
4330
- /* @noflip */
4331
- left: 16px;
4332
- /* @noflip */
4333
- right: auto;
4334
- right: initial; }
4335
-
4336
- .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
4337
- /* @noflip */
4338
- padding-left: 16px;
4339
- /* @noflip */
4340
- padding-right: 48px; }
4341
- [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
4342
- /* @noflip */
4343
- padding-left: 48px;
4344
- /* @noflip */
4345
- padding-right: 16px; }
4346
-
4347
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
4348
- /* @noflip */
4349
- left: 16px;
4350
- /* @noflip */
4351
- right: auto; }
4352
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
4353
- /* @noflip */
4354
- left: auto;
4355
- /* @noflip */
4356
- right: 16px; }
4357
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon {
4358
- /* @noflip */
4359
- right: 12px;
4360
- /* @noflip */
4361
- left: auto; }
4362
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
4363
- /* @noflip */
4364
- right: auto;
4365
- /* @noflip */
4366
- left: 12px; }
4367
-
4368
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
4369
- /* @noflip */
4370
- padding-left: 48px;
4371
- /* @noflip */
4372
- padding-right: 48px; }
4373
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
4374
- /* @noflip */
4375
- padding-left: 48px;
4376
- /* @noflip */
4377
- padding-right: 48px; }
4378
-
4379
- .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
4380
- .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
4381
- bottom: 16px;
4382
- transform: scale(0.8); }
4383
-
4384
- .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
4385
- /* @noflip */
4386
- left: 12px;
4387
- /* @noflip */
4388
- right: auto;
4389
- right: initial; }
4390
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
4391
- /* @noflip */
4392
- left: auto;
4393
- left: initial;
4394
- /* @noflip */
4395
- right: 12px; }
4396
-
4397
- .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
4398
- /* @noflip */
4399
- padding-left: 44px;
4400
- /* @noflip */
4401
- padding-right: 16px; }
4402
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
4403
- /* @noflip */
4404
- padding-left: 16px;
4405
- /* @noflip */
4406
- padding-right: 44px; }
4407
-
4408
- .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
4409
- /* @noflip */
4410
- left: 44px;
4411
- /* @noflip */
4412
- right: auto;
4413
- right: initial; }
4414
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
4415
- /* @noflip */
4416
- left: auto;
4417
- left: initial;
4418
- /* @noflip */
4419
- right: 44px; }
4420
-
4421
- .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
4422
- /* @noflip */
4423
- left: auto;
4424
- left: initial;
4425
- /* @noflip */
4426
- right: 12px; }
4427
- [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
4428
- /* @noflip */
4429
- left: 12px;
4430
- /* @noflip */
4431
- right: auto;
4432
- right: initial; }
4433
-
4434
- .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
4435
- /* @noflip */
4436
- padding-left: 16px;
4437
- /* @noflip */
4438
- padding-right: 44px; }
4439
- [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
4440
- /* @noflip */
4441
- padding-left: 44px;
4442
- /* @noflip */
4443
- padding-right: 16px; }
4444
-
4445
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
4446
- /* @noflip */
4447
- left: 12px;
4448
- /* @noflip */
4449
- right: auto; }
4450
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
4451
- /* @noflip */
4452
- left: auto;
4453
- /* @noflip */
4454
- right: 12px; }
4455
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon {
4456
- /* @noflip */
4457
- right: 12px;
4458
- /* @noflip */
4459
- left: auto; }
4460
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
4461
- /* @noflip */
4462
- right: auto;
4463
- /* @noflip */
4464
- left: 12px; }
4465
-
4466
- .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
4467
- /* @noflip */
4468
- padding-left: 44px;
4469
- /* @noflip */
4470
- padding-right: 44px; }
4471
- [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
4472
- /* @noflip */
4473
- padding-left: 44px;
4474
- /* @noflip */
4475
- padding-right: 44px; }
4476
-
4477
- .mdc-text-field--dense .mdc-floating-label--float-above {
4478
- transform: translateY(-70%) scale(0.8); }
4479
-
4480
- .mdc-text-field--dense .mdc-floating-label--shake {
4481
- animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1; }
4482
-
4483
- .mdc-text-field--dense .mdc-text-field__input {
4484
- padding: 12px 12px 0; }
4485
-
4486
- .mdc-text-field--dense .mdc-floating-label {
4487
- font-size: .813rem; }
4488
- .mdc-text-field--dense .mdc-floating-label--float-above {
4489
- font-size: .813rem; }
4490
-
4491
- .mdc-text-field__input:required ~ .mdc-floating-label::after,
4492
- .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
4493
- margin-left: 1px;
4494
- content: "*"; }
4495
-
4496
- .mdc-text-field--textarea {
4497
- display: inline-flex;
4498
- width: auto;
4499
- height: auto;
4500
- transition: none;
4501
- overflow: visible; }
4502
- .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
4503
- .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
4504
- .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
4505
- border-color: rgba(0, 0, 0, 0.24); }
4506
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4507
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4508
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
4509
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4510
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4511
- .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
4512
- border-color: rgba(0, 0, 0, 0.87); }
4513
- .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
4514
- .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
4515
- .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
4516
- border-color: #1a73e8;
4517
- /* @alternate */
4518
- border-color: #1a73e8;
4519
- border-color: var(--mdc-theme-primary, #1a73e8); }
4520
- .mdc-text-field--textarea .mdc-floating-label--shake {
4521
- animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
4522
- .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
4523
- /* @noflip */
4524
- border-radius: 4px 0 0 4px; }
4525
- [dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
4526
- /* @noflip */
4527
- border-radius: 0 4px 4px 0; }
4528
- .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
4529
- /* @noflip */
4530
- border-radius: 0 4px 4px 0; }
4531
- [dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
4532
- /* @noflip */
4533
- border-radius: 4px 0 0 4px; }
4534
- .mdc-text-field--textarea::before, .mdc-text-field--textarea::after {
4535
- content: none; }
4536
- .mdc-text-field--textarea:not(.mdc-text-field--disabled) {
4537
- background-color: transparent; }
4538
- .mdc-text-field--textarea .mdc-floating-label--float-above {
4539
- transform: translateY(-144%) scale(1); }
4540
- .mdc-text-field--textarea .mdc-floating-label--float-above {
4541
- font-size: 0.75rem; }
4542
- .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4543
- .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4544
- transform: translateY(-130%) scale(0.75); }
4545
- .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
4546
- .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
4547
- font-size: 1rem; }
4548
- .mdc-text-field--textarea .mdc-text-field-character-counter {
4549
- /* @noflip */
4550
- left: auto;
4551
- left: initial;
4552
- /* @noflip */
4553
- right: 16px;
4554
- position: absolute;
4555
- bottom: 13px; }
4556
- [dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter, .mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
4557
- /* @noflip */
4558
- left: 16px;
4559
- /* @noflip */
4560
- right: auto;
4561
- right: initial; }
4562
- .mdc-text-field--textarea .mdc-text-field__input {
4563
- align-self: auto;
4564
- box-sizing: border-box;
4565
- height: auto;
4566
- margin: 8px 1px 1px 0;
4567
- padding: 0 16px 16px;
4568
- border: none; }
4569
- .mdc-text-field--textarea .mdc-text-field-character-counter + .mdc-text-field__input {
4570
- margin-bottom: 28px;
4571
- padding-bottom: 0; }
4572
- .mdc-text-field--textarea .mdc-floating-label {
4573
- top: 17px;
4574
- bottom: auto;
4575
- width: auto;
4576
- pointer-events: none; }
4577
- .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
4578
- .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
4579
- .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
4580
- border-width: 2px; }
4581
-
4582
- .mdc-text-field--fullwidth {
4583
- width: 100%; }
4584
- .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
4585
- display: block; }
4586
- .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before, .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
4587
- content: none; }
4588
- .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
4589
- background-color: transparent; }
4590
- .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
4591
- padding: 0; }
4592
- .mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
4593
- resize: vertical; }
4594
-
4595
- .mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
4596
- border-bottom-color: #b00020;
4597
- /* @alternate */
4598
- border-bottom-color: #b00020;
4599
- border-bottom-color: var(--mdc-theme-error, #b00020); }
4600
-
4601
- .mdc-text-field-helper-line {
4602
- display: flex;
4603
- justify-content: space-between;
4604
- box-sizing: border-box; }
4605
- .mdc-text-field--dense + .mdc-text-field-helper-line {
4606
- margin-bottom: 4px; }
4607
- .mdc-text-field + .mdc-text-field-helper-line {
4608
- padding-right: 16px;
4609
- padding-left: 16px; }
4610
-
4611
- .mdc-form-field > .mdc-text-field + label {
4612
- align-self: flex-start; }
4613
-
4614
- .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
4615
- color: rgba(26, 115, 232, 0.87); }
4616
-
4617
- .mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,
4618
- .mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
4619
- color: rgba(26, 115, 232, 0.87); }
4620
-
4621
- .mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
4622
- opacity: 1; }
4623
-
4624
- .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
4625
- .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
4626
- .mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
4627
- border-color: #1a73e8;
4628
- /* @alternate */
4629
- border-color: #1a73e8;
4630
- border-color: var(--mdc-theme-primary, #1a73e8); }
4631
-
4632
- .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
4633
- border-bottom-color: #b00020;
4634
- /* @alternate */
4635
- border-bottom-color: #b00020;
4636
- border-bottom-color: var(--mdc-theme-error, #b00020); }
4637
-
4638
- .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
4639
- border-bottom-color: #b00020;
4640
- /* @alternate */
4641
- border-bottom-color: #b00020;
4642
- border-bottom-color: var(--mdc-theme-error, #b00020); }
4643
-
4644
- .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
4645
- background-color: #b00020;
4646
- /* @alternate */
4647
- background-color: #b00020;
4648
- background-color: var(--mdc-theme-error, #b00020); }
4649
-
4650
- .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
4651
- color: #b00020;
4652
- /* @alternate */
4653
- color: #b00020;
4654
- color: var(--mdc-theme-error, #b00020); }
4655
-
4656
- .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
4657
- color: #b00020;
4658
- /* @alternate */
4659
- color: #b00020;
4660
- color: var(--mdc-theme-error, #b00020); }
4661
-
4662
- .mdc-text-field--invalid .mdc-text-field__input {
4663
- caret-color: #b00020;
4664
- /* @alternate */
4665
- caret-color: #b00020;
4666
- caret-color: var(--mdc-theme-error, #b00020); }
4667
-
4668
- .mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-floating-label::after,
4669
- .mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
4670
- color: #b00020;
4671
- /* @alternate */
4672
- color: #b00020;
4673
- color: var(--mdc-theme-error, #b00020); }
4674
-
4675
- .mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
4676
- color: #b00020;
4677
- /* @alternate */
4678
- color: #b00020;
4679
- color: var(--mdc-theme-error, #b00020); }
4680
-
4681
- .mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon {
4682
- color: #b00020;
4683
- /* @alternate */
4684
- color: #b00020;
4685
- color: var(--mdc-theme-error, #b00020); }
4686
-
4687
- .mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
4688
- opacity: 1; }
4689
-
4690
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
4691
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
4692
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
4693
- border-color: #b00020;
4694
- /* @alternate */
4695
- border-color: #b00020;
4696
- border-color: var(--mdc-theme-error, #b00020); }
4697
-
4698
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4699
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4700
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
4701
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4702
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4703
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
4704
- border-color: #b00020;
4705
- /* @alternate */
4706
- border-color: #b00020;
4707
- border-color: var(--mdc-theme-error, #b00020); }
4708
-
4709
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
4710
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
4711
- .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
4712
- border-color: #b00020;
4713
- /* @alternate */
4714
- border-color: #b00020;
4715
- border-color: var(--mdc-theme-error, #b00020); }
4716
-
4717
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
4718
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
4719
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
4720
- border-color: #b00020;
4721
- /* @alternate */
4722
- border-color: #b00020;
4723
- border-color: var(--mdc-theme-error, #b00020); }
4724
-
4725
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4726
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4727
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
4728
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
4729
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
4730
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
4731
- border-color: #b00020;
4732
- /* @alternate */
4733
- border-color: #b00020;
4734
- border-color: var(--mdc-theme-error, #b00020); }
4735
-
4736
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
4737
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
4738
- .mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
4739
- border-color: #b00020;
4740
- /* @alternate */
4741
- border-color: #b00020;
4742
- border-color: var(--mdc-theme-error, #b00020); }
4743
-
4744
- .mdc-text-field--disabled {
4745
- background-color: #fafafa;
4746
- border-bottom: none;
4747
- pointer-events: none; }
4748
- .mdc-text-field--disabled .mdc-text-field__input {
4749
- border-bottom-color: rgba(0, 0, 0, 0.06); }
4750
- .mdc-text-field--disabled .mdc-text-field__input {
4751
- color: rgba(0, 0, 0, 0.37); }
4752
- .mdc-text-field--disabled .mdc-floating-label {
4753
- color: rgba(0, 0, 0, 0.37); }
4754
- .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
4755
- color: rgba(0, 0, 0, 0.37); }
4756
- .mdc-text-field--disabled .mdc-text-field-character-counter,
4757
- .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
4758
- color: rgba(0, 0, 0, 0.37); }
4759
- .mdc-text-field--disabled .mdc-text-field__icon {
4760
- color: rgba(0, 0, 0, 0.3); }
4761
- .mdc-text-field--disabled:not(.mdc-text-field--textarea) {
4762
- border-bottom-color: rgba(0, 0, 0, 0.12); }
4763
- .mdc-text-field--disabled .mdc-floating-label {
4764
- cursor: default; }
4765
-
4766
- .mdc-text-field--textarea.mdc-text-field--disabled {
4767
- background-color: transparent;
4768
- /* @alternate */
4769
- background-color: #f9f9f9; }
4770
- .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
4771
- .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
4772
- .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
4773
- border-color: rgba(0, 0, 0, 0.06); }
4774
- .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
4775
- border-bottom: none; }
4776
-
4777
- @keyframes mdc-floating-label-shake-float-above-text-field-dense {
4778
- 0% {
4779
- transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); }
4780
- 33% {
4781
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4782
- transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8); }
4783
- 66% {
4784
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4785
- transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8); }
4786
- 100% {
4787
- transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); } }
4788
-
4789
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined {
4790
- 0% {
4791
- transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
4792
- 33% {
4793
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4794
- transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
4795
- 66% {
4796
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4797
- transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
4798
- 100% {
4799
- transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }
4800
-
4801
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
4802
- 0% {
4803
- transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); }
4804
- 33% {
4805
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4806
- transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8); }
4807
- 66% {
4808
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4809
- transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8); }
4810
- 100% {
4811
- transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); } }
4812
-
4813
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
4814
- 0% {
4815
- transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
4816
- 33% {
4817
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4818
- transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
4819
- 66% {
4820
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4821
- transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
4822
- 100% {
4823
- transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }
4824
-
4825
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
4826
- 0% {
4827
- transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); }
4828
- 33% {
4829
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4830
- transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8); }
4831
- 66% {
4832
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4833
- transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8); }
4834
- 100% {
4835
- transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); } }
4836
-
4837
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
4838
- 0% {
4839
- transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
4840
- 33% {
4841
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4842
- transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
4843
- 66% {
4844
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4845
- transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
4846
- 100% {
4847
- transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }
4848
-
4849
- @keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
4850
- 0% {
4851
- transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); }
4852
- 33% {
4853
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4854
- transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8); }
4855
- 66% {
4856
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4857
- transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8); }
4858
- 100% {
4859
- transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); } }
4860
-
4861
- @keyframes mdc-floating-label-shake-float-above-textarea {
4862
- 0% {
4863
- transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
4864
- 33% {
4865
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
4866
- transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
4867
- 66% {
4868
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
4869
- transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
4870
- 100% {
4871
- transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }
4872
-
4873
- .mdc-switch {
4874
- display: inline-block;
4875
- position: relative;
4876
- outline: none;
4877
- -webkit-user-select: none;
4878
- -moz-user-select: none;
4879
- -ms-user-select: none;
4880
- user-select: none; }
4881
- .mdc-switch.mdc-switch--checked .mdc-switch__track {
4882
- background-color: #1a73e8;
4883
- /* @alternate */
4884
- background-color: #1a73e8;
4885
- background-color: var(--mdc-theme-secondary, #1a73e8);
4886
- border-color: #1a73e8;
4887
- /* @alternate */
4888
- border-color: #1a73e8;
4889
- border-color: var(--mdc-theme-secondary, #1a73e8); }
4890
- .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
4891
- background-color: #1a73e8;
4892
- /* @alternate */
4893
- background-color: #1a73e8;
4894
- background-color: var(--mdc-theme-secondary, #1a73e8);
4895
- border-color: #1a73e8;
4896
- /* @alternate */
4897
- border-color: #1a73e8;
4898
- border-color: var(--mdc-theme-secondary, #1a73e8); }
4899
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
4900
- background-color: #000;
4901
- border-color: #000; }
4902
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
4903
- background-color: #fff;
4904
- border-color: #fff; }
4905
-
4906
- .mdc-switch__native-control {
4907
- /* @noflip */
4908
- left: 0;
4909
- /* @noflip */
4910
- right: auto;
4911
- right: initial;
4912
- position: absolute;
4913
- top: 0;
4914
- width: 68px;
4915
- height: 48px;
4916
- margin: 0;
4917
- opacity: 0;
4918
- cursor: pointer;
4919
- pointer-events: auto; }
4920
- [dir="rtl"] .mdc-switch__native-control, .mdc-switch__native-control[dir="rtl"] {
4921
- /* @noflip */
4922
- left: auto;
4923
- left: initial;
4924
- /* @noflip */
4925
- right: 0; }
4926
-
4927
- .mdc-switch__track {
4928
- box-sizing: border-box;
4929
- width: 32px;
4930
- height: 14px;
4931
- border: 1px solid;
4932
- border-radius: 7px;
4933
- opacity: .38;
4934
- transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
4935
-
4936
- .mdc-switch__thumb-underlay {
4937
- /* @noflip */
4938
- left: -18px;
4939
- /* @noflip */
4940
- right: auto;
4941
- right: initial;
4942
- display: flex;
4943
- position: absolute;
4944
- top: -17px;
4945
- align-items: center;
4946
- justify-content: center;
4947
- width: 48px;
4948
- height: 48px;
4949
- transform: translateX(0);
4950
- transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
4951
- [dir="rtl"] .mdc-switch__thumb-underlay, .mdc-switch__thumb-underlay[dir="rtl"] {
4952
- /* @noflip */
4953
- left: auto;
4954
- left: initial;
4955
- /* @noflip */
4956
- right: -18px; }
4957
-
4958
- .mdc-switch__thumb {
4959
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
4960
- box-sizing: border-box;
4961
- width: 20px;
4962
- height: 20px;
4963
- border: 10px solid;
4964
- border-radius: 50%;
4965
- pointer-events: none;
4966
- z-index: 1; }
4967
-
4968
- .mdc-switch--checked .mdc-switch__track {
4969
- opacity: .54; }
4970
-
4971
- .mdc-switch--checked .mdc-switch__thumb-underlay {
4972
- transform: translateX(20px); }
4973
- [dir="rtl"] .mdc-switch--checked .mdc-switch__thumb-underlay, .mdc-switch--checked .mdc-switch__thumb-underlay[dir="rtl"] {
4974
- transform: translateX(-20px); }
4975
-
4976
- .mdc-switch--checked .mdc-switch__native-control {
4977
- transform: translateX(-20px); }
4978
- [dir="rtl"] .mdc-switch--checked .mdc-switch__native-control, .mdc-switch--checked .mdc-switch__native-control[dir="rtl"] {
4979
- transform: translateX(20px); }
4980
-
4981
- .mdc-switch--disabled {
4982
- opacity: .38;
4983
- pointer-events: none; }
4984
- .mdc-switch--disabled .mdc-switch__thumb {
4985
- border-width: 1px; }
4986
- .mdc-switch--disabled .mdc-switch__native-control {
4987
- cursor: default;
4988
- pointer-events: none; }
4989
-
4990
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
4991
- background-color: #9e9e9e; }
4992
-
4993
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before {
4994
- opacity: 0.08; }
4995
-
4996
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
4997
- transition-duration: 75ms;
4998
- opacity: 0.24; }
4999
-
5000
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
5001
- transition: opacity 150ms linear; }
5002
-
5003
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
5004
- transition-duration: 75ms;
5005
- opacity: 0.24; }
5006
-
5007
- .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
5008
- --mdc-ripple-fg-opacity: 0.24; }
5009
-
5010
- .mdc-switch__thumb-underlay {
5011
- --mdc-ripple-fg-size: 0;
5012
- --mdc-ripple-left: 0;
5013
- --mdc-ripple-top: 0;
5014
- --mdc-ripple-fg-scale: 1;
5015
- --mdc-ripple-fg-translate-end: 0;
5016
- --mdc-ripple-fg-translate-start: 0;
5017
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
5018
- .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5019
- position: absolute;
5020
- border-radius: 50%;
5021
- opacity: 0;
5022
- pointer-events: none;
5023
- content: ""; }
5024
- .mdc-switch__thumb-underlay::before {
5025
- transition: opacity 15ms linear, background-color 15ms linear;
5026
- z-index: 1; }
5027
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before {
5028
- transform: scale(1);
5029
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
5030
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5031
- top: 0;
5032
- /* @noflip */
5033
- left: 0;
5034
- transform: scale(0);
5035
- transform-origin: center center; }
5036
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after {
5037
- top: 0;
5038
- top: var(--mdc-ripple-top, 0);
5039
- /* @noflip */
5040
- left: 0;
5041
- left: var(--mdc-ripple-left, 0); }
5042
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after {
5043
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
5044
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after {
5045
- animation: mdc-ripple-fg-opacity-out 150ms;
5046
- transform: translate(0) scale(1);
5047
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
5048
- .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5049
- top: calc(50% - 50%);
5050
- /* @noflip */
5051
- left: calc(50% - 50%);
5052
- width: 100%;
5053
- height: 100%; }
5054
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5055
- top: calc(50% - 50%);
5056
- top: var(--mdc-ripple-top, calc(50% - 50%));
5057
- /* @noflip */
5058
- left: calc(50% - 50%);
5059
- left: var(--mdc-ripple-left, calc(50% - 50%));
5060
- width: 100%;
5061
- width: var(--mdc-ripple-fg-size, 100%);
5062
- height: 100%;
5063
- height: var(--mdc-ripple-fg-size, 100%); }
5064
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5065
- width: 100%;
5066
- width: var(--mdc-ripple-fg-size, 100%);
5067
- height: 100%;
5068
- height: var(--mdc-ripple-fg-size, 100%); }
5069
- .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5070
- background-color: #1a73e8; }
5071
- @supports not (-ms-ime-align: auto) {
5072
- .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5073
- /* @alternate */
5074
- background-color: #1a73e8;
5075
- background-color: var(--mdc-theme-secondary, #1a73e8); } }
5076
- .mdc-switch__thumb-underlay:hover::before {
5077
- opacity: 0.04; }
5078
- .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
5079
- transition-duration: 75ms;
5080
- opacity: 0.12; }
5081
- .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
5082
- transition: opacity 150ms linear; }
5083
- .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
5084
- transition-duration: 75ms;
5085
- opacity: 0.12; }
5086
- .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
5087
- --mdc-ripple-fg-opacity: 0.12; }
5088
-
5089
- .googlesitekit-plugin .mdc-button:not(:disabled) {
5090
- color: #1a73e8; }
5091
-
5092
- .googlesitekit-plugin .mdc-button--raised {
5093
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
5094
- height: auto;
5095
- min-height: 36px;
5096
- padding-bottom: 8px;
5097
- padding-top: 8px;
5098
- text-align: center; }
5099
- .googlesitekit-plugin .mdc-button--raised:not(:disabled) {
5100
- background-color: #1a73e8; }
5101
- .googlesitekit-plugin .mdc-button--raised:not(:disabled) {
5102
- color: white;
5103
- /* @alternate */
5104
- color: white;
5105
- color: var(--mdc-theme-text-primary-on-dark, white); }
5106
- .googlesitekit-plugin .mdc-button--raised::before, .googlesitekit-plugin .mdc-button--raised::after {
5107
- background-color: white; }
5108
- @supports not (-ms-ime-align: auto) {
5109
- .googlesitekit-plugin .mdc-button--raised::before, .googlesitekit-plugin .mdc-button--raised::after {
5110
- /* @alternate */
5111
- background-color: white;
5112
- background-color: var(--mdc-theme-text-primary-on-dark, white); } }
5113
- .googlesitekit-plugin .mdc-button--raised:hover::before {
5114
- opacity: 0.08; }
5115
- .googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded--background-focused::before {
5116
- transition-duration: 75ms;
5117
- opacity: 0.24; }
5118
- .googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded)::after {
5119
- transition: opacity 150ms linear; }
5120
- .googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):active::after {
5121
- transition-duration: 75ms;
5122
- opacity: 0.24; }
5123
- .googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded {
5124
- --mdc-ripple-fg-opacity: 0.24; }
5125
- .googlesitekit-plugin .mdc-button--raised:hover {
5126
- text-decoration: none; }
5127
- .googlesitekit-plugin .mdc-button--raised:focus {
5128
- outline: none; }
5129
-
5130
- .googlesitekit-plugin .mdc-button--danger:not(:disabled) {
5131
- background-color: #d53e36; }
5132
-
5133
- .googlesitekit-plugin .mdc-button--danger:not(:disabled) {
5134
- color: white;
5135
- /* @alternate */
5136
- color: white;
5137
- color: var(--mdc-theme-text-primary-on-dark, white); }
5138
-
5139
- .googlesitekit-plugin .mdc-button--danger::before, .googlesitekit-plugin .mdc-button--danger::after {
5140
- background-color: white; }
5141
- @supports not (-ms-ime-align: auto) {
5142
- .googlesitekit-plugin .mdc-button--danger::before, .googlesitekit-plugin .mdc-button--danger::after {
5143
- /* @alternate */
5144
- background-color: white;
5145
- background-color: var(--mdc-theme-text-primary-on-dark, white); } }
5146
-
5147
- .googlesitekit-plugin .mdc-button--danger:hover::before {
5148
- opacity: 0.08; }
5149
-
5150
- .googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded--background-focused::before {
5151
- transition-duration: 75ms;
5152
- opacity: 0.24; }
5153
-
5154
- .googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded)::after {
5155
- transition: opacity 150ms linear; }
5156
-
5157
- .googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):active::after {
5158
- transition-duration: 75ms;
5159
- opacity: 0.24; }
5160
-
5161
- .googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded {
5162
- --mdc-ripple-fg-opacity: 0.24; }
5163
-
5164
- .googlesitekit-plugin .mdc-button--dropdown {
5165
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
5166
- background-position: calc(100% - 8px) center;
5167
- background-repeat: no-repeat;
5168
- background-size: 9px 6px;
5169
- letter-spacing: normal;
5170
- padding-right: 12px;
5171
- text-transform: none; }
5172
- .googlesitekit-plugin .mdc-button--dropdown:not(:disabled) {
5173
- color: #757575; }
5174
- @media (min-width: 600px) {
5175
- .googlesitekit-plugin .mdc-button--dropdown {
5176
- padding-right: 25px; } }
5177
- .googlesitekit-plugin .mdc-button--dropdown:hover, .googlesitekit-plugin .mdc-button--dropdown:active, .googlesitekit-plugin .mdc-button--dropdown:focus {
5178
- text-decoration: none; }
5179
- .googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled), .googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled), .googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled) {
5180
- background-color: #f9f9f9; }
5181
- .googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled), .googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled), .googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled) {
5182
- color: rgba(0, 0, 0, 0.87);
5183
- /* @alternate */
5184
- color: rgba(0, 0, 0, 0.87);
5185
- color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)); }
5186
- .googlesitekit-plugin .mdc-button--dropdown:hover::before, .googlesitekit-plugin .mdc-button--dropdown:hover::after, .googlesitekit-plugin .mdc-button--dropdown:active::before, .googlesitekit-plugin .mdc-button--dropdown:active::after, .googlesitekit-plugin .mdc-button--dropdown:focus::before, .googlesitekit-plugin .mdc-button--dropdown:focus::after {
5187
- background-color: rgba(0, 0, 0, 0.87); }
5188
- @supports not (-ms-ime-align: auto) {
5189
- .googlesitekit-plugin .mdc-button--dropdown:hover::before, .googlesitekit-plugin .mdc-button--dropdown:hover::after, .googlesitekit-plugin .mdc-button--dropdown:active::before, .googlesitekit-plugin .mdc-button--dropdown:active::after, .googlesitekit-plugin .mdc-button--dropdown:focus::before, .googlesitekit-plugin .mdc-button--dropdown:focus::after {
5190
- /* @alternate */
5191
- background-color: rgba(0, 0, 0, 0.87);
5192
- background-color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)); } }
5193
- .googlesitekit-plugin .mdc-button--dropdown:hover:hover::before, .googlesitekit-plugin .mdc-button--dropdown:active:hover::before, .googlesitekit-plugin .mdc-button--dropdown:focus:hover::before {
5194
- opacity: 0.04; }
5195
- .googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded--background-focused::before, .googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded--background-focused::before, .googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded--background-focused::before {
5196
- transition-duration: 75ms;
5197
- opacity: 0.12; }
5198
- .googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded)::after, .googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded)::after, .googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded)::after {
5199
- transition: opacity 150ms linear; }
5200
- .googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):active::after, .googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):active::after, .googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):active::after {
5201
- transition-duration: 75ms;
5202
- opacity: 0.12; }
5203
- .googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded, .googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded, .googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded {
5204
- --mdc-ripple-fg-opacity: 0.12; }
5205
-
5206
- @media (max-width: 600px) {
5207
- .googlesitekit-plugin .mdc-button--dropdown .mdc-button__label {
5208
- clip: rect(1px, 1px, 1px, 1px);
5209
- height: 1px;
5210
- overflow: hidden;
5211
- position: absolute !important;
5212
- width: 1px; } }
5213
-
5214
- @media (min-width: 600px) {
5215
- .googlesitekit-plugin .mdc-button--dropdown .mdc-button__label {
5216
- max-width: 220px;
5217
- overflow: hidden;
5218
- text-overflow: ellipsis;
5219
- white-space: nowrap; } }
5220
-
5221
- @media (min-width: 960px) {
5222
- .googlesitekit-plugin .mdc-button--dropdown .mdc-button__label {
5223
- max-width: 300px; } }
5224
-
5225
- @media (min-width: 1280px) {
5226
- .googlesitekit-plugin .mdc-button--dropdown .mdc-button__label {
5227
- max-width: 450px; } }
5228
-
5229
- .googlesitekit-plugin .mdc-button .mdc-button__icon--image {
5230
- border-radius: 50%;
5231
- display: block;
5232
- height: 18px;
5233
- width: 18px; }
5234
-
5235
- .googlesitekit-plugin .mdc-button .mdc-button__trailing-icon {
5236
- margin-left: 8px; }
5237
-
5238
- .googlesitekit-plugin .mdc-checkbox {
5239
- box-sizing: content-box; }
5240
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
5241
- border-color: #bbb;
5242
- background-color: #fff; }
5243
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
5244
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
5245
- border-color: #1a73e8;
5246
- background-color: #1a73e8; }
5247
-
5248
- @keyframes mdc-checkbox-fade-in-background-1 {
5249
- 0% {
5250
- border-color: #bbb;
5251
- background-color: #fff; }
5252
- 50% {
5253
- border-color: #1a73e8;
5254
- background-color: #1a73e8; } }
5255
-
5256
- @keyframes mdc-checkbox-fade-out-background-1 {
5257
- 0%,
5258
- 80% {
5259
- border-color: #1a73e8;
5260
- background-color: #1a73e8; }
5261
- 100% {
5262
- border-color: #bbb;
5263
- background-color: #fff; } }
5264
- .googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
5265
- animation-name: mdc-checkbox-fade-in-background-1; }
5266
- .googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
5267
- animation-name: mdc-checkbox-fade-out-background-1; }
5268
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__checkmark {
5269
- color: #fff; }
5270
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__mixedmark {
5271
- border-color: #fff; }
5272
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background::before {
5273
- background-color: #1a73e8; }
5274
- .googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control {
5275
- -webkit-appearance: none;
5276
- background: transparent;
5277
- border: none;
5278
- border-radius: 0;
5279
- box-shadow: none;
5280
- clear: none;
5281
- color: #757575;
5282
- cursor: inherit;
5283
- display: block;
5284
- height: 100%;
5285
- line-height: normal;
5286
- margin: 0;
5287
- min-width: auto;
5288
- opacity: 0;
5289
- outline: 0;
5290
- padding: 0;
5291
- text-align: center;
5292
- transition: none;
5293
- vertical-align: middle;
5294
- width: 100%;
5295
- z-index: 1; }
5296
-
5297
- .googlesitekit-plugin .mdc-dialog {
5298
- z-index: 10000; }
5299
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__surface {
5300
- padding: 24px 48px; }
5301
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__lead,
5302
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__title {
5303
- color: #5b5b61;
5304
- text-align: center; }
5305
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__lead {
5306
- font-weight: 300;
5307
- margin: 0;
5308
- max-width: 430px; }
5309
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__content {
5310
- overflow: visible;
5311
- overflow: initial;
5312
- padding: 20px 16px; }
5313
- .googlesitekit-plugin .mdc-dialog .mdc-dialog__actions {
5314
- justify-content: space-between;
5315
- margin: 1em 0; }
5316
- .googlesitekit-plugin .mdc-dialog .googlesitekit-cta-link {
5317
- margin-left: 16px; }
5318
-
5319
- .googlesitekit-plugin .mdc-floating-label {
5320
- vertical-align: baseline;
5321
- vertical-align: initial; }
5322
-
5323
- .googlesitekit-plugin .mdc-form-field {
5324
- color: #757575; }
5325
-
5326
- .googlesitekit-plugin {
5327
- /*
5328
- * Grid Cells
5329
- */ }
5330
- .googlesitekit-plugin .mdc-layout-grid + .mdc-layout-grid {
5331
- padding-top: 0; }
5332
- .googlesitekit-plugin .mdc-layout-grid--collapsed {
5333
- padding: 0; }
5334
- .googlesitekit-plugin .mdc-layout-grid--collapsed .mdc-layout-grid__inner {
5335
- grid-gap: 0; }
5336
- .googlesitekit-plugin .mdc-layout-grid--fill .mdc-layout-grid__inner {
5337
- height: 100%; }
5338
- .googlesitekit-plugin .mdc-layout-grid__cell--align-left {
5339
- margin-right: auto;
5340
- width: auto; }
5341
- @supports (display: grid) {
5342
- .googlesitekit-plugin .mdc-layout-grid__cell--align-left {
5343
- justify-self: start; } }
5344
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right {
5345
- margin-left: auto;
5346
- width: auto; }
5347
- @supports (display: grid) {
5348
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right {
5349
- justify-self: end; } }
5350
- @media (min-width: 0) {
5351
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone {
5352
- margin-left: auto;
5353
- width: auto; }
5354
- @supports (display: grid) {
5355
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone {
5356
- justify-self: end; } } }
5357
- @media (min-width: 601px) {
5358
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet {
5359
- margin-left: auto;
5360
- width: auto; }
5361
- @supports (display: grid) {
5362
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet {
5363
- justify-self: end; } } }
5364
- @media (min-width: 961px) {
5365
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop {
5366
- margin-left: auto;
5367
- width: auto; }
5368
- @supports (display: grid) {
5369
- .googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop {
5370
- justify-self: end; } } }
5371
- @media (min-width: 600px) {
5372
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1 {
5373
- margin-left: 8.33333%; }
5374
- @supports (display: grid) {
5375
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1 {
5376
- margin-left: 0; } }
5377
- .googlesitekit-plugin .mdc-layout-grid__cell--start-1 {
5378
- grid-column-start: 2; }
5379
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2 {
5380
- margin-left: 16.66667%; }
5381
- @supports (display: grid) {
5382
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2 {
5383
- margin-left: 0; } }
5384
- .googlesitekit-plugin .mdc-layout-grid__cell--start-2 {
5385
- grid-column-start: 3; }
5386
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3 {
5387
- margin-left: 25%; }
5388
- @supports (display: grid) {
5389
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3 {
5390
- margin-left: 0; } }
5391
- .googlesitekit-plugin .mdc-layout-grid__cell--start-3 {
5392
- grid-column-start: 4; }
5393
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4 {
5394
- margin-left: 33.33333%; }
5395
- @supports (display: grid) {
5396
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4 {
5397
- margin-left: 0; } }
5398
- .googlesitekit-plugin .mdc-layout-grid__cell--start-4 {
5399
- grid-column-start: 5; }
5400
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5 {
5401
- margin-left: 41.66667%; }
5402
- @supports (display: grid) {
5403
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5 {
5404
- margin-left: 0; } }
5405
- .googlesitekit-plugin .mdc-layout-grid__cell--start-5 {
5406
- grid-column-start: 6; }
5407
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6 {
5408
- margin-left: 50%; }
5409
- @supports (display: grid) {
5410
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6 {
5411
- margin-left: 0; } }
5412
- .googlesitekit-plugin .mdc-layout-grid__cell--start-6 {
5413
- grid-column-start: 7; }
5414
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7 {
5415
- margin-left: 58.33333%; }
5416
- @supports (display: grid) {
5417
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7 {
5418
- margin-left: 0; } }
5419
- .googlesitekit-plugin .mdc-layout-grid__cell--start-7 {
5420
- grid-column-start: 8; }
5421
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8 {
5422
- margin-left: 66.66667%; }
5423
- @supports (display: grid) {
5424
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8 {
5425
- margin-left: 0; } }
5426
- .googlesitekit-plugin .mdc-layout-grid__cell--start-8 {
5427
- grid-column-start: 9; }
5428
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9 {
5429
- margin-left: 75%; }
5430
- @supports (display: grid) {
5431
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9 {
5432
- margin-left: 0; } }
5433
- .googlesitekit-plugin .mdc-layout-grid__cell--start-9 {
5434
- grid-column-start: 10; }
5435
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10 {
5436
- margin-left: 83.33333%; }
5437
- @supports (display: grid) {
5438
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10 {
5439
- margin-left: 0; } }
5440
- .googlesitekit-plugin .mdc-layout-grid__cell--start-10 {
5441
- grid-column-start: 11; }
5442
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11 {
5443
- margin-left: 91.66667%; }
5444
- @supports (display: grid) {
5445
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11 {
5446
- margin-left: 0; } }
5447
- .googlesitekit-plugin .mdc-layout-grid__cell--start-11 {
5448
- grid-column-start: 12; }
5449
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12 {
5450
- margin-left: 100%; }
5451
- @supports (display: grid) {
5452
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12 {
5453
- margin-left: 0; } }
5454
- .googlesitekit-plugin .mdc-layout-grid__cell--start-12 {
5455
- grid-column-start: 13; } }
5456
- @media (min-width: 0) {
5457
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone {
5458
- margin-left: 8.33333%; }
5459
- @supports (display: grid) {
5460
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone {
5461
- margin-left: 0; } }
5462
- .googlesitekit-plugin .mdc-layout-grid__cell--start-1-phone {
5463
- grid-column-start: 2; }
5464
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone {
5465
- margin-left: 16.66667%; }
5466
- @supports (display: grid) {
5467
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone {
5468
- margin-left: 0; } }
5469
- .googlesitekit-plugin .mdc-layout-grid__cell--start-2-phone {
5470
- grid-column-start: 3; }
5471
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone {
5472
- margin-left: 25%; }
5473
- @supports (display: grid) {
5474
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone {
5475
- margin-left: 0; } }
5476
- .googlesitekit-plugin .mdc-layout-grid__cell--start-3-phone {
5477
- grid-column-start: 4; }
5478
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone {
5479
- margin-left: 33.33333%; }
5480
- @supports (display: grid) {
5481
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone {
5482
- margin-left: 0; } }
5483
- .googlesitekit-plugin .mdc-layout-grid__cell--start-4-phone {
5484
- grid-column-start: 5; }
5485
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone {
5486
- margin-left: 41.66667%; }
5487
- @supports (display: grid) {
5488
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone {
5489
- margin-left: 0; } }
5490
- .googlesitekit-plugin .mdc-layout-grid__cell--start-5-phone {
5491
- grid-column-start: 6; }
5492
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone {
5493
- margin-left: 50%; }
5494
- @supports (display: grid) {
5495
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone {
5496
- margin-left: 0; } }
5497
- .googlesitekit-plugin .mdc-layout-grid__cell--start-6-phone {
5498
- grid-column-start: 7; }
5499
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone {
5500
- margin-left: 58.33333%; }
5501
- @supports (display: grid) {
5502
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone {
5503
- margin-left: 0; } }
5504
- .googlesitekit-plugin .mdc-layout-grid__cell--start-7-phone {
5505
- grid-column-start: 8; }
5506
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone {
5507
- margin-left: 66.66667%; }
5508
- @supports (display: grid) {
5509
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone {
5510
- margin-left: 0; } }
5511
- .googlesitekit-plugin .mdc-layout-grid__cell--start-8-phone {
5512
- grid-column-start: 9; }
5513
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone {
5514
- margin-left: 75%; }
5515
- @supports (display: grid) {
5516
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone {
5517
- margin-left: 0; } }
5518
- .googlesitekit-plugin .mdc-layout-grid__cell--start-9-phone {
5519
- grid-column-start: 10; }
5520
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone {
5521
- margin-left: 83.33333%; }
5522
- @supports (display: grid) {
5523
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone {
5524
- margin-left: 0; } }
5525
- .googlesitekit-plugin .mdc-layout-grid__cell--start-10-phone {
5526
- grid-column-start: 11; }
5527
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone {
5528
- margin-left: 91.66667%; }
5529
- @supports (display: grid) {
5530
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone {
5531
- margin-left: 0; } }
5532
- .googlesitekit-plugin .mdc-layout-grid__cell--start-11-phone {
5533
- grid-column-start: 12; }
5534
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone {
5535
- margin-left: 100%; }
5536
- @supports (display: grid) {
5537
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone {
5538
- margin-left: 0; } }
5539
- .googlesitekit-plugin .mdc-layout-grid__cell--start-12-phone {
5540
- grid-column-start: 13; } }
5541
- @media (min-width: 601px) {
5542
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet {
5543
- margin-left: 8.33333%; }
5544
- @supports (display: grid) {
5545
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet {
5546
- margin-left: 0; } }
5547
- .googlesitekit-plugin .mdc-layout-grid__cell--start-1-tablet {
5548
- grid-column-start: 2; }
5549
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet {
5550
- margin-left: 16.66667%; }
5551
- @supports (display: grid) {
5552
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet {
5553
- margin-left: 0; } }
5554
- .googlesitekit-plugin .mdc-layout-grid__cell--start-2-tablet {
5555
- grid-column-start: 3; }
5556
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet {
5557
- margin-left: 25%; }
5558
- @supports (display: grid) {
5559
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet {
5560
- margin-left: 0; } }
5561
- .googlesitekit-plugin .mdc-layout-grid__cell--start-3-tablet {
5562
- grid-column-start: 4; }
5563
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet {
5564
- margin-left: 33.33333%; }
5565
- @supports (display: grid) {
5566
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet {
5567
- margin-left: 0; } }
5568
- .googlesitekit-plugin .mdc-layout-grid__cell--start-4-tablet {
5569
- grid-column-start: 5; }
5570
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet {
5571
- margin-left: 41.66667%; }
5572
- @supports (display: grid) {
5573
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet {
5574
- margin-left: 0; } }
5575
- .googlesitekit-plugin .mdc-layout-grid__cell--start-5-tablet {
5576
- grid-column-start: 6; }
5577
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet {
5578
- margin-left: 50%; }
5579
- @supports (display: grid) {
5580
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet {
5581
- margin-left: 0; } }
5582
- .googlesitekit-plugin .mdc-layout-grid__cell--start-6-tablet {
5583
- grid-column-start: 7; }
5584
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet {
5585
- margin-left: 58.33333%; }
5586
- @supports (display: grid) {
5587
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet {
5588
- margin-left: 0; } }
5589
- .googlesitekit-plugin .mdc-layout-grid__cell--start-7-tablet {
5590
- grid-column-start: 8; }
5591
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet {
5592
- margin-left: 66.66667%; }
5593
- @supports (display: grid) {
5594
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet {
5595
- margin-left: 0; } }
5596
- .googlesitekit-plugin .mdc-layout-grid__cell--start-8-tablet {
5597
- grid-column-start: 9; }
5598
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet {
5599
- margin-left: 75%; }
5600
- @supports (display: grid) {
5601
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet {
5602
- margin-left: 0; } }
5603
- .googlesitekit-plugin .mdc-layout-grid__cell--start-9-tablet {
5604
- grid-column-start: 10; }
5605
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet {
5606
- margin-left: 83.33333%; }
5607
- @supports (display: grid) {
5608
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet {
5609
- margin-left: 0; } }
5610
- .googlesitekit-plugin .mdc-layout-grid__cell--start-10-tablet {
5611
- grid-column-start: 11; }
5612
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet {
5613
- margin-left: 91.66667%; }
5614
- @supports (display: grid) {
5615
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet {
5616
- margin-left: 0; } }
5617
- .googlesitekit-plugin .mdc-layout-grid__cell--start-11-tablet {
5618
- grid-column-start: 12; }
5619
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet {
5620
- margin-left: 100%; }
5621
- @supports (display: grid) {
5622
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet {
5623
- margin-left: 0; } }
5624
- .googlesitekit-plugin .mdc-layout-grid__cell--start-12-tablet {
5625
- grid-column-start: 13; } }
5626
- @media (min-width: 961px) {
5627
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop {
5628
- margin-left: 8.33333%; }
5629
- @supports (display: grid) {
5630
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop {
5631
- margin-left: 0; } }
5632
- .googlesitekit-plugin .mdc-layout-grid__cell--start-1-desktop {
5633
- grid-column-start: 2; }
5634
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop {
5635
- margin-left: 16.66667%; }
5636
- @supports (display: grid) {
5637
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop {
5638
- margin-left: 0; } }
5639
- .googlesitekit-plugin .mdc-layout-grid__cell--start-2-desktop {
5640
- grid-column-start: 3; }
5641
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop {
5642
- margin-left: 25%; }
5643
- @supports (display: grid) {
5644
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop {
5645
- margin-left: 0; } }
5646
- .googlesitekit-plugin .mdc-layout-grid__cell--start-3-desktop {
5647
- grid-column-start: 4; }
5648
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop {
5649
- margin-left: 33.33333%; }
5650
- @supports (display: grid) {
5651
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop {
5652
- margin-left: 0; } }
5653
- .googlesitekit-plugin .mdc-layout-grid__cell--start-4-desktop {
5654
- grid-column-start: 5; }
5655
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop {
5656
- margin-left: 41.66667%; }
5657
- @supports (display: grid) {
5658
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop {
5659
- margin-left: 0; } }
5660
- .googlesitekit-plugin .mdc-layout-grid__cell--start-5-desktop {
5661
- grid-column-start: 6; }
5662
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop {
5663
- margin-left: 50%; }
5664
- @supports (display: grid) {
5665
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop {
5666
- margin-left: 0; } }
5667
- .googlesitekit-plugin .mdc-layout-grid__cell--start-6-desktop {
5668
- grid-column-start: 7; }
5669
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop {
5670
- margin-left: 58.33333%; }
5671
- @supports (display: grid) {
5672
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop {
5673
- margin-left: 0; } }
5674
- .googlesitekit-plugin .mdc-layout-grid__cell--start-7-desktop {
5675
- grid-column-start: 8; }
5676
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop {
5677
- margin-left: 66.66667%; }
5678
- @supports (display: grid) {
5679
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop {
5680
- margin-left: 0; } }
5681
- .googlesitekit-plugin .mdc-layout-grid__cell--start-8-desktop {
5682
- grid-column-start: 9; }
5683
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop {
5684
- margin-left: 75%; }
5685
- @supports (display: grid) {
5686
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop {
5687
- margin-left: 0; } }
5688
- .googlesitekit-plugin .mdc-layout-grid__cell--start-9-desktop {
5689
- grid-column-start: 10; }
5690
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop {
5691
- margin-left: 83.33333%; }
5692
- @supports (display: grid) {
5693
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop {
5694
- margin-left: 0; } }
5695
- .googlesitekit-plugin .mdc-layout-grid__cell--start-10-desktop {
5696
- grid-column-start: 11; }
5697
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop {
5698
- margin-left: 91.66667%; }
5699
- @supports (display: grid) {
5700
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop {
5701
- margin-left: 0; } }
5702
- .googlesitekit-plugin .mdc-layout-grid__cell--start-11-desktop {
5703
- grid-column-start: 12; }
5704
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop {
5705
- margin-left: 100%; }
5706
- @supports (display: grid) {
5707
- .googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop {
5708
- margin-left: 0; } }
5709
- .googlesitekit-plugin .mdc-layout-grid__cell--start-12-desktop {
5710
- grid-column-start: 13; } }
5711
- @media (min-width: 0) {
5712
- .googlesitekit-plugin .mdc-layout-grid__cell--order-1-phone {
5713
- order: 1; }
5714
- .googlesitekit-plugin .mdc-layout-grid__cell--order-2-phone {
5715
- order: 2; }
5716
- .googlesitekit-plugin .mdc-layout-grid__cell--order-3-phone {
5717
- order: 3; }
5718
- .googlesitekit-plugin .mdc-layout-grid__cell--order-4-phone {
5719
- order: 4; }
5720
- .googlesitekit-plugin .mdc-layout-grid__cell--order-5-phone {
5721
- order: 5; }
5722
- .googlesitekit-plugin .mdc-layout-grid__cell--order-6-phone {
5723
- order: 6; }
5724
- .googlesitekit-plugin .mdc-layout-grid__cell--order-7-phone {
5725
- order: 7; }
5726
- .googlesitekit-plugin .mdc-layout-grid__cell--order-8-phone {
5727
- order: 8; }
5728
- .googlesitekit-plugin .mdc-layout-grid__cell--order-9-phone {
5729
- order: 9; }
5730
- .googlesitekit-plugin .mdc-layout-grid__cell--order-10-phone {
5731
- order: 10; }
5732
- .googlesitekit-plugin .mdc-layout-grid__cell--order-11-phone {
5733
- order: 11; }
5734
- .googlesitekit-plugin .mdc-layout-grid__cell--order-12-phone {
5735
- order: 12; } }
5736
- @media (min-width: 601px) {
5737
- .googlesitekit-plugin .mdc-layout-grid__cell--order-1-tablet {
5738
- order: 1; }
5739
- .googlesitekit-plugin .mdc-layout-grid__cell--order-2-tablet {
5740
- order: 2; }
5741
- .googlesitekit-plugin .mdc-layout-grid__cell--order-3-tablet {
5742
- order: 3; }
5743
- .googlesitekit-plugin .mdc-layout-grid__cell--order-4-tablet {
5744
- order: 4; }
5745
- .googlesitekit-plugin .mdc-layout-grid__cell--order-5-tablet {
5746
- order: 5; }
5747
- .googlesitekit-plugin .mdc-layout-grid__cell--order-6-tablet {
5748
- order: 6; }
5749
- .googlesitekit-plugin .mdc-layout-grid__cell--order-7-tablet {
5750
- order: 7; }
5751
- .googlesitekit-plugin .mdc-layout-grid__cell--order-8-tablet {
5752
- order: 8; }
5753
- .googlesitekit-plugin .mdc-layout-grid__cell--order-9-tablet {
5754
- order: 9; }
5755
- .googlesitekit-plugin .mdc-layout-grid__cell--order-10-tablet {
5756
- order: 10; }
5757
- .googlesitekit-plugin .mdc-layout-grid__cell--order-11-tablet {
5758
- order: 11; }
5759
- .googlesitekit-plugin .mdc-layout-grid__cell--order-12-tablet {
5760
- order: 12; } }
5761
- @media (min-width: 961px) {
5762
- .googlesitekit-plugin .mdc-layout-grid__cell--order-1-desktop {
5763
- order: 1; }
5764
- .googlesitekit-plugin .mdc-layout-grid__cell--order-2-desktop {
5765
- order: 2; }
5766
- .googlesitekit-plugin .mdc-layout-grid__cell--order-3-desktop {
5767
- order: 3; }
5768
- .googlesitekit-plugin .mdc-layout-grid__cell--order-4-desktop {
5769
- order: 4; }
5770
- .googlesitekit-plugin .mdc-layout-grid__cell--order-5-desktop {
5771
- order: 5; }
5772
- .googlesitekit-plugin .mdc-layout-grid__cell--order-6-desktop {
5773
- order: 6; }
5774
- .googlesitekit-plugin .mdc-layout-grid__cell--order-7-desktop {
5775
- order: 7; }
5776
- .googlesitekit-plugin .mdc-layout-grid__cell--order-8-desktop {
5777
- order: 8; }
5778
- .googlesitekit-plugin .mdc-layout-grid__cell--order-9-desktop {
5779
- order: 9; }
5780
- .googlesitekit-plugin .mdc-layout-grid__cell--order-10-desktop {
5781
- order: 10; }
5782
- .googlesitekit-plugin .mdc-layout-grid__cell--order-11-desktop {
5783
- order: 11; }
5784
- .googlesitekit-plugin .mdc-layout-grid__cell--order-12-desktop {
5785
- order: 12; } }
5786
-
5787
- .googlesitekit-plugin .mdc-linear-progress {
5788
- margin: 32px 0; }
5789
- .googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner {
5790
- background-color: #1a73e8; }
5791
- @media (min-width: 960px) {
5792
- .googlesitekit-plugin .mdc-linear-progress {
5793
- margin: 48px 0; } }
5794
- .googlesitekit-plugin .mdc-linear-progress--small {
5795
- max-width: 150px; }
5796
- .googlesitekit-plugin .mdc-linear-progress--compress {
5797
- margin: 0; }
5798
-
5799
- .googlesitekit-plugin .mdc-list-item {
5800
- margin: 0; }
5801
-
5802
- .googlesitekit-plugin .mdc-list.mdc-list--underlined .mdc-list-item {
5803
- border-bottom: 1px solid #e6e6e6;
5804
- padding-left: 0;
5805
- padding-right: 0; }
5806
-
5807
- .googlesitekit-plugin .googlesitekit-dropdown-menu .mdc-menu-surface {
5808
- left: auto !important;
5809
- right: -8px;
5810
- top: calc(100% + 10px) !important;
5811
- width: calc(100% + 8px); }
5812
-
5813
- .mdc-menu-surface--open {
5814
- z-index: 11; }
5815
-
5816
- .googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
5817
- border-color: #1a73e8; }
5818
-
5819
- .googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
5820
- border-color: #1a73e8; }
5821
-
5822
- .googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
5823
- border-color: #1a73e8; }
5824
-
5825
- .googlesitekit-plugin .mdc-radio .mdc-radio__background::before {
5826
- background-color: #1a73e8; }
5827
-
5828
- .googlesitekit-plugin .mdc-radio .mdc-radio__native-control {
5829
- -webkit-appearance: none;
5830
- background: transparent;
5831
- border: none;
5832
- border-radius: 0;
5833
- box-shadow: none;
5834
- clear: none;
5835
- color: #757575;
5836
- cursor: inherit;
5837
- display: block;
5838
- height: 100%;
5839
- line-height: normal;
5840
- margin: 0;
5841
- min-width: auto;
5842
- opacity: 0;
5843
- outline: 0;
5844
- padding: 0;
5845
- text-align: center;
5846
- transition: none;
5847
- vertical-align: middle;
5848
- width: 100%;
5849
- z-index: 1; }
5850
-
5851
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,
5852
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
5853
- color: #757575; }
5854
-
5855
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
5856
- color: #5b5b61; }
5857
-
5858
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
5859
- color: #1a73e8; }
5860
-
5861
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
5862
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
5863
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
5864
- border-color: #bbb; }
5865
-
5866
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
5867
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
5868
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
5869
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
5870
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
5871
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
5872
- border-color: #757575; }
5873
-
5874
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
5875
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
5876
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
5877
- border-width: 2px; }
5878
-
5879
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
5880
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
5881
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
5882
- border-color: #1a73e8; }
5883
-
5884
- .googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple {
5885
- background-color: #1a73e8; }
5886
-
5887
- .googlesitekit-plugin .mdc-select--minimal {
5888
- background-color: transparent;
5889
- background-position: right center;
5890
- display: block;
5891
- height: 20px;
5892
- line-height: 1;
5893
- margin: 0 0 -6px 0;
5894
- padding-bottom: 6px;
5895
- width: 90px; }
5896
- .googlesitekit-plugin .mdc-select--minimal::before {
5897
- background-color: transparent; }
5898
-
5899
- .googlesitekit-plugin .mdc-select .mdc-select__native-control {
5900
- -webkit-appearance: none;
5901
- box-shadow: none;
5902
- height: 56px !important;
5903
- line-height: 1.75rem;
5904
- margin: 0;
5905
- padding: 20px 26px 4px 16px; }
5906
-
5907
- .googlesitekit-plugin .mdc-select--outlined .mdc-select__native-control {
5908
- background-color: transparent;
5909
- border: none;
5910
- box-shadow: none;
5911
- display: flex;
5912
- padding: 12px 26px 12px 16px;
5913
- z-index: 1; }
5914
-
5915
- .googlesitekit-plugin .mdc-select--minimal .mdc-select__selected-text {
5916
- border: none;
5917
- font-size: 0.75rem !important;
5918
- height: 14px !important;
5919
- line-height: 1;
5920
- min-width: 0;
5921
- padding: 0 18px 0 0;
5922
- text-align: right;
5923
- text-indent: 0; }
5924
-
5925
- .googlesitekit-plugin .mdc-select--minimal .mdc-select__dropdown-icon {
5926
- bottom: 2px;
5927
- right: -5px; }
5928
-
5929
- .googlesitekit-plugin .mdc-select--minimal.mdc-select--focused .mdc-select__dropdown-icon {
5930
- transform: rotate(180deg) translateY(0); }
5931
-
5932
- .googlesitekit-plugin .mdc-switch {
5933
- vertical-align: middle; }
5934
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__track {
5935
- background-color: #1a73e8;
5936
- border-color: #1a73e8; }
5937
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
5938
- background-color: #1a73e8;
5939
- border-color: #1a73e8; }
5940
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after {
5941
- background-color: #1a73e8; }
5942
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before {
5943
- opacity: 0.04; }
5944
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
5945
- transition-duration: 75ms;
5946
- opacity: 0.12; }
5947
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
5948
- transition: opacity 150ms linear; }
5949
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
5950
- transition-duration: 75ms;
5951
- opacity: 0.12; }
5952
- .googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
5953
- --mdc-ripple-fg-opacity: 0.12; }
5954
- .googlesitekit-plugin .mdc-switch .mdc-switch__native-control {
5955
- -webkit-appearance: none;
5956
- background: transparent;
5957
- border: none;
5958
- box-shadow: none;
5959
- clear: none;
5960
- color: #757575;
5961
- cursor: pointer;
5962
- display: block;
5963
- height: 48px;
5964
- line-height: normal;
5965
- margin: 0;
5966
- min-width: auto;
5967
- outline: 0;
5968
- padding: 0;
5969
- text-align: center;
5970
- transition: none;
5971
- vertical-align: middle;
5972
- width: 68px; }
5973
- .googlesitekit-plugin .mdc-switch + label {
5974
- margin-left: 10px; }
5975
-
5976
- .googlesitekit-plugin .mdc-tab.mdc-tab--active .mdc-tab__text-label {
5977
- color: #1a73e8; }
5978
-
5979
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple::before, .googlesitekit-plugin .mdc-tab .mdc-tab__ripple::after {
5980
- background-color: #1a73e8; }
5981
-
5982
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple:hover::before {
5983
- opacity: 0.04; }
5984
-
5985
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before, .googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before {
5986
- transition-duration: 75ms;
5987
- opacity: 0.12; }
5988
-
5989
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
5990
- transition: opacity 150ms linear; }
5991
-
5992
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
5993
- transition-duration: 75ms;
5994
- opacity: 0.12; }
5995
-
5996
- .googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded {
5997
- --mdc-ripple-fg-opacity: 0.12; }
5998
-
5999
- .googlesitekit-plugin .mdc-tab:hover {
6000
- text-decoration: none; }
6001
-
6002
- .googlesitekit-plugin .mdc-tab:focus {
6003
- color: #1a73e8;
6004
- outline: none; }
6005
-
6006
- .googlesitekit-plugin .mdc-text-field {
6007
- width: 250px; }
6008
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
6009
- color: #757575; }
6010
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
6011
- color: #5b5b61; }
6012
- .googlesitekit-plugin .mdc-text-field .mdc-text-field__input {
6013
- caret-color: #757575; }
6014
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
6015
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
6016
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
6017
- border-color: #1a73e8; }
6018
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6019
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6020
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
6021
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6022
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6023
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
6024
- border-color: #757575; }
6025
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6026
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6027
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
6028
- border-color: #bbb; }
6029
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6030
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6031
- .googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
6032
- border-color: #bbb; }
6033
- @media (min-width: 600px) {
6034
- .googlesitekit-plugin .mdc-text-field {
6035
- width: 350px; } }
6036
- .googlesitekit-plugin .mdc-text-field--textarea {
6037
- max-width: 650px;
6038
- width: 100%; }
6039
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
6040
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
6041
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing, .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
6042
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
6043
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
6044
- border-color: #d53e36; }
6045
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6046
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6047
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
6048
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6049
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6050
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing, .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6051
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6052
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
6053
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
6054
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
6055
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
6056
- border-color: #d53e36; }
6057
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6058
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6059
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6060
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6061
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
6062
- border-color: #d53e36; }
6063
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6064
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6065
- .googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing, .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
6066
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
6067
- .googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
6068
- border-color: #d53e36; }
6069
- .googlesitekit-plugin .mdc-text-field--textarea.mdc-text-field--focused {
6070
- border-color: #1a73e8; }
6071
- .googlesitekit-plugin .mdc-text-field--textarea .mdc-text-field__input {
6072
- box-shadow: none;
6073
- padding: 8px 12px 12px 12px; }
6074
- .googlesitekit-plugin .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input:focus {
6075
- border-color: #1a73e8; }
6076
-
6077
- /*
6078
- * Top-level Cascade Items
6079
- */
6080
- /**
6081
- * Base styles.
6082
- *
6083
- * Site Kit by Google, Copyright 2019 Google LLC
6084
- *
6085
- * Licensed under the Apache License, Version 2.0 (the "License");
6086
- * you may not use this file except in compliance with the License.
6087
- * You may obtain a copy of the License at
6088
- *
6089
- * https://www.apache.org/licenses/LICENSE-2.0
6090
- *
6091
- * Unless required by applicable law or agreed to in writing, software
6092
- * distributed under the License is distributed on an "AS IS" BASIS,
6093
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6094
- * See the License for the specific language governing permissions and
6095
- * limitations under the License.
6096
- */
6097
- /* .googlesitekit-plugin will always wrap all
6098
- * of our content, so the properties below will act as defaults.
6099
- */
6100
- .googlesitekit-plugin {
6101
- color: #757575;
6102
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
6103
- font-size: 1rem;
6104
- line-height: 1.4; }
6105
- .googlesitekit-plugin *,
6106
- .googlesitekit-plugin *::before,
6107
- .googlesitekit-plugin *::after {
6108
- box-sizing: border-box; }
6109
- .googlesitekit-plugin svg:not(:root) {
6110
- overflow: hidden; }
6111
- .googlesitekit-plugin h1,
6112
- .googlesitekit-plugin h2,
6113
- .googlesitekit-plugin h3,
6114
- .googlesitekit-plugin h4,
6115
- .googlesitekit-plugin h5,
6116
- .googlesitekit-plugin h6 {
6117
- color: #3c4043;
6118
- font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
6119
- line-height: 1.16; }
6120
- .googlesitekit-plugin h1,
6121
- .googlesitekit-plugin .googlesitekit-heading-1 {
6122
- font-size: 1.75rem;
6123
- font-weight: 400; }
6124
- @media (min-width: 600px) {
6125
- .googlesitekit-plugin h1,
6126
- .googlesitekit-plugin .googlesitekit-heading-1 {
6127
- font-size: 2.25rem; } }
6128
- .googlesitekit-plugin h2,
6129
- .googlesitekit-plugin .googlesitekit-heading-2 {
6130
- font-size: 1.375rem;
6131
- font-weight: 400; }
6132
- @media (min-width: 600px) {
6133
- .googlesitekit-plugin h2,
6134
- .googlesitekit-plugin .googlesitekit-heading-2 {
6135
- font-size: 1.75rem; } }
6136
- .googlesitekit-plugin h3,
6137
- .googlesitekit-plugin .googlesitekit-heading-3 {
6138
- font-size: 1.25rem;
6139
- font-weight: 400; }
6140
- @media (min-width: 600px) {
6141
- .googlesitekit-plugin h3,
6142
- .googlesitekit-plugin .googlesitekit-heading-3 {
6143
- font-size: 1.5rem; } }
6144
- .googlesitekit-plugin h4,
6145
- .googlesitekit-plugin .googlesitekit-heading-4 {
6146
- color: #5b5b61;
6147
- font-size: 1.125rem;
6148
- font-weight: 500; }
6149
- @media (min-width: 600px) {
6150
- .googlesitekit-plugin h4,
6151
- .googlesitekit-plugin .googlesitekit-heading-4 {
6152
- font-size: 1.25rem; } }
6153
- .googlesitekit-plugin .googlesitekit-subheading-1 {
6154
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
6155
- font-size: 0.9375rem;
6156
- font-weight: 500; }
6157
- @media (min-width: 600px) {
6158
- .googlesitekit-plugin .googlesitekit-subheading-1 {
6159
- font-size: 1rem; } }
6160
- .googlesitekit-plugin .googlesitekit-subheading-2 {
6161
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
6162
- font-size: 0.875rem;
6163
- font-weight: 500; }
6164
- @media (min-width: 600px) {
6165
- .googlesitekit-plugin .googlesitekit-subheading-2 {
6166
- font-size: 0.9375rem; } }
6167
- .googlesitekit-plugin .googlesitekit-overline {
6168
- color: #757575;
6169
- font-size: 0.75rem;
6170
- font-weight: 500;
6171
- letter-spacing: 0.16em;
6172
- line-height: 1.16;
6173
- text-transform: uppercase; }
6174
- .googlesitekit-plugin .googlesitekit-overline--collapse {
6175
- margin: 0; }
6176
- .googlesitekit-plugin .googlesitekit-recommended {
6177
- color: #34a853;
6178
- font-size: 10px;
6179
- font-weight: 500;
6180
- text-transform: uppercase; }
6181
- .googlesitekit-plugin .googlesitekit-nodata {
6182
- display: none; }
6183
- .googlesitekit-plugin legend,
6184
- .googlesitekit-plugin p {
6185
- font-size: 1rem; }
6186
- .googlesitekit-plugin a {
6187
- color: #1a73e8;
6188
- text-decoration: none; }
6189
- .googlesitekit-plugin a:hover {
6190
- text-decoration: underline; }
6191
- .googlesitekit-plugin a:focus {
6192
- box-shadow: none;
6193
- outline: 1px dashed #4285f4;
6194
- outline-offset: 3px; }
6195
- .googlesitekit-plugin button {
6196
- background: none;
6197
- border: none;
6198
- color: #1a73e8;
6199
- text-decoration: none; }
6200
- .googlesitekit-plugin button:hover {
6201
- text-decoration: underline; }
6202
- .googlesitekit-plugin button:focus {
6203
- outline: 1px dashed #4285f4;
6204
- outline-offset: 3px; }
6205
- .googlesitekit-plugin legend {
6206
- line-height: 1.5;
6207
- margin: 1em 0; }
6208
- .googlesitekit-plugin .screen-reader-only {
6209
- clip: rect(1px, 1px, 1px, 1px);
6210
- height: 1px;
6211
- overflow: hidden;
6212
- position: absolute !important;
6213
- width: 1px; }
6214
- @media (max-width: 599px) {
6215
- .googlesitekit-plugin .hidden-on-mobile {
6216
- display: none; } }
6217
-
6218
- /*
6219
- * Components
6220
- */
6221
- /**
6222
- * Activation styles.
6223
- *
6224
- * Site Kit by Google, Copyright 2019 Google LLC
6225
- *
6226
- * Licensed under the Apache License, Version 2.0 (the "License");
6227
- * you may not use this file except in compliance with the License.
6228
- * You may obtain a copy of the License at
6229
- *
6230
- * https://www.apache.org/licenses/LICENSE-2.0
6231
- *
6232
- * Unless required by applicable law or agreed to in writing, software
6233
- * distributed under the License is distributed on an "AS IS" BASIS,
6234
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6235
- * See the License for the specific language governing permissions and
6236
- * limitations under the License.
6237
- */
6238
- .googlesitekit-activation .googlesitekit-activation__title {
6239
- margin: 10px 0 4px 0; }
6240
-
6241
- .googlesitekit-activation .googlesitekit-activation__text {
6242
- margin: 0; }
6243
-
6244
- .googlesitekit-activation .googlesitekit-opt-in {
6245
- margin-bottom: 8px;
6246
- margin-top: 8px; }
6247
-
6248
- .googlesitekit-noscript #googlesitekit-notice-activated {
6249
- border-left-color: #fbbc05;
6250
- margin: 5px 15px 5px 0;
6251
- padding: 0; }
6252
- .googlesitekit-noscript #googlesitekit-notice-activated .googlesitekit-noscript {
6253
- border: 0;
6254
- margin: 0;
6255
- padding: 0; }
6256
-
6257
- /**
6258
- * Accordion styles.
6259
- *
6260
- * Site Kit by Google, Copyright 2019 Google LLC
6261
- *
6262
- * Licensed under the Apache License, Version 2.0 (the "License");
6263
- * you may not use this file except in compliance with the License.
6264
- * You may obtain a copy of the License at
6265
- *
6266
- * https://www.apache.org/licenses/LICENSE-2.0
6267
- *
6268
- * Unless required by applicable law or agreed to in writing, software
6269
- * distributed under the License is distributed on an "AS IS" BASIS,
6270
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6271
- * See the License for the specific language governing permissions and
6272
- * limitations under the License.
6273
- */
6274
- .googlesitekit-accordion .googlesitekit-accordion__header {
6275
- cursor: pointer;
6276
- padding: 0 32px 0 0;
6277
- position: relative;
6278
- width: 100%; }
6279
- .googlesitekit-accordion .googlesitekit-accordion__header:hover {
6280
- text-decoration: none; }
6281
- .googlesitekit-accordion .googlesitekit-accordion__header:focus {
6282
- outline-offset: 0; }
6283
- .googlesitekit-accordion .googlesitekit-accordion__header::after {
6284
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%235B5B61%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
6285
- background-position: center center;
6286
- background-repeat: no-repeat;
6287
- content: "";
6288
- display: block;
6289
- height: 20px;
6290
- position: absolute;
6291
- right: 16px;
6292
- top: 50%;
6293
- transform: translateY(-50%);
6294
- width: 20px; }
6295
- .googlesitekit-accordion .googlesitekit-accordion__header.is-active::after {
6296
- transform: translateY(-50%) rotate(180deg); }
6297
-
6298
- .js .googlesitekit-accordion .googlesitekit-accordion__content {
6299
- display: none; }
6300
- .js .googlesitekit-accordion .googlesitekit-accordion__content.is-active {
6301
- display: block; }
6302
-
6303
- /**
6304
- * Autocomplete styles.
6305
- *
6306
- * Site Kit by Google, Copyright 2019 Google LLC
6307
- *
6308
- * Licensed under the Apache License, Version 2.0 (the "License");
6309
- * you may not use this file except in compliance with the License.
6310
- * You may obtain a copy of the License at
6311
- *
6312
- * https://www.apache.org/licenses/LICENSE-2.0
6313
- *
6314
- * Unless required by applicable law or agreed to in writing, software
6315
- * distributed under the License is distributed on an "AS IS" BASIS,
6316
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6317
- * See the License for the specific language governing permissions and
6318
- * limitations under the License.
6319
- */
6320
- .autocomplete__wrapper {
6321
- flex: 1 1 100%;
6322
- margin: 0 0 16px 0;
6323
- position: relative; }
6324
- @media (min-width: 600px) {
6325
- .autocomplete__wrapper {
6326
- flex: 1;
6327
- margin: 0 16px 0 0; } }
6328
- @media (min-width: 960px) {
6329
- .autocomplete__wrapper {
6330
- margin-right: 24px; } }
6331
- .autocomplete__wrapper .autocomplete__input {
6332
- border-color: #bbb;
6333
- border-radius: 4px;
6334
- color: #757575;
6335
- font-size: 1rem;
6336
- font-weight: 400;
6337
- height: 48px;
6338
- line-height: 1.75rem;
6339
- padding: 12px 16px;
6340
- position: relative;
6341
- transition: border-color 150ms ease-in-out;
6342
- width: 100%;
6343
- z-index: 3; }
6344
- .autocomplete__wrapper .autocomplete__input:hover {
6345
- border-color: #757575; }
6346
- .autocomplete__wrapper .autocomplete__input:focus {
6347
- border-color: #1a73e8;
6348
- border-width: 2px;
6349
- box-shadow: none;
6350
- padding: 12px 15px; }
6351
-
6352
- .autocomplete__input--default {
6353
- padding: 4px; }
6354
-
6355
- .autocomplete__input--show-all-values {
6356
- cursor: pointer;
6357
- padding: 4px 34px 4px 4px; }
6358
-
6359
- .autocomplete__menu {
6360
- background-color: #1a73e8;
6361
- border-radius: 4px;
6362
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
6363
- left: 1px;
6364
- line-height: 1.5rem;
6365
- margin: 0;
6366
- padding: 8px 0;
6367
- top: calc(100% - 10px);
6368
- width: 100%; }
6369
-
6370
- .autocomplete__menu--visible {
6371
- display: block; }
6372
-
6373
- .autocomplete__menu--hidden {
6374
- display: none; }
6375
-
6376
- .autocomplete__menu--inline {
6377
- position: absolute;
6378
- z-index: 2; }
6379
-
6380
- .autocomplete__option {
6381
- align-items: center;
6382
- color: #fff;
6383
- display: flex;
6384
- font-weight: 400;
6385
- height: 48px;
6386
- justify-content: flex-start;
6387
- margin-bottom: 0;
6388
- overflow: hidden;
6389
- padding: 0 16px;
6390
- position: relative; }
6391
-
6392
- .autocomplete__option--focused,
6393
- .autocomplete__option:hover {
6394
- background-color: #4285f4; }
6395
-
6396
- /**
6397
- * Change Arrow styles.
6398
- *
6399
- * Site Kit by Google, Copyright 2020 Google LLC
6400
- *
6401
- * Licensed under the Apache License, Version 2.0 (the "License");
6402
- * you may not use this file except in compliance with the License.
6403
- * You may obtain a copy of the License at
6404
- *
6405
- * https://www.apache.org/licenses/LICENSE-2.0
6406
- *
6407
- * Unless required by applicable law or agreed to in writing, software
6408
- * distributed under the License is distributed on an "AS IS" BASIS,
6409
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6410
- * See the License for the specific language governing permissions and
6411
- * limitations under the License.
6412
- */
6413
- .googlesitekit-change-arrow {
6414
- --color-up: #34a853;
6415
- --color-down: #c7221f; }
6416
- .googlesitekit-change-arrow--inverted-color {
6417
- --color-up: #c7221f;
6418
- --color-down: #34a853; }
6419
- .googlesitekit-change-arrow--up {
6420
- color: var(--color-up); }
6421
- .googlesitekit-change-arrow--down {
6422
- color: var(--color-up);
6423
- transform: rotate(180deg); }
6424
- .googlesitekit-change-arrow--down path {
6425
- fill: var(--color-down); }
6426
-
6427
- /**
6428
- * Chart styles.
6429
- *
6430
- * Site Kit by Google, Copyright 2019 Google LLC
6431
- *
6432
- * Licensed under the Apache License, Version 2.0 (the "License");
6433
- * you may not use this file except in compliance with the License.
6434
- * You may obtain a copy of the License at
6435
- *
6436
- * https://www.apache.org/licenses/LICENSE-2.0
6437
- *
6438
- * Unless required by applicable law or agreed to in writing, software
6439
- * distributed under the License is distributed on an "AS IS" BASIS,
6440
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6441
- * See the License for the specific language governing permissions and
6442
- * limitations under the License.
6443
- */
6444
- .googlesitekit-chart .googlesitekit-chart__source {
6445
- font-size: 0.75rem;
6446
- margin-top: 16px; }
6447
-
6448
- /**
6449
- * Chart loading styles.
6450
- *
6451
- * Site Kit by Google, Copyright 2019 Google LLC
6452
- *
6453
- * Licensed under the Apache License, Version 2.0 (the "License");
6454
- * you may not use this file except in compliance with the License.
6455
- * You may obtain a copy of the License at
6456
- *
6457
- * https://www.apache.org/licenses/LICENSE-2.0
6458
- *
6459
- * Unless required by applicable law or agreed to in writing, software
6460
- * distributed under the License is distributed on an "AS IS" BASIS,
6461
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6462
- * See the License for the specific language governing permissions and
6463
- * limitations under the License.
6464
- */
6465
- .googlesitekit-chart-loading {
6466
- align-items: center;
6467
- display: flex;
6468
- flex-wrap: wrap;
6469
- height: 100%;
6470
- justify-items: center;
6471
- width: 100%; }
6472
- .googlesitekit-chart-loading .googlesitekit-chart-loading__wrapper {
6473
- text-align: center;
6474
- width: 100%; }
6475
-
6476
- /**
6477
- * CTA styles.
6478
- *
6479
- * Site Kit by Google, Copyright 2019 Google LLC
6480
- *
6481
- * Licensed under the Apache License, Version 2.0 (the "License");
6482
- * you may not use this file except in compliance with the License.
6483
- * You may obtain a copy of the License at
6484
- *
6485
- * https://www.apache.org/licenses/LICENSE-2.0
6486
- *
6487
- * Unless required by applicable law or agreed to in writing, software
6488
- * distributed under the License is distributed on an "AS IS" BASIS,
6489
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6490
- * See the License for the specific language governing permissions and
6491
- * limitations under the License.
6492
- */
6493
- .googlesitekit-cta {
6494
- background-color: #1a73e8;
6495
- height: 100%;
6496
- padding: 16px;
6497
- width: 100%; }
6498
- @media (min-width: 960px) {
6499
- .googlesitekit-cta {
6500
- padding: 24px; } }
6501
- .googlesitekit-cta--error {
6502
- background-color: #fff;
6503
- border: 3px solid #d53e36; }
6504
- .googlesitekit-adminbar-modules .googlesitekit-cta {
6505
- padding: 16px; }
6506
- .googlesitekit-wp-dashboard .googlesitekit-cta {
6507
- background-color: #0073aa;
6508
- box-sizing: border-box;
6509
- height: auto;
6510
- margin-top: 12px;
6511
- padding: 12px; }
6512
- .googlesitekit-wp-dashboard .googlesitekit-cta--error {
6513
- background-color: #fff; }
6514
- .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta {
6515
- margin-top: 0; }
6516
- .googlesitekit-cta .googlesitekit-cta__title {
6517
- color: #fff;
6518
- margin: 0 0 10px 0; }
6519
- .googlesitekit-cta--error .googlesitekit-cta__title {
6520
- color: #757575; }
6521
- .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title {
6522
- font-size: 1rem;
6523
- font-weight: 700; }
6524
- #google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title {
6525
- color: #fff;
6526
- font-weight: 700; }
6527
- #google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title {
6528
- color: #757575; }
6529
- .googlesitekit-cta .googlesitekit-cta__description {
6530
- color: #fff;
6531
- margin: 0 0 20px 0; }
6532
- .googlesitekit-cta--error .googlesitekit-cta__description {
6533
- color: #757575;
6534
- word-break: break-all; }
6535
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,
6536
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button {
6537
- background-color: transparent;
6538
- border: none;
6539
- color: #fff; }
6540
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,
6541
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover {
6542
- color: #fff;
6543
- text-decoration: underline; }
6544
- .googlesitekit-cta *:last-child {
6545
- margin-bottom: 0; }
6546
-
6547
- /**
6548
- * CTA link styles.
6549
- *
6550
- * Site Kit by Google, Copyright 2019 Google LLC
6551
- *
6552
- * Licensed under the Apache License, Version 2.0 (the "License");
6553
- * you may not use this file except in compliance with the License.
6554
- * You may obtain a copy of the License at
6555
- *
6556
- * https://www.apache.org/licenses/LICENSE-2.0
6557
- *
6558
- * Unless required by applicable law or agreed to in writing, software
6559
- * distributed under the License is distributed on an "AS IS" BASIS,
6560
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6561
- * See the License for the specific language governing permissions and
6562
- * limitations under the License.
6563
- */
6564
- .googlesitekit-cta-link {
6565
- color: #1a73e8;
6566
- cursor: pointer;
6567
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
6568
- font-size: 0.875rem;
6569
- font-weight: 500;
6570
- padding: 0;
6571
- text-align: left;
6572
- text-decoration: none; }
6573
- .googlesitekit-cta-link.googlesitekit-cta-link--inherit {
6574
- font-family: inherit;
6575
- font-size: inherit;
6576
- font-weight: inherit; }
6577
- .googlesitekit-cta-link.googlesitekit-cta-link--caps {
6578
- text-transform: uppercase; }
6579
- .googlesitekit-cta-link.googlesitekit-cta-link--danger {
6580
- color: #d53e36; }
6581
- .googlesitekit-cta-link.googlesitekit-cta-link--small {
6582
- font-size: 0.75rem; }
6583
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow, .googlesitekit-cta-link.googlesitekit-cta-link--external {
6584
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
6585
- background-position: calc(100% - 1px) center;
6586
- background-repeat: no-repeat;
6587
- background-size: 13px 13px;
6588
- padding-right: 20px; }
6589
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow {
6590
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
6591
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse {
6592
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
6593
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled {
6594
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
6595
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse {
6596
- color: #fff; }
6597
- .googlesitekit-cta-link.googlesitekit-cta-link--back::before {
6598
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
6599
- background-position: center center;
6600
- background-repeat: no-repeat;
6601
- background-size: 9px 9px;
6602
- content: "";
6603
- display: inline-block;
6604
- height: 9px;
6605
- margin-right: 5px;
6606
- width: 9px; }
6607
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled {
6608
- color: #bbb;
6609
- cursor: default; }
6610
- .googlesitekit-cta-link:hover {
6611
- color: #1a73e8;
6612
- text-decoration: underline; }
6613
- .googlesitekit-cta-link.googlesitekit-cta-link--danger:hover {
6614
- color: #d53e36; }
6615
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover {
6616
- color: #bbb;
6617
- text-decoration: none; }
6618
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover {
6619
- color: #fff; }
6620
-
6621
- /**
6622
- * Data block styles.
6623
- *
6624
- * Site Kit by Google, Copyright 2019 Google LLC
6625
- *
6626
- * Licensed under the Apache License, Version 2.0 (the "License");
6627
- * you may not use this file except in compliance with the License.
6628
- * You may obtain a copy of the License at
6629
- *
6630
- * https://www.apache.org/licenses/LICENSE-2.0
6631
- *
6632
- * Unless required by applicable law or agreed to in writing, software
6633
- * distributed under the License is distributed on an "AS IS" BASIS,
6634
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6635
- * See the License for the specific language governing permissions and
6636
- * limitations under the License.
6637
- */
6638
- .googlesitekit-data-block {
6639
- position: relative;
6640
- text-align: left;
6641
- /* stylelint-disable no-descending-specificity */
6642
- /* stylelint-enable */ }
6643
- .post-php .googlesitekit-data-block {
6644
- min-width: 150px; }
6645
- .googlesitekit-wp-dashboard .googlesitekit-data-block {
6646
- padding-top: 12px; }
6647
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block {
6648
- align-items: flex-end;
6649
- display: flex; }
6650
- .googlesitekit-data-block--button {
6651
- cursor: pointer;
6652
- display: flex;
6653
- flex-direction: column;
6654
- height: 100%;
6655
- justify-content: flex-end;
6656
- padding-bottom: 16px;
6657
- padding-top: 20px;
6658
- text-align: center;
6659
- transition: background-color 0.2s ease-in-out; }
6660
- @media (min-width: 960px) {
6661
- .googlesitekit-data-block--button {
6662
- padding-bottom: 24px;
6663
- padding-top: 28px; } }
6664
- .googlesitekit-data-block--button::before {
6665
- content: "";
6666
- height: 4px;
6667
- left: 0;
6668
- opacity: 0;
6669
- position: absolute;
6670
- right: 0;
6671
- top: 0;
6672
- transition: opacity 0.2s ease-in-out; }
6673
- .googlesitekit-data-block--selected::before {
6674
- opacity: 1; }
6675
- .googlesitekit-data-block--button-1:hover, .googlesitekit-data-block--button-1:focus, .googlesitekit-data-block--button-1:active {
6676
- background-color: rgba(66, 133, 244, 0.1); }
6677
- .googlesitekit-data-block--button-1::before {
6678
- background-color: #4285f4; }
6679
- .googlesitekit-data-block--button-2:hover, .googlesitekit-data-block--button-2:focus, .googlesitekit-data-block--button-2:active {
6680
- background-color: rgba(39, 188, 212, 0.1); }
6681
- .googlesitekit-data-block--button-2::before {
6682
- background-color: #27bcd4; }
6683
- .googlesitekit-data-block--button-3:hover, .googlesitekit-data-block--button-3:focus, .googlesitekit-data-block--button-3:active {
6684
- background-color: rgba(27, 150, 136, 0.1); }
6685
- .googlesitekit-data-block--button-3::before {
6686
- background-color: #1b9688; }
6687
- .googlesitekit-data-block--button-4:hover, .googlesitekit-data-block--button-4:focus, .googlesitekit-data-block--button-4:active {
6688
- background-color: rgba(103, 58, 183, 0.1); }
6689
- .googlesitekit-data-block--button-4::before {
6690
- background-color: #673ab7; }
6691
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper {
6692
- flex: 0 0 auto; }
6693
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper {
6694
- flex: 0 0 auto;
6695
- margin-bottom: 2px; }
6696
- .googlesitekit-data-block .googlesitekit-data-block__title {
6697
- color: #757575;
6698
- font-weight: 400;
6699
- letter-spacing: 0.04em;
6700
- margin: 0 0 12px 0; }
6701
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title {
6702
- font-size: 16px;
6703
- margin-bottom: 5px; }
6704
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title {
6705
- font-size: 0.75rem;
6706
- margin-bottom: 0; }
6707
- #dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title {
6708
- font-size: 0.75rem; }
6709
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6710
- color: #3c4043;
6711
- font-size: 1.875rem;
6712
- line-height: 1;
6713
- margin: 0; }
6714
- @media (min-width: 960px) {
6715
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6716
- font-size: 2.625rem; } }
6717
- @media (min-width: 1280px) {
6718
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6719
- font-size: 3.625rem; } }
6720
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6721
- display: inline-block;
6722
- font-size: 36px;
6723
- line-height: 1.25;
6724
- margin-right: 5px; }
6725
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6726
- font-size: 2.125rem; }
6727
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint {
6728
- font-size: 2.25rem; }
6729
- .googlesitekit-data-block .googlesitekit-data-block__change {
6730
- color: #757575;
6731
- font-size: 0.75rem;
6732
- letter-spacing: 0;
6733
- line-height: 1;
6734
- margin-top: 16px;
6735
- text-transform: none; }
6736
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change {
6737
- display: inline-block;
6738
- font-size: 16px;
6739
- margin-top: 0; }
6740
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change {
6741
- margin-top: 10px; }
6742
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change {
6743
- margin-top: 0; }
6744
- .googlesitekit-data-block .googlesitekit-data-block__sparkline {
6745
- margin-top: 8px;
6746
- max-width: 150px; }
6747
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline {
6748
- display: none; }
6749
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
6750
- flex: 1 1 100%;
6751
- margin: 0 0 5px 0;
6752
- max-width: none;
6753
- max-width: initial;
6754
- min-width: 10px;
6755
- padding: 0 8px; }
6756
- @media (min-width: 960px) {
6757
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
6758
- padding: 0 12px; } }
6759
- @media (min-width: 1280px) {
6760
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
6761
- padding: 0 24px; } }
6762
- .googlesitekit-data-block--button .googlesitekit-data-block__sparkline {
6763
- margin: 8px auto 0 auto; }
6764
- .googlesitekit-data-block .googlesitekit-data-block__arrow {
6765
- display: inline-block;
6766
- line-height: 1;
6767
- margin-right: 2px;
6768
- vertical-align: baseline; }
6769
- .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse {
6770
- transform: rotate(180deg); }
6771
- #wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg {
6772
- height: 9px;
6773
- width: 9px; }
6774
- .googlesitekit-data-block .googlesitekit-data-block__value {
6775
- color: #757575;
6776
- display: inline-block;
6777
- font-size: 0.75rem;
6778
- letter-spacing: 0;
6779
- line-height: 1;
6780
- text-transform: none; }
6781
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value {
6782
- font-size: 16px; }
6783
- .googlesitekit-data-block .googlesitekit-data-block__source {
6784
- font-size: 0.75rem;
6785
- margin-top: 8px; }
6786
- @media (min-width: 960px) {
6787
- .googlesitekit-data-block .googlesitekit-data-block__source {
6788
- margin-top: 12px; } }
6789
-
6790
- /**
6791
- * DeviceSizeTabBar styles.
6792
- *
6793
- * Site Kit by Google, Copyright 2020 Google LLC
6794
- *
6795
- * Licensed under the Apache License, Version 2.0 (the "License");
6796
- * you may not use this file except in compliance with the License.
6797
- * You may obtain a copy of the License at
6798
- *
6799
- * https://www.apache.org/licenses/LICENSE-2.0
6800
- *
6801
- * Unless required by applicable law or agreed to in writing, software
6802
- * distributed under the License is distributed on an "AS IS" BASIS,
6803
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6804
- * See the License for the specific language governing permissions and
6805
- * limitations under the License.
6806
- */
6807
- .googlesitekit-device-size-tab-bar {
6808
- border-radius: 8px;
6809
- overflow: hidden;
6810
- width: auto; }
6811
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab {
6812
- background: #fff;
6813
- height: 32px;
6814
- width: 56px; }
6815
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:first-child {
6816
- border-bottom-left-radius: 8px;
6817
- border-top-left-radius: 8px; }
6818
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:last-child {
6819
- border-bottom-right-radius: 8px;
6820
- border-top-right-radius: 8px; }
6821
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab svg path {
6822
- fill: #5f6368; }
6823
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active {
6824
- background: #1a73e8; }
6825
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active svg path {
6826
- fill: #fff; }
6827
- .googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab .mdc-tab-indicator {
6828
- display: none; }
6829
-
6830
- /**
6831
- * Error text styles.
6832
- *
6833
- * Site Kit by Google, Copyright 2019 Google LLC
6834
- *
6835
- * Licensed under the Apache License, Version 2.0 (the "License");
6836
- * you may not use this file except in compliance with the License.
6837
- * You may obtain a copy of the License at
6838
- *
6839
- * https://www.apache.org/licenses/LICENSE-2.0
6840
- *
6841
- * Unless required by applicable law or agreed to in writing, software
6842
- * distributed under the License is distributed on an "AS IS" BASIS,
6843
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6844
- * See the License for the specific language governing permissions and
6845
- * limitations under the License.
6846
- */
6847
- .googlesitekit-error-text {
6848
- color: #d53e36;
6849
- font-weight: 500; }
6850
-
6851
- /**
6852
- * Header styles.
6853
- *
6854
- * Site Kit by Google, Copyright 2019 Google LLC
6855
- *
6856
- * Licensed under the Apache License, Version 2.0 (the "License");
6857
- * you may not use this file except in compliance with the License.
6858
- * You may obtain a copy of the License at
6859
- *
6860
- * https://www.apache.org/licenses/LICENSE-2.0
6861
- *
6862
- * Unless required by applicable law or agreed to in writing, software
6863
- * distributed under the License is distributed on an "AS IS" BASIS,
6864
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6865
- * See the License for the specific language governing permissions and
6866
- * limitations under the License.
6867
- */
6868
- .googlesitekit-header {
6869
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
6870
- background-color: #fff;
6871
- position: relative;
6872
- z-index: 10; }
6873
- @media (min-width: 600px) {
6874
- .googlesitekit-header {
6875
- padding-left: 10px;
6876
- padding-right: 10px; } }
6877
- .wp-responsive-open .googlesitekit-header {
6878
- margin-left: -18px;
6879
- padding-left: 28px; }
6880
- .googlesitekit-header .googlesitekit-header__button {
6881
- align-items: center;
6882
- background-color: transparent;
6883
- cursor: pointer;
6884
- display: flex;
6885
- font-size: 0.75rem;
6886
- margin-right: -8px;
6887
- padding: 8px;
6888
- transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; }
6889
- .googlesitekit-header .googlesitekit-header__button:hover {
6890
- background-color: #1a73e8;
6891
- color: #fff;
6892
- text-decoration: none; }
6893
- .googlesitekit-header .googlesitekit-header__button svg {
6894
- fill: currentColor;
6895
- margin-left: 8px; }
6896
- .googlesitekit-header .googlesitekit-header__dropdown {
6897
- margin-right: -8px; }
6898
-
6899
- /**
6900
- * Layout styles.
6901
- *
6902
- * Site Kit by Google, Copyright 2019 Google LLC
6903
- *
6904
- * Licensed under the Apache License, Version 2.0 (the "License");
6905
- * you may not use this file except in compliance with the License.
6906
- * You may obtain a copy of the License at
6907
- *
6908
- * https://www.apache.org/licenses/LICENSE-2.0
6909
- *
6910
- * Unless required by applicable law or agreed to in writing, software
6911
- * distributed under the License is distributed on an "AS IS" BASIS,
6912
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6913
- * See the License for the specific language governing permissions and
6914
- * limitations under the License.
6915
- */
6916
- .googlesitekit-layout {
6917
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
6918
- background: #fff; }
6919
- .googlesitekit-layout--fill {
6920
- display: flex;
6921
- flex-direction: column;
6922
- height: 100%; }
6923
- .googlesitekit-layout--fill > * {
6924
- flex: 1 1 auto;
6925
- width: 100%; }
6926
- .googlesitekit-layout--relative {
6927
- position: relative; }
6928
- .googlesitekit-layout .googlesitekit-layout__header {
6929
- border-bottom: 1px solid #e6e6e6;
6930
- font-size: 0.9375rem; }
6931
- @media (min-width: 600px) {
6932
- .googlesitekit-layout .googlesitekit-layout__header {
6933
- font-size: 1rem; } }
6934
- .googlesitekit-layout--fill .googlesitekit-layout__header {
6935
- flex: 0 0 auto; }
6936
- .googlesitekit-layout .googlesitekit-layout__header-title {
6937
- margin: 0; }
6938
- .googlesitekit-layout .googlesitekit-layout__footer {
6939
- border-top: 1px solid #e6e6e6;
6940
- font-size: 0.875rem; }
6941
- .googlesitekit-layout--fill .googlesitekit-layout__footer {
6942
- flex: 0 0 auto; }
6943
-
6944
- /**
6945
- * Line chart styles.
6946
- *
6947
- * Site Kit by Google, Copyright 2019 Google LLC
6948
- *
6949
- * Licensed under the Apache License, Version 2.0 (the "License");
6950
- * you may not use this file except in compliance with the License.
6951
- * You may obtain a copy of the License at
6952
- *
6953
- * https://www.apache.org/licenses/LICENSE-2.0
6954
- *
6955
- * Unless required by applicable law or agreed to in writing, software
6956
- * distributed under the License is distributed on an "AS IS" BASIS,
6957
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6958
- * See the License for the specific language governing permissions and
6959
- * limitations under the License.
6960
- */
6961
- .googlesitekit-line-chart > div > div {
6962
- max-width: 100%; }
6963
- .googlesitekit-line-chart > div > div > div > svg {
6964
- max-width: 100%; }
6965
-
6966
- .googlesitekit-chart--pie .googlesitekit-line-chart > div > div > div > svg {
6967
- overflow: visible !important; }
6968
- .googlesitekit-chart--pie .googlesitekit-line-chart > div > div > div > svg > g:last-child {
6969
- pointer-events: none; }
6970
-
6971
- /**
6972
- * Site Kit by Google Logo styles.
6973
- *
6974
- * Site Kit by Google, Copyright 2019 Google LLC
6975
- *
6976
- * Licensed under the Apache License, Version 2.0 (the "License");
6977
- * you may not use this file except in compliance with the License.
6978
- * You may obtain a copy of the License at
6979
- *
6980
- * https://www.apache.org/licenses/LICENSE-2.0
6981
- *
6982
- * Unless required by applicable law or agreed to in writing, software
6983
- * distributed under the License is distributed on an "AS IS" BASIS,
6984
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
6985
- * See the License for the specific language governing permissions and
6986
- * limitations under the License.
6987
- */
6988
- .googlesitekit-logo {
6989
- color: #5b5b61;
6990
- line-height: 0; }
6991
- .googlesitekit-logo .googlesitekit-logo__logo-g,
6992
- .googlesitekit-logo .googlesitekit-svg-logo-g {
6993
- height: 24px;
6994
- vertical-align: middle;
6995
- width: 23px; }
6996
- @media (min-width: 600px) {
6997
- .googlesitekit-logo .googlesitekit-logo__logo-g,
6998
- .googlesitekit-logo .googlesitekit-svg-logo-g {
6999
- height: 34px;
7000
- width: 32px; } }
7001
- .googlesitekit-logo .googlesitekit-logo__logo-sitekit,
7002
- .googlesitekit-logo .googlesitekit-svg-logo-sitekit {
7003
- fill: currentColor;
7004
- height: 16px;
7005
- margin-left: 8px;
7006
- vertical-align: middle;
7007
- width: 61px; }
7008
- @media (min-width: 600px) {
7009
- .googlesitekit-logo .googlesitekit-logo__logo-sitekit,
7010
- .googlesitekit-logo .googlesitekit-svg-logo-sitekit {
7011
- height: 26px;
7012
- margin-left: 16px;
7013
- width: 99px; } }
7014
- .googlesitekit-logo--mini .googlesitekit-logo__logo-g,
7015
- .googlesitekit-logo--mini .googlesitekit-svg-logo-g {
7016
- height: 19px;
7017
- width: 19px; }
7018
- .googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,
7019
- .googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit {
7020
- height: 17px;
7021
- margin-left: 4px;
7022
- width: 78px; }
7023
-
7024
- /**
7025
- * Mini chart styles.
7026
- *
7027
- * Site Kit by Google, Copyright 2019 Google LLC
7028
- *
7029
- * Licensed under the Apache License, Version 2.0 (the "License");
7030
- * you may not use this file except in compliance with the License.
7031
- * You may obtain a copy of the License at
7032
- *
7033
- * https://www.apache.org/licenses/LICENSE-2.0
7034
- *
7035
- * Unless required by applicable law or agreed to in writing, software
7036
- * distributed under the License is distributed on an "AS IS" BASIS,
7037
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7038
- * See the License for the specific language governing permissions and
7039
- * limitations under the License.
7040
- */
7041
- .googlesitekit-mini-chart {
7042
- margin-left: 16px;
7043
- width: 28px; }
7044
-
7045
- /**
7046
- * Module outro styles.
7047
- *
7048
- * Site Kit by Google, Copyright 2019 Google LLC
7049
- *
7050
- * Licensed under the Apache License, Version 2.0 (the "License");
7051
- * you may not use this file except in compliance with the License.
7052
- * You may obtain a copy of the License at
7053
- *
7054
- * https://www.apache.org/licenses/LICENSE-2.0
7055
- *
7056
- * Unless required by applicable law or agreed to in writing, software
7057
- * distributed under the License is distributed on an "AS IS" BASIS,
7058
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7059
- * See the License for the specific language governing permissions and
7060
- * limitations under the License.
7061
- */
7062
- .googlesitekit-module-outro {
7063
- background-color: #fff;
7064
- padding: 45px 0;
7065
- text-align: center; }
7066
- @media (min-width: 600px) {
7067
- .googlesitekit-module-outro {
7068
- padding: 45px; } }
7069
- .googlesitekit-module-outro .googlesitekit-module-outro__logo {
7070
- align-items: center;
7071
- display: inline-flex; }
7072
- .googlesitekit-module-outro .googlesitekit-module-outro__logo > svg {
7073
- margin: 0 8px; }
7074
- @media (min-width: 960px) {
7075
- .googlesitekit-module-outro .googlesitekit-module-outro__logo > svg {
7076
- margin: 0 12px; } }
7077
- .googlesitekit-module-outro .googlesitekit-module-outro__title {
7078
- margin: 20px auto 25px auto;
7079
- max-width: 600px; }
7080
-
7081
- /**
7082
- * Module page styles.
7083
- *
7084
- * Site Kit by Google, Copyright 2019 Google LLC
7085
- *
7086
- * Licensed under the Apache License, Version 2.0 (the "License");
7087
- * you may not use this file except in compliance with the License.
7088
- * You may obtain a copy of the License at
7089
- *
7090
- * https://www.apache.org/licenses/LICENSE-2.0
7091
- *
7092
- * Unless required by applicable law or agreed to in writing, software
7093
- * distributed under the License is distributed on an "AS IS" BASIS,
7094
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7095
- * See the License for the specific language governing permissions and
7096
- * limitations under the License.
7097
- */
7098
- .googlesitekit-module-page {
7099
- padding-bottom: 10px;
7100
- padding-top: 10px; }
7101
- @media (min-width: 600px) {
7102
- .googlesitekit-module-page {
7103
- padding-left: 10px;
7104
- padding-right: 10px; } }
7105
-
7106
- /**
7107
- * Modules list styles.
7108
- *
7109
- * Site Kit by Google, Copyright 2019 Google LLC
7110
- *
7111
- * Licensed under the Apache License, Version 2.0 (the "License");
7112
- * you may not use this file except in compliance with the License.
7113
- * You may obtain a copy of the License at
7114
- *
7115
- * https://www.apache.org/licenses/LICENSE-2.0
7116
- *
7117
- * Unless required by applicable law or agreed to in writing, software
7118
- * distributed under the License is distributed on an "AS IS" BASIS,
7119
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7120
- * See the License for the specific language governing permissions and
7121
- * limitations under the License.
7122
- */
7123
- .googlesitekit-modules-list {
7124
- display: flex;
7125
- flex-wrap: wrap;
7126
- margin: 16px 0; }
7127
- @media (min-width: 960px) {
7128
- .googlesitekit-modules-list {
7129
- margin: 24px 0; } }
7130
- .googlesitekit-modules-list .googlesitekit-modules-list__module {
7131
- border: 1px solid #e6e6e6;
7132
- flex: 0 0 auto;
7133
- margin-bottom: 10px;
7134
- margin-right: 10px;
7135
- padding: 16px;
7136
- width: calc(50% - 10px); }
7137
- @media (min-width: 783px) {
7138
- .googlesitekit-modules-list .googlesitekit-modules-list__module {
7139
- width: calc(33.333% - 10px); } }
7140
- @media (min-width: 1280px) {
7141
- .googlesitekit-modules-list .googlesitekit-modules-list__module {
7142
- width: calc(25% - 10px); } }
7143
- .googlesitekit-modules-list .googlesitekit-settings-connect-module__wrapper {
7144
- display: flex;
7145
- flex-direction: column;
7146
- min-height: 46px; }
7147
- @media (min-width: 600px) {
7148
- .googlesitekit-modules-list .googlesitekit-settings-connect-module__wrapper {
7149
- align-items: center;
7150
- flex-direction: row; } }
7151
- .googlesitekit-modules-list .googlesitekit-modules-list__module--pagespeed
7152
- .googlesitekit-settings-connect-module__wrapper {
7153
- flex-wrap: wrap; }
7154
- .googlesitekit-modules-list .googlesitekit-settings-connect-module__logo {
7155
- height: 33px;
7156
- margin-bottom: 10px;
7157
- margin-right: 8px; }
7158
- .googlesitekit-modules-list .googlesitekit-settings-connect-module__logo img {
7159
- display: block;
7160
- height: 33px;
7161
- width: auto; }
7162
- .googlesitekit-modules-list .googlesitekit-settings-connect-module__title {
7163
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
7164
- font-size: 0.9375rem;
7165
- font-weight: 500;
7166
- margin: 0 0 10px 0; }
7167
- .googlesitekit-modules-list .googlesitekit-modules-list__module--disabled
7168
- .googlesitekit-settings-connect-module__title {
7169
- color: #bbb; }
7170
- .googlesitekit-modules-list .googlesitekit-settings-module__status {
7171
- font-size: 0.75rem; }
7172
- .googlesitekit-modules-list .googlesitekit-settings-module__status-icon {
7173
- margin-right: 8px;
7174
- vertical-align: text-bottom; }
7175
- .googlesitekit-modules-list .googlesitekit-settings-module__status-icon::before {
7176
- background-position: center center;
7177
- background-repeat: no-repeat;
7178
- border-radius: 50%;
7179
- content: "";
7180
- display: inline-block;
7181
- height: 16px;
7182
- vertical-align: middle;
7183
- width: 16px; }
7184
- .googlesitekit-modules-list .googlesitekit-settings-module__status-icon--connected::before {
7185
- background-color: #34a853;
7186
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
7187
- background-size: 8px 6px; }
7188
-
7189
- /**
7190
- * Noscript notification styles.
7191
- *
7192
- * Site Kit by Google, Copyright 2020 Google LLC
7193
- *
7194
- * Licensed under the Apache License, Version 2.0 (the "License");
7195
- * you may not use this file except in compliance with the License.
7196
- * You may obtain a copy of the License at
7197
- *
7198
- * https://www.apache.org/licenses/LICENSE-2.0
7199
- *
7200
- * Unless required by applicable law or agreed to in writing, software
7201
- * distributed under the License is distributed on an "AS IS" BASIS,
7202
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7203
- * See the License for the specific language governing permissions and
7204
- * limitations under the License.
7205
- */
7206
- .googlesitekit-noscript {
7207
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
7208
- background-color: #fff;
7209
- margin: 5px 20px 5px 0; }
7210
- @media (min-width: 600px) {
7211
- .googlesitekit-noscript {
7212
- padding-left: 10px;
7213
- padding-right: 10px; } }
7214
- .googlesitekit-noscript__title {
7215
- margin: 0; }
7216
-
7217
- .no-js:not([amp-version]) [id^="js-googlesitekit-"] {
7218
- display: none; }
7219
-
7220
- /**
7221
- * Notifications counter styles.
7222
- *
7223
- * Site Kit by Google, Copyright 2019 Google LLC
7224
- *
7225
- * Licensed under the Apache License, Version 2.0 (the "License");
7226
- * you may not use this file except in compliance with the License.
7227
- * You may obtain a copy of the License at
7228
- *
7229
- * https://www.apache.org/licenses/LICENSE-2.0
7230
- *
7231
- * Unless required by applicable law or agreed to in writing, software
7232
- * distributed under the License is distributed on an "AS IS" BASIS,
7233
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7234
- * See the License for the specific language governing permissions and
7235
- * limitations under the License.
7236
- */
7237
- #adminmenu .googlesitekit-notifications-counter {
7238
- margin-left: 5px; }
7239
-
7240
- #wpadminbar .googlesitekit-notifications-counter {
7241
- background-color: #ca4a1f;
7242
- border-radius: 11px;
7243
- color: #fff;
7244
- display: inline-block;
7245
- font-size: 0.5625rem;
7246
- height: 17px;
7247
- line-height: 17px;
7248
- margin: -4px 0 0 5px;
7249
- min-width: 7px;
7250
- padding: 0 5px;
7251
- text-align: center;
7252
- vertical-align: middle;
7253
- z-index: 26; }
7254
-
7255
- #wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,
7256
- #wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
7257
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
7258
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter {
7259
- background-color: #00b9eb;
7260
- color: #fff; }
7261
-
7262
- #wpadminbar .count-0 {
7263
- display: none; }
7264
-
7265
- #wpadminbar .plugin-count {
7266
- font-size: 0.5625rem;
7267
- line-height: 17px; }
7268
-
7269
- /**
7270
- * Opt-in styles.
7271
- *
7272
- * Site Kit by Google, Copyright 2019 Google LLC
7273
- *
7274
- * Licensed under the Apache License, Version 2.0 (the "License");
7275
- * you may not use this file except in compliance with the License.
7276
- * You may obtain a copy of the License at
7277
- *
7278
- * https://www.apache.org/licenses/LICENSE-2.0
7279
- *
7280
- * Unless required by applicable law or agreed to in writing, software
7281
- * distributed under the License is distributed on an "AS IS" BASIS,
7282
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7283
- * See the License for the specific language governing permissions and
7284
- * limitations under the License.
7285
- */
7286
- .googlesitekit-opt-in {
7287
- position: relative; }
7288
- .googlesitekit-opt-in--border {
7289
- border-top: 1px solid #bbb;
7290
- padding-top: 16px; }
7291
- @media (min-width: 960px) {
7292
- .googlesitekit-opt-in--border {
7293
- padding-top: 24px; } }
7294
- .googlesitekit-opt-in .mdc-form-field {
7295
- position: relative; }
7296
- .googlesitekit-opt-in .mdc-form-field label {
7297
- font-size: 0.75rem;
7298
- line-height: 1.3; }
7299
- .googlesitekit-opt-in--align-top .mdc-form-field {
7300
- align-items: flex-start; }
7301
- .googlesitekit-opt-in .mdc-checkbox {
7302
- margin-left: -11px; }
7303
- .googlesitekit-opt-in--align-top .mdc-checkbox {
7304
- margin-top: -7px; }
7305
-
7306
- /**
7307
- * Overlay styles.
7308
- *
7309
- * Site Kit by Google, Copyright 2019 Google LLC
7310
- *
7311
- * Licensed under the Apache License, Version 2.0 (the "License");
7312
- * you may not use this file except in compliance with the License.
7313
- * You may obtain a copy of the License at
7314
- *
7315
- * https://www.apache.org/licenses/LICENSE-2.0
7316
- *
7317
- * Unless required by applicable law or agreed to in writing, software
7318
- * distributed under the License is distributed on an "AS IS" BASIS,
7319
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7320
- * See the License for the specific language governing permissions and
7321
- * limitations under the License.
7322
- */
7323
- .googlesitekit-overlay {
7324
- align-items: center;
7325
- background: rgba(230, 230, 230, 0.8);
7326
- bottom: 0;
7327
- cursor: not-allowed;
7328
- display: flex;
7329
- height: 100%;
7330
- justify-content: center;
7331
- left: 0;
7332
- position: absolute;
7333
- right: 0;
7334
- top: 0;
7335
- width: 100%;
7336
- z-index: 10; }
7337
- .googlesitekit-overlay--compress .googlesitekit-overlay__wrapper {
7338
- align-items: center;
7339
- display: flex; }
7340
- .googlesitekit-overlay .googlesitekit-overlay__icon {
7341
- align-items: center;
7342
- background: #f9f9f9;
7343
- border-radius: 50%;
7344
- display: flex;
7345
- height: 60px;
7346
- justify-content: center;
7347
- margin: 0 auto;
7348
- width: 60px; }
7349
- .googlesitekit-overlay--compress .googlesitekit-overlay__icon {
7350
- height: 40px;
7351
- width: 40px; }
7352
- .googlesitekit-overlay--compress .googlesitekit-overlay__icon .svg {
7353
- height: 20px;
7354
- width: auto; }
7355
- .googlesitekit-overlay .googlesitekit-overlay__title {
7356
- margin-bottom: 0;
7357
- padding: 0 16px;
7358
- text-align: center; }
7359
- .googlesitekit-overlay--compress .googlesitekit-overlay__title {
7360
- font-size: 1rem;
7361
- margin-top: 0;
7362
- padding-right: 0; }
7363
-
7364
- /**
7365
- * Page styles.
7366
- *
7367
- * Site Kit by Google, Copyright 2019 Google LLC
7368
- *
7369
- * Licensed under the Apache License, Version 2.0 (the "License");
7370
- * you may not use this file except in compliance with the License.
7371
- * You may obtain a copy of the License at
7372
- *
7373
- * https://www.apache.org/licenses/LICENSE-2.0
7374
- *
7375
- * Unless required by applicable law or agreed to in writing, software
7376
- * distributed under the License is distributed on an "AS IS" BASIS,
7377
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7378
- * See the License for the specific language governing permissions and
7379
- * limitations under the License.
7380
- */
7381
- .googlesitekit-page {
7382
- margin-left: -10px; }
7383
- @media (min-width: 783px) {
7384
- .googlesitekit-page {
7385
- margin-left: -20px; } }
7386
- #wpbody-content > div:not(#screen-meta) + .googlesitekit-plugin > .googlesitekit-page,
7387
- #wpbody-content > div:not(#screen-meta) + script + .googlesitekit-plugin > .googlesitekit-page {
7388
- margin-top: 25px; }
7389
-
7390
- /**
7391
- * PageSpeed Insights Dashboard Widget styles.
7392
- *
7393
- * Site Kit by Google, Copyright 2020 Google LLC
7394
- *
7395
- * Licensed under the Apache License, Version 2.0 (the "License");
7396
- * you may not use this file except in compliance with the License.
7397
- * You may obtain a copy of the License at
7398
- *
7399
- * https://www.apache.org/licenses/LICENSE-2.0
7400
- *
7401
- * Unless required by applicable law or agreed to in writing, software
7402
- * distributed under the License is distributed on an "AS IS" BASIS,
7403
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7404
- * See the License for the specific language governing permissions and
7405
- * limitations under the License.
7406
- */
7407
- .googlesitekit-pagespeed-widget header {
7408
- display: flex;
7409
- justify-content: space-between; }
7410
-
7411
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs {
7412
- display: flex; }
7413
-
7414
- /**
7415
- * Page header styles.
7416
- *
7417
- * Site Kit by Google, Copyright 2019 Google LLC
7418
- *
7419
- * Licensed under the Apache License, Version 2.0 (the "License");
7420
- * you may not use this file except in compliance with the License.
7421
- * You may obtain a copy of the License at
7422
- *
7423
- * https://www.apache.org/licenses/LICENSE-2.0
7424
- *
7425
- * Unless required by applicable law or agreed to in writing, software
7426
- * distributed under the License is distributed on an "AS IS" BASIS,
7427
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7428
- * See the License for the specific language governing permissions and
7429
- * limitations under the License.
7430
- */
7431
- .googlesitekit-page-header {
7432
- margin: 0; }
7433
- .googlesitekit-page-header .googlesitekit-page-header__title {
7434
- display: inline-block;
7435
- line-height: 1;
7436
- margin: 0 0 -2px 0;
7437
- padding: 0;
7438
- vertical-align: middle; }
7439
- .googlesitekit-page-header .googlesitekit-page-header__icon + .googlesitekit-page-header__title {
7440
- margin-left: 8px; }
7441
- .googlesitekit-page-header .googlesitekit-page-header__icon {
7442
- vertical-align: middle; }
7443
- .googlesitekit-page-header .googlesitekit-page-header__details {
7444
- align-items: center;
7445
- display: flex;
7446
- justify-content: space-between; }
7447
- @media (min-width: 600px) {
7448
- .googlesitekit-page-header .googlesitekit-page-header__details {
7449
- justify-content: flex-end; } }
7450
- .googlesitekit-page-header .googlesitekit-page-header__status {
7451
- font-size: 0.75rem;
7452
- line-height: 1;
7453
- margin: 0; }
7454
- .googlesitekit-page-header .googlesitekit-page-header__status--connected {
7455
- color: #34a853; }
7456
- .googlesitekit-page-header .googlesitekit-page-header__status::after {
7457
- background-position: center center;
7458
- background-repeat: no-repeat;
7459
- border-radius: 50%;
7460
- content: "";
7461
- display: inline-block;
7462
- height: 19px;
7463
- margin-left: 8px;
7464
- margin-top: -2px;
7465
- vertical-align: middle;
7466
- width: 19px; }
7467
- .googlesitekit-page-header .googlesitekit-page-header__status--connected::after {
7468
- background-color: #34a853;
7469
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
7470
- background-size: 10px 8px; }
7471
- .googlesitekit-page-header .googlesitekit-page-header__status--not-connected::after {
7472
- background-color: #fbbc05;
7473
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2212%22%20viewBox%3D%220%200%202%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h2v7H0zM0%2010h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
7474
- background-size: 2px 12px; }
7475
- .googlesitekit-page-header .googlesitekit-page-header__status + .googlesitekit-page-header__range {
7476
- margin-left: 16px;
7477
- margin-top: -3px; }
7478
- @media (min-width: 960px) {
7479
- .googlesitekit-page-header .googlesitekit-page-header__status + .googlesitekit-page-header__range {
7480
- margin-left: 24px; } }
7481
-
7482
- /**
7483
- * Percentage circle styles.
7484
- *
7485
- * Site Kit by Google, Copyright 2019 Google LLC
7486
- *
7487
- * Licensed under the Apache License, Version 2.0 (the "License");
7488
- * you may not use this file except in compliance with the License.
7489
- * You may obtain a copy of the License at
7490
- *
7491
- * https://www.apache.org/licenses/LICENSE-2.0
7492
- *
7493
- * Unless required by applicable law or agreed to in writing, software
7494
- * distributed under the License is distributed on an "AS IS" BASIS,
7495
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7496
- * See the License for the specific language governing permissions and
7497
- * limitations under the License.
7498
- */
7499
- .googlesitekit-percentage-circle {
7500
- background-color: #e6e6e6;
7501
- border-radius: 50%;
7502
- font-size: 50px;
7503
- height: 1em;
7504
- margin: 0 auto;
7505
- position: relative;
7506
- width: 1em; }
7507
- .googlesitekit-percentage-circle--fast {
7508
- color: #188038; }
7509
- .googlesitekit-percentage-circle--average {
7510
- color: #e37400; }
7511
- .googlesitekit-percentage-circle--slow {
7512
- color: #d93025; }
7513
- .googlesitekit-percentage-circle::after {
7514
- background-color: #fff;
7515
- border-radius: 50%;
7516
- box-sizing: content-box;
7517
- content: "";
7518
- display: block;
7519
- height: 0.8em;
7520
- left: 0.1em;
7521
- position: absolute;
7522
- top: 0.1em;
7523
- width: 0.8em; }
7524
- .googlesitekit-percentage-circle .googlesitekit-percentage-circle__text {
7525
- box-sizing: content-box;
7526
- font-size: 1.25rem;
7527
- font-weight: 700;
7528
- left: 0;
7529
- line-height: 50px;
7530
- position: absolute;
7531
- text-align: center;
7532
- top: 0;
7533
- width: 50px;
7534
- z-index: 1; }
7535
- .googlesitekit-percentage-circle .googlesitekit-percentage-circle__slice {
7536
- box-sizing: content-box;
7537
- clip: rect(0, 1em, 1em, 0.5em);
7538
- height: 1em;
7539
- position: absolute;
7540
- width: 1em; }
7541
- .googlesitekit-percentage-circle .googlesitekit-percentage-circle__bar {
7542
- border: 0.1em solid transparent;
7543
- border-radius: 50%;
7544
- box-sizing: content-box;
7545
- clip: rect(0, 0.5em, 1em, 0);
7546
- height: 0.8em;
7547
- position: absolute;
7548
- transform: rotate(0deg);
7549
- width: 0.8em; }
7550
- .googlesitekit-percentage-circle .googlesitekit-percentage-circle__fill {
7551
- box-sizing: content-box; }
7552
- .googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__slice {
7553
- clip: rect(auto, auto, auto, auto); }
7554
- .googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar::after {
7555
- transform: rotate(180deg); }
7556
- .googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__fill {
7557
- border: 0.1em solid transparent;
7558
- border-radius: 50%;
7559
- clip: rect(0, 0.5em, 1em, 0);
7560
- height: 0.8em;
7561
- position: absolute;
7562
- transform: rotate(180deg);
7563
- width: 0.8em; }
7564
- .googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__slice {
7565
- clip: rect(auto, auto, auto, auto); }
7566
- .googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar::after {
7567
- transform: rotate(180deg); }
7568
- .googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__fill {
7569
- border: 0.1em solid transparent;
7570
- border-radius: 50%;
7571
- clip: rect(0, 0.5em, 1em, 0);
7572
- height: 0.8em;
7573
- position: absolute;
7574
- transform: rotate(180deg);
7575
- width: 0.8em; }
7576
- .googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__slice {
7577
- clip: rect(auto, auto, auto, auto); }
7578
- .googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar::after {
7579
- transform: rotate(180deg); }
7580
- .googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__fill {
7581
- border: 0.1em solid transparent;
7582
- border-radius: 50%;
7583
- clip: rect(0, 0.5em, 1em, 0);
7584
- height: 0.8em;
7585
- position: absolute;
7586
- transform: rotate(180deg);
7587
- width: 0.8em; }
7588
- .googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__slice {
7589
- clip: rect(auto, auto, auto, auto); }
7590
- .googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar::after {
7591
- transform: rotate(180deg); }
7592
- .googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__fill {
7593
- border: 0.1em solid transparent;
7594
- border-radius: 50%;
7595
- clip: rect(0, 0.5em, 1em, 0);
7596
- height: 0.8em;
7597
- position: absolute;
7598
- transform: rotate(180deg);
7599
- width: 0.8em; }
7600
- .googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__slice {
7601
- clip: rect(auto, auto, auto, auto); }
7602
- .googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar::after {
7603
- transform: rotate(180deg); }
7604
- .googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__fill {
7605
- border: 0.1em solid transparent;
7606
- border-radius: 50%;
7607
- clip: rect(0, 0.5em, 1em, 0);
7608
- height: 0.8em;
7609
- position: absolute;
7610
- transform: rotate(180deg);
7611
- width: 0.8em; }
7612
- .googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__slice {
7613
- clip: rect(auto, auto, auto, auto); }
7614
- .googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar::after {
7615
- transform: rotate(180deg); }
7616
- .googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__fill {
7617
- border: 0.1em solid transparent;
7618
- border-radius: 50%;
7619
- clip: rect(0, 0.5em, 1em, 0);
7620
- height: 0.8em;
7621
- position: absolute;
7622
- transform: rotate(180deg);
7623
- width: 0.8em; }
7624
- .googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__slice {
7625
- clip: rect(auto, auto, auto, auto); }
7626
- .googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar::after {
7627
- transform: rotate(180deg); }
7628
- .googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__fill {
7629
- border: 0.1em solid transparent;
7630
- border-radius: 50%;
7631
- clip: rect(0, 0.5em, 1em, 0);
7632
- height: 0.8em;
7633
- position: absolute;
7634
- transform: rotate(180deg);
7635
- width: 0.8em; }
7636
- .googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__slice {
7637
- clip: rect(auto, auto, auto, auto); }
7638
- .googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar::after {
7639
- transform: rotate(180deg); }
7640
- .googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__fill {
7641
- border: 0.1em solid transparent;
7642
- border-radius: 50%;
7643
- clip: rect(0, 0.5em, 1em, 0);
7644
- height: 0.8em;
7645
- position: absolute;
7646
- transform: rotate(180deg);
7647
- width: 0.8em; }
7648
- .googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__slice {
7649
- clip: rect(auto, auto, auto, auto); }
7650
- .googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar::after {
7651
- transform: rotate(180deg); }
7652
- .googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__fill {
7653
- border: 0.1em solid transparent;
7654
- border-radius: 50%;
7655
- clip: rect(0, 0.5em, 1em, 0);
7656
- height: 0.8em;
7657
- position: absolute;
7658
- transform: rotate(180deg);
7659
- width: 0.8em; }
7660
- .googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__slice {
7661
- clip: rect(auto, auto, auto, auto); }
7662
- .googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar::after {
7663
- transform: rotate(180deg); }
7664
- .googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__fill {
7665
- border: 0.1em solid transparent;
7666
- border-radius: 50%;
7667
- clip: rect(0, 0.5em, 1em, 0);
7668
- height: 0.8em;
7669
- position: absolute;
7670
- transform: rotate(180deg);
7671
- width: 0.8em; }
7672
- .googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__slice {
7673
- clip: rect(auto, auto, auto, auto); }
7674
- .googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar::after {
7675
- transform: rotate(180deg); }
7676
- .googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__fill {
7677
- border: 0.1em solid transparent;
7678
- border-radius: 50%;
7679
- clip: rect(0, 0.5em, 1em, 0);
7680
- height: 0.8em;
7681
- position: absolute;
7682
- transform: rotate(180deg);
7683
- width: 0.8em; }
7684
- .googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__slice {
7685
- clip: rect(auto, auto, auto, auto); }
7686
- .googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar::after {
7687
- transform: rotate(180deg); }
7688
- .googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__fill {
7689
- border: 0.1em solid transparent;
7690
- border-radius: 50%;
7691
- clip: rect(0, 0.5em, 1em, 0);
7692
- height: 0.8em;
7693
- position: absolute;
7694
- transform: rotate(180deg);
7695
- width: 0.8em; }
7696
- .googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__slice {
7697
- clip: rect(auto, auto, auto, auto); }
7698
- .googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar::after {
7699
- transform: rotate(180deg); }
7700
- .googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__fill {
7701
- border: 0.1em solid transparent;
7702
- border-radius: 50%;
7703
- clip: rect(0, 0.5em, 1em, 0);
7704
- height: 0.8em;
7705
- position: absolute;
7706
- transform: rotate(180deg);
7707
- width: 0.8em; }
7708
- .googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__slice {
7709
- clip: rect(auto, auto, auto, auto); }
7710
- .googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar::after {
7711
- transform: rotate(180deg); }
7712
- .googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__fill {
7713
- border: 0.1em solid transparent;
7714
- border-radius: 50%;
7715
- clip: rect(0, 0.5em, 1em, 0);
7716
- height: 0.8em;
7717
- position: absolute;
7718
- transform: rotate(180deg);
7719
- width: 0.8em; }
7720
- .googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__slice {
7721
- clip: rect(auto, auto, auto, auto); }
7722
- .googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar::after {
7723
- transform: rotate(180deg); }
7724
- .googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__fill {
7725
- border: 0.1em solid transparent;
7726
- border-radius: 50%;
7727
- clip: rect(0, 0.5em, 1em, 0);
7728
- height: 0.8em;
7729
- position: absolute;
7730
- transform: rotate(180deg);
7731
- width: 0.8em; }
7732
- .googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__slice {
7733
- clip: rect(auto, auto, auto, auto); }
7734
- .googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar::after {
7735
- transform: rotate(180deg); }
7736
- .googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__fill {
7737
- border: 0.1em solid transparent;
7738
- border-radius: 50%;
7739
- clip: rect(0, 0.5em, 1em, 0);
7740
- height: 0.8em;
7741
- position: absolute;
7742
- transform: rotate(180deg);
7743
- width: 0.8em; }
7744
- .googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__slice {
7745
- clip: rect(auto, auto, auto, auto); }
7746
- .googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar::after {
7747
- transform: rotate(180deg); }
7748
- .googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__fill {
7749
- border: 0.1em solid transparent;
7750
- border-radius: 50%;
7751
- clip: rect(0, 0.5em, 1em, 0);
7752
- height: 0.8em;
7753
- position: absolute;
7754
- transform: rotate(180deg);
7755
- width: 0.8em; }
7756
- .googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__slice {
7757
- clip: rect(auto, auto, auto, auto); }
7758
- .googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar::after {
7759
- transform: rotate(180deg); }
7760
- .googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__fill {
7761
- border: 0.1em solid transparent;
7762
- border-radius: 50%;
7763
- clip: rect(0, 0.5em, 1em, 0);
7764
- height: 0.8em;
7765
- position: absolute;
7766
- transform: rotate(180deg);
7767
- width: 0.8em; }
7768
- .googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__slice {
7769
- clip: rect(auto, auto, auto, auto); }
7770
- .googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar::after {
7771
- transform: rotate(180deg); }
7772
- .googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__fill {
7773
- border: 0.1em solid transparent;
7774
- border-radius: 50%;
7775
- clip: rect(0, 0.5em, 1em, 0);
7776
- height: 0.8em;
7777
- position: absolute;
7778
- transform: rotate(180deg);
7779
- width: 0.8em; }
7780
- .googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__slice {
7781
- clip: rect(auto, auto, auto, auto); }
7782
- .googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar::after {
7783
- transform: rotate(180deg); }
7784
- .googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__fill {
7785
- border: 0.1em solid transparent;
7786
- border-radius: 50%;
7787
- clip: rect(0, 0.5em, 1em, 0);
7788
- height: 0.8em;
7789
- position: absolute;
7790
- transform: rotate(180deg);
7791
- width: 0.8em; }
7792
- .googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__slice {
7793
- clip: rect(auto, auto, auto, auto); }
7794
- .googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar::after {
7795
- transform: rotate(180deg); }
7796
- .googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__fill {
7797
- border: 0.1em solid transparent;
7798
- border-radius: 50%;
7799
- clip: rect(0, 0.5em, 1em, 0);
7800
- height: 0.8em;
7801
- position: absolute;
7802
- transform: rotate(180deg);
7803
- width: 0.8em; }
7804
- .googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__slice {
7805
- clip: rect(auto, auto, auto, auto); }
7806
- .googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar::after {
7807
- transform: rotate(180deg); }
7808
- .googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__fill {
7809
- border: 0.1em solid transparent;
7810
- border-radius: 50%;
7811
- clip: rect(0, 0.5em, 1em, 0);
7812
- height: 0.8em;
7813
- position: absolute;
7814
- transform: rotate(180deg);
7815
- width: 0.8em; }
7816
- .googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__slice {
7817
- clip: rect(auto, auto, auto, auto); }
7818
- .googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar::after {
7819
- transform: rotate(180deg); }
7820
- .googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__fill {
7821
- border: 0.1em solid transparent;
7822
- border-radius: 50%;
7823
- clip: rect(0, 0.5em, 1em, 0);
7824
- height: 0.8em;
7825
- position: absolute;
7826
- transform: rotate(180deg);
7827
- width: 0.8em; }
7828
- .googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__slice {
7829
- clip: rect(auto, auto, auto, auto); }
7830
- .googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar::after {
7831
- transform: rotate(180deg); }
7832
- .googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__fill {
7833
- border: 0.1em solid transparent;
7834
- border-radius: 50%;
7835
- clip: rect(0, 0.5em, 1em, 0);
7836
- height: 0.8em;
7837
- position: absolute;
7838
- transform: rotate(180deg);
7839
- width: 0.8em; }
7840
- .googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__slice {
7841
- clip: rect(auto, auto, auto, auto); }
7842
- .googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar::after {
7843
- transform: rotate(180deg); }
7844
- .googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__fill {
7845
- border: 0.1em solid transparent;
7846
- border-radius: 50%;
7847
- clip: rect(0, 0.5em, 1em, 0);
7848
- height: 0.8em;
7849
- position: absolute;
7850
- transform: rotate(180deg);
7851
- width: 0.8em; }
7852
- .googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__slice {
7853
- clip: rect(auto, auto, auto, auto); }
7854
- .googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar::after {
7855
- transform: rotate(180deg); }
7856
- .googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__fill {
7857
- border: 0.1em solid transparent;
7858
- border-radius: 50%;
7859
- clip: rect(0, 0.5em, 1em, 0);
7860
- height: 0.8em;
7861
- position: absolute;
7862
- transform: rotate(180deg);
7863
- width: 0.8em; }
7864
- .googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__slice {
7865
- clip: rect(auto, auto, auto, auto); }
7866
- .googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar::after {
7867
- transform: rotate(180deg); }
7868
- .googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__fill {
7869
- border: 0.1em solid transparent;
7870
- border-radius: 50%;
7871
- clip: rect(0, 0.5em, 1em, 0);
7872
- height: 0.8em;
7873
- position: absolute;
7874
- transform: rotate(180deg);
7875
- width: 0.8em; }
7876
- .googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__slice {
7877
- clip: rect(auto, auto, auto, auto); }
7878
- .googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar::after {
7879
- transform: rotate(180deg); }
7880
- .googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__fill {
7881
- border: 0.1em solid transparent;
7882
- border-radius: 50%;
7883
- clip: rect(0, 0.5em, 1em, 0);
7884
- height: 0.8em;
7885
- position: absolute;
7886
- transform: rotate(180deg);
7887
- width: 0.8em; }
7888
- .googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__slice {
7889
- clip: rect(auto, auto, auto, auto); }
7890
- .googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar::after {
7891
- transform: rotate(180deg); }
7892
- .googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__fill {
7893
- border: 0.1em solid transparent;
7894
- border-radius: 50%;
7895
- clip: rect(0, 0.5em, 1em, 0);
7896
- height: 0.8em;
7897
- position: absolute;
7898
- transform: rotate(180deg);
7899
- width: 0.8em; }
7900
- .googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__slice {
7901
- clip: rect(auto, auto, auto, auto); }
7902
- .googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar::after {
7903
- transform: rotate(180deg); }
7904
- .googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__fill {
7905
- border: 0.1em solid transparent;
7906
- border-radius: 50%;
7907
- clip: rect(0, 0.5em, 1em, 0);
7908
- height: 0.8em;
7909
- position: absolute;
7910
- transform: rotate(180deg);
7911
- width: 0.8em; }
7912
- .googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__slice {
7913
- clip: rect(auto, auto, auto, auto); }
7914
- .googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar::after {
7915
- transform: rotate(180deg); }
7916
- .googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__fill {
7917
- border: 0.1em solid transparent;
7918
- border-radius: 50%;
7919
- clip: rect(0, 0.5em, 1em, 0);
7920
- height: 0.8em;
7921
- position: absolute;
7922
- transform: rotate(180deg);
7923
- width: 0.8em; }
7924
- .googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__slice {
7925
- clip: rect(auto, auto, auto, auto); }
7926
- .googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar::after {
7927
- transform: rotate(180deg); }
7928
- .googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__fill {
7929
- border: 0.1em solid transparent;
7930
- border-radius: 50%;
7931
- clip: rect(0, 0.5em, 1em, 0);
7932
- height: 0.8em;
7933
- position: absolute;
7934
- transform: rotate(180deg);
7935
- width: 0.8em; }
7936
- .googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__slice {
7937
- clip: rect(auto, auto, auto, auto); }
7938
- .googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar::after {
7939
- transform: rotate(180deg); }
7940
- .googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__fill {
7941
- border: 0.1em solid transparent;
7942
- border-radius: 50%;
7943
- clip: rect(0, 0.5em, 1em, 0);
7944
- height: 0.8em;
7945
- position: absolute;
7946
- transform: rotate(180deg);
7947
- width: 0.8em; }
7948
- .googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__slice {
7949
- clip: rect(auto, auto, auto, auto); }
7950
- .googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar::after {
7951
- transform: rotate(180deg); }
7952
- .googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__fill {
7953
- border: 0.1em solid transparent;
7954
- border-radius: 50%;
7955
- clip: rect(0, 0.5em, 1em, 0);
7956
- height: 0.8em;
7957
- position: absolute;
7958
- transform: rotate(180deg);
7959
- width: 0.8em; }
7960
- .googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__slice {
7961
- clip: rect(auto, auto, auto, auto); }
7962
- .googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar::after {
7963
- transform: rotate(180deg); }
7964
- .googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__fill {
7965
- border: 0.1em solid transparent;
7966
- border-radius: 50%;
7967
- clip: rect(0, 0.5em, 1em, 0);
7968
- height: 0.8em;
7969
- position: absolute;
7970
- transform: rotate(180deg);
7971
- width: 0.8em; }
7972
- .googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__slice {
7973
- clip: rect(auto, auto, auto, auto); }
7974
- .googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar::after {
7975
- transform: rotate(180deg); }
7976
- .googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__fill {
7977
- border: 0.1em solid transparent;
7978
- border-radius: 50%;
7979
- clip: rect(0, 0.5em, 1em, 0);
7980
- height: 0.8em;
7981
- position: absolute;
7982
- transform: rotate(180deg);
7983
- width: 0.8em; }
7984
- .googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__slice {
7985
- clip: rect(auto, auto, auto, auto); }
7986
- .googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar::after {
7987
- transform: rotate(180deg); }
7988
- .googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__fill {
7989
- border: 0.1em solid transparent;
7990
- border-radius: 50%;
7991
- clip: rect(0, 0.5em, 1em, 0);
7992
- height: 0.8em;
7993
- position: absolute;
7994
- transform: rotate(180deg);
7995
- width: 0.8em; }
7996
- .googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__slice {
7997
- clip: rect(auto, auto, auto, auto); }
7998
- .googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar::after {
7999
- transform: rotate(180deg); }
8000
- .googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__fill {
8001
- border: 0.1em solid transparent;
8002
- border-radius: 50%;
8003
- clip: rect(0, 0.5em, 1em, 0);
8004
- height: 0.8em;
8005
- position: absolute;
8006
- transform: rotate(180deg);
8007
- width: 0.8em; }
8008
- .googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__slice {
8009
- clip: rect(auto, auto, auto, auto); }
8010
- .googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar::after {
8011
- transform: rotate(180deg); }
8012
- .googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__fill {
8013
- border: 0.1em solid transparent;
8014
- border-radius: 50%;
8015
- clip: rect(0, 0.5em, 1em, 0);
8016
- height: 0.8em;
8017
- position: absolute;
8018
- transform: rotate(180deg);
8019
- width: 0.8em; }
8020
- .googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__slice {
8021
- clip: rect(auto, auto, auto, auto); }
8022
- .googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar::after {
8023
- transform: rotate(180deg); }
8024
- .googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__fill {
8025
- border: 0.1em solid transparent;
8026
- border-radius: 50%;
8027
- clip: rect(0, 0.5em, 1em, 0);
8028
- height: 0.8em;
8029
- position: absolute;
8030
- transform: rotate(180deg);
8031
- width: 0.8em; }
8032
- .googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__slice {
8033
- clip: rect(auto, auto, auto, auto); }
8034
- .googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar::after {
8035
- transform: rotate(180deg); }
8036
- .googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__fill {
8037
- border: 0.1em solid transparent;
8038
- border-radius: 50%;
8039
- clip: rect(0, 0.5em, 1em, 0);
8040
- height: 0.8em;
8041
- position: absolute;
8042
- transform: rotate(180deg);
8043
- width: 0.8em; }
8044
- .googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__slice {
8045
- clip: rect(auto, auto, auto, auto); }
8046
- .googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar::after {
8047
- transform: rotate(180deg); }
8048
- .googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__fill {
8049
- border: 0.1em solid transparent;
8050
- border-radius: 50%;
8051
- clip: rect(0, 0.5em, 1em, 0);
8052
- height: 0.8em;
8053
- position: absolute;
8054
- transform: rotate(180deg);
8055
- width: 0.8em; }
8056
- .googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__slice {
8057
- clip: rect(auto, auto, auto, auto); }
8058
- .googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar::after {
8059
- transform: rotate(180deg); }
8060
- .googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__fill {
8061
- border: 0.1em solid transparent;
8062
- border-radius: 50%;
8063
- clip: rect(0, 0.5em, 1em, 0);
8064
- height: 0.8em;
8065
- position: absolute;
8066
- transform: rotate(180deg);
8067
- width: 0.8em; }
8068
- .googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__slice {
8069
- clip: rect(auto, auto, auto, auto); }
8070
- .googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar::after {
8071
- transform: rotate(180deg); }
8072
- .googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__fill {
8073
- border: 0.1em solid transparent;
8074
- border-radius: 50%;
8075
- clip: rect(0, 0.5em, 1em, 0);
8076
- height: 0.8em;
8077
- position: absolute;
8078
- transform: rotate(180deg);
8079
- width: 0.8em; }
8080
- .googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__slice {
8081
- clip: rect(auto, auto, auto, auto); }
8082
- .googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar::after {
8083
- transform: rotate(180deg); }
8084
- .googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__fill {
8085
- border: 0.1em solid transparent;
8086
- border-radius: 50%;
8087
- clip: rect(0, 0.5em, 1em, 0);
8088
- height: 0.8em;
8089
- position: absolute;
8090
- transform: rotate(180deg);
8091
- width: 0.8em; }
8092
- .googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__slice {
8093
- clip: rect(auto, auto, auto, auto); }
8094
- .googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar::after {
8095
- transform: rotate(180deg); }
8096
- .googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__fill {
8097
- border: 0.1em solid transparent;
8098
- border-radius: 50%;
8099
- clip: rect(0, 0.5em, 1em, 0);
8100
- height: 0.8em;
8101
- position: absolute;
8102
- transform: rotate(180deg);
8103
- width: 0.8em; }
8104
- .googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__slice {
8105
- clip: rect(auto, auto, auto, auto); }
8106
- .googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar::after {
8107
- transform: rotate(180deg); }
8108
- .googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__fill {
8109
- border: 0.1em solid transparent;
8110
- border-radius: 50%;
8111
- clip: rect(0, 0.5em, 1em, 0);
8112
- height: 0.8em;
8113
- position: absolute;
8114
- transform: rotate(180deg);
8115
- width: 0.8em; }
8116
- .googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__slice {
8117
- clip: rect(auto, auto, auto, auto); }
8118
- .googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar::after {
8119
- transform: rotate(180deg); }
8120
- .googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__fill {
8121
- border: 0.1em solid transparent;
8122
- border-radius: 50%;
8123
- clip: rect(0, 0.5em, 1em, 0);
8124
- height: 0.8em;
8125
- position: absolute;
8126
- transform: rotate(180deg);
8127
- width: 0.8em; }
8128
- .googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__slice {
8129
- clip: rect(auto, auto, auto, auto); }
8130
- .googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar::after {
8131
- transform: rotate(180deg); }
8132
- .googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__fill {
8133
- border: 0.1em solid transparent;
8134
- border-radius: 50%;
8135
- clip: rect(0, 0.5em, 1em, 0);
8136
- height: 0.8em;
8137
- position: absolute;
8138
- transform: rotate(180deg);
8139
- width: 0.8em; }
8140
- .googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__slice {
8141
- clip: rect(auto, auto, auto, auto); }
8142
- .googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar::after {
8143
- transform: rotate(180deg); }
8144
- .googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__fill {
8145
- border: 0.1em solid transparent;
8146
- border-radius: 50%;
8147
- clip: rect(0, 0.5em, 1em, 0);
8148
- height: 0.8em;
8149
- position: absolute;
8150
- transform: rotate(180deg);
8151
- width: 0.8em; }
8152
- .googlesitekit-percentage-circle--percent-1 .googlesitekit-percentage-circle__bar {
8153
- transform: rotate(3.6deg); }
8154
- .googlesitekit-percentage-circle--percent-2 .googlesitekit-percentage-circle__bar {
8155
- transform: rotate(7.2deg); }
8156
- .googlesitekit-percentage-circle--percent-3 .googlesitekit-percentage-circle__bar {
8157
- transform: rotate(10.8deg); }
8158
- .googlesitekit-percentage-circle--percent-4 .googlesitekit-percentage-circle__bar {
8159
- transform: rotate(14.4deg); }
8160
- .googlesitekit-percentage-circle--percent-5 .googlesitekit-percentage-circle__bar {
8161
- transform: rotate(18deg); }
8162
- .googlesitekit-percentage-circle--percent-6 .googlesitekit-percentage-circle__bar {
8163
- transform: rotate(21.6deg); }
8164
- .googlesitekit-percentage-circle--percent-7 .googlesitekit-percentage-circle__bar {
8165
- transform: rotate(25.2deg); }
8166
- .googlesitekit-percentage-circle--percent-8 .googlesitekit-percentage-circle__bar {
8167
- transform: rotate(28.8deg); }
8168
- .googlesitekit-percentage-circle--percent-9 .googlesitekit-percentage-circle__bar {
8169
- transform: rotate(32.4deg); }
8170
- .googlesitekit-percentage-circle--percent-10 .googlesitekit-percentage-circle__bar {
8171
- transform: rotate(36deg); }
8172
- .googlesitekit-percentage-circle--percent-11 .googlesitekit-percentage-circle__bar {
8173
- transform: rotate(39.6deg); }
8174
- .googlesitekit-percentage-circle--percent-12 .googlesitekit-percentage-circle__bar {
8175
- transform: rotate(43.2deg); }
8176
- .googlesitekit-percentage-circle--percent-13 .googlesitekit-percentage-circle__bar {
8177
- transform: rotate(46.8deg); }
8178
- .googlesitekit-percentage-circle--percent-14 .googlesitekit-percentage-circle__bar {
8179
- transform: rotate(50.4deg); }
8180
- .googlesitekit-percentage-circle--percent-15 .googlesitekit-percentage-circle__bar {
8181
- transform: rotate(54deg); }
8182
- .googlesitekit-percentage-circle--percent-16 .googlesitekit-percentage-circle__bar {
8183
- transform: rotate(57.6deg); }
8184
- .googlesitekit-percentage-circle--percent-17 .googlesitekit-percentage-circle__bar {
8185
- transform: rotate(61.2deg); }
8186
- .googlesitekit-percentage-circle--percent-18 .googlesitekit-percentage-circle__bar {
8187
- transform: rotate(64.8deg); }
8188
- .googlesitekit-percentage-circle--percent-19 .googlesitekit-percentage-circle__bar {
8189
- transform: rotate(68.4deg); }
8190
- .googlesitekit-percentage-circle--percent-20 .googlesitekit-percentage-circle__bar {
8191
- transform: rotate(72deg); }
8192
- .googlesitekit-percentage-circle--percent-21 .googlesitekit-percentage-circle__bar {
8193
- transform: rotate(75.6deg); }
8194
- .googlesitekit-percentage-circle--percent-22 .googlesitekit-percentage-circle__bar {
8195
- transform: rotate(79.2deg); }
8196
- .googlesitekit-percentage-circle--percent-23 .googlesitekit-percentage-circle__bar {
8197
- transform: rotate(82.8deg); }
8198
- .googlesitekit-percentage-circle--percent-24 .googlesitekit-percentage-circle__bar {
8199
- transform: rotate(86.4deg); }
8200
- .googlesitekit-percentage-circle--percent-25 .googlesitekit-percentage-circle__bar {
8201
- transform: rotate(90deg); }
8202
- .googlesitekit-percentage-circle--percent-26 .googlesitekit-percentage-circle__bar {
8203
- transform: rotate(93.6deg); }
8204
- .googlesitekit-percentage-circle--percent-27 .googlesitekit-percentage-circle__bar {
8205
- transform: rotate(97.2deg); }
8206
- .googlesitekit-percentage-circle--percent-28 .googlesitekit-percentage-circle__bar {
8207
- transform: rotate(100.8deg); }
8208
- .googlesitekit-percentage-circle--percent-29 .googlesitekit-percentage-circle__bar {
8209
- transform: rotate(104.4deg); }
8210
- .googlesitekit-percentage-circle--percent-30 .googlesitekit-percentage-circle__bar {
8211
- transform: rotate(108deg); }
8212
- .googlesitekit-percentage-circle--percent-31 .googlesitekit-percentage-circle__bar {
8213
- transform: rotate(111.6deg); }
8214
- .googlesitekit-percentage-circle--percent-32 .googlesitekit-percentage-circle__bar {
8215
- transform: rotate(115.2deg); }
8216
- .googlesitekit-percentage-circle--percent-33 .googlesitekit-percentage-circle__bar {
8217
- transform: rotate(118.8deg); }
8218
- .googlesitekit-percentage-circle--percent-34 .googlesitekit-percentage-circle__bar {
8219
- transform: rotate(122.4deg); }
8220
- .googlesitekit-percentage-circle--percent-35 .googlesitekit-percentage-circle__bar {
8221
- transform: rotate(126deg); }
8222
- .googlesitekit-percentage-circle--percent-36 .googlesitekit-percentage-circle__bar {
8223
- transform: rotate(129.6deg); }
8224
- .googlesitekit-percentage-circle--percent-37 .googlesitekit-percentage-circle__bar {
8225
- transform: rotate(133.2deg); }
8226
- .googlesitekit-percentage-circle--percent-38 .googlesitekit-percentage-circle__bar {
8227
- transform: rotate(136.8deg); }
8228
- .googlesitekit-percentage-circle--percent-39 .googlesitekit-percentage-circle__bar {
8229
- transform: rotate(140.4deg); }
8230
- .googlesitekit-percentage-circle--percent-40 .googlesitekit-percentage-circle__bar {
8231
- transform: rotate(144deg); }
8232
- .googlesitekit-percentage-circle--percent-41 .googlesitekit-percentage-circle__bar {
8233
- transform: rotate(147.6deg); }
8234
- .googlesitekit-percentage-circle--percent-42 .googlesitekit-percentage-circle__bar {
8235
- transform: rotate(151.2deg); }
8236
- .googlesitekit-percentage-circle--percent-43 .googlesitekit-percentage-circle__bar {
8237
- transform: rotate(154.8deg); }
8238
- .googlesitekit-percentage-circle--percent-44 .googlesitekit-percentage-circle__bar {
8239
- transform: rotate(158.4deg); }
8240
- .googlesitekit-percentage-circle--percent-45 .googlesitekit-percentage-circle__bar {
8241
- transform: rotate(162deg); }
8242
- .googlesitekit-percentage-circle--percent-46 .googlesitekit-percentage-circle__bar {
8243
- transform: rotate(165.6deg); }
8244
- .googlesitekit-percentage-circle--percent-47 .googlesitekit-percentage-circle__bar {
8245
- transform: rotate(169.2deg); }
8246
- .googlesitekit-percentage-circle--percent-48 .googlesitekit-percentage-circle__bar {
8247
- transform: rotate(172.8deg); }
8248
- .googlesitekit-percentage-circle--percent-49 .googlesitekit-percentage-circle__bar {
8249
- transform: rotate(176.4deg); }
8250
- .googlesitekit-percentage-circle--percent-50 .googlesitekit-percentage-circle__bar {
8251
- transform: rotate(180deg); }
8252
- .googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar {
8253
- transform: rotate(183.6deg); }
8254
- .googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar {
8255
- transform: rotate(187.2deg); }
8256
- .googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar {
8257
- transform: rotate(190.8deg); }
8258
- .googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar {
8259
- transform: rotate(194.4deg); }
8260
- .googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar {
8261
- transform: rotate(198deg); }
8262
- .googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar {
8263
- transform: rotate(201.6deg); }
8264
- .googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar {
8265
- transform: rotate(205.2deg); }
8266
- .googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar {
8267
- transform: rotate(208.8deg); }
8268
- .googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar {
8269
- transform: rotate(212.4deg); }
8270
- .googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar {
8271
- transform: rotate(216deg); }
8272
- .googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar {
8273
- transform: rotate(219.6deg); }
8274
- .googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar {
8275
- transform: rotate(223.2deg); }
8276
- .googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar {
8277
- transform: rotate(226.8deg); }
8278
- .googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar {
8279
- transform: rotate(230.4deg); }
8280
- .googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar {
8281
- transform: rotate(234deg); }
8282
- .googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar {
8283
- transform: rotate(237.6deg); }
8284
- .googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar {
8285
- transform: rotate(241.2deg); }
8286
- .googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar {
8287
- transform: rotate(244.8deg); }
8288
- .googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar {
8289
- transform: rotate(248.4deg); }
8290
- .googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar {
8291
- transform: rotate(252deg); }
8292
- .googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar {
8293
- transform: rotate(255.6deg); }
8294
- .googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar {
8295
- transform: rotate(259.2deg); }
8296
- .googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar {
8297
- transform: rotate(262.8deg); }
8298
- .googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar {
8299
- transform: rotate(266.4deg); }
8300
- .googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar {
8301
- transform: rotate(270deg); }
8302
- .googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar {
8303
- transform: rotate(273.6deg); }
8304
- .googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar {
8305
- transform: rotate(277.2deg); }
8306
- .googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar {
8307
- transform: rotate(280.8deg); }
8308
- .googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar {
8309
- transform: rotate(284.4deg); }
8310
- .googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar {
8311
- transform: rotate(288deg); }
8312
- .googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar {
8313
- transform: rotate(291.6deg); }
8314
- .googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar {
8315
- transform: rotate(295.2deg); }
8316
- .googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar {
8317
- transform: rotate(298.8deg); }
8318
- .googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar {
8319
- transform: rotate(302.4deg); }
8320
- .googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar {
8321
- transform: rotate(306deg); }
8322
- .googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar {
8323
- transform: rotate(309.6deg); }
8324
- .googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar {
8325
- transform: rotate(313.2deg); }
8326
- .googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar {
8327
- transform: rotate(316.8deg); }
8328
- .googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar {
8329
- transform: rotate(320.4deg); }
8330
- .googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar {
8331
- transform: rotate(324deg); }
8332
- .googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar {
8333
- transform: rotate(327.6deg); }
8334
- .googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar {
8335
- transform: rotate(331.2deg); }
8336
- .googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar {
8337
- transform: rotate(334.8deg); }
8338
- .googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar {
8339
- transform: rotate(338.4deg); }
8340
- .googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar {
8341
- transform: rotate(342deg); }
8342
- .googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar {
8343
- transform: rotate(345.6deg); }
8344
- .googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar {
8345
- transform: rotate(349.2deg); }
8346
- .googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar {
8347
- transform: rotate(352.8deg); }
8348
- .googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar {
8349
- transform: rotate(356.4deg); }
8350
- .googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar {
8351
- transform: rotate(360deg); }
8352
- .googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__bar,
8353
- .googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__fill {
8354
- border-color: #188038; }
8355
- .googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__bar,
8356
- .googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__fill {
8357
- border-color: #e37400; }
8358
- .googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__bar,
8359
- .googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__fill {
8360
- border-color: #d93025; }
8361
-
8362
- /**
8363
- * Post searcher styles.
8364
- *
8365
- * Site Kit by Google, Copyright 2019 Google LLC
8366
- *
8367
- * Licensed under the Apache License, Version 2.0 (the "License");
8368
- * you may not use this file except in compliance with the License.
8369
- * You may obtain a copy of the License at
8370
- *
8371
- * https://www.apache.org/licenses/LICENSE-2.0
8372
- *
8373
- * Unless required by applicable law or agreed to in writing, software
8374
- * distributed under the License is distributed on an "AS IS" BASIS,
8375
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8376
- * See the License for the specific language governing permissions and
8377
- * limitations under the License.
8378
- */
8379
- .googlesitekit-post-searcher {
8380
- display: flex;
8381
- flex-wrap: wrap;
8382
- position: relative;
8383
- width: 100%; }
8384
- .googlesitekit-post-searcher .googlesitekit-post-searcher__label {
8385
- background-color: #fff;
8386
- color: #5b5b61;
8387
- font-size: 0.75rem;
8388
- left: 12px;
8389
- padding: 0 4px;
8390
- position: absolute;
8391
- top: -8px;
8392
- z-index: 4; }
8393
- .googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper {
8394
- flex: 0 0 auto; }
8395
- .googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper .googlesitekit-post-searcher__button {
8396
- min-height: 100%; }
8397
-
8398
- /**
8399
- * Preview block styles.
8400
- *
8401
- * Site Kit by Google, Copyright 2019 Google LLC
8402
- *
8403
- * Licensed under the Apache License, Version 2.0 (the "License");
8404
- * you may not use this file except in compliance with the License.
8405
- * You may obtain a copy of the License at
8406
- *
8407
- * https://www.apache.org/licenses/LICENSE-2.0
8408
- *
8409
- * Unless required by applicable law or agreed to in writing, software
8410
- * distributed under the License is distributed on an "AS IS" BASIS,
8411
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8412
- * See the License for the specific language governing permissions and
8413
- * limitations under the License.
8414
- */
8415
- .googlesitekit-preview-block {
8416
- display: flex;
8417
- flex-direction: column; }
8418
- .googlesitekit-preview-block--padding {
8419
- padding: 16px; }
8420
- .googlesitekit-preview-block--padding + .googlesitekit-preview-block--padding {
8421
- padding-top: 0; }
8422
- @media (min-width: 960px) {
8423
- .googlesitekit-preview-block--padding {
8424
- padding: 24px; } }
8425
- .googlesitekit-preview-block__wrapper {
8426
- animation: pulse 1s infinite ease-in-out;
8427
- animation-direction: alternate;
8428
- flex: 1 1 auto; }
8429
- .googlesitekit-preview-block__wrapper--circle {
8430
- border-radius: 50%; }
8431
-
8432
- @keyframes pulse {
8433
- 0% {
8434
- background-color: rgba(0, 0, 0, 0.05); }
8435
- 100% {
8436
- background-color: rgba(0, 0, 0, 0.15); } }
8437
-
8438
- /**
8439
- * Preview table styles.
8440
- *
8441
- * Site Kit by Google, Copyright 2019 Google LLC
8442
- *
8443
- * Licensed under the Apache License, Version 2.0 (the "License");
8444
- * you may not use this file except in compliance with the License.
8445
- * You may obtain a copy of the License at
8446
- *
8447
- * https://www.apache.org/licenses/LICENSE-2.0
8448
- *
8449
- * Unless required by applicable law or agreed to in writing, software
8450
- * distributed under the License is distributed on an "AS IS" BASIS,
8451
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8452
- * See the License for the specific language governing permissions and
8453
- * limitations under the License.
8454
- */
8455
- .googlesitekit-preview-table--padding {
8456
- padding: 16px; }
8457
- .googlesitekit-preview-table--padding + .googlesitekit-preview-table--padding {
8458
- padding-top: 0; }
8459
- @media (min-width: 960px) {
8460
- .googlesitekit-preview-table--padding {
8461
- padding: 24px; } }
8462
-
8463
- .googlesitekit-preview-table .googlesitekit-preview-table__row {
8464
- margin: 0 0 9px 0; }
8465
- .googlesitekit-preview-table .googlesitekit-preview-table__row:last-child {
8466
- margin-bottom: 0; }
8467
-
8468
- /**
8469
- * Publisher wins styles.
8470
- *
8471
- * Site Kit by Google, Copyright 2019 Google LLC
8472
- *
8473
- * Licensed under the Apache License, Version 2.0 (the "License");
8474
- * you may not use this file except in compliance with the License.
8475
- * You may obtain a copy of the License at
8476
- *
8477
- * https://www.apache.org/licenses/LICENSE-2.0
8478
- *
8479
- * Unless required by applicable law or agreed to in writing, software
8480
- * distributed under the License is distributed on an "AS IS" BASIS,
8481
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8482
- * See the License for the specific language governing permissions and
8483
- * limitations under the License.
8484
- */
8485
- .googlesitekit-publisher-win {
8486
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
8487
- background: #fff;
8488
- opacity: 1;
8489
- position: relative;
8490
- transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
8491
- visibility: visible; }
8492
- @media (min-width: 600px) {
8493
- .googlesitekit-publisher-win {
8494
- padding-left: 10px;
8495
- padding-right: 10px; } }
8496
- .googlesitekit-publisher-win--win-warning {
8497
- border-right: 4px solid #fbbc05; }
8498
- .googlesitekit-publisher-win--win-error {
8499
- border-right: 4px solid #d53e36; }
8500
- .googlesitekit-publisher-win--is-closed {
8501
- opacity: 0;
8502
- visibility: hidden; }
8503
- .googlesitekit-publisher-win .googlesitekit-publisher-win__title {
8504
- margin: 0; }
8505
- .googlesitekit-publisher-win .googlesitekit-publisher-win__desc:first-child > *:first-child {
8506
- margin-top: 0; }
8507
- .googlesitekit-publisher-win .googlesitekit-cta-link--external {
8508
- margin-right: 7px; }
8509
- .googlesitekit-publisher-win .googlesitekit-publisher-win__small-image {
8510
- max-width: 100%; }
8511
- .googlesitekit-publisher-win .googlesitekit-publisher-win__icons {
8512
- position: absolute;
8513
- right: 8px;
8514
- top: 50%;
8515
- transform: translateY(-50%); }
8516
- @media (min-width: 960px) {
8517
- .googlesitekit-publisher-win .googlesitekit-publisher-win__icons {
8518
- right: calc(24px * 2); } }
8519
- .googlesitekit-publisher-win .googlesitekit-publisher-win__image-large {
8520
- margin-bottom: 24px;
8521
- text-align: center; }
8522
- @media (min-width: 600px) {
8523
- .googlesitekit-publisher-win .googlesitekit-publisher-win__image-large {
8524
- text-align: left; } }
8525
- @media (min-width: 960px) {
8526
- .googlesitekit-publisher-win .googlesitekit-publisher-win__image-large {
8527
- text-align: center; } }
8528
- .googlesitekit-publisher-win .googlesitekit-publisher-win__image-large img {
8529
- display: inline-block;
8530
- max-width: 100%; }
8531
- .googlesitekit-publisher-win .googlesitekit-publisher-win__detect {
8532
- font-size: 0.75rem; }
8533
- @media (min-width: 960px) {
8534
- .googlesitekit-publisher-win .googlesitekit-publisher-win__detect {
8535
- margin-left: 48px; } }
8536
- .googlesitekit-publisher-win .googlesitekit-publisher-win__link a {
8537
- font-size: 1.1rem; }
8538
- .googlesitekit-publisher-win .googlesitekit-publisher-win__stats {
8539
- margin-bottom: 24px; }
8540
- .googlesitekit-publisher-win.win-stats-increase .googlesitekit-publisher-win__stats {
8541
- margin-bottom: 0; }
8542
- .googlesitekit-publisher-win.win-stats-increase .googlesitekit-subheading-1 {
8543
- margin-top: 0; }
8544
- .googlesitekit-publisher-win .mdc-button + .googlesitekit-cta-link {
8545
- margin-left: 24px; }
8546
- .googlesitekit-publisher-win .googlesitekit-publisher-win__logo {
8547
- display: inline-block;
8548
- line-height: 0;
8549
- margin-right: 5px;
8550
- vertical-align: bottom; }
8551
- .googlesitekit-publisher-win .googlesitekit-publisher-win__module-name {
8552
- display: inline-block;
8553
- font-size: 0.875rem;
8554
- line-height: 1;
8555
- margin-bottom: -1px;
8556
- vertical-align: bottom; }
8557
-
8558
- .googlesitekit-rocket {
8559
- height: 170px;
8560
- position: relative; }
8561
-
8562
- .googlesitekit-rocket__clouds {
8563
- animation: clouds 5.5s backwards ease-out;
8564
- bottom: 0;
8565
- left: 30px;
8566
- position: absolute; }
8567
-
8568
- .googlesitekit-rocket__dust {
8569
- animation: dust 4s 1.5s backwards ease-in-out;
8570
- bottom: 0;
8571
- left: 0;
8572
- position: absolute; }
8573
-
8574
- .googlesitekit-rocket__body {
8575
- animation: rumble 50ms 50 alternate, liftoff 3s 2.5s ease-in;
8576
- bottom: 18px;
8577
- left: 65px;
8578
- position: absolute; }
8579
-
8580
- @keyframes clouds {
8581
- 0%,
8582
- 100% {
8583
- opacity: 0; }
8584
- 50% {
8585
- opacity: 1; } }
8586
-
8587
- @keyframes dust {
8588
- 0%,
8589
- 100% {
8590
- opacity: 0; }
8591
- 50% {
8592
- opacity: 1; }
8593
- 100% {
8594
- transform: rotate(-10deg) translateY(-10px); } }
8595
-
8596
- @keyframes rumble {
8597
- 0% {
8598
- transform: rotate(2deg); }
8599
- 100% {
8600
- transform: rotate(-2deg); } }
8601
-
8602
- @keyframes liftoff {
8603
- 100% {
8604
- transform: translateY(-500px); } }
8605
-
8606
- /**
8607
- * Source link styles.
8608
- *
8609
- * Site Kit by Google, Copyright 2019 Google LLC
8610
- *
8611
- * Licensed under the Apache License, Version 2.0 (the "License");
8612
- * you may not use this file except in compliance with the License.
8613
- * You may obtain a copy of the License at
8614
- *
8615
- * https://www.apache.org/licenses/LICENSE-2.0
8616
- *
8617
- * Unless required by applicable law or agreed to in writing, software
8618
- * distributed under the License is distributed on an "AS IS" BASIS,
8619
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8620
- * See the License for the specific language governing permissions and
8621
- * limitations under the License.
8622
- */
8623
- .googlesitekit-source-link {
8624
- font-size: 0.75rem; }
8625
-
8626
- /**
8627
- * Table styles.
8628
- *
8629
- * Site Kit by Google, Copyright 2019 Google LLC
8630
- *
8631
- * Licensed under the Apache License, Version 2.0 (the "License");
8632
- * you may not use this file except in compliance with the License.
8633
- * You may obtain a copy of the License at
8634
- *
8635
- * https://www.apache.org/licenses/LICENSE-2.0
8636
- *
8637
- * Unless required by applicable law or agreed to in writing, software
8638
- * distributed under the License is distributed on an "AS IS" BASIS,
8639
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8640
- * See the License for the specific language governing permissions and
8641
- * limitations under the License.
8642
- */
8643
- .googlesitekit-table {
8644
- counter-reset: table;
8645
- font-size: 0.875rem;
8646
- padding: 16px;
8647
- position: relative; }
8648
- @media (min-width: 960px) {
8649
- .googlesitekit-table {
8650
- padding: 24px; } }
8651
- .googlesitekit-details-widget .googlesitekit-table,
8652
- .googlesitekit-alltraffic-widget .googlesitekit-table,
8653
- .googlesitekit-wp-dashboard .googlesitekit-table {
8654
- padding: 0; }
8655
- .googlesitekit-table .googlesitekit-table__wrapper {
8656
- border-collapse: collapse;
8657
- table-layout: fixed;
8658
- width: 100%; }
8659
- @media (max-width: 599px) {
8660
- .googlesitekit-table .googlesitekit-table__wrapper.googlesitekit-table__wrapper--mobile-2-col .googlesitekit-table__head-item--primary {
8661
- width: 75%; } }
8662
- .googlesitekit-table .googlesitekit-table__head-row {
8663
- border-bottom: 1px solid #e6e6e6; }
8664
- .googlesitekit-table .googlesitekit-table__head-item {
8665
- color: #3c4043;
8666
- font-weight: 500;
8667
- -webkit-hyphens: auto;
8668
- -ms-hyphens: auto;
8669
- hyphens: auto;
8670
- outline: 0;
8671
- padding: 0 4px 8px 4px;
8672
- position: relative;
8673
- text-align: right;
8674
- text-decoration: none;
8675
- white-space: normal; }
8676
- @media (min-width: 600px) {
8677
- .googlesitekit-table .googlesitekit-table__head-item {
8678
- padding: 0 8px 8px 8px; } }
8679
- @media (min-width: 960px) {
8680
- .googlesitekit-table .googlesitekit-table__head-item {
8681
- padding: 0 12px 12px 12px; } }
8682
- .googlesitekit-table .googlesitekit-table__head-item:first-child {
8683
- padding-left: 0;
8684
- text-align: left; }
8685
- .googlesitekit-table .googlesitekit-table__head-item:last-child {
8686
- padding-right: 0; }
8687
- .googlesitekit-table .googlesitekit-table__head-item--primary {
8688
- width: 50%; }
8689
- .googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child {
8690
- padding-right: 0; }
8691
- @media (min-width: 960px) {
8692
- .googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before {
8693
- background: rgba(0, 0, 0, 0.7);
8694
- border-radius: 3px;
8695
- color: #fff;
8696
- content: attr(data-tooltip);
8697
- display: none;
8698
- font-size: 0.75rem;
8699
- max-width: 250px;
8700
- opacity: 0;
8701
- padding: calc(16px / 2) 24px;
8702
- pointer-events: none;
8703
- position: absolute;
8704
- right: 0;
8705
- text-align: center;
8706
- top: 100%;
8707
- transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
8708
- visibility: hidden; } }
8709
- @media (min-width: 960px) {
8710
- .googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before {
8711
- left: 0; } }
8712
- .googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary {
8713
- width: 75%; }
8714
- .googlesitekit-table .googlesitekit-table__body {
8715
- font-weight: 400; }
8716
- .googlesitekit-table .googlesitekit-table__body-row {
8717
- border-bottom: 1px solid #e6e6e6; }
8718
- .googlesitekit-table .googlesitekit-table__body-item {
8719
- padding: 8px 4px;
8720
- text-align: right; }
8721
- @media (min-width: 600px) {
8722
- .googlesitekit-table .googlesitekit-table__body-item {
8723
- padding: 8px; } }
8724
- @media (min-width: 960px) {
8725
- .googlesitekit-table .googlesitekit-table__body-item {
8726
- padding: 12px; } }
8727
- .googlesitekit-table .googlesitekit-table__body-item:first-child {
8728
- padding-left: 0;
8729
- text-align: left; }
8730
- .googlesitekit-table .googlesitekit-table__body-item:last-child {
8731
- padding-right: 0; }
8732
- .googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart {
8733
- display: none; }
8734
- @media (min-width: 600px) {
8735
- .googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart {
8736
- display: block; } }
8737
- .googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child {
8738
- padding-right: 0; }
8739
- .googlesitekit-table--with-list .googlesitekit-table__body-row {
8740
- transition: background-color 0.2s ease-in-out; }
8741
- .googlesitekit-table--with-list .googlesitekit-table__body-row:last-child {
8742
- border-bottom: 0; }
8743
- .googlesitekit-table--with-list .googlesitekit-table__body-row:hover {
8744
- background-color: rgba(60, 64, 67, 0.05); }
8745
- .googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content {
8746
- margin-left: 24px;
8747
- position: relative; }
8748
- .googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before {
8749
- content: counter(table) ".";
8750
- counter-increment: table;
8751
- left: -24px;
8752
- position: absolute; }
8753
- @media (max-width: 600px) {
8754
- .googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link {
8755
- display: block;
8756
- overflow: hidden;
8757
- text-overflow: ellipsis; } }
8758
- .googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link {
8759
- background-image: none; }
8760
- .googlesitekit-table .googlesitekit-table__body-item-url {
8761
- background-image: none;
8762
- display: block;
8763
- font-size: 0.75rem;
8764
- word-break: break-word; }
8765
- .googlesitekit-table .googlesitekit-table__body-item-chart-wrap {
8766
- align-items: center;
8767
- display: flex;
8768
- justify-content: flex-end; }
8769
- .googlesitekit-table .googlesitekit-table__source {
8770
- margin-top: 16px; }
8771
- @media (min-width: 960px) {
8772
- .googlesitekit-table .googlesitekit-table__source {
8773
- margin-top: 24px; } }
8774
-
8775
- /**
8776
- * Table overflow styles.
8777
- *
8778
- * Site Kit by Google, Copyright 2019 Google LLC
8779
- *
8780
- * Licensed under the Apache License, Version 2.0 (the "License");
8781
- * you may not use this file except in compliance with the License.
8782
- * You may obtain a copy of the License at
8783
- *
8784
- * https://www.apache.org/licenses/LICENSE-2.0
8785
- *
8786
- * Unless required by applicable law or agreed to in writing, software
8787
- * distributed under the License is distributed on an "AS IS" BASIS,
8788
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8789
- * See the License for the specific language governing permissions and
8790
- * limitations under the License.
8791
- */
8792
- .googlesitekit-table-overflow {
8793
- position: relative; }
8794
- @media (max-width: 600px) {
8795
- .googlesitekit-table-overflow::after {
8796
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
8797
- bottom: 0;
8798
- content: "";
8799
- display: block;
8800
- pointer-events: none;
8801
- position: absolute;
8802
- right: 0;
8803
- top: 0;
8804
- transition: all 0.2s ease-in-out;
8805
- width: 0; } }
8806
- @media (max-width: 600px) {
8807
- .googlesitekit-table-overflow--gradient::after {
8808
- width: 15%; } }
8809
- .googlesitekit-table-overflow .googlesitekit-table-overflow__container {
8810
- overflow-x: auto;
8811
- white-space: nowrap; }
8812
- @media (min-width: 600px) {
8813
- .googlesitekit-table-overflow .googlesitekit-table-overflow__container {
8814
- overflow-x: visible;
8815
- white-space: normal; } }
8816
-
8817
- /**
8818
- * Text Field Icon styles.
8819
- *
8820
- * Site Kit by Google, Copyright 2020 Google LLC
8821
- *
8822
- * Licensed under the Apache License, Version 2.0 (the "License");
8823
- * you may not use this file except in compliance with the License.
8824
- * You may obtain a copy of the License at
8825
- *
8826
- * https://www.apache.org/licenses/LICENSE-2.0
8827
- *
8828
- * Unless required by applicable law or agreed to in writing, software
8829
- * distributed under the License is distributed on an "AS IS" BASIS,
8830
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8831
- * See the License for the specific language governing permissions and
8832
- * limitations under the License.
8833
- */
8834
- .googlesitekit-plugin .googlesitekit-text-field-icon--warning::before {
8835
- background-color: #fbbc05;
8836
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
8837
- background-position: center 4px;
8838
- background-repeat: no-repeat;
8839
- background-size: 14px 12px;
8840
- border-radius: 50%;
8841
- content: "";
8842
- display: inline-block;
8843
- height: 22px;
8844
- vertical-align: middle;
8845
- width: 22px; }
8846
-
8847
- /**
8848
- * Dashboard signin box styles.
8849
- *
8850
- * Site Kit by Google, Copyright 2019 Google LLC
8851
- *
8852
- * Licensed under the Apache License, Version 2.0 (the "License");
8853
- * you may not use this file except in compliance with the License.
8854
- * You may obtain a copy of the License at
8855
- *
8856
- * https://www.apache.org/licenses/LICENSE-2.0
8857
- *
8858
- * Unless required by applicable law or agreed to in writing, software
8859
- * distributed under the License is distributed on an "AS IS" BASIS,
8860
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8861
- * See the License for the specific language governing permissions and
8862
- * limitations under the License.
8863
- */
8864
- .googlesitekit-signin-box {
8865
- background-color: #fff;
8866
- border-color: #bbb;
8867
- display: block;
8868
- margin: 20px auto;
8869
- padding: 20px;
8870
- text-align: center; }
8871
-
8872
- /**
8873
- * Dashboard module header styles.
8874
- *
8875
- * Site Kit by Google, Copyright 2019 Google LLC
8876
- *
8877
- * Licensed under the Apache License, Version 2.0 (the "License");
8878
- * you may not use this file except in compliance with the License.
8879
- * You may obtain a copy of the License at
8880
- *
8881
- * https://www.apache.org/licenses/LICENSE-2.0
8882
- *
8883
- * Unless required by applicable law or agreed to in writing, software
8884
- * distributed under the License is distributed on an "AS IS" BASIS,
8885
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8886
- * See the License for the specific language governing permissions and
8887
- * limitations under the License.
8888
- */
8889
- .googlesitekit-dashboard-module-header {
8890
- margin: 0 0 -5px 0; }
8891
- @media (min-width: 960px) {
8892
- .googlesitekit-dashboard-module-header {
8893
- margin-bottom: -10px; } }
8894
- .googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__title {
8895
- color: #5b5b61;
8896
- margin: 0; }
8897
- .googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__description {
8898
- font-size: 0.75rem;
8899
- line-height: 1.2;
8900
- margin: 0; }
8901
- .googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__time {
8902
- font-size: 0.75rem;
8903
- line-height: 1.2;
8904
- margin: 0; }
8905
-
8906
- /**
8907
- * Dashboard single URL styles.
8908
- *
8909
- * Site Kit by Google, Copyright 2019 Google LLC
8910
- *
8911
- * Licensed under the Apache License, Version 2.0 (the "License");
8912
- * you may not use this file except in compliance with the License.
8913
- * You may obtain a copy of the License at
8914
- *
8915
- * https://www.apache.org/licenses/LICENSE-2.0
8916
- *
8917
- * Unless required by applicable law or agreed to in writing, software
8918
- * distributed under the License is distributed on an "AS IS" BASIS,
8919
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8920
- * See the License for the specific language governing permissions and
8921
- * limitations under the License.
8922
- */
8923
- .googlesitekit-dashboard-single-url .googlesitekit-dashboard-single-url__heading {
8924
- margin: 10px 0 0 0; }
8925
-
8926
- .googlesitekit-dashboard-single-url .googlesitekit-dashboard-single-url__title {
8927
- margin: 0 0 10px 0; }
8928
-
8929
- /**
8930
- * DashboardPageSpeed styles.
8931
- *
8932
- * Site Kit by Google, Copyright 2020 Google LLC
8933
- *
8934
- * Licensed under the Apache License, Version 2.0 (the "License");
8935
- * you may not use this file except in compliance with the License.
8936
- * You may obtain a copy of the License at
8937
- *
8938
- * https://www.apache.org/licenses/LICENSE-2.0
8939
- *
8940
- * Unless required by applicable law or agreed to in writing, software
8941
- * distributed under the License is distributed on an "AS IS" BASIS,
8942
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8943
- * See the License for the specific language governing permissions and
8944
- * limitations under the License.
8945
- */
8946
- .googlesitekit-pagespeed-widget .googlesitekit-cta-link {
8947
- white-space: nowrap; }
8948
-
8949
- .googlesitekit-pagespeed-widget .googlesitekit-table {
8950
- border-spacing: 0;
8951
- padding: 0;
8952
- width: 100%; }
8953
- .googlesitekit-pagespeed-widget .googlesitekit-table thead {
8954
- display: none; }
8955
-
8956
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header {
8957
- align-items: flex-end;
8958
- background: #fafafa;
8959
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
8960
- display: flex;
8961
- justify-content: space-between; }
8962
- @media (max-width: 449px) {
8963
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header {
8964
- align-items: center;
8965
- flex-direction: column-reverse;
8966
- justify-content: flex-end; } }
8967
-
8968
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab {
8969
- font-size: 0.875rem;
8970
- letter-spacing: 0.25px;
8971
- line-height: 1.25rem;
8972
- margin: 0 10px;
8973
- text-transform: none; }
8974
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab .mdc-tab-indicator__content--underline {
8975
- border-top-left-radius: 3px;
8976
- border-top-right-radius: 3px;
8977
- height: 3px; }
8978
-
8979
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper {
8980
- padding: 12px;
8981
- width: auto; }
8982
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper .googlesitekit-device-size-tab-bar {
8983
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
8984
-
8985
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable {
8986
- align-items: center;
8987
- display: flex;
8988
- height: auto;
8989
- justify-content: center;
8990
- padding: 16px; }
8991
- @media (min-width: 600px) {
8992
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable {
8993
- min-height: 285px;
8994
- padding: 24px; } }
8995
-
8996
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content {
8997
- display: flex;
8998
- flex-direction: column;
8999
- justify-content: flex-start;
9000
- max-width: 600px;
9001
- width: 75%; }
9002
- @media (max-width: 599px) {
9003
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content {
9004
- width: 100%; } }
9005
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content h3 {
9006
- font-size: 1.25rem;
9007
- line-height: 1.75rem;
9008
- margin: 0 0 0.25rem; }
9009
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content p {
9010
- font-size: 0.875rem;
9011
- line-height: 1.25rem;
9012
- margin: 0.25rem 0; }
9013
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content a {
9014
- margin: 0; }
9015
-
9016
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row {
9017
- align-items: center;
9018
- display: flex;
9019
- justify-content: space-between;
9020
- padding: 18px 16px; }
9021
- @media (min-width: 600px) {
9022
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row {
9023
- padding: 18px 24px; } }
9024
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row p {
9025
- color: #6e7275;
9026
- font-size: 0.875rem;
9027
- letter-spacing: 0.2px;
9028
- line-height: 1.25rem; }
9029
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first {
9030
- padding: 12px 16px 8px 16px; }
9031
- @media (min-width: 600px) {
9032
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first {
9033
- padding: 18px 24px 12px 24px; } }
9034
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last {
9035
- padding: 8px 16px 12px 16px; }
9036
- @media (min-width: 600px) {
9037
- .googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last {
9038
- padding: 12px 24px 18px 24px; } }
9039
-
9040
- /**
9041
- * ReportMetric styles.
9042
- *
9043
- * Site Kit by Google, Copyright 2020 Google LLC
9044
- *
9045
- * Licensed under the Apache License, Version 2.0 (the "License");
9046
- * you may not use this file except in compliance with the License.
9047
- * You may obtain a copy of the License at
9048
- *
9049
- * https://www.apache.org/licenses/LICENSE-2.0
9050
- *
9051
- * Unless required by applicable law or agreed to in writing, software
9052
- * distributed under the License is distributed on an "AS IS" BASIS,
9053
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9054
- * See the License for the specific language governing permissions and
9055
- * limitations under the License.
9056
- */
9057
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric__title {
9058
- color: #000;
9059
- font-size: 1rem;
9060
- letter-spacing: 0.1px;
9061
- line-height: 1.5rem; }
9062
-
9063
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value-container {
9064
- align-items: flex-end;
9065
- display: flex;
9066
- flex-direction: column;
9067
- font-size: 0.75rem;
9068
- justify-content: center;
9069
- letter-spacing: 0.3px;
9070
- line-height: 1rem;
9071
- text-align: right; }
9072
-
9073
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value,
9074
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__rating {
9075
- width: auto; }
9076
-
9077
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value {
9078
- font-size: 1rem;
9079
- line-height: 1.5rem;
9080
- white-space: nowrap; }
9081
-
9082
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__rating {
9083
- text-transform: uppercase; }
9084
-
9085
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--fast {
9086
- color: #188038; }
9087
-
9088
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--average {
9089
- color: #e37400; }
9090
-
9091
- .googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--slow {
9092
- color: #d93025; }
9093
-
9094
- /**
9095
- * Dashboard splash styles.
9096
- *
9097
- * Site Kit by Google, Copyright 2019 Google LLC
9098
- *
9099
- * Licensed under the Apache License, Version 2.0 (the "License");
9100
- * you may not use this file except in compliance with the License.
9101
- * You may obtain a copy of the License at
9102
- *
9103
- * https://www.apache.org/licenses/LICENSE-2.0
9104
- *
9105
- * Unless required by applicable law or agreed to in writing, software
9106
- * distributed under the License is distributed on an "AS IS" BASIS,
9107
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9108
- * See the License for the specific language governing permissions and
9109
- * limitations under the License.
9110
- */
9111
- .googlesitekit-splash .googlesitekit-splash__wrapper {
9112
- padding-bottom: 10px;
9113
- padding-top: 10px; }
9114
- @media (min-width: 600px) {
9115
- .googlesitekit-splash .googlesitekit-splash__wrapper {
9116
- padding-left: 10px;
9117
- padding-right: 10px; } }
9118
- @media (min-width: 960px) {
9119
- .googlesitekit-splash .googlesitekit-splash__wrapper {
9120
- padding-bottom: 15px;
9121
- padding-top: 15px; } }
9122
-
9123
- .googlesitekit-splash .googlesitekit-splash__title {
9124
- color: #5b5b61;
9125
- margin: 0 0 -4px 0; }
9126
- @media (min-width: 960px) {
9127
- .googlesitekit-splash .googlesitekit-splash__title {
9128
- margin: 0 0 -8px 0; } }
9129
-
9130
- /**
9131
- * Dashboard splash intro styles.
9132
- *
9133
- * Site Kit by Google, Copyright 2019 Google LLC
9134
- *
9135
- * Licensed under the Apache License, Version 2.0 (the "License");
9136
- * you may not use this file except in compliance with the License.
9137
- * You may obtain a copy of the License at
9138
- *
9139
- * https://www.apache.org/licenses/LICENSE-2.0
9140
- *
9141
- * Unless required by applicable law or agreed to in writing, software
9142
- * distributed under the License is distributed on an "AS IS" BASIS,
9143
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9144
- * See the License for the specific language governing permissions and
9145
- * limitations under the License.
9146
- */
9147
- .googlesitekit-splash-intro {
9148
- background-color: #fff;
9149
- overflow: hidden; }
9150
- @media (min-width: 600px) {
9151
- .googlesitekit-splash-intro {
9152
- padding: 26px; } }
9153
- @media (min-width: 960px) {
9154
- .googlesitekit-splash-intro {
9155
- padding: 34px; } }
9156
- .googlesitekit-splash-intro .googlesitekit-splash-intro__title {
9157
- margin: 20px 0 15px 0;
9158
- position: relative;
9159
- z-index: 2; }
9160
- .googlesitekit-splash-intro .googlesitekit-splash-intro__text {
9161
- margin: 0;
9162
- position: relative;
9163
- z-index: 2; }
9164
- .googlesitekit-splash-intro .googlesitekit-splash-intro__button {
9165
- position: relative; }
9166
- @media (min-width: 600px) {
9167
- .googlesitekit-splash-intro .googlesitekit-splash-intro__button::before {
9168
- background-color: #f9f9f9;
9169
- content: "";
9170
- display: block;
9171
- height: 600px;
9172
- left: 100px;
9173
- position: absolute;
9174
- top: -200px;
9175
- transform: rotate(20deg);
9176
- width: 1000px; } }
9177
-
9178
- /**
9179
- * Dashboard splash module styles.
9180
- *
9181
- * Site Kit by Google, Copyright 2019 Google LLC
9182
- *
9183
- * Licensed under the Apache License, Version 2.0 (the "License");
9184
- * you may not use this file except in compliance with the License.
9185
- * You may obtain a copy of the License at
9186
- *
9187
- * https://www.apache.org/licenses/LICENSE-2.0
9188
- *
9189
- * Unless required by applicable law or agreed to in writing, software
9190
- * distributed under the License is distributed on an "AS IS" BASIS,
9191
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9192
- * See the License for the specific language governing permissions and
9193
- * limitations under the License.
9194
- */
9195
- .googlesitekit-splash-module {
9196
- background-color: #fff;
9197
- height: 100%;
9198
- padding: 16px;
9199
- width: 100%; }
9200
- @media (min-width: 960px) {
9201
- .googlesitekit-splash-module {
9202
- padding: 24px; } }
9203
- .googlesitekit-splash-module .googlesitekit-splash-module__logo {
9204
- align-items: flex-end;
9205
- display: flex;
9206
- height: 36px; }
9207
- .googlesitekit-splash-module .googlesitekit-splash-module__logo img {
9208
- display: block;
9209
- height: 33px; }
9210
- .googlesitekit-splash-module .googlesitekit-splash-module__title {
9211
- margin: 15px 0 10px 0; }
9212
- .googlesitekit-splash-module .googlesitekit-splash-module__text {
9213
- font-size: 0.75rem;
9214
- line-height: 1.58;
9215
- margin: 0; }
9216
-
9217
- /**
9218
- * Dashboard splash outro styles.
9219
- *
9220
- * Site Kit by Google, Copyright 2019 Google LLC
9221
- *
9222
- * Licensed under the Apache License, Version 2.0 (the "License");
9223
- * you may not use this file except in compliance with the License.
9224
- * You may obtain a copy of the License at
9225
- *
9226
- * https://www.apache.org/licenses/LICENSE-2.0
9227
- *
9228
- * Unless required by applicable law or agreed to in writing, software
9229
- * distributed under the License is distributed on an "AS IS" BASIS,
9230
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9231
- * See the License for the specific language governing permissions and
9232
- * limitations under the License.
9233
- */
9234
- .googlesitekit-splash-outro {
9235
- background-color: #fff;
9236
- padding: 45px 0;
9237
- text-align: center; }
9238
- @media (min-width: 600px) {
9239
- .googlesitekit-splash-outro {
9240
- padding: 45px; } }
9241
- .googlesitekit-splash-outro .googlesitekit-splash-outro__title {
9242
- margin: 20px auto 25px auto;
9243
- max-width: 600px; }
9244
-
9245
- /**
9246
- * Dashboard splash service styles.
9247
- *
9248
- * Site Kit by Google, Copyright 2019 Google LLC
9249
- *
9250
- * Licensed under the Apache License, Version 2.0 (the "License");
9251
- * you may not use this file except in compliance with the License.
9252
- * You may obtain a copy of the License at
9253
- *
9254
- * https://www.apache.org/licenses/LICENSE-2.0
9255
- *
9256
- * Unless required by applicable law or agreed to in writing, software
9257
- * distributed under the License is distributed on an "AS IS" BASIS,
9258
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9259
- * See the License for the specific language governing permissions and
9260
- * limitations under the License.
9261
- */
9262
- .googlesitekit-splash-service {
9263
- background-color: #fff;
9264
- background-position: center top;
9265
- background-repeat: no-repeat;
9266
- background-size: contain;
9267
- padding-top: 65.61265%; }
9268
- @media (min-width: 600px) {
9269
- .googlesitekit-splash-service {
9270
- background-position: right center;
9271
- padding-top: 0; } }
9272
- @media (min-width: 600px) {
9273
- .googlesitekit-splash-service--opposite {
9274
- background-position: left center; } }
9275
- .googlesitekit-splash-service .googlesitekit-splash-service__content {
9276
- background-color: #fff; }
9277
- @media (min-width: 600px) {
9278
- .googlesitekit-splash-service .googlesitekit-splash-service__content {
9279
- margin: 24px 0;
9280
- padding: 16px; } }
9281
- @media (min-width: 960px) {
9282
- .googlesitekit-splash-service .googlesitekit-splash-service__content {
9283
- margin: 36px 0;
9284
- padding: 24px; } }
9285
- .googlesitekit-splash-service .googlesitekit-splash-service__title {
9286
- margin: 0 0 10px 0; }
9287
- .googlesitekit-splash-service .googlesitekit-splash-service__text {
9288
- font-size: 0.75rem;
9289
- margin: 0 0 16px 0; }
9290
- @media (min-width: 600px) {
9291
- .googlesitekit-splash-service .googlesitekit-splash-service__text {
9292
- font-size: 1rem;
9293
- margin-bottom: 24px; } }
9294
-
9295
- .googlesitekit-wizard {
9296
- padding-top: 10px; }
9297
- @media (min-width: 600px) {
9298
- .googlesitekit-wizard {
9299
- padding-left: 10px;
9300
- padding-right: 10px; } }
9301
- .googlesitekit-wizard .googlesitekit-wizard__asterisk {
9302
- color: #d53e36; }
9303
- .googlesitekit-wizard .googlesitekit-wizard__asterisk--space {
9304
- margin-left: 3px; }
9305
- .googlesitekit-wizard .googlesitekit-wizard__error-text {
9306
- color: #d53e36;
9307
- font-weight: 500; }
9308
-
9309
- .googlesitekit-wizard-auth {
9310
- border-bottom: 1px solid #e6e6e6;
9311
- display: flex;
9312
- padding-bottom: 40px; }
9313
- .googlesitekit-wizard-auth .googlesitekit-wizard-auth__image {
9314
- border-radius: 50%;
9315
- display: block;
9316
- flex: 0 0 auto;
9317
- height: 32px;
9318
- margin-right: 16px;
9319
- width: 32px; }
9320
- @media (min-width: 600px) {
9321
- .googlesitekit-wizard-auth .googlesitekit-wizard-auth__image {
9322
- height: 64px;
9323
- width: 64px; } }
9324
- @media (min-width: 960px) {
9325
- .googlesitekit-wizard-auth .googlesitekit-wizard-auth__image {
9326
- margin-right: 24px; } }
9327
- .googlesitekit-wizard-auth .googlesitekit-wizard-auth__title {
9328
- margin: 0 0 10px 0; }
9329
- .googlesitekit-wizard-auth .googlesitekit-wizard-auth__text {
9330
- margin: 0; }
9331
-
9332
- .googlesitekit-wizard-component .googlesitekit-wizard-component__title {
9333
- display: inline-block;
9334
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
9335
- margin: 0 0 10px 0; }
9336
-
9337
- .googlesitekit-wizard-component .googlesitekit-wizard-component__logo {
9338
- display: inline-block;
9339
- margin: 0 16px 8px 0;
9340
- vertical-align: bottom; }
9341
- .googlesitekit-wizard-component .googlesitekit-wizard-component__logo img {
9342
- display: block; }
9343
-
9344
- .googlesitekit-wizard-component .googlesitekit-wizard-component__description {
9345
- margin: 0 0 17px 0; }
9346
- @media (min-width: 960px) {
9347
- .googlesitekit-wizard-component .googlesitekit-wizard-component__description {
9348
- margin: 0 0 29px 0; } }
9349
-
9350
- .googlesitekit-wizard-component .googlesitekit-wizard-component__inputs {
9351
- align-items: center;
9352
- display: flex;
9353
- flex-wrap: wrap;
9354
- margin: 0; }
9355
- .googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline {
9356
- display: block; }
9357
- .googlesitekit-wizard-component .googlesitekit-wizard-component__inputs > div {
9358
- margin: 16px 16px 16px 0; }
9359
- @media (min-width: 960px) {
9360
- .googlesitekit-wizard-component .googlesitekit-wizard-component__inputs > div {
9361
- margin: 24px 24px 24px 0; } }
9362
- .googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline > div {
9363
- margin: 0;
9364
- width: 100%; }
9365
-
9366
- .googlesitekit-wizard-component .googlesitekit-wizard-component__action {
9367
- margin: 24px 0 0 0; }
9368
- @media (min-width: 600px) {
9369
- .googlesitekit-wizard-component .googlesitekit-wizard-component__action {
9370
- align-items: center;
9371
- display: flex;
9372
- justify-content: space-between; } }
9373
- @media (min-width: 960px) {
9374
- .googlesitekit-wizard-component .googlesitekit-wizard-component__action {
9375
- margin: 36px 0 0 0; } }
9376
-
9377
- .googlesitekit-wizard-component .googlesitekit-wizard-component__skip {
9378
- display: flex;
9379
- flex: 1 1 auto;
9380
- justify-content: space-between;
9381
- margin-top: 16px; }
9382
- @media (min-width: 600px) {
9383
- .googlesitekit-wizard-component .googlesitekit-wizard-component__skip {
9384
- margin-left: 16px;
9385
- margin-top: 0; } }
9386
- @media (min-width: 960px) {
9387
- .googlesitekit-wizard-component .googlesitekit-wizard-component__skip {
9388
- margin-left: 24px; } }
9389
-
9390
- .googlesitekit-wizard-component .googlesitekit-wizard-component__steps {
9391
- font-size: 12px; }
9392
-
9393
- .googlesitekit-wizard-component-nav {
9394
- align-items: center;
9395
- display: flex; }
9396
- .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__button {
9397
- cursor: pointer; }
9398
- .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon {
9399
- display: inline-block;
9400
- opacity: 0.6; }
9401
- .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:focus, .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:active, .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:hover {
9402
- opacity: 1; }
9403
- .googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon--reverse {
9404
- transform: rotate(180deg); }
9405
-
9406
- .googlesitekit-wizard-module {
9407
- border: 1px solid #e6e6e6;
9408
- height: 100%;
9409
- padding: 16px;
9410
- width: 100%; }
9411
- @media (min-width: 960px) {
9412
- .googlesitekit-wizard-module {
9413
- padding: 24px; } }
9414
- .googlesitekit-wizard-module .googlesitekit-wizard-module__logo {
9415
- align-items: flex-end;
9416
- display: flex;
9417
- height: 36px; }
9418
- .googlesitekit-wizard-module .googlesitekit-wizard-module__logo img {
9419
- display: block; }
9420
- .googlesitekit-wizard-module .googlesitekit-wizard-module__title {
9421
- margin: 15px 0 10px 0; }
9422
- .googlesitekit-wizard-module .googlesitekit-wizard-module__text {
9423
- font-size: 12px;
9424
- line-height: 1.58;
9425
- margin: 0; }
9426
- .googlesitekit-wizard-module .googlesitekit-wizard-module__switch {
9427
- float: right; }
9428
- .googlesitekit-wizard-module .googlesitekit-wizard-module__switch .spinner {
9429
- margin-top: -5px; }
9430
- .googlesitekit-wizard-module .googlesitekit-wizard-module__cta {
9431
- font-size: 12px; }
9432
-
9433
- .googlesitekit-wizard-progress {
9434
- background-color: #fff; }
9435
- @media (min-width: 600px) {
9436
- .googlesitekit-wizard-progress {
9437
- padding-left: 10px;
9438
- padding-right: 10px; } }
9439
- @media (min-width: 600px) {
9440
- .googlesitekit-wizard-progress {
9441
- border-bottom: 1px solid #e6e6e6; } }
9442
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__subtitle {
9443
- margin: 10px 0 17px 0; }
9444
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__title {
9445
- margin: 0 0 10px 0; }
9446
- @media (min-width: 600px) {
9447
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__title {
9448
- margin: 0 0 30px 0; } }
9449
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__description {
9450
- font-size: 12px;
9451
- line-height: 1.58;
9452
- margin: 0 0 10px 0; }
9453
- @media (min-width: 600px) {
9454
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__description {
9455
- margin: 0 0 30px 0; } }
9456
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps {
9457
- display: flex;
9458
- padding: 16px; }
9459
- @media (min-width: 960px) {
9460
- .googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps {
9461
- padding: 24px 0 0 0; } }
9462
-
9463
- .googlesitekit-wizard-progress-step {
9464
- display: none;
9465
- flex: 1;
9466
- flex-wrap: nowrap;
9467
- text-align: center; }
9468
- @media (min-width: 600px) {
9469
- .googlesitekit-wizard-progress-step {
9470
- display: block;
9471
- margin-bottom: 40px; } }
9472
- .googlesitekit-wizard-progress-step--current {
9473
- display: block; }
9474
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper {
9475
- position: relative; }
9476
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before {
9477
- position: absolute;
9478
- top: 50%;
9479
- transform: translateY(-50%);
9480
- background-color: #e6e6e6;
9481
- content: "";
9482
- display: block;
9483
- height: 2px;
9484
- left: -16px;
9485
- right: -16px; }
9486
- @media (min-width: 960px) {
9487
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before {
9488
- left: -24px;
9489
- right: -24px; } }
9490
- @media (min-width: 600px) {
9491
- .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after,
9492
- .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after {
9493
- position: absolute;
9494
- top: 50%;
9495
- transform: translateY(-50%);
9496
- background-color: #fff;
9497
- content: "";
9498
- display: block;
9499
- height: 4px; } }
9500
- @media (min-width: 600px) {
9501
- .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after {
9502
- left: -16px;
9503
- right: 50%; } }
9504
- @media (min-width: 960px) {
9505
- .googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after {
9506
- left: -24px; } }
9507
- @media (min-width: 600px) {
9508
- .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after {
9509
- left: 50%;
9510
- right: -16px; } }
9511
- @media (min-width: 960px) {
9512
- .googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after {
9513
- right: -24px; } }
9514
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number {
9515
- background-color: #e6e6e6;
9516
- border: 15px solid #fff;
9517
- border-radius: 50%;
9518
- color: #3c4043;
9519
- font-size: 14px;
9520
- height: 54px;
9521
- line-height: 24px;
9522
- margin: 0 auto;
9523
- position: relative;
9524
- width: 54px;
9525
- z-index: 2; }
9526
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--inprogress {
9527
- background-color: #1a73e8;
9528
- color: #fff; }
9529
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--warning {
9530
- background-color: #fbbc05;
9531
- color: #fff; }
9532
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--error {
9533
- background-color: #d53e36;
9534
- color: #fff; }
9535
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--completed {
9536
- background-color: #34a853;
9537
- color: #fff; }
9538
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--warning, .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--error, .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--completed {
9539
- clip: rect(1px, 1px, 1px, 1px);
9540
- height: 1px;
9541
- overflow: hidden;
9542
- position: absolute !important;
9543
- width: 1px; }
9544
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-icon {
9545
- align-items: center;
9546
- display: flex;
9547
- height: 100%;
9548
- justify-content: center; }
9549
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text {
9550
- color: #5b5b61;
9551
- font-size: 15px;
9552
- font-weight: 500;
9553
- margin: 0; }
9554
- .googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text span {
9555
- color: #d53e36;
9556
- display: inline-block;
9557
- margin-left: 5px; }
9558
-
9559
- .googlesitekit-wizard-step {
9560
- background-color: #fff;
9561
- overflow: hidden;
9562
- padding-bottom: 16px;
9563
- padding-top: 16px; }
9564
- @media (min-width: 600px) {
9565
- .googlesitekit-wizard-step {
9566
- padding-left: 10px;
9567
- padding-right: 10px; } }
9568
- @media (min-width: 960px) {
9569
- .googlesitekit-wizard-step {
9570
- padding-bottom: 24px;
9571
- padding-top: 24px; } }
9572
- .googlesitekit-wizard-step .googlesitekit-wizard-step__title {
9573
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
9574
- margin: 0 0 10px 0; }
9575
- .googlesitekit-wizard-step .googlesitekit-wizard-step__text {
9576
- margin: 0; }
9577
- .googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle {
9578
- margin: 16px 0 0 0; }
9579
- @media (min-width: 960px) {
9580
- .googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle {
9581
- margin-top: 24px; } }
9582
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs {
9583
- align-items: center;
9584
- display: flex;
9585
- flex-wrap: wrap;
9586
- margin: 0; }
9587
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline {
9588
- display: block; }
9589
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs > div {
9590
- margin: 16px 16px 16px 0; }
9591
- @media (min-width: 960px) {
9592
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs > div {
9593
- margin: 24px 24px 24px 0; } }
9594
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline > div {
9595
- margin: 0;
9596
- width: 100%; }
9597
- .googlesitekit-wizard-step .googlesitekit-wizard-step__inputs > .googlesitekit-setup-module__input {
9598
- margin: 1em 0; }
9599
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action {
9600
- margin-top: 16px; }
9601
- @media (min-width: 960px) {
9602
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action {
9603
- margin-top: 24px; } }
9604
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify {
9605
- align-items: center;
9606
- display: flex;
9607
- flex-wrap: wrap;
9608
- justify-content: space-between;
9609
- margin-top: 0; }
9610
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify > *:first-child {
9611
- margin-right: 16px;
9612
- margin-top: 16px; }
9613
- @media (min-width: 960px) {
9614
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify > *:first-child {
9615
- margin-right: 24px;
9616
- margin-top: 24px; } }
9617
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify > *:last-child {
9618
- flex: 0 0 auto;
9619
- margin-top: 16px; }
9620
- @media (min-width: 960px) {
9621
- .googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify > *:last-child {
9622
- margin-top: 24px; } }
9623
- .googlesitekit-wizard-step .googlesitekit-wizard-step__back {
9624
- margin-left: 16px; }
9625
- @media (min-width: 960px) {
9626
- .googlesitekit-wizard-step .googlesitekit-wizard-step__back {
9627
- margin-left: 24px; } }
9628
-
9629
- /**
9630
- * Setup styles.
9631
- *
9632
- * Site Kit by Google, Copyright 2019 Google LLC
9633
- *
9634
- * Licensed under the Apache License, Version 2.0 (the "License");
9635
- * you may not use this file except in compliance with the License.
9636
- * You may obtain a copy of the License at
9637
- *
9638
- * https://www.apache.org/licenses/LICENSE-2.0
9639
- *
9640
- * Unless required by applicable law or agreed to in writing, software
9641
- * distributed under the License is distributed on an "AS IS" BASIS,
9642
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9643
- * See the License for the specific language governing permissions and
9644
- * limitations under the License.
9645
- */
9646
- .googlesitekit-setup {
9647
- padding-top: 10px; }
9648
- @media (min-width: 600px) {
9649
- .googlesitekit-setup {
9650
- padding-left: 10px;
9651
- padding-right: 10px; } }
9652
- .googlesitekit-setup .googlesitekit-setup__wrapper {
9653
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
9654
- background-color: #fff; }
9655
- .googlesitekit-setup .googlesitekit-setup__step {
9656
- border-bottom: 1px solid #e6e6e6;
9657
- margin-bottom: 16px;
9658
- padding-bottom: 16px; }
9659
- @media (min-width: 960px) {
9660
- .googlesitekit-setup .googlesitekit-setup__step {
9661
- margin-bottom: 24px;
9662
- padding-bottom: 24px; } }
9663
- .googlesitekit-setup .googlesitekit-setup__step:last-child {
9664
- border-bottom: none;
9665
- margin-bottom: 0;
9666
- padding-bottom: 0; }
9667
- .googlesitekit-setup .googlesitekit-setup__intro-title {
9668
- margin: 0 0 17px 0; }
9669
- .googlesitekit-setup .googlesitekit-setup__title {
9670
- display: inline-block;
9671
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
9672
- margin: 0 0 10px 0; }
9673
- .googlesitekit-setup .googlesitekit-setup__description {
9674
- margin: 0; }
9675
- .googlesitekit-setup .googlesitekit-setup__notice {
9676
- font-weight: 500; }
9677
- .googlesitekit-setup .googlesitekit-setup__description + .googlesitekit-setup__notice {
9678
- margin-top: 1em; }
9679
- .googlesitekit-setup .googlesitekit-setup__notice-text {
9680
- display: inline-block;
9681
- margin-left: 5px;
9682
- vertical-align: middle; }
9683
- .googlesitekit-setup .googlesitekit-setup__notice-warning-icon {
9684
- display: inline-block; }
9685
- .googlesitekit-setup .googlesitekit-setup__notice-warning-icon::before {
9686
- background-color: #fbbc05;
9687
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
9688
- background-position: center 4px;
9689
- background-repeat: no-repeat;
9690
- background-size: 14px 12px;
9691
- border-radius: 50%;
9692
- content: "";
9693
- display: inline-block;
9694
- height: 22px;
9695
- vertical-align: middle;
9696
- width: 22px; }
9697
- .googlesitekit-setup .googlesitekit-setup__success-notice-icon {
9698
- align-items: center;
9699
- background-color: #34a853;
9700
- border-radius: 50%;
9701
- display: inline-flex;
9702
- height: 22px;
9703
- justify-content: center;
9704
- line-height: 22px;
9705
- margin: 0 auto;
9706
- position: relative;
9707
- width: 22px;
9708
- z-index: 2; }
9709
- .googlesitekit-setup .googlesitekit-setup__footer {
9710
- border-top: 1px solid #e6e6e6; }
9711
-
9712
- .googlesitekit-setup-compat {
9713
- max-width: 60rem; }
9714
-
9715
- .googlesitekit-start-setup-wrap {
9716
- display: flex; }
9717
-
9718
- .googlesitekit-start-setup {
9719
- margin-right: 16px; }
9720
-
9721
- .googlesitekit-wizard .googlesitekit-opt-in {
9722
- margin-bottom: 8px;
9723
- margin-top: 8px; }
9724
-
9725
- /**
9726
- * Setup module styles.
9727
- *
9728
- * Site Kit by Google, Copyright 2019 Google LLC
9729
- *
9730
- * Licensed under the Apache License, Version 2.0 (the "License");
9731
- * you may not use this file except in compliance with the License.
9732
- * You may obtain a copy of the License at
9733
- *
9734
- * https://www.apache.org/licenses/LICENSE-2.0
9735
- *
9736
- * Unless required by applicable law or agreed to in writing, software
9737
- * distributed under the License is distributed on an "AS IS" BASIS,
9738
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9739
- * See the License for the specific language governing permissions and
9740
- * limitations under the License.
9741
- */
9742
- .googlesitekit-setup-module {
9743
- flex: 1 1 auto; }
9744
- .googlesitekit-setup-module .googlesitekit-setup-module__step {
9745
- border-bottom: 1px solid #e6e6e6;
9746
- margin-bottom: 16px;
9747
- padding-bottom: 6px; }
9748
- @media (min-width: 960px) {
9749
- .googlesitekit-setup-module .googlesitekit-setup-module__step {
9750
- margin-bottom: 24px;
9751
- padding-bottom: 14px; } }
9752
- .googlesitekit-setup-module .googlesitekit-setup-module__step:last-child {
9753
- border-bottom: none;
9754
- margin-bottom: 0;
9755
- padding-bottom: 0; }
9756
- .googlesitekit-setup-module .googlesitekit-setup-module__logo {
9757
- display: inline-block;
9758
- line-height: 0;
9759
- margin: 0 16px 8px 0;
9760
- vertical-align: bottom; }
9761
- .googlesitekit-setup-module .googlesitekit-setup-module__logo img {
9762
- display: block;
9763
- height: auto;
9764
- width: 33px; }
9765
- .googlesitekit-setup-module .googlesitekit-setup-module__title {
9766
- display: inline-block;
9767
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
9768
- margin: 0 0 10px 0; }
9769
- .googlesitekit-setup-module .googlesitekit-setup-module__text--no-margin {
9770
- margin: 0; }
9771
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs + p {
9772
- margin-top: 0; }
9773
- .googlesitekit-setup-module .googlesitekit-setup-module__title + p {
9774
- margin-bottom: 0; }
9775
- .googlesitekit-setup-module .googlesitekit-setup-module__title + p ~ p {
9776
- margin-bottom: 0; }
9777
- .googlesitekit-setup-module .googlesitekit-setup-module__user {
9778
- align-items: center;
9779
- display: flex; }
9780
- .googlesitekit-setup-module .googlesitekit-setup-module__user-image {
9781
- border-radius: 50%;
9782
- height: 32px;
9783
- margin-right: 10px;
9784
- width: 32px; }
9785
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs {
9786
- align-items: center;
9787
- display: flex;
9788
- flex-wrap: wrap;
9789
- margin: 0; }
9790
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline {
9791
- display: block; }
9792
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs > div {
9793
- margin: 16px 16px 16px 0; }
9794
- @media (min-width: 960px) {
9795
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs > div {
9796
- margin: 24px 24px 24px 0; } }
9797
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline > div {
9798
- margin: 0;
9799
- width: 100%; }
9800
- .googlesitekit-setup-module .googlesitekit-setup-module__inputs > .googlesitekit-setup-module__input {
9801
- margin: 1em 0; }
9802
- .googlesitekit-setup-module .googlesitekit-setup-module__switch {
9803
- margin: 16px 0; }
9804
- @media (min-width: 960px) {
9805
- .googlesitekit-setup-module .googlesitekit-setup-module__switch {
9806
- margin: 24px 0; } }
9807
- .googlesitekit-setup-module .googlesitekit-setup-module__action {
9808
- margin: 24px 0 0 0; }
9809
- @media (min-width: 600px) {
9810
- .googlesitekit-setup-module .googlesitekit-setup-module__action {
9811
- align-items: center;
9812
- display: flex; } }
9813
- @media (min-width: 960px) {
9814
- .googlesitekit-setup-module .googlesitekit-setup-module__action {
9815
- margin: 36px 0 0 0; } }
9816
- .googlesitekit-setup-module .googlesitekit-setup-module__sub-action {
9817
- display: flex;
9818
- flex: 1 1 auto;
9819
- margin-top: 16px; }
9820
- @media (min-width: 600px) {
9821
- .googlesitekit-setup-module .googlesitekit-setup-module__sub-action {
9822
- margin-left: 16px;
9823
- margin-top: 0; } }
9824
- @media (min-width: 960px) {
9825
- .googlesitekit-setup-module .googlesitekit-setup-module__sub-action {
9826
- margin-left: 24px; } }
9827
- .googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper {
9828
- background: #f9f9f9;
9829
- margin: 16px 0 0 0;
9830
- padding: 16px; }
9831
- @media (min-width: 960px) {
9832
- .googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper {
9833
- margin-top: 24px; } }
9834
- .googlesitekit-setup-module .googlesitekit-setup-module__cta {
9835
- margin-top: 16px; }
9836
- @media (min-width: 960px) {
9837
- .googlesitekit-setup-module .googlesitekit-setup-module__cta {
9838
- margin-top: 24px; } }
9839
- .googlesitekit-setup-module .googlesitekit-setup-module__cta-link {
9840
- display: inline-block;
9841
- margin-right: 50px; }
9842
- .googlesitekit-setup-module .googlesitekit-setup-module__cta-link:last-child {
9843
- margin-right: 0; }
9844
- .googlesitekit-setup-module .googlesitekit-setup-module__action + .googlesitekit-setup-module__footer-text {
9845
- margin: 24px 0 0 0; }
9846
- @media (min-width: 960px) {
9847
- .googlesitekit-setup-module .googlesitekit-setup-module__action + .googlesitekit-setup-module__footer-text {
9848
- margin: 36px 0 0 0; } }
9849
-
9850
- /**
9851
- * Settings connect module styles.
9852
- *
9853
- * Site Kit by Google, Copyright 2019 Google LLC
9854
- *
9855
- * Licensed under the Apache License, Version 2.0 (the "License");
9856
- * you may not use this file except in compliance with the License.
9857
- * You may obtain a copy of the License at
9858
- *
9859
- * https://www.apache.org/licenses/LICENSE-2.0
9860
- *
9861
- * Unless required by applicable law or agreed to in writing, software
9862
- * distributed under the License is distributed on an "AS IS" BASIS,
9863
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9864
- * See the License for the specific language governing permissions and
9865
- * limitations under the License.
9866
- */
9867
- .googlesitekit-settings-connect-module {
9868
- border: 1px solid #e6e6e6;
9869
- height: 100%;
9870
- padding: 16px;
9871
- width: 100%; }
9872
- @media (min-width: 960px) {
9873
- .googlesitekit-settings-connect-module {
9874
- padding: 24px; } }
9875
- .googlesitekit-settings-connect-module--disabled {
9876
- color: #bbb; }
9877
- .googlesitekit-settings-connect-module--disabled .googlesitekit-settings-connect-module__logo {
9878
- filter: saturate(0);
9879
- opacity: 0.5; }
9880
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo {
9881
- align-items: flex-end;
9882
- display: flex;
9883
- height: 36px; }
9884
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo img {
9885
- display: block; }
9886
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__title {
9887
- margin: 15px 0 10px 0; }
9888
- .googlesitekit-settings-connect-module--disabled .googlesitekit-settings-connect-module__title {
9889
- color: #bbb; }
9890
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__text {
9891
- font-size: 0.75rem;
9892
- line-height: 1.58;
9893
- margin: 0; }
9894
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch {
9895
- float: right; }
9896
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch .spinner {
9897
- margin-top: -5px; }
9898
- .googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__cta {
9899
- font-size: 0.75rem; }
9900
-
9901
- /**
9902
- * Settings meta styles.
9903
- *
9904
- * Site Kit by Google, Copyright 2019 Google LLC
9905
- *
9906
- * Licensed under the Apache License, Version 2.0 (the "License");
9907
- * you may not use this file except in compliance with the License.
9908
- * You may obtain a copy of the License at
9909
- *
9910
- * https://www.apache.org/licenses/LICENSE-2.0
9911
- *
9912
- * Unless required by applicable law or agreed to in writing, software
9913
- * distributed under the License is distributed on an "AS IS" BASIS,
9914
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9915
- * See the License for the specific language governing permissions and
9916
- * limitations under the License.
9917
- */
9918
- .googlesitekit-settings-meta .googlesitekit-settings-meta__profile {
9919
- align-items: center;
9920
- display: flex;
9921
- margin: 16px 0; }
9922
- @media (min-width: 960px) {
9923
- .googlesitekit-settings-meta .googlesitekit-settings-meta__profile {
9924
- margin: 24px 0; } }
9925
- .googlesitekit-settings-meta .googlesitekit-settings-meta__profile .googlesitekit-cta-link {
9926
- font-style: italic; }
9927
-
9928
- .googlesitekit-settings-meta .googlesitekit-settings-meta__avatar {
9929
- border-radius: 50%;
9930
- height: 64px;
9931
- margin-right: 16px;
9932
- width: 64px; }
9933
- @media (min-width: 960px) {
9934
- .googlesitekit-settings-meta .googlesitekit-settings-meta__avatar {
9935
- margin-right: 24px; } }
9936
-
9937
- .googlesitekit-settings-meta .googlesitekit-settings-meta__user-details {
9938
- font-size: 0.875rem; }
9939
-
9940
- .googlesitekit-settings-meta .googlesitekit-settings-meta__user {
9941
- font-weight: 700;
9942
- margin: 0; }
9943
-
9944
- .googlesitekit-settings-meta .googlesitekit-settings-meta__unlink {
9945
- font-size: 0.75rem; }
9946
-
9947
- /**
9948
- * Settings module styles.
9949
- *
9950
- * Site Kit by Google, Copyright 2019 Google LLC
9951
- *
9952
- * Licensed under the Apache License, Version 2.0 (the "License");
9953
- * you may not use this file except in compliance with the License.
9954
- * You may obtain a copy of the License at
9955
- *
9956
- * https://www.apache.org/licenses/LICENSE-2.0
9957
- *
9958
- * Unless required by applicable law or agreed to in writing, software
9959
- * distributed under the License is distributed on an "AS IS" BASIS,
9960
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
9961
- * See the License for the specific language governing permissions and
9962
- * limitations under the License.
9963
- */
9964
- .googlesitekit-settings-module {
9965
- border-bottom: 1px solid #e6e6e6;
9966
- position: relative; }
9967
- .googlesitekit-settings-module--error {
9968
- border: 3px solid #d53e36; }
9969
- .googlesitekit-settings-module .googlesitekit-settings-module__header {
9970
- cursor: pointer;
9971
- padding: 0 32px 0 0;
9972
- position: relative;
9973
- width: 100%; }
9974
- .googlesitekit-settings-module .googlesitekit-settings-module__header:hover {
9975
- text-decoration: none; }
9976
- .googlesitekit-settings-module .googlesitekit-settings-module__header:focus {
9977
- outline-offset: 0; }
9978
- .googlesitekit-settings-module .googlesitekit-settings-module__header::after {
9979
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%235B5B61%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
9980
- background-position: center center;
9981
- background-repeat: no-repeat;
9982
- content: "";
9983
- display: block;
9984
- height: 20px;
9985
- position: absolute;
9986
- right: 16px;
9987
- top: 50%;
9988
- transform: translateY(-50%);
9989
- width: 20px; }
9990
- .googlesitekit-settings-module .googlesitekit-settings-module__header--open::after {
9991
- transform: translateY(-50%) rotate(180deg); }
9992
- .googlesitekit-settings-module .googlesitekit-settings-module__content {
9993
- display: none; }
9994
- .googlesitekit-settings-module .googlesitekit-settings-module__content--open {
9995
- display: block; }
9996
- .googlesitekit-settings-module .googlesitekit-settings-module__title {
9997
- align-items: center;
9998
- display: flex;
9999
- margin: 0; }
10000
- .googlesitekit-settings-module .googlesitekit-settings-module__title-icon {
10001
- height: auto;
10002
- margin-right: 16px;
10003
- width: 24px; }
10004
- .googlesitekit-settings-module .googlesitekit-settings-module__status {
10005
- align-items: center;
10006
- display: flex;
10007
- font-size: 0.75rem;
10008
- margin: 0; }
10009
- .googlesitekit-settings-module .googlesitekit-settings-module__status-icon {
10010
- margin-left: 16px; }
10011
- .googlesitekit-settings-module .googlesitekit-settings-module__status-icon::before {
10012
- background-position: center center;
10013
- background-repeat: no-repeat;
10014
- border-radius: 50%;
10015
- content: "";
10016
- display: inline-block;
10017
- height: 19px;
10018
- vertical-align: middle;
10019
- width: 19px; }
10020
- .googlesitekit-settings-module .googlesitekit-settings-module__status-icon--connected::before {
10021
- background-color: #34a853;
10022
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
10023
- background-size: 10px 8px; }
10024
- .googlesitekit-settings-module .googlesitekit-settings-module__status-icon--not-connected::before, .googlesitekit-settings-module .googlesitekit-settings-module__status-icon--warning::before {
10025
- background-color: #fbbc05;
10026
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
10027
- background-position: center 3px;
10028
- background-size: 13px 11px; }
10029
- .googlesitekit-settings-module .googlesitekit-settings-module__footer {
10030
- background-color: #f9f9f9;
10031
- font-size: 0.8125rem; }
10032
- .googlesitekit-settings-module .googlesitekit-settings-module__footer-cancel {
10033
- margin-left: 24px; }
10034
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-header {
10035
- margin: 0 0 8px 0; }
10036
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-items {
10037
- align-items: center;
10038
- display: flex;
10039
- flex-wrap: wrap;
10040
- margin: 0; }
10041
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-select {
10042
- margin: 0 16px 16px 0; }
10043
- @media (min-width: 960px) {
10044
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-select {
10045
- margin: 0 24px 24px 0; } }
10046
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item {
10047
- margin: 0 32px 16px 0;
10048
- width: 100%; }
10049
- @media (min-width: 600px) {
10050
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item {
10051
- width: auto; } }
10052
- @media (min-width: 960px) {
10053
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item {
10054
- margin: 0 48px 24px 0; } }
10055
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item--nomargin {
10056
- margin: 0; }
10057
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item-type {
10058
- color: #757575;
10059
- font-size: 0.75rem;
10060
- font-weight: inherit;
10061
- margin: 0 0 8px 0; }
10062
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item-data {
10063
- color: #5b5b61;
10064
- font-size: 1rem;
10065
- font-weight: 700;
10066
- margin: 0; }
10067
- .googlesitekit-settings-module .googlesitekit-settings-module__meta-item-data--wrap {
10068
- word-break: break-all; }
10069
- .googlesitekit-settings-module .googlesitekit-settings-module__edit-button-icon,
10070
- .googlesitekit-settings-module .googlesitekit-settings-module__remove-button-icon {
10071
- margin-left: 16px; }
10072
- .googlesitekit-settings-module .googlesitekit-settings-module__remove-button {
10073
- align-items: center;
10074
- display: flex; }
10075
- .googlesitekit-settings-module .googlesitekit-settings-module__error {
10076
- background-color: #d53e36;
10077
- color: #fff;
10078
- font-weight: 700; }
10079
- .googlesitekit-settings-module .googlesitekit-settings-module__apikey-cancel {
10080
- font-size: 0.75em;
10081
- margin-left: 24px; }
10082
-
10083
- /**
10084
- * Settings module warning.
10085
- *
10086
- * Site Kit by Google, Copyright 2019 Google LLC
10087
- *
10088
- * Licensed under the Apache License, Version 2.0 (the "License");
10089
- * you may not use this file except in compliance with the License.
10090
- * You may obtain a copy of the License at
10091
- *
10092
- * https://www.apache.org/licenses/LICENSE-2.0
10093
- *
10094
- * Unless required by applicable law or agreed to in writing, software
10095
- * distributed under the License is distributed on an "AS IS" BASIS,
10096
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10097
- * See the License for the specific language governing permissions and
10098
- * limitations under the License.
10099
- */
10100
- .googlesitekit-settings-module-warning--settings {
10101
- margin-bottom: 1em; }
10102
-
10103
- .googlesitekit-settings-module-warning--modules-list {
10104
- font-size: 0.75rem;
10105
- margin: 1em 0; }
10106
- .googlesitekit-settings-module-warning--modules-list .svg {
10107
- height: auto;
10108
- width: 15px; }
10109
-
10110
- .googlesitekit-settings-module-warning--module-sitekit-dashboard {
10111
- margin-top: 1em; }
10112
-
10113
- .googlesitekit-settings-module-warning--module-dashboard {
10114
- margin-bottom: 1em; }
10115
-
10116
- /**
10117
- * Settings module header styles.
10118
- *
10119
- * Site Kit by Google, Copyright 2019 Google LLC
10120
- *
10121
- * Licensed under the Apache License, Version 2.0 (the "License");
10122
- * you may not use this file except in compliance with the License.
10123
- * You may obtain a copy of the License at
10124
- *
10125
- * https://www.apache.org/licenses/LICENSE-2.0
10126
- *
10127
- * Unless required by applicable law or agreed to in writing, software
10128
- * distributed under the License is distributed on an "AS IS" BASIS,
10129
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10130
- * See the License for the specific language governing permissions and
10131
- * limitations under the License.
10132
- */
10133
- .googlesitekit-settings-module-header {
10134
- margin-top: 10px; }
10135
- .googlesitekit-settings-module-header .googlesitekit-settings-module-header__title {
10136
- color: #3c4043;
10137
- margin: 0; }
10138
- .googlesitekit-settings-module-header .googlesitekit-settings-module-header__description {
10139
- font-size: 0.75rem;
10140
- margin: 0; }
10141
-
10142
- /**
10143
- * Settings notice styles.
10144
- *
10145
- * Site Kit by Google, Copyright 2019 Google LLC
10146
- *
10147
- * Licensed under the Apache License, Version 2.0 (the "License");
10148
- * you may not use this file except in compliance with the License.
10149
- * You may obtain a copy of the License at
10150
- *
10151
- * https://www.apache.org/licenses/LICENSE-2.0
10152
- *
10153
- * Unless required by applicable law or agreed to in writing, software
10154
- * distributed under the License is distributed on an "AS IS" BASIS,
10155
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10156
- * See the License for the specific language governing permissions and
10157
- * limitations under the License.
10158
- */
10159
- .googlesitekit-settings-notice {
10160
- background-color: #fafad2;
10161
- border-radius: 4px;
10162
- margin: 1.5em 0;
10163
- padding: 16px; }
10164
- @media (min-width: 960px) {
10165
- .googlesitekit-settings-notice {
10166
- padding: 24px; } }
10167
- .googlesitekit-settings-notice--suggestion {
10168
- background-color: #e7f0fc; }
10169
- .googlesitekit-settings-notice .googlesitekit-settings-notice__text {
10170
- color: rgba(0, 0, 0, 0.7);
10171
- padding-left: 30px;
10172
- position: relative; }
10173
- .googlesitekit-settings-notice .googlesitekit-settings-notice__text::before {
10174
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2212%22%20viewBox%3D%220%200%202%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23f8a708%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h2v7H0zM0%2010h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
10175
- background-position: center center;
10176
- background-repeat: no-repeat;
10177
- background-size: 2px 12px;
10178
- border: 2px solid #f8a708;
10179
- border-radius: 50%;
10180
- content: "";
10181
- display: block;
10182
- height: 22px;
10183
- left: 0;
10184
- position: absolute;
10185
- width: 22px; }
10186
- .googlesitekit-settings-notice--suggestion .googlesitekit-settings-notice__text::before {
10187
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2211%22%20viewBox%3D%220%200%202%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%231872e6%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%204h2v7H0zM0%200h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
10188
- border-color: #1872e6; }
10189
-
10190
- /**
10191
- * Widget Area styles.
10192
- *
10193
- * Site Kit by Google, Copyright 2020 Google LLC
10194
- *
10195
- * Licensed under the Apache License, Version 2.0 (the "License");
10196
- * you may not use this file except in compliance with the License.
10197
- * You may obtain a copy of the License at
10198
- *
10199
- * https://www.apache.org/licenses/LICENSE-2.0
10200
- *
10201
- * Unless required by applicable law or agreed to in writing, software
10202
- * distributed under the License is distributed on an "AS IS" BASIS,
10203
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10204
- * See the License for the specific language governing permissions and
10205
- * limitations under the License.
10206
- */
10207
- .googlesitekit-widget-area--composite .googlesitekit-widget-area-widgets {
10208
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
10209
- background: #fff; }
10210
-
10211
- .googlesitekit-widget-area-header {
10212
- margin: 0 0 1rem 0; }
10213
- .googlesitekit-widget-area-header .googlesitekit-widget-area-header__title {
10214
- color: #5b5b61;
10215
- font-weight: 400;
10216
- margin: 0; }
10217
- .googlesitekit-widget-area-header .googlesitekit-widget-area-header__subtitle {
10218
- color: #757575;
10219
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
10220
- font-size: 0.75rem;
10221
- font-weight: 400;
10222
- line-height: 1.2;
10223
- margin: 0; }
10224
-
10225
- /**
10226
- * Widget Context styles.
10227
- *
10228
- * Site Kit by Google, Copyright 2019 Google LLC
10229
- *
10230
- * Licensed under the Apache License, Version 2.0 (the "License");
10231
- * you may not use this file except in compliance with the License.
10232
- * You may obtain a copy of the License at
10233
- *
10234
- * https://www.apache.org/licenses/LICENSE-2.0
10235
- *
10236
- * Unless required by applicable law or agreed to in writing, software
10237
- * distributed under the License is distributed on an "AS IS" BASIS,
10238
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10239
- * See the License for the specific language governing permissions and
10240
- * limitations under the License.
10241
- */
10242
- .googlesitekit-widget-context {
10243
- padding-bottom: 10px;
10244
- padding-top: 10px; }
10245
- @media (min-width: 600px) {
10246
- .googlesitekit-widget-context {
10247
- padding-left: 10px;
10248
- padding-right: 10px; } }
10249
-
10250
- /**
10251
- * Widget styles.
10252
- *
10253
- * Site Kit by Google, Copyright 2020 Google LLC
10254
- *
10255
- * Licensed under the Apache License, Version 2.0 (the "License");
10256
- * you may not use this file except in compliance with the License.
10257
- * You may obtain a copy of the License at
10258
- *
10259
- * https://www.apache.org/licenses/LICENSE-2.0
10260
- *
10261
- * Unless required by applicable law or agreed to in writing, software
10262
- * distributed under the License is distributed on an "AS IS" BASIS,
10263
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10264
- * See the License for the specific language governing permissions and
10265
- * limitations under the License.
10266
- */
10267
- .googlesitekit-widget-area--boxes .googlesitekit-widget {
10268
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
10269
- background: #fff; }
10270
-
10271
- /**
10272
- * Margin utility styles.
10273
- *
10274
- * Site Kit by Google, Copyright 2020 Google LLC
10275
- *
10276
- * Licensed under the Apache License, Version 2.0 (the "License");
10277
- * you may not use this file except in compliance with the License.
10278
- * You may obtain a copy of the License at
10279
- *
10280
- * https://www.apache.org/licenses/LICENSE-2.0
10281
- *
10282
- * Unless required by applicable law or agreed to in writing, software
10283
- * distributed under the License is distributed on an "AS IS" BASIS,
10284
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10285
- * See the License for the specific language governing permissions and
10286
- * limitations under the License.
10287
- */
10288
- .googlesitekit-plugin .googlesitekit-margin-bottom-0 {
10289
- margin-bottom: 0 !important; }
10290
-
10291
- /**
10292
- * Text alignment utility styles.
10293
- *
10294
- * Site Kit by Google, Copyright 2020 Google LLC
10295
- *
10296
- * Licensed under the Apache License, Version 2.0 (the "License");
10297
- * you may not use this file except in compliance with the License.
10298
- * You may obtain a copy of the License at
10299
- *
10300
- * https://www.apache.org/licenses/LICENSE-2.0
10301
- *
10302
- * Unless required by applicable law or agreed to in writing, software
10303
- * distributed under the License is distributed on an "AS IS" BASIS,
10304
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10305
- * See the License for the specific language governing permissions and
10306
- * limitations under the License.
10307
- */
10308
- .googlesitekit-plugin .googlesitekit-text-align-center {
10309
- text-align: center; }
10310
 
1
+ .mdc-button{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.08929em;text-decoration:none;text-transform:uppercase;padding:0 8px 0 8px;display:inline-flex;position:relative;align-items:center;justify-content:center;box-sizing:border-box;min-width:64px;height:36px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:hidden;vertical-align:middle;border-radius:4px}.mdc-button::-moz-focus-inner{padding:0;border:0}.mdc-button:active{outline:none}.mdc-button:hover{cursor:pointer}.mdc-button:disabled{background-color:rgba(0,0,0,0);color:rgba(0,0,0,0.37);cursor:default;pointer-events:none}.mdc-button.mdc-button--dense{border-radius:4px}.mdc-button:not(:disabled){background-color:rgba(0,0,0,0)}.mdc-button .mdc-button__icon{margin-left:0;margin-right:8px;display:inline-block;width:18px;height:18px;font-size:18px;vertical-align:top}[dir="rtl"] .mdc-button .mdc-button__icon,.mdc-button .mdc-button__icon[dir="rtl"]{margin-left:8px;margin-right:0}.mdc-button:not(:disabled){color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-primary, #1a73e8)}.mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:0}[dir="rtl"] .mdc-button__label+.mdc-button__icon,.mdc-button__label+.mdc-button__icon[dir="rtl"]{margin-left:0;margin-right:8px}svg.mdc-button__icon{fill:currentColor}.mdc-button--raised .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon,.mdc-button--outlined .mdc-button__icon{margin-left:-4px;margin-right:8px}[dir="rtl"] .mdc-button--raised .mdc-button__icon,.mdc-button--raised .mdc-button__icon[dir="rtl"],[dir="rtl"] .mdc-button--unelevated .mdc-button__icon,.mdc-button--unelevated .mdc-button__icon[dir="rtl"],[dir="rtl"] .mdc-button--outlined .mdc-button__icon,.mdc-button--outlined .mdc-button__icon[dir="rtl"]{margin-left:8px;margin-right:-4px}.mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon{margin-left:8px;margin-right:-4px}[dir="rtl"] .mdc-button--raised .mdc-button__label+.mdc-button__icon,.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir="rtl"],[dir="rtl"] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon,.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir="rtl"],[dir="rtl"] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir="rtl"]{margin-left:-4px;margin-right:8px}.mdc-button--raised,.mdc-button--unelevated{padding:0 16px 0 16px}.mdc-button--raised:disabled,.mdc-button--unelevated:disabled{background-color:rgba(0,0,0,0.12);color:rgba(0,0,0,0.37)}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}}.mdc-button--raised:not(:disabled),.mdc-button--unelevated:not(:disabled){color:#fff;color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-button--raised{box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-button--raised:hover,.mdc-button--raised:focus{box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}.mdc-button--raised:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)}.mdc-button--raised:disabled{box-shadow:0px 0px 0px 0px rgba(0,0,0,0.2),0px 0px 0px 0px rgba(0,0,0,0.14),0px 0px 0px 0px rgba(0,0,0,0.12)}.mdc-button--outlined{border-style:solid;padding:0 15px 0 15px;border-width:1px}.mdc-button--outlined:disabled{border-color:rgba(0,0,0,0.37)}.mdc-button--outlined:not(:disabled){border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-primary, #1a73e8)}.mdc-button--dense{height:32px;font-size:.8125rem}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:0;opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:0;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-ripple-surface--test-edge-var-bug{--mdc-ripple-surface-test-edge-var: 1px solid #000;visibility:hidden}.mdc-ripple-surface--test-edge-var-bug::before{border:var(--mdc-ripple-surface-test-edge-var)}.mdc-button{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-button::before,.mdc-button::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-button::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-button.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-button.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-button.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-button.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-button::before,.mdc-button::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-button.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-button::before,.mdc-button::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-button::before,.mdc-button::after{background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}}.mdc-button:hover::before{opacity:.04}.mdc-button:not(.mdc-ripple-upgraded):focus::before,.mdc-button.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-button:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-button.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff}@supports not (-ms-ime-align: auto){.mdc-button--raised::before,.mdc-button--raised::after,.mdc-button--unelevated::before,.mdc-button--unelevated::after{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff)}}.mdc-button--raised:hover::before,.mdc-button--unelevated:hover::before{opacity:.08}.mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.mdc-button--raised.mdc-ripple-upgraded--background-focused::before,.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus::before,.mdc-button--unelevated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-button--raised:not(.mdc-ripple-upgraded)::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-button--raised:not(.mdc-ripple-upgraded):active::after,.mdc-button--unelevated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-button--raised.mdc-ripple-upgraded,.mdc-button--unelevated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .24}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.78334}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.78334}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(45deg);opacity:0}to{transform:rotate(360deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:mdc-animation-deceleration-curve-timing-function;transform:rotate(-45deg);opacity:0}to{transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);transform:rotate(0deg);opacity:1}to{transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;transform:scaleX(1);opacity:1}32.8%,100%{transform:scaleX(0);opacity:0}}.mdc-checkbox{display:inline-block;position:relative;flex:0 0 18px;box-sizing:content-box;width:18px;height:18px;padding:11px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{border-color:rgba(0,0,0,0.54);background-color:rgba(0,0,0,0)}.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8);background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}@keyframes mdc-checkbox-fade-in-background-0{0%{border-color:rgba(0,0,0,0.54);background-color:rgba(0,0,0,0)}50%{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8);background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}@keyframes mdc-checkbox-fade-out-background-0{0%,80%{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8);background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}100%{border-color:rgba(0,0,0,0.54);background-color:rgba(0,0,0,0)}}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-0}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-0}.mdc-checkbox__checkmark{color:#fff}.mdc-checkbox__mixedmark{border-color:#fff}.mdc-checkbox__background::before{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-checkbox__background::before{background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{border-color:rgba(0,0,0,0.26)}.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0.26)}@media screen and (-ms-high-contrast: active){.mdc-checkbox__mixedmark{margin:0 1px}}.mdc-checkbox--disabled{cursor:default;pointer-events:none}.mdc-checkbox__background{left:11px;right:auto;right:initial;display:inline-flex;position:absolute;top:11px;bottom:0;align-items:center;justify-content:center;box-sizing:border-box;width:45%;height:45%;border:2px solid currentColor;border-radius:2px;background-color:transparent;pointer-events:none;will-change:background-color, border-color;transition:background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox[dir="rtl"] .mdc-checkbox__background,[dir="rtl"] .mdc-checkbox .mdc-checkbox__background{left:auto;left:initial;right:11px}.mdc-checkbox__checkmark{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;transition:opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__checkmark{opacity:1}.mdc-checkbox__checkmark-path{transition:stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.78334;stroke-dasharray:29.78334}.mdc-checkbox__mixedmark{width:100%;height:0;transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox--upgraded .mdc-checkbox__background,.mdc-checkbox--upgraded .mdc-checkbox__checkmark,.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,.mdc-checkbox--upgraded .mdc-checkbox__mixedmark{transition:none !important}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background{animation-duration:180ms;animation-timing-function:linear}.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;transition:none}.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path{animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark{animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark{animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark{animation:mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;transition:none}.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark{animation:mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;transition:none}.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background{transition:border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path{stroke-dashoffset:0}.mdc-checkbox__background::before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";will-change:opacity, transform;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before{transform:scale(2.75, 2.75);opacity:.12;transition:opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-checkbox__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit}.mdc-checkbox__native-control:disabled{cursor:default;pointer-events:none}.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark{transition:opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);opacity:1}.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(-45deg)}.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark{transform:rotate(45deg);opacity:0;transition:opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark{transform:scaleX(1) rotate(0deg);opacity:1}.mdc-checkbox{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-checkbox::before,.mdc-checkbox::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-checkbox::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-checkbox.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-checkbox.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-checkbox.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-checkbox::before,.mdc-checkbox::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-checkbox::before,.mdc-checkbox::after{background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}.mdc-checkbox:hover::before{opacity:.04}.mdc-checkbox:not(.mdc-ripple-upgraded):focus::before,.mdc-checkbox.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-checkbox:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-checkbox:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-checkbox.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-checkbox::before,.mdc-checkbox::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-checkbox.mdc-ripple-upgraded::before,.mdc-checkbox.mdc-ripple-upgraded::after{top:calc(50% - 50%);top:var(--mdc-ripple-top, calc(50% - 50%));left:calc(50% - 50%);left:var(--mdc-ripple-left, calc(50% - 50%));width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-checkbox.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before{content:none}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:7}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:#fff;background-color:var(--mdc-theme-surface, #fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,0.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,0.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,0.6)}.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions{border-color:rgba(0,0,0,0.12)}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media (max-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media (min-width: 592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100vh - 32px)}.mdc-dialog .mdc-dialog__surface{border-radius:4px}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;justify-content:space-around;box-sizing:border-box;transform:scale(0.8);opacity:0}.mdc-dialog__surface{box-shadow:0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%}.mdc-dialog[dir="rtl"] .mdc-dialog__surface,[dir="rtl"] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{display:block;margin-top:0;line-height:normal;font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;position:relative;flex-shrink:0;box-sizing:border-box;margin:0;padding:0 24px 9px;border-bottom:1px solid transparent}.mdc-dialog__title::before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog[dir="rtl"] .mdc-dialog__title,[dir="rtl"] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog__content{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:.03125em;text-decoration:inherit;text-transform:inherit;flex-grow:1;box-sizing:border-box;margin:0;padding:20px 24px;overflow:auto;-webkit-overflow-scrolling:touch}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}[dir="rtl"] .mdc-dialog__button,.mdc-dialog__button[dir="rtl"]{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child{margin-left:0;margin-right:0}[dir="rtl"] .mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir="rtl"]{margin-left:0;margin-right:0}.mdc-dialog[dir="rtl"] .mdc-dialog__button,[dir="rtl"] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--open,.mdc-dialog--opening,.mdc-dialog--closing{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity 150ms linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-dialog--closing .mdc-dialog__scrim,.mdc-dialog--closing .mdc-dialog__container{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{transform:scale(1)}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{transform:scale(1);opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}.mdc-form-field{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,0.87);color:rgba(0,0,0,0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0,0,0,0.87));display:inline-flex;align-items:center;vertical-align:middle}.mdc-form-field>label{order:0;margin-right:auto;padding-left:4px}[dir="rtl"] .mdc-form-field>label,.mdc-form-field[dir="rtl"]>label{margin-left:auto;padding-right:4px}.mdc-form-field--align-end>label{order:-1;margin-left:auto;padding-right:4px}[dir="rtl"] .mdc-form-field--align-end>label,.mdc-form-field--align-end[dir="rtl"]>label{margin-right:auto;padding-left:4px}:root{--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px}@media (min-width: 961px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media (max-width: 600px){.mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}@media (min-width: 961px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(24px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop, 24px);grid-template-columns:repeat(12, minmax(0, 1fr))}}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(16px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet, 16px);grid-template-columns:repeat(8, minmax(0, 1fr))}}}@media (max-width: 600px){.mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(16px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone, 16px);grid-template-columns:repeat(4, minmax(0, 1fr))}}}@media (min-width: 961px){.mdc-layout-grid__cell{width:calc(33.33333% - 24px);width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));box-sizing:border-box;margin:12px;margin:calc(24px / 2);margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.33333% - 24px);width:calc(8.33333% - 24px);width:calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.66667% - 24px);width:calc(16.66667% - 24px);width:calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.33333% - 24px);width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.66667% - 24px);width:calc(41.66667% - 24px);width:calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:calc(58.33333% - 24px);width:calc(58.33333% - 24px);width:calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.66667% - 24px);width:calc(66.66667% - 24px);width:calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.33333% - 24px);width:calc(83.33333% - 24px);width:calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.66667% - 24px);width:calc(91.66667% - 24px);width:calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));box-sizing:border-box;margin:8px;margin:calc(16px / 2);margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet{width:auto;grid-column-end:span 8}}}@media (max-width: 600px){.mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));box-sizing:border-box;margin:8px;margin:calc(16px / 2);margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports (display: grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports (display: grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media (min-width: 961px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc( 72px * 12 + 24px * 11 + 24px * 2);width:calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2)}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc( 72px * 8 + 16px * 7 + 16px * 2);width:calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2)}}@media (max-width: 600px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc( 72px * 4 + 16px * 3 + 16px * 2);width:calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2)}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(83.67142%)}100%{transform:translateX(200.61106%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.33473, 0.12482, 0.78584, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.66148)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.51506, 0.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);transform:translateX(37.65191%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.62704, 0.6, 0.90203);transform:translateX(84.38617%)}100%{transform:translateX(160.27778%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);transform:scaleX(0.4571)}44.15%{animation-timing-function:cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(-83.67142%)}100%{transform:translateX(-200.61106%)}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.51506, 0.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);transform:translateX(-37.65191%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.62704, 0.6, 0.90203);transform:translateX(-84.38617%)}100%{transform:translateX(-160.27778%)}}@keyframes buffering-reverse{to{transform:translateX(10px)}}.mdc-linear-progress{position:relative;width:100%;height:4px;transform:translateZ(0);transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);overflow:hidden}.mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;height:100%;animation:none}.mdc-linear-progress__buffering-dots{position:absolute;width:100%;height:100%;animation:buffering 250ms infinite linear;background-repeat:repeat-x;background-size:10px 4px}.mdc-linear-progress__buffer{position:absolute;width:100%;height:100%;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse 250ms infinite linear}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress__bar-inner{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}.mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")}.mdc-linear-progress__buffer{background-color:#e6e6e6}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.mdc-list{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none;color:rgba(0,0,0,0.87);color:rgba(0,0,0,0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0,0,0,0.87))}.mdc-list:focus{outline:none}.mdc-list-item__secondary-text{color:rgba(0,0,0,0.54);color:rgba(0,0,0,0.54);color:var(--mdc-theme-text-secondary-on-background, rgba(0,0,0,0.54))}.mdc-list-item__graphic{background-color:rgba(0,0,0,0)}.mdc-list-item__graphic{color:rgba(0,0,0,0.38);color:rgba(0,0,0,0.38);color:var(--mdc-theme-text-icon-on-background, rgba(0,0,0,0.38))}.mdc-list-item__meta{color:rgba(0,0,0,0.38);color:rgba(0,0,0,0.38);color:var(--mdc-theme-text-hint-on-background, rgba(0,0,0,0.38))}.mdc-list-group__subheader{color:rgba(0,0,0,0.87);color:rgba(0,0,0,0.87);color:var(--mdc-theme-text-primary-on-background, rgba(0,0,0,0.87))}.mdc-list--dense{padding-top:4px;padding-bottom:4px;font-size:.812rem}.mdc-list-item{display:flex;position:relative;align-items:center;justify-content:flex-start;height:48px;padding:0 16px;overflow:hidden}.mdc-list-item:focus{outline:none}.mdc-list-item--selected,.mdc-list-item--activated{color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-primary, #1a73e8)}.mdc-list-item--selected .mdc-list-item__graphic,.mdc-list-item--activated .mdc-list-item__graphic{color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-primary, #1a73e8)}.mdc-list-item--disabled{color:rgba(0,0,0,0.38);color:rgba(0,0,0,0.38);color:var(--mdc-theme-text-disabled-on-background, rgba(0,0,0,0.38))}.mdc-list-item__graphic{margin-left:0;margin-right:32px;width:24px;height:24px;flex-shrink:0;align-items:center;justify-content:center;fill:currentColor}.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,[dir="rtl"] .mdc-list-item .mdc-list-item__graphic{margin-left:32px;margin-right:0}.mdc-list .mdc-list-item__graphic{display:inline-flex}.mdc-list-item__meta{margin-left:auto;margin-right:0}.mdc-list-item__meta:not(.material-icons){font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit}.mdc-list-item[dir="rtl"] .mdc-list-item__meta,[dir="rtl"] .mdc-list-item .mdc-list-item__meta{margin-left:0;margin-right:auto}.mdc-list-item__text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mdc-list-item__text[for]{pointer-events:none}.mdc-list-item__primary-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;margin-bottom:-20px;display:block}.mdc-list-item__primary-text::before{display:inline-block;width:0;height:32px;content:"";vertical-align:0}.mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list--dense .mdc-list-item__primary-text{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.mdc-list--dense .mdc-list-item__primary-text::before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__primary-text::after{display:inline-block;width:0;height:20px;content:"";vertical-align:-20px}.mdc-list-item__secondary-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;display:block}.mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item__secondary-text{display:block;margin-top:0;line-height:normal;font-size:inherit}.mdc-list--dense .mdc-list-item__secondary-text::before{display:inline-block;width:0;height:20px;content:"";vertical-align:0}.mdc-list--dense .mdc-list-item{height:40px}.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:36px;width:20px;height:20px}.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic{margin-left:36px;margin-right:0}.mdc-list--avatar-list .mdc-list-item{height:56px}.mdc-list--avatar-list .mdc-list-item__graphic{margin-left:0;margin-right:16px;width:40px;height:40px;border-radius:50%}.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic{margin-left:16px;margin-right:0}.mdc-list--two-line .mdc-list-item__text{align-self:flex-start}.mdc-list--two-line .mdc-list-item{height:72px}.mdc-list--two-line.mdc-list--dense .mdc-list-item,.mdc-list--avatar-list.mdc-list--dense .mdc-list-item{height:60px}.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:0;margin-right:20px;width:36px;height:36px}.mdc-list-item[dir="rtl"] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,[dir="rtl"] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic{margin-left:20px;margin-right:0}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{cursor:pointer}a.mdc-list-item{color:inherit;text-decoration:none}.mdc-list-divider{height:0;margin:0;border:none;border-bottom-width:1px;border-bottom-style:solid}.mdc-list-divider{border-bottom-color:rgba(0,0,0,0.12)}.mdc-list-divider--padded{margin:0 16px}.mdc-list-divider--inset{margin-left:72px;margin-right:0;width:calc(100% - 72px)}.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,[dir="rtl"] .mdc-list-group .mdc-list-divider--inset{margin-left:0;margin-right:72px}.mdc-list-divider--inset.mdc-list-divider--padded{width:calc(100% - 72px - 16px)}.mdc-list-group .mdc-list{padding:0}.mdc-list-group__subheader{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;margin:.75rem 16px}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after{background-color:#000}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover::before{opacity:.04}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after{background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before{opacity:.16}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .24}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before{opacity:.08}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after{background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before{opacity:.12}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.2}:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .2}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after{background-color:#000}:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before,:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-menu{min-width:112px}.mdc-menu .mdc-list-item__meta{color:rgba(0,0,0,0.87)}.mdc-menu .mdc-list-item__graphic{color:rgba(0,0,0,0.87)}.mdc-menu .mdc-list{color:rgba(0,0,0,0.87)}.mdc-menu .mdc-list-divider{margin:8px 0}.mdc-menu .mdc-list-item{-webkit-user-select:none;-ms-user-select:none;user-select:none}.mdc-menu .mdc-list-item--disabled{cursor:auto}.mdc-menu a.mdc-list-item .mdc-list-item__text,.mdc-menu a.mdc-list-item .mdc-list-item__graphic{pointer-events:none}.mdc-menu__selection-group{padding:0;fill:currentColor}.mdc-menu__selection-group .mdc-list-item{padding-left:56px;padding-right:16px}[dir="rtl"] .mdc-menu__selection-group .mdc-list-item,.mdc-menu__selection-group .mdc-list-item[dir="rtl"]{padding-left:16px;padding-right:56px}.mdc-menu__selection-group .mdc-menu__selection-group-icon{left:16px;right:auto;right:initial;display:none;position:absolute}[dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon,.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-menu-item--selected .mdc-menu__selection-group-icon{display:inline}.mdc-menu-surface{display:none;position:absolute;box-sizing:border-box;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);margin:0;padding:0;transform:scale(1);transform-origin:top left;opacity:0;overflow:auto;will-change:transform, opacity;z-index:8;transition:opacity .03s linear,transform .12s cubic-bezier(0, 0, 0.2, 1);box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);background-color:#fff;background-color:#fff;background-color:var(--mdc-theme-surface, #fff);color:#000;color:#000;color:var(--mdc-theme-on-surface, #000);border-radius:4px;transform-origin-left:top left;transform-origin-right:top right}.mdc-menu-surface:focus{outline:none}.mdc-menu-surface--open{display:inline-block;transform:scale(1);opacity:1}.mdc-menu-surface--animating-open{display:inline-block;transform:scale(0.8);opacity:0}.mdc-menu-surface--animating-closed{display:inline-block;opacity:0;transition:opacity .075s linear}[dir="rtl"] .mdc-menu-surface,.mdc-menu-surface[dir="rtl"]{transform-origin-left:top right;transform-origin-right:top left}.mdc-menu-surface--anchor{position:relative;overflow:visible}.mdc-menu-surface--fixed{position:fixed}.mdc-radio{display:inline-block;position:relative;flex:0 0 auto;box-sizing:border-box;width:40px;height:40px;padding:10px;cursor:pointer;will-change:opacity, transform, border-color, color}.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,0.54)}.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8)}.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8)}.mdc-radio .mdc-radio__background::before{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-radio .mdc-radio__background::before{background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}.mdc-radio__background{display:inline-block;position:absolute;left:10px;box-sizing:border-box;width:50%;height:50%}.mdc-radio__background::before{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(0, 0);border-radius:50%;opacity:0;pointer-events:none;content:"";transition:opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__outer-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;transition:border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__inner-circle{position:absolute;top:0;left:0;box-sizing:border-box;width:100%;height:100%;transform:scale(0, 0);border-width:10px;border-style:solid;border-radius:50%;transition:transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1),border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-radio__native-control{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.mdc-radio__native-control:checked+.mdc-radio__background,.mdc-radio__native-control:disabled+.mdc-radio__background{transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle{transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle{transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio--disabled{cursor:default;pointer-events:none}.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle{transform:scale(0.5);transition:transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1),border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio__native-control:disabled+.mdc-radio__background,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background{cursor:default}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__outer-circle{border-color:rgba(0,0,0,0.26)}.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,[aria-disabled="true"] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle{border-color:rgba(0,0,0,0.26)}.mdc-radio__native-control:focus+.mdc-radio__background::before{transform:scale(2, 2);opacity:.12;transition:opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1)}.mdc-radio{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-radio::before,.mdc-radio::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-radio::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-radio.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-radio.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-radio.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-radio.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-radio::before,.mdc-radio::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-radio.mdc-ripple-upgraded::before,.mdc-radio.mdc-ripple-upgraded::after{top:calc(50% - 50%);top:var(--mdc-ripple-top, calc(50% - 50%));left:calc(50% - 50%);left:var(--mdc-ripple-left, calc(50% - 50%));width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-radio.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-radio::before,.mdc-radio::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-radio::before,.mdc-radio::after{background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}.mdc-radio:hover::before{opacity:.04}.mdc-radio:not(.mdc-ripple-upgraded):focus::before,.mdc-radio.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-radio:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-radio:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-radio.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before{content:none}@keyframes mdc-select-float-native-control{0%{transform:translateY(8px);opacity:0}100%{transform:translateY(0);opacity:1}}.mdc-line-ripple{position:absolute;bottom:0;left:0;width:100%;height:2px;transform:scaleX(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;z-index:2}.mdc-line-ripple--active{transform:scaleX(1);opacity:1}.mdc-line-ripple--deactivating{opacity:0}.mdc-notched-outline{display:flex;position:absolute;right:0;left:0;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir="rtl"] .mdc-notched-outline,.mdc-notched-outline[dir="rtl"]{text-align:right}.mdc-notched-outline__leading,.mdc-notched-outline__notch,.mdc-notched-outline__trailing{box-sizing:border-box;height:100%;transition:border 150ms cubic-bezier(0.4, 0, 0.2, 1);border-top:1px solid;border-bottom:1px solid;pointer-events:none}.mdc-notched-outline__leading{border-left:1px solid;border-right:none;width:12px}[dir="rtl"] .mdc-notched-outline__leading,.mdc-notched-outline__leading[dir="rtl"]{border-left:none;border-right:1px solid}.mdc-notched-outline__trailing{border-left:none;border-right:1px solid;flex-grow:1}[dir="rtl"] .mdc-notched-outline__trailing,.mdc-notched-outline__trailing[dir="rtl"]{border-left:1px solid;border-right:none}.mdc-notched-outline__notch{flex:0 0 auto;width:auto;max-width:calc(100% - 12px * 2)}.mdc-notched-outline .mdc-floating-label{display:inline-block;position:relative;top:17px;bottom:auto;max-width:100%}.mdc-notched-outline .mdc-floating-label--float-above{text-overflow:clip}.mdc-notched-outline--upgraded .mdc-floating-label--float-above{max-width:calc(100% / .75)}.mdc-notched-outline--notched .mdc-notched-outline__notch{padding-left:0;padding-right:8px;border-top:none}[dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,.mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"]{padding-left:8px;padding-right:0}.mdc-notched-outline--no-label .mdc-notched-outline__notch{padding:0}.mdc-floating-label{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;position:absolute;left:0;transform-origin:left top;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1),color 150ms cubic-bezier(0.4, 0, 0.2, 1);line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir="rtl"] .mdc-floating-label,.mdc-floating-label[dir="rtl"]{right:0;left:auto;transform-origin:right top;text-align:right}.mdc-floating-label--float-above{cursor:auto}.mdc-floating-label--float-above{transform:translateY(-50%) scale(.75)}.mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-standard 250ms 1}@keyframes mdc-floating-label-shake-float-above-standard{0%{transform:translateX(calc(0 - 0%)) translateY(-50%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0%)) translateY(-50%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0%)) translateY(-50%) scale(.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-50%) scale(.75)}}.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon{color:#000;color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select--with-leading-icon .mdc-select__icon{display:inline-block;position:absolute;bottom:16px;box-sizing:border-box;width:24px;height:24px;border:none;background-color:transparent;fill:currentColor;opacity:.54;text-decoration:none;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mdc-select__icon:not([tabindex]),.mdc-select__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-select-helper-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-select-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-select-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-select{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity, transform, color}.mdc-select:not(.mdc-select--disabled){background-color:#f5f5f5}.mdc-select::before,.mdc-select::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-select::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-select.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-select.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-select.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-select.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-select::before,.mdc-select::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-select.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-select::before,.mdc-select::after{background-color:rgba(0,0,0,0.87)}.mdc-select:hover::before{opacity:.04}.mdc-select:not(.mdc-ripple-upgraded):focus::before,.mdc-select.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:rgba(0,0,0,0.87)}.mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:rgba(0,0,0,0.6)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:rgba(0,0,0,0.42)}.mdc-select:not(.mdc-select--disabled)+.mdc-select-helper-text{color:rgba(0,0,0,0.6)}.mdc-select,.mdc-select__native-control{border-radius:4px 4px 0 0}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:rgba(26,115,232,0.87)}.mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:rgba(0,0,0,0.87)}.mdc-select .mdc-floating-label--float-above{transform:translateY(-70%) scale(.75)}.mdc-select .mdc-floating-label{left:16px;right:auto;right:initial;top:21px;pointer-events:none}[dir="rtl"] .mdc-select .mdc-floating-label,.mdc-select .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-select.mdc-select--with-leading-icon .mdc-floating-label{left:48px;right:auto;right:initial}[dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:48px}.mdc-select.mdc-select--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}[dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label,.mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:4px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label{left:36px;right:auto;right:initial}[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:36px}.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above{left:36px;right:auto;right:initial}[dir="rtl"] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir="rtl"]{left:auto;left:initial;right:36px}.mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;left:auto;right:8px;position:absolute;bottom:16px;width:24px;height:24px;transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1);pointer-events:none}[dir="rtl"] .mdc-select__dropdown-icon,.mdc-select__dropdown-icon[dir="rtl"]{left:8px;right:auto}.mdc-select--focused .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%231a73e8%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;transform:rotate(180deg) translateY(-5px);transition:transform 150ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-select__native-control{padding-top:20px}.mdc-select.mdc-select--focused .mdc-line-ripple::after{transform:scale(1, 2);opacity:1}.mdc-select+.mdc-select-helper-text{margin-right:12px;margin-left:12px}.mdc-select--outlined+.mdc-select-helper-text{margin-right:16px;margin-left:16px}.mdc-select--focused+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg){opacity:1}.mdc-select__selected-text{min-width:200px;padding-top:22px}.mdc-select__native-control,.mdc-select__selected-text{padding-left:16px;padding-right:52px;font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;box-sizing:border-box;width:100%;height:56px;padding-top:20px;padding-bottom:4px;border:none;border-bottom:1px solid;outline:none;background-color:transparent;color:inherit;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}[dir="rtl"] .mdc-select__native-control,.mdc-select__native-control[dir="rtl"],[dir="rtl"] .mdc-select__selected-text,.mdc-select__selected-text[dir="rtl"]{padding-left:52px;padding-right:16px}.mdc-select__native-control::-ms-expand,.mdc-select__selected-text::-ms-expand{display:none}.mdc-select__native-control::-ms-value,.mdc-select__selected-text::-ms-value{background-color:transparent;color:inherit}@-moz-document url-prefix(""){.mdc-select__native-control,.mdc-select__selected-text{text-indent:-2px}}.mdc-select--outlined{border:none;overflow:visible}.mdc-select--outlined:not(.mdc-select--disabled){background-color:rgba(0,0,0,0)}.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.24)}.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.87)}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-primary, #1a73e8)}.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"]{border-radius:0 4px 4px 0}.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir="rtl"] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"]{border-radius:4px 0 0 4px}.mdc-select--outlined .mdc-select__native-control{border-radius:4px}.mdc-select--outlined::before,.mdc-select--outlined::after{content:none}.mdc-select--outlined:not(.mdc-select--disabled){background-color:rgba(0,0,0,0)}.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75)}.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__selected-text{padding-left:16px;padding-right:52px;display:flex;padding-top:12px;padding-bottom:12px;border:none;background-color:transparent;z-index:1}[dir="rtl"] .mdc-select--outlined .mdc-select__native-control,.mdc-select--outlined .mdc-select__native-control[dir="rtl"],[dir="rtl"] .mdc-select--outlined .mdc-select__selected-text,.mdc-select--outlined .mdc-select__selected-text[dir="rtl"]{padding-left:52px;padding-right:16px}.mdc-select--outlined .mdc-select__selected-text{padding-top:14px}.mdc-select--outlined .mdc-select__icon{z-index:2}.mdc-select--outlined .mdc-floating-label{line-height:1.15rem;pointer-events:auto}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control,.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__selected-text{border-bottom-color:#b00020;border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#b00020;background-color:#b00020;background-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#b00020}.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid+.mdc-select-helper-text--validation-msg{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__native-control:hover{border-bottom-color:#b00020;border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-select--invalid .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--invalid+.mdc-select-helper-text--validation-msg{opacity:1}.mdc-select--required .mdc-floating-label::after{content:"*"}.mdc-select--disabled{background-color:#fafafa;cursor:default;pointer-events:none}.mdc-select--disabled .mdc-floating-label{color:rgba(0,0,0,0.37)}.mdc-select--disabled .mdc-select__dropdown-icon{background:url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%22.37%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center}.mdc-select--disabled .mdc-line-ripple{display:none}.mdc-select--disabled .mdc-select__icon{color:rgba(0,0,0,0.37)}.mdc-select--disabled .mdc-select__native-control,.mdc-select--disabled .mdc-select__selected-text{color:rgba(0,0,0,0.37);border-bottom-style:dotted}.mdc-select--disabled .mdc-select__selected-text{pointer-events:none}.mdc-select--disabled.mdc-select--outlined{background-color:rgba(0,0,0,0)}.mdc-select--disabled.mdc-select--outlined .mdc-select__native-control,.mdc-select--disabled.mdc-select--outlined .mdc-select__selected-text{border-bottom-style:none}.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.16)}.mdc-select--with-leading-icon .mdc-select__icon{left:16px;right:auto;right:initial}[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon,.mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-select--with-leading-icon .mdc-select__native-control,.mdc-select--with-leading-icon .mdc-select__selected-text{padding-left:48px;padding-right:32px}[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__native-control,.mdc-select--with-leading-icon .mdc-select__native-control[dir="rtl"],[dir="rtl"] .mdc-select--with-leading-icon .mdc-select__selected-text,.mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"]{padding-left:32px;padding-right:48px}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(.75)}[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-130%) translateX(32px) scale(.75)}.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1}[dir="rtl"] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake,.mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1}.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text{padding-left:32px;padding-right:32px}[dir="rtl"] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir="rtl"]{padding-left:32px;padding-right:32px}.mdc-select__menu .mdc-list .mdc-list-item--selected{color:#000;color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:#000}@supports not (-ms-ime-align: auto){.mdc-select__menu .mdc-list .mdc-list-item--selected::before,.mdc-select__menu .mdc-list .mdc-list-item--selected::after{background-color:#000;background-color:var(--mdc-theme-on-surface, #000)}}.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before{opacity:.04}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before,.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon{0%{transform:translateX(calc(0 - 32px)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 32px)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 32px)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - 32px)) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - -32px)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - -32px)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - -32px)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - -32px)) translateY(-130%) scale(.75)}}.mdc-tab{position:relative;font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:2.25rem;font-weight:500;letter-spacing:.08929em;text-decoration:none;text-transform:uppercase;display:flex;flex:1 0 auto;justify-content:center;box-sizing:border-box;height:48px;padding:0 24px;border:none;outline:none;background:none;text-align:center;white-space:nowrap;cursor:pointer;-webkit-appearance:none;z-index:1}.mdc-tab .mdc-tab__text-label{color:#000;color:#000;color:var(--mdc-theme-on-surface, #000)}.mdc-tab .mdc-tab__icon{color:#000;color:#000;color:var(--mdc-theme-on-surface, #000);fill:currentColor}.mdc-tab::-moz-focus-inner{padding:0;border:0}.mdc-tab--min-width{flex:0 1 auto}.mdc-tab__ripple{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform, opacity;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.mdc-tab__ripple::before,.mdc-tab__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-tab__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-tab__ripple.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-tab__ripple.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-tab__ripple::before,.mdc-tab__ripple::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-tab__ripple.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-tab__ripple::before,.mdc-tab__ripple::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-tab__ripple::before,.mdc-tab__ripple::after{background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}}.mdc-tab__ripple:hover::before{opacity:.04}.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before,.mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-tab__ripple:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.mdc-tab__content{position:relative;display:flex;align-items:center;justify-content:center;height:inherit;pointer-events:none}.mdc-tab__text-label,.mdc-tab__icon{transition:150ms color linear, 150ms opacity linear;z-index:2}.mdc-tab__text-label{display:inline-block;opacity:.6;line-height:1}.mdc-tab__icon{width:24px;height:24px;opacity:.54;font-size:24px}.mdc-tab--stacked{height:72px}.mdc-tab--stacked .mdc-tab__content{flex-direction:column;align-items:center;justify-content:space-between}.mdc-tab--stacked .mdc-tab__icon{padding-top:12px}.mdc-tab--stacked .mdc-tab__text-label{padding-bottom:16px}.mdc-tab--active .mdc-tab__text-label{color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-primary, #1a73e8)}.mdc-tab--active .mdc-tab__icon{color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-primary, #1a73e8);fill:currentColor}.mdc-tab--active .mdc-tab__text-label,.mdc-tab--active .mdc-tab__icon{transition-delay:100ms;opacity:1}.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label{padding-left:8px;padding-right:0}[dir="rtl"] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label,.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir="rtl"]{padding-left:0;padding-right:8px}.mdc-tab-bar{width:100%}.mdc-tab-indicator{display:flex;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.mdc-tab-indicator>.mdc-tab-indicator__content--underline{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}.mdc-tab-indicator>.mdc-tab-indicator__content--underline{height:2px}.mdc-tab-indicator>.mdc-tab-indicator__content--icon{color:#1a73e8;color:#1a73e8;color:var(--mdc-theme-secondary, #1a73e8)}.mdc-tab-indicator>.mdc-tab-indicator__content--icon{height:34px;font-size:34px}.mdc-tab-indicator__content{transform-origin:left;opacity:0}.mdc-tab-indicator__content--underline{align-self:flex-end;width:100%}.mdc-tab-indicator__content--icon{align-self:center;margin:0 auto}.mdc-tab-indicator--active>.mdc-tab-indicator__content{opacity:1}.mdc-tab-indicator>.mdc-tab-indicator__content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-tab-indicator--no-transition>.mdc-tab-indicator__content{transition:none}.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition:150ms opacity linear}.mdc-tab-indicator--active.mdc-tab-indicator--fade>.mdc-tab-indicator__content{transition-delay:100ms}.mdc-tab-scroller{overflow-y:hidden}.mdc-tab-scroller__test{position:absolute;top:-9999px;width:100px;height:100px;overflow-x:scroll}.mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:touch;display:flex;overflow-x:hidden}.mdc-tab-scroller__scroll-area::-webkit-scrollbar,.mdc-tab-scroller__test::-webkit-scrollbar{display:none}.mdc-tab-scroller__scroll-area--scroll{overflow-x:scroll}.mdc-tab-scroller__scroll-content{position:relative;display:flex;flex:1 0 auto;transform:none;will-change:transform}.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content{justify-content:flex-start}.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content{justify-content:flex-end}.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content{justify-content:center}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area{-webkit-overflow-scrolling:auto}.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content{transition:250ms transform cubic-bezier(0.4, 0, 0.2, 1)}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field-helper-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-helper-text{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;will-change:opacity}.mdc-text-field-helper-text::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}.mdc-text-field-helper-text--persistent{transition:none;opacity:1;will-change:initial}.mdc-text-field-character-counter{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.75rem;line-height:1.25rem;font-weight:400;letter-spacing:.03333em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-left:auto;margin-right:0;padding-left:16px;padding-right:0;white-space:nowrap}.mdc-text-field-character-counter::before{display:inline-block;width:0;height:16px;content:"";vertical-align:0}[dir="rtl"] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir="rtl"]{margin-left:0;margin-right:auto}[dir="rtl"] .mdc-text-field-character-counter,.mdc-text-field-character-counter[dir="rtl"]{padding-left:0;padding-right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon{position:absolute;bottom:16px;cursor:pointer}.mdc-text-field__icon:not([tabindex]),.mdc-text-field__icon[tabindex="-1"]{cursor:default;pointer-events:none}.mdc-text-field{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:4px 4px 0 0;display:inline-flex;position:relative;box-sizing:border-box;height:56px;overflow:hidden;will-change:opacity, transform, color}.mdc-text-field::before,.mdc-text-field::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-text-field::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-text-field.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-text-field.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-text-field.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-text-field::before,.mdc-text-field::after{background-color:rgba(0,0,0,0.87)}.mdc-text-field:hover::before{opacity:.04}.mdc-text-field:not(.mdc-ripple-upgraded):focus::before,.mdc-text-field.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-text-field::before,.mdc-text-field::after{top:calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.mdc-text-field.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(0,0,0,0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:rgba(0,0,0,0.87)}.mdc-text-field .mdc-text-field__input{caret-color:#1a73e8;caret-color:#1a73e8;caret-color:var(--mdc-theme-primary, #1a73e8)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:rgba(0,0,0,0.42)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:rgba(0,0,0,0.87)}.mdc-text-field .mdc-line-ripple{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,0.12)}.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,0.6)}.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon{color:rgba(0,0,0,0.54)}.mdc-text-field:not(.mdc-text-field--disabled){background-color:#f5f5f5}.mdc-text-field .mdc-floating-label{left:16px;right:auto;right:initial;top:18px;pointer-events:none}[dir="rtl"] .mdc-text-field .mdc-floating-label,.mdc-text-field .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-text-field--textarea .mdc-floating-label{left:4px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--textarea .mdc-floating-label,.mdc-text-field--textarea .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:4px}.mdc-text-field--outlined .mdc-floating-label{left:4px;right:auto;right:initial;top:17px}[dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--outlined .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:4px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label{left:36px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:36px}.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above{left:40px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"]{left:auto;left:initial;right:40px}.mdc-text-field__input{font-family:Roboto, sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;align-self:flex-end;box-sizing:border-box;width:100%;height:100%;padding:20px 16px 6px;transition:opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);border:none;border-bottom:1px solid;border-radius:0;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mdc-text-field__input:-ms-input-placeholder{-ms-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,0.54)}.mdc-text-field__input::-ms-input-placeholder{-ms-transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,0.54)}.mdc-text-field__input::placeholder{transition:opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);opacity:0;color:rgba(0,0,0,0.54)}.mdc-text-field__input:-ms-input-placeholder{color:rgba(0,0,0,0.54) !important}.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder, .mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,.mdc-text-field--no-label .mdc-text-field__input::placeholder,.mdc-text-field--focused .mdc-text-field__input::placeholder{transition-delay:40ms;transition-duration:110ms;opacity:1}.mdc-text-field__input:focus{outline:none}.mdc-text-field__input:invalid{box-shadow:none}.mdc-text-field__input:-webkit-autofill{z-index:auto !important}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{padding-top:16px;padding-bottom:16px}.mdc-text-field__input:-webkit-autofill+.mdc-floating-label{transform:translateY(-50%) scale(0.75);cursor:auto}.mdc-text-field--outlined{border:none;overflow:visible}.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.38)}.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.87)}.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-primary, #1a73e8)}.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"]{border-radius:0 4px 4px 0}.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"]{border-radius:4px 0 0 4px}.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75)}.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined::before,.mdc-text-field--outlined::after{content:none}.mdc-text-field--outlined:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--outlined .mdc-text-field__input{display:flex;padding:12px 16px 14px;border:none !important;background-color:transparent;z-index:1}.mdc-text-field--outlined .mdc-text-field__icon{z-index:2}.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--outlined.mdc-text-field--disabled{background-color:rgba(0,0,0,0)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.06)}.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}.mdc-text-field--outlined.mdc-text-field--dense{height:48px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) scale(1)}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) scale(.8)}.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 7px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{top:14px}.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon{top:12px}.mdc-text-field--with-leading-icon .mdc-text-field__icon{left:16px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon,.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-text-field--with-leading-icon .mdc-text-field__input{padding-left:48px;padding-right:16px}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"]{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon .mdc-floating-label{left:48px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label,.mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon{left:16px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"]{left:auto;left:initial;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:48px;padding-right:16px}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"]{padding-left:16px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{transform:translateY(-144%) translateX(-32px) scale(1)}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-144%) translateX(32px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) translateX(-32px) scale(.75)}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-130%) translateX(32px) scale(.75)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label{left:36px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:36px}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-134%) translateX(-21px) scale(1)}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-134%) translateX(21px) scale(1)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.8rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-120%) translateX(-21px) scale(.8)}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"],[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"]{transform:translateY(-120%) translateX(21px) scale(.8)}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1}.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label{left:32px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:32px}.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:auto;left:initial;right:12px}[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"]{left:12px;right:auto;right:initial}.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:16px;padding-right:48px}[dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"]{padding-left:48px;padding-right:16px}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon{left:auto;left:initial;right:16px}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"]{left:16px;right:auto;right:initial}.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input{padding-left:16px;padding-right:48px}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input,.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"]{padding-left:48px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon{left:16px;right:auto}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"]{left:auto;right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon{right:12px;left:auto}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"]{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input{padding-left:48px;padding-right:48px}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"]{padding-left:48px;padding-right:48px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{bottom:16px;transform:scale(0.8)}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"]{left:auto;left:initial;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:16px}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"]{padding-left:16px;padding-right:44px}.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label{left:44px;right:auto;right:initial}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label,.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"]{left:auto;left:initial;right:44px}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:auto;left:initial;right:12px}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"]{left:12px;right:auto;right:initial}.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:16px;padding-right:44px}[dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"]{padding-left:44px;padding-right:16px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon{left:12px;right:auto}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"]{left:auto;right:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon{right:12px;left:auto}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"]{right:auto;left:12px}.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input{padding-left:44px;padding-right:44px}[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"]{padding-left:44px;padding-right:44px}.mdc-text-field--dense .mdc-floating-label--float-above{transform:translateY(-70%) scale(.8)}.mdc-text-field--dense .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-dense 250ms 1}.mdc-text-field--dense .mdc-text-field__input{padding:12px 12px 0}.mdc-text-field--dense .mdc-floating-label{font-size:.813rem}.mdc-text-field--dense .mdc-floating-label--float-above{font-size:.813rem}.mdc-text-field__input:required ~ .mdc-floating-label::after,.mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after{margin-left:1px;content:"*"}.mdc-text-field--textarea{display:inline-flex;width:auto;height:auto;transition:none;overflow:visible}.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.38)}.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.87)}.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-primary, #1a73e8)}.mdc-text-field--textarea .mdc-floating-label--shake{animation:mdc-floating-label-shake-float-above-text-field-outlined 250ms 1}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading{border-radius:4px 0 0 4px}[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"]{border-radius:0 4px 4px 0}.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing{border-radius:0 4px 4px 0}[dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"]{border-radius:4px 0 0 4px}.mdc-text-field--textarea::before,.mdc-text-field--textarea::after{content:none}.mdc-text-field--textarea:not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--textarea .mdc-floating-label--float-above{transform:translateY(-144%) scale(1)}.mdc-text-field--textarea .mdc-floating-label--float-above{font-size:.75rem}.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{transform:translateY(-130%) scale(.75)}.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above{font-size:1rem}.mdc-text-field--textarea .mdc-text-field-character-counter{left:auto;left:initial;right:16px;position:absolute;bottom:13px}[dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter,.mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"]{left:16px;right:auto;right:initial}.mdc-text-field--textarea .mdc-text-field__input{align-self:auto;box-sizing:border-box;height:auto;margin:8px 1px 1px 0;padding:0 16px 16px;border:none}.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input{margin-bottom:28px;padding-bottom:0}.mdc-text-field--textarea .mdc-floating-label{top:17px;bottom:auto;width:auto;pointer-events:none}.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing{border-width:2px}.mdc-text-field--fullwidth{width:100%}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea){display:block}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before,.mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after{content:none}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled){background-color:rgba(0,0,0,0)}.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input{padding:0}.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input{resize:vertical}.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea){border-bottom-color:#b00020;border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field-helper-line{display:flex;justify-content:space-between;box-sizing:border-box}.mdc-text-field--dense+.mdc-text-field-helper-line{margin-bottom:4px}.mdc-text-field+.mdc-text-field-helper-line{padding-right:16px;padding-left:16px}.mdc-form-field>.mdc-text-field+label{align-self:flex-start}.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label{color:rgba(26,115,232,0.87)}.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after{color:rgba(26,115,232,0.87)}.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg){opacity:1}.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-primary, #1a73e8)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input{border-bottom-color:#b00020;border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover{border-bottom-color:#b00020;border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple{background-color:#b00020;background-color:#b00020;background-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid .mdc-text-field__input{caret-color:#b00020;caret-color:#b00020;caret-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-floating-label::after,.mdc-text-field--invalid .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon{color:#b00020;color:#b00020;color:var(--mdc-theme-error, #b00020)}.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg{opacity:1}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#b00020;border-color:#b00020;border-color:var(--mdc-theme-error, #b00020)}.mdc-text-field--disabled{background-color:#fafafa;border-bottom:none;pointer-events:none}.mdc-text-field--disabled .mdc-text-field__input{border-bottom-color:rgba(0,0,0,0.06)}.mdc-text-field--disabled .mdc-text-field__input{color:rgba(0,0,0,0.37)}.mdc-text-field--disabled .mdc-floating-label{color:rgba(0,0,0,0.37)}.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text{color:rgba(0,0,0,0.37)}.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter{color:rgba(0,0,0,0.37)}.mdc-text-field--disabled .mdc-text-field__icon{color:rgba(0,0,0,0.3)}.mdc-text-field--disabled:not(.mdc-text-field--textarea){border-bottom-color:rgba(0,0,0,0.12)}.mdc-text-field--disabled .mdc-floating-label{cursor:default}.mdc-text-field--textarea.mdc-text-field--disabled{background-color:rgba(0,0,0,0);background-color:#f9f9f9}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing{border-color:rgba(0,0,0,0.06)}.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input{border-bottom:none}@keyframes mdc-floating-label-shake-float-above-text-field-dense{0%{transform:translateX(calc(0 - 0%)) translateY(-70%) scale(.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0%)) translateY(-70%) scale(.8)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0%)) translateY(-70%) scale(.8)}100%{transform:translateX(calc(0 - 0%)) translateY(-70%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined{0%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0%)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense{0%{transform:translateX(calc(0 - 0%)) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0%)) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0%)) translateY(-120%) scale(.8)}100%{transform:translateX(calc(0 - 0%)) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon{0%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense{0%{transform:translateX(calc(0 - 21px)) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 21px)) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)}100%{transform:translateX(calc(0 - 21px)) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl{0%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - 0)) translateY(-130%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl{0%{transform:translateX(calc(0 - -21px)) translateY(-120%) scale(.8)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - -21px)) translateY(-120%) scale(.8)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - -21px)) translateY(-120%) scale(.8)}100%{transform:translateX(calc(0 - -21px)) translateY(-120%) scale(.8)}}@keyframes mdc-floating-label-shake-float-above-textarea{0%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(.75)}33%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(calc(4% - 0%)) translateY(-130%) scale(.75)}66%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(calc(-4% - 0%)) translateY(-130%) scale(.75)}100%{transform:translateX(calc(0 - 0%)) translateY(-130%) scale(.75)}}.mdc-switch{display:inline-block;position:relative;outline:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8);border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8)}.mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8);border-color:#1a73e8;border-color:#1a73e8;border-color:var(--mdc-theme-secondary, #1a73e8)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;border-color:#000}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;border-color:#fff}.mdc-switch__native-control{left:0;right:auto;right:initial;position:absolute;top:0;width:68px;height:48px;margin:0;opacity:0;cursor:pointer;pointer-events:auto}[dir="rtl"] .mdc-switch__native-control,.mdc-switch__native-control[dir="rtl"]{left:auto;left:initial;right:0}.mdc-switch__track{box-sizing:border-box;width:32px;height:14px;border:1px solid;border-radius:7px;opacity:.38;transition:opacity 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-switch__thumb-underlay{left:-18px;right:auto;right:initial;display:flex;position:absolute;top:-17px;align-items:center;justify-content:center;width:48px;height:48px;transform:translateX(0);transition:transform 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}[dir="rtl"] .mdc-switch__thumb-underlay,.mdc-switch__thumb-underlay[dir="rtl"]{left:auto;left:initial;right:-18px}.mdc-switch__thumb{box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);box-sizing:border-box;width:20px;height:20px;border:10px solid;border-radius:50%;pointer-events:none;z-index:1}.mdc-switch--checked .mdc-switch__track{opacity:.54}.mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(20px)}[dir="rtl"] .mdc-switch--checked .mdc-switch__thumb-underlay,.mdc-switch--checked .mdc-switch__thumb-underlay[dir="rtl"]{transform:translateX(-20px)}.mdc-switch--checked .mdc-switch__native-control{transform:translateX(-20px)}[dir="rtl"] .mdc-switch--checked .mdc-switch__native-control,.mdc-switch--checked .mdc-switch__native-control[dir="rtl"]{transform:translateX(20px)}.mdc-switch--disabled{opacity:.38;pointer-events:none}.mdc-switch--disabled .mdc-switch__thumb{border-width:1px}.mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#9e9e9e}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.08}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .24}.mdc-switch__thumb-underlay{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-switch__thumb-underlay::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before{transform:scale(1);transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after{top:0;top:var(--mdc-ripple-top, 0);left:0;left:var(--mdc-ripple-left, 0)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(0) scale(1);transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:calc(50% - 50%);top:var(--mdc-ripple-top, calc(50% - 50%));left:calc(50% - 50%);left:var(--mdc-ripple-left, calc(50% - 50%));width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{width:100%;width:var(--mdc-ripple-fg-size, 100%);height:100%;height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{background-color:#1a73e8}@supports not (-ms-ime-align: auto){.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{background-color:#1a73e8;background-color:var(--mdc-theme-secondary, #1a73e8)}}.mdc-switch__thumb-underlay:hover::before{opacity:.04}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.googlesitekit-plugin .mdc-button:not(:disabled){color:#1a73e8}.googlesitekit-plugin .mdc-button--raised{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;height:auto;min-height:36px;padding-bottom:8px;padding-top:8px;text-align:center}.googlesitekit-plugin .mdc-button--raised:not(:disabled){background-color:#1a73e8}.googlesitekit-plugin .mdc-button--raised:not(:disabled){color:#fff;color:#fff;color:var(--mdc-theme-text-primary-on-dark, #fff)}.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--raised::before,.googlesitekit-plugin .mdc-button--raised::after{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark, #fff)}}.googlesitekit-plugin .mdc-button--raised:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--raised:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--raised.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .24}.googlesitekit-plugin .mdc-button--raised:hover{text-decoration:none}.googlesitekit-plugin .mdc-button--raised:focus{outline:none}.googlesitekit-plugin .mdc-button--danger:not(:disabled){background-color:#d53e36}.googlesitekit-plugin .mdc-button--danger:not(:disabled){color:#fff;color:#fff;color:var(--mdc-theme-text-primary-on-dark, #fff)}.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:#fff}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--danger::before,.googlesitekit-plugin .mdc-button--danger::after{background-color:#fff;background-color:var(--mdc-theme-text-primary-on-dark, #fff)}}.googlesitekit-plugin .mdc-button--danger:hover::before{opacity:.08}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--danger:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.googlesitekit-plugin .mdc-button--danger.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .24}.googlesitekit-plugin .mdc-button--dropdown{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%23757575%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:calc(100% - 8px) center;background-repeat:no-repeat;background-size:9px 6px;letter-spacing:normal;padding-right:12px;text-transform:none}.googlesitekit-plugin .mdc-button--dropdown:not(:disabled){color:#757575}@media (min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown{padding-right:25px}}.googlesitekit-plugin .mdc-button--dropdown:hover,.googlesitekit-plugin .mdc-button--dropdown:active,.googlesitekit-plugin .mdc-button--dropdown:focus{text-decoration:none}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){background-color:#f9f9f9}.googlesitekit-plugin .mdc-button--dropdown:hover:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:active:not(:disabled),.googlesitekit-plugin .mdc-button--dropdown:focus:not(:disabled){color:rgba(0,0,0,0.87);color:rgba(0,0,0,0.87);color:var(--mdc-theme-text-primary-on-light, rgba(0,0,0,0.87))}.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:rgba(0,0,0,0.87)}@supports not (-ms-ime-align: auto){.googlesitekit-plugin .mdc-button--dropdown:hover::before,.googlesitekit-plugin .mdc-button--dropdown:hover::after,.googlesitekit-plugin .mdc-button--dropdown:active::before,.googlesitekit-plugin .mdc-button--dropdown:active::after,.googlesitekit-plugin .mdc-button--dropdown:focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus::after{background-color:rgba(0,0,0,0.87);background-color:var(--mdc-theme-text-primary-on-light, rgba(0,0,0,0.87))}}.googlesitekit-plugin .mdc-button--dropdown:hover:hover::before,.googlesitekit-plugin .mdc-button--dropdown:active:hover::before,.googlesitekit-plugin .mdc-button--dropdown:focus:hover::before{opacity:.04}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded--background-focused::before,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded)::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-button--dropdown:hover:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:active:not(.mdc-ripple-upgraded):active::after,.googlesitekit-plugin .mdc-button--dropdown:focus:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-button--dropdown:hover.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:active.mdc-ripple-upgraded,.googlesitekit-plugin .mdc-button--dropdown:focus.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}@media (max-width: 600px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}}@media (min-width: 600px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width: 960px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:300px}}@media (min-width: 1280px){.googlesitekit-plugin .mdc-button--dropdown .mdc-button__label{max-width:450px}}.googlesitekit-plugin .mdc-button .mdc-button__icon--image{border-radius:50%;display:block;height:18px;width:18px}.googlesitekit-plugin .mdc-button .mdc-button__trailing-icon{margin-left:8px}.googlesitekit-plugin .mdc-checkbox{box-sizing:content-box}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{border-color:#bbb;background-color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background{border-color:#1a73e8;background-color:#1a73e8}@keyframes mdc-checkbox-fade-in-background-1{0%{border-color:#bbb;background-color:#fff}50%{border-color:#1a73e8;background-color:#1a73e8}}@keyframes mdc-checkbox-fade-out-background-1{0%,80%{border-color:#1a73e8;background-color:#1a73e8}100%{border-color:#bbb;background-color:#fff}}.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background{animation-name:mdc-checkbox-fade-in-background-1}.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,.googlesitekit-plugin .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background{animation-name:mdc-checkbox-fade-out-background-1}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__checkmark{color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__mixedmark{border-color:#fff}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__background::before{background-color:#1a73e8}.googlesitekit-plugin .mdc-checkbox .mdc-checkbox__native-control{-webkit-appearance:none;background:transparent;border:none;border-radius:0;box-shadow:none;clear:none;color:#757575;cursor:inherit;display:block;height:100%;line-height:normal;margin:0;min-width:auto;opacity:0;outline:0;padding:0;text-align:center;transition:none;vertical-align:middle;width:100%;z-index:1}.googlesitekit-plugin .mdc-dialog{z-index:10000}.googlesitekit-plugin .mdc-dialog .mdc-dialog__surface{padding:24px 48px}.googlesitekit-plugin .mdc-dialog .mdc-dialog__lead,.googlesitekit-plugin .mdc-dialog .mdc-dialog__title{color:#5b5b61;text-align:center}.googlesitekit-plugin .mdc-dialog .mdc-dialog__lead{font-weight:300;margin:0;max-width:430px}.googlesitekit-plugin .mdc-dialog .mdc-dialog__content{overflow:visible;overflow:initial;padding:20px 16px}.googlesitekit-plugin .mdc-dialog .mdc-dialog__actions{justify-content:space-between;margin:1em 0}.googlesitekit-plugin .mdc-dialog .googlesitekit-cta-link{margin-left:16px}.googlesitekit-plugin .mdc-floating-label{vertical-align:baseline;vertical-align:initial}.googlesitekit-plugin .mdc-form-field{color:#757575}.googlesitekit-plugin .mdc-layout-grid+.mdc-layout-grid{padding-top:0}.googlesitekit-plugin .mdc-layout-grid--collapsed{padding:0}.googlesitekit-plugin .mdc-layout-grid--collapsed .mdc-layout-grid__inner{grid-gap:0}.googlesitekit-plugin .mdc-layout-grid--fill .mdc-layout-grid__inner{height:100%}.googlesitekit-plugin .mdc-layout-grid__cell--align-left{margin-right:auto;width:auto}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-left{justify-self:start}}.googlesitekit-plugin .mdc-layout-grid__cell--align-right{margin-left:auto;width:auto}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right{justify-self:end}}@media (min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone{margin-left:auto;width:auto}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-phone{justify-self:end}}}@media (min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet{margin-left:auto;width:auto}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-tablet{justify-self:end}}}@media (min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop{margin-left:auto;width:auto}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--align-right-desktop{justify-self:end}}}@media (min-width: 600px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1{margin-left:8.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2{margin-left:16.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3{margin-left:25%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4{margin-left:33.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5{margin-left:41.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6{margin-left:50%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7{margin-left:58.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8{margin-left:66.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9{margin-left:75%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10{margin-left:83.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11{margin-left:91.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12{margin-left:100%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12{grid-column-start:13}}@media (min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone{margin-left:8.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-phone{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone{margin-left:16.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-phone{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone{margin-left:25%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-phone{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone{margin-left:33.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-phone{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone{margin-left:41.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-phone{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone{margin-left:50%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-phone{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone{margin-left:58.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-phone{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone{margin-left:66.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-phone{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone{margin-left:75%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-phone{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone{margin-left:83.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-phone{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone{margin-left:91.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-phone{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone{margin-left:100%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-phone{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-phone{grid-column-start:13}}@media (min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet{margin-left:8.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-tablet{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet{margin-left:16.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-tablet{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet{margin-left:25%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-tablet{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet{margin-left:33.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-tablet{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet{margin-left:41.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-tablet{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet{margin-left:50%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-tablet{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet{margin-left:58.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-tablet{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet{margin-left:66.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-tablet{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet{margin-left:75%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-tablet{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet{margin-left:83.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-tablet{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet{margin-left:91.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-tablet{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet{margin-left:100%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-tablet{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-tablet{grid-column-start:13}}@media (min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop{margin-left:8.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-1-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-1-desktop{grid-column-start:2}.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop{margin-left:16.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-2-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-2-desktop{grid-column-start:3}.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop{margin-left:25%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-3-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-3-desktop{grid-column-start:4}.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop{margin-left:33.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-4-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-4-desktop{grid-column-start:5}.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop{margin-left:41.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-5-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-5-desktop{grid-column-start:6}.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop{margin-left:50%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-6-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-6-desktop{grid-column-start:7}.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop{margin-left:58.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-7-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-7-desktop{grid-column-start:8}.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop{margin-left:66.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-8-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-8-desktop{grid-column-start:9}.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop{margin-left:75%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-9-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-9-desktop{grid-column-start:10}.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop{margin-left:83.33333%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-10-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-10-desktop{grid-column-start:11}.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop{margin-left:91.66667%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-11-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-11-desktop{grid-column-start:12}.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop{margin-left:100%}@supports (display: grid){.googlesitekit-plugin .mdc-layout-grid__cell--offset-12-desktop{margin-left:0}}.googlesitekit-plugin .mdc-layout-grid__cell--start-12-desktop{grid-column-start:13}}@media (min-width: 0){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-phone{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-phone{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-phone{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-phone{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-phone{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-phone{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-phone{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-phone{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-phone{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-phone{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-phone{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-phone{order:12}}@media (min-width: 601px){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-tablet{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-tablet{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-tablet{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-tablet{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-tablet{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-tablet{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-tablet{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-tablet{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-tablet{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-tablet{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-tablet{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-tablet{order:12}}@media (min-width: 961px){.googlesitekit-plugin .mdc-layout-grid__cell--order-1-desktop{order:1}.googlesitekit-plugin .mdc-layout-grid__cell--order-2-desktop{order:2}.googlesitekit-plugin .mdc-layout-grid__cell--order-3-desktop{order:3}.googlesitekit-plugin .mdc-layout-grid__cell--order-4-desktop{order:4}.googlesitekit-plugin .mdc-layout-grid__cell--order-5-desktop{order:5}.googlesitekit-plugin .mdc-layout-grid__cell--order-6-desktop{order:6}.googlesitekit-plugin .mdc-layout-grid__cell--order-7-desktop{order:7}.googlesitekit-plugin .mdc-layout-grid__cell--order-8-desktop{order:8}.googlesitekit-plugin .mdc-layout-grid__cell--order-9-desktop{order:9}.googlesitekit-plugin .mdc-layout-grid__cell--order-10-desktop{order:10}.googlesitekit-plugin .mdc-layout-grid__cell--order-11-desktop{order:11}.googlesitekit-plugin .mdc-layout-grid__cell--order-12-desktop{order:12}}.googlesitekit-plugin .mdc-linear-progress{margin:32px 0}.googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#1a73e8}@media (min-width: 960px){.googlesitekit-plugin .mdc-linear-progress{margin:48px 0}}.googlesitekit-plugin .mdc-linear-progress--small{max-width:150px}.googlesitekit-plugin .mdc-linear-progress--compress{margin:0}.googlesitekit-plugin .mdc-list-item{margin:0}.googlesitekit-plugin .mdc-list.mdc-list--underlined .mdc-list-item{border-bottom:1px solid #e6e6e6;padding-left:0;padding-right:0}.googlesitekit-plugin .googlesitekit-dropdown-menu .mdc-menu-surface{left:auto !important;right:-8px;top:calc(100% + 10px) !important;width:calc(100% + 8px)}.mdc-menu-surface--open{z-index:11}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle{border-color:#1a73e8}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{border-color:#1a73e8}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle{border-color:#1a73e8}.googlesitekit-plugin .mdc-radio .mdc-radio__background::before{background-color:#1a73e8}.googlesitekit-plugin .mdc-radio .mdc-radio__native-control{-webkit-appearance:none;background:transparent;border:none;border-radius:0;box-shadow:none;clear:none;color:#757575;cursor:inherit;display:block;height:100%;line-height:normal;margin:0;min-width:auto;opacity:0;outline:0;padding:0;text-align:center;transition:none;vertical-align:middle;width:100%;z-index:1}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text{color:#757575}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{color:#5b5b61}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label{color:#1a73e8}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing{border-color:#bbb}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__native-control:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#757575}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-width:2px}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#1a73e8}.googlesitekit-plugin .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple{background-color:#1a73e8}.googlesitekit-plugin .mdc-select--minimal{background-color:transparent;background-position:right center;display:block;height:20px;line-height:1;margin:0 0 -6px 0;padding-bottom:6px;width:90px}.googlesitekit-plugin .mdc-select--minimal::before{background-color:transparent}.googlesitekit-plugin .mdc-select .mdc-select__native-control{-webkit-appearance:none;box-shadow:none;height:56px !important;line-height:1.75rem;margin:0;padding:20px 26px 4px 16px}.googlesitekit-plugin .mdc-select--outlined .mdc-select__native-control{background-color:transparent;border:none;box-shadow:none;display:flex;padding:12px 26px 12px 16px;z-index:1}.googlesitekit-plugin .mdc-select--minimal .mdc-select__selected-text{border:none;font-size:0.75rem !important;height:14px !important;line-height:1;min-width:0;padding:0 18px 0 0;text-align:right;text-indent:0}.googlesitekit-plugin .mdc-select--minimal .mdc-select__dropdown-icon{bottom:2px;right:-5px}.googlesitekit-plugin .mdc-select--minimal.mdc-select--focused .mdc-select__dropdown-icon{transform:rotate(180deg) translateY(0)}.googlesitekit-plugin .mdc-switch{vertical-align:middle}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#1a73e8;border-color:#1a73e8}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#1a73e8;border-color:#1a73e8}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after{background-color:#1a73e8}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:hover::before{opacity:.04}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.googlesitekit-plugin .mdc-switch .mdc-switch__native-control{-webkit-appearance:none;background:transparent;border:none;box-shadow:none;clear:none;color:#757575;cursor:pointer;display:block;height:48px;line-height:normal;margin:0;min-width:auto;outline:0;padding:0;text-align:center;transition:none;vertical-align:middle;width:68px}.googlesitekit-plugin .mdc-switch+label{margin-left:10px}.googlesitekit-plugin .mdc-tab.mdc-tab--active .mdc-tab__text-label{color:#1a73e8}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple::before,.googlesitekit-plugin .mdc-tab .mdc-tab__ripple::after{background-color:#1a73e8}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:hover::before{opacity:.04}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before,.googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.googlesitekit-plugin .mdc-tab .mdc-tab__ripple.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: .12}.googlesitekit-plugin .mdc-tab:hover{text-decoration:none}.googlesitekit-plugin .mdc-tab:focus{color:#1a73e8;outline:none}.googlesitekit-plugin .mdc-text-field{width:250px}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input{color:#757575}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label{color:#5b5b61}.googlesitekit-plugin .mdc-text-field .mdc-text-field__input{caret-color:#757575}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#1a73e8}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#757575}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#bbb}.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#bbb}@media (min-width: 600px){.googlesitekit-plugin .mdc-text-field{width:350px}}.googlesitekit-plugin .mdc-text-field--textarea{max-width:650px;width:100%}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing{border-color:#d53e36}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing{border-color:#d53e36}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#d53e36}.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.googlesitekit-plugin .mdc-text-field--error.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing{border-color:#d53e36}.googlesitekit-plugin .mdc-text-field--textarea.mdc-text-field--focused{border-color:#1a73e8}.googlesitekit-plugin .mdc-text-field--textarea .mdc-text-field__input{box-shadow:none;padding:8px 12px 12px 12px}.googlesitekit-plugin .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-text-field__input:focus{border-color:#1a73e8}.googlesitekit-plugin{color:#757575;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.4}.googlesitekit-plugin *,.googlesitekit-plugin *::before,.googlesitekit-plugin *::after{box-sizing:border-box}.googlesitekit-plugin svg:not(:root){overflow:hidden}.googlesitekit-plugin h1,.googlesitekit-plugin h2,.googlesitekit-plugin h3,.googlesitekit-plugin h4,.googlesitekit-plugin h5,.googlesitekit-plugin h6{color:#3c4043;font-family:"Google Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.16}.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:1.75rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:2.25rem}}.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.375rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.75rem}}.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.25rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.5rem}}.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{color:#5b5b61;font-size:1.125rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{font-size:1.25rem}}.googlesitekit-plugin .googlesitekit-subheading-1{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9375rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-1{font-size:1rem}}.googlesitekit-plugin .googlesitekit-subheading-2{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-2{font-size:0.9375rem}}.googlesitekit-plugin .googlesitekit-overline{color:#757575;font-size:0.75rem;font-weight:500;letter-spacing:0.16em;line-height:1.16;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-overline--collapse{margin:0}.googlesitekit-plugin .googlesitekit-recommended{color:#34a853;font-size:10px;font-weight:500;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-nodata{display:none}.googlesitekit-plugin legend,.googlesitekit-plugin p{font-size:1rem}.googlesitekit-plugin a{color:#1a73e8;text-decoration:none}.googlesitekit-plugin a:hover{text-decoration:underline}.googlesitekit-plugin a:focus{box-shadow:none;outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin button{background:none;border:none;color:#1a73e8;text-decoration:none}.googlesitekit-plugin button:hover{text-decoration:underline}.googlesitekit-plugin button:focus{outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin legend{line-height:1.5;margin:1em 0}.googlesitekit-plugin .screen-reader-only{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}@media (max-width: 599px){.googlesitekit-plugin .hidden-on-mobile{display:none}}.googlesitekit-activation .googlesitekit-activation__title{margin:10px 0 4px 0}.googlesitekit-activation .googlesitekit-activation__text{margin:0}.googlesitekit-activation .googlesitekit-opt-in{margin-bottom:8px;margin-top:8px}.googlesitekit-noscript #googlesitekit-notice-activated{border-left-color:#fbbc05;margin:5px 15px 5px 0;padding:0}.googlesitekit-noscript #googlesitekit-notice-activated .googlesitekit-noscript{border:0;margin:0;padding:0}.googlesitekit-accordion .googlesitekit-accordion__header{cursor:pointer;padding:0 32px 0 0;position:relative;width:100%}.googlesitekit-accordion .googlesitekit-accordion__header:hover{text-decoration:none}.googlesitekit-accordion .googlesitekit-accordion__header:focus{outline-offset:0}.googlesitekit-accordion .googlesitekit-accordion__header::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%235B5B61%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;content:"";display:block;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.googlesitekit-accordion .googlesitekit-accordion__header.is-active::after{transform:translateY(-50%) rotate(180deg)}.js .googlesitekit-accordion .googlesitekit-accordion__content{display:none}.js .googlesitekit-accordion .googlesitekit-accordion__content.is-active{display:block}.autocomplete__wrapper{flex:1 1 100%;margin:0 0 16px 0;position:relative}@media (min-width: 600px){.autocomplete__wrapper{flex:1;margin:0 16px 0 0}}@media (min-width: 960px){.autocomplete__wrapper{margin-right:24px}}.autocomplete__wrapper .autocomplete__input{border-color:#bbb;border-radius:4px;color:#757575;font-size:1rem;font-weight:400;height:48px;line-height:1.75rem;padding:12px 16px;position:relative;transition:border-color 150ms ease-in-out;width:100%;z-index:3}.autocomplete__wrapper .autocomplete__input:hover{border-color:#757575}.autocomplete__wrapper .autocomplete__input:focus{border-color:#1a73e8;border-width:2px;box-shadow:none;padding:12px 15px}.autocomplete__input--default{padding:4px}.autocomplete__input--show-all-values{cursor:pointer;padding:4px 34px 4px 4px}.autocomplete__menu{background-color:#1a73e8;border-radius:4px;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;left:1px;line-height:1.5rem;margin:0;padding:8px 0;top:calc(100% - 10px);width:100%}.autocomplete__menu--visible{display:block}.autocomplete__menu--hidden{display:none}.autocomplete__menu--inline{position:absolute;z-index:2}.autocomplete__option{align-items:center;color:#fff;display:flex;font-weight:400;height:48px;justify-content:flex-start;margin-bottom:0;overflow:hidden;padding:0 16px;position:relative}.autocomplete__option--focused,.autocomplete__option:hover{background-color:#4285f4}.googlesitekit-change-arrow{--color-up: #34a853;--color-down: #c7221f}.googlesitekit-change-arrow--inverted-color{--color-up: #c7221f;--color-down: #34a853}.googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-chart .googlesitekit-chart__source{font-size:0.75rem;margin-top:16px}.googlesitekit-chart-loading{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-items:center;width:100%}.googlesitekit-chart-loading .googlesitekit-chart-loading__wrapper{text-align:center;width:100%}.googlesitekit-cta{background-color:#1a73e8;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-cta{padding:24px}}.googlesitekit-cta--error{background-color:#fff;border:3px solid #d53e36}.googlesitekit-adminbar-modules .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-cta{background-color:#0073aa;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-cta--error{background-color:#fff}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta{margin-top:0}.googlesitekit-cta .googlesitekit-cta__title{color:#fff;margin:0 0 10px 0}.googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-size:1rem;font-weight:700}#google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title{color:#fff;font-weight:700}#google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-cta__description{color:#fff;margin:0 0 20px 0}.googlesitekit-cta--error .googlesitekit-cta__description{color:#757575;word-break:break-all}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button{background-color:transparent;border:none;color:#fff}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover{color:#fff;text-decoration:underline}.googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-cta-link{color:#1a73e8;cursor:pointer;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500;padding:0;text-align:left;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inherit{font-family:inherit;font-size:inherit;font-weight:inherit}.googlesitekit-cta-link.googlesitekit-cta-link--caps{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--small{font-size:0.75rem}.googlesitekit-cta-link.googlesitekit-cta-link--arrow,.googlesitekit-cta-link.googlesitekit-cta-link--external{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:calc(100% - 1px) center;background-repeat:no-repeat;background-size:13px 13px;padding-right:20px}.googlesitekit-cta-link.googlesitekit-cta-link--arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--inverse{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--back::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;background-size:9px 9px;content:"";display:inline-block;height:9px;margin-right:5px;width:9px}.googlesitekit-cta-link.googlesitekit-cta-link--disabled{color:#bbb;cursor:default}.googlesitekit-cta-link:hover{color:#1a73e8;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover{color:#bbb;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover{color:#fff}.googlesitekit-data-block{position:relative;text-align:left}.post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block{align-items:flex-end;display:flex}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media (min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:hover,.googlesitekit-data-block--button-1:focus,.googlesitekit-data-block--button-1:active{background-color:rgba(66,133,244,0.1)}.googlesitekit-data-block--button-1::before{background-color:#4285f4}.googlesitekit-data-block--button-2:hover,.googlesitekit-data-block--button-2:focus,.googlesitekit-data-block--button-2:active{background-color:rgba(39,188,212,0.1)}.googlesitekit-data-block--button-2::before{background-color:#27bcd4}.googlesitekit-data-block--button-3:hover,.googlesitekit-data-block--button-3:focus,.googlesitekit-data-block--button-3:active{background-color:rgba(27,150,136,0.1)}.googlesitekit-data-block--button-3::before{background-color:#1b9688}.googlesitekit-data-block--button-4:hover,.googlesitekit-data-block--button-4:focus,.googlesitekit-data-block--button-4:active{background-color:rgba(103,58,183,0.1)}.googlesitekit-data-block--button-4::before{background-color:#673ab7}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{flex:0 0 auto}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper{flex:0 0 auto;margin-bottom:2px}.googlesitekit-data-block .googlesitekit-data-block__title{color:#757575;font-weight:400;letter-spacing:0.04em;margin:0 0 12px 0}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;margin-bottom:5px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem;margin-bottom:0}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem}.googlesitekit-data-block .googlesitekit-data-block__datapoint{color:#3c4043;font-size:1.875rem;line-height:1;margin:0}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.625rem}}@media (min-width: 1280px){.googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:3.625rem}}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-size:36px;line-height:1.25;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.125rem}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.25rem}.googlesitekit-data-block .googlesitekit-data-block__change{color:#757575;font-size:0.75rem;letter-spacing:0;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:0}.googlesitekit-data-block .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{flex:1 1 100%;margin:0 0 5px 0;max-width:none;max-width:initial;min-width:10px;padding:0 8px}@media (min-width: 960px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 12px}}@media (min-width: 1280px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 24px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__value{color:#757575;display:inline-block;font-size:0.75rem;letter-spacing:0;line-height:1;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value{font-size:16px}.googlesitekit-data-block .googlesitekit-data-block__source{font-size:0.75rem;margin-top:8px}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}.googlesitekit-device-size-tab-bar{border-radius:8px;overflow:hidden;width:auto}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab{background:#fff;height:32px;width:56px}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab svg path{fill:#5f6368}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active{background:#1a73e8}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab.mdc-tab--active svg path{fill:#fff}.googlesitekit-device-size-tab-bar .mdc-tab-scroller__scroll-content button.mdc-tab .mdc-tab-indicator{display:none}.googlesitekit-error-text{color:#d53e36;font-weight:500}.googlesitekit-header{box-shadow:0 1px 3px rgba(0,0,0,0.2);background-color:#fff;position:relative;z-index:10}@media (min-width: 600px){.googlesitekit-header{padding-left:10px;padding-right:10px}}.wp-responsive-open .googlesitekit-header{margin-left:-18px;padding-left:28px}.googlesitekit-header .googlesitekit-header__button{align-items:center;background-color:transparent;cursor:pointer;display:flex;font-size:0.75rem;margin-right:-8px;padding:8px;transition:background-color .2s ease-in-out,color .2s ease-in-out}.googlesitekit-header .googlesitekit-header__button:hover{background-color:#1a73e8;color:#fff;text-decoration:none}.googlesitekit-header .googlesitekit-header__button svg{fill:currentColor;margin-left:8px}.googlesitekit-header .googlesitekit-header__dropdown{margin-right:-8px}.googlesitekit-layout{box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#fff}.googlesitekit-layout--fill{display:flex;flex-direction:column;height:100%}.googlesitekit-layout--fill>*{flex:1 1 auto;width:100%}.googlesitekit-layout--relative{position:relative}.googlesitekit-layout .googlesitekit-layout__header{border-bottom:1px solid #e6e6e6;font-size:0.9375rem}@media (min-width: 600px){.googlesitekit-layout .googlesitekit-layout__header{font-size:1rem}}.googlesitekit-layout--fill .googlesitekit-layout__header{flex:0 0 auto}.googlesitekit-layout .googlesitekit-layout__header-title{margin:0}.googlesitekit-layout .googlesitekit-layout__footer{border-top:1px solid #e6e6e6;font-size:0.875rem}.googlesitekit-layout--fill .googlesitekit-layout__footer{flex:0 0 auto}.googlesitekit-line-chart>div>div{max-width:100%}.googlesitekit-line-chart>div>div>div>svg{max-width:100%}.googlesitekit-chart--pie .googlesitekit-line-chart>div>div>div>svg{overflow:visible !important}.googlesitekit-chart--pie .googlesitekit-line-chart>div>div>div>svg>g:last-child{pointer-events:none}.googlesitekit-logo{color:#5b5b61;line-height:0}.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:24px;vertical-align:middle;width:23px}@media (min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:34px;width:32px}}.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{fill:currentColor;height:16px;margin-left:8px;vertical-align:middle;width:61px}@media (min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{height:26px;margin-left:16px;width:99px}}.googlesitekit-logo--mini .googlesitekit-logo__logo-g,.googlesitekit-logo--mini .googlesitekit-svg-logo-g{height:19px;width:19px}.googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,.googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit{height:17px;margin-left:4px;width:78px}.googlesitekit-mini-chart{margin-left:16px;width:28px}.googlesitekit-module-outro{background-color:#fff;padding:45px 0;text-align:center}@media (min-width: 600px){.googlesitekit-module-outro{padding:45px}}.googlesitekit-module-outro .googlesitekit-module-outro__logo{align-items:center;display:inline-flex}.googlesitekit-module-outro .googlesitekit-module-outro__logo>svg{margin:0 8px}@media (min-width: 960px){.googlesitekit-module-outro .googlesitekit-module-outro__logo>svg{margin:0 12px}}.googlesitekit-module-outro .googlesitekit-module-outro__title{margin:20px auto 25px auto;max-width:600px}.googlesitekit-module-page{padding-bottom:10px;padding-top:10px}@media (min-width: 600px){.googlesitekit-module-page{padding-left:10px;padding-right:10px}}.googlesitekit-modules-list{display:flex;flex-wrap:wrap;margin:16px 0}@media (min-width: 960px){.googlesitekit-modules-list{margin:24px 0}}.googlesitekit-modules-list .googlesitekit-modules-list__module{border:1px solid #e6e6e6;flex:0 0 auto;margin-bottom:10px;margin-right:10px;padding:16px;width:calc(50% - 10px)}@media (min-width: 783px){.googlesitekit-modules-list .googlesitekit-modules-list__module{width:calc(33.333% - 10px)}}@media (min-width: 1280px){.googlesitekit-modules-list .googlesitekit-modules-list__module{width:calc(25% - 10px)}}.googlesitekit-modules-list .googlesitekit-settings-connect-module__wrapper{display:flex;flex-direction:column;min-height:46px}@media (min-width: 600px){.googlesitekit-modules-list .googlesitekit-settings-connect-module__wrapper{align-items:center;flex-direction:row}}.googlesitekit-modules-list .googlesitekit-modules-list__module--pagespeed .googlesitekit-settings-connect-module__wrapper{flex-wrap:wrap}.googlesitekit-modules-list .googlesitekit-settings-connect-module__logo{height:33px;margin-bottom:10px;margin-right:8px}.googlesitekit-modules-list .googlesitekit-settings-connect-module__logo img{display:block;height:33px;width:auto}.googlesitekit-modules-list .googlesitekit-settings-connect-module__title{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9375rem;font-weight:500;margin:0 0 10px 0}.googlesitekit-modules-list .googlesitekit-modules-list__module--disabled .googlesitekit-settings-connect-module__title{color:#bbb}.googlesitekit-modules-list .googlesitekit-settings-module__status{font-size:0.75rem}.googlesitekit-modules-list .googlesitekit-settings-module__status-icon{margin-right:8px;vertical-align:text-bottom}.googlesitekit-modules-list .googlesitekit-settings-module__status-icon::before{background-position:center center;background-repeat:no-repeat;border-radius:50%;content:"";display:inline-block;height:16px;vertical-align:middle;width:16px}.googlesitekit-modules-list .googlesitekit-settings-module__status-icon--connected::before{background-color:#34a853;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-size:8px 6px}.googlesitekit-noscript{box-shadow:0 1px 3px rgba(0,0,0,0.2);background-color:#fff;margin:5px 20px 5px 0}@media (min-width: 600px){.googlesitekit-noscript{padding-left:10px;padding-right:10px}}.googlesitekit-noscript__title{margin:0}.no-js:not([amp-version]) [id^="js-googlesitekit-"]{display:none}#adminmenu .googlesitekit-notifications-counter{margin-left:5px}#wpadminbar .googlesitekit-notifications-counter{background-color:#ca4a1f;border-radius:11px;color:#fff;display:inline-block;font-size:0.5625rem;height:17px;line-height:17px;margin:-4px 0 0 5px;min-width:7px;padding:0 5px;text-align:center;vertical-align:middle;z-index:26}#wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,#wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter{background-color:#00b9eb;color:#fff}#wpadminbar .count-0{display:none}#wpadminbar .plugin-count{font-size:0.5625rem;line-height:17px}.googlesitekit-opt-in{position:relative}.googlesitekit-opt-in--border{border-top:1px solid #bbb;padding-top:16px}@media (min-width: 960px){.googlesitekit-opt-in--border{padding-top:24px}}.googlesitekit-opt-in .mdc-form-field{position:relative}.googlesitekit-opt-in .mdc-form-field label{font-size:0.75rem;line-height:1.3}.googlesitekit-opt-in--align-top .mdc-form-field{align-items:flex-start}.googlesitekit-opt-in .mdc-checkbox{margin-left:-11px}.googlesitekit-opt-in--align-top .mdc-checkbox{margin-top:-7px}.googlesitekit-overlay{align-items:center;background:rgba(230,230,230,0.8);bottom:0;cursor:not-allowed;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.googlesitekit-overlay--compress .googlesitekit-overlay__wrapper{align-items:center;display:flex}.googlesitekit-overlay .googlesitekit-overlay__icon{align-items:center;background:#f9f9f9;border-radius:50%;display:flex;height:60px;justify-content:center;margin:0 auto;width:60px}.googlesitekit-overlay--compress .googlesitekit-overlay__icon{height:40px;width:40px}.googlesitekit-overlay--compress .googlesitekit-overlay__icon .svg{height:20px;width:auto}.googlesitekit-overlay .googlesitekit-overlay__title{margin-bottom:0;padding:0 16px;text-align:center}.googlesitekit-overlay--compress .googlesitekit-overlay__title{font-size:1rem;margin-top:0;padding-right:0}.googlesitekit-page{margin-left:-10px}@media (min-width: 783px){.googlesitekit-page{margin-left:-20px}}#wpbody-content>div:not(#screen-meta)+.googlesitekit-plugin>.googlesitekit-page,#wpbody-content>div:not(#screen-meta)+script+.googlesitekit-plugin>.googlesitekit-page{margin-top:25px}.googlesitekit-pagespeed-widget header{display:flex;justify-content:space-between}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs{display:flex}.googlesitekit-page-header{margin:0}.googlesitekit-page-header .googlesitekit-page-header__title{display:inline-block;line-height:1;margin:0 0 -2px 0;padding:0;vertical-align:middle}.googlesitekit-page-header .googlesitekit-page-header__icon+.googlesitekit-page-header__title{margin-left:8px}.googlesitekit-page-header .googlesitekit-page-header__icon{vertical-align:middle}.googlesitekit-page-header .googlesitekit-page-header__details{align-items:center;display:flex;justify-content:space-between}@media (min-width: 600px){.googlesitekit-page-header .googlesitekit-page-header__details{justify-content:flex-end}}.googlesitekit-page-header .googlesitekit-page-header__status{font-size:0.75rem;line-height:1;margin:0}.googlesitekit-page-header .googlesitekit-page-header__status--connected{color:#34a853}.googlesitekit-page-header .googlesitekit-page-header__status::after{background-position:center center;background-repeat:no-repeat;border-radius:50%;content:"";display:inline-block;height:19px;margin-left:8px;margin-top:-2px;vertical-align:middle;width:19px}.googlesitekit-page-header .googlesitekit-page-header__status--connected::after{background-color:#34a853;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-size:10px 8px}.googlesitekit-page-header .googlesitekit-page-header__status--not-connected::after{background-color:#fbbc05;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2212%22%20viewBox%3D%220%200%202%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h2v7H0zM0%2010h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-size:2px 12px}.googlesitekit-page-header .googlesitekit-page-header__status+.googlesitekit-page-header__range{margin-left:16px;margin-top:-3px}@media (min-width: 960px){.googlesitekit-page-header .googlesitekit-page-header__status+.googlesitekit-page-header__range{margin-left:24px}}.googlesitekit-percentage-circle{background-color:#e6e6e6;border-radius:50%;font-size:50px;height:1em;margin:0 auto;position:relative;width:1em}.googlesitekit-percentage-circle--fast{color:#188038}.googlesitekit-percentage-circle--average{color:#e37400}.googlesitekit-percentage-circle--slow{color:#d93025}.googlesitekit-percentage-circle::after{background-color:#fff;border-radius:50%;box-sizing:content-box;content:"";display:block;height:.8em;left:.1em;position:absolute;top:.1em;width:.8em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__text{box-sizing:content-box;font-size:1.25rem;font-weight:700;left:0;line-height:50px;position:absolute;text-align:center;top:0;width:50px;z-index:1}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__slice{box-sizing:content-box;clip:rect(0, 1em, 1em, 0.5em);height:1em;position:absolute;width:1em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__bar{border:.1em solid transparent;border-radius:50%;box-sizing:content-box;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(0deg);width:.8em}.googlesitekit-percentage-circle .googlesitekit-percentage-circle__fill{box-sizing:content-box}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__slice{clip:rect(auto, auto, auto, auto)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar::after{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__fill{border:.1em solid transparent;border-radius:50%;clip:rect(0, 0.5em, 1em, 0);height:.8em;position:absolute;transform:rotate(180deg);width:.8em}.googlesitekit-percentage-circle--percent-1 .googlesitekit-percentage-circle__bar{transform:rotate(3.6deg)}.googlesitekit-percentage-circle--percent-2 .googlesitekit-percentage-circle__bar{transform:rotate(7.2deg)}.googlesitekit-percentage-circle--percent-3 .googlesitekit-percentage-circle__bar{transform:rotate(10.8deg)}.googlesitekit-percentage-circle--percent-4 .googlesitekit-percentage-circle__bar{transform:rotate(14.4deg)}.googlesitekit-percentage-circle--percent-5 .googlesitekit-percentage-circle__bar{transform:rotate(18deg)}.googlesitekit-percentage-circle--percent-6 .googlesitekit-percentage-circle__bar{transform:rotate(21.6deg)}.googlesitekit-percentage-circle--percent-7 .googlesitekit-percentage-circle__bar{transform:rotate(25.2deg)}.googlesitekit-percentage-circle--percent-8 .googlesitekit-percentage-circle__bar{transform:rotate(28.8deg)}.googlesitekit-percentage-circle--percent-9 .googlesitekit-percentage-circle__bar{transform:rotate(32.4deg)}.googlesitekit-percentage-circle--percent-10 .googlesitekit-percentage-circle__bar{transform:rotate(36deg)}.googlesitekit-percentage-circle--percent-11 .googlesitekit-percentage-circle__bar{transform:rotate(39.6deg)}.googlesitekit-percentage-circle--percent-12 .googlesitekit-percentage-circle__bar{transform:rotate(43.2deg)}.googlesitekit-percentage-circle--percent-13 .googlesitekit-percentage-circle__bar{transform:rotate(46.8deg)}.googlesitekit-percentage-circle--percent-14 .googlesitekit-percentage-circle__bar{transform:rotate(50.4deg)}.googlesitekit-percentage-circle--percent-15 .googlesitekit-percentage-circle__bar{transform:rotate(54deg)}.googlesitekit-percentage-circle--percent-16 .googlesitekit-percentage-circle__bar{transform:rotate(57.6deg)}.googlesitekit-percentage-circle--percent-17 .googlesitekit-percentage-circle__bar{transform:rotate(61.2deg)}.googlesitekit-percentage-circle--percent-18 .googlesitekit-percentage-circle__bar{transform:rotate(64.8deg)}.googlesitekit-percentage-circle--percent-19 .googlesitekit-percentage-circle__bar{transform:rotate(68.4deg)}.googlesitekit-percentage-circle--percent-20 .googlesitekit-percentage-circle__bar{transform:rotate(72deg)}.googlesitekit-percentage-circle--percent-21 .googlesitekit-percentage-circle__bar{transform:rotate(75.6deg)}.googlesitekit-percentage-circle--percent-22 .googlesitekit-percentage-circle__bar{transform:rotate(79.2deg)}.googlesitekit-percentage-circle--percent-23 .googlesitekit-percentage-circle__bar{transform:rotate(82.8deg)}.googlesitekit-percentage-circle--percent-24 .googlesitekit-percentage-circle__bar{transform:rotate(86.4deg)}.googlesitekit-percentage-circle--percent-25 .googlesitekit-percentage-circle__bar{transform:rotate(90deg)}.googlesitekit-percentage-circle--percent-26 .googlesitekit-percentage-circle__bar{transform:rotate(93.6deg)}.googlesitekit-percentage-circle--percent-27 .googlesitekit-percentage-circle__bar{transform:rotate(97.2deg)}.googlesitekit-percentage-circle--percent-28 .googlesitekit-percentage-circle__bar{transform:rotate(100.8deg)}.googlesitekit-percentage-circle--percent-29 .googlesitekit-percentage-circle__bar{transform:rotate(104.4deg)}.googlesitekit-percentage-circle--percent-30 .googlesitekit-percentage-circle__bar{transform:rotate(108deg)}.googlesitekit-percentage-circle--percent-31 .googlesitekit-percentage-circle__bar{transform:rotate(111.6deg)}.googlesitekit-percentage-circle--percent-32 .googlesitekit-percentage-circle__bar{transform:rotate(115.2deg)}.googlesitekit-percentage-circle--percent-33 .googlesitekit-percentage-circle__bar{transform:rotate(118.8deg)}.googlesitekit-percentage-circle--percent-34 .googlesitekit-percentage-circle__bar{transform:rotate(122.4deg)}.googlesitekit-percentage-circle--percent-35 .googlesitekit-percentage-circle__bar{transform:rotate(126deg)}.googlesitekit-percentage-circle--percent-36 .googlesitekit-percentage-circle__bar{transform:rotate(129.6deg)}.googlesitekit-percentage-circle--percent-37 .googlesitekit-percentage-circle__bar{transform:rotate(133.2deg)}.googlesitekit-percentage-circle--percent-38 .googlesitekit-percentage-circle__bar{transform:rotate(136.8deg)}.googlesitekit-percentage-circle--percent-39 .googlesitekit-percentage-circle__bar{transform:rotate(140.4deg)}.googlesitekit-percentage-circle--percent-40 .googlesitekit-percentage-circle__bar{transform:rotate(144deg)}.googlesitekit-percentage-circle--percent-41 .googlesitekit-percentage-circle__bar{transform:rotate(147.6deg)}.googlesitekit-percentage-circle--percent-42 .googlesitekit-percentage-circle__bar{transform:rotate(151.2deg)}.googlesitekit-percentage-circle--percent-43 .googlesitekit-percentage-circle__bar{transform:rotate(154.8deg)}.googlesitekit-percentage-circle--percent-44 .googlesitekit-percentage-circle__bar{transform:rotate(158.4deg)}.googlesitekit-percentage-circle--percent-45 .googlesitekit-percentage-circle__bar{transform:rotate(162deg)}.googlesitekit-percentage-circle--percent-46 .googlesitekit-percentage-circle__bar{transform:rotate(165.6deg)}.googlesitekit-percentage-circle--percent-47 .googlesitekit-percentage-circle__bar{transform:rotate(169.2deg)}.googlesitekit-percentage-circle--percent-48 .googlesitekit-percentage-circle__bar{transform:rotate(172.8deg)}.googlesitekit-percentage-circle--percent-49 .googlesitekit-percentage-circle__bar{transform:rotate(176.4deg)}.googlesitekit-percentage-circle--percent-50 .googlesitekit-percentage-circle__bar{transform:rotate(180deg)}.googlesitekit-percentage-circle--percent-51 .googlesitekit-percentage-circle__bar{transform:rotate(183.6deg)}.googlesitekit-percentage-circle--percent-52 .googlesitekit-percentage-circle__bar{transform:rotate(187.2deg)}.googlesitekit-percentage-circle--percent-53 .googlesitekit-percentage-circle__bar{transform:rotate(190.8deg)}.googlesitekit-percentage-circle--percent-54 .googlesitekit-percentage-circle__bar{transform:rotate(194.4deg)}.googlesitekit-percentage-circle--percent-55 .googlesitekit-percentage-circle__bar{transform:rotate(198deg)}.googlesitekit-percentage-circle--percent-56 .googlesitekit-percentage-circle__bar{transform:rotate(201.6deg)}.googlesitekit-percentage-circle--percent-57 .googlesitekit-percentage-circle__bar{transform:rotate(205.2deg)}.googlesitekit-percentage-circle--percent-58 .googlesitekit-percentage-circle__bar{transform:rotate(208.8deg)}.googlesitekit-percentage-circle--percent-59 .googlesitekit-percentage-circle__bar{transform:rotate(212.4deg)}.googlesitekit-percentage-circle--percent-60 .googlesitekit-percentage-circle__bar{transform:rotate(216deg)}.googlesitekit-percentage-circle--percent-61 .googlesitekit-percentage-circle__bar{transform:rotate(219.6deg)}.googlesitekit-percentage-circle--percent-62 .googlesitekit-percentage-circle__bar{transform:rotate(223.2deg)}.googlesitekit-percentage-circle--percent-63 .googlesitekit-percentage-circle__bar{transform:rotate(226.8deg)}.googlesitekit-percentage-circle--percent-64 .googlesitekit-percentage-circle__bar{transform:rotate(230.4deg)}.googlesitekit-percentage-circle--percent-65 .googlesitekit-percentage-circle__bar{transform:rotate(234deg)}.googlesitekit-percentage-circle--percent-66 .googlesitekit-percentage-circle__bar{transform:rotate(237.6deg)}.googlesitekit-percentage-circle--percent-67 .googlesitekit-percentage-circle__bar{transform:rotate(241.2deg)}.googlesitekit-percentage-circle--percent-68 .googlesitekit-percentage-circle__bar{transform:rotate(244.8deg)}.googlesitekit-percentage-circle--percent-69 .googlesitekit-percentage-circle__bar{transform:rotate(248.4deg)}.googlesitekit-percentage-circle--percent-70 .googlesitekit-percentage-circle__bar{transform:rotate(252deg)}.googlesitekit-percentage-circle--percent-71 .googlesitekit-percentage-circle__bar{transform:rotate(255.6deg)}.googlesitekit-percentage-circle--percent-72 .googlesitekit-percentage-circle__bar{transform:rotate(259.2deg)}.googlesitekit-percentage-circle--percent-73 .googlesitekit-percentage-circle__bar{transform:rotate(262.8deg)}.googlesitekit-percentage-circle--percent-74 .googlesitekit-percentage-circle__bar{transform:rotate(266.4deg)}.googlesitekit-percentage-circle--percent-75 .googlesitekit-percentage-circle__bar{transform:rotate(270deg)}.googlesitekit-percentage-circle--percent-76 .googlesitekit-percentage-circle__bar{transform:rotate(273.6deg)}.googlesitekit-percentage-circle--percent-77 .googlesitekit-percentage-circle__bar{transform:rotate(277.2deg)}.googlesitekit-percentage-circle--percent-78 .googlesitekit-percentage-circle__bar{transform:rotate(280.8deg)}.googlesitekit-percentage-circle--percent-79 .googlesitekit-percentage-circle__bar{transform:rotate(284.4deg)}.googlesitekit-percentage-circle--percent-80 .googlesitekit-percentage-circle__bar{transform:rotate(288deg)}.googlesitekit-percentage-circle--percent-81 .googlesitekit-percentage-circle__bar{transform:rotate(291.6deg)}.googlesitekit-percentage-circle--percent-82 .googlesitekit-percentage-circle__bar{transform:rotate(295.2deg)}.googlesitekit-percentage-circle--percent-83 .googlesitekit-percentage-circle__bar{transform:rotate(298.8deg)}.googlesitekit-percentage-circle--percent-84 .googlesitekit-percentage-circle__bar{transform:rotate(302.4deg)}.googlesitekit-percentage-circle--percent-85 .googlesitekit-percentage-circle__bar{transform:rotate(306deg)}.googlesitekit-percentage-circle--percent-86 .googlesitekit-percentage-circle__bar{transform:rotate(309.6deg)}.googlesitekit-percentage-circle--percent-87 .googlesitekit-percentage-circle__bar{transform:rotate(313.2deg)}.googlesitekit-percentage-circle--percent-88 .googlesitekit-percentage-circle__bar{transform:rotate(316.8deg)}.googlesitekit-percentage-circle--percent-89 .googlesitekit-percentage-circle__bar{transform:rotate(320.4deg)}.googlesitekit-percentage-circle--percent-90 .googlesitekit-percentage-circle__bar{transform:rotate(324deg)}.googlesitekit-percentage-circle--percent-91 .googlesitekit-percentage-circle__bar{transform:rotate(327.6deg)}.googlesitekit-percentage-circle--percent-92 .googlesitekit-percentage-circle__bar{transform:rotate(331.2deg)}.googlesitekit-percentage-circle--percent-93 .googlesitekit-percentage-circle__bar{transform:rotate(334.8deg)}.googlesitekit-percentage-circle--percent-94 .googlesitekit-percentage-circle__bar{transform:rotate(338.4deg)}.googlesitekit-percentage-circle--percent-95 .googlesitekit-percentage-circle__bar{transform:rotate(342deg)}.googlesitekit-percentage-circle--percent-96 .googlesitekit-percentage-circle__bar{transform:rotate(345.6deg)}.googlesitekit-percentage-circle--percent-97 .googlesitekit-percentage-circle__bar{transform:rotate(349.2deg)}.googlesitekit-percentage-circle--percent-98 .googlesitekit-percentage-circle__bar{transform:rotate(352.8deg)}.googlesitekit-percentage-circle--percent-99 .googlesitekit-percentage-circle__bar{transform:rotate(356.4deg)}.googlesitekit-percentage-circle--percent-100 .googlesitekit-percentage-circle__bar{transform:rotate(360deg)}.googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--fast .googlesitekit-percentage-circle__fill{border-color:#188038}.googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--average .googlesitekit-percentage-circle__fill{border-color:#e37400}.googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__bar,.googlesitekit-percentage-circle--slow .googlesitekit-percentage-circle__fill{border-color:#d93025}.googlesitekit-post-searcher{display:flex;flex-wrap:wrap;position:relative;width:100%}.googlesitekit-post-searcher .googlesitekit-post-searcher__label{background-color:#fff;color:#5b5b61;font-size:0.75rem;left:12px;padding:0 4px;position:absolute;top:-8px;z-index:4}.googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper{flex:0 0 auto}.googlesitekit-post-searcher .googlesitekit-post-searcher__button-wrapper .googlesitekit-post-searcher__button{min-height:100%}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media (min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes pulse{0%{background-color:rgba(0,0,0,0.05)}100%{background-color:rgba(0,0,0,0.15)}}.googlesitekit-preview-table--padding{padding:16px}.googlesitekit-preview-table--padding+.googlesitekit-preview-table--padding{padding-top:0}@media (min-width: 960px){.googlesitekit-preview-table--padding{padding:24px}}.googlesitekit-preview-table .googlesitekit-preview-table__row{margin:0 0 9px 0}.googlesitekit-preview-table .googlesitekit-preview-table__row:last-child{margin-bottom:0}.googlesitekit-publisher-win{box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#fff;opacity:1;position:relative;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:visible}@media (min-width: 600px){.googlesitekit-publisher-win{padding-left:10px;padding-right:10px}}.googlesitekit-publisher-win--win-warning{border-right:4px solid #fbbc05}.googlesitekit-publisher-win--win-error{border-right:4px solid #d53e36}.googlesitekit-publisher-win--is-closed{opacity:0;visibility:hidden}.googlesitekit-publisher-win .googlesitekit-publisher-win__title{margin:0}.googlesitekit-publisher-win .googlesitekit-publisher-win__desc:first-child>*:first-child{margin-top:0}.googlesitekit-publisher-win .googlesitekit-cta-link--external{margin-right:7px}.googlesitekit-publisher-win .googlesitekit-publisher-win__small-image{max-width:100%}.googlesitekit-publisher-win .googlesitekit-publisher-win__icons{position:absolute;right:8px;top:50%;transform:translateY(-50%)}@media (min-width: 960px){.googlesitekit-publisher-win .googlesitekit-publisher-win__icons{right:calc(24px * 2)}}.googlesitekit-publisher-win .googlesitekit-publisher-win__image-large{margin-bottom:24px;text-align:center}@media (min-width: 600px){.googlesitekit-publisher-win .googlesitekit-publisher-win__image-large{text-align:left}}@media (min-width: 960px){.googlesitekit-publisher-win .googlesitekit-publisher-win__image-large{text-align:center}}.googlesitekit-publisher-win .googlesitekit-publisher-win__image-large img{display:inline-block;max-width:100%}.googlesitekit-publisher-win .googlesitekit-publisher-win__detect{font-size:0.75rem}@media (min-width: 960px){.googlesitekit-publisher-win .googlesitekit-publisher-win__detect{margin-left:48px}}.googlesitekit-publisher-win .googlesitekit-publisher-win__link a{font-size:1.1rem}.googlesitekit-publisher-win .googlesitekit-publisher-win__stats{margin-bottom:24px}.googlesitekit-publisher-win.win-stats-increase .googlesitekit-publisher-win__stats{margin-bottom:0}.googlesitekit-publisher-win.win-stats-increase .googlesitekit-subheading-1{margin-top:0}.googlesitekit-publisher-win .mdc-button+.googlesitekit-cta-link{margin-left:24px}.googlesitekit-publisher-win .googlesitekit-publisher-win__logo{display:inline-block;line-height:0;margin-right:5px;vertical-align:bottom}.googlesitekit-publisher-win .googlesitekit-publisher-win__module-name{display:inline-block;font-size:0.875rem;line-height:1;margin-bottom:-1px;vertical-align:bottom}.googlesitekit-rocket{height:170px;position:relative}.googlesitekit-rocket__clouds{animation:clouds 5.5s backwards ease-out;bottom:0;left:30px;position:absolute}.googlesitekit-rocket__dust{animation:dust 4s 1.5s backwards ease-in-out;bottom:0;left:0;position:absolute}.googlesitekit-rocket__body{animation:rumble 50ms 50 alternate, liftoff 3s 2.5s ease-in;bottom:18px;left:65px;position:absolute}@keyframes clouds{0%,100%{opacity:0}50%{opacity:1}}@keyframes dust{0%,100%{opacity:0}50%{opacity:1}100%{transform:rotate(-10deg) translateY(-10px)}}@keyframes rumble{0%{transform:rotate(2deg)}100%{transform:rotate(-2deg)}}@keyframes liftoff{100%{transform:translateY(-500px)}}.googlesitekit-source-link{font-size:0.75rem}.googlesitekit-table{counter-reset:table;font-size:0.875rem;padding:16px;position:relative}@media (min-width: 960px){.googlesitekit-table{padding:24px}}.googlesitekit-details-widget .googlesitekit-table,.googlesitekit-alltraffic-widget .googlesitekit-table,.googlesitekit-wp-dashboard .googlesitekit-table{padding:0}.googlesitekit-table .googlesitekit-table__wrapper{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width: 599px){.googlesitekit-table .googlesitekit-table__wrapper.googlesitekit-table__wrapper--mobile-2-col .googlesitekit-table__head-item--primary{width:75%}}.googlesitekit-table .googlesitekit-table__head-row{border-bottom:1px solid #e6e6e6}.googlesitekit-table .googlesitekit-table__head-item{color:#3c4043;font-weight:500;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;outline:0;padding:0 4px 8px 4px;position:relative;text-align:right;text-decoration:none;white-space:normal}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 8px 8px 8px}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 12px 12px 12px}}.googlesitekit-table .googlesitekit-table__head-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__head-item--primary{width:50%}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before{background:rgba(0,0,0,0.7);border-radius:3px;color:#fff;content:attr(data-tooltip);display:none;font-size:0.75rem;max-width:250px;opacity:0;padding:calc(16px / 2) 24px;pointer-events:none;position:absolute;right:0;text-align:center;top:100%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before{left:0}}.googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary{width:75%}.googlesitekit-table .googlesitekit-table__body{font-weight:400}.googlesitekit-table .googlesitekit-table__body-row{border-bottom:1px solid #e6e6e6}.googlesitekit-table .googlesitekit-table__body-item{padding:8px 4px;text-align:right}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item{padding:8px}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__body-item{padding:12px}}.googlesitekit-table .googlesitekit-table__body-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:none}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:block}}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table--with-list .googlesitekit-table__body-row{transition:background-color .2s ease-in-out}.googlesitekit-table--with-list .googlesitekit-table__body-row:last-child{border-bottom:0}.googlesitekit-table--with-list .googlesitekit-table__body-row:hover{background-color:rgba(60,64,67,0.05)}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content{margin-left:24px;position:relative}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before{content:counter(table) ".";counter-increment:table;left:-24px;position:absolute}@media (max-width: 600px){.googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link{display:block;overflow:hidden;text-overflow:ellipsis}}.googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link{background-image:none}.googlesitekit-table .googlesitekit-table__body-item-url{background-image:none;display:block;font-size:0.75rem;word-break:break-word}.googlesitekit-table .googlesitekit-table__body-item-chart-wrap{align-items:center;display:flex;justify-content:flex-end}.googlesitekit-table .googlesitekit-table__source{margin-top:16px}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__source{margin-top:24px}}.googlesitekit-table-overflow{position:relative}@media (max-width: 600px){.googlesitekit-table-overflow::after{background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 85%, #fff 100%);bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:0;top:0;transition:all .2s ease-in-out;width:0}}@media (max-width: 600px){.googlesitekit-table-overflow--gradient::after{width:15%}}.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:auto;white-space:nowrap}@media (min-width: 600px){.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:visible;white-space:normal}}.googlesitekit-plugin .googlesitekit-text-field-icon--warning::before{background-color:#fbbc05;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");background-position:center 4px;background-repeat:no-repeat;background-size:14px 12px;border-radius:50%;content:"";display:inline-block;height:22px;vertical-align:middle;width:22px}.googlesitekit-signin-box{background-color:#fff;border-color:#bbb;display:block;margin:20px auto;padding:20px;text-align:center}.googlesitekit-dashboard-module-header{margin:0 0 -5px 0}@media (min-width: 960px){.googlesitekit-dashboard-module-header{margin-bottom:-10px}}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__title{color:#5b5b61;margin:0}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__description{font-size:0.75rem;line-height:1.2;margin:0}.googlesitekit-dashboard-module-header .googlesitekit-dashboard-module-header__time{font-size:0.75rem;line-height:1.2;margin:0}.googlesitekit-dashboard-single-url .googlesitekit-dashboard-single-url__heading{margin:10px 0 0 0}.googlesitekit-dashboard-single-url .googlesitekit-dashboard-single-url__title{margin:0 0 10px 0}.googlesitekit-pagespeed-widget .googlesitekit-cta-link{white-space:nowrap}.googlesitekit-pagespeed-widget .googlesitekit-table{border-spacing:0;padding:0;width:100%}.googlesitekit-pagespeed-widget .googlesitekit-table thead{display:none}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header{align-items:flex-end;background:#fafafa;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1);display:flex;justify-content:space-between}@media (max-width: 449px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__header{align-items:center;flex-direction:column-reverse;justify-content:flex-end}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab{font-size:0.875rem;letter-spacing:0.25px;line-height:1.25rem;margin:0 10px;text-transform:none}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__data-src-tabs button.mdc-tab .mdc-tab-indicator__content--underline{border-top-left-radius:3px;border-top-right-radius:3px;height:3px}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper{padding:12px;width:auto}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-widget__device-size-tab-bar-wrapper .googlesitekit-device-size-tab-bar{box-shadow:0 1px 3px rgba(0,0,0,0.2)}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable{align-items:center;display:flex;height:auto;justify-content:center;padding:16px}@media (min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics--field-data-unavailable{min-height:285px;padding:24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content{display:flex;flex-direction:column;justify-content:flex-start;max-width:600px;width:75%}@media (max-width: 599px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content{width:100%}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content h3{font-size:1.25rem;line-height:1.75rem;margin:0 0 0.25rem}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content p{font-size:0.875rem;line-height:1.25rem;margin:0.25rem 0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-insights-web-vitals-metrics__field-data-unavailable-content a{margin:0}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row{align-items:center;display:flex;justify-content:space-between;padding:18px 16px}@media (min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row{padding:18px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row p{color:#6e7275;font-size:0.875rem;letter-spacing:0.2px;line-height:1.25rem}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first{padding:12px 16px 8px 16px}@media (min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--first{padding:18px 24px 12px 24px}}.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last{padding:8px 16px 12px 16px}@media (min-width: 600px){.googlesitekit-pagespeed-widget .googlesitekit-pagespeed-report__row--last{padding:12px 24px 18px 24px}}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric__title{color:#000;font-size:1rem;letter-spacing:0.1px;line-height:1.5rem}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value-container{align-items:flex-end;display:flex;flex-direction:column;font-size:0.75rem;justify-content:center;letter-spacing:0.3px;line-height:1rem;text-align:right}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value,.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__rating{width:auto}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__display-value{font-size:1rem;line-height:1.5rem;white-space:nowrap}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric-value__rating{text-transform:uppercase}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--fast{color:#188038}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--average{color:#e37400}.googlesitekit-pagespeed-report-metric .googlesitekit-pagespeed-report-metric--slow{color:#d93025}.googlesitekit-splash .googlesitekit-splash__wrapper{padding-bottom:10px;padding-top:10px}@media (min-width: 600px){.googlesitekit-splash .googlesitekit-splash__wrapper{padding-left:10px;padding-right:10px}}@media (min-width: 960px){.googlesitekit-splash .googlesitekit-splash__wrapper{padding-bottom:15px;padding-top:15px}}.googlesitekit-splash .googlesitekit-splash__title{color:#5b5b61;margin:0 0 -4px 0}@media (min-width: 960px){.googlesitekit-splash .googlesitekit-splash__title{margin:0 0 -8px 0}}.googlesitekit-splash-intro{background-color:#fff;overflow:hidden}@media (min-width: 600px){.googlesitekit-splash-intro{padding:26px}}@media (min-width: 960px){.googlesitekit-splash-intro{padding:34px}}.googlesitekit-splash-intro .googlesitekit-splash-intro__title{margin:20px 0 15px 0;position:relative;z-index:2}.googlesitekit-splash-intro .googlesitekit-splash-intro__text{margin:0;position:relative;z-index:2}.googlesitekit-splash-intro .googlesitekit-splash-intro__button{position:relative}@media (min-width: 600px){.googlesitekit-splash-intro .googlesitekit-splash-intro__button::before{background-color:#f9f9f9;content:"";display:block;height:600px;left:100px;position:absolute;top:-200px;transform:rotate(20deg);width:1000px}}.googlesitekit-splash-module{background-color:#fff;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-splash-module{padding:24px}}.googlesitekit-splash-module .googlesitekit-splash-module__logo{align-items:flex-end;display:flex;height:36px}.googlesitekit-splash-module .googlesitekit-splash-module__logo img{display:block;height:33px}.googlesitekit-splash-module .googlesitekit-splash-module__title{margin:15px 0 10px 0}.googlesitekit-splash-module .googlesitekit-splash-module__text{font-size:0.75rem;line-height:1.58;margin:0}.googlesitekit-splash-outro{background-color:#fff;padding:45px 0;text-align:center}@media (min-width: 600px){.googlesitekit-splash-outro{padding:45px}}.googlesitekit-splash-outro .googlesitekit-splash-outro__title{margin:20px auto 25px auto;max-width:600px}.googlesitekit-splash-service{background-color:#fff;background-position:center top;background-repeat:no-repeat;background-size:contain;padding-top:65.61265%}@media (min-width: 600px){.googlesitekit-splash-service{background-position:right center;padding-top:0}}@media (min-width: 600px){.googlesitekit-splash-service--opposite{background-position:left center}}.googlesitekit-splash-service .googlesitekit-splash-service__content{background-color:#fff}@media (min-width: 600px){.googlesitekit-splash-service .googlesitekit-splash-service__content{margin:24px 0;padding:16px}}@media (min-width: 960px){.googlesitekit-splash-service .googlesitekit-splash-service__content{margin:36px 0;padding:24px}}.googlesitekit-splash-service .googlesitekit-splash-service__title{margin:0 0 10px 0}.googlesitekit-splash-service .googlesitekit-splash-service__text{font-size:0.75rem;margin:0 0 16px 0}@media (min-width: 600px){.googlesitekit-splash-service .googlesitekit-splash-service__text{font-size:1rem;margin-bottom:24px}}.googlesitekit-wizard{padding-top:10px}@media (min-width: 600px){.googlesitekit-wizard{padding-left:10px;padding-right:10px}}.googlesitekit-wizard .googlesitekit-wizard__asterisk{color:#d53e36}.googlesitekit-wizard .googlesitekit-wizard__asterisk--space{margin-left:3px}.googlesitekit-wizard .googlesitekit-wizard__error-text{color:#d53e36;font-weight:500}.googlesitekit-wizard-auth{border-bottom:1px solid #e6e6e6;display:flex;padding-bottom:40px}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{border-radius:50%;display:block;flex:0 0 auto;height:32px;margin-right:16px;width:32px}@media (min-width: 600px){.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{height:64px;width:64px}}@media (min-width: 960px){.googlesitekit-wizard-auth .googlesitekit-wizard-auth__image{margin-right:24px}}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__title{margin:0 0 10px 0}.googlesitekit-wizard-auth .googlesitekit-wizard-auth__text{margin:0}.googlesitekit-wizard-component .googlesitekit-wizard-component__title{display:inline-block;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 10px 0}.googlesitekit-wizard-component .googlesitekit-wizard-component__logo{display:inline-block;margin:0 16px 8px 0;vertical-align:bottom}.googlesitekit-wizard-component .googlesitekit-wizard-component__logo img{display:block}.googlesitekit-wizard-component .googlesitekit-wizard-component__description{margin:0 0 17px 0}@media (min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__description{margin:0 0 29px 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline{display:block}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs>div{margin:16px 16px 16px 0}@media (min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__inputs--multiline>div{margin:0;width:100%}.googlesitekit-wizard-component .googlesitekit-wizard-component__action{margin:24px 0 0 0}@media (min-width: 600px){.googlesitekit-wizard-component .googlesitekit-wizard-component__action{align-items:center;display:flex;justify-content:space-between}}@media (min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__action{margin:36px 0 0 0}}.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{display:flex;flex:1 1 auto;justify-content:space-between;margin-top:16px}@media (min-width: 600px){.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{margin-left:16px;margin-top:0}}@media (min-width: 960px){.googlesitekit-wizard-component .googlesitekit-wizard-component__skip{margin-left:24px}}.googlesitekit-wizard-component .googlesitekit-wizard-component__steps{font-size:12px}.googlesitekit-wizard-component-nav{align-items:center;display:flex}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__button{cursor:pointer}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon{display:inline-block;opacity:0.6}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:focus,.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:active,.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon:hover{opacity:1}.googlesitekit-wizard-component-nav .googlesitekit-wizard-component-nav__icon--reverse{transform:rotate(180deg)}.googlesitekit-wizard-module{border:1px solid #e6e6e6;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-wizard-module{padding:24px}}.googlesitekit-wizard-module .googlesitekit-wizard-module__logo{align-items:flex-end;display:flex;height:36px}.googlesitekit-wizard-module .googlesitekit-wizard-module__logo img{display:block}.googlesitekit-wizard-module .googlesitekit-wizard-module__title{margin:15px 0 10px 0}.googlesitekit-wizard-module .googlesitekit-wizard-module__text{font-size:12px;line-height:1.58;margin:0}.googlesitekit-wizard-module .googlesitekit-wizard-module__switch{float:right}.googlesitekit-wizard-module .googlesitekit-wizard-module__switch .spinner{margin-top:-5px}.googlesitekit-wizard-module .googlesitekit-wizard-module__cta{font-size:12px}.googlesitekit-wizard-progress{background-color:#fff}@media (min-width: 600px){.googlesitekit-wizard-progress{padding-left:10px;padding-right:10px}}@media (min-width: 600px){.googlesitekit-wizard-progress{border-bottom:1px solid #e6e6e6}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__subtitle{margin:10px 0 17px 0}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__title{margin:0 0 10px 0}@media (min-width: 600px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__title{margin:0 0 30px 0}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__description{font-size:12px;line-height:1.58;margin:0 0 10px 0}@media (min-width: 600px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__description{margin:0 0 30px 0}}.googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps{display:flex;padding:16px}@media (min-width: 960px){.googlesitekit-wizard-progress .googlesitekit-wizard-progress__steps{padding:24px 0 0 0}}.googlesitekit-wizard-progress-step{display:none;flex:1;flex-wrap:nowrap;text-align:center}@media (min-width: 600px){.googlesitekit-wizard-progress-step{display:block;margin-bottom:40px}}.googlesitekit-wizard-progress-step--current{display:block}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper{position:relative}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before{position:absolute;top:50%;transform:translateY(-50%);background-color:#e6e6e6;content:"";display:block;height:2px;left:-16px;right:-16px}@media (min-width: 960px){.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-wrapper::before{left:-24px;right:-24px}}@media (min-width: 600px){.googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after,.googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;content:"";display:block;height:4px}}@media (min-width: 600px){.googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after{left:-16px;right:50%}}@media (min-width: 960px){.googlesitekit-wizard-progress-step--1 .googlesitekit-wizard-progress-step__number-wrapper::after{left:-24px}}@media (min-width: 600px){.googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{left:50%;right:-16px}}@media (min-width: 960px){.googlesitekit-wizard-progress-step--completeSetup .googlesitekit-wizard-progress-step__number-wrapper::after{right:-24px}}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number{background-color:#e6e6e6;border:15px solid #fff;border-radius:50%;color:#3c4043;font-size:14px;height:54px;line-height:24px;margin:0 auto;position:relative;width:54px;z-index:2}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--inprogress{background-color:#1a73e8;color:#fff}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--warning{background-color:#fbbc05;color:#fff}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--error{background-color:#d53e36;color:#fff}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number--completed{background-color:#34a853;color:#fff}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--warning,.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--error,.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-text--completed{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__number-icon{align-items:center;display:flex;height:100%;justify-content:center}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text{color:#5b5b61;font-size:15px;font-weight:500;margin:0}.googlesitekit-wizard-progress-step .googlesitekit-wizard-progress-step__text span{color:#d53e36;display:inline-block;margin-left:5px}.googlesitekit-wizard-step{background-color:#fff;overflow:hidden;padding-bottom:16px;padding-top:16px}@media (min-width: 600px){.googlesitekit-wizard-step{padding-left:10px;padding-right:10px}}@media (min-width: 960px){.googlesitekit-wizard-step{padding-bottom:24px;padding-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__title{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 10px 0}.googlesitekit-wizard-step .googlesitekit-wizard-step__text{margin:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle{margin:16px 0 0 0}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__subtitle{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline{display:block}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>div{margin:16px 16px 16px 0}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs--multiline>div{margin:0;width:100%}.googlesitekit-wizard-step .googlesitekit-wizard-step__inputs>.googlesitekit-setup-module__input{margin:1em 0}.googlesitekit-wizard-step .googlesitekit-wizard-step__action{margin-top:16px}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:0}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:first-child{margin-right:16px;margin-top:16px}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:first-child{margin-right:24px;margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:last-child{flex:0 0 auto;margin-top:16px}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__action--justify>*:last-child{margin-top:24px}}.googlesitekit-wizard-step .googlesitekit-wizard-step__back{margin-left:16px}@media (min-width: 960px){.googlesitekit-wizard-step .googlesitekit-wizard-step__back{margin-left:24px}}.googlesitekit-setup{padding-top:10px}@media (min-width: 600px){.googlesitekit-setup{padding-left:10px;padding-right:10px}}.googlesitekit-setup .googlesitekit-setup__wrapper{box-shadow:0 1px 3px rgba(0,0,0,0.2);background-color:#fff}.googlesitekit-setup .googlesitekit-setup__step{border-bottom:1px solid #e6e6e6;margin-bottom:16px;padding-bottom:16px}@media (min-width: 960px){.googlesitekit-setup .googlesitekit-setup__step{margin-bottom:24px;padding-bottom:24px}}.googlesitekit-setup .googlesitekit-setup__step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.googlesitekit-setup .googlesitekit-setup__intro-title{margin:0 0 17px 0}.googlesitekit-setup .googlesitekit-setup__title{display:inline-block;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 10px 0}.googlesitekit-setup .googlesitekit-setup__description{margin:0}.googlesitekit-setup .googlesitekit-setup__notice{font-weight:500}.googlesitekit-setup .googlesitekit-setup__description+.googlesitekit-setup__notice{margin-top:1em}.googlesitekit-setup .googlesitekit-setup__notice-text{display:inline-block;margin-left:5px;vertical-align:middle}.googlesitekit-setup .googlesitekit-setup__notice-warning-icon{display:inline-block}.googlesitekit-setup .googlesitekit-setup__notice-warning-icon::before{background-color:#fbbc05;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");background-position:center 4px;background-repeat:no-repeat;background-size:14px 12px;border-radius:50%;content:"";display:inline-block;height:22px;vertical-align:middle;width:22px}.googlesitekit-setup .googlesitekit-setup__success-notice-icon{align-items:center;background-color:#34a853;border-radius:50%;display:inline-flex;height:22px;justify-content:center;line-height:22px;margin:0 auto;position:relative;width:22px;z-index:2}.googlesitekit-setup .googlesitekit-setup__footer{border-top:1px solid #e6e6e6}.googlesitekit-setup-compat{max-width:60rem}.googlesitekit-start-setup-wrap{display:flex}.googlesitekit-start-setup{margin-right:16px}.googlesitekit-wizard .googlesitekit-opt-in{margin-bottom:8px;margin-top:8px}.googlesitekit-setup-module{flex:1 1 auto}.googlesitekit-setup-module .googlesitekit-setup-module__step{border-bottom:1px solid #e6e6e6;margin-bottom:16px;padding-bottom:6px}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__step{margin-bottom:24px;padding-bottom:14px}}.googlesitekit-setup-module .googlesitekit-setup-module__step:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.googlesitekit-setup-module .googlesitekit-setup-module__logo{display:inline-block;line-height:0;margin:0 16px 8px 0;vertical-align:bottom}.googlesitekit-setup-module .googlesitekit-setup-module__logo img{display:block;height:auto;width:33px}.googlesitekit-setup-module .googlesitekit-setup-module__title{display:inline-block;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 10px 0}.googlesitekit-setup-module .googlesitekit-setup-module__text--no-margin{margin:0}.googlesitekit-setup-module .googlesitekit-setup-module__inputs+p{margin-top:0}.googlesitekit-setup-module .googlesitekit-setup-module__title+p{margin-bottom:0}.googlesitekit-setup-module .googlesitekit-setup-module__title+p ~ p{margin-bottom:0}.googlesitekit-setup-module .googlesitekit-setup-module__user{align-items:center;display:flex}.googlesitekit-setup-module .googlesitekit-setup-module__user-image{border-radius:50%;height:32px;margin-right:10px;width:32px}.googlesitekit-setup-module .googlesitekit-setup-module__inputs{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline{display:block}.googlesitekit-setup-module .googlesitekit-setup-module__inputs>div{margin:16px 16px 16px 0}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__inputs>div{margin:24px 24px 24px 0}}.googlesitekit-setup-module .googlesitekit-setup-module__inputs--multiline>div{margin:0;width:100%}.googlesitekit-setup-module .googlesitekit-setup-module__inputs>.googlesitekit-setup-module__input{margin:1em 0}.googlesitekit-setup-module .googlesitekit-setup-module__switch{margin:16px 0}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__switch{margin:24px 0}}.googlesitekit-setup-module .googlesitekit-setup-module__action{margin:24px 0 0 0}@media (min-width: 600px){.googlesitekit-setup-module .googlesitekit-setup-module__action{align-items:center;display:flex}}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__action{margin:36px 0 0 0}}.googlesitekit-setup-module .googlesitekit-setup-module__sub-action{display:flex;flex:1 1 auto;margin-top:16px}@media (min-width: 600px){.googlesitekit-setup-module .googlesitekit-setup-module__sub-action{margin-left:16px;margin-top:0}}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__sub-action{margin-left:24px}}.googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper{background:#f9f9f9;margin:16px 0 0 0;padding:16px}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__list-wrapper{margin-top:24px}}.googlesitekit-setup-module .googlesitekit-setup-module__cta{margin-top:16px}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__cta{margin-top:24px}}.googlesitekit-setup-module .googlesitekit-setup-module__cta-link{display:inline-block;margin-right:50px}.googlesitekit-setup-module .googlesitekit-setup-module__cta-link:last-child{margin-right:0}.googlesitekit-setup-module .googlesitekit-setup-module__action+.googlesitekit-setup-module__footer-text{margin:24px 0 0 0}@media (min-width: 960px){.googlesitekit-setup-module .googlesitekit-setup-module__action+.googlesitekit-setup-module__footer-text{margin:36px 0 0 0}}.googlesitekit-settings-connect-module{border:1px solid #e6e6e6;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-settings-connect-module{padding:24px}}.googlesitekit-settings-connect-module--disabled{color:#bbb}.googlesitekit-settings-connect-module--disabled .googlesitekit-settings-connect-module__logo{filter:saturate(0);opacity:0.5}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo{align-items:flex-end;display:flex;height:36px}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__logo img{display:block}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__title{margin:15px 0 10px 0}.googlesitekit-settings-connect-module--disabled .googlesitekit-settings-connect-module__title{color:#bbb}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__text{font-size:0.75rem;line-height:1.58;margin:0}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch{float:right}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__switch .spinner{margin-top:-5px}.googlesitekit-settings-connect-module .googlesitekit-settings-connect-module__cta{font-size:0.75rem}.googlesitekit-settings-meta .googlesitekit-settings-meta__profile{align-items:center;display:flex;margin:16px 0}@media (min-width: 960px){.googlesitekit-settings-meta .googlesitekit-settings-meta__profile{margin:24px 0}}.googlesitekit-settings-meta .googlesitekit-settings-meta__profile .googlesitekit-cta-link{font-style:italic}.googlesitekit-settings-meta .googlesitekit-settings-meta__avatar{border-radius:50%;height:64px;margin-right:16px;width:64px}@media (min-width: 960px){.googlesitekit-settings-meta .googlesitekit-settings-meta__avatar{margin-right:24px}}.googlesitekit-settings-meta .googlesitekit-settings-meta__user-details{font-size:0.875rem}.googlesitekit-settings-meta .googlesitekit-settings-meta__user{font-weight:700;margin:0}.googlesitekit-settings-meta .googlesitekit-settings-meta__unlink{font-size:0.75rem}.googlesitekit-settings-module{border-bottom:1px solid #e6e6e6;position:relative}.googlesitekit-settings-module--error{border:3px solid #d53e36}.googlesitekit-settings-module .googlesitekit-settings-module__header{cursor:pointer;padding:0 32px 0 0;position:relative;width:100%}.googlesitekit-settings-module .googlesitekit-settings-module__header:hover{text-decoration:none}.googlesitekit-settings-module .googlesitekit-settings-module__header:focus{outline-offset:0}.googlesitekit-settings-module .googlesitekit-settings-module__header::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.6.6L12%202%206%208%200%202%201.4.6%206%205.2z%22%20fill%3D%22%235B5B61%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;content:"";display:block;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px}.googlesitekit-settings-module .googlesitekit-settings-module__header--open::after{transform:translateY(-50%) rotate(180deg)}.googlesitekit-settings-module .googlesitekit-settings-module__content{display:none}.googlesitekit-settings-module .googlesitekit-settings-module__content--open{display:block}.googlesitekit-settings-module .googlesitekit-settings-module__title{align-items:center;display:flex;margin:0}.googlesitekit-settings-module .googlesitekit-settings-module__title-icon{height:auto;margin-right:16px;width:24px}.googlesitekit-settings-module .googlesitekit-settings-module__status{align-items:center;display:flex;font-size:0.75rem;margin:0}.googlesitekit-settings-module .googlesitekit-settings-module__status-icon{margin-left:16px}.googlesitekit-settings-module .googlesitekit-settings-module__status-icon::before{background-position:center center;background-repeat:no-repeat;border-radius:50%;content:"";display:inline-block;height:19px;vertical-align:middle;width:19px}.googlesitekit-settings-module .googlesitekit-settings-module__status-icon--connected::before{background-color:#34a853;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2212%22%20viewBox%3D%220%200%2016%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%206.414L1.415%205l5.292%205.292-1.414%201.415z%22%2F%3E%3Cpath%20d%3D%22M14.146.146l1.415%201.414L5.414%2011.707%204%2010.292z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-size:10px 8px}.googlesitekit-settings-module .googlesitekit-settings-module__status-icon--not-connected::before,.googlesitekit-settings-module .googlesitekit-settings-module__status-icon--warning::before{background-color:#fbbc05;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2219%22%20viewBox%3D%220%200%2022%2019%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2019h22L11%200%200%2019zm12-3h-2v-2h2v2zm0-4h-2V8h2v4z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");background-position:center 3px;background-size:13px 11px}.googlesitekit-settings-module .googlesitekit-settings-module__footer{background-color:#f9f9f9;font-size:0.8125rem}.googlesitekit-settings-module .googlesitekit-settings-module__footer-cancel{margin-left:24px}.googlesitekit-settings-module .googlesitekit-settings-module__meta-header{margin:0 0 8px 0}.googlesitekit-settings-module .googlesitekit-settings-module__meta-items{align-items:center;display:flex;flex-wrap:wrap;margin:0}.googlesitekit-settings-module .googlesitekit-settings-module__meta-select{margin:0 16px 16px 0}@media (min-width: 960px){.googlesitekit-settings-module .googlesitekit-settings-module__meta-select{margin:0 24px 24px 0}}.googlesitekit-settings-module .googlesitekit-settings-module__meta-item{margin:0 32px 16px 0;width:100%}@media (min-width: 600px){.googlesitekit-settings-module .googlesitekit-settings-module__meta-item{width:auto}}@media (min-width: 960px){.googlesitekit-settings-module .googlesitekit-settings-module__meta-item{margin:0 48px 24px 0}}.googlesitekit-settings-module .googlesitekit-settings-module__meta-item--nomargin{margin:0}.googlesitekit-settings-module .googlesitekit-settings-module__meta-item-type{color:#757575;font-size:0.75rem;font-weight:inherit;margin:0 0 8px 0}.googlesitekit-settings-module .googlesitekit-settings-module__meta-item-data{color:#5b5b61;font-size:1rem;font-weight:700;margin:0}.googlesitekit-settings-module .googlesitekit-settings-module__meta-item-data--wrap{word-break:break-all}.googlesitekit-settings-module .googlesitekit-settings-module__edit-button-icon,.googlesitekit-settings-module .googlesitekit-settings-module__remove-button-icon{margin-left:16px}.googlesitekit-settings-module .googlesitekit-settings-module__remove-button{align-items:center;display:flex}.googlesitekit-settings-module .googlesitekit-settings-module__error{background-color:#d53e36;color:#fff;font-weight:700}.googlesitekit-settings-module .googlesitekit-settings-module__apikey-cancel{font-size:0.75em;margin-left:24px}.googlesitekit-settings-module-warning--settings{margin-bottom:1em}.googlesitekit-settings-module-warning--modules-list{font-size:0.75rem;margin:1em 0}.googlesitekit-settings-module-warning--modules-list .svg{height:auto;width:15px}.googlesitekit-settings-module-warning--module-sitekit-dashboard{margin-top:1em}.googlesitekit-settings-module-warning--module-dashboard{margin-bottom:1em}.googlesitekit-settings-module-header{margin-top:10px}.googlesitekit-settings-module-header .googlesitekit-settings-module-header__title{color:#3c4043;margin:0}.googlesitekit-settings-module-header .googlesitekit-settings-module-header__description{font-size:0.75rem;margin:0}.googlesitekit-settings-notice{background-color:#fafad2;border-radius:4px;margin:1.5em 0;padding:16px}@media (min-width: 960px){.googlesitekit-settings-notice{padding:24px}}.googlesitekit-settings-notice--suggestion{background-color:#e7f0fc}.googlesitekit-settings-notice .googlesitekit-settings-notice__text{color:rgba(0,0,0,0.7);padding-left:30px;position:relative}.googlesitekit-settings-notice .googlesitekit-settings-notice__text::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2212%22%20viewBox%3D%220%200%202%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23f8a708%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h2v7H0zM0%2010h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;background-size:2px 12px;border:2px solid #f8a708;border-radius:50%;content:"";display:block;height:22px;left:0;position:absolute;width:22px}.googlesitekit-settings-notice--suggestion .googlesitekit-settings-notice__text::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222%22%20height%3D%2211%22%20viewBox%3D%220%200%202%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%231872e6%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%204h2v7H0zM0%200h2v2H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");border-color:#1872e6}.googlesitekit-widget-area--composite .googlesitekit-widget-area-widgets{box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#fff}.googlesitekit-widget-area-header{margin:0 0 1rem 0}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__title{color:#5b5b61;font-weight:400;margin:0}.googlesitekit-widget-area-header .googlesitekit-widget-area-header__subtitle{color:#757575;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.75rem;font-weight:400;line-height:1.2;margin:0}.googlesitekit-widget-context{padding-bottom:10px;padding-top:10px}@media (min-width: 600px){.googlesitekit-widget-context{padding-left:10px;padding-right:10px}}.googlesitekit-widget-area--boxes .googlesitekit-widget{box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#fff}.googlesitekit-plugin .googlesitekit-margin-bottom-0{margin-bottom:0 !important}.googlesitekit-plugin .googlesitekit-text-align-center{text-align:center}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
dist/assets/css/adminbar.css CHANGED
@@ -1,1636 +1,2 @@
1
- /**
2
- * Admin bar stylesheet.
3
- *
4
- * Site Kit by Google, Copyright 2019 Google LLC
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * https://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- /*
19
- * Configuration Options
20
- */
21
- /**
22
- * Variables.
23
- *
24
- * Site Kit by Google, Copyright 2019 Google LLC
25
- *
26
- * Licensed under the Apache License, Version 2.0 (the "License");
27
- * you may not use this file except in compliance with the License.
28
- * You may obtain a copy of the License at
29
- *
30
- * https://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing, software
33
- * distributed under the License is distributed on an "AS IS" BASIS,
34
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
- * See the License for the specific language governing permissions and
36
- * limitations under the License.
37
- */
38
- /*
39
- * Colors
40
- * Names from http://chir.ag/projects/name-that-color/
41
- */
42
- /* stylelint-disable */
43
- /* stylelint-enable */
44
- /**
45
- * Mixins.
46
- *
47
- * Site Kit by Google, Copyright 2019 Google LLC
48
- *
49
- * Licensed under the Apache License, Version 2.0 (the "License");
50
- * you may not use this file except in compliance with the License.
51
- * You may obtain a copy of the License at
52
- *
53
- * https://www.apache.org/licenses/LICENSE-2.0
54
- *
55
- * Unless required by applicable law or agreed to in writing, software
56
- * distributed under the License is distributed on an "AS IS" BASIS,
57
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58
- * See the License for the specific language governing permissions and
59
- * limitations under the License.
60
- */
61
- /*
62
- * Top-level Cascade Items
63
- */
64
- /**
65
- * Base styles.
66
- *
67
- * Site Kit by Google, Copyright 2019 Google LLC
68
- *
69
- * Licensed under the Apache License, Version 2.0 (the "License");
70
- * you may not use this file except in compliance with the License.
71
- * You may obtain a copy of the License at
72
- *
73
- * https://www.apache.org/licenses/LICENSE-2.0
74
- *
75
- * Unless required by applicable law or agreed to in writing, software
76
- * distributed under the License is distributed on an "AS IS" BASIS,
77
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78
- * See the License for the specific language governing permissions and
79
- * limitations under the License.
80
- */
81
- /* .googlesitekit-plugin will always wrap all
82
- * of our content, so the properties below will act as defaults.
83
- */
84
- .googlesitekit-plugin {
85
- color: #757575;
86
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
87
- font-size: 1rem;
88
- line-height: 1.4; }
89
- .googlesitekit-plugin *,
90
- .googlesitekit-plugin *::before,
91
- .googlesitekit-plugin *::after {
92
- box-sizing: border-box; }
93
- .googlesitekit-plugin svg:not(:root) {
94
- overflow: hidden; }
95
- .googlesitekit-plugin h1,
96
- .googlesitekit-plugin h2,
97
- .googlesitekit-plugin h3,
98
- .googlesitekit-plugin h4,
99
- .googlesitekit-plugin h5,
100
- .googlesitekit-plugin h6 {
101
- color: #3c4043;
102
- font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
103
- line-height: 1.16; }
104
- .googlesitekit-plugin h1,
105
- .googlesitekit-plugin .googlesitekit-heading-1 {
106
- font-size: 1.75rem;
107
- font-weight: 400; }
108
- @media (min-width: 600px) {
109
- .googlesitekit-plugin h1,
110
- .googlesitekit-plugin .googlesitekit-heading-1 {
111
- font-size: 2.25rem; } }
112
- .googlesitekit-plugin h2,
113
- .googlesitekit-plugin .googlesitekit-heading-2 {
114
- font-size: 1.375rem;
115
- font-weight: 400; }
116
- @media (min-width: 600px) {
117
- .googlesitekit-plugin h2,
118
- .googlesitekit-plugin .googlesitekit-heading-2 {
119
- font-size: 1.75rem; } }
120
- .googlesitekit-plugin h3,
121
- .googlesitekit-plugin .googlesitekit-heading-3 {
122
- font-size: 1.25rem;
123
- font-weight: 400; }
124
- @media (min-width: 600px) {
125
- .googlesitekit-plugin h3,
126
- .googlesitekit-plugin .googlesitekit-heading-3 {
127
- font-size: 1.5rem; } }
128
- .googlesitekit-plugin h4,
129
- .googlesitekit-plugin .googlesitekit-heading-4 {
130
- color: #5b5b61;
131
- font-size: 1.125rem;
132
- font-weight: 500; }
133
- @media (min-width: 600px) {
134
- .googlesitekit-plugin h4,
135
- .googlesitekit-plugin .googlesitekit-heading-4 {
136
- font-size: 1.25rem; } }
137
- .googlesitekit-plugin .googlesitekit-subheading-1 {
138
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
139
- font-size: 0.9375rem;
140
- font-weight: 500; }
141
- @media (min-width: 600px) {
142
- .googlesitekit-plugin .googlesitekit-subheading-1 {
143
- font-size: 1rem; } }
144
- .googlesitekit-plugin .googlesitekit-subheading-2 {
145
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
146
- font-size: 0.875rem;
147
- font-weight: 500; }
148
- @media (min-width: 600px) {
149
- .googlesitekit-plugin .googlesitekit-subheading-2 {
150
- font-size: 0.9375rem; } }
151
- .googlesitekit-plugin .googlesitekit-overline {
152
- color: #757575;
153
- font-size: 0.75rem;
154
- font-weight: 500;
155
- letter-spacing: 0.16em;
156
- line-height: 1.16;
157
- text-transform: uppercase; }
158
- .googlesitekit-plugin .googlesitekit-overline--collapse {
159
- margin: 0; }
160
- .googlesitekit-plugin .googlesitekit-recommended {
161
- color: #34a853;
162
- font-size: 10px;
163
- font-weight: 500;
164
- text-transform: uppercase; }
165
- .googlesitekit-plugin .googlesitekit-nodata {
166
- display: none; }
167
- .googlesitekit-plugin legend,
168
- .googlesitekit-plugin p {
169
- font-size: 1rem; }
170
- .googlesitekit-plugin a {
171
- color: #1a73e8;
172
- text-decoration: none; }
173
- .googlesitekit-plugin a:hover {
174
- text-decoration: underline; }
175
- .googlesitekit-plugin a:focus {
176
- box-shadow: none;
177
- outline: 1px dashed #4285f4;
178
- outline-offset: 3px; }
179
- .googlesitekit-plugin button {
180
- background: none;
181
- border: none;
182
- color: #1a73e8;
183
- text-decoration: none; }
184
- .googlesitekit-plugin button:hover {
185
- text-decoration: underline; }
186
- .googlesitekit-plugin button:focus {
187
- outline: 1px dashed #4285f4;
188
- outline-offset: 3px; }
189
- .googlesitekit-plugin legend {
190
- line-height: 1.5;
191
- margin: 1em 0; }
192
- .googlesitekit-plugin .screen-reader-only {
193
- clip: rect(1px, 1px, 1px, 1px);
194
- height: 1px;
195
- overflow: hidden;
196
- position: absolute !important;
197
- width: 1px; }
198
- @media (max-width: 599px) {
199
- .googlesitekit-plugin .hidden-on-mobile {
200
- display: none; } }
201
-
202
- :root {
203
- --mdc-layout-grid-margin-desktop: 24px;
204
- --mdc-layout-grid-gutter-desktop: 24px;
205
- --mdc-layout-grid-column-width-desktop: 72px;
206
- --mdc-layout-grid-margin-tablet: 16px;
207
- --mdc-layout-grid-gutter-tablet: 16px;
208
- --mdc-layout-grid-column-width-tablet: 72px;
209
- --mdc-layout-grid-margin-phone: 16px;
210
- --mdc-layout-grid-gutter-phone: 16px;
211
- --mdc-layout-grid-column-width-phone: 72px; }
212
-
213
- @media (min-width: 961px) {
214
- .mdc-layout-grid, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid {
215
- box-sizing: border-box;
216
- margin: 0 auto;
217
- padding: 24px;
218
- padding: 24px;
219
- padding: var(--mdc-layout-grid-margin-desktop, 24px); } }
220
-
221
- @media (min-width: 601px) and (max-width: 960px) {
222
- .mdc-layout-grid, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid {
223
- box-sizing: border-box;
224
- margin: 0 auto;
225
- padding: 16px;
226
- padding: 16px;
227
- padding: var(--mdc-layout-grid-margin-tablet, 16px); } }
228
-
229
- @media (max-width: 600px) {
230
- .mdc-layout-grid, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid {
231
- box-sizing: border-box;
232
- margin: 0 auto;
233
- padding: 16px;
234
- padding: 16px;
235
- padding: var(--mdc-layout-grid-margin-phone, 16px); } }
236
-
237
- @media (min-width: 961px) {
238
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
239
- display: flex;
240
- flex-flow: row wrap;
241
- align-items: stretch;
242
- margin: -12px;
243
- margin: calc(24px / 2 * -1);
244
- margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1); }
245
- @supports (display: grid) {
246
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
247
- display: grid;
248
- margin: 0;
249
- grid-gap: 24px;
250
- grid-gap: 24px;
251
- grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
252
- grid-template-columns: repeat(12, minmax(0, 1fr)); } } }
253
-
254
- @media (min-width: 601px) and (max-width: 960px) {
255
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
256
- display: flex;
257
- flex-flow: row wrap;
258
- align-items: stretch;
259
- margin: -8px;
260
- margin: calc(16px / 2 * -1);
261
- margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1); }
262
- @supports (display: grid) {
263
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
264
- display: grid;
265
- margin: 0;
266
- grid-gap: 16px;
267
- grid-gap: 16px;
268
- grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
269
- grid-template-columns: repeat(8, minmax(0, 1fr)); } } }
270
-
271
- @media (max-width: 600px) {
272
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
273
- display: flex;
274
- flex-flow: row wrap;
275
- align-items: stretch;
276
- margin: -8px;
277
- margin: calc(16px / 2 * -1);
278
- margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1); }
279
- @supports (display: grid) {
280
- .mdc-layout-grid__inner, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner {
281
- display: grid;
282
- margin: 0;
283
- grid-gap: 16px;
284
- grid-gap: 16px;
285
- grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
286
- grid-template-columns: repeat(4, minmax(0, 1fr)); } } }
287
-
288
- @media (min-width: 961px) {
289
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
290
- width: calc(33.33333% - 24px);
291
- width: calc(33.33333% - 24px);
292
- width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));
293
- box-sizing: border-box;
294
- margin: 12px;
295
- margin: calc(24px / 2);
296
- margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2); }
297
- @supports (display: grid) {
298
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
299
- width: auto;
300
- grid-column-end: span 4; } }
301
- @supports (display: grid) {
302
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
303
- margin: 0; } }
304
- .mdc-layout-grid__cell--span-1,
305
- .mdc-layout-grid__cell--span-1-desktop {
306
- width: calc(8.33333% - 24px);
307
- width: calc(8.33333% - 24px);
308
- width: calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
309
- @supports (display: grid) {
310
- .mdc-layout-grid__cell--span-1,
311
- .mdc-layout-grid__cell--span-1-desktop {
312
- width: auto;
313
- grid-column-end: span 1; } }
314
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
315
- .mdc-layout-grid__cell--span-2-desktop {
316
- width: calc(16.66667% - 24px);
317
- width: calc(16.66667% - 24px);
318
- width: calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
319
- @supports (display: grid) {
320
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
321
- .mdc-layout-grid__cell--span-2-desktop {
322
- width: auto;
323
- grid-column-end: span 2; } }
324
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
325
- .mdc-layout-grid__cell--span-3-desktop,
326
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop {
327
- width: calc(25% - 24px);
328
- width: calc(25% - 24px);
329
- width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
330
- @supports (display: grid) {
331
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
332
- .mdc-layout-grid__cell--span-3-desktop,
333
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop {
334
- width: auto;
335
- grid-column-end: span 3; } }
336
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
337
- .mdc-layout-grid__cell--span-4-desktop {
338
- width: calc(33.33333% - 24px);
339
- width: calc(33.33333% - 24px);
340
- width: calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
341
- @supports (display: grid) {
342
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
343
- .mdc-layout-grid__cell--span-4-desktop {
344
- width: auto;
345
- grid-column-end: span 4; } }
346
- .mdc-layout-grid__cell--span-5,
347
- .mdc-layout-grid__cell--span-5-desktop {
348
- width: calc(41.66667% - 24px);
349
- width: calc(41.66667% - 24px);
350
- width: calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
351
- @supports (display: grid) {
352
- .mdc-layout-grid__cell--span-5,
353
- .mdc-layout-grid__cell--span-5-desktop {
354
- width: auto;
355
- grid-column-end: span 5; } }
356
- .mdc-layout-grid__cell--span-6,
357
- .mdc-layout-grid__cell--span-6-desktop,
358
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop {
359
- width: calc(50% - 24px);
360
- width: calc(50% - 24px);
361
- width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
362
- @supports (display: grid) {
363
- .mdc-layout-grid__cell--span-6,
364
- .mdc-layout-grid__cell--span-6-desktop,
365
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop {
366
- width: auto;
367
- grid-column-end: span 6; } }
368
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
369
- .mdc-layout-grid__cell--span-7-desktop,
370
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop {
371
- width: calc(58.33333% - 24px);
372
- width: calc(58.33333% - 24px);
373
- width: calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
374
- @supports (display: grid) {
375
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
376
- .mdc-layout-grid__cell--span-7-desktop,
377
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop {
378
- width: auto;
379
- grid-column-end: span 7; } }
380
- .mdc-layout-grid__cell--span-8,
381
- .mdc-layout-grid__cell--span-8-desktop {
382
- width: calc(66.66667% - 24px);
383
- width: calc(66.66667% - 24px);
384
- width: calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
385
- @supports (display: grid) {
386
- .mdc-layout-grid__cell--span-8,
387
- .mdc-layout-grid__cell--span-8-desktop {
388
- width: auto;
389
- grid-column-end: span 8; } }
390
- .mdc-layout-grid__cell--span-9,
391
- .mdc-layout-grid__cell--span-9-desktop {
392
- width: calc(75% - 24px);
393
- width: calc(75% - 24px);
394
- width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
395
- @supports (display: grid) {
396
- .mdc-layout-grid__cell--span-9,
397
- .mdc-layout-grid__cell--span-9-desktop {
398
- width: auto;
399
- grid-column-end: span 9; } }
400
- .mdc-layout-grid__cell--span-10,
401
- .mdc-layout-grid__cell--span-10-desktop {
402
- width: calc(83.33333% - 24px);
403
- width: calc(83.33333% - 24px);
404
- width: calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
405
- @supports (display: grid) {
406
- .mdc-layout-grid__cell--span-10,
407
- .mdc-layout-grid__cell--span-10-desktop {
408
- width: auto;
409
- grid-column-end: span 10; } }
410
- .mdc-layout-grid__cell--span-11,
411
- .mdc-layout-grid__cell--span-11-desktop {
412
- width: calc(91.66667% - 24px);
413
- width: calc(91.66667% - 24px);
414
- width: calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
415
- @supports (display: grid) {
416
- .mdc-layout-grid__cell--span-11,
417
- .mdc-layout-grid__cell--span-11-desktop {
418
- width: auto;
419
- grid-column-end: span 11; } }
420
- .mdc-layout-grid__cell--span-12,
421
- .mdc-layout-grid__cell--span-12-desktop {
422
- width: calc(100% - 24px);
423
- width: calc(100% - 24px);
424
- width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px)); }
425
- @supports (display: grid) {
426
- .mdc-layout-grid__cell--span-12,
427
- .mdc-layout-grid__cell--span-12-desktop {
428
- width: auto;
429
- grid-column-end: span 12; } } }
430
-
431
- @media (min-width: 601px) and (max-width: 960px) {
432
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
433
- width: calc(50% - 16px);
434
- width: calc(50% - 16px);
435
- width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
436
- box-sizing: border-box;
437
- margin: 8px;
438
- margin: calc(16px / 2);
439
- margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2); }
440
- @supports (display: grid) {
441
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
442
- width: auto;
443
- grid-column-end: span 4; } }
444
- @supports (display: grid) {
445
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
446
- margin: 0; } }
447
- .mdc-layout-grid__cell--span-1,
448
- .mdc-layout-grid__cell--span-1-tablet {
449
- width: calc(12.5% - 16px);
450
- width: calc(12.5% - 16px);
451
- width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
452
- @supports (display: grid) {
453
- .mdc-layout-grid__cell--span-1,
454
- .mdc-layout-grid__cell--span-1-tablet {
455
- width: auto;
456
- grid-column-end: span 1; } }
457
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
458
- .mdc-layout-grid__cell--span-2-tablet,
459
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet {
460
- width: calc(25% - 16px);
461
- width: calc(25% - 16px);
462
- width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
463
- @supports (display: grid) {
464
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
465
- .mdc-layout-grid__cell--span-2-tablet,
466
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet {
467
- width: auto;
468
- grid-column-end: span 2; } }
469
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
470
- .mdc-layout-grid__cell--span-3-tablet {
471
- width: calc(37.5% - 16px);
472
- width: calc(37.5% - 16px);
473
- width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
474
- @supports (display: grid) {
475
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
476
- .mdc-layout-grid__cell--span-3-tablet {
477
- width: auto;
478
- grid-column-end: span 3; } }
479
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
480
- .mdc-layout-grid__cell--span-4-tablet,
481
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet {
482
- width: calc(50% - 16px);
483
- width: calc(50% - 16px);
484
- width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
485
- @supports (display: grid) {
486
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
487
- .mdc-layout-grid__cell--span-4-tablet,
488
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet {
489
- width: auto;
490
- grid-column-end: span 4; } }
491
- .mdc-layout-grid__cell--span-5,
492
- .mdc-layout-grid__cell--span-5-tablet {
493
- width: calc(62.5% - 16px);
494
- width: calc(62.5% - 16px);
495
- width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
496
- @supports (display: grid) {
497
- .mdc-layout-grid__cell--span-5,
498
- .mdc-layout-grid__cell--span-5-tablet {
499
- width: auto;
500
- grid-column-end: span 5; } }
501
- .mdc-layout-grid__cell--span-6,
502
- .mdc-layout-grid__cell--span-6-tablet {
503
- width: calc(75% - 16px);
504
- width: calc(75% - 16px);
505
- width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
506
- @supports (display: grid) {
507
- .mdc-layout-grid__cell--span-6,
508
- .mdc-layout-grid__cell--span-6-tablet {
509
- width: auto;
510
- grid-column-end: span 6; } }
511
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
512
- .mdc-layout-grid__cell--span-7-tablet {
513
- width: calc(87.5% - 16px);
514
- width: calc(87.5% - 16px);
515
- width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
516
- @supports (display: grid) {
517
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
518
- .mdc-layout-grid__cell--span-7-tablet {
519
- width: auto;
520
- grid-column-end: span 7; } }
521
- .mdc-layout-grid__cell--span-8,
522
- .mdc-layout-grid__cell--span-8-tablet,
523
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet {
524
- width: calc(100% - 16px);
525
- width: calc(100% - 16px);
526
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
527
- @supports (display: grid) {
528
- .mdc-layout-grid__cell--span-8,
529
- .mdc-layout-grid__cell--span-8-tablet,
530
- #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet {
531
- width: auto;
532
- grid-column-end: span 8; } }
533
- .mdc-layout-grid__cell--span-9,
534
- .mdc-layout-grid__cell--span-9-tablet {
535
- width: calc(100% - 16px);
536
- width: calc(100% - 16px);
537
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
538
- @supports (display: grid) {
539
- .mdc-layout-grid__cell--span-9,
540
- .mdc-layout-grid__cell--span-9-tablet {
541
- width: auto;
542
- grid-column-end: span 8; } }
543
- .mdc-layout-grid__cell--span-10,
544
- .mdc-layout-grid__cell--span-10-tablet {
545
- width: calc(100% - 16px);
546
- width: calc(100% - 16px);
547
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
548
- @supports (display: grid) {
549
- .mdc-layout-grid__cell--span-10,
550
- .mdc-layout-grid__cell--span-10-tablet {
551
- width: auto;
552
- grid-column-end: span 8; } }
553
- .mdc-layout-grid__cell--span-11,
554
- .mdc-layout-grid__cell--span-11-tablet {
555
- width: calc(100% - 16px);
556
- width: calc(100% - 16px);
557
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
558
- @supports (display: grid) {
559
- .mdc-layout-grid__cell--span-11,
560
- .mdc-layout-grid__cell--span-11-tablet {
561
- width: auto;
562
- grid-column-end: span 8; } }
563
- .mdc-layout-grid__cell--span-12,
564
- .mdc-layout-grid__cell--span-12-tablet,
565
- #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
566
- width: calc(100% - 16px);
567
- width: calc(100% - 16px);
568
- width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px)); }
569
- @supports (display: grid) {
570
- .mdc-layout-grid__cell--span-12,
571
- .mdc-layout-grid__cell--span-12-tablet,
572
- #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
573
- width: auto;
574
- grid-column-end: span 8; } } }
575
-
576
- @media (max-width: 600px) {
577
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
578
- width: calc(100% - 16px);
579
- width: calc(100% - 16px);
580
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
581
- box-sizing: border-box;
582
- margin: 8px;
583
- margin: calc(16px / 2);
584
- margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2); }
585
- @supports (display: grid) {
586
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
587
- width: auto;
588
- grid-column-end: span 4; } }
589
- @supports (display: grid) {
590
- .mdc-layout-grid__cell, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell, #wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell {
591
- margin: 0; } }
592
- .mdc-layout-grid__cell--span-1,
593
- .mdc-layout-grid__cell--span-1-phone {
594
- width: calc(25% - 16px);
595
- width: calc(25% - 16px);
596
- width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px)); }
597
- @supports (display: grid) {
598
- .mdc-layout-grid__cell--span-1,
599
- .mdc-layout-grid__cell--span-1-phone {
600
- width: auto;
601
- grid-column-end: span 1; } }
602
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
603
- .mdc-layout-grid__cell--span-2-phone {
604
- width: calc(50% - 16px);
605
- width: calc(50% - 16px);
606
- width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px)); }
607
- @supports (display: grid) {
608
- .mdc-layout-grid__cell--span-2, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,
609
- .mdc-layout-grid__cell--span-2-phone {
610
- width: auto;
611
- grid-column-end: span 2; } }
612
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
613
- .mdc-layout-grid__cell--span-3-phone {
614
- width: calc(75% - 16px);
615
- width: calc(75% - 16px);
616
- width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px)); }
617
- @supports (display: grid) {
618
- .mdc-layout-grid__cell--span-3, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,
619
- .mdc-layout-grid__cell--span-3-phone {
620
- width: auto;
621
- grid-column-end: span 3; } }
622
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
623
- .mdc-layout-grid__cell--span-4-phone {
624
- width: calc(100% - 16px);
625
- width: calc(100% - 16px);
626
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
627
- @supports (display: grid) {
628
- .mdc-layout-grid__cell--span-4, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,
629
- .mdc-layout-grid__cell--span-4-phone {
630
- width: auto;
631
- grid-column-end: span 4; } }
632
- .mdc-layout-grid__cell--span-5,
633
- .mdc-layout-grid__cell--span-5-phone {
634
- width: calc(100% - 16px);
635
- width: calc(100% - 16px);
636
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
637
- @supports (display: grid) {
638
- .mdc-layout-grid__cell--span-5,
639
- .mdc-layout-grid__cell--span-5-phone {
640
- width: auto;
641
- grid-column-end: span 4; } }
642
- .mdc-layout-grid__cell--span-6,
643
- .mdc-layout-grid__cell--span-6-phone {
644
- width: calc(100% - 16px);
645
- width: calc(100% - 16px);
646
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
647
- @supports (display: grid) {
648
- .mdc-layout-grid__cell--span-6,
649
- .mdc-layout-grid__cell--span-6-phone {
650
- width: auto;
651
- grid-column-end: span 4; } }
652
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
653
- .mdc-layout-grid__cell--span-7-phone {
654
- width: calc(100% - 16px);
655
- width: calc(100% - 16px);
656
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
657
- @supports (display: grid) {
658
- .mdc-layout-grid__cell--span-7, #wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,
659
- .mdc-layout-grid__cell--span-7-phone {
660
- width: auto;
661
- grid-column-end: span 4; } }
662
- .mdc-layout-grid__cell--span-8,
663
- .mdc-layout-grid__cell--span-8-phone {
664
- width: calc(100% - 16px);
665
- width: calc(100% - 16px);
666
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
667
- @supports (display: grid) {
668
- .mdc-layout-grid__cell--span-8,
669
- .mdc-layout-grid__cell--span-8-phone {
670
- width: auto;
671
- grid-column-end: span 4; } }
672
- .mdc-layout-grid__cell--span-9,
673
- .mdc-layout-grid__cell--span-9-phone {
674
- width: calc(100% - 16px);
675
- width: calc(100% - 16px);
676
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
677
- @supports (display: grid) {
678
- .mdc-layout-grid__cell--span-9,
679
- .mdc-layout-grid__cell--span-9-phone {
680
- width: auto;
681
- grid-column-end: span 4; } }
682
- .mdc-layout-grid__cell--span-10,
683
- .mdc-layout-grid__cell--span-10-phone {
684
- width: calc(100% - 16px);
685
- width: calc(100% - 16px);
686
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
687
- @supports (display: grid) {
688
- .mdc-layout-grid__cell--span-10,
689
- .mdc-layout-grid__cell--span-10-phone {
690
- width: auto;
691
- grid-column-end: span 4; } }
692
- .mdc-layout-grid__cell--span-11,
693
- .mdc-layout-grid__cell--span-11-phone {
694
- width: calc(100% - 16px);
695
- width: calc(100% - 16px);
696
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
697
- @supports (display: grid) {
698
- .mdc-layout-grid__cell--span-11,
699
- .mdc-layout-grid__cell--span-11-phone {
700
- width: auto;
701
- grid-column-end: span 4; } }
702
- .mdc-layout-grid__cell--span-12,
703
- .mdc-layout-grid__cell--span-12-phone {
704
- width: calc(100% - 16px);
705
- width: calc(100% - 16px);
706
- width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px)); }
707
- @supports (display: grid) {
708
- .mdc-layout-grid__cell--span-12,
709
- .mdc-layout-grid__cell--span-12-phone {
710
- width: auto;
711
- grid-column-end: span 4; } } }
712
-
713
- .mdc-layout-grid__cell--order-1 {
714
- order: 1; }
715
-
716
- .mdc-layout-grid__cell--order-2 {
717
- order: 2; }
718
-
719
- .mdc-layout-grid__cell--order-3 {
720
- order: 3; }
721
-
722
- .mdc-layout-grid__cell--order-4 {
723
- order: 4; }
724
-
725
- .mdc-layout-grid__cell--order-5 {
726
- order: 5; }
727
-
728
- .mdc-layout-grid__cell--order-6 {
729
- order: 6; }
730
-
731
- .mdc-layout-grid__cell--order-7 {
732
- order: 7; }
733
-
734
- .mdc-layout-grid__cell--order-8 {
735
- order: 8; }
736
-
737
- .mdc-layout-grid__cell--order-9 {
738
- order: 9; }
739
-
740
- .mdc-layout-grid__cell--order-10 {
741
- order: 10; }
742
-
743
- .mdc-layout-grid__cell--order-11 {
744
- order: 11; }
745
-
746
- .mdc-layout-grid__cell--order-12 {
747
- order: 12; }
748
-
749
- .mdc-layout-grid__cell--align-top {
750
- align-self: flex-start; }
751
- @supports (display: grid) {
752
- .mdc-layout-grid__cell--align-top {
753
- align-self: start; } }
754
-
755
- .mdc-layout-grid__cell--align-middle {
756
- align-self: center; }
757
-
758
- .mdc-layout-grid__cell--align-bottom {
759
- align-self: flex-end; }
760
- @supports (display: grid) {
761
- .mdc-layout-grid__cell--align-bottom {
762
- align-self: end; } }
763
-
764
- @media (min-width: 961px) {
765
- .mdc-layout-grid--fixed-column-width {
766
- width: 1176px;
767
- width: calc( 72px * 12 + 24px * 11 + 24px * 2);
768
- width: calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2); } }
769
-
770
- @media (min-width: 601px) and (max-width: 960px) {
771
- .mdc-layout-grid--fixed-column-width {
772
- width: 720px;
773
- width: calc( 72px * 8 + 16px * 7 + 16px * 2);
774
- width: calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2); } }
775
-
776
- @media (max-width: 600px) {
777
- .mdc-layout-grid--fixed-column-width {
778
- width: 368px;
779
- width: calc( 72px * 4 + 16px * 3 + 16px * 2);
780
- width: calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2); } }
781
-
782
- .mdc-layout-grid--align-left {
783
- margin-right: auto;
784
- margin-left: 0; }
785
-
786
- .mdc-layout-grid--align-right {
787
- margin-right: 0;
788
- margin-left: auto; }
789
-
790
- @keyframes primary-indeterminate-translate {
791
- 0% {
792
- transform: translateX(0); }
793
- 20% {
794
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
795
- transform: translateX(0); }
796
- 59.15% {
797
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
798
- transform: translateX(83.67142%); }
799
- 100% {
800
- transform: translateX(200.61106%); } }
801
-
802
- @keyframes primary-indeterminate-scale {
803
- 0% {
804
- transform: scaleX(0.08); }
805
- 36.65% {
806
- animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
807
- transform: scaleX(0.08); }
808
- 69.15% {
809
- animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
810
- transform: scaleX(0.66148); }
811
- 100% {
812
- transform: scaleX(0.08); } }
813
-
814
- @keyframes secondary-indeterminate-translate {
815
- 0% {
816
- animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
817
- transform: translateX(0); }
818
- 25% {
819
- animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
820
- transform: translateX(37.65191%); }
821
- 48.35% {
822
- animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
823
- transform: translateX(84.38617%); }
824
- 100% {
825
- transform: translateX(160.27778%); } }
826
-
827
- @keyframes secondary-indeterminate-scale {
828
- 0% {
829
- animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
830
- transform: scaleX(0.08); }
831
- 19.15% {
832
- animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
833
- transform: scaleX(0.4571); }
834
- 44.15% {
835
- animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
836
- transform: scaleX(0.72796); }
837
- 100% {
838
- transform: scaleX(0.08); } }
839
-
840
- @keyframes buffering {
841
- to {
842
- transform: translateX(-10px); } }
843
-
844
- @keyframes primary-indeterminate-translate-reverse {
845
- 0% {
846
- transform: translateX(0); }
847
- 20% {
848
- animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
849
- transform: translateX(0); }
850
- 59.15% {
851
- animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
852
- transform: translateX(-83.67142%); }
853
- 100% {
854
- transform: translateX(-200.61106%); } }
855
-
856
- @keyframes secondary-indeterminate-translate-reverse {
857
- 0% {
858
- animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
859
- transform: translateX(0); }
860
- 25% {
861
- animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
862
- transform: translateX(-37.65191%); }
863
- 48.35% {
864
- animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
865
- transform: translateX(-84.38617%); }
866
- 100% {
867
- transform: translateX(-160.27778%); } }
868
-
869
- @keyframes buffering-reverse {
870
- to {
871
- transform: translateX(10px); } }
872
-
873
- .mdc-linear-progress, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress {
874
- position: relative;
875
- width: 100%;
876
- height: 4px;
877
- transform: translateZ(0);
878
- transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
879
- overflow: hidden; }
880
- .mdc-linear-progress__bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar {
881
- position: absolute;
882
- width: 100%;
883
- height: 100%;
884
- animation: none;
885
- transform-origin: top left;
886
- transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
887
- .mdc-linear-progress__bar-inner, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner {
888
- display: inline-block;
889
- position: absolute;
890
- width: 100%;
891
- height: 100%;
892
- animation: none; }
893
- .mdc-linear-progress__buffering-dots, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots {
894
- position: absolute;
895
- width: 100%;
896
- height: 100%;
897
- animation: buffering 250ms infinite linear;
898
- background-repeat: repeat-x;
899
- background-size: 10px 4px; }
900
- .mdc-linear-progress__buffer, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer {
901
- position: absolute;
902
- width: 100%;
903
- height: 100%;
904
- transform-origin: top left;
905
- transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
906
- .mdc-linear-progress__primary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar {
907
- transform: scaleX(0); }
908
- .mdc-linear-progress__secondary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar {
909
- visibility: hidden; }
910
- .mdc-linear-progress--indeterminate .mdc-linear-progress__bar, .mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
911
- transition: none; }
912
- .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar, .mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
913
- left: -145.166611%;
914
- animation: primary-indeterminate-translate 2s infinite linear; }
915
- .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner, .mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
916
- animation: primary-indeterminate-scale 2s infinite linear; }
917
- .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar, .mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
918
- left: -54.888891%;
919
- animation: secondary-indeterminate-translate 2s infinite linear;
920
- visibility: visible; }
921
- .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner, .mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
922
- animation: secondary-indeterminate-scale 2s infinite linear; }
923
- .mdc-linear-progress--reversed .mdc-linear-progress__bar, .mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__bar,
924
- .mdc-linear-progress--reversed .mdc-linear-progress__buffer,
925
- .mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer,
926
- #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffer {
927
- right: 0;
928
- transform-origin: center right; }
929
- .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar, .mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
930
- animation-name: primary-indeterminate-translate-reverse; }
931
- .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar, .mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
932
- animation-name: secondary-indeterminate-translate-reverse; }
933
- .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots, .mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
934
- animation: buffering-reverse 250ms infinite linear; }
935
- .mdc-linear-progress--closed {
936
- opacity: 0; }
937
-
938
- .mdc-linear-progress__bar-inner, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner {
939
- background-color: #1a73e8;
940
- /* @alternate */
941
- background-color: #1a73e8;
942
- background-color: var(--mdc-theme-primary, #1a73e8); }
943
-
944
- .mdc-linear-progress__buffering-dots, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots {
945
- background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E"); }
946
-
947
- .mdc-linear-progress__buffer, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer {
948
- background-color: #e6e6e6; }
949
-
950
- .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar, .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
951
- right: -145.166611%;
952
- left: auto; }
953
-
954
- .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar, .mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar, #wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
955
- right: -54.888891%;
956
- left: auto; }
957
-
958
- .googlesitekit-plugin .mdc-linear-progress, .googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress, #wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress {
959
- margin: 32px 0; }
960
- .googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner, .googlesitekit-plugin .mdc-linear-progress #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner, .googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner, #wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner {
961
- background-color: #1a73e8; }
962
- @media (min-width: 960px) {
963
- .googlesitekit-plugin .mdc-linear-progress, .googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress, #wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress {
964
- margin: 48px 0; } }
965
- .googlesitekit-plugin .mdc-linear-progress--small {
966
- max-width: 150px; }
967
- .googlesitekit-plugin .mdc-linear-progress--compress {
968
- margin: 0; }
969
-
970
- /*
971
- * Components
972
- */
973
- /**
974
- * Adminbar overrides styles.
975
- *
976
- * Site Kit by Google, Copyright 2019 Google LLC
977
- *
978
- * Licensed under the Apache License, Version 2.0 (the "License");
979
- * you may not use this file except in compliance with the License.
980
- * You may obtain a copy of the License at
981
- *
982
- * https://www.apache.org/licenses/LICENSE-2.0
983
- *
984
- * Unless required by applicable law or agreed to in writing, software
985
- * distributed under the License is distributed on an "AS IS" BASIS,
986
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
987
- * See the License for the specific language governing permissions and
988
- * limitations under the License.
989
- */
990
- /*
991
- * Component overrides.
992
- * Included here because they're specific to the "#wpadminbar *" styling.
993
- */
994
- #wpadminbar .googlesitekit-adminbar * {
995
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
996
- line-height: normal; }
997
-
998
- #wpadminbar .googlesitekit-adminbar .mdc-linear-progress {
999
- margin: 32px 0; }
1000
- #wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner {
1001
- background-color: #1a73e8; }
1002
- @media (min-width: 960px) {
1003
- #wpadminbar .googlesitekit-adminbar .mdc-linear-progress {
1004
- margin: 48px 0; } }
1005
-
1006
- #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link {
1007
- height: auto; }
1008
-
1009
- #wpadminbar .googlesitekit-adminbar .googlesitekit-cta {
1010
- box-sizing: border-box; }
1011
-
1012
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link {
1013
- font-size: 16px; }
1014
-
1015
- /**
1016
- * Adminbar styles.
1017
- *
1018
- * Site Kit by Google, Copyright 2019 Google LLC
1019
- *
1020
- * Licensed under the Apache License, Version 2.0 (the "License");
1021
- * you may not use this file except in compliance with the License.
1022
- * You may obtain a copy of the License at
1023
- *
1024
- * https://www.apache.org/licenses/LICENSE-2.0
1025
- *
1026
- * Unless required by applicable law or agreed to in writing, software
1027
- * distributed under the License is distributed on an "AS IS" BASIS,
1028
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1029
- * See the License for the specific language governing permissions and
1030
- * limitations under the License.
1031
- */
1032
- #wpadminbar.nojs .googlesitekit-noscript {
1033
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
1034
- border-left: 4px solid #fbbc05;
1035
- display: none;
1036
- left: 0;
1037
- position: absolute;
1038
- top: 32px;
1039
- width: 100%; }
1040
-
1041
- #wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-noscript {
1042
- display: block; }
1043
-
1044
- #wpadminbar .googlesitekit-plugin.ab-sub-wrapper {
1045
- left: 0; }
1046
-
1047
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar {
1048
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
1049
- background: #fff;
1050
- color: #000;
1051
- left: 0;
1052
- padding: 0;
1053
- position: absolute;
1054
- right: 0;
1055
- top: 46px;
1056
- z-index: 9999; }
1057
- @media (min-width: 783px) {
1058
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar {
1059
- top: 32px; } }
1060
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar.\--has-error {
1061
- display: none; }
1062
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__subtitle {
1063
- color: #757575;
1064
- font-size: 16px; }
1065
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__title {
1066
- color: #3c4043;
1067
- font-size: 22px;
1068
- font-weight: 500;
1069
- margin: 5px 0 0 0; }
1070
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__loading {
1071
- display: none;
1072
- padding: 0 48px; }
1073
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar.googlesitekit-adminbar--loading .googlesitekit-adminbar__loading {
1074
- display: block; }
1075
- #wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link {
1076
- display: none; }
1077
-
1078
- #wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link {
1079
- display: inline-block; }
1080
- #wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile {
1081
- display: none; }
1082
-
1083
- @media (min-width: 960px) {
1084
- #wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link {
1085
- display: inline-block; } }
1086
-
1087
- #wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile {
1088
- display: inline-block;
1089
- padding-left: 16px;
1090
- position: relative;
1091
- top: -16px; }
1092
- @media (min-width: 960px) {
1093
- #wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile {
1094
- display: none; } }
1095
-
1096
- #wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid {
1097
- pointer-events: none; }
1098
- @media (min-width: 960px) {
1099
- #wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid {
1100
- pointer-events: auto; } }
1101
-
1102
- /**
1103
- * WP Adminbar styles.
1104
- *
1105
- * Site Kit by Google, Copyright 2019 Google LLC
1106
- *
1107
- * Licensed under the Apache License, Version 2.0 (the "License");
1108
- * you may not use this file except in compliance with the License.
1109
- * You may obtain a copy of the License at
1110
- *
1111
- * https://www.apache.org/licenses/LICENSE-2.0
1112
- *
1113
- * Unless required by applicable law or agreed to in writing, software
1114
- * distributed under the License is distributed on an "AS IS" BASIS,
1115
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1116
- * See the License for the specific language governing permissions and
1117
- * limitations under the License.
1118
- */
1119
- #wpadminbar .googlesitekit-wp-adminbar {
1120
- display: block;
1121
- position: static; }
1122
- #wpadminbar .googlesitekit-wp-adminbar .ab-item {
1123
- display: block;
1124
- float: left;
1125
- height: 46px;
1126
- position: static;
1127
- width: 52px; }
1128
- @media (min-width: 783px) {
1129
- #wpadminbar .googlesitekit-wp-adminbar .ab-item {
1130
- height: auto;
1131
- width: auto; } }
1132
- #wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon {
1133
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2244%22%20viewBox%3D%220%200%2043%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M42.5%2018H22v8.5h11.8C32.7%2031.9%2028.1%2035%2022%2035c-7.2%200-13-5.8-13-13S14.8%209%2022%209c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C32.6%202.1%2027.6%200%2022%200%209.8%200%200%209.8%200%2022s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
1134
- background-repeat: no-repeat;
1135
- background-size: contain;
1136
- display: block;
1137
- height: 26px;
1138
- margin: 10px auto;
1139
- opacity: 0.6;
1140
- padding: 0;
1141
- position: relative;
1142
- speak: none;
1143
- vertical-align: middle;
1144
- width: 26px; }
1145
- @media (min-width: 783px) {
1146
- #wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon {
1147
- float: left;
1148
- height: 15px;
1149
- margin: 8px 8px 5px 0;
1150
- width: 15px; } }
1151
- #wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label {
1152
- display: none; }
1153
- @media (min-width: 783px) {
1154
- #wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label {
1155
- display: inline; } }
1156
-
1157
- #wpadminbar .ab-top-menu > .googlesitekit-wp-adminbar.hover > .ab-item,
1158
- #wpadminbar:not(.mobile) .quicklinks .ab-top-menu > .googlesitekit-wp-adminbar:hover > .ab-item,
1159
- #wpadminbar:not(.mobile) .quicklinks .ab-top-menu > .googlesitekit-wp-adminbar > .ab-item:focus,
1160
- #wpadminbar.nojq .quicklinks .ab-top-menu > .googlesitekit-wp-adminbar > .ab-item:focus {
1161
- background-color: #fff;
1162
- color: #757575;
1163
- position: relative;
1164
- z-index: 10000; }
1165
-
1166
- #wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-wp-adminbar__icon,
1167
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-wp-adminbar__icon,
1168
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-wp-adminbar__icon {
1169
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2244%22%20viewBox%3D%220%200%2043%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M42.5%2018H22v8.5h11.8C32.7%2031.9%2028.1%2035%2022%2035c-7.2%200-13-5.8-13-13S14.8%209%2022%209c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C32.6%202.1%2027.6%200%2022%200%209.8%200%200%209.8%200%2022s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FBBC05%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%2035V9l17%2013z%22%2F%3E%3Cpath%20fill%3D%22%2334A853%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%2035l30-23%207.9%201L46-2v48H-2z%22%2F%3E%3Cpath%20fill%3D%22%234285F4%22%20mask%3D%22url(%23b)%22%20d%3D%22M46%2046L15%2022l-4-3L46%209z%22%2F%3E%3Cpath%20fill%3D%22%23EA4335%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%209l17%2013%207-6.1L46%2012V-2H-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
1170
- opacity: 1; }
1171
-
1172
- /**
1173
- * Change Arrow styles.
1174
- *
1175
- * Site Kit by Google, Copyright 2020 Google LLC
1176
- *
1177
- * Licensed under the Apache License, Version 2.0 (the "License");
1178
- * you may not use this file except in compliance with the License.
1179
- * You may obtain a copy of the License at
1180
- *
1181
- * https://www.apache.org/licenses/LICENSE-2.0
1182
- *
1183
- * Unless required by applicable law or agreed to in writing, software
1184
- * distributed under the License is distributed on an "AS IS" BASIS,
1185
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1186
- * See the License for the specific language governing permissions and
1187
- * limitations under the License.
1188
- */
1189
- .googlesitekit-change-arrow {
1190
- --color-up: #34a853;
1191
- --color-down: #c7221f; }
1192
- .googlesitekit-change-arrow--inverted-color {
1193
- --color-up: #c7221f;
1194
- --color-down: #34a853; }
1195
- .googlesitekit-change-arrow--up {
1196
- color: var(--color-up); }
1197
- .googlesitekit-change-arrow--down {
1198
- color: var(--color-up);
1199
- transform: rotate(180deg); }
1200
- .googlesitekit-change-arrow--down path {
1201
- fill: var(--color-down); }
1202
-
1203
- /**
1204
- * CTA styles.
1205
- *
1206
- * Site Kit by Google, Copyright 2019 Google LLC
1207
- *
1208
- * Licensed under the Apache License, Version 2.0 (the "License");
1209
- * you may not use this file except in compliance with the License.
1210
- * You may obtain a copy of the License at
1211
- *
1212
- * https://www.apache.org/licenses/LICENSE-2.0
1213
- *
1214
- * Unless required by applicable law or agreed to in writing, software
1215
- * distributed under the License is distributed on an "AS IS" BASIS,
1216
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1217
- * See the License for the specific language governing permissions and
1218
- * limitations under the License.
1219
- */
1220
- .googlesitekit-cta, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta {
1221
- background-color: #1a73e8;
1222
- height: 100%;
1223
- padding: 16px;
1224
- width: 100%; }
1225
- @media (min-width: 960px) {
1226
- .googlesitekit-cta, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta {
1227
- padding: 24px; } }
1228
- .googlesitekit-cta--error, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error {
1229
- background-color: #fff;
1230
- border: 3px solid #d53e36; }
1231
- .googlesitekit-adminbar-modules .googlesitekit-cta, .googlesitekit-adminbar-modules #wpadminbar .googlesitekit-adminbar .googlesitekit-cta, #wpadminbar .googlesitekit-adminbar .googlesitekit-adminbar-modules .googlesitekit-cta {
1232
- padding: 16px; }
1233
- .googlesitekit-wp-dashboard .googlesitekit-cta, .googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-cta, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-cta {
1234
- background-color: #0073aa;
1235
- box-sizing: border-box;
1236
- height: auto;
1237
- margin-top: 12px;
1238
- padding: 12px; }
1239
- .googlesitekit-wp-dashboard .googlesitekit-cta--error, .googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-cta--error {
1240
- background-color: #fff; }
1241
- .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta, .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta {
1242
- margin-top: 0; }
1243
- .googlesitekit-cta .googlesitekit-cta__title, .googlesitekit-cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__title {
1244
- color: #fff;
1245
- margin: 0 0 10px 0; }
1246
- .googlesitekit-cta--error .googlesitekit-cta__title, .googlesitekit-cta--error #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error .googlesitekit-cta__title {
1247
- color: #757575; }
1248
- .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title, .googlesitekit-cta .googlesitekit-adminbar-modules #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title {
1249
- font-size: 1rem;
1250
- font-weight: 700; }
1251
- #google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title {
1252
- color: #fff;
1253
- font-weight: 700; }
1254
- #google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title {
1255
- color: #757575; }
1256
- .googlesitekit-cta .googlesitekit-cta__description, .googlesitekit-cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__description, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__description {
1257
- color: #fff;
1258
- margin: 0 0 20px 0; }
1259
- .googlesitekit-cta--error .googlesitekit-cta__description, .googlesitekit-cta--error #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__description, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error .googlesitekit-cta__description {
1260
- color: #757575;
1261
- word-break: break-all; }
1262
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,
1263
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button {
1264
- background-color: transparent;
1265
- border: none;
1266
- color: #fff; }
1267
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,
1268
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover {
1269
- color: #fff;
1270
- text-decoration: underline; }
1271
- .googlesitekit-cta *:last-child, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta *:last-child {
1272
- margin-bottom: 0; }
1273
-
1274
- /**
1275
- * CTA link styles.
1276
- *
1277
- * Site Kit by Google, Copyright 2019 Google LLC
1278
- *
1279
- * Licensed under the Apache License, Version 2.0 (the "License");
1280
- * you may not use this file except in compliance with the License.
1281
- * You may obtain a copy of the License at
1282
- *
1283
- * https://www.apache.org/licenses/LICENSE-2.0
1284
- *
1285
- * Unless required by applicable law or agreed to in writing, software
1286
- * distributed under the License is distributed on an "AS IS" BASIS,
1287
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1288
- * See the License for the specific language governing permissions and
1289
- * limitations under the License.
1290
- */
1291
- .googlesitekit-cta-link, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link {
1292
- color: #1a73e8;
1293
- cursor: pointer;
1294
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
1295
- font-size: 0.875rem;
1296
- font-weight: 500;
1297
- padding: 0;
1298
- text-align: left;
1299
- text-decoration: none; }
1300
- .googlesitekit-cta-link.googlesitekit-cta-link--inherit, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inherit.googlesitekit-cta-link {
1301
- font-family: inherit;
1302
- font-size: inherit;
1303
- font-weight: inherit; }
1304
- .googlesitekit-cta-link.googlesitekit-cta-link--caps, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--caps.googlesitekit-cta-link {
1305
- text-transform: uppercase; }
1306
- .googlesitekit-cta-link.googlesitekit-cta-link--danger, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link {
1307
- color: #d53e36; }
1308
- .googlesitekit-cta-link.googlesitekit-cta-link--small, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--small.googlesitekit-cta-link {
1309
- font-size: 0.75rem; }
1310
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link, .googlesitekit-cta-link.googlesitekit-cta-link--external, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--external.googlesitekit-cta-link {
1311
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
1312
- background-position: calc(100% - 1px) center;
1313
- background-repeat: no-repeat;
1314
- background-size: 13px 13px;
1315
- padding-right: 20px; }
1316
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link {
1317
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
1318
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse.googlesitekit-cta-link {
1319
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
1320
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled.googlesitekit-cta-link {
1321
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
1322
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link {
1323
- color: #fff; }
1324
- .googlesitekit-cta-link.googlesitekit-cta-link--back::before, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--back.googlesitekit-cta-link::before {
1325
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
1326
- background-position: center center;
1327
- background-repeat: no-repeat;
1328
- background-size: 9px 9px;
1329
- content: "";
1330
- display: inline-block;
1331
- height: 9px;
1332
- margin-right: 5px;
1333
- width: 9px; }
1334
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link {
1335
- color: #bbb;
1336
- cursor: default; }
1337
- .googlesitekit-cta-link:hover, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link:hover {
1338
- color: #1a73e8;
1339
- text-decoration: underline; }
1340
- .googlesitekit-cta-link.googlesitekit-cta-link--danger:hover, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link:hover {
1341
- color: #d53e36; }
1342
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link:hover {
1343
- color: #bbb;
1344
- text-decoration: none; }
1345
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover, #wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link:hover {
1346
- color: #fff; }
1347
-
1348
- /**
1349
- * Data block styles.
1350
- *
1351
- * Site Kit by Google, Copyright 2019 Google LLC
1352
- *
1353
- * Licensed under the Apache License, Version 2.0 (the "License");
1354
- * you may not use this file except in compliance with the License.
1355
- * You may obtain a copy of the License at
1356
- *
1357
- * https://www.apache.org/licenses/LICENSE-2.0
1358
- *
1359
- * Unless required by applicable law or agreed to in writing, software
1360
- * distributed under the License is distributed on an "AS IS" BASIS,
1361
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1362
- * See the License for the specific language governing permissions and
1363
- * limitations under the License.
1364
- */
1365
- .googlesitekit-data-block, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block {
1366
- position: relative;
1367
- text-align: left;
1368
- /* stylelint-disable no-descending-specificity */
1369
- /* stylelint-enable */ }
1370
- .post-php .googlesitekit-data-block, .post-php #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block, #wpadminbar .googlesitekit-adminbar .post-php .googlesitekit-data-block {
1371
- min-width: 150px; }
1372
- .googlesitekit-wp-dashboard .googlesitekit-data-block, .googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block {
1373
- padding-top: 12px; }
1374
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block {
1375
- align-items: flex-end;
1376
- display: flex; }
1377
- .googlesitekit-data-block--button {
1378
- cursor: pointer;
1379
- display: flex;
1380
- flex-direction: column;
1381
- height: 100%;
1382
- justify-content: flex-end;
1383
- padding-bottom: 16px;
1384
- padding-top: 20px;
1385
- text-align: center;
1386
- transition: background-color 0.2s ease-in-out; }
1387
- @media (min-width: 960px) {
1388
- .googlesitekit-data-block--button {
1389
- padding-bottom: 24px;
1390
- padding-top: 28px; } }
1391
- .googlesitekit-data-block--button::before {
1392
- content: "";
1393
- height: 4px;
1394
- left: 0;
1395
- opacity: 0;
1396
- position: absolute;
1397
- right: 0;
1398
- top: 0;
1399
- transition: opacity 0.2s ease-in-out; }
1400
- .googlesitekit-data-block--selected::before {
1401
- opacity: 1; }
1402
- .googlesitekit-data-block--button-1:hover, .googlesitekit-data-block--button-1:focus, .googlesitekit-data-block--button-1:active {
1403
- background-color: rgba(66, 133, 244, 0.1); }
1404
- .googlesitekit-data-block--button-1::before {
1405
- background-color: #4285f4; }
1406
- .googlesitekit-data-block--button-2:hover, .googlesitekit-data-block--button-2:focus, .googlesitekit-data-block--button-2:active {
1407
- background-color: rgba(39, 188, 212, 0.1); }
1408
- .googlesitekit-data-block--button-2::before {
1409
- background-color: #27bcd4; }
1410
- .googlesitekit-data-block--button-3:hover, .googlesitekit-data-block--button-3:focus, .googlesitekit-data-block--button-3:active {
1411
- background-color: rgba(27, 150, 136, 0.1); }
1412
- .googlesitekit-data-block--button-3::before {
1413
- background-color: #1b9688; }
1414
- .googlesitekit-data-block--button-4:hover, .googlesitekit-data-block--button-4:focus, .googlesitekit-data-block--button-4:active {
1415
- background-color: rgba(103, 58, 183, 0.1); }
1416
- .googlesitekit-data-block--button-4::before {
1417
- background-color: #673ab7; }
1418
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper {
1419
- flex: 0 0 auto; }
1420
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper {
1421
- flex: 0 0 auto;
1422
- margin-bottom: 2px; }
1423
- .googlesitekit-data-block .googlesitekit-data-block__title, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title {
1424
- color: #757575;
1425
- font-weight: 400;
1426
- letter-spacing: 0.04em;
1427
- margin: 0 0 12px 0; }
1428
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title {
1429
- font-size: 16px;
1430
- margin-bottom: 5px; }
1431
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title {
1432
- font-size: 0.75rem;
1433
- margin-bottom: 0; }
1434
- #dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title {
1435
- font-size: 0.75rem; }
1436
- .googlesitekit-data-block .googlesitekit-data-block__datapoint, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1437
- color: #3c4043;
1438
- font-size: 1.875rem;
1439
- line-height: 1;
1440
- margin: 0; }
1441
- @media (min-width: 960px) {
1442
- .googlesitekit-data-block .googlesitekit-data-block__datapoint, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1443
- font-size: 2.625rem; } }
1444
- @media (min-width: 1280px) {
1445
- .googlesitekit-data-block .googlesitekit-data-block__datapoint, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1446
- font-size: 3.625rem; } }
1447
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1448
- display: inline-block;
1449
- font-size: 36px;
1450
- line-height: 1.25;
1451
- margin-right: 5px; }
1452
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint, .googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint, .googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1453
- font-size: 2.125rem; }
1454
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint {
1455
- font-size: 2.25rem; }
1456
- .googlesitekit-data-block .googlesitekit-data-block__change, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change {
1457
- color: #757575;
1458
- font-size: 0.75rem;
1459
- letter-spacing: 0;
1460
- line-height: 1;
1461
- margin-top: 16px;
1462
- text-transform: none; }
1463
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change {
1464
- display: inline-block;
1465
- font-size: 16px;
1466
- margin-top: 0; }
1467
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change, .googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change, .googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change, #wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change {
1468
- margin-top: 10px; }
1469
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change {
1470
- margin-top: 0; }
1471
- .googlesitekit-data-block .googlesitekit-data-block__sparkline, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline {
1472
- margin-top: 8px;
1473
- max-width: 150px; }
1474
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline {
1475
- display: none; }
1476
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
1477
- flex: 1 1 100%;
1478
- margin: 0 0 5px 0;
1479
- max-width: none;
1480
- max-width: initial;
1481
- min-width: 10px;
1482
- padding: 0 8px; }
1483
- @media (min-width: 960px) {
1484
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
1485
- padding: 0 12px; } }
1486
- @media (min-width: 1280px) {
1487
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline, .googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
1488
- padding: 0 24px; } }
1489
- .googlesitekit-data-block--button .googlesitekit-data-block__sparkline, .googlesitekit-data-block--button #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block--button .googlesitekit-data-block__sparkline {
1490
- margin: 8px auto 0 auto; }
1491
- .googlesitekit-data-block .googlesitekit-data-block__arrow, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__arrow, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow {
1492
- display: inline-block;
1493
- line-height: 1;
1494
- margin-right: 2px;
1495
- vertical-align: baseline; }
1496
- .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse {
1497
- transform: rotate(180deg); }
1498
- #wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg {
1499
- height: 9px;
1500
- width: 9px; }
1501
- .googlesitekit-data-block .googlesitekit-data-block__value, .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__value, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value {
1502
- color: #757575;
1503
- display: inline-block;
1504
- font-size: 0.75rem;
1505
- letter-spacing: 0;
1506
- line-height: 1;
1507
- text-transform: none; }
1508
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value {
1509
- font-size: 16px; }
1510
- .googlesitekit-data-block .googlesitekit-data-block__source, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source {
1511
- font-size: 0.75rem;
1512
- margin-top: 8px; }
1513
- @media (min-width: 960px) {
1514
- .googlesitekit-data-block .googlesitekit-data-block__source, #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source {
1515
- margin-top: 12px; } }
1516
-
1517
- /**
1518
- * Notifications counter styles.
1519
- *
1520
- * Site Kit by Google, Copyright 2019 Google LLC
1521
- *
1522
- * Licensed under the Apache License, Version 2.0 (the "License");
1523
- * you may not use this file except in compliance with the License.
1524
- * You may obtain a copy of the License at
1525
- *
1526
- * https://www.apache.org/licenses/LICENSE-2.0
1527
- *
1528
- * Unless required by applicable law or agreed to in writing, software
1529
- * distributed under the License is distributed on an "AS IS" BASIS,
1530
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1531
- * See the License for the specific language governing permissions and
1532
- * limitations under the License.
1533
- */
1534
- #adminmenu .googlesitekit-notifications-counter {
1535
- margin-left: 5px; }
1536
-
1537
- #wpadminbar .googlesitekit-notifications-counter {
1538
- background-color: #ca4a1f;
1539
- border-radius: 11px;
1540
- color: #fff;
1541
- display: inline-block;
1542
- font-size: 0.5625rem;
1543
- height: 17px;
1544
- line-height: 17px;
1545
- margin: -4px 0 0 5px;
1546
- min-width: 7px;
1547
- padding: 0 5px;
1548
- text-align: center;
1549
- vertical-align: middle;
1550
- z-index: 26; }
1551
-
1552
- #wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,
1553
- #wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
1554
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
1555
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter {
1556
- background-color: #00b9eb;
1557
- color: #fff; }
1558
-
1559
- #wpadminbar .count-0 {
1560
- display: none; }
1561
-
1562
- #wpadminbar .plugin-count {
1563
- font-size: 0.5625rem;
1564
- line-height: 17px; }
1565
-
1566
- /**
1567
- * Preview block styles.
1568
- *
1569
- * Site Kit by Google, Copyright 2019 Google LLC
1570
- *
1571
- * Licensed under the Apache License, Version 2.0 (the "License");
1572
- * you may not use this file except in compliance with the License.
1573
- * You may obtain a copy of the License at
1574
- *
1575
- * https://www.apache.org/licenses/LICENSE-2.0
1576
- *
1577
- * Unless required by applicable law or agreed to in writing, software
1578
- * distributed under the License is distributed on an "AS IS" BASIS,
1579
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1580
- * See the License for the specific language governing permissions and
1581
- * limitations under the License.
1582
- */
1583
- .googlesitekit-preview-block {
1584
- display: flex;
1585
- flex-direction: column; }
1586
- .googlesitekit-preview-block--padding {
1587
- padding: 16px; }
1588
- .googlesitekit-preview-block--padding + .googlesitekit-preview-block--padding {
1589
- padding-top: 0; }
1590
- @media (min-width: 960px) {
1591
- .googlesitekit-preview-block--padding {
1592
- padding: 24px; } }
1593
- .googlesitekit-preview-block__wrapper {
1594
- animation: pulse 1s infinite ease-in-out;
1595
- animation-direction: alternate;
1596
- flex: 1 1 auto; }
1597
- .googlesitekit-preview-block__wrapper--circle {
1598
- border-radius: 50%; }
1599
-
1600
- @keyframes pulse {
1601
- 0% {
1602
- background-color: rgba(0, 0, 0, 0.05); }
1603
- 100% {
1604
- background-color: rgba(0, 0, 0, 0.15); } }
1605
-
1606
- /**
1607
- * Noscript notification styles.
1608
- *
1609
- * Site Kit by Google, Copyright 2020 Google LLC
1610
- *
1611
- * Licensed under the Apache License, Version 2.0 (the "License");
1612
- * you may not use this file except in compliance with the License.
1613
- * You may obtain a copy of the License at
1614
- *
1615
- * https://www.apache.org/licenses/LICENSE-2.0
1616
- *
1617
- * Unless required by applicable law or agreed to in writing, software
1618
- * distributed under the License is distributed on an "AS IS" BASIS,
1619
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1620
- * See the License for the specific language governing permissions and
1621
- * limitations under the License.
1622
- */
1623
- .googlesitekit-noscript {
1624
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
1625
- background-color: #fff;
1626
- margin: 5px 20px 5px 0; }
1627
- @media (min-width: 600px) {
1628
- .googlesitekit-noscript {
1629
- padding-left: 10px;
1630
- padding-right: 10px; } }
1631
- .googlesitekit-noscript__title {
1632
- margin: 0; }
1633
-
1634
- .no-js:not([amp-version]) [id^="js-googlesitekit-"] {
1635
- display: none; }
1636
 
1
+ .googlesitekit-plugin{color:#757575;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.4}.googlesitekit-plugin *,.googlesitekit-plugin *::before,.googlesitekit-plugin *::after{box-sizing:border-box}.googlesitekit-plugin svg:not(:root){overflow:hidden}.googlesitekit-plugin h1,.googlesitekit-plugin h2,.googlesitekit-plugin h3,.googlesitekit-plugin h4,.googlesitekit-plugin h5,.googlesitekit-plugin h6{color:#3c4043;font-family:"Google Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.16}.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:1.75rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:2.25rem}}.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.375rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.75rem}}.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.25rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.5rem}}.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{color:#5b5b61;font-size:1.125rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{font-size:1.25rem}}.googlesitekit-plugin .googlesitekit-subheading-1{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9375rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-1{font-size:1rem}}.googlesitekit-plugin .googlesitekit-subheading-2{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-2{font-size:0.9375rem}}.googlesitekit-plugin .googlesitekit-overline{color:#757575;font-size:0.75rem;font-weight:500;letter-spacing:0.16em;line-height:1.16;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-overline--collapse{margin:0}.googlesitekit-plugin .googlesitekit-recommended{color:#34a853;font-size:10px;font-weight:500;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-nodata{display:none}.googlesitekit-plugin legend,.googlesitekit-plugin p{font-size:1rem}.googlesitekit-plugin a{color:#1a73e8;text-decoration:none}.googlesitekit-plugin a:hover{text-decoration:underline}.googlesitekit-plugin a:focus{box-shadow:none;outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin button{background:none;border:none;color:#1a73e8;text-decoration:none}.googlesitekit-plugin button:hover{text-decoration:underline}.googlesitekit-plugin button:focus{outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin legend{line-height:1.5;margin:1em 0}.googlesitekit-plugin .screen-reader-only{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}@media (max-width: 599px){.googlesitekit-plugin .hidden-on-mobile{display:none}}:root{--mdc-layout-grid-margin-desktop: 24px;--mdc-layout-grid-gutter-desktop: 24px;--mdc-layout-grid-column-width-desktop: 72px;--mdc-layout-grid-margin-tablet: 16px;--mdc-layout-grid-gutter-tablet: 16px;--mdc-layout-grid-column-width-tablet: 72px;--mdc-layout-grid-margin-phone: 16px;--mdc-layout-grid-gutter-phone: 16px;--mdc-layout-grid-column-width-phone: 72px}@media (min-width: 961px){.mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:24px;padding:24px;padding:var(--mdc-layout-grid-margin-desktop, 24px)}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:16px;padding:var(--mdc-layout-grid-margin-tablet, 16px)}}@media (max-width: 600px){.mdc-layout-grid,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid{box-sizing:border-box;margin:0 auto;padding:16px;padding:16px;padding:var(--mdc-layout-grid-margin-phone, 16px)}}@media (min-width: 961px){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-12px;margin:calc(24px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:24px;grid-gap:24px;grid-gap:var(--mdc-layout-grid-gutter-desktop, 24px);grid-template-columns:repeat(12, minmax(0, 1fr))}}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(16px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-tablet, 16px);grid-template-columns:repeat(8, minmax(0, 1fr))}}}@media (max-width: 600px){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:flex;flex-flow:row wrap;align-items:stretch;margin:-8px;margin:calc(16px / 2 * -1);margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1)}@supports (display: grid){.mdc-layout-grid__inner,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__inner,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__inner{display:grid;margin:0;grid-gap:16px;grid-gap:16px;grid-gap:var(--mdc-layout-grid-gutter-phone, 16px);grid-template-columns:repeat(4, minmax(0, 1fr))}}}@media (min-width: 961px){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:calc(33.33333% - 24px);width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px));box-sizing:border-box;margin:12px;margin:calc(24px / 2);margin:calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2)}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:calc(8.33333% - 24px);width:calc(8.33333% - 24px);width:calc(8.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-desktop{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:calc(16.66667% - 24px);width:calc(16.66667% - 24px);width:calc(16.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-desktop{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop{width:calc(25% - 24px);width:calc(25% - 24px);width:calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3-desktop{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:calc(33.33333% - 24px);width:calc(33.33333% - 24px);width:calc(33.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-desktop{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:calc(41.66667% - 24px);width:calc(41.66667% - 24px);width:calc(41.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-desktop{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop{width:calc(50% - 24px);width:calc(50% - 24px);width:calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-6-desktop{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop{width:calc(58.33333% - 24px);width:calc(58.33333% - 24px);width:calc(58.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-desktop,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7-desktop{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:calc(66.66667% - 24px);width:calc(66.66667% - 24px);width:calc(66.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-desktop{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:calc(75% - 24px);width:calc(75% - 24px);width:calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-desktop{width:auto;grid-column-end:span 9}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:calc(83.33333% - 24px);width:calc(83.33333% - 24px);width:calc(83.33333% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-desktop{width:auto;grid-column-end:span 10}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:calc(91.66667% - 24px);width:calc(91.66667% - 24px);width:calc(91.66667% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-desktop{width:auto;grid-column-end:span 11}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:calc(100% - 24px);width:calc(100% - 24px);width:calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-desktop{width:auto;grid-column-end:span 12}}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));box-sizing:border-box;margin:8px;margin:calc(16px / 2);margin:calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:calc(12.5% - 16px);width:calc(12.5% - 16px);width:calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-tablet{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet{width:calc(25% - 16px);width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2-tablet{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:calc(37.5% - 16px);width:calc(37.5% - 16px);width:calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-tablet{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4-tablet{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:calc(62.5% - 16px);width:calc(62.5% - 16px);width:calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-tablet{width:auto;grid-column-end:span 5}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:calc(75% - 16px);width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-tablet{width:auto;grid-column-end:span 6}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:calc(87.5% - 16px);width:calc(87.5% - 16px);width:calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-tablet{width:auto;grid-column-end:span 7}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-tablet,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-8-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-tablet{width:auto;grid-column-end:span 8}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-tablet,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:auto;grid-column-end:span 8}}}@media (max-width: 600px){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));box-sizing:border-box;margin:8px;margin:calc(16px / 2);margin:calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2)}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{width:auto;grid-column-end:span 4}}@supports (display: grid){.mdc-layout-grid__cell,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell,#wpadminbar.nojs .googlesitekit-noscript .mdc-layout-grid__cell{margin:0}}.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:calc(25% - 16px);width:calc(25% - 16px);width:calc(25% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-1,.mdc-layout-grid__cell--span-1-phone{width:auto;grid-column-end:span 1}}.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:calc(50% - 16px);width:calc(50% - 16px);width:calc(50% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-2,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-2,.mdc-layout-grid__cell--span-2-phone{width:auto;grid-column-end:span 2}}.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:calc(75% - 16px);width:calc(75% - 16px);width:calc(75% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-3,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-3,.mdc-layout-grid__cell--span-3-phone{width:auto;grid-column-end:span 3}}.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-4,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-4,.mdc-layout-grid__cell--span-4-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-5,.mdc-layout-grid__cell--span-5-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-6,.mdc-layout-grid__cell--span-6-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-7,#wpadminbar .googlesitekit-adminbar .mdc-layout-grid__cell--span-7,.mdc-layout-grid__cell--span-7-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-8,.mdc-layout-grid__cell--span-8-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-9,.mdc-layout-grid__cell--span-9-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-10,.mdc-layout-grid__cell--span-10-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-11,.mdc-layout-grid__cell--span-11-phone{width:auto;grid-column-end:span 4}}.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:calc(100% - 16px);width:calc(100% - 16px);width:calc(100% - var(--mdc-layout-grid-gutter-phone, 16px))}@supports (display: grid){.mdc-layout-grid__cell--span-12,.mdc-layout-grid__cell--span-12-phone{width:auto;grid-column-end:span 4}}}.mdc-layout-grid__cell--order-1{order:1}.mdc-layout-grid__cell--order-2{order:2}.mdc-layout-grid__cell--order-3{order:3}.mdc-layout-grid__cell--order-4{order:4}.mdc-layout-grid__cell--order-5{order:5}.mdc-layout-grid__cell--order-6{order:6}.mdc-layout-grid__cell--order-7{order:7}.mdc-layout-grid__cell--order-8{order:8}.mdc-layout-grid__cell--order-9{order:9}.mdc-layout-grid__cell--order-10{order:10}.mdc-layout-grid__cell--order-11{order:11}.mdc-layout-grid__cell--order-12{order:12}.mdc-layout-grid__cell--align-top{align-self:flex-start}@supports (display: grid){.mdc-layout-grid__cell--align-top{align-self:start}}.mdc-layout-grid__cell--align-middle{align-self:center}.mdc-layout-grid__cell--align-bottom{align-self:flex-end}@supports (display: grid){.mdc-layout-grid__cell--align-bottom{align-self:end}}@media (min-width: 961px){.mdc-layout-grid--fixed-column-width{width:1176px;width:calc( 72px * 12 + 24px * 11 + 24px * 2);width:calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2)}}@media (min-width: 601px) and (max-width: 960px){.mdc-layout-grid--fixed-column-width{width:720px;width:calc( 72px * 8 + 16px * 7 + 16px * 2);width:calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2)}}@media (max-width: 600px){.mdc-layout-grid--fixed-column-width{width:368px;width:calc( 72px * 4 + 16px * 3 + 16px * 2);width:calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2)}}.mdc-layout-grid--align-left{margin-right:auto;margin-left:0}.mdc-layout-grid--align-right{margin-right:0;margin-left:auto}@keyframes primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(83.67142%)}100%{transform:translateX(200.61106%)}}@keyframes primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.33473, 0.12482, 0.78584, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.66148)}100%{transform:scaleX(0.08)}}@keyframes secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.51506, 0.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);transform:translateX(37.65191%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.62704, 0.6, 0.90203);transform:translateX(84.38617%)}100%{transform:translateX(160.27778%)}}@keyframes secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);transform:scaleX(0.4571)}44.15%{animation-timing-function:cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes buffering{to{transform:translateX(-10px)}}@keyframes primary-indeterminate-translate-reverse{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.70173, 0.49582);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);transform:translateX(-83.67142%)}100%{transform:translateX(-200.61106%)}}@keyframes secondary-indeterminate-translate-reverse{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.51506, 0.40969);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);transform:translateX(-37.65191%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.62704, 0.6, 0.90203);transform:translateX(-84.38617%)}100%{transform:translateX(-160.27778%)}}@keyframes buffering-reverse{to{transform:translateX(10px)}}.mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{position:relative;width:100%;height:4px;transform:translateZ(0);transition:opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);overflow:hidden}.mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar{position:absolute;width:100%;height:100%;animation:none;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner{display:inline-block;position:absolute;width:100%;height:100%;animation:none}.mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots{position:absolute;width:100%;height:100%;animation:buffering 250ms infinite linear;background-repeat:repeat-x;background-size:10px 4px}.mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer{position:absolute;width:100%;height:100%;transform-origin:top left;transition:transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1)}.mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar{transform:scaleX(0)}.mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar{visibility:hidden}.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__bar{transition:none}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{left:-145.166611%;animation:primary-indeterminate-translate 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner{animation:primary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{left:-54.888891%;animation:secondary-indeterminate-translate 2s infinite linear;visibility:visible}.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner,.mdc-linear-progress--indeterminate #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner{animation:secondary-indeterminate-scale 2s infinite linear}.mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__bar,.mdc-linear-progress--reversed .mdc-linear-progress__buffer,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffer{right:0;transform-origin:center right}.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__primary-bar{animation-name:primary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar{animation-name:secondary-indeterminate-translate-reverse}.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots,.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots{animation:buffering-reverse 250ms infinite linear}.mdc-linear-progress--closed{opacity:0}.mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner{background-color:#1a73e8;background-color:#1a73e8;background-color:var(--mdc-theme-primary, #1a73e8)}.mdc-linear-progress__buffering-dots,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffering-dots{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E")}.mdc-linear-progress__buffer,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress__buffer{background-color:#e6e6e6}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar,.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__primary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar{right:-145.166611%;left:auto}.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar,.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__secondary-bar,#wpadminbar .googlesitekit-adminbar .mdc-linear-progress--reversed.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar{right:-54.888891%;left:auto}.googlesitekit-plugin .mdc-linear-progress,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress{margin:32px 0}.googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner,.googlesitekit-plugin .mdc-linear-progress #wpadminbar .googlesitekit-adminbar .mdc-linear-progress__bar-inner,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#1a73e8}@media (min-width: 960px){.googlesitekit-plugin .mdc-linear-progress,.googlesitekit-plugin #wpadminbar .googlesitekit-adminbar .mdc-linear-progress,#wpadminbar .googlesitekit-adminbar .googlesitekit-plugin .mdc-linear-progress{margin:48px 0}}.googlesitekit-plugin .mdc-linear-progress--small{max-width:150px}.googlesitekit-plugin .mdc-linear-progress--compress{margin:0}#wpadminbar .googlesitekit-adminbar *{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:normal}#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{margin:32px 0}#wpadminbar .googlesitekit-adminbar .mdc-linear-progress .mdc-linear-progress__bar-inner{background-color:#1a73e8}@media (min-width: 960px){#wpadminbar .googlesitekit-adminbar .mdc-linear-progress{margin:48px 0}}#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link{height:auto}#wpadminbar .googlesitekit-adminbar .googlesitekit-cta{box-sizing:border-box}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-cta-link{font-size:16px}#wpadminbar.nojs .googlesitekit-noscript{box-shadow:0 1px 3px rgba(0,0,0,0.2);border-left:4px solid #fbbc05;display:none;left:0;position:absolute;top:32px;width:100%}#wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-noscript{display:block}#wpadminbar .googlesitekit-plugin.ab-sub-wrapper{left:0}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar{box-shadow:0 1px 3px rgba(0,0,0,0.2);background:#fff;color:#000;left:0;padding:0;position:absolute;right:0;top:46px;z-index:9999}@media (min-width: 783px){#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar{top:32px}}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar.--has-error{display:none}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__subtitle{color:#757575;font-size:16px}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__title{color:#3c4043;font-size:22px;font-weight:500;margin:5px 0 0 0}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__loading{display:none;padding:0 48px}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar.googlesitekit-adminbar--loading .googlesitekit-adminbar__loading{display:block}#wpadminbar .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:none}#wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:inline-block}#wpadminbar:not(.mobile) .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:none}@media (min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link{display:inline-block}}#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:inline-block;padding-left:16px;position:relative;top:-16px}@media (min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .googlesitekit-adminbar__link--mobile{display:none}}#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid{pointer-events:none}@media (min-width: 960px){#wpadminbar.mobile .googlesitekit-plugin .googlesitekit-adminbar .mdc-layout-grid{pointer-events:auto}}#wpadminbar .googlesitekit-wp-adminbar{display:block;position:static}#wpadminbar .googlesitekit-wp-adminbar .ab-item{display:block;float:left;height:46px;position:static;width:52px}@media (min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .ab-item{height:auto;width:auto}}#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2244%22%20viewBox%3D%220%200%2043%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M42.5%2018H22v8.5h11.8C32.7%2031.9%2028.1%2035%2022%2035c-7.2%200-13-5.8-13-13S14.8%209%2022%209c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C32.6%202.1%2027.6%200%2022%200%209.8%200%200%209.8%200%2022s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23FFF%22%20xlink%3Ahref%3D%22%23a%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-size:contain;display:block;height:26px;margin:10px auto;opacity:0.6;padding:0;position:relative;speak:none;vertical-align:middle;width:26px}@media (min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__icon{float:left;height:15px;margin:8px 8px 5px 0;width:15px}}#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label{display:none}@media (min-width: 783px){#wpadminbar .googlesitekit-wp-adminbar .googlesitekit-wp-adminbar__label{display:inline}}#wpadminbar .ab-top-menu>.googlesitekit-wp-adminbar.hover>.ab-item,#wpadminbar:not(.mobile) .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar:hover>.ab-item,#wpadminbar:not(.mobile) .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar>.ab-item:focus,#wpadminbar.nojq .quicklinks .ab-top-menu>.googlesitekit-wp-adminbar>.ab-item:focus{background-color:#fff;color:#757575;position:relative;z-index:10000}#wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-wp-adminbar__icon,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-wp-adminbar__icon,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-wp-adminbar__icon{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2243%22%20height%3D%2244%22%20viewBox%3D%220%200%2043%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M42.5%2018H22v8.5h11.8C32.7%2031.9%2028.1%2035%2022%2035c-7.2%200-13-5.8-13-13S14.8%209%2022%209c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C32.6%202.1%2027.6%200%2022%200%209.8%200%200%209.8%200%2022s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20fill%3D%22%23FBBC05%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%2035V9l17%2013z%22%2F%3E%3Cpath%20fill%3D%22%2334A853%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%2035l30-23%207.9%201L46-2v48H-2z%22%2F%3E%3Cpath%20fill%3D%22%234285F4%22%20mask%3D%22url(%23b)%22%20d%3D%22M46%2046L15%2022l-4-3L46%209z%22%2F%3E%3Cpath%20fill%3D%22%23EA4335%22%20mask%3D%22url(%23b)%22%20d%3D%22M-2%209l17%2013%207-6.1L46%2012V-2H-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");opacity:1}.googlesitekit-change-arrow{--color-up: #34a853;--color-down: #c7221f}.googlesitekit-change-arrow--inverted-color{--color-up: #c7221f;--color-down: #34a853}.googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-cta,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta{background-color:#1a73e8;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-cta,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta{padding:24px}}.googlesitekit-cta--error,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error{background-color:#fff;border:3px solid #d53e36}.googlesitekit-adminbar-modules .googlesitekit-cta,.googlesitekit-adminbar-modules #wpadminbar .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-adminbar .googlesitekit-adminbar-modules .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-cta,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-cta{background-color:#0073aa;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-cta--error,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-cta--error{background-color:#fff}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta,.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta{margin-top:0}.googlesitekit-cta .googlesitekit-cta__title,.googlesitekit-cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__title{color:#fff;margin:0 0 10px 0}.googlesitekit-cta--error .googlesitekit-cta__title,.googlesitekit-cta--error #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title,.googlesitekit-cta .googlesitekit-adminbar-modules #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-size:1rem;font-weight:700}#google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title{color:#fff;font-weight:700}#google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-cta__description,.googlesitekit-cta #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__description,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta .googlesitekit-cta__description{color:#fff;margin:0 0 20px 0}.googlesitekit-cta--error .googlesitekit-cta__description,.googlesitekit-cta--error #wpadminbar .googlesitekit-adminbar .googlesitekit-cta__description,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta--error .googlesitekit-cta__description{color:#757575;word-break:break-all}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button{background-color:transparent;border:none;color:#fff}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover{color:#fff;text-decoration:underline}.googlesitekit-cta *:last-child,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-cta-link,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link{color:#1a73e8;cursor:pointer;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500;padding:0;text-align:left;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inherit,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inherit.googlesitekit-cta-link{font-family:inherit;font-size:inherit;font-weight:inherit}.googlesitekit-cta-link.googlesitekit-cta-link--caps,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--caps.googlesitekit-cta-link{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--small,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--small.googlesitekit-cta-link{font-size:0.75rem}.googlesitekit-cta-link.googlesitekit-cta-link--arrow,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link,.googlesitekit-cta-link.googlesitekit-cta-link--external,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--external.googlesitekit-cta-link{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:calc(100% - 1px) center;background-repeat:no-repeat;background-size:13px 13px;padding-right:20px}.googlesitekit-cta-link.googlesitekit-cta-link--arrow,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse.googlesitekit-cta-link{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled.googlesitekit-cta-link{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--inverse,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--back::before,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--back.googlesitekit-cta-link::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;background-size:9px 9px;content:"";display:inline-block;height:9px;margin-right:5px;width:9px}.googlesitekit-cta-link.googlesitekit-cta-link--disabled,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link{color:#bbb;cursor:default}.googlesitekit-cta-link:hover,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link:hover{color:#1a73e8;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--danger.googlesitekit-cta-link:hover{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--disabled.googlesitekit-cta-link:hover{color:#bbb;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover,#wpadminbar .googlesitekit-adminbar .googlesitekit-cta-link--inverse.googlesitekit-cta-link:hover{color:#fff}.googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block{position:relative;text-align:left}.post-php .googlesitekit-data-block,.post-php #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block{align-items:flex-end;display:flex}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media (min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:hover,.googlesitekit-data-block--button-1:focus,.googlesitekit-data-block--button-1:active{background-color:rgba(66,133,244,0.1)}.googlesitekit-data-block--button-1::before{background-color:#4285f4}.googlesitekit-data-block--button-2:hover,.googlesitekit-data-block--button-2:focus,.googlesitekit-data-block--button-2:active{background-color:rgba(39,188,212,0.1)}.googlesitekit-data-block--button-2::before{background-color:#27bcd4}.googlesitekit-data-block--button-3:hover,.googlesitekit-data-block--button-3:focus,.googlesitekit-data-block--button-3:active{background-color:rgba(27,150,136,0.1)}.googlesitekit-data-block--button-3::before{background-color:#1b9688}.googlesitekit-data-block--button-4:hover,.googlesitekit-data-block--button-4:focus,.googlesitekit-data-block--button-4:active{background-color:rgba(103,58,183,0.1)}.googlesitekit-data-block--button-4::before{background-color:#673ab7}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{flex:0 0 auto}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper{flex:0 0 auto;margin-bottom:2px}.googlesitekit-data-block .googlesitekit-data-block__title,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{color:#757575;font-weight:400;letter-spacing:0.04em;margin:0 0 12px 0}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;margin-bottom:5px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__title,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem;margin-bottom:0}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem}.googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{color:#3c4043;font-size:1.875rem;line-height:1;margin:0}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.625rem}}@media (min-width: 1280px){.googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:3.625rem}}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-size:36px;line-height:1.25;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.125rem}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__datapoint,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.25rem}.googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{color:#757575;font-size:0.75rem;letter-spacing:0;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-wp-dashboard .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change,.googlesitekit-wp-dashboard #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__change,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:0}.googlesitekit-data-block .googlesitekit-data-block__sparkline,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{flex:1 1 100%;margin:0 0 5px 0;max-width:none;max-width:initial;min-width:10px;padding:0 8px}@media (min-width: 960px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 12px}}@media (min-width: 1280px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,.googlesitekit-dashboard-adsense-stats #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 24px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline,.googlesitekit-data-block--button #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__sparkline,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block .googlesitekit-data-block__arrow,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__arrow,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__value,.googlesitekit-data-block #wpadminbar .googlesitekit-adminbar .googlesitekit-data-block__value,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value{color:#757575;display:inline-block;font-size:0.75rem;letter-spacing:0;line-height:1;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value{font-size:16px}.googlesitekit-data-block .googlesitekit-data-block__source,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source{font-size:0.75rem;margin-top:8px}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source,#wpadminbar .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}#adminmenu .googlesitekit-notifications-counter{margin-left:5px}#wpadminbar .googlesitekit-notifications-counter{background-color:#ca4a1f;border-radius:11px;color:#fff;display:inline-block;font-size:0.5625rem;height:17px;line-height:17px;margin:-4px 0 0 5px;min-width:7px;padding:0 5px;text-align:center;vertical-align:middle;z-index:26}#wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,#wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter{background-color:#00b9eb;color:#fff}#wpadminbar .count-0{display:none}#wpadminbar .plugin-count{font-size:0.5625rem;line-height:17px}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media (min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes pulse{0%{background-color:rgba(0,0,0,0.05)}100%{background-color:rgba(0,0,0,0.15)}}.googlesitekit-noscript{box-shadow:0 1px 3px rgba(0,0,0,0.2);background-color:#fff;margin:5px 20px 5px 0}@media (min-width: 600px){.googlesitekit-noscript{padding-left:10px;padding-right:10px}}.googlesitekit-noscript__title{margin:0}.no-js:not([amp-version]) [id^="js-googlesitekit-"]{display:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
dist/assets/css/wpdashboard.css CHANGED
@@ -1,1082 +1,2 @@
1
- /**
2
- * WordPress Dashboard stylesheet.
3
- *
4
- * Site Kit by Google, Copyright 2019 Google LLC
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * https://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
- /*
19
- * Configuration Options
20
- */
21
- /**
22
- * Variables.
23
- *
24
- * Site Kit by Google, Copyright 2019 Google LLC
25
- *
26
- * Licensed under the Apache License, Version 2.0 (the "License");
27
- * you may not use this file except in compliance with the License.
28
- * You may obtain a copy of the License at
29
- *
30
- * https://www.apache.org/licenses/LICENSE-2.0
31
- *
32
- * Unless required by applicable law or agreed to in writing, software
33
- * distributed under the License is distributed on an "AS IS" BASIS,
34
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
35
- * See the License for the specific language governing permissions and
36
- * limitations under the License.
37
- */
38
- /*
39
- * Colors
40
- * Names from http://chir.ag/projects/name-that-color/
41
- */
42
- /* stylelint-disable */
43
- /* stylelint-enable */
44
- /**
45
- * Mixins.
46
- *
47
- * Site Kit by Google, Copyright 2019 Google LLC
48
- *
49
- * Licensed under the Apache License, Version 2.0 (the "License");
50
- * you may not use this file except in compliance with the License.
51
- * You may obtain a copy of the License at
52
- *
53
- * https://www.apache.org/licenses/LICENSE-2.0
54
- *
55
- * Unless required by applicable law or agreed to in writing, software
56
- * distributed under the License is distributed on an "AS IS" BASIS,
57
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58
- * See the License for the specific language governing permissions and
59
- * limitations under the License.
60
- */
61
- /*
62
- * Top-level Cascade Items
63
- */
64
- /**
65
- * Base styles.
66
- *
67
- * Site Kit by Google, Copyright 2019 Google LLC
68
- *
69
- * Licensed under the Apache License, Version 2.0 (the "License");
70
- * you may not use this file except in compliance with the License.
71
- * You may obtain a copy of the License at
72
- *
73
- * https://www.apache.org/licenses/LICENSE-2.0
74
- *
75
- * Unless required by applicable law or agreed to in writing, software
76
- * distributed under the License is distributed on an "AS IS" BASIS,
77
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
78
- * See the License for the specific language governing permissions and
79
- * limitations under the License.
80
- */
81
- /* .googlesitekit-plugin will always wrap all
82
- * of our content, so the properties below will act as defaults.
83
- */
84
- .googlesitekit-plugin {
85
- color: #757575;
86
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
87
- font-size: 1rem;
88
- line-height: 1.4; }
89
- .googlesitekit-plugin *,
90
- .googlesitekit-plugin *::before,
91
- .googlesitekit-plugin *::after {
92
- box-sizing: border-box; }
93
- .googlesitekit-plugin svg:not(:root) {
94
- overflow: hidden; }
95
- .googlesitekit-plugin h1,
96
- .googlesitekit-plugin h2,
97
- .googlesitekit-plugin h3,
98
- .googlesitekit-plugin h4,
99
- .googlesitekit-plugin h5,
100
- .googlesitekit-plugin h6 {
101
- color: #3c4043;
102
- font-family: "Google Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
103
- line-height: 1.16; }
104
- .googlesitekit-plugin h1,
105
- .googlesitekit-plugin .googlesitekit-heading-1 {
106
- font-size: 1.75rem;
107
- font-weight: 400; }
108
- @media (min-width: 600px) {
109
- .googlesitekit-plugin h1,
110
- .googlesitekit-plugin .googlesitekit-heading-1 {
111
- font-size: 2.25rem; } }
112
- .googlesitekit-plugin h2,
113
- .googlesitekit-plugin .googlesitekit-heading-2 {
114
- font-size: 1.375rem;
115
- font-weight: 400; }
116
- @media (min-width: 600px) {
117
- .googlesitekit-plugin h2,
118
- .googlesitekit-plugin .googlesitekit-heading-2 {
119
- font-size: 1.75rem; } }
120
- .googlesitekit-plugin h3,
121
- .googlesitekit-plugin .googlesitekit-heading-3 {
122
- font-size: 1.25rem;
123
- font-weight: 400; }
124
- @media (min-width: 600px) {
125
- .googlesitekit-plugin h3,
126
- .googlesitekit-plugin .googlesitekit-heading-3 {
127
- font-size: 1.5rem; } }
128
- .googlesitekit-plugin h4,
129
- .googlesitekit-plugin .googlesitekit-heading-4 {
130
- color: #5b5b61;
131
- font-size: 1.125rem;
132
- font-weight: 500; }
133
- @media (min-width: 600px) {
134
- .googlesitekit-plugin h4,
135
- .googlesitekit-plugin .googlesitekit-heading-4 {
136
- font-size: 1.25rem; } }
137
- .googlesitekit-plugin .googlesitekit-subheading-1 {
138
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
139
- font-size: 0.9375rem;
140
- font-weight: 500; }
141
- @media (min-width: 600px) {
142
- .googlesitekit-plugin .googlesitekit-subheading-1 {
143
- font-size: 1rem; } }
144
- .googlesitekit-plugin .googlesitekit-subheading-2 {
145
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
146
- font-size: 0.875rem;
147
- font-weight: 500; }
148
- @media (min-width: 600px) {
149
- .googlesitekit-plugin .googlesitekit-subheading-2 {
150
- font-size: 0.9375rem; } }
151
- .googlesitekit-plugin .googlesitekit-overline {
152
- color: #757575;
153
- font-size: 0.75rem;
154
- font-weight: 500;
155
- letter-spacing: 0.16em;
156
- line-height: 1.16;
157
- text-transform: uppercase; }
158
- .googlesitekit-plugin .googlesitekit-overline--collapse {
159
- margin: 0; }
160
- .googlesitekit-plugin .googlesitekit-recommended {
161
- color: #34a853;
162
- font-size: 10px;
163
- font-weight: 500;
164
- text-transform: uppercase; }
165
- .googlesitekit-plugin .googlesitekit-nodata {
166
- display: none; }
167
- .googlesitekit-plugin legend,
168
- .googlesitekit-plugin p {
169
- font-size: 1rem; }
170
- .googlesitekit-plugin a {
171
- color: #1a73e8;
172
- text-decoration: none; }
173
- .googlesitekit-plugin a:hover {
174
- text-decoration: underline; }
175
- .googlesitekit-plugin a:focus {
176
- box-shadow: none;
177
- outline: 1px dashed #4285f4;
178
- outline-offset: 3px; }
179
- .googlesitekit-plugin button {
180
- background: none;
181
- border: none;
182
- color: #1a73e8;
183
- text-decoration: none; }
184
- .googlesitekit-plugin button:hover {
185
- text-decoration: underline; }
186
- .googlesitekit-plugin button:focus {
187
- outline: 1px dashed #4285f4;
188
- outline-offset: 3px; }
189
- .googlesitekit-plugin legend {
190
- line-height: 1.5;
191
- margin: 1em 0; }
192
- .googlesitekit-plugin .screen-reader-only {
193
- clip: rect(1px, 1px, 1px, 1px);
194
- height: 1px;
195
- overflow: hidden;
196
- position: absolute !important;
197
- width: 1px; }
198
- @media (max-width: 599px) {
199
- .googlesitekit-plugin .hidden-on-mobile {
200
- display: none; } }
201
-
202
- /*
203
- * Components
204
- */
205
- /**
206
- * Change Arrow styles.
207
- *
208
- * Site Kit by Google, Copyright 2020 Google LLC
209
- *
210
- * Licensed under the Apache License, Version 2.0 (the "License");
211
- * you may not use this file except in compliance with the License.
212
- * You may obtain a copy of the License at
213
- *
214
- * https://www.apache.org/licenses/LICENSE-2.0
215
- *
216
- * Unless required by applicable law or agreed to in writing, software
217
- * distributed under the License is distributed on an "AS IS" BASIS,
218
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
219
- * See the License for the specific language governing permissions and
220
- * limitations under the License.
221
- */
222
- .googlesitekit-change-arrow {
223
- --color-up: #34a853;
224
- --color-down: #c7221f; }
225
- .googlesitekit-change-arrow--inverted-color {
226
- --color-up: #c7221f;
227
- --color-down: #34a853; }
228
- .googlesitekit-change-arrow--up {
229
- color: var(--color-up); }
230
- .googlesitekit-change-arrow--down {
231
- color: var(--color-up);
232
- transform: rotate(180deg); }
233
- .googlesitekit-change-arrow--down path {
234
- fill: var(--color-down); }
235
-
236
- /**
237
- * CTA styles.
238
- *
239
- * Site Kit by Google, Copyright 2019 Google LLC
240
- *
241
- * Licensed under the Apache License, Version 2.0 (the "License");
242
- * you may not use this file except in compliance with the License.
243
- * You may obtain a copy of the License at
244
- *
245
- * https://www.apache.org/licenses/LICENSE-2.0
246
- *
247
- * Unless required by applicable law or agreed to in writing, software
248
- * distributed under the License is distributed on an "AS IS" BASIS,
249
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
250
- * See the License for the specific language governing permissions and
251
- * limitations under the License.
252
- */
253
- .googlesitekit-cta {
254
- background-color: #1a73e8;
255
- height: 100%;
256
- padding: 16px;
257
- width: 100%; }
258
- @media (min-width: 960px) {
259
- .googlesitekit-cta {
260
- padding: 24px; } }
261
- .googlesitekit-cta--error {
262
- background-color: #fff;
263
- border: 3px solid #d53e36; }
264
- .googlesitekit-adminbar-modules .googlesitekit-cta {
265
- padding: 16px; }
266
- .googlesitekit-wp-dashboard .googlesitekit-cta {
267
- background-color: #0073aa;
268
- box-sizing: border-box;
269
- height: auto;
270
- margin-top: 12px;
271
- padding: 12px; }
272
- .googlesitekit-wp-dashboard .googlesitekit-cta--error {
273
- background-color: #fff; }
274
- .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta {
275
- margin-top: 0; }
276
- .googlesitekit-cta .googlesitekit-cta__title {
277
- color: #fff;
278
- margin: 0 0 10px 0; }
279
- .googlesitekit-cta--error .googlesitekit-cta__title {
280
- color: #757575; }
281
- .googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title {
282
- font-size: 1rem;
283
- font-weight: 700; }
284
- #google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title {
285
- color: #fff;
286
- font-weight: 700; }
287
- #google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title {
288
- color: #757575; }
289
- .googlesitekit-cta .googlesitekit-cta__description {
290
- color: #fff;
291
- margin: 0 0 20px 0; }
292
- .googlesitekit-cta--error .googlesitekit-cta__description {
293
- color: #757575;
294
- word-break: break-all; }
295
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,
296
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button {
297
- background-color: transparent;
298
- border: none;
299
- color: #fff; }
300
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,
301
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover {
302
- color: #fff;
303
- text-decoration: underline; }
304
- .googlesitekit-cta *:last-child {
305
- margin-bottom: 0; }
306
-
307
- /**
308
- * CTA link styles.
309
- *
310
- * Site Kit by Google, Copyright 2019 Google LLC
311
- *
312
- * Licensed under the Apache License, Version 2.0 (the "License");
313
- * you may not use this file except in compliance with the License.
314
- * You may obtain a copy of the License at
315
- *
316
- * https://www.apache.org/licenses/LICENSE-2.0
317
- *
318
- * Unless required by applicable law or agreed to in writing, software
319
- * distributed under the License is distributed on an "AS IS" BASIS,
320
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
321
- * See the License for the specific language governing permissions and
322
- * limitations under the License.
323
- */
324
- .googlesitekit-cta-link {
325
- color: #1a73e8;
326
- cursor: pointer;
327
- font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
328
- font-size: 0.875rem;
329
- font-weight: 500;
330
- padding: 0;
331
- text-align: left;
332
- text-decoration: none; }
333
- .googlesitekit-cta-link.googlesitekit-cta-link--inherit {
334
- font-family: inherit;
335
- font-size: inherit;
336
- font-weight: inherit; }
337
- .googlesitekit-cta-link.googlesitekit-cta-link--caps {
338
- text-transform: uppercase; }
339
- .googlesitekit-cta-link.googlesitekit-cta-link--danger {
340
- color: #d53e36; }
341
- .googlesitekit-cta-link.googlesitekit-cta-link--small {
342
- font-size: 0.75rem; }
343
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow, .googlesitekit-cta-link.googlesitekit-cta-link--external {
344
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
345
- background-position: calc(100% - 1px) center;
346
- background-repeat: no-repeat;
347
- background-size: 13px 13px;
348
- padding-right: 20px; }
349
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow {
350
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
351
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse {
352
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
353
- .googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled {
354
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }
355
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse {
356
- color: #fff; }
357
- .googlesitekit-cta-link.googlesitekit-cta-link--back::before {
358
- background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
359
- background-position: center center;
360
- background-repeat: no-repeat;
361
- background-size: 9px 9px;
362
- content: "";
363
- display: inline-block;
364
- height: 9px;
365
- margin-right: 5px;
366
- width: 9px; }
367
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled {
368
- color: #bbb;
369
- cursor: default; }
370
- .googlesitekit-cta-link:hover {
371
- color: #1a73e8;
372
- text-decoration: underline; }
373
- .googlesitekit-cta-link.googlesitekit-cta-link--danger:hover {
374
- color: #d53e36; }
375
- .googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover {
376
- color: #bbb;
377
- text-decoration: none; }
378
- .googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover {
379
- color: #fff; }
380
-
381
- /**
382
- * Data block styles.
383
- *
384
- * Site Kit by Google, Copyright 2019 Google LLC
385
- *
386
- * Licensed under the Apache License, Version 2.0 (the "License");
387
- * you may not use this file except in compliance with the License.
388
- * You may obtain a copy of the License at
389
- *
390
- * https://www.apache.org/licenses/LICENSE-2.0
391
- *
392
- * Unless required by applicable law or agreed to in writing, software
393
- * distributed under the License is distributed on an "AS IS" BASIS,
394
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
395
- * See the License for the specific language governing permissions and
396
- * limitations under the License.
397
- */
398
- .googlesitekit-data-block {
399
- position: relative;
400
- text-align: left;
401
- /* stylelint-disable no-descending-specificity */
402
- /* stylelint-enable */ }
403
- .post-php .googlesitekit-data-block {
404
- min-width: 150px; }
405
- .googlesitekit-wp-dashboard .googlesitekit-data-block {
406
- padding-top: 12px; }
407
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block {
408
- align-items: flex-end;
409
- display: flex; }
410
- .googlesitekit-data-block--button {
411
- cursor: pointer;
412
- display: flex;
413
- flex-direction: column;
414
- height: 100%;
415
- justify-content: flex-end;
416
- padding-bottom: 16px;
417
- padding-top: 20px;
418
- text-align: center;
419
- transition: background-color 0.2s ease-in-out; }
420
- @media (min-width: 960px) {
421
- .googlesitekit-data-block--button {
422
- padding-bottom: 24px;
423
- padding-top: 28px; } }
424
- .googlesitekit-data-block--button::before {
425
- content: "";
426
- height: 4px;
427
- left: 0;
428
- opacity: 0;
429
- position: absolute;
430
- right: 0;
431
- top: 0;
432
- transition: opacity 0.2s ease-in-out; }
433
- .googlesitekit-data-block--selected::before {
434
- opacity: 1; }
435
- .googlesitekit-data-block--button-1:hover, .googlesitekit-data-block--button-1:focus, .googlesitekit-data-block--button-1:active {
436
- background-color: rgba(66, 133, 244, 0.1); }
437
- .googlesitekit-data-block--button-1::before {
438
- background-color: #4285f4; }
439
- .googlesitekit-data-block--button-2:hover, .googlesitekit-data-block--button-2:focus, .googlesitekit-data-block--button-2:active {
440
- background-color: rgba(39, 188, 212, 0.1); }
441
- .googlesitekit-data-block--button-2::before {
442
- background-color: #27bcd4; }
443
- .googlesitekit-data-block--button-3:hover, .googlesitekit-data-block--button-3:focus, .googlesitekit-data-block--button-3:active {
444
- background-color: rgba(27, 150, 136, 0.1); }
445
- .googlesitekit-data-block--button-3::before {
446
- background-color: #1b9688; }
447
- .googlesitekit-data-block--button-4:hover, .googlesitekit-data-block--button-4:focus, .googlesitekit-data-block--button-4:active {
448
- background-color: rgba(103, 58, 183, 0.1); }
449
- .googlesitekit-data-block--button-4::before {
450
- background-color: #673ab7; }
451
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper {
452
- flex: 0 0 auto; }
453
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper {
454
- flex: 0 0 auto;
455
- margin-bottom: 2px; }
456
- .googlesitekit-data-block .googlesitekit-data-block__title {
457
- color: #757575;
458
- font-weight: 400;
459
- letter-spacing: 0.04em;
460
- margin: 0 0 12px 0; }
461
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title {
462
- font-size: 16px;
463
- margin-bottom: 5px; }
464
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title {
465
- font-size: 0.75rem;
466
- margin-bottom: 0; }
467
- #dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title {
468
- font-size: 0.75rem; }
469
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
470
- color: #3c4043;
471
- font-size: 1.875rem;
472
- line-height: 1;
473
- margin: 0; }
474
- @media (min-width: 960px) {
475
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
476
- font-size: 2.625rem; } }
477
- @media (min-width: 1280px) {
478
- .googlesitekit-data-block .googlesitekit-data-block__datapoint {
479
- font-size: 3.625rem; } }
480
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint {
481
- display: inline-block;
482
- font-size: 36px;
483
- line-height: 1.25;
484
- margin-right: 5px; }
485
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint {
486
- font-size: 2.125rem; }
487
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint {
488
- font-size: 2.25rem; }
489
- .googlesitekit-data-block .googlesitekit-data-block__change {
490
- color: #757575;
491
- font-size: 0.75rem;
492
- letter-spacing: 0;
493
- line-height: 1;
494
- margin-top: 16px;
495
- text-transform: none; }
496
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change {
497
- display: inline-block;
498
- font-size: 16px;
499
- margin-top: 0; }
500
- .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change {
501
- margin-top: 10px; }
502
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change {
503
- margin-top: 0; }
504
- .googlesitekit-data-block .googlesitekit-data-block__sparkline {
505
- margin-top: 8px;
506
- max-width: 150px; }
507
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline {
508
- display: none; }
509
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
510
- flex: 1 1 100%;
511
- margin: 0 0 5px 0;
512
- max-width: none;
513
- max-width: initial;
514
- min-width: 10px;
515
- padding: 0 8px; }
516
- @media (min-width: 960px) {
517
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
518
- padding: 0 12px; } }
519
- @media (min-width: 1280px) {
520
- .googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline {
521
- padding: 0 24px; } }
522
- .googlesitekit-data-block--button .googlesitekit-data-block__sparkline {
523
- margin: 8px auto 0 auto; }
524
- .googlesitekit-data-block .googlesitekit-data-block__arrow {
525
- display: inline-block;
526
- line-height: 1;
527
- margin-right: 2px;
528
- vertical-align: baseline; }
529
- .googlesitekit-data-block .googlesitekit-data-block__arrow--reverse {
530
- transform: rotate(180deg); }
531
- #wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg {
532
- height: 9px;
533
- width: 9px; }
534
- .googlesitekit-data-block .googlesitekit-data-block__value {
535
- color: #757575;
536
- display: inline-block;
537
- font-size: 0.75rem;
538
- letter-spacing: 0;
539
- line-height: 1;
540
- text-transform: none; }
541
- .googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value {
542
- font-size: 16px; }
543
- .googlesitekit-data-block .googlesitekit-data-block__source {
544
- font-size: 0.75rem;
545
- margin-top: 8px; }
546
- @media (min-width: 960px) {
547
- .googlesitekit-data-block .googlesitekit-data-block__source {
548
- margin-top: 12px; } }
549
-
550
- /**
551
- * Error text styles.
552
- *
553
- * Site Kit by Google, Copyright 2019 Google LLC
554
- *
555
- * Licensed under the Apache License, Version 2.0 (the "License");
556
- * you may not use this file except in compliance with the License.
557
- * You may obtain a copy of the License at
558
- *
559
- * https://www.apache.org/licenses/LICENSE-2.0
560
- *
561
- * Unless required by applicable law or agreed to in writing, software
562
- * distributed under the License is distributed on an "AS IS" BASIS,
563
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
564
- * See the License for the specific language governing permissions and
565
- * limitations under the License.
566
- */
567
- .googlesitekit-error-text {
568
- color: #d53e36;
569
- font-weight: 500; }
570
-
571
- /**
572
- * Site Kit by Google Logo styles.
573
- *
574
- * Site Kit by Google, Copyright 2019 Google LLC
575
- *
576
- * Licensed under the Apache License, Version 2.0 (the "License");
577
- * you may not use this file except in compliance with the License.
578
- * You may obtain a copy of the License at
579
- *
580
- * https://www.apache.org/licenses/LICENSE-2.0
581
- *
582
- * Unless required by applicable law or agreed to in writing, software
583
- * distributed under the License is distributed on an "AS IS" BASIS,
584
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
585
- * See the License for the specific language governing permissions and
586
- * limitations under the License.
587
- */
588
- .googlesitekit-logo {
589
- color: #5b5b61;
590
- line-height: 0; }
591
- .googlesitekit-logo .googlesitekit-logo__logo-g,
592
- .googlesitekit-logo .googlesitekit-svg-logo-g {
593
- height: 24px;
594
- vertical-align: middle;
595
- width: 23px; }
596
- @media (min-width: 600px) {
597
- .googlesitekit-logo .googlesitekit-logo__logo-g,
598
- .googlesitekit-logo .googlesitekit-svg-logo-g {
599
- height: 34px;
600
- width: 32px; } }
601
- .googlesitekit-logo .googlesitekit-logo__logo-sitekit,
602
- .googlesitekit-logo .googlesitekit-svg-logo-sitekit {
603
- fill: currentColor;
604
- height: 16px;
605
- margin-left: 8px;
606
- vertical-align: middle;
607
- width: 61px; }
608
- @media (min-width: 600px) {
609
- .googlesitekit-logo .googlesitekit-logo__logo-sitekit,
610
- .googlesitekit-logo .googlesitekit-svg-logo-sitekit {
611
- height: 26px;
612
- margin-left: 16px;
613
- width: 99px; } }
614
- .googlesitekit-logo--mini .googlesitekit-logo__logo-g,
615
- .googlesitekit-logo--mini .googlesitekit-svg-logo-g {
616
- height: 19px;
617
- width: 19px; }
618
- .googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,
619
- .googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit {
620
- height: 17px;
621
- margin-left: 4px;
622
- width: 78px; }
623
-
624
- /**
625
- * Notifications counter styles.
626
- *
627
- * Site Kit by Google, Copyright 2019 Google LLC
628
- *
629
- * Licensed under the Apache License, Version 2.0 (the "License");
630
- * you may not use this file except in compliance with the License.
631
- * You may obtain a copy of the License at
632
- *
633
- * https://www.apache.org/licenses/LICENSE-2.0
634
- *
635
- * Unless required by applicable law or agreed to in writing, software
636
- * distributed under the License is distributed on an "AS IS" BASIS,
637
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
638
- * See the License for the specific language governing permissions and
639
- * limitations under the License.
640
- */
641
- #adminmenu .googlesitekit-notifications-counter {
642
- margin-left: 5px; }
643
-
644
- #wpadminbar .googlesitekit-notifications-counter {
645
- background-color: #ca4a1f;
646
- border-radius: 11px;
647
- color: #fff;
648
- display: inline-block;
649
- font-size: 0.5625rem;
650
- height: 17px;
651
- line-height: 17px;
652
- margin: -4px 0 0 5px;
653
- min-width: 7px;
654
- padding: 0 5px;
655
- text-align: center;
656
- vertical-align: middle;
657
- z-index: 26; }
658
-
659
- #wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,
660
- #wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
661
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,
662
- #wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter {
663
- background-color: #00b9eb;
664
- color: #fff; }
665
-
666
- #wpadminbar .count-0 {
667
- display: none; }
668
-
669
- #wpadminbar .plugin-count {
670
- font-size: 0.5625rem;
671
- line-height: 17px; }
672
-
673
- /**
674
- * Preview block styles.
675
- *
676
- * Site Kit by Google, Copyright 2019 Google LLC
677
- *
678
- * Licensed under the Apache License, Version 2.0 (the "License");
679
- * you may not use this file except in compliance with the License.
680
- * You may obtain a copy of the License at
681
- *
682
- * https://www.apache.org/licenses/LICENSE-2.0
683
- *
684
- * Unless required by applicable law or agreed to in writing, software
685
- * distributed under the License is distributed on an "AS IS" BASIS,
686
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
687
- * See the License for the specific language governing permissions and
688
- * limitations under the License.
689
- */
690
- .googlesitekit-preview-block {
691
- display: flex;
692
- flex-direction: column; }
693
- .googlesitekit-preview-block--padding {
694
- padding: 16px; }
695
- .googlesitekit-preview-block--padding + .googlesitekit-preview-block--padding {
696
- padding-top: 0; }
697
- @media (min-width: 960px) {
698
- .googlesitekit-preview-block--padding {
699
- padding: 24px; } }
700
- .googlesitekit-preview-block__wrapper {
701
- animation: pulse 1s infinite ease-in-out;
702
- animation-direction: alternate;
703
- flex: 1 1 auto; }
704
- .googlesitekit-preview-block__wrapper--circle {
705
- border-radius: 50%; }
706
-
707
- @keyframes pulse {
708
- 0% {
709
- background-color: rgba(0, 0, 0, 0.05); }
710
- 100% {
711
- background-color: rgba(0, 0, 0, 0.15); } }
712
-
713
- /**
714
- * Preview table styles.
715
- *
716
- * Site Kit by Google, Copyright 2019 Google LLC
717
- *
718
- * Licensed under the Apache License, Version 2.0 (the "License");
719
- * you may not use this file except in compliance with the License.
720
- * You may obtain a copy of the License at
721
- *
722
- * https://www.apache.org/licenses/LICENSE-2.0
723
- *
724
- * Unless required by applicable law or agreed to in writing, software
725
- * distributed under the License is distributed on an "AS IS" BASIS,
726
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
727
- * See the License for the specific language governing permissions and
728
- * limitations under the License.
729
- */
730
- .googlesitekit-preview-table--padding {
731
- padding: 16px; }
732
- .googlesitekit-preview-table--padding + .googlesitekit-preview-table--padding {
733
- padding-top: 0; }
734
- @media (min-width: 960px) {
735
- .googlesitekit-preview-table--padding {
736
- padding: 24px; } }
737
-
738
- .googlesitekit-preview-table .googlesitekit-preview-table__row {
739
- margin: 0 0 9px 0; }
740
- .googlesitekit-preview-table .googlesitekit-preview-table__row:last-child {
741
- margin-bottom: 0; }
742
-
743
- /**
744
- * Source link styles.
745
- *
746
- * Site Kit by Google, Copyright 2019 Google LLC
747
- *
748
- * Licensed under the Apache License, Version 2.0 (the "License");
749
- * you may not use this file except in compliance with the License.
750
- * You may obtain a copy of the License at
751
- *
752
- * https://www.apache.org/licenses/LICENSE-2.0
753
- *
754
- * Unless required by applicable law or agreed to in writing, software
755
- * distributed under the License is distributed on an "AS IS" BASIS,
756
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
757
- * See the License for the specific language governing permissions and
758
- * limitations under the License.
759
- */
760
- .googlesitekit-source-link {
761
- font-size: 0.75rem; }
762
-
763
- /**
764
- * Table styles.
765
- *
766
- * Site Kit by Google, Copyright 2019 Google LLC
767
- *
768
- * Licensed under the Apache License, Version 2.0 (the "License");
769
- * you may not use this file except in compliance with the License.
770
- * You may obtain a copy of the License at
771
- *
772
- * https://www.apache.org/licenses/LICENSE-2.0
773
- *
774
- * Unless required by applicable law or agreed to in writing, software
775
- * distributed under the License is distributed on an "AS IS" BASIS,
776
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
777
- * See the License for the specific language governing permissions and
778
- * limitations under the License.
779
- */
780
- .googlesitekit-table {
781
- counter-reset: table;
782
- font-size: 0.875rem;
783
- padding: 16px;
784
- position: relative; }
785
- @media (min-width: 960px) {
786
- .googlesitekit-table {
787
- padding: 24px; } }
788
- .googlesitekit-details-widget .googlesitekit-table,
789
- .googlesitekit-alltraffic-widget .googlesitekit-table,
790
- .googlesitekit-wp-dashboard .googlesitekit-table {
791
- padding: 0; }
792
- .googlesitekit-table .googlesitekit-table__wrapper {
793
- border-collapse: collapse;
794
- table-layout: fixed;
795
- width: 100%; }
796
- @media (max-width: 599px) {
797
- .googlesitekit-table .googlesitekit-table__wrapper.googlesitekit-table__wrapper--mobile-2-col .googlesitekit-table__head-item--primary {
798
- width: 75%; } }
799
- .googlesitekit-table .googlesitekit-table__head-row {
800
- border-bottom: 1px solid #e6e6e6; }
801
- .googlesitekit-table .googlesitekit-table__head-item {
802
- color: #3c4043;
803
- font-weight: 500;
804
- -webkit-hyphens: auto;
805
- -ms-hyphens: auto;
806
- hyphens: auto;
807
- outline: 0;
808
- padding: 0 4px 8px 4px;
809
- position: relative;
810
- text-align: right;
811
- text-decoration: none;
812
- white-space: normal; }
813
- @media (min-width: 600px) {
814
- .googlesitekit-table .googlesitekit-table__head-item {
815
- padding: 0 8px 8px 8px; } }
816
- @media (min-width: 960px) {
817
- .googlesitekit-table .googlesitekit-table__head-item {
818
- padding: 0 12px 12px 12px; } }
819
- .googlesitekit-table .googlesitekit-table__head-item:first-child {
820
- padding-left: 0;
821
- text-align: left; }
822
- .googlesitekit-table .googlesitekit-table__head-item:last-child {
823
- padding-right: 0; }
824
- .googlesitekit-table .googlesitekit-table__head-item--primary {
825
- width: 50%; }
826
- .googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child {
827
- padding-right: 0; }
828
- @media (min-width: 960px) {
829
- .googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before {
830
- background: rgba(0, 0, 0, 0.7);
831
- border-radius: 3px;
832
- color: #fff;
833
- content: attr(data-tooltip);
834
- display: none;
835
- font-size: 0.75rem;
836
- max-width: 250px;
837
- opacity: 0;
838
- padding: calc(16px / 2) 24px;
839
- pointer-events: none;
840
- position: absolute;
841
- right: 0;
842
- text-align: center;
843
- top: 100%;
844
- transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
845
- visibility: hidden; } }
846
- @media (min-width: 960px) {
847
- .googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before {
848
- left: 0; } }
849
- .googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary {
850
- width: 75%; }
851
- .googlesitekit-table .googlesitekit-table__body {
852
- font-weight: 400; }
853
- .googlesitekit-table .googlesitekit-table__body-row {
854
- border-bottom: 1px solid #e6e6e6; }
855
- .googlesitekit-table .googlesitekit-table__body-item {
856
- padding: 8px 4px;
857
- text-align: right; }
858
- @media (min-width: 600px) {
859
- .googlesitekit-table .googlesitekit-table__body-item {
860
- padding: 8px; } }
861
- @media (min-width: 960px) {
862
- .googlesitekit-table .googlesitekit-table__body-item {
863
- padding: 12px; } }
864
- .googlesitekit-table .googlesitekit-table__body-item:first-child {
865
- padding-left: 0;
866
- text-align: left; }
867
- .googlesitekit-table .googlesitekit-table__body-item:last-child {
868
- padding-right: 0; }
869
- .googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart {
870
- display: none; }
871
- @media (min-width: 600px) {
872
- .googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart {
873
- display: block; } }
874
- .googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child {
875
- padding-right: 0; }
876
- .googlesitekit-table--with-list .googlesitekit-table__body-row {
877
- transition: background-color 0.2s ease-in-out; }
878
- .googlesitekit-table--with-list .googlesitekit-table__body-row:last-child {
879
- border-bottom: 0; }
880
- .googlesitekit-table--with-list .googlesitekit-table__body-row:hover {
881
- background-color: rgba(60, 64, 67, 0.05); }
882
- .googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content {
883
- margin-left: 24px;
884
- position: relative; }
885
- .googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before {
886
- content: counter(table) ".";
887
- counter-increment: table;
888
- left: -24px;
889
- position: absolute; }
890
- @media (max-width: 600px) {
891
- .googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link {
892
- display: block;
893
- overflow: hidden;
894
- text-overflow: ellipsis; } }
895
- .googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link {
896
- background-image: none; }
897
- .googlesitekit-table .googlesitekit-table__body-item-url {
898
- background-image: none;
899
- display: block;
900
- font-size: 0.75rem;
901
- word-break: break-word; }
902
- .googlesitekit-table .googlesitekit-table__body-item-chart-wrap {
903
- align-items: center;
904
- display: flex;
905
- justify-content: flex-end; }
906
- .googlesitekit-table .googlesitekit-table__source {
907
- margin-top: 16px; }
908
- @media (min-width: 960px) {
909
- .googlesitekit-table .googlesitekit-table__source {
910
- margin-top: 24px; } }
911
-
912
- /**
913
- * Table overflow styles.
914
- *
915
- * Site Kit by Google, Copyright 2019 Google LLC
916
- *
917
- * Licensed under the Apache License, Version 2.0 (the "License");
918
- * you may not use this file except in compliance with the License.
919
- * You may obtain a copy of the License at
920
- *
921
- * https://www.apache.org/licenses/LICENSE-2.0
922
- *
923
- * Unless required by applicable law or agreed to in writing, software
924
- * distributed under the License is distributed on an "AS IS" BASIS,
925
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
926
- * See the License for the specific language governing permissions and
927
- * limitations under the License.
928
- */
929
- .googlesitekit-table-overflow {
930
- position: relative; }
931
- @media (max-width: 600px) {
932
- .googlesitekit-table-overflow::after {
933
- background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 85%, white 100%);
934
- bottom: 0;
935
- content: "";
936
- display: block;
937
- pointer-events: none;
938
- position: absolute;
939
- right: 0;
940
- top: 0;
941
- transition: all 0.2s ease-in-out;
942
- width: 0; } }
943
- @media (max-width: 600px) {
944
- .googlesitekit-table-overflow--gradient::after {
945
- width: 15%; } }
946
- .googlesitekit-table-overflow .googlesitekit-table-overflow__container {
947
- overflow-x: auto;
948
- white-space: nowrap; }
949
- @media (min-width: 600px) {
950
- .googlesitekit-table-overflow .googlesitekit-table-overflow__container {
951
- overflow-x: visible;
952
- white-space: normal; } }
953
-
954
- /**
955
- * Search console widget styles.
956
- *
957
- * Site Kit by Google, Copyright 2019 Google LLC
958
- *
959
- * Licensed under the Apache License, Version 2.0 (the "License");
960
- * you may not use this file except in compliance with the License.
961
- * You may obtain a copy of the License at
962
- *
963
- * https://www.apache.org/licenses/LICENSE-2.0
964
- *
965
- * Unless required by applicable law or agreed to in writing, software
966
- * distributed under the License is distributed on an "AS IS" BASIS,
967
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
968
- * See the License for the specific language governing permissions and
969
- * limitations under the License.
970
- */
971
- #google_dashboard_widget .googlesitekit-search-console-widget {
972
- padding-top: 12px; }
973
- #google_dashboard_widget .googlesitekit-search-console-widget .googlesitekit-search-console-widget__title {
974
- font-size: 0.875rem;
975
- font-weight: 700;
976
- margin: 0;
977
- padding: 0; }
978
-
979
- /**
980
- * WP dashboard styles.
981
- *
982
- * Site Kit by Google, Copyright 2019 Google LLC
983
- *
984
- * Licensed under the Apache License, Version 2.0 (the "License");
985
- * you may not use this file except in compliance with the License.
986
- * You may obtain a copy of the License at
987
- *
988
- * https://www.apache.org/licenses/LICENSE-2.0
989
- *
990
- * Unless required by applicable law or agreed to in writing, software
991
- * distributed under the License is distributed on an "AS IS" BASIS,
992
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
993
- * See the License for the specific language governing permissions and
994
- * limitations under the License.
995
- */
996
- #google_dashboard_widget h2.hndle {
997
- line-height: 1; }
998
-
999
- #google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard__cta {
1000
- border-bottom: 1px solid #e6e6e6;
1001
- margin: 0 -12px 0 -12px;
1002
- padding: 0 12px 12px 12px; }
1003
-
1004
- #google_dashboard_widget .googlesitekit-wp-dashboard a {
1005
- color: #0073aa; }
1006
- #google_dashboard_widget .googlesitekit-wp-dashboard a:hover {
1007
- color: #00a0d2; }
1008
-
1009
- /**
1010
- * WP dashboard stats styles.
1011
- *
1012
- * Site Kit by Google, Copyright 2019 Google LLC
1013
- *
1014
- * Licensed under the Apache License, Version 2.0 (the "License");
1015
- * you may not use this file except in compliance with the License.
1016
- * You may obtain a copy of the License at
1017
- *
1018
- * https://www.apache.org/licenses/LICENSE-2.0
1019
- *
1020
- * Unless required by applicable law or agreed to in writing, software
1021
- * distributed under the License is distributed on an "AS IS" BASIS,
1022
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1023
- * See the License for the specific language governing permissions and
1024
- * limitations under the License.
1025
- */
1026
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats {
1027
- box-sizing: border-box;
1028
- display: flex;
1029
- flex-wrap: wrap;
1030
- justify-content: space-between; }
1031
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats * {
1032
- box-sizing: border-box; }
1033
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__data-table {
1034
- align-self: flex-end;
1035
- width: 48%; }
1036
- @media (min-width: 600px) {
1037
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__data-table {
1038
- width: auto; } }
1039
- @media (min-width: 800px) {
1040
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__data-table {
1041
- width: 48%; } }
1042
- @media (min-width: 1300px) {
1043
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__data-table {
1044
- width: auto; } }
1045
- @media (min-width: 600px) {
1046
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup > .googlesitekit-wp-dashboard-stats__data-table {
1047
- width: auto; } }
1048
- @media (min-width: 800px) {
1049
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup > .googlesitekit-wp-dashboard-stats__data-table {
1050
- width: 48%; } }
1051
- @media (min-width: 1300px) {
1052
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup > .googlesitekit-wp-dashboard-stats__data-table {
1053
- width: auto; } }
1054
- @media (min-width: 1500px) {
1055
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup > .googlesitekit-wp-dashboard-stats__data-table {
1056
- width: 48%; } }
1057
- @media (min-width: 2200px) {
1058
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup > .googlesitekit-wp-dashboard-stats__data-table {
1059
- width: auto; } }
1060
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta {
1061
- padding-top: 12px;
1062
- width: 100%; }
1063
- @media (min-width: 600px) {
1064
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta {
1065
- width: 50%; } }
1066
- @media (min-width: 800px) {
1067
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta {
1068
- width: 100%; } }
1069
- @media (min-width: 1300px) {
1070
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta {
1071
- width: 50%; } }
1072
- @media (min-width: 600px) {
1073
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta + .googlesitekit-wp-dashboard-stats__cta {
1074
- margin-left: 1px;
1075
- margin-right: -1px; } }
1076
- @media (min-width: 1300px) {
1077
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats > .googlesitekit-wp-dashboard-stats__cta + .googlesitekit-wp-dashboard-stats__cta {
1078
- margin-left: 1px;
1079
- margin-right: -1px; } }
1080
- #google_dashboard_widget .googlesitekit-wp-dashboard-stats .googlesitekit-cta + .googlesitekit-wp-dashboard-stats__cta {
1081
- width: 100%; }
1082
 
1
+ .googlesitekit-plugin{color:#757575;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.4}.googlesitekit-plugin *,.googlesitekit-plugin *::before,.googlesitekit-plugin *::after{box-sizing:border-box}.googlesitekit-plugin svg:not(:root){overflow:hidden}.googlesitekit-plugin h1,.googlesitekit-plugin h2,.googlesitekit-plugin h3,.googlesitekit-plugin h4,.googlesitekit-plugin h5,.googlesitekit-plugin h6{color:#3c4043;font-family:"Google Sans","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.16}.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:1.75rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h1,.googlesitekit-plugin .googlesitekit-heading-1{font-size:2.25rem}}.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.375rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h2,.googlesitekit-plugin .googlesitekit-heading-2{font-size:1.75rem}}.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.25rem;font-weight:400}@media (min-width: 600px){.googlesitekit-plugin h3,.googlesitekit-plugin .googlesitekit-heading-3{font-size:1.5rem}}.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{color:#5b5b61;font-size:1.125rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin h4,.googlesitekit-plugin .googlesitekit-heading-4{font-size:1.25rem}}.googlesitekit-plugin .googlesitekit-subheading-1{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.9375rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-1{font-size:1rem}}.googlesitekit-plugin .googlesitekit-subheading-2{font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500}@media (min-width: 600px){.googlesitekit-plugin .googlesitekit-subheading-2{font-size:0.9375rem}}.googlesitekit-plugin .googlesitekit-overline{color:#757575;font-size:0.75rem;font-weight:500;letter-spacing:0.16em;line-height:1.16;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-overline--collapse{margin:0}.googlesitekit-plugin .googlesitekit-recommended{color:#34a853;font-size:10px;font-weight:500;text-transform:uppercase}.googlesitekit-plugin .googlesitekit-nodata{display:none}.googlesitekit-plugin legend,.googlesitekit-plugin p{font-size:1rem}.googlesitekit-plugin a{color:#1a73e8;text-decoration:none}.googlesitekit-plugin a:hover{text-decoration:underline}.googlesitekit-plugin a:focus{box-shadow:none;outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin button{background:none;border:none;color:#1a73e8;text-decoration:none}.googlesitekit-plugin button:hover{text-decoration:underline}.googlesitekit-plugin button:focus{outline:1px dashed #4285f4;outline-offset:3px}.googlesitekit-plugin legend{line-height:1.5;margin:1em 0}.googlesitekit-plugin .screen-reader-only{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px}@media (max-width: 599px){.googlesitekit-plugin .hidden-on-mobile{display:none}}.googlesitekit-change-arrow{--color-up: #34a853;--color-down: #c7221f}.googlesitekit-change-arrow--inverted-color{--color-up: #c7221f;--color-down: #34a853}.googlesitekit-change-arrow--up{color:var(--color-up)}.googlesitekit-change-arrow--down{color:var(--color-up);transform:rotate(180deg)}.googlesitekit-change-arrow--down path{fill:var(--color-down)}.googlesitekit-cta{background-color:#1a73e8;height:100%;padding:16px;width:100%}@media (min-width: 960px){.googlesitekit-cta{padding:24px}}.googlesitekit-cta--error{background-color:#fff;border:3px solid #d53e36}.googlesitekit-adminbar-modules .googlesitekit-cta{padding:16px}.googlesitekit-wp-dashboard .googlesitekit-cta{background-color:#0073aa;box-sizing:border-box;height:auto;margin-top:12px;padding:12px}.googlesitekit-wp-dashboard .googlesitekit-cta--error{background-color:#fff}.googlesitekit-wp-dashboard .googlesitekit-wp-dashboard-stats__cta .googlesitekit-cta{margin-top:0}.googlesitekit-cta .googlesitekit-cta__title{color:#fff;margin:0 0 10px 0}.googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-adminbar-modules .googlesitekit-cta__title{font-size:1rem;font-weight:700}#google_dashboard_widget .googlesitekit-cta .googlesitekit-cta__title{color:#fff;font-weight:700}#google_dashboard_widget .googlesitekit-cta--error .googlesitekit-cta__title{color:#757575}.googlesitekit-cta .googlesitekit-cta__description{color:#fff;margin:0 0 20px 0}.googlesitekit-cta--error .googlesitekit-cta__description{color:#757575;word-break:break-all}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button{background-color:transparent;border:none;color:#fff}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta a:hover,#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-cta button:hover{color:#fff;text-decoration:underline}.googlesitekit-cta *:last-child{margin-bottom:0}.googlesitekit-cta-link{color:#1a73e8;cursor:pointer;font-family:Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0.875rem;font-weight:500;padding:0;text-align:left;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inherit{font-family:inherit;font-size:inherit;font-weight:inherit}.googlesitekit-cta-link.googlesitekit-cta-link--caps{text-transform:uppercase}.googlesitekit-cta-link.googlesitekit-cta-link--danger{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--small{font-size:0.75rem}.googlesitekit-cta-link.googlesitekit-cta-link--arrow,.googlesitekit-cta-link.googlesitekit-cta-link--external{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11%2011H2V2h3V0H2a2%202%200%200%200-2%202v9a2%202%200%200%200%202%202h9c1.1%200%202-.9%202-2V8h-2v3z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22nonzero%22%2F%3E%3Cpath%20fill%3D%22%231A73E8%22%20d%3D%22M7%200h6v2H7zM11%202h2v4h-2z%22%2F%3E%3Cpath%20d%3D%22M11%202L5%208%22%20stroke%3D%22%231A73E8%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:calc(100% - 1px) center;background-repeat:no-repeat;background-size:13px 13px;padding-right:20px}.googlesitekit-cta-link.googlesitekit-cta-link--arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%231A73E8%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--inverse{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--arrow.googlesitekit-cta-link--disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20fill%3D%22%23bbb%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22M3.461%206.96h5.15L6.36%209.21a.464.464%200%200%200%20.325.79.459.459%200%200%200%20.325-.135l3.037-3.038a.459.459%200%200%200%200-.65L7.015%203.135a.46.46%200%200%200-.65.65L8.61%206.039H3.461a.462.462%200%200%200-.461.46c0%20.254.207.462.461.462z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.googlesitekit-cta-link.googlesitekit-cta-link--inverse{color:#fff}.googlesitekit-cta-link.googlesitekit-cta-link--back::before{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%228%22%20height%3D%227%22%20viewBox%3D%220%200%208%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.722%203.96H1.573l2.25%202.25a.464.464%200%200%201-.325.79.459.459%200%200%201-.325-.135L.135%203.827a.459.459%200%200%201%200-.65L3.168.135a.46.46%200%201%201%20.65.65L1.573%203.039h5.15c.253%200%20.46.207.46.46a.462.462%200%200%201-.46.462z%22%20fill%3D%22%231A73E8%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");background-position:center center;background-repeat:no-repeat;background-size:9px 9px;content:"";display:inline-block;height:9px;margin-right:5px;width:9px}.googlesitekit-cta-link.googlesitekit-cta-link--disabled{color:#bbb;cursor:default}.googlesitekit-cta-link:hover{color:#1a73e8;text-decoration:underline}.googlesitekit-cta-link.googlesitekit-cta-link--danger:hover{color:#d53e36}.googlesitekit-cta-link.googlesitekit-cta-link--disabled:hover{color:#bbb;text-decoration:none}.googlesitekit-cta-link.googlesitekit-cta-link--inverse:hover{color:#fff}.googlesitekit-data-block{position:relative;text-align:left}.post-php .googlesitekit-data-block{min-width:150px}.googlesitekit-wp-dashboard .googlesitekit-data-block{padding-top:12px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block{align-items:flex-end;display:flex}.googlesitekit-data-block--button{cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding-bottom:16px;padding-top:20px;text-align:center;transition:background-color .2s ease-in-out}@media (min-width: 960px){.googlesitekit-data-block--button{padding-bottom:24px;padding-top:28px}}.googlesitekit-data-block--button::before{content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.googlesitekit-data-block--selected::before{opacity:1}.googlesitekit-data-block--button-1:hover,.googlesitekit-data-block--button-1:focus,.googlesitekit-data-block--button-1:active{background-color:rgba(66,133,244,0.1)}.googlesitekit-data-block--button-1::before{background-color:#4285f4}.googlesitekit-data-block--button-2:hover,.googlesitekit-data-block--button-2:focus,.googlesitekit-data-block--button-2:active{background-color:rgba(39,188,212,0.1)}.googlesitekit-data-block--button-2::before{background-color:#27bcd4}.googlesitekit-data-block--button-3:hover,.googlesitekit-data-block--button-3:focus,.googlesitekit-data-block--button-3:active{background-color:rgba(27,150,136,0.1)}.googlesitekit-data-block--button-3::before{background-color:#1b9688}.googlesitekit-data-block--button-4:hover,.googlesitekit-data-block--button-4:focus,.googlesitekit-data-block--button-4:active{background-color:rgba(103,58,183,0.1)}.googlesitekit-data-block--button-4::before{background-color:#673ab7}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title-datapoint-wrapper{flex:0 0 auto}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change-source-wrapper{flex:0 0 auto;margin-bottom:2px}.googlesitekit-data-block .googlesitekit-data-block__title{color:#757575;font-weight:400;letter-spacing:0.04em;margin:0 0 12px 0}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__title{font-size:16px;margin-bottom:5px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem;margin-bottom:0}#dashboard-widgets .googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__title{font-size:0.75rem}.googlesitekit-data-block .googlesitekit-data-block__datapoint{color:#3c4043;font-size:1.875rem;line-height:1;margin:0}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.625rem}}@media (min-width: 1280px){.googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:3.625rem}}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__datapoint{display:inline-block;font-size:36px;line-height:1.25;margin-right:5px}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.125rem}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__datapoint{font-size:2.25rem}.googlesitekit-data-block .googlesitekit-data-block__change{color:#757575;font-size:0.75rem;letter-spacing:0;line-height:1;margin-top:16px;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__change{display:inline-block;font-size:16px;margin-top:0}.googlesitekit-wp-dashboard .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:10px}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__change{margin-top:0}.googlesitekit-data-block .googlesitekit-data-block__sparkline{margin-top:8px;max-width:150px}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__sparkline{display:none}.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{flex:1 1 100%;margin:0 0 5px 0;max-width:none;max-width:initial;min-width:10px;padding:0 8px}@media (min-width: 960px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 12px}}@media (min-width: 1280px){.googlesitekit-dashboard-adsense-stats .googlesitekit-data-block .googlesitekit-data-block__sparkline{padding:0 24px}}.googlesitekit-data-block--button .googlesitekit-data-block__sparkline{margin:8px auto 0 auto}.googlesitekit-data-block .googlesitekit-data-block__arrow{display:inline-block;line-height:1;margin-right:2px;vertical-align:baseline}.googlesitekit-data-block .googlesitekit-data-block__arrow--reverse{transform:rotate(180deg)}#wpadminbar .googlesitekit-data-block .googlesitekit-data-block__arrow .svg{height:9px;width:9px}.googlesitekit-data-block .googlesitekit-data-block__value{color:#757575;display:inline-block;font-size:0.75rem;letter-spacing:0;line-height:1;text-transform:none}.googlesitekit-adminbar .googlesitekit-data-block .googlesitekit-data-block__value{font-size:16px}.googlesitekit-data-block .googlesitekit-data-block__source{font-size:0.75rem;margin-top:8px}@media (min-width: 960px){.googlesitekit-data-block .googlesitekit-data-block__source{margin-top:12px}}.googlesitekit-error-text{color:#d53e36;font-weight:500}.googlesitekit-logo{color:#5b5b61;line-height:0}.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:24px;vertical-align:middle;width:23px}@media (min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-g,.googlesitekit-logo .googlesitekit-svg-logo-g{height:34px;width:32px}}.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{fill:currentColor;height:16px;margin-left:8px;vertical-align:middle;width:61px}@media (min-width: 600px){.googlesitekit-logo .googlesitekit-logo__logo-sitekit,.googlesitekit-logo .googlesitekit-svg-logo-sitekit{height:26px;margin-left:16px;width:99px}}.googlesitekit-logo--mini .googlesitekit-logo__logo-g,.googlesitekit-logo--mini .googlesitekit-svg-logo-g{height:19px;width:19px}.googlesitekit-logo--mini .googlesitekit-logo__logo-sitekit,.googlesitekit-logo--mini .googlesitekit-svg-logo-sitekit{height:17px;margin-left:4px;width:78px}#adminmenu .googlesitekit-notifications-counter{margin-left:5px}#wpadminbar .googlesitekit-notifications-counter{background-color:#ca4a1f;border-radius:11px;color:#fff;display:inline-block;font-size:0.5625rem;height:17px;line-height:17px;margin:-4px 0 0 5px;min-width:7px;padding:0 5px;text-align:center;vertical-align:middle;z-index:26}#wpadminbar .googlesitekit-wp-adminbar.hover .googlesitekit-notifications-counter,#wpadminbar.nojs .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar:hover .googlesitekit-notifications-counter,#wpadminbar:not(.mobile) .googlesitekit-wp-adminbar .ab-item:focus .googlesitekit-notifications-counter{background-color:#00b9eb;color:#fff}#wpadminbar .count-0{display:none}#wpadminbar .plugin-count{font-size:0.5625rem;line-height:17px}.googlesitekit-preview-block{display:flex;flex-direction:column}.googlesitekit-preview-block--padding{padding:16px}.googlesitekit-preview-block--padding+.googlesitekit-preview-block--padding{padding-top:0}@media (min-width: 960px){.googlesitekit-preview-block--padding{padding:24px}}.googlesitekit-preview-block__wrapper{animation:pulse 1s infinite ease-in-out;animation-direction:alternate;flex:1 1 auto}.googlesitekit-preview-block__wrapper--circle{border-radius:50%}@keyframes pulse{0%{background-color:rgba(0,0,0,0.05)}100%{background-color:rgba(0,0,0,0.15)}}.googlesitekit-preview-table--padding{padding:16px}.googlesitekit-preview-table--padding+.googlesitekit-preview-table--padding{padding-top:0}@media (min-width: 960px){.googlesitekit-preview-table--padding{padding:24px}}.googlesitekit-preview-table .googlesitekit-preview-table__row{margin:0 0 9px 0}.googlesitekit-preview-table .googlesitekit-preview-table__row:last-child{margin-bottom:0}.googlesitekit-source-link{font-size:0.75rem}.googlesitekit-table{counter-reset:table;font-size:0.875rem;padding:16px;position:relative}@media (min-width: 960px){.googlesitekit-table{padding:24px}}.googlesitekit-details-widget .googlesitekit-table,.googlesitekit-alltraffic-widget .googlesitekit-table,.googlesitekit-wp-dashboard .googlesitekit-table{padding:0}.googlesitekit-table .googlesitekit-table__wrapper{border-collapse:collapse;table-layout:fixed;width:100%}@media (max-width: 599px){.googlesitekit-table .googlesitekit-table__wrapper.googlesitekit-table__wrapper--mobile-2-col .googlesitekit-table__head-item--primary{width:75%}}.googlesitekit-table .googlesitekit-table__head-row{border-bottom:1px solid #e6e6e6}.googlesitekit-table .googlesitekit-table__head-item{color:#3c4043;font-weight:500;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;outline:0;padding:0 4px 8px 4px;position:relative;text-align:right;text-decoration:none;white-space:normal}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 8px 8px 8px}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item{padding:0 12px 12px 12px}}.googlesitekit-table .googlesitekit-table__head-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__head-item--primary{width:50%}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__head-item:last-child{padding-right:0}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item[data-tooltip]::before{background:rgba(0,0,0,0.7);border-radius:3px;color:#fff;content:attr(data-tooltip);display:none;font-size:0.75rem;max-width:250px;opacity:0;padding:calc(16px / 2) 24px;pointer-events:none;position:absolute;right:0;text-align:center;top:100%;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;visibility:hidden}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__head-item:first-child[data-tooltip]::before{left:0}}.googlesitekit-table .googlesitekit-table__wrapper--2-col .googlesitekit-table__head-item--primary{width:75%}.googlesitekit-table .googlesitekit-table__body{font-weight:400}.googlesitekit-table .googlesitekit-table__body-row{border-bottom:1px solid #e6e6e6}.googlesitekit-table .googlesitekit-table__body-item{padding:8px 4px;text-align:right}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item{padding:8px}}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__body-item{padding:12px}}.googlesitekit-table .googlesitekit-table__body-item:first-child{padding-left:0;text-align:left}.googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:none}@media (min-width: 600px){.googlesitekit-table .googlesitekit-table__body-item .googlesitekit-mini-chart{display:block}}.googlesitekit-table-overflow .googlesitekit-table .googlesitekit-table__body-item:last-child{padding-right:0}.googlesitekit-table--with-list .googlesitekit-table__body-row{transition:background-color .2s ease-in-out}.googlesitekit-table--with-list .googlesitekit-table__body-row:last-child{border-bottom:0}.googlesitekit-table--with-list .googlesitekit-table__body-row:hover{background-color:rgba(60,64,67,0.05)}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content{margin-left:24px;position:relative}.googlesitekit-table--with-list .googlesitekit-table__body-item:first-child .googlesitekit-table__body-item-content::before{content:counter(table) ".";counter-increment:table;left:-24px;position:absolute}@media (max-width: 600px){.googlesitekit-table .googlesitekit-table__body-item-content .googlesitekit-cta-link{display:block;overflow:hidden;text-overflow:ellipsis}}.googlesitekit-wp-dashboard .googlesitekit-table .googlesitekit-table__body-item-link{background-image:none}.googlesitekit-table .googlesitekit-table__body-item-url{background-image:none;display:block;font-size:0.75rem;word-break:break-word}.googlesitekit-table .googlesitekit-table__body-item-chart-wrap{align-items:center;display:flex;justify-content:flex-end}.googlesitekit-table .googlesitekit-table__source{margin-top:16px}@media (min-width: 960px){.googlesitekit-table .googlesitekit-table__source{margin-top:24px}}.googlesitekit-table-overflow{position:relative}@media (max-width: 600px){.googlesitekit-table-overflow::after{background:linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 85%, #fff 100%);bottom:0;content:"";display:block;pointer-events:none;position:absolute;right:0;top:0;transition:all .2s ease-in-out;width:0}}@media (max-width: 600px){.googlesitekit-table-overflow--gradient::after{width:15%}}.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:auto;white-space:nowrap}@media (min-width: 600px){.googlesitekit-table-overflow .googlesitekit-table-overflow__container{overflow-x:visible;white-space:normal}}#google_dashboard_widget .googlesitekit-search-console-widget{padding-top:12px}#google_dashboard_widget .googlesitekit-search-console-widget .googlesitekit-search-console-widget__title{font-size:0.875rem;font-weight:700;margin:0;padding:0}#google_dashboard_widget h2.hndle{line-height:1}#google_dashboard_widget .googlesitekit-wp-dashboard .googlesitekit-wp-dashboard__cta{border-bottom:1px solid #e6e6e6;margin:0 -12px 0 -12px;padding:0 12px 12px 12px}#google_dashboard_widget .googlesitekit-wp-dashboard a{color:#0073aa}#google_dashboard_widget .googlesitekit-wp-dashboard a:hover{color:#00a0d2}#google_dashboard_widget .googlesitekit-wp-dashboard-stats{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:space-between}#google_dashboard_widget .googlesitekit-wp-dashboard-stats *{box-sizing:border-box}#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{align-self:flex-end;width:48%}@media (min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media (min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media (min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media (min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media (min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media (min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}@media (min-width: 1500px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:48%}}@media (min-width: 2200px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats--fourup>.googlesitekit-wp-dashboard-stats__data-table{width:auto}}#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{padding-top:12px;width:100%}@media (min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:50%}}@media (min-width: 800px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:100%}}@media (min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta{width:50%}}@media (min-width: 600px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta+.googlesitekit-wp-dashboard-stats__cta{margin-left:1px;margin-right:-1px}}@media (min-width: 1300px){#google_dashboard_widget .googlesitekit-wp-dashboard-stats>.googlesitekit-wp-dashboard-stats__cta+.googlesitekit-wp-dashboard-stats__cta{margin-left:1px;margin-right:-1px}}#google_dashboard_widget .googlesitekit-wp-dashboard-stats .googlesitekit-cta+.googlesitekit-wp-dashboard-stats__cta{width:100%}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
dist/assets/images/service-analytics.jpg CHANGED
Binary file
dist/assets/images/service-search_console.jpg CHANGED
Binary file
dist/assets/js/chunk-googlesitekit-adminbar-57b5d61752dcf093db49.js ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (window.__googlesitekit_webpackJsonp=window.__googlesitekit_webpackJsonp||[]).push([[1],{1:function(e,t,n){"use strict";(function(e){n.d(t,"d",(function(){return o})),n.d(t,"a",(function(){return c})),n.d(t,"e",(function(){return l})),n.d(t,"f",(function(){return u})),n.d(t,"g",(function(){return g})),n.d(t,"h",(function(){return f})),n.d(t,"b",(function(){return m})),n.d(t,"i",(function(){return b})),n.d(t,"j",(function(){return v})),n.d(t,"k",(function(){return D})),n.d(t,"c",(function(){return j})),n.d(t,"l",(function(){return A})),n.d(t,"m",(function(){return C})),n.d(t,"n",(function(){return P})),n.d(t,"o",(function(){return T})),n.d(t,"p",(function(){return L})),n.d(t,"q",(function(){return I})),n.d(t,"r",(function(){return W})),n.d(t,"s",(function(){return M}));var a=n(94);void 0===e.googlesitekit&&(e.googlesitekit={});var r=e.googlesitekit._element||a,i=r.Children,o=r.cloneElement,c=r.Component,s=r.concatChildren,l=r.createContext,u=r.createElement,d=r.createInterpolateElement,g=r.createPortal,f=r.createRef,p=r.findDOMNode,h=r.forwardRef,m=r.Fragment,y=r.isEmptyElement,b=r.isValidElement,v=r.lazy,_=r.memo,k=r.Platform,O=r.RawHTML,D=r.render,S=r.renderToString,E=r.StrictMode,j=r.Suspense,R=r.switchChildrenNodeName,w=r.unmountComponentAtNode,A=r.useCallback,C=r.useContext,N=r.useDebugValue,P=r.useEffect,x=r.useImperativeHandle,T=r.useLayoutEffect,L=r.useMemo,I=r.useReducer,W=r.useRef,M=r.useState;void 0===e.googlesitekit._element&&(e.googlesitekit._element={Children:i,cloneElement:o,Component:c,concatChildren:s,createContext:l,createElement:u,createInterpolateElement:d,createPortal:g,createRef:f,findDOMNode:p,forwardRef:h,Fragment:m,isEmptyElement:y,isValidElement:b,lazy:v,memo:_,Platform:k,RawHTML:O,render:D,renderToString:S,StrictMode:E,Suspense:j,switchChildrenNodeName:R,unmountComponentAtNode:w,useCallback:A,useContext:C,useDebugValue:N,useEffect:P,useImperativeHandle:x,useLayoutEffect:T,useMemo:L,useReducer:I,useRef:W,useState:M})}).call(this,n(16))},101:function(e,t,n){"use strict";function a(e){return"string"==typeof e&&!!e.match(/^pub-\d+$/)}function r(e){return"string"==typeof e&&!!e.match(/^ca-pub-\d+$/)}n.d(t,"a",(function(){return a})),n.d(t,"b",(function(){return r}))},102:function(e,t,n){"use strict";(function(e,a){var r=n(38),i=n.n(r),o=(n(1),n(155)),c=n.n(o),s=n(0),l=n(12),u=n.n(l),d=n(36),g=n(5),f=n(24),p=u.a.useSelect,h={siteverification:"site-verification",webmasters:"search-console"};t.a=function DashboardAuthAlert(){var t,n,r,o,l,u=p((function(e){return e(f.b).getUnsatisfiedScopes()})),m=p((function(t){return t(f.b).getConnectURL({redirectURL:e.location.href})}));if(void 0===u||void 0===m)return null;switch(u.some((function(e){return!e.match(/^https:\/\/www.googleapis.com\/auth\//)}))?t="generic":(r=u,o=Object(g.k)(),t=(n=r.map((function(e){return e.match(/^https:\/\/www.googleapis.com\/auth\/([a-z]+)/)})).map((function(e){var t=i()(e,2)[1];return h[t]||t})).map((function(e){var t;return(null===(t=o[e])||void 0===t?void 0:t.name)||!1}))).some((function(e){return!1===e}))?"generic":1<(n=c()(n)).length?"multiple":"single"),t){case"multiple":
2
+ /* translators: used between list items, there is a space after the comma. */
3
+ var y=Object(s.__)(", ","google-site-kit");l=Object(s.sprintf)(
4
+ /* translators: %s: List of product names */
5
+ Object(s.__)("Site Kit can’t access all relevant data because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup for: %s – make sure to approve all permissions at the authentication stage.","google-site-kit"),n.join(y));break;case"single":l=Object(s.sprintf)(
6
+ /* translators: %1$s: Product name */
7
+ Object(s.__)("Site Kit can’t access the relevant data from %1$s because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup for %1$s – make sure to approve all permissions at the authentication stage.","google-site-kit"),n[0]);break;case"generic":l=Object(s.__)("Site Kit can’t access all relevant data because you haven’t granted all permissions requested during setup. To use Site Kit, you’ll need to redo the setup – make sure to approve all permissions at the authentication stage.","google-site-kit")}return a.createElement(d.a,{id:"authentication error",title:Object(s.__)("Site Kit can’t access necessary data","google-site-kit"),description:l,format:"small",type:"win-error",isDismissable:!1,ctaLink:m,ctaLabel:Object(s.__)("Redo setup","google-site-kit")})}}).call(this,n(16),n(11))},104:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(203),y=n.n(m),b=n(18),v=n.n(b),_=n(158),k=n(0),O=n(48),D=n(28),S=n(43);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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var j=function(t){s()(Dialog,t);var n=E(Dialog);function Dialog(){var e;return r()(this,Dialog),(e=n.call(this)).state={attributes:[Object(k.__)("Audience overview","google-site-kit"),Object(k.__)("Top pages","google-site-kit"),Object(k.__)("Top acquisition sources","google-site-kit"),Object(k.__)("AdSense & Analytics metrics for top pages","google-site-kit")]},e.dialogRef=Object(f.h)(),e}return o()(Dialog,[{key:"componentDidMount",value:function(){new S.d(this.dialogRef.current)}},{key:"render",value:function(){var t=this.props,n=t.dialogActive,a=t.handleDialog,r=t.title,i=t.provides,o=t.handleConfirm,c=t.subtitle,s=t.confirmButton,l=t.dependentModules,u=t.instanceId,d=t.danger,g="googlesitekit-dialog-label-".concat(u),f="googlesitekit-dialog-description-".concat(u),p=!(!i||!i.length);return e.createElement("div",{ref:this.dialogRef,className:v()("mdc-dialog",{"mdc-dialog--open":n}),role:"alertdialog","aria-modal":"true","aria-labelledby":r?g:void 0,"aria-describedby":p?f:void 0,"aria-hidden":n?"false":"true",tabIndex:"-1"},e.createElement("div",{className:"mdc-dialog__scrim"}," "),e.createElement(y.a,{active:n},e.createElement("div",null,e.createElement("div",{className:"mdc-dialog__container"},e.createElement("div",{className:"mdc-dialog__surface"},r&&e.createElement("h2",{id:g,className:"mdc-dialog__title"},r),c&&e.createElement("p",{className:"mdc-dialog__lead"},c),p&&e.createElement("section",{id:f,className:"mdc-dialog__content"},e.createElement("ul",{className:"mdc-list mdc-list--underlined mdc-list--non-interactive"},i.map((function(t){return e.createElement("li",{className:"mdc-list-item",key:t},e.createElement("span",{className:"mdc-list-item__text"},t))})))),l&&e.createElement("p",{className:"mdc-dialog__dependecies"},e.createElement("strong",null,Object(k.__)("Note: ","google-site-kit")),l),e.createElement("footer",{className:"mdc-dialog__actions"},e.createElement(O.a,{onClick:o,danger:d},s||Object(k.__)("Disconnect","google-site-kit")),e.createElement(D.a,{className:"mdc-dialog__cancel-button",onClick:function(){return a()},inherit:!0},Object(k.__)("Cancel","google-site-kit"))))))))}}]),Dialog}(f.a);j.propTypes={dialogActive:h.a.bool,handleDialog:h.a.func,handleConfirm:h.a.func.isRequired,title:h.a.string,description:h.a.string,confirmButton:h.a.string,danger:h.a.bool},j.defaultProps={dialogActive:!1,handleDialog:null,title:null,description:null,confirmButton:null,danger:!1},t.a=Object(_.a)(j)}).call(this,n(11))},105:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return m}));var a=n(4),r=n.n(a),i=n(10),o=n.n(i),c=n(19),s=n.n(c),l=n(39),u=n.n(l),d=n(12),g=n.n(d),f=n(42);function p(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 h(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?p(Object(n),!0).forEach((function(t){o()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):p(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var m=function(t,n,a){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},c=i.client,l=void 0===c||c,d=i.server,p=void 0===d||d,m=i.storeName,y=void 0===m?void 0:m;s()(t,"type is required."),s()(n,"identifier is required."),s()(a,"datapoint is required.");var b=y||"".concat(t,"/").concat(n),v={serverNotifications:p?void 0:{},clientNotifications:l?void 0:{}},_=Object(f.a)({baseName:"getNotifications",controlCallback:function(){return u.a.get(t,n,a)},reducerCallback:function(e,t){return h(h({},e),{},{serverNotifications:t.reduce((function(e,t){return h(h({},e),{},o()({},t.id,t))}),{})})}}),k={addNotification:function(e){return s()(e,"notification is required."),{payload:{notification:e},type:"ADD_NOTIFICATION"}},removeNotification:function(e){return s()(e,"id is required."),{payload:{id:e},type:"REMOVE_NOTIFICATION"}}},O={},D=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:v,n=arguments.length>1?arguments[1]:void 0,a=n.type,r=n.payload;switch(a){case"ADD_NOTIFICATION":var i=r.notification;return h(h({},t),{},{clientNotifications:h(h({},t.clientNotifications||{}),{},o()({},i.id,i))});case"REMOVE_NOTIFICATION":var c=r.id;if(void 0===t.clientNotifications||void 0===t.clientNotifications[c])return void 0!==t.serverNotifications&&void 0!==t.serverNotifications[c]&&e.console.warn('Cannot remove server-side notification with ID "'.concat(c,'"; this may be changed in a future release.')),h({},t);var s=h({},t.clientNotifications);return delete s[c],h(h({},t),{},{clientNotifications:s});default:return h({},t)}},S={getNotifications:r.a.mark((function e(){return r.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,_.actions.fetchGetNotifications();case 2:case"end":return e.stop()}}),e)}))};p||delete S.getNotifications;var E={getNotifications:function(e){var t=e.serverNotifications,n=e.clientNotifications;return void 0===t&&void 0===n?t:Object.values(h(h({},t||{}),n||{}))}},j=g.a.combineStores(_,{INITIAL_STATE:v,actions:k,controls:O,reducer:D,resolvers:S,selectors:E});return h(h({},j),{},{STORE_NAME:b})}}).call(this,n(16))},106:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return i}));var a=n(40),r=n(29),i=function(t,n,i){var o=Object(r.c)(t,n,i);Object(r.d)(),Object.keys(e._googlesitekitLegacyData.admin.datacache).forEach((function(t){0!==t.indexOf(o+"::")&&t!==o||delete e._googlesitekitLegacyData.admin.datacache[t]})),Object.keys(Object(a.a)()).forEach((function(e){0!==e.indexOf("googlesitekit_".concat(o,"::"))&&e!=="googlesitekit_".concat(o)||Object(a.a)().removeItem(e)}))}}).call(this,n(16))},107:function(e,t,n){"use strict";(function(e){var a=n(4),r=n.n(a),i=n(15),o=n.n(i),c=n(6),s=n.n(c),l=n(7),u=n.n(l),d=n(8),g=n.n(d),f=n(9),p=n.n(f),h=n(3),m=n.n(h),y=n(1),b=n(2),v=n.n(b),_=n(0),k=n(17),O=n(36);function D(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=m()(e);if(t){var r=m()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return p()(this,n)}}var S=function(t){g()(Alert,t);var n,a=D(Alert);function Alert(e){var t;return s()(this,Alert),(t=a.call(this,e)).state={isLoading:!0,alerts:[],error:!1,message:""},t}return u()(Alert,[{key:"componentDidMount",value:function(){this.getAlert()}},{key:"getAlert",value:(n=o()(r.a.mark((function e(){var t,n;return r.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=this.props.module,e.next=4,k.c.get(k.b,t,"notifications",{},!1);case 4:n=e.sent,this.setState({isLoading:!1,error:!1,alerts:n}),e.next=11;break;case 8:e.prev=8,e.t0=e.catch(0),this.setState({isLoading:!1,error:e.t0.code});case 11:case"end":return e.stop()}}),e,this,[[0,8]])}))),function(){return n.apply(this,arguments)})},{key:"render",value:function(){var t=this.state,n=t.alerts,a=t.error,r=t.isLoading;if(a||r||!n||!n.length)return null;var i=n.map((function(t){return e.createElement(O.a,{id:t.id,key:t.id,title:t.title,description:t.message||t.description,dismiss:Object(_.__)("Dismiss","google-site-kit"),isDismissable:t.isDismissible,format:"small",ctaLink:t.ctaURL,ctaLabel:t.ctaLabel,ctaTarget:t.ctaTarget,type:t.severity})}));return e.createElement(y.b,null,i)}}]),Alert}(y.a);S.propTypes={module:v.a.string.isRequired},t.a=S}).call(this,n(11))},108:function(e,t,n){"use strict";(function(e,a){var r=n(10),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(2),b=n.n(y),v=n(0),_=n(5),k=n(71),O=n(25),D=n(17),S=n(28),E=n(30),j=n(20);function R(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 w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?R(Object(n),!0).forEach((function(t){i()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):R(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var C=function(t){d()(DashboardAcquisitionPieChart,t);var n=A(DashboardAcquisitionPieChart);function DashboardAcquisitionPieChart(){return c()(this,DashboardAcquisitionPieChart),n.apply(this,arguments)}return l()(DashboardAcquisitionPieChart,[{key:"render",value:function(){var t=this.props,n=t.data,a=t.source;if(!n||n.error||!n.length)return null;var r=Object(j.e)(n);return e.createElement("div",{className:"googlesitekit-chart googlesitekit-chart--pie"},e.createElement(k.a,{data:r,options:{chartArea:{width:"100%",height:"100%"},backgroundColor:"transparent",height:250,legend:{alignment:"center",textStyle:{color:"#5b5b61",fontSize:12}},slices:{0:{color:"#178EC5"},1:{color:"#54B23B"},2:{color:"#EB5729"},3:{color:"#ECED33"},4:{color:"#34CBE3"},5:{color:"#82E88E"}},title:null,width:"100%"},chartType:"pie",id:"overview-piechart",loadHeight:205}),a&&e.createElement("div",{className:"googlesitekit-chart__source"},[Object(v.__)("Source:","google-site-kit")," ",e.createElement(S.a,{key:"link",href:Object(_.n)("googlesitekit-module-analytics"),inherit:!0},Object(v._x)("Analytics","Service name","google-site-kit"))]))}}]),DashboardAcquisitionPieChart}(m.a);C.defaultProps={source:!1},C.propTypes={source:b.a.bool},t.a=Object(O.a)(C,[{type:D.b,identifier:"analytics",datapoint:"report",data:w(w({},j.s),{},{url:a._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(_.o)("day"),context:["Dashboard","Single"]}],e.createElement(E.a,{width:"282px",height:"282px",shape:"circular"}),{},j.h,j.f)}).call(this,n(11),n(16))},110:function(e,t,n){"use strict";n.d(t,"a",(function(){return h}));var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1);function p(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var h=function(e){s()(Modal,e);var t=p(Modal);function Modal(e){var n;return r()(this,Modal),(n=t.call(this,e)).el=document.createElement("div"),n.root=document.querySelector(".googlesitekit-plugin")||document.body,n}return o()(Modal,[{key:"componentDidMount",value:function(){this.root.appendChild(this.el)}},{key:"componentWillUnmount",value:function(){this.root.removeChild(this.el)}},{key:"render",value:function(){return Object(f.g)(this.props.children,this.el)}}]),Modal}(f.a)},111:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return g}));var a=n(4),r=n.n(a),i=n(10),o=n.n(i),c=n(15),s=n.n(c),l=n(17);function u(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 d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?u(Object(n),!0).forEach((function(t){o()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var g=function(){var t=s()(r.a.mark((function t(){var n,a,i,o,c,s;return r.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,l.c.get(l.a,"user","authentication",{timestamp:Date.now()});case 3:n=t.sent,a=n.authenticated,i=n.requiredScopes,o=n.grantedScopes,c=n.unsatisfiedScopes,s=void 0===c?[]:c,e._googlesitekitLegacyData.setup=d(d({},e._googlesitekitLegacyData.setup||{}),{},{isAuthenticated:a,requiredScopes:i,grantedScopes:o,unsatisfiedScopes:s,needReauthenticate:0<s.length}),t.next=14;break;case 12:t.prev=12,t.t0=t.catch(0);case 14:case"end":return t.stop()}}),t,null,[[0,12]])})));return function(){return t.apply(this,arguments)}}()}).call(this,n(16))},113:function(e,t,n){"use strict";n.d(t,"d",(function(){return i})),n.d(t,"c",(function(){return o})),n.d(t,"b",(function(){return c})),n.d(t,"a",(function(){return s}));var a=n(208),r=n(41),i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.siteURL,n="https://www.google.com/adsense/signup/new",a={source:"site-kit",utm_source:"site-kit",utm_medium:"wordpress_signup"};return t&&(a.url=t),Object(r.a)(n,a)},o=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.accountID,n=e.userEmail,a=l({accountID:t,userEmail:n,path:"/home"});return Object(r.a)(a,{source:"site-kit"})},c=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.accountID,n=e.siteURL,a=e.userEmail,i=l({accountID:t,userEmail:a,path:"/sites/my-sites"}),o={source:"site-kit"};return n&&(o.url=u(n)||n),Object(r.a)(i,o)},s=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.accountID,n=e.siteURL,a=e.userEmail,i=l({accountID:t,userEmail:a,path:"/myads/sites/preview"}),o={source:"site-kit"};return n&&(o.url=u(n)||n),Object(r.a)(i,o)},l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.accountID,n=e.userEmail,a=e.path,r=void 0===a?"/home":a,i="https://www.google.com/adsense/new";return n&&(i+="/u/".concat(n)),t&&(i+="/".concat(t),r&&(i+=r)),i},u=function(e){var t=new URL(e);return Object(a.parse)(t.hostname).domain}},116:function(e,t,n){"use strict";(function(e){var a=n(4),r=n.n(a),i=n(10),o=n.n(i),c=n(19),s=n.n(c),l=n(41),u=n(12),d=n.n(u),g=n(24);function f(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 p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?f(Object(n),!0).forEach((function(t){o()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var h=d.a.createRegistrySelector,m={connectURL:void 0,user:void 0,verified:void 0},y={receiveConnectURL:function(e){return s()(e,"connectURL is required."),{payload:{connectURL:e},type:"RECEIVE_CONNECT_URL"}},receiveUserInfo:function(e){return s()(e,"userInfo is required."),{payload:{user:e},type:"RECEIVE_USER_INFO"}},receiveUserIsVerified:function(e){return s()(void 0!==e,"userIsVerified is required."),{payload:{verified:e},type:"RECEIVE_USER_IS_VERIFIED"}}},b={getConnectURL:r.a.mark((function t(){var n,a;return r.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,d.a.commonActions.getRegistry();case 2:if(n=t.sent,!(0,n.select)(g.b).getConnectURL()){t.next=6;break}return t.abrupt("return");case 6:if(e._googlesitekitUserData){t.next=9;break}return e.console.error("Could not load core/user info."),t.abrupt("return");case 9:return a=e._googlesitekitUserData.connectURL,t.next=12,y.receiveConnectURL(a);case 12:case"end":return t.stop()}}),t)})),getUser:r.a.mark((function t(){var n,a;return r.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,d.a.commonActions.getRegistry();case 2:if(n=t.sent,void 0===(0,n.select)(g.b).getUser()){t.next=6;break}return t.abrupt("return");case 6:if(e._googlesitekitUserData){t.next=9;break}return e.console.error("Could not load core/user info."),t.abrupt("return");case 9:return a=e._googlesitekitUserData.user,t.next=12,y.receiveUserInfo(a);case 12:case"end":return t.stop()}}),t)})),isVerified:r.a.mark((function t(){var n,a;return r.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,d.a.commonActions.getRegistry();case 2:if(n=t.sent,void 0===(0,n.select)(g.b).isVerified()){t.next=6;break}return t.abrupt("return");case 6:if(e._googlesitekitUserData){t.next=9;break}return e.console.error("Could not load core/user info."),t.abrupt("return");case 9:return a=e._googlesitekitUserData.verified,t.next=12,y.receiveUserIsVerified(a);case 12:case"end":return t.stop()}}),t)}))},v={getUser:function(e){return e.user},getConnectURL:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.additionalScopes,a=void 0===n?[]:n,r=t.redirectURL,i=void 0===r?void 0:r,o=e.connectURL,c={redirect:i};if(void 0!==o)return(null==a?void 0:a.length)?Object(l.a)(o,p(p({},c),{},{additional_scopes:a})):Object(l.a)(o,c)},getID:h((function(e){return function(){var t=e(g.b).getUser();return void 0!==t?t.id:t}})),getName:h((function(e){return function(){var t=e(g.b).getUser();return void 0!==t?t.name:t}})),getEmail:h((function(e){return function(){var t=e(g.b).getUser();return void 0!==t?t.email:t}})),getPicture:h((function(e){return function(){var t=e(g.b).getUser();return void 0!==t?t.picture:t}})),isVerified:function(e){return e.verified}};t.a={INITIAL_STATE:m,actions:y,controls:{},reducer:function(e,t){var n=t.type,a=t.payload;switch(n){case"RECEIVE_CONNECT_URL":var r=a.connectURL;return p(p({},e),{},{connectURL:r});case"RECEIVE_USER_INFO":var i=a.user;return p(p({},e),{},{user:i});case"RECEIVE_USER_IS_VERIFIED":var o=a.verified;return p(p({},e),{},{verified:o});default:return p({},e)}},resolvers:b,selectors:v}}).call(this,n(16))},117:function(e,t,n){"use strict";(function(e){n(1);t.a=function Warning(){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"#F9BB2D",width:"34",height:"34",viewBox:"0 0 24 24","aria-labelledby":"warning-title warning-desc"},e.createElement("path",{d:"M0 0h24v24H0z",fill:"none"}),e.createElement("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"}))}}).call(this,n(11))},118:function(e,t,n){"use strict";(function(e,a){n(1);var r=n(0),i=n(5),o=n(46),c=n(86);t.a=function(t){var n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],s=arguments.length>2&&void 0!==arguments[2]&&arguments[2],l=arguments.length>3&&void 0!==arguments[3]&&arguments[3],u=Object(i.k)()[t].name,d=e.createElement(o.a
8
+ /* translators: %s: Module name */,{title:Object(r.sprintf)(Object(r.__)("%s activation","google-site-kit"),u)
9
+ /* translators: %s: Module name */,description:Object(r.sprintf)(Object(r.__)("%s module needs to be configured","google-site-kit"),u),ctaLabel:Object(r.__)("Complete activation","google-site-kit"),onClick:function(){a.location=Object(i.m)(t,!0)}});return Object(c.a)(d,n,s,l)}}).call(this,n(11),n(16))},119:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(5),m=n(32),y=n(48);function b(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var v=function(t){s()(AdSenseDashboardOutro,t);var n=b(AdSenseDashboardOutro);function AdSenseDashboardOutro(){return r()(this,AdSenseDashboardOutro),n.apply(this,arguments)}return o()(AdSenseDashboardOutro,[{key:"render",value:function(){var t=Object(h.k)().adsense.accountURL;return e.createElement("section",{className:"googlesitekit-module-outro"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement("div",{className:"googlesitekit-module-outro__logo"},e.createElement(m.a,{id:"adsense",height:"36",width:"42"}),e.createElement(m.a,{id:"plus",height:"13",width:"13"}),e.createElement(m.a,{id:"analytics",height:"36",width:"34"})),e.createElement("h3",{className:" googlesitekit-heading-3 googlesitekit-module-outro__title "},Object(p.__)("Connect Analytics with AdSense to create a powerful team that shows robust metrics for your site.","google-site-kit")),e.createElement("div",{className:"googlesitekit-module-outro__button"},e.createElement(y.a,{href:t,target:"_blank"},Object(p.__)("Connect Accounts","google-site-kit")))))))}}]),AdSenseDashboardOutro}(f.a);t.a=v}).call(this,n(11))},120:function(e,t,n){"use strict";(function(e,a){var r=n(10),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(13),b=n(0),v=n(5),_=n(60),k=n(25),O=n(17),D=n(37),S=n(51),E=n(121),j=n(20);function R(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 w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?R(Object(n),!0).forEach((function(t){i()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):R(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var C=function(t){d()(AnalyticsDashboardWidgetTopAcquisitionSources,t);var n=A(AnalyticsDashboardWidgetTopAcquisitionSources);function AnalyticsDashboardWidgetTopAcquisitionSources(){return c()(this,AnalyticsDashboardWidgetTopAcquisitionSources),n.apply(this,arguments)}return l()(AnalyticsDashboardWidgetTopAcquisitionSources,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=Object(_.a)(),a=[{title:Object(b.__)("Medium","google-site-kit"),tooltip:Object(b.__)("Medium refers to where your traffic originated from","google-site-kit")},{title:Object(b.__)("Users","google-site-kit"),tooltip:Object(b.__)("Number of users that originated from that traffic","google-site-kit")},{title:Object(b.__)("New Users","google-site-kit"),
10
+ /* translators: %s: date range */
11
+ tooltip:Object(b.sprintf)(Object(b.__)("Number of new users to visit your page over last %s","google-site-kit"),n)},{title:Object(b.__)("Sessions","google-site-kit"),
12
+ /* translators: %s: date range */
13
+ tooltip:Object(b.sprintf)(Object(b.__)("Number of sessions users had on your website over last %s","google-site-kit"),n)},{title:Object(b.__)("Percentage","google-site-kit"),tooltip:Object(b.__)("Percentage of sessions","google-site-kit")}],r=t[0].data.totals[0].values[0],i=Object(y.map)(t[0].data.rows,(function(t,n){var a=t.metrics[0].values[0]/r*100;return!(1>a)&&[t.dimensions[0],Object(v.r)(t.metrics[0].values[0]),Object(v.r)(t.metrics[0].values[1]),Object(v.r)(t.metrics[0].values[2]),e.createElement(m.b,{key:"minichart-analytics-top-as-"+n},e.createElement("div",{className:"googlesitekit-table__body-item-chart-wrap"},"".concat(a.toFixed(2),"%")," ",e.createElement(E.a,{percent:a.toFixed(1),index:n})))]})),o=Object(D.b)(i,a,{hideHeader:!1,chartsEnabled:!1});return e.createElement("div",{className:"googlesitekit-details-widget"},e.createElement(D.a,null,o))}}]),AnalyticsDashboardWidgetTopAcquisitionSources}(m.a);t.a=Object(k.a)(C,[{type:O.b,identifier:"analytics",datapoint:"report",data:w(w({},j.s),{},{url:a._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(v.o)("day"),context:["Single","Dashboard"]}],e.createElement(S.a,{rows:4,rowHeight:50}),{},j.h)}).call(this,n(11),n(16))},121:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(71),h=n(174);function m(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var y=function(t){s()(MiniChart,t);var n=m(MiniChart);function MiniChart(){return r()(this,MiniChart),n.apply(this,arguments)}return o()(MiniChart,[{key:"render",value:function(){var t=this.props,n=t.index,a=t.percent,r={backgroundColor:"transparent",chartArea:{width:"100%",height:"100%"},enableInteractivity:!1,height:28,legend:{position:"none"},slices:{0:{color:h.a[n]},1:{color:"#e6e6e6"}},title:null,tooltip:{trigger:"none"},width:28},i=[["source","percent"],["",+a],["",100-a]];return e.createElement("div",{className:"googlesitekit-mini-chart"},e.createElement(p.a,{data:i,options:r,chartType:"pie",loadSmall:!0,loadCompressed:!0,loadHeight:24,loadText:!1,id:"minichart"+n}))}}]),MiniChart}(f.a);t.a=y}).call(this,n(11))},122:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return AdSenseLinkCTA}));n(1);var a=n(0),r=n(46);function AdSenseLinkCTA(){return e.createElement(r.a,{title:Object(a.__)("Link Analytics and AdSense","google-site-kit"),description:Object(a.__)("Get reports for your top earning pages by linking your Analytics and AdSense accounts.","google-site-kit"),ctaLink:"https://support.google.com/adsense/answer/6084409",ctaLabel:Object(a.__)("Learn more","google-site-kit")})}}).call(this,n(11))},123:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(13),m=n(0),y=n(5),b=n(25),v=n(17),_=n(37),k=n(51);function O(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var D=function(t){l()(SearchConsoleDashboardWidgetKeywordTable,t);var n=O(SearchConsoleDashboardWidgetKeywordTable);function SearchConsoleDashboardWidgetKeywordTable(){return i()(this,SearchConsoleDashboardWidgetKeywordTable),n.apply(this,arguments)}return c()(SearchConsoleDashboardWidgetKeywordTable,[{key:"render",value:function(){var t=this.props.data,n=[{title:Object(m.__)("Keyword","google-site-kit"),tooltip:Object(m.__)("Most searched for keywords related to your content","google-site-kit"),primary:!0},{title:Object(m.__)("Clicks","google-site-kit"),tooltip:Object(m.__)("Number of times users clicked on your content in search results","google-site-kit")},{title:Object(m.__)("Impressions","google-site-kit"),tooltip:Object(m.__)("Counted each time your content appears in search results","google-site-kit")}],a=Object(y.k)()["search-console"].settings.propertyID,r=[],i=Object(h.map)(t,(function(e,t){var n=e.keys[0];return r[t]=Object(m.sprintf)("https://search.google.com/search-console/performance/search-analytics?resource_id=%1$s&query=!%2$s&num_of_days=28",a,n),[n,Object(y.r)(e.clicks),Object(y.r)(e.impressions)]})),o={hideHeader:!1,chartsEnabled:!1,links:r},c=Object(_.b)(i,n,o);return e.createElement(_.a,null,c)}}]),SearchConsoleDashboardWidgetKeywordTable}(p.a);t.a=Object(b.a)(D,[{type:v.b,identifier:"search-console",datapoint:"searchanalytics",data:{url:a._googlesitekitLegacyData.permaLink,dimensions:"query",limit:10},priority:1,maxAge:Object(y.o)("day"),context:["Single","Dashboard"]}],e.createElement(k.a,{padding:!0}),{createGrid:!0},(function(e){return!e.length}))}).call(this,n(11),n(16))},124:function(e,t,n){"use strict";var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(80);function p(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var h=function(e){s()(DashboardSearchFunnelInner,e);var t=p(DashboardSearchFunnelInner);function DashboardSearchFunnelInner(){return r()(this,DashboardSearchFunnelInner),t.apply(this,arguments)}return o()(DashboardSearchFunnelInner,[{key:"render",value:function(){return null}}]),DashboardSearchFunnelInner}(n(1).a);t.a=Object(f.a)("googlesitekit.DashboardSearchFunnel")(h)},126:function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));var a=n(101);function r(e){if(Object(a.b)(e))return e.match(/pub-\d+$/)[0]}},127:function(e,t,n){"use strict";(function(e){n(1);var a=n(2),r=n.n(a),i=n(18),o=n.n(i);function ChangeArrow(t){var n=t.direction,a=t.invertColor;return e.createElement("svg",{className:o()("googlesitekit-change-arrow","googlesitekit-change-arrow--".concat(n),{"googlesitekit-change-arrow--inverted-color":a}),width:"9",height:"9",viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e.createElement("path",{d:"M5.625 10L5.625 2.375L9.125 5.875L10 5L5 -1.76555e-07L-2.7055e-07 5L0.875 5.875L4.375 2.375L4.375 10L5.625 10Z",fill:"currentColor"}))}ChangeArrow.propTypes={direction:r.a.string,invertColor:r.a.bool},ChangeArrow.defaultProps={direction:"up",invertColor:!1},t.a=ChangeArrow}).call(this,n(11))},128:function(e,t,n){"use strict";(function(e){n(1);t.a=function Error(){return e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"#EA4336",width:"34",height:"34",viewBox:"0 0 24 24","aria-labelledby":"error-title error-desc"},e.createElement("path",{d:"M4.47 21h15.06c1.54 0 2.5-1.67 1.73-3L13.73 4.99c-.77-1.33-2.69-1.33-3.46 0L2.74 18c-.77 1.33.19 3 1.73 3zM12 14c-.55 0-1-.45-1-1v-2c0-.55.45-1 1-1s1 .45 1 1v2c0 .55-.45 1-1 1zm1 4h-2v-2h2v2z"}))}}).call(this,n(11))},129:function(e,t,n){"use strict";(function(e){n(1);var a=n(0),r=n(36);t.a=function DashboardPermissionAlert(){return e.createElement(r.a,{id:"permission error",title:Object(a.__)("Permissions issue accessing data","google-site-kit"),description:Object(a.__)("This account does not have access to the requested data.","google-site-kit"),handleDismiss:function(){},format:"small",type:"win-error",isDismissable:!0})}}).call(this,n(11))},131:function(e,t,n){"use strict";(function(e){n(1);var a=n(0),r=n(32);t.a=function Logo(){return e.createElement("div",{className:"googlesitekit-logo","aria-hidden":"true"},e.createElement(r.a,{id:"logo-g",className:"googlesitekit-logo__logo-g",height:"34",width:"32"}),e.createElement(r.a,{id:"logo-sitekit",className:"googlesitekit-logo__logo-sitekit",height:"26",width:"99"}),e.createElement("span",{className:"screen-reader-text"},Object(a.__)("Site Kit by Google Logo","google-site-kit")))}}).call(this,n(11))},132:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return Root}));n(1);var a=n(2),r=n.n(a),i=n(12),o=n.n(i),c=n(133),s=n(134),l=n(135),u=n(136);function Root(t){var n=t.children,a=t.registry,r=t.dataAPIContext,i=t.dataAPIModuleArgs;return e.createElement(o.a.RegistryProvider,{value:a},e.createElement(c.a,null,e.createElement(l.a,null,n,r&&e.createElement(u.a,{context:r,args:i})),e.createElement(s.a,null)))}Root.propTypes={children:r.a.node.isRequired,registry:r.a.object,dataAPIContext:r.a.string,dataAPIModuleArgs:r.a.object},Root.defaultProps={registry:o.a}}).call(this,n(11))},133:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(2),m=n.n(h),y=n(0),b=n(36);function v(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var _=function(t){l()(ErrorHandler,t);var n=v(ErrorHandler);function ErrorHandler(e){var t;return i()(this,ErrorHandler),(t=n.call(this,e)).state={error:null,info:null},t}return c()(ErrorHandler,[{key:"componentDidCatch",value:function(t,n){e.console.error("Caught an error:",t,n),this.setState({error:t,info:n})}},{key:"render",value:function(){var e=this.props.children,t=this.state,n=t.error,r=t.info;return n?a.createElement(b.a,{id:"googlesitekit-error",title:Object(y.__)("Site Kit encountered an error","google-site-kit"),description:a.createElement("code",null,n.message),isDismissable:!1,format:"small",type:"win-error"},a.createElement("pre",null,r.componentStack)):e}}]),ErrorHandler}(p.a);_.defaultProps={},_.propTypes={children:m.a.node.isRequired},t.a=_}).call(this,n(16),n(11))},134:function(e,t,n){"use strict";(function(e,a){var r=n(4),i=n.n(r),o=n(15),c=n.n(o),s=n(1),l=n(0),u=n(12),d=n.n(u),g=n(93),f=n(104),p=n(110),h=n(83),m=d.a.useSelect,y=d.a.useDispatch,b=d.a.useRegistry;t.a=function PermissionsModal(){var t,n,r,o=b(),u=m((function(e){return e(g.a).getPermissionScopeError()})),d=m((function(t){var n;return t(g.a).getConnectURL({additionalScopes:null==u||null===(n=u.data)||void 0===n?void 0:n.scopes,redirectURL:e.location.href})})),v=y(g.a).clearPermissionScopeError,_=Object(s.l)((function(){v()}),[v]),k=Object(s.l)(c()(i.a.mark((function t(){return i.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,Object(h.c)(o);case 2:e.location.assign(d);case 3:case"end":return t.stop()}}),t)}))),[o,d]);return Object(s.n)((function(){(function(){var e=c()(i.a.mark((function e(){var t,n,a;return i.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!(null==u||null===(t=u.data)||void 0===t?void 0:t.skipModal)||!(null==u||null===(n=u.data)||void 0===n||null===(a=n.scopes)||void 0===a?void 0:a.length)){e.next=3;break}return e.next=3,k();case 3:case"end":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}})()()}),[k,u]),u?(null==u||null===(t=u.data)||void 0===t||null===(n=t.scopes)||void 0===n?void 0:n.length)?(null==u||null===(r=u.data)||void 0===r?void 0:r.skipModal)?null:a.createElement(p.a,null,a.createElement(f.a,{title:Object(l.__)("Additional Permissions Required","google-site-kit"),subtitle:u.message,confirmButton:Object(l.__)("Proceed","google-site-kit"),dialogActive:!0,handleConfirm:k,handleDialog:_})):(e.console.warn("permissionsError lacks scopes array to use for redirect, so not showing the PermissionsModal. permissionsError was:",u),null):null}}).call(this,n(16),n(11))},135:function(e,t,n){"use strict";var a=n(4),r=n.n(a),i=n(15),o=n.n(i),c=n(38),s=n.n(c),l=n(1),u=n(12),d=n.n(u),g=n(83),f=d.a.useRegistry;t.a=function RestoreSnapshots(e){var t=e.children,n=f(),a=Object(l.s)(!1),i=s()(a,2),c=i[0],u=i[1];return Object(l.n)((function(){c||o()(r.a.mark((function e(){return r.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(g.b)(n);case 2:u(!0);case 3:case"end":return e.stop()}}),e)})))()}),[n,c]),c?t:null}},136:function(e,t,n){"use strict";n.d(t,"a",(function(){return CollectModuleData}));var a=n(1),r=n(14);n(17);function CollectModuleData(e){var t=e.context,n=e.args;return Object(a.n)((function(){Object(r.d)("googlesitekit.moduleLoaded",t,n)}),[t,n]),null}},14:function(e,t,n){"use strict";(function(e){n.d(t,"a",(function(){return i})),n.d(t,"b",(function(){return o})),n.d(t,"f",(function(){return c})),n.d(t,"g",(function(){return s})),n.d(t,"e",(function(){return l})),n.d(t,"d",(function(){return f})),n.d(t,"c",(function(){return p}));var a=n(92);void 0===e.googlesitekit&&(e.googlesitekit={});var r=e.googlesitekit._hooks||a,i=r.addAction,o=r.addFilter,c=r.removeAction,s=r.removeFilter,l=r.hasAction,u=r.hasFilter,d=r.removeAllActions,g=r.removeAllFilters,f=r.doAction,p=r.applyFilters,h=r.currentAction,m=r.currentFilter,y=r.doingAction,b=r.doingFilter,v=r.didAction,_=r.didFilter,k=r.actions,O=r.filters;void 0===e.googlesitekit._hooks&&(e.googlesitekit._hooks={addAction:i,addFilter:o,removeAction:c,removeFilter:s,hasAction:l,hasFilter:u,removeAllActions:d,removeAllFilters:g,doAction:f,applyFilters:p,currentAction:h,currentFilter:m,doingAction:y,doingFilter:b,didAction:v,didFilter:_,actions:k,filters:O})}).call(this,n(16))},141:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(21),s=n.n(c),l=n(8),u=n.n(l),d=n(9),g=n.n(d),f=n(3),p=n.n(f),h=n(1),m=n(0),y=n(14),b=n(43);function v(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=p()(e);if(t){var r=p()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return g()(this,n)}}var _=function(t){u()(DateRangeSelector,t);var n=v(DateRangeSelector);function DateRangeSelector(e){var t;return r()(this,DateRangeSelector),(t=n.call(this,e)).dateRangeHook="googlesitekit.dateRange",t.dateRangeHandlerHook="googlesitekit.dateRageHandler",t.dateRangeHookAddedHook="googlesitekit.dateRageHookAddedHandler",t.state={context:"Dashboard",dateValue:Object(y.c)(t.dateRangeHook,"last-28-days")},Object(y.a)("googlesitekit.moduleLoaded","googlesitekit.collectModuleListingDataForDateRangeSelector",(function(e){t.setState({context:e}),Object(y.f)("googlesitekit.moduleLoaded","googlesitekit.collectModuleListingDataForDateRangeSelector")})),t.handleSelection=t.handleSelection.bind(s()(t)),t}return o()(DateRangeSelector,[{key:"componentDidMount",value:function(){var e=this;Object(y.a)("hookAdded",this.dateRangeHookAddedHook,(function(t){e.dateRangeHook===t&&e.forceUpdate()}))}},{key:"componentWillUnmount",value:function(){Object(y.f)("hookAdded",this.dateRangeHookAddedHook)}},{key:"handleSelection",value:function(e,t){var n=this.state.context,a=t.getAttribute("data-value");return Object(y.g)(this.dateRangeHook,this.dateRangeHandlerHook),Object(y.b)(this.dateRangeHook,this.dateRangeHandlerHook,(function(){return a})),Object(y.d)("googlesitekit.moduleDataReset"),Object(y.d)("googlesitekit.moduleLoaded",n),this.setState({dateValue:Object(y.c)(this.dateRangeHook,"last-28-days")}),!1}},{key:"render",value:function(){var t=this.state.dateValue,n={
14
+ /* translators: %s: Number of days to request data. */
15
+ "last-7-days":Object(m.sprintf)(Object(m._n)("Last %s day","Last %s days",7,"google-site-kit"),7),
16
+ /* translators: %s: Number of days to request data. */
17
+ "last-14-days":Object(m.sprintf)(Object(m._n)("Last %s day","Last %s days",14,"google-site-kit"),14),
18
+ /* translators: %s: Number of days to request data. */
19
+ "last-28-days":Object(m.sprintf)(Object(m._n)("Last %s day","Last %s days",28,"google-site-kit"),28),
20
+ /* translators: %s: Number of days to request data. */
21
+ "last-90-days":Object(m.sprintf)(Object(m._n)("Last %s day","Last %s days",90,"google-site-kit"),90)};return e.createElement(b.j,{enhanced:!0,className:"mdc-select--minimal",name:"time_period",label:"",onEnhancedChange:this.handleSelection,value:t},Object.keys(n).map((function(t){return e.createElement(b.i,{key:t,value:t},n[t])})))}}]),DateRangeSelector}(h.a);t.a=_}).call(this,n(11))},143:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(18),y=n.n(m),b=n(28);function v(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var _=function(t){s()(LayoutHeader,t);var n=v(LayoutHeader);function LayoutHeader(){return r()(this,LayoutHeader),n.apply(this,arguments)}return o()(LayoutHeader,[{key:"render",value:function(){var t=this.props,n=t.title,a=t.ctaLabel,r=t.ctaLink;return e.createElement("header",{className:"googlesitekit-layout__header"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},n&&e.createElement("div",{className:y()("mdc-layout-grid__cell","mdc-layout-grid__cell--align-middle","mdc-layout-grid__cell--span-4-phone",{"mdc-layout-grid__cell--span-6-desktop":r,"mdc-layout-grid__cell--span-12-desktop":!r,"mdc-layout-grid__cell--span-8-tablet":!r})},e.createElement("h3",{className:"googlesitekit-subheading-1 googlesitekit-layout__header-title"},n)),r&&e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--align-middle mdc-layout-grid__cell--align-right-tablet "},e.createElement(b.a,{href:r,external:!0,inherit:!0},a)))))}}]),LayoutHeader}(f.a);_.propTypes={title:h.a.string,ctaLabel:h.a.string,ctaLink:h.a.string},_.defaultProps={title:"",ctaLabel:"",ctaLink:""},t.a=_}).call(this,n(11))},144:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(82);function y(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var b=function(t){s()(LayoutFooter,t);var n=y(LayoutFooter);function LayoutFooter(){return r()(this,LayoutFooter),n.apply(this,arguments)}return o()(LayoutFooter,[{key:"render",value:function(){var t=this.props,n=t.ctaLabel,a=t.ctaLink,r=t.footerContent;return e.createElement("footer",{className:"googlesitekit-layout__footer"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-12"},a&&n&&e.createElement(m.a,{className:"googlesitekit-data-block__source",name:n,href:a,external:!0}),r))))}}]),LayoutFooter}(f.a);b.propTypes={ctaLabel:h.a.string,ctaLink:h.a.string},t.a=b}).call(this,n(11))},159:function(e,t,n){"use strict";(function(e,a){var r=n(4),i=n.n(r),o=n(15),c=n.n(o),s=n(6),l=n.n(s),u=n(7),d=n.n(u),g=n(21),f=n.n(g),p=n(8),h=n.n(p),m=n(9),y=n.n(m),b=n(3),v=n.n(b),_=n(1),k=n(0),O=n(5),D=n(104),S=n(48),E=n(160),j=n(110);function R(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=v()(e);if(t){var r=v()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return y()(this,n)}}var w=function(t){h()(UserMenu,t);var n,r=R(UserMenu);function UserMenu(e){var t;return l()(this,UserMenu),(t=r.call(this,e)).state={dialogActive:!1,menuOpen:!1},t.handleMenu=t.handleMenu.bind(f()(t)),t.handleMenuClose=t.handleMenuClose.bind(f()(t)),t.handleMenuItemSelect=t.handleMenuItemSelect.bind(f()(t)),t.handleDialog=t.handleDialog.bind(f()(t)),t.handleDialogClose=t.handleDialogClose.bind(f()(t)),t.handleUnlinkConfirm=t.handleUnlinkConfirm.bind(f()(t)),t.menuButtonRef=Object(_.h)(),t.menuRef=Object(_.h)(),t}return d()(UserMenu,[{key:"componentDidMount",value:function(){e.addEventListener("mouseup",this.handleMenuClose),e.addEventListener("keyup",this.handleMenuClose),e.addEventListener("keyup",this.handleDialogClose)}},{key:"componentWillUnmount",value:function(){e.removeEventListener("mouseup",this.handleMenuClose),e.removeEventListener("keyup",this.handleMenuClose),e.removeEventListener("keyup",this.handleDialogClose)}},{key:"handleMenu",value:function(){var e=this.state.menuOpen;this.setState({menuOpen:!e})}},{key:"handleMenuClose",value:function(e){("keyup"!==e.type||27!==e.keyCode)&&"mouseup"!==e.type||this.menuButtonRef.current.buttonRef.current.contains(e.target)||this.menuRef.current.menuRef.current.contains(e.target)||this.setState({menuOpen:!1})}},{key:"handleMenuItemSelect",value:function(t,n){var a=e._googlesitekitLegacyData.admin.proxyPermissionsURL;if("keydown"===n.type&&(13===n.keyCode||32===n.keyCode)||"click"===n.type)switch(t){case 0:this.handleDialog();break;case 1:e.location.assign(a);break;default:this.handleMenu()}}},{key:"handleDialog",value:function(){this.setState((function(e){return{dialogActive:!e.dialogActive,menuOpen:!1}}))}},{key:"handleDialogClose",value:function(e){27===e.keyCode&&this.setState({dialogActive:!1,menuOpen:!1})}},{key:"handleUnlinkConfirm",value:(n=c()(i.a.mark((function e(){return i.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.setState({dialogActive:!1}),Object(O.d)(),document.location=Object(O.n)("googlesitekit-splash",{googlesitekit_context:"revoked"});case 3:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"render",value:function(){var t=e._googlesitekitLegacyData.admin,n=t.userData,r=n.email,i=void 0===r?"":r,o=n.picture,c=void 0===o?"":o,s=t.proxyPermissionsURL,l=this.state,u=l.dialogActive,d=l.menuOpen;return a.createElement(_.b,null,a.createElement("div",{className:"googlesitekit-dropdown-menu mdc-menu-surface--anchor"},a.createElement(S.a,{ref:this.menuButtonRef,className:"googlesitekit-header__dropdown mdc-button--dropdown",text:!0,onClick:this.handleMenu,icon:c?a.createElement("i",{className:"mdc-button__icon","aria-hidden":"true"},a.createElement("img",{className:"mdc-button__icon--image",src:c,alt:Object(k.__)("User Avatar","google-site-kit")})):void 0,ariaHaspopup:"menu",ariaExpanded:d,ariaControls:"user-menu"},i),a.createElement(E.a,{ref:this.menuRef,menuOpen:d,menuItems:[Object(k.__)("Disconnect","google-site-kit")].concat(s?[Object(k.__)("Manage sites…","google-site-kit")]:[]),onSelected:this.handleMenuItemSelect,id:"user-menu"})),a.createElement(j.a,null,a.createElement(D.a,{dialogActive:u,handleConfirm:this.handleUnlinkConfirm,handleDialog:this.handleDialog,title:Object(k.__)("Disconnect","google-site-kit"),subtitle:Object(k.__)("Disconnecting Site Kit by Google will remove your access to all services. After disconnecting, you will need to re-authorize to restore service.","google-site-kit"),confirmButton:Object(k.__)("Disconnect","google-site-kit"),provides:[],danger:!0})))}}]),UserMenu}(_.a);t.a=w}).call(this,n(16),n(11))},160:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(43);function y(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var b=function(t){s()(Menu,t);var n=y(Menu);function Menu(e){var t;return r()(this,Menu),(t=n.call(this,e)).menuRef=Object(f.h)(),t}return o()(Menu,[{key:"componentDidMount",value:function(){var e=this.props.menuOpen;this.menu=new m.f(this.menuRef.current),this.menu.open=e,this.menu.setDefaultFocusState(1)}},{key:"componentDidUpdate",value:function(e){var t=this.props.menuOpen;t!==e.menuOpen&&(this.menu.open=t)}},{key:"render",value:function(){var t=this.props,n=t.menuOpen,a=t.menuItems,r=t.onSelected,i=t.id;return e.createElement("div",{className:"mdc-menu mdc-menu-surface",ref:this.menuRef},e.createElement("ul",{id:i,className:"mdc-list",role:"menu","aria-hidden":!n,"aria-orientation":"vertical",tabIndex:"-1"},a.map((function(t,n){return e.createElement("li",{key:n,className:"mdc-list-item",role:"menuitem",onClick:r.bind(null,n),onKeyDown:r.bind(null,n)},e.createElement("span",{className:"mdc-list-item__text"},t))}))))}}]),Menu}(f.a);b.propTypes={menuOpen:h.a.bool.isRequired,menuItems:h.a.array.isRequired,id:h.a.string.isRequired},t.a=b}).call(this,n(11))},161:function(e,t,n){"use strict";var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(80);function p(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var h=function(e){s()(ErrorNotification,e);var t=p(ErrorNotification);function ErrorNotification(){return r()(this,ErrorNotification),t.apply(this,arguments)}return o()(ErrorNotification,[{key:"render",value:function(){return null}}]),ErrorNotification}(n(1).a);t.a=Object(f.a)("googlesitekit.ErrorNotification")(h)},162:function(e,t,n){"use strict";(function(e){var a=n(4),r=n.n(a),i=n(15),o=n.n(i),c=n(6),s=n.n(c),l=n(7),u=n.n(l),d=n(21),g=n.n(d),f=n(8),p=n.n(f),h=n(9),m=n.n(h),y=n(3),b=n.n(y),v=n(1),_=n(18),k=n.n(_),O=n(80),D=n(0),S=n(163),E=n(165),j=n(107),R=n(166),w=n(69),A=n(70),C=n(49),N=n(119),P=n(59),x=n(91),T=n(5),L=n(88),I=n(89),W=n(84),M=n(26);function U(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=b()(e);if(t){var r=b()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return m()(this,n)}}var H=Object(O.a)("googlesitekit.AdSenseDashboardZeroData")((function(){return null})),q=function(t){p()(AdSenseDashboardWidget,t);var n,a=U(AdSenseDashboardWidget);function AdSenseDashboardWidget(e){var t;return s()(this,AdSenseDashboardWidget),(t=a.call(this,e)).state={receivingData:!0,error:!1,loading:!0,isAdSenseConnected:!0,zeroData:!1},t.handleDataError=t.handleDataError.bind(g()(t)),t.handleDataSuccess=t.handleDataSuccess.bind(g()(t)),t.handleZeroData=t.handleZeroData.bind(g()(t)),t}return u()(AdSenseDashboardWidget,[{key:"componentDidMount",value:function(){this.isAdSenseConnected()}},{key:"isAdSenseConnected",value:(n=o()(r.a.mark((function e(){return r.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(P.a)();case 2:e.sent?this.setState({isAdSenseConnected:!0}):this.setState({isAdSenseConnected:!1});case 4:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"handleDataError",value:function(e){this.setState({receivingData:!1,error:e,loading:!1})}},{key:"handleDataSuccess",value:function(){this.setState({receivingData:!0,loading:!1})}},{key:"handleZeroData",value:function(){this.setState({zeroData:!0,loading:!1})}},{key:"render",value:function(){var t=this,n=Object(T.k)(),a=this.state,r=a.receivingData,i=a.error,o=a.loading,c=a.isAdSenseConnected,s=a.zeroData,l=n.adsense.homepage,u=o||!r||s?"googlesitekit-nodata":"";return e.createElement(v.b,null,e.createElement(I.a,null),e.createElement("div",{className:u},e.createElement(j.a,{module:"adsense"})),e.createElement("div",{className:"googlesitekit-module-page googlesitekit-module-page--adsense"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},!i&&n.adsense.setupComplete?e.createElement(W.a,{title:Object(D._x)("AdSense","Service name","google-site-kit"),icon:!0,iconWidth:"30",iconHeight:"26",iconID:"adsense",status:"connected",statusText:Object(D.__)("AdSense is connected","google-site-kit")}):e.createElement(W.a,{title:Object(D._x)("AdSense","Service name","google-site-kit"),icon:!0,iconWidth:"30",iconHeight:"26",iconID:"adsense",status:"not-connected",statusText:Object(D.__)("AdSense is not connected","google-site-kit")}),o&&e.createElement(C.a,null)),s&&e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(M.a,{fill:!0},e.createElement(H,null))),!r&&(i?Object(A.a)(Object(D._x)("AdSense","Service name","google-site-kit"),i,!0,!0,!0):Object(w.a)(Object(D._x)("AdSense","Service name","google-site-kit"),!0,!0,!0)),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",u)},e.createElement(x.a,{slug:"adsense",context:"module-dashboard"}),e.createElement(M.a,{header:!0,title:Object(D.__)("Estimated earnings","google-site-kit"),headerCtaLabel:Object(D.__)("Advanced Settings","google-site-kit"),headerCtaLink:l},e.createElement(S.a,{handleDataError:this.handleDataError,handleDataSuccess:this.handleDataSuccess}))),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",u)},e.createElement(M.a,{header:!0,title:Object(D.__)("Performance over previous 28 days","google-site-kit"),headerCtaLabel:Object(D.__)("Advanced Settings","google-site-kit"),headerCtaLink:l},e.createElement(E.a,{handleDataError:function(e){e||t.handleZeroData()}}))),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",u)},e.createElement(R.a,null)),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 mdc-layout-grid__cell--align-right "},e.createElement(L.a,null))))),!c&&e.createElement(N.a,null))}}]),AdSenseDashboardWidget}(v.a);t.a=q}).call(this,n(11))},163:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(5),m=n(31),y=n(30),b=n(25),v=n(17),_=n(59);function k(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var O=function(t){s()(AdSenseEstimateEarningsWidget,t);var n=k(AdSenseEstimateEarningsWidget);function AdSenseEstimateEarningsWidget(e){var t;return r()(this,AdSenseEstimateEarningsWidget),(t=n.call(this,e)).state={refetch:!1,today:!1,yesterday:!1,sevenDays:!1,month:!1,twentyEightDays:!1,sameDayLastWeek:!1,prev7Days:!1,monthLastYear:!1,prev28Days:!1,error:!1,message:""},t}return o()(AdSenseEstimateEarningsWidget,[{key:"componentDidUpdate",value:function(){this.processCallbackData()}},{key:"componentDidMount",value:function(){this.processCallbackData()}},{key:"processCallbackData",value:function(){var e=this.props,t=e.data,n=e.requestDataToState;t&&!t.error&&"function"==typeof n&&this.setState(n)}},{key:"render",value:function(){var e=this.state,t=e.today,n=e.yesterday,a=e.sevenDays,r=e.month,i=e.twentyEightDays,o=e.sameDayLastWeek,c=e.prev7Days,s=e.monthLastYear,l=e.prev28Days;if(!(t&&n&&a&&r&&i&&o&&c&&s&&l))return null;var u=t.headers.find((function(e){return null!==e.currency&&0<e.currency.length})),d=!!u&&u.currency,g=t.totals?[{className:"googlesitekit-data-block--today",title:Object(p.__)("Today so far","google-site-kit"),datapoint:Object(h.t)(t.totals[0],d)},{className:"googlesitekit-data-block--yesterday",title:Object(p.__)("Yesterday","google-site-kit"),datapoint:Object(h.t)(n.totals[0],d),change:o.totals[0],changeDataUnit:"%"},{className:"googlesitekit-data-block--7days",title:Object(p.__)("Last 7 days","google-site-kit"),datapoint:Object(h.t)(a.totals[0],d),change:c.totals[0],changeDataUnit:"%"},{className:"googlesitekit-data-block--month",title:Object(p.__)("This month","google-site-kit"),datapoint:Object(h.t)(r.totals[0],d),change:s.totals[0],changeDataUnit:"%"},{className:"googlesitekit-data-block--28days",title:Object(p.__)("Last 28 days","google-site-kit"),datapoint:Object(h.t)(i.totals[0],d),change:l.totals[0],changeDataUnit:"%"}]:[];return AdSenseEstimateEarningsWidget.renderLayout(g)}}],[{key:"renderLayout",value:function(t){return e.createElement("section",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},t.map((function(t,n){return e.createElement("div",{key:n,className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-top mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-4-desktop "},e.createElement(m.a,{stat:n,className:t.className,title:t.title,datapoint:t.datapoint,change:t.change,changeDataUnit:t.changeDataUnit,context:t.context,selected:t.selected,handleStatSelection:t.handleStatSelection}))}))))}},{key:"renderPreviews",value:function(){for(var t=[],n=0;5>n;n++)t.push(e.createElement("div",{key:n,className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-top mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-4-desktop "},e.createElement(y.a,{width:"100%",height:"104px"})));return e.createElement("section",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},t))}}]),AdSenseEstimateEarningsWidget}(f.a);t.a=Object(b.a)(O,[{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"today"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.today)return{today:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"yesterday"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.yesterday)return{yesterday:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"same-day-last-week"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.sameDayLastWeek)return{sameDayLastWeek:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"last-7-days"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.sevenDays)return{sevenDays:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"prev-7-days"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.prev7Days)return{prev7Days:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"this-month"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.month)return{month:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"this-month-last-year"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.monthLastYear)return{monthLastYear:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"last-28-days"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.twentyEightDays)return{twentyEightDays:n}}},{type:v.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"prev-28-days"},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.prev28Days)return{prev28Days:n}}}],O.renderPreviews(),{createGrid:!0},_.b)}).call(this,n(11))},164:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(0),m=n(36);function y(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var b=function(t){l()(InvalidCredentialsWarning,t);var n=y(InvalidCredentialsWarning);function InvalidCredentialsWarning(){return i()(this,InvalidCredentialsWarning),n.apply(this,arguments)}return c()(InvalidCredentialsWarning,[{key:"render",value:function(){return e.createElement(m.a,{id:"notification-id",title:Object(h.__)("Security Token Error","google-site-kit"),description:Object(h.__)("We’re unable to retrieve your data because your security token is expired or revoked. Please ","google-site-kit"),learnMoreURL:a._googlesitekitLegacyData.admin.connectURL,learnMoreLabel:Object(h.__)("reauthenticate your account","google-site-kit"),format:"small",type:"win-error"})}}]),InvalidCredentialsWarning}(p.a);t.a=b}).call(this,n(11),n(16))},165:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(13),m=n(5),y=n(17),b=n(31),v=n(30),_=n(59),k=n(25);function O(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var D=function(t){s()(AdSensePerformanceWidget,t);var n=O(AdSensePerformanceWidget);function AdSensePerformanceWidget(e){var t;return r()(this,AdSensePerformanceWidget),(t=n.call(this,e)).state={twentyEightDays:!1,prev28Days:!1},t}return o()(AdSensePerformanceWidget,[{key:"componentDidUpdate",value:function(){this.processCallbackData()}},{key:"componentDidMount",value:function(){this.processCallbackData()}},{key:"processCallbackData",value:function(){var e=this.props,t=e.data,n=e.requestDataToState;t&&!t.error&&"function"==typeof n&&this.setState(n)}},{key:"render",value:function(){var t=this.state,n=t.twentyEightDays,a=t.prev28Days,r=n.totals?[{className:"googlesitekit-data-block--page-rpm",title:Object(p.__)("Page RPM","google-site-kit"),datapoint:Object(m.t)(n.totals[1]),change:Object(h.isUndefined)(a.totals)?0:a.totals[1],changeDataUnit:"%"},{className:"googlesitekit-data-block--impression",title:Object(p.__)("Impressions","google-site-kit"),datapoint:Object(m.t)(n.totals[2]),change:Object(h.isUndefined)(a.totals)?0:a.totals[2],changeDataUnit:"%"}]:[];return e.createElement("section",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},r.map((function(t,n){return e.createElement("div",{key:n,className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-top mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-4-desktop "},e.createElement(b.a,{stat:n,className:t.className,title:t.title,datapoint:t.datapoint,change:t.change,changeDataUnit:t.changeDataUnit,context:t.context,selected:t.selected,handleStatSelection:t.handleStatSelection}))}))))}}]),AdSensePerformanceWidget}(f.a);t.a=Object(k.a)(D,[{type:y.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"last-28-days"},priority:1,maxAge:Object(m.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.twentyEightDays)return{twentyEightDays:n}}},{type:y.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"prev-28-days"},priority:1,maxAge:Object(m.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.prev28Days)return{prev28Days:n}}}],e.createElement(v.a,{width:"100%",height:"250px"}),{createGrid:!0},_.b)}).call(this,n(11))},166:function(e,t,n){"use strict";var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(80);function p(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var h=function(e){s()(DashboardAdSenseTopPages,e);var t=p(DashboardAdSenseTopPages);function DashboardAdSenseTopPages(){return r()(this,DashboardAdSenseTopPages),t.apply(this,arguments)}return o()(DashboardAdSenseTopPages,[{key:"render",value:function(){return null}}]),DashboardAdSenseTopPages}(n(1).a);t.a=Object(f.a)("googlesitekit.AnalyticsAdSenseTopPagesTable")(h)},167:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(56),m=n(168),y=n(169),b=n(91);function v(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var _=function(t){s()(DashboardEarnings,t);var n=v(DashboardEarnings);function DashboardEarnings(){return r()(this,DashboardEarnings),n.apply(this,arguments)}return o()(DashboardEarnings,[{key:"render",value:function(){return e.createElement(f.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(h.a,{title:Object(p.__)("Earnings","google-site-kit"),description:Object(p.__)("How much you’re earning from your content through AdSense.","google-site-kit")}),e.createElement(b.a,{slug:"adsense",context:"module-sitekit-dashboard"})),e.createElement(y.a,null),e.createElement(m.a,null))}}]),DashboardEarnings}(f.a);t.a=_}).call(this,n(11))},168:function(e,t,n){"use strict";var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(80);function p(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var h=function(e){s()(DashboardAdSenseTopEarningPagesSmall,e);var t=p(DashboardAdSenseTopEarningPagesSmall);function DashboardAdSenseTopEarningPagesSmall(){return r()(this,DashboardAdSenseTopEarningPagesSmall),t.apply(this,arguments)}return o()(DashboardAdSenseTopEarningPagesSmall,[{key:"render",value:function(){return null}}]),DashboardAdSenseTopEarningPagesSmall}(n(1).a);t.a=Object(f.a)("googlesitekit.AnalyticsAdSenseTopPagesTableSmall")(h)},169:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(59),m=n(26),y=n(25),b=n(17),v=n(30),_=n(5),k=n(31),O=n(61);function D(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var S=function(t){s()(AdSenseDashboardMainSummary,t);var n=D(AdSenseDashboardMainSummary);function AdSenseDashboardMainSummary(e){var t;return r()(this,AdSenseDashboardMainSummary),(t=n.call(this,e)).state={today:!1,period:!1,daily:!1},t}return o()(AdSenseDashboardMainSummary,[{key:"componentDidUpdate",value:function(){this.processCallbackData()}},{key:"componentDidMount",value:function(){this.processCallbackData()}},{key:"processCallbackData",value:function(){var e=this.props,t=e.data,n=e.requestDataToState;t&&!t.error&&"function"==typeof n&&this.setState(n)}},{key:"render",value:function(){var t=this.state,n=t.today,a=t.period,r=t.daily;if(!(n&&a&&r&&a.totals))return e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(m.a,{className:"googlesitekit-dashboard-adsense-stats",fill:!0},e.createElement(v.a,{width:"100%",height:"276px",padding:!0})));var i=Object(h.f)(r.rows),o=Object(_.n)("googlesitekit-module-adsense",{}),c=a.headers.find((function(e){return null!==e.currency&&0<e.currency.length})),s=!!c&&c.currency;return e.createElement(f.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(m.a,{className:"googlesitekit-dashboard-adsense-stats",fill:!0},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(k.a,{className:"overview-adsense-rpm",title:Object(p.__)("RPM","google-site-kit"),datapoint:Object(_.t)(a.totals[1],s),source:{name:Object(p._x)("AdSense","Service name","google-site-kit"),link:o},sparkline:r&&e.createElement(O.a,{data:Object(_.g)(i.dataMap,2),change:1,loadSmall:!1}),context:"compact"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(k.a,{className:"overview-adsense-earnings",title:Object(p.__)("Total Earnings","google-site-kit"),datapoint:Object(_.t)(a.totals[0],s),source:{name:Object(p._x)("AdSense","Service name","google-site-kit"),link:o},change:n.totals[0],changeDataUnit:"$",sparkline:r&&e.createElement(O.a,{data:Object(_.g)(i.dataMap,1),change:1,loadSmall:!1}),context:"compact"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(k.a,{className:"overview-adsense-impressions",title:Object(p.__)("Ad Impressions","google-site-kit"),datapoint:Object(_.t)(a.totals[2]),source:{name:Object(p._x)("AdSense","Service name","google-site-kit"),link:o},sparkline:r&&e.createElement(O.a,{data:Object(_.g)(i.dataMap,3),change:1,loadSmall:!1}),context:"compact"})))))))}}]),AdSenseDashboardMainSummary}(f.a);t.a=Object(y.a)(S,[{type:b.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"today"},priority:1,maxAge:Object(_.o)("day"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.today)return{today:n}}},{type:b.b,identifier:"adsense",datapoint:"earnings",data:{},priority:1,maxAge:Object(_.o)("day"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.period)return{period:n}}},{type:b.b,identifier:"adsense",datapoint:"earnings",data:{dateRange:"this-month",dimensions:["DATE"]},priority:1,maxAge:Object(_.o)("day"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.daily)return{daily:n}}}],e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(m.a,{className:"googlesitekit-dashboard-adsense-stats",fill:!0},e.createElement(v.a,{width:"100%",height:"276px",padding:!0}))),{inGrid:!0,createGrid:!0},h.b)}).call(this,n(11))},17:function(e,t,n){"use strict";var a=n(10),r=n.n(a),i=n(13),o=n(66),c=n(41),s=n(14),l=n(60),u=n(22),d=n(55),g=n(102),f=n(129),p=n(29),h=n(75);n.d(t,"a",(function(){return h.a})),n.d(t,"b",(function(){return h.b}));var m=n(106);function y(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 b(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?y(Object(n),!0).forEach((function(t){r()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var v=function(e,t){var n=b({data:{}},e);return n.data=b({dateRange:t},n.data),n},_={maxRequests:10,combinedGetFromCache:function(e){var t=this;return new Promise((function(n,a){try{var r=[],o=Object(l.b)();Object(i.each)(e,(function(e){var n=v(e,o);n.key=Object(p.c)(n.type,n.identifier,n.datapoint,n.data);var a=Object(p.b)(n.key,n.maxAge);void 0!==a&&(r[n.key]=a,t.resolve(n,a))})),n(r)}catch(e){a()}}))},combinedGet:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1],a=[],r=25,u=Object(l.b)();Object(i.each)(e,(function(e){var n=v(e,u);n.key=Object(p.c)(n.type,n.identifier,n.datapoint,n.data);var i=Object(p.b)(n.key,n.maxAge);void 0!==i?(setTimeout((function(){t.resolve(n,i)}),r),r+=25):a.push(n)})),a=Object(i.sortBy)(a,"priority");var g=[],f=[],h={},m=!!a.find((function(e){return e.priority<10}));Object(i.each)(a,(function(e,t){!n&&10<=e.priority&&m?f.push(e):h[e.key]?h[e.key].push(t):(h[e.key]=[t],g.push(e))}));var y=10,b=g.slice(0,y),_=g.slice(y);if(_=_.concat(f),0!==b.length||0!==_.length){0<_.length&&0<this.maxRequests--?setTimeout((function(){t.combinedGet(_,!0)}),50):this.maxRequests=10;var k=null!==Object(d.c)("datacache");return Object(o.default)({path:Object(c.a)("/google-site-kit/v1/data/",{datacache:k||void 0}),data:{request:b},method:"POST"}).then((function(e){Object(i.each)(e,(function(e,n){h[n]?(t.handleWPError(e),Object(i.each)(h[n],(function(n){var r=a[n];Object(p.e)(r.key,e),t.resolve(r,e)})),0===_.length&&Object(s.d)("googlesitekit.dataLoaded","api")):console.error("data_error","unknown response key "+n)}))})).catch((function(e){console.warn("Error caught during combinedGet",e)}))}Object(s.d)("googlesitekit.dataLoaded","cache")},handleWPError:function(e){var t=["code","data","message"],n=Object(i.intersection)(t,Object.keys(e));if(Object(i.isEqual)(t,n)){console.warn("WP Error in data response",e);var a=e.data;if(a&&a.reason){var r=0;["authError","insufficientPermissions"].includes(a.reason)&&(Object(s.b)("googlesitekit.ErrorNotification","googlesitekit.AuthNotification",Object(u.b)(g.a),1),r++),"forbidden"===a.reason&&(Object(s.b)("googlesitekit.ErrorNotification","googlesitekit.AuthNotification",Object(u.b)(f.a),1),r++),r&&Object(s.b)("googlesitekit.TotalNotifications","googlesitekit.AuthCountIncrease",(function(e){return Object(s.g)("googlesitekit.TotalNotifications","googlesitekit.AuthCountIncrease"),e+r}))}}},resolve:function(e,t){e&&"function"==typeof e.callback&&e.callback(t,e.datapoint)},invalidateCacheGroup:m.a,collectModuleData:function(e,t){var n=Object(s.c)("googlesitekit.module"+e+"DataRequest",[],t);0!==n.length&&this.combinedGet(n)},get:function(e,t,n){var a=this,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=!(arguments.length>4&&void 0!==arguments[4])||arguments[4],s=Object(p.c)(e,t,n,r);if(!i){var l=Object(p.b)(s,3600);if(void 0!==l)return new Promise((function(e){e(l)}))}return Object(o.default)({path:Object(c.a)("/google-site-kit/v1/".concat(e,"/").concat(t,"/data/").concat(n),r)}).then((function(e){return i||Object(p.e)(s,e),Promise.resolve(e)})).catch((function(e){return a.handleWPError(e),Promise.reject(e)}))},set:function(e,t,n,a){var r={};return r.data=a,Object(o.default)({path:"/google-site-kit/v1/".concat(e,"/").concat(t,"/data/").concat(n),data:r,method:"POST"}).then((function(a){return _.invalidateCacheGroup(e,t,n),new Promise((function(e){e(a)}))}))},setModuleActive:function(e,t){return this.set(h.a,"modules","activation",{slug:e,active:t})}};Object(s.e)("googlesitekit.moduleLoaded","googlesitekit.collectModuleData")||Object(s.a)("googlesitekit.moduleLoaded","googlesitekit.collectModuleData",_.collectModuleData.bind(_)),t.c=_},170:function(e,t,n){"use strict";(function(e){var a=n(4),r=n.n(a),i=n(15),o=n.n(i),c=n(6),s=n.n(c),l=n(7),u=n.n(l),d=n(21),g=n.n(d),f=n(8),p=n.n(f),h=n(9),m=n.n(h),y=n(3),b=n.n(y),v=n(1),_=n(18),k=n.n(_),O=n(0),D=n(89),S=n(171),E=n(172),j=n(173),R=n(120),w=n(26),A=n(84),C=n(108),N=n(107),P=n(49),x=n(69),T=n(70),L=n(119),I=n(59),W=n(60),M=n(88);function U(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=b()(e);if(t){var r=b()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return m()(this,n)}}var H=function(t){p()(AnalyticsDashboardWidget,t);var n,a=U(AnalyticsDashboardWidget);function AnalyticsDashboardWidget(e){var t;return s()(this,AnalyticsDashboardWidget),(t=a.call(this,e)).state={selectedStats:[0],receivingData:!0,error:!1,loading:!0,isAdSenseConnected:!0},t.handleStatSelection=t.handleStatSelection.bind(g()(t)),t.buildSeries=t.buildSeries.bind(g()(t)),t.handleDataError=t.handleDataError.bind(g()(t)),t.handleDataSuccess=t.handleDataSuccess.bind(g()(t)),t}return u()(AnalyticsDashboardWidget,[{key:"componentDidMount",value:function(){this.isAdSenseConnected()}},{key:"isAdSenseConnected",value:(n=o()(r.a.mark((function e(){return r.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,Object(I.a)();case 2:e.sent?this.setState({isAdSenseConnected:!0}):this.setState({isAdSenseConnected:!1});case 4:case"end":return e.stop()}}),e,this)}))),function(){return n.apply(this,arguments)})},{key:"handleStatSelection",value:function(e){this.setState({selectedStats:[e]})}},{key:"handleDataError",value:function(e){this.setState({receivingData:!1,loading:!1,error:e})}},{key:"handleDataSuccess",value:function(){this.setState({receivingData:!0,loading:!1})}},{key:"buildSeries",value:function(){var e=this.state.selectedStats,t={0:"#4285f4",1:"#27bcd4",2:"#1b9688",3:"#673ab7"};return{0:{color:t[e],targetAxisIndex:0},1:{color:t[e],targetAxisIndex:0,lineDashStyle:[3,3],lineWidth:1}}}},{key:"render",value:function(){var t=this.state,n=t.selectedStats,a=t.error,r=t.receivingData,i=t.loading,o=t.isAdSenseConnected,c=this.buildSeries(),s=!i&&r?"":"googlesitekit-nodata",l=Object(W.a)();return e.createElement(v.b,null,e.createElement(D.a,null),e.createElement(N.a,{module:"analytics"}),e.createElement("div",{className:"googlesitekit-module-page googlesitekit-module-page--analytics"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(A.a,{title:Object(O._x)("Analytics","Service name","google-site-kit"),icon:!0,iconWidth:"24",iconHeight:"26",iconID:"analytics",status:"connected",statusText:Object(O.__)("Analytics is connected","google-site-kit")}),i&&e.createElement(P.a,null)),!r&&(a?Object(T.a)(Object(O._x)("Analytics","Service name","google-site-kit"),a,!0,!0,!0):Object(x.a)(Object(O._x)("Analytics","Service name","google-site-kit"),!0,!0,!0)),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",s)},e.createElement(w.a,{header:!0
22
+ /* translators: %s: date range */,title:Object(O.sprintf)(Object(O.__)("Audience overview for the last %s","google-site-kit"),l),headerCtaLabel:Object(O.__)("See full stats in Analytics","google-site-kit"),headerCtaLink:"http://analytics.google.com"},e.createElement(j.a,{selectedStats:n,handleStatSelection:this.handleStatSelection,handleDataError:this.handleDataError,handleDataSuccess:this.handleDataSuccess}),e.createElement(S.a,{selectedStats:n,series:c,vAxes:null,dateRangeSlug:Object(W.b)()}))),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",s)},e.createElement(w.a,{header:!0,footer:!0
23
+ /* translators: %s: date range */,title:Object(O.sprintf)(Object(O.__)("Top content over the last %s","google-site-kit"),l),headerCtaLink:"https://analytics.google.com",headerCtaLabel:Object(O.__)("See full stats in Analytics","google-site-kit"),footerCtaLabel:Object(O._x)("Analytics","Service name","google-site-kit"),footerCtaLink:"https://analytics.google.com"},e.createElement(E.a,null))),e.createElement("div",{className:k()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",s)},e.createElement(w.a,{header:!0,footer:!0
24
+ /* translators: %s: date range */,title:Object(O.sprintf)(Object(O.__)("Top acquisition sources over the last %s","google-site-kit"),l),headerCtaLink:"https://analytics.google.com",headerCtaLabel:Object(O.__)("See full stats in Analytics","google-site-kit"),footerCtaLabel:Object(O._x)("Analytics","Service name","google-site-kit"),footerCtaLink:"https://analytics.google.com"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-desktop mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(C.a,null)),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-8-desktop mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(R.a,null)))))),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 mdc-layout-grid__cell--align-right "},e.createElement(M.a,null))))),!i&&!o&&e.createElement(L.a,null))}}]),AnalyticsDashboardWidget}(v.a);t.a=H}).call(this,n(11))},171:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(21),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(0),b=n(5),v=n(71),_=n(25),k=n(17),O=n(20),D=n(30);function S(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var E=function(t){d()(AnalyticsDashboardWidgetSiteStats,t);var n=S(AnalyticsDashboardWidgetSiteStats);function AnalyticsDashboardWidgetSiteStats(e){var t;return i()(this,AnalyticsDashboardWidgetSiteStats),(t=n.call(this,e)).setOptions=t.setOptions.bind(l()(t)),t}return c()(AnalyticsDashboardWidgetSiteStats,[{key:"setOptions",value:function(){var t=this.props,n=t.series,a=t.vAxes,r={chart:{title:""===e._googlesitekitLegacyData.pageTitle?"":Object(y.__)("Users Traffic Summary","google-site-kit")},curveType:"line",height:270,width:"100%",chartArea:{height:"80%",width:"87%"},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},hAxis:{format:"M/d/yy",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12}},vAxis:{gridlines:{color:"#eee"},minorGridlines:{color:"#eee"},textStyle:{color:"#616161",fontSize:12},titleTextStyle:{color:"#616161",fontSize:12,italic:!1}}};return r.series=n,r.vAxes=a,r}},{key:"render",value:function(){var e=this.props,t=e.data,n=e.selectedStats,r=e.dateRangeSlug;if(!t||!t.length)return null;var i=r?r.match(/\d+/).map(Number)[0]:28,o=Object(O.c)(t,n,i);if(!o)return null;var c=this.setOptions();return a.createElement("section",{className:"mdc-layout-grid"},a.createElement("div",{className:"mdc-layout-grid__inner"},a.createElement("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-12"},a.createElement(v.a,{selectedStats:n,data:o,options:c}))))}}]),AnalyticsDashboardWidgetSiteStats}(m.a);t.a=Object(_.a)(E,[{type:k.b,identifier:"analytics",datapoint:"report",data:O.r,priority:1,maxAge:Object(b.o)("day"),context:"Single"}],a.createElement(D.a,{width:"100%",height:"270px",padding:!0}),{createGrid:!0})}).call(this,n(16),n(11))},172:function(e,t,n){"use strict";(function(e){var a=n(38),r=n.n(a),i=n(6),o=n.n(i),c=n(7),s=n.n(c),l=n(8),u=n.n(l),d=n(9),g=n.n(d),f=n(3),p=n.n(f),h=n(1),m=n(18),y=n.n(m),b=n(13),v=n(2),_=n.n(v),k=n(0),O=n(5),D=n(25),S=n(17),E=n(37),j=n(51),R=n(20);function w(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=p()(e);if(t){var r=p()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return g()(this,n)}}var A=function(t){u()(AnalyticsDashboardWidgetTopPagesTable,t);var n=w(AnalyticsDashboardWidgetTopPagesTable);function AnalyticsDashboardWidgetTopPagesTable(){return o()(this,AnalyticsDashboardWidgetTopPagesTable),n.apply(this,arguments)}return s()(AnalyticsDashboardWidgetTopPagesTable,[{key:"render",value:function(){var t=this.props,n=t.data,a=t.colspan;if(!n||!n.length)return null;var i=[{title:Object(k.__)("Title","google-site-kit"),tooltip:Object(k.__)("Page Title","google-site-kit"),primary:!0},{title:Object(k.__)("Pageviews","google-site-kit"),tooltip:Object(k.__)("Pageviews","google-site-kit")},{title:Object(k.__)("Unique Pageviews","google-site-kit"),tooltip:Object(k.__)("Unique Pageviews","google-site-kit")},{title:Object(k.__)("Bounce Rate","google-site-kit"),tooltip:Object(k.__)("Bounce Rate","google-site-kit")}],o=[],c=Object(b.map)(n[0].data.rows,(function(t,n){var a=Number(t.metrics[0].values[2]),i=r()(t.dimensions,2),c=i[0],s=i[1];return o[n]=AnalyticsDashboardWidgetTopPagesTable.addDeepLink(s),[c,Object(O.r)(t.metrics[0].values[0]),Object(O.r)(t.metrics[0].values[1]),e.createElement(h.b,{key:"minichart-"+n},e.createElement("div",{className:"googlesitekit-table__body-item-chart-wrap"},"".concat(a.toFixed(2),"%")))]})),s={hideHeader:!1,chartsEnabled:!1,links:o,hideColumns:{mobile:[2,3]}},l=Object(E.b)(c,i,s);return e.createElement("div",{className:y()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-".concat(a))},e.createElement(E.a,null,l))}}],[{key:"addDeepLink",value:function(e){var t=Object(O.k)().analytics.settings,n=t.accountID,a=t.internalWebPropertyID,r=t.profileID;return n?"https://analytics.google.com/analytics/web/#/report/content-drilldown/a".concat(n,"w").concat(a,"p").concat(r,"/explorer-table.plotKeys=%5B%5D&_r.drilldown=analytics.pagePath:").concat(encodeURIComponent(e.replace(/\//g,"~2F"))):"https://analytics.google.com/analytics/web/"}}]),AnalyticsDashboardWidgetTopPagesTable}(h.a);A.propTypes={data:_.a.array,colspan:_.a.number},A.defaultProps={data:null,colspan:12},t.a=Object(D.a)(A,[{type:S.b,identifier:"analytics",datapoint:"report",data:Object(R.g)(),priority:1,maxAge:Object(O.o)("day"),context:["Single","Dashboard"]}],e.createElement(j.a,{padding:!0}),{createGrid:!0})}).call(this,n(11))},173:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(13),y=n(0),b=n(5),v=n(31),_=n(25),k=n(17),O=n(20),D=n(30);function S(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var E=function(t){s()(AnalyticsDashboardWidgetOverview,t);var n=S(AnalyticsDashboardWidgetOverview);function AnalyticsDashboardWidgetOverview(e){var t;return r()(this,AnalyticsDashboardWidgetOverview),(t=n.call(this,e)).state={report:!1,directTotalUsers:!1},t}return o()(AnalyticsDashboardWidgetOverview,[{key:"componentDidUpdate",value:function(){this.processCallbackData()}},{key:"componentDidMount",value:function(){this.processCallbackData()}},{key:"processCallbackData",value:function(){var e=this.props.requestDataToState;this.setState(e)}},{key:"render",value:function(){var t=this.props,n=t.selectedStats,a=t.handleStatSelection,r=this.state,i=r.report,o=r.directTotalUsers;if(!i||!i.length||!o)return null;var c=Object(O.b)(i);if(!c)return null;var s=c.totalSessions,l=c.averageBounceRate,u=c.averageSessionDuration,d=c.totalUsersChange,g=c.totalSessionsChange,f=c.averageBounceRateChange,p=c.averageSessionDurationChange,h=[{className:"googlesitekit-data-block--users googlesitekit-data-block--button-1",title:Object(y.__)("Users","google-site-kit"),datapoint:Object(b.t)(o),change:d,changeDataUnit:"%",context:"button",selected:n.includes(0),handleStatSelection:a},{className:"googlesitekit-data-block--sessions googlesitekit-data-block--button-2",title:Object(y.__)("Sessions","google-site-kit"),datapoint:Object(b.t)(s),change:g,changeDataUnit:"%",context:"button",selected:n.includes(1),handleStatSelection:a},{className:"googlesitekit-data-block--bounce googlesitekit-data-block--button-3",title:Object(y.__)("Bounce Rate","google-site-kit"),datapoint:Number(l).toFixed(2),change:f,changeDataUnit:"%",context:"button",selected:n.includes(2),handleStatSelection:a,datapointUnit:"%",invertChangeColor:!0},{className:"googlesitekit-data-block--duration googlesitekit-data-block--button-4",title:Object(y.__)("Session Duration","google-site-kit"),datapoint:Object(b.s)(u),change:p,changeDataUnit:"%",context:"button",selected:n.includes(3),handleStatSelection:a}];return e.createElement("section",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner",role:"toolbar","aria-label":"Line Chart Options"},h.map((function(t,n){return e.createElement("div",{key:n,className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(v.a,{stat:n,className:t.className,title:t.title,datapoint:t.datapoint,change:t.change,changeDataUnit:t.changeDataUnit,context:t.context,selected:t.selected,handleStatSelection:t.handleStatSelection,datapointUnit:t.datapointUnit,invertChangeColor:t.invertChangeColor}))}))))}}]),AnalyticsDashboardWidgetOverview}(f.a);E.propTypes={handleDataError:h.a.func.isRequired},t.a=Object(_.a)(E,[{type:k.b,identifier:"analytics",datapoint:"report",data:O.p,priority:1,maxAge:Object(b.o)("day"),context:["Single","Dashboard"],toState:function(e,t){var n=t.data;if(!e.report)return{report:n}}},{type:k.b,identifier:"analytics",datapoint:"report",data:O.t,priority:1,maxAge:Object(b.o)("day"),context:["Single"],toState:function(e,t){var n=t.data;if(!e.directTotalUsers)return{directTotalUsers:Object(m.get)(n,"[0].data.totals[0].values[0]")}}}],e.createElement(D.a,{width:"100%",height:"190px",padding:!0}),{createGrid:!0},O.h,O.f)}).call(this,n(11))},174:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var a=["#178EC5","#54B23B","#EB5729","#ECED33","#34CBE3","#82E88E"]},175:function(e,t,n){"use strict";(function(e,a){var r=n(34),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(176),b=n(95),v=n(5);function _(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var k=function(t){d()(AnalyticsAdminbarWidget,t);var n=_(AnalyticsAdminbarWidget);function AnalyticsAdminbarWidget(){return c()(this,AnalyticsAdminbarWidget),n.apply(this,arguments)}return l()(AnalyticsAdminbarWidget,[{key:"render",value:function(){return"undefined"!==i()(e._googlesitekitLegacyData.permaLink)&&""===e._googlesitekitLegacyData.permaLink?null:Object(v.k)().analytics.active?a.createElement(y.a,null):a.createElement(m.b,null,a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-6-desktop "},a.createElement(b.a,null)))}}]),AnalyticsAdminbarWidget}(m.a);t.a=k}).call(this,n(16),n(11))},176:function(e,t,n){"use strict";(function(e,a){var r=n(10),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(0),b=n(5),v=n(31),_=n(25),k=n(17),O=n(20),D=n(30);function S(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 E(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?S(Object(n),!0).forEach((function(t){i()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function j(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var R=function(t){d()(AnalyticsAdminbarWidgetOverview,t);var n=j(AnalyticsAdminbarWidgetOverview);function AnalyticsAdminbarWidgetOverview(){return c()(this,AnalyticsAdminbarWidgetOverview),n.apply(this,arguments)}return l()(AnalyticsAdminbarWidgetOverview,[{key:"render",value:function(){var t=this.props.data;if(!t||t.error||!t.length)return null;var n=Object(O.b)(t);if(!n)return null;var a=n.totalUsers,r=n.totalSessions,i=n.totalUsersChange,o=n.totalSessionsChange;return e.createElement(m.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(v.a,{className:"overview-total-users",title:Object(y.__)("Total Users","google-site-kit"),datapoint:Object(b.t)(a),change:i,changeDataUnit:"%"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(v.a,{className:"overview-total-sessions",title:Object(y.__)("Total Sessions","google-site-kit"),datapoint:Object(b.t)(r),change:o,changeDataUnit:"%"})))}}]),AnalyticsAdminbarWidgetOverview}(m.a);t.a=Object(_.a)(R,[{type:k.b,identifier:"analytics",datapoint:"report",data:E(E({},O.p),{},{url:a._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(b.o)("day"),context:"Adminbar"}],e.createElement(m.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(D.a,{width:"auto",height:"59px"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(D.a,{width:"auto",height:"59px"}))),{inGrid:!0},O.h,O.f)}).call(this,n(11),n(16))},177:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(21),s=n.n(c),l=n(8),u=n.n(l),d=n(9),g=n.n(d),f=n(3),p=n.n(f),h=n(1),m=n(18),y=n.n(m),b=n(0),v=n(26),_=n(56),k=n(69),O=n(70),D=n(118),S=n(108),E=n(178),j=n(5);function R(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=p()(e);if(t){var r=p()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return g()(this,n)}}var w=function(t){u()(AnalyticsAllTraffic,t);var n=R(AnalyticsAllTraffic);function AnalyticsAllTraffic(e){var t;return r()(this,AnalyticsAllTraffic),(t=n.call(this,e)).state={receivingData:!0,error:!1},t.handleDataError=t.handleDataError.bind(s()(t)),t.handleDataSuccess=t.handleDataSuccess.bind(s()(t)),t}return o()(AnalyticsAllTraffic,[{key:"handleDataError",value:function(e){this.setState({receivingData:!1,error:e})}},{key:"handleDataSuccess",value:function(){this.setState({receivingData:!0})}},{key:"getErrorDataComponent",value:function(){var e=Object(j.k)().analytics,t=e.active,n=e.setupComplete,a=this.state,r=a.error,i=a.receivingData;return t&&!n?Object(D.a)("analytics",!0,!0,!0):i?null:r?Object(O.a)(Object(b._x)("Analytics","Service name","google-site-kit"),r,!0,!0,!0):Object(k.a)(Object(b._x)("Analytics","Service name","google-site-kit"),!0,!0,!0)}},{key:"render",value:function(){var t=this.state,n=t.error,a=t.receivingData,r=n||!a?"googlesitekit-nodata":"";return e.createElement(h.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(_.a,{description:Object(b.__)("How people found your site.","google-site-kit"),title:Object(b.__)("All Traffic","google-site-kit")})),this.getErrorDataComponent(),e.createElement("div",{className:y()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",r)},e.createElement(v.a,{className:"googlesitekit-dashboard-all-traffic"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-desktop mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(S.a,{source:!0,handleDataError:this.handleDataError,handleDataSuccess:this.handleDataSuccess})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-8-desktop mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(E.a,null)))))))}}]),AnalyticsAllTraffic}(h.a);t.a=w}).call(this,n(11))},178:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(13),h=n(0),m=n(5),y=n(25),b=n(17),v=n(37),_=n(121),k=n(51),O=n(20);function D(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var S=function(t){s()(AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources,t);var n=D(AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources);function AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources(){return r()(this,AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources),n.apply(this,arguments)}return o()(AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=[{title:Object(h.__)("Source","google-site-kit"),primary:!0},{title:Object(h.__)("Percent","google-site-kit")}],a=t[0].data.totals[0].values[0],r=Object(p.map)(t[0].data.rows,(function(t,n){var r=t.metrics[0].values[0]/a*100;return!(1>r)&&[t.dimensions[0],e.createElement(f.b,{key:"minichart-"+n},e.createElement("div",{className:"googlesitekit-table__body-item-chart-wrap"},"".concat(r.toFixed(2),"%")," ",e.createElement(_.a,{percent:r.toFixed(1),index:n})))]})),i=Object(v.b)(r,n,{hideHeader:!0,chartsEnabled:!0});return e.createElement("div",{className:"googlesitekit-alltraffic-widget"},e.createElement(v.a,null,i))}}]),AnalyticsAllTrafficDashboardWidgetTopAcquisitionSources}(f.a);t.a=Object(y.a)(S,[{type:b.b,identifier:"analytics",datapoint:"report",data:O.s,priority:1,maxAge:Object(m.o)("day"),context:"Dashboard"}],e.createElement(k.a,{rows:3,rowHeight:50}))}).call(this,n(11))},179:function(e,t,n){"use strict";(function(e,a){var r=n(10),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(13),b=n(0),v=n(5),_=n(20),k=n(31),O=n(25),D=n(17),S=n(61),E=n(46),j=n(30);function R(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 w(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?R(Object(n),!0).forEach((function(t){i()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):R(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var C=function(t){d()(AnalyticsDashboardWidgetTopLevel,t);var n=A(AnalyticsDashboardWidgetTopLevel);function AnalyticsDashboardWidgetTopLevel(e){var t;return c()(this,AnalyticsDashboardWidgetTopLevel),(t=n.call(this,e)).state={accounts:!1,goals:!1,directTotalUsers:!1},t}return l()(AnalyticsDashboardWidgetTopLevel,[{key:"componentDidUpdate",value:function(){this.processCallbackData()}},{key:"componentDidMount",value:function(){this.processCallbackData()}},{key:"processCallbackData",value:function(){var e=this.props,t=e.data,n=e.requestDataToState;t&&!t.error&&"function"==typeof n&&this.setState(n)}},{key:"render",value:function(){var t=this.state,n=t.overview,r=t.extractedAnalytics,i=t.goals,o=t.directTotalUsers,c=e._googlesitekitLegacyData.permaLink,s=Object(v.n)("googlesitekit-module-analytics",{}),l="",u="",d="",g="",f="";return n&&(l=n.totalUsersChange,u=n.goalCompletions,d=n.goalCompletionsChange,g=n.averageBounceRate,f=n.averageBounceRateChange),a.createElement(m.b,null,a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},a.createElement(k.a,{className:"overview-total-users",title:Object(b.__)("Unique Visitors from Search","google-site-kit"),datapoint:Object(v.t)(o),change:l,changeDataUnit:"%",source:{name:Object(b._x)("Analytics","Service name","google-site-kit"),link:s},sparkline:r&&a.createElement(S.a,{data:Object(v.g)(r,1),change:l})})),a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},c&&a.createElement(k.a,{className:"overview-bounce-rate",title:Object(b.__)("Bounce Rate","google-site-kit"),datapoint:Number(g).toFixed(2),datapointUnit:Object(b.__)("%","google-site-kit"),change:f,changeDataUnit:"%",invertChangeColor:!0,source:{name:Object(b._x)("Analytics","Service name","google-site-kit"),link:s},sparkline:r&&a.createElement(S.a,{data:Object(v.g)(r,2),change:f})}),!c&&i&&Object(y.isEmpty)(i.items)&&a.createElement(E.a,{title:Object(b.__)("Use goals to measure success.","google-site-kit"),description:Object(b.__)("Goals measure how well your site or app fulfills your target objectives.","google-site-kit"),ctaLink:"https://support.google.com/analytics/answer/1032415?hl=en#create_or_edit_goals",ctaLabel:Object(b.__)("Create a new goal","google-site-kit")}),!c&&i&&!Object(y.isEmpty)(i.items)&&a.createElement(k.a,{className:"overview-goals-completed",title:Object(b.__)("Goals Completed","google-site-kit"),datapoint:Object(v.t)(u),change:d,changeDataUnit:"%",source:{name:Object(b._x)("Analytics","Service name","google-site-kit"),link:s},sparkline:r&&a.createElement(S.a,{data:Object(v.g)(r,3),change:d})}),!c&&!i&&a.createElement(j.a,{width:"100%",height:"202px"})))}}]),AnalyticsDashboardWidgetTopLevel}(m.a);t.a=Object(O.a)(C,[{type:D.b,identifier:"analytics",datapoint:"report",data:w(w({},_.p),{},{url:e._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(v.o)("day"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.overview)return{overview:Object(_.b)(n)}}},{type:D.b,identifier:"analytics",datapoint:"report",data:w(w({},_.t),{},{url:e._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(v.o)("day"),context:["Dashboard"],toState:function(e,t){var n=t.data;if(!e.directTotalUsers)return{directTotalUsers:Object(y.get)(n,"[0].data.totals[0].values[0]")}}},{type:D.b,identifier:"analytics",datapoint:"report",data:w(w({},_.r),{},{url:e._googlesitekitLegacyData.permaLink}),priority:1,maxAge:Object(v.o)("day"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.extractedAnalytics)return{extractedAnalytics:Object(_.d)(n)}}},{type:D.b,identifier:"analytics",datapoint:"goals",data:{url:e._googlesitekitLegacyData.permaLink},priority:1,maxAge:Object(v.o)("hour"),context:"Dashboard",toState:function(e,t){var n=t.data;if(!e.goals)return{goals:n}}}],a.createElement(m.b,null,a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},a.createElement(j.a,{width:"100%",height:"202px"})),a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},a.createElement(j.a,{width:"100%",height:"202px"}))),{inGrid:!0},(function(e,t){return"report"===t&&Object(_.h)(e)}),_.f)}).call(this,n(16),n(11))},180:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(5),m=n(181),y=n(31),b=n(46),v=n(25),_=n(17),k=n(20);function O(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var D=function(t){s()(WPAnalyticsDashboardWidgetOverview,t);var n=O(WPAnalyticsDashboardWidgetOverview);function WPAnalyticsDashboardWidgetOverview(){return r()(this,WPAnalyticsDashboardWidgetOverview),n.apply(this,arguments)}return o()(WPAnalyticsDashboardWidgetOverview,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=Object(k.b)(t);if(!n)return null;var a=n.totalUsers,r=n.averageSessionDuration,i=n.totalUsersChange,o=n.averageSessionDurationChange;return e.createElement(f.b,null,t.length?e.createElement(f.b,null,e.createElement(y.a,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-users",title:Object(p.__)("Total Unique Visitors","google-site-kit"),datapoint:Object(h.t)(a),change:i,changeDataUnit:"%"}),e.createElement(y.a,{className:"googlesitekit-wp-dashboard-stats__data-table overview-average-session-duration",title:Object(p.__)("Avg. Time on Page","google-site-kit"),datapoint:Object(h.s)(r),change:o,changeDataUnit:"%"})):e.createElement("div",{className:"googlesitekit-wp-dashboard-stats__cta"},e.createElement(b.a,{title:Object(p.__)("Analytics Gathering Data","google-site-kit"),description:Object(p.__)("Analytics data is not yet available, please check back later.","google-site-kit"),ctaLink:"",ctaLabel:""})))}}]),WPAnalyticsDashboardWidgetOverview}(f.a);t.a=Object(v.a)(D,[{type:_.b,identifier:"analytics",datapoint:"report",data:k.p,priority:1,maxAge:Object(h.o)("day"),context:["WPDashboard"]}],e.createElement(m.a,{width:"23%",height:"94px",count:2}),{},k.h,k.f)}).call(this,n(11))},181:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(2),h=n.n(p),m=n(30);function y(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var b=function(t){s()(PreviewBlocks,t);var n=y(PreviewBlocks);function PreviewBlocks(){return r()(this,PreviewBlocks),n.apply(this,arguments)}return o()(PreviewBlocks,[{key:"render",value:function(){for(var t=this.props,n=t.width,a=t.height,r=t.shape,i=t.count,o=[],c=0;c++<i;)o.push(e.createElement(m.a,{width:n,height:a,shape:r,key:c}));return o}}]),PreviewBlocks}(f.a);b.propTypes={width:h.a.string,height:h.a.string,shape:h.a.string,count:h.a.number},b.defaultProps={width:"100px",height:"100px",shape:"square",count:1},t.a=b}).call(this,n(11))},182:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(56),m=n(26),y=n(120),b=n(108);function v(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var _=function(t){s()(AnalyticsDashboardDetailsWidgetTopAcquisitionSources,t);var n=v(AnalyticsDashboardDetailsWidgetTopAcquisitionSources);function AnalyticsDashboardDetailsWidgetTopAcquisitionSources(){return r()(this,AnalyticsDashboardDetailsWidgetTopAcquisitionSources),n.apply(this,arguments)}return o()(AnalyticsDashboardDetailsWidgetTopAcquisitionSources,[{key:"render",value:function(){return e.createElement(f.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(h.a,{title:Object(p.__)("All Traffic","google-site-kit"),description:Object(p.__)("How people found your page.","google-site-kit")})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(m.a,{className:"googlesitekit-analytics-acquisition-sources",footer:!0,headerCtaLink:"https://analytics.google.com",headerCtaLabel:Object(p.__)("See full stats in Analytics","google-site-kit"),footerCtaLabel:Object(p._x)("Analytics","Service name","google-site-kit"),footerCtaLink:"https://analytics.google.com"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-desktop mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(b.a,null)),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-8-desktop mdc-layout-grid__cell--span-8-tablet mdc-layout-grid__cell--span-4-phone "},e.createElement(y.a,null)))))))}}]),AnalyticsDashboardDetailsWidgetTopAcquisitionSources}(f.a);t.a=_}).call(this,n(11))},183:function(e,t,n){"use strict";(function(e){var a=n(38),r=n.n(a),i=n(6),o=n.n(i),c=n(7),s=n.n(c),l=n(8),u=n.n(l),d=n(9),g=n.n(d),f=n(3),p=n.n(f),h=n(1),m=n(13),y=n(0),b=n(5),v=n(25),_=n(17),k=n(37),O=n(51),D=n(20);function S(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=p()(e);if(t){var r=p()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return g()(this,n)}}var E=function(t){u()(WPAnalyticsDashboardWidgetTopPagesTable,t);var n=S(WPAnalyticsDashboardWidgetTopPagesTable);function WPAnalyticsDashboardWidgetTopPagesTable(){return o()(this,WPAnalyticsDashboardWidgetTopPagesTable),n.apply(this,arguments)}return s()(WPAnalyticsDashboardWidgetTopPagesTable,[{key:"render",value:function(){var t=this.props.data;if(Object(D.h)(t))return null;var n=[],a=Object(m.map)(t[0].data.rows,(function(e,t){var a=r()(e.dimensions,2),i=a[0],o=a[1];return n[t]=o.startsWith("/")?o:"/"+o,[i,Object(b.r)(e.metrics[0].values[0])]})),i=[{title:Object(y.__)("Title","google-site-kit"),tooltip:Object(y.__)("Page Title","google-site-kit"),primary:!0},{title:Object(y.__)("Pageviews","google-site-kit"),tooltip:Object(y.__)("Pageviews","google-site-kit")}],o={chartsEnabled:!0,links:n,cap:5,showURLs:!0},c=Object(k.b)(a,i,o);return e.createElement("div",{className:"googlesitekit-search-console-widget"},e.createElement("h2",{className:"googlesitekit-search-console-widget__title"},Object(y.__)("Top content over the last 28 days","google-site-kit")),e.createElement(k.a,null,c))}}]),WPAnalyticsDashboardWidgetTopPagesTable}(h.a);t.a=Object(v.a)(E,[{type:_.b,identifier:"analytics",datapoint:"report",data:Object(D.g)(),priority:1,maxAge:Object(b.o)("day"),context:"WPDashboard"}],e.createElement(O.a,{rows:6}))}).call(this,n(11))},184:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(13),h=n(0),m=n(5),y=n(25),b=n(17),v=n(37),_=n(26),k=n(51),O=n(86),D=n(122),S=n(20);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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var j=function(t){s()(AnalyticsAdSenseDashboardWidgetTopPagesTable,t);var n=E(AnalyticsAdSenseDashboardWidgetTopPagesTable);function AnalyticsAdSenseDashboardWidgetTopPagesTable(){return r()(this,AnalyticsAdSenseDashboardWidgetTopPagesTable),n.apply(this,arguments)}return o()(AnalyticsAdSenseDashboardWidgetTopPagesTable,[{key:"render",value:function(){var t=this.props.data;if(Object(S.h)(t))return null;var n=[{title:Object(h.__)("Page Title","google-site-kit"),tooltip:Object(h.__)("Page Title","google-site-kit"),primary:!0},{title:Object(h.__)("Earnings","google-site-kit"),tooltip:Object(h.__)("Earnings","google-site-kit")},{title:Object(h.__)("Page RPM","google-site-kit"),tooltip:Object(h.__)("Page RPM","google-site-kit")},{title:Object(h.__)("Impressions","google-site-kit"),tooltip:Object(h.__)("Impressions","google-site-kit")}],a=Object(p.map)(t[0].data.rows,(function(e){return[e.dimensions[0],Number(e.metrics[0].values[0]).toFixed(2),Number(e.metrics[0].values[1]).toFixed(2),Object(m.r)(e.metrics[0].values[2])]})),r=Object(m.k)().analytics.settings,i=r.accountID,o=r.internalWebPropertyID,c=r.profileID,s="https://analytics.google.com/analytics/web/?pli=1#/report/content-pages/a".concat(i,"w").concat(o,"p").concat(c,"/explorer-table.plotKeys=%5B%5D&_r.drilldown=analytics.pagePath:~2F"),l={hideHeader:!1,chartsEnabled:!1,links:Object(p.map)(t[0].data.rows,(function(e){var t=e.dimensions[1].replace(/\//g,"~2F");return s+t}))},u=Object(v.b)(a,n,l);return AnalyticsAdSenseDashboardWidgetTopPagesTable.renderLayout(e.createElement(v.a,null,u))}}],[{key:"renderLayout",value:function(t){var n=Object(m.k)().adsense.accountURL;return e.createElement(_.a,{header:!0,title:Object(h.__)("Performance over previous 28 days","google-site-kit"),headerCtaLabel:Object(h.__)("Advanced Settings","google-site-kit"),headerCtaLink:n},t)}}]),AnalyticsAdSenseDashboardWidgetTopPagesTable}(f.a);t.a=Object(y.a)(j,[{type:b.b,identifier:"analytics",datapoint:"report",data:S.a,priority:1,maxAge:Object(m.o)("day"),context:"Single"}],j.renderLayout(e.createElement(k.a,{padding:!0})),{createGrid:!0},(function(){return!1}),(function(t){return t.code&&t.message&&t.data&&t.data.status?"badRequest"===t.data.reason?j.renderLayout(Object(O.a)(e.createElement(D.a,null),!1,!1,!0)):t.message:!!t.error&&(400===t.error.code&&"INVALID_ARGUMENT"===t.error.status&&Object(m.k)().analytics.active?null:t.error.message?t.error.message:t.error.errors&&t.error.errors[0]&&t.error.errors[0].message?t.error.errors[0].message:Object(h.__)("Unidentified error","google-site-kit"))}))}).call(this,n(11))},185:function(e,t,n){"use strict";(function(e){var a=n(38),r=n.n(a),i=n(6),o=n.n(i),c=n(7),s=n.n(c),l=n(8),u=n.n(l),d=n(9),g=n.n(d),f=n(3),p=n.n(f),h=n(1),m=n(13),y=n(0),b=n(5),v=n(20),_=n(25),k=n(17),O=n(37),D=n(51),S=n(26);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=p()(e);if(t){var r=p()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return g()(this,n)}}var j=function(t){u()(AnalyticsDashboardWidgetPopularPagesTable,t);var n=E(AnalyticsDashboardWidgetPopularPagesTable);function AnalyticsDashboardWidgetPopularPagesTable(){return o()(this,AnalyticsDashboardWidgetPopularPagesTable),n.apply(this,arguments)}return s()(AnalyticsDashboardWidgetPopularPagesTable,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=[{title:Object(y.__)("Most popular content","google-site-kit"),primary:!0},{title:Object(y.__)("Views","google-site-kit")}],a=[],i=Object(m.map)(t[0].data.rows,(function(e,t){var n=r()(e.dimensions,2),i=n[0],o=n[1];return a[t]=o.startsWith("/")?o:"/"+o,[i,Object(b.r)(e.metrics[0].values[0])]})),o={hideHeader:!1,chartsEnabled:!1,links:a,showURLs:!0},c=Object(O.b)(i,n,o);return AnalyticsDashboardWidgetPopularPagesTable.renderLayout(e.createElement(O.a,null,c))}}],[{key:"renderLayout",value:function(t){return e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(S.a,{className:"googlesitekit-popular-content",footer:!0,footerCtaLabel:Object(y._x)("Analytics","Service name","google-site-kit"),footerCtaLink:Object(b.k)().analytics.homepage,fill:!0},t))}}]),AnalyticsDashboardWidgetPopularPagesTable}(h.a);t.a=Object(_.a)(j,[{type:k.b,identifier:"analytics",datapoint:"report",data:Object(v.g)(),priority:1,maxAge:Object(b.o)("day"),context:["Single","Dashboard"]}],j.renderLayout(e.createElement(D.a,{padding:!0})),{inGrid:!0,createGrid:!0},v.h)}).call(this,n(11))},186:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(13),h=n(0),m=n(5),y=n(25),b=n(17),v=n(37),_=n(51),k=n(26),O=n(122),D=n(20);function S(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var E=function(t){s()(AdSenseDashboardWidgetTopPagesTableSmall,t);var n=S(AdSenseDashboardWidgetTopPagesTableSmall);function AdSenseDashboardWidgetTopPagesTableSmall(){return r()(this,AdSenseDashboardWidgetTopPagesTableSmall),n.apply(this,arguments)}return o()(AdSenseDashboardWidgetTopPagesTableSmall,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=[{title:Object(h.__)("Top Earning Pages","google-site-kit"),tooltip:Object(h.__)("Top Earning Pages","google-site-kit"),primary:!0},{title:Object(h.__)("Revenue","google-site-kit"),tooltip:Object(h.__)("Revenue","google-site-kit")}],a=[],r=Object(p.map)(t[0].data.rows,(function(e,t){return a[t]=e.dimensions[1],[e.dimensions[0],Number(e.metrics[0].values[0]).toFixed(2)]})),i={hideHeader:!1,chartsEnabled:!1,cap:5,links:a},o=Object(v.b)(r,n,i);return AdSenseDashboardWidgetTopPagesTableSmall.renderLayout(e.createElement(v.a,null,o))}}],[{key:"renderLayout",value:function(t){return e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(k.a,{className:"googlesitekit-top-earnings-pages",footer:!0,footerCtaLabel:Object(h._x)("Analytics","Service name","google-site-kit"),footerCtaLink:"http://analytics.google.com",fill:!0},t))}}]),AdSenseDashboardWidgetTopPagesTableSmall}(f.a);t.a=Object(y.a)(E,[{type:b.b,identifier:"analytics",datapoint:"report",data:D.a,priority:1,maxAge:Object(m.o)("day"),context:"Dashboard"}],E.renderLayout(e.createElement(_.a,{rows:5,padding:!0})),{inGrid:!0,createGrid:!0},D.h,(function(t){if(t.code&&t.message&&t.data&&t.data.status)return"badRequest"===t.data.reason?e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-6-desktop mdc-layout-grid__cell--span-4-tablet "},e.createElement(k.a,{className:"googlesitekit-top-earnings-pages",fill:!0},e.createElement(O.a,null))):t.message;if(t&&t.errors){var n=Object.values(t.errors);if(n[0]&&n[0][0])return n[0][0]}return!1}))}).call(this,n(11))},187:function(e,t,n){"use strict";(function(e,a){var r=n(4),i=n.n(r),o=n(15),c=n.n(o),s=(n(1),n(0)),l=n(5),u=n(46),d=n(17),g=n(90);t.a=function PageSpeedInsightsCTA(){var t=Object(l.k)()["pagespeed-insights"],n=t.active,r=t.setupComplete;if(!e._googlesitekitLegacyData.permissions.canManageOptions&&!r)return null;var o=function(){var t=c()(i.a.mark((function t(){return i.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.prev=0,t.next=3,Object(l.b)(d.c,"pagespeed-insights",!0);case 3:e.location=Object(l.m)("pagespeed-insights"),t.next=9;break;case 6:t.prev=6,t.t0=t.catch(0),Object(l.v)(g.a,{id:"pagespeed-insights-setup-error",title:Object(s.__)("Internal Server Error","google-site-kit"),description:t.t0.message,format:"small",type:"win-error"});case 9:case"end":return t.stop()}}),t,null,[[0,6]])})));return function(){return t.apply(this,arguments)}}();return a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},a.createElement(u.a,{title:!r&&n?Object(s.__)("Complete PageSpeed Insights activation.","google-site-kit"):Object(s.__)("Activate PageSpeed Insights.","google-site-kit"),description:Object(s.__)("Google PageSpeed Insights gives you metrics about performance, accessibility, SEO and PWA.","google-site-kit"),ctaLink:"#",ctaLabel:!r&&n?Object(s.__)("Complete activation","google-site-kit"):Object(s.__)("Activate PageSpeed Insights","google-site-kit"),onClick:o}))}}).call(this,n(16),n(11))},188:function(e,t,n){"use strict";(function(e){var a=n(10),r=n.n(a),i=n(6),o=n.n(i),c=n(7),s=n.n(c),l=n(21),u=n.n(l),d=n(8),g=n.n(d),f=n(9),p=n.n(f),h=n(3),m=n.n(h),y=n(1),b=n(18),v=n.n(b),_=n(0),k=n(89),O=n(189),D=n(123),S=n(190),E=n(84),j=n(26),R=n(107),w=n(49),A=n(69),C=n(70),N=n(60),P=n(88),x=n(5);function T(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 L(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=m()(e);if(t){var r=m()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return p()(this,n)}}var I=function(t){g()(GoogleSitekitSearchConsoleDashboardWidget,t);var n=L(GoogleSitekitSearchConsoleDashboardWidget);function GoogleSitekitSearchConsoleDashboardWidget(e){var t;return o()(this,GoogleSitekitSearchConsoleDashboardWidget),(t=n.call(this,e)).state={selectedStats:[0,1],receivingData:!0,error:!1,loading:!0},t.handleStatSelection=t.handleStatSelection.bind(u()(t)),t.buildSeries=t.buildSeries.bind(u()(t)),t.buildVAxes=t.buildVAxes.bind(u()(t)),t.handleDataError=t.handleDataError.bind(u()(t)),t.handleDataSuccess=t.handleDataSuccess.bind(u()(t)),t}return s()(GoogleSitekitSearchConsoleDashboardWidget,[{key:"handleDataError",value:function(e){this.setState({receivingData:!1,error:e,loading:!1})}},{key:"handleDataSuccess",value:function(){this.setState({receivingData:!0,loading:!1})}},{key:"handleStatSelection",value:function(e){var t=this.state.selectedStats,n=t.slice();t.includes(e)?n=t.filter((function(t){return e!==t})):n.push(e),0!==n.length&&this.setState({selectedStats:n})}},{key:"buildSeries",value:function(){var e=this.state.selectedStats,t={0:"#4285f4",1:"#27bcd4",2:"#1b9688",3:"#673ab7"};return e.map((function(e,n){return{color:t[e],targetAxisIndex:n}}))}},{key:"buildVAxes",value:function(){var e=this.state.selectedStats,t={0:Object(_.__)("Clicks","google-site-kit"),1:Object(_.__)("Impressions","google-site-kit"),2:Object(_.__)("Average CTR","google-site-kit"),3:Object(_.__)("Average Position","google-site-kit")};return e.map((function(e){var n={};return 3===e&&(n.direction=-1),function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?T(Object(n),!0).forEach((function(t){r()(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):T(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({title:t[e]},n)}))}},{key:"render",value:function(){var t=this.state,n=t.selectedStats,a=t.receivingData,r=t.error,i=t.loading,o=this.buildSeries(),c=this.buildVAxes(),s=!i&&a?"":"googlesitekit-nodata",l=Object(N.a)(),u=Object(_.sprintf)("https://search.google.com/search-console?resource_id=%s",Object(x.k)()["search-console"].settings.propertyID);return e.createElement(y.b,null,e.createElement(k.a,null),e.createElement(R.a,{module:"search-console"}),e.createElement("div",{className:"googlesitekit-module-page googlesitekit-module-page--search-console"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(E.a,{title:Object(_._x)("Search Console","Service name","google-site-kit"),icon:!0,iconWidth:"23",iconHeight:"21",iconID:"search-console",status:"connected",statusText:Object(_.__)("Search Console is connected","google-site-kit")}),i&&e.createElement(w.a,null)),!a&&(r?Object(C.a)(Object(_._x)("Search Console","Service name","google-site-kit"),r,!0,!0,!0):Object(A.a)(Object(_._x)("Search Console","Service name","google-site-kit"),!0,!0,!0)),e.createElement("div",{className:v()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",s)},e.createElement(j.a,{header:!0
25
+ /* translators: %s: date range */,title:Object(_.sprintf)(Object(_.__)("Overview for the last %s","google-site-kit"),l),headerCtaLabel:Object(_.__)("See full stats in Search Console","google-site-kit"),headerCtaLink:u},e.createElement(S.a,{selectedStats:n,handleStatSelection:this.handleStatSelection,handleDataError:this.handleDataError,handleDataSuccess:this.handleDataSuccess}),e.createElement(O.a,{selectedStats:n,series:o,vAxes:c}))),e.createElement("div",{className:v()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-12",s)},e.createElement(j.a
26
+ /* translators: %s: date range */,{title:Object(_.sprintf)(Object(_.__)("Top search queries over the last %s","google-site-kit"),l),header:!0,footer:!0,headerCtaLabel:Object(_.__)("See full stats in Search Console","google-site-kit"),headerCtaLink:u,footerCtaLabel:Object(_._x)("Search Console","Service name","google-site-kit"),footerCtaLink:u},e.createElement(D.a,null))),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 mdc-layout-grid__cell--align-right "},e.createElement(P.a,null))))))}}]),GoogleSitekitSearchConsoleDashboardWidget}(y.a);t.a=I}).call(this,n(11))},189:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(21),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(0),b=n(5),v=n(25),_=n(17),k=n(71),O=n(30),D=n(53);function S(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var E=function(t){d()(SearchConsoleDashboardWidgetSiteStats,t);var n=S(SearchConsoleDashboardWidgetSiteStats);function SearchConsoleDashboardWidgetSiteStats(e){var t;return i()(this,SearchConsoleDashboardWidgetSiteStats),(t=n.call(this,e)).setOptions=t.setOptions.bind(l()(t)),t}return c()(SearchConsoleDashboardWidgetSiteStats,[{key:"setOptions",value:function(){var t=this.props,n=t.selectedStats,a=t.series,r=t.vAxes,i=e._googlesitekitLegacyData.pageTitle,o=Object(y.__)("Search Traffic Summary","google-site-kit");i&&i.length&&(
27
+ /* translators: %s: page title */
28
+ o=Object(y.sprintf)(Object(y.__)("Search Traffic Summary for %s","google-site-kit"),Object(b.f)(i)));var c={chart:{title:o},curveType:"line",height:270,width:"100%",chartArea:{height:"80%",width:"87%"},legend:{position:"top",textStyle:{color:"#616161",fontSize:12}},hAxis:{format:"M/d/yy",gridlines:{color:"#fff"},textStyle:{color:"#616161",fontSize:12}},vAxis:{gridlines:{color:"#eee"},minorGridlines:{color:"#eee"},textStyle:{color:"#616161",fontSize:12},titleTextStyle:{color:"#616161",fontSize:12,italic:!1}}};return c.series=a,c.vAxes=r,3<=n.length&&(c.vAxis.textPosition="none",c.vAxis.gridlines.color="#fff",c.vAxis.minorGridlines.color="#fff",c.chartArea.width="98%"),c}},{key:"render",value:function(){var e=this.props,t=e.data,n=e.selectedStats;if(!t||!t.length)return null;var r=this.setOptions(),i=Object(D.a)(t);return a.createElement("section",{className:"mdc-layout-grid"},a.createElement("div",{className:"mdc-layout-grid__inner"},a.createElement("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-12"},a.createElement(k.a,{selectedStats:n,data:i.dataMap,options:r,singleStat:!1}))))}}]),SearchConsoleDashboardWidgetSiteStats}(m.a);t.a=Object(v.a)(E,[{type:_.b,identifier:"search-console",datapoint:"searchanalytics",data:{dimensions:"date",compareDateRanges:!0},priority:1,maxAge:Object(b.o)("day"),context:"Single"}],a.createElement(O.a,{width:"100%",height:"270px",padding:!0}),{createGrid:!0})}).call(this,n(16),n(11))},190:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(5),m=n(31),y=n(25),b=n(17),v=n(30),_=n(53),k=n(2),O=n.n(k);function D(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var S=function(t){s()(SearchConsoleDashboardWidgetOverview,t);var n=D(SearchConsoleDashboardWidgetOverview);function SearchConsoleDashboardWidgetOverview(){return r()(this,SearchConsoleDashboardWidgetOverview),n.apply(this,arguments)}return o()(SearchConsoleDashboardWidgetOverview,[{key:"render",value:function(){var t=this.props,n=t.data,a=t.selectedStats,r=t.handleStatSelection;if(!n||!n.length)return null;var i=Object(_.a)(n),o=i.totalClicks,c=i.totalImpressions,s=i.averageCTR,l=i.averagePosition,u=i.totalClicksChange,d=i.totalImpressionsChange,g=i.averageCTRChange,h=i.averagePositionChange,y=[{className:"googlesitekit-data-block--clicks googlesitekit-data-block--button-1",title:Object(p.__)("Total Clicks","google-site-kit"),datapoint:o,change:u,changeDataUnit:"%",context:"button",selected:a.includes(0),handleStatSelection:r},{className:"googlesitekit-data-block--impressions googlesitekit-data-block--button-2",title:Object(p.__)("Total Impressions","google-site-kit"),datapoint:c,change:d,changeDataUnit:"%",context:"button",selected:a.includes(1),handleStatSelection:r},{className:"googlesitekit-data-block--ctr googlesitekit-data-block--button-3",title:Object(p.__)("Average CTR","google-site-kit"),datapoint:s+"%",change:g,changeDataUnit:"%",context:"button",selected:a.includes(2),handleStatSelection:r},{className:"googlesitekit-data-block--position googlesitekit-data-block--button-4",title:Object(p.__)("Average Position","google-site-kit"),datapoint:l,change:h,changeDataUnit:"%",context:"button",selected:a.includes(3),handleStatSelection:r}];return e.createElement(f.b,null,e.createElement("section",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner",role:"toolbar","aria-label":"Line Chart Options"},y.map((function(t,n){return e.createElement("div",{key:n,className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(m.a,{stat:n,className:t.className,title:t.title,datapoint:t.datapoint,change:t.change,changeDataUnit:t.changeDataUnit,context:t.context,selected:t.selected,handleStatSelection:t.handleStatSelection}))})))))}}]),SearchConsoleDashboardWidgetOverview}(f.a);S.propTypes={handleDataError:O.a.func.isRequired},t.a=Object(y.a)(S,[{type:b.b,identifier:"search-console",datapoint:"searchanalytics",data:{dimensions:"date",compareDateRanges:!0},priority:1,maxAge:Object(h.o)("day"),context:["Single","Dashboard"]}],e.createElement(v.a,{width:"100%",height:"190px",padding:!0}),{createGrid:!0},_.b)}).call(this,n(11))},191:function(e,t,n){"use strict";(function(e,a){var r=n(34),i=n.n(r),o=n(6),c=n.n(o),s=n(7),l=n.n(s),u=n(8),d=n.n(u),g=n(9),f=n.n(g),p=n(3),h=n.n(p),m=n(1),y=n(192);function b(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=h()(e);if(t){var r=h()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return f()(this,n)}}var v=function(t){d()(GoogleSitekitSearchConsoleAdminbarWidget,t);var n=b(GoogleSitekitSearchConsoleAdminbarWidget);function GoogleSitekitSearchConsoleAdminbarWidget(){return c()(this,GoogleSitekitSearchConsoleAdminbarWidget),n.apply(this,arguments)}return l()(GoogleSitekitSearchConsoleAdminbarWidget,[{key:"render",value:function(){return"undefined"!==i()(e._googlesitekitLegacyData.permaLink)&&""===e._googlesitekitLegacyData.permaLink?null:a.createElement(y.a,null)}}]),GoogleSitekitSearchConsoleAdminbarWidget}(m.a);t.a=v}).call(this,n(16),n(11))},192:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(0),m=n(5),y=n(31),b=n(25),v=n(17),_=n(53),k=n(30);function O(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var D=function(t){l()(SearchConsoleAdminbarWidgetOverview,t);var n=O(SearchConsoleAdminbarWidgetOverview);function SearchConsoleAdminbarWidgetOverview(){return i()(this,SearchConsoleAdminbarWidgetOverview),n.apply(this,arguments)}return c()(SearchConsoleAdminbarWidgetOverview,[{key:"render",value:function(){var t=this.props.data;if(!t||t.error)return null;var n=Object(_.a)(t),a=n.totalClicks,r=n.totalImpressions,i=n.totalClicksChange,o=n.totalImpressionsChange;return e.createElement(p.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(y.a,{className:"overview-total-impressions",title:Object(h.__)("Total Impressions","google-site-kit"),datapoint:r,change:o,changeDataUnit:"%"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(y.a,{className:"overview-total-clicks",title:Object(h.__)("Total Clicks","google-site-kit"),datapoint:a,change:i,changeDataUnit:"%"})))}}]),SearchConsoleAdminbarWidgetOverview}(p.a);t.a=Object(b.a)(D,[{type:v.b,identifier:"search-console",datapoint:"searchanalytics",data:{url:a._googlesitekitLegacyData.permaLink,dimensions:"date",compareDateRanges:!0},priority:1,maxAge:Object(m.o)("day"),context:"Adminbar"}],e.createElement(p.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(k.a,{width:"auto",height:"59px"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(k.a,{width:"auto",height:"59px"}))),{inGrid:!0},_.b)}).call(this,n(11),n(16))},193:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(194);function h(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var m=function(t){s()(WPSearchConsoleDashboardWidget,t);var n=h(WPSearchConsoleDashboardWidget);function WPSearchConsoleDashboardWidget(){return r()(this,WPSearchConsoleDashboardWidget),n.apply(this,arguments)}return o()(WPSearchConsoleDashboardWidget,[{key:"render",value:function(){return e.createElement(f.b,null,e.createElement(p.a,null))}}]),WPSearchConsoleDashboardWidget}(f.a);t.a=m}).call(this,n(11))},194:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(5),m=n(30),y=n(31),b=n(25),v=n(17),_=n(53),k=n(46);function O(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var D=function(t){s()(WPSearchConsoleDashboardWidgetOverview,t);var n=O(WPSearchConsoleDashboardWidgetOverview);function WPSearchConsoleDashboardWidgetOverview(){return r()(this,WPSearchConsoleDashboardWidgetOverview),n.apply(this,arguments)}return o()(WPSearchConsoleDashboardWidgetOverview,[{key:"render",value:function(){var t=this.props.data;if(!t||!t.length)return null;var n=Object(_.a)(t),a=n.totalClicks,r=n.totalImpressions,i=n.totalClicksChange,o=n.totalImpressionsChange;return e.createElement(f.b,null,t.length?e.createElement(f.b,null,e.createElement(y.a,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-impressions",title:Object(p.__)("Total Impressions","google-site-kit"),datapoint:r,change:o,changeDataUnit:"%"}),e.createElement(y.a,{className:"googlesitekit-wp-dashboard-stats__data-table overview-total-clicks",title:Object(p.__)("Total Clicks","google-site-kit"),datapoint:a,change:i,changeDataUnit:"%"})):e.createElement("div",{className:"googlesitekit-wp-dashboard-stats__cta"},e.createElement(k.a,{title:Object(p.__)("Search Console Data Empty","google-site-kit"),description:Object(p.__)("Search Console data is not yet available, please check back later.","google-site-kit"),ctaLink:"",ctaLabel:""})))}}]),WPSearchConsoleDashboardWidgetOverview}(f.a);t.a=Object(b.a)(D,[{type:v.b,identifier:"search-console",datapoint:"searchanalytics",data:{dimensions:"date",compareDateRanges:!0},priority:1,maxAge:Object(h.o)("day"),context:["WPDashboard"]}],e.createElement(m.a,{width:"23%",height:"94px",count:2}),{},_.b)}).call(this,n(11))},195:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(18),m=n.n(h),y=n(0),b=n(5),v=n(26),_=n(56),k=n(95),O=n(124);function D(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var S=function(t){l()(DashboardSearchFunnel,t);var n=D(DashboardSearchFunnel);function DashboardSearchFunnel(){return i()(this,DashboardSearchFunnel),n.apply(this,arguments)}return c()(DashboardSearchFunnel,[{key:"render",value:function(){var t=Object(b.k)(),n=e._googlesitekitLegacyData.permissions.canManageOptions,r=t.analytics.active||n?12:6;return a.createElement(p.b,null,a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},a.createElement(_.a,{title:Object(y.__)("Search Funnel","google-site-kit"),description:Object(y.__)("How your site appeared in Search results and how many visitors you got from Search.","google-site-kit")})),a.createElement("div",{className:m()("mdc-layout-grid__cell","mdc-layout-grid__cell--span-".concat(r))},a.createElement(v.a,{className:"googlesitekit-analytics-search-funnel"},a.createElement("div",{className:"mdc-layout-grid"},a.createElement("div",{className:"mdc-layout-grid__inner"},a.createElement(O.a,null),!t.analytics.active&&a.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-6-desktop "},a.createElement(k.a,null)))))))}}]),DashboardSearchFunnel}(p.a);t.a=S}).call(this,n(16),n(11))},196:function(e,t,n){"use strict";(function(e,a){var r=n(6),i=n.n(r),o=n(7),c=n.n(o),s=n(8),l=n.n(s),u=n(9),d=n.n(u),g=n(3),f=n.n(g),p=n(1),h=n(0),m=n(31),y=n(25),b=n(17),v=n(53),_=n(61),k=n(30),O=n(5),D=n(46);function S(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=f()(e);if(t){var r=f()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return d()(this,n)}}var E=function(t){l()(SearchConsoleDashboardWidgetTopLevel,t);var n=S(SearchConsoleDashboardWidgetTopLevel);function SearchConsoleDashboardWidgetTopLevel(){return i()(this,SearchConsoleDashboardWidgetTopLevel),n.apply(this,arguments)}return c()(SearchConsoleDashboardWidgetTopLevel,[{key:"render",value:function(){var t=this.props.data,n=t.error;if(n)return Object(O.x)("plugin_setup","search_console_error",n.message),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-6-desktop "},e.createElement(D.a,{title:Object(h.__)("Something went wrong","google-site-kit"),description:n.message,error:!0}));if(!t)return null;if(!t.length)return e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-6-desktop "},e.createElement(D.a,{title:Object(h.__)("Search Console Data Empty","google-site-kit"),description:Object(h.__)("Search Console data is not yet available, please check back later.","google-site-kit"),ctaLink:"",ctaLabel:""}));var a=Object(O.n)("googlesitekit-module-search-console",{}),r=Object(v.a)(t),i=r.totalClicks,o=r.totalImpressions,c=r.totalClicksChange,s=r.totalImpressionsChange,l=r.dataMap;return e.createElement(p.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(m.a,{className:"overview-total-impressions",title:Object(h.__)("Impressions","google-site-kit"),datapoint:o,change:s,changeDataUnit:"%",source:{name:Object(h._x)("Search Console","Service name","google-site-kit"),link:a},sparkline:e.createElement(_.a,{data:Object(O.g)(l,2),change:s})})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(m.a,{className:"overview-total-clicks",title:Object(h.__)("Clicks","google-site-kit"),datapoint:i,change:c,changeDataUnit:"%",source:{name:Object(h._x)("Search Console","Service name","google-site-kit"),link:a},sparkline:e.createElement(_.a,{data:Object(O.g)(l,1),change:c})})))}}]),SearchConsoleDashboardWidgetTopLevel}(p.a);t.a=Object(y.a)(E,[{type:b.b,identifier:"search-console",datapoint:"searchanalytics",data:{url:a._googlesitekitLegacyData.permaLink,dimensions:"date",compareDateRanges:!0},priority:1,maxAge:Object(O.o)("day"),context:["Single","Dashboard"]}],e.createElement(p.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(k.a,{width:"100%",height:"202px"})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--align-bottom mdc-layout-grid__cell--span-2-phone mdc-layout-grid__cell--span-2-tablet mdc-layout-grid__cell--span-3-desktop "},e.createElement(k.a,{width:"100%",height:"202px"}))),{inGrid:!0},v.b)}).call(this,n(11),n(16))},197:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(26),m=n(124),y=n(5),b=n(95),v=n(56);function _(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var k=function(t){s()(DashboardDetailsSearchFunnel,t);var n=_(DashboardDetailsSearchFunnel);function DashboardDetailsSearchFunnel(){return r()(this,DashboardDetailsSearchFunnel),n.apply(this,arguments)}return o()(DashboardDetailsSearchFunnel,[{key:"render",value:function(){return e.createElement(f.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(v.a,{description:Object(p.__)("How your site appeared in Search results and how many visitors you got from Search.","google-site-kit"),title:Object(p.__)("Search Funnel","google-site-kit")})),e.createElement("div",{className:"mdc-layout-grid__cell mdc-layout-grid__cell--span-12"},e.createElement(h.a,{className:"googlesitekit-analytics-search-funnel"},e.createElement("div",{className:"mdc-layout-grid"},e.createElement("div",{className:"mdc-layout-grid__inner"},e.createElement(m.a,null),!Object(y.k)().analytics.active&&e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-4-phone mdc-layout-grid__cell--span-4-tablet mdc-layout-grid__cell--span-6-desktop "},e.createElement(b.a,null)))))))}}]),DashboardDetailsSearchFunnel}(f.a);t.a=k}).call(this,n(11))},198:function(e,t,n){"use strict";(function(e){var a=n(6),r=n.n(a),i=n(7),o=n.n(i),c=n(8),s=n.n(c),l=n(9),u=n.n(l),d=n(3),g=n.n(d),f=n(1),p=n(0),h=n(123),m=n(56),y=n(26),b=n(5);function v(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=g()(e);if(t){var r=g()(this).constructor;n=Reflect.construct(a,arguments,r)}else n=a.apply(this,arguments);return u()(this,n)}}var _=function(t){s()(DashboardDetailsWidgetKeywordsTable,t);var n=v(DashboardDetailsWidgetKeywordsTable);function DashboardDetailsWidgetKeywordsTable(){return r()(this,DashboardDetailsWidgetKeywordsTable),n.apply(this,arguments)}return o()(DashboardDetailsWidgetKeywordsTable,[{key:"render",value:function(){return e.createElement(f.b,null,e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(m.a,{title:Object(p.__)("Top Queries","google-site-kit"),description:Object(p.__)("What people searched for to find your page.","google-site-kit")})),e.createElement("div",{className:" mdc-layout-grid__cell mdc-layout-grid__cell--span-12 "},e.createElement(y.a,{footer:!0,footerCtaLabel:Object(p._x)("Search Console","Service name","google-site-kit"),footerCtaLink:Object(p.sprintf)("https://search.google.com/s