@arpproject/recrate 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1896 @@
1
+ .el-tabs__item {
2
+ height: unset;
3
+ }
4
+
5
+ .el-select-dropdown__wrap {
6
+ max-height: 500px !important;
7
+ }
8
+
9
+ .el-select-group__title {
10
+ font-size: 14px !important;
11
+ }
12
+
13
+ /* ::-webkit-scrollbar {
14
+ display: none;
15
+ } */
16
+
17
+ /* Customize website's scrollbar like Mac OS
18
+ Not supports in Firefox and IE */
19
+ .scrollbar {
20
+ overflow: overlay
21
+ }
22
+
23
+ /* total width */
24
+ .scrollbar::-webkit-scrollbar {
25
+ background-color: rgba(0, 0, 0, 0);
26
+ width: 16px;
27
+ height: 16px;
28
+ z-index: 999999;
29
+ }
30
+
31
+ /* background of the scrollbar except button or resizer */
32
+ .scrollbar::-webkit-scrollbar-track {
33
+ background-color: rgba(0, 0, 0, 0);
34
+ }
35
+
36
+ /* scrollbar itself */
37
+ .scrollbar::-webkit-scrollbar-thumb {
38
+ background-color: rgba(0, 0, 0, 0);
39
+ border-radius: 16px;
40
+ border: 0px solid #fff;
41
+ }
42
+
43
+ /* set button(top and bottom of the scrollbar) */
44
+ .scrollbar::-webkit-scrollbar-button {
45
+ display: none;
46
+ }
47
+
48
+
49
+ /* scrollbar when element is hovered */
50
+ .scrollbar:hover::-webkit-scrollbar-thumb {
51
+ background-color: #a0a0a5;
52
+ border: 4px solid #fff;
53
+ }
54
+
55
+ /* scrollbar when scrollbar is hovered */
56
+ .scrollbar::-webkit-scrollbar-thumb:hover {
57
+ background-color: #a0a0a5;
58
+ border: 4px solid #f4f4f4
59
+ }
60
+
61
+ .cm-editor {
62
+ font-size: 12px;
63
+ height: 350px;
64
+ overflow: auto;
65
+ }/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
66
+ @layer properties {
67
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
68
+ *, :before, :after, ::backdrop {
69
+ --tw-rotate-x: initial;
70
+ --tw-rotate-y: initial;
71
+ --tw-rotate-z: initial;
72
+ --tw-skew-x: initial;
73
+ --tw-skew-y: initial;
74
+ --tw-space-y-reverse: 0;
75
+ --tw-space-x-reverse: 0;
76
+ --tw-divide-y-reverse: 0;
77
+ --tw-border-style: solid;
78
+ --tw-font-weight: initial;
79
+ --tw-outline-style: solid;
80
+ --tw-blur: initial;
81
+ --tw-brightness: initial;
82
+ --tw-contrast: initial;
83
+ --tw-grayscale: initial;
84
+ --tw-hue-rotate: initial;
85
+ --tw-invert: initial;
86
+ --tw-opacity: initial;
87
+ --tw-saturate: initial;
88
+ --tw-sepia: initial;
89
+ --tw-drop-shadow: initial;
90
+ --tw-drop-shadow-color: initial;
91
+ --tw-drop-shadow-alpha: 100%;
92
+ --tw-drop-shadow-size: initial;
93
+ --tw-duration: initial;
94
+ }
95
+ }
96
+ }
97
+
98
+ @layer theme {
99
+ :root, :host {
100
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
101
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
102
+ --color-red-200: oklch(88.5% .062 18.334);
103
+ --color-red-500: oklch(63.7% .237 25.331);
104
+ --color-red-600: oklch(57.7% .245 27.325);
105
+ --color-red-700: oklch(50.5% .213 27.518);
106
+ --color-green-100: oklch(96.2% .044 156.743);
107
+ --color-green-200: oklch(92.5% .084 155.995);
108
+ --color-green-600: oklch(62.7% .194 149.214);
109
+ --color-cyan-200: oklch(91.7% .08 205.041);
110
+ --color-sky-100: oklch(95.1% .026 236.824);
111
+ --color-blue-100: oklch(93.2% .032 255.585);
112
+ --color-blue-200: oklch(88.2% .059 254.128);
113
+ --color-blue-300: oklch(80.9% .105 251.813);
114
+ --color-blue-400: oklch(70.7% .165 254.624);
115
+ --color-blue-500: oklch(62.3% .214 259.815);
116
+ --color-blue-600: oklch(54.6% .245 262.881);
117
+ --color-blue-700: oklch(48.8% .243 264.376);
118
+ --color-indigo-200: oklch(87% .065 274.039);
119
+ --color-purple-200: oklch(90.2% .063 306.703);
120
+ --color-slate-200: oklch(92.9% .013 255.508);
121
+ --color-slate-700: oklch(37.2% .044 257.287);
122
+ --color-gray-50: oklch(98.5% .002 247.839);
123
+ --color-gray-200: oklch(92.8% .006 264.531);
124
+ --color-gray-300: oklch(87.2% .01 258.338);
125
+ --color-gray-400: oklch(70.7% .022 261.325);
126
+ --color-gray-500: oklch(55.1% .027 264.364);
127
+ --color-gray-600: oklch(44.6% .03 256.802);
128
+ --color-gray-700: oklch(37.3% .034 259.733);
129
+ --color-gray-800: oklch(27.8% .033 256.848);
130
+ --color-black: #000;
131
+ --color-white: #fff;
132
+ --spacing: .25rem;
133
+ --text-xs: .75rem;
134
+ --text-xs--line-height: calc(1 / .75);
135
+ --text-sm: .875rem;
136
+ --text-sm--line-height: calc(1.25 / .875);
137
+ --text-base: 1rem;
138
+ --text-base--line-height: calc(1.5 / 1);
139
+ --text-lg: 1.125rem;
140
+ --text-lg--line-height: calc(1.75 / 1.125);
141
+ --font-weight-light: 300;
142
+ --font-weight-medium: 500;
143
+ --font-weight-bold: 700;
144
+ --radius-lg: .5rem;
145
+ --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
146
+ --default-transition-duration: .15s;
147
+ --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
148
+ --default-font-family: var(--font-sans);
149
+ --default-mono-font-family: var(--font-mono);
150
+ }
151
+ }
152
+
153
+ @layer base {
154
+ *, :after, :before, ::backdrop {
155
+ box-sizing: border-box;
156
+ border: 0 solid;
157
+ margin: 0;
158
+ padding: 0;
159
+ }
160
+
161
+ ::file-selector-button {
162
+ box-sizing: border-box;
163
+ border: 0 solid;
164
+ margin: 0;
165
+ padding: 0;
166
+ }
167
+
168
+ html, :host {
169
+ -webkit-text-size-adjust: 100%;
170
+ tab-size: 4;
171
+ line-height: 1.5;
172
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
173
+ font-feature-settings: var(--default-font-feature-settings, normal);
174
+ font-variation-settings: var(--default-font-variation-settings, normal);
175
+ -webkit-tap-highlight-color: transparent;
176
+ }
177
+
178
+ hr {
179
+ height: 0;
180
+ color: inherit;
181
+ border-top-width: 1px;
182
+ }
183
+
184
+ abbr:where([title]) {
185
+ -webkit-text-decoration: underline dotted;
186
+ text-decoration: underline dotted;
187
+ }
188
+
189
+ h1, h2, h3, h4, h5, h6 {
190
+ font-size: inherit;
191
+ font-weight: inherit;
192
+ }
193
+
194
+ a {
195
+ color: inherit;
196
+ -webkit-text-decoration: inherit;
197
+ -webkit-text-decoration: inherit;
198
+ -webkit-text-decoration: inherit;
199
+ text-decoration: inherit;
200
+ }
201
+
202
+ b, strong {
203
+ font-weight: bolder;
204
+ }
205
+
206
+ code, kbd, samp, pre {
207
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
208
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
209
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
210
+ font-size: 1em;
211
+ }
212
+
213
+ small {
214
+ font-size: 80%;
215
+ }
216
+
217
+ sub, sup {
218
+ vertical-align: baseline;
219
+ font-size: 75%;
220
+ line-height: 0;
221
+ position: relative;
222
+ }
223
+
224
+ sub {
225
+ bottom: -.25em;
226
+ }
227
+
228
+ sup {
229
+ top: -.5em;
230
+ }
231
+
232
+ table {
233
+ text-indent: 0;
234
+ border-color: inherit;
235
+ border-collapse: collapse;
236
+ }
237
+
238
+ :-moz-focusring {
239
+ outline: auto;
240
+ }
241
+
242
+ progress {
243
+ vertical-align: baseline;
244
+ }
245
+
246
+ summary {
247
+ display: list-item;
248
+ }
249
+
250
+ ol, ul, menu {
251
+ list-style: none;
252
+ }
253
+
254
+ img, svg, video, canvas, audio, iframe, embed, object {
255
+ vertical-align: middle;
256
+ display: block;
257
+ }
258
+
259
+ img, video {
260
+ max-width: 100%;
261
+ height: auto;
262
+ }
263
+
264
+ button, input, select, optgroup, textarea {
265
+ font: inherit;
266
+ font-feature-settings: inherit;
267
+ font-variation-settings: inherit;
268
+ letter-spacing: inherit;
269
+ color: inherit;
270
+ opacity: 1;
271
+ background-color: #0000;
272
+ border-radius: 0;
273
+ }
274
+
275
+ ::file-selector-button {
276
+ font: inherit;
277
+ font-feature-settings: inherit;
278
+ font-variation-settings: inherit;
279
+ letter-spacing: inherit;
280
+ color: inherit;
281
+ opacity: 1;
282
+ background-color: #0000;
283
+ border-radius: 0;
284
+ }
285
+
286
+ :where(select:is([multiple], [size])) optgroup {
287
+ font-weight: bolder;
288
+ }
289
+
290
+ :where(select:is([multiple], [size])) optgroup option {
291
+ -webkit-padding-start: 20px;
292
+ padding-inline-start: 20px;
293
+ }
294
+
295
+ ::file-selector-button {
296
+ -webkit-margin-end: 4px;
297
+ margin-inline-end: 4px;
298
+ }
299
+
300
+ ::placeholder {
301
+ opacity: 1;
302
+ }
303
+
304
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
305
+ ::placeholder {
306
+ color: currentColor;
307
+ }
308
+
309
+ @supports (color: color-mix(in lab, red, red)) {
310
+ ::placeholder {
311
+ color: color-mix(in oklab, currentcolor 50%, transparent);
312
+ }
313
+ }
314
+ }
315
+
316
+ textarea {
317
+ resize: vertical;
318
+ }
319
+
320
+ ::-webkit-search-decoration {
321
+ -webkit-appearance: none;
322
+ }
323
+
324
+ ::-webkit-date-and-time-value {
325
+ min-height: 1lh;
326
+ text-align: inherit;
327
+ }
328
+
329
+ ::-webkit-datetime-edit {
330
+ display: inline-flex;
331
+ }
332
+
333
+ ::-webkit-datetime-edit-fields-wrapper {
334
+ padding: 0;
335
+ }
336
+
337
+ ::-webkit-datetime-edit {
338
+ padding-block: 0;
339
+ }
340
+
341
+ ::-webkit-datetime-edit-year-field {
342
+ padding-block: 0;
343
+ }
344
+
345
+ ::-webkit-datetime-edit-month-field {
346
+ padding-block: 0;
347
+ }
348
+
349
+ ::-webkit-datetime-edit-day-field {
350
+ padding-block: 0;
351
+ }
352
+
353
+ ::-webkit-datetime-edit-hour-field {
354
+ padding-block: 0;
355
+ }
356
+
357
+ ::-webkit-datetime-edit-minute-field {
358
+ padding-block: 0;
359
+ }
360
+
361
+ ::-webkit-datetime-edit-second-field {
362
+ padding-block: 0;
363
+ }
364
+
365
+ ::-webkit-datetime-edit-millisecond-field {
366
+ padding-block: 0;
367
+ }
368
+
369
+ ::-webkit-datetime-edit-meridiem-field {
370
+ padding-block: 0;
371
+ }
372
+
373
+ ::-webkit-calendar-picker-indicator {
374
+ line-height: 1;
375
+ }
376
+
377
+ :-moz-ui-invalid {
378
+ box-shadow: none;
379
+ }
380
+
381
+ button, input:where([type="button"], [type="reset"], [type="submit"]) {
382
+ -webkit-appearance: button;
383
+ appearance: button;
384
+ }
385
+
386
+ ::file-selector-button {
387
+ -webkit-appearance: button;
388
+ appearance: button;
389
+ }
390
+
391
+ ::-webkit-inner-spin-button {
392
+ height: auto;
393
+ }
394
+
395
+ ::-webkit-outer-spin-button {
396
+ height: auto;
397
+ }
398
+
399
+ [hidden]:where(:not([hidden="until-found"])) {
400
+ display: none !important;
401
+ }
402
+ }
403
+
404
+ @layer components;
405
+
406
+ @layer utilities {
407
+ .visible {
408
+ visibility: visible;
409
+ }
410
+
411
+ .absolute {
412
+ position: absolute;
413
+ }
414
+
415
+ .fixed {
416
+ position: fixed;
417
+ }
418
+
419
+ .relative {
420
+ position: relative;
421
+ }
422
+
423
+ .static {
424
+ position: static;
425
+ }
426
+
427
+ .float-right {
428
+ float: right;
429
+ }
430
+
431
+ .container {
432
+ width: 100%;
433
+ }
434
+
435
+ @media (min-width: 40rem) {
436
+ .container {
437
+ max-width: 40rem;
438
+ }
439
+ }
440
+
441
+ @media (min-width: 48rem) {
442
+ .container {
443
+ max-width: 48rem;
444
+ }
445
+ }
446
+
447
+ @media (min-width: 64rem) {
448
+ .container {
449
+ max-width: 64rem;
450
+ }
451
+ }
452
+
453
+ @media (min-width: 80rem) {
454
+ .container {
455
+ max-width: 80rem;
456
+ }
457
+ }
458
+
459
+ @media (min-width: 96rem) {
460
+ .container {
461
+ max-width: 96rem;
462
+ }
463
+ }
464
+
465
+ .m-1 {
466
+ margin: calc(var(--spacing) * 1);
467
+ }
468
+
469
+ .m-2 {
470
+ margin: calc(var(--spacing) * 2);
471
+ }
472
+
473
+ .m-4 {
474
+ margin: calc(var(--spacing) * 4);
475
+ }
476
+
477
+ .-mx-1 {
478
+ margin-inline: calc(var(--spacing) * -1);
479
+ }
480
+
481
+ .my-1 {
482
+ margin-block: calc(var(--spacing) * 1);
483
+ }
484
+
485
+ .my-2 {
486
+ margin-block: calc(var(--spacing) * 2);
487
+ }
488
+
489
+ .mt-2 {
490
+ margin-top: calc(var(--spacing) * 2);
491
+ }
492
+
493
+ .mt-4 {
494
+ margin-top: calc(var(--spacing) * 4);
495
+ }
496
+
497
+ .mt-5 {
498
+ margin-top: calc(var(--spacing) * 5);
499
+ }
500
+
501
+ .mb-1 {
502
+ margin-bottom: calc(var(--spacing) * 1);
503
+ }
504
+
505
+ .mb-2 {
506
+ margin-bottom: calc(var(--spacing) * 2);
507
+ }
508
+
509
+ .mb-4 {
510
+ margin-bottom: calc(var(--spacing) * 4);
511
+ }
512
+
513
+ .ml-2 {
514
+ margin-left: calc(var(--spacing) * 2);
515
+ }
516
+
517
+ .block {
518
+ display: block;
519
+ }
520
+
521
+ .contents {
522
+ display: contents;
523
+ }
524
+
525
+ .flex {
526
+ display: flex;
527
+ }
528
+
529
+ .hidden {
530
+ display: none;
531
+ }
532
+
533
+ .inline {
534
+ display: inline;
535
+ }
536
+
537
+ .inline-block {
538
+ display: inline-block;
539
+ }
540
+
541
+ .table {
542
+ display: table;
543
+ }
544
+
545
+ .table-cell {
546
+ display: table-cell;
547
+ }
548
+
549
+ .h-1 {
550
+ height: calc(var(--spacing) * 1);
551
+ }
552
+
553
+ .h-3 {
554
+ height: calc(var(--spacing) * 3);
555
+ }
556
+
557
+ .h-8 {
558
+ height: calc(var(--spacing) * 8);
559
+ }
560
+
561
+ .h-\[520px\] {
562
+ height: 520px;
563
+ }
564
+
565
+ .h-full {
566
+ height: 100%;
567
+ }
568
+
569
+ .w-1\/2 {
570
+ width: 50%;
571
+ }
572
+
573
+ .w-1\/3 {
574
+ width: 33.3333%;
575
+ }
576
+
577
+ .w-2\/3 {
578
+ width: 66.6667%;
579
+ }
580
+
581
+ .w-2\/6 {
582
+ width: 33.3333%;
583
+ }
584
+
585
+ .w-3 {
586
+ width: calc(var(--spacing) * 3);
587
+ }
588
+
589
+ .w-4\/6 {
590
+ width: 66.6667%;
591
+ }
592
+
593
+ .w-6 {
594
+ width: calc(var(--spacing) * 6);
595
+ }
596
+
597
+ .w-12 {
598
+ width: calc(var(--spacing) * 12);
599
+ }
600
+
601
+ .w-\[600px\] {
602
+ width: 600px;
603
+ }
604
+
605
+ .w-full {
606
+ width: 100%;
607
+ }
608
+
609
+ .w-screen {
610
+ width: 100vw;
611
+ }
612
+
613
+ .max-w-\[715px\] {
614
+ max-width: 715px;
615
+ }
616
+
617
+ .min-w-32 {
618
+ min-width: calc(var(--spacing) * 32);
619
+ }
620
+
621
+ .flex-grow {
622
+ flex-grow: 1;
623
+ }
624
+
625
+ .transform {
626
+ transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
627
+ }
628
+
629
+ .animate-pulse {
630
+ animation: var(--animate-pulse);
631
+ }
632
+
633
+ .cursor-pointer {
634
+ cursor: pointer;
635
+ }
636
+
637
+ .flex-col {
638
+ flex-direction: column;
639
+ }
640
+
641
+ .flex-row {
642
+ flex-direction: row;
643
+ }
644
+
645
+ .flex-wrap {
646
+ flex-wrap: wrap;
647
+ }
648
+
649
+ .place-content-between {
650
+ place-content: space-between;
651
+ }
652
+
653
+ .items-center {
654
+ align-items: center;
655
+ }
656
+
657
+ .justify-between {
658
+ justify-content: space-between;
659
+ }
660
+
661
+ .justify-center {
662
+ justify-content: center;
663
+ }
664
+
665
+ .gap-1 {
666
+ gap: calc(var(--spacing) * 1);
667
+ }
668
+
669
+ :where(.space-y-1 > :not(:last-child)) {
670
+ --tw-space-y-reverse: 0;
671
+ -webkit-margin-before: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
672
+ margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
673
+ -webkit-margin-after: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
674
+ margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
675
+ }
676
+
677
+ :where(.space-y-2 > :not(:last-child)) {
678
+ --tw-space-y-reverse: 0;
679
+ -webkit-margin-before: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
680
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
681
+ -webkit-margin-after: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
682
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
683
+ }
684
+
685
+ :where(.space-y-3 > :not(:last-child)) {
686
+ --tw-space-y-reverse: 0;
687
+ -webkit-margin-before: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
688
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
689
+ -webkit-margin-after: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
690
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
691
+ }
692
+
693
+ :where(.space-y-4 > :not(:last-child)) {
694
+ --tw-space-y-reverse: 0;
695
+ -webkit-margin-before: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
696
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
697
+ -webkit-margin-after: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
698
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
699
+ }
700
+
701
+ .gap-x-1 {
702
+ column-gap: calc(var(--spacing) * 1);
703
+ }
704
+
705
+ .gap-x-2 {
706
+ column-gap: calc(var(--spacing) * 2);
707
+ }
708
+
709
+ :where(.space-x-1 > :not(:last-child)) {
710
+ --tw-space-x-reverse: 0;
711
+ -webkit-margin-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
712
+ margin-inline-start: calc(calc(var(--spacing) * 1) * var(--tw-space-x-reverse));
713
+ -webkit-margin-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
714
+ margin-inline-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
715
+ }
716
+
717
+ :where(.space-x-2 > :not(:last-child)) {
718
+ --tw-space-x-reverse: 0;
719
+ -webkit-margin-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
720
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
721
+ -webkit-margin-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
722
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
723
+ }
724
+
725
+ :where(.space-x-4 > :not(:last-child)) {
726
+ --tw-space-x-reverse: 0;
727
+ -webkit-margin-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
728
+ margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
729
+ -webkit-margin-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
730
+ margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
731
+ }
732
+
733
+ .gap-y-2 {
734
+ row-gap: calc(var(--spacing) * 2);
735
+ }
736
+
737
+ :where(.divide-y > :not(:last-child)) {
738
+ --tw-divide-y-reverse: 0;
739
+ border-bottom-style: var(--tw-border-style);
740
+ border-top-style: var(--tw-border-style);
741
+ border-top-width: calc(1px * var(--tw-divide-y-reverse));
742
+ border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
743
+ }
744
+
745
+ :where(.divide-gray-300 > :not(:last-child)) {
746
+ border-color: var(--color-gray-300);
747
+ }
748
+
749
+ .overflow-auto {
750
+ overflow: auto;
751
+ }
752
+
753
+ .rounded {
754
+ border-radius: .25rem;
755
+ }
756
+
757
+ .rounded-lg {
758
+ border-radius: var(--radius-lg);
759
+ }
760
+
761
+ .border {
762
+ border-style: var(--tw-border-style);
763
+ border-width: 1px;
764
+ }
765
+
766
+ .border-2 {
767
+ border-style: var(--tw-border-style);
768
+ border-width: 2px;
769
+ }
770
+
771
+ .border-b {
772
+ border-bottom-style: var(--tw-border-style);
773
+ border-bottom-width: 1px;
774
+ }
775
+
776
+ .border-l-2 {
777
+ border-left-style: var(--tw-border-style);
778
+ border-left-width: 2px;
779
+ }
780
+
781
+ .border-solid {
782
+ --tw-border-style: solid;
783
+ border-style: solid;
784
+ }
785
+
786
+ .border-black {
787
+ border-color: var(--color-black);
788
+ }
789
+
790
+ .border-black\/20 {
791
+ border-color: #0003;
792
+ }
793
+
794
+ @supports (color: color-mix(in lab, red, red)) {
795
+ .border-black\/20 {
796
+ border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
797
+ }
798
+ }
799
+
800
+ .border-gray-400 {
801
+ border-color: var(--color-gray-400);
802
+ }
803
+
804
+ .border-gray-700 {
805
+ border-color: var(--color-gray-700);
806
+ }
807
+
808
+ .border-slate-200 {
809
+ border-color: var(--color-slate-200);
810
+ }
811
+
812
+ .border-slate-700 {
813
+ border-color: var(--color-slate-700);
814
+ }
815
+
816
+ .bg-blue-200 {
817
+ background-color: var(--color-blue-200);
818
+ }
819
+
820
+ .bg-blue-500 {
821
+ background-color: var(--color-blue-500);
822
+ }
823
+
824
+ .bg-gray-50 {
825
+ background-color: var(--color-gray-50);
826
+ }
827
+
828
+ .bg-gray-200 {
829
+ background-color: var(--color-gray-200);
830
+ }
831
+
832
+ .bg-green-100 {
833
+ background-color: var(--color-green-100);
834
+ }
835
+
836
+ .bg-green-200 {
837
+ background-color: var(--color-green-200);
838
+ }
839
+
840
+ .bg-indigo-200 {
841
+ background-color: var(--color-indigo-200);
842
+ }
843
+
844
+ .bg-purple-200 {
845
+ background-color: var(--color-purple-200);
846
+ }
847
+
848
+ .bg-red-200 {
849
+ background-color: var(--color-red-200);
850
+ }
851
+
852
+ .bg-red-500 {
853
+ background-color: var(--color-red-500);
854
+ }
855
+
856
+ .bg-slate-700 {
857
+ background-color: var(--color-slate-700);
858
+ }
859
+
860
+ .p-1 {
861
+ padding: calc(var(--spacing) * 1);
862
+ }
863
+
864
+ .p-2 {
865
+ padding: calc(var(--spacing) * 2);
866
+ }
867
+
868
+ .p-3 {
869
+ padding: calc(var(--spacing) * 3);
870
+ }
871
+
872
+ .p-4 {
873
+ padding: calc(var(--spacing) * 4);
874
+ }
875
+
876
+ .p-8 {
877
+ padding: calc(var(--spacing) * 8);
878
+ }
879
+
880
+ .px-2 {
881
+ padding-inline: calc(var(--spacing) * 2);
882
+ }
883
+
884
+ .px-4 {
885
+ padding-inline: calc(var(--spacing) * 4);
886
+ }
887
+
888
+ .py-1 {
889
+ padding-block: calc(var(--spacing) * 1);
890
+ }
891
+
892
+ .py-2 {
893
+ padding-block: calc(var(--spacing) * 2);
894
+ }
895
+
896
+ .pt-1 {
897
+ padding-top: calc(var(--spacing) * 1);
898
+ }
899
+
900
+ .pt-2 {
901
+ padding-top: calc(var(--spacing) * 2);
902
+ }
903
+
904
+ .pr-1 {
905
+ padding-right: calc(var(--spacing) * 1);
906
+ }
907
+
908
+ .pb-1 {
909
+ padding-bottom: calc(var(--spacing) * 1);
910
+ }
911
+
912
+ .pl-1 {
913
+ padding-left: calc(var(--spacing) * 1);
914
+ }
915
+
916
+ .text-center {
917
+ text-align: center;
918
+ }
919
+
920
+ .text-left {
921
+ text-align: left;
922
+ }
923
+
924
+ .font-mono {
925
+ font-family: var(--font-mono);
926
+ }
927
+
928
+ .text-base {
929
+ font-size: var(--text-base);
930
+ line-height: var(--tw-leading, var(--text-base--line-height));
931
+ }
932
+
933
+ .text-lg {
934
+ font-size: var(--text-lg);
935
+ line-height: var(--tw-leading, var(--text-lg--line-height));
936
+ }
937
+
938
+ .text-sm {
939
+ font-size: var(--text-sm);
940
+ line-height: var(--tw-leading, var(--text-sm--line-height));
941
+ }
942
+
943
+ .text-xs {
944
+ font-size: var(--text-xs);
945
+ line-height: var(--tw-leading, var(--text-xs--line-height));
946
+ }
947
+
948
+ .font-bold {
949
+ --tw-font-weight: var(--font-weight-bold);
950
+ font-weight: var(--font-weight-bold);
951
+ }
952
+
953
+ .font-light {
954
+ --tw-font-weight: var(--font-weight-light);
955
+ font-weight: var(--font-weight-light);
956
+ }
957
+
958
+ .font-medium {
959
+ --tw-font-weight: var(--font-weight-medium);
960
+ font-weight: var(--font-weight-medium);
961
+ }
962
+
963
+ .text-balance {
964
+ text-wrap: balance;
965
+ }
966
+
967
+ .text-nowrap {
968
+ text-wrap: nowrap;
969
+ }
970
+
971
+ .whitespace-pre-wrap {
972
+ white-space: pre-wrap;
973
+ }
974
+
975
+ .text-black {
976
+ color: var(--color-black);
977
+ }
978
+
979
+ .text-blue-600 {
980
+ color: var(--color-blue-600);
981
+ }
982
+
983
+ .text-gray-500 {
984
+ color: var(--color-gray-500);
985
+ }
986
+
987
+ .text-gray-600 {
988
+ color: var(--color-gray-600);
989
+ }
990
+
991
+ .text-gray-700 {
992
+ color: var(--color-gray-700);
993
+ }
994
+
995
+ .text-gray-800 {
996
+ color: var(--color-gray-800);
997
+ }
998
+
999
+ .text-green-600 {
1000
+ color: var(--color-green-600);
1001
+ }
1002
+
1003
+ .text-red-600 {
1004
+ color: var(--color-red-600);
1005
+ }
1006
+
1007
+ .text-white {
1008
+ color: var(--color-white);
1009
+ }
1010
+
1011
+ .uppercase {
1012
+ text-transform: uppercase;
1013
+ }
1014
+
1015
+ .opacity-50 {
1016
+ opacity: .5;
1017
+ }
1018
+
1019
+ .outline {
1020
+ outline-style: var(--tw-outline-style);
1021
+ outline-width: 1px;
1022
+ }
1023
+
1024
+ .blur {
1025
+ --tw-blur: blur(8px);
1026
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
1027
+ }
1028
+
1029
+ .filter {
1030
+ filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
1031
+ }
1032
+
1033
+ .transition {
1034
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
1035
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1036
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1037
+ }
1038
+
1039
+ .transition-colors {
1040
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
1041
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
1042
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
1043
+ }
1044
+
1045
+ .duration-1000 {
1046
+ --tw-duration: 1s;
1047
+ transition-duration: 1s;
1048
+ }
1049
+
1050
+ @media (hover: hover) {
1051
+ .hover\:rounded:hover {
1052
+ border-radius: .25rem;
1053
+ }
1054
+
1055
+ .hover\:rounded-r-none:hover {
1056
+ border-top-right-radius: 0;
1057
+ border-bottom-right-radius: 0;
1058
+ }
1059
+
1060
+ .hover\:bg-blue-100:hover {
1061
+ background-color: var(--color-blue-100);
1062
+ }
1063
+
1064
+ .hover\:bg-blue-300:hover {
1065
+ background-color: var(--color-blue-300);
1066
+ }
1067
+
1068
+ .hover\:bg-blue-700:hover {
1069
+ background-color: var(--color-blue-700);
1070
+ }
1071
+
1072
+ .hover\:bg-cyan-200:hover {
1073
+ background-color: var(--color-cyan-200);
1074
+ }
1075
+
1076
+ .hover\:bg-green-200:hover {
1077
+ background-color: var(--color-green-200);
1078
+ }
1079
+
1080
+ .hover\:bg-red-700:hover {
1081
+ background-color: var(--color-red-700);
1082
+ }
1083
+
1084
+ .hover\:bg-sky-100:hover {
1085
+ background-color: var(--color-sky-100);
1086
+ }
1087
+
1088
+ .hover\:text-black:hover {
1089
+ color: var(--color-black);
1090
+ }
1091
+ }
1092
+
1093
+ .focus\:border-2:focus {
1094
+ border-style: var(--tw-border-style);
1095
+ border-width: 2px;
1096
+ }
1097
+
1098
+ .focus\:border-green-600:focus {
1099
+ border-color: var(--color-green-600);
1100
+ }
1101
+
1102
+ .focus\:outline-none:focus {
1103
+ --tw-outline-style: none;
1104
+ outline-style: none;
1105
+ }
1106
+
1107
+ .active\:bg-blue-400:active {
1108
+ background-color: var(--color-blue-400);
1109
+ }
1110
+
1111
+ @media (min-width: 80rem) {
1112
+ .xl\:w-1\/5 {
1113
+ width: 20%;
1114
+ }
1115
+
1116
+ .xl\:w-4\/5 {
1117
+ width: 80%;
1118
+ }
1119
+ }
1120
+ }
1121
+
1122
+ @property --tw-rotate-x {
1123
+ syntax: "*";
1124
+ inherits: false
1125
+ }
1126
+
1127
+ @property --tw-rotate-y {
1128
+ syntax: "*";
1129
+ inherits: false
1130
+ }
1131
+
1132
+ @property --tw-rotate-z {
1133
+ syntax: "*";
1134
+ inherits: false
1135
+ }
1136
+
1137
+ @property --tw-skew-x {
1138
+ syntax: "*";
1139
+ inherits: false
1140
+ }
1141
+
1142
+ @property --tw-skew-y {
1143
+ syntax: "*";
1144
+ inherits: false
1145
+ }
1146
+
1147
+ @property --tw-space-y-reverse {
1148
+ syntax: "*";
1149
+ inherits: false;
1150
+ initial-value: 0;
1151
+ }
1152
+
1153
+ @property --tw-space-x-reverse {
1154
+ syntax: "*";
1155
+ inherits: false;
1156
+ initial-value: 0;
1157
+ }
1158
+
1159
+ @property --tw-divide-y-reverse {
1160
+ syntax: "*";
1161
+ inherits: false;
1162
+ initial-value: 0;
1163
+ }
1164
+
1165
+ @property --tw-border-style {
1166
+ syntax: "*";
1167
+ inherits: false;
1168
+ initial-value: solid;
1169
+ }
1170
+
1171
+ @property --tw-font-weight {
1172
+ syntax: "*";
1173
+ inherits: false
1174
+ }
1175
+
1176
+ @property --tw-outline-style {
1177
+ syntax: "*";
1178
+ inherits: false;
1179
+ initial-value: solid;
1180
+ }
1181
+
1182
+ @property --tw-blur {
1183
+ syntax: "*";
1184
+ inherits: false
1185
+ }
1186
+
1187
+ @property --tw-brightness {
1188
+ syntax: "*";
1189
+ inherits: false
1190
+ }
1191
+
1192
+ @property --tw-contrast {
1193
+ syntax: "*";
1194
+ inherits: false
1195
+ }
1196
+
1197
+ @property --tw-grayscale {
1198
+ syntax: "*";
1199
+ inherits: false
1200
+ }
1201
+
1202
+ @property --tw-hue-rotate {
1203
+ syntax: "*";
1204
+ inherits: false
1205
+ }
1206
+
1207
+ @property --tw-invert {
1208
+ syntax: "*";
1209
+ inherits: false
1210
+ }
1211
+
1212
+ @property --tw-opacity {
1213
+ syntax: "*";
1214
+ inherits: false
1215
+ }
1216
+
1217
+ @property --tw-saturate {
1218
+ syntax: "*";
1219
+ inherits: false
1220
+ }
1221
+
1222
+ @property --tw-sepia {
1223
+ syntax: "*";
1224
+ inherits: false
1225
+ }
1226
+
1227
+ @property --tw-drop-shadow {
1228
+ syntax: "*";
1229
+ inherits: false
1230
+ }
1231
+
1232
+ @property --tw-drop-shadow-color {
1233
+ syntax: "*";
1234
+ inherits: false
1235
+ }
1236
+
1237
+ @property --tw-drop-shadow-alpha {
1238
+ syntax: "<percentage>";
1239
+ inherits: false;
1240
+ initial-value: 100%;
1241
+ }
1242
+
1243
+ @property --tw-drop-shadow-size {
1244
+ syntax: "*";
1245
+ inherits: false
1246
+ }
1247
+
1248
+ @property --tw-duration {
1249
+ syntax: "*";
1250
+ inherits: false
1251
+ }
1252
+
1253
+ @keyframes pulse {
1254
+ 50% {
1255
+ opacity: .5;
1256
+ }
1257
+ }
1258
+ .recrate {
1259
+ all: revert-layer; /* neutralizes global resets before applying your own */
1260
+ }/* required styles */
1261
+
1262
+ .leaflet-pane,
1263
+ .leaflet-tile,
1264
+ .leaflet-marker-icon,
1265
+ .leaflet-marker-shadow,
1266
+ .leaflet-tile-container,
1267
+ .leaflet-pane > svg,
1268
+ .leaflet-pane > canvas,
1269
+ .leaflet-zoom-box,
1270
+ .leaflet-image-layer,
1271
+ .leaflet-layer {
1272
+ position: absolute;
1273
+ left: 0;
1274
+ top: 0;
1275
+ }
1276
+ .leaflet-container {
1277
+ overflow: hidden;
1278
+ }
1279
+ .leaflet-tile,
1280
+ .leaflet-marker-icon,
1281
+ .leaflet-marker-shadow {
1282
+ -webkit-user-select: none;
1283
+ user-select: none;
1284
+ -webkit-user-drag: none;
1285
+ }
1286
+ /* Prevents IE11 from highlighting tiles in blue */
1287
+ .leaflet-tile::selection {
1288
+ background: transparent;
1289
+ }
1290
+ /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
1291
+ .leaflet-safari .leaflet-tile {
1292
+ image-rendering: -webkit-optimize-contrast;
1293
+ }
1294
+ /* hack that prevents hw layers "stretching" when loading new tiles */
1295
+ .leaflet-safari .leaflet-tile-container {
1296
+ width: 1600px;
1297
+ height: 1600px;
1298
+ -webkit-transform-origin: 0 0;
1299
+ }
1300
+ .leaflet-marker-icon,
1301
+ .leaflet-marker-shadow {
1302
+ display: block;
1303
+ }
1304
+ /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
1305
+ /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
1306
+ .leaflet-container .leaflet-overlay-pane svg {
1307
+ max-width: none !important;
1308
+ max-height: none !important;
1309
+ }
1310
+ .leaflet-container .leaflet-marker-pane img,
1311
+ .leaflet-container .leaflet-shadow-pane img,
1312
+ .leaflet-container .leaflet-tile-pane img,
1313
+ .leaflet-container img.leaflet-image-layer,
1314
+ .leaflet-container .leaflet-tile {
1315
+ max-width: none !important;
1316
+ max-height: none !important;
1317
+ width: auto;
1318
+ padding: 0;
1319
+ }
1320
+
1321
+ .leaflet-container img.leaflet-tile {
1322
+ /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
1323
+ mix-blend-mode: plus-lighter;
1324
+ }
1325
+
1326
+ .leaflet-container.leaflet-touch-zoom {
1327
+ touch-action: pan-x pan-y;
1328
+ }
1329
+ .leaflet-container.leaflet-touch-drag {
1330
+ /* Fallback for FF which doesn't support pinch-zoom */
1331
+ touch-action: none;
1332
+ touch-action: pinch-zoom;
1333
+ }
1334
+ .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
1335
+ touch-action: none;
1336
+ }
1337
+ .leaflet-container {
1338
+ -webkit-tap-highlight-color: transparent;
1339
+ }
1340
+ .leaflet-container a {
1341
+ -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
1342
+ }
1343
+ .leaflet-tile {
1344
+ filter: inherit;
1345
+ visibility: hidden;
1346
+ }
1347
+ .leaflet-tile-loaded {
1348
+ visibility: inherit;
1349
+ }
1350
+ .leaflet-zoom-box {
1351
+ width: 0;
1352
+ height: 0;
1353
+ box-sizing: border-box;
1354
+ z-index: 800;
1355
+ }
1356
+ /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
1357
+ .leaflet-overlay-pane svg {
1358
+ -moz-user-select: none;
1359
+ }
1360
+
1361
+ .leaflet-pane { z-index: 400; }
1362
+
1363
+ .leaflet-tile-pane { z-index: 200; }
1364
+ .leaflet-overlay-pane { z-index: 400; }
1365
+ .leaflet-shadow-pane { z-index: 500; }
1366
+ .leaflet-marker-pane { z-index: 600; }
1367
+ .leaflet-tooltip-pane { z-index: 650; }
1368
+ .leaflet-popup-pane { z-index: 700; }
1369
+
1370
+ .leaflet-map-pane canvas { z-index: 100; }
1371
+ .leaflet-map-pane svg { z-index: 200; }
1372
+
1373
+ .leaflet-vml-shape {
1374
+ width: 1px;
1375
+ height: 1px;
1376
+ }
1377
+ .lvml {
1378
+ behavior: url(#default#VML);
1379
+ display: inline-block;
1380
+ position: absolute;
1381
+ }
1382
+
1383
+
1384
+ /* control positioning */
1385
+
1386
+ .leaflet-control {
1387
+ position: relative;
1388
+ z-index: 800;
1389
+ pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1390
+ pointer-events: auto;
1391
+ }
1392
+ .leaflet-top,
1393
+ .leaflet-bottom {
1394
+ position: absolute;
1395
+ z-index: 1000;
1396
+ pointer-events: none;
1397
+ }
1398
+ .leaflet-top {
1399
+ top: 0;
1400
+ }
1401
+ .leaflet-right {
1402
+ right: 0;
1403
+ }
1404
+ .leaflet-bottom {
1405
+ bottom: 0;
1406
+ }
1407
+ .leaflet-left {
1408
+ left: 0;
1409
+ }
1410
+ .leaflet-control {
1411
+ float: left;
1412
+ clear: both;
1413
+ }
1414
+ .leaflet-right .leaflet-control {
1415
+ float: right;
1416
+ }
1417
+ .leaflet-top .leaflet-control {
1418
+ margin-top: 10px;
1419
+ }
1420
+ .leaflet-bottom .leaflet-control {
1421
+ margin-bottom: 10px;
1422
+ }
1423
+ .leaflet-left .leaflet-control {
1424
+ margin-left: 10px;
1425
+ }
1426
+ .leaflet-right .leaflet-control {
1427
+ margin-right: 10px;
1428
+ }
1429
+
1430
+
1431
+ /* zoom and fade animations */
1432
+
1433
+ .leaflet-fade-anim .leaflet-popup {
1434
+ opacity: 0;
1435
+ transition: opacity 0.2s linear;
1436
+ }
1437
+ .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
1438
+ opacity: 1;
1439
+ }
1440
+ .leaflet-zoom-animated {
1441
+ transform-origin: 0 0;
1442
+ }
1443
+ svg.leaflet-zoom-animated {
1444
+ will-change: transform;
1445
+ }
1446
+
1447
+ .leaflet-zoom-anim .leaflet-zoom-animated {
1448
+ transition: transform 0.25s cubic-bezier(0,0,0.25,1);
1449
+ }
1450
+ .leaflet-zoom-anim .leaflet-tile,
1451
+ .leaflet-pan-anim .leaflet-tile {
1452
+ transition: none;
1453
+ }
1454
+
1455
+ .leaflet-zoom-anim .leaflet-zoom-hide {
1456
+ visibility: hidden;
1457
+ }
1458
+
1459
+
1460
+ /* cursors */
1461
+
1462
+ .leaflet-interactive {
1463
+ cursor: pointer;
1464
+ }
1465
+ .leaflet-grab {
1466
+ cursor: grab;
1467
+ }
1468
+ .leaflet-crosshair,
1469
+ .leaflet-crosshair .leaflet-interactive {
1470
+ cursor: crosshair;
1471
+ }
1472
+ .leaflet-popup-pane,
1473
+ .leaflet-control {
1474
+ cursor: auto;
1475
+ }
1476
+ .leaflet-dragging .leaflet-grab,
1477
+ .leaflet-dragging .leaflet-grab .leaflet-interactive,
1478
+ .leaflet-dragging .leaflet-marker-draggable {
1479
+ cursor: move;
1480
+ cursor: grabbing;
1481
+ }
1482
+
1483
+ /* marker & overlays interactivity */
1484
+ .leaflet-marker-icon,
1485
+ .leaflet-marker-shadow,
1486
+ .leaflet-image-layer,
1487
+ .leaflet-pane > svg path,
1488
+ .leaflet-tile-container {
1489
+ pointer-events: none;
1490
+ }
1491
+
1492
+ .leaflet-marker-icon.leaflet-interactive,
1493
+ .leaflet-image-layer.leaflet-interactive,
1494
+ .leaflet-pane > svg path.leaflet-interactive,
1495
+ svg.leaflet-image-layer.leaflet-interactive path {
1496
+ pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1497
+ pointer-events: auto;
1498
+ }
1499
+
1500
+ /* visual tweaks */
1501
+
1502
+ .leaflet-container {
1503
+ background: #ddd;
1504
+ outline-offset: 1px;
1505
+ }
1506
+ .leaflet-container a {
1507
+ color: #0078A8;
1508
+ }
1509
+ .leaflet-zoom-box {
1510
+ border: 2px dotted #38f;
1511
+ background: rgba(255,255,255,0.5);
1512
+ }
1513
+
1514
+
1515
+ /* general typography */
1516
+ .leaflet-container {
1517
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
1518
+ font-size: 12px;
1519
+ font-size: 0.75rem;
1520
+ line-height: 1.5;
1521
+ }
1522
+
1523
+
1524
+ /* general toolbar styles */
1525
+
1526
+ .leaflet-bar {
1527
+ box-shadow: 0 1px 5px rgba(0,0,0,0.65);
1528
+ border-radius: 4px;
1529
+ }
1530
+ .leaflet-bar a {
1531
+ background-color: #fff;
1532
+ border-bottom: 1px solid #ccc;
1533
+ width: 26px;
1534
+ height: 26px;
1535
+ line-height: 26px;
1536
+ display: block;
1537
+ text-align: center;
1538
+ text-decoration: none;
1539
+ color: black;
1540
+ }
1541
+ .leaflet-bar a,
1542
+ .leaflet-control-layers-toggle {
1543
+ background-position: 50% 50%;
1544
+ background-repeat: no-repeat;
1545
+ display: block;
1546
+ }
1547
+ .leaflet-bar a:hover,
1548
+ .leaflet-bar a:focus {
1549
+ background-color: #f4f4f4;
1550
+ }
1551
+ .leaflet-bar a:first-child {
1552
+ border-top-left-radius: 4px;
1553
+ border-top-right-radius: 4px;
1554
+ }
1555
+ .leaflet-bar a:last-child {
1556
+ border-bottom-left-radius: 4px;
1557
+ border-bottom-right-radius: 4px;
1558
+ border-bottom: none;
1559
+ }
1560
+ .leaflet-bar a.leaflet-disabled {
1561
+ cursor: default;
1562
+ background-color: #f4f4f4;
1563
+ color: #bbb;
1564
+ }
1565
+
1566
+ .leaflet-touch .leaflet-bar a {
1567
+ width: 30px;
1568
+ height: 30px;
1569
+ line-height: 30px;
1570
+ }
1571
+ .leaflet-touch .leaflet-bar a:first-child {
1572
+ border-top-left-radius: 2px;
1573
+ border-top-right-radius: 2px;
1574
+ }
1575
+ .leaflet-touch .leaflet-bar a:last-child {
1576
+ border-bottom-left-radius: 2px;
1577
+ border-bottom-right-radius: 2px;
1578
+ }
1579
+
1580
+ /* zoom control */
1581
+
1582
+ .leaflet-control-zoom-in,
1583
+ .leaflet-control-zoom-out {
1584
+ font: bold 18px 'Lucida Console', Monaco, monospace;
1585
+ text-indent: 1px;
1586
+ }
1587
+
1588
+ .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
1589
+ font-size: 22px;
1590
+ }
1591
+
1592
+
1593
+ /* layers control */
1594
+
1595
+ .leaflet-control-layers {
1596
+ box-shadow: 0 1px 5px rgba(0,0,0,0.4);
1597
+ background: #fff;
1598
+ border-radius: 5px;
1599
+ }
1600
+ .leaflet-control-layers-toggle {
1601
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
1602
+ width: 36px;
1603
+ height: 36px;
1604
+ }
1605
+ .leaflet-retina .leaflet-control-layers-toggle {
1606
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
1607
+ background-size: 26px 26px;
1608
+ }
1609
+ .leaflet-touch .leaflet-control-layers-toggle {
1610
+ width: 44px;
1611
+ height: 44px;
1612
+ }
1613
+ .leaflet-control-layers .leaflet-control-layers-list,
1614
+ .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
1615
+ display: none;
1616
+ }
1617
+ .leaflet-control-layers-expanded .leaflet-control-layers-list {
1618
+ display: block;
1619
+ position: relative;
1620
+ }
1621
+ .leaflet-control-layers-expanded {
1622
+ padding: 6px 10px 6px 6px;
1623
+ color: #333;
1624
+ background: #fff;
1625
+ }
1626
+ .leaflet-control-layers-scrollbar {
1627
+ overflow-y: scroll;
1628
+ overflow-x: hidden;
1629
+ padding-right: 5px;
1630
+ }
1631
+ .leaflet-control-layers-selector {
1632
+ margin-top: 2px;
1633
+ position: relative;
1634
+ top: 1px;
1635
+ }
1636
+ .leaflet-control-layers label {
1637
+ display: block;
1638
+ font-size: 13px;
1639
+ font-size: 1.08333em;
1640
+ }
1641
+ .leaflet-control-layers-separator {
1642
+ height: 0;
1643
+ border-top: 1px solid #ddd;
1644
+ margin: 5px -10px 5px -6px;
1645
+ }
1646
+
1647
+ /* Default icon URLs */
1648
+ .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
1649
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
1650
+ }
1651
+
1652
+
1653
+ /* attribution and scale controls */
1654
+
1655
+ .leaflet-container .leaflet-control-attribution {
1656
+ background: #fff;
1657
+ background: rgba(255, 255, 255, 0.8);
1658
+ margin: 0;
1659
+ }
1660
+ .leaflet-control-attribution,
1661
+ .leaflet-control-scale-line {
1662
+ padding: 0 5px;
1663
+ color: #333;
1664
+ line-height: 1.4;
1665
+ }
1666
+ .leaflet-control-attribution a {
1667
+ text-decoration: none;
1668
+ }
1669
+ .leaflet-control-attribution a:hover,
1670
+ .leaflet-control-attribution a:focus {
1671
+ text-decoration: underline;
1672
+ }
1673
+ .leaflet-attribution-flag {
1674
+ display: inline !important;
1675
+ vertical-align: baseline !important;
1676
+ width: 1em;
1677
+ height: 0.6669em;
1678
+ }
1679
+ .leaflet-left .leaflet-control-scale {
1680
+ margin-left: 5px;
1681
+ }
1682
+ .leaflet-bottom .leaflet-control-scale {
1683
+ margin-bottom: 5px;
1684
+ }
1685
+ .leaflet-control-scale-line {
1686
+ border: 2px solid #777;
1687
+ border-top: none;
1688
+ line-height: 1.1;
1689
+ padding: 2px 5px 1px;
1690
+ white-space: nowrap;
1691
+ box-sizing: border-box;
1692
+ background: rgba(255, 255, 255, 0.8);
1693
+ text-shadow: 1px 1px #fff;
1694
+ }
1695
+ .leaflet-control-scale-line:not(:first-child) {
1696
+ border-top: 2px solid #777;
1697
+ border-bottom: none;
1698
+ margin-top: -2px;
1699
+ }
1700
+ .leaflet-control-scale-line:not(:first-child):not(:last-child) {
1701
+ border-bottom: 2px solid #777;
1702
+ }
1703
+
1704
+ .leaflet-touch .leaflet-control-attribution,
1705
+ .leaflet-touch .leaflet-control-layers,
1706
+ .leaflet-touch .leaflet-bar {
1707
+ box-shadow: none;
1708
+ }
1709
+ .leaflet-touch .leaflet-control-layers,
1710
+ .leaflet-touch .leaflet-bar {
1711
+ border: 2px solid rgba(0,0,0,0.2);
1712
+ background-clip: padding-box;
1713
+ }
1714
+
1715
+
1716
+ /* popup */
1717
+
1718
+ .leaflet-popup {
1719
+ position: absolute;
1720
+ text-align: center;
1721
+ margin-bottom: 20px;
1722
+ }
1723
+ .leaflet-popup-content-wrapper {
1724
+ padding: 1px;
1725
+ text-align: left;
1726
+ border-radius: 12px;
1727
+ }
1728
+ .leaflet-popup-content {
1729
+ margin: 13px 24px 13px 20px;
1730
+ line-height: 1.3;
1731
+ font-size: 13px;
1732
+ font-size: 1.08333em;
1733
+ min-height: 1px;
1734
+ }
1735
+ .leaflet-popup-content p {
1736
+ margin: 17px 0;
1737
+ margin: 1.3em 0;
1738
+ }
1739
+ .leaflet-popup-tip-container {
1740
+ width: 40px;
1741
+ height: 20px;
1742
+ position: absolute;
1743
+ left: 50%;
1744
+ margin-top: -1px;
1745
+ margin-left: -20px;
1746
+ overflow: hidden;
1747
+ pointer-events: none;
1748
+ }
1749
+ .leaflet-popup-tip {
1750
+ width: 17px;
1751
+ height: 17px;
1752
+ padding: 1px;
1753
+
1754
+ margin: -10px auto 0;
1755
+ pointer-events: auto;
1756
+ transform: rotate(45deg);
1757
+ }
1758
+ .leaflet-popup-content-wrapper,
1759
+ .leaflet-popup-tip {
1760
+ background: white;
1761
+ color: #333;
1762
+ box-shadow: 0 3px 14px rgba(0,0,0,0.4);
1763
+ }
1764
+ .leaflet-container a.leaflet-popup-close-button {
1765
+ position: absolute;
1766
+ top: 0;
1767
+ right: 0;
1768
+ border: none;
1769
+ text-align: center;
1770
+ width: 24px;
1771
+ height: 24px;
1772
+ font: 16px/24px Tahoma, Verdana, sans-serif;
1773
+ color: #757575;
1774
+ text-decoration: none;
1775
+ background: transparent;
1776
+ }
1777
+ .leaflet-container a.leaflet-popup-close-button:hover,
1778
+ .leaflet-container a.leaflet-popup-close-button:focus {
1779
+ color: #585858;
1780
+ }
1781
+ .leaflet-popup-scrolled {
1782
+ overflow: auto;
1783
+ }
1784
+
1785
+ .leaflet-oldie .leaflet-popup-content-wrapper {
1786
+ -ms-zoom: 1;
1787
+ }
1788
+ .leaflet-oldie .leaflet-popup-tip {
1789
+ width: 24px;
1790
+ margin: 0 auto;
1791
+
1792
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
1793
+ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
1794
+ }
1795
+
1796
+ .leaflet-oldie .leaflet-control-zoom,
1797
+ .leaflet-oldie .leaflet-control-layers,
1798
+ .leaflet-oldie .leaflet-popup-content-wrapper,
1799
+ .leaflet-oldie .leaflet-popup-tip {
1800
+ border: 1px solid #999;
1801
+ }
1802
+
1803
+
1804
+ /* div icon */
1805
+
1806
+ .leaflet-div-icon {
1807
+ background: #fff;
1808
+ border: 1px solid #666;
1809
+ }
1810
+
1811
+
1812
+ /* Tooltip */
1813
+ /* Base styles for the element that has a tooltip */
1814
+ .leaflet-tooltip {
1815
+ position: absolute;
1816
+ padding: 6px;
1817
+ background-color: #fff;
1818
+ border: 1px solid #fff;
1819
+ border-radius: 3px;
1820
+ color: #222;
1821
+ white-space: nowrap;
1822
+ -webkit-user-select: none;
1823
+ user-select: none;
1824
+ pointer-events: none;
1825
+ box-shadow: 0 1px 3px rgba(0,0,0,0.4);
1826
+ }
1827
+ .leaflet-tooltip.leaflet-interactive {
1828
+ cursor: pointer;
1829
+ pointer-events: auto;
1830
+ }
1831
+ .leaflet-tooltip-top:before,
1832
+ .leaflet-tooltip-bottom:before,
1833
+ .leaflet-tooltip-left:before,
1834
+ .leaflet-tooltip-right:before {
1835
+ position: absolute;
1836
+ pointer-events: none;
1837
+ border: 6px solid transparent;
1838
+ background: transparent;
1839
+ content: "";
1840
+ }
1841
+
1842
+ /* Directions */
1843
+
1844
+ .leaflet-tooltip-bottom {
1845
+ margin-top: 6px;
1846
+ }
1847
+ .leaflet-tooltip-top {
1848
+ margin-top: -6px;
1849
+ }
1850
+ .leaflet-tooltip-bottom:before,
1851
+ .leaflet-tooltip-top:before {
1852
+ left: 50%;
1853
+ margin-left: -6px;
1854
+ }
1855
+ .leaflet-tooltip-top:before {
1856
+ bottom: 0;
1857
+ margin-bottom: -12px;
1858
+ border-top-color: #fff;
1859
+ }
1860
+ .leaflet-tooltip-bottom:before {
1861
+ top: 0;
1862
+ margin-top: -12px;
1863
+ margin-left: -6px;
1864
+ border-bottom-color: #fff;
1865
+ }
1866
+ .leaflet-tooltip-left {
1867
+ margin-left: -6px;
1868
+ }
1869
+ .leaflet-tooltip-right {
1870
+ margin-left: 6px;
1871
+ }
1872
+ .leaflet-tooltip-left:before,
1873
+ .leaflet-tooltip-right:before {
1874
+ top: 50%;
1875
+ margin-top: -6px;
1876
+ }
1877
+ .leaflet-tooltip-left:before {
1878
+ right: 0;
1879
+ margin-right: -12px;
1880
+ border-left-color: #fff;
1881
+ }
1882
+ .leaflet-tooltip-right:before {
1883
+ left: 0;
1884
+ margin-left: -12px;
1885
+ border-right-color: #fff;
1886
+ }
1887
+
1888
+ /* Printing */
1889
+
1890
+ @media print {
1891
+ /* Prevent printers from removing background-images of controls. */
1892
+ .leaflet-control {
1893
+ -webkit-print-color-adjust: exact;
1894
+ print-color-adjust: exact;
1895
+ }
1896
+ }