@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.
package/dist/style.css DELETED
@@ -1,1721 +0,0 @@
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
- }*, ::before, ::after {
66
- --tw-border-spacing-x: 0;
67
- --tw-border-spacing-y: 0;
68
- --tw-translate-x: 0;
69
- --tw-translate-y: 0;
70
- --tw-rotate: 0;
71
- --tw-skew-x: 0;
72
- --tw-skew-y: 0;
73
- --tw-scale-x: 1;
74
- --tw-scale-y: 1;
75
- --tw-pan-x: ;
76
- --tw-pan-y: ;
77
- --tw-pinch-zoom: ;
78
- --tw-scroll-snap-strictness: proximity;
79
- --tw-gradient-from-position: ;
80
- --tw-gradient-via-position: ;
81
- --tw-gradient-to-position: ;
82
- --tw-ordinal: ;
83
- --tw-slashed-zero: ;
84
- --tw-numeric-figure: ;
85
- --tw-numeric-spacing: ;
86
- --tw-numeric-fraction: ;
87
- --tw-ring-inset: ;
88
- --tw-ring-offset-width: 0px;
89
- --tw-ring-offset-color: #fff;
90
- --tw-ring-color: rgb(59 130 246 / 0.5);
91
- --tw-ring-offset-shadow: 0 0 #0000;
92
- --tw-ring-shadow: 0 0 #0000;
93
- --tw-shadow: 0 0 #0000;
94
- --tw-shadow-colored: 0 0 #0000;
95
- --tw-blur: ;
96
- --tw-brightness: ;
97
- --tw-contrast: ;
98
- --tw-grayscale: ;
99
- --tw-hue-rotate: ;
100
- --tw-invert: ;
101
- --tw-saturate: ;
102
- --tw-sepia: ;
103
- --tw-drop-shadow: ;
104
- --tw-backdrop-blur: ;
105
- --tw-backdrop-brightness: ;
106
- --tw-backdrop-contrast: ;
107
- --tw-backdrop-grayscale: ;
108
- --tw-backdrop-hue-rotate: ;
109
- --tw-backdrop-invert: ;
110
- --tw-backdrop-opacity: ;
111
- --tw-backdrop-saturate: ;
112
- --tw-backdrop-sepia: ;
113
- --tw-contain-size: ;
114
- --tw-contain-layout: ;
115
- --tw-contain-paint: ;
116
- --tw-contain-style: ;
117
- }
118
-
119
- ::backdrop {
120
- --tw-border-spacing-x: 0;
121
- --tw-border-spacing-y: 0;
122
- --tw-translate-x: 0;
123
- --tw-translate-y: 0;
124
- --tw-rotate: 0;
125
- --tw-skew-x: 0;
126
- --tw-skew-y: 0;
127
- --tw-scale-x: 1;
128
- --tw-scale-y: 1;
129
- --tw-pan-x: ;
130
- --tw-pan-y: ;
131
- --tw-pinch-zoom: ;
132
- --tw-scroll-snap-strictness: proximity;
133
- --tw-gradient-from-position: ;
134
- --tw-gradient-via-position: ;
135
- --tw-gradient-to-position: ;
136
- --tw-ordinal: ;
137
- --tw-slashed-zero: ;
138
- --tw-numeric-figure: ;
139
- --tw-numeric-spacing: ;
140
- --tw-numeric-fraction: ;
141
- --tw-ring-inset: ;
142
- --tw-ring-offset-width: 0px;
143
- --tw-ring-offset-color: #fff;
144
- --tw-ring-color: rgb(59 130 246 / 0.5);
145
- --tw-ring-offset-shadow: 0 0 #0000;
146
- --tw-ring-shadow: 0 0 #0000;
147
- --tw-shadow: 0 0 #0000;
148
- --tw-shadow-colored: 0 0 #0000;
149
- --tw-blur: ;
150
- --tw-brightness: ;
151
- --tw-contrast: ;
152
- --tw-grayscale: ;
153
- --tw-hue-rotate: ;
154
- --tw-invert: ;
155
- --tw-saturate: ;
156
- --tw-sepia: ;
157
- --tw-drop-shadow: ;
158
- --tw-backdrop-blur: ;
159
- --tw-backdrop-brightness: ;
160
- --tw-backdrop-contrast: ;
161
- --tw-backdrop-grayscale: ;
162
- --tw-backdrop-hue-rotate: ;
163
- --tw-backdrop-invert: ;
164
- --tw-backdrop-opacity: ;
165
- --tw-backdrop-saturate: ;
166
- --tw-backdrop-sepia: ;
167
- --tw-contain-size: ;
168
- --tw-contain-layout: ;
169
- --tw-contain-paint: ;
170
- --tw-contain-style: ;
171
- }/*
172
- ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
173
- *//*
174
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
175
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
176
- */
177
-
178
- *,
179
- ::before,
180
- ::after {
181
- box-sizing: border-box; /* 1 */
182
- border-width: 0; /* 2 */
183
- border-style: solid; /* 2 */
184
- border-color: #e5e7eb; /* 2 */
185
- }
186
-
187
- ::before,
188
- ::after {
189
- --tw-content: '';
190
- }
191
-
192
- /*
193
- 1. Use a consistent sensible line-height in all browsers.
194
- 2. Prevent adjustments of font size after orientation changes in iOS.
195
- 3. Use a more readable tab size.
196
- 4. Use the user's configured `sans` font-family by default.
197
- 5. Use the user's configured `sans` font-feature-settings by default.
198
- 6. Use the user's configured `sans` font-variation-settings by default.
199
- 7. Disable tap highlights on iOS
200
- */
201
-
202
- html,
203
- :host {
204
- line-height: 1.5; /* 1 */
205
- -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
206
- tab-size: 4; /* 3 */
207
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
208
- font-feature-settings: normal; /* 5 */
209
- font-variation-settings: normal; /* 6 */
210
- -webkit-tap-highlight-color: transparent; /* 7 */
211
- }
212
-
213
- /*
214
- 1. Remove the margin in all browsers.
215
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
216
- */
217
-
218
- body {
219
- margin: 0; /* 1 */
220
- line-height: inherit; /* 2 */
221
- }
222
-
223
- /*
224
- 1. Add the correct height in Firefox.
225
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
226
- 3. Ensure horizontal rules are visible by default.
227
- */
228
-
229
- hr {
230
- height: 0; /* 1 */
231
- color: inherit; /* 2 */
232
- border-top-width: 1px; /* 3 */
233
- }
234
-
235
- /*
236
- Add the correct text decoration in Chrome, Edge, and Safari.
237
- */
238
-
239
- abbr:where([title]) {
240
- -webkit-text-decoration: underline dotted;
241
- text-decoration: underline dotted;
242
- }
243
-
244
- /*
245
- Remove the default font size and weight for headings.
246
- */
247
-
248
- h1,
249
- h2,
250
- h3,
251
- h4,
252
- h5,
253
- h6 {
254
- font-size: inherit;
255
- font-weight: inherit;
256
- }
257
-
258
- /*
259
- Reset links to optimize for opt-in styling instead of opt-out.
260
- */
261
-
262
- a {
263
- color: inherit;
264
- text-decoration: inherit;
265
- }
266
-
267
- /*
268
- Add the correct font weight in Edge and Safari.
269
- */
270
-
271
- b,
272
- strong {
273
- font-weight: bolder;
274
- }
275
-
276
- /*
277
- 1. Use the user's configured `mono` font-family by default.
278
- 2. Use the user's configured `mono` font-feature-settings by default.
279
- 3. Use the user's configured `mono` font-variation-settings by default.
280
- 4. Correct the odd `em` font sizing in all browsers.
281
- */
282
-
283
- code,
284
- kbd,
285
- samp,
286
- pre {
287
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
288
- font-feature-settings: normal; /* 2 */
289
- font-variation-settings: normal; /* 3 */
290
- font-size: 1em; /* 4 */
291
- }
292
-
293
- /*
294
- Add the correct font size in all browsers.
295
- */
296
-
297
- small {
298
- font-size: 80%;
299
- }
300
-
301
- /*
302
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
303
- */
304
-
305
- sub,
306
- sup {
307
- font-size: 75%;
308
- line-height: 0;
309
- position: relative;
310
- vertical-align: baseline;
311
- }
312
-
313
- sub {
314
- bottom: -0.25em;
315
- }
316
-
317
- sup {
318
- top: -0.5em;
319
- }
320
-
321
- /*
322
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
323
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
324
- 3. Remove gaps between table borders by default.
325
- */
326
-
327
- table {
328
- text-indent: 0; /* 1 */
329
- border-color: inherit; /* 2 */
330
- border-collapse: collapse; /* 3 */
331
- }
332
-
333
- /*
334
- 1. Change the font styles in all browsers.
335
- 2. Remove the margin in Firefox and Safari.
336
- 3. Remove default padding in all browsers.
337
- */
338
-
339
- button,
340
- input,
341
- optgroup,
342
- select,
343
- textarea {
344
- font-family: inherit; /* 1 */
345
- font-feature-settings: inherit; /* 1 */
346
- font-variation-settings: inherit; /* 1 */
347
- font-size: 100%; /* 1 */
348
- font-weight: inherit; /* 1 */
349
- line-height: inherit; /* 1 */
350
- letter-spacing: inherit; /* 1 */
351
- color: inherit; /* 1 */
352
- margin: 0; /* 2 */
353
- padding: 0; /* 3 */
354
- }
355
-
356
- /*
357
- Remove the inheritance of text transform in Edge and Firefox.
358
- */
359
-
360
- button,
361
- select {
362
- text-transform: none;
363
- }
364
-
365
- /*
366
- 1. Correct the inability to style clickable types in iOS and Safari.
367
- 2. Remove default button styles.
368
- */
369
-
370
- button,
371
- input:where([type='button']),
372
- input:where([type='reset']),
373
- input:where([type='submit']) {
374
- -webkit-appearance: button; /* 1 */
375
- background-color: transparent; /* 2 */
376
- background-image: none; /* 2 */
377
- }
378
-
379
- /*
380
- Use the modern Firefox focus style for all focusable elements.
381
- */
382
-
383
- :-moz-focusring {
384
- outline: auto;
385
- }
386
-
387
- /*
388
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
389
- */
390
-
391
- :-moz-ui-invalid {
392
- box-shadow: none;
393
- }
394
-
395
- /*
396
- Add the correct vertical alignment in Chrome and Firefox.
397
- */
398
-
399
- progress {
400
- vertical-align: baseline;
401
- }
402
-
403
- /*
404
- Correct the cursor style of increment and decrement buttons in Safari.
405
- */
406
-
407
- ::-webkit-inner-spin-button,
408
- ::-webkit-outer-spin-button {
409
- height: auto;
410
- }
411
-
412
- /*
413
- 1. Correct the odd appearance in Chrome and Safari.
414
- 2. Correct the outline style in Safari.
415
- */
416
-
417
- [type='search'] {
418
- -webkit-appearance: textfield; /* 1 */
419
- outline-offset: -2px; /* 2 */
420
- }
421
-
422
- /*
423
- Remove the inner padding in Chrome and Safari on macOS.
424
- */
425
-
426
- ::-webkit-search-decoration {
427
- -webkit-appearance: none;
428
- }
429
-
430
- /*
431
- 1. Correct the inability to style clickable types in iOS and Safari.
432
- 2. Change font properties to `inherit` in Safari.
433
- */
434
-
435
- ::-webkit-file-upload-button {
436
- -webkit-appearance: button; /* 1 */
437
- font: inherit; /* 2 */
438
- }
439
-
440
- /*
441
- Add the correct display in Chrome and Safari.
442
- */
443
-
444
- summary {
445
- display: list-item;
446
- }
447
-
448
- /*
449
- Removes the default spacing and border for appropriate elements.
450
- */
451
-
452
- blockquote,
453
- dl,
454
- dd,
455
- h1,
456
- h2,
457
- h3,
458
- h4,
459
- h5,
460
- h6,
461
- hr,
462
- figure,
463
- p,
464
- pre {
465
- margin: 0;
466
- }
467
-
468
- fieldset {
469
- margin: 0;
470
- padding: 0;
471
- }
472
-
473
- legend {
474
- padding: 0;
475
- }
476
-
477
- ol,
478
- ul,
479
- menu {
480
- list-style: none;
481
- margin: 0;
482
- padding: 0;
483
- }
484
-
485
- /*
486
- Reset default styling for dialogs.
487
- */
488
- dialog {
489
- padding: 0;
490
- }
491
-
492
- /*
493
- Prevent resizing textareas horizontally by default.
494
- */
495
-
496
- textarea {
497
- resize: vertical;
498
- }
499
-
500
- /*
501
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
502
- 2. Set the default placeholder color to the user's configured gray 400 color.
503
- */
504
-
505
- input::placeholder,
506
- textarea::placeholder {
507
- opacity: 1; /* 1 */
508
- color: #9ca3af; /* 2 */
509
- }
510
-
511
- /*
512
- Set the default cursor for buttons.
513
- */
514
-
515
- button,
516
- [role="button"] {
517
- cursor: pointer;
518
- }
519
-
520
- /*
521
- Make sure disabled buttons don't get the pointer cursor.
522
- */
523
- :disabled {
524
- cursor: default;
525
- }
526
-
527
- /*
528
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
529
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
530
- This can trigger a poorly considered lint error in some tools but is included by design.
531
- */
532
-
533
- img,
534
- svg,
535
- video,
536
- canvas,
537
- audio,
538
- iframe,
539
- embed,
540
- object {
541
- display: block; /* 1 */
542
- vertical-align: middle; /* 2 */
543
- }
544
-
545
- /*
546
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
547
- */
548
-
549
- img,
550
- video {
551
- max-width: 100%;
552
- height: auto;
553
- }
554
-
555
- /* Make elements with the HTML hidden attribute stay hidden by default */
556
- [hidden]:where(:not([hidden="until-found"])) {
557
- display: none;
558
- }
559
- .visible {
560
- visibility: visible;
561
- }
562
- .fixed {
563
- position: fixed;
564
- }
565
- .relative {
566
- position: relative;
567
- }
568
- .float-right {
569
- float: right;
570
- }
571
- .m-1 {
572
- margin: 0.25rem;
573
- }
574
- .m-2 {
575
- margin: 0.5rem;
576
- }
577
- .-mx-1 {
578
- margin-left: -0.25rem;
579
- margin-right: -0.25rem;
580
- }
581
- .my-1 {
582
- margin-top: 0.25rem;
583
- margin-bottom: 0.25rem;
584
- }
585
- .my-2 {
586
- margin-top: 0.5rem;
587
- margin-bottom: 0.5rem;
588
- }
589
- .mb-1 {
590
- margin-bottom: 0.25rem;
591
- }
592
- .mb-2 {
593
- margin-bottom: 0.5rem;
594
- }
595
- .mb-4 {
596
- margin-bottom: 1rem;
597
- }
598
- .ml-2 {
599
- margin-left: 0.5rem;
600
- }
601
- .mt-2 {
602
- margin-top: 0.5rem;
603
- }
604
- .mt-4 {
605
- margin-top: 1rem;
606
- }
607
- .mt-5 {
608
- margin-top: 1.25rem;
609
- }
610
- .block {
611
- display: block;
612
- }
613
- .inline-block {
614
- display: inline-block;
615
- }
616
- .flex {
617
- display: flex;
618
- }
619
- .table {
620
- display: table;
621
- }
622
- .h-1 {
623
- height: 0.25rem;
624
- }
625
- .h-3 {
626
- height: 0.75rem;
627
- }
628
- .h-8 {
629
- height: 2rem;
630
- }
631
- .h-\[520px\] {
632
- height: 520px;
633
- }
634
- .h-full {
635
- height: 100%;
636
- }
637
- .w-1\/2 {
638
- width: 50%;
639
- }
640
- .w-1\/3 {
641
- width: 33.333333%;
642
- }
643
- .w-12 {
644
- width: 3rem;
645
- }
646
- .w-2\/3 {
647
- width: 66.666667%;
648
- }
649
- .w-2\/6 {
650
- width: 33.333333%;
651
- }
652
- .w-3 {
653
- width: 0.75rem;
654
- }
655
- .w-4\/6 {
656
- width: 66.666667%;
657
- }
658
- .w-6 {
659
- width: 1.5rem;
660
- }
661
- .w-\[600px\] {
662
- width: 600px;
663
- }
664
- .w-full {
665
- width: 100%;
666
- }
667
- .w-screen {
668
- width: 100vw;
669
- }
670
- .min-w-32 {
671
- min-width: 8rem;
672
- }
673
- .max-w-\[715px\] {
674
- max-width: 715px;
675
- }
676
- .flex-grow {
677
- flex-grow: 1;
678
- }
679
- @keyframes pulse {
680
-
681
- 50% {
682
- opacity: .5;
683
- }
684
- }
685
- .animate-pulse {
686
- animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
687
- }
688
- .cursor-pointer {
689
- cursor: pointer;
690
- }
691
- .flex-row {
692
- flex-direction: row;
693
- }
694
- .flex-col {
695
- flex-direction: column;
696
- }
697
- .flex-wrap {
698
- flex-wrap: wrap;
699
- }
700
- .place-content-between {
701
- place-content: space-between;
702
- }
703
- .items-center {
704
- align-items: center;
705
- }
706
- .justify-center {
707
- justify-content: center;
708
- }
709
- .justify-between {
710
- justify-content: space-between;
711
- }
712
- .space-x-1 > :not([hidden]) ~ :not([hidden]) {
713
- --tw-space-x-reverse: 0;
714
- margin-right: calc(0.25rem * var(--tw-space-x-reverse));
715
- margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
716
- }
717
- .space-x-2 > :not([hidden]) ~ :not([hidden]) {
718
- --tw-space-x-reverse: 0;
719
- margin-right: calc(0.5rem * var(--tw-space-x-reverse));
720
- margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
721
- }
722
- .space-x-4 > :not([hidden]) ~ :not([hidden]) {
723
- --tw-space-x-reverse: 0;
724
- margin-right: calc(1rem * var(--tw-space-x-reverse));
725
- margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
726
- }
727
- .space-y-1 > :not([hidden]) ~ :not([hidden]) {
728
- --tw-space-y-reverse: 0;
729
- margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
730
- margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
731
- }
732
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
733
- --tw-space-y-reverse: 0;
734
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
735
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
736
- }
737
- .space-y-3 > :not([hidden]) ~ :not([hidden]) {
738
- --tw-space-y-reverse: 0;
739
- margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
740
- margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
741
- }
742
- .space-y-4 > :not([hidden]) ~ :not([hidden]) {
743
- --tw-space-y-reverse: 0;
744
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
745
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
746
- }
747
- .divide-y > :not([hidden]) ~ :not([hidden]) {
748
- --tw-divide-y-reverse: 0;
749
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
750
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
751
- }
752
- .divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
753
- --tw-divide-opacity: 1;
754
- border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
755
- }
756
- .overflow-auto {
757
- overflow: auto;
758
- }
759
- .whitespace-pre-wrap {
760
- white-space: pre-wrap;
761
- }
762
- .text-nowrap {
763
- text-wrap: nowrap;
764
- }
765
- .text-balance {
766
- text-wrap: balance;
767
- }
768
- .rounded {
769
- border-radius: 0.25rem;
770
- }
771
- .rounded-lg {
772
- border-radius: 0.5rem;
773
- }
774
- .border {
775
- border-width: 1px;
776
- }
777
- .border-2 {
778
- border-width: 2px;
779
- }
780
- .border-b {
781
- border-bottom-width: 1px;
782
- }
783
- .border-l-2 {
784
- border-left-width: 2px;
785
- }
786
- .border-solid {
787
- border-style: solid;
788
- }
789
- .border-black {
790
- --tw-border-opacity: 1;
791
- border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
792
- }
793
- .border-black\/20 {
794
- border-color: rgb(0 0 0 / 0.2);
795
- }
796
- .border-gray-400 {
797
- --tw-border-opacity: 1;
798
- border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
799
- }
800
- .border-gray-700 {
801
- --tw-border-opacity: 1;
802
- border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
803
- }
804
- .border-slate-200 {
805
- --tw-border-opacity: 1;
806
- border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
807
- }
808
- .border-slate-700 {
809
- --tw-border-opacity: 1;
810
- border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
811
- }
812
- .bg-blue-200 {
813
- --tw-bg-opacity: 1;
814
- background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
815
- }
816
- .bg-blue-500 {
817
- --tw-bg-opacity: 1;
818
- background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
819
- }
820
- .bg-gray-200 {
821
- --tw-bg-opacity: 1;
822
- background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
823
- }
824
- .bg-gray-50 {
825
- --tw-bg-opacity: 1;
826
- background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
827
- }
828
- .bg-green-100 {
829
- --tw-bg-opacity: 1;
830
- background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
831
- }
832
- .bg-green-200 {
833
- --tw-bg-opacity: 1;
834
- background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
835
- }
836
- .bg-indigo-200 {
837
- --tw-bg-opacity: 1;
838
- background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
839
- }
840
- .bg-purple-200 {
841
- --tw-bg-opacity: 1;
842
- background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
843
- }
844
- .bg-red-200 {
845
- --tw-bg-opacity: 1;
846
- background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
847
- }
848
- .bg-red-500 {
849
- --tw-bg-opacity: 1;
850
- background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
851
- }
852
- .bg-slate-700 {
853
- --tw-bg-opacity: 1;
854
- background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
855
- }
856
- .p-1 {
857
- padding: 0.25rem;
858
- }
859
- .p-2 {
860
- padding: 0.5rem;
861
- }
862
- .p-3 {
863
- padding: 0.75rem;
864
- }
865
- .p-4 {
866
- padding: 1rem;
867
- }
868
- .p-8 {
869
- padding: 2rem;
870
- }
871
- .px-2 {
872
- padding-left: 0.5rem;
873
- padding-right: 0.5rem;
874
- }
875
- .px-4 {
876
- padding-left: 1rem;
877
- padding-right: 1rem;
878
- }
879
- .py-1 {
880
- padding-top: 0.25rem;
881
- padding-bottom: 0.25rem;
882
- }
883
- .py-2 {
884
- padding-top: 0.5rem;
885
- padding-bottom: 0.5rem;
886
- }
887
- .pb-1 {
888
- padding-bottom: 0.25rem;
889
- }
890
- .pl-1 {
891
- padding-left: 0.25rem;
892
- }
893
- .pr-1 {
894
- padding-right: 0.25rem;
895
- }
896
- .pt-1 {
897
- padding-top: 0.25rem;
898
- }
899
- .pt-2 {
900
- padding-top: 0.5rem;
901
- }
902
- .text-left {
903
- text-align: left;
904
- }
905
- .text-center {
906
- text-align: center;
907
- }
908
- .font-mono {
909
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
910
- }
911
- .text-base {
912
- font-size: 1rem;
913
- line-height: 1.5rem;
914
- }
915
- .text-lg {
916
- font-size: 1.125rem;
917
- line-height: 1.75rem;
918
- }
919
- .text-sm {
920
- font-size: 0.875rem;
921
- line-height: 1.25rem;
922
- }
923
- .text-xs {
924
- font-size: 0.75rem;
925
- line-height: 1rem;
926
- }
927
- .font-bold {
928
- font-weight: 700;
929
- }
930
- .font-light {
931
- font-weight: 300;
932
- }
933
- .font-medium {
934
- font-weight: 500;
935
- }
936
- .text-black {
937
- --tw-text-opacity: 1;
938
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
939
- }
940
- .text-blue-600 {
941
- --tw-text-opacity: 1;
942
- color: rgb(37 99 235 / var(--tw-text-opacity, 1));
943
- }
944
- .text-gray-500 {
945
- --tw-text-opacity: 1;
946
- color: rgb(107 114 128 / var(--tw-text-opacity, 1));
947
- }
948
- .text-gray-600 {
949
- --tw-text-opacity: 1;
950
- color: rgb(75 85 99 / var(--tw-text-opacity, 1));
951
- }
952
- .text-gray-700 {
953
- --tw-text-opacity: 1;
954
- color: rgb(55 65 81 / var(--tw-text-opacity, 1));
955
- }
956
- .text-gray-800 {
957
- --tw-text-opacity: 1;
958
- color: rgb(31 41 55 / var(--tw-text-opacity, 1));
959
- }
960
- .text-green-600 {
961
- --tw-text-opacity: 1;
962
- color: rgb(22 163 74 / var(--tw-text-opacity, 1));
963
- }
964
- .text-red-600 {
965
- --tw-text-opacity: 1;
966
- color: rgb(220 38 38 / var(--tw-text-opacity, 1));
967
- }
968
- .text-white {
969
- --tw-text-opacity: 1;
970
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
971
- }
972
- .opacity-50 {
973
- opacity: 0.5;
974
- }
975
- .blur {
976
- --tw-blur: blur(8px);
977
- 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);
978
- }
979
- .\!filter {
980
- 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) !important;
981
- }
982
- .filter {
983
- 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);
984
- }
985
- .transition {
986
- transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
987
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
988
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
989
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
990
- transition-duration: 150ms;
991
- }
992
- .transition-colors {
993
- transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
994
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
995
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
996
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
997
- transition-duration: 150ms;
998
- }
999
- .duration-1000 {
1000
- transition-duration: 1000ms;
1001
- }
1002
-
1003
- /* a {
1004
- @apply text-blue-600 text-lg tracking-wide;
1005
- } */
1006
-
1007
- .hover\:rounded:hover {
1008
- border-radius: 0.25rem;
1009
- }
1010
-
1011
- .hover\:rounded-r-none:hover {
1012
- border-top-right-radius: 0px;
1013
- border-bottom-right-radius: 0px;
1014
- }
1015
-
1016
- .hover\:bg-blue-100:hover {
1017
- --tw-bg-opacity: 1;
1018
- background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
1019
- }
1020
-
1021
- .hover\:bg-blue-300:hover {
1022
- --tw-bg-opacity: 1;
1023
- background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
1024
- }
1025
-
1026
- .hover\:bg-blue-700:hover {
1027
- --tw-bg-opacity: 1;
1028
- background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
1029
- }
1030
-
1031
- .hover\:bg-cyan-200:hover {
1032
- --tw-bg-opacity: 1;
1033
- background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
1034
- }
1035
-
1036
- .hover\:bg-green-200:hover {
1037
- --tw-bg-opacity: 1;
1038
- background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
1039
- }
1040
-
1041
- .hover\:bg-red-700:hover {
1042
- --tw-bg-opacity: 1;
1043
- background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
1044
- }
1045
-
1046
- .hover\:bg-sky-100:hover {
1047
- --tw-bg-opacity: 1;
1048
- background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
1049
- }
1050
-
1051
- .hover\:text-black:hover {
1052
- --tw-text-opacity: 1;
1053
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
1054
- }
1055
-
1056
- .focus\:border-2:focus {
1057
- border-width: 2px;
1058
- }
1059
-
1060
- .focus\:border-green-600:focus {
1061
- --tw-border-opacity: 1;
1062
- border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
1063
- }
1064
-
1065
- .focus\:outline-none:focus {
1066
- outline: 2px solid transparent;
1067
- outline-offset: 2px;
1068
- }
1069
-
1070
- .active\:bg-blue-400:active {
1071
- --tw-bg-opacity: 1;
1072
- background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
1073
- }
1074
-
1075
- @media (min-width: 1280px) {
1076
-
1077
- .xl\:w-1\/5 {
1078
- width: 20%;
1079
- }
1080
-
1081
- .xl\:w-4\/5 {
1082
- width: 80%;
1083
- }
1084
- }
1085
- /* required styles */
1086
-
1087
- .leaflet-pane,
1088
- .leaflet-tile,
1089
- .leaflet-marker-icon,
1090
- .leaflet-marker-shadow,
1091
- .leaflet-tile-container,
1092
- .leaflet-pane > svg,
1093
- .leaflet-pane > canvas,
1094
- .leaflet-zoom-box,
1095
- .leaflet-image-layer,
1096
- .leaflet-layer {
1097
- position: absolute;
1098
- left: 0;
1099
- top: 0;
1100
- }
1101
- .leaflet-container {
1102
- overflow: hidden;
1103
- }
1104
- .leaflet-tile,
1105
- .leaflet-marker-icon,
1106
- .leaflet-marker-shadow {
1107
- -webkit-user-select: none;
1108
- user-select: none;
1109
- -webkit-user-drag: none;
1110
- }
1111
- /* Prevents IE11 from highlighting tiles in blue */
1112
- .leaflet-tile::selection {
1113
- background: transparent;
1114
- }
1115
- /* Safari renders non-retina tile on retina better with this, but Chrome is worse */
1116
- .leaflet-safari .leaflet-tile {
1117
- image-rendering: -webkit-optimize-contrast;
1118
- }
1119
- /* hack that prevents hw layers "stretching" when loading new tiles */
1120
- .leaflet-safari .leaflet-tile-container {
1121
- width: 1600px;
1122
- height: 1600px;
1123
- -webkit-transform-origin: 0 0;
1124
- }
1125
- .leaflet-marker-icon,
1126
- .leaflet-marker-shadow {
1127
- display: block;
1128
- }
1129
- /* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
1130
- /* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
1131
- .leaflet-container .leaflet-overlay-pane svg {
1132
- max-width: none !important;
1133
- max-height: none !important;
1134
- }
1135
- .leaflet-container .leaflet-marker-pane img,
1136
- .leaflet-container .leaflet-shadow-pane img,
1137
- .leaflet-container .leaflet-tile-pane img,
1138
- .leaflet-container img.leaflet-image-layer,
1139
- .leaflet-container .leaflet-tile {
1140
- max-width: none !important;
1141
- max-height: none !important;
1142
- width: auto;
1143
- padding: 0;
1144
- }
1145
-
1146
- .leaflet-container img.leaflet-tile {
1147
- /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
1148
- mix-blend-mode: plus-lighter;
1149
- }
1150
-
1151
- .leaflet-container.leaflet-touch-zoom {
1152
- touch-action: pan-x pan-y;
1153
- }
1154
- .leaflet-container.leaflet-touch-drag {
1155
- /* Fallback for FF which doesn't support pinch-zoom */
1156
- touch-action: none;
1157
- touch-action: pinch-zoom;
1158
- }
1159
- .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
1160
- touch-action: none;
1161
- }
1162
- .leaflet-container {
1163
- -webkit-tap-highlight-color: transparent;
1164
- }
1165
- .leaflet-container a {
1166
- -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
1167
- }
1168
- .leaflet-tile {
1169
- filter: inherit;
1170
- visibility: hidden;
1171
- }
1172
- .leaflet-tile-loaded {
1173
- visibility: inherit;
1174
- }
1175
- .leaflet-zoom-box {
1176
- width: 0;
1177
- height: 0;
1178
- box-sizing: border-box;
1179
- z-index: 800;
1180
- }
1181
- /* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
1182
- .leaflet-overlay-pane svg {
1183
- -moz-user-select: none;
1184
- }
1185
-
1186
- .leaflet-pane { z-index: 400; }
1187
-
1188
- .leaflet-tile-pane { z-index: 200; }
1189
- .leaflet-overlay-pane { z-index: 400; }
1190
- .leaflet-shadow-pane { z-index: 500; }
1191
- .leaflet-marker-pane { z-index: 600; }
1192
- .leaflet-tooltip-pane { z-index: 650; }
1193
- .leaflet-popup-pane { z-index: 700; }
1194
-
1195
- .leaflet-map-pane canvas { z-index: 100; }
1196
- .leaflet-map-pane svg { z-index: 200; }
1197
-
1198
- .leaflet-vml-shape {
1199
- width: 1px;
1200
- height: 1px;
1201
- }
1202
- .lvml {
1203
- behavior: url(#default#VML);
1204
- display: inline-block;
1205
- position: absolute;
1206
- }
1207
-
1208
-
1209
- /* control positioning */
1210
-
1211
- .leaflet-control {
1212
- position: relative;
1213
- z-index: 800;
1214
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1215
- pointer-events: auto;
1216
- }
1217
- .leaflet-top,
1218
- .leaflet-bottom {
1219
- position: absolute;
1220
- z-index: 1000;
1221
- pointer-events: none;
1222
- }
1223
- .leaflet-top {
1224
- top: 0;
1225
- }
1226
- .leaflet-right {
1227
- right: 0;
1228
- }
1229
- .leaflet-bottom {
1230
- bottom: 0;
1231
- }
1232
- .leaflet-left {
1233
- left: 0;
1234
- }
1235
- .leaflet-control {
1236
- float: left;
1237
- clear: both;
1238
- }
1239
- .leaflet-right .leaflet-control {
1240
- float: right;
1241
- }
1242
- .leaflet-top .leaflet-control {
1243
- margin-top: 10px;
1244
- }
1245
- .leaflet-bottom .leaflet-control {
1246
- margin-bottom: 10px;
1247
- }
1248
- .leaflet-left .leaflet-control {
1249
- margin-left: 10px;
1250
- }
1251
- .leaflet-right .leaflet-control {
1252
- margin-right: 10px;
1253
- }
1254
-
1255
-
1256
- /* zoom and fade animations */
1257
-
1258
- .leaflet-fade-anim .leaflet-popup {
1259
- opacity: 0;
1260
- transition: opacity 0.2s linear;
1261
- }
1262
- .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
1263
- opacity: 1;
1264
- }
1265
- .leaflet-zoom-animated {
1266
- transform-origin: 0 0;
1267
- }
1268
- svg.leaflet-zoom-animated {
1269
- will-change: transform;
1270
- }
1271
-
1272
- .leaflet-zoom-anim .leaflet-zoom-animated {
1273
- transition: transform 0.25s cubic-bezier(0,0,0.25,1);
1274
- }
1275
- .leaflet-zoom-anim .leaflet-tile,
1276
- .leaflet-pan-anim .leaflet-tile {
1277
- transition: none;
1278
- }
1279
-
1280
- .leaflet-zoom-anim .leaflet-zoom-hide {
1281
- visibility: hidden;
1282
- }
1283
-
1284
-
1285
- /* cursors */
1286
-
1287
- .leaflet-interactive {
1288
- cursor: pointer;
1289
- }
1290
- .leaflet-grab {
1291
- cursor: grab;
1292
- }
1293
- .leaflet-crosshair,
1294
- .leaflet-crosshair .leaflet-interactive {
1295
- cursor: crosshair;
1296
- }
1297
- .leaflet-popup-pane,
1298
- .leaflet-control {
1299
- cursor: auto;
1300
- }
1301
- .leaflet-dragging .leaflet-grab,
1302
- .leaflet-dragging .leaflet-grab .leaflet-interactive,
1303
- .leaflet-dragging .leaflet-marker-draggable {
1304
- cursor: move;
1305
- cursor: grabbing;
1306
- }
1307
-
1308
- /* marker & overlays interactivity */
1309
- .leaflet-marker-icon,
1310
- .leaflet-marker-shadow,
1311
- .leaflet-image-layer,
1312
- .leaflet-pane > svg path,
1313
- .leaflet-tile-container {
1314
- pointer-events: none;
1315
- }
1316
-
1317
- .leaflet-marker-icon.leaflet-interactive,
1318
- .leaflet-image-layer.leaflet-interactive,
1319
- .leaflet-pane > svg path.leaflet-interactive,
1320
- svg.leaflet-image-layer.leaflet-interactive path {
1321
- pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
1322
- pointer-events: auto;
1323
- }
1324
-
1325
- /* visual tweaks */
1326
-
1327
- .leaflet-container {
1328
- background: #ddd;
1329
- outline-offset: 1px;
1330
- }
1331
- .leaflet-container a {
1332
- color: #0078A8;
1333
- }
1334
- .leaflet-zoom-box {
1335
- border: 2px dotted #38f;
1336
- background: rgba(255,255,255,0.5);
1337
- }
1338
-
1339
-
1340
- /* general typography */
1341
- .leaflet-container {
1342
- font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
1343
- font-size: 12px;
1344
- font-size: 0.75rem;
1345
- line-height: 1.5;
1346
- }
1347
-
1348
-
1349
- /* general toolbar styles */
1350
-
1351
- .leaflet-bar {
1352
- box-shadow: 0 1px 5px rgba(0,0,0,0.65);
1353
- border-radius: 4px;
1354
- }
1355
- .leaflet-bar a {
1356
- background-color: #fff;
1357
- border-bottom: 1px solid #ccc;
1358
- width: 26px;
1359
- height: 26px;
1360
- line-height: 26px;
1361
- display: block;
1362
- text-align: center;
1363
- text-decoration: none;
1364
- color: black;
1365
- }
1366
- .leaflet-bar a,
1367
- .leaflet-control-layers-toggle {
1368
- background-position: 50% 50%;
1369
- background-repeat: no-repeat;
1370
- display: block;
1371
- }
1372
- .leaflet-bar a:hover,
1373
- .leaflet-bar a:focus {
1374
- background-color: #f4f4f4;
1375
- }
1376
- .leaflet-bar a:first-child {
1377
- border-top-left-radius: 4px;
1378
- border-top-right-radius: 4px;
1379
- }
1380
- .leaflet-bar a:last-child {
1381
- border-bottom-left-radius: 4px;
1382
- border-bottom-right-radius: 4px;
1383
- border-bottom: none;
1384
- }
1385
- .leaflet-bar a.leaflet-disabled {
1386
- cursor: default;
1387
- background-color: #f4f4f4;
1388
- color: #bbb;
1389
- }
1390
-
1391
- .leaflet-touch .leaflet-bar a {
1392
- width: 30px;
1393
- height: 30px;
1394
- line-height: 30px;
1395
- }
1396
- .leaflet-touch .leaflet-bar a:first-child {
1397
- border-top-left-radius: 2px;
1398
- border-top-right-radius: 2px;
1399
- }
1400
- .leaflet-touch .leaflet-bar a:last-child {
1401
- border-bottom-left-radius: 2px;
1402
- border-bottom-right-radius: 2px;
1403
- }
1404
-
1405
- /* zoom control */
1406
-
1407
- .leaflet-control-zoom-in,
1408
- .leaflet-control-zoom-out {
1409
- font: bold 18px 'Lucida Console', Monaco, monospace;
1410
- text-indent: 1px;
1411
- }
1412
-
1413
- .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
1414
- font-size: 22px;
1415
- }
1416
-
1417
-
1418
- /* layers control */
1419
-
1420
- .leaflet-control-layers {
1421
- box-shadow: 0 1px 5px rgba(0,0,0,0.4);
1422
- background: #fff;
1423
- border-radius: 5px;
1424
- }
1425
- .leaflet-control-layers-toggle {
1426
- 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);
1427
- width: 36px;
1428
- height: 36px;
1429
- }
1430
- .leaflet-retina .leaflet-control-layers-toggle {
1431
- 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=);
1432
- background-size: 26px 26px;
1433
- }
1434
- .leaflet-touch .leaflet-control-layers-toggle {
1435
- width: 44px;
1436
- height: 44px;
1437
- }
1438
- .leaflet-control-layers .leaflet-control-layers-list,
1439
- .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
1440
- display: none;
1441
- }
1442
- .leaflet-control-layers-expanded .leaflet-control-layers-list {
1443
- display: block;
1444
- position: relative;
1445
- }
1446
- .leaflet-control-layers-expanded {
1447
- padding: 6px 10px 6px 6px;
1448
- color: #333;
1449
- background: #fff;
1450
- }
1451
- .leaflet-control-layers-scrollbar {
1452
- overflow-y: scroll;
1453
- overflow-x: hidden;
1454
- padding-right: 5px;
1455
- }
1456
- .leaflet-control-layers-selector {
1457
- margin-top: 2px;
1458
- position: relative;
1459
- top: 1px;
1460
- }
1461
- .leaflet-control-layers label {
1462
- display: block;
1463
- font-size: 13px;
1464
- font-size: 1.08333em;
1465
- }
1466
- .leaflet-control-layers-separator {
1467
- height: 0;
1468
- border-top: 1px solid #ddd;
1469
- margin: 5px -10px 5px -6px;
1470
- }
1471
-
1472
- /* Default icon URLs */
1473
- .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
1474
- 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=);
1475
- }
1476
-
1477
-
1478
- /* attribution and scale controls */
1479
-
1480
- .leaflet-container .leaflet-control-attribution {
1481
- background: #fff;
1482
- background: rgba(255, 255, 255, 0.8);
1483
- margin: 0;
1484
- }
1485
- .leaflet-control-attribution,
1486
- .leaflet-control-scale-line {
1487
- padding: 0 5px;
1488
- color: #333;
1489
- line-height: 1.4;
1490
- }
1491
- .leaflet-control-attribution a {
1492
- text-decoration: none;
1493
- }
1494
- .leaflet-control-attribution a:hover,
1495
- .leaflet-control-attribution a:focus {
1496
- text-decoration: underline;
1497
- }
1498
- .leaflet-attribution-flag {
1499
- display: inline !important;
1500
- vertical-align: baseline !important;
1501
- width: 1em;
1502
- height: 0.6669em;
1503
- }
1504
- .leaflet-left .leaflet-control-scale {
1505
- margin-left: 5px;
1506
- }
1507
- .leaflet-bottom .leaflet-control-scale {
1508
- margin-bottom: 5px;
1509
- }
1510
- .leaflet-control-scale-line {
1511
- border: 2px solid #777;
1512
- border-top: none;
1513
- line-height: 1.1;
1514
- padding: 2px 5px 1px;
1515
- white-space: nowrap;
1516
- box-sizing: border-box;
1517
- background: rgba(255, 255, 255, 0.8);
1518
- text-shadow: 1px 1px #fff;
1519
- }
1520
- .leaflet-control-scale-line:not(:first-child) {
1521
- border-top: 2px solid #777;
1522
- border-bottom: none;
1523
- margin-top: -2px;
1524
- }
1525
- .leaflet-control-scale-line:not(:first-child):not(:last-child) {
1526
- border-bottom: 2px solid #777;
1527
- }
1528
-
1529
- .leaflet-touch .leaflet-control-attribution,
1530
- .leaflet-touch .leaflet-control-layers,
1531
- .leaflet-touch .leaflet-bar {
1532
- box-shadow: none;
1533
- }
1534
- .leaflet-touch .leaflet-control-layers,
1535
- .leaflet-touch .leaflet-bar {
1536
- border: 2px solid rgba(0,0,0,0.2);
1537
- background-clip: padding-box;
1538
- }
1539
-
1540
-
1541
- /* popup */
1542
-
1543
- .leaflet-popup {
1544
- position: absolute;
1545
- text-align: center;
1546
- margin-bottom: 20px;
1547
- }
1548
- .leaflet-popup-content-wrapper {
1549
- padding: 1px;
1550
- text-align: left;
1551
- border-radius: 12px;
1552
- }
1553
- .leaflet-popup-content {
1554
- margin: 13px 24px 13px 20px;
1555
- line-height: 1.3;
1556
- font-size: 13px;
1557
- font-size: 1.08333em;
1558
- min-height: 1px;
1559
- }
1560
- .leaflet-popup-content p {
1561
- margin: 17px 0;
1562
- margin: 1.3em 0;
1563
- }
1564
- .leaflet-popup-tip-container {
1565
- width: 40px;
1566
- height: 20px;
1567
- position: absolute;
1568
- left: 50%;
1569
- margin-top: -1px;
1570
- margin-left: -20px;
1571
- overflow: hidden;
1572
- pointer-events: none;
1573
- }
1574
- .leaflet-popup-tip {
1575
- width: 17px;
1576
- height: 17px;
1577
- padding: 1px;
1578
-
1579
- margin: -10px auto 0;
1580
- pointer-events: auto;
1581
- transform: rotate(45deg);
1582
- }
1583
- .leaflet-popup-content-wrapper,
1584
- .leaflet-popup-tip {
1585
- background: white;
1586
- color: #333;
1587
- box-shadow: 0 3px 14px rgba(0,0,0,0.4);
1588
- }
1589
- .leaflet-container a.leaflet-popup-close-button {
1590
- position: absolute;
1591
- top: 0;
1592
- right: 0;
1593
- border: none;
1594
- text-align: center;
1595
- width: 24px;
1596
- height: 24px;
1597
- font: 16px/24px Tahoma, Verdana, sans-serif;
1598
- color: #757575;
1599
- text-decoration: none;
1600
- background: transparent;
1601
- }
1602
- .leaflet-container a.leaflet-popup-close-button:hover,
1603
- .leaflet-container a.leaflet-popup-close-button:focus {
1604
- color: #585858;
1605
- }
1606
- .leaflet-popup-scrolled {
1607
- overflow: auto;
1608
- }
1609
-
1610
- .leaflet-oldie .leaflet-popup-content-wrapper {
1611
- -ms-zoom: 1;
1612
- }
1613
- .leaflet-oldie .leaflet-popup-tip {
1614
- width: 24px;
1615
- margin: 0 auto;
1616
-
1617
- -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
1618
- filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
1619
- }
1620
-
1621
- .leaflet-oldie .leaflet-control-zoom,
1622
- .leaflet-oldie .leaflet-control-layers,
1623
- .leaflet-oldie .leaflet-popup-content-wrapper,
1624
- .leaflet-oldie .leaflet-popup-tip {
1625
- border: 1px solid #999;
1626
- }
1627
-
1628
-
1629
- /* div icon */
1630
-
1631
- .leaflet-div-icon {
1632
- background: #fff;
1633
- border: 1px solid #666;
1634
- }
1635
-
1636
-
1637
- /* Tooltip */
1638
- /* Base styles for the element that has a tooltip */
1639
- .leaflet-tooltip {
1640
- position: absolute;
1641
- padding: 6px;
1642
- background-color: #fff;
1643
- border: 1px solid #fff;
1644
- border-radius: 3px;
1645
- color: #222;
1646
- white-space: nowrap;
1647
- -webkit-user-select: none;
1648
- user-select: none;
1649
- pointer-events: none;
1650
- box-shadow: 0 1px 3px rgba(0,0,0,0.4);
1651
- }
1652
- .leaflet-tooltip.leaflet-interactive {
1653
- cursor: pointer;
1654
- pointer-events: auto;
1655
- }
1656
- .leaflet-tooltip-top:before,
1657
- .leaflet-tooltip-bottom:before,
1658
- .leaflet-tooltip-left:before,
1659
- .leaflet-tooltip-right:before {
1660
- position: absolute;
1661
- pointer-events: none;
1662
- border: 6px solid transparent;
1663
- background: transparent;
1664
- content: "";
1665
- }
1666
-
1667
- /* Directions */
1668
-
1669
- .leaflet-tooltip-bottom {
1670
- margin-top: 6px;
1671
- }
1672
- .leaflet-tooltip-top {
1673
- margin-top: -6px;
1674
- }
1675
- .leaflet-tooltip-bottom:before,
1676
- .leaflet-tooltip-top:before {
1677
- left: 50%;
1678
- margin-left: -6px;
1679
- }
1680
- .leaflet-tooltip-top:before {
1681
- bottom: 0;
1682
- margin-bottom: -12px;
1683
- border-top-color: #fff;
1684
- }
1685
- .leaflet-tooltip-bottom:before {
1686
- top: 0;
1687
- margin-top: -12px;
1688
- margin-left: -6px;
1689
- border-bottom-color: #fff;
1690
- }
1691
- .leaflet-tooltip-left {
1692
- margin-left: -6px;
1693
- }
1694
- .leaflet-tooltip-right {
1695
- margin-left: 6px;
1696
- }
1697
- .leaflet-tooltip-left:before,
1698
- .leaflet-tooltip-right:before {
1699
- top: 50%;
1700
- margin-top: -6px;
1701
- }
1702
- .leaflet-tooltip-left:before {
1703
- right: 0;
1704
- margin-right: -12px;
1705
- border-left-color: #fff;
1706
- }
1707
- .leaflet-tooltip-right:before {
1708
- left: 0;
1709
- margin-left: -12px;
1710
- border-right-color: #fff;
1711
- }
1712
-
1713
- /* Printing */
1714
-
1715
- @media print {
1716
- /* Prevent printers from removing background-images of controls. */
1717
- .leaflet-control {
1718
- -webkit-print-color-adjust: exact;
1719
- print-color-adjust: exact;
1720
- }
1721
- }