@quandis/qbo4.logging 4.0.1-CI-20240328-192659 → 4.0.1-CI-20240406-173311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1501 @@
1
+ @charset "UTF-8";
2
+ /*!
3
+ * Bootstrap v5.3.3 (https://getbootstrap.com/)
4
+ * Copyright 2011-2024 The Bootstrap Authors
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
6
+ */
7
+ :root {
8
+ --bs-blue: #0d6efd;
9
+ --bs-indigo: #6610f2;
10
+ --bs-purple: #6f42c1;
11
+ --bs-pink: #d63384;
12
+ --bs-red: #dc3545;
13
+ --bs-orange: #fd7e14;
14
+ --bs-yellow: #ffc107;
15
+ --bs-green: #198754;
16
+ --bs-teal: #20c997;
17
+ --bs-cyan: #0dcaf0;
18
+ --bs-black: #000;
19
+ --bs-white: #fff;
20
+ --bs-gray: #6c757d;
21
+ --bs-gray-dark: #343a40;
22
+ --bs-gray-100: #f8f9fa;
23
+ --bs-gray-200: #e9ecef;
24
+ --bs-gray-300: #dee2e6;
25
+ --bs-gray-400: #ced4da;
26
+ --bs-gray-500: #adb5bd;
27
+ --bs-gray-600: #6c757d;
28
+ --bs-gray-700: #495057;
29
+ --bs-gray-800: #343a40;
30
+ --bs-gray-900: #212529;
31
+ --bs-primary: #0d6efd;
32
+ --bs-secondary: #6c757d;
33
+ --bs-success: #198754;
34
+ --bs-info: #0dcaf0;
35
+ --bs-warning: #ffc107;
36
+ --bs-danger: #dc3545;
37
+ --bs-light: #f8f9fa;
38
+ --bs-dark: #212529;
39
+ --bs-primary-rgb: 13, 110, 253;
40
+ --bs-secondary-rgb: 108, 117, 125;
41
+ --bs-success-rgb: 25, 135, 84;
42
+ --bs-info-rgb: 13, 202, 240;
43
+ --bs-warning-rgb: 255, 193, 7;
44
+ --bs-danger-rgb: 220, 53, 69;
45
+ --bs-light-rgb: 248, 249, 250;
46
+ --bs-dark-rgb: 33, 37, 41;
47
+ --bs-primary-text-emphasis: #052c65;
48
+ --bs-secondary-text-emphasis: #2b2f32;
49
+ --bs-success-text-emphasis: #0a3622;
50
+ --bs-info-text-emphasis: #055160;
51
+ --bs-warning-text-emphasis: #664d03;
52
+ --bs-danger-text-emphasis: #58151c;
53
+ --bs-light-text-emphasis: #495057;
54
+ --bs-dark-text-emphasis: #495057;
55
+ --bs-primary-bg-subtle: #cfe2ff;
56
+ --bs-secondary-bg-subtle: #e2e3e5;
57
+ --bs-success-bg-subtle: #d1e7dd;
58
+ --bs-info-bg-subtle: #cff4fc;
59
+ --bs-warning-bg-subtle: #fff3cd;
60
+ --bs-danger-bg-subtle: #f8d7da;
61
+ --bs-light-bg-subtle: #fcfcfd;
62
+ --bs-dark-bg-subtle: #ced4da;
63
+ --bs-primary-border-subtle: #9ec5fe;
64
+ --bs-secondary-border-subtle: #c4c8cb;
65
+ --bs-success-border-subtle: #a3cfbb;
66
+ --bs-info-border-subtle: #9eeaf9;
67
+ --bs-warning-border-subtle: #ffe69c;
68
+ --bs-danger-border-subtle: #f1aeb5;
69
+ --bs-light-border-subtle: #e9ecef;
70
+ --bs-dark-border-subtle: #adb5bd;
71
+ --bs-white-rgb: 255, 255, 255;
72
+ --bs-black-rgb: 0, 0, 0;
73
+ --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
74
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
75
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
76
+ --bs-body-font-family: var(--bs-font-sans-serif);
77
+ --bs-body-font-size: 1rem;
78
+ --bs-body-font-weight: 400;
79
+ --bs-body-line-height: 1.5;
80
+ --bs-body-color: #212529;
81
+ --bs-body-color-rgb: 33, 37, 41;
82
+ --bs-body-bg: #fff;
83
+ --bs-body-bg-rgb: 255, 255, 255;
84
+ --bs-emphasis-color: #000;
85
+ --bs-emphasis-color-rgb: 0, 0, 0;
86
+ --bs-secondary-color: rgba(33, 37, 41, 0.75);
87
+ --bs-secondary-color-rgb: 33, 37, 41;
88
+ --bs-secondary-bg: #e9ecef;
89
+ --bs-secondary-bg-rgb: 233, 236, 239;
90
+ --bs-tertiary-color: rgba(33, 37, 41, 0.5);
91
+ --bs-tertiary-color-rgb: 33, 37, 41;
92
+ --bs-tertiary-bg: #f8f9fa;
93
+ --bs-tertiary-bg-rgb: 248, 249, 250;
94
+ --bs-heading-color: inherit;
95
+ --bs-link-color: #0d6efd;
96
+ --bs-link-color-rgb: 13, 110, 253;
97
+ --bs-link-decoration: underline;
98
+ --bs-link-hover-color: #0a58ca;
99
+ --bs-link-hover-color-rgb: 10, 88, 202;
100
+ --bs-code-color: #d63384;
101
+ --bs-highlight-color: #212529;
102
+ --bs-highlight-bg: #fff3cd;
103
+ --bs-border-width: 1px;
104
+ --bs-border-style: solid;
105
+ --bs-border-color: #dee2e6;
106
+ --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
107
+ --bs-border-radius: 0.375rem;
108
+ --bs-border-radius-sm: 0.25rem;
109
+ --bs-border-radius-lg: 0.5rem;
110
+ --bs-border-radius-xl: 1rem;
111
+ --bs-border-radius-xxl: 2rem;
112
+ --bs-border-radius-2xl: var(--bs-border-radius-xxl);
113
+ --bs-border-radius-pill: 50rem;
114
+ --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
115
+ --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
116
+ --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
117
+ --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
118
+ --bs-focus-ring-width: 0.25rem;
119
+ --bs-focus-ring-opacity: 0.25;
120
+ --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
121
+ --bs-form-valid-color: #198754;
122
+ --bs-form-valid-border-color: #198754;
123
+ --bs-form-invalid-color: #dc3545;
124
+ --bs-form-invalid-border-color: #dc3545;
125
+ }
126
+
127
+ *,
128
+ *::before,
129
+ *::after {
130
+ box-sizing: border-box;
131
+ }
132
+
133
+ @media (prefers-reduced-motion: no-preference) {
134
+ :root {
135
+ scroll-behavior: smooth;
136
+ }
137
+ }
138
+
139
+ body {
140
+ margin: 0;
141
+ font-family: var(--bs-body-font-family);
142
+ font-size: var(--bs-body-font-size);
143
+ font-weight: var(--bs-body-font-weight);
144
+ line-height: var(--bs-body-line-height);
145
+ color: var(--bs-body-color);
146
+ text-align: var(--bs-body-text-align);
147
+ background-color: var(--bs-body-bg);
148
+ -webkit-text-size-adjust: 100%;
149
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
150
+ }
151
+
152
+ hr {
153
+ margin: 1rem 0;
154
+ color: inherit;
155
+ border: 0;
156
+ border-top: var(--bs-border-width) solid;
157
+ opacity: 0.25;
158
+ }
159
+
160
+ h5, .h5, h1, .h1 {
161
+ margin-top: 0;
162
+ margin-bottom: 0.5rem;
163
+ font-weight: 500;
164
+ line-height: 1.2;
165
+ color: var(--bs-heading-color);
166
+ }
167
+
168
+ h1, .h1 {
169
+ font-size: calc(1.375rem + 1.5vw);
170
+ }
171
+ @media (min-width: 1200px) {
172
+ h1, .h1 {
173
+ font-size: 2.5rem;
174
+ }
175
+ }
176
+
177
+ h5, .h5 {
178
+ font-size: 1.25rem;
179
+ }
180
+
181
+ p {
182
+ margin-top: 0;
183
+ margin-bottom: 1rem;
184
+ }
185
+
186
+ ol,
187
+ ul {
188
+ padding-left: 2rem;
189
+ }
190
+
191
+ ol,
192
+ ul,
193
+ dl {
194
+ margin-top: 0;
195
+ margin-bottom: 1rem;
196
+ }
197
+
198
+ ol ol,
199
+ ul ul,
200
+ ol ul,
201
+ ul ol {
202
+ margin-bottom: 0;
203
+ }
204
+
205
+ dt {
206
+ font-weight: 700;
207
+ }
208
+
209
+ dd {
210
+ margin-bottom: 0.5rem;
211
+ margin-left: 0;
212
+ }
213
+
214
+ b {
215
+ font-weight: bolder;
216
+ }
217
+
218
+ small, .small {
219
+ font-size: 0.875em;
220
+ }
221
+
222
+ mark, .mark {
223
+ padding: 0.1875em;
224
+ color: var(--bs-highlight-color);
225
+ background-color: var(--bs-highlight-bg);
226
+ }
227
+
228
+ a {
229
+ color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
230
+ text-decoration: underline;
231
+ }
232
+ a:hover {
233
+ --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
234
+ }
235
+
236
+ a:not([href]):not([class]), a:not([href]):not([class]):hover {
237
+ color: inherit;
238
+ text-decoration: none;
239
+ }
240
+
241
+
242
+ code {
243
+ font-family: var(--bs-font-monospace);
244
+ font-size: 1em;
245
+ }
246
+
247
+ code {
248
+ font-size: 0.875em;
249
+ color: var(--bs-code-color);
250
+ word-wrap: break-word;
251
+ }
252
+ a > code {
253
+ color: inherit;
254
+ }
255
+
256
+
257
+ svg {
258
+ vertical-align: middle;
259
+ }
260
+
261
+ table {
262
+ caption-side: bottom;
263
+ border-collapse: collapse;
264
+ }
265
+
266
+ caption {
267
+ padding-top: 0.5rem;
268
+ padding-bottom: 0.5rem;
269
+ color: var(--bs-secondary-color);
270
+ text-align: left;
271
+ }
272
+
273
+ th {
274
+ text-align: inherit;
275
+ text-align: -webkit-match-parent;
276
+ }
277
+
278
+
279
+ tr,
280
+ td,
281
+ th {
282
+ border-color: inherit;
283
+ border-style: solid;
284
+ border-width: 0;
285
+ }
286
+
287
+ label {
288
+ display: inline-block;
289
+ }
290
+
291
+ button {
292
+ border-radius: 0;
293
+ }
294
+
295
+ button:focus:not(:focus-visible) {
296
+ outline: 0;
297
+ }
298
+
299
+ input,
300
+ button,
301
+ select,
302
+ textarea {
303
+ margin: 0;
304
+ font-family: inherit;
305
+ font-size: inherit;
306
+ line-height: inherit;
307
+ }
308
+
309
+ button,
310
+ select {
311
+ text-transform: none;
312
+ }
313
+
314
+ [role=button] {
315
+ cursor: pointer;
316
+ }
317
+
318
+ select {
319
+ word-wrap: normal;
320
+ }
321
+ select:disabled {
322
+ opacity: 1;
323
+ }
324
+
325
+ [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
326
+ display: none !important;
327
+ }
328
+
329
+ button,
330
+ [type=button],
331
+ [type=reset] {
332
+ -webkit-appearance: button;
333
+ }
334
+ button:not(:disabled),
335
+ [type=button]:not(:disabled),
336
+ [type=reset]:not(:disabled) {
337
+ cursor: pointer;
338
+ }
339
+
340
+ ::-moz-focus-inner {
341
+ padding: 0;
342
+ border-style: none;
343
+ }
344
+
345
+ textarea {
346
+ resize: vertical;
347
+ }
348
+
349
+ ::-webkit-datetime-edit-fields-wrapper,
350
+ ::-webkit-datetime-edit-text,
351
+ ::-webkit-datetime-edit-minute,
352
+ ::-webkit-datetime-edit-hour-field,
353
+ ::-webkit-datetime-edit-day-field,
354
+ ::-webkit-datetime-edit-month-field,
355
+ ::-webkit-datetime-edit-year-field {
356
+ padding: 0;
357
+ }
358
+
359
+ ::-webkit-inner-spin-button {
360
+ height: auto;
361
+ }
362
+
363
+ [type=search] {
364
+ -webkit-appearance: textfield;
365
+ outline-offset: -2px;
366
+ }
367
+
368
+ /* rtl:raw:
369
+ [type="tel"],
370
+ [type="url"],
371
+ [type="email"],
372
+ [type="number"] {
373
+ direction: ltr;
374
+ }
375
+ */
376
+ ::-webkit-search-decoration {
377
+ -webkit-appearance: none;
378
+ }
379
+
380
+ ::-webkit-color-swatch-wrapper {
381
+ padding: 0;
382
+ }
383
+
384
+ ::file-selector-button {
385
+ font: inherit;
386
+ -webkit-appearance: button;
387
+ }
388
+
389
+ output {
390
+ display: inline-block;
391
+ }
392
+
393
+ summary {
394
+ display: list-item;
395
+ cursor: pointer;
396
+ }
397
+
398
+ [hidden] {
399
+ display: none !important;
400
+ }
401
+
402
+ .lead {
403
+ font-size: 1.25rem;
404
+ font-weight: 300;
405
+ }
406
+
407
+ .container {
408
+ --bs-gutter-x: 1.5rem;
409
+ --bs-gutter-y: 0;
410
+ width: 100%;
411
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
412
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
413
+ margin-right: auto;
414
+ margin-left: auto;
415
+ }
416
+
417
+ @media (min-width: 576px) {
418
+ .container {
419
+ max-width: 540px;
420
+ }
421
+ }
422
+ @media (min-width: 768px) {
423
+ .container {
424
+ max-width: 720px;
425
+ }
426
+ }
427
+ @media (min-width: 992px) {
428
+ .container {
429
+ max-width: 960px;
430
+ }
431
+ }
432
+ @media (min-width: 1200px) {
433
+ .container {
434
+ max-width: 1140px;
435
+ }
436
+ }
437
+ @media (min-width: 1400px) {
438
+ .container {
439
+ max-width: 1320px;
440
+ }
441
+ }
442
+ :root {
443
+ --bs-breakpoint-xs: 0;
444
+ --bs-breakpoint-sm: 576px;
445
+ --bs-breakpoint-md: 768px;
446
+ --bs-breakpoint-lg: 992px;
447
+ --bs-breakpoint-xl: 1200px;
448
+ --bs-breakpoint-xxl: 1400px;
449
+ }
450
+
451
+ .row {
452
+ --bs-gutter-x: 1.5rem;
453
+ --bs-gutter-y: 0;
454
+ display: flex;
455
+ flex-wrap: wrap;
456
+ margin-top: calc(-1 * var(--bs-gutter-y));
457
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
458
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
459
+ }
460
+ .row > * {
461
+ flex-shrink: 0;
462
+ width: 100%;
463
+ max-width: 100%;
464
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
465
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
466
+ margin-top: var(--bs-gutter-y);
467
+ }
468
+
469
+ .col {
470
+ flex: 1 0 0%;
471
+ }
472
+ .table {
473
+ --bs-table-color-type: initial;
474
+ --bs-table-bg-type: initial;
475
+ --bs-table-color-state: initial;
476
+ --bs-table-bg-state: initial;
477
+ --bs-table-color: var(--bs-emphasis-color);
478
+ --bs-table-bg: var(--bs-body-bg);
479
+ --bs-table-border-color: var(--bs-border-color);
480
+ --bs-table-accent-bg: transparent;
481
+ --bs-table-striped-color: var(--bs-emphasis-color);
482
+ --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
483
+ --bs-table-active-color: var(--bs-emphasis-color);
484
+ --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
485
+ --bs-table-hover-color: var(--bs-emphasis-color);
486
+ --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
487
+ width: 100%;
488
+ margin-bottom: 1rem;
489
+ vertical-align: top;
490
+ border-color: var(--bs-table-border-color);
491
+ }
492
+ .table > :not(caption) > * > * {
493
+ padding: 0.5rem 0.5rem;
494
+ color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
495
+ background-color: var(--bs-table-bg);
496
+ border-bottom-width: var(--bs-border-width);
497
+ box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
498
+ }
499
+
500
+ .form-control {
501
+ display: block;
502
+ width: 100%;
503
+ padding: 0.375rem 0.75rem;
504
+ font-size: 1rem;
505
+ font-weight: 400;
506
+ line-height: 1.5;
507
+ color: var(--bs-body-color);
508
+ -webkit-appearance: none;
509
+ -moz-appearance: none;
510
+ appearance: none;
511
+ background-color: var(--bs-body-bg);
512
+ background-clip: padding-box;
513
+ border: var(--bs-border-width) solid var(--bs-border-color);
514
+ border-radius: var(--bs-border-radius);
515
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
516
+ }
517
+ @media (prefers-reduced-motion: reduce) {
518
+ .form-control {
519
+ transition: none;
520
+ }
521
+ }
522
+ .form-control[type=file] {
523
+ overflow: hidden;
524
+ }
525
+ .form-control[type=file]:not(:disabled):not([readonly]) {
526
+ cursor: pointer;
527
+ }
528
+ .form-control:focus {
529
+ color: var(--bs-body-color);
530
+ background-color: var(--bs-body-bg);
531
+ border-color: #86b7fe;
532
+ outline: 0;
533
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
534
+ }
535
+ .form-control::-webkit-date-and-time-value {
536
+ min-width: 85px;
537
+ height: 1.5em;
538
+ margin: 0;
539
+ }
540
+ .form-control::-webkit-datetime-edit {
541
+ display: block;
542
+ padding: 0;
543
+ }
544
+ .form-control::-moz-placeholder {
545
+ color: var(--bs-secondary-color);
546
+ opacity: 1;
547
+ }
548
+ .form-control::placeholder {
549
+ color: var(--bs-secondary-color);
550
+ opacity: 1;
551
+ }
552
+ .form-control:disabled {
553
+ background-color: var(--bs-secondary-bg);
554
+ opacity: 1;
555
+ }
556
+ .form-control::file-selector-button {
557
+ padding: 0.375rem 0.75rem;
558
+ margin: -0.375rem -0.75rem;
559
+ margin-inline-end: 0.75rem;
560
+ color: var(--bs-body-color);
561
+ background-color: var(--bs-tertiary-bg);
562
+ pointer-events: none;
563
+ border-color: inherit;
564
+ border-style: solid;
565
+ border-width: 0;
566
+ border-inline-end-width: var(--bs-border-width);
567
+ border-radius: 0;
568
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
569
+ }
570
+ @media (prefers-reduced-motion: reduce) {
571
+ .form-control::file-selector-button {
572
+ transition: none;
573
+ }
574
+ }
575
+ .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
576
+ background-color: var(--bs-secondary-bg);
577
+ }
578
+
579
+ textarea.form-control {
580
+ min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
581
+ }
582
+
583
+ .btn-check {
584
+ position: absolute;
585
+ clip: rect(0, 0, 0, 0);
586
+ pointer-events: none;
587
+ }
588
+ .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
589
+ pointer-events: none;
590
+ filter: none;
591
+ opacity: 0.65;
592
+ }
593
+
594
+ .input-group {
595
+ position: relative;
596
+ display: flex;
597
+ flex-wrap: wrap;
598
+ align-items: stretch;
599
+ width: 100%;
600
+ }
601
+ .input-group > .form-control {
602
+ position: relative;
603
+ flex: 1 1 auto;
604
+ width: 1%;
605
+ min-width: 0;
606
+ }
607
+ .input-group > .form-control:focus {
608
+ z-index: 5;
609
+ }
610
+ .input-group .btn {
611
+ position: relative;
612
+ z-index: 2;
613
+ }
614
+ .input-group .btn:focus {
615
+ z-index: 5;
616
+ }
617
+
618
+ .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
619
+ border-top-right-radius: 0;
620
+ border-bottom-right-radius: 0;
621
+ }
622
+ .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
623
+ margin-left: calc(var(--bs-border-width) * -1);
624
+ border-top-left-radius: 0;
625
+ border-bottom-left-radius: 0;
626
+ }
627
+
628
+ .btn {
629
+ --bs-btn-padding-x: 0.75rem;
630
+ --bs-btn-padding-y: 0.375rem;
631
+ --bs-btn-font-family: ;
632
+ --bs-btn-font-size: 1rem;
633
+ --bs-btn-font-weight: 400;
634
+ --bs-btn-line-height: 1.5;
635
+ --bs-btn-color: var(--bs-body-color);
636
+ --bs-btn-bg: transparent;
637
+ --bs-btn-border-width: var(--bs-border-width);
638
+ --bs-btn-border-color: transparent;
639
+ --bs-btn-border-radius: var(--bs-border-radius);
640
+ --bs-btn-hover-border-color: transparent;
641
+ --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
642
+ --bs-btn-disabled-opacity: 0.65;
643
+ --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
644
+ display: inline-block;
645
+ padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
646
+ font-family: var(--bs-btn-font-family);
647
+ font-size: var(--bs-btn-font-size);
648
+ font-weight: var(--bs-btn-font-weight);
649
+ line-height: var(--bs-btn-line-height);
650
+ color: var(--bs-btn-color);
651
+ text-align: center;
652
+ text-decoration: none;
653
+ vertical-align: middle;
654
+ cursor: pointer;
655
+ -webkit-user-select: none;
656
+ -moz-user-select: none;
657
+ user-select: none;
658
+ border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
659
+ border-radius: var(--bs-btn-border-radius);
660
+ background-color: var(--bs-btn-bg);
661
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
662
+ }
663
+ @media (prefers-reduced-motion: reduce) {
664
+ .btn {
665
+ transition: none;
666
+ }
667
+ }
668
+ .btn:hover {
669
+ color: var(--bs-btn-hover-color);
670
+ background-color: var(--bs-btn-hover-bg);
671
+ border-color: var(--bs-btn-hover-border-color);
672
+ }
673
+ .btn-check + .btn:hover {
674
+ color: var(--bs-btn-color);
675
+ background-color: var(--bs-btn-bg);
676
+ border-color: var(--bs-btn-border-color);
677
+ }
678
+ .btn:focus-visible {
679
+ color: var(--bs-btn-hover-color);
680
+ background-color: var(--bs-btn-hover-bg);
681
+ border-color: var(--bs-btn-hover-border-color);
682
+ outline: 0;
683
+ box-shadow: var(--bs-btn-focus-box-shadow);
684
+ }
685
+ .btn-check:focus-visible + .btn {
686
+ border-color: var(--bs-btn-hover-border-color);
687
+ outline: 0;
688
+ box-shadow: var(--bs-btn-focus-box-shadow);
689
+ }
690
+ .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
691
+ color: var(--bs-btn-active-color);
692
+ background-color: var(--bs-btn-active-bg);
693
+ border-color: var(--bs-btn-active-border-color);
694
+ }
695
+ .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
696
+ box-shadow: var(--bs-btn-focus-box-shadow);
697
+ }
698
+ .btn-check:checked:focus-visible + .btn {
699
+ box-shadow: var(--bs-btn-focus-box-shadow);
700
+ }
701
+ .btn:disabled, .btn.disabled {
702
+ color: var(--bs-btn-disabled-color);
703
+ pointer-events: none;
704
+ background-color: var(--bs-btn-disabled-bg);
705
+ border-color: var(--bs-btn-disabled-border-color);
706
+ opacity: var(--bs-btn-disabled-opacity);
707
+ }
708
+
709
+ .btn-secondary {
710
+ --bs-btn-color: #fff;
711
+ --bs-btn-bg: #6c757d;
712
+ --bs-btn-border-color: #6c757d;
713
+ --bs-btn-hover-color: #fff;
714
+ --bs-btn-hover-bg: #5c636a;
715
+ --bs-btn-hover-border-color: #565e64;
716
+ --bs-btn-focus-shadow-rgb: 130, 138, 145;
717
+ --bs-btn-active-color: #fff;
718
+ --bs-btn-active-bg: #565e64;
719
+ --bs-btn-active-border-color: #51585e;
720
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
721
+ --bs-btn-disabled-color: #fff;
722
+ --bs-btn-disabled-bg: #6c757d;
723
+ --bs-btn-disabled-border-color: #6c757d;
724
+ }
725
+
726
+ .btn-success {
727
+ --bs-btn-color: #fff;
728
+ --bs-btn-bg: #198754;
729
+ --bs-btn-border-color: #198754;
730
+ --bs-btn-hover-color: #fff;
731
+ --bs-btn-hover-bg: #157347;
732
+ --bs-btn-hover-border-color: #146c43;
733
+ --bs-btn-focus-shadow-rgb: 60, 153, 110;
734
+ --bs-btn-active-color: #fff;
735
+ --bs-btn-active-bg: #146c43;
736
+ --bs-btn-active-border-color: #13653f;
737
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
738
+ --bs-btn-disabled-color: #fff;
739
+ --bs-btn-disabled-bg: #198754;
740
+ --bs-btn-disabled-border-color: #198754;
741
+ }
742
+
743
+ .btn-outline-primary {
744
+ --bs-btn-color: #0d6efd;
745
+ --bs-btn-border-color: #0d6efd;
746
+ --bs-btn-hover-color: #fff;
747
+ --bs-btn-hover-bg: #0d6efd;
748
+ --bs-btn-hover-border-color: #0d6efd;
749
+ --bs-btn-focus-shadow-rgb: 13, 110, 253;
750
+ --bs-btn-active-color: #fff;
751
+ --bs-btn-active-bg: #0d6efd;
752
+ --bs-btn-active-border-color: #0d6efd;
753
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
754
+ --bs-btn-disabled-color: #0d6efd;
755
+ --bs-btn-disabled-bg: transparent;
756
+ --bs-btn-disabled-border-color: #0d6efd;
757
+ --bs-gradient: none;
758
+ }
759
+
760
+ .btn-outline-danger {
761
+ --bs-btn-color: #dc3545;
762
+ --bs-btn-border-color: #dc3545;
763
+ --bs-btn-hover-color: #fff;
764
+ --bs-btn-hover-bg: #dc3545;
765
+ --bs-btn-hover-border-color: #dc3545;
766
+ --bs-btn-focus-shadow-rgb: 220, 53, 69;
767
+ --bs-btn-active-color: #fff;
768
+ --bs-btn-active-bg: #dc3545;
769
+ --bs-btn-active-border-color: #dc3545;
770
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
771
+ --bs-btn-disabled-color: #dc3545;
772
+ --bs-btn-disabled-bg: transparent;
773
+ --bs-btn-disabled-border-color: #dc3545;
774
+ --bs-gradient: none;
775
+ }
776
+
777
+ .collapse:not(.show) {
778
+ display: none;
779
+ }
780
+
781
+ .nav {
782
+ --bs-nav-link-padding-x: 1rem;
783
+ --bs-nav-link-padding-y: 0.5rem;
784
+ --bs-nav-link-font-weight: ;
785
+ --bs-nav-link-color: var(--bs-link-color);
786
+ --bs-nav-link-hover-color: var(--bs-link-hover-color);
787
+ --bs-nav-link-disabled-color: var(--bs-secondary-color);
788
+ display: flex;
789
+ flex-wrap: wrap;
790
+ padding-left: 0;
791
+ margin-bottom: 0;
792
+ list-style: none;
793
+ }
794
+
795
+ .breadcrumb {
796
+ --bs-breadcrumb-padding-x: 0;
797
+ --bs-breadcrumb-padding-y: 0;
798
+ --bs-breadcrumb-margin-bottom: 1rem;
799
+ --bs-breadcrumb-bg: ;
800
+ --bs-breadcrumb-border-radius: ;
801
+ --bs-breadcrumb-divider-color: var(--bs-secondary-color);
802
+ --bs-breadcrumb-item-padding-x: 0.5rem;
803
+ --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
804
+ display: flex;
805
+ flex-wrap: wrap;
806
+ padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
807
+ margin-bottom: var(--bs-breadcrumb-margin-bottom);
808
+ font-size: var(--bs-breadcrumb-font-size);
809
+ list-style: none;
810
+ background-color: var(--bs-breadcrumb-bg);
811
+ border-radius: var(--bs-breadcrumb-border-radius);
812
+ }
813
+
814
+ @keyframes progress-bar-stripes {
815
+ 0% {
816
+ background-position-x: 1rem;
817
+ }
818
+ }
819
+
820
+ .list-group, .log-list {
821
+ --bs-list-group-color: var(--bs-body-color);
822
+ --bs-list-group-bg: var(--bs-body-bg);
823
+ --bs-list-group-border-color: var(--bs-border-color);
824
+ --bs-list-group-border-width: var(--bs-border-width);
825
+ --bs-list-group-border-radius: var(--bs-border-radius);
826
+ --bs-list-group-item-padding-x: 1rem;
827
+ --bs-list-group-item-padding-y: 0.5rem;
828
+ --bs-list-group-action-color: var(--bs-secondary-color);
829
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
830
+ --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
831
+ --bs-list-group-action-active-color: var(--bs-body-color);
832
+ --bs-list-group-action-active-bg: var(--bs-secondary-bg);
833
+ --bs-list-group-disabled-color: var(--bs-secondary-color);
834
+ --bs-list-group-disabled-bg: var(--bs-body-bg);
835
+ --bs-list-group-active-color: #fff;
836
+ --bs-list-group-active-bg: #0d6efd;
837
+ --bs-list-group-active-border-color: #0d6efd;
838
+ display: flex;
839
+ flex-direction: column;
840
+ padding-left: 0;
841
+ margin-bottom: 0;
842
+ border-radius: var(--bs-list-group-border-radius);
843
+ }
844
+
845
+ .list-group-numbered {
846
+ list-style-type: none;
847
+ counter-reset: section;
848
+ }
849
+ .list-group-numbered > .list-group-item::before, .list-group-numbered > .log-item::before {
850
+ content: counters(section, ".") ". ";
851
+ counter-increment: section;
852
+ }
853
+
854
+ .list-group-item-action {
855
+ width: 100%;
856
+ color: var(--bs-list-group-action-color);
857
+ text-align: inherit;
858
+ }
859
+ .list-group-item-action:hover, .list-group-item-action:focus {
860
+ z-index: 1;
861
+ color: var(--bs-list-group-action-hover-color);
862
+ text-decoration: none;
863
+ background-color: var(--bs-list-group-action-hover-bg);
864
+ }
865
+ .list-group-item-action:active {
866
+ color: var(--bs-list-group-action-active-color);
867
+ background-color: var(--bs-list-group-action-active-bg);
868
+ }
869
+
870
+ .list-group-item, .log-item {
871
+ position: relative;
872
+ display: block;
873
+ padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
874
+ color: var(--bs-list-group-color);
875
+ text-decoration: none;
876
+ background-color: var(--bs-list-group-bg);
877
+ border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
878
+ }
879
+ .list-group-item:first-child, .log-item:first-child {
880
+ border-top-left-radius: inherit;
881
+ border-top-right-radius: inherit;
882
+ }
883
+ .list-group-item:last-child, .log-item:last-child {
884
+ border-bottom-right-radius: inherit;
885
+ border-bottom-left-radius: inherit;
886
+ }
887
+ .list-group-item.disabled, .disabled.log-item, .list-group-item:disabled, .log-item:disabled {
888
+ color: var(--bs-list-group-disabled-color);
889
+ pointer-events: none;
890
+ background-color: var(--bs-list-group-disabled-bg);
891
+ }
892
+ .list-group-item.active, .active.log-item {
893
+ z-index: 2;
894
+ color: var(--bs-list-group-active-color);
895
+ background-color: var(--bs-list-group-active-bg);
896
+ border-color: var(--bs-list-group-active-border-color);
897
+ }
898
+ .list-group-item + .list-group-item, .log-item + .list-group-item, .list-group-item + .log-item, .log-item + .log-item {
899
+ border-top-width: 0;
900
+ }
901
+ .list-group-item + .list-group-item.active, .log-item + .list-group-item.active, .list-group-item + .active.log-item, .log-item + .active.log-item {
902
+ margin-top: calc(-1 * var(--bs-list-group-border-width));
903
+ border-top-width: var(--bs-list-group-border-width);
904
+ }
905
+
906
+ .list-group-horizontal {
907
+ flex-direction: row;
908
+ }
909
+ .list-group-horizontal > .list-group-item:first-child:not(:last-child), .list-group-horizontal > .log-item:first-child:not(:last-child) {
910
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
911
+ border-top-right-radius: 0;
912
+ }
913
+ .list-group-horizontal > .list-group-item:last-child:not(:first-child), .list-group-horizontal > .log-item:last-child:not(:first-child) {
914
+ border-top-right-radius: var(--bs-list-group-border-radius);
915
+ border-bottom-left-radius: 0;
916
+ }
917
+ .list-group-horizontal > .list-group-item.active, .list-group-horizontal > .active.log-item {
918
+ margin-top: 0;
919
+ }
920
+ .list-group-horizontal > .list-group-item + .list-group-item, .list-group-horizontal > .log-item + .list-group-item, .list-group-horizontal > .list-group-item + .log-item, .list-group-horizontal > .log-item + .log-item {
921
+ border-top-width: var(--bs-list-group-border-width);
922
+ border-left-width: 0;
923
+ }
924
+ .list-group-horizontal > .list-group-item + .list-group-item.active, .list-group-horizontal > .log-item + .list-group-item.active, .list-group-horizontal > .list-group-item + .active.log-item, .list-group-horizontal > .log-item + .active.log-item {
925
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
926
+ border-left-width: var(--bs-list-group-border-width);
927
+ }
928
+
929
+ @media (min-width: 576px) {
930
+ .list-group-horizontal-sm {
931
+ flex-direction: row;
932
+ }
933
+ .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child), .list-group-horizontal-sm > .log-item:first-child:not(:last-child) {
934
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
935
+ border-top-right-radius: 0;
936
+ }
937
+ .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child), .list-group-horizontal-sm > .log-item:last-child:not(:first-child) {
938
+ border-top-right-radius: var(--bs-list-group-border-radius);
939
+ border-bottom-left-radius: 0;
940
+ }
941
+ .list-group-horizontal-sm > .list-group-item.active, .list-group-horizontal-sm > .active.log-item {
942
+ margin-top: 0;
943
+ }
944
+ .list-group-horizontal-sm > .list-group-item + .list-group-item, .list-group-horizontal-sm > .log-item + .list-group-item, .list-group-horizontal-sm > .list-group-item + .log-item, .list-group-horizontal-sm > .log-item + .log-item {
945
+ border-top-width: var(--bs-list-group-border-width);
946
+ border-left-width: 0;
947
+ }
948
+ .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .list-group-horizontal-sm > .log-item + .list-group-item.active, .list-group-horizontal-sm > .list-group-item + .active.log-item, .list-group-horizontal-sm > .log-item + .active.log-item {
949
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
950
+ border-left-width: var(--bs-list-group-border-width);
951
+ }
952
+ }
953
+ @media (min-width: 768px) {
954
+ .list-group-horizontal-md {
955
+ flex-direction: row;
956
+ }
957
+ .list-group-horizontal-md > .list-group-item:first-child:not(:last-child), .list-group-horizontal-md > .log-item:first-child:not(:last-child) {
958
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
959
+ border-top-right-radius: 0;
960
+ }
961
+ .list-group-horizontal-md > .list-group-item:last-child:not(:first-child), .list-group-horizontal-md > .log-item:last-child:not(:first-child) {
962
+ border-top-right-radius: var(--bs-list-group-border-radius);
963
+ border-bottom-left-radius: 0;
964
+ }
965
+ .list-group-horizontal-md > .list-group-item.active, .list-group-horizontal-md > .active.log-item {
966
+ margin-top: 0;
967
+ }
968
+ .list-group-horizontal-md > .list-group-item + .list-group-item, .list-group-horizontal-md > .log-item + .list-group-item, .list-group-horizontal-md > .list-group-item + .log-item, .list-group-horizontal-md > .log-item + .log-item {
969
+ border-top-width: var(--bs-list-group-border-width);
970
+ border-left-width: 0;
971
+ }
972
+ .list-group-horizontal-md > .list-group-item + .list-group-item.active, .list-group-horizontal-md > .log-item + .list-group-item.active, .list-group-horizontal-md > .list-group-item + .active.log-item, .list-group-horizontal-md > .log-item + .active.log-item {
973
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
974
+ border-left-width: var(--bs-list-group-border-width);
975
+ }
976
+ }
977
+ @media (min-width: 992px) {
978
+ .list-group-horizontal-lg {
979
+ flex-direction: row;
980
+ }
981
+ .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child), .list-group-horizontal-lg > .log-item:first-child:not(:last-child) {
982
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
983
+ border-top-right-radius: 0;
984
+ }
985
+ .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child), .list-group-horizontal-lg > .log-item:last-child:not(:first-child) {
986
+ border-top-right-radius: var(--bs-list-group-border-radius);
987
+ border-bottom-left-radius: 0;
988
+ }
989
+ .list-group-horizontal-lg > .list-group-item.active, .list-group-horizontal-lg > .active.log-item {
990
+ margin-top: 0;
991
+ }
992
+ .list-group-horizontal-lg > .list-group-item + .list-group-item, .list-group-horizontal-lg > .log-item + .list-group-item, .list-group-horizontal-lg > .list-group-item + .log-item, .list-group-horizontal-lg > .log-item + .log-item {
993
+ border-top-width: var(--bs-list-group-border-width);
994
+ border-left-width: 0;
995
+ }
996
+ .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .list-group-horizontal-lg > .log-item + .list-group-item.active, .list-group-horizontal-lg > .list-group-item + .active.log-item, .list-group-horizontal-lg > .log-item + .active.log-item {
997
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
998
+ border-left-width: var(--bs-list-group-border-width);
999
+ }
1000
+ }
1001
+ @media (min-width: 1200px) {
1002
+ .list-group-horizontal-xl {
1003
+ flex-direction: row;
1004
+ }
1005
+ .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xl > .log-item:first-child:not(:last-child) {
1006
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
1007
+ border-top-right-radius: 0;
1008
+ }
1009
+ .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xl > .log-item:last-child:not(:first-child) {
1010
+ border-top-right-radius: var(--bs-list-group-border-radius);
1011
+ border-bottom-left-radius: 0;
1012
+ }
1013
+ .list-group-horizontal-xl > .list-group-item.active, .list-group-horizontal-xl > .active.log-item {
1014
+ margin-top: 0;
1015
+ }
1016
+ .list-group-horizontal-xl > .list-group-item + .list-group-item, .list-group-horizontal-xl > .log-item + .list-group-item, .list-group-horizontal-xl > .list-group-item + .log-item, .list-group-horizontal-xl > .log-item + .log-item {
1017
+ border-top-width: var(--bs-list-group-border-width);
1018
+ border-left-width: 0;
1019
+ }
1020
+ .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .list-group-horizontal-xl > .log-item + .list-group-item.active, .list-group-horizontal-xl > .list-group-item + .active.log-item, .list-group-horizontal-xl > .log-item + .active.log-item {
1021
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
1022
+ border-left-width: var(--bs-list-group-border-width);
1023
+ }
1024
+ }
1025
+ @media (min-width: 1400px) {
1026
+ .list-group-horizontal-xxl {
1027
+ flex-direction: row;
1028
+ }
1029
+ .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child), .list-group-horizontal-xxl > .log-item:first-child:not(:last-child) {
1030
+ border-bottom-left-radius: var(--bs-list-group-border-radius);
1031
+ border-top-right-radius: 0;
1032
+ }
1033
+ .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child), .list-group-horizontal-xxl > .log-item:last-child:not(:first-child) {
1034
+ border-top-right-radius: var(--bs-list-group-border-radius);
1035
+ border-bottom-left-radius: 0;
1036
+ }
1037
+ .list-group-horizontal-xxl > .list-group-item.active, .list-group-horizontal-xxl > .active.log-item {
1038
+ margin-top: 0;
1039
+ }
1040
+ .list-group-horizontal-xxl > .list-group-item + .list-group-item, .list-group-horizontal-xxl > .log-item + .list-group-item, .list-group-horizontal-xxl > .list-group-item + .log-item, .list-group-horizontal-xxl > .log-item + .log-item {
1041
+ border-top-width: var(--bs-list-group-border-width);
1042
+ border-left-width: 0;
1043
+ }
1044
+ .list-group-horizontal-xxl > .list-group-item + .list-group-item.active, .list-group-horizontal-xxl > .log-item + .list-group-item.active, .list-group-horizontal-xxl > .list-group-item + .active.log-item, .list-group-horizontal-xxl > .log-item + .active.log-item {
1045
+ margin-left: calc(-1 * var(--bs-list-group-border-width));
1046
+ border-left-width: var(--bs-list-group-border-width);
1047
+ }
1048
+ }
1049
+ .list-group-flush {
1050
+ border-radius: 0;
1051
+ }
1052
+ .list-group-flush > .list-group-item, .list-group-flush > .log-item {
1053
+ border-width: 0 0 var(--bs-list-group-border-width);
1054
+ }
1055
+ .list-group-flush > .list-group-item:last-child, .list-group-flush > .log-item:last-child {
1056
+ border-bottom-width: 0;
1057
+ }
1058
+
1059
+ .list-group-item-primary, .log-item.debug {
1060
+ --bs-list-group-color: var(--bs-primary-text-emphasis);
1061
+ --bs-list-group-bg: var(--bs-primary-bg-subtle);
1062
+ --bs-list-group-border-color: var(--bs-primary-border-subtle);
1063
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1064
+ --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
1065
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1066
+ --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
1067
+ --bs-list-group-active-color: var(--bs-primary-bg-subtle);
1068
+ --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
1069
+ --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
1070
+ }
1071
+
1072
+ .list-group-item-secondary {
1073
+ --bs-list-group-color: var(--bs-secondary-text-emphasis);
1074
+ --bs-list-group-bg: var(--bs-secondary-bg-subtle);
1075
+ --bs-list-group-border-color: var(--bs-secondary-border-subtle);
1076
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1077
+ --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
1078
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1079
+ --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
1080
+ --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
1081
+ --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
1082
+ --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
1083
+ }
1084
+
1085
+ .list-group-item-success {
1086
+ --bs-list-group-color: var(--bs-success-text-emphasis);
1087
+ --bs-list-group-bg: var(--bs-success-bg-subtle);
1088
+ --bs-list-group-border-color: var(--bs-success-border-subtle);
1089
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1090
+ --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
1091
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1092
+ --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
1093
+ --bs-list-group-active-color: var(--bs-success-bg-subtle);
1094
+ --bs-list-group-active-bg: var(--bs-success-text-emphasis);
1095
+ --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
1096
+ }
1097
+
1098
+ .list-group-item-info, .log-item.info {
1099
+ --bs-list-group-color: var(--bs-info-text-emphasis);
1100
+ --bs-list-group-bg: var(--bs-info-bg-subtle);
1101
+ --bs-list-group-border-color: var(--bs-info-border-subtle);
1102
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1103
+ --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
1104
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1105
+ --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
1106
+ --bs-list-group-active-color: var(--bs-info-bg-subtle);
1107
+ --bs-list-group-active-bg: var(--bs-info-text-emphasis);
1108
+ --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
1109
+ }
1110
+
1111
+ .list-group-item-warning, .log-item.warning {
1112
+ --bs-list-group-color: var(--bs-warning-text-emphasis);
1113
+ --bs-list-group-bg: var(--bs-warning-bg-subtle);
1114
+ --bs-list-group-border-color: var(--bs-warning-border-subtle);
1115
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1116
+ --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
1117
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1118
+ --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
1119
+ --bs-list-group-active-color: var(--bs-warning-bg-subtle);
1120
+ --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
1121
+ --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
1122
+ }
1123
+
1124
+ .list-group-item-danger, .log-item.critial, .log-item.error {
1125
+ --bs-list-group-color: var(--bs-danger-text-emphasis);
1126
+ --bs-list-group-bg: var(--bs-danger-bg-subtle);
1127
+ --bs-list-group-border-color: var(--bs-danger-border-subtle);
1128
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1129
+ --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
1130
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1131
+ --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
1132
+ --bs-list-group-active-color: var(--bs-danger-bg-subtle);
1133
+ --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
1134
+ --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
1135
+ }
1136
+
1137
+ .list-group-item-light, .log-item.trace {
1138
+ --bs-list-group-color: var(--bs-light-text-emphasis);
1139
+ --bs-list-group-bg: var(--bs-light-bg-subtle);
1140
+ --bs-list-group-border-color: var(--bs-light-border-subtle);
1141
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1142
+ --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
1143
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1144
+ --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
1145
+ --bs-list-group-active-color: var(--bs-light-bg-subtle);
1146
+ --bs-list-group-active-bg: var(--bs-light-text-emphasis);
1147
+ --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
1148
+ }
1149
+
1150
+ .list-group-item-dark {
1151
+ --bs-list-group-color: var(--bs-dark-text-emphasis);
1152
+ --bs-list-group-bg: var(--bs-dark-bg-subtle);
1153
+ --bs-list-group-border-color: var(--bs-dark-border-subtle);
1154
+ --bs-list-group-action-hover-color: var(--bs-emphasis-color);
1155
+ --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
1156
+ --bs-list-group-action-active-color: var(--bs-emphasis-color);
1157
+ --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
1158
+ --bs-list-group-active-color: var(--bs-dark-bg-subtle);
1159
+ --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
1160
+ --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
1161
+ }
1162
+
1163
+ .btn-close {
1164
+ --bs-btn-close-color: #000;
1165
+ --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
1166
+ --bs-btn-close-opacity: 0.5;
1167
+ --bs-btn-close-hover-opacity: 0.75;
1168
+ --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
1169
+ --bs-btn-close-focus-opacity: 1;
1170
+ --bs-btn-close-disabled-opacity: 0.25;
1171
+ --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
1172
+ box-sizing: content-box;
1173
+ width: 1em;
1174
+ height: 1em;
1175
+ padding: 0.25em 0.25em;
1176
+ color: var(--bs-btn-close-color);
1177
+ background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
1178
+ border: 0;
1179
+ border-radius: 0.375rem;
1180
+ opacity: var(--bs-btn-close-opacity);
1181
+ }
1182
+ .btn-close:hover {
1183
+ color: var(--bs-btn-close-color);
1184
+ text-decoration: none;
1185
+ opacity: var(--bs-btn-close-hover-opacity);
1186
+ }
1187
+ .btn-close:focus {
1188
+ outline: 0;
1189
+ box-shadow: var(--bs-btn-close-focus-shadow);
1190
+ opacity: var(--bs-btn-close-focus-opacity);
1191
+ }
1192
+ .btn-close:disabled, .btn-close.disabled {
1193
+ pointer-events: none;
1194
+ -webkit-user-select: none;
1195
+ -moz-user-select: none;
1196
+ user-select: none;
1197
+ opacity: var(--bs-btn-close-disabled-opacity);
1198
+ }
1199
+
1200
+ .modal {
1201
+ --bs-modal-zindex: 1055;
1202
+ --bs-modal-width: 500px;
1203
+ --bs-modal-padding: 1rem;
1204
+ --bs-modal-margin: 0.5rem;
1205
+ --bs-modal-color: ;
1206
+ --bs-modal-bg: var(--bs-body-bg);
1207
+ --bs-modal-border-color: var(--bs-border-color-translucent);
1208
+ --bs-modal-border-width: var(--bs-border-width);
1209
+ --bs-modal-border-radius: var(--bs-border-radius-lg);
1210
+ --bs-modal-box-shadow: var(--bs-box-shadow-sm);
1211
+ --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
1212
+ --bs-modal-header-padding-x: 1rem;
1213
+ --bs-modal-header-padding-y: 1rem;
1214
+ --bs-modal-header-padding: 1rem 1rem;
1215
+ --bs-modal-header-border-color: var(--bs-border-color);
1216
+ --bs-modal-header-border-width: var(--bs-border-width);
1217
+ --bs-modal-title-line-height: 1.5;
1218
+ --bs-modal-footer-gap: 0.5rem;
1219
+ --bs-modal-footer-bg: ;
1220
+ --bs-modal-footer-border-color: var(--bs-border-color);
1221
+ --bs-modal-footer-border-width: var(--bs-border-width);
1222
+ position: fixed;
1223
+ top: 0;
1224
+ left: 0;
1225
+ z-index: var(--bs-modal-zindex);
1226
+ display: none;
1227
+ width: 100%;
1228
+ height: 100%;
1229
+ overflow-x: hidden;
1230
+ overflow-y: auto;
1231
+ outline: 0;
1232
+ }
1233
+
1234
+ .modal-dialog {
1235
+ position: relative;
1236
+ width: auto;
1237
+ margin: var(--bs-modal-margin);
1238
+ pointer-events: none;
1239
+ }
1240
+ .modal.show .modal-dialog {
1241
+ transform: none;
1242
+ }
1243
+
1244
+ .modal-dialog-scrollable {
1245
+ height: calc(100% - var(--bs-modal-margin) * 2);
1246
+ }
1247
+ .modal-dialog-scrollable .modal-content {
1248
+ max-height: 100%;
1249
+ overflow: hidden;
1250
+ }
1251
+ .modal-dialog-scrollable .modal-body {
1252
+ overflow-y: auto;
1253
+ }
1254
+
1255
+ .modal-dialog-centered {
1256
+ display: flex;
1257
+ align-items: center;
1258
+ min-height: calc(100% - var(--bs-modal-margin) * 2);
1259
+ }
1260
+
1261
+ .modal-content {
1262
+ position: relative;
1263
+ display: flex;
1264
+ flex-direction: column;
1265
+ width: 100%;
1266
+ color: var(--bs-modal-color);
1267
+ pointer-events: auto;
1268
+ background-color: var(--bs-modal-bg);
1269
+ background-clip: padding-box;
1270
+ border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
1271
+ border-radius: var(--bs-modal-border-radius);
1272
+ outline: 0;
1273
+ }
1274
+
1275
+ .modal-header {
1276
+ display: flex;
1277
+ flex-shrink: 0;
1278
+ align-items: center;
1279
+ padding: var(--bs-modal-header-padding);
1280
+ border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
1281
+ border-top-left-radius: var(--bs-modal-inner-border-radius);
1282
+ border-top-right-radius: var(--bs-modal-inner-border-radius);
1283
+ }
1284
+ .modal-header .btn-close {
1285
+ padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
1286
+ margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
1287
+ }
1288
+
1289
+ .modal-title {
1290
+ margin-bottom: 0;
1291
+ line-height: var(--bs-modal-title-line-height);
1292
+ }
1293
+
1294
+ .modal-body {
1295
+ position: relative;
1296
+ flex: 1 1 auto;
1297
+ padding: var(--bs-modal-padding);
1298
+ }
1299
+
1300
+ .modal-footer {
1301
+ display: flex;
1302
+ flex-shrink: 0;
1303
+ flex-wrap: wrap;
1304
+ align-items: center;
1305
+ justify-content: flex-end;
1306
+ padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
1307
+ background-color: var(--bs-modal-footer-bg);
1308
+ border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
1309
+ border-bottom-right-radius: var(--bs-modal-inner-border-radius);
1310
+ border-bottom-left-radius: var(--bs-modal-inner-border-radius);
1311
+ }
1312
+ .modal-footer > * {
1313
+ margin: calc(var(--bs-modal-footer-gap) * 0.5);
1314
+ }
1315
+
1316
+ @media (min-width: 576px) {
1317
+ .modal {
1318
+ --bs-modal-margin: 1.75rem;
1319
+ --bs-modal-box-shadow: var(--bs-box-shadow);
1320
+ }
1321
+ .modal-dialog {
1322
+ max-width: var(--bs-modal-width);
1323
+ margin-right: auto;
1324
+ margin-left: auto;
1325
+ }
1326
+ }
1327
+ @media (min-width: 992px) {
1328
+
1329
+ .modal-xl {
1330
+ --bs-modal-width: 800px;
1331
+ }
1332
+ }
1333
+ @media (min-width: 1200px) {
1334
+ .modal-xl {
1335
+ --bs-modal-width: 1140px;
1336
+ }
1337
+ }
1338
+
1339
+ /* rtl:begin:ignore */
1340
+
1341
+ /* rtl:end:ignore */
1342
+
1343
+ /* rtl:begin:ignore */
1344
+
1345
+ /* rtl:end:ignore */
1346
+
1347
+ /* rtl:begin:ignore */
1348
+
1349
+ /* rtl:end:ignore */
1350
+
1351
+ /* rtl:begin:ignore */
1352
+
1353
+ /* rtl:end:ignore */
1354
+
1355
+ .spinner-grow,
1356
+ .spinner-border {
1357
+ display: inline-block;
1358
+ width: var(--bs-spinner-width);
1359
+ height: var(--bs-spinner-height);
1360
+ vertical-align: var(--bs-spinner-vertical-align);
1361
+ border-radius: 50%;
1362
+ animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
1363
+ }
1364
+
1365
+ @keyframes spinner-border {
1366
+ to {
1367
+ transform: rotate(360deg) /* rtl:ignore */;
1368
+ }
1369
+ }
1370
+ .spinner-border {
1371
+ --bs-spinner-width: 2rem;
1372
+ --bs-spinner-height: 2rem;
1373
+ --bs-spinner-vertical-align: -0.125em;
1374
+ --bs-spinner-border-width: 0.25em;
1375
+ --bs-spinner-animation-speed: 0.75s;
1376
+ --bs-spinner-animation-name: spinner-border;
1377
+ border: var(--bs-spinner-border-width) solid currentcolor;
1378
+ border-right-color: transparent;
1379
+ }
1380
+
1381
+ @keyframes spinner-grow {
1382
+ 0% {
1383
+ transform: scale(0);
1384
+ }
1385
+ 50% {
1386
+ opacity: 1;
1387
+ transform: none;
1388
+ }
1389
+ }
1390
+ .spinner-grow {
1391
+ --bs-spinner-width: 2rem;
1392
+ --bs-spinner-height: 2rem;
1393
+ --bs-spinner-vertical-align: -0.125em;
1394
+ --bs-spinner-animation-speed: 0.75s;
1395
+ --bs-spinner-animation-name: spinner-grow;
1396
+ background-color: currentcolor;
1397
+ opacity: 0;
1398
+ }
1399
+
1400
+ @media (prefers-reduced-motion: reduce) {
1401
+ .spinner-border,
1402
+ .spinner-grow {
1403
+ --bs-spinner-animation-speed: 1.5s;
1404
+ }
1405
+ }
1406
+
1407
+ .placeholder {
1408
+ display: inline-block;
1409
+ min-height: 1em;
1410
+ vertical-align: middle;
1411
+ cursor: wait;
1412
+ background-color: currentcolor;
1413
+ opacity: 0.5;
1414
+ }
1415
+ .placeholder.btn::before {
1416
+ display: inline-block;
1417
+ content: "";
1418
+ }
1419
+
1420
+ .placeholder-glow .placeholder {
1421
+ animation: placeholder-glow 2s ease-in-out infinite;
1422
+ }
1423
+
1424
+ @keyframes placeholder-glow {
1425
+ 50% {
1426
+ opacity: 0.2;
1427
+ }
1428
+ }
1429
+ .placeholder-wave {
1430
+ -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
1431
+ mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
1432
+ -webkit-mask-size: 200% 100%;
1433
+ mask-size: 200% 100%;
1434
+ animation: placeholder-wave 2s linear infinite;
1435
+ }
1436
+
1437
+ @keyframes placeholder-wave {
1438
+ 100% {
1439
+ -webkit-mask-position: -200% 0%;
1440
+ mask-position: -200% 0%;
1441
+ }
1442
+ }
1443
+
1444
+ .vr {
1445
+ display: inline-block;
1446
+ align-self: stretch;
1447
+ width: var(--bs-border-width);
1448
+ min-height: 1em;
1449
+ background-color: currentcolor;
1450
+ opacity: 0.25;
1451
+ }
1452
+
1453
+ .shadow {
1454
+ box-shadow: var(--bs-box-shadow) !important;
1455
+ }
1456
+
1457
+ .border {
1458
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
1459
+ }
1460
+
1461
+ .border-top {
1462
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
1463
+ }
1464
+
1465
+ .border-bottom {
1466
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
1467
+ }
1468
+
1469
+ .flex-wrap {
1470
+ flex-wrap: wrap !important;
1471
+ }
1472
+
1473
+ .justify-content-between {
1474
+ justify-content: space-between !important;
1475
+ }
1476
+
1477
+ .mx-auto {
1478
+ margin-right: auto !important;
1479
+ margin-left: auto !important;
1480
+ }
1481
+
1482
+ .mb-3 {
1483
+ margin-bottom: 1rem !important;
1484
+ }
1485
+
1486
+ /* rtl:begin:remove */
1487
+
1488
+ /* rtl:end:remove */
1489
+
1490
+ .rounded {
1491
+ border-radius: var(--bs-border-radius) !important;
1492
+ }
1493
+
1494
+ .visible {
1495
+ visibility: visible !important;
1496
+ }
1497
+ .modal.show {
1498
+ display: block;
1499
+ }
1500
+
1501
+ /*# sourceMappingURL=qbo-logging.css.map */