avo 4.0.0.beta.12 → 4.0.0.beta.13

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,3515 @@
1
+ /*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
2
+ .CodeMirror {
3
+ font-family: monospace;
4
+ height: 300px;
5
+ color: #000;
6
+ direction: ltr;
7
+ }
8
+ .CodeMirror-lines {
9
+ padding: 4px 0;
10
+ }
11
+ .CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
12
+ padding: 0 4px;
13
+ }
14
+ .CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler {
15
+ background-color: #fff;
16
+ }
17
+ .CodeMirror-gutters {
18
+ border-right: 1px solid #ddd;
19
+ background-color: #f7f7f7;
20
+ white-space: nowrap;
21
+ }
22
+ .CodeMirror-linenumber {
23
+ padding: 0 3px 0 5px;
24
+ min-width: 20px;
25
+ text-align: right;
26
+ color: #999;
27
+ white-space: nowrap;
28
+ }
29
+ .CodeMirror-guttermarker {
30
+ color: #000;
31
+ }
32
+ .CodeMirror-guttermarker-subtle {
33
+ color: #999;
34
+ }
35
+ .CodeMirror-cursor {
36
+ border-left: 1px solid #000;
37
+ border-right: none;
38
+ width: 0;
39
+ }
40
+ .CodeMirror div.CodeMirror-secondarycursor {
41
+ border-left: 1px solid silver;
42
+ }
43
+ .cm-fat-cursor .CodeMirror-cursor {
44
+ width: auto;
45
+ border: 0 !important;
46
+ background: #7e7;
47
+ }
48
+ .cm-fat-cursor div.CodeMirror-cursors {
49
+ z-index: 1;
50
+ }
51
+ .cm-fat-cursor .CodeMirror-line::selection,.cm-fat-cursor .CodeMirror-line>span::selection,.cm-fat-cursor .CodeMirror-line>span>span::selection {
52
+ background: 0 0;
53
+ }
54
+ .cm-fat-cursor .CodeMirror-line::-moz-selection,.cm-fat-cursor .CodeMirror-line>span::-moz-selection,.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection {
55
+ background: 0 0;
56
+ }
57
+ .cm-fat-cursor {
58
+ caret-color: transparent;
59
+ }
60
+ @-moz-keyframes blink {
61
+ 50% {
62
+ background-color: transparent;
63
+ }
64
+ }
65
+ @-webkit-keyframes blink {
66
+ 50% {
67
+ background-color: transparent;
68
+ }
69
+ }
70
+ @keyframes blink {
71
+ 50% {
72
+ background-color: transparent;
73
+ }
74
+ }
75
+ .cm-tab {
76
+ display: inline-block;
77
+ text-decoration: inherit;
78
+ }
79
+ .CodeMirror-rulers {
80
+ position: absolute;
81
+ left: 0;
82
+ right: 0;
83
+ top: -50px;
84
+ bottom: 0;
85
+ overflow: hidden;
86
+ }
87
+ .CodeMirror-ruler {
88
+ border-left: 1px solid #ccc;
89
+ top: 0;
90
+ bottom: 0;
91
+ position: absolute;
92
+ }
93
+ .cm-s-default .cm-header {
94
+ color: #00f;
95
+ }
96
+ .cm-s-default .cm-quote {
97
+ color: #090;
98
+ }
99
+ .cm-negative {
100
+ color: #d44;
101
+ }
102
+ .cm-positive {
103
+ color: #292;
104
+ }
105
+ .cm-header,.cm-strong {
106
+ font-weight: 700;
107
+ }
108
+ .cm-em {
109
+ font-style: italic;
110
+ }
111
+ .cm-link {
112
+ text-decoration: underline;
113
+ }
114
+ .cm-strikethrough {
115
+ text-decoration: line-through;
116
+ }
117
+ .cm-s-default .cm-keyword {
118
+ color: #708;
119
+ }
120
+ .cm-s-default .cm-atom {
121
+ color: #219;
122
+ }
123
+ .cm-s-default .cm-number {
124
+ color: #164;
125
+ }
126
+ .cm-s-default .cm-def {
127
+ color: #00f;
128
+ }
129
+ .cm-s-default .cm-variable-2 {
130
+ color: #05a;
131
+ }
132
+ .cm-s-default .cm-type,.cm-s-default .cm-variable-3 {
133
+ color: #085;
134
+ }
135
+ .cm-s-default .cm-comment {
136
+ color: #a50;
137
+ }
138
+ .cm-s-default .cm-string {
139
+ color: #a11;
140
+ }
141
+ .cm-s-default .cm-string-2 {
142
+ color: #f50;
143
+ }
144
+ .cm-s-default .cm-meta {
145
+ color: #555;
146
+ }
147
+ .cm-s-default .cm-qualifier {
148
+ color: #555;
149
+ }
150
+ .cm-s-default .cm-builtin {
151
+ color: #30a;
152
+ }
153
+ .cm-s-default .cm-bracket {
154
+ color: #997;
155
+ }
156
+ .cm-s-default .cm-tag {
157
+ color: #170;
158
+ }
159
+ .cm-s-default .cm-attribute {
160
+ color: #00c;
161
+ }
162
+ .cm-s-default .cm-hr {
163
+ color: #999;
164
+ }
165
+ .cm-s-default .cm-link {
166
+ color: #00c;
167
+ }
168
+ .cm-s-default .cm-error {
169
+ color: red;
170
+ }
171
+ .cm-invalidchar {
172
+ color: red;
173
+ }
174
+ .CodeMirror-composing {
175
+ border-bottom: 2px solid;
176
+ }
177
+ div.CodeMirror span.CodeMirror-matchingbracket {
178
+ color: #0b0;
179
+ }
180
+ div.CodeMirror span.CodeMirror-nonmatchingbracket {
181
+ color: #a22;
182
+ }
183
+ .CodeMirror-matchingtag {
184
+ background: rgba(255,150,0,.3);
185
+ }
186
+ .CodeMirror-activeline-background {
187
+ background: #e8f2ff;
188
+ }
189
+ .CodeMirror {
190
+ position: relative;
191
+ overflow: hidden;
192
+ background: #fff;
193
+ }
194
+ .CodeMirror-scroll {
195
+ overflow: scroll !important;
196
+ margin-bottom: -50px;
197
+ margin-right: -50px;
198
+ padding-bottom: 50px;
199
+ height: 100%;
200
+ outline: 0;
201
+ position: relative;
202
+ z-index: 0;
203
+ }
204
+ .CodeMirror-sizer {
205
+ position: relative;
206
+ border-right: 50px solid transparent;
207
+ }
208
+ .CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar {
209
+ position: absolute;
210
+ z-index: 6;
211
+ display: none;
212
+ outline: 0;
213
+ }
214
+ .CodeMirror-vscrollbar {
215
+ right: 0;
216
+ top: 0;
217
+ overflow-x: hidden;
218
+ overflow-y: scroll;
219
+ }
220
+ .CodeMirror-hscrollbar {
221
+ bottom: 0;
222
+ left: 0;
223
+ overflow-y: hidden;
224
+ overflow-x: scroll;
225
+ }
226
+ .CodeMirror-scrollbar-filler {
227
+ right: 0;
228
+ bottom: 0;
229
+ }
230
+ .CodeMirror-gutter-filler {
231
+ left: 0;
232
+ bottom: 0;
233
+ }
234
+ .CodeMirror-gutters {
235
+ position: absolute;
236
+ left: 0;
237
+ top: 0;
238
+ min-height: 100%;
239
+ z-index: 3;
240
+ }
241
+ .CodeMirror-gutter {
242
+ white-space: normal;
243
+ height: 100%;
244
+ display: inline-block;
245
+ vertical-align: top;
246
+ margin-bottom: -50px;
247
+ }
248
+ .CodeMirror-gutter-wrapper {
249
+ position: absolute;
250
+ z-index: 4;
251
+ background: 0 0 !important;
252
+ border: none !important;
253
+ }
254
+ .CodeMirror-gutter-background {
255
+ position: absolute;
256
+ top: 0;
257
+ bottom: 0;
258
+ z-index: 4;
259
+ }
260
+ .CodeMirror-gutter-elt {
261
+ position: absolute;
262
+ cursor: default;
263
+ z-index: 4;
264
+ }
265
+ .CodeMirror-gutter-wrapper ::selection {
266
+ background-color: transparent;
267
+ }
268
+ .CodeMirror-gutter-wrapper ::-moz-selection {
269
+ background-color: transparent;
270
+ }
271
+ .CodeMirror-lines {
272
+ cursor: text;
273
+ min-height: 1px;
274
+ }
275
+ .CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like {
276
+ -moz-border-radius: 0;
277
+ -webkit-border-radius: 0;
278
+ border-radius: 0;
279
+ border-width: 0;
280
+ background: 0 0;
281
+ font-family: inherit;
282
+ font-size: inherit;
283
+ margin: 0;
284
+ white-space: pre;
285
+ word-wrap: normal;
286
+ line-height: inherit;
287
+ color: inherit;
288
+ z-index: 2;
289
+ position: relative;
290
+ overflow: visible;
291
+ -webkit-tap-highlight-color: transparent;
292
+ -webkit-font-variant-ligatures: contextual;
293
+ font-variant-ligatures: contextual;
294
+ }
295
+ .CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like {
296
+ word-wrap: break-word;
297
+ white-space: pre-wrap;
298
+ word-break: normal;
299
+ }
300
+ .CodeMirror-linebackground {
301
+ position: absolute;
302
+ left: 0;
303
+ right: 0;
304
+ top: 0;
305
+ bottom: 0;
306
+ z-index: 0;
307
+ }
308
+ .CodeMirror-linewidget {
309
+ position: relative;
310
+ z-index: 2;
311
+ padding: .1px;
312
+ }
313
+ .CodeMirror-rtl pre {
314
+ direction: rtl;
315
+ }
316
+ .CodeMirror-code {
317
+ outline: 0;
318
+ }
319
+ .CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer {
320
+ -moz-box-sizing: content-box;
321
+ box-sizing: content-box;
322
+ }
323
+ .CodeMirror-measure {
324
+ position: absolute;
325
+ width: 100%;
326
+ height: 0;
327
+ overflow: hidden;
328
+ visibility: hidden;
329
+ }
330
+ .CodeMirror-cursor {
331
+ position: absolute;
332
+ pointer-events: none;
333
+ }
334
+ .CodeMirror-measure pre {
335
+ position: static;
336
+ }
337
+ div.CodeMirror-cursors {
338
+ visibility: hidden;
339
+ position: relative;
340
+ z-index: 3;
341
+ }
342
+ div.CodeMirror-dragcursors {
343
+ visibility: visible;
344
+ }
345
+ .CodeMirror-focused div.CodeMirror-cursors {
346
+ visibility: visible;
347
+ }
348
+ .CodeMirror-selected {
349
+ background: #d9d9d9;
350
+ }
351
+ .CodeMirror-focused .CodeMirror-selected {
352
+ background: #d7d4f0;
353
+ }
354
+ .CodeMirror-crosshair {
355
+ cursor: crosshair;
356
+ }
357
+ .CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection {
358
+ background: #d7d4f0;
359
+ }
360
+ .CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection {
361
+ background: #d7d4f0;
362
+ }
363
+ .cm-searching {
364
+ background-color: #ffa;
365
+ background-color: rgba(255,255,0,.4);
366
+ }
367
+ .cm-force-border {
368
+ padding-right: .1px;
369
+ }
370
+ @media print {
371
+ .CodeMirror div.CodeMirror-cursors {
372
+ visibility: hidden;
373
+ }
374
+ }
375
+ .cm-tab-wrap-hack:after {
376
+ content: '';
377
+ }
378
+ span.CodeMirror-selectedtext {
379
+ background: 0 0;
380
+ }
381
+ .EasyMDEContainer {
382
+ display: block;
383
+ }
384
+ .CodeMirror-rtl pre {
385
+ direction: rtl;
386
+ }
387
+ .EasyMDEContainer.sided--no-fullscreen {
388
+ display: flex;
389
+ flex-direction: row;
390
+ flex-wrap: wrap;
391
+ }
392
+ .EasyMDEContainer .CodeMirror {
393
+ box-sizing: border-box;
394
+ height: auto;
395
+ border: 1px solid #ced4da;
396
+ border-bottom-left-radius: 4px;
397
+ border-bottom-right-radius: 4px;
398
+ padding: 10px;
399
+ font: inherit;
400
+ z-index: 0;
401
+ word-wrap: break-word;
402
+ }
403
+ .EasyMDEContainer .CodeMirror-scroll {
404
+ cursor: text;
405
+ }
406
+ .EasyMDEContainer .CodeMirror-fullscreen {
407
+ background: #fff;
408
+ position: fixed !important;
409
+ top: 50px;
410
+ left: 0;
411
+ right: 0;
412
+ bottom: 0;
413
+ height: auto;
414
+ z-index: 8;
415
+ border-right: none !important;
416
+ border-bottom-right-radius: 0 !important;
417
+ }
418
+ .EasyMDEContainer .CodeMirror-sided {
419
+ width: 50% !important;
420
+ }
421
+ .EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided {
422
+ border-right: none !important;
423
+ border-bottom-right-radius: 0;
424
+ position: relative;
425
+ flex: 1 1 auto;
426
+ }
427
+ .EasyMDEContainer .CodeMirror-placeholder {
428
+ opacity: .5;
429
+ }
430
+ .EasyMDEContainer .CodeMirror-focused .CodeMirror-selected {
431
+ background: #d9d9d9;
432
+ }
433
+ .editor-toolbar {
434
+ position: relative;
435
+ -webkit-user-select: none;
436
+ -moz-user-select: none;
437
+ -ms-user-select: none;
438
+ -o-user-select: none;
439
+ user-select: none;
440
+ padding: 9px 10px;
441
+ border-top: 1px solid #ced4da;
442
+ border-left: 1px solid #ced4da;
443
+ border-right: 1px solid #ced4da;
444
+ border-top-left-radius: 4px;
445
+ border-top-right-radius: 4px;
446
+ }
447
+ .editor-toolbar.fullscreen {
448
+ width: 100%;
449
+ height: 50px;
450
+ padding-top: 10px;
451
+ padding-bottom: 10px;
452
+ box-sizing: border-box;
453
+ background: #fff;
454
+ border: 0;
455
+ position: fixed;
456
+ top: 0;
457
+ left: 0;
458
+ opacity: 1;
459
+ z-index: 9;
460
+ }
461
+ .editor-toolbar.fullscreen::before {
462
+ width: 20px;
463
+ height: 50px;
464
+ background: -moz-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
465
+ background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,rgba(255,255,255,0)));
466
+ background: -webkit-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
467
+ background: -o-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
468
+ background: -ms-linear-gradient(left,#fff 0,rgba(255,255,255,0) 100%);
469
+ background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
470
+ position: fixed;
471
+ top: 0;
472
+ left: 0;
473
+ margin: 0;
474
+ padding: 0;
475
+ }
476
+ .editor-toolbar.fullscreen::after {
477
+ width: 20px;
478
+ height: 50px;
479
+ background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
480
+ background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
481
+ background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
482
+ background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
483
+ background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
484
+ background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
485
+ position: fixed;
486
+ top: 0;
487
+ right: 0;
488
+ margin: 0;
489
+ padding: 0;
490
+ }
491
+ .EasyMDEContainer.sided--no-fullscreen .editor-toolbar {
492
+ width: 100%;
493
+ }
494
+ .editor-toolbar .easymde-dropdown,.editor-toolbar button {
495
+ background: 0 0;
496
+ display: inline-block;
497
+ text-align: center;
498
+ text-decoration: none !important;
499
+ height: 30px;
500
+ margin: 0;
501
+ padding: 0;
502
+ border: 1px solid transparent;
503
+ border-radius: 3px;
504
+ cursor: pointer;
505
+ }
506
+ .editor-toolbar button {
507
+ font-weight: 700;
508
+ min-width: 30px;
509
+ padding: 0 6px;
510
+ white-space: nowrap;
511
+ }
512
+ .editor-toolbar button.active,.editor-toolbar button:hover {
513
+ background: #fcfcfc;
514
+ border-color: #95a5a6;
515
+ }
516
+ .editor-toolbar i.separator {
517
+ display: inline-block;
518
+ width: 0;
519
+ border-left: 1px solid #d9d9d9;
520
+ border-right: 1px solid #fff;
521
+ color: transparent;
522
+ text-indent: -10px;
523
+ margin: 0 6px;
524
+ }
525
+ .editor-toolbar button:after {
526
+ font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
527
+ font-size: 65%;
528
+ vertical-align: text-bottom;
529
+ position: relative;
530
+ top: 2px;
531
+ }
532
+ .editor-toolbar button.heading-1:after {
533
+ content: "1";
534
+ }
535
+ .editor-toolbar button.heading-2:after {
536
+ content: "2";
537
+ }
538
+ .editor-toolbar button.heading-3:after {
539
+ content: "3";
540
+ }
541
+ .editor-toolbar button.heading-bigger:after {
542
+ content: "▲";
543
+ }
544
+ .editor-toolbar button.heading-smaller:after {
545
+ content: "▼";
546
+ }
547
+ .editor-toolbar.disabled-for-preview button:not(.no-disable) {
548
+ opacity: .6;
549
+ pointer-events: none;
550
+ }
551
+ @media only screen and (max-width:700px) {
552
+ .editor-toolbar i.no-mobile {
553
+ display: none;
554
+ }
555
+ }
556
+ .editor-statusbar {
557
+ padding: 8px 10px;
558
+ font-size: 12px;
559
+ color: #959694;
560
+ text-align: right;
561
+ }
562
+ .EasyMDEContainer.sided--no-fullscreen .editor-statusbar {
563
+ width: 100%;
564
+ }
565
+ .editor-statusbar span {
566
+ display: inline-block;
567
+ min-width: 4em;
568
+ margin-left: 1em;
569
+ }
570
+ .editor-statusbar .lines:before {
571
+ content: 'lines: ';
572
+ }
573
+ .editor-statusbar .words:before {
574
+ content: 'words: ';
575
+ }
576
+ .editor-statusbar .characters:before {
577
+ content: 'characters: ';
578
+ }
579
+ .editor-preview-full {
580
+ position: absolute;
581
+ width: 100%;
582
+ height: 100%;
583
+ top: 0;
584
+ left: 0;
585
+ z-index: 7;
586
+ overflow: auto;
587
+ display: none;
588
+ box-sizing: border-box;
589
+ }
590
+ .editor-preview-side {
591
+ position: fixed;
592
+ bottom: 0;
593
+ width: 50%;
594
+ top: 50px;
595
+ right: 0;
596
+ z-index: 9;
597
+ overflow: auto;
598
+ display: none;
599
+ box-sizing: border-box;
600
+ border: 1px solid #ddd;
601
+ word-wrap: break-word;
602
+ }
603
+ .editor-preview-active-side {
604
+ display: block;
605
+ }
606
+ .EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side {
607
+ flex: 1 1 auto;
608
+ height: auto;
609
+ position: static;
610
+ }
611
+ .editor-preview-active {
612
+ display: block;
613
+ }
614
+ .editor-preview {
615
+ padding: 10px;
616
+ background: #fafafa;
617
+ }
618
+ .editor-preview>p {
619
+ margin-top: 0;
620
+ }
621
+ .editor-preview pre {
622
+ background: #eee;
623
+ margin-bottom: 10px;
624
+ }
625
+ .editor-preview table td,.editor-preview table th {
626
+ border: 1px solid #ddd;
627
+ padding: 5px;
628
+ }
629
+ .cm-s-easymde .cm-tag {
630
+ color: #63a35c;
631
+ }
632
+ .cm-s-easymde .cm-attribute {
633
+ color: #795da3;
634
+ }
635
+ .cm-s-easymde .cm-string {
636
+ color: #183691;
637
+ }
638
+ .cm-s-easymde .cm-header-1 {
639
+ font-size: calc(1.375rem + 1.5vw);
640
+ }
641
+ .cm-s-easymde .cm-header-2 {
642
+ font-size: calc(1.325rem + .9vw);
643
+ }
644
+ .cm-s-easymde .cm-header-3 {
645
+ font-size: calc(1.3rem + .6vw);
646
+ }
647
+ .cm-s-easymde .cm-header-4 {
648
+ font-size: calc(1.275rem + .3vw);
649
+ }
650
+ .cm-s-easymde .cm-header-5 {
651
+ font-size: 1.25rem;
652
+ }
653
+ .cm-s-easymde .cm-header-6 {
654
+ font-size: 1rem;
655
+ }
656
+ .cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6 {
657
+ margin-bottom: .5rem;
658
+ line-height: 1.2;
659
+ }
660
+ .cm-s-easymde .cm-comment {
661
+ background: rgba(0,0,0,.05);
662
+ border-radius: 2px;
663
+ }
664
+ .cm-s-easymde .cm-link {
665
+ color: #7f8c8d;
666
+ }
667
+ .cm-s-easymde .cm-url {
668
+ color: #aab2b3;
669
+ }
670
+ .cm-s-easymde .cm-quote {
671
+ color: #7f8c8d;
672
+ font-style: italic;
673
+ }
674
+ .editor-toolbar .easymde-dropdown {
675
+ position: relative;
676
+ background: linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%);
677
+ border-radius: 0;
678
+ border: 1px solid #fff;
679
+ }
680
+ .editor-toolbar .easymde-dropdown:hover {
681
+ background: linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%);
682
+ }
683
+ .easymde-dropdown-content {
684
+ display: block;
685
+ visibility: hidden;
686
+ position: absolute;
687
+ background-color: #f9f9f9;
688
+ box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
689
+ padding: 8px;
690
+ z-index: 2;
691
+ top: 30px;
692
+ }
693
+ .easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content {
694
+ visibility: visible;
695
+ }
696
+ .easymde-dropdown-content button {
697
+ display: block;
698
+ }
699
+ span[data-img-src]::after {
700
+ content: '';
701
+ background-image: var(--bg-image);
702
+ display: block;
703
+ max-height: 100%;
704
+ max-width: 100%;
705
+ background-size: contain;
706
+ height: 0;
707
+ padding-top: var(--height);
708
+ width: var(--width);
709
+ background-repeat: no-repeat;
710
+ }
711
+ .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
712
+ background: rgba(255,0,0,.15);
713
+ }
714
+ .tippy-box[data-animation=fade][data-state=hidden] {
715
+ opacity: 0;
716
+ }
717
+ [data-tippy-root] {
718
+ max-width: calc(100vw - 10px);
719
+ }
720
+ .tippy-box {
721
+ position: relative;
722
+ background-color: #333;
723
+ color: #fff;
724
+ border-radius: 4px;
725
+ font-size: 14px;
726
+ line-height: 1.4;
727
+ white-space: normal;
728
+ outline: 0;
729
+ transition-property: transform,visibility,opacity;
730
+ }
731
+ .tippy-box[data-placement^=top]>.tippy-arrow {
732
+ bottom: 0;
733
+ }
734
+ .tippy-box[data-placement^=top]>.tippy-arrow:before {
735
+ bottom: -7px;
736
+ left: 0;
737
+ border-width: 8px 8px 0;
738
+ border-top-color: initial;
739
+ transform-origin: center top;
740
+ }
741
+ .tippy-box[data-placement^=bottom]>.tippy-arrow {
742
+ top: 0;
743
+ }
744
+ .tippy-box[data-placement^=bottom]>.tippy-arrow:before {
745
+ top: -7px;
746
+ left: 0;
747
+ border-width: 0 8px 8px;
748
+ border-bottom-color: initial;
749
+ transform-origin: center bottom;
750
+ }
751
+ .tippy-box[data-placement^=left]>.tippy-arrow {
752
+ right: 0;
753
+ }
754
+ .tippy-box[data-placement^=left]>.tippy-arrow:before {
755
+ border-width: 8px 0 8px 8px;
756
+ border-left-color: initial;
757
+ right: -7px;
758
+ transform-origin: center left;
759
+ }
760
+ .tippy-box[data-placement^=right]>.tippy-arrow {
761
+ left: 0;
762
+ }
763
+ .tippy-box[data-placement^=right]>.tippy-arrow:before {
764
+ left: -7px;
765
+ border-width: 8px 8px 8px 0;
766
+ border-right-color: initial;
767
+ transform-origin: center right;
768
+ }
769
+ .tippy-box[data-inertia][data-state=visible] {
770
+ transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
771
+ }
772
+ .tippy-arrow {
773
+ width: 16px;
774
+ height: 16px;
775
+ color: #333;
776
+ }
777
+ .tippy-arrow:before {
778
+ content: "";
779
+ position: absolute;
780
+ border-color: transparent;
781
+ border-style: solid;
782
+ }
783
+ .tippy-content {
784
+ position: relative;
785
+ padding: 5px 9px;
786
+ z-index: 1;
787
+ }
788
+ .tippy-box[data-theme~=light] {
789
+ color: #26323d;
790
+ box-shadow: 0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
791
+ background-color: #fff;
792
+ }
793
+ .tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before {
794
+ border-top-color: #fff;
795
+ }
796
+ .tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before {
797
+ border-bottom-color: #fff;
798
+ }
799
+ .tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before {
800
+ border-left-color: #fff;
801
+ }
802
+ .tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before {
803
+ border-right-color: #fff;
804
+ }
805
+ .tippy-box[data-theme~=light]>.tippy-backdrop {
806
+ background-color: #fff;
807
+ }
808
+ .tippy-box[data-theme~=light]>.tippy-svg-arrow {
809
+ fill: #fff;
810
+ }
811
+ .flatpickr-calendar {
812
+ background: transparent;
813
+ opacity: 0;
814
+ display: none;
815
+ text-align: center;
816
+ visibility: hidden;
817
+ padding: 0;
818
+ -webkit-animation: none;
819
+ animation: none;
820
+ direction: ltr;
821
+ border: 0;
822
+ font-size: 14px;
823
+ line-height: 24px;
824
+ border-radius: 5px;
825
+ position: absolute;
826
+ width: 307.875px;
827
+ -webkit-box-sizing: border-box;
828
+ box-sizing: border-box;
829
+ -ms-touch-action: manipulation;
830
+ touch-action: manipulation;
831
+ background: #fff;
832
+ -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
833
+ box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
834
+ }
835
+ .flatpickr-calendar.open, .flatpickr-calendar.inline {
836
+ opacity: 1;
837
+ max-height: 640px;
838
+ visibility: visible;
839
+ }
840
+ .flatpickr-calendar.open {
841
+ display: inline-block;
842
+ z-index: 99999;
843
+ }
844
+ .flatpickr-calendar.animate.open {
845
+ -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
846
+ animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
847
+ }
848
+ .flatpickr-calendar.inline {
849
+ display: block;
850
+ position: relative;
851
+ top: 2px;
852
+ }
853
+ .flatpickr-calendar.static {
854
+ position: absolute;
855
+ top: calc(100% + 2px);
856
+ }
857
+ .flatpickr-calendar.static.open {
858
+ z-index: 999;
859
+ display: block;
860
+ }
861
+ .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
862
+ -webkit-box-shadow: none !important;
863
+ box-shadow: none !important;
864
+ }
865
+ .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
866
+ -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
867
+ box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
868
+ }
869
+ .flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
870
+ border-bottom: 0;
871
+ border-bottom-right-radius: 0;
872
+ border-bottom-left-radius: 0;
873
+ }
874
+ .flatpickr-calendar .hasWeeks .dayContainer {
875
+ border-left: 0;
876
+ }
877
+ .flatpickr-calendar.hasTime .flatpickr-time {
878
+ height: 40px;
879
+ border-top: 1px solid #e6e6e6;
880
+ }
881
+ .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
882
+ height: auto;
883
+ }
884
+ .flatpickr-calendar:before, .flatpickr-calendar:after {
885
+ position: absolute;
886
+ display: block;
887
+ pointer-events: none;
888
+ border: solid transparent;
889
+ content: '';
890
+ height: 0;
891
+ width: 0;
892
+ left: 22px;
893
+ }
894
+ .flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
895
+ left: auto;
896
+ right: 22px;
897
+ }
898
+ .flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
899
+ left: 50%;
900
+ right: 50%;
901
+ }
902
+ .flatpickr-calendar:before {
903
+ border-width: 5px;
904
+ margin: 0 -5px;
905
+ }
906
+ .flatpickr-calendar:after {
907
+ border-width: 4px;
908
+ margin: 0 -4px;
909
+ }
910
+ .flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
911
+ bottom: 100%;
912
+ }
913
+ .flatpickr-calendar.arrowTop:before {
914
+ border-bottom-color: #e6e6e6;
915
+ }
916
+ .flatpickr-calendar.arrowTop:after {
917
+ border-bottom-color: #fff;
918
+ }
919
+ .flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
920
+ top: 100%;
921
+ }
922
+ .flatpickr-calendar.arrowBottom:before {
923
+ border-top-color: #e6e6e6;
924
+ }
925
+ .flatpickr-calendar.arrowBottom:after {
926
+ border-top-color: #fff;
927
+ }
928
+ .flatpickr-calendar:focus {
929
+ outline: 0;
930
+ }
931
+ .flatpickr-wrapper {
932
+ position: relative;
933
+ display: inline-block;
934
+ }
935
+ .flatpickr-months {
936
+ display: -webkit-box;
937
+ display: -webkit-flex;
938
+ display: -ms-flexbox;
939
+ display: flex;
940
+ }
941
+ .flatpickr-months .flatpickr-month {
942
+ background: transparent;
943
+ color: rgba(0,0,0,0.9);
944
+ fill: rgba(0,0,0,0.9);
945
+ height: 34px;
946
+ line-height: 1;
947
+ text-align: center;
948
+ position: relative;
949
+ -webkit-user-select: none;
950
+ -moz-user-select: none;
951
+ -ms-user-select: none;
952
+ user-select: none;
953
+ overflow: hidden;
954
+ -webkit-box-flex: 1;
955
+ -webkit-flex: 1;
956
+ -ms-flex: 1;
957
+ flex: 1;
958
+ }
959
+ .flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
960
+ -webkit-user-select: none;
961
+ -moz-user-select: none;
962
+ -ms-user-select: none;
963
+ user-select: none;
964
+ text-decoration: none;
965
+ cursor: pointer;
966
+ position: absolute;
967
+ top: 0;
968
+ height: 34px;
969
+ padding: 10px;
970
+ z-index: 3;
971
+ color: rgba(0,0,0,0.9);
972
+ fill: rgba(0,0,0,0.9);
973
+ }
974
+ .flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
975
+ display: none;
976
+ }
977
+ .flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
978
+ position: relative;
979
+ }
980
+ .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
981
+ left: 0;
982
+ }
983
+ .flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
984
+ right: 0;
985
+ }
986
+ .flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
987
+ color: #959ea9;
988
+ }
989
+ .flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
990
+ fill: #f64747;
991
+ }
992
+ .flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
993
+ width: 14px;
994
+ height: 14px;
995
+ }
996
+ .flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
997
+ -webkit-transition: fill 0.1s;
998
+ transition: fill 0.1s;
999
+ fill: inherit;
1000
+ }
1001
+ .numInputWrapper {
1002
+ position: relative;
1003
+ height: auto;
1004
+ }
1005
+ .numInputWrapper input, .numInputWrapper span {
1006
+ display: inline-block;
1007
+ }
1008
+ .numInputWrapper input {
1009
+ width: 100%;
1010
+ }
1011
+ .numInputWrapper input::-ms-clear {
1012
+ display: none;
1013
+ }
1014
+ .numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
1015
+ margin: 0;
1016
+ -webkit-appearance: none;
1017
+ }
1018
+ .numInputWrapper span {
1019
+ position: absolute;
1020
+ right: 0;
1021
+ width: 14px;
1022
+ padding: 0 4px 0 2px;
1023
+ height: 50%;
1024
+ line-height: 50%;
1025
+ opacity: 0;
1026
+ cursor: pointer;
1027
+ border: 1px solid rgba(57,57,57,0.15);
1028
+ -webkit-box-sizing: border-box;
1029
+ box-sizing: border-box;
1030
+ }
1031
+ .numInputWrapper span:hover {
1032
+ background: rgba(0,0,0,0.1);
1033
+ }
1034
+ .numInputWrapper span:active {
1035
+ background: rgba(0,0,0,0.2);
1036
+ }
1037
+ .numInputWrapper span:after {
1038
+ display: block;
1039
+ content: "";
1040
+ position: absolute;
1041
+ }
1042
+ .numInputWrapper span.arrowUp {
1043
+ top: 0;
1044
+ border-bottom: 0;
1045
+ }
1046
+ .numInputWrapper span.arrowUp:after {
1047
+ border-left: 4px solid transparent;
1048
+ border-right: 4px solid transparent;
1049
+ border-bottom: 4px solid rgba(57,57,57,0.6);
1050
+ top: 26%;
1051
+ }
1052
+ .numInputWrapper span.arrowDown {
1053
+ top: 50%;
1054
+ }
1055
+ .numInputWrapper span.arrowDown:after {
1056
+ border-left: 4px solid transparent;
1057
+ border-right: 4px solid transparent;
1058
+ border-top: 4px solid rgba(57,57,57,0.6);
1059
+ top: 40%;
1060
+ }
1061
+ .numInputWrapper span svg {
1062
+ width: inherit;
1063
+ height: auto;
1064
+ }
1065
+ .numInputWrapper span svg path {
1066
+ fill: rgba(0,0,0,0.5);
1067
+ }
1068
+ .numInputWrapper:hover {
1069
+ background: rgba(0,0,0,0.05);
1070
+ }
1071
+ .numInputWrapper:hover span {
1072
+ opacity: 1;
1073
+ }
1074
+ .flatpickr-current-month {
1075
+ font-size: 135%;
1076
+ line-height: inherit;
1077
+ font-weight: 300;
1078
+ color: inherit;
1079
+ position: absolute;
1080
+ width: 75%;
1081
+ left: 12.5%;
1082
+ padding: 7.48px 0 0 0;
1083
+ line-height: 1;
1084
+ height: 34px;
1085
+ display: inline-block;
1086
+ text-align: center;
1087
+ -webkit-transform: translate3d(0px, 0px, 0px);
1088
+ transform: translate3d(0px, 0px, 0px);
1089
+ }
1090
+ .flatpickr-current-month span.cur-month {
1091
+ font-family: inherit;
1092
+ font-weight: 700;
1093
+ color: inherit;
1094
+ display: inline-block;
1095
+ margin-left: 0.5ch;
1096
+ padding: 0;
1097
+ }
1098
+ .flatpickr-current-month span.cur-month:hover {
1099
+ background: rgba(0,0,0,0.05);
1100
+ }
1101
+ .flatpickr-current-month .numInputWrapper {
1102
+ width: 6ch;
1103
+ width: 7ch\0;
1104
+ display: inline-block;
1105
+ }
1106
+ .flatpickr-current-month .numInputWrapper span.arrowUp:after {
1107
+ border-bottom-color: rgba(0,0,0,0.9);
1108
+ }
1109
+ .flatpickr-current-month .numInputWrapper span.arrowDown:after {
1110
+ border-top-color: rgba(0,0,0,0.9);
1111
+ }
1112
+ .flatpickr-current-month input.cur-year {
1113
+ background: transparent;
1114
+ -webkit-box-sizing: border-box;
1115
+ box-sizing: border-box;
1116
+ color: inherit;
1117
+ cursor: text;
1118
+ padding: 0 0 0 0.5ch;
1119
+ margin: 0;
1120
+ display: inline-block;
1121
+ font-size: inherit;
1122
+ font-family: inherit;
1123
+ font-weight: 300;
1124
+ line-height: inherit;
1125
+ height: auto;
1126
+ border: 0;
1127
+ border-radius: 0;
1128
+ vertical-align: initial;
1129
+ -webkit-appearance: textfield;
1130
+ -moz-appearance: textfield;
1131
+ appearance: textfield;
1132
+ }
1133
+ .flatpickr-current-month input.cur-year:focus {
1134
+ outline: 0;
1135
+ }
1136
+ .flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
1137
+ font-size: 100%;
1138
+ color: rgba(0,0,0,0.5);
1139
+ background: transparent;
1140
+ pointer-events: none;
1141
+ }
1142
+ .flatpickr-current-month .flatpickr-monthDropdown-months {
1143
+ appearance: menulist;
1144
+ background: transparent;
1145
+ border: none;
1146
+ border-radius: 0;
1147
+ box-sizing: border-box;
1148
+ color: inherit;
1149
+ cursor: pointer;
1150
+ font-size: inherit;
1151
+ font-family: inherit;
1152
+ font-weight: 300;
1153
+ height: auto;
1154
+ line-height: inherit;
1155
+ margin: -1px 0 0 0;
1156
+ outline: none;
1157
+ padding: 0 0 0 0.5ch;
1158
+ position: relative;
1159
+ vertical-align: initial;
1160
+ -webkit-box-sizing: border-box;
1161
+ -webkit-appearance: menulist;
1162
+ -moz-appearance: menulist;
1163
+ width: auto;
1164
+ }
1165
+ .flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
1166
+ outline: none;
1167
+ }
1168
+ .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
1169
+ background: rgba(0,0,0,0.05);
1170
+ }
1171
+ .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
1172
+ background-color: transparent;
1173
+ outline: none;
1174
+ padding: 0;
1175
+ }
1176
+ .flatpickr-weekdays {
1177
+ background: transparent;
1178
+ text-align: center;
1179
+ overflow: hidden;
1180
+ width: 100%;
1181
+ display: -webkit-box;
1182
+ display: -webkit-flex;
1183
+ display: -ms-flexbox;
1184
+ display: flex;
1185
+ -webkit-box-align: center;
1186
+ -webkit-align-items: center;
1187
+ -ms-flex-align: center;
1188
+ align-items: center;
1189
+ height: 28px;
1190
+ }
1191
+ .flatpickr-weekdays .flatpickr-weekdaycontainer {
1192
+ display: -webkit-box;
1193
+ display: -webkit-flex;
1194
+ display: -ms-flexbox;
1195
+ display: flex;
1196
+ -webkit-box-flex: 1;
1197
+ -webkit-flex: 1;
1198
+ -ms-flex: 1;
1199
+ flex: 1;
1200
+ }
1201
+ span.flatpickr-weekday {
1202
+ cursor: default;
1203
+ font-size: 90%;
1204
+ background: transparent;
1205
+ color: rgba(0,0,0,0.54);
1206
+ line-height: 1;
1207
+ margin: 0;
1208
+ text-align: center;
1209
+ display: block;
1210
+ -webkit-box-flex: 1;
1211
+ -webkit-flex: 1;
1212
+ -ms-flex: 1;
1213
+ flex: 1;
1214
+ font-weight: bolder;
1215
+ }
1216
+ .dayContainer, .flatpickr-weeks {
1217
+ padding: 1px 0 0 0;
1218
+ }
1219
+ .flatpickr-days {
1220
+ position: relative;
1221
+ overflow: hidden;
1222
+ display: -webkit-box;
1223
+ display: -webkit-flex;
1224
+ display: -ms-flexbox;
1225
+ display: flex;
1226
+ -webkit-box-align: start;
1227
+ -webkit-align-items: flex-start;
1228
+ -ms-flex-align: start;
1229
+ align-items: flex-start;
1230
+ width: 307.875px;
1231
+ }
1232
+ .flatpickr-days:focus {
1233
+ outline: 0;
1234
+ }
1235
+ .dayContainer {
1236
+ padding: 0;
1237
+ outline: 0;
1238
+ text-align: left;
1239
+ width: 307.875px;
1240
+ min-width: 307.875px;
1241
+ max-width: 307.875px;
1242
+ -webkit-box-sizing: border-box;
1243
+ box-sizing: border-box;
1244
+ display: inline-block;
1245
+ display: -ms-flexbox;
1246
+ display: -webkit-box;
1247
+ display: -webkit-flex;
1248
+ display: flex;
1249
+ -webkit-flex-wrap: wrap;
1250
+ flex-wrap: wrap;
1251
+ -ms-flex-wrap: wrap;
1252
+ -ms-flex-pack: justify;
1253
+ -webkit-justify-content: space-around;
1254
+ justify-content: space-around;
1255
+ -webkit-transform: translate3d(0px, 0px, 0px);
1256
+ transform: translate3d(0px, 0px, 0px);
1257
+ opacity: 1;
1258
+ }
1259
+ .dayContainer + .dayContainer {
1260
+ -webkit-box-shadow: -1px 0 0 #e6e6e6;
1261
+ box-shadow: -1px 0 0 #e6e6e6;
1262
+ }
1263
+ .flatpickr-day {
1264
+ background: none;
1265
+ border: 1px solid transparent;
1266
+ border-radius: 150px;
1267
+ -webkit-box-sizing: border-box;
1268
+ box-sizing: border-box;
1269
+ color: #393939;
1270
+ cursor: pointer;
1271
+ font-weight: 400;
1272
+ width: 14.2857143%;
1273
+ -webkit-flex-basis: 14.2857143%;
1274
+ -ms-flex-preferred-size: 14.2857143%;
1275
+ flex-basis: 14.2857143%;
1276
+ max-width: 39px;
1277
+ height: 39px;
1278
+ line-height: 39px;
1279
+ margin: 0;
1280
+ display: inline-block;
1281
+ position: relative;
1282
+ -webkit-box-pack: center;
1283
+ -webkit-justify-content: center;
1284
+ -ms-flex-pack: center;
1285
+ justify-content: center;
1286
+ text-align: center;
1287
+ }
1288
+ .flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
1289
+ cursor: pointer;
1290
+ outline: 0;
1291
+ background: #e6e6e6;
1292
+ border-color: #e6e6e6;
1293
+ }
1294
+ .flatpickr-day.today {
1295
+ border-color: #959ea9;
1296
+ }
1297
+ .flatpickr-day.today:hover, .flatpickr-day.today:focus {
1298
+ border-color: #959ea9;
1299
+ background: #959ea9;
1300
+ color: #fff;
1301
+ }
1302
+ .flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
1303
+ background: #569ff7;
1304
+ -webkit-box-shadow: none;
1305
+ box-shadow: none;
1306
+ color: #fff;
1307
+ border-color: #569ff7;
1308
+ }
1309
+ .flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
1310
+ border-radius: 50px 0 0 50px;
1311
+ }
1312
+ .flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
1313
+ border-radius: 0 50px 50px 0;
1314
+ }
1315
+ .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
1316
+ -webkit-box-shadow: -10px 0 0 #569ff7;
1317
+ box-shadow: -10px 0 0 #569ff7;
1318
+ }
1319
+ .flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
1320
+ border-radius: 50px;
1321
+ }
1322
+ .flatpickr-day.inRange {
1323
+ border-radius: 0;
1324
+ -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
1325
+ box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
1326
+ }
1327
+ .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
1328
+ color: rgba(57,57,57,0.3);
1329
+ background: transparent;
1330
+ border-color: transparent;
1331
+ cursor: default;
1332
+ }
1333
+ .flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
1334
+ cursor: not-allowed;
1335
+ color: rgba(57,57,57,0.1);
1336
+ }
1337
+ .flatpickr-day.week.selected {
1338
+ border-radius: 0;
1339
+ -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
1340
+ box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
1341
+ }
1342
+ .flatpickr-day.hidden {
1343
+ visibility: hidden;
1344
+ }
1345
+ .rangeMode .flatpickr-day {
1346
+ margin-top: 1px;
1347
+ }
1348
+ .flatpickr-weekwrapper {
1349
+ float: left;
1350
+ }
1351
+ .flatpickr-weekwrapper .flatpickr-weeks {
1352
+ padding: 0 12px;
1353
+ -webkit-box-shadow: 1px 0 0 #e6e6e6;
1354
+ box-shadow: 1px 0 0 #e6e6e6;
1355
+ }
1356
+ .flatpickr-weekwrapper .flatpickr-weekday {
1357
+ float: none;
1358
+ width: 100%;
1359
+ line-height: 28px;
1360
+ }
1361
+ .flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
1362
+ display: block;
1363
+ width: 100%;
1364
+ max-width: none;
1365
+ color: rgba(57,57,57,0.3);
1366
+ background: transparent;
1367
+ cursor: default;
1368
+ border: none;
1369
+ }
1370
+ .flatpickr-innerContainer {
1371
+ display: block;
1372
+ display: -webkit-box;
1373
+ display: -webkit-flex;
1374
+ display: -ms-flexbox;
1375
+ display: flex;
1376
+ -webkit-box-sizing: border-box;
1377
+ box-sizing: border-box;
1378
+ overflow: hidden;
1379
+ }
1380
+ .flatpickr-rContainer {
1381
+ display: inline-block;
1382
+ padding: 0;
1383
+ -webkit-box-sizing: border-box;
1384
+ box-sizing: border-box;
1385
+ }
1386
+ .flatpickr-time {
1387
+ text-align: center;
1388
+ outline: 0;
1389
+ display: block;
1390
+ height: 0;
1391
+ line-height: 40px;
1392
+ max-height: 40px;
1393
+ -webkit-box-sizing: border-box;
1394
+ box-sizing: border-box;
1395
+ overflow: hidden;
1396
+ display: -webkit-box;
1397
+ display: -webkit-flex;
1398
+ display: -ms-flexbox;
1399
+ display: flex;
1400
+ }
1401
+ .flatpickr-time:after {
1402
+ content: "";
1403
+ display: table;
1404
+ clear: both;
1405
+ }
1406
+ .flatpickr-time .numInputWrapper {
1407
+ -webkit-box-flex: 1;
1408
+ -webkit-flex: 1;
1409
+ -ms-flex: 1;
1410
+ flex: 1;
1411
+ width: 40%;
1412
+ height: 40px;
1413
+ float: left;
1414
+ }
1415
+ .flatpickr-time .numInputWrapper span.arrowUp:after {
1416
+ border-bottom-color: #393939;
1417
+ }
1418
+ .flatpickr-time .numInputWrapper span.arrowDown:after {
1419
+ border-top-color: #393939;
1420
+ }
1421
+ .flatpickr-time.hasSeconds .numInputWrapper {
1422
+ width: 26%;
1423
+ }
1424
+ .flatpickr-time.time24hr .numInputWrapper {
1425
+ width: 49%;
1426
+ }
1427
+ .flatpickr-time input {
1428
+ background: transparent;
1429
+ -webkit-box-shadow: none;
1430
+ box-shadow: none;
1431
+ border: 0;
1432
+ border-radius: 0;
1433
+ text-align: center;
1434
+ margin: 0;
1435
+ padding: 0;
1436
+ height: inherit;
1437
+ line-height: inherit;
1438
+ color: #393939;
1439
+ font-size: 14px;
1440
+ position: relative;
1441
+ -webkit-box-sizing: border-box;
1442
+ box-sizing: border-box;
1443
+ -webkit-appearance: textfield;
1444
+ -moz-appearance: textfield;
1445
+ appearance: textfield;
1446
+ }
1447
+ .flatpickr-time input.flatpickr-hour {
1448
+ font-weight: bold;
1449
+ }
1450
+ .flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
1451
+ font-weight: 400;
1452
+ }
1453
+ .flatpickr-time input:focus {
1454
+ outline: 0;
1455
+ border: 0;
1456
+ }
1457
+ .flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
1458
+ height: inherit;
1459
+ float: left;
1460
+ line-height: inherit;
1461
+ color: #393939;
1462
+ font-weight: bold;
1463
+ width: 2%;
1464
+ -webkit-user-select: none;
1465
+ -moz-user-select: none;
1466
+ -ms-user-select: none;
1467
+ user-select: none;
1468
+ -webkit-align-self: center;
1469
+ -ms-flex-item-align: center;
1470
+ align-self: center;
1471
+ }
1472
+ .flatpickr-time .flatpickr-am-pm {
1473
+ outline: 0;
1474
+ width: 18%;
1475
+ cursor: pointer;
1476
+ text-align: center;
1477
+ font-weight: 400;
1478
+ }
1479
+ .flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
1480
+ background: #eee;
1481
+ }
1482
+ .flatpickr-input[readonly] {
1483
+ cursor: pointer;
1484
+ }
1485
+ @-webkit-keyframes fpFadeInDown {
1486
+ from {
1487
+ opacity: 0;
1488
+ -webkit-transform: translate3d(0, -20px, 0);
1489
+ transform: translate3d(0, -20px, 0);
1490
+ }
1491
+ to {
1492
+ opacity: 1;
1493
+ -webkit-transform: translate3d(0, 0, 0);
1494
+ transform: translate3d(0, 0, 0);
1495
+ }
1496
+ }
1497
+ @keyframes fpFadeInDown {
1498
+ from {
1499
+ opacity: 0;
1500
+ -webkit-transform: translate3d(0, -20px, 0);
1501
+ transform: translate3d(0, -20px, 0);
1502
+ }
1503
+ to {
1504
+ opacity: 1;
1505
+ -webkit-transform: translate3d(0, 0, 0);
1506
+ transform: translate3d(0, 0, 0);
1507
+ }
1508
+ }
1509
+ /*! @algolia/autocomplete-theme-classic 1.19.4 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */
1510
+ :root {
1511
+ --aa-search-input-height: 44px;
1512
+ --aa-input-icon-size: 20px;
1513
+ --aa-base-unit: 16;
1514
+ --aa-spacing-factor: 1;
1515
+ --aa-spacing: calc(var(--aa-base-unit) * var(--aa-spacing-factor) * 1px);
1516
+ --aa-spacing-half: calc(var(--aa-spacing) / 2);
1517
+ --aa-panel-max-height: 650px;
1518
+ --aa-base-z-index: 9999;
1519
+ --aa-font-size: calc(var(--aa-base-unit) * 1px);
1520
+ --aa-font-family: inherit;
1521
+ --aa-font-weight-medium: 500;
1522
+ --aa-font-weight-semibold: 600;
1523
+ --aa-font-weight-bold: 700;
1524
+ --aa-icon-size: 20px;
1525
+ --aa-icon-stroke-width: 1.6;
1526
+ --aa-icon-color-rgb: 119, 119, 163;
1527
+ --aa-icon-color-alpha: 1;
1528
+ --aa-action-icon-size: 20px;
1529
+ --aa-text-color-rgb: 38, 38, 39;
1530
+ --aa-text-color-alpha: 1;
1531
+ --aa-primary-color-rgb: 62, 52, 211;
1532
+ --aa-primary-color-alpha: 0.2;
1533
+ --aa-muted-color-rgb: 128, 126, 163;
1534
+ --aa-muted-color-alpha: 0.6;
1535
+ --aa-panel-border-color-rgb: 128, 126, 163;
1536
+ --aa-panel-border-color-alpha: 0.3;
1537
+ --aa-input-border-color-rgb: 128, 126, 163;
1538
+ --aa-input-border-color-alpha: 0.8;
1539
+ --aa-background-color-rgb: 255, 255, 255;
1540
+ --aa-background-color-alpha: 1;
1541
+ --aa-input-background-color-rgb: 255, 255, 255;
1542
+ --aa-input-background-color-alpha: 1;
1543
+ --aa-selected-color-rgb: 179, 173, 214;
1544
+ --aa-selected-color-alpha: 0.205;
1545
+ --aa-description-highlight-background-color-rgb: 245, 223, 77;
1546
+ --aa-description-highlight-background-color-alpha: 0.5;
1547
+ --aa-detached-media-query: (max-width: 680px);
1548
+ --aa-detached-modal-media-query: (min-width: 680px);
1549
+ --aa-detached-modal-max-width: 680px;
1550
+ --aa-detached-modal-max-height: 500px;
1551
+ --aa-overlay-color-rgb: 115, 114, 129;
1552
+ --aa-overlay-color-alpha: 0.4;
1553
+ --aa-panel-shadow: 0 0 0 1px rgba(35, 38, 59, .1),
1554
+ 0 6px 16px -4px rgba(35, 38, 59, .15);
1555
+ --aa-scrollbar-width: 13px;
1556
+ --aa-scrollbar-track-background-color-rgb: 234, 234, 234;
1557
+ --aa-scrollbar-track-background-color-alpha: 1;
1558
+ --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
1559
+ --aa-scrollbar-thumb-background-color-alpha: 1;
1560
+ }
1561
+ @media (hover: none) and (pointer: coarse) {
1562
+ :root {
1563
+ --aa-spacing-factor: 1.2;
1564
+ --aa-action-icon-size: 22px;
1565
+ }
1566
+ }
1567
+ body[data-theme=dark], body.dark {
1568
+ --aa-text-color-rgb: 183, 192, 199;
1569
+ --aa-primary-color-rgb: 146, 138, 255;
1570
+ --aa-muted-color-rgb: 146, 138, 255;
1571
+ --aa-input-background-color-rgb: 0, 3, 9;
1572
+ --aa-background-color-rgb: 21, 24, 42;
1573
+ --aa-selected-color-rgb: 146, 138, 255;
1574
+ --aa-selected-color-alpha: 0.25;
1575
+ --aa-description-highlight-background-color-rgb: 0 255 255;
1576
+ --aa-description-highlight-background-color-alpha: 0.25;
1577
+ --aa-icon-color-rgb: 119, 119, 163;
1578
+ --aa-panel-shadow: inset 1px 1px 0 0 rgb(44, 46, 64),
1579
+ 0 3px 8px 0 rgb(0, 3, 9);
1580
+ --aa-scrollbar-track-background-color-rgb: 44, 46, 64;
1581
+ --aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb);
1582
+ }
1583
+ .aa-Panel *, .aa-Autocomplete *, .aa-DetachedFormContainer * {
1584
+ box-sizing: border-box;
1585
+ }
1586
+ .aa-Panel, .aa-Autocomplete, .aa-DetachedFormContainer {
1587
+ color: rgba(38, 38, 39, 1);
1588
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
1589
+ font-family: inherit;
1590
+ font-family: var(--aa-font-family);
1591
+ font-size: calc(16 * 1px);
1592
+ font-size: var(--aa-font-size);
1593
+ font-weight: normal;
1594
+ line-height: 1em;
1595
+ margin: 0;
1596
+ padding: 0;
1597
+ text-align: left;
1598
+ }
1599
+ .aa-Form {
1600
+ align-items: center;
1601
+ background-color: rgba(255, 255, 255, 1);
1602
+ background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
1603
+ border: 1px solid rgba(128, 126, 163, 0.8);
1604
+ border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
1605
+ border-radius: 3px;
1606
+ display: flex;
1607
+ line-height: 1em;
1608
+ margin: 0;
1609
+ position: relative;
1610
+ width: 100%;
1611
+ }
1612
+ .aa-Form:focus-within {
1613
+ border-color: rgba(62, 52, 211, 1);
1614
+ border-color: rgba(var(--aa-primary-color-rgb), 1);
1615
+ box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 2px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
1616
+ box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
1617
+ outline: currentColor none medium;
1618
+ }
1619
+ .aa-InputWrapperPrefix {
1620
+ align-items: center;
1621
+ display: flex;
1622
+ flex-shrink: 0;
1623
+ height: 44px;
1624
+ height: var(--aa-search-input-height);
1625
+ order: 1;
1626
+ }
1627
+ .aa-Label, .aa-LoadingIndicator {
1628
+ cursor: auto;
1629
+ cursor: initial;
1630
+ flex-shrink: 0;
1631
+ height: 100%;
1632
+ padding: 0;
1633
+ text-align: left;
1634
+ }
1635
+ .aa-Label svg, .aa-LoadingIndicator svg {
1636
+ color: rgba(62, 52, 211, 1);
1637
+ color: rgba(var(--aa-primary-color-rgb), 1);
1638
+ height: auto;
1639
+ max-height: 20px;
1640
+ max-height: var(--aa-input-icon-size);
1641
+ stroke-width: 1.6;
1642
+ stroke-width: var(--aa-icon-stroke-width);
1643
+ width: 20px;
1644
+ width: var(--aa-input-icon-size);
1645
+ }
1646
+ .aa-SubmitButton, .aa-LoadingIndicator {
1647
+ height: 100%;
1648
+ padding-left: calc((16 * 1 * 1px) * 0.75 - 1px);
1649
+ padding-left: calc(calc(16 * 1 * 1px) * 0.75 - 1px);
1650
+ padding-left: calc(var(--aa-spacing) * 0.75 - 1px);
1651
+ padding-right: calc((16 * 1 * 1px) / 2);
1652
+ padding-right: calc(calc(16 * 1 * 1px) / 2);
1653
+ padding-right: var(--aa-spacing-half);
1654
+ width: calc((16 * 1 * 1px) * 1.75 + 20px - 1px);
1655
+ width: calc(calc(16 * 1 * 1px) * 1.75 + 20px - 1px);
1656
+ width: calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px);
1657
+ }
1658
+ @media (hover: none) and (pointer: coarse) {
1659
+ .aa-SubmitButton, .aa-LoadingIndicator {
1660
+ padding-left: calc(((16 * 1 * 1px) / 2) / 2 - 1px);
1661
+ padding-left: calc(calc(calc(16 * 1 * 1px) / 2) / 2 - 1px);
1662
+ padding-left: calc(var(--aa-spacing-half) / 2 - 1px);
1663
+ width: calc(20px + (16 * 1 * 1px) * 1.25 - 1px);
1664
+ width: calc(20px + calc(16 * 1 * 1px) * 1.25 - 1px);
1665
+ width: calc(var(--aa-icon-size) + var(--aa-spacing) * 1.25 - 1px);
1666
+ }
1667
+ }
1668
+ .aa-SubmitButton {
1669
+ -webkit-appearance: none;
1670
+ -moz-appearance: none;
1671
+ appearance: none;
1672
+ background: none;
1673
+ border: 0;
1674
+ margin: 0;
1675
+ }
1676
+ .aa-LoadingIndicator {
1677
+ align-items: center;
1678
+ display: flex;
1679
+ justify-content: center;
1680
+ }
1681
+ .aa-LoadingIndicator[hidden] {
1682
+ display: none;
1683
+ }
1684
+ .aa-InputWrapper {
1685
+ order: 3;
1686
+ position: relative;
1687
+ width: 100%;
1688
+ }
1689
+ .aa-Input {
1690
+ -webkit-appearance: none;
1691
+ -moz-appearance: none;
1692
+ appearance: none;
1693
+ background: none;
1694
+ border: 0;
1695
+ color: rgba(38, 38, 39, 1);
1696
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
1697
+ font: inherit;
1698
+ height: 44px;
1699
+ height: var(--aa-search-input-height);
1700
+ padding: 0;
1701
+ width: 100%;
1702
+ }
1703
+ .aa-Input::-moz-placeholder {
1704
+ color: rgba(128, 126, 163, 0.6);
1705
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
1706
+ opacity: 1;
1707
+ }
1708
+ .aa-Input::placeholder {
1709
+ color: rgba(128, 126, 163, 0.6);
1710
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
1711
+ opacity: 1;
1712
+ }
1713
+ .aa-Input:focus {
1714
+ border-color: none;
1715
+ box-shadow: none;
1716
+ outline: none;
1717
+ }
1718
+ .aa-Input::-webkit-search-decoration, .aa-Input::-webkit-search-cancel-button, .aa-Input::-webkit-search-results-button, .aa-Input::-webkit-search-results-decoration {
1719
+ -webkit-appearance: none;
1720
+ appearance: none;
1721
+ }
1722
+ .aa-InputWrapperSuffix {
1723
+ align-items: center;
1724
+ display: flex;
1725
+ height: 44px;
1726
+ height: var(--aa-search-input-height);
1727
+ order: 4;
1728
+ }
1729
+ .aa-ClearButton {
1730
+ align-items: center;
1731
+ background: none;
1732
+ border: 0;
1733
+ color: rgba(128, 126, 163, 0.6);
1734
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
1735
+ cursor: pointer;
1736
+ display: flex;
1737
+ height: 100%;
1738
+ margin: 0;
1739
+ padding: 0 calc((16 * 1 * 1px) * 0.8333333333 - 0.5px);
1740
+ padding: 0 calc(calc(16 * 1 * 1px) * 0.8333333333 - 0.5px);
1741
+ padding: 0 calc(var(--aa-spacing) * 0.8333333333 - 0.5px);
1742
+ }
1743
+ @media (hover: none) and (pointer: coarse) {
1744
+ .aa-ClearButton {
1745
+ padding: 0 calc((16 * 1 * 1px) * 0.6666666667 - 0.5px);
1746
+ padding: 0 calc(calc(16 * 1 * 1px) * 0.6666666667 - 0.5px);
1747
+ padding: 0 calc(var(--aa-spacing) * 0.6666666667 - 0.5px);
1748
+ }
1749
+ }
1750
+ .aa-ClearButton:hover, .aa-ClearButton:focus {
1751
+ color: rgba(38, 38, 39, 1);
1752
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
1753
+ }
1754
+ .aa-ClearButton[hidden] {
1755
+ display: none;
1756
+ }
1757
+ .aa-ClearButton svg {
1758
+ stroke-width: 1.6;
1759
+ stroke-width: var(--aa-icon-stroke-width);
1760
+ width: 20px;
1761
+ width: var(--aa-icon-size);
1762
+ }
1763
+ .aa-Panel {
1764
+ background-color: rgba(255, 255, 255, 1);
1765
+ background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
1766
+ border-radius: calc((16 * 1 * 1px) / 4);
1767
+ border-radius: calc(calc(16 * 1 * 1px) / 4);
1768
+ border-radius: calc(var(--aa-spacing) / 4);
1769
+ box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
1770
+ box-shadow: var(--aa-panel-shadow);
1771
+ margin: 8px 0 0;
1772
+ overflow: hidden;
1773
+ position: absolute;
1774
+ transition: opacity 200ms ease-in, filter 200ms ease-in;
1775
+ }
1776
+ @media screen and (prefers-reduced-motion) {
1777
+ .aa-Panel {
1778
+ transition: none;
1779
+ }
1780
+ }
1781
+ .aa-Panel button {
1782
+ -webkit-appearance: none;
1783
+ -moz-appearance: none;
1784
+ appearance: none;
1785
+ background: none;
1786
+ border: 0;
1787
+ margin: 0;
1788
+ padding: 0;
1789
+ }
1790
+ .aa-PanelLayout {
1791
+ height: 100%;
1792
+ margin: 0;
1793
+ max-height: 650px;
1794
+ max-height: var(--aa-panel-max-height);
1795
+ overflow-y: auto;
1796
+ padding: 0;
1797
+ position: relative;
1798
+ text-align: left;
1799
+ }
1800
+ .aa-PanelLayoutColumns--twoGolden {
1801
+ display: grid;
1802
+ grid-template-columns: 39.2% auto;
1803
+ overflow: hidden;
1804
+ padding: 0;
1805
+ }
1806
+ .aa-PanelLayoutColumns--two {
1807
+ display: grid;
1808
+ grid-template-columns: repeat(2, minmax(0, 1fr));
1809
+ overflow: hidden;
1810
+ padding: 0;
1811
+ }
1812
+ .aa-PanelLayoutColumns--three {
1813
+ display: grid;
1814
+ grid-template-columns: repeat(3, minmax(0, 1fr));
1815
+ overflow: hidden;
1816
+ padding: 0;
1817
+ }
1818
+ .aa-Panel--stalled .aa-Source {
1819
+ filter: grayscale(1);
1820
+ opacity: 0.8;
1821
+ }
1822
+ .aa-Panel--scrollable {
1823
+ margin: 0;
1824
+ max-height: 650px;
1825
+ max-height: var(--aa-panel-max-height);
1826
+ overflow-x: hidden;
1827
+ overflow-y: auto;
1828
+ padding: calc((16 * 1 * 1px) / 2);
1829
+ padding: calc(calc(16 * 1 * 1px) / 2);
1830
+ padding: var(--aa-spacing-half);
1831
+ scrollbar-color: rgba(255, 255, 255, 1) rgba(234, 234, 234, 1);
1832
+ scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
1833
+ scrollbar-width: thin;
1834
+ }
1835
+ .aa-Panel--scrollable::-webkit-scrollbar {
1836
+ width: 13px;
1837
+ width: var(--aa-scrollbar-width);
1838
+ }
1839
+ .aa-Panel--scrollable::-webkit-scrollbar-track {
1840
+ background-color: rgba(234, 234, 234, 1);
1841
+ background-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
1842
+ }
1843
+ .aa-Panel--scrollable::-webkit-scrollbar-thumb {
1844
+ background-color: rgba(255, 255, 255, 1);
1845
+ background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb), var(--aa-scrollbar-thumb-background-color-alpha));
1846
+ border-color: rgba(234, 234, 234, 1);
1847
+ border-color: rgba(var(--aa-scrollbar-track-background-color-rgb), var(--aa-scrollbar-track-background-color-alpha));
1848
+ border-radius: 9999px;
1849
+ border-style: solid;
1850
+ border-width: 3px 2px 3px 3px;
1851
+ }
1852
+ .aa-Source {
1853
+ margin: 0;
1854
+ padding: 0;
1855
+ position: relative;
1856
+ width: 100%;
1857
+ }
1858
+ .aa-Source:empty {
1859
+ display: none;
1860
+ }
1861
+ .aa-SourceNoResults {
1862
+ font-size: 1em;
1863
+ margin: 0;
1864
+ padding: calc(16 * 1 * 1px);
1865
+ padding: var(--aa-spacing);
1866
+ }
1867
+ .aa-List {
1868
+ list-style: none;
1869
+ margin: 0;
1870
+ padding: 0;
1871
+ position: relative;
1872
+ }
1873
+ .aa-SourceHeader {
1874
+ margin: calc((16 * 1 * 1px) / 2) 0.5em calc((16 * 1 * 1px) / 2) 0;
1875
+ margin: calc(calc(16 * 1 * 1px) / 2) 0.5em calc(calc(16 * 1 * 1px) / 2) 0;
1876
+ margin: var(--aa-spacing-half) 0.5em var(--aa-spacing-half) 0;
1877
+ padding: 0;
1878
+ position: relative;
1879
+ }
1880
+ .aa-SourceHeader:empty {
1881
+ display: none;
1882
+ }
1883
+ .aa-SourceHeaderTitle {
1884
+ background: rgba(255, 255, 255, 1);
1885
+ background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
1886
+ color: rgba(62, 52, 211, 1);
1887
+ color: rgba(var(--aa-primary-color-rgb), 1);
1888
+ display: inline-block;
1889
+ font-size: 0.8em;
1890
+ font-weight: 600;
1891
+ font-weight: var(--aa-font-weight-semibold);
1892
+ margin: 0;
1893
+ padding: 0 calc((16 * 1 * 1px) / 2) 0 0;
1894
+ padding: 0 calc(calc(16 * 1 * 1px) / 2) 0 0;
1895
+ padding: 0 var(--aa-spacing-half) 0 0;
1896
+ position: relative;
1897
+ z-index: 9999;
1898
+ z-index: var(--aa-base-z-index);
1899
+ }
1900
+ .aa-SourceHeaderLine {
1901
+ border-bottom: solid 1px rgba(62, 52, 211, 1);
1902
+ border-bottom: solid 1px rgba(var(--aa-primary-color-rgb), 1);
1903
+ display: block;
1904
+ height: 2px;
1905
+ left: 0;
1906
+ margin: 0;
1907
+ opacity: 0.3;
1908
+ padding: 0;
1909
+ position: absolute;
1910
+ right: 0;
1911
+ top: calc((16 * 1 * 1px) / 2);
1912
+ top: calc(calc(16 * 1 * 1px) / 2);
1913
+ top: var(--aa-spacing-half);
1914
+ z-index: calc(9999 - 1);
1915
+ z-index: calc(var(--aa-base-z-index) - 1);
1916
+ }
1917
+ .aa-SourceFooterSeeAll {
1918
+ background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(128, 126, 163, 0.14));
1919
+ background: linear-gradient(180deg, rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha)), rgba(128, 126, 163, 0.14));
1920
+ border: 1px solid rgba(128, 126, 163, 0.6);
1921
+ border: 1px solid rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
1922
+ border-radius: 5px;
1923
+ box-shadow: inset 0 0 2px #fff, 0 2px 2px -1px rgba(76, 69, 88, 0.15);
1924
+ color: inherit;
1925
+ font-size: 0.95em;
1926
+ font-weight: 500;
1927
+ font-weight: var(--aa-font-weight-medium);
1928
+ padding: 0.475em 1em 0.6em;
1929
+ -webkit-text-decoration: none;
1930
+ text-decoration: none;
1931
+ }
1932
+ .aa-SourceFooterSeeAll:focus, .aa-SourceFooterSeeAll:hover {
1933
+ border: 1px solid rgba(62, 52, 211, 1);
1934
+ border: 1px solid rgba(var(--aa-primary-color-rgb), 1);
1935
+ color: rgba(62, 52, 211, 1);
1936
+ color: rgba(var(--aa-primary-color-rgb), 1);
1937
+ }
1938
+ .aa-Item {
1939
+ align-items: center;
1940
+ border-radius: 3px;
1941
+ cursor: pointer;
1942
+ display: grid;
1943
+ min-height: calc((16 * 1 * 1px) * 2.5);
1944
+ min-height: calc(calc(16 * 1 * 1px) * 2.5);
1945
+ min-height: calc(var(--aa-spacing) * 2.5);
1946
+ padding: calc(((16 * 1 * 1px) / 2) / 2);
1947
+ padding: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
1948
+ padding: calc(var(--aa-spacing-half) / 2);
1949
+ }
1950
+ .aa-Item[aria-selected=true] {
1951
+ background-color: rgba(179, 173, 214, 0.205);
1952
+ background-color: rgba(var(--aa-selected-color-rgb), var(--aa-selected-color-alpha));
1953
+ }
1954
+ .aa-Item[aria-selected=true] .aa-ItemActionButton, .aa-Item[aria-selected=true] .aa-ActiveOnly {
1955
+ visibility: visible;
1956
+ }
1957
+ .aa-ItemIcon {
1958
+ align-items: center;
1959
+ background: rgba(255, 255, 255, 1);
1960
+ background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
1961
+ border-radius: 3px;
1962
+ box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
1963
+ box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
1964
+ color: rgba(119, 119, 163, 1);
1965
+ color: rgba(var(--aa-icon-color-rgb), var(--aa-icon-color-alpha));
1966
+ display: flex;
1967
+ flex-shrink: 0;
1968
+ font-size: 0.7em;
1969
+ height: calc(20px + ((16 * 1 * 1px) / 2));
1970
+ height: calc(20px + calc(calc(16 * 1 * 1px) / 2));
1971
+ height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
1972
+ justify-content: center;
1973
+ overflow: hidden;
1974
+ stroke-width: 1.6;
1975
+ stroke-width: var(--aa-icon-stroke-width);
1976
+ text-align: center;
1977
+ width: calc(20px + ((16 * 1 * 1px) / 2));
1978
+ width: calc(20px + calc(calc(16 * 1 * 1px) / 2));
1979
+ width: calc(var(--aa-icon-size) + var(--aa-spacing-half));
1980
+ }
1981
+ .aa-ItemIcon img {
1982
+ height: auto;
1983
+ max-height: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
1984
+ max-height: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
1985
+ max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
1986
+ max-width: calc(20px + ((16 * 1 * 1px) / 2) - 8px);
1987
+ max-width: calc(20px + calc(calc(16 * 1 * 1px) / 2) - 8px);
1988
+ max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
1989
+ width: auto;
1990
+ }
1991
+ .aa-ItemIcon svg {
1992
+ height: 20px;
1993
+ height: var(--aa-icon-size);
1994
+ width: 20px;
1995
+ width: var(--aa-icon-size);
1996
+ }
1997
+ .aa-ItemIcon--alignTop {
1998
+ align-self: flex-start;
1999
+ }
2000
+ .aa-ItemIcon--noBorder {
2001
+ background: none;
2002
+ box-shadow: none;
2003
+ }
2004
+ .aa-ItemIcon--picture {
2005
+ height: 96px;
2006
+ width: 96px;
2007
+ }
2008
+ .aa-ItemIcon--picture img {
2009
+ max-height: 100%;
2010
+ max-width: 100%;
2011
+ padding: calc((16 * 1 * 1px) / 2);
2012
+ padding: calc(calc(16 * 1 * 1px) / 2);
2013
+ padding: var(--aa-spacing-half);
2014
+ }
2015
+ .aa-ItemContent {
2016
+ align-items: center;
2017
+ cursor: pointer;
2018
+ display: grid;
2019
+ gap: calc((16 * 1 * 1px) / 2);
2020
+ gap: calc(calc(16 * 1 * 1px) / 2);
2021
+ grid-gap: calc((16 * 1 * 1px) / 2);
2022
+ grid-gap: calc(calc(16 * 1 * 1px) / 2);
2023
+ grid-gap: var(--aa-spacing-half);
2024
+ gap: var(--aa-spacing-half);
2025
+ grid-auto-flow: column;
2026
+ line-height: 1.25em;
2027
+ overflow: hidden;
2028
+ }
2029
+ .aa-ItemContent:empty {
2030
+ display: none;
2031
+ }
2032
+ .aa-ItemContent mark {
2033
+ background: none;
2034
+ color: rgba(38, 38, 39, 1);
2035
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2036
+ font-style: normal;
2037
+ font-weight: 700;
2038
+ font-weight: var(--aa-font-weight-bold);
2039
+ }
2040
+ .aa-ItemContent--dual {
2041
+ display: flex;
2042
+ flex-direction: column;
2043
+ justify-content: space-between;
2044
+ text-align: left;
2045
+ }
2046
+ .aa-ItemContent--dual .aa-ItemContentTitle, .aa-ItemContent--dual .aa-ItemContentSubtitle {
2047
+ display: block;
2048
+ }
2049
+ .aa-ItemContent--indented {
2050
+ padding-left: calc(20px + (16 * 1 * 1px));
2051
+ padding-left: calc(20px + calc(16 * 1 * 1px));
2052
+ padding-left: calc(var(--aa-icon-size) + var(--aa-spacing));
2053
+ }
2054
+ .aa-ItemContentBody {
2055
+ display: grid;
2056
+ gap: calc(((16 * 1 * 1px) / 2) / 2);
2057
+ gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
2058
+ grid-gap: calc(((16 * 1 * 1px) / 2) / 2);
2059
+ grid-gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
2060
+ grid-gap: calc(var(--aa-spacing-half) / 2);
2061
+ gap: calc(var(--aa-spacing-half) / 2);
2062
+ }
2063
+ .aa-ItemContentTitle {
2064
+ display: inline-block;
2065
+ margin: 0 0.5em 0 0;
2066
+ max-width: 100%;
2067
+ overflow: hidden;
2068
+ padding: 0;
2069
+ text-overflow: ellipsis;
2070
+ white-space: nowrap;
2071
+ }
2072
+ .aa-ItemContentSubtitle {
2073
+ font-size: 0.92em;
2074
+ }
2075
+ .aa-ItemContentSubtitleIcon::before {
2076
+ border-color: rgba(128, 126, 163, 0.64);
2077
+ border-color: rgba(var(--aa-muted-color-rgb), 0.64);
2078
+ border-style: solid;
2079
+ content: "";
2080
+ display: inline-block;
2081
+ left: 1px;
2082
+ position: relative;
2083
+ top: -3px;
2084
+ }
2085
+ .aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon::before {
2086
+ border-width: 0 0 1.5px;
2087
+ margin-left: calc((16 * 1 * 1px) / 2);
2088
+ margin-left: calc(calc(16 * 1 * 1px) / 2);
2089
+ margin-left: var(--aa-spacing-half);
2090
+ margin-right: calc(((16 * 1 * 1px) / 2) / 2);
2091
+ margin-right: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
2092
+ margin-right: calc(var(--aa-spacing-half) / 2);
2093
+ width: calc(((16 * 1 * 1px) / 2) + 2px);
2094
+ width: calc(calc(calc(16 * 1 * 1px) / 2) + 2px);
2095
+ width: calc(var(--aa-spacing-half) + 2px);
2096
+ }
2097
+ .aa-ItemContentSubtitle--standalone {
2098
+ align-items: center;
2099
+ color: rgba(38, 38, 39, 1);
2100
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2101
+ display: grid;
2102
+ gap: calc((16 * 1 * 1px) / 2);
2103
+ gap: calc(calc(16 * 1 * 1px) / 2);
2104
+ grid-gap: calc((16 * 1 * 1px) / 2);
2105
+ grid-gap: calc(calc(16 * 1 * 1px) / 2);
2106
+ grid-gap: var(--aa-spacing-half);
2107
+ gap: var(--aa-spacing-half);
2108
+ grid-auto-flow: column;
2109
+ justify-content: start;
2110
+ }
2111
+ .aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon::before {
2112
+ border-radius: 0 0 0 3px;
2113
+ border-width: 0 0 1.5px 1.5px;
2114
+ height: calc((16 * 1 * 1px) / 2);
2115
+ height: calc(calc(16 * 1 * 1px) / 2);
2116
+ height: var(--aa-spacing-half);
2117
+ width: calc((16 * 1 * 1px) / 2);
2118
+ width: calc(calc(16 * 1 * 1px) / 2);
2119
+ width: var(--aa-spacing-half);
2120
+ }
2121
+ .aa-ItemContentSubtitleCategory {
2122
+ color: rgba(128, 126, 163, 1);
2123
+ color: rgba(var(--aa-muted-color-rgb), 1);
2124
+ font-weight: 500;
2125
+ }
2126
+ .aa-ItemContentDescription {
2127
+ color: rgba(38, 38, 39, 1);
2128
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2129
+ font-size: 0.85em;
2130
+ max-width: 100%;
2131
+ overflow-x: hidden;
2132
+ text-overflow: ellipsis;
2133
+ }
2134
+ .aa-ItemContentDescription:empty {
2135
+ display: none;
2136
+ }
2137
+ .aa-ItemContentDescription mark {
2138
+ background: rgba(245, 223, 77, 0.5);
2139
+ background: rgba(var(--aa-description-highlight-background-color-rgb), var(--aa-description-highlight-background-color-alpha));
2140
+ color: rgba(38, 38, 39, 1);
2141
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2142
+ font-style: normal;
2143
+ font-weight: 500;
2144
+ font-weight: var(--aa-font-weight-medium);
2145
+ }
2146
+ .aa-ItemContentDash {
2147
+ color: rgba(128, 126, 163, 0.6);
2148
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
2149
+ display: none;
2150
+ opacity: 0.4;
2151
+ }
2152
+ .aa-ItemContentTag {
2153
+ background-color: rgba(62, 52, 211, 0.2);
2154
+ background-color: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha));
2155
+ border-radius: 3px;
2156
+ margin: 0 0.4em 0 0;
2157
+ padding: 0.08em 0.3em;
2158
+ }
2159
+ .aa-ItemWrapper, .aa-ItemLink {
2160
+ align-items: center;
2161
+ color: inherit;
2162
+ display: grid;
2163
+ gap: calc(((16 * 1 * 1px) / 2) / 2);
2164
+ gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
2165
+ grid-gap: calc(((16 * 1 * 1px) / 2) / 2);
2166
+ grid-gap: calc(calc(calc(16 * 1 * 1px) / 2) / 2);
2167
+ grid-gap: calc(var(--aa-spacing-half) / 2);
2168
+ gap: calc(var(--aa-spacing-half) / 2);
2169
+ grid-auto-flow: column;
2170
+ justify-content: space-between;
2171
+ width: 100%;
2172
+ }
2173
+ .aa-ItemLink {
2174
+ color: inherit;
2175
+ -webkit-text-decoration: none;
2176
+ text-decoration: none;
2177
+ }
2178
+ .aa-ItemActions {
2179
+ display: grid;
2180
+ grid-auto-flow: column;
2181
+ height: 100%;
2182
+ justify-self: end;
2183
+ margin: 0 calc((16 * 1 * 1px) / -3);
2184
+ margin: 0 calc(calc(16 * 1 * 1px) / -3);
2185
+ margin: 0 calc(var(--aa-spacing) / -3);
2186
+ padding: 0 2px 0 0;
2187
+ }
2188
+ .aa-ItemActionButton {
2189
+ align-items: center;
2190
+ background: none;
2191
+ border: 0;
2192
+ color: rgba(128, 126, 163, 0.6);
2193
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
2194
+ cursor: pointer;
2195
+ display: flex;
2196
+ flex-shrink: 0;
2197
+ padding: 0;
2198
+ }
2199
+ .aa-ItemActionButton:hover svg, .aa-ItemActionButton:focus svg {
2200
+ color: rgba(38, 38, 39, 1);
2201
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2202
+ }
2203
+ @media (hover: none) and (pointer: coarse) {
2204
+ .aa-ItemActionButton:hover svg, .aa-ItemActionButton:focus svg {
2205
+ color: inherit;
2206
+ }
2207
+ }
2208
+ .aa-ItemActionButton svg {
2209
+ color: rgba(128, 126, 163, 0.6);
2210
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
2211
+ margin: 0;
2212
+ margin: calc(calc(16 * 1 * 1px) / 3);
2213
+ margin: calc(var(--aa-spacing) / 3);
2214
+ stroke-width: 1.6;
2215
+ stroke-width: var(--aa-icon-stroke-width);
2216
+ width: 20px;
2217
+ width: var(--aa-action-icon-size);
2218
+ }
2219
+ .aa-ActiveOnly {
2220
+ visibility: hidden;
2221
+ }
2222
+ .aa-PanelHeader {
2223
+ align-items: center;
2224
+ background: rgba(62, 52, 211, 1);
2225
+ background: rgba(var(--aa-primary-color-rgb), 1);
2226
+ color: #fff;
2227
+ display: grid;
2228
+ height: var(--aa-modal-header-height);
2229
+ margin: 0;
2230
+ padding: calc((16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
2231
+ padding: calc(calc(16 * 1 * 1px) / 2) calc(16 * 1 * 1px);
2232
+ padding: var(--aa-spacing-half) var(--aa-spacing);
2233
+ position: relative;
2234
+ }
2235
+ .aa-PanelHeader::after {
2236
+ background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
2237
+ background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
2238
+ bottom: calc(((16 * 1 * 1px) / 2) * -1);
2239
+ bottom: calc(calc(calc(16 * 1 * 1px) / 2) * -1);
2240
+ bottom: calc(var(--aa-spacing-half) * -1);
2241
+ content: "";
2242
+ height: calc((16 * 1 * 1px) / 2);
2243
+ height: calc(calc(16 * 1 * 1px) / 2);
2244
+ height: var(--aa-spacing-half);
2245
+ left: 0;
2246
+ pointer-events: none;
2247
+ position: absolute;
2248
+ right: 0;
2249
+ z-index: 9999;
2250
+ z-index: var(--aa-base-z-index);
2251
+ }
2252
+ .aa-PanelFooter {
2253
+ background-color: rgba(255, 255, 255, 1);
2254
+ background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
2255
+ box-shadow: inset 0 1px 0 rgba(128, 126, 163, 0.3);
2256
+ box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
2257
+ display: flex;
2258
+ justify-content: space-between;
2259
+ margin: 0;
2260
+ padding: calc(16 * 1 * 1px);
2261
+ padding: var(--aa-spacing);
2262
+ position: relative;
2263
+ z-index: 9999;
2264
+ z-index: var(--aa-base-z-index);
2265
+ }
2266
+ .aa-PanelFooter::after {
2267
+ background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(128, 126, 163, 0.6));
2268
+ background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha)));
2269
+ content: "";
2270
+ height: calc(16 * 1 * 1px);
2271
+ height: var(--aa-spacing);
2272
+ left: 0;
2273
+ opacity: 0.12;
2274
+ pointer-events: none;
2275
+ position: absolute;
2276
+ right: 0;
2277
+ top: calc((16 * 1 * 1px) * -1);
2278
+ top: calc(calc(16 * 1 * 1px) * -1);
2279
+ top: calc(var(--aa-spacing) * -1);
2280
+ z-index: calc(9999 - 1);
2281
+ z-index: calc(var(--aa-base-z-index) - 1);
2282
+ }
2283
+ .aa-DetachedContainer {
2284
+ background: rgba(255, 255, 255, 1);
2285
+ background: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
2286
+ bottom: 0;
2287
+ box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);
2288
+ box-shadow: var(--aa-panel-shadow);
2289
+ display: flex;
2290
+ flex-direction: column;
2291
+ left: 0;
2292
+ margin: 0;
2293
+ overflow: hidden;
2294
+ padding: 0;
2295
+ position: fixed;
2296
+ right: 0;
2297
+ top: 0;
2298
+ z-index: 9999;
2299
+ z-index: var(--aa-base-z-index);
2300
+ }
2301
+ .aa-DetachedContainer::after {
2302
+ height: 32px;
2303
+ }
2304
+ .aa-DetachedContainer .aa-SourceHeader {
2305
+ margin: calc((16 * 1 * 1px) / 2) 0 calc((16 * 1 * 1px) / 2) 2px;
2306
+ margin: calc(calc(16 * 1 * 1px) / 2) 0 calc(calc(16 * 1 * 1px) / 2) 2px;
2307
+ margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px;
2308
+ }
2309
+ .aa-DetachedContainer .aa-Panel {
2310
+ background-color: rgba(255, 255, 255, 1);
2311
+ background-color: rgba(var(--aa-background-color-rgb), var(--aa-background-color-alpha));
2312
+ border-radius: 0;
2313
+ box-shadow: none;
2314
+ flex-grow: 1;
2315
+ margin: 0;
2316
+ padding: 0;
2317
+ position: relative;
2318
+ }
2319
+ .aa-DetachedContainer .aa-PanelLayout {
2320
+ bottom: 0;
2321
+ box-shadow: none;
2322
+ left: 0;
2323
+ margin: 0;
2324
+ max-height: none;
2325
+ overflow-y: auto;
2326
+ position: absolute;
2327
+ right: 0;
2328
+ top: 0;
2329
+ width: 100%;
2330
+ }
2331
+ .aa-DetachedFormContainer {
2332
+ border-bottom: solid 1px rgba(128, 126, 163, 0.3);
2333
+ border-bottom: solid 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
2334
+ display: flex;
2335
+ flex-direction: row;
2336
+ justify-content: space-between;
2337
+ margin: 0;
2338
+ padding: calc((16 * 1 * 1px) / 2);
2339
+ padding: calc(calc(16 * 1 * 1px) / 2);
2340
+ padding: var(--aa-spacing-half);
2341
+ }
2342
+ .aa-DetachedCancelButton {
2343
+ background: none;
2344
+ border: 0;
2345
+ border-radius: 3px;
2346
+ color: inherit;
2347
+ color: rgba(38, 38, 39, 1);
2348
+ color: rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));
2349
+ cursor: pointer;
2350
+ font: inherit;
2351
+ margin: 0 0 0 calc((16 * 1 * 1px) / 2);
2352
+ margin: 0 0 0 calc(calc(16 * 1 * 1px) / 2);
2353
+ margin: 0 0 0 var(--aa-spacing-half);
2354
+ padding: 0 calc((16 * 1 * 1px) / 2);
2355
+ padding: 0 calc(calc(16 * 1 * 1px) / 2);
2356
+ padding: 0 var(--aa-spacing-half);
2357
+ }
2358
+ .aa-DetachedCancelButton:hover, .aa-DetachedCancelButton:focus {
2359
+ box-shadow: inset 0 0 0 1px rgba(128, 126, 163, 0.3);
2360
+ box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb), var(--aa-panel-border-color-alpha));
2361
+ }
2362
+ .aa-DetachedContainer--modal {
2363
+ border-radius: 6px;
2364
+ bottom: inherit;
2365
+ height: auto;
2366
+ margin: 0 auto;
2367
+ max-width: 680px;
2368
+ max-width: var(--aa-detached-modal-max-width);
2369
+ position: absolute;
2370
+ top: 3%;
2371
+ }
2372
+ .aa-DetachedContainer--modal .aa-PanelLayout {
2373
+ max-height: 500px;
2374
+ max-height: var(--aa-detached-modal-max-height);
2375
+ padding-bottom: calc((16 * 1 * 1px) / 2);
2376
+ padding-bottom: calc(calc(16 * 1 * 1px) / 2);
2377
+ padding-bottom: var(--aa-spacing-half);
2378
+ position: static;
2379
+ }
2380
+ .aa-DetachedContainer--modal .aa-PanelLayout:empty {
2381
+ display: none;
2382
+ }
2383
+ .aa-DetachedSearchButton {
2384
+ align-items: center;
2385
+ background-color: rgba(255, 255, 255, 1);
2386
+ background-color: rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));
2387
+ border: 1px solid rgba(128, 126, 163, 0.8);
2388
+ border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));
2389
+ border-radius: 3px;
2390
+ color: rgba(128, 126, 163, 0.6);
2391
+ color: rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));
2392
+ cursor: pointer;
2393
+ display: flex;
2394
+ font: inherit;
2395
+ font-family: inherit;
2396
+ font-family: var(--aa-font-family);
2397
+ font-size: calc(16 * 1px);
2398
+ font-size: var(--aa-font-size);
2399
+ height: 44px;
2400
+ height: var(--aa-search-input-height);
2401
+ margin: 0;
2402
+ padding: 0 calc(44px / 8);
2403
+ padding: 0 calc(var(--aa-search-input-height) / 8);
2404
+ position: relative;
2405
+ text-align: left;
2406
+ width: 100%;
2407
+ }
2408
+ .aa-DetachedSearchButton:focus {
2409
+ border-color: rgba(62, 52, 211, 1);
2410
+ border-color: rgba(var(--aa-primary-color-rgb), 1);
2411
+ box-shadow: rgba(62, 52, 211, 0.2) 0 0 0 3px, inset rgba(62, 52, 211, 0.2) 0 0 0 2px;
2412
+ box-shadow: rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 3px, inset rgba(var(--aa-primary-color-rgb), var(--aa-primary-color-alpha)) 0 0 0 2px;
2413
+ outline: currentColor none medium;
2414
+ }
2415
+ .aa-DetachedSearchButtonIcon {
2416
+ align-items: center;
2417
+ color: rgba(62, 52, 211, 1);
2418
+ color: rgba(var(--aa-primary-color-rgb), 1);
2419
+ cursor: auto;
2420
+ cursor: initial;
2421
+ display: flex;
2422
+ flex-shrink: 0;
2423
+ height: 100%;
2424
+ justify-content: center;
2425
+ width: calc(20px + (16 * 1 * 1px));
2426
+ width: calc(20px + calc(16 * 1 * 1px));
2427
+ width: calc(var(--aa-icon-size) + var(--aa-spacing));
2428
+ }
2429
+ .aa-DetachedSearchButtonQuery {
2430
+ color: rgba(38, 38, 39, 1);
2431
+ color: rgba(var(--aa-text-color-rgb), 1);
2432
+ line-height: 1.25em;
2433
+ overflow: hidden;
2434
+ text-overflow: ellipsis;
2435
+ white-space: nowrap;
2436
+ }
2437
+ .aa-DetachedSearchButtonPlaceholder[hidden] {
2438
+ display: none;
2439
+ }
2440
+ .aa-Detached {
2441
+ height: 100vh;
2442
+ overflow: hidden;
2443
+ }
2444
+ .aa-DetachedOverlay {
2445
+ background-color: rgba(115, 114, 129, 0.4);
2446
+ background-color: rgba(var(--aa-overlay-color-rgb), var(--aa-overlay-color-alpha));
2447
+ height: 100vh;
2448
+ left: 0;
2449
+ margin: 0;
2450
+ padding: 0;
2451
+ position: fixed;
2452
+ right: 0;
2453
+ top: 0;
2454
+ z-index: calc(9999 - 1);
2455
+ z-index: calc(var(--aa-base-z-index) - 1);
2456
+ }
2457
+ .aa-GradientTop, .aa-GradientBottom {
2458
+ height: calc((16 * 1 * 1px) / 2);
2459
+ height: calc(calc(16 * 1 * 1px) / 2);
2460
+ height: var(--aa-spacing-half);
2461
+ left: 0;
2462
+ pointer-events: none;
2463
+ position: absolute;
2464
+ right: 0;
2465
+ z-index: 9999;
2466
+ z-index: var(--aa-base-z-index);
2467
+ }
2468
+ .aa-GradientTop {
2469
+ background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
2470
+ background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 1), rgba(var(--aa-background-color-rgb), 0));
2471
+ top: 0;
2472
+ }
2473
+ .aa-GradientBottom {
2474
+ background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
2475
+ background-image: linear-gradient(rgba(var(--aa-background-color-rgb), 0), rgba(var(--aa-background-color-rgb), 1));
2476
+ border-bottom-left-radius: calc((16 * 1 * 1px) / 4);
2477
+ border-bottom-left-radius: calc(calc(16 * 1 * 1px) / 4);
2478
+ border-bottom-left-radius: calc(var(--aa-spacing) / 4);
2479
+ border-bottom-right-radius: calc((16 * 1 * 1px) / 4);
2480
+ border-bottom-right-radius: calc(calc(16 * 1 * 1px) / 4);
2481
+ border-bottom-right-radius: calc(var(--aa-spacing) / 4);
2482
+ bottom: 0;
2483
+ }
2484
+ @media (hover: none) and (pointer: coarse) {
2485
+ .aa-DesktopOnly {
2486
+ display: none;
2487
+ }
2488
+ }
2489
+ @media (hover: hover) {
2490
+ .aa-TouchOnly {
2491
+ display: none;
2492
+ }
2493
+ }
2494
+ @charset "UTF-8";
2495
+ :root {
2496
+ --tagify-dd-color-primary: rgb(53,149,246);
2497
+ --tagify-dd-text-color: black;
2498
+ --tagify-dd-bg-color: white;
2499
+ --tagify-dd-item-pad: .3em .5em;
2500
+ --tagify-dd-max-height: 300px;
2501
+ }
2502
+ .tagify {
2503
+ --tags-disabled-bg: #F1F1F1;
2504
+ --tags-border-color: #DDD;
2505
+ --tags-hover-border-color: #CCC;
2506
+ --tags-focus-border-color: #3595f6;
2507
+ --tag-border-radius: 3px;
2508
+ --tag-bg: #E5E5E5;
2509
+ --tag-hover: #D3E2E2;
2510
+ --tag-text-color: black;
2511
+ --tag-text-color--edit: black;
2512
+ --tag-pad: 0.3em 0.5em;
2513
+ --tag-inset-shadow-size: 1.2em;
2514
+ --tag-invalid-color: #D39494;
2515
+ --tag-invalid-bg: rgba(211, 148, 148, 0.5);
2516
+ --tag--min-width: 1ch;
2517
+ --tag--max-width: 100%;
2518
+ --tag-hide-transition: 0.3s;
2519
+ --tag-remove-bg: rgba(211, 148, 148, 0.3);
2520
+ --tag-remove-btn-color: black;
2521
+ --tag-remove-btn-bg: none;
2522
+ --tag-remove-btn-bg--hover: #c77777;
2523
+ --input-color: inherit;
2524
+ --placeholder-color: rgba(0, 0, 0, 0.4);
2525
+ --placeholder-color-focus: rgba(0, 0, 0, 0.25);
2526
+ --loader-size: .8em;
2527
+ --readonly-striped: 1;
2528
+ display: inline-flex;
2529
+ align-items: flex-start;
2530
+ align-content: baseline;
2531
+ flex-wrap: wrap;
2532
+ border: 1px solid var(--tags-border-color);
2533
+ padding: 0;
2534
+ line-height: 0;
2535
+ outline: 0;
2536
+ position: relative;
2537
+ box-sizing: border-box;
2538
+ transition: .1s;
2539
+ }
2540
+ @keyframes tags--bump {
2541
+ 30% {
2542
+ transform: scale(1.2);
2543
+ }
2544
+ }
2545
+ @keyframes rotateLoader {
2546
+ to {
2547
+ transform: rotate(1turn);
2548
+ }
2549
+ }
2550
+ .tagify:has([contenteditable=true]) {
2551
+ cursor: text;
2552
+ }
2553
+ .tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
2554
+ --tags-border-color: var(--tags-hover-border-color);
2555
+ }
2556
+ .tagify[disabled] {
2557
+ background: var(--tags-disabled-bg);
2558
+ filter: saturate(0);
2559
+ opacity: .5;
2560
+ pointer-events: none;
2561
+ }
2562
+ .tagify[disabled].tagify--empty>.tagify__input::before {
2563
+ position: relative;
2564
+ }
2565
+ .tagify[disabled].tagify--select,.tagify[readonly].tagify--select {
2566
+ pointer-events: none;
2567
+ }
2568
+ .tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty),.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) {
2569
+ cursor: default;
2570
+ }
2571
+ .tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty)>.tagify__input {
2572
+ visibility: hidden;
2573
+ width: 0;
2574
+ margin: 5px 0;
2575
+ }
2576
+ .tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div {
2577
+ padding: var(--tag-pad);
2578
+ }
2579
+ .tagify[disabled]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select):not(.tagify--empty) .tagify__tag>div::before {
2580
+ animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
2581
+ }
2582
+ @keyframes readonlyStyles {
2583
+ 0% {
2584
+ background: linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
2585
+ box-shadow: none;
2586
+ filter: brightness(.95);
2587
+ }
2588
+ }
2589
+ .tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn {
2590
+ display: none;
2591
+ }
2592
+ .tagify--loading .tagify__input>br:last-child {
2593
+ display: none;
2594
+ }
2595
+ .tagify--loading .tagify__input::before {
2596
+ content: none;
2597
+ }
2598
+ .tagify--loading .tagify__input::after {
2599
+ content: "";
2600
+ vertical-align: middle;
2601
+ opacity: 1;
2602
+ width: .7em;
2603
+ height: .7em;
2604
+ width: var(--loader-size);
2605
+ height: var(--loader-size);
2606
+ min-width: 0;
2607
+ border: 3px solid;
2608
+ border-color: #eee #bbb #888 transparent;
2609
+ border-radius: 50%;
2610
+ animation: rotateLoader .4s infinite linear;
2611
+ content: "" !important;
2612
+ margin: -2px 0 -2px .5em;
2613
+ }
2614
+ .tagify--loading .tagify__input:empty::after {
2615
+ margin-left: 0;
2616
+ }
2617
+ .tagify+input,.tagify+textarea {
2618
+ position: absolute !important;
2619
+ left: -9999em !important;
2620
+ transform: scale(0) !important;
2621
+ }
2622
+ .tagify__tag {
2623
+ display: inline-flex;
2624
+ align-items: center;
2625
+ max-width: var(--tag--max-width);
2626
+ margin-inline: 5px 0;
2627
+ margin-block: 5px;
2628
+ position: relative;
2629
+ z-index: 1;
2630
+ outline: 0;
2631
+ line-height: normal;
2632
+ cursor: default;
2633
+ transition: .13s ease-out;
2634
+ }
2635
+ .tagify__tag>div {
2636
+ display: flex;
2637
+ flex: 1;
2638
+ vertical-align: top;
2639
+ box-sizing: border-box;
2640
+ max-width: 100%;
2641
+ padding: var(--tag-pad);
2642
+ color: var(--tag-text-color);
2643
+ line-height: inherit;
2644
+ border-radius: var(--tag-border-radius);
2645
+ white-space: nowrap;
2646
+ transition: .13s ease-out;
2647
+ }
2648
+ .tagify__tag>div>* {
2649
+ white-space: pre-wrap;
2650
+ overflow: hidden;
2651
+ text-overflow: ellipsis;
2652
+ display: inline-block;
2653
+ vertical-align: top;
2654
+ min-width: var(--tag--min-width);
2655
+ max-width: var(--tag--max-width);
2656
+ transition: .8s ease,.1s color;
2657
+ }
2658
+ .tagify__tag>div>[contenteditable] {
2659
+ display: block;
2660
+ outline: 0;
2661
+ -webkit-user-select: text;
2662
+ user-select: text;
2663
+ cursor: text;
2664
+ margin: -2px;
2665
+ padding: 2px;
2666
+ max-width: 350px;
2667
+ }
2668
+ .tagify__tag>div>:only-child {
2669
+ width: 100%;
2670
+ }
2671
+ .tagify__tag>div::before {
2672
+ content: "";
2673
+ position: absolute;
2674
+ border-radius: inherit;
2675
+ inset: var(--tag-bg-inset,0);
2676
+ z-index: -1;
2677
+ pointer-events: none;
2678
+ transition: 120ms ease;
2679
+ animation: tags--bump .3s ease-out 1;
2680
+ box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
2681
+ }
2682
+ .tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before {
2683
+ --tag-bg-inset: -2.5px;
2684
+ --tag-bg: var(--tag-hover);
2685
+ }
2686
+ .tagify__tag--loading {
2687
+ pointer-events: none;
2688
+ }
2689
+ .tagify__tag--loading .tagify__tag__removeBtn {
2690
+ display: none;
2691
+ }
2692
+ .tagify__tag--loading::after {
2693
+ --loader-size: .4em;
2694
+ content: "";
2695
+ vertical-align: middle;
2696
+ opacity: 1;
2697
+ width: .7em;
2698
+ height: .7em;
2699
+ width: var(--loader-size);
2700
+ height: var(--loader-size);
2701
+ min-width: 0;
2702
+ border: 3px solid;
2703
+ border-color: #eee #bbb #888 transparent;
2704
+ border-radius: 50%;
2705
+ animation: rotateLoader .4s infinite linear;
2706
+ margin: 0 .5em 0 -.1em;
2707
+ }
2708
+ .tagify__tag--flash div::before {
2709
+ animation: none;
2710
+ }
2711
+ .tagify__tag--hide {
2712
+ width: 0 !important;
2713
+ padding-left: 0;
2714
+ padding-right: 0;
2715
+ margin-left: 0;
2716
+ margin-right: 0;
2717
+ opacity: 0;
2718
+ transform: scale(0);
2719
+ transition: var(--tag-hide-transition);
2720
+ pointer-events: none;
2721
+ }
2722
+ .tagify__tag--hide>div>* {
2723
+ white-space: nowrap;
2724
+ }
2725
+ .tagify__tag.tagify--noAnim>div::before {
2726
+ animation: none;
2727
+ }
2728
+ .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
2729
+ opacity: .5;
2730
+ }
2731
+ .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
2732
+ --tag-bg: var(--tag-invalid-bg);
2733
+ transition: .2s;
2734
+ }
2735
+ .tagify__tag[readonly] .tagify__tag__removeBtn {
2736
+ display: none;
2737
+ }
2738
+ .tagify__tag[readonly]>div::before {
2739
+ animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
2740
+ }
2741
+ @keyframes readonlyStyles {
2742
+ 0% {
2743
+ background: linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;
2744
+ box-shadow: none;
2745
+ filter: brightness(.95);
2746
+ }
2747
+ }
2748
+ .tagify__tag--editable>div {
2749
+ color: var(--tag-text-color--edit);
2750
+ }
2751
+ .tagify__tag--editable>div::before {
2752
+ box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
2753
+ }
2754
+ .tagify__tag--editable>.tagify__tag__removeBtn {
2755
+ pointer-events: none;
2756
+ opacity: 0;
2757
+ transform: translateX(100%) translateX(5px);
2758
+ }
2759
+ .tagify__tag--editable.tagify--invalid>div::before {
2760
+ box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
2761
+ }
2762
+ .tagify__tag__removeBtn {
2763
+ order: 5;
2764
+ display: inline-flex;
2765
+ align-items: center;
2766
+ justify-content: center;
2767
+ border-radius: 50px;
2768
+ cursor: pointer;
2769
+ font: 14px/1 Arial;
2770
+ background: var(--tag-remove-btn-bg);
2771
+ color: var(--tag-remove-btn-color);
2772
+ width: 14px;
2773
+ height: 14px;
2774
+ margin-inline: auto 4.6666666667px;
2775
+ overflow: hidden;
2776
+ transition: .2s ease-out;
2777
+ }
2778
+ .tagify__tag__removeBtn::after {
2779
+ content: "×";
2780
+ transition: .3s,color 0s;
2781
+ }
2782
+ .tagify__tag__removeBtn:hover {
2783
+ color: #fff;
2784
+ background: var(--tag-remove-btn-bg--hover);
2785
+ }
2786
+ .tagify__tag__removeBtn:hover+div>span {
2787
+ opacity: .5;
2788
+ }
2789
+ .tagify__tag__removeBtn:hover+div::before {
2790
+ box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset !important;
2791
+ transition: box-shadow .2s;
2792
+ }
2793
+ .tagify:not(.tagify--mix) .tagify__input br {
2794
+ display: none;
2795
+ }
2796
+ .tagify:not(.tagify--mix) .tagify__input * {
2797
+ display: inline;
2798
+ white-space: nowrap;
2799
+ }
2800
+ .tagify__input {
2801
+ flex-grow: 1;
2802
+ display: inline-block;
2803
+ min-width: 110px;
2804
+ margin: 5px;
2805
+ padding: var(--tag-pad);
2806
+ line-height: normal;
2807
+ position: relative;
2808
+ white-space: pre-wrap;
2809
+ color: var(--input-color);
2810
+ box-sizing: inherit;
2811
+ overflow: hidden;
2812
+ }
2813
+ .tagify__input:focus {
2814
+ outline: 0;
2815
+ }
2816
+ .tagify__input:focus::before {
2817
+ transition: .2s ease-out;
2818
+ opacity: 0;
2819
+ transform: translatex(6px);
2820
+ }
2821
+ @supports (-ms-ime-align:auto) {
2822
+ .tagify__input:focus::before {
2823
+ display: none;
2824
+ }
2825
+ }
2826
+ .tagify__input:focus:empty::before {
2827
+ transition: .2s ease-out;
2828
+ opacity: 1;
2829
+ transform: none;
2830
+ color: rgba(0,0,0,.25);
2831
+ color: var(--placeholder-color-focus);
2832
+ }
2833
+ @-moz-document url-prefix() {
2834
+ .tagify__input:focus:empty::after {
2835
+ display: none;
2836
+ }
2837
+ }
2838
+ .tagify__input::before {
2839
+ content: attr(data-placeholder);
2840
+ width: 100%;
2841
+ height: 100%;
2842
+ margin: auto 0;
2843
+ z-index: 1;
2844
+ color: var(--placeholder-color);
2845
+ white-space: nowrap;
2846
+ text-overflow: ellipsis;
2847
+ overflow: hidden;
2848
+ pointer-events: none;
2849
+ opacity: 0;
2850
+ position: absolute;
2851
+ }
2852
+ .tagify__input::after {
2853
+ content: attr(data-suggest);
2854
+ display: inline-block;
2855
+ vertical-align: middle;
2856
+ position: absolute;
2857
+ min-width: calc(100% - 1.5em);
2858
+ text-overflow: ellipsis;
2859
+ overflow: hidden;
2860
+ white-space: pre;
2861
+ color: var(--tag-text-color);
2862
+ opacity: .3;
2863
+ pointer-events: none;
2864
+ max-width: 100px;
2865
+ }
2866
+ .tagify__input .tagify__tag {
2867
+ margin: 0 1px;
2868
+ }
2869
+ .tagify--mix {
2870
+ display: block;
2871
+ }
2872
+ .tagify--mix .tagify__input {
2873
+ padding: 5px;
2874
+ margin: 0;
2875
+ width: 100%;
2876
+ height: 100%;
2877
+ line-height: 1.5;
2878
+ display: block;
2879
+ }
2880
+ .tagify--mix .tagify__input::before {
2881
+ height: auto;
2882
+ display: none;
2883
+ line-height: inherit;
2884
+ }
2885
+ .tagify--mix .tagify__input::after {
2886
+ content: none;
2887
+ }
2888
+ .tagify--select {
2889
+ cursor: default;
2890
+ }
2891
+ .tagify--select::after {
2892
+ content: ">";
2893
+ opacity: .5;
2894
+ position: absolute;
2895
+ top: 50%;
2896
+ right: 0;
2897
+ bottom: 0;
2898
+ font: 16px monospace;
2899
+ line-height: 8px;
2900
+ height: 8px;
2901
+ pointer-events: none;
2902
+ transform: translate(-150%,-50%) scaleX(1.2) rotate(90deg);
2903
+ transition: .2s ease-in-out;
2904
+ }
2905
+ .tagify--select[aria-expanded=true]::after {
2906
+ transform: translate(-150%,-50%) rotate(270deg) scaleY(1.2);
2907
+ }
2908
+ .tagify--select[aria-expanded=true] .tagify__tag__removeBtn {
2909
+ pointer-events: none;
2910
+ opacity: 0;
2911
+ transform: translateX(100%) translateX(5px);
2912
+ }
2913
+ .tagify--select .tagify__tag {
2914
+ flex: 1;
2915
+ max-width: none;
2916
+ margin-inline-end: 2em;
2917
+ margin-block: 0;
2918
+ padding-block: 5px;
2919
+ cursor: text;
2920
+ }
2921
+ .tagify--select .tagify__tag div::before {
2922
+ display: none;
2923
+ }
2924
+ .tagify--select .tagify__tag+.tagify__input {
2925
+ display: none;
2926
+ }
2927
+ .tagify--empty .tagify__input::before {
2928
+ transition: .2s ease-out;
2929
+ opacity: 1;
2930
+ transform: none;
2931
+ display: inline-block;
2932
+ width: auto;
2933
+ }
2934
+ .tagify--mix .tagify--empty .tagify__input::before {
2935
+ display: inline-block;
2936
+ }
2937
+ .tagify--focus {
2938
+ --tags-border-color: var(--tags-focus-border-color);
2939
+ transition: 0s;
2940
+ }
2941
+ .tagify--invalid {
2942
+ --tags-border-color: #D39494;
2943
+ }
2944
+ .tagify__dropdown {
2945
+ position: absolute;
2946
+ z-index: 9999;
2947
+ transform: translateY(-1px);
2948
+ border-top: 1px solid var(--tagify-dd-color-primary);
2949
+ overflow: hidden;
2950
+ }
2951
+ .tagify__dropdown[dir=rtl] {
2952
+ transform: translate(-100%,-1px);
2953
+ }
2954
+ .tagify__dropdown[placement=top] {
2955
+ margin-top: 0;
2956
+ transform: translateY(-100%);
2957
+ }
2958
+ .tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
2959
+ border-top-width: 1.1px;
2960
+ border-bottom-width: 0;
2961
+ }
2962
+ .tagify__dropdown[position=text] {
2963
+ box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);
2964
+ font-size: .9em;
2965
+ }
2966
+ .tagify__dropdown[position=text] .tagify__dropdown__wrapper {
2967
+ border-width: 1px;
2968
+ }
2969
+ .tagify__dropdown__wrapper {
2970
+ scroll-behavior: auto;
2971
+ max-height: var(--tagify-dd-max-height);
2972
+ overflow: hidden;
2973
+ overflow-x: hidden;
2974
+ color: var(--tagify-dd-text-color);
2975
+ background: var(--tagify-dd-bg-color);
2976
+ border: 1px solid;
2977
+ border-color: var(--tagify-dd-color-primary);
2978
+ border-bottom-width: 1.5px;
2979
+ border-top-width: 0;
2980
+ box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
2981
+ transition: .3s cubic-bezier(.5,0,.3,1),transform .15s;
2982
+ animation: dd-wrapper-show 0s .3s forwards;
2983
+ }
2984
+ @keyframes dd-wrapper-show {
2985
+ to {
2986
+ overflow-y: auto;
2987
+ }
2988
+ }
2989
+ .tagify__dropdown__header:empty {
2990
+ display: none;
2991
+ }
2992
+ .tagify__dropdown__footer {
2993
+ display: inline-block;
2994
+ margin-top: .5em;
2995
+ padding: var(--tagify-dd-item-pad);
2996
+ font-size: .7em;
2997
+ font-style: italic;
2998
+ opacity: .5;
2999
+ }
3000
+ .tagify__dropdown__footer:empty {
3001
+ display: none;
3002
+ }
3003
+ .tagify__dropdown--initial .tagify__dropdown__wrapper {
3004
+ max-height: 20px;
3005
+ transform: translateY(-1em);
3006
+ }
3007
+ .tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
3008
+ transform: translateY(2em);
3009
+ }
3010
+ .tagify__dropdown__item {
3011
+ box-sizing: border-box;
3012
+ padding: var(--tagify-dd-item-pad);
3013
+ margin: 1px;
3014
+ white-space: pre-wrap;
3015
+ cursor: pointer;
3016
+ border-radius: 2px;
3017
+ outline: 0;
3018
+ max-height: 60px;
3019
+ max-width: 100%;
3020
+ line-height: normal;
3021
+ position: relative;
3022
+ }
3023
+ .tagify__dropdown__item--active {
3024
+ background: var(--tagify-dd-color-primary);
3025
+ color: #fff;
3026
+ }
3027
+ .tagify__dropdown__item:active {
3028
+ filter: brightness(105%);
3029
+ }
3030
+ .tagify__dropdown__item--hidden {
3031
+ padding-top: 0;
3032
+ padding-bottom: 0;
3033
+ margin: 0 1px;
3034
+ pointer-events: none;
3035
+ overflow: hidden;
3036
+ max-height: 0;
3037
+ transition: var(--tagify-dd-item--hidden-duration,.3s) !important;
3038
+ }
3039
+ .tagify__dropdown__item--hidden>* {
3040
+ transform: translateY(-100%);
3041
+ opacity: 0;
3042
+ transition: inherit;
3043
+ }
3044
+ .tagify__dropdown__item--selected::before {
3045
+ content: "✓";
3046
+ font-family: monospace;
3047
+ position: absolute;
3048
+ inset-inline-start: 6px;
3049
+ text-indent: 0;
3050
+ line-height: 1.1;
3051
+ }
3052
+ .tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item {
3053
+ text-indent: 1em;
3054
+ }
3055
+ @charset "UTF-8";
3056
+ trix-editor {
3057
+ border: 1px solid #bbb;
3058
+ border-radius: 3px;
3059
+ margin: 0;
3060
+ padding: 0.4em 0.6em;
3061
+ min-height: 5em;
3062
+ outline: none;
3063
+ }
3064
+ trix-toolbar * {
3065
+ box-sizing: border-box;
3066
+ }
3067
+ trix-toolbar .trix-button-row {
3068
+ display: flex;
3069
+ flex-wrap: nowrap;
3070
+ justify-content: space-between;
3071
+ overflow-x: auto;
3072
+ }
3073
+ trix-toolbar .trix-button-group {
3074
+ display: flex;
3075
+ margin-bottom: 10px;
3076
+ border: 1px solid #bbb;
3077
+ border-top-color: #ccc;
3078
+ border-bottom-color: #888;
3079
+ border-radius: 3px;
3080
+ }
3081
+ trix-toolbar .trix-button-group:not(:first-child) {
3082
+ margin-left: 1.5vw;
3083
+ }
3084
+ @media (max-width: 768px) {
3085
+ trix-toolbar .trix-button-group:not(:first-child) {
3086
+ margin-left: 0;
3087
+ }
3088
+ }
3089
+ trix-toolbar .trix-button-group-spacer {
3090
+ flex-grow: 1;
3091
+ }
3092
+ @media (max-width: 768px) {
3093
+ trix-toolbar .trix-button-group-spacer {
3094
+ display: none;
3095
+ }
3096
+ }
3097
+ trix-toolbar .trix-button {
3098
+ position: relative;
3099
+ float: left;
3100
+ color: rgba(0, 0, 0, 0.6);
3101
+ font-size: 0.75em;
3102
+ font-weight: 600;
3103
+ white-space: nowrap;
3104
+ padding: 0 0.5em;
3105
+ margin: 0;
3106
+ outline: none;
3107
+ border: none;
3108
+ border-bottom: 1px solid #ddd;
3109
+ border-radius: 0;
3110
+ background: transparent;
3111
+ }
3112
+ trix-toolbar .trix-button:not(:first-child) {
3113
+ border-left: 1px solid #ccc;
3114
+ }
3115
+ trix-toolbar .trix-button.trix-active {
3116
+ background: #cbeefa;
3117
+ color: rgb(0, 0, 0);
3118
+ }
3119
+ trix-toolbar .trix-button:not(:disabled) {
3120
+ cursor: pointer;
3121
+ }
3122
+ trix-toolbar .trix-button:disabled {
3123
+ color: rgba(0, 0, 0, 0.125);
3124
+ }
3125
+ @media (max-width: 768px) {
3126
+ trix-toolbar .trix-button {
3127
+ letter-spacing: -0.01em;
3128
+ padding: 0 0.3em;
3129
+ }
3130
+ }
3131
+ trix-toolbar .trix-button--icon {
3132
+ font-size: inherit;
3133
+ width: 2.6em;
3134
+ height: 1.6em;
3135
+ max-width: calc(0.8em + 4vw);
3136
+ text-indent: -9999px;
3137
+ }
3138
+ @media (max-width: 768px) {
3139
+ trix-toolbar .trix-button--icon {
3140
+ height: 2em;
3141
+ max-width: calc(0.8em + 3.5vw);
3142
+ }
3143
+ }
3144
+ trix-toolbar .trix-button--icon::before {
3145
+ display: inline-block;
3146
+ position: absolute;
3147
+ top: 0;
3148
+ right: 0;
3149
+ bottom: 0;
3150
+ left: 0;
3151
+ opacity: 0.6;
3152
+ content: "";
3153
+ background-position: center;
3154
+ background-repeat: no-repeat;
3155
+ background-size: contain;
3156
+ }
3157
+ @media (max-width: 768px) {
3158
+ trix-toolbar .trix-button--icon::before {
3159
+ right: 6%;
3160
+ left: 6%;
3161
+ }
3162
+ }
3163
+ trix-toolbar .trix-button--icon.trix-active::before {
3164
+ opacity: 1;
3165
+ }
3166
+ trix-toolbar .trix-button--icon:disabled::before {
3167
+ opacity: 0.125;
3168
+ }
3169
+ trix-toolbar .trix-button--icon-attach::before {
3170
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
3171
+ top: 8%;
3172
+ bottom: 4%;
3173
+ }
3174
+ trix-toolbar .trix-button--icon-bold::before {
3175
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3176
+ }
3177
+ trix-toolbar .trix-button--icon-italic::before {
3178
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3179
+ }
3180
+ trix-toolbar .trix-button--icon-link::before {
3181
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3182
+ }
3183
+ trix-toolbar .trix-button--icon-strike::before {
3184
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3185
+ }
3186
+ trix-toolbar .trix-button--icon-quote::before {
3187
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3188
+ }
3189
+ trix-toolbar .trix-button--icon-heading-1::before {
3190
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3191
+ }
3192
+ trix-toolbar .trix-button--icon-code::before {
3193
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3194
+ }
3195
+ trix-toolbar .trix-button--icon-bullet-list::before {
3196
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3197
+ }
3198
+ trix-toolbar .trix-button--icon-number-list::before {
3199
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3200
+ }
3201
+ trix-toolbar .trix-button--icon-undo::before {
3202
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3203
+ }
3204
+ trix-toolbar .trix-button--icon-redo::before {
3205
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3206
+ }
3207
+ trix-toolbar .trix-button--icon-decrease-nesting-level::before {
3208
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3209
+ }
3210
+ trix-toolbar .trix-button--icon-increase-nesting-level::before {
3211
+ background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
3212
+ }
3213
+ trix-toolbar .trix-dialogs {
3214
+ position: relative;
3215
+ }
3216
+ trix-toolbar .trix-dialog {
3217
+ position: absolute;
3218
+ top: 0;
3219
+ left: 0;
3220
+ right: 0;
3221
+ font-size: 0.75em;
3222
+ padding: 15px 10px;
3223
+ background: #fff;
3224
+ box-shadow: 0 0.3em 1em #ccc;
3225
+ border-top: 2px solid #888;
3226
+ border-radius: 5px;
3227
+ z-index: 5;
3228
+ }
3229
+ trix-toolbar .trix-input--dialog {
3230
+ font-size: inherit;
3231
+ font-weight: normal;
3232
+ padding: 0.5em 0.8em;
3233
+ margin: 0 10px 0 0;
3234
+ border-radius: 3px;
3235
+ border: 1px solid #bbb;
3236
+ background-color: #fff;
3237
+ box-shadow: none;
3238
+ outline: none;
3239
+ -webkit-appearance: none;
3240
+ -moz-appearance: none;
3241
+ }
3242
+ trix-toolbar .trix-input--dialog.validate:invalid {
3243
+ box-shadow: #F00 0px 0px 1.5px 1px;
3244
+ }
3245
+ trix-toolbar .trix-button--dialog {
3246
+ font-size: inherit;
3247
+ padding: 0.5em;
3248
+ border-bottom: none;
3249
+ }
3250
+ trix-toolbar .trix-dialog--link {
3251
+ max-width: 600px;
3252
+ }
3253
+ trix-toolbar .trix-dialog__link-fields {
3254
+ display: flex;
3255
+ align-items: baseline;
3256
+ }
3257
+ trix-toolbar .trix-dialog__link-fields .trix-input {
3258
+ flex: 1;
3259
+ }
3260
+ trix-toolbar .trix-dialog__link-fields .trix-button-group {
3261
+ flex: 0 0 content;
3262
+ margin: 0;
3263
+ }
3264
+ trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
3265
+ -webkit-user-select: none;
3266
+ -moz-user-select: none;
3267
+ -ms-user-select: none;
3268
+ user-select: none;
3269
+ }
3270
+ trix-editor [data-trix-mutable] ::-moz-selection, trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection {
3271
+ background: none;
3272
+ }
3273
+ trix-editor [data-trix-mutable] ::selection, trix-editor [data-trix-mutable]::selection, trix-editor [data-trix-cursor-target]::selection {
3274
+ background: none;
3275
+ }
3276
+ trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
3277
+ background: highlight;
3278
+ }
3279
+ trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
3280
+ background: highlight;
3281
+ }
3282
+ trix-editor [data-trix-mutable].attachment.attachment--file {
3283
+ box-shadow: 0 0 0 2px highlight;
3284
+ border-color: transparent;
3285
+ }
3286
+ trix-editor [data-trix-mutable].attachment img {
3287
+ box-shadow: 0 0 0 2px highlight;
3288
+ }
3289
+ trix-editor .attachment {
3290
+ position: relative;
3291
+ }
3292
+ trix-editor .attachment:hover {
3293
+ cursor: default;
3294
+ }
3295
+ trix-editor .attachment--preview .attachment__caption:hover {
3296
+ cursor: text;
3297
+ }
3298
+ trix-editor .attachment__progress {
3299
+ position: absolute;
3300
+ z-index: 1;
3301
+ height: 20px;
3302
+ top: calc(50% - 10px);
3303
+ left: 5%;
3304
+ width: 90%;
3305
+ opacity: 0.9;
3306
+ transition: opacity 200ms ease-in;
3307
+ }
3308
+ trix-editor .attachment__progress[value="100"] {
3309
+ opacity: 0;
3310
+ }
3311
+ trix-editor .attachment__caption-editor {
3312
+ display: inline-block;
3313
+ width: 100%;
3314
+ margin: 0;
3315
+ padding: 0;
3316
+ font-size: inherit;
3317
+ font-family: inherit;
3318
+ line-height: inherit;
3319
+ color: inherit;
3320
+ text-align: center;
3321
+ vertical-align: top;
3322
+ border: none;
3323
+ outline: none;
3324
+ -webkit-appearance: none;
3325
+ -moz-appearance: none;
3326
+ }
3327
+ trix-editor .attachment__toolbar {
3328
+ position: absolute;
3329
+ z-index: 1;
3330
+ top: -0.9em;
3331
+ left: 0;
3332
+ width: 100%;
3333
+ text-align: center;
3334
+ }
3335
+ trix-editor .trix-button-group {
3336
+ display: inline-flex;
3337
+ }
3338
+ trix-editor .trix-button {
3339
+ position: relative;
3340
+ float: left;
3341
+ color: #666;
3342
+ white-space: nowrap;
3343
+ font-size: 80%;
3344
+ padding: 0 0.8em;
3345
+ margin: 0;
3346
+ outline: none;
3347
+ border: none;
3348
+ border-radius: 0;
3349
+ background: transparent;
3350
+ }
3351
+ trix-editor .trix-button:not(:first-child) {
3352
+ border-left: 1px solid #ccc;
3353
+ }
3354
+ trix-editor .trix-button.trix-active {
3355
+ background: #cbeefa;
3356
+ }
3357
+ trix-editor .trix-button:not(:disabled) {
3358
+ cursor: pointer;
3359
+ }
3360
+ trix-editor .trix-button--remove {
3361
+ text-indent: -9999px;
3362
+ display: inline-block;
3363
+ padding: 0;
3364
+ outline: none;
3365
+ width: 1.8em;
3366
+ height: 1.8em;
3367
+ line-height: 1.8em;
3368
+ border-radius: 50%;
3369
+ background-color: #fff;
3370
+ border: 2px solid highlight;
3371
+ box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
3372
+ }
3373
+ trix-editor .trix-button--remove::before {
3374
+ display: inline-block;
3375
+ position: absolute;
3376
+ top: 0;
3377
+ right: 0;
3378
+ bottom: 0;
3379
+ left: 0;
3380
+ opacity: 0.7;
3381
+ content: "";
3382
+ background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
3383
+ background-position: center;
3384
+ background-repeat: no-repeat;
3385
+ background-size: 90%;
3386
+ }
3387
+ trix-editor .trix-button--remove:hover {
3388
+ border-color: #333;
3389
+ }
3390
+ trix-editor .trix-button--remove:hover::before {
3391
+ opacity: 1;
3392
+ }
3393
+ trix-editor .attachment__metadata-container {
3394
+ position: relative;
3395
+ }
3396
+ trix-editor .attachment__metadata {
3397
+ position: absolute;
3398
+ left: 50%;
3399
+ top: 2em;
3400
+ transform: translate(-50%, 0);
3401
+ max-width: 90%;
3402
+ padding: 0.1em 0.6em;
3403
+ font-size: 0.8em;
3404
+ color: #fff;
3405
+ background-color: rgba(0, 0, 0, 0.7);
3406
+ border-radius: 3px;
3407
+ }
3408
+ trix-editor .attachment__metadata .attachment__name {
3409
+ display: inline-block;
3410
+ max-width: 100%;
3411
+ vertical-align: bottom;
3412
+ overflow: hidden;
3413
+ text-overflow: ellipsis;
3414
+ white-space: nowrap;
3415
+ }
3416
+ trix-editor .attachment__metadata .attachment__size {
3417
+ margin-left: 0.2em;
3418
+ white-space: nowrap;
3419
+ }
3420
+ .trix-content {
3421
+ line-height: 1.5;
3422
+ overflow-wrap: break-word;
3423
+ word-break: break-word;
3424
+ }
3425
+ .trix-content * {
3426
+ box-sizing: border-box;
3427
+ margin: 0;
3428
+ padding: 0;
3429
+ }
3430
+ .trix-content h1 {
3431
+ font-size: 1.2em;
3432
+ line-height: 1.2;
3433
+ }
3434
+ .trix-content blockquote {
3435
+ border: 0 solid #ccc;
3436
+ border-left-width: 0.3em;
3437
+ margin-left: 0.3em;
3438
+ padding-left: 0.6em;
3439
+ }
3440
+ .trix-content [dir=rtl] blockquote, .trix-content blockquote[dir=rtl] {
3441
+ border-width: 0;
3442
+ border-right-width: 0.3em;
3443
+ margin-right: 0.3em;
3444
+ padding-right: 0.6em;
3445
+ }
3446
+ .trix-content li {
3447
+ margin-left: 1em;
3448
+ }
3449
+ .trix-content [dir=rtl] li {
3450
+ margin-right: 1em;
3451
+ }
3452
+ .trix-content pre {
3453
+ display: inline-block;
3454
+ width: 100%;
3455
+ vertical-align: top;
3456
+ font-family: monospace;
3457
+ font-size: 0.9em;
3458
+ padding: 0.5em;
3459
+ white-space: pre;
3460
+ background-color: #eee;
3461
+ overflow-x: auto;
3462
+ }
3463
+ .trix-content img {
3464
+ max-width: 100%;
3465
+ height: auto;
3466
+ }
3467
+ .trix-content .attachment {
3468
+ display: inline-block;
3469
+ position: relative;
3470
+ max-width: 100%;
3471
+ }
3472
+ .trix-content .attachment a {
3473
+ color: inherit;
3474
+ text-decoration: none;
3475
+ }
3476
+ .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
3477
+ color: inherit;
3478
+ }
3479
+ .trix-content .attachment__caption {
3480
+ text-align: center;
3481
+ }
3482
+ .trix-content .attachment__caption .attachment__name + .attachment__size::before {
3483
+ content: " •";
3484
+ }
3485
+ .trix-content .attachment--preview {
3486
+ width: 100%;
3487
+ text-align: center;
3488
+ }
3489
+ .trix-content .attachment--preview .attachment__caption {
3490
+ color: #666;
3491
+ font-size: 0.9em;
3492
+ line-height: 1.2;
3493
+ }
3494
+ .trix-content .attachment--file {
3495
+ color: #333;
3496
+ line-height: 1;
3497
+ margin: 0 2px 2px 2px;
3498
+ padding: 0.4em 1em;
3499
+ border: 1px solid #bbb;
3500
+ border-radius: 5px;
3501
+ }
3502
+ .trix-content .attachment-gallery {
3503
+ display: flex;
3504
+ flex-wrap: wrap;
3505
+ position: relative;
3506
+ }
3507
+ .trix-content .attachment-gallery .attachment {
3508
+ flex: 1 0 33%;
3509
+ padding: 0 0.5em;
3510
+ max-width: 33%;
3511
+ }
3512
+ .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
3513
+ flex-basis: 50%;
3514
+ max-width: 50%;
3515
+ }