@itfin/components 1.0.116 → 1.2.1

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.
Files changed (32) hide show
  1. package/dist/ITFComponents.common.js +1 -94
  2. package/dist/ITFComponents.common.js.map +1 -1
  3. package/dist/ITFComponents.umd.js +1 -94
  4. package/dist/ITFComponents.umd.js.map +1 -1
  5. package/dist/ITFComponents.umd.min.js +1 -1
  6. package/dist/ITFComponents.umd.min.js.map +1 -1
  7. package/package.json +13 -13
  8. package/src/assets/scss/_dark-theme.scss +2 -2
  9. package/src/assets/scss/_variables.scss +1 -0
  10. package/src/assets/scss/components/_search-input.scss +3 -2
  11. package/src/assets/scss/components/_selected.scss +3 -2
  12. package/src/assets/scss/directives/loading.scss +20 -13
  13. package/src/assets/scss/directives/tooltip.scss +17 -9
  14. package/src/assets/scss/main.scss +7 -5
  15. package/src/components/avatar/index.stories.js +4 -5
  16. package/src/components/button/Button.vue +48 -42
  17. package/src/components/datepicker/DatePicker.vue +10 -6
  18. package/src/components/datepicker/datepicker.scss +25 -23
  19. package/src/components/modal/Modal.vue +1 -1
  20. package/src/components/pdf-viewer/pdfjs-dist/cmaps/CNS2-V.bcmap +2 -2
  21. package/src/components/pdf-viewer/pdfjs-dist/cmaps/ETenms-B5-H.bcmap +2 -2
  22. package/src/components/pdf-viewer/styles/_colors.scss +2 -2
  23. package/src/components/popover/Popover.vue +9 -3
  24. package/src/components/select/Dropdown.vue +1 -1
  25. package/src/components/select/Select.vue +6 -8
  26. package/src/components/table/Table.vue +4 -2
  27. package/src/.DS_Store +0 -0
  28. package/src/assets/scss/directives/loading.css +0 -3178
  29. package/src/assets/scss/directives/tooltip.css +0 -3144
  30. package/src/assets/scss/main.css +0 -3180
  31. package/src/components/.DS_Store +0 -0
  32. package/src/components/datepicker/datepicker.css +0 -3665
