@justifi/webcomponents 4.0.0 → 4.0.2

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 (91) hide show
  1. package/CHANGELOG.md +26 -2
  2. package/changelog-template.hbs +3 -34
  3. package/dist/cjs/{Payment-5781460e.js → Payment-ac4dea02.js} +1 -1
  4. package/dist/cjs/index.esm-8df4906e.js +2092 -0
  5. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +2 -2
  6. package/dist/cjs/justifi-billing-form_2.cjs.entry.js +14 -2104
  7. package/dist/cjs/justifi-business-address.cjs.entry.js +66 -0
  8. package/dist/cjs/justifi-card-form.cjs.entry.js +2 -2
  9. package/dist/cjs/justifi-payment-form.cjs.entry.js +4 -4
  10. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +14 -14
  11. package/dist/cjs/justifi-payments-list.cjs.entry.js +9 -9
  12. package/dist/cjs/loader.cjs.js +1 -1
  13. package/dist/cjs/select-input_2.cjs.entry.js +2 -4
  14. package/dist/cjs/webcomponents.cjs.js +1 -1
  15. package/dist/collection/api/Api.js +3 -5
  16. package/dist/collection/api/Payment.js +1 -1
  17. package/dist/collection/api/mockData/MockPayments.js +24 -22
  18. package/dist/collection/collection-manifest.json +1 -0
  19. package/dist/collection/components/bank-account-form/bank-account-form.js +2 -2
  20. package/dist/collection/components/bank-account-form/bank-account-form.stories.js +13 -9
  21. package/dist/collection/components/bank-account-form/example.js +54 -0
  22. package/dist/collection/components/billing-form/billing-form-schema.js +1 -4
  23. package/dist/collection/components/billing-form/billing-form.js +7 -2
  24. package/dist/collection/components/billing-form/billing-form.stories.js +4 -4
  25. package/dist/collection/components/billing-form/example.js +26 -0
  26. package/dist/collection/components/billing-form/state-options.js +61 -61
  27. package/dist/collection/components/business-address/business-address-schema.js +13 -0
  28. package/dist/collection/components/business-address/business-address.css +2325 -0
  29. package/dist/collection/components/business-address/business-address.js +99 -0
  30. package/dist/collection/components/card-form/card-form.js +2 -2
  31. package/dist/collection/components/card-form/card-form.stories.js +11 -7
  32. package/dist/collection/components/card-form/example.js +59 -0
  33. package/dist/collection/components/payment-form/example.js +23 -0
  34. package/dist/collection/components/payment-form/payment-form.css +2 -0
  35. package/dist/collection/components/payment-form/payment-form.js +2 -2
  36. package/dist/collection/components/payment-form/payment-form.stories.js +15 -12
  37. package/dist/collection/components/payment-form/payment-method-selector.css +5 -0
  38. package/dist/collection/components/payment-form/payment-method-selector.js +2 -3
  39. package/dist/collection/components/payment-method-form/get-computed-theme.js +1 -1
  40. package/dist/collection/components/payment-method-form/message-event-types.js +1 -1
  41. package/dist/collection/components/payment-method-form/payment-method-form.js +5 -8
  42. package/dist/collection/components/payments-list/payments-list.js +4 -4
  43. package/dist/collection/components/select-input/select-input.js +3 -4
  44. package/dist/collection/components/text-input/text-input.js +2 -3
  45. package/dist/collection/utils/utils.js +1 -5
  46. package/dist/components/Payment.js +1 -1
  47. package/dist/components/billing-form.js +4 -2093
  48. package/dist/components/index.d.ts +1 -0
  49. package/dist/components/index.js +1 -0
  50. package/dist/components/justifi-bank-account-form.js +2 -2
  51. package/dist/components/justifi-business-address.d.ts +11 -0
  52. package/dist/components/justifi-business-address.js +96 -0
  53. package/dist/components/justifi-card-form.js +2 -2
  54. package/dist/components/justifi-payment-form.js +3 -3
  55. package/dist/components/justifi-payments-list.js +8 -8
  56. package/dist/components/payment-method-form.js +14 -14
  57. package/dist/components/payment-method-selector.js +3 -4
  58. package/dist/components/select-input2.js +1 -2
  59. package/dist/components/state-options.js +2088 -0
  60. package/dist/components/text-input2.js +1 -2
  61. package/dist/esm/{Payment-3f7570a8.js → Payment-c86e1e84.js} +1 -1
  62. package/dist/esm/index.esm-c6a89005.js +2088 -0
  63. package/dist/esm/justifi-bank-account-form.entry.js +2 -2
  64. package/dist/esm/justifi-billing-form_2.entry.js +7 -2097
  65. package/dist/esm/justifi-business-address.entry.js +62 -0
  66. package/dist/esm/justifi-card-form.entry.js +2 -2
  67. package/dist/esm/justifi-payment-form.entry.js +4 -4
  68. package/dist/esm/justifi-payment-method-form.entry.js +14 -14
  69. package/dist/esm/justifi-payments-list.entry.js +9 -9
  70. package/dist/esm/loader.js +1 -1
  71. package/dist/esm/select-input_2.entry.js +2 -4
  72. package/dist/esm/webcomponents.js +1 -1
  73. package/dist/types/components/bank-account-form/bank-account-form.d.ts +5 -5
  74. package/dist/types/components/billing-form/billing-form.d.ts +5 -0
  75. package/dist/types/components/business-address/business-address-schema.d.ts +23 -0
  76. package/dist/types/components/business-address/business-address.d.ts +11 -0
  77. package/dist/types/components/card-form/card-form.d.ts +5 -5
  78. package/dist/types/components/payment-method-form/get-computed-theme.d.ts +1 -1
  79. package/dist/types/components.d.ts +19 -4
  80. package/dist/webcomponents/p-039e3540.entry.js +1 -0
  81. package/dist/webcomponents/{p-64b19598.entry.js → p-11e5bef9.entry.js} +1 -1
  82. package/dist/webcomponents/p-20732337.js +1 -0
  83. package/dist/webcomponents/p-5b5e8351.entry.js +1 -0
  84. package/dist/webcomponents/{p-bf40b1ca.entry.js → p-7747c086.entry.js} +1 -1
  85. package/dist/webcomponents/{p-48bd3d00.entry.js → p-b061da77.entry.js} +1 -1
  86. package/dist/webcomponents/webcomponents.css +1 -1
  87. package/dist/webcomponents/webcomponents.esm.js +1 -1
  88. package/package.json +8 -5
  89. package/readme.md +7 -3
  90. package/dist/webcomponents/p-2530278e.entry.js +0 -1
  91. /package/dist/webcomponents/{p-21e020a8.js → p-1ca0646b.js} +0 -0