@@ -1,3665 +0,0 @@
1
- .align-baseline {
2
- vertical-align: baseline !important; }
3
-
4
- .align-top {
5
- vertical-align: top !important; }
6
-
7
- .align-middle {
8
- vertical-align: middle !important; }
9
-
10
- .align-bottom {
11
- vertical-align: bottom !important; }
12
-
13
- .align-text-bottom {
14
- vertical-align: text-bottom !important; }
15
-
16
- .align-text-top {
17
- vertical-align: text-top !important; }
18
-
19
- .float-start {
20
- float: left !important; }
21
-
22
- .float-end {
23
- float: right !important; }
24
-
25
- .float-none {
26
- float: none !important; }
27
-
28
- .opacity-0 {
29
- opacity: 0 !important; }
30
-
31
- .opacity-25 {
32
- opacity: 0.25 !important; }
33
-
34
- .opacity-50 {
35
- opacity: 0.5 !important; }
36
-
37
- .opacity-75 {
38
- opacity: 0.75 !important; }
39
-
40
- .opacity-100 {
41
- opacity: 1 !important; }
42
-
43
- .overflow-auto {
44
- overflow: auto !important; }
45
-
46
- .overflow-hidden {
47
- overflow: hidden !important; }
48
-
49
- .overflow-visible {
50
- overflow: visible !important; }
51
-
52
- .overflow-scroll {
53
- overflow: scroll !important; }
54
-
55
- .d-inline {
56
- display: inline !important; }
57
-
58
- .d-inline-block {
59
- display: inline-block !important; }
60
-
61
- .d-block {
62
- display: block !important; }
63
-
64
- .d-grid {
65
- display: grid !important; }
66
-
67
- .d-table {
68
- display: table !important; }
69
-
70
- .d-table-row {
71
- display: table-row !important; }
72
-
73
- .d-table-cell {
74
- display: table-cell !important; }
75
-
76
- .d-flex {
77
- display: flex !important; }
78
-
79
- .d-inline-flex {
80
- display: inline-flex !important; }
81
-
82
- .d-none {
83
- display: none !important; }
84
-
85
- .shadow {
86
- box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
87
-
88
- .shadow-sm {
89
- box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
90
-
91
- .shadow-lg {
92
- box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
93
-
94
- .shadow-none {
95
- box-shadow: none !important; }
96
-
97
- .position-static {
98
- position: static !important; }
99
-
100
- .position-relative {
101
- position: relative !important; }
102
-
103
- .position-absolute {
104
- position: absolute !important; }
105
-
106
- .position-fixed {
107
- position: fixed !important; }
108
-
109
- .position-sticky {
110
- position: sticky !important; }
111
-
112
- .top-0 {
113
- top: 0 !important; }
114
-
115
- .top-50 {
116
- top: 50% !important; }
117
-
118
- .top-100 {
119
- top: 100% !important; }
120
-
121
- .bottom-0 {
122
- bottom: 0 !important; }
123
-
124
- .bottom-50 {
125
- bottom: 50% !important; }
126
-
127
- .bottom-100 {
128
- bottom: 100% !important; }
129
-
130
- .start-0 {
131
- left: 0 !important; }
132
-
133
- .start-50 {
134
- left: 50% !important; }
135
-
136
- .start-100 {
137
- left: 100% !important; }
138
-
139
- .end-0 {
140
- right: 0 !important; }
141
-
142
- .end-50 {
143
- right: 50% !important; }
144
-
145
- .end-100 {
146
- right: 100% !important; }
147
-
148
- .translate-middle {
149
- transform: translate(-50%, -50%) !important; }
150
-
151
- .translate-middle-x {
152
- transform: translateX(-50%) !important; }
153
-
154
- .translate-middle-y {
155
- transform: translateY(-50%) !important; }
156
-
157
- .border {
158
- border: 1px solid #dee2e6 !important; }
159
-
160
- .border-0 {
161
- border: 0 !important; }
162
-
163
- .border-top {
164
- border-top: 1px solid #dee2e6 !important; }
165
-
166
- .border-top-0 {
167
- border-top: 0 !important; }
168
-
169
- .border-end {
170
- border-right: 1px solid #dee2e6 !important; }
171
-
172
- .border-end-0 {
173
- border-right: 0 !important; }
174
-
175
- .border-bottom {
176
- border-bottom: 1px solid #dee2e6 !important; }
177
-
178
- .border-bottom-0 {
179
- border-bottom: 0 !important; }
180
-
181
- .border-start {
182
- border-left: 1px solid #dee2e6 !important; }
183
-
184
- .border-start-0 {
185
- border-left: 0 !important; }
186
-
187
- .border-primary {
188
- border-color: #0B314F !important; }
189
-
190
- .border-secondary {
191
- border-color: #dfe1e6 !important; }
192
-
193
- .border-success {
194
- border-color: #198754 !important; }
195
-
196
- .border-info {
197
- border-color: #0dcaf0 !important; }
198
-
199
- .border-warning {
200
- border-color: #ffc107 !important; }
201
-
202
- .border-danger {
203
- border-color: #dc3545 !important; }
204
-
205
- .border-light {
206
- border-color: #f8f9fa !important; }
207
-
208
- .border-dark {
209
- border-color: #212529 !important; }
210
-
211
- .border-white {
212
- border-color: #fff !important; }
213
-
214
- .border-1 {
215
- border-width: 1px !important; }
216
-
217
- .border-2 {
218
- border-width: 2px !important; }
219
-
220
- .border-3 {
221
- border-width: 3px !important; }
222
-
223
- .border-4 {
224
- border-width: 4px !important; }
225
-
226
- .border-5 {
227
- border-width: 5px !important; }
228
-
229
- .w-25 {
230
- width: 25% !important; }
231
-
232
- .w-50 {
233
- width: 50% !important; }
234
-
235
- .w-75 {
236
- width: 75% !important; }
237
-
238
- .w-100 {
239
- width: 100% !important; }
240
-
241
- .w-auto {
242
- width: auto !important; }
243
-
244
- .mw-100 {
245
- max-width: 100% !important; }
246
-
247
- .vw-100 {
248
- width: 100vw !important; }
249
-
250
- .min-vw-100 {
251
- min-width: 100vw !important; }
252
-
253
- .h-25 {
254
- height: 25% !important; }
255
-
256
- .h-50 {
257
- height: 50% !important; }
258
-
259
- .h-75 {
260
- height: 75% !important; }
261
-
262
- .h-100 {
263
- height: 100% !important; }
264
-
265
- .h-auto {
266
- height: auto !important; }
267
-
268
- .mh-100 {
269
- max-height: 100% !important; }
270
-
271
- .vh-100 {
272
- height: 100vh !important; }
273
-
274
- .min-vh-100 {
275
- min-height: 100vh !important; }
276
-
277
- .flex-fill {
278
- flex: 1 1 auto !important; }
279
-
280
- .flex-row {
281
- flex-direction: row !important; }
282
-
283
- .flex-column {
284
- flex-direction: column !important; }
285
-
286
- .flex-row-reverse {
287
- flex-direction: row-reverse !important; }
288
-
289
- .flex-column-reverse {
290
- flex-direction: column-reverse !important; }
291
-
292
- .flex-grow-0 {
293
- flex-grow: 0 !important; }
294
-
295
- .flex-grow-1 {
296
- flex-grow: 1 !important; }
297
-
298
- .flex-shrink-0 {
299
- flex-shrink: 0 !important; }
300
-
301
- .flex-shrink-1 {
302
- flex-shrink: 1 !important; }
303
-
304
- .flex-wrap {
305
- flex-wrap: wrap !important; }
306
-
307
- .flex-nowrap {
308
- flex-wrap: nowrap !important; }
309
-
310
- .flex-wrap-reverse {
311
- flex-wrap: wrap-reverse !important; }
312
-
313
- .gap-0 {
314
- gap: 0 !important; }
315
-
316
- .gap-1 {
317
- gap: 0.25rem !important; }
318
-
319
- .gap-2 {
320
- gap: 0.5rem !important; }
321
-
322
- .gap-3 {
323
- gap: 1rem !important; }
324
-
325
- .gap-4 {
326
- gap: 1.5rem !important; }
327
-
328
- .gap-5 {
329
- gap: 3rem !important; }
330
-
331
- .justify-content-start {
332
- justify-content: flex-start !important; }
333
-
334
- .justify-content-end {
335
- justify-content: flex-end !important; }
336
-
337
- .justify-content-center {
338
- justify-content: center !important; }
339
-
340
- .justify-content-between {
341
- justify-content: space-between !important; }
342
-
343
- .justify-content-around {
344
- justify-content: space-around !important; }
345
-
346
- .justify-content-evenly {
347
- justify-content: space-evenly !important; }
348
-
349
- .align-items-start {
350
- align-items: flex-start !important; }
351
-
352
- .align-items-end {
353
- align-items: flex-end !important; }
354
-
355
- .align-items-center {
356
- align-items: center !important; }
357
-
358
- .align-items-baseline {
359
- align-items: baseline !important; }
360
-
361
- .align-items-stretch {
362
- align-items: stretch !important; }
363
-
364
- .align-content-start {
365
- align-content: flex-start !important; }
366
-
367
- .align-content-end {
368
- align-content: flex-end !important; }
369
-
370
- .align-content-center {
371
- align-content: center !important; }
372
-
373
- .align-content-between {
374
- align-content: space-between !important; }
375
-
376
- .align-content-around {
377
- align-content: space-around !important; }
378
-
379
- .align-content-stretch {
380
- align-content: stretch !important; }
381
-
382
- .align-self-auto {
383
- align-self: auto !important; }
384
-
385
- .align-self-start {
386
- align-self: flex-start !important; }
387
-
388
- .align-self-end {
389
- align-self: flex-end !important; }
390
-
391
- .align-self-center {
392
- align-self: center !important; }
393
-
394
- .align-self-baseline {
395
- align-self: baseline !important; }
396
-
397
- .align-self-stretch {
398
- align-self: stretch !important; }
399
-
400
- .order-first {
401
- order: -1 !important; }
402
-
403
- .order-0 {
404
- order: 0 !important; }
405
-
406
- .order-1 {
407
- order: 1 !important; }
408
-
409
- .order-2 {
410
- order: 2 !important; }
411
-
412
- .order-3 {
413
- order: 3 !important; }
414
-
415
- .order-4 {
416
- order: 4 !important; }
417
-
418
- .order-5 {
419
- order: 5 !important; }
420
-
421
- .order-last {
422
- order: 6 !important; }
423
-
424
- .m-0 {
425
- margin: 0 !important; }
426
-
427
- .m-1 {
428
- margin: 0.25rem !important; }
429
-
430
- .m-2 {
431
- margin: 0.5rem !important; }
432
-
433
- .m-3 {
434
- margin: 1rem !important; }
435
-
436
- .m-4 {
437
- margin: 1.5rem !important; }
438
-
439
- .m-5 {
440
- margin: 3rem !important; }
441
-
442
- .m-auto {
443
- margin: auto !important; }
444
-
445
- .mx-0 {
446
- margin-right: 0 !important;
447
- margin-left: 0 !important; }
448
-
449
- .mx-1 {
450
- margin-right: 0.25rem !important;
451
- margin-left: 0.25rem !important; }
452
-
453
- .mx-2 {
454
- margin-right: 0.5rem !important;
455
- margin-left: 0.5rem !important; }
456
-
457
- .mx-3 {
458
- margin-right: 1rem !important;
459
- margin-left: 1rem !important; }
460
-
461
- .mx-4 {
462
- margin-right: 1.5rem !important;
463
- margin-left: 1.5rem !important; }
464
-
465
- .mx-5 {
466
- margin-right: 3rem !important;
467
- margin-left: 3rem !important; }
468
-
469
- .mx-auto {
470
- margin-right: auto !important;
471
- margin-left: auto !important; }
472
-
473
- .my-0 {
474
- margin-top: 0 !important;
475
- margin-bottom: 0 !important; }
476
-
477
- .my-1 {
478
- margin-top: 0.25rem !important;
479
- margin-bottom: 0.25rem !important; }
480
-
481
- .my-2 {
482
- margin-top: 0.5rem !important;
483
- margin-bottom: 0.5rem !important; }
484
-
485
- .my-3 {
486
- margin-top: 1rem !important;
487
- margin-bottom: 1rem !important; }
488
-
489
- .my-4 {
490
- margin-top: 1.5rem !important;
491
- margin-bottom: 1.5rem !important; }
492
-
493
- .my-5 {
494
- margin-top: 3rem !important;
495
- margin-bottom: 3rem !important; }
496
-
497
- .my-auto {
498
- margin-top: auto !important;
499
- margin-bottom: auto !important; }
500
-
501
- .mt-0 {
502
- margin-top: 0 !important; }
503
-
504
- .mt-1 {
505
- margin-top: 0.25rem !important; }
506
-
507
- .mt-2 {
508
- margin-top: 0.5rem !important; }
509
-
510
- .mt-3 {
511
- margin-top: 1rem !important; }
512
-
513
- .mt-4 {
514
- margin-top: 1.5rem !important; }
515
-
516
- .mt-5 {
517
- margin-top: 3rem !important; }
518
-
519
- .mt-auto {
520
- margin-top: auto !important; }
521
-
522
- .me-0 {
523
- margin-right: 0 !important; }
524
-
525
- .me-1 {
526
- margin-right: 0.25rem !important; }
527
-
528
- .me-2 {
529
- margin-right: 0.5rem !important; }
530
-
531
- .me-3 {
532
- margin-right: 1rem !important; }
533
-
534
- .me-4 {
535
- margin-right: 1.5rem !important; }
536
-
537
- .me-5 {
538
- margin-right: 3rem !important; }
539
-
540
- .me-auto {
541
- margin-right: auto !important; }
542
-
543
- .mb-0 {
544
- margin-bottom: 0 !important; }
545
-
546
- .mb-1 {
547
- margin-bottom: 0.25rem !important; }
548
-
549
- .mb-2 {
550
- margin-bottom: 0.5rem !important; }
551
-
552
- .mb-3 {
553
- margin-bottom: 1rem !important; }
554
-
555
- .mb-4 {
556
- margin-bottom: 1.5rem !important; }
557
-
558
- .mb-5 {
559
- margin-bottom: 3rem !important; }
560
-
561
- .mb-auto {
562
- margin-bottom: auto !important; }
563
-
564
- .ms-0 {
565
- margin-left: 0 !important; }
566
-
567
- .ms-1 {
568
- margin-left: 0.25rem !important; }
569
-
570
- .ms-2 {
571
- margin-left: 0.5rem !important; }
572
-
573
- .ms-3 {
574
- margin-left: 1rem !important; }
575
-
576
- .ms-4 {
577
- margin-left: 1.5rem !important; }
578
-
579
- .ms-5 {
580
- margin-left: 3rem !important; }
581
-
582
- .ms-auto {
583
- margin-left: auto !important; }
584
-
585
- .p-0 {
586
- padding: 0 !important; }
587
-
588
- .p-1 {
589
- padding: 0.25rem !important; }
590
-
591
- .p-2 {
592
- padding: 0.5rem !important; }
593
-
594
- .p-3 {
595
- padding: 1rem !important; }
596
-
597
- .p-4 {
598
- padding: 1.5rem !important; }
599
-
600
- .p-5 {
601
- padding: 3rem !important; }
602
-
603
- .px-0 {
604
- padding-right: 0 !important;
605
- padding-left: 0 !important; }
606
-
607
- .px-1 {
608
- padding-right: 0.25rem !important;
609
- padding-left: 0.25rem !important; }
610
-
611
- .px-2 {
612
- padding-right: 0.5rem !important;
613
- padding-left: 0.5rem !important; }
614
-
615
- .px-3 {
616
- padding-right: 1rem !important;
617
- padding-left: 1rem !important; }
618
-
619
- .px-4 {
620
- padding-right: 1.5rem !important;
621
- padding-left: 1.5rem !important; }
622
-
623
- .px-5 {
624
- padding-right: 3rem !important;
625
- padding-left: 3rem !important; }
626
-
627
- .py-0 {
628
- padding-top: 0 !important;
629
- padding-bottom: 0 !important; }
630
-
631
- .py-1 {
632
- padding-top: 0.25rem !important;
633
- padding-bottom: 0.25rem !important; }
634
-
635
- .py-2 {
636
- padding-top: 0.5rem !important;
637
- padding-bottom: 0.5rem !important; }
638
-
639
- .py-3 {
640
- padding-top: 1rem !important;
641
- padding-bottom: 1rem !important; }
642
-
643
- .py-4 {
644
- padding-top: 1.5rem !important;
645
- padding-bottom: 1.5rem !important; }
646
-
647
- .py-5 {
648
- padding-top: 3rem !important;
649
- padding-bottom: 3rem !important; }
650
-
651
- .pt-0 {
652
- padding-top: 0 !important; }
653
-
654
- .pt-1 {
655
- padding-top: 0.25rem !important; }
656
-
657
- .pt-2 {
658
- padding-top: 0.5rem !important; }
659
-
660
- .pt-3 {
661
- padding-top: 1rem !important; }
662
-
663
- .pt-4 {
664
- padding-top: 1.5rem !important; }
665
-
666
- .pt-5 {
667
- padding-top: 3rem !important; }
668
-
669
- .pe-0 {
670
- padding-right: 0 !important; }
671
-
672
- .pe-1 {
673
- padding-right: 0.25rem !important; }
674
-
675
- .pe-2 {
676
- padding-right: 0.5rem !important; }
677
-
678
- .pe-3 {
679
- padding-right: 1rem !important; }
680
-
681
- .pe-4 {
682
- padding-right: 1.5rem !important; }
683
-
684
- .pe-5 {
685
- padding-right: 3rem !important; }
686
-
687
- .pb-0 {
688
- padding-bottom: 0 !important; }
689
-
690
- .pb-1 {
691
- padding-bottom: 0.25rem !important; }
692
-
693
- .pb-2 {
694
- padding-bottom: 0.5rem !important; }
695
-
696
- .pb-3 {
697
- padding-bottom: 1rem !important; }
698
-
699
- .pb-4 {
700
- padding-bottom: 1.5rem !important; }
701
-
702
- .pb-5 {
703
- padding-bottom: 3rem !important; }
704
-
705
- .ps-0 {
706
- padding-left: 0 !important; }
707
-
708
- .ps-1 {
709
- padding-left: 0.25rem !important; }
710
-
711
- .ps-2 {
712
- padding-left: 0.5rem !important; }
713
-
714
- .ps-3 {
715
- padding-left: 1rem !important; }
716
-
717
- .ps-4 {
718
- padding-left: 1.5rem !important; }
719
-
720
- .ps-5 {
721
- padding-left: 3rem !important; }
722
-
723
- .font-monospace {
724
- font-family: var(--bs-font-monospace) !important; }
725
-
726
- .fs-1 {
727
- font-size: calc(1.375rem + 1.5vw) !important; }
728
-
729
- .fs-2 {
730
- font-size: calc(1.325rem + 0.9vw) !important; }
731
-
732
- .fs-3 {
733
- font-size: calc(1.3rem + 0.6vw) !important; }
734
-
735
- .fs-4 {
736
- font-size: calc(1.275rem + 0.3vw) !important; }
737
-
738
- .fs-5 {
739
- font-size: 1.25rem !important; }
740
-
741
- .fs-6 {
742
- font-size: 1rem !important; }
743
-
744
- .fst-italic {
745
- font-style: italic !important; }
746
-
747
- .fst-normal {
748
- font-style: normal !important; }
749
-
750
- .fw-light {
751
- font-weight: 300 !important; }
752
-
753
- .fw-lighter {
754
- font-weight: lighter !important; }
755
-
756
- .fw-normal {
757
- font-weight: 400 !important; }
758
-
759
- .fw-bold {
760
- font-weight: 700 !important; }
761
-
762
- .fw-bolder {
763
- font-weight: bolder !important; }
764
-
765
- .lh-1 {
766
- line-height: 1 !important; }
767
-
768
- .lh-sm {
769
- line-height: 1.25 !important; }
770
-
771
- .lh-base {
772
- line-height: 1.5 !important; }
773
-
774
- .lh-lg {
775
- line-height: 2 !important; }
776
-
777
- .text-start {
778
- text-align: left !important; }
779
-
780
- .text-end {
781
- text-align: right !important; }
782
-
783
- .text-center {
784
- text-align: center !important; }
785
-
786
- .text-decoration-none {
787
- text-decoration: none !important; }
788
-
789
- .text-decoration-underline {
790
- text-decoration: underline !important; }
791
-
792
- .text-decoration-line-through {
793
- text-decoration: line-through !important; }
794
-
795
- .text-lowercase {
796
- text-transform: lowercase !important; }
797
-
798
- .text-uppercase {
799
- text-transform: uppercase !important; }
800
-
801
- .text-capitalize {
802
- text-transform: capitalize !important; }
803
-
804
- .text-wrap {
805
- white-space: normal !important; }
806
-
807
- .text-nowrap {
808
- white-space: nowrap !important; }
809
-
810
- /* rtl:begin:remove */
811
- .text-break {
812
- word-wrap: break-word !important;
813
- word-break: break-word !important; }
814
-
815
- /* rtl:end:remove */
816
- .text-primary {
817
- --bs-text-opacity: 1;
818
- color: #0B314F !important; }
819
-
820
- .text-secondary {
821
- --bs-text-opacity: 1;
822
- color: #dfe1e6 !important; }
823
-
824
- .text-success {
825
- --bs-text-opacity: 1;
826
- color: #198754 !important; }
827
-
828
- .text-info {
829
- --bs-text-opacity: 1;
830
- color: #0dcaf0 !important; }
831
-
832
- .text-warning {
833
- --bs-text-opacity: 1;
834
- color: #ffc107 !important; }
835
-
836
- .text-danger {
837
- --bs-text-opacity: 1;
838
- color: #dc3545 !important; }
839
-
840
- .text-light {
841
- --bs-text-opacity: 1;
842
- color: #f8f9fa !important; }
843
-
844
- .text-dark {
845
- --bs-text-opacity: 1;
846
- color: #212529 !important; }
847
-
848
- .text-black {
849
- --bs-text-opacity: 1;
850
- color: #1e1e1e !important; }
851
-
852
- .text-white {
853
- --bs-text-opacity: 1;
854
- color: #fff !important; }
855
-
856
- .text-body {
857
- --bs-text-opacity: 1;
858
- color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }
859
-
860
- .text-muted {
861
- --bs-text-opacity: 1;
862
- color: #6c757d !important; }
863
-
864
- .text-black-50 {
865
- --bs-text-opacity: 1;
866
- color: rgba(0, 0, 0, 0.5) !important; }
867
-
868
- .text-white-50 {
869
- --bs-text-opacity: 1;
870
- color: rgba(255, 255, 255, 0.5) !important; }
871
-
872
- .text-reset {
873
- --bs-text-opacity: 1;
874
- color: inherit !important; }
875
-
876
- .text-blue-100 {
877
- --bs-text-opacity: 1;
878
- color: #cfe2ff !important; }
879
-
880
- .text-blue-200 {
881
- --bs-text-opacity: 1;
882
- color: #9ec5fe !important; }
883
-
884
- .text-blue-300 {
885
- --bs-text-opacity: 1;
886
- color: #6ea8fe !important; }
887
-
888
- .text-blue-400 {
889
- --bs-text-opacity: 1;
890
- color: #3d8bfd !important; }
891
-
892
- .text-blue-500 {
893
- --bs-text-opacity: 1;
894
- color: #0d6efd !important; }
895
-
896
- .text-blue-600 {
897
- --bs-text-opacity: 1;
898
- color: #0a58ca !important; }
899
-
900
- .text-blue-700 {
901
- --bs-text-opacity: 1;
902
- color: #084298 !important; }
903
-
904
- .text-blue-800 {
905
- --bs-text-opacity: 1;
906
- color: #052c65 !important; }
907
-
908
- .text-blue-900 {
909
- --bs-text-opacity: 1;
910
- color: #031633 !important; }
911
-
912
- .text-indigo-100 {
913
- --bs-text-opacity: 1;
914
- color: #e0cffc !important; }
915
-
916
- .text-indigo-200 {
917
- --bs-text-opacity: 1;
918
- color: #c29ffa !important; }
919
-
920
- .text-indigo-300 {
921
- --bs-text-opacity: 1;
922
- color: #a370f7 !important; }
923
-
924
- .text-indigo-400 {
925
- --bs-text-opacity: 1;
926
- color: #8540f5 !important; }
927
-
928
- .text-indigo-500 {
929
- --bs-text-opacity: 1;
930
- color: #6610f2 !important; }
931
-
932
- .text-indigo-600 {
933
- --bs-text-opacity: 1;
934
- color: #520dc2 !important; }
935
-
936
- .text-indigo-700 {
937
- --bs-text-opacity: 1;
938
- color: #3d0a91 !important; }
939
-
940
- .text-indigo-800 {
941
- --bs-text-opacity: 1;
942
- color: #290661 !important; }
943
-
944
- .text-indigo-900 {
945
- --bs-text-opacity: 1;
946
- color: #140330 !important; }
947
-
948
- .text-purple-100 {
949
- --bs-text-opacity: 1;
950
- color: #c5b3e6 !important; }
951
-
952
- .text-purple-200 {
953
- --bs-text-opacity: 1;
954
- color: #e2d9f3 !important; }
955
-
956
- .text-purple-300 {
957
- --bs-text-opacity: 1;
958
- color: #a98eda !important; }
959
-
960
- .text-purple-400 {
961
- --bs-text-opacity: 1;
962
- color: #8c68cd !important; }
963
-
964
- .text-purple-500 {
965
- --bs-text-opacity: 1;
966
- color: #6f42c1 !important; }
967
-
968
- .text-purple-600 {
969
- --bs-text-opacity: 1;
970
- color: #59359a !important; }
971
-
972
- .text-purple-700 {
973
- --bs-text-opacity: 1;
974
- color: #432874 !important; }
975
-
976
- .text-purple-800 {
977
- --bs-text-opacity: 1;
978
- color: #2c1a4d !important; }
979
-
980
- .text-purple-900 {
981
- --bs-text-opacity: 1;
982
- color: #160d27 !important; }
983
-
984
- .text-pink-100 {
985
- --bs-text-opacity: 1;
986
- color: #f7d6e6 !important; }
987
-
988
- .text-pink-200 {
989
- --bs-text-opacity: 1;
990
- color: #efadce !important; }
991
-
992
- .text-pink-300 {
993
- --bs-text-opacity: 1;
994
- color: #e685b5 !important; }
995
-
996
- .text-pink-400 {
997
- --bs-text-opacity: 1;
998
- color: #de5c9d !important; }
999
-
1000
- .text-pink-500 {
1001
- --bs-text-opacity: 1;
1002
- color: #d63384 !important; }
1003
-
1004
- .text-pink-600 {
1005
- --bs-text-opacity: 1;
1006
- color: #ab296a !important; }
1007
-
1008
- .text-pink-700 {
1009
- --bs-text-opacity: 1;
1010
- color: #801f4f !important; }
1011
-
1012
- .text-pink-800 {
1013
- --bs-text-opacity: 1;
1014
- color: #561435 !important; }
1015
-
1016
- .text-pink-900 {
1017
- --bs-text-opacity: 1;
1018
- color: #2b0a1a !important; }
1019
-
1020
- .text-red-100 {
1021
- --bs-text-opacity: 1;
1022
- color: #f8d7da !important; }
1023
-
1024
- .text-red-200 {
1025
- --bs-text-opacity: 1;
1026
- color: #f1aeb5 !important; }
1027
-
1028
- .text-red-300 {
1029
- --bs-text-opacity: 1;
1030
- color: #ea868f !important; }
1031
-
1032
- .text-red-400 {
1033
- --bs-text-opacity: 1;
1034
- color: #e35d6a !important; }
1035
-
1036
- .text-red-500 {
1037
- --bs-text-opacity: 1;
1038
- color: #dc3545 !important; }
1039
-
1040
- .text-red-600 {
1041
- --bs-text-opacity: 1;
1042
- color: #b02a37 !important; }
1043
-
1044
- .text-red-700 {
1045
- --bs-text-opacity: 1;
1046
- color: #842029 !important; }
1047
-
1048
- .text-red-800 {
1049
- --bs-text-opacity: 1;
1050
- color: #58151c !important; }
1051
-
1052
- .text-red-900 {
1053
- --bs-text-opacity: 1;
1054
- color: #2c0b0e !important; }
1055
-
1056
- .text-orange-100 {
1057
- --bs-text-opacity: 1;
1058
- color: #ffe5d0 !important; }
1059
-
1060
- .text-orange-200 {
1061
- --bs-text-opacity: 1;
1062
- color: #fecba1 !important; }
1063
-
1064
- .text-orange-300 {
1065
- --bs-text-opacity: 1;
1066
- color: #feb272 !important; }
1067
-
1068
- .text-orange-400 {
1069
- --bs-text-opacity: 1;
1070
- color: #fd9843 !important; }
1071
-
1072
- .text-orange-500 {
1073
- --bs-text-opacity: 1;
1074
- color: #fd7e14 !important; }
1075
-
1076
- .text-orange-600 {
1077
- --bs-text-opacity: 1;
1078
- color: #ca6510 !important; }
1079
-
1080
- .text-orange-700 {
1081
- --bs-text-opacity: 1;
1082
- color: #984c0c !important; }
1083
-
1084
- .text-orange-800 {
1085
- --bs-text-opacity: 1;
1086
- color: #653208 !important; }
1087
-
1088
- .text-orange-900 {
1089
- --bs-text-opacity: 1;
1090
- color: #331904 !important; }
1091
-
1092
- .text-yellow-100 {
1093
- --bs-text-opacity: 1;
1094
- color: #fff3cd !important; }
1095
-
1096
- .text-yellow-200 {
1097
- --bs-text-opacity: 1;
1098
- color: #ffe69c !important; }
1099
-
1100
- .text-yellow-300 {
1101
- --bs-text-opacity: 1;
1102
- color: #ffda6a !important; }
1103
-
1104
- .text-yellow-400 {
1105
- --bs-text-opacity: 1;
1106
- color: #ffcd39 !important; }
1107
-
1108
- .text-yellow-500 {
1109
- --bs-text-opacity: 1;
1110
- color: #ffc107 !important; }
1111
-
1112
- .text-yellow-600 {
1113
- --bs-text-opacity: 1;
1114
- color: #cc9a06 !important; }
1115
-
1116
- .text-yellow-700 {
1117
- --bs-text-opacity: 1;
1118
- color: #997404 !important; }
1119
-
1120
- .text-yellow-800 {
1121
- --bs-text-opacity: 1;
1122
- color: #664d03 !important; }
1123
-
1124
- .text-yellow-900 {
1125
- --bs-text-opacity: 1;
1126
- color: #332701 !important; }
1127
-
1128
- .text-green-100 {
1129
- --bs-text-opacity: 1;
1130
- color: #d1e7dd !important; }
1131
-
1132
- .text-green-200 {
1133
- --bs-text-opacity: 1;
1134
- color: #a3cfbb !important; }
1135
-
1136
- .text-green-300 {
1137
- --bs-text-opacity: 1;
1138
- color: #75b798 !important; }
1139
-
1140
- .text-green-400 {
1141
- --bs-text-opacity: 1;
1142
- color: #479f76 !important; }
1143
-
1144
- .text-green-500 {
1145
- --bs-text-opacity: 1;
1146
- color: #198754 !important; }
1147
-
1148
- .text-green-600 {
1149
- --bs-text-opacity: 1;
1150
- color: #146c43 !important; }
1151
-
1152
- .text-green-700 {
1153
- --bs-text-opacity: 1;
1154
- color: #0f5132 !important; }
1155
-
1156
- .text-green-800 {
1157
- --bs-text-opacity: 1;
1158
- color: #0a3622 !important; }
1159
-
1160
- .text-green-900 {
1161
- --bs-text-opacity: 1;
1162
- color: #051b11 !important; }
1163
-
1164
- .text-teal-100 {
1165
- --bs-text-opacity: 1;
1166
- color: #d2f4ea !important; }
1167
-
1168
- .text-teal-200 {
1169
- --bs-text-opacity: 1;
1170
- color: #a6e9d5 !important; }
1171
-
1172
- .text-teal-300 {
1173
- --bs-text-opacity: 1;
1174
- color: #79dfc1 !important; }
1175
-
1176
- .text-teal-400 {
1177
- --bs-text-opacity: 1;
1178
- color: #4dd4ac !important; }
1179
-
1180
- .text-teal-500 {
1181
- --bs-text-opacity: 1;
1182
- color: #20c997 !important; }
1183
-
1184
- .text-teal-600 {
1185
- --bs-text-opacity: 1;
1186
- color: #1aa179 !important; }
1187
-
1188
- .text-teal-700 {
1189
- --bs-text-opacity: 1;
1190
- color: #13795b !important; }
1191
-
1192
- .text-teal-800 {
1193
- --bs-text-opacity: 1;
1194
- color: #0d503c !important; }
1195
-
1196
- .text-teal-900 {
1197
- --bs-text-opacity: 1;
1198
- color: #06281e !important; }
1199
-
1200
- .text-cyan-100 {
1201
- --bs-text-opacity: 1;
1202
- color: #cff4fc !important; }
1203
-
1204
- .text-cyan-200 {
1205
- --bs-text-opacity: 1;
1206
- color: #9eeaf9 !important; }
1207
-
1208
- .text-cyan-300 {
1209
- --bs-text-opacity: 1;
1210
- color: #6edff6 !important; }
1211
-
1212
- .text-cyan-400 {
1213
- --bs-text-opacity: 1;
1214
- color: #3dd5f3 !important; }
1215
-
1216
- .text-cyan-500 {
1217
- --bs-text-opacity: 1;
1218
- color: #0dcaf0 !important; }
1219
-
1220
- .text-cyan-600 {
1221
- --bs-text-opacity: 1;
1222
- color: #0aa2c0 !important; }
1223
-
1224
- .text-cyan-700 {
1225
- --bs-text-opacity: 1;
1226
- color: #087990 !important; }
1227
-
1228
- .text-cyan-800 {
1229
- --bs-text-opacity: 1;
1230
- color: #055160 !important; }
1231
-
1232
- .text-cyan-900 {
1233
- --bs-text-opacity: 1;
1234
- color: #032830 !important; }
1235
-
1236
- .text-opacity-25 {
1237
- --bs-text-opacity: 0.25; }
1238
-
1239
- .text-opacity-50 {
1240
- --bs-text-opacity: 0.5; }
1241
-
1242
- .text-opacity-75 {
1243
- --bs-text-opacity: 0.75; }
1244
-
1245
- .text-opacity-100 {
1246
- --bs-text-opacity: 1; }
1247
-
1248
- .bg-primary {
1249
- --bs-bg-opacity: 1;
1250
- background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }
1251
-
1252
- .bg-secondary {
1253
- --bs-bg-opacity: 1;
1254
- background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }
1255
-
1256
- .bg-success {
1257
- --bs-bg-opacity: 1;
1258
- background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }
1259
-
1260
- .bg-info {
1261
- --bs-bg-opacity: 1;
1262
- background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }
1263
-
1264
- .bg-warning {
1265
- --bs-bg-opacity: 1;
1266
- background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }
1267
-
1268
- .bg-danger {
1269
- --bs-bg-opacity: 1;
1270
- background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }
1271
-
1272
- .bg-light {
1273
- --bs-bg-opacity: 1;
1274
- background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }
1275
-
1276
- .bg-dark {
1277
- --bs-bg-opacity: 1;
1278
- background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }
1279
-
1280
- .bg-black {
1281
- --bs-bg-opacity: 1;
1282
- background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }
1283
-
1284
- .bg-white {
1285
- --bs-bg-opacity: 1;
1286
- background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }
1287
-
1288
- .bg-body {
1289
- --bs-bg-opacity: 1;
1290
- background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }
1291
-
1292
- .bg-transparent {
1293
- --bs-bg-opacity: 1;
1294
- background-color: transparent !important; }
1295
-
1296
- .bg-opacity-10 {
1297
- --bs-bg-opacity: 0.1; }
1298
-
1299
- .bg-opacity-25 {
1300
- --bs-bg-opacity: 0.25; }
1301
-
1302
- .bg-opacity-50 {
1303
- --bs-bg-opacity: 0.5; }
1304
-
1305
- .bg-opacity-75 {
1306
- --bs-bg-opacity: 0.75; }
1307
-
1308
- .bg-opacity-100 {
1309
- --bs-bg-opacity: 1; }
1310
-
1311
- .bg-gradient {
1312
- background-image: var(--bs-gradient) !important; }
1313
-
1314
- .user-select-all {
1315
- user-select: all !important; }
1316
-
1317
- .user-select-auto {
1318
- user-select: auto !important; }
1319
-
1320
- .user-select-none {
1321
- user-select: none !important; }
1322
-
1323
- .pe-none {
1324
- pointer-events: none !important; }
1325
-
1326
- .pe-auto {
1327
- pointer-events: auto !important; }
1328
-
1329
- .rounded {
1330
- border-radius: 0.5rem !important; }
1331
-
1332
- .rounded-0 {
1333
- border-radius: 0 !important; }
1334
-
1335
- .rounded-1 {
1336
- border-radius: 0.375rem !important; }
1337
-
1338
- .rounded-2 {
1339
- border-radius: 0.5rem !important; }
1340
-
1341
- .rounded-3 {
1342
- border-radius: 0.75rem !important; }
1343
-
1344
- .rounded-circle {
1345
- border-radius: 50% !important; }
1346
-
1347
- .rounded-pill {
1348
- border-radius: 50rem !important; }
1349
-
1350
- .rounded-top {
1351
- border-top-left-radius: 0.5rem !important;
1352
- border-top-right-radius: 0.5rem !important; }
1353
-
1354
- .rounded-end {
1355
- border-top-right-radius: 0.5rem !important;
1356
- border-bottom-right-radius: 0.5rem !important; }
1357
-
1358
- .rounded-bottom {
1359
- border-bottom-right-radius: 0.5rem !important;
1360
- border-bottom-left-radius: 0.5rem !important; }
1361
-
1362
- .rounded-start {
1363
- border-bottom-left-radius: 0.5rem !important;
1364
- border-top-left-radius: 0.5rem !important; }
1365
-
1366
- .visible {
1367
- visibility: visible !important; }
1368
-
1369
- .invisible {
1370
- visibility: hidden !important; }
1371
-
1372
- @media (min-width: 576px) {
1373
- .float-sm-start {
1374
- float: left !important; }
1375
- .float-sm-end {
1376
- float: right !important; }
1377
- .float-sm-none {
1378
- float: none !important; }
1379
- .d-sm-inline {
1380
- display: inline !important; }
1381
- .d-sm-inline-block {
1382
- display: inline-block !important; }
1383
- .d-sm-block {
1384
- display: block !important; }
1385
- .d-sm-grid {
1386
- display: grid !important; }
1387
- .d-sm-table {
1388
- display: table !important; }
1389
- .d-sm-table-row {
1390
- display: table-row !important; }
1391
- .d-sm-table-cell {
1392
- display: table-cell !important; }
1393
- .d-sm-flex {
1394
- display: flex !important; }
1395
- .d-sm-inline-flex {
1396
- display: inline-flex !important; }
1397
- .d-sm-none {
1398
- display: none !important; }
1399
- .flex-sm-fill {
1400
- flex: 1 1 auto !important; }
1401
- .flex-sm-row {
1402
- flex-direction: row !important; }
1403
- .flex-sm-column {
1404
- flex-direction: column !important; }
1405
- .flex-sm-row-reverse {
1406
- flex-direction: row-reverse !important; }
1407
- .flex-sm-column-reverse {
1408
- flex-direction: column-reverse !important; }
1409
- .flex-sm-grow-0 {
1410
- flex-grow: 0 !important; }
1411
- .flex-sm-grow-1 {
1412
- flex-grow: 1 !important; }
1413
- .flex-sm-shrink-0 {
1414
- flex-shrink: 0 !important; }
1415
- .flex-sm-shrink-1 {
1416
- flex-shrink: 1 !important; }
1417
- .flex-sm-wrap {
1418
- flex-wrap: wrap !important; }
1419
- .flex-sm-nowrap {
1420
- flex-wrap: nowrap !important; }
1421
- .flex-sm-wrap-reverse {
1422
- flex-wrap: wrap-reverse !important; }
1423
- .gap-sm-0 {
1424
- gap: 0 !important; }
1425
- .gap-sm-1 {
1426
- gap: 0.25rem !important; }
1427
- .gap-sm-2 {
1428
- gap: 0.5rem !important; }
1429
- .gap-sm-3 {
1430
- gap: 1rem !important; }
1431
- .gap-sm-4 {
1432
- gap: 1.5rem !important; }
1433
- .gap-sm-5 {
1434
- gap: 3rem !important; }
1435
- .justify-content-sm-start {
1436
- justify-content: flex-start !important; }
1437
- .justify-content-sm-end {
1438
- justify-content: flex-end !important; }
1439
- .justify-content-sm-center {
1440
- justify-content: center !important; }
1441
- .justify-content-sm-between {
1442
- justify-content: space-between !important; }
1443
- .justify-content-sm-around {
1444
- justify-content: space-around !important; }
1445
- .justify-content-sm-evenly {
1446
- justify-content: space-evenly !important; }
1447
- .align-items-sm-start {
1448
- align-items: flex-start !important; }
1449
- .align-items-sm-end {
1450
- align-items: flex-end !important; }
1451
- .align-items-sm-center {
1452
- align-items: center !important; }
1453
- .align-items-sm-baseline {
1454
- align-items: baseline !important; }
1455
- .align-items-sm-stretch {
1456
- align-items: stretch !important; }
1457
- .align-content-sm-start {
1458
- align-content: flex-start !important; }
1459
- .align-content-sm-end {
1460
- align-content: flex-end !important; }
1461
- .align-content-sm-center {
1462
- align-content: center !important; }
1463
- .align-content-sm-between {
1464
- align-content: space-between !important; }
1465
- .align-content-sm-around {
1466
- align-content: space-around !important; }
1467
- .align-content-sm-stretch {
1468
- align-content: stretch !important; }
1469
- .align-self-sm-auto {
1470
- align-self: auto !important; }
1471
- .align-self-sm-start {
1472
- align-self: flex-start !important; }
1473
- .align-self-sm-end {
1474
- align-self: flex-end !important; }
1475
- .align-self-sm-center {
1476
- align-self: center !important; }
1477
- .align-self-sm-baseline {
1478
- align-self: baseline !important; }
1479
- .align-self-sm-stretch {
1480
- align-self: stretch !important; }
1481
- .order-sm-first {
1482
- order: -1 !important; }
1483
- .order-sm-0 {
1484
- order: 0 !important; }
1485
- .order-sm-1 {
1486
- order: 1 !important; }
1487
- .order-sm-2 {
1488
- order: 2 !important; }
1489
- .order-sm-3 {
1490
- order: 3 !important; }
1491
- .order-sm-4 {
1492
- order: 4 !important; }
1493
- .order-sm-5 {
1494
- order: 5 !important; }
1495
- .order-sm-last {
1496
- order: 6 !important; }
1497
- .m-sm-0 {
1498
- margin: 0 !important; }
1499
- .m-sm-1 {
1500
- margin: 0.25rem !important; }
1501
- .m-sm-2 {
1502
- margin: 0.5rem !important; }
1503
- .m-sm-3 {
1504
- margin: 1rem !important; }
1505
- .m-sm-4 {
1506
- margin: 1.5rem !important; }
1507
- .m-sm-5 {
1508
- margin: 3rem !important; }
1509
- .m-sm-auto {
1510
- margin: auto !important; }
1511
- .mx-sm-0 {
1512
- margin-right: 0 !important;
1513
- margin-left: 0 !important; }
1514
- .mx-sm-1 {
1515
- margin-right: 0.25rem !important;
1516
- margin-left: 0.25rem !important; }
1517
- .mx-sm-2 {
1518
- margin-right: 0.5rem !important;
1519
- margin-left: 0.5rem !important; }
1520
- .mx-sm-3 {
1521
- margin-right: 1rem !important;
1522
- margin-left: 1rem !important; }
1523
- .mx-sm-4 {
1524
- margin-right: 1.5rem !important;
1525
- margin-left: 1.5rem !important; }
1526
- .mx-sm-5 {
1527
- margin-right: 3rem !important;
1528
- margin-left: 3rem !important; }
1529
- .mx-sm-auto {
1530
- margin-right: auto !important;
1531
- margin-left: auto !important; }
1532
- .my-sm-0 {
1533
- margin-top: 0 !important;
1534
- margin-bottom: 0 !important; }
1535
- .my-sm-1 {
1536
- margin-top: 0.25rem !important;
1537
- margin-bottom: 0.25rem !important; }
1538
- .my-sm-2 {
1539
- margin-top: 0.5rem !important;
1540
- margin-bottom: 0.5rem !important; }
1541
- .my-sm-3 {
1542
- margin-top: 1rem !important;
1543
- margin-bottom: 1rem !important; }
1544
- .my-sm-4 {
1545
- margin-top: 1.5rem !important;
1546
- margin-bottom: 1.5rem !important; }
1547
- .my-sm-5 {
1548
- margin-top: 3rem !important;
1549
- margin-bottom: 3rem !important; }
1550
- .my-sm-auto {
1551
- margin-top: auto !important;
1552
- margin-bottom: auto !important; }
1553
- .mt-sm-0 {
1554
- margin-top: 0 !important; }
1555
- .mt-sm-1 {
1556
- margin-top: 0.25rem !important; }
1557
- .mt-sm-2 {
1558
- margin-top: 0.5rem !important; }
1559
- .mt-sm-3 {
1560
- margin-top: 1rem !important; }
1561
- .mt-sm-4 {
1562
- margin-top: 1.5rem !important; }
1563
- .mt-sm-5 {
1564
- margin-top: 3rem !important; }
1565
- .mt-sm-auto {
1566
- margin-top: auto !important; }
1567
- .me-sm-0 {
1568
- margin-right: 0 !important; }
1569
- .me-sm-1 {
1570
- margin-right: 0.25rem !important; }
1571
- .me-sm-2 {
1572
- margin-right: 0.5rem !important; }
1573
- .me-sm-3 {
1574
- margin-right: 1rem !important; }
1575
- .me-sm-4 {
1576
- margin-right: 1.5rem !important; }
1577
- .me-sm-5 {
1578
- margin-right: 3rem !important; }
1579
- .me-sm-auto {
1580
- margin-right: auto !important; }
1581
- .mb-sm-0 {
1582
- margin-bottom: 0 !important; }
1583
- .mb-sm-1 {
1584
- margin-bottom: 0.25rem !important; }
1585
- .mb-sm-2 {
1586
- margin-bottom: 0.5rem !important; }
1587
- .mb-sm-3 {
1588
- margin-bottom: 1rem !important; }
1589
- .mb-sm-4 {
1590
- margin-bottom: 1.5rem !important; }
1591
- .mb-sm-5 {
1592
- margin-bottom: 3rem !important; }
1593
- .mb-sm-auto {
1594
- margin-bottom: auto !important; }
1595
- .ms-sm-0 {
1596
- margin-left: 0 !important; }
1597
- .ms-sm-1 {
1598
- margin-left: 0.25rem !important; }
1599
- .ms-sm-2 {
1600
- margin-left: 0.5rem !important; }
1601
- .ms-sm-3 {
1602
- margin-left: 1rem !important; }
1603
- .ms-sm-4 {
1604
- margin-left: 1.5rem !important; }
1605
- .ms-sm-5 {
1606
- margin-left: 3rem !important; }
1607
- .ms-sm-auto {
1608
- margin-left: auto !important; }
1609
- .p-sm-0 {
1610
- padding: 0 !important; }
1611
- .p-sm-1 {
1612
- padding: 0.25rem !important; }
1613
- .p-sm-2 {
1614
- padding: 0.5rem !important; }
1615
- .p-sm-3 {
1616
- padding: 1rem !important; }
1617
- .p-sm-4 {
1618
- padding: 1.5rem !important; }
1619
- .p-sm-5 {
1620
- padding: 3rem !important; }
1621
- .px-sm-0 {
1622
- padding-right: 0 !important;
1623
- padding-left: 0 !important; }
1624
- .px-sm-1 {
1625
- padding-right: 0.25rem !important;
1626
- padding-left: 0.25rem !important; }
1627
- .px-sm-2 {
1628
- padding-right: 0.5rem !important;
1629
- padding-left: 0.5rem !important; }
1630
- .px-sm-3 {
1631
- padding-right: 1rem !important;
1632
- padding-left: 1rem !important; }
1633
- .px-sm-4 {
1634
- padding-right: 1.5rem !important;
1635
- padding-left: 1.5rem !important; }
1636
- .px-sm-5 {
1637
- padding-right: 3rem !important;
1638
- padding-left: 3rem !important; }
1639
- .py-sm-0 {
1640
- padding-top: 0 !important;
1641
- padding-bottom: 0 !important; }
1642
- .py-sm-1 {
1643
- padding-top: 0.25rem !important;
1644
- padding-bottom: 0.25rem !important; }
1645
- .py-sm-2 {
1646
- padding-top: 0.5rem !important;
1647
- padding-bottom: 0.5rem !important; }
1648
- .py-sm-3 {
1649
- padding-top: 1rem !important;
1650
- padding-bottom: 1rem !important; }
1651
- .py-sm-4 {
1652
- padding-top: 1.5rem !important;
1653
- padding-bottom: 1.5rem !important; }
1654
- .py-sm-5 {
1655
- padding-top: 3rem !important;
1656
- padding-bottom: 3rem !important; }
1657
- .pt-sm-0 {
1658
- padding-top: 0 !important; }
1659
- .pt-sm-1 {
1660
- padding-top: 0.25rem !important; }
1661
- .pt-sm-2 {
1662
- padding-top: 0.5rem !important; }
1663
- .pt-sm-3 {
1664
- padding-top: 1rem !important; }
1665
- .pt-sm-4 {
1666
- padding-top: 1.5rem !important; }
1667
- .pt-sm-5 {
1668
- padding-top: 3rem !important; }
1669
- .pe-sm-0 {
1670
- padding-right: 0 !important; }
1671
- .pe-sm-1 {
1672
- padding-right: 0.25rem !important; }
1673
- .pe-sm-2 {
1674
- padding-right: 0.5rem !important; }
1675
- .pe-sm-3 {
1676
- padding-right: 1rem !important; }
1677
- .pe-sm-4 {
1678
- padding-right: 1.5rem !important; }
1679
- .pe-sm-5 {
1680
- padding-right: 3rem !important; }
1681
- .pb-sm-0 {
1682
- padding-bottom: 0 !important; }
1683
- .pb-sm-1 {
1684
- padding-bottom: 0.25rem !important; }
1685
- .pb-sm-2 {
1686
- padding-bottom: 0.5rem !important; }
1687
- .pb-sm-3 {
1688
- padding-bottom: 1rem !important; }
1689
- .pb-sm-4 {
1690
- padding-bottom: 1.5rem !important; }
1691
- .pb-sm-5 {
1692
- padding-bottom: 3rem !important; }
1693
- .ps-sm-0 {
1694
- padding-left: 0 !important; }
1695
- .ps-sm-1 {
1696
- padding-left: 0.25rem !important; }
1697
- .ps-sm-2 {
1698
- padding-left: 0.5rem !important; }
1699
- .ps-sm-3 {
1700
- padding-left: 1rem !important; }
1701
- .ps-sm-4 {
1702
- padding-left: 1.5rem !important; }
1703
- .ps-sm-5 {
1704
- padding-left: 3rem !important; }
1705
- .text-sm-start {
1706
- text-align: left !important; }
1707
- .text-sm-end {
1708
- text-align: right !important; }
1709
- .text-sm-center {
1710
- text-align: center !important; } }
1711
-
1712
- @media (min-width: 768px) {
1713
- .float-md-start {
1714
- float: left !important; }
1715
- .float-md-end {
1716
- float: right !important; }
1717
- .float-md-none {
1718
- float: none !important; }
1719
- .d-md-inline {
1720
- display: inline !important; }
1721
- .d-md-inline-block {
1722
- display: inline-block !important; }
1723
- .d-md-block {
1724
- display: block !important; }
1725
- .d-md-grid {
1726
- display: grid !important; }
1727
- .d-md-table {
1728
- display: table !important; }
1729
- .d-md-table-row {
1730
- display: table-row !important; }
1731
- .d-md-table-cell {
1732
- display: table-cell !important; }
1733
- .d-md-flex {
1734
- display: flex !important; }
1735
- .d-md-inline-flex {
1736
- display: inline-flex !important; }
1737
- .d-md-none {
1738
- display: none !important; }
1739
- .flex-md-fill {
1740
- flex: 1 1 auto !important; }
1741
- .flex-md-row {
1742
- flex-direction: row !important; }
1743
- .flex-md-column {
1744
- flex-direction: column !important; }
1745
- .flex-md-row-reverse {
1746
- flex-direction: row-reverse !important; }
1747
- .flex-md-column-reverse {
1748
- flex-direction: column-reverse !important; }
1749
- .flex-md-grow-0 {
1750
- flex-grow: 0 !important; }
1751
- .flex-md-grow-1 {
1752
- flex-grow: 1 !important; }
1753
- .flex-md-shrink-0 {
1754
- flex-shrink: 0 !important; }
1755
- .flex-md-shrink-1 {
1756
- flex-shrink: 1 !important; }
1757
- .flex-md-wrap {
1758
- flex-wrap: wrap !important; }
1759
- .flex-md-nowrap {
1760
- flex-wrap: nowrap !important; }
1761
- .flex-md-wrap-reverse {
1762
- flex-wrap: wrap-reverse !important; }
1763
- .gap-md-0 {
1764
- gap: 0 !important; }
1765
- .gap-md-1 {
1766
- gap: 0.25rem !important; }
1767
- .gap-md-2 {
1768
- gap: 0.5rem !important; }
1769
- .gap-md-3 {
1770
- gap: 1rem !important; }
1771
- .gap-md-4 {
1772
- gap: 1.5rem !important; }
1773
- .gap-md-5 {
1774
- gap: 3rem !important; }
1775
- .justify-content-md-start {
1776
- justify-content: flex-start !important; }
1777
- .justify-content-md-end {
1778
- justify-content: flex-end !important; }
1779
- .justify-content-md-center {
1780
- justify-content: center !important; }
1781
- .justify-content-md-between {
1782
- justify-content: space-between !important; }
1783
- .justify-content-md-around {
1784
- justify-content: space-around !important; }
1785
- .justify-content-md-evenly {
1786
- justify-content: space-evenly !important; }
1787
- .align-items-md-start {
1788
- align-items: flex-start !important; }
1789
- .align-items-md-end {
1790
- align-items: flex-end !important; }
1791
- .align-items-md-center {
1792
- align-items: center !important; }
1793
- .align-items-md-baseline {
1794
- align-items: baseline !important; }
1795
- .align-items-md-stretch {
1796
- align-items: stretch !important; }
1797
- .align-content-md-start {
1798
- align-content: flex-start !important; }
1799
- .align-content-md-end {
1800
- align-content: flex-end !important; }
1801
- .align-content-md-center {
1802
- align-content: center !important; }
1803
- .align-content-md-between {
1804
- align-content: space-between !important; }
1805
- .align-content-md-around {
1806
- align-content: space-around !important; }
1807
- .align-content-md-stretch {
1808
- align-content: stretch !important; }
1809
- .align-self-md-auto {
1810
- align-self: auto !important; }
1811
- .align-self-md-start {
1812
- align-self: flex-start !important; }
1813
- .align-self-md-end {
1814
- align-self: flex-end !important; }
1815
- .align-self-md-center {
1816
- align-self: center !important; }
1817
- .align-self-md-baseline {
1818
- align-self: baseline !important; }
1819
- .align-self-md-stretch {
1820
- align-self: stretch !important; }
1821
- .order-md-first {
1822
- order: -1 !important; }
1823
- .order-md-0 {
1824
- order: 0 !important; }
1825
- .order-md-1 {
1826
- order: 1 !important; }
1827
- .order-md-2 {
1828
- order: 2 !important; }
1829
- .order-md-3 {
1830
- order: 3 !important; }
1831
- .order-md-4 {
1832
- order: 4 !important; }
1833
- .order-md-5 {
1834
- order: 5 !important; }
1835
- .order-md-last {
1836
- order: 6 !important; }
1837
- .m-md-0 {
1838
- margin: 0 !important; }
1839
- .m-md-1 {
1840
- margin: 0.25rem !important; }
1841
- .m-md-2 {
1842
- margin: 0.5rem !important; }
1843
- .m-md-3 {
1844
- margin: 1rem !important; }
1845
- .m-md-4 {
1846
- margin: 1.5rem !important; }
1847
- .m-md-5 {
1848
- margin: 3rem !important; }
1849
- .m-md-auto {
1850
- margin: auto !important; }
1851
- .mx-md-0 {
1852
- margin-right: 0 !important;
1853
- margin-left: 0 !important; }
1854
- .mx-md-1 {
1855
- margin-right: 0.25rem !important;
1856
- margin-left: 0.25rem !important; }
1857
- .mx-md-2 {
1858
- margin-right: 0.5rem !important;
1859
- margin-left: 0.5rem !important; }
1860
- .mx-md-3 {
1861
- margin-right: 1rem !important;
1862
- margin-left: 1rem !important; }
1863
- .mx-md-4 {
1864
- margin-right: 1.5rem !important;
1865
- margin-left: 1.5rem !important; }
1866
- .mx-md-5 {
1867
- margin-right: 3rem !important;
1868
- margin-left: 3rem !important; }
1869
- .mx-md-auto {
1870
- margin-right: auto !important;
1871
- margin-left: auto !important; }
1872
- .my-md-0 {
1873
- margin-top: 0 !important;
1874
- margin-bottom: 0 !important; }
1875
- .my-md-1 {
1876
- margin-top: 0.25rem !important;
1877
- margin-bottom: 0.25rem !important; }
1878
- .my-md-2 {
1879
- margin-top: 0.5rem !important;
1880
- margin-bottom: 0.5rem !important; }
1881
- .my-md-3 {
1882
- margin-top: 1rem !important;
1883
- margin-bottom: 1rem !important; }
1884
- .my-md-4 {
1885
- margin-top: 1.5rem !important;
1886
- margin-bottom: 1.5rem !important; }
1887
- .my-md-5 {
1888
- margin-top: 3rem !important;
1889
- margin-bottom: 3rem !important; }
1890
- .my-md-auto {
1891
- margin-top: auto !important;
1892
- margin-bottom: auto !important; }
1893
- .mt-md-0 {
1894
- margin-top: 0 !important; }
1895
- .mt-md-1 {
1896
- margin-top: 0.25rem !important; }
1897
- .mt-md-2 {
1898
- margin-top: 0.5rem !important; }
1899
- .mt-md-3 {
1900
- margin-top: 1rem !important; }
1901
- .mt-md-4 {
1902
- margin-top: 1.5rem !important; }
1903
- .mt-md-5 {
1904
- margin-top: 3rem !important; }
1905
- .mt-md-auto {
1906
- margin-top: auto !important; }
1907
- .me-md-0 {
1908
- margin-right: 0 !important; }
1909
- .me-md-1 {
1910
- margin-right: 0.25rem !important; }
1911
- .me-md-2 {
1912
- margin-right: 0.5rem !important; }
1913
- .me-md-3 {
1914
- margin-right: 1rem !important; }
1915
- .me-md-4 {
1916
- margin-right: 1.5rem !important; }
1917
- .me-md-5 {
1918
- margin-right: 3rem !important; }
1919
- .me-md-auto {
1920
- margin-right: auto !important; }
1921
- .mb-md-0 {
1922
- margin-bottom: 0 !important; }
1923
- .mb-md-1 {
1924
- margin-bottom: 0.25rem !important; }
1925
- .mb-md-2 {
1926
- margin-bottom: 0.5rem !important; }
1927
- .mb-md-3 {
1928
- margin-bottom: 1rem !important; }
1929
- .mb-md-4 {
1930
- margin-bottom: 1.5rem !important; }
1931
- .mb-md-5 {
1932
- margin-bottom: 3rem !important; }
1933
- .mb-md-auto {
1934
- margin-bottom: auto !important; }
1935
- .ms-md-0 {
1936
- margin-left: 0 !important; }
1937
- .ms-md-1 {
1938
- margin-left: 0.25rem !important; }
1939
- .ms-md-2 {
1940
- margin-left: 0.5rem !important; }
1941
- .ms-md-3 {
1942
- margin-left: 1rem !important; }
1943
- .ms-md-4 {
1944
- margin-left: 1.5rem !important; }
1945
- .ms-md-5 {
1946
- margin-left: 3rem !important; }
1947
- .ms-md-auto {
1948
- margin-left: auto !important; }
1949
- .p-md-0 {
1950
- padding: 0 !important; }
1951
- .p-md-1 {
1952
- padding: 0.25rem !important; }
1953
- .p-md-2 {
1954
- padding: 0.5rem !important; }
1955
- .p-md-3 {
1956
- padding: 1rem !important; }
1957
- .p-md-4 {
1958
- padding: 1.5rem !important; }
1959
- .p-md-5 {
1960
- padding: 3rem !important; }
1961
- .px-md-0 {
1962
- padding-right: 0 !important;
1963
- padding-left: 0 !important; }
1964
- .px-md-1 {
1965
- padding-right: 0.25rem !important;
1966
- padding-left: 0.25rem !important; }
1967
- .px-md-2 {
1968
- padding-right: 0.5rem !important;
1969
- padding-left: 0.5rem !important; }
1970
- .px-md-3 {
1971
- padding-right: 1rem !important;
1972
- padding-left: 1rem !important; }
1973
- .px-md-4 {
1974
- padding-right: 1.5rem !important;
1975
- padding-left: 1.5rem !important; }
1976
- .px-md-5 {
1977
- padding-right: 3rem !important;
1978
- padding-left: 3rem !important; }
1979
- .py-md-0 {
1980
- padding-top: 0 !important;
1981
- padding-bottom: 0 !important; }
1982
- .py-md-1 {
1983
- padding-top: 0.25rem !important;
1984
- padding-bottom: 0.25rem !important; }
1985
- .py-md-2 {
1986
- padding-top: 0.5rem !important;
1987
- padding-bottom: 0.5rem !important; }
1988
- .py-md-3 {
1989
- padding-top: 1rem !important;
1990
- padding-bottom: 1rem !important; }
1991
- .py-md-4 {
1992
- padding-top: 1.5rem !important;
1993
- padding-bottom: 1.5rem !important; }
1994
- .py-md-5 {
1995
- padding-top: 3rem !important;
1996
- padding-bottom: 3rem !important; }
1997
- .pt-md-0 {
1998
- padding-top: 0 !important; }
1999
- .pt-md-1 {
2000
- padding-top: 0.25rem !important; }
2001
- .pt-md-2 {
2002
- padding-top: 0.5rem !important; }
2003
- .pt-md-3 {
2004
- padding-top: 1rem !important; }
2005
- .pt-md-4 {
2006
- padding-top: 1.5rem !important; }
2007
- .pt-md-5 {
2008
- padding-top: 3rem !important; }
2009
- .pe-md-0 {
2010
- padding-right: 0 !important; }
2011
- .pe-md-1 {
2012
- padding-right: 0.25rem !important; }
2013
- .pe-md-2 {
2014
- padding-right: 0.5rem !important; }
2015
- .pe-md-3 {
2016
- padding-right: 1rem !important; }
2017
- .pe-md-4 {
2018
- padding-right: 1.5rem !important; }
2019
- .pe-md-5 {
2020
- padding-right: 3rem !important; }
2021
- .pb-md-0 {
2022
- padding-bottom: 0 !important; }
2023
- .pb-md-1 {
2024
- padding-bottom: 0.25rem !important; }
2025
- .pb-md-2 {
2026
- padding-bottom: 0.5rem !important; }
2027
- .pb-md-3 {
2028
- padding-bottom: 1rem !important; }
2029
- .pb-md-4 {
2030
- padding-bottom: 1.5rem !important; }
2031
- .pb-md-5 {
2032
- padding-bottom: 3rem !important; }
2033
- .ps-md-0 {
2034
- padding-left: 0 !important; }
2035
- .ps-md-1 {
2036
- padding-left: 0.25rem !important; }
2037
- .ps-md-2 {
2038
- padding-left: 0.5rem !important; }
2039
- .ps-md-3 {
2040
- padding-left: 1rem !important; }
2041
- .ps-md-4 {
2042
- padding-left: 1.5rem !important; }
2043
- .ps-md-5 {
2044
- padding-left: 3rem !important; }
2045
- .text-md-start {
2046
- text-align: left !important; }
2047
- .text-md-end {
2048
- text-align: right !important; }
2049
- .text-md-center {
2050
- text-align: center !important; } }
2051
-
2052
- @media (min-width: 992px) {
2053
- .float-lg-start {
2054
- float: left !important; }
2055
- .float-lg-end {
2056
- float: right !important; }
2057
- .float-lg-none {
2058
- float: none !important; }
2059
- .d-lg-inline {
2060
- display: inline !important; }
2061
- .d-lg-inline-block {
2062
- display: inline-block !important; }
2063
- .d-lg-block {
2064
- display: block !important; }
2065
- .d-lg-grid {
2066
- display: grid !important; }
2067
- .d-lg-table {
2068
- display: table !important; }
2069
- .d-lg-table-row {
2070
- display: table-row !important; }
2071
- .d-lg-table-cell {
2072
- display: table-cell !important; }
2073
- .d-lg-flex {
2074
- display: flex !important; }
2075
- .d-lg-inline-flex {
2076
- display: inline-flex !important; }
2077
- .d-lg-none {
2078
- display: none !important; }
2079
- .flex-lg-fill {
2080
- flex: 1 1 auto !important; }
2081
- .flex-lg-row {
2082
- flex-direction: row !important; }
2083
- .flex-lg-column {
2084
- flex-direction: column !important; }
2085
- .flex-lg-row-reverse {
2086
- flex-direction: row-reverse !important; }
2087
- .flex-lg-column-reverse {
2088
- flex-direction: column-reverse !important; }
2089
- .flex-lg-grow-0 {
2090
- flex-grow: 0 !important; }
2091
- .flex-lg-grow-1 {
2092
- flex-grow: 1 !important; }
2093
- .flex-lg-shrink-0 {
2094
- flex-shrink: 0 !important; }
2095
- .flex-lg-shrink-1 {
2096
- flex-shrink: 1 !important; }
2097
- .flex-lg-wrap {
2098
- flex-wrap: wrap !important; }
2099
- .flex-lg-nowrap {
2100
- flex-wrap: nowrap !important; }
2101
- .flex-lg-wrap-reverse {
2102
- flex-wrap: wrap-reverse !important; }
2103
- .gap-lg-0 {
2104
- gap: 0 !important; }
2105
- .gap-lg-1 {
2106
- gap: 0.25rem !important; }
2107
- .gap-lg-2 {
2108
- gap: 0.5rem !important; }
2109
- .gap-lg-3 {
2110
- gap: 1rem !important; }
2111
- .gap-lg-4 {
2112
- gap: 1.5rem !important; }
2113
- .gap-lg-5 {
2114
- gap: 3rem !important; }
2115
- .justify-content-lg-start {
2116
- justify-content: flex-start !important; }
2117
- .justify-content-lg-end {
2118
- justify-content: flex-end !important; }
2119
- .justify-content-lg-center {
2120
- justify-content: center !important; }
2121
- .justify-content-lg-between {
2122
- justify-content: space-between !important; }
2123
- .justify-content-lg-around {
2124
- justify-content: space-around !important; }
2125
- .justify-content-lg-evenly {
2126
- justify-content: space-evenly !important; }
2127
- .align-items-lg-start {
2128
- align-items: flex-start !important; }
2129
- .align-items-lg-end {
2130
- align-items: flex-end !important; }
2131
- .align-items-lg-center {
2132
- align-items: center !important; }
2133
- .align-items-lg-baseline {
2134
- align-items: baseline !important; }
2135
- .align-items-lg-stretch {
2136
- align-items: stretch !important; }
2137
- .align-content-lg-start {
2138
- align-content: flex-start !important; }
2139
- .align-content-lg-end {
2140
- align-content: flex-end !important; }
2141
- .align-content-lg-center {
2142
- align-content: center !important; }
2143
- .align-content-lg-between {
2144
- align-content: space-between !important; }
2145
- .align-content-lg-around {
2146
- align-content: space-around !important; }
2147
- .align-content-lg-stretch {
2148
- align-content: stretch !important; }
2149
- .align-self-lg-auto {
2150
- align-self: auto !important; }
2151
- .align-self-lg-start {
2152
- align-self: flex-start !important; }
2153
- .align-self-lg-end {
2154
- align-self: flex-end !important; }
2155
- .align-self-lg-center {
2156
- align-self: center !important; }
2157
- .align-self-lg-baseline {
2158
- align-self: baseline !important; }
2159
- .align-self-lg-stretch {
2160
- align-self: stretch !important; }
2161
- .order-lg-first {
2162
- order: -1 !important; }
2163
- .order-lg-0 {
2164
- order: 0 !important; }
2165
- .order-lg-1 {
2166
- order: 1 !important; }
2167
- .order-lg-2 {
2168
- order: 2 !important; }
2169
- .order-lg-3 {
2170
- order: 3 !important; }
2171
- .order-lg-4 {
2172
- order: 4 !important; }
2173
- .order-lg-5 {
2174
- order: 5 !important; }
2175
- .order-lg-last {
2176
- order: 6 !important; }
2177
- .m-lg-0 {
2178
- margin: 0 !important; }
2179
- .m-lg-1 {
2180
- margin: 0.25rem !important; }
2181
- .m-lg-2 {
2182
- margin: 0.5rem !important; }
2183
- .m-lg-3 {
2184
- margin: 1rem !important; }
2185
- .m-lg-4 {
2186
- margin: 1.5rem !important; }
2187
- .m-lg-5 {
2188
- margin: 3rem !important; }
2189
- .m-lg-auto {
2190
- margin: auto !important; }
2191
- .mx-lg-0 {
2192
- margin-right: 0 !important;
2193
- margin-left: 0 !important; }
2194
- .mx-lg-1 {
2195
- margin-right: 0.25rem !important;
2196
- margin-left: 0.25rem !important; }
2197
- .mx-lg-2 {
2198
- margin-right: 0.5rem !important;
2199
- margin-left: 0.5rem !important; }
2200
- .mx-lg-3 {
2201
- margin-right: 1rem !important;
2202
- margin-left: 1rem !important; }
2203
- .mx-lg-4 {
2204
- margin-right: 1.5rem !important;
2205
- margin-left: 1.5rem !important; }
2206
- .mx-lg-5 {
2207
- margin-right: 3rem !important;
2208
- margin-left: 3rem !important; }
2209
- .mx-lg-auto {
2210
- margin-right: auto !important;
2211
- margin-left: auto !important; }
2212
- .my-lg-0 {
2213
- margin-top: 0 !important;
2214
- margin-bottom: 0 !important; }
2215
- .my-lg-1 {
2216
- margin-top: 0.25rem !important;
2217
- margin-bottom: 0.25rem !important; }
2218
- .my-lg-2 {
2219
- margin-top: 0.5rem !important;
2220
- margin-bottom: 0.5rem !important; }
2221
- .my-lg-3 {
2222
- margin-top: 1rem !important;
2223
- margin-bottom: 1rem !important; }
2224
- .my-lg-4 {
2225
- margin-top: 1.5rem !important;
2226
- margin-bottom: 1.5rem !important; }
2227
- .my-lg-5 {
2228
- margin-top: 3rem !important;
2229
- margin-bottom: 3rem !important; }
2230
- .my-lg-auto {
2231
- margin-top: auto !important;
2232
- margin-bottom: auto !important; }
2233
- .mt-lg-0 {
2234
- margin-top: 0 !important; }
2235
- .mt-lg-1 {
2236
- margin-top: 0.25rem !important; }
2237
- .mt-lg-2 {
2238
- margin-top: 0.5rem !important; }
2239
- .mt-lg-3 {
2240
- margin-top: 1rem !important; }
2241
- .mt-lg-4 {
2242
- margin-top: 1.5rem !important; }
2243
- .mt-lg-5 {
2244
- margin-top: 3rem !important; }
2245
- .mt-lg-auto {
2246
- margin-top: auto !important; }
2247
- .me-lg-0 {
2248
- margin-right: 0 !important; }
2249
- .me-lg-1 {
2250
- margin-right: 0.25rem !important; }
2251
- .me-lg-2 {
2252
- margin-right: 0.5rem !important; }
2253
- .me-lg-3 {
2254
- margin-right: 1rem !important; }
2255
- .me-lg-4 {
2256
- margin-right: 1.5rem !important; }
2257
- .me-lg-5 {
2258
- margin-right: 3rem !important; }
2259
- .me-lg-auto {
2260
- margin-right: auto !important; }
2261
- .mb-lg-0 {
2262
- margin-bottom: 0 !important; }
2263
- .mb-lg-1 {
2264
- margin-bottom: 0.25rem !important; }
2265
- .mb-lg-2 {
2266
- margin-bottom: 0.5rem !important; }
2267
- .mb-lg-3 {
2268
- margin-bottom: 1rem !important; }
2269
- .mb-lg-4 {
2270
- margin-bottom: 1.5rem !important; }
2271
- .mb-lg-5 {
2272
- margin-bottom: 3rem !important; }
2273
- .mb-lg-auto {
2274
- margin-bottom: auto !important; }
2275
- .ms-lg-0 {
2276
- margin-left: 0 !important; }
2277
- .ms-lg-1 {
2278
- margin-left: 0.25rem !important; }
2279
- .ms-lg-2 {
2280
- margin-left: 0.5rem !important; }
2281
- .ms-lg-3 {
2282
- margin-left: 1rem !important; }
2283
- .ms-lg-4 {
2284
- margin-left: 1.5rem !important; }
2285
- .ms-lg-5 {
2286
- margin-left: 3rem !important; }
2287
- .ms-lg-auto {
2288
- margin-left: auto !important; }
2289
- .p-lg-0 {
2290
- padding: 0 !important; }
2291
- .p-lg-1 {
2292
- padding: 0.25rem !important; }
2293
- .p-lg-2 {
2294
- padding: 0.5rem !important; }
2295
- .p-lg-3 {
2296
- padding: 1rem !important; }
2297
- .p-lg-4 {
2298
- padding: 1.5rem !important; }
2299
- .p-lg-5 {
2300
- padding: 3rem !important; }
2301
- .px-lg-0 {
2302
- padding-right: 0 !important;
2303
- padding-left: 0 !important; }
2304
- .px-lg-1 {
2305
- padding-right: 0.25rem !important;
2306
- padding-left: 0.25rem !important; }
2307
- .px-lg-2 {
2308
- padding-right: 0.5rem !important;
2309
- padding-left: 0.5rem !important; }
2310
- .px-lg-3 {
2311
- padding-right: 1rem !important;
2312
- padding-left: 1rem !important; }
2313
- .px-lg-4 {
2314
- padding-right: 1.5rem !important;
2315
- padding-left: 1.5rem !important; }
2316
- .px-lg-5 {
2317
- padding-right: 3rem !important;
2318
- padding-left: 3rem !important; }
2319
- .py-lg-0 {
2320
- padding-top: 0 !important;
2321
- padding-bottom: 0 !important; }
2322
- .py-lg-1 {
2323
- padding-top: 0.25rem !important;
2324
- padding-bottom: 0.25rem !important; }
2325
- .py-lg-2 {
2326
- padding-top: 0.5rem !important;
2327
- padding-bottom: 0.5rem !important; }
2328
- .py-lg-3 {
2329
- padding-top: 1rem !important;
2330
- padding-bottom: 1rem !important; }
2331
- .py-lg-4 {
2332
- padding-top: 1.5rem !important;
2333
- padding-bottom: 1.5rem !important; }
2334
- .py-lg-5 {
2335
- padding-top: 3rem !important;
2336
- padding-bottom: 3rem !important; }
2337
- .pt-lg-0 {
2338
- padding-top: 0 !important; }
2339
- .pt-lg-1 {
2340
- padding-top: 0.25rem !important; }
2341
- .pt-lg-2 {
2342
- padding-top: 0.5rem !important; }
2343
- .pt-lg-3 {
2344
- padding-top: 1rem !important; }
2345
- .pt-lg-4 {
2346
- padding-top: 1.5rem !important; }
2347
- .pt-lg-5 {
2348
- padding-top: 3rem !important; }
2349
- .pe-lg-0 {
2350
- padding-right: 0 !important; }
2351
- .pe-lg-1 {
2352
- padding-right: 0.25rem !important; }
2353
- .pe-lg-2 {
2354
- padding-right: 0.5rem !important; }
2355
- .pe-lg-3 {
2356
- padding-right: 1rem !important; }
2357
- .pe-lg-4 {
2358
- padding-right: 1.5rem !important; }
2359
- .pe-lg-5 {
2360
- padding-right: 3rem !important; }
2361
- .pb-lg-0 {
2362
- padding-bottom: 0 !important; }
2363
- .pb-lg-1 {
2364
- padding-bottom: 0.25rem !important; }
2365
- .pb-lg-2 {
2366
- padding-bottom: 0.5rem !important; }
2367
- .pb-lg-3 {
2368
- padding-bottom: 1rem !important; }
2369
- .pb-lg-4 {
2370
- padding-bottom: 1.5rem !important; }
2371
- .pb-lg-5 {
2372
- padding-bottom: 3rem !important; }
2373
- .ps-lg-0 {
2374
- padding-left: 0 !important; }
2375
- .ps-lg-1 {
2376
- padding-left: 0.25rem !important; }
2377
- .ps-lg-2 {
2378
- padding-left: 0.5rem !important; }
2379
- .ps-lg-3 {
2380
- padding-left: 1rem !important; }
2381
- .ps-lg-4 {
2382
- padding-left: 1.5rem !important; }
2383
- .ps-lg-5 {
2384
- padding-left: 3rem !important; }
2385
- .text-lg-start {
2386
- text-align: left !important; }
2387
- .text-lg-end {
2388
- text-align: right !important; }
2389
- .text-lg-center {
2390
- text-align: center !important; } }
2391
-
2392
- @media (min-width: 1200px) {
2393
- .float-xl-start {
2394
- float: left !important; }
2395
- .float-xl-end {
2396
- float: right !important; }
2397
- .float-xl-none {
2398
- float: none !important; }
2399
- .d-xl-inline {
2400
- display: inline !important; }
2401
- .d-xl-inline-block {
2402
- display: inline-block !important; }
2403
- .d-xl-block {
2404
- display: block !important; }
2405
- .d-xl-grid {
2406
- display: grid !important; }
2407
- .d-xl-table {
2408
- display: table !important; }
2409
- .d-xl-table-row {
2410
- display: table-row !important; }
2411
- .d-xl-table-cell {
2412
- display: table-cell !important; }
2413
- .d-xl-flex {
2414
- display: flex !important; }
2415
- .d-xl-inline-flex {
2416
- display: inline-flex !important; }
2417
- .d-xl-none {
2418
- display: none !important; }
2419
- .flex-xl-fill {
2420
- flex: 1 1 auto !important; }
2421
- .flex-xl-row {
2422
- flex-direction: row !important; }
2423
- .flex-xl-column {
2424
- flex-direction: column !important; }
2425
- .flex-xl-row-reverse {
2426
- flex-direction: row-reverse !important; }
2427
- .flex-xl-column-reverse {
2428
- flex-direction: column-reverse !important; }
2429
- .flex-xl-grow-0 {
2430
- flex-grow: 0 !important; }
2431
- .flex-xl-grow-1 {
2432
- flex-grow: 1 !important; }
2433
- .flex-xl-shrink-0 {
2434
- flex-shrink: 0 !important; }
2435
- .flex-xl-shrink-1 {
2436
- flex-shrink: 1 !important; }
2437
- .flex-xl-wrap {
2438
- flex-wrap: wrap !important; }
2439
- .flex-xl-nowrap {
2440
- flex-wrap: nowrap !important; }
2441
- .flex-xl-wrap-reverse {
2442
- flex-wrap: wrap-reverse !important; }
2443
- .gap-xl-0 {
2444
- gap: 0 !important; }
2445
- .gap-xl-1 {
2446
- gap: 0.25rem !important; }
2447
- .gap-xl-2 {
2448
- gap: 0.5rem !important; }
2449
- .gap-xl-3 {
2450
- gap: 1rem !important; }
2451
- .gap-xl-4 {
2452
- gap: 1.5rem !important; }
2453
- .gap-xl-5 {
2454
- gap: 3rem !important; }
2455
- .justify-content-xl-start {
2456
- justify-content: flex-start !important; }
2457
- .justify-content-xl-end {
2458
- justify-content: flex-end !important; }
2459
- .justify-content-xl-center {
2460
- justify-content: center !important; }
2461
- .justify-content-xl-between {
2462
- justify-content: space-between !important; }
2463
- .justify-content-xl-around {
2464
- justify-content: space-around !important; }
2465
- .justify-content-xl-evenly {
2466
- justify-content: space-evenly !important; }
2467
- .align-items-xl-start {
2468
- align-items: flex-start !important; }
2469
- .align-items-xl-end {
2470
- align-items: flex-end !important; }
2471
- .align-items-xl-center {
2472
- align-items: center !important; }
2473
- .align-items-xl-baseline {
2474
- align-items: baseline !important; }
2475
- .align-items-xl-stretch {
2476
- align-items: stretch !important; }
2477
- .align-content-xl-start {
2478
- align-content: flex-start !important; }
2479
- .align-content-xl-end {
2480
- align-content: flex-end !important; }
2481
- .align-content-xl-center {
2482
- align-content: center !important; }
2483
- .align-content-xl-between {
2484
- align-content: space-between !important; }
2485
- .align-content-xl-around {
2486
- align-content: space-around !important; }
2487
- .align-content-xl-stretch {
2488
- align-content: stretch !important; }
2489
- .align-self-xl-auto {
2490
- align-self: auto !important; }
2491
- .align-self-xl-start {
2492
- align-self: flex-start !important; }
2493
- .align-self-xl-end {
2494
- align-self: flex-end !important; }
2495
- .align-self-xl-center {
2496
- align-self: center !important; }
2497
- .align-self-xl-baseline {
2498
- align-self: baseline !important; }
2499
- .align-self-xl-stretch {
2500
- align-self: stretch !important; }
2501
- .order-xl-first {
2502
- order: -1 !important; }
2503
- .order-xl-0 {
2504
- order: 0 !important; }
2505
- .order-xl-1 {
2506
- order: 1 !important; }
2507
- .order-xl-2 {
2508
- order: 2 !important; }
2509
- .order-xl-3 {
2510
- order: 3 !important; }
2511
- .order-xl-4 {
2512
- order: 4 !important; }
2513
- .order-xl-5 {
2514
- order: 5 !important; }
2515
- .order-xl-last {
2516
- order: 6 !important; }
2517
- .m-xl-0 {
2518
- margin: 0 !important; }
2519
- .m-xl-1 {
2520
- margin: 0.25rem !important; }
2521
- .m-xl-2 {
2522
- margin: 0.5rem !important; }
2523
- .m-xl-3 {
2524
- margin: 1rem !important; }
2525
- .m-xl-4 {
2526
- margin: 1.5rem !important; }
2527
- .m-xl-5 {
2528
- margin: 3rem !important; }
2529
- .m-xl-auto {
2530
- margin: auto !important; }
2531
- .mx-xl-0 {
2532
- margin-right: 0 !important;
2533
- margin-left: 0 !important; }
2534
- .mx-xl-1 {
2535
- margin-right: 0.25rem !important;
2536
- margin-left: 0.25rem !important; }
2537
- .mx-xl-2 {
2538
- margin-right: 0.5rem !important;
2539
- margin-left: 0.5rem !important; }
2540
- .mx-xl-3 {
2541
- margin-right: 1rem !important;
2542
- margin-left: 1rem !important; }
2543
- .mx-xl-4 {
2544
- margin-right: 1.5rem !important;
2545
- margin-left: 1.5rem !important; }
2546
- .mx-xl-5 {
2547
- margin-right: 3rem !important;
2548
- margin-left: 3rem !important; }
2549
- .mx-xl-auto {
2550
- margin-right: auto !important;
2551
- margin-left: auto !important; }
2552
- .my-xl-0 {
2553
- margin-top: 0 !important;
2554
- margin-bottom: 0 !important; }
2555
- .my-xl-1 {
2556
- margin-top: 0.25rem !important;
2557
- margin-bottom: 0.25rem !important; }
2558
- .my-xl-2 {
2559
- margin-top: 0.5rem !important;
2560
- margin-bottom: 0.5rem !important; }
2561
- .my-xl-3 {
2562
- margin-top: 1rem !important;
2563
- margin-bottom: 1rem !important; }
2564
- .my-xl-4 {
2565
- margin-top: 1.5rem !important;
2566
- margin-bottom: 1.5rem !important; }
2567
- .my-xl-5 {
2568
- margin-top: 3rem !important;
2569
- margin-bottom: 3rem !important; }
2570
- .my-xl-auto {
2571
- margin-top: auto !important;
2572
- margin-bottom: auto !important; }
2573
- .mt-xl-0 {
2574
- margin-top: 0 !important; }
2575
- .mt-xl-1 {
2576
- margin-top: 0.25rem !important; }
2577
- .mt-xl-2 {
2578
- margin-top: 0.5rem !important; }
2579
- .mt-xl-3 {
2580
- margin-top: 1rem !important; }
2581
- .mt-xl-4 {
2582
- margin-top: 1.5rem !important; }
2583
- .mt-xl-5 {
2584
- margin-top: 3rem !important; }
2585
- .mt-xl-auto {
2586
- margin-top: auto !important; }
2587
- .me-xl-0 {
2588
- margin-right: 0 !important; }
2589
- .me-xl-1 {
2590
- margin-right: 0.25rem !important; }
2591
- .me-xl-2 {
2592
- margin-right: 0.5rem !important; }
2593
- .me-xl-3 {
2594
- margin-right: 1rem !important; }
2595
- .me-xl-4 {
2596
- margin-right: 1.5rem !important; }
2597
- .me-xl-5 {
2598
- margin-right: 3rem !important; }
2599
- .me-xl-auto {
2600
- margin-right: auto !important; }
2601
- .mb-xl-0 {
2602
- margin-bottom: 0 !important; }
2603
- .mb-xl-1 {
2604
- margin-bottom: 0.25rem !important; }
2605
- .mb-xl-2 {
2606
- margin-bottom: 0.5rem !important; }
2607
- .mb-xl-3 {
2608
- margin-bottom: 1rem !important; }
2609
- .mb-xl-4 {
2610
- margin-bottom: 1.5rem !important; }
2611
- .mb-xl-5 {
2612
- margin-bottom: 3rem !important; }
2613
- .mb-xl-auto {
2614
- margin-bottom: auto !important; }
2615
- .ms-xl-0 {
2616
- margin-left: 0 !important; }
2617
- .ms-xl-1 {
2618
- margin-left: 0.25rem !important; }
2619
- .ms-xl-2 {
2620
- margin-left: 0.5rem !important; }
2621
- .ms-xl-3 {
2622
- margin-left: 1rem !important; }
2623
- .ms-xl-4 {
2624
- margin-left: 1.5rem !important; }
2625
- .ms-xl-5 {
2626
- margin-left: 3rem !important; }
2627
- .ms-xl-auto {
2628
- margin-left: auto !important; }
2629
- .p-xl-0 {
2630
- padding: 0 !important; }
2631
- .p-xl-1 {
2632
- padding: 0.25rem !important; }
2633
- .p-xl-2 {
2634
- padding: 0.5rem !important; }
2635
- .p-xl-3 {
2636
- padding: 1rem !important; }
2637
- .p-xl-4 {
2638
- padding: 1.5rem !important; }
2639
- .p-xl-5 {
2640
- padding: 3rem !important; }
2641
- .px-xl-0 {
2642
- padding-right: 0 !important;
2643
- padding-left: 0 !important; }
2644
- .px-xl-1 {
2645
- padding-right: 0.25rem !important;
2646
- padding-left: 0.25rem !important; }
2647
- .px-xl-2 {
2648
- padding-right: 0.5rem !important;
2649
- padding-left: 0.5rem !important; }
2650
- .px-xl-3 {
2651
- padding-right: 1rem !important;
2652
- padding-left: 1rem !important; }
2653
- .px-xl-4 {
2654
- padding-right: 1.5rem !important;
2655
- padding-left: 1.5rem !important; }
2656
- .px-xl-5 {
2657
- padding-right: 3rem !important;
2658
- padding-left: 3rem !important; }
2659
- .py-xl-0 {
2660
- padding-top: 0 !important;
2661
- padding-bottom: 0 !important; }
2662
- .py-xl-1 {
2663
- padding-top: 0.25rem !important;
2664
- padding-bottom: 0.25rem !important; }
2665
- .py-xl-2 {
2666
- padding-top: 0.5rem !important;
2667
- padding-bottom: 0.5rem !important; }
2668
- .py-xl-3 {
2669
- padding-top: 1rem !important;
2670
- padding-bottom: 1rem !important; }
2671
- .py-xl-4 {
2672
- padding-top: 1.5rem !important;
2673
- padding-bottom: 1.5rem !important; }
2674
- .py-xl-5 {
2675
- padding-top: 3rem !important;
2676
- padding-bottom: 3rem !important; }
2677
- .pt-xl-0 {
2678
- padding-top: 0 !important; }
2679
- .pt-xl-1 {
2680
- padding-top: 0.25rem !important; }
2681
- .pt-xl-2 {
2682
- padding-top: 0.5rem !important; }
2683
- .pt-xl-3 {
2684
- padding-top: 1rem !important; }
2685
- .pt-xl-4 {
2686
- padding-top: 1.5rem !important; }
2687
- .pt-xl-5 {
2688
- padding-top: 3rem !important; }
2689
- .pe-xl-0 {
2690
- padding-right: 0 !important; }
2691
- .pe-xl-1 {
2692
- padding-right: 0.25rem !important; }
2693
- .pe-xl-2 {
2694
- padding-right: 0.5rem !important; }
2695
- .pe-xl-3 {
2696
- padding-right: 1rem !important; }
2697
- .pe-xl-4 {
2698
- padding-right: 1.5rem !important; }
2699
- .pe-xl-5 {
2700
- padding-right: 3rem !important; }
2701
- .pb-xl-0 {
2702
- padding-bottom: 0 !important; }
2703
- .pb-xl-1 {
2704
- padding-bottom: 0.25rem !important; }
2705
- .pb-xl-2 {
2706
- padding-bottom: 0.5rem !important; }
2707
- .pb-xl-3 {
2708
- padding-bottom: 1rem !important; }
2709
- .pb-xl-4 {
2710
- padding-bottom: 1.5rem !important; }
2711
- .pb-xl-5 {
2712
- padding-bottom: 3rem !important; }
2713
- .ps-xl-0 {
2714
- padding-left: 0 !important; }
2715
- .ps-xl-1 {
2716
- padding-left: 0.25rem !important; }
2717
- .ps-xl-2 {
2718
- padding-left: 0.5rem !important; }
2719
- .ps-xl-3 {
2720
- padding-left: 1rem !important; }
2721
- .ps-xl-4 {
2722
- padding-left: 1.5rem !important; }
2723
- .ps-xl-5 {
2724
- padding-left: 3rem !important; }
2725
- .text-xl-start {
2726
- text-align: left !important; }
2727
- .text-xl-end {
2728
- text-align: right !important; }
2729
- .text-xl-center {
2730
- text-align: center !important; } }
2731
-
2732
- @media (min-width: 1400px) {
2733
- .float-xxl-start {
2734
- float: left !important; }
2735
- .float-xxl-end {
2736
- float: right !important; }
2737
- .float-xxl-none {
2738
- float: none !important; }
2739
- .d-xxl-inline {
2740
- display: inline !important; }
2741
- .d-xxl-inline-block {
2742
- display: inline-block !important; }
2743
- .d-xxl-block {
2744
- display: block !important; }
2745
- .d-xxl-grid {
2746
- display: grid !important; }
2747
- .d-xxl-table {
2748
- display: table !important; }
2749
- .d-xxl-table-row {
2750
- display: table-row !important; }
2751
- .d-xxl-table-cell {
2752
- display: table-cell !important; }
2753
- .d-xxl-flex {
2754
- display: flex !important; }
2755
- .d-xxl-inline-flex {
2756
- display: inline-flex !important; }
2757
- .d-xxl-none {
2758
- display: none !important; }
2759
- .flex-xxl-fill {
2760
- flex: 1 1 auto !important; }
2761
- .flex-xxl-row {
2762
- flex-direction: row !important; }
2763
- .flex-xxl-column {
2764
- flex-direction: column !important; }
2765
- .flex-xxl-row-reverse {
2766
- flex-direction: row-reverse !important; }
2767
- .flex-xxl-column-reverse {
2768
- flex-direction: column-reverse !important; }
2769
- .flex-xxl-grow-0 {
2770
- flex-grow: 0 !important; }
2771
- .flex-xxl-grow-1 {
2772
- flex-grow: 1 !important; }
2773
- .flex-xxl-shrink-0 {
2774
- flex-shrink: 0 !important; }
2775
- .flex-xxl-shrink-1 {
2776
- flex-shrink: 1 !important; }
2777
- .flex-xxl-wrap {
2778
- flex-wrap: wrap !important; }
2779
- .flex-xxl-nowrap {
2780
- flex-wrap: nowrap !important; }
2781
- .flex-xxl-wrap-reverse {
2782
- flex-wrap: wrap-reverse !important; }
2783
- .gap-xxl-0 {
2784
- gap: 0 !important; }
2785
- .gap-xxl-1 {
2786
- gap: 0.25rem !important; }
2787
- .gap-xxl-2 {
2788
- gap: 0.5rem !important; }
2789
- .gap-xxl-3 {
2790
- gap: 1rem !important; }
2791
- .gap-xxl-4 {
2792
- gap: 1.5rem !important; }
2793
- .gap-xxl-5 {
2794
- gap: 3rem !important; }
2795
- .justify-content-xxl-start {
2796
- justify-content: flex-start !important; }
2797
- .justify-content-xxl-end {
2798
- justify-content: flex-end !important; }
2799
- .justify-content-xxl-center {
2800
- justify-content: center !important; }
2801
- .justify-content-xxl-between {
2802
- justify-content: space-between !important; }
2803
- .justify-content-xxl-around {
2804
- justify-content: space-around !important; }
2805
- .justify-content-xxl-evenly {
2806
- justify-content: space-evenly !important; }
2807
- .align-items-xxl-start {
2808
- align-items: flex-start !important; }
2809
- .align-items-xxl-end {
2810
- align-items: flex-end !important; }
2811
- .align-items-xxl-center {
2812
- align-items: center !important; }
2813
- .align-items-xxl-baseline {
2814
- align-items: baseline !important; }
2815
- .align-items-xxl-stretch {
2816
- align-items: stretch !important; }
2817
- .align-content-xxl-start {
2818
- align-content: flex-start !important; }
2819
- .align-content-xxl-end {
2820
- align-content: flex-end !important; }
2821
- .align-content-xxl-center {
2822
- align-content: center !important; }
2823
- .align-content-xxl-between {
2824
- align-content: space-between !important; }
2825
- .align-content-xxl-around {
2826
- align-content: space-around !important; }
2827
- .align-content-xxl-stretch {
2828
- align-content: stretch !important; }
2829
- .align-self-xxl-auto {
2830
- align-self: auto !important; }
2831
- .align-self-xxl-start {
2832
- align-self: flex-start !important; }
2833
- .align-self-xxl-end {
2834
- align-self: flex-end !important; }
2835
- .align-self-xxl-center {
2836
- align-self: center !important; }
2837
- .align-self-xxl-baseline {
2838
- align-self: baseline !important; }
2839
- .align-self-xxl-stretch {
2840
- align-self: stretch !important; }
2841
- .order-xxl-first {
2842
- order: -1 !important; }
2843
- .order-xxl-0 {
2844
- order: 0 !important; }
2845
- .order-xxl-1 {
2846
- order: 1 !important; }
2847
- .order-xxl-2 {
2848
- order: 2 !important; }
2849
- .order-xxl-3 {
2850
- order: 3 !important; }
2851
- .order-xxl-4 {
2852
- order: 4 !important; }
2853
- .order-xxl-5 {
2854
- order: 5 !important; }
2855
- .order-xxl-last {
2856
- order: 6 !important; }
2857
- .m-xxl-0 {
2858
- margin: 0 !important; }
2859
- .m-xxl-1 {
2860
- margin: 0.25rem !important; }
2861
- .m-xxl-2 {
2862
- margin: 0.5rem !important; }
2863
- .m-xxl-3 {
2864
- margin: 1rem !important; }
2865
- .m-xxl-4 {
2866
- margin: 1.5rem !important; }
2867
- .m-xxl-5 {
2868
- margin: 3rem !important; }
2869
- .m-xxl-auto {
2870
- margin: auto !important; }
2871
- .mx-xxl-0 {
2872
- margin-right: 0 !important;
2873
- margin-left: 0 !important; }
2874
- .mx-xxl-1 {
2875
- margin-right: 0.25rem !important;
2876
- margin-left: 0.25rem !important; }
2877
- .mx-xxl-2 {
2878
- margin-right: 0.5rem !important;
2879
- margin-left: 0.5rem !important; }
2880
- .mx-xxl-3 {
2881
- margin-right: 1rem !important;
2882
- margin-left: 1rem !important; }
2883
- .mx-xxl-4 {
2884
- margin-right: 1.5rem !important;
2885
- margin-left: 1.5rem !important; }
2886
- .mx-xxl-5 {
2887
- margin-right: 3rem !important;
2888
- margin-left: 3rem !important; }
2889
- .mx-xxl-auto {
2890
- margin-right: auto !important;
2891
- margin-left: auto !important; }
2892
- .my-xxl-0 {
2893
- margin-top: 0 !important;
2894
- margin-bottom: 0 !important; }
2895
- .my-xxl-1 {
2896
- margin-top: 0.25rem !important;
2897
- margin-bottom: 0.25rem !important; }
2898
- .my-xxl-2 {
2899
- margin-top: 0.5rem !important;
2900
- margin-bottom: 0.5rem !important; }
2901
- .my-xxl-3 {
2902
- margin-top: 1rem !important;
2903
- margin-bottom: 1rem !important; }
2904
- .my-xxl-4 {
2905
- margin-top: 1.5rem !important;
2906
- margin-bottom: 1.5rem !important; }
2907
- .my-xxl-5 {
2908
- margin-top: 3rem !important;
2909
- margin-bottom: 3rem !important; }
2910
- .my-xxl-auto {
2911
- margin-top: auto !important;
2912
- margin-bottom: auto !important; }
2913
- .mt-xxl-0 {
2914
- margin-top: 0 !important; }
2915
- .mt-xxl-1 {
2916
- margin-top: 0.25rem !important; }
2917
- .mt-xxl-2 {
2918
- margin-top: 0.5rem !important; }
2919
- .mt-xxl-3 {
2920
- margin-top: 1rem !important; }
2921
- .mt-xxl-4 {
2922
- margin-top: 1.5rem !important; }
2923
- .mt-xxl-5 {
2924
- margin-top: 3rem !important; }
2925
- .mt-xxl-auto {
2926
- margin-top: auto !important; }
2927
- .me-xxl-0 {
2928
- margin-right: 0 !important; }
2929
- .me-xxl-1 {
2930
- margin-right: 0.25rem !important; }
2931
- .me-xxl-2 {
2932
- margin-right: 0.5rem !important; }
2933
- .me-xxl-3 {
2934
- margin-right: 1rem !important; }
2935
- .me-xxl-4 {
2936
- margin-right: 1.5rem !important; }
2937
- .me-xxl-5 {
2938
- margin-right: 3rem !important; }
2939
- .me-xxl-auto {
2940
- margin-right: auto !important; }
2941
- .mb-xxl-0 {
2942
- margin-bottom: 0 !important; }
2943
- .mb-xxl-1 {
2944
- margin-bottom: 0.25rem !important; }
2945
- .mb-xxl-2 {
2946
- margin-bottom: 0.5rem !important; }
2947
- .mb-xxl-3 {
2948
- margin-bottom: 1rem !important; }
2949
- .mb-xxl-4 {
2950
- margin-bottom: 1.5rem !important; }
2951
- .mb-xxl-5 {
2952
- margin-bottom: 3rem !important; }
2953
- .mb-xxl-auto {
2954
- margin-bottom: auto !important; }
2955
- .ms-xxl-0 {
2956
- margin-left: 0 !important; }
2957
- .ms-xxl-1 {
2958
- margin-left: 0.25rem !important; }
2959
- .ms-xxl-2 {
2960
- margin-left: 0.5rem !important; }
2961
- .ms-xxl-3 {
2962
- margin-left: 1rem !important; }
2963
- .ms-xxl-4 {
2964
- margin-left: 1.5rem !important; }
2965
- .ms-xxl-5 {
2966
- margin-left: 3rem !important; }
2967
- .ms-xxl-auto {
2968
- margin-left: auto !important; }
2969
- .p-xxl-0 {
2970
- padding: 0 !important; }
2971
- .p-xxl-1 {
2972
- padding: 0.25rem !important; }
2973
- .p-xxl-2 {
2974
- padding: 0.5rem !important; }
2975
- .p-xxl-3 {
2976
- padding: 1rem !important; }
2977
- .p-xxl-4 {
2978
- padding: 1.5rem !important; }
2979
- .p-xxl-5 {
2980
- padding: 3rem !important; }
2981
- .px-xxl-0 {
2982
- padding-right: 0 !important;
2983
- padding-left: 0 !important; }
2984
- .px-xxl-1 {
2985
- padding-right: 0.25rem !important;
2986
- padding-left: 0.25rem !important; }
2987
- .px-xxl-2 {
2988
- padding-right: 0.5rem !important;
2989
- padding-left: 0.5rem !important; }
2990
- .px-xxl-3 {
2991
- padding-right: 1rem !important;
2992
- padding-left: 1rem !important; }
2993
- .px-xxl-4 {
2994
- padding-right: 1.5rem !important;
2995
- padding-left: 1.5rem !important; }
2996
- .px-xxl-5 {
2997
- padding-right: 3rem !important;
2998
- padding-left: 3rem !important; }
2999
- .py-xxl-0 {
3000
- padding-top: 0 !important;
3001
- padding-bottom: 0 !important; }
3002
- .py-xxl-1 {
3003
- padding-top: 0.25rem !important;
3004
- padding-bottom: 0.25rem !important; }
3005
- .py-xxl-2 {
3006
- padding-top: 0.5rem !important;
3007
- padding-bottom: 0.5rem !important; }
3008
- .py-xxl-3 {
3009
- padding-top: 1rem !important;
3010
- padding-bottom: 1rem !important; }
3011
- .py-xxl-4 {
3012
- padding-top: 1.5rem !important;
3013
- padding-bottom: 1.5rem !important; }
3014
- .py-xxl-5 {
3015
- padding-top: 3rem !important;
3016
- padding-bottom: 3rem !important; }
3017
- .pt-xxl-0 {
3018
- padding-top: 0 !important; }
3019
- .pt-xxl-1 {
3020
- padding-top: 0.25rem !important; }
3021
- .pt-xxl-2 {
3022
- padding-top: 0.5rem !important; }
3023
- .pt-xxl-3 {
3024
- padding-top: 1rem !important; }
3025
- .pt-xxl-4 {
3026
- padding-top: 1.5rem !important; }
3027
- .pt-xxl-5 {
3028
- padding-top: 3rem !important; }
3029
- .pe-xxl-0 {
3030
- padding-right: 0 !important; }
3031
- .pe-xxl-1 {
3032
- padding-right: 0.25rem !important; }
3033
- .pe-xxl-2 {
3034
- padding-right: 0.5rem !important; }
3035
- .pe-xxl-3 {
3036
- padding-right: 1rem !important; }
3037
- .pe-xxl-4 {
3038
- padding-right: 1.5rem !important; }
3039
- .pe-xxl-5 {
3040
- padding-right: 3rem !important; }
3041
- .pb-xxl-0 {
3042
- padding-bottom: 0 !important; }
3043
- .pb-xxl-1 {
3044
- padding-bottom: 0.25rem !important; }
3045
- .pb-xxl-2 {
3046
- padding-bottom: 0.5rem !important; }
3047
- .pb-xxl-3 {
3048
- padding-bottom: 1rem !important; }
3049
- .pb-xxl-4 {
3050
- padding-bottom: 1.5rem !important; }
3051
- .pb-xxl-5 {
3052
- padding-bottom: 3rem !important; }
3053
- .ps-xxl-0 {
3054
- padding-left: 0 !important; }
3055
- .ps-xxl-1 {
3056
- padding-left: 0.25rem !important; }
3057
- .ps-xxl-2 {
3058
- padding-left: 0.5rem !important; }
3059
- .ps-xxl-3 {
3060
- padding-left: 1rem !important; }
3061
- .ps-xxl-4 {
3062
- padding-left: 1.5rem !important; }
3063
- .ps-xxl-5 {
3064
- padding-left: 3rem !important; }
3065
- .text-xxl-start {
3066
- text-align: left !important; }
3067
- .text-xxl-end {
3068
- text-align: right !important; }
3069
- .text-xxl-center {
3070
- text-align: center !important; } }
3071
-
3072
- @media (min-width: 1200px) {
3073
- .fs-1 {
3074
- font-size: 2.5rem !important; }
3075
- .fs-2 {
3076
- font-size: 2rem !important; }
3077
- .fs-3 {
3078
- font-size: 1.75rem !important; }
3079
- .fs-4 {
3080
- font-size: 1.5rem !important; } }
3081
-
3082
- @media print {
3083
- .d-print-inline {
3084
- display: inline !important; }
3085
- .d-print-inline-block {
3086
- display: inline-block !important; }
3087
- .d-print-block {
3088
- display: block !important; }
3089
- .d-print-grid {
3090
- display: grid !important; }
3091
- .d-print-table {
3092
- display: table !important; }
3093
- .d-print-table-row {
3094
- display: table-row !important; }
3095
- .d-print-table-cell {
3096
- display: table-cell !important; }
3097
- .d-print-flex {
3098
- display: flex !important; }
3099
- .d-print-inline-flex {
3100
- display: inline-flex !important; }
3101
- .d-print-none {
3102
- display: none !important; } }
3103
-
3104
- /* -------------------------------------------------
3105
- Datepicker vars
3106
- ------------------------------------------------- */
3107
- .air-datepicker {
3108
- --adp-width: 246px;
3109
- --adp-z-index: 100;
3110
- --adp-padding: 4px;
3111
- --adp-grid-areas:
3112
- 'nav'
3113
- 'body'
3114
- 'timepicker'
3115
- 'buttons';
3116
- --adp-transition-duration: .3s;
3117
- --adp-transition-ease: ease-out;
3118
- --adp-transition-offset: 8px;
3119
- --adp-background-color: #fff;
3120
- --adp-background-color-hover: #f0f0f0;
3121
- --adp-background-color-active: #eaeaea;
3122
- --adp-background-color-in-range: rgba(92, 196, 239, .1);
3123
- --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
3124
- --adp-background-color-selected-other-month-focused: #8ad5f4;
3125
- --adp-background-color-selected-other-month: #a2ddf6;
3126
- --adp-color: #4a4a4a;
3127
- --adp-color-secondary: #9c9c9c;
3128
- --adp-accent-color: #4eb5e6;
3129
- --adp-color-current-date: #0B314F;
3130
- --adp-color-other-month: #dedede;
3131
- --adp-color-disabled: #aeaeae;
3132
- --adp-color-disabled-in-range: #939393;
3133
- --adp-color-other-month-hover: #c5c5c5;
3134
- --adp-border-color: #dbdbdb;
3135
- --adp-border-color-inner: #efefef;
3136
- --adp-border-radius: 4px;
3137
- --adp-border-color-inline: transparent;
3138
- --adp-nav-height: 32px;
3139
- --adp-nav-arrow-color: var(--adp-color-secondary);
3140
- --adp-nav-color-secondary: var(--adp-color-secondary);
3141
- --adp-day-name-color: #666;
3142
- --adp-day-cell-width: 1fr;
3143
- --adp-day-cell-height: 32px;
3144
- --adp-month-cell-height: 42px;
3145
- --adp-year-cell-height: 56px;
3146
- --adp-pointer-size: 10px;
3147
- --adp-pointer-offset: 10px;
3148
- --adp-cell-border-radius: 4px;
3149
- --adp-cell-background-color-selected: #0B314F;
3150
- --adp-cell-background-color-selected-hover: #114d7c;
3151
- --adp-cell-background-color-in-range: #ced6dc;
3152
- --adp-cell-background-color-in-range-hover: #9dadb9;
3153
- --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
3154
- --adp-btn-height: 32px;
3155
- --adp-btn-color: var(--adp-accent-color);
3156
- --adp-btn-color-hover: var(--adp-color);
3157
- --adp-btn-border-radius: var(--adp-border-radius);
3158
- --adp-btn-background-color-hover: var(--adp-background-color-hover);
3159
- --adp-btn-background-color-active: var(--adp-background-color-active);
3160
- --adp-time-track-height: 1px;
3161
- --adp-time-track-color: #dedede;
3162
- --adp-time-track-color-hover: #b1b1b1;
3163
- --adp-time-thumb-size: 12px;
3164
- --adp-time-padding-inner: 10px;
3165
- --adp-time-day-period-color: var(--adp-color-secondary); }
3166
- @media (prefers-color-scheme: notdark) {
3167
- .air-datepicker {
3168
- --adp-background-color: #2e3136;
3169
- --adp-color-current-date: #FFCC00;
3170
- --adp-cell-background-color-selected: #FFCC00;
3171
- --adp-cell-background-color-selected-hover: #ffd633;
3172
- --adp-day-name-color: #bfbfbf;
3173
- --adp-color: #dedede;
3174
- --adp-color-other-month: #4a4a4a;
3175
- --adp-cell-background-color-in-range: #3d3d3d;
3176
- --adp-background-color-hover: #806600;
3177
- --adp-border-color-inner: #696f7b; }
3178
- .air-datepicker .air-datepicker-cell.-selected-, .air-datepicker .air-datepicker-cell.-selected-.-current- {
3179
- color: #2e3136; } }
3180
-
3181
- .air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
3182
- color: var(--adp-color-other-month); }
3183
- .air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
3184
- color: var(--adp-color-other-month-hover); }
3185
- .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
3186
- color: var(--adp-color-other-month); }
3187
- .-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
3188
- color: #fff;
3189
- background: var(--adp-background-color-selected-other-month); }
3190
- .-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
3191
- background: var(--adp-background-color-selected-other-month-focused); }
3192
- .-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
3193
- background-color: var(--adp-background-color-in-range);
3194
- color: var(--adp-color); }
3195
- .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
3196
- background-color: var(--adp-background-color-in-range-focused); }
3197
- .air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
3198
- background: none;
3199
- border: none; }
3200
-
3201
- /* -------------------------------------------------
3202
- Datepicker
3203
- ------------------------------------------------- */
3204
- .air-datepicker {
3205
- background: var(--adp-background-color);
3206
- border: 1px solid var(--adp-border-color);
3207
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
3208
- border-radius: var(--adp-border-radius);
3209
- box-sizing: content-box;
3210
- display: grid;
3211
- grid-template-columns: 1fr;
3212
- grid-template-rows: repeat(4, max-content);
3213
- grid-template-areas: var(--adp-grid-areas);
3214
- color: var(--adp-color);
3215
- width: var(--adp-width);
3216
- position: absolute;
3217
- left: -100000px;
3218
- opacity: 0;
3219
- transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration);
3220
- z-index: var(--adp-z-index); }
3221
- .air-datepicker.-from-top- {
3222
- transform: translateY(calc(var(--adp-transition-offset) * -1)); }
3223
- .air-datepicker.-from-right- {
3224
- transform: translateX(var(--adp-transition-offset)); }
3225
- .air-datepicker.-from-bottom- {
3226
- transform: translateY(var(--adp-transition-offset)); }
3227
- .air-datepicker.-from-left- {
3228
- transform: translateX(calc(var(--adp-transition-offset) * -1)); }
3229
- .air-datepicker.-active- {
3230
- opacity: 1;
3231
- transform: translate(0);
3232
- transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s; }
3233
- .air-datepicker.-inline- {
3234
- border-color: var(--adp-border-color-inline);
3235
- box-shadow: none;
3236
- position: static;
3237
- left: auto;
3238
- right: auto;
3239
- opacity: 1;
3240
- transform: none; }
3241
- .air-datepicker.-inline- .air-datepicker--pointer {
3242
- display: none; }
3243
-
3244
- .air-datepicker-global-container {
3245
- position: absolute;
3246
- left: 0;
3247
- top: 0; }
3248
-
3249
- .air-datepicker--pointer {
3250
- --pointer-half-size: calc(var(--adp-pointer-size) / 2);
3251
- position: absolute;
3252
- background: #fff;
3253
- border-top: 1px solid var(--adp-border-color-inline);
3254
- border-right: 1px solid var(--adp-border-color-inline);
3255
- width: var(--adp-pointer-size);
3256
- height: var(--adp-pointer-size);
3257
- z-index: -1; }
3258
- .-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer {
3259
- top: calc(100% - var(--pointer-half-size));
3260
- transform: rotate(135deg); }
3261
- .-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
3262
- right: calc(100% - var(--pointer-half-size));
3263
- transform: rotate(225deg); }
3264
- .-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
3265
- bottom: calc(100% - var(--pointer-half-size));
3266
- transform: rotate(315deg); }
3267
- .-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer {
3268
- left: calc(100% - var(--pointer-half-size));
3269
- transform: rotate(45deg); }
3270
- .-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
3271
- left: var(--adp-pointer-offset); }
3272
- .-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
3273
- right: var(--adp-pointer-offset); }
3274
- .-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
3275
- left: calc(50% - var(--adp-pointer-size) / 2); }
3276
- .-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
3277
- top: var(--adp-pointer-offset); }
3278
- .-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
3279
- bottom: var(--adp-pointer-offset); }
3280
- .-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
3281
- top: calc(50% - var(--adp-pointer-size) / 2); }
3282
-
3283
- .air-datepicker--navigation {
3284
- grid-area: nav; }
3285
-
3286
- .air-datepicker--content {
3287
- box-sizing: content-box;
3288
- padding: var(--adp-padding);
3289
- grid-area: body; }
3290
- .-only-timepicker- .air-datepicker--content {
3291
- display: none; }
3292
-
3293
- .air-datepicker--time {
3294
- grid-area: timepicker; }
3295
-
3296
- .air-datepicker--buttons {
3297
- grid-area: buttons; }
3298
-
3299
- .air-datepicker--buttons,
3300
- .air-datepicker--time {
3301
- padding: var(--adp-padding);
3302
- border-top: 1px solid var(--adp-border-color-inner); }
3303
-
3304
- /* -------------------------------------------------
3305
- Datepicker body
3306
- ------------------------------------------------- */
3307
- .air-datepicker-body {
3308
- transition: all var(--adp-transition-duration) var(--adp-transition-ease); }
3309
- .air-datepicker-body.-hidden- {
3310
- display: none; }
3311
-
3312
- /* Day names
3313
- ------------------------------------------------- */
3314
- .air-datepicker-body--day-names {
3315
- display: grid;
3316
- grid-template-columns: repeat(7, var(--adp-day-cell-width));
3317
- margin: 8px 0 3px; }
3318
-
3319
- .air-datepicker-body--day-name {
3320
- color: var(--adp-day-name-color);
3321
- display: flex;
3322
- align-items: center;
3323
- justify-content: center;
3324
- flex: 1;
3325
- text-align: center;
3326
- text-transform: uppercase;
3327
- font-size: .8em; }
3328
-
3329
- /* Cells container
3330
- ------------------------------------------------- */
3331
- .air-datepicker-body--cells {
3332
- display: grid; }
3333
- .air-datepicker-body--cells.-days- {
3334
- grid-template-columns: repeat(7, var(--adp-day-cell-width));
3335
- grid-auto-rows: var(--adp-day-cell-height); }
3336
- .air-datepicker-body--cells.-months- {
3337
- grid-template-columns: repeat(3, 1fr);
3338
- grid-auto-rows: var(--adp-month-cell-height); }
3339
- .air-datepicker-body--cells.-years- {
3340
- grid-template-columns: repeat(4, 1fr);
3341
- grid-auto-rows: var(--adp-year-cell-height); }
3342
-
3343
- /* -------------------------------------------------
3344
- Datepicker cell
3345
- ------------------------------------------------- */
3346
- .air-datepicker-cell {
3347
- border-radius: var(--adp-cell-border-radius);
3348
- box-sizing: border-box;
3349
- cursor: pointer;
3350
- display: flex;
3351
- position: relative;
3352
- align-items: center;
3353
- justify-content: center;
3354
- z-index: 1; }
3355
- .air-datepicker-cell.-focus- {
3356
- background: var(--adp-background-color-hover); }
3357
- .air-datepicker-cell.-current- {
3358
- color: var(--adp-color-current-date); }
3359
- .air-datepicker-cell.-current-.-focus- {
3360
- color: var(--adp-color); }
3361
- .air-datepicker-cell.-current-.-in-range- {
3362
- color: var(--adp-color-current-date); }
3363
- .air-datepicker-cell.-disabled- {
3364
- cursor: default;
3365
- color: var(--adp-color-disabled); }
3366
- .air-datepicker-cell.-disabled-.-focus- {
3367
- color: var(--adp-color-disabled); }
3368
- .air-datepicker-cell.-disabled-.-in-range- {
3369
- color: var(--adp-color-disabled-in-range); }
3370
- .air-datepicker-cell.-disabled-.-current-.-focus- {
3371
- color: var(--adp-color-disabled); }
3372
- .air-datepicker-cell.-in-range- {
3373
- background: var(--adp-cell-background-color-in-range);
3374
- border-radius: 0; }
3375
- .air-datepicker-cell.-in-range-:hover {
3376
- background: var(--adp-cell-background-color-in-range-hover); }
3377
- .air-datepicker-cell.-range-from- {
3378
- border: 1px solid var(--adp-cell-border-color-in-range);
3379
- background-color: var(--adp-cell-background-color-in-range);
3380
- border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }
3381
- .air-datepicker-cell.-range-to- {
3382
- border: 1px solid var(--adp-cell-border-color-in-range);
3383
- background-color: var(--adp-cell-background-color-in-range);
3384
- border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0; }
3385
- .air-datepicker-cell.-range-to-.-range-from- {
3386
- border-radius: var(--adp-cell-border-radius); }
3387
- .air-datepicker-cell.-selected- {
3388
- color: #fff;
3389
- border: none;
3390
- background: var(--adp-cell-background-color-selected); }
3391
- .air-datepicker-cell.-selected-.-current- {
3392
- color: #fff;
3393
- background: var(--adp-cell-background-color-selected); }
3394
- .air-datepicker-cell.-selected-.-focus- {
3395
- background: var(--adp-cell-background-color-selected-hover); }
3396
-
3397
- /* Day cell
3398
- ------------------------------------------------- */
3399
- /* Year cell
3400
- ------------------------------------------------- */
3401
- /* -------------------------------------------------
3402
- Datepicker buttons
3403
- ------------------------------------------------- */
3404
- .air-datepicker-buttons {
3405
- display: grid;
3406
- grid-auto-columns: 1fr;
3407
- grid-auto-flow: column; }
3408
-
3409
- .air-datepicker-button {
3410
- display: inline-flex;
3411
- color: var(--adp-btn-color);
3412
- border-radius: var(--adp-btn-border-radius);
3413
- cursor: pointer;
3414
- height: var(--adp-btn-height);
3415
- border: none;
3416
- background: rgba(255, 255, 255, 0); }
3417
- .air-datepicker-button:hover {
3418
- color: var(--adp-btn-color-hover);
3419
- background: var(--adp-btn-background-color-hover); }
3420
- .air-datepicker-button:focus {
3421
- color: var(--adp-btn-color-hover);
3422
- background: var(--adp-btn-background-color-hover);
3423
- outline: none; }
3424
- .air-datepicker-button:active {
3425
- background: var(--adp-btn-background-color-active); }
3426
- .air-datepicker-button span {
3427
- outline: none;
3428
- display: flex;
3429
- align-items: center;
3430
- justify-content: center;
3431
- width: 100%;
3432
- height: 100%; }
3433
-
3434
- /* -------------------------------------------------
3435
- Datepicker nav
3436
- ------------------------------------------------- */
3437
- .air-datepicker-nav {
3438
- display: flex;
3439
- justify-content: space-between;
3440
- border-bottom: 1px solid var(--adp-border-color-inner);
3441
- min-height: var(--adp-nav-height);
3442
- padding: var(--adp-padding); }
3443
- .-only-timepicker- .air-datepicker-nav {
3444
- display: none; }
3445
-
3446
- .air-datepicker-nav--title,
3447
- .air-datepicker-nav--action {
3448
- display: flex;
3449
- cursor: pointer;
3450
- align-items: center;
3451
- justify-content: center; }
3452
-
3453
- /* Navigation action
3454
- ------------------------------------------------- */
3455
- .air-datepicker-nav--action {
3456
- width: var(--adp-day-cell-width);
3457
- border-radius: var(--adp-border-radius);
3458
- user-select: none; }
3459
- .air-datepicker-nav--action:hover {
3460
- background: var(--adp-background-color-hover); }
3461
- .air-datepicker-nav--action:active {
3462
- background: var(--adp-background-color-active); }
3463
- .air-datepicker-nav--action.-disabled- {
3464
- visibility: hidden; }
3465
- .air-datepicker-nav--action svg {
3466
- width: 32px;
3467
- height: 32px; }
3468
- .air-datepicker-nav--action path {
3469
- fill: none;
3470
- stroke: var(--adp-nav-arrow-color);
3471
- stroke-width: 2px; }
3472
-
3473
- /* Navigation title
3474
- ------------------------------------------------- */
3475
- .air-datepicker-nav--title {
3476
- border-radius: var(--adp-border-radius);
3477
- padding: 0 8px; }
3478
- .air-datepicker-nav--title i {
3479
- font-style: normal;
3480
- color: var(--adp-nav-color-secondary);
3481
- margin-left: .3em; }
3482
- .air-datepicker-nav--title:hover {
3483
- background: var(--adp-background-color-hover); }
3484
- .air-datepicker-nav--title:active {
3485
- background: var(--adp-background-color-active); }
3486
- .air-datepicker-nav--title.-disabled- {
3487
- cursor: default;
3488
- background: none; }
3489
-
3490
- /* -------------------------------------------------
3491
- Datepicker buttons
3492
- ------------------------------------------------- */
3493
- .air-datepicker-buttons {
3494
- display: grid;
3495
- grid-auto-columns: 1fr;
3496
- grid-auto-flow: column; }
3497
-
3498
- .air-datepicker-button {
3499
- display: inline-flex;
3500
- color: var(--adp-btn-color);
3501
- border-radius: var(--adp-btn-border-radius);
3502
- cursor: pointer;
3503
- height: var(--adp-btn-height);
3504
- border: none;
3505
- background: rgba(255, 255, 255, 0); }
3506
- .air-datepicker-button:hover {
3507
- color: var(--adp-btn-color-hover);
3508
- background: var(--adp-btn-background-color-hover); }
3509
- .air-datepicker-button:focus {
3510
- color: var(--adp-btn-color-hover);
3511
- background: var(--adp-btn-background-color-hover);
3512
- outline: none; }
3513
- .air-datepicker-button:active {
3514
- background: var(--adp-btn-background-color-active); }
3515
- .air-datepicker-button span {
3516
- outline: none;
3517
- display: flex;
3518
- align-items: center;
3519
- justify-content: center;
3520
- width: 100%;
3521
- height: 100%; }
3522
-
3523
- /* -------------------------------------------------
3524
- Timepicker
3525
- ------------------------------------------------- */
3526
- .air-datepicker-time {
3527
- display: grid;
3528
- grid-template-columns: max-content 1fr;
3529
- grid-column-gap: 12px;
3530
- align-items: center;
3531
- position: relative;
3532
- padding: 0 var(--adp-time-padding-inner); }
3533
- .-only-timepicker- .air-datepicker-time {
3534
- border-top: none; }
3535
-
3536
- .air-datepicker-time--current {
3537
- display: flex;
3538
- align-items: center;
3539
- flex: 1;
3540
- font-size: 14px;
3541
- text-align: center; }
3542
-
3543
- .air-datepicker-time--current-colon {
3544
- margin: 0 2px 3px;
3545
- line-height: 1; }
3546
-
3547
- .air-datepicker-time--current-hours,
3548
- .air-datepicker-time--current-minutes {
3549
- line-height: 1;
3550
- font-size: 19px;
3551
- font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
3552
- position: relative;
3553
- z-index: 1; }
3554
- .air-datepicker-time--current-hours:after,
3555
- .air-datepicker-time--current-minutes:after {
3556
- content: '';
3557
- background: var(--adp-background-color-hover);
3558
- border-radius: var(--adp-border-radius);
3559
- position: absolute;
3560
- left: -2px;
3561
- top: -3px;
3562
- right: -2px;
3563
- bottom: -2px;
3564
- z-index: -1;
3565
- opacity: 0; }
3566
- .air-datepicker-time--current-hours.-focus-:after,
3567
- .air-datepicker-time--current-minutes.-focus-:after {
3568
- opacity: 1; }
3569
-
3570
- .air-datepicker-time--current-ampm {
3571
- text-transform: uppercase;
3572
- align-self: flex-end;
3573
- color: var(--adp-time-day-period-color);
3574
- margin-left: 6px;
3575
- font-size: 11px;
3576
- margin-bottom: 1px; }
3577
-
3578
- .air-datepicker-time--row {
3579
- display: flex;
3580
- align-items: center;
3581
- font-size: 11px;
3582
- height: 17px;
3583
- background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat; }
3584
- .air-datepicker-time--row:first-child {
3585
- margin-bottom: 4px; }
3586
- .air-datepicker-time--row input[type='range'] {
3587
- background: none;
3588
- cursor: pointer;
3589
- flex: 1;
3590
- height: 100%;
3591
- padding: 0;
3592
- margin: 0;
3593
- -webkit-appearance: none; }
3594
- .air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
3595
- -webkit-appearance: none; }
3596
- .air-datepicker-time--row input[type='range']::-ms-tooltip {
3597
- display: none; }
3598
- .air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
3599
- border-color: var(--adp-time-track-color-hover); }
3600
- .air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
3601
- border-color: var(--adp-time-track-color-hover); }
3602
- .air-datepicker-time--row input[type='range']:hover::-ms-thumb {
3603
- border-color: var(--adp-time-track-color-hover); }
3604
- .air-datepicker-time--row input[type='range']:focus {
3605
- outline: none; }
3606
- .air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
3607
- background: var(--adp-cell-background-color-selected);
3608
- border-color: var(--adp-cell-background-color-selected); }
3609
- .air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
3610
- background: var(--adp-cell-background-color-selected);
3611
- border-color: var(--adp-cell-background-color-selected); }
3612
- .air-datepicker-time--row input[type='range']:focus::-ms-thumb {
3613
- background: var(--adp-cell-background-color-selected);
3614
- border-color: var(--adp-cell-background-color-selected); }
3615
- .air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
3616
- box-sizing: border-box;
3617
- height: 12px;
3618
- width: 12px;
3619
- border-radius: 3px;
3620
- border: 1px solid var(--adp-time-track-color);
3621
- background: #fff;
3622
- cursor: pointer;
3623
- transition: background var(--adp-transition-duration); }
3624
- .air-datepicker-time--row input[type='range']::-moz-range-thumb {
3625
- box-sizing: border-box;
3626
- height: 12px;
3627
- width: 12px;
3628
- border-radius: 3px;
3629
- border: 1px solid var(--adp-time-track-color);
3630
- background: #fff;
3631
- cursor: pointer;
3632
- transition: background var(--adp-transition-duration); }
3633
- .air-datepicker-time--row input[type='range']::-ms-thumb {
3634
- box-sizing: border-box;
3635
- height: 12px;
3636
- width: 12px;
3637
- border-radius: 3px;
3638
- border: 1px solid var(--adp-time-track-color);
3639
- background: #fff;
3640
- cursor: pointer;
3641
- transition: background var(--adp-transition-duration); }
3642
- .air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
3643
- margin-top: calc(var(--adp-time-thumb-size) / 2 * -1); }
3644
- .air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
3645
- border: none;
3646
- height: var(--adp-time-track-height);
3647
- cursor: pointer;
3648
- color: transparent;
3649
- background: transparent; }
3650
- .air-datepicker-time--row input[type='range']::-moz-range-track {
3651
- border: none;
3652
- height: var(--adp-time-track-height);
3653
- cursor: pointer;
3654
- color: transparent;
3655
- background: transparent; }
3656
- .air-datepicker-time--row input[type='range']::-ms-track {
3657
- border: none;
3658
- height: var(--adp-time-track-height);
3659
- cursor: pointer;
3660
- color: transparent;
3661
- background: transparent; }
3662
- .air-datepicker-time--row input[type='range']::-ms-fill-lower {
3663
- background: transparent; }
3664
- .air-datepicker-time--row input[type='range']::-ms-fill-upper {
3665
- background: transparent; }