@@ -0,0 +1,2325 @@
1
+ :root {
2
+ --bs-blue: #0d6efd;
3
+ --bs-indigo: #6610f2;
4
+ --bs-purple: #6f42c1;
5
+ --bs-pink: #d63384;
6
+ --bs-red: #dc3545;
7
+ --bs-orange: #fd7e14;
8
+ --bs-yellow: #ffc107;
9
+ --bs-green: #198754;
10
+ --bs-teal: #20c997;
11
+ --bs-cyan: #0dcaf0;
12
+ --bs-black: #000;
13
+ --bs-white: #fff;
14
+ --bs-gray: #6c757d;
15
+ --bs-gray-dark: #343a40;
16
+ --bs-gray-100: #f8f9fa;
17
+ --bs-gray-200: #e9ecef;
18
+ --bs-gray-300: #dee2e6;
19
+ --bs-gray-400: #ced4da;
20
+ --bs-gray-500: #adb5bd;
21
+ --bs-gray-600: #6c757d;
22
+ --bs-gray-700: #495057;
23
+ --bs-gray-800: #343a40;
24
+ --bs-gray-900: #212529;
25
+ --bs-primary: #0d6efd;
26
+ --bs-secondary: #6c757d;
27
+ --bs-success: #198754;
28
+ --bs-info: #0dcaf0;
29
+ --bs-warning: #ffc107;
30
+ --bs-danger: #dc3545;
31
+ --bs-light: #f8f9fa;
32
+ --bs-dark: #212529;
33
+ --bs-primary-rgb: 13, 110, 253;
34
+ --bs-secondary-rgb: 108, 117, 125;
35
+ --bs-success-rgb: 25, 135, 84;
36
+ --bs-info-rgb: 13, 202, 240;
37
+ --bs-warning-rgb: 255, 193, 7;
38
+ --bs-danger-rgb: 220, 53, 69;
39
+ --bs-light-rgb: 248, 249, 250;
40
+ --bs-dark-rgb: 33, 37, 41;
41
+ --bs-white-rgb: 255, 255, 255;
42
+ --bs-black-rgb: 0, 0, 0;
43
+ --bs-body-color-rgb: 33, 37, 41;
44
+ --bs-body-bg-rgb: 255, 255, 255;
45
+ --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";
46
+ --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
47
+ --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
48
+ --bs-body-font-family: var(--bs-font-sans-serif);
49
+ --bs-body-font-size: 1rem;
50
+ --bs-body-font-weight: 400;
51
+ --bs-body-line-height: 1.5;
52
+ --bs-body-color: #212529;
53
+ --bs-body-bg: #fff;
54
+ --bs-border-width: 1px;
55
+ --bs-border-style: solid;
56
+ --bs-border-color: #dee2e6;
57
+ --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
58
+ --bs-border-radius: 0.375rem;
59
+ --bs-border-radius-sm: 0.25rem;
60
+ --bs-border-radius-lg: 0.5rem;
61
+ --bs-border-radius-xl: 1rem;
62
+ --bs-border-radius-2xl: 2rem;
63
+ --bs-border-radius-pill: 50rem;
64
+ --bs-link-color: #0d6efd;
65
+ --bs-link-hover-color: #0a58ca;
66
+ --bs-code-color: #d63384;
67
+ --bs-highlight-bg: #fff3cd;
68
+ }
69
+
70
+ *,
71
+ *::before,
72
+ *::after {
73
+ box-sizing: border-box;
74
+ }
75
+
76
+ @media (prefers-reduced-motion: no-preference) {
77
+ :root {
78
+ scroll-behavior: smooth;
79
+ }
80
+ }
81
+
82
+ body {
83
+ margin: 0;
84
+ font-family: var(--bs-body-font-family);
85
+ font-size: var(--bs-body-font-size);
86
+ font-weight: var(--bs-body-font-weight);
87
+ line-height: var(--bs-body-line-height);
88
+ color: var(--bs-body-color);
89
+ text-align: var(--bs-body-text-align);
90
+ background-color: var(--bs-body-bg);
91
+ -webkit-text-size-adjust: 100%;
92
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
93
+ }
94
+
95
+ hr {
96
+ margin: 1rem 0;
97
+ color: inherit;
98
+ border: 0;
99
+ border-top: 1px solid;
100
+ opacity: 0.25;
101
+ }
102
+
103
+ h6, h5, h4, h3, h2, h1 {
104
+ margin-top: 0;
105
+ margin-bottom: 0.5rem;
106
+ font-weight: 500;
107
+ line-height: 1.2;
108
+ }
109
+
110
+ h1 {
111
+ font-size: calc(1.375rem + 1.5vw);
112
+ }
113
+ @media (min-width: 1200px) {
114
+ h1 {
115
+ font-size: 2.5rem;
116
+ }
117
+ }
118
+
119
+ h2 {
120
+ font-size: calc(1.325rem + 0.9vw);
121
+ }
122
+ @media (min-width: 1200px) {
123
+ h2 {
124
+ font-size: 2rem;
125
+ }
126
+ }
127
+
128
+ h3 {
129
+ font-size: calc(1.3rem + 0.6vw);
130
+ }
131
+ @media (min-width: 1200px) {
132
+ h3 {
133
+ font-size: 1.75rem;
134
+ }
135
+ }
136
+
137
+ h4 {
138
+ font-size: calc(1.275rem + 0.3vw);
139
+ }
140
+ @media (min-width: 1200px) {
141
+ h4 {
142
+ font-size: 1.5rem;
143
+ }
144
+ }
145
+
146
+ h5 {
147
+ font-size: 1.25rem;
148
+ }
149
+
150
+ h6 {
151
+ font-size: 1rem;
152
+ }
153
+
154
+ p {
155
+ margin-top: 0;
156
+ margin-bottom: 1rem;
157
+ }
158
+
159
+ abbr[title] {
160
+ text-decoration: underline dotted;
161
+ cursor: help;
162
+ text-decoration-skip-ink: none;
163
+ }
164
+
165
+ address {
166
+ margin-bottom: 1rem;
167
+ font-style: normal;
168
+ line-height: inherit;
169
+ }
170
+
171
+ ol,
172
+ ul {
173
+ padding-left: 2rem;
174
+ }
175
+
176
+ ol,
177
+ ul,
178
+ dl {
179
+ margin-top: 0;
180
+ margin-bottom: 1rem;
181
+ }
182
+
183
+ ol ol,
184
+ ul ul,
185
+ ol ul,
186
+ ul ol {
187
+ margin-bottom: 0;
188
+ }
189
+
190
+ dt {
191
+ font-weight: 700;
192
+ }
193
+
194
+ dd {
195
+ margin-bottom: 0.5rem;
196
+ margin-left: 0;
197
+ }
198
+
199
+ blockquote {
200
+ margin: 0 0 1rem;
201
+ }
202
+
203
+ b,
204
+ strong {
205
+ font-weight: bolder;
206
+ }
207
+
208
+ small {
209
+ font-size: 0.875em;
210
+ }
211
+
212
+ mark {
213
+ padding: 0.1875em;
214
+ background-color: var(--bs-highlight-bg);
215
+ }
216
+
217
+ sub,
218
+ sup {
219
+ position: relative;
220
+ font-size: 0.75em;
221
+ line-height: 0;
222
+ vertical-align: baseline;
223
+ }
224
+
225
+ sub {
226
+ bottom: -0.25em;
227
+ }
228
+
229
+ sup {
230
+ top: -0.5em;
231
+ }
232
+
233
+ a {
234
+ color: var(--bs-link-color);
235
+ text-decoration: underline;
236
+ }
237
+ a:hover {
238
+ color: var(--bs-link-hover-color);
239
+ }
240
+
241
+ a:not([href]):not([class]), a:not([href]):not([class]):hover {
242
+ color: inherit;
243
+ text-decoration: none;
244
+ }
245
+
246
+ pre,
247
+ code,
248
+ kbd,
249
+ samp {
250
+ font-family: var(--bs-font-monospace);
251
+ font-size: 1em;
252
+ }
253
+
254
+ pre {
255
+ display: block;
256
+ margin-top: 0;
257
+ margin-bottom: 1rem;
258
+ overflow: auto;
259
+ font-size: 0.875em;
260
+ }
261
+ pre code {
262
+ font-size: inherit;
263
+ color: inherit;
264
+ word-break: normal;
265
+ }
266
+
267
+ code {
268
+ font-size: 0.875em;
269
+ color: var(--bs-code-color);
270
+ word-wrap: break-word;
271
+ }
272
+ a > code {
273
+ color: inherit;
274
+ }
275
+
276
+ kbd {
277
+ padding: 0.1875rem 0.375rem;
278
+ font-size: 0.875em;
279
+ color: var(--bs-body-bg);
280
+ background-color: var(--bs-body-color);
281
+ border-radius: 0.25rem;
282
+ }
283
+ kbd kbd {
284
+ padding: 0;
285
+ font-size: 1em;
286
+ }
287
+
288
+ figure {
289
+ margin: 0 0 1rem;
290
+ }
291
+
292
+ img,
293
+ svg {
294
+ vertical-align: middle;
295
+ }
296
+
297
+ table {
298
+ caption-side: bottom;
299
+ border-collapse: collapse;
300
+ }
301
+
302
+ caption {
303
+ padding-top: 0.5rem;
304
+ padding-bottom: 0.5rem;
305
+ color: #6c757d;
306
+ text-align: left;
307
+ }
308
+
309
+ th {
310
+ text-align: inherit;
311
+ text-align: -webkit-match-parent;
312
+ }
313
+
314
+ thead,
315
+ tbody,
316
+ tfoot,
317
+ tr,
318
+ td,
319
+ th {
320
+ border-color: inherit;
321
+ border-style: solid;
322
+ border-width: 0;
323
+ }
324
+
325
+ label {
326
+ display: inline-block;
327
+ }
328
+
329
+ button {
330
+ border-radius: 0;
331
+ }
332
+
333
+ button:focus:not(:focus-visible) {
334
+ outline: 0;
335
+ }
336
+
337
+ input,
338
+ button,
339
+ select,
340
+ optgroup,
341
+ textarea {
342
+ margin: 0;
343
+ font-family: inherit;
344
+ font-size: inherit;
345
+ line-height: inherit;
346
+ }
347
+
348
+ button,
349
+ select {
350
+ text-transform: none;
351
+ }
352
+
353
+ [role=button] {
354
+ cursor: pointer;
355
+ }
356
+
357
+ select {
358
+ word-wrap: normal;
359
+ }
360
+ select:disabled {
361
+ opacity: 1;
362
+ }
363
+
364
+ [list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
365
+ display: none !important;
366
+ }
367
+
368
+ button,
369
+ [type=button],
370
+ [type=reset],
371
+ [type=submit] {
372
+ -webkit-appearance: button;
373
+ }
374
+ button:not(:disabled),
375
+ [type=button]:not(:disabled),
376
+ [type=reset]:not(:disabled),
377
+ [type=submit]:not(:disabled) {
378
+ cursor: pointer;
379
+ }
380
+
381
+ ::-moz-focus-inner {
382
+ padding: 0;
383
+ border-style: none;
384
+ }
385
+
386
+ textarea {
387
+ resize: vertical;
388
+ }
389
+
390
+ fieldset {
391
+ min-width: 0;
392
+ padding: 0;
393
+ margin: 0;
394
+ border: 0;
395
+ }
396
+
397
+ legend {
398
+ float: left;
399
+ width: 100%;
400
+ padding: 0;
401
+ margin-bottom: 0.5rem;
402
+ font-size: calc(1.275rem + 0.3vw);
403
+ line-height: inherit;
404
+ }
405
+ @media (min-width: 1200px) {
406
+ legend {
407
+ font-size: 1.5rem;
408
+ }
409
+ }
410
+ legend + * {
411
+ clear: left;
412
+ }
413
+
414
+ ::-webkit-datetime-edit-fields-wrapper,
415
+ ::-webkit-datetime-edit-text,
416
+ ::-webkit-datetime-edit-minute,
417
+ ::-webkit-datetime-edit-hour-field,
418
+ ::-webkit-datetime-edit-day-field,
419
+ ::-webkit-datetime-edit-month-field,
420
+ ::-webkit-datetime-edit-year-field {
421
+ padding: 0;
422
+ }
423
+
424
+ ::-webkit-inner-spin-button {
425
+ height: auto;
426
+ }
427
+
428
+ [type=search] {
429
+ outline-offset: -2px;
430
+ -webkit-appearance: textfield;
431
+ }
432
+
433
+ /* rtl:raw:
434
+ [type="tel"],
435
+ [type="url"],
436
+ [type="email"],
437
+ [type="number"] {
438
+ direction: ltr;
439
+ }
440
+ */
441
+ ::-webkit-search-decoration {
442
+ -webkit-appearance: none;
443
+ }
444
+
445
+ ::-webkit-color-swatch-wrapper {
446
+ padding: 0;
447
+ }
448
+
449
+ ::file-selector-button {
450
+ font: inherit;
451
+ -webkit-appearance: button;
452
+ }
453
+
454
+ output {
455
+ display: inline-block;
456
+ }
457
+
458
+ iframe {
459
+ border: 0;
460
+ }
461
+
462
+ summary {
463
+ display: list-item;
464
+ cursor: pointer;
465
+ }
466
+
467
+ progress {
468
+ vertical-align: baseline;
469
+ }
470
+
471
+ [hidden] {
472
+ display: none !important;
473
+ }
474
+
475
+ .form-label {
476
+ margin-bottom: 0.5rem;
477
+ }
478
+
479
+ .col-form-label {
480
+ padding-top: calc(0.375rem + 1px);
481
+ padding-bottom: calc(0.375rem + 1px);
482
+ margin-bottom: 0;
483
+ font-size: inherit;
484
+ line-height: 1.5;
485
+ }
486
+
487
+ .col-form-label-lg {
488
+ padding-top: calc(0.5rem + 1px);
489
+ padding-bottom: calc(0.5rem + 1px);
490
+ font-size: 1.25rem;
491
+ }
492
+
493
+ .col-form-label-sm {
494
+ padding-top: calc(0.25rem + 1px);
495
+ padding-bottom: calc(0.25rem + 1px);
496
+ font-size: 0.875rem;
497
+ }
498
+
499
+ .form-text {
500
+ margin-top: 0.25rem;
501
+ font-size: 0.875em;
502
+ color: #6c757d;
503
+ }
504
+
505
+ .form-control {
506
+ display: block;
507
+ width: 100%;
508
+ padding: 0.375rem 0.75rem;
509
+ font-size: 1rem;
510
+ font-weight: 400;
511
+ line-height: 1.5;
512
+ color: #212529;
513
+ background-color: #fff;
514
+ background-clip: padding-box;
515
+ border: 1px solid #ced4da;
516
+ appearance: none;
517
+ border-radius: 0.375rem;
518
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
519
+ }
520
+ @media (prefers-reduced-motion: reduce) {
521
+ .form-control {
522
+ transition: none;
523
+ }
524
+ }
525
+ .form-control[type=file] {
526
+ overflow: hidden;
527
+ }
528
+ .form-control[type=file]:not(:disabled):not([readonly]) {
529
+ cursor: pointer;
530
+ }
531
+ .form-control:focus {
532
+ color: #212529;
533
+ background-color: #fff;
534
+ border-color: #86b7fe;
535
+ outline: 0;
536
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
537
+ }
538
+ .form-control::-webkit-date-and-time-value {
539
+ height: 1.5em;
540
+ }
541
+ .form-control::placeholder {
542
+ color: #6c757d;
543
+ opacity: 1;
544
+ }
545
+ .form-control:disabled {
546
+ background-color: #e9ecef;
547
+ opacity: 1;
548
+ }
549
+ .form-control::file-selector-button {
550
+ padding: 0.375rem 0.75rem;
551
+ margin: -0.375rem -0.75rem;
552
+ margin-inline-end: 0.75rem;
553
+ color: #212529;
554
+ background-color: #e9ecef;
555
+ pointer-events: none;
556
+ border-color: inherit;
557
+ border-style: solid;
558
+ border-width: 0;
559
+ border-inline-end-width: 1px;
560
+ border-radius: 0;
561
+ 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;
562
+ }
563
+ @media (prefers-reduced-motion: reduce) {
564
+ .form-control::file-selector-button {
565
+ transition: none;
566
+ }
567
+ }
568
+ .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
569
+ background-color: #dde0e3;
570
+ }
571
+
572
+ .form-control-plaintext {
573
+ display: block;
574
+ width: 100%;
575
+ padding: 0.375rem 0;
576
+ margin-bottom: 0;
577
+ line-height: 1.5;
578
+ color: #212529;
579
+ background-color: transparent;
580
+ border: solid transparent;
581
+ border-width: 1px 0;
582
+ }
583
+ .form-control-plaintext:focus {
584
+ outline: 0;
585
+ }
586
+ .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
587
+ padding-right: 0;
588
+ padding-left: 0;
589
+ }
590
+
591
+ .form-control-sm {
592
+ min-height: calc(1.5em + 0.5rem + 2px);
593
+ padding: 0.25rem 0.5rem;
594
+ font-size: 0.875rem;
595
+ border-radius: 0.25rem;
596
+ }
597
+ .form-control-sm::file-selector-button {
598
+ padding: 0.25rem 0.5rem;
599
+ margin: -0.25rem -0.5rem;
600
+ margin-inline-end: 0.5rem;
601
+ }
602
+
603
+ .form-control-lg {
604
+ min-height: calc(1.5em + 1rem + 2px);
605
+ padding: 0.5rem 1rem;
606
+ font-size: 1.25rem;
607
+ border-radius: 0.5rem;
608
+ }
609
+ .form-control-lg::file-selector-button {
610
+ padding: 0.5rem 1rem;
611
+ margin: -0.5rem -1rem;
612
+ margin-inline-end: 1rem;
613
+ }
614
+
615
+ textarea.form-control {
616
+ min-height: calc(1.5em + 0.75rem + 2px);
617
+ }
618
+ textarea.form-control-sm {
619
+ min-height: calc(1.5em + 0.5rem + 2px);
620
+ }
621
+ textarea.form-control-lg {
622
+ min-height: calc(1.5em + 1rem + 2px);
623
+ }
624
+
625
+ .form-control-color {
626
+ width: 3rem;
627
+ height: calc(1.5em + 0.75rem + 2px);
628
+ padding: 0.375rem;
629
+ }
630
+ .form-control-color:not(:disabled):not([readonly]) {
631
+ cursor: pointer;
632
+ }
633
+ .form-control-color::-moz-color-swatch {
634
+ border: 0 !important;
635
+ border-radius: 0.375rem;
636
+ }
637
+ .form-control-color::-webkit-color-swatch {
638
+ border-radius: 0.375rem;
639
+ }
640
+ .form-control-color.form-control-sm {
641
+ height: calc(1.5em + 0.5rem + 2px);
642
+ }
643
+ .form-control-color.form-control-lg {
644
+ height: calc(1.5em + 1rem + 2px);
645
+ }
646
+
647
+ .form-select {
648
+ display: block;
649
+ width: 100%;
650
+ padding: 0.375rem 2.25rem 0.375rem 0.75rem;
651
+ -moz-padding-start: calc(0.75rem - 3px);
652
+ font-size: 1rem;
653
+ font-weight: 400;
654
+ line-height: 1.5;
655
+ color: #212529;
656
+ background-color: #fff;
657
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
658
+ background-repeat: no-repeat;
659
+ background-position: right 0.75rem center;
660
+ background-size: 16px 12px;
661
+ border: 1px solid #ced4da;
662
+ border-radius: 0.375rem;
663
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
664
+ appearance: none;
665
+ }
666
+ @media (prefers-reduced-motion: reduce) {
667
+ .form-select {
668
+ transition: none;
669
+ }
670
+ }
671
+ .form-select:focus {
672
+ border-color: #86b7fe;
673
+ outline: 0;
674
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
675
+ }
676
+ .form-select[multiple], .form-select[size]:not([size="1"]) {
677
+ padding-right: 0.75rem;
678
+ background-image: none;
679
+ }
680
+ .form-select:disabled {
681
+ background-color: #e9ecef;
682
+ }
683
+ .form-select:-moz-focusring {
684
+ color: transparent;
685
+ text-shadow: 0 0 0 #212529;
686
+ }
687
+
688
+ .form-select-sm {
689
+ padding-top: 0.25rem;
690
+ padding-bottom: 0.25rem;
691
+ padding-left: 0.5rem;
692
+ font-size: 0.875rem;
693
+ border-radius: 0.25rem;
694
+ }
695
+
696
+ .form-select-lg {
697
+ padding-top: 0.5rem;
698
+ padding-bottom: 0.5rem;
699
+ padding-left: 1rem;
700
+ font-size: 1.25rem;
701
+ border-radius: 0.5rem;
702
+ }
703
+
704
+ .form-check {
705
+ display: block;
706
+ min-height: 1.5rem;
707
+ padding-left: 1.5em;
708
+ margin-bottom: 0.125rem;
709
+ }
710
+ .form-check .form-check-input {
711
+ float: left;
712
+ margin-left: -1.5em;
713
+ }
714
+
715
+ .form-check-reverse {
716
+ padding-right: 1.5em;
717
+ padding-left: 0;
718
+ text-align: right;
719
+ }
720
+ .form-check-reverse .form-check-input {
721
+ float: right;
722
+ margin-right: -1.5em;
723
+ margin-left: 0;
724
+ }
725
+
726
+ .form-check-input {
727
+ width: 1em;
728
+ height: 1em;
729
+ margin-top: 0.25em;
730
+ vertical-align: top;
731
+ background-color: #fff;
732
+ background-repeat: no-repeat;
733
+ background-position: center;
734
+ background-size: contain;
735
+ border: 1px solid rgba(0, 0, 0, 0.25);
736
+ appearance: none;
737
+ print-color-adjust: exact;
738
+ }
739
+ .form-check-input[type=checkbox] {
740
+ border-radius: 0.25em;
741
+ }
742
+ .form-check-input[type=radio] {
743
+ border-radius: 50%;
744
+ }
745
+ .form-check-input:active {
746
+ filter: brightness(90%);
747
+ }
748
+ .form-check-input:focus {
749
+ border-color: #86b7fe;
750
+ outline: 0;
751
+ box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
752
+ }
753
+ .form-check-input:checked {
754
+ background-color: #0d6efd;
755
+ border-color: #0d6efd;
756
+ }
757
+ .form-check-input:checked[type=checkbox] {
758
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
759
+ }
760
+ .form-check-input:checked[type=radio] {
761
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
762
+ }
763
+ .form-check-input[type=checkbox]:indeterminate {
764
+ background-color: #0d6efd;
765
+ border-color: #0d6efd;
766
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
767
+ }
768
+ .form-check-input:disabled {
769
+ pointer-events: none;
770
+ filter: none;
771
+ opacity: 0.5;
772
+ }
773
+ .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
774
+ cursor: default;
775
+ opacity: 0.5;
776
+ }
777
+
778
+ .form-switch {
779
+ padding-left: 2.5em;
780
+ }
781
+ .form-switch .form-check-input {
782
+ width: 2em;
783
+ margin-left: -2.5em;
784
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
785
+ background-position: left center;
786
+ border-radius: 2em;
787
+ transition: background-position 0.15s ease-in-out;
788
+ }
789
+ @media (prefers-reduced-motion: reduce) {
790
+ .form-switch .form-check-input {
791
+ transition: none;
792
+ }
793
+ }
794
+ .form-switch .form-check-input:focus {
795
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
796
+ }
797
+ .form-switch .form-check-input:checked {
798
+ background-position: right center;
799
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
800
+ }
801
+ .form-switch.form-check-reverse {
802
+ padding-right: 2.5em;
803
+ padding-left: 0;
804
+ }
805
+ .form-switch.form-check-reverse .form-check-input {
806
+ margin-right: -2.5em;
807
+ margin-left: 0;
808
+ }
809
+
810
+ .form-check-inline {
811
+ display: inline-block;
812
+ margin-right: 1rem;
813
+ }
814
+
815
+ .btn-check {
816
+ position: absolute;
817
+ clip: rect(0, 0, 0, 0);
818
+ pointer-events: none;
819
+ }
820
+ .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
821
+ pointer-events: none;
822
+ filter: none;
823
+ opacity: 0.65;
824
+ }
825
+
826
+ .form-range {
827
+ width: 100%;
828
+ height: 1.5rem;
829
+ padding: 0;
830
+ background-color: transparent;
831
+ appearance: none;
832
+ }
833
+ .form-range:focus {
834
+ outline: 0;
835
+ }
836
+ .form-range:focus::-webkit-slider-thumb {
837
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
838
+ }
839
+ .form-range:focus::-moz-range-thumb {
840
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
841
+ }
842
+ .form-range::-moz-focus-outer {
843
+ border: 0;
844
+ }
845
+ .form-range::-webkit-slider-thumb {
846
+ width: 1rem;
847
+ height: 1rem;
848
+ margin-top: -0.25rem;
849
+ background-color: #0d6efd;
850
+ border: 0;
851
+ border-radius: 1rem;
852
+ transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
853
+ appearance: none;
854
+ }
855
+ @media (prefers-reduced-motion: reduce) {
856
+ .form-range::-webkit-slider-thumb {
857
+ transition: none;
858
+ }
859
+ }
860
+ .form-range::-webkit-slider-thumb:active {
861
+ background-color: #b6d4fe;
862
+ }
863
+ .form-range::-webkit-slider-runnable-track {
864
+ width: 100%;
865
+ height: 0.5rem;
866
+ color: transparent;
867
+ cursor: pointer;
868
+ background-color: #dee2e6;
869
+ border-color: transparent;
870
+ border-radius: 1rem;
871
+ }
872
+ .form-range::-moz-range-thumb {
873
+ width: 1rem;
874
+ height: 1rem;
875
+ background-color: #0d6efd;
876
+ border: 0;
877
+ border-radius: 1rem;
878
+ transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
879
+ appearance: none;
880
+ }
881
+ @media (prefers-reduced-motion: reduce) {
882
+ .form-range::-moz-range-thumb {
883
+ transition: none;
884
+ }
885
+ }
886
+ .form-range::-moz-range-thumb:active {
887
+ background-color: #b6d4fe;
888
+ }
889
+ .form-range::-moz-range-track {
890
+ width: 100%;
891
+ height: 0.5rem;
892
+ color: transparent;
893
+ cursor: pointer;
894
+ background-color: #dee2e6;
895
+ border-color: transparent;
896
+ border-radius: 1rem;
897
+ }
898
+ .form-range:disabled {
899
+ pointer-events: none;
900
+ }
901
+ .form-range:disabled::-webkit-slider-thumb {
902
+ background-color: #adb5bd;
903
+ }
904
+ .form-range:disabled::-moz-range-thumb {
905
+ background-color: #adb5bd;
906
+ }
907
+
908
+ .form-floating {
909
+ position: relative;
910
+ }
911
+ .form-floating > .form-control,
912
+ .form-floating > .form-control-plaintext,
913
+ .form-floating > .form-select {
914
+ height: calc(3.5rem + 2px);
915
+ line-height: 1.25;
916
+ }
917
+ .form-floating > label {
918
+ position: absolute;
919
+ top: 0;
920
+ left: 0;
921
+ width: 100%;
922
+ height: 100%;
923
+ padding: 1rem 0.75rem;
924
+ overflow: hidden;
925
+ text-align: start;
926
+ text-overflow: ellipsis;
927
+ white-space: nowrap;
928
+ pointer-events: none;
929
+ border: 1px solid transparent;
930
+ transform-origin: 0 0;
931
+ transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
932
+ }
933
+ @media (prefers-reduced-motion: reduce) {
934
+ .form-floating > label {
935
+ transition: none;
936
+ }
937
+ }
938
+ .form-floating > .form-control,
939
+ .form-floating > .form-control-plaintext {
940
+ padding: 1rem 0.75rem;
941
+ }
942
+ .form-floating > .form-control::placeholder,
943
+ .form-floating > .form-control-plaintext::placeholder {
944
+ color: transparent;
945
+ }
946
+ .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
947
+ .form-floating > .form-control-plaintext:focus,
948
+ .form-floating > .form-control-plaintext:not(:placeholder-shown) {
949
+ padding-top: 1.625rem;
950
+ padding-bottom: 0.625rem;
951
+ }
952
+ .form-floating > .form-control:-webkit-autofill,
953
+ .form-floating > .form-control-plaintext:-webkit-autofill {
954
+ padding-top: 1.625rem;
955
+ padding-bottom: 0.625rem;
956
+ }
957
+ .form-floating > .form-select {
958
+ padding-top: 1.625rem;
959
+ padding-bottom: 0.625rem;
960
+ }
961
+ .form-floating > .form-control:focus ~ label,
962
+ .form-floating > .form-control:not(:placeholder-shown) ~ label,
963
+ .form-floating > .form-control-plaintext ~ label,
964
+ .form-floating > .form-select ~ label {
965
+ opacity: 0.65;
966
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
967
+ }
968
+ .form-floating > .form-control:-webkit-autofill ~ label {
969
+ opacity: 0.65;
970
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
971
+ }
972
+ .form-floating > .form-control-plaintext ~ label {
973
+ border-width: 1px 0;
974
+ }
975
+
976
+ .input-group {
977
+ position: relative;
978
+ display: flex;
979
+ flex-wrap: wrap;
980
+ align-items: stretch;
981
+ width: 100%;
982
+ }
983
+ .input-group > .form-control,
984
+ .input-group > .form-select,
985
+ .input-group > .form-floating {
986
+ position: relative;
987
+ flex: 1 1 auto;
988
+ width: 1%;
989
+ min-width: 0;
990
+ }
991
+ .input-group > .form-control:focus,
992
+ .input-group > .form-select:focus,
993
+ .input-group > .form-floating:focus-within {
994
+ z-index: 5;
995
+ }
996
+ .input-group .btn {
997
+ position: relative;
998
+ z-index: 2;
999
+ }
1000
+ .input-group .btn:focus {
1001
+ z-index: 5;
1002
+ }
1003
+
1004
+ .input-group-text {
1005
+ display: flex;
1006
+ align-items: center;
1007
+ padding: 0.375rem 0.75rem;
1008
+ font-size: 1rem;
1009
+ font-weight: 400;
1010
+ line-height: 1.5;
1011
+ color: #212529;
1012
+ text-align: center;
1013
+ white-space: nowrap;
1014
+ background-color: #e9ecef;
1015
+ border: 1px solid #ced4da;
1016
+ border-radius: 0.375rem;
1017
+ }
1018
+
1019
+ .input-group-lg > .form-control,
1020
+ .input-group-lg > .form-select,
1021
+ .input-group-lg > .input-group-text,
1022
+ .input-group-lg > .btn {
1023
+ padding: 0.5rem 1rem;
1024
+ font-size: 1.25rem;
1025
+ border-radius: 0.5rem;
1026
+ }
1027
+
1028
+ .input-group-sm > .form-control,
1029
+ .input-group-sm > .form-select,
1030
+ .input-group-sm > .input-group-text,
1031
+ .input-group-sm > .btn {
1032
+ padding: 0.25rem 0.5rem;
1033
+ font-size: 0.875rem;
1034
+ border-radius: 0.25rem;
1035
+ }
1036
+
1037
+ .input-group-lg > .form-select,
1038
+ .input-group-sm > .form-select {
1039
+ padding-right: 3rem;
1040
+ }
1041
+
1042
+ .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
1043
+ .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
1044
+ .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
1045
+ .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
1046
+ border-top-right-radius: 0;
1047
+ border-bottom-right-radius: 0;
1048
+ }
1049
+ .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
1050
+ .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
1051
+ .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
1052
+ .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
1053
+ border-top-right-radius: 0;
1054
+ border-bottom-right-radius: 0;
1055
+ }
1056
+ .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
1057
+ margin-left: -1px;
1058
+ border-top-left-radius: 0;
1059
+ border-bottom-left-radius: 0;
1060
+ }
1061
+ .input-group > .form-floating:not(:first-child) > .form-control,
1062
+ .input-group > .form-floating:not(:first-child) > .form-select {
1063
+ border-top-left-radius: 0;
1064
+ border-bottom-left-radius: 0;
1065
+ }
1066
+
1067
+ .valid-feedback {
1068
+ display: none;
1069
+ width: 100%;
1070
+ margin-top: 0.25rem;
1071
+ font-size: 0.875em;
1072
+ color: #198754;
1073
+ }
1074
+
1075
+ .valid-tooltip {
1076
+ position: absolute;
1077
+ top: 100%;
1078
+ z-index: 5;
1079
+ display: none;
1080
+ max-width: 100%;
1081
+ padding: 0.25rem 0.5rem;
1082
+ margin-top: 0.1rem;
1083
+ font-size: 0.875rem;
1084
+ color: #fff;
1085
+ background-color: rgba(25, 135, 84, 0.9);
1086
+ border-radius: 0.375rem;
1087
+ }
1088
+
1089
+ .was-validated :valid ~ .valid-feedback,
1090
+ .was-validated :valid ~ .valid-tooltip,
1091
+ .is-valid ~ .valid-feedback,
1092
+ .is-valid ~ .valid-tooltip {
1093
+ display: block;
1094
+ }
1095
+
1096
+ .was-validated .form-control:valid, .form-control.is-valid {
1097
+ border-color: #198754;
1098
+ padding-right: calc(1.5em + 0.75rem);
1099
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1100
+ background-repeat: no-repeat;
1101
+ background-position: right calc(0.375em + 0.1875rem) center;
1102
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1103
+ }
1104
+ .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
1105
+ border-color: #198754;
1106
+ box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1107
+ }
1108
+
1109
+ .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
1110
+ padding-right: calc(1.5em + 0.75rem);
1111
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
1112
+ }
1113
+
1114
+ .was-validated .form-select:valid, .form-select.is-valid {
1115
+ border-color: #198754;
1116
+ }
1117
+ .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
1118
+ padding-right: 4.125rem;
1119
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
1120
+ background-position: right 0.75rem center, center right 2.25rem;
1121
+ background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1122
+ }
1123
+ .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
1124
+ border-color: #198754;
1125
+ box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1126
+ }
1127
+
1128
+ .was-validated .form-control-color:valid, .form-control-color.is-valid {
1129
+ width: calc(3rem + calc(1.5em + 0.75rem));
1130
+ }
1131
+
1132
+ .was-validated .form-check-input:valid, .form-check-input.is-valid {
1133
+ border-color: #198754;
1134
+ }
1135
+ .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
1136
+ background-color: #198754;
1137
+ }
1138
+ .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
1139
+ box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
1140
+ }
1141
+ .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
1142
+ color: #198754;
1143
+ }
1144
+
1145
+ .form-check-inline .form-check-input ~ .valid-feedback {
1146
+ margin-left: 0.5em;
1147
+ }
1148
+
1149
+ .was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
1150
+ .was-validated .input-group > .form-select:not(:focus):valid,
1151
+ .input-group > .form-select:not(:focus).is-valid,
1152
+ .was-validated .input-group > .form-floating:not(:focus-within):valid,
1153
+ .input-group > .form-floating:not(:focus-within).is-valid {
1154
+ z-index: 3;
1155
+ }
1156
+
1157
+ .invalid-feedback {
1158
+ display: none;
1159
+ width: 100%;
1160
+ margin-top: 0.25rem;
1161
+ font-size: 0.875em;
1162
+ color: #dc3545;
1163
+ }
1164
+
1165
+ .invalid-tooltip {
1166
+ position: absolute;
1167
+ top: 100%;
1168
+ z-index: 5;
1169
+ display: none;
1170
+ max-width: 100%;
1171
+ padding: 0.25rem 0.5rem;
1172
+ margin-top: 0.1rem;
1173
+ font-size: 0.875rem;
1174
+ color: #fff;
1175
+ background-color: rgba(220, 53, 69, 0.9);
1176
+ border-radius: 0.375rem;
1177
+ }
1178
+
1179
+ .was-validated :invalid ~ .invalid-feedback,
1180
+ .was-validated :invalid ~ .invalid-tooltip,
1181
+ .is-invalid ~ .invalid-feedback,
1182
+ .is-invalid ~ .invalid-tooltip {
1183
+ display: block;
1184
+ }
1185
+
1186
+ .was-validated .form-control:invalid, .form-control.is-invalid {
1187
+ border-color: #dc3545;
1188
+ padding-right: calc(1.5em + 0.75rem);
1189
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1190
+ background-repeat: no-repeat;
1191
+ background-position: right calc(0.375em + 0.1875rem) center;
1192
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1193
+ }
1194
+ .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
1195
+ border-color: #dc3545;
1196
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1197
+ }
1198
+
1199
+ .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
1200
+ padding-right: calc(1.5em + 0.75rem);
1201
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
1202
+ }
1203
+
1204
+ .was-validated .form-select:invalid, .form-select.is-invalid {
1205
+ border-color: #dc3545;
1206
+ }
1207
+ .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
1208
+ padding-right: 4.125rem;
1209
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
1210
+ background-position: right 0.75rem center, center right 2.25rem;
1211
+ background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
1212
+ }
1213
+ .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
1214
+ border-color: #dc3545;
1215
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1216
+ }
1217
+
1218
+ .was-validated .form-control-color:invalid, .form-control-color.is-invalid {
1219
+ width: calc(3rem + calc(1.5em + 0.75rem));
1220
+ }
1221
+
1222
+ .was-validated .form-check-input:invalid, .form-check-input.is-invalid {
1223
+ border-color: #dc3545;
1224
+ }
1225
+ .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
1226
+ background-color: #dc3545;
1227
+ }
1228
+ .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
1229
+ box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
1230
+ }
1231
+ .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
1232
+ color: #dc3545;
1233
+ }
1234
+
1235
+ .form-check-inline .form-check-input ~ .invalid-feedback {
1236
+ margin-left: 0.5em;
1237
+ }
1238
+
1239
+ .was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
1240
+ .was-validated .input-group > .form-select:not(:focus):invalid,
1241
+ .input-group > .form-select:not(:focus).is-invalid,
1242
+ .was-validated .input-group > .form-floating:not(:focus-within):invalid,
1243
+ .input-group > .form-floating:not(:focus-within).is-invalid {
1244
+ z-index: 4;
1245
+ }
1246
+
1247
+ .row {
1248
+ --bs-gutter-x: 1.5rem;
1249
+ --bs-gutter-y: 0;
1250
+ display: flex;
1251
+ flex-wrap: wrap;
1252
+ margin-top: calc(-1 * var(--bs-gutter-y));
1253
+ margin-right: calc(-0.5 * var(--bs-gutter-x));
1254
+ margin-left: calc(-0.5 * var(--bs-gutter-x));
1255
+ }
1256
+ .row > * {
1257
+ flex-shrink: 0;
1258
+ width: 100%;
1259
+ max-width: 100%;
1260
+ padding-right: calc(var(--bs-gutter-x) * 0.5);
1261
+ padding-left: calc(var(--bs-gutter-x) * 0.5);
1262
+ margin-top: var(--bs-gutter-y);
1263
+ }
1264
+
1265
+ .col {
1266
+ flex: 1 0 0%;
1267
+ }
1268
+
1269
+ .row-cols-auto > * {
1270
+ flex: 0 0 auto;
1271
+ width: auto;
1272
+ }
1273
+
1274
+ .row-cols-1 > * {
1275
+ flex: 0 0 auto;
1276
+ width: 100%;
1277
+ }
1278
+
1279
+ .row-cols-2 > * {
1280
+ flex: 0 0 auto;
1281
+ width: 50%;
1282
+ }
1283
+
1284
+ .row-cols-3 > * {
1285
+ flex: 0 0 auto;
1286
+ width: 33.3333333333%;
1287
+ }
1288
+
1289
+ .row-cols-4 > * {
1290
+ flex: 0 0 auto;
1291
+ width: 25%;
1292
+ }
1293
+
1294
+ .row-cols-5 > * {
1295
+ flex: 0 0 auto;
1296
+ width: 20%;
1297
+ }
1298
+
1299
+ .row-cols-6 > * {
1300
+ flex: 0 0 auto;
1301
+ width: 16.6666666667%;
1302
+ }
1303
+
1304
+ .col-auto {
1305
+ flex: 0 0 auto;
1306
+ width: auto;
1307
+ }
1308
+
1309
+ .col-1 {
1310
+ flex: 0 0 auto;
1311
+ width: 8.33333333%;
1312
+ }
1313
+
1314
+ .col-2 {
1315
+ flex: 0 0 auto;
1316
+ width: 16.66666667%;
1317
+ }
1318
+
1319
+ .col-3 {
1320
+ flex: 0 0 auto;
1321
+ width: 25%;
1322
+ }
1323
+
1324
+ .col-4 {
1325
+ flex: 0 0 auto;
1326
+ width: 33.33333333%;
1327
+ }
1328
+
1329
+ .col-5 {
1330
+ flex: 0 0 auto;
1331
+ width: 41.66666667%;
1332
+ }
1333
+
1334
+ .col-6 {
1335
+ flex: 0 0 auto;
1336
+ width: 50%;
1337
+ }
1338
+
1339
+ .col-7 {
1340
+ flex: 0 0 auto;
1341
+ width: 58.33333333%;
1342
+ }
1343
+
1344
+ .col-8 {
1345
+ flex: 0 0 auto;
1346
+ width: 66.66666667%;
1347
+ }
1348
+
1349
+ .col-9 {
1350
+ flex: 0 0 auto;
1351
+ width: 75%;
1352
+ }
1353
+
1354
+ .col-10 {
1355
+ flex: 0 0 auto;
1356
+ width: 83.33333333%;
1357
+ }
1358
+
1359
+ .col-11 {
1360
+ flex: 0 0 auto;
1361
+ width: 91.66666667%;
1362
+ }
1363
+
1364
+ .col-12 {
1365
+ flex: 0 0 auto;
1366
+ width: 100%;
1367
+ }
1368
+
1369
+ .offset-1 {
1370
+ margin-left: 8.33333333%;
1371
+ }
1372
+
1373
+ .offset-2 {
1374
+ margin-left: 16.66666667%;
1375
+ }
1376
+
1377
+ .offset-3 {
1378
+ margin-left: 25%;
1379
+ }
1380
+
1381
+ .offset-4 {
1382
+ margin-left: 33.33333333%;
1383
+ }
1384
+
1385
+ .offset-5 {
1386
+ margin-left: 41.66666667%;
1387
+ }
1388
+
1389
+ .offset-6 {
1390
+ margin-left: 50%;
1391
+ }
1392
+
1393
+ .offset-7 {
1394
+ margin-left: 58.33333333%;
1395
+ }
1396
+
1397
+ .offset-8 {
1398
+ margin-left: 66.66666667%;
1399
+ }
1400
+
1401
+ .offset-9 {
1402
+ margin-left: 75%;
1403
+ }
1404
+
1405
+ .offset-10 {
1406
+ margin-left: 83.33333333%;
1407
+ }
1408
+
1409
+ .offset-11 {
1410
+ margin-left: 91.66666667%;
1411
+ }
1412
+
1413
+ .g-0,
1414
+ .gx-0 {
1415
+ --bs-gutter-x: 0;
1416
+ }
1417
+
1418
+ .g-0,
1419
+ .gy-0 {
1420
+ --bs-gutter-y: 0;
1421
+ }
1422
+
1423
+ .g-1,
1424
+ .gx-1 {
1425
+ --bs-gutter-x: 0.25rem;
1426
+ }
1427
+
1428
+ .g-1,
1429
+ .gy-1 {
1430
+ --bs-gutter-y: 0.25rem;
1431
+ }
1432
+
1433
+ .g-2,
1434
+ .gx-2 {
1435
+ --bs-gutter-x: 0.5rem;
1436
+ }
1437
+
1438
+ .g-2,
1439
+ .gy-2 {
1440
+ --bs-gutter-y: 0.5rem;
1441
+ }
1442
+
1443
+ .g-3,
1444
+ .gx-3 {
1445
+ --bs-gutter-x: 1rem;
1446
+ }
1447
+
1448
+ .g-3,
1449
+ .gy-3 {
1450
+ --bs-gutter-y: 1rem;
1451
+ }
1452
+
1453
+ .g-4,
1454
+ .gx-4 {
1455
+ --bs-gutter-x: 1.5rem;
1456
+ }
1457
+
1458
+ .g-4,
1459
+ .gy-4 {
1460
+ --bs-gutter-y: 1.5rem;
1461
+ }
1462
+
1463
+ .g-5,
1464
+ .gx-5 {
1465
+ --bs-gutter-x: 3rem;
1466
+ }
1467
+
1468
+ .g-5,
1469
+ .gy-5 {
1470
+ --bs-gutter-y: 3rem;
1471
+ }
1472
+
1473
+ @media (min-width: 576px) {
1474
+ .col-sm {
1475
+ flex: 1 0 0%;
1476
+ }
1477
+ .row-cols-sm-auto > * {
1478
+ flex: 0 0 auto;
1479
+ width: auto;
1480
+ }
1481
+ .row-cols-sm-1 > * {
1482
+ flex: 0 0 auto;
1483
+ width: 100%;
1484
+ }
1485
+ .row-cols-sm-2 > * {
1486
+ flex: 0 0 auto;
1487
+ width: 50%;
1488
+ }
1489
+ .row-cols-sm-3 > * {
1490
+ flex: 0 0 auto;
1491
+ width: 33.3333333333%;
1492
+ }
1493
+ .row-cols-sm-4 > * {
1494
+ flex: 0 0 auto;
1495
+ width: 25%;
1496
+ }
1497
+ .row-cols-sm-5 > * {
1498
+ flex: 0 0 auto;
1499
+ width: 20%;
1500
+ }
1501
+ .row-cols-sm-6 > * {
1502
+ flex: 0 0 auto;
1503
+ width: 16.6666666667%;
1504
+ }
1505
+ .col-sm-auto {
1506
+ flex: 0 0 auto;
1507
+ width: auto;
1508
+ }
1509
+ .col-sm-1 {
1510
+ flex: 0 0 auto;
1511
+ width: 8.33333333%;
1512
+ }
1513
+ .col-sm-2 {
1514
+ flex: 0 0 auto;
1515
+ width: 16.66666667%;
1516
+ }
1517
+ .col-sm-3 {
1518
+ flex: 0 0 auto;
1519
+ width: 25%;
1520
+ }
1521
+ .col-sm-4 {
1522
+ flex: 0 0 auto;
1523
+ width: 33.33333333%;
1524
+ }
1525
+ .col-sm-5 {
1526
+ flex: 0 0 auto;
1527
+ width: 41.66666667%;
1528
+ }
1529
+ .col-sm-6 {
1530
+ flex: 0 0 auto;
1531
+ width: 50%;
1532
+ }
1533
+ .col-sm-7 {
1534
+ flex: 0 0 auto;
1535
+ width: 58.33333333%;
1536
+ }
1537
+ .col-sm-8 {
1538
+ flex: 0 0 auto;
1539
+ width: 66.66666667%;
1540
+ }
1541
+ .col-sm-9 {
1542
+ flex: 0 0 auto;
1543
+ width: 75%;
1544
+ }
1545
+ .col-sm-10 {
1546
+ flex: 0 0 auto;
1547
+ width: 83.33333333%;
1548
+ }
1549
+ .col-sm-11 {
1550
+ flex: 0 0 auto;
1551
+ width: 91.66666667%;
1552
+ }
1553
+ .col-sm-12 {
1554
+ flex: 0 0 auto;
1555
+ width: 100%;
1556
+ }
1557
+ .offset-sm-0 {
1558
+ margin-left: 0;
1559
+ }
1560
+ .offset-sm-1 {
1561
+ margin-left: 8.33333333%;
1562
+ }
1563
+ .offset-sm-2 {
1564
+ margin-left: 16.66666667%;
1565
+ }
1566
+ .offset-sm-3 {
1567
+ margin-left: 25%;
1568
+ }
1569
+ .offset-sm-4 {
1570
+ margin-left: 33.33333333%;
1571
+ }
1572
+ .offset-sm-5 {
1573
+ margin-left: 41.66666667%;
1574
+ }
1575
+ .offset-sm-6 {
1576
+ margin-left: 50%;
1577
+ }
1578
+ .offset-sm-7 {
1579
+ margin-left: 58.33333333%;
1580
+ }
1581
+ .offset-sm-8 {
1582
+ margin-left: 66.66666667%;
1583
+ }
1584
+ .offset-sm-9 {
1585
+ margin-left: 75%;
1586
+ }
1587
+ .offset-sm-10 {
1588
+ margin-left: 83.33333333%;
1589
+ }
1590
+ .offset-sm-11 {
1591
+ margin-left: 91.66666667%;
1592
+ }
1593
+ .g-sm-0,
1594
+ .gx-sm-0 {
1595
+ --bs-gutter-x: 0;
1596
+ }
1597
+ .g-sm-0,
1598
+ .gy-sm-0 {
1599
+ --bs-gutter-y: 0;
1600
+ }
1601
+ .g-sm-1,
1602
+ .gx-sm-1 {
1603
+ --bs-gutter-x: 0.25rem;
1604
+ }
1605
+ .g-sm-1,
1606
+ .gy-sm-1 {
1607
+ --bs-gutter-y: 0.25rem;
1608
+ }
1609
+ .g-sm-2,
1610
+ .gx-sm-2 {
1611
+ --bs-gutter-x: 0.5rem;
1612
+ }
1613
+ .g-sm-2,
1614
+ .gy-sm-2 {
1615
+ --bs-gutter-y: 0.5rem;
1616
+ }
1617
+ .g-sm-3,
1618
+ .gx-sm-3 {
1619
+ --bs-gutter-x: 1rem;
1620
+ }
1621
+ .g-sm-3,
1622
+ .gy-sm-3 {
1623
+ --bs-gutter-y: 1rem;
1624
+ }
1625
+ .g-sm-4,
1626
+ .gx-sm-4 {
1627
+ --bs-gutter-x: 1.5rem;
1628
+ }
1629
+ .g-sm-4,
1630
+ .gy-sm-4 {
1631
+ --bs-gutter-y: 1.5rem;
1632
+ }
1633
+ .g-sm-5,
1634
+ .gx-sm-5 {
1635
+ --bs-gutter-x: 3rem;
1636
+ }
1637
+ .g-sm-5,
1638
+ .gy-sm-5 {
1639
+ --bs-gutter-y: 3rem;
1640
+ }
1641
+ }
1642
+ @media (min-width: 768px) {
1643
+ .col-md {
1644
+ flex: 1 0 0%;
1645
+ }
1646
+ .row-cols-md-auto > * {
1647
+ flex: 0 0 auto;
1648
+ width: auto;
1649
+ }
1650
+ .row-cols-md-1 > * {
1651
+ flex: 0 0 auto;
1652
+ width: 100%;
1653
+ }
1654
+ .row-cols-md-2 > * {
1655
+ flex: 0 0 auto;
1656
+ width: 50%;
1657
+ }
1658
+ .row-cols-md-3 > * {
1659
+ flex: 0 0 auto;
1660
+ width: 33.3333333333%;
1661
+ }
1662
+ .row-cols-md-4 > * {
1663
+ flex: 0 0 auto;
1664
+ width: 25%;
1665
+ }
1666
+ .row-cols-md-5 > * {
1667
+ flex: 0 0 auto;
1668
+ width: 20%;
1669
+ }
1670
+ .row-cols-md-6 > * {
1671
+ flex: 0 0 auto;
1672
+ width: 16.6666666667%;
1673
+ }
1674
+ .col-md-auto {
1675
+ flex: 0 0 auto;
1676
+ width: auto;
1677
+ }
1678
+ .col-md-1 {
1679
+ flex: 0 0 auto;
1680
+ width: 8.33333333%;
1681
+ }
1682
+ .col-md-2 {
1683
+ flex: 0 0 auto;
1684
+ width: 16.66666667%;
1685
+ }
1686
+ .col-md-3 {
1687
+ flex: 0 0 auto;
1688
+ width: 25%;
1689
+ }
1690
+ .col-md-4 {
1691
+ flex: 0 0 auto;
1692
+ width: 33.33333333%;
1693
+ }
1694
+ .col-md-5 {
1695
+ flex: 0 0 auto;
1696
+ width: 41.66666667%;
1697
+ }
1698
+ .col-md-6 {
1699
+ flex: 0 0 auto;
1700
+ width: 50%;
1701
+ }
1702
+ .col-md-7 {
1703
+ flex: 0 0 auto;
1704
+ width: 58.33333333%;
1705
+ }
1706
+ .col-md-8 {
1707
+ flex: 0 0 auto;
1708
+ width: 66.66666667%;
1709
+ }
1710
+ .col-md-9 {
1711
+ flex: 0 0 auto;
1712
+ width: 75%;
1713
+ }
1714
+ .col-md-10 {
1715
+ flex: 0 0 auto;
1716
+ width: 83.33333333%;
1717
+ }
1718
+ .col-md-11 {
1719
+ flex: 0 0 auto;
1720
+ width: 91.66666667%;
1721
+ }
1722
+ .col-md-12 {
1723
+ flex: 0 0 auto;
1724
+ width: 100%;
1725
+ }
1726
+ .offset-md-0 {
1727
+ margin-left: 0;
1728
+ }
1729
+ .offset-md-1 {
1730
+ margin-left: 8.33333333%;
1731
+ }
1732
+ .offset-md-2 {
1733
+ margin-left: 16.66666667%;
1734
+ }
1735
+ .offset-md-3 {
1736
+ margin-left: 25%;
1737
+ }
1738
+ .offset-md-4 {
1739
+ margin-left: 33.33333333%;
1740
+ }
1741
+ .offset-md-5 {
1742
+ margin-left: 41.66666667%;
1743
+ }
1744
+ .offset-md-6 {
1745
+ margin-left: 50%;
1746
+ }
1747
+ .offset-md-7 {
1748
+ margin-left: 58.33333333%;
1749
+ }
1750
+ .offset-md-8 {
1751
+ margin-left: 66.66666667%;
1752
+ }
1753
+ .offset-md-9 {
1754
+ margin-left: 75%;
1755
+ }
1756
+ .offset-md-10 {
1757
+ margin-left: 83.33333333%;
1758
+ }
1759
+ .offset-md-11 {
1760
+ margin-left: 91.66666667%;
1761
+ }
1762
+ .g-md-0,
1763
+ .gx-md-0 {
1764
+ --bs-gutter-x: 0;
1765
+ }
1766
+ .g-md-0,
1767
+ .gy-md-0 {
1768
+ --bs-gutter-y: 0;
1769
+ }
1770
+ .g-md-1,
1771
+ .gx-md-1 {
1772
+ --bs-gutter-x: 0.25rem;
1773
+ }
1774
+ .g-md-1,
1775
+ .gy-md-1 {
1776
+ --bs-gutter-y: 0.25rem;
1777
+ }
1778
+ .g-md-2,
1779
+ .gx-md-2 {
1780
+ --bs-gutter-x: 0.5rem;
1781
+ }
1782
+ .g-md-2,
1783
+ .gy-md-2 {
1784
+ --bs-gutter-y: 0.5rem;
1785
+ }
1786
+ .g-md-3,
1787
+ .gx-md-3 {
1788
+ --bs-gutter-x: 1rem;
1789
+ }
1790
+ .g-md-3,
1791
+ .gy-md-3 {
1792
+ --bs-gutter-y: 1rem;
1793
+ }
1794
+ .g-md-4,
1795
+ .gx-md-4 {
1796
+ --bs-gutter-x: 1.5rem;
1797
+ }
1798
+ .g-md-4,
1799
+ .gy-md-4 {
1800
+ --bs-gutter-y: 1.5rem;
1801
+ }
1802
+ .g-md-5,
1803
+ .gx-md-5 {
1804
+ --bs-gutter-x: 3rem;
1805
+ }
1806
+ .g-md-5,
1807
+ .gy-md-5 {
1808
+ --bs-gutter-y: 3rem;
1809
+ }
1810
+ }
1811
+ @media (min-width: 992px) {
1812
+ .col-lg {
1813
+ flex: 1 0 0%;
1814
+ }
1815
+ .row-cols-lg-auto > * {
1816
+ flex: 0 0 auto;
1817
+ width: auto;
1818
+ }
1819
+ .row-cols-lg-1 > * {
1820
+ flex: 0 0 auto;
1821
+ width: 100%;
1822
+ }
1823
+ .row-cols-lg-2 > * {
1824
+ flex: 0 0 auto;
1825
+ width: 50%;
1826
+ }
1827
+ .row-cols-lg-3 > * {
1828
+ flex: 0 0 auto;
1829
+ width: 33.3333333333%;
1830
+ }
1831
+ .row-cols-lg-4 > * {
1832
+ flex: 0 0 auto;
1833
+ width: 25%;
1834
+ }
1835
+ .row-cols-lg-5 > * {
1836
+ flex: 0 0 auto;
1837
+ width: 20%;
1838
+ }
1839
+ .row-cols-lg-6 > * {
1840
+ flex: 0 0 auto;
1841
+ width: 16.6666666667%;
1842
+ }
1843
+ .col-lg-auto {
1844
+ flex: 0 0 auto;
1845
+ width: auto;
1846
+ }
1847
+ .col-lg-1 {
1848
+ flex: 0 0 auto;
1849
+ width: 8.33333333%;
1850
+ }
1851
+ .col-lg-2 {
1852
+ flex: 0 0 auto;
1853
+ width: 16.66666667%;
1854
+ }
1855
+ .col-lg-3 {
1856
+ flex: 0 0 auto;
1857
+ width: 25%;
1858
+ }
1859
+ .col-lg-4 {
1860
+ flex: 0 0 auto;
1861
+ width: 33.33333333%;
1862
+ }
1863
+ .col-lg-5 {
1864
+ flex: 0 0 auto;
1865
+ width: 41.66666667%;
1866
+ }
1867
+ .col-lg-6 {
1868
+ flex: 0 0 auto;
1869
+ width: 50%;
1870
+ }
1871
+ .col-lg-7 {
1872
+ flex: 0 0 auto;
1873
+ width: 58.33333333%;
1874
+ }
1875
+ .col-lg-8 {
1876
+ flex: 0 0 auto;
1877
+ width: 66.66666667%;
1878
+ }
1879
+ .col-lg-9 {
1880
+ flex: 0 0 auto;
1881
+ width: 75%;
1882
+ }
1883
+ .col-lg-10 {
1884
+ flex: 0 0 auto;
1885
+ width: 83.33333333%;
1886
+ }
1887
+ .col-lg-11 {
1888
+ flex: 0 0 auto;
1889
+ width: 91.66666667%;
1890
+ }
1891
+ .col-lg-12 {
1892
+ flex: 0 0 auto;
1893
+ width: 100%;
1894
+ }
1895
+ .offset-lg-0 {
1896
+ margin-left: 0;
1897
+ }
1898
+ .offset-lg-1 {
1899
+ margin-left: 8.33333333%;
1900
+ }
1901
+ .offset-lg-2 {
1902
+ margin-left: 16.66666667%;
1903
+ }
1904
+ .offset-lg-3 {
1905
+ margin-left: 25%;
1906
+ }
1907
+ .offset-lg-4 {
1908
+ margin-left: 33.33333333%;
1909
+ }
1910
+ .offset-lg-5 {
1911
+ margin-left: 41.66666667%;
1912
+ }
1913
+ .offset-lg-6 {
1914
+ margin-left: 50%;
1915
+ }
1916
+ .offset-lg-7 {
1917
+ margin-left: 58.33333333%;
1918
+ }
1919
+ .offset-lg-8 {
1920
+ margin-left: 66.66666667%;
1921
+ }
1922
+ .offset-lg-9 {
1923
+ margin-left: 75%;
1924
+ }
1925
+ .offset-lg-10 {
1926
+ margin-left: 83.33333333%;
1927
+ }
1928
+ .offset-lg-11 {
1929
+ margin-left: 91.66666667%;
1930
+ }
1931
+ .g-lg-0,
1932
+ .gx-lg-0 {
1933
+ --bs-gutter-x: 0;
1934
+ }
1935
+ .g-lg-0,
1936
+ .gy-lg-0 {
1937
+ --bs-gutter-y: 0;
1938
+ }
1939
+ .g-lg-1,
1940
+ .gx-lg-1 {
1941
+ --bs-gutter-x: 0.25rem;
1942
+ }
1943
+ .g-lg-1,
1944
+ .gy-lg-1 {
1945
+ --bs-gutter-y: 0.25rem;
1946
+ }
1947
+ .g-lg-2,
1948
+ .gx-lg-2 {
1949
+ --bs-gutter-x: 0.5rem;
1950
+ }
1951
+ .g-lg-2,
1952
+ .gy-lg-2 {
1953
+ --bs-gutter-y: 0.5rem;
1954
+ }
1955
+ .g-lg-3,
1956
+ .gx-lg-3 {
1957
+ --bs-gutter-x: 1rem;
1958
+ }
1959
+ .g-lg-3,
1960
+ .gy-lg-3 {
1961
+ --bs-gutter-y: 1rem;
1962
+ }
1963
+ .g-lg-4,
1964
+ .gx-lg-4 {
1965
+ --bs-gutter-x: 1.5rem;
1966
+ }
1967
+ .g-lg-4,
1968
+ .gy-lg-4 {
1969
+ --bs-gutter-y: 1.5rem;
1970
+ }
1971
+ .g-lg-5,
1972
+ .gx-lg-5 {
1973
+ --bs-gutter-x: 3rem;
1974
+ }
1975
+ .g-lg-5,
1976
+ .gy-lg-5 {
1977
+ --bs-gutter-y: 3rem;
1978
+ }
1979
+ }
1980
+ @media (min-width: 1200px) {
1981
+ .col-xl {
1982
+ flex: 1 0 0%;
1983
+ }
1984
+ .row-cols-xl-auto > * {
1985
+ flex: 0 0 auto;
1986
+ width: auto;
1987
+ }
1988
+ .row-cols-xl-1 > * {
1989
+ flex: 0 0 auto;
1990
+ width: 100%;
1991
+ }
1992
+ .row-cols-xl-2 > * {
1993
+ flex: 0 0 auto;
1994
+ width: 50%;
1995
+ }
1996
+ .row-cols-xl-3 > * {
1997
+ flex: 0 0 auto;
1998
+ width: 33.3333333333%;
1999
+ }
2000
+ .row-cols-xl-4 > * {
2001
+ flex: 0 0 auto;
2002
+ width: 25%;
2003
+ }
2004
+ .row-cols-xl-5 > * {
2005
+ flex: 0 0 auto;
2006
+ width: 20%;
2007
+ }
2008
+ .row-cols-xl-6 > * {
2009
+ flex: 0 0 auto;
2010
+ width: 16.6666666667%;
2011
+ }
2012
+ .col-xl-auto {
2013
+ flex: 0 0 auto;
2014
+ width: auto;
2015
+ }
2016
+ .col-xl-1 {
2017
+ flex: 0 0 auto;
2018
+ width: 8.33333333%;
2019
+ }
2020
+ .col-xl-2 {
2021
+ flex: 0 0 auto;
2022
+ width: 16.66666667%;
2023
+ }
2024
+ .col-xl-3 {
2025
+ flex: 0 0 auto;
2026
+ width: 25%;
2027
+ }
2028
+ .col-xl-4 {
2029
+ flex: 0 0 auto;
2030
+ width: 33.33333333%;
2031
+ }
2032
+ .col-xl-5 {
2033
+ flex: 0 0 auto;
2034
+ width: 41.66666667%;
2035
+ }
2036
+ .col-xl-6 {
2037
+ flex: 0 0 auto;
2038
+ width: 50%;
2039
+ }
2040
+ .col-xl-7 {
2041
+ flex: 0 0 auto;
2042
+ width: 58.33333333%;
2043
+ }
2044
+ .col-xl-8 {
2045
+ flex: 0 0 auto;
2046
+ width: 66.66666667%;
2047
+ }
2048
+ .col-xl-9 {
2049
+ flex: 0 0 auto;
2050
+ width: 75%;
2051
+ }
2052
+ .col-xl-10 {
2053
+ flex: 0 0 auto;
2054
+ width: 83.33333333%;
2055
+ }
2056
+ .col-xl-11 {
2057
+ flex: 0 0 auto;
2058
+ width: 91.66666667%;
2059
+ }
2060
+ .col-xl-12 {
2061
+ flex: 0 0 auto;
2062
+ width: 100%;
2063
+ }
2064
+ .offset-xl-0 {
2065
+ margin-left: 0;
2066
+ }
2067
+ .offset-xl-1 {
2068
+ margin-left: 8.33333333%;
2069
+ }
2070
+ .offset-xl-2 {
2071
+ margin-left: 16.66666667%;
2072
+ }
2073
+ .offset-xl-3 {
2074
+ margin-left: 25%;
2075
+ }
2076
+ .offset-xl-4 {
2077
+ margin-left: 33.33333333%;
2078
+ }
2079
+ .offset-xl-5 {
2080
+ margin-left: 41.66666667%;
2081
+ }
2082
+ .offset-xl-6 {
2083
+ margin-left: 50%;
2084
+ }
2085
+ .offset-xl-7 {
2086
+ margin-left: 58.33333333%;
2087
+ }
2088
+ .offset-xl-8 {
2089
+ margin-left: 66.66666667%;
2090
+ }
2091
+ .offset-xl-9 {
2092
+ margin-left: 75%;
2093
+ }
2094
+ .offset-xl-10 {
2095
+ margin-left: 83.33333333%;
2096
+ }
2097
+ .offset-xl-11 {
2098
+ margin-left: 91.66666667%;
2099
+ }
2100
+ .g-xl-0,
2101
+ .gx-xl-0 {
2102
+ --bs-gutter-x: 0;
2103
+ }
2104
+ .g-xl-0,
2105
+ .gy-xl-0 {
2106
+ --bs-gutter-y: 0;
2107
+ }
2108
+ .g-xl-1,
2109
+ .gx-xl-1 {
2110
+ --bs-gutter-x: 0.25rem;
2111
+ }
2112
+ .g-xl-1,
2113
+ .gy-xl-1 {
2114
+ --bs-gutter-y: 0.25rem;
2115
+ }
2116
+ .g-xl-2,
2117
+ .gx-xl-2 {
2118
+ --bs-gutter-x: 0.5rem;
2119
+ }
2120
+ .g-xl-2,
2121
+ .gy-xl-2 {
2122
+ --bs-gutter-y: 0.5rem;
2123
+ }
2124
+ .g-xl-3,
2125
+ .gx-xl-3 {
2126
+ --bs-gutter-x: 1rem;
2127
+ }
2128
+ .g-xl-3,
2129
+ .gy-xl-3 {
2130
+ --bs-gutter-y: 1rem;
2131
+ }
2132
+ .g-xl-4,
2133
+ .gx-xl-4 {
2134
+ --bs-gutter-x: 1.5rem;
2135
+ }
2136
+ .g-xl-4,
2137
+ .gy-xl-4 {
2138
+ --bs-gutter-y: 1.5rem;
2139
+ }
2140
+ .g-xl-5,
2141
+ .gx-xl-5 {
2142
+ --bs-gutter-x: 3rem;
2143
+ }
2144
+ .g-xl-5,
2145
+ .gy-xl-5 {
2146
+ --bs-gutter-y: 3rem;
2147
+ }
2148
+ }
2149
+ @media (min-width: 1400px) {
2150
+ .col-xxl {
2151
+ flex: 1 0 0%;
2152
+ }
2153
+ .row-cols-xxl-auto > * {
2154
+ flex: 0 0 auto;
2155
+ width: auto;
2156
+ }
2157
+ .row-cols-xxl-1 > * {
2158
+ flex: 0 0 auto;
2159
+ width: 100%;
2160
+ }
2161
+ .row-cols-xxl-2 > * {
2162
+ flex: 0 0 auto;
2163
+ width: 50%;
2164
+ }
2165
+ .row-cols-xxl-3 > * {
2166
+ flex: 0 0 auto;
2167
+ width: 33.3333333333%;
2168
+ }
2169
+ .row-cols-xxl-4 > * {
2170
+ flex: 0 0 auto;
2171
+ width: 25%;
2172
+ }
2173
+ .row-cols-xxl-5 > * {
2174
+ flex: 0 0 auto;
2175
+ width: 20%;
2176
+ }
2177
+ .row-cols-xxl-6 > * {
2178
+ flex: 0 0 auto;
2179
+ width: 16.6666666667%;
2180
+ }
2181
+ .col-xxl-auto {
2182
+ flex: 0 0 auto;
2183
+ width: auto;
2184
+ }
2185
+ .col-xxl-1 {
2186
+ flex: 0 0 auto;
2187
+ width: 8.33333333%;
2188
+ }
2189
+ .col-xxl-2 {
2190
+ flex: 0 0 auto;
2191
+ width: 16.66666667%;
2192
+ }
2193
+ .col-xxl-3 {
2194
+ flex: 0 0 auto;
2195
+ width: 25%;
2196
+ }
2197
+ .col-xxl-4 {
2198
+ flex: 0 0 auto;
2199
+ width: 33.33333333%;
2200
+ }
2201
+ .col-xxl-5 {
2202
+ flex: 0 0 auto;
2203
+ width: 41.66666667%;
2204
+ }
2205
+ .col-xxl-6 {
2206
+ flex: 0 0 auto;
2207
+ width: 50%;
2208
+ }
2209
+ .col-xxl-7 {
2210
+ flex: 0 0 auto;
2211
+ width: 58.33333333%;
2212
+ }
2213
+ .col-xxl-8 {
2214
+ flex: 0 0 auto;
2215
+ width: 66.66666667%;
2216
+ }
2217
+ .col-xxl-9 {
2218
+ flex: 0 0 auto;
2219
+ width: 75%;
2220
+ }
2221
+ .col-xxl-10 {
2222
+ flex: 0 0 auto;
2223
+ width: 83.33333333%;
2224
+ }
2225
+ .col-xxl-11 {
2226
+ flex: 0 0 auto;
2227
+ width: 91.66666667%;
2228
+ }
2229
+ .col-xxl-12 {
2230
+ flex: 0 0 auto;
2231
+ width: 100%;
2232
+ }
2233
+ .offset-xxl-0 {
2234
+ margin-left: 0;
2235
+ }
2236
+ .offset-xxl-1 {
2237
+ margin-left: 8.33333333%;
2238
+ }
2239
+ .offset-xxl-2 {
2240
+ margin-left: 16.66666667%;
2241
+ }
2242
+ .offset-xxl-3 {
2243
+ margin-left: 25%;
2244
+ }
2245
+ .offset-xxl-4 {
2246
+ margin-left: 33.33333333%;
2247
+ }
2248
+ .offset-xxl-5 {
2249
+ margin-left: 41.66666667%;
2250
+ }
2251
+ .offset-xxl-6 {
2252
+ margin-left: 50%;
2253
+ }
2254
+ .offset-xxl-7 {
2255
+ margin-left: 58.33333333%;
2256
+ }
2257
+ .offset-xxl-8 {
2258
+ margin-left: 66.66666667%;
2259
+ }
2260
+ .offset-xxl-9 {
2261
+ margin-left: 75%;
2262
+ }
2263
+ .offset-xxl-10 {
2264
+ margin-left: 83.33333333%;
2265
+ }
2266
+ .offset-xxl-11 {
2267
+ margin-left: 91.66666667%;
2268
+ }
2269
+ .g-xxl-0,
2270
+ .gx-xxl-0 {
2271
+ --bs-gutter-x: 0;
2272
+ }
2273
+ .g-xxl-0,
2274
+ .gy-xxl-0 {
2275
+ --bs-gutter-y: 0;
2276
+ }
2277
+ .g-xxl-1,
2278
+ .gx-xxl-1 {
2279
+ --bs-gutter-x: 0.25rem;
2280
+ }
2281
+ .g-xxl-1,
2282
+ .gy-xxl-1 {
2283
+ --bs-gutter-y: 0.25rem;
2284
+ }
2285
+ .g-xxl-2,
2286
+ .gx-xxl-2 {
2287
+ --bs-gutter-x: 0.5rem;
2288
+ }
2289
+ .g-xxl-2,
2290
+ .gy-xxl-2 {
2291
+ --bs-gutter-y: 0.5rem;
2292
+ }
2293
+ .g-xxl-3,
2294
+ .gx-xxl-3 {
2295
+ --bs-gutter-x: 1rem;
2296
+ }
2297
+ .g-xxl-3,
2298
+ .gy-xxl-3 {
2299
+ --bs-gutter-y: 1rem;
2300
+ }
2301
+ .g-xxl-4,
2302
+ .gx-xxl-4 {
2303
+ --bs-gutter-x: 1.5rem;
2304
+ }
2305
+ .g-xxl-4,
2306
+ .gy-xxl-4 {
2307
+ --bs-gutter-y: 1.5rem;
2308
+ }
2309
+ .g-xxl-5,
2310
+ .gx-xxl-5 {
2311
+ --bs-gutter-x: 3rem;
2312
+ }
2313
+ .g-xxl-5,
2314
+ .gy-xxl-5 {
2315
+ --bs-gutter-y: 3rem;
2316
+ }
2317
+ }
2318
+ :host {
2319
+ font-family: 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";
2320
+ font-size: 1rem;
2321
+ font-weight: 400;
2322
+ line-height: 1.5;
2323
+ color: #212529;
2324
+ display: block;
2325
+ }