@dynamic-framework/ui-react 2.2.0 → 2.3.0

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 (56) hide show
  1. package/README.md +8 -0
  2. package/dist/css/dynamic-ui.css +2265 -214
  3. package/dist/css/dynamic-ui.min.css +2 -2
  4. package/dist/index.esm.js +197 -132
  5. package/dist/index.esm.js.map +1 -1
  6. package/dist/index.js +195 -130
  7. package/dist/index.js.map +1 -1
  8. package/dist/types/components/DBadge/DBadge.d.ts +3 -2
  9. package/dist/types/components/DButton/DButton.d.ts +3 -2
  10. package/dist/types/components/DButtonIcon/DButtonIcon.d.ts +3 -7
  11. package/dist/types/components/DCollapse/DCollapse.d.ts +1 -2
  12. package/dist/types/components/DDatePicker/DDatePicker.d.ts +2 -1
  13. package/dist/types/components/DDatePicker/components/DDatePickerTime.d.ts +4 -6
  14. package/dist/types/components/DInputPin/DInputPin.d.ts +2 -1
  15. package/dist/types/components/DPopover/DPopover.d.ts +2 -7
  16. package/dist/types/components/DSelect/DSelect.d.ts +2 -1
  17. package/dist/types/components/DSelect/components/DSelectOptionCheck.d.ts +1 -1
  18. package/dist/types/components/DTabs/DTabs.d.ts +3 -1
  19. package/package.json +11 -15
  20. package/src/style/_shame.scss +2 -2
  21. package/src/style/abstracts/_mixins.scss +4 -4
  22. package/src/style/abstracts/_utilities.scss +69 -0
  23. package/src/style/abstracts/variables/_+import.scss +2 -2
  24. package/src/style/abstracts/variables/_alerts.scss +1 -1
  25. package/src/style/abstracts/variables/_border.scss +9 -0
  26. package/src/style/abstracts/variables/_buttons.scss +1 -1
  27. package/src/style/abstracts/variables/_carousel.scss +13 -1
  28. package/src/style/abstracts/variables/_colors.scss +2 -2
  29. package/src/style/abstracts/variables/_navs.scss +23 -27
  30. package/src/style/base/_+import.scss +1 -0
  31. package/src/style/base/_badge.scss +1 -1
  32. package/src/style/base/_carousel.scss +44 -0
  33. package/src/style/base/_collapse.scss +21 -8
  34. package/src/style/base/_nav.scss +10 -59
  35. package/src/style/base/_type.scss +4 -0
  36. package/src/style/components/_+import.scss +0 -1
  37. package/src/style/components/_d-avatar.scss +2 -2
  38. package/src/style/components/_d-carousel.scss +26 -4
  39. package/src/style/components/_d-chip.scss +13 -3
  40. package/src/style/components/_d-credit-card.scss +22 -12
  41. package/src/style/components/_d-icon.scss +17 -0
  42. package/src/style/components/_d-select.scss +59 -25
  43. package/src/style/components/_d-stepper-desktop.scss +2 -2
  44. package/src/style/components/_d-tabs.scss +7 -18
  45. package/src/style/components/_d-timeline.scss +6 -5
  46. package/src/style/components/_d-voucher.scss +1 -1
  47. package/src/style/helpers/_+import.scss +1 -0
  48. package/src/style/helpers/_animations.scss +13 -0
  49. package/src/style/root/_root.scss +8 -4
  50. package/dist/css/dynamic-ui-non-root.css +0 -50044
  51. package/dist/css/dynamic-ui-non-root.min.css +0 -6
  52. package/dist/css/dynamic-ui-root.css +0 -1116
  53. package/dist/css/dynamic-ui-root.min.css +0 -6
  54. package/src/style/components/_d-collapse-icon-text.scss +0 -16
  55. package/src/style/dynamic-ui-non-root.scss +0 -17
  56. package/src/style/dynamic-ui-root.scss +0 -5
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 2.2.0
2
+ * dynamic-framework 2.3.0
3
3
  * bootstrap ~5.3.8
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/LICENSE.md
5
5
  */
@@ -13,7 +13,7 @@
13
13
  --bs-pink-rgb: 216, 27, 96;
14
14
  --bs-red-rgb: 220, 53, 69;
15
15
  --bs-orange-rgb: 253, 126, 20;
16
- --bs-yellow-rgb: 255, 193, 7;
16
+ --bs-yellow-rgb: 255, 179, 0;
17
17
  --bs-green-rgb: 25, 135, 84;
18
18
  --bs-teal-rgb: 32, 201, 151;
19
19
  --bs-cyan-rgb: 13, 202, 240;
@@ -76,17 +76,17 @@
76
76
  --bs-info-700-rgb: 19, 62, 128;
77
77
  --bs-info-800-rgb: 13, 42, 85;
78
78
  --bs-info-900-rgb: 6, 21, 43;
79
- --bs-warning-25-rgb: 255, 252, 243;
80
- --bs-warning-50-rgb: 255, 249, 230;
81
- --bs-warning-100-rgb: 255, 243, 205;
82
- --bs-warning-200-rgb: 255, 230, 156;
83
- --bs-warning-300-rgb: 255, 218, 106;
84
- --bs-warning-400-rgb: 255, 205, 57;
79
+ --bs-warning-25-rgb: 255, 251, 242;
80
+ --bs-warning-50-rgb: 255, 247, 230;
81
+ --bs-warning-100-rgb: 255, 240, 204;
82
+ --bs-warning-200-rgb: 255, 225, 153;
83
+ --bs-warning-300-rgb: 255, 209, 102;
84
+ --bs-warning-400-rgb: 255, 194, 51;
85
85
  --bs-warning-500-rgb: var(--bs-warning-rgb);
86
- --bs-warning-600-rgb: 204, 154, 6;
87
- --bs-warning-700-rgb: 153, 116, 4;
88
- --bs-warning-800-rgb: 102, 77, 3;
89
- --bs-warning-900-rgb: 51, 39, 1;
86
+ --bs-warning-600-rgb: 204, 143, 0;
87
+ --bs-warning-700-rgb: 153, 107, 0;
88
+ --bs-warning-800-rgb: 102, 72, 0;
89
+ --bs-warning-900-rgb: 51, 36, 0;
90
90
  --bs-danger-25-rgb: 253, 245, 246;
91
91
  --bs-danger-50-rgb: 252, 235, 236;
92
92
  --bs-danger-100-rgb: 248, 215, 218;
@@ -153,17 +153,17 @@
153
153
  --bs-orange-700-rgb: 152, 76, 12;
154
154
  --bs-orange-800-rgb: 101, 50, 8;
155
155
  --bs-orange-900-rgb: 51, 25, 4;
156
- --bs-yellow-25-rgb: 255, 252, 243;
157
- --bs-yellow-50-rgb: 255, 249, 230;
158
- --bs-yellow-100-rgb: 255, 243, 205;
159
- --bs-yellow-200-rgb: 255, 230, 156;
160
- --bs-yellow-300-rgb: 255, 218, 106;
161
- --bs-yellow-400-rgb: 255, 205, 57;
156
+ --bs-yellow-25-rgb: 255, 251, 242;
157
+ --bs-yellow-50-rgb: 255, 247, 230;
158
+ --bs-yellow-100-rgb: 255, 240, 204;
159
+ --bs-yellow-200-rgb: 255, 225, 153;
160
+ --bs-yellow-300-rgb: 255, 209, 102;
161
+ --bs-yellow-400-rgb: 255, 194, 51;
162
162
  --bs-yellow-500-rgb: var(--bs-yellow-rgb);
163
- --bs-yellow-600-rgb: 204, 154, 6;
164
- --bs-yellow-700-rgb: 153, 116, 4;
165
- --bs-yellow-800-rgb: 102, 77, 3;
166
- --bs-yellow-900-rgb: 51, 39, 1;
163
+ --bs-yellow-600-rgb: 204, 143, 0;
164
+ --bs-yellow-700-rgb: 153, 107, 0;
165
+ --bs-yellow-800-rgb: 102, 72, 0;
166
+ --bs-yellow-900-rgb: 51, 36, 0;
167
167
  --bs-green-25-rgb: 244, 249, 246;
168
168
  --bs-green-50-rgb: 232, 243, 238;
169
169
  --bs-green-100-rgb: 209, 231, 221;
@@ -419,12 +419,12 @@
419
419
  --bs-warning-text-emphasis: var(--bs-warning-800);
420
420
  --bs-danger-text-emphasis: var(--bs-danger-600);
421
421
  --bs-light-text-emphasis: var(--bs-gray-600);
422
- --bs-dark-text-emphasis: var(--bs-gray-600);
422
+ --bs-dark-text-emphasis: var(--bs-gray-25);
423
423
  --bs-primary-bg-subtle: var(--bs-primary-100);
424
424
  --bs-secondary-bg-subtle: var(--bs-secondary-100);
425
425
  --bs-success-bg-subtle: #f4f9f6;
426
426
  --bs-info-bg-subtle: #f4f7fd;
427
- --bs-warning-bg-subtle: #fffcf3;
427
+ --bs-warning-bg-subtle: #fffbf2;
428
428
  --bs-danger-bg-subtle: #fdf5f6;
429
429
  --bs-light-bg-subtle: var(--bs-gray-100);
430
430
  --bs-dark-bg-subtle: var(--bs-gray-400);
@@ -484,9 +484,8 @@
484
484
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
485
485
  --bs-focus-ring-width: 0.25rem;
486
486
  --bs-focus-ring-opacity: 0.25;
487
- --bs-focus-ring-border-color-rgb: transparent;
488
- --bs-focus-ring-border-color: rgb(var(--bs-focus-ring-border-color-rgb));
489
- --bs-focus-ring-base-color-rgb: var(--bs-secondary-rgb);
487
+ --bs-focus-ring-border-color: transparent;
488
+ --bs-focus-ring-base-color-rgb: var(--bs-primary-rgb);
490
489
  --bs-focus-ring-base-color: rgb(var(--bs-focus-ring-base-color-rgb));
491
490
  --bs-focus-ring-color: rgba(var(--bs-focus-ring-base-color-rgb), var(--bs-focus-ring-opacity));
492
491
  --bs-form-valid-color: var(--bs-success);
@@ -777,7 +776,7 @@
777
776
  --bs-btn-warning-focus-bg: var(--bs-warning-600);
778
777
  --bs-btn-warning-focus-border-color: var(--bs-warning-600);
779
778
  --bs-btn-warning-focus-shadow-rgb: var(--bs-warning-500-rgb);
780
- --bs-btn-warning-active-color: var(--bs-black);
779
+ --bs-btn-warning-active-color: var(--bs-white);
781
780
  --bs-btn-warning-active-bg: var(--bs-warning-700);
782
781
  --bs-btn-warning-active-border-color: var(--bs-warning-700);
783
782
  --bs-btn-warning-active-box-shadow: 0 0 0 transparent;
@@ -785,28 +784,28 @@
785
784
  --bs-btn-warning-disabled-bg: var(--bs-warning-500);
786
785
  --bs-btn-warning-disabled-border-color: var(--bs-warning-500);
787
786
  --bs-btn-warning-disabled-opacity: 0.65;
788
- --bs-btn-outline-warning-color: var(--bs-warning-500);
787
+ --bs-btn-outline-warning-color: var(--bs-warning-700);
789
788
  --bs-btn-outline-warning-bg: transparent;
790
- --bs-btn-outline-warning-border-color: var(--bs-warning-500);
789
+ --bs-btn-outline-warning-border-color: var(--bs-warning-700);
791
790
  --bs-btn-outline-warning-box-shadow: 0 0 0 transparent;
792
- --bs-btn-outline-warning-hover-color: var(--bs-warning-600);
791
+ --bs-btn-outline-warning-hover-color: var(--bs-warning-800);
793
792
  --bs-btn-outline-warning-hover-bg: transparent;
794
- --bs-btn-outline-warning-hover-border-color: var(--bs-warning-600);
795
- --bs-btn-outline-warning-focus-color: var(--bs-warning-600);
793
+ --bs-btn-outline-warning-hover-border-color: var(--bs-warning-800);
794
+ --bs-btn-outline-warning-focus-color: var(--bs-warning-800);
796
795
  --bs-btn-outline-warning-focus-bg: transparent;
797
- --bs-btn-outline-warning-focus-border-color: var(--bs-warning-600);
796
+ --bs-btn-outline-warning-focus-border-color: var(--bs-warning-800);
798
797
  --bs-btn-outline-warning-focus-shadow-rgb: var(--bs-warning-500-rgb);
799
- --bs-btn-outline-warning-active-color: var(--bs-warning-700);
798
+ --bs-btn-outline-warning-active-color: var(--bs-warning-900);
800
799
  --bs-btn-outline-warning-active-bg: transparent;
801
- --bs-btn-outline-warning-active-border-color: var(--bs-warning-700);
800
+ --bs-btn-outline-warning-active-border-color: var(--bs-warning-900);
802
801
  --bs-btn-outline-warning-active-box-shadow: 0 0 0 transparent;
803
- --bs-btn-outline-warning-disabled-color: var(--bs-warning-500);
802
+ --bs-btn-outline-warning-disabled-color: var(--bs-warning-700);
804
803
  --bs-btn-outline-warning-disabled-bg: transparent;
805
- --bs-btn-outline-warning-disabled-border-color: var(--bs-warning-500);
804
+ --bs-btn-outline-warning-disabled-border-color: var(--bs-warning-700);
806
805
  --bs-btn-outline-warning-disabled-opacity: 0.65;
807
806
  --bs-btn-link-warning-bg: transparent;
808
807
  --bs-btn-link-warning-border-color: transparent;
809
- --bs-btn-link-warning-color: var(--bs-warning-500);
808
+ --bs-btn-link-warning-color: var(--bs-warning-700);
810
809
  --bs-btn-link-warning-box-shadow: 0 0 0 transparent;
811
810
  --bs-btn-link-warning-hover-bg: transparent;
812
811
  --bs-btn-link-warning-hover-border-color: transparent;
@@ -821,7 +820,7 @@
821
820
  --bs-btn-link-warning-active-box-shadow: 0 0 0 transparent;
822
821
  --bs-btn-link-warning-disabled-bg: transparent;
823
822
  --bs-btn-link-warning-disabled-border-color: transparent;
824
- --bs-btn-link-warning-disabled-color: var(--bs-warning-500);
823
+ --bs-btn-link-warning-disabled-color: var(--bs-warning-700);
825
824
  --bs-btn-link-warning-disabled-opacity: 0.65;
826
825
  --bs-btn-danger-color: var(--bs-white);
827
826
  --bs-btn-danger-bg: var(--bs-danger-500);
@@ -1046,7 +1045,7 @@
1046
1045
  --bs-default-accordion-btn-icon-transform: rotate(-180deg);
1047
1046
  --bs-default-accordion-btn-icon-transition: transform .2s ease-in-out;
1048
1047
  --bs-default-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-primary-600%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
1049
- --bs-default-accordion-btn-focus-box-shadow: 0 0 0 0.25rem var(--bs-gray-100);
1048
+ --bs-default-accordion-btn-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
1050
1049
  --bs-default-accordion-btn-font-weight: var(--bs-fw-bold);
1051
1050
  --bs-default-accordion-btn-font-size: var(--bs-fs-6);
1052
1051
  --bs-default-accordion-body-padding-top: var(--bs-default-accordion-padding-y);
@@ -4685,7 +4684,7 @@ th {
4685
4684
  background-color: var(--bs-white);
4686
4685
  border-color: var(--bs-gray-200);
4687
4686
  outline: 0;
4688
- box-shadow: 0 0 0 transparent, 0 0 0 0.25rem var(--bs-gray-100);
4687
+ box-shadow: 0 0 0 transparent, 0 0 0 0.25rem var(--bs-focus-ring-color);
4689
4688
  }
4690
4689
  .form-control::-webkit-date-and-time-value {
4691
4690
  min-width: 85px;
@@ -5970,7 +5969,7 @@ textarea.form-control-lg {
5970
5969
  }
5971
5970
  .nav-link:focus-visible {
5972
5971
  outline: 0;
5973
- box-shadow: 0 0 0 0.25rem var(--bs-gray-100);
5972
+ box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
5974
5973
  }
5975
5974
  .nav-link.disabled, .nav-link:disabled {
5976
5975
  color: var(--bs-nav-link-disabled-color);
@@ -5980,12 +5979,12 @@ textarea.form-control-lg {
5980
5979
 
5981
5980
  .nav-tabs {
5982
5981
  --bs-nav-tabs-border-width: var(--bs-border-width);
5983
- --bs-nav-tabs-border-color: var(--bs-gray-300);
5982
+ --bs-nav-tabs-border-color: var(--bs-gray-100);
5984
5983
  --bs-nav-tabs-border-radius: var(--bs-border-radius-sm);
5985
- --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-gray-300);
5984
+ --bs-nav-tabs-link-hover-border-color: var(--bs-gray-100);
5986
5985
  --bs-nav-tabs-link-active-color: var(--bs-primary);
5987
5986
  --bs-nav-tabs-link-active-bg: var(--bs-white);
5988
- --bs-nav-tabs-link-active-border-color: var(--bs-gray-300);
5987
+ --bs-nav-tabs-link-active-border-color: var(--bs-nav-tabs-border-color);
5989
5988
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
5990
5989
  }
5991
5990
  .nav-tabs .nav-link {
@@ -6012,8 +6011,8 @@ textarea.form-control-lg {
6012
6011
 
6013
6012
  .nav-pills {
6014
6013
  --bs-nav-pills-border-radius: var(--bs-border-radius-sm);
6015
- --bs-nav-pills-link-active-color: var(--bs-white);
6016
- --bs-nav-pills-link-active-bg: var(--bs-primary);
6014
+ --bs-nav-pills-link-active-color: var(--bs-primary-500);
6015
+ --bs-nav-pills-link-active-bg: var(--bs-gray-50);
6017
6016
  }
6018
6017
  .nav-pills .nav-link {
6019
6018
  border-radius: var(--bs-nav-pills-border-radius);
@@ -6952,7 +6951,7 @@ textarea.form-control-lg {
6952
6951
  --bs-alert-color: inherit;
6953
6952
  --bs-alert-border-color: transparent;
6954
6953
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
6955
- --bs-alert-border-radius: var(--bs-border-radius-sm);
6954
+ --bs-alert-border-radius: var(--bs-border-radius);
6956
6955
  --bs-alert-link-color: inherit;
6957
6956
  position: relative;
6958
6957
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
@@ -8377,7 +8376,7 @@ textarea.form-control-lg {
8377
8376
  display: flex;
8378
8377
  align-items: center;
8379
8378
  justify-content: center;
8380
- width: 15%;
8379
+ width: 24px;
8381
8380
  padding: 0;
8382
8381
  color: var(--bs-white);
8383
8382
  text-align: center;
@@ -8437,15 +8436,15 @@ textarea.form-control-lg {
8437
8436
  display: flex;
8438
8437
  justify-content: center;
8439
8438
  padding: 0;
8440
- margin-right: 15%;
8439
+ margin-right: 24px;
8441
8440
  margin-bottom: 1rem;
8442
- margin-left: 15%;
8441
+ margin-left: 24px;
8443
8442
  }
8444
8443
  .carousel-indicators [data-bs-target] {
8445
8444
  box-sizing: content-box;
8446
8445
  flex: 0 1 auto;
8447
- width: 30px;
8448
- height: 3px;
8446
+ width: 16px;
8447
+ height: 16px;
8449
8448
  padding: 0;
8450
8449
  margin-right: 3px;
8451
8450
  margin-left: 3px;
@@ -8487,7 +8486,7 @@ textarea.form-control-lg {
8487
8486
 
8488
8487
  :root,
8489
8488
  [data-bs-theme=light] {
8490
- --bs-carousel-indicator-active-bg: var(--bs-white);
8489
+ --bs-carousel-indicator-active-bg: var(--bs-primary);
8491
8490
  --bs-carousel-caption-color: var(--bs-white);
8492
8491
  --bs-carousel-control-icon-filter: ;
8493
8492
  }
@@ -9190,6 +9189,10 @@ textarea.form-control-lg {
9190
9189
  content: "— ";
9191
9190
  }
9192
9191
 
9192
+ [class*=link-underline] {
9193
+ text-decoration: underline;
9194
+ }
9195
+
9193
9196
  body {
9194
9197
  -webkit-font-smoothing: antialiased;
9195
9198
  }
@@ -9199,7 +9202,7 @@ body {
9199
9202
  --bs-badge-icon-size: var(--bs-body-font-size);
9200
9203
  --bs-badge-bg: var(--bs-white);
9201
9204
  --bs-badge-color: var(--bs-gray-900);
9202
- --bs-badge-sm-font-size: var(--bs-font-size-sm);
9205
+ --bs-badge-sm-font-size: var(--bs-fs-small);
9203
9206
  --bs-badge-lg-font-size: var(--bs-fs-5);
9204
9207
  display: inline-flex;
9205
9208
  gap: var(--bs-badge-gap);
@@ -9370,7 +9373,7 @@ body {
9370
9373
 
9371
9374
  .form-check-input {
9372
9375
  --bs-form-check-input-focus-border-color: var(--bs-focus-ring-border-color);
9373
- --bs-form-check-input-focus-box-shadow: 0 0 0 0.25rem var(--bs-gray-100);
9376
+ --bs-form-check-input-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
9374
9377
  }
9375
9378
 
9376
9379
  .form-check .form-text {
@@ -9482,7 +9485,7 @@ body {
9482
9485
  --bs-input-border-width: var(--bs-border-width);
9483
9486
  --bs-input-border-radius: var(--bs-border-radius-sm);
9484
9487
  --bs-input-focus-border-color: var(--bs-gray-200);
9485
- --bs-input-focus-box-shadow: 0 0 0 0.25rem var(--bs-gray-100);
9488
+ --bs-input-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
9486
9489
  --bs-input-disabled-border-color: var(--bs-gray-300);
9487
9490
  --bs-input-disabled-bg: var(--bs-gray-100);
9488
9491
  --bs-input-disabled-color: var(--bs-body-color);
@@ -9553,7 +9556,7 @@ body {
9553
9556
  --bs-btn-padding-y: 0.5rem;
9554
9557
  --bs-btn-font-family: ;
9555
9558
  --bs-btn-font-size: 1rem;
9556
- --bs-btn-font-weight: var(--bs-fw-semibold);
9559
+ --bs-btn-font-weight: var(--bs-fw-normal);
9557
9560
  --bs-btn-line-height: 1.5;
9558
9561
  --bs-btn-color: var(--bs-body-color);
9559
9562
  --bs-btn-bg: transparent;
@@ -10214,6 +10217,8 @@ body {
10214
10217
  --bs-collapse-separator-display: none;
10215
10218
  --bs-collapse-separator-height: 1px;
10216
10219
  --bs-collapse-separator-bg: var(--bs-gray-200);
10220
+ --bs-collapse-interpolate-size: allow-keywords;
10221
+ --bs-collapse-transition: all ease-in-out .3s allow-discrete;
10217
10222
  background-color: var(--bs-collapse-bg);
10218
10223
  border-radius: var(--bs-collapse-border-radius);
10219
10224
  box-shadow: var(--bs-collapse-box-shadow);
@@ -10239,14 +10244,23 @@ body {
10239
10244
  padding: var(--bs-collapse-body-padding-y) var(--bs-collapse-body-padding-x);
10240
10245
  padding-top: 0;
10241
10246
  }
10242
- .collapse-container .collapse-body::before {
10243
- position: absolute;
10244
- top: 0;
10245
- display: var(--bs-collapse-separator-display);
10246
- width: calc(100% - var(--bs-collapse-body-padding-x) * 2);
10247
- height: var(--bs-collapse-separator-height);
10248
- content: " ";
10249
- background-color: var(--bs-collapse-separator-bg);
10247
+ .collapse-container .collapse-body-wrapper {
10248
+ height: 0;
10249
+ overflow: hidden;
10250
+ opacity: 0;
10251
+ transition: var(--bs-collapse-transition);
10252
+ interpolate-size: var(--bs-collapse-interpolate-size);
10253
+ }
10254
+ .collapse-container .collapse-body-wrapper.show {
10255
+ display: block;
10256
+ height: auto;
10257
+ opacity: 1;
10258
+ }
10259
+ @starting-style {
10260
+ .collapse-container .collapse-body-wrapper.show {
10261
+ height: 0;
10262
+ opacity: 0;
10263
+ }
10250
10264
  }
10251
10265
 
10252
10266
  .pagination {
@@ -10683,70 +10697,73 @@ label {
10683
10697
  background-color: var(--bs-default-placeholder-bg, currentcolor);
10684
10698
  }
10685
10699
 
10686
- .nav-pills,
10687
- .nav-tabs,
10688
- .nav-underline {
10689
- --bs-nav-tabs-border-color: var(--bs-gray-300);
10690
- --bs-nav-tabs-nav-gap: var(--bs-ref-spacer-0);
10691
- --bs-nav-link-padding-x: 1rem;
10692
- --bs-nav-link-padding-y: 0.5rem;
10693
- --bs-nav-tabs-link-border-active-font-weight: var(--bs-fw-bold);
10694
- --bs-nav-link-hover-bg: transparent;
10695
- --bs-nav-link-hover-color: var(--bs-primary-600);
10696
- }
10697
- .nav-pills .nav-link:hover:not(.active, .disabled, :disabled),
10698
- .nav-tabs .nav-link:hover:not(.active, .disabled, :disabled),
10699
- .nav-underline .nav-link:hover:not(.active, .disabled, :disabled) {
10700
- background-color: var(--bs-nav-link-hover-bg);
10700
+ .nav-tabs .nav-link.active,
10701
+ .nav-tabs .nav-item.show .nav-link {
10702
+ border-bottom-color: transparent;
10701
10703
  }
10702
10704
 
10703
- .nav-pills,
10704
10705
  .nav-underline {
10705
- gap: var(--bs-nav-tabs-nav-gap);
10706
+ --bs-nav-underline-font-weight: var(--bs-fw-normal);
10706
10707
  }
10707
- .nav-pills.flex-column,
10708
- .nav-underline.flex-column {
10709
- flex: 1 0 auto;
10708
+ .nav-underline .nav-link.active,
10709
+ .nav-underline .show > .nav-link {
10710
+ font-weight: var(--bs-nav-underline-font-weight);
10710
10711
  }
10711
- .nav-pills.flex-column .nav-link,
10712
- .nav-underline.flex-column .nav-link {
10713
- width: 100%;
10712
+
10713
+ .tab-content {
10714
+ margin-bottom: var(--bs-ref-spacer-4);
10714
10715
  }
10715
10716
 
10716
- .nav-underline {
10717
- --bs-nav-underline-border-width: 2px;
10718
- --bs-nav-underline-border-color: transparent;
10717
+ .carousel-indicators {
10718
+ position: relative;
10719
10719
  }
10720
- .nav-underline.flex-column .nav-link {
10721
- border-right: var(--bs-nav-underline-border-width) solid var(--bs-nav-underline-border-color);
10722
- border-bottom-width: 0;
10720
+ .carousel-indicators [data-bs-target] {
10721
+ width: 16px;
10722
+ height: 16px;
10723
+ text-align: left;
10724
+ text-indent: 0;
10725
+ background: var(--bs-primary-100);
10726
+ border: 1px solid var(--bs-primary-200);
10727
+ border-radius: 100px;
10728
+ opacity: 1;
10729
+ transition: 0.3s;
10723
10730
  }
10724
- .nav-underline.flex-column .nav-link.active {
10725
- background-color: var(--bs-nav-link-hover-bg);
10726
- border-right: var(--bs-nav-underline-border-width) solid currentcolor;
10731
+ .carousel-indicators [data-bs-target].active {
10732
+ width: 26px;
10733
+ background: var(--bs-primary);
10734
+ border-color: var(--bs-primary);
10735
+ transition: 0.3s;
10727
10736
  }
10728
- .nav-underline .nav-link {
10729
- padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
10730
- border-bottom: var(--bs-nav-underline-border-width) solid var(--bs-nav-underline-border-color);
10737
+ .carousel-indicators [data-bs-target].active:hover {
10738
+ background: var(--bs-primary);
10731
10739
  }
10732
-
10733
- .nav-tabs .nav-link.active {
10734
- border-bottom-color: transparent;
10740
+ .carousel-indicators [data-bs-target]:hover {
10741
+ background: var(--bs-primary-200);
10735
10742
  }
10736
- .nav-tabs .nav-link:not(.active):is(:hover, :focus) {
10737
- border-color: transparent;
10743
+
10744
+ .carousel-control-prev,
10745
+ .carousel-control-next {
10746
+ top: calc(50% - 20px);
10747
+ bottom: auto;
10748
+ width: 24px;
10749
+ height: 24px;
10750
+ padding: var(--bs-ref-spacer-1);
10751
+ margin-inline: var(--bs-ref-spacer-1);
10752
+ background: var(--bs-primary);
10753
+ border-radius: 48px;
10754
+ opacity: 0.85;
10738
10755
  }
10739
10756
 
10740
- .nav-link:focus-visible {
10741
- --bs-focus-ring-opacity: .25;
10742
- --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
10757
+ .carousel-control-next-icon,
10758
+ .carousel-control-prev-icon {
10759
+ filter: invert(1);
10743
10760
  }
10744
10761
 
10745
10762
  .d-avatar {
10746
10763
  --bs-avatar-border: 1px solid var(--bs-avatar-bg);
10747
10764
  --bs-avatar-size: var(--bs-ref-spacer-12);
10748
- --bs-avatar-bg: var(--bs-gray-100);
10749
- --bs-avatar-color: var(--bs-gray-500);
10765
+ --bs-avatar-bg: var(--bs-gray-50);
10766
+ --bs-avatar-color: var(--bs-gray-600);
10750
10767
  --bs-avatar-font-weight: var(--bs-fw-bold);
10751
10768
  --bs-avatar-border-radius: var(--bs-border-radius-pill);
10752
10769
  position: relative;
@@ -10828,6 +10845,147 @@ label {
10828
10845
  color: var(--bs-icon-color);
10829
10846
  }
10830
10847
 
10848
+ .d-icon-has-circle {
10849
+ --bs-icon-component-bg-opacity: .1;
10850
+ --bs-icon-component-bg-color: rgba(var(--bs-body-color-rgb), var(--bs-icon-component-bg-opacity));
10851
+ }
10852
+
10853
+ .d-icon-color-primary {
10854
+ --bs-icon-component-color: var(--bs-primary);
10855
+ }
10856
+
10857
+ .d-icon-color-primary.d-icon-has-circle {
10858
+ --bs-icon-component-bg-color: rgba(var(--bs-primary-rgb), var(--bs-icon-component-bg-opacity));
10859
+ }
10860
+
10861
+ .d-icon-color-secondary {
10862
+ --bs-icon-component-color: var(--bs-secondary);
10863
+ }
10864
+
10865
+ .d-icon-color-secondary.d-icon-has-circle {
10866
+ --bs-icon-component-bg-color: rgba(var(--bs-secondary-rgb), var(--bs-icon-component-bg-opacity));
10867
+ }
10868
+
10869
+ .d-icon-color-success {
10870
+ --bs-icon-component-color: var(--bs-success);
10871
+ }
10872
+
10873
+ .d-icon-color-success.d-icon-has-circle {
10874
+ --bs-icon-component-bg-color: rgba(var(--bs-success-rgb), var(--bs-icon-component-bg-opacity));
10875
+ }
10876
+
10877
+ .d-icon-color-info {
10878
+ --bs-icon-component-color: var(--bs-info);
10879
+ }
10880
+
10881
+ .d-icon-color-info.d-icon-has-circle {
10882
+ --bs-icon-component-bg-color: rgba(var(--bs-info-rgb), var(--bs-icon-component-bg-opacity));
10883
+ }
10884
+
10885
+ .d-icon-color-warning {
10886
+ --bs-icon-component-color: var(--bs-warning);
10887
+ }
10888
+
10889
+ .d-icon-color-warning.d-icon-has-circle {
10890
+ --bs-icon-component-bg-color: rgba(var(--bs-warning-rgb), var(--bs-icon-component-bg-opacity));
10891
+ }
10892
+
10893
+ .d-icon-color-danger {
10894
+ --bs-icon-component-color: var(--bs-danger);
10895
+ }
10896
+
10897
+ .d-icon-color-danger.d-icon-has-circle {
10898
+ --bs-icon-component-bg-color: rgba(var(--bs-danger-rgb), var(--bs-icon-component-bg-opacity));
10899
+ }
10900
+
10901
+ .d-icon-color-light {
10902
+ --bs-icon-component-color: var(--bs-light);
10903
+ }
10904
+
10905
+ .d-icon-color-light.d-icon-has-circle {
10906
+ --bs-icon-component-bg-color: rgba(var(--bs-light-rgb), var(--bs-icon-component-bg-opacity));
10907
+ }
10908
+
10909
+ .d-icon-color-dark {
10910
+ --bs-icon-component-color: var(--bs-dark);
10911
+ }
10912
+
10913
+ .d-icon-color-dark.d-icon-has-circle {
10914
+ --bs-icon-component-bg-color: rgba(var(--bs-dark-rgb), var(--bs-icon-component-bg-opacity));
10915
+ }
10916
+
10917
+ .d-icon-color-indigo {
10918
+ --bs-icon-component-color: var(--bs-indigo);
10919
+ }
10920
+
10921
+ .d-icon-color-indigo.d-icon-has-circle {
10922
+ --bs-icon-component-bg-color: rgba(var(--bs-indigo-rgb), var(--bs-icon-component-bg-opacity));
10923
+ }
10924
+
10925
+ .d-icon-color-purple {
10926
+ --bs-icon-component-color: var(--bs-purple);
10927
+ }
10928
+
10929
+ .d-icon-color-purple.d-icon-has-circle {
10930
+ --bs-icon-component-bg-color: rgba(var(--bs-purple-rgb), var(--bs-icon-component-bg-opacity));
10931
+ }
10932
+
10933
+ .d-icon-color-pink {
10934
+ --bs-icon-component-color: var(--bs-pink);
10935
+ }
10936
+
10937
+ .d-icon-color-pink.d-icon-has-circle {
10938
+ --bs-icon-component-bg-color: rgba(var(--bs-pink-rgb), var(--bs-icon-component-bg-opacity));
10939
+ }
10940
+
10941
+ .d-icon-color-red {
10942
+ --bs-icon-component-color: var(--bs-red);
10943
+ }
10944
+
10945
+ .d-icon-color-red.d-icon-has-circle {
10946
+ --bs-icon-component-bg-color: rgba(var(--bs-red-rgb), var(--bs-icon-component-bg-opacity));
10947
+ }
10948
+
10949
+ .d-icon-color-orange {
10950
+ --bs-icon-component-color: var(--bs-orange);
10951
+ }
10952
+
10953
+ .d-icon-color-orange.d-icon-has-circle {
10954
+ --bs-icon-component-bg-color: rgba(var(--bs-orange-rgb), var(--bs-icon-component-bg-opacity));
10955
+ }
10956
+
10957
+ .d-icon-color-yellow {
10958
+ --bs-icon-component-color: var(--bs-yellow);
10959
+ }
10960
+
10961
+ .d-icon-color-yellow.d-icon-has-circle {
10962
+ --bs-icon-component-bg-color: rgba(var(--bs-yellow-rgb), var(--bs-icon-component-bg-opacity));
10963
+ }
10964
+
10965
+ .d-icon-color-green {
10966
+ --bs-icon-component-color: var(--bs-green);
10967
+ }
10968
+
10969
+ .d-icon-color-green.d-icon-has-circle {
10970
+ --bs-icon-component-bg-color: rgba(var(--bs-green-rgb), var(--bs-icon-component-bg-opacity));
10971
+ }
10972
+
10973
+ .d-icon-color-teal {
10974
+ --bs-icon-component-color: var(--bs-teal);
10975
+ }
10976
+
10977
+ .d-icon-color-teal.d-icon-has-circle {
10978
+ --bs-icon-component-bg-color: rgba(var(--bs-teal-rgb), var(--bs-icon-component-bg-opacity));
10979
+ }
10980
+
10981
+ .d-icon-color-cyan {
10982
+ --bs-icon-component-color: var(--bs-cyan);
10983
+ }
10984
+
10985
+ .d-icon-color-cyan.d-icon-has-circle {
10986
+ --bs-icon-component-bg-color: rgba(var(--bs-cyan-rgb), var(--bs-icon-component-bg-opacity));
10987
+ }
10988
+
10831
10989
  .d-icon-loading {
10832
10990
  animation: loading-icon var(--bs-icon-loading-duration) infinite linear;
10833
10991
  }
@@ -10843,7 +11001,7 @@ label {
10843
11001
  .d-input-pin {
10844
11002
  --bs-input-pin-form-gap: var(--bs-ref-spacer-1);
10845
11003
  --bs-input-pin-form-control-focus-border-color: var(--bs-gray-200);
10846
- --bs-input-pin-form-control-focus-box-shadow: 0 0 0 0.25rem var(--bs-gray-100);
11004
+ --bs-input-pin-form-control-focus-box-shadow: 0 0 0 0.25rem var(--bs-focus-ring-color);
10847
11005
  --bs-input-pin-form-control-min-width: 2rem;
10848
11006
  --bs-input-pin-form-control-max-width: 4rem;
10849
11007
  display: flex;
@@ -10989,10 +11147,6 @@ label {
10989
11147
  --bs-chip-color: var(--bs-info-700);
10990
11148
  --bs-chip-bg: var(--bs-info-100);
10991
11149
  }
10992
- .d-chip.d-chip-warning {
10993
- --bs-chip-color: var(--bs-warning-700);
10994
- --bs-chip-bg: var(--bs-warning-100);
10995
- }
10996
11150
  .d-chip.d-chip-danger {
10997
11151
  --bs-chip-color: var(--bs-danger-700);
10998
11152
  --bs-chip-bg: var(--bs-danger-100);
@@ -11033,45 +11187,39 @@ label {
11033
11187
  --bs-chip-color: var(--bs-cyan-700);
11034
11188
  --bs-chip-bg: var(--bs-cyan-100);
11035
11189
  }
11036
- .d-chip.d-chip-light {
11037
- --bs-chip-color: var(--bs-gray);
11038
- --bs-chip-bg: var(--bs-gray-100);
11039
- }
11040
-
11041
- .tab-content {
11042
- margin-bottom: var(--bs-ref-spacer-4);
11190
+ .d-chip.d-chip-warning {
11191
+ --bs-chip-color: var(--bs-warning-800);
11192
+ --bs-chip-bg: var(--bs-warning-100);
11043
11193
  }
11044
-
11045
- .nav-pills {
11046
- --bs-nav-pills-link-active-bg: var(--bs-gray-50);
11047
- --bs-nav-pills-link-active-color: var(--bs-primary-500);
11194
+ .d-chip.d-chip-light {
11195
+ --bs-chip-color: var(--bs-gray-800);
11196
+ --bs-chip-bg: var(--bs-gray-25);
11048
11197
  }
11049
-
11050
- .nav-tabs {
11051
- --bs-nav-tabs-border-color: var(--bs-gray-100);
11052
- --bs-nav-tabs-link-active-border-color: var(--bs-nav-tabs-border-color);
11198
+ .d-chip.d-chip-dark {
11199
+ --bs-chip-color: var(--bs-white);
11200
+ --bs-chip-bg: var(--bs-black);
11053
11201
  }
11054
11202
 
11055
11203
  .nav-toggle-button-group {
11204
+ --bs-toggle-button-group-border-color: var(--bs-gray-50);
11056
11205
  --bs-toggle-button-group-border-radius: 4rem;
11057
11206
  --bs-toggle-button-group-link-active-color: var(--bs-white);
11058
11207
  --bs-toggle-button-group-link-active-bg: var(--bs-primary);
11059
- --bs-toggle-button-group-link-hover-bg: var(--bs-secondary-500);
11208
+ --bs-toggle-button-group-link-font-weight: var(--bs-fw-normal);
11060
11209
  --bs-toggle-button-group-bg: var(--bs-gray-25);
11061
11210
  --bs-toggle-button-group-radius: 4rem;
11062
11211
  --bs-toggle-button-group-padding: .25rem;
11063
11212
  padding: var(--bs-toggle-button-group-padding);
11064
11213
  overflow: hidden;
11065
11214
  background: var(--bs-toggle-button-group-bg);
11066
- border: 1px solid var(--bs-gray-50);
11215
+ border: 1px solid var(--bs-toggle-button-group-border-color);
11067
11216
  border-radius: var(--bs-toggle-button-group-radius);
11068
11217
  }
11069
11218
  .nav-toggle-button-group .nav-link {
11070
- flex: 1;
11071
11219
  border-radius: var(--bs-toggle-button-group-border-radius);
11072
11220
  }
11073
11221
  .nav-toggle-button-group .nav-link.active {
11074
- font-weight: var(--bs-fw-semibold);
11222
+ font-weight: var(--bs-toggle-button-group-link-font-weight);
11075
11223
  color: var(--bs-toggle-button-group-link-active-color);
11076
11224
  background: var(--bs-toggle-button-group-link-active-bg);
11077
11225
  }
@@ -11127,7 +11275,8 @@ label {
11127
11275
  --bs-timeline-icon-size: 1rem;
11128
11276
  --bs-timeline-icon-padding: .25rem;
11129
11277
  --bs-timeline-icon-color: var(--bs-gray-600);
11130
- --bs-timeline-description-color: var(--bs-gray-400);
11278
+ --bs-timeline-description-color: var(--bs-gray-500);
11279
+ --bs-timeline-description-time-color: var(--bs-gray-500);
11131
11280
  --bs-timeline-icon-bg: var(--bs-white);
11132
11281
  position: relative;
11133
11282
  display: flex;
@@ -11180,8 +11329,8 @@ label {
11180
11329
  color: var(--bs-timeline-description-color);
11181
11330
  }
11182
11331
  .d-timeline .d-timeline-item .d-timeline-item-time {
11183
- font-size: 0.875rem;
11184
- color: #999;
11332
+ font-size: var(--bs-fs-small);
11333
+ color: var(--bs-timeline-description-time-color);
11185
11334
  }
11186
11335
  .d-timeline .d-timeline-item.d-timeline-item-success .d-timeline-item-icon {
11187
11336
  color: var(--bs-white);
@@ -11192,8 +11341,8 @@ label {
11192
11341
  background-color: var(--bs-danger-500);
11193
11342
  }
11194
11343
  .d-timeline .d-timeline-item.d-timeline-item-warning .d-timeline-item-icon {
11195
- color: var(--bs-white);
11196
- background-color: var(--bs-warning-500);
11344
+ color: var(--bs-warning-800);
11345
+ background-color: var(--bs-warning-300);
11197
11346
  }
11198
11347
  .d-timeline .d-timeline-item.d-timeline-item-primary .d-timeline-item-icon {
11199
11348
  color: var(--bs-white);
@@ -11260,21 +11409,6 @@ label {
11260
11409
  justify-content: flex-end;
11261
11410
  }
11262
11411
 
11263
- .d-collapse-icon-text {
11264
- --bs-collapse-icon-text-header-gap: var(--bs-ref-spacer-4);
11265
- --bs-collapse-icon-text-header-font-size: var(--bs-fs-6);
11266
- --bs-collapse-icon-text-header-font-weight: var(--bs-fw-bold);
11267
- }
11268
- .d-collapse-icon-text .d-collapse-icon-text-header {
11269
- display: flex;
11270
- gap: var(--bs-collapse-icon-text-header-gap);
11271
- align-items: center;
11272
- }
11273
- .d-collapse-icon-text .d-collapse-icon-text-title {
11274
- font-size: var(--bs-collapse-icon-text-header-font-size);
11275
- font-weight: var(--bs-collapse-icon-text-header-font-weight);
11276
- }
11277
-
11278
11412
  .react-datepicker-wrapper {
11279
11413
  display: inline-block;
11280
11414
  padding: 0;
@@ -12128,7 +12262,7 @@ react-datepicker__navigation
12128
12262
  .d-voucher {
12129
12263
  --bs-voucher-header-gap: var(--bs-ref-spacer-4);
12130
12264
  --bs-voucher-amount-padding: var(--bs-ref-spacer-4);
12131
- --bs-voucher-amount-background: var(--bs-secondary-50);
12265
+ --bs-voucher-amount-background: var(--bs-gray-25);
12132
12266
  --bs-voucher-amount-rounded: var(--bs-ref-spacer-4);
12133
12267
  --bs-voucher-footer-gap: var(--bs-ref-spacer-4);
12134
12268
  --bs-voucher-margin: 0 0 var(--bs-ref-spacer-4) 0;
@@ -12619,8 +12753,8 @@ react-datepicker__navigation
12619
12753
  .d-carousel {
12620
12754
  --bs-carousel-arrow-space: calc(var(--bs-ref-spacer-4) * -1);
12621
12755
  --bs-carousel-pagination-bottom: auto;
12622
- --bs-carousel-pagination-page-bg: var(--bs-secondary-100);
12623
- --bs-carousel-pagination-active-page-bg: var(--bs-secondary);
12756
+ --bs-carousel-pagination-page-bg: var(--bs-primary-100);
12757
+ --bs-carousel-pagination-active-page-bg: var(--bs-primary);
12624
12758
  --bs-carousel-focus-outline-color: var(--bs-focus-ring-color);
12625
12759
  }
12626
12760
  .d-carousel .d-carousel-arrows .d-carousel-arrow.d-carousel-arrow-prev {
@@ -12631,15 +12765,35 @@ react-datepicker__navigation
12631
12765
  }
12632
12766
  .d-carousel .splide__pagination__page {
12633
12767
  margin: 0;
12768
+ border: 1px solid var(--bs-primary-200);
12769
+ width: 16px;
12770
+ height: 16px;
12771
+ border-radius: 100px;
12772
+ opacity: 1;
12773
+ transition: 0.3s;
12774
+ }
12775
+ .d-carousel .splide__pagination__page.is-active {
12776
+ background: 26px;
12777
+ width: 26px;
12778
+ border-color: var(--bs-primary);
12779
+ transform: none;
12780
+ }
12781
+ .d-carousel .splide__arrow {
12782
+ width: 24px;
12783
+ height: 24px;
12784
+ background: var(--bs-primary);
12785
+ padding: var(--bs-ref-spacer-1);
12786
+ }
12787
+ .d-carousel .splide__arrow svg {
12788
+ filter: invert(1);
12634
12789
  }
12635
12790
  .d-carousel .d-carousel-pagination {
12636
12791
  bottom: var(--bs-carousel-pagination-bottom);
12637
12792
  position: relative;
12638
- top: -0.5rem;
12793
+ margin-top: var(--bs---bs-ref-spacer-4);
12639
12794
  width: -webkit-fit-content;
12640
12795
  width: -moz-fit-content;
12641
12796
  width: fit-content;
12642
- background: var(--bs-gray-25);
12643
12797
  padding: var(--bs-ref-spacer-2) var(--bs-ref-spacer-4);
12644
12798
  border-radius: var(--bs-border-radius-lg);
12645
12799
  margin: auto;
@@ -12660,7 +12814,7 @@ react-datepicker__navigation
12660
12814
  }
12661
12815
  .d-stepper-desktop {
12662
12816
  /* Icon container */
12663
- --bs-step-icon-container-color: var(--bs-gray-400);
12817
+ --bs-step-icon-container-color: var(--bs-gray-500);
12664
12818
  --bs-step-icon-container-background-color: transparent;
12665
12819
  --bs-step-icon-container-size: var(--bs-ref-spacer-9);
12666
12820
  --bs-step-icon-container-font-size: var(--bs-ref-spacer-4);
@@ -12755,7 +12909,7 @@ react-datepicker__navigation
12755
12909
  }
12756
12910
  .d-stepper-desktop .d-step .d-step-text-container .d-step-description {
12757
12911
  font-size: var(--bs-step-description-font-size);
12758
- color: var(--bs-gray-400);
12912
+ color: var(--bs-gray-500);
12759
12913
  }
12760
12914
  .d-stepper-desktop .d-step-current .d-step-label {
12761
12915
  --font-weight-active-text: 500;
@@ -12882,9 +13036,9 @@ react-datepicker__navigation
12882
13036
  --bs-select-gap: 0.5rem;
12883
13037
  --bs-select-menu-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
12884
13038
  --bs-select-menu-z-index: 1000;
13039
+ --bs-select-option-selected-bg: var(--bs-gray-50);
12885
13040
  --bs-select-option-focus-bg: var(--bs-gray-100);
12886
13041
  --bs-select-option-selected-color: var(--bs-secondary);
12887
- --bs-select-option-selected-bg: unset;
12888
13042
  --bs-select-option-selected-font-weight: var(--bs-fw-bold);
12889
13043
  --bs-select-option-is-checkbox-font-size: var(--bs-body-font-size);
12890
13044
  --bs-select-option-is-checkbox-font-weight: var(--bs-fw-normal);
@@ -12903,6 +13057,18 @@ react-datepicker__navigation
12903
13057
  --bs-select-indicator-separator-color: var(--bs-transparent);
12904
13058
  --bs-select-indicator-width: var(--bs-ref-spacer-5);
12905
13059
  --bs-select-indicator-height: var(--bs-ref-spacer-5);
13060
+ --bs-select-check-width: 1rem;
13061
+ --bs-select-check-height: 1rem;
13062
+ --bs-select-check-margin-end: .5rem;
13063
+ --bs-select-check-border-width: .0625rem;
13064
+ --bs-select-check-border-radius: .125rem;
13065
+ --bs-select-check-mark-top: .0625rem;
13066
+ --bs-select-check-mark-left: .25rem;
13067
+ --bs-select-check-mark-width: .375rem;
13068
+ --bs-select-check-mark-height: .625rem;
13069
+ --bs-select-check-mark-border-width: .125rem;
13070
+ /* checkmark */
13071
+ /* selected state */
12906
13072
  }
12907
13073
  .d-select:focus-within .input-group {
12908
13074
  border-color: var(--bs-input-focus-border-color);
@@ -13007,6 +13173,7 @@ react-datepicker__navigation
13007
13173
  display: block;
13008
13174
  padding: 0.5rem 0.75rem;
13009
13175
  }
13176
+ .d-select .d-select__option--is-selected.d-select__option--is-focused,
13010
13177
  .d-select .d-select__option--is-focused {
13011
13178
  background: var(--bs-select-option-focus-bg);
13012
13179
  }
@@ -13015,24 +13182,6 @@ react-datepicker__navigation
13015
13182
  color: var(--bs-select-option-selected-color);
13016
13183
  background: var(--bs-select-option-selected-bg);
13017
13184
  }
13018
- .d-select .d-select__option--is-selected:hover {
13019
- --bs-select-option-selected-bg: var(--bs-gray-100);
13020
- }
13021
- .d-select .d-select__option--is-checkbox {
13022
- padding: 0;
13023
- }
13024
- .d-select .d-select__option--is-checkbox > label {
13025
- width: 100%;
13026
- padding: 0.75rem;
13027
- }
13028
- .d-select .d-select__option--is-checkbox .form-check-input {
13029
- margin-right: 0.75rem;
13030
- }
13031
- .d-select .d-select__option--is-checkbox label {
13032
- font-size: var(--bs-select-option-is-checkbox-font-size);
13033
- font-weight: var(--bs-select-option-is-checkbox-font-weight);
13034
- color: var(--bs-select-option-is-checkbox-color);
13035
- }
13036
13185
  .d-select .d-select__multi-value {
13037
13186
  margin-right: var(--bs-select-multi-value-margin-right);
13038
13187
  background: var(--bs-select-multi-value-background);
@@ -13093,6 +13242,38 @@ react-datepicker__navigation
13093
13242
  .d-select.disabled .d-icon {
13094
13243
  --bs-icon-color: var(--bs-input-disabled-color);
13095
13244
  }
13245
+ .d-select .d-select__check {
13246
+ position: relative;
13247
+ display: inline-block;
13248
+ flex-shrink: 0;
13249
+ width: var(--bs-select-check-width);
13250
+ height: var(--bs-select-check-height);
13251
+ margin-right: var(--bs-select-check-margin-end);
13252
+ background: var(--bs-white);
13253
+ border: var(--bs-select-check-border-width) solid var(--bs-input-border-color);
13254
+ border-radius: var(--bs-select-check-border-radius);
13255
+ }
13256
+ .d-select .d-select__check::after {
13257
+ position: absolute;
13258
+ top: var(--bs-select-check-mark-top);
13259
+ left: var(--bs-select-check-mark-left);
13260
+ width: var(--bs-select-check-mark-width);
13261
+ height: var(--bs-select-check-mark-height);
13262
+ content: "";
13263
+ border-right: var(--bs-select-check-mark-border-width) solid var(--bs-white);
13264
+ border-bottom: var(--bs-select-check-mark-border-width) solid var(--bs-white);
13265
+ opacity: 0;
13266
+ transform: rotate(45deg) scale(0);
13267
+ transform-origin: center;
13268
+ }
13269
+ .d-select .d-select__check--selected {
13270
+ background: var(--bs-primary-500);
13271
+ border-color: var(--bs-primary-500);
13272
+ }
13273
+ .d-select .d-select__check--selected::after {
13274
+ opacity: 1;
13275
+ transform: rotate(45deg) scale(1);
13276
+ }
13096
13277
 
13097
13278
  .d-table-head button {
13098
13279
  display: inline-flex;
@@ -13358,32 +13539,38 @@ react-datepicker__navigation
13358
13539
  --bs-d-credit-card-padding: var(--bs-ref-spacer-4);
13359
13540
  --bs-d-credit-card-number-size: inherit;
13360
13541
  --bs-d-credit-card-chip-size: 30px;
13542
+ --bs-d-credit-card-color: var(--bs-white);
13543
+ --bs-d-credit-card-logo-size: 22%;
13544
+ position: relative;
13545
+ display: flex;
13361
13546
  flex-direction: column;
13362
13547
  aspect-ratio: var(--bs-d-credit-card-aspect-ratio);
13363
13548
  padding: var(--bs-d-credit-card-padding);
13549
+ overflow: hidden;
13550
+ color: var(--bs-d-credit-card-color);
13364
13551
  background: var(--bs-d-credit-card-bg);
13365
- --bs-d-credit-card-logo-size: 22%;
13366
- }
13367
- .d-credit-card > * {
13368
- display: flex;
13369
- align-items: center;
13552
+ border-radius: var(--bs-border-radius-lg);
13370
13553
  }
13371
- .d-credit-card .d-credit-card-details .name {
13372
- font-size: var(--bs-ref-fs-6);
13554
+ .d-credit-card .d-credit-card-details {
13555
+ display: block;
13556
+ margin-top: auto;
13373
13557
  }
13374
- .d-credit-card .d-credit-card-details .date {
13558
+ .d-credit-card .d-credit-card-name {
13375
13559
  font-size: var(--bs-ref-fs-6);
13376
13560
  }
13377
13561
  .d-credit-card .d-credit-card-logo {
13378
13562
  width: var(--bs-d-credit-card-logo-size);
13379
13563
  }
13380
13564
  .d-credit-card .d-credit-card-chip {
13565
+ padding: var(--bs-ref-spacer-1);
13381
13566
  background: var(--bs-d-credit-card-chip-bg);
13567
+ border-radius: var(--bs-border-radius-sm);
13382
13568
  }
13383
13569
  .d-credit-card .d-credit-card-chip-image {
13384
13570
  width: var(--bs-d-credit-card-chip-size);
13385
13571
  }
13386
13572
  .d-credit-card .d-credit-card-number {
13573
+ margin-bottom: var(--bs-ref-spacer-4);
13387
13574
  font-family: var(--bs-d-credit-card-font-family-number);
13388
13575
  font-size: var(--bs-d-credit-card-number-size);
13389
13576
  }
@@ -13393,10 +13580,15 @@ react-datepicker__navigation
13393
13580
  --bs-d-credit-card-logo-size: 30%;
13394
13581
  }
13395
13582
  .d-credit-card .d-credit-card-header {
13583
+ display: flex;
13396
13584
  align-items: center;
13397
13585
  justify-content: space-between;
13398
13586
  min-height: 45px;
13399
13587
  }
13588
+ .d-credit-card .d-credit-card-holder-text {
13589
+ display: block;
13590
+ opacity: 0.5;
13591
+ }
13400
13592
 
13401
13593
  .clearfix::after {
13402
13594
  display: block;
@@ -13665,7 +13857,7 @@ react-datepicker__navigation
13665
13857
  }
13666
13858
 
13667
13859
  .text-bg-warning-700 {
13668
- color: var(--bs-black) !important;
13860
+ color: var(--bs-white) !important;
13669
13861
  background-color: RGBA(var(--bs-warning-700-rgb), var(--bs-bg-opacity, 1)) !important;
13670
13862
  }
13671
13863
 
@@ -14050,7 +14242,7 @@ react-datepicker__navigation
14050
14242
  }
14051
14243
 
14052
14244
  .text-bg-yellow-700 {
14053
- color: var(--bs-black) !important;
14245
+ color: var(--bs-white) !important;
14054
14246
  background-color: RGBA(var(--bs-yellow-700-rgb), var(--bs-bg-opacity, 1)) !important;
14055
14247
  }
14056
14248
 
@@ -14904,6 +15096,18 @@ react-datepicker__navigation
14904
15096
  white-space: normal;
14905
15097
  }
14906
15098
 
15099
+ @keyframes fadein {
15100
+ 0% {
15101
+ opacity: 0;
15102
+ }
15103
+ 100% {
15104
+ opacity: 1;
15105
+ }
15106
+ }
15107
+ .fade-in {
15108
+ animation: fadein 0.3s ease-in-out;
15109
+ }
15110
+
14907
15111
  .align-baseline {
14908
15112
  vertical-align: baseline !important;
14909
15113
  }
@@ -15469,23 +15673,27 @@ react-datepicker__navigation
15469
15673
  }
15470
15674
 
15471
15675
  .border-1 {
15472
- border-width: 1px !important;
15676
+ border-width: var(--bs-border-width) !important;
15473
15677
  }
15474
15678
 
15475
15679
  .border-2 {
15476
- border-width: 2px !important;
15680
+ border-width: calc(var(--bs-border-width) * 2) !important;
15477
15681
  }
15478
15682
 
15479
15683
  .border-3 {
15480
- border-width: 3px !important;
15684
+ border-width: calc(var(--bs-border-width) * 3) !important;
15481
15685
  }
15482
15686
 
15483
15687
  .border-4 {
15484
- border-width: 4px !important;
15688
+ border-width: calc(var(--bs-border-width) * 4) !important;
15485
15689
  }
15486
15690
 
15487
15691
  .border-5 {
15488
- border-width: 5px !important;
15692
+ border-width: calc(var(--bs-border-width) * 5) !important;
15693
+ }
15694
+
15695
+ .border-6 {
15696
+ border-width: calc(var(--bs-border-width) * 6) !important;
15489
15697
  }
15490
15698
 
15491
15699
  .border-opacity-10 {
@@ -21199,6 +21407,18 @@ react-datepicker__navigation
21199
21407
  .d-sm-table-header-group {
21200
21408
  display: table-header-group !important;
21201
21409
  }
21410
+ .shadow-sm {
21411
+ box-shadow: var(--bs-box-shadow) !important;
21412
+ }
21413
+ .shadow-sm-sm {
21414
+ box-shadow: var(--bs-box-shadow-sm) !important;
21415
+ }
21416
+ .shadow-sm-lg {
21417
+ box-shadow: var(--bs-box-shadow-lg) !important;
21418
+ }
21419
+ .shadow-sm-none {
21420
+ box-shadow: none !important;
21421
+ }
21202
21422
  .position-sm-static {
21203
21423
  position: static !important;
21204
21424
  }
@@ -21215,6 +21435,174 @@ react-datepicker__navigation
21215
21435
  position: -webkit-sticky !important;
21216
21436
  position: sticky !important;
21217
21437
  }
21438
+ .border-sm {
21439
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
21440
+ }
21441
+ .border-sm-0 {
21442
+ border: 0 !important;
21443
+ }
21444
+ .border-top-sm {
21445
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
21446
+ }
21447
+ .border-top-sm-0 {
21448
+ border-top: 0 !important;
21449
+ }
21450
+ .border-end-sm {
21451
+ border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
21452
+ }
21453
+ .border-end-sm-0 {
21454
+ border-right: 0 !important;
21455
+ }
21456
+ .border-bottom-sm {
21457
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
21458
+ }
21459
+ .border-bottom-sm-0 {
21460
+ border-bottom: 0 !important;
21461
+ }
21462
+ .border-start-sm {
21463
+ border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
21464
+ }
21465
+ .border-start-sm-0 {
21466
+ border-left: 0 !important;
21467
+ }
21468
+ .border-sm-primary {
21469
+ --bs-border-opacity: 1;
21470
+ border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
21471
+ }
21472
+ .border-sm-secondary {
21473
+ --bs-border-opacity: 1;
21474
+ border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
21475
+ }
21476
+ .border-sm-success {
21477
+ --bs-border-opacity: 1;
21478
+ border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
21479
+ }
21480
+ .border-sm-info {
21481
+ --bs-border-opacity: 1;
21482
+ border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
21483
+ }
21484
+ .border-sm-warning {
21485
+ --bs-border-opacity: 1;
21486
+ border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
21487
+ }
21488
+ .border-sm-danger {
21489
+ --bs-border-opacity: 1;
21490
+ border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
21491
+ }
21492
+ .border-sm-light {
21493
+ --bs-border-opacity: 1;
21494
+ border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
21495
+ }
21496
+ .border-sm-dark {
21497
+ --bs-border-opacity: 1;
21498
+ border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
21499
+ }
21500
+ .border-sm-indigo {
21501
+ --bs-border-opacity: 1;
21502
+ border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
21503
+ }
21504
+ .border-sm-purple {
21505
+ --bs-border-opacity: 1;
21506
+ border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
21507
+ }
21508
+ .border-sm-pink {
21509
+ --bs-border-opacity: 1;
21510
+ border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
21511
+ }
21512
+ .border-sm-red {
21513
+ --bs-border-opacity: 1;
21514
+ border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
21515
+ }
21516
+ .border-sm-orange {
21517
+ --bs-border-opacity: 1;
21518
+ border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
21519
+ }
21520
+ .border-sm-yellow {
21521
+ --bs-border-opacity: 1;
21522
+ border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
21523
+ }
21524
+ .border-sm-green {
21525
+ --bs-border-opacity: 1;
21526
+ border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
21527
+ }
21528
+ .border-sm-teal {
21529
+ --bs-border-opacity: 1;
21530
+ border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
21531
+ }
21532
+ .border-sm-cyan {
21533
+ --bs-border-opacity: 1;
21534
+ border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
21535
+ }
21536
+ .border-sm-black {
21537
+ --bs-border-opacity: 1;
21538
+ border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
21539
+ }
21540
+ .border-sm-white {
21541
+ --bs-border-opacity: 1;
21542
+ border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
21543
+ }
21544
+ .border-sm-gray-25 {
21545
+ --bs-border-opacity: 1;
21546
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
21547
+ }
21548
+ .border-sm-gray-50 {
21549
+ --bs-border-opacity: 1;
21550
+ border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
21551
+ }
21552
+ .border-sm-gray-100 {
21553
+ --bs-border-opacity: 1;
21554
+ border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
21555
+ }
21556
+ .border-sm-gray-200 {
21557
+ --bs-border-opacity: 1;
21558
+ border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
21559
+ }
21560
+ .border-sm-gray-300 {
21561
+ --bs-border-opacity: 1;
21562
+ border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
21563
+ }
21564
+ .border-sm-gray-400 {
21565
+ --bs-border-opacity: 1;
21566
+ border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
21567
+ }
21568
+ .border-sm-gray-500 {
21569
+ --bs-border-opacity: 1;
21570
+ border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
21571
+ }
21572
+ .border-sm-gray-600 {
21573
+ --bs-border-opacity: 1;
21574
+ border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
21575
+ }
21576
+ .border-sm-gray-700 {
21577
+ --bs-border-opacity: 1;
21578
+ border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
21579
+ }
21580
+ .border-sm-gray-800 {
21581
+ --bs-border-opacity: 1;
21582
+ border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
21583
+ }
21584
+ .border-sm-gray-900 {
21585
+ --bs-border-opacity: 1;
21586
+ border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
21587
+ }
21588
+ .border-sm-1 {
21589
+ border-width: var(--bs-border-width) !important;
21590
+ }
21591
+ .border-sm-2 {
21592
+ border-width: calc(var(--bs-border-width) * 2) !important;
21593
+ }
21594
+ .border-sm-3 {
21595
+ border-width: calc(var(--bs-border-width) * 3) !important;
21596
+ }
21597
+ .border-sm-4 {
21598
+ border-width: calc(var(--bs-border-width) * 4) !important;
21599
+ }
21600
+ .border-sm-5 {
21601
+ border-width: calc(var(--bs-border-width) * 5) !important;
21602
+ }
21603
+ .border-sm-6 {
21604
+ border-width: calc(var(--bs-border-width) * 6) !important;
21605
+ }
21218
21606
  .w-sm-25 {
21219
21607
  width: 25% !important;
21220
21608
  }
@@ -23184,6 +23572,192 @@ react-datepicker__navigation
23184
23572
  .text-sm-center {
23185
23573
  text-align: center !important;
23186
23574
  }
23575
+ .text-opacity-sm-25 {
23576
+ --bs-text-opacity: 0.25;
23577
+ }
23578
+ .text-opacity-sm-50 {
23579
+ --bs-text-opacity: 0.5;
23580
+ }
23581
+ .text-opacity-sm-75 {
23582
+ --bs-text-opacity: 0.75;
23583
+ }
23584
+ .text-opacity-sm-100 {
23585
+ --bs-text-opacity: 1;
23586
+ }
23587
+ .text-opacity-sm-40 {
23588
+ --bs-text-opacity: 0.4;
23589
+ }
23590
+ .rounded-sm {
23591
+ border-radius: var(--bs-border-radius) !important;
23592
+ }
23593
+ .rounded-sm-0 {
23594
+ border-radius: 0 !important;
23595
+ }
23596
+ .rounded-sm-1 {
23597
+ border-radius: var(--bs-border-radius-sm) !important;
23598
+ }
23599
+ .rounded-sm-2 {
23600
+ border-radius: var(--bs-border-radius) !important;
23601
+ }
23602
+ .rounded-sm-3 {
23603
+ border-radius: var(--bs-border-radius-lg) !important;
23604
+ }
23605
+ .rounded-sm-4 {
23606
+ border-radius: var(--bs-border-radius-xl) !important;
23607
+ }
23608
+ .rounded-sm-5 {
23609
+ border-radius: var(--bs-border-radius-xxl) !important;
23610
+ }
23611
+ .rounded-sm-circle {
23612
+ border-radius: 50% !important;
23613
+ }
23614
+ .rounded-sm-pill {
23615
+ border-radius: var(--bs-border-radius-pill) !important;
23616
+ }
23617
+ .rounded-top-sm {
23618
+ border-top-left-radius: var(--bs-border-radius) !important;
23619
+ border-top-right-radius: var(--bs-border-radius) !important;
23620
+ }
23621
+ .rounded-top-sm-0 {
23622
+ border-top-left-radius: 0 !important;
23623
+ border-top-right-radius: 0 !important;
23624
+ }
23625
+ .rounded-top-sm-1 {
23626
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
23627
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
23628
+ }
23629
+ .rounded-top-sm-2 {
23630
+ border-top-left-radius: var(--bs-border-radius) !important;
23631
+ border-top-right-radius: var(--bs-border-radius) !important;
23632
+ }
23633
+ .rounded-top-sm-3 {
23634
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
23635
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
23636
+ }
23637
+ .rounded-top-sm-4 {
23638
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
23639
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
23640
+ }
23641
+ .rounded-top-sm-5 {
23642
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
23643
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
23644
+ }
23645
+ .rounded-top-sm-circle {
23646
+ border-top-left-radius: 50% !important;
23647
+ border-top-right-radius: 50% !important;
23648
+ }
23649
+ .rounded-top-sm-pill {
23650
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
23651
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
23652
+ }
23653
+ .rounded-end-sm {
23654
+ border-top-right-radius: var(--bs-border-radius) !important;
23655
+ border-bottom-right-radius: var(--bs-border-radius) !important;
23656
+ }
23657
+ .rounded-end-sm-0 {
23658
+ border-top-right-radius: 0 !important;
23659
+ border-bottom-right-radius: 0 !important;
23660
+ }
23661
+ .rounded-end-sm-1 {
23662
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
23663
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
23664
+ }
23665
+ .rounded-end-sm-2 {
23666
+ border-top-right-radius: var(--bs-border-radius) !important;
23667
+ border-bottom-right-radius: var(--bs-border-radius) !important;
23668
+ }
23669
+ .rounded-end-sm-3 {
23670
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
23671
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
23672
+ }
23673
+ .rounded-end-sm-4 {
23674
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
23675
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
23676
+ }
23677
+ .rounded-end-sm-5 {
23678
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
23679
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
23680
+ }
23681
+ .rounded-end-sm-circle {
23682
+ border-top-right-radius: 50% !important;
23683
+ border-bottom-right-radius: 50% !important;
23684
+ }
23685
+ .rounded-end-sm-pill {
23686
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
23687
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
23688
+ }
23689
+ .rounded-bottom-sm {
23690
+ border-bottom-right-radius: var(--bs-border-radius) !important;
23691
+ border-bottom-left-radius: var(--bs-border-radius) !important;
23692
+ }
23693
+ .rounded-bottom-sm-0 {
23694
+ border-bottom-right-radius: 0 !important;
23695
+ border-bottom-left-radius: 0 !important;
23696
+ }
23697
+ .rounded-bottom-sm-1 {
23698
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
23699
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
23700
+ }
23701
+ .rounded-bottom-sm-2 {
23702
+ border-bottom-right-radius: var(--bs-border-radius) !important;
23703
+ border-bottom-left-radius: var(--bs-border-radius) !important;
23704
+ }
23705
+ .rounded-bottom-sm-3 {
23706
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
23707
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
23708
+ }
23709
+ .rounded-bottom-sm-4 {
23710
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
23711
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
23712
+ }
23713
+ .rounded-bottom-sm-5 {
23714
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
23715
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
23716
+ }
23717
+ .rounded-bottom-sm-circle {
23718
+ border-bottom-right-radius: 50% !important;
23719
+ border-bottom-left-radius: 50% !important;
23720
+ }
23721
+ .rounded-bottom-sm-pill {
23722
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
23723
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
23724
+ }
23725
+ .rounded-start-sm {
23726
+ border-bottom-left-radius: var(--bs-border-radius) !important;
23727
+ border-top-left-radius: var(--bs-border-radius) !important;
23728
+ }
23729
+ .rounded-start-sm-0 {
23730
+ border-bottom-left-radius: 0 !important;
23731
+ border-top-left-radius: 0 !important;
23732
+ }
23733
+ .rounded-start-sm-1 {
23734
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
23735
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
23736
+ }
23737
+ .rounded-start-sm-2 {
23738
+ border-bottom-left-radius: var(--bs-border-radius) !important;
23739
+ border-top-left-radius: var(--bs-border-radius) !important;
23740
+ }
23741
+ .rounded-start-sm-3 {
23742
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
23743
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
23744
+ }
23745
+ .rounded-start-sm-4 {
23746
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
23747
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
23748
+ }
23749
+ .rounded-start-sm-5 {
23750
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
23751
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
23752
+ }
23753
+ .rounded-start-sm-circle {
23754
+ border-bottom-left-radius: 50% !important;
23755
+ border-top-left-radius: 50% !important;
23756
+ }
23757
+ .rounded-start-sm-pill {
23758
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
23759
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
23760
+ }
23187
23761
  .g-col-sm-13 {
23188
23762
  grid-column: auto/span 13 !important;
23189
23763
  }
@@ -23356,6 +23930,18 @@ react-datepicker__navigation
23356
23930
  .d-md-table-header-group {
23357
23931
  display: table-header-group !important;
23358
23932
  }
23933
+ .shadow-md {
23934
+ box-shadow: var(--bs-box-shadow) !important;
23935
+ }
23936
+ .shadow-md-sm {
23937
+ box-shadow: var(--bs-box-shadow-sm) !important;
23938
+ }
23939
+ .shadow-md-lg {
23940
+ box-shadow: var(--bs-box-shadow-lg) !important;
23941
+ }
23942
+ .shadow-md-none {
23943
+ box-shadow: none !important;
23944
+ }
23359
23945
  .position-md-static {
23360
23946
  position: static !important;
23361
23947
  }
@@ -23372,6 +23958,174 @@ react-datepicker__navigation
23372
23958
  position: -webkit-sticky !important;
23373
23959
  position: sticky !important;
23374
23960
  }
23961
+ .border-md {
23962
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
23963
+ }
23964
+ .border-md-0 {
23965
+ border: 0 !important;
23966
+ }
23967
+ .border-top-md {
23968
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
23969
+ }
23970
+ .border-top-md-0 {
23971
+ border-top: 0 !important;
23972
+ }
23973
+ .border-end-md {
23974
+ border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
23975
+ }
23976
+ .border-end-md-0 {
23977
+ border-right: 0 !important;
23978
+ }
23979
+ .border-bottom-md {
23980
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
23981
+ }
23982
+ .border-bottom-md-0 {
23983
+ border-bottom: 0 !important;
23984
+ }
23985
+ .border-start-md {
23986
+ border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
23987
+ }
23988
+ .border-start-md-0 {
23989
+ border-left: 0 !important;
23990
+ }
23991
+ .border-md-primary {
23992
+ --bs-border-opacity: 1;
23993
+ border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
23994
+ }
23995
+ .border-md-secondary {
23996
+ --bs-border-opacity: 1;
23997
+ border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
23998
+ }
23999
+ .border-md-success {
24000
+ --bs-border-opacity: 1;
24001
+ border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
24002
+ }
24003
+ .border-md-info {
24004
+ --bs-border-opacity: 1;
24005
+ border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
24006
+ }
24007
+ .border-md-warning {
24008
+ --bs-border-opacity: 1;
24009
+ border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
24010
+ }
24011
+ .border-md-danger {
24012
+ --bs-border-opacity: 1;
24013
+ border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
24014
+ }
24015
+ .border-md-light {
24016
+ --bs-border-opacity: 1;
24017
+ border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
24018
+ }
24019
+ .border-md-dark {
24020
+ --bs-border-opacity: 1;
24021
+ border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
24022
+ }
24023
+ .border-md-indigo {
24024
+ --bs-border-opacity: 1;
24025
+ border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
24026
+ }
24027
+ .border-md-purple {
24028
+ --bs-border-opacity: 1;
24029
+ border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
24030
+ }
24031
+ .border-md-pink {
24032
+ --bs-border-opacity: 1;
24033
+ border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
24034
+ }
24035
+ .border-md-red {
24036
+ --bs-border-opacity: 1;
24037
+ border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
24038
+ }
24039
+ .border-md-orange {
24040
+ --bs-border-opacity: 1;
24041
+ border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
24042
+ }
24043
+ .border-md-yellow {
24044
+ --bs-border-opacity: 1;
24045
+ border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
24046
+ }
24047
+ .border-md-green {
24048
+ --bs-border-opacity: 1;
24049
+ border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
24050
+ }
24051
+ .border-md-teal {
24052
+ --bs-border-opacity: 1;
24053
+ border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
24054
+ }
24055
+ .border-md-cyan {
24056
+ --bs-border-opacity: 1;
24057
+ border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
24058
+ }
24059
+ .border-md-black {
24060
+ --bs-border-opacity: 1;
24061
+ border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
24062
+ }
24063
+ .border-md-white {
24064
+ --bs-border-opacity: 1;
24065
+ border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
24066
+ }
24067
+ .border-md-gray-25 {
24068
+ --bs-border-opacity: 1;
24069
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
24070
+ }
24071
+ .border-md-gray-50 {
24072
+ --bs-border-opacity: 1;
24073
+ border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
24074
+ }
24075
+ .border-md-gray-100 {
24076
+ --bs-border-opacity: 1;
24077
+ border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
24078
+ }
24079
+ .border-md-gray-200 {
24080
+ --bs-border-opacity: 1;
24081
+ border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
24082
+ }
24083
+ .border-md-gray-300 {
24084
+ --bs-border-opacity: 1;
24085
+ border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
24086
+ }
24087
+ .border-md-gray-400 {
24088
+ --bs-border-opacity: 1;
24089
+ border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
24090
+ }
24091
+ .border-md-gray-500 {
24092
+ --bs-border-opacity: 1;
24093
+ border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
24094
+ }
24095
+ .border-md-gray-600 {
24096
+ --bs-border-opacity: 1;
24097
+ border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
24098
+ }
24099
+ .border-md-gray-700 {
24100
+ --bs-border-opacity: 1;
24101
+ border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
24102
+ }
24103
+ .border-md-gray-800 {
24104
+ --bs-border-opacity: 1;
24105
+ border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
24106
+ }
24107
+ .border-md-gray-900 {
24108
+ --bs-border-opacity: 1;
24109
+ border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
24110
+ }
24111
+ .border-md-1 {
24112
+ border-width: var(--bs-border-width) !important;
24113
+ }
24114
+ .border-md-2 {
24115
+ border-width: calc(var(--bs-border-width) * 2) !important;
24116
+ }
24117
+ .border-md-3 {
24118
+ border-width: calc(var(--bs-border-width) * 3) !important;
24119
+ }
24120
+ .border-md-4 {
24121
+ border-width: calc(var(--bs-border-width) * 4) !important;
24122
+ }
24123
+ .border-md-5 {
24124
+ border-width: calc(var(--bs-border-width) * 5) !important;
24125
+ }
24126
+ .border-md-6 {
24127
+ border-width: calc(var(--bs-border-width) * 6) !important;
24128
+ }
23375
24129
  .w-md-25 {
23376
24130
  width: 25% !important;
23377
24131
  }
@@ -25341,6 +26095,192 @@ react-datepicker__navigation
25341
26095
  .text-md-center {
25342
26096
  text-align: center !important;
25343
26097
  }
26098
+ .text-opacity-md-25 {
26099
+ --bs-text-opacity: 0.25;
26100
+ }
26101
+ .text-opacity-md-50 {
26102
+ --bs-text-opacity: 0.5;
26103
+ }
26104
+ .text-opacity-md-75 {
26105
+ --bs-text-opacity: 0.75;
26106
+ }
26107
+ .text-opacity-md-100 {
26108
+ --bs-text-opacity: 1;
26109
+ }
26110
+ .text-opacity-md-40 {
26111
+ --bs-text-opacity: 0.4;
26112
+ }
26113
+ .rounded-md {
26114
+ border-radius: var(--bs-border-radius) !important;
26115
+ }
26116
+ .rounded-md-0 {
26117
+ border-radius: 0 !important;
26118
+ }
26119
+ .rounded-md-1 {
26120
+ border-radius: var(--bs-border-radius-sm) !important;
26121
+ }
26122
+ .rounded-md-2 {
26123
+ border-radius: var(--bs-border-radius) !important;
26124
+ }
26125
+ .rounded-md-3 {
26126
+ border-radius: var(--bs-border-radius-lg) !important;
26127
+ }
26128
+ .rounded-md-4 {
26129
+ border-radius: var(--bs-border-radius-xl) !important;
26130
+ }
26131
+ .rounded-md-5 {
26132
+ border-radius: var(--bs-border-radius-xxl) !important;
26133
+ }
26134
+ .rounded-md-circle {
26135
+ border-radius: 50% !important;
26136
+ }
26137
+ .rounded-md-pill {
26138
+ border-radius: var(--bs-border-radius-pill) !important;
26139
+ }
26140
+ .rounded-top-md {
26141
+ border-top-left-radius: var(--bs-border-radius) !important;
26142
+ border-top-right-radius: var(--bs-border-radius) !important;
26143
+ }
26144
+ .rounded-top-md-0 {
26145
+ border-top-left-radius: 0 !important;
26146
+ border-top-right-radius: 0 !important;
26147
+ }
26148
+ .rounded-top-md-1 {
26149
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
26150
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
26151
+ }
26152
+ .rounded-top-md-2 {
26153
+ border-top-left-radius: var(--bs-border-radius) !important;
26154
+ border-top-right-radius: var(--bs-border-radius) !important;
26155
+ }
26156
+ .rounded-top-md-3 {
26157
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
26158
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
26159
+ }
26160
+ .rounded-top-md-4 {
26161
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
26162
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
26163
+ }
26164
+ .rounded-top-md-5 {
26165
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
26166
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
26167
+ }
26168
+ .rounded-top-md-circle {
26169
+ border-top-left-radius: 50% !important;
26170
+ border-top-right-radius: 50% !important;
26171
+ }
26172
+ .rounded-top-md-pill {
26173
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
26174
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
26175
+ }
26176
+ .rounded-end-md {
26177
+ border-top-right-radius: var(--bs-border-radius) !important;
26178
+ border-bottom-right-radius: var(--bs-border-radius) !important;
26179
+ }
26180
+ .rounded-end-md-0 {
26181
+ border-top-right-radius: 0 !important;
26182
+ border-bottom-right-radius: 0 !important;
26183
+ }
26184
+ .rounded-end-md-1 {
26185
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
26186
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
26187
+ }
26188
+ .rounded-end-md-2 {
26189
+ border-top-right-radius: var(--bs-border-radius) !important;
26190
+ border-bottom-right-radius: var(--bs-border-radius) !important;
26191
+ }
26192
+ .rounded-end-md-3 {
26193
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
26194
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
26195
+ }
26196
+ .rounded-end-md-4 {
26197
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
26198
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
26199
+ }
26200
+ .rounded-end-md-5 {
26201
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
26202
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
26203
+ }
26204
+ .rounded-end-md-circle {
26205
+ border-top-right-radius: 50% !important;
26206
+ border-bottom-right-radius: 50% !important;
26207
+ }
26208
+ .rounded-end-md-pill {
26209
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
26210
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
26211
+ }
26212
+ .rounded-bottom-md {
26213
+ border-bottom-right-radius: var(--bs-border-radius) !important;
26214
+ border-bottom-left-radius: var(--bs-border-radius) !important;
26215
+ }
26216
+ .rounded-bottom-md-0 {
26217
+ border-bottom-right-radius: 0 !important;
26218
+ border-bottom-left-radius: 0 !important;
26219
+ }
26220
+ .rounded-bottom-md-1 {
26221
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
26222
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
26223
+ }
26224
+ .rounded-bottom-md-2 {
26225
+ border-bottom-right-radius: var(--bs-border-radius) !important;
26226
+ border-bottom-left-radius: var(--bs-border-radius) !important;
26227
+ }
26228
+ .rounded-bottom-md-3 {
26229
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
26230
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
26231
+ }
26232
+ .rounded-bottom-md-4 {
26233
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
26234
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
26235
+ }
26236
+ .rounded-bottom-md-5 {
26237
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
26238
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
26239
+ }
26240
+ .rounded-bottom-md-circle {
26241
+ border-bottom-right-radius: 50% !important;
26242
+ border-bottom-left-radius: 50% !important;
26243
+ }
26244
+ .rounded-bottom-md-pill {
26245
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
26246
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
26247
+ }
26248
+ .rounded-start-md {
26249
+ border-bottom-left-radius: var(--bs-border-radius) !important;
26250
+ border-top-left-radius: var(--bs-border-radius) !important;
26251
+ }
26252
+ .rounded-start-md-0 {
26253
+ border-bottom-left-radius: 0 !important;
26254
+ border-top-left-radius: 0 !important;
26255
+ }
26256
+ .rounded-start-md-1 {
26257
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
26258
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
26259
+ }
26260
+ .rounded-start-md-2 {
26261
+ border-bottom-left-radius: var(--bs-border-radius) !important;
26262
+ border-top-left-radius: var(--bs-border-radius) !important;
26263
+ }
26264
+ .rounded-start-md-3 {
26265
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
26266
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
26267
+ }
26268
+ .rounded-start-md-4 {
26269
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
26270
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
26271
+ }
26272
+ .rounded-start-md-5 {
26273
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
26274
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
26275
+ }
26276
+ .rounded-start-md-circle {
26277
+ border-bottom-left-radius: 50% !important;
26278
+ border-top-left-radius: 50% !important;
26279
+ }
26280
+ .rounded-start-md-pill {
26281
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
26282
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
26283
+ }
25344
26284
  .g-col-md-13 {
25345
26285
  grid-column: auto/span 13 !important;
25346
26286
  }
@@ -25513,6 +26453,18 @@ react-datepicker__navigation
25513
26453
  .d-lg-table-header-group {
25514
26454
  display: table-header-group !important;
25515
26455
  }
26456
+ .shadow-lg {
26457
+ box-shadow: var(--bs-box-shadow) !important;
26458
+ }
26459
+ .shadow-lg-sm {
26460
+ box-shadow: var(--bs-box-shadow-sm) !important;
26461
+ }
26462
+ .shadow-lg-lg {
26463
+ box-shadow: var(--bs-box-shadow-lg) !important;
26464
+ }
26465
+ .shadow-lg-none {
26466
+ box-shadow: none !important;
26467
+ }
25516
26468
  .position-lg-static {
25517
26469
  position: static !important;
25518
26470
  }
@@ -25529,6 +26481,174 @@ react-datepicker__navigation
25529
26481
  position: -webkit-sticky !important;
25530
26482
  position: sticky !important;
25531
26483
  }
26484
+ .border-lg {
26485
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
26486
+ }
26487
+ .border-lg-0 {
26488
+ border: 0 !important;
26489
+ }
26490
+ .border-top-lg {
26491
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
26492
+ }
26493
+ .border-top-lg-0 {
26494
+ border-top: 0 !important;
26495
+ }
26496
+ .border-end-lg {
26497
+ border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
26498
+ }
26499
+ .border-end-lg-0 {
26500
+ border-right: 0 !important;
26501
+ }
26502
+ .border-bottom-lg {
26503
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
26504
+ }
26505
+ .border-bottom-lg-0 {
26506
+ border-bottom: 0 !important;
26507
+ }
26508
+ .border-start-lg {
26509
+ border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
26510
+ }
26511
+ .border-start-lg-0 {
26512
+ border-left: 0 !important;
26513
+ }
26514
+ .border-lg-primary {
26515
+ --bs-border-opacity: 1;
26516
+ border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
26517
+ }
26518
+ .border-lg-secondary {
26519
+ --bs-border-opacity: 1;
26520
+ border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
26521
+ }
26522
+ .border-lg-success {
26523
+ --bs-border-opacity: 1;
26524
+ border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
26525
+ }
26526
+ .border-lg-info {
26527
+ --bs-border-opacity: 1;
26528
+ border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
26529
+ }
26530
+ .border-lg-warning {
26531
+ --bs-border-opacity: 1;
26532
+ border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
26533
+ }
26534
+ .border-lg-danger {
26535
+ --bs-border-opacity: 1;
26536
+ border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
26537
+ }
26538
+ .border-lg-light {
26539
+ --bs-border-opacity: 1;
26540
+ border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
26541
+ }
26542
+ .border-lg-dark {
26543
+ --bs-border-opacity: 1;
26544
+ border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
26545
+ }
26546
+ .border-lg-indigo {
26547
+ --bs-border-opacity: 1;
26548
+ border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
26549
+ }
26550
+ .border-lg-purple {
26551
+ --bs-border-opacity: 1;
26552
+ border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
26553
+ }
26554
+ .border-lg-pink {
26555
+ --bs-border-opacity: 1;
26556
+ border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
26557
+ }
26558
+ .border-lg-red {
26559
+ --bs-border-opacity: 1;
26560
+ border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
26561
+ }
26562
+ .border-lg-orange {
26563
+ --bs-border-opacity: 1;
26564
+ border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
26565
+ }
26566
+ .border-lg-yellow {
26567
+ --bs-border-opacity: 1;
26568
+ border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
26569
+ }
26570
+ .border-lg-green {
26571
+ --bs-border-opacity: 1;
26572
+ border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
26573
+ }
26574
+ .border-lg-teal {
26575
+ --bs-border-opacity: 1;
26576
+ border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
26577
+ }
26578
+ .border-lg-cyan {
26579
+ --bs-border-opacity: 1;
26580
+ border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
26581
+ }
26582
+ .border-lg-black {
26583
+ --bs-border-opacity: 1;
26584
+ border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
26585
+ }
26586
+ .border-lg-white {
26587
+ --bs-border-opacity: 1;
26588
+ border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
26589
+ }
26590
+ .border-lg-gray-25 {
26591
+ --bs-border-opacity: 1;
26592
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
26593
+ }
26594
+ .border-lg-gray-50 {
26595
+ --bs-border-opacity: 1;
26596
+ border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
26597
+ }
26598
+ .border-lg-gray-100 {
26599
+ --bs-border-opacity: 1;
26600
+ border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
26601
+ }
26602
+ .border-lg-gray-200 {
26603
+ --bs-border-opacity: 1;
26604
+ border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
26605
+ }
26606
+ .border-lg-gray-300 {
26607
+ --bs-border-opacity: 1;
26608
+ border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
26609
+ }
26610
+ .border-lg-gray-400 {
26611
+ --bs-border-opacity: 1;
26612
+ border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
26613
+ }
26614
+ .border-lg-gray-500 {
26615
+ --bs-border-opacity: 1;
26616
+ border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
26617
+ }
26618
+ .border-lg-gray-600 {
26619
+ --bs-border-opacity: 1;
26620
+ border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
26621
+ }
26622
+ .border-lg-gray-700 {
26623
+ --bs-border-opacity: 1;
26624
+ border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
26625
+ }
26626
+ .border-lg-gray-800 {
26627
+ --bs-border-opacity: 1;
26628
+ border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
26629
+ }
26630
+ .border-lg-gray-900 {
26631
+ --bs-border-opacity: 1;
26632
+ border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
26633
+ }
26634
+ .border-lg-1 {
26635
+ border-width: var(--bs-border-width) !important;
26636
+ }
26637
+ .border-lg-2 {
26638
+ border-width: calc(var(--bs-border-width) * 2) !important;
26639
+ }
26640
+ .border-lg-3 {
26641
+ border-width: calc(var(--bs-border-width) * 3) !important;
26642
+ }
26643
+ .border-lg-4 {
26644
+ border-width: calc(var(--bs-border-width) * 4) !important;
26645
+ }
26646
+ .border-lg-5 {
26647
+ border-width: calc(var(--bs-border-width) * 5) !important;
26648
+ }
26649
+ .border-lg-6 {
26650
+ border-width: calc(var(--bs-border-width) * 6) !important;
26651
+ }
25532
26652
  .w-lg-25 {
25533
26653
  width: 25% !important;
25534
26654
  }
@@ -27498,6 +28618,192 @@ react-datepicker__navigation
27498
28618
  .text-lg-center {
27499
28619
  text-align: center !important;
27500
28620
  }
28621
+ .text-opacity-lg-25 {
28622
+ --bs-text-opacity: 0.25;
28623
+ }
28624
+ .text-opacity-lg-50 {
28625
+ --bs-text-opacity: 0.5;
28626
+ }
28627
+ .text-opacity-lg-75 {
28628
+ --bs-text-opacity: 0.75;
28629
+ }
28630
+ .text-opacity-lg-100 {
28631
+ --bs-text-opacity: 1;
28632
+ }
28633
+ .text-opacity-lg-40 {
28634
+ --bs-text-opacity: 0.4;
28635
+ }
28636
+ .rounded-lg {
28637
+ border-radius: var(--bs-border-radius) !important;
28638
+ }
28639
+ .rounded-lg-0 {
28640
+ border-radius: 0 !important;
28641
+ }
28642
+ .rounded-lg-1 {
28643
+ border-radius: var(--bs-border-radius-sm) !important;
28644
+ }
28645
+ .rounded-lg-2 {
28646
+ border-radius: var(--bs-border-radius) !important;
28647
+ }
28648
+ .rounded-lg-3 {
28649
+ border-radius: var(--bs-border-radius-lg) !important;
28650
+ }
28651
+ .rounded-lg-4 {
28652
+ border-radius: var(--bs-border-radius-xl) !important;
28653
+ }
28654
+ .rounded-lg-5 {
28655
+ border-radius: var(--bs-border-radius-xxl) !important;
28656
+ }
28657
+ .rounded-lg-circle {
28658
+ border-radius: 50% !important;
28659
+ }
28660
+ .rounded-lg-pill {
28661
+ border-radius: var(--bs-border-radius-pill) !important;
28662
+ }
28663
+ .rounded-top-lg {
28664
+ border-top-left-radius: var(--bs-border-radius) !important;
28665
+ border-top-right-radius: var(--bs-border-radius) !important;
28666
+ }
28667
+ .rounded-top-lg-0 {
28668
+ border-top-left-radius: 0 !important;
28669
+ border-top-right-radius: 0 !important;
28670
+ }
28671
+ .rounded-top-lg-1 {
28672
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
28673
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
28674
+ }
28675
+ .rounded-top-lg-2 {
28676
+ border-top-left-radius: var(--bs-border-radius) !important;
28677
+ border-top-right-radius: var(--bs-border-radius) !important;
28678
+ }
28679
+ .rounded-top-lg-3 {
28680
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
28681
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
28682
+ }
28683
+ .rounded-top-lg-4 {
28684
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
28685
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
28686
+ }
28687
+ .rounded-top-lg-5 {
28688
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
28689
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
28690
+ }
28691
+ .rounded-top-lg-circle {
28692
+ border-top-left-radius: 50% !important;
28693
+ border-top-right-radius: 50% !important;
28694
+ }
28695
+ .rounded-top-lg-pill {
28696
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
28697
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
28698
+ }
28699
+ .rounded-end-lg {
28700
+ border-top-right-radius: var(--bs-border-radius) !important;
28701
+ border-bottom-right-radius: var(--bs-border-radius) !important;
28702
+ }
28703
+ .rounded-end-lg-0 {
28704
+ border-top-right-radius: 0 !important;
28705
+ border-bottom-right-radius: 0 !important;
28706
+ }
28707
+ .rounded-end-lg-1 {
28708
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
28709
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
28710
+ }
28711
+ .rounded-end-lg-2 {
28712
+ border-top-right-radius: var(--bs-border-radius) !important;
28713
+ border-bottom-right-radius: var(--bs-border-radius) !important;
28714
+ }
28715
+ .rounded-end-lg-3 {
28716
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
28717
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
28718
+ }
28719
+ .rounded-end-lg-4 {
28720
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
28721
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
28722
+ }
28723
+ .rounded-end-lg-5 {
28724
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
28725
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
28726
+ }
28727
+ .rounded-end-lg-circle {
28728
+ border-top-right-radius: 50% !important;
28729
+ border-bottom-right-radius: 50% !important;
28730
+ }
28731
+ .rounded-end-lg-pill {
28732
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
28733
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
28734
+ }
28735
+ .rounded-bottom-lg {
28736
+ border-bottom-right-radius: var(--bs-border-radius) !important;
28737
+ border-bottom-left-radius: var(--bs-border-radius) !important;
28738
+ }
28739
+ .rounded-bottom-lg-0 {
28740
+ border-bottom-right-radius: 0 !important;
28741
+ border-bottom-left-radius: 0 !important;
28742
+ }
28743
+ .rounded-bottom-lg-1 {
28744
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
28745
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
28746
+ }
28747
+ .rounded-bottom-lg-2 {
28748
+ border-bottom-right-radius: var(--bs-border-radius) !important;
28749
+ border-bottom-left-radius: var(--bs-border-radius) !important;
28750
+ }
28751
+ .rounded-bottom-lg-3 {
28752
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
28753
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
28754
+ }
28755
+ .rounded-bottom-lg-4 {
28756
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
28757
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
28758
+ }
28759
+ .rounded-bottom-lg-5 {
28760
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
28761
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
28762
+ }
28763
+ .rounded-bottom-lg-circle {
28764
+ border-bottom-right-radius: 50% !important;
28765
+ border-bottom-left-radius: 50% !important;
28766
+ }
28767
+ .rounded-bottom-lg-pill {
28768
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
28769
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
28770
+ }
28771
+ .rounded-start-lg {
28772
+ border-bottom-left-radius: var(--bs-border-radius) !important;
28773
+ border-top-left-radius: var(--bs-border-radius) !important;
28774
+ }
28775
+ .rounded-start-lg-0 {
28776
+ border-bottom-left-radius: 0 !important;
28777
+ border-top-left-radius: 0 !important;
28778
+ }
28779
+ .rounded-start-lg-1 {
28780
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
28781
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
28782
+ }
28783
+ .rounded-start-lg-2 {
28784
+ border-bottom-left-radius: var(--bs-border-radius) !important;
28785
+ border-top-left-radius: var(--bs-border-radius) !important;
28786
+ }
28787
+ .rounded-start-lg-3 {
28788
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
28789
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
28790
+ }
28791
+ .rounded-start-lg-4 {
28792
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
28793
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
28794
+ }
28795
+ .rounded-start-lg-5 {
28796
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
28797
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
28798
+ }
28799
+ .rounded-start-lg-circle {
28800
+ border-bottom-left-radius: 50% !important;
28801
+ border-top-left-radius: 50% !important;
28802
+ }
28803
+ .rounded-start-lg-pill {
28804
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
28805
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
28806
+ }
27501
28807
  .g-col-lg-13 {
27502
28808
  grid-column: auto/span 13 !important;
27503
28809
  }
@@ -27670,6 +28976,18 @@ react-datepicker__navigation
27670
28976
  .d-xl-table-header-group {
27671
28977
  display: table-header-group !important;
27672
28978
  }
28979
+ .shadow-xl {
28980
+ box-shadow: var(--bs-box-shadow) !important;
28981
+ }
28982
+ .shadow-xl-sm {
28983
+ box-shadow: var(--bs-box-shadow-sm) !important;
28984
+ }
28985
+ .shadow-xl-lg {
28986
+ box-shadow: var(--bs-box-shadow-lg) !important;
28987
+ }
28988
+ .shadow-xl-none {
28989
+ box-shadow: none !important;
28990
+ }
27673
28991
  .position-xl-static {
27674
28992
  position: static !important;
27675
28993
  }
@@ -27686,6 +29004,174 @@ react-datepicker__navigation
27686
29004
  position: -webkit-sticky !important;
27687
29005
  position: sticky !important;
27688
29006
  }
29007
+ .border-xl {
29008
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
29009
+ }
29010
+ .border-xl-0 {
29011
+ border: 0 !important;
29012
+ }
29013
+ .border-top-xl {
29014
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
29015
+ }
29016
+ .border-top-xl-0 {
29017
+ border-top: 0 !important;
29018
+ }
29019
+ .border-end-xl {
29020
+ border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
29021
+ }
29022
+ .border-end-xl-0 {
29023
+ border-right: 0 !important;
29024
+ }
29025
+ .border-bottom-xl {
29026
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
29027
+ }
29028
+ .border-bottom-xl-0 {
29029
+ border-bottom: 0 !important;
29030
+ }
29031
+ .border-start-xl {
29032
+ border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
29033
+ }
29034
+ .border-start-xl-0 {
29035
+ border-left: 0 !important;
29036
+ }
29037
+ .border-xl-primary {
29038
+ --bs-border-opacity: 1;
29039
+ border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
29040
+ }
29041
+ .border-xl-secondary {
29042
+ --bs-border-opacity: 1;
29043
+ border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
29044
+ }
29045
+ .border-xl-success {
29046
+ --bs-border-opacity: 1;
29047
+ border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
29048
+ }
29049
+ .border-xl-info {
29050
+ --bs-border-opacity: 1;
29051
+ border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
29052
+ }
29053
+ .border-xl-warning {
29054
+ --bs-border-opacity: 1;
29055
+ border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
29056
+ }
29057
+ .border-xl-danger {
29058
+ --bs-border-opacity: 1;
29059
+ border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
29060
+ }
29061
+ .border-xl-light {
29062
+ --bs-border-opacity: 1;
29063
+ border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
29064
+ }
29065
+ .border-xl-dark {
29066
+ --bs-border-opacity: 1;
29067
+ border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
29068
+ }
29069
+ .border-xl-indigo {
29070
+ --bs-border-opacity: 1;
29071
+ border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
29072
+ }
29073
+ .border-xl-purple {
29074
+ --bs-border-opacity: 1;
29075
+ border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
29076
+ }
29077
+ .border-xl-pink {
29078
+ --bs-border-opacity: 1;
29079
+ border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
29080
+ }
29081
+ .border-xl-red {
29082
+ --bs-border-opacity: 1;
29083
+ border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
29084
+ }
29085
+ .border-xl-orange {
29086
+ --bs-border-opacity: 1;
29087
+ border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
29088
+ }
29089
+ .border-xl-yellow {
29090
+ --bs-border-opacity: 1;
29091
+ border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
29092
+ }
29093
+ .border-xl-green {
29094
+ --bs-border-opacity: 1;
29095
+ border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
29096
+ }
29097
+ .border-xl-teal {
29098
+ --bs-border-opacity: 1;
29099
+ border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
29100
+ }
29101
+ .border-xl-cyan {
29102
+ --bs-border-opacity: 1;
29103
+ border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
29104
+ }
29105
+ .border-xl-black {
29106
+ --bs-border-opacity: 1;
29107
+ border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
29108
+ }
29109
+ .border-xl-white {
29110
+ --bs-border-opacity: 1;
29111
+ border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
29112
+ }
29113
+ .border-xl-gray-25 {
29114
+ --bs-border-opacity: 1;
29115
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
29116
+ }
29117
+ .border-xl-gray-50 {
29118
+ --bs-border-opacity: 1;
29119
+ border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
29120
+ }
29121
+ .border-xl-gray-100 {
29122
+ --bs-border-opacity: 1;
29123
+ border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
29124
+ }
29125
+ .border-xl-gray-200 {
29126
+ --bs-border-opacity: 1;
29127
+ border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
29128
+ }
29129
+ .border-xl-gray-300 {
29130
+ --bs-border-opacity: 1;
29131
+ border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
29132
+ }
29133
+ .border-xl-gray-400 {
29134
+ --bs-border-opacity: 1;
29135
+ border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
29136
+ }
29137
+ .border-xl-gray-500 {
29138
+ --bs-border-opacity: 1;
29139
+ border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
29140
+ }
29141
+ .border-xl-gray-600 {
29142
+ --bs-border-opacity: 1;
29143
+ border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
29144
+ }
29145
+ .border-xl-gray-700 {
29146
+ --bs-border-opacity: 1;
29147
+ border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
29148
+ }
29149
+ .border-xl-gray-800 {
29150
+ --bs-border-opacity: 1;
29151
+ border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
29152
+ }
29153
+ .border-xl-gray-900 {
29154
+ --bs-border-opacity: 1;
29155
+ border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
29156
+ }
29157
+ .border-xl-1 {
29158
+ border-width: var(--bs-border-width) !important;
29159
+ }
29160
+ .border-xl-2 {
29161
+ border-width: calc(var(--bs-border-width) * 2) !important;
29162
+ }
29163
+ .border-xl-3 {
29164
+ border-width: calc(var(--bs-border-width) * 3) !important;
29165
+ }
29166
+ .border-xl-4 {
29167
+ border-width: calc(var(--bs-border-width) * 4) !important;
29168
+ }
29169
+ .border-xl-5 {
29170
+ border-width: calc(var(--bs-border-width) * 5) !important;
29171
+ }
29172
+ .border-xl-6 {
29173
+ border-width: calc(var(--bs-border-width) * 6) !important;
29174
+ }
27689
29175
  .w-xl-25 {
27690
29176
  width: 25% !important;
27691
29177
  }
@@ -29655,6 +31141,192 @@ react-datepicker__navigation
29655
31141
  .text-xl-center {
29656
31142
  text-align: center !important;
29657
31143
  }
31144
+ .text-opacity-xl-25 {
31145
+ --bs-text-opacity: 0.25;
31146
+ }
31147
+ .text-opacity-xl-50 {
31148
+ --bs-text-opacity: 0.5;
31149
+ }
31150
+ .text-opacity-xl-75 {
31151
+ --bs-text-opacity: 0.75;
31152
+ }
31153
+ .text-opacity-xl-100 {
31154
+ --bs-text-opacity: 1;
31155
+ }
31156
+ .text-opacity-xl-40 {
31157
+ --bs-text-opacity: 0.4;
31158
+ }
31159
+ .rounded-xl {
31160
+ border-radius: var(--bs-border-radius) !important;
31161
+ }
31162
+ .rounded-xl-0 {
31163
+ border-radius: 0 !important;
31164
+ }
31165
+ .rounded-xl-1 {
31166
+ border-radius: var(--bs-border-radius-sm) !important;
31167
+ }
31168
+ .rounded-xl-2 {
31169
+ border-radius: var(--bs-border-radius) !important;
31170
+ }
31171
+ .rounded-xl-3 {
31172
+ border-radius: var(--bs-border-radius-lg) !important;
31173
+ }
31174
+ .rounded-xl-4 {
31175
+ border-radius: var(--bs-border-radius-xl) !important;
31176
+ }
31177
+ .rounded-xl-5 {
31178
+ border-radius: var(--bs-border-radius-xxl) !important;
31179
+ }
31180
+ .rounded-xl-circle {
31181
+ border-radius: 50% !important;
31182
+ }
31183
+ .rounded-xl-pill {
31184
+ border-radius: var(--bs-border-radius-pill) !important;
31185
+ }
31186
+ .rounded-top-xl {
31187
+ border-top-left-radius: var(--bs-border-radius) !important;
31188
+ border-top-right-radius: var(--bs-border-radius) !important;
31189
+ }
31190
+ .rounded-top-xl-0 {
31191
+ border-top-left-radius: 0 !important;
31192
+ border-top-right-radius: 0 !important;
31193
+ }
31194
+ .rounded-top-xl-1 {
31195
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
31196
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
31197
+ }
31198
+ .rounded-top-xl-2 {
31199
+ border-top-left-radius: var(--bs-border-radius) !important;
31200
+ border-top-right-radius: var(--bs-border-radius) !important;
31201
+ }
31202
+ .rounded-top-xl-3 {
31203
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
31204
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
31205
+ }
31206
+ .rounded-top-xl-4 {
31207
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
31208
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
31209
+ }
31210
+ .rounded-top-xl-5 {
31211
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
31212
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
31213
+ }
31214
+ .rounded-top-xl-circle {
31215
+ border-top-left-radius: 50% !important;
31216
+ border-top-right-radius: 50% !important;
31217
+ }
31218
+ .rounded-top-xl-pill {
31219
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
31220
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
31221
+ }
31222
+ .rounded-end-xl {
31223
+ border-top-right-radius: var(--bs-border-radius) !important;
31224
+ border-bottom-right-radius: var(--bs-border-radius) !important;
31225
+ }
31226
+ .rounded-end-xl-0 {
31227
+ border-top-right-radius: 0 !important;
31228
+ border-bottom-right-radius: 0 !important;
31229
+ }
31230
+ .rounded-end-xl-1 {
31231
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
31232
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
31233
+ }
31234
+ .rounded-end-xl-2 {
31235
+ border-top-right-radius: var(--bs-border-radius) !important;
31236
+ border-bottom-right-radius: var(--bs-border-radius) !important;
31237
+ }
31238
+ .rounded-end-xl-3 {
31239
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
31240
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
31241
+ }
31242
+ .rounded-end-xl-4 {
31243
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
31244
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
31245
+ }
31246
+ .rounded-end-xl-5 {
31247
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
31248
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
31249
+ }
31250
+ .rounded-end-xl-circle {
31251
+ border-top-right-radius: 50% !important;
31252
+ border-bottom-right-radius: 50% !important;
31253
+ }
31254
+ .rounded-end-xl-pill {
31255
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
31256
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
31257
+ }
31258
+ .rounded-bottom-xl {
31259
+ border-bottom-right-radius: var(--bs-border-radius) !important;
31260
+ border-bottom-left-radius: var(--bs-border-radius) !important;
31261
+ }
31262
+ .rounded-bottom-xl-0 {
31263
+ border-bottom-right-radius: 0 !important;
31264
+ border-bottom-left-radius: 0 !important;
31265
+ }
31266
+ .rounded-bottom-xl-1 {
31267
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
31268
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
31269
+ }
31270
+ .rounded-bottom-xl-2 {
31271
+ border-bottom-right-radius: var(--bs-border-radius) !important;
31272
+ border-bottom-left-radius: var(--bs-border-radius) !important;
31273
+ }
31274
+ .rounded-bottom-xl-3 {
31275
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
31276
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
31277
+ }
31278
+ .rounded-bottom-xl-4 {
31279
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
31280
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
31281
+ }
31282
+ .rounded-bottom-xl-5 {
31283
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
31284
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
31285
+ }
31286
+ .rounded-bottom-xl-circle {
31287
+ border-bottom-right-radius: 50% !important;
31288
+ border-bottom-left-radius: 50% !important;
31289
+ }
31290
+ .rounded-bottom-xl-pill {
31291
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
31292
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
31293
+ }
31294
+ .rounded-start-xl {
31295
+ border-bottom-left-radius: var(--bs-border-radius) !important;
31296
+ border-top-left-radius: var(--bs-border-radius) !important;
31297
+ }
31298
+ .rounded-start-xl-0 {
31299
+ border-bottom-left-radius: 0 !important;
31300
+ border-top-left-radius: 0 !important;
31301
+ }
31302
+ .rounded-start-xl-1 {
31303
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
31304
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
31305
+ }
31306
+ .rounded-start-xl-2 {
31307
+ border-bottom-left-radius: var(--bs-border-radius) !important;
31308
+ border-top-left-radius: var(--bs-border-radius) !important;
31309
+ }
31310
+ .rounded-start-xl-3 {
31311
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
31312
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
31313
+ }
31314
+ .rounded-start-xl-4 {
31315
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
31316
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
31317
+ }
31318
+ .rounded-start-xl-5 {
31319
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
31320
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
31321
+ }
31322
+ .rounded-start-xl-circle {
31323
+ border-bottom-left-radius: 50% !important;
31324
+ border-top-left-radius: 50% !important;
31325
+ }
31326
+ .rounded-start-xl-pill {
31327
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
31328
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
31329
+ }
29658
31330
  .g-col-xl-13 {
29659
31331
  grid-column: auto/span 13 !important;
29660
31332
  }
@@ -29827,6 +31499,18 @@ react-datepicker__navigation
29827
31499
  .d-xxl-table-header-group {
29828
31500
  display: table-header-group !important;
29829
31501
  }
31502
+ .shadow-xxl {
31503
+ box-shadow: var(--bs-box-shadow) !important;
31504
+ }
31505
+ .shadow-xxl-sm {
31506
+ box-shadow: var(--bs-box-shadow-sm) !important;
31507
+ }
31508
+ .shadow-xxl-lg {
31509
+ box-shadow: var(--bs-box-shadow-lg) !important;
31510
+ }
31511
+ .shadow-xxl-none {
31512
+ box-shadow: none !important;
31513
+ }
29830
31514
  .position-xxl-static {
29831
31515
  position: static !important;
29832
31516
  }
@@ -29843,6 +31527,174 @@ react-datepicker__navigation
29843
31527
  position: -webkit-sticky !important;
29844
31528
  position: sticky !important;
29845
31529
  }
31530
+ .border-xxl {
31531
+ border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
31532
+ }
31533
+ .border-xxl-0 {
31534
+ border: 0 !important;
31535
+ }
31536
+ .border-top-xxl {
31537
+ border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
31538
+ }
31539
+ .border-top-xxl-0 {
31540
+ border-top: 0 !important;
31541
+ }
31542
+ .border-end-xxl {
31543
+ border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
31544
+ }
31545
+ .border-end-xxl-0 {
31546
+ border-right: 0 !important;
31547
+ }
31548
+ .border-bottom-xxl {
31549
+ border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
31550
+ }
31551
+ .border-bottom-xxl-0 {
31552
+ border-bottom: 0 !important;
31553
+ }
31554
+ .border-start-xxl {
31555
+ border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
31556
+ }
31557
+ .border-start-xxl-0 {
31558
+ border-left: 0 !important;
31559
+ }
31560
+ .border-xxl-primary {
31561
+ --bs-border-opacity: 1;
31562
+ border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
31563
+ }
31564
+ .border-xxl-secondary {
31565
+ --bs-border-opacity: 1;
31566
+ border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
31567
+ }
31568
+ .border-xxl-success {
31569
+ --bs-border-opacity: 1;
31570
+ border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
31571
+ }
31572
+ .border-xxl-info {
31573
+ --bs-border-opacity: 1;
31574
+ border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
31575
+ }
31576
+ .border-xxl-warning {
31577
+ --bs-border-opacity: 1;
31578
+ border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
31579
+ }
31580
+ .border-xxl-danger {
31581
+ --bs-border-opacity: 1;
31582
+ border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
31583
+ }
31584
+ .border-xxl-light {
31585
+ --bs-border-opacity: 1;
31586
+ border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
31587
+ }
31588
+ .border-xxl-dark {
31589
+ --bs-border-opacity: 1;
31590
+ border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
31591
+ }
31592
+ .border-xxl-indigo {
31593
+ --bs-border-opacity: 1;
31594
+ border-color: rgba(var(--bs-indigo-rgb), var(--bs-border-opacity)) !important;
31595
+ }
31596
+ .border-xxl-purple {
31597
+ --bs-border-opacity: 1;
31598
+ border-color: rgba(var(--bs-purple-rgb), var(--bs-border-opacity)) !important;
31599
+ }
31600
+ .border-xxl-pink {
31601
+ --bs-border-opacity: 1;
31602
+ border-color: rgba(var(--bs-pink-rgb), var(--bs-border-opacity)) !important;
31603
+ }
31604
+ .border-xxl-red {
31605
+ --bs-border-opacity: 1;
31606
+ border-color: rgba(var(--bs-red-rgb), var(--bs-border-opacity)) !important;
31607
+ }
31608
+ .border-xxl-orange {
31609
+ --bs-border-opacity: 1;
31610
+ border-color: rgba(var(--bs-orange-rgb), var(--bs-border-opacity)) !important;
31611
+ }
31612
+ .border-xxl-yellow {
31613
+ --bs-border-opacity: 1;
31614
+ border-color: rgba(var(--bs-yellow-rgb), var(--bs-border-opacity)) !important;
31615
+ }
31616
+ .border-xxl-green {
31617
+ --bs-border-opacity: 1;
31618
+ border-color: rgba(var(--bs-green-rgb), var(--bs-border-opacity)) !important;
31619
+ }
31620
+ .border-xxl-teal {
31621
+ --bs-border-opacity: 1;
31622
+ border-color: rgba(var(--bs-teal-rgb), var(--bs-border-opacity)) !important;
31623
+ }
31624
+ .border-xxl-cyan {
31625
+ --bs-border-opacity: 1;
31626
+ border-color: rgba(var(--bs-cyan-rgb), var(--bs-border-opacity)) !important;
31627
+ }
31628
+ .border-xxl-black {
31629
+ --bs-border-opacity: 1;
31630
+ border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
31631
+ }
31632
+ .border-xxl-white {
31633
+ --bs-border-opacity: 1;
31634
+ border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
31635
+ }
31636
+ .border-xxl-gray-25 {
31637
+ --bs-border-opacity: 1;
31638
+ border-color: rgba(var(--bs-gray-25-rgb), var(--bs-border-opacity)) !important;
31639
+ }
31640
+ .border-xxl-gray-50 {
31641
+ --bs-border-opacity: 1;
31642
+ border-color: rgba(var(--bs-gray-50-rgb), var(--bs-border-opacity)) !important;
31643
+ }
31644
+ .border-xxl-gray-100 {
31645
+ --bs-border-opacity: 1;
31646
+ border-color: rgba(var(--bs-gray-100-rgb), var(--bs-border-opacity)) !important;
31647
+ }
31648
+ .border-xxl-gray-200 {
31649
+ --bs-border-opacity: 1;
31650
+ border-color: rgba(var(--bs-gray-200-rgb), var(--bs-border-opacity)) !important;
31651
+ }
31652
+ .border-xxl-gray-300 {
31653
+ --bs-border-opacity: 1;
31654
+ border-color: rgba(var(--bs-gray-300-rgb), var(--bs-border-opacity)) !important;
31655
+ }
31656
+ .border-xxl-gray-400 {
31657
+ --bs-border-opacity: 1;
31658
+ border-color: rgba(var(--bs-gray-400-rgb), var(--bs-border-opacity)) !important;
31659
+ }
31660
+ .border-xxl-gray-500 {
31661
+ --bs-border-opacity: 1;
31662
+ border-color: rgba(var(--bs-gray-500-rgb), var(--bs-border-opacity)) !important;
31663
+ }
31664
+ .border-xxl-gray-600 {
31665
+ --bs-border-opacity: 1;
31666
+ border-color: rgba(var(--bs-gray-600-rgb), var(--bs-border-opacity)) !important;
31667
+ }
31668
+ .border-xxl-gray-700 {
31669
+ --bs-border-opacity: 1;
31670
+ border-color: rgba(var(--bs-gray-700-rgb), var(--bs-border-opacity)) !important;
31671
+ }
31672
+ .border-xxl-gray-800 {
31673
+ --bs-border-opacity: 1;
31674
+ border-color: rgba(var(--bs-gray-800-rgb), var(--bs-border-opacity)) !important;
31675
+ }
31676
+ .border-xxl-gray-900 {
31677
+ --bs-border-opacity: 1;
31678
+ border-color: rgba(var(--bs-gray-900-rgb), var(--bs-border-opacity)) !important;
31679
+ }
31680
+ .border-xxl-1 {
31681
+ border-width: var(--bs-border-width) !important;
31682
+ }
31683
+ .border-xxl-2 {
31684
+ border-width: calc(var(--bs-border-width) * 2) !important;
31685
+ }
31686
+ .border-xxl-3 {
31687
+ border-width: calc(var(--bs-border-width) * 3) !important;
31688
+ }
31689
+ .border-xxl-4 {
31690
+ border-width: calc(var(--bs-border-width) * 4) !important;
31691
+ }
31692
+ .border-xxl-5 {
31693
+ border-width: calc(var(--bs-border-width) * 5) !important;
31694
+ }
31695
+ .border-xxl-6 {
31696
+ border-width: calc(var(--bs-border-width) * 6) !important;
31697
+ }
29846
31698
  .w-xxl-25 {
29847
31699
  width: 25% !important;
29848
31700
  }
@@ -31812,6 +33664,192 @@ react-datepicker__navigation
31812
33664
  .text-xxl-center {
31813
33665
  text-align: center !important;
31814
33666
  }
33667
+ .text-opacity-xxl-25 {
33668
+ --bs-text-opacity: 0.25;
33669
+ }
33670
+ .text-opacity-xxl-50 {
33671
+ --bs-text-opacity: 0.5;
33672
+ }
33673
+ .text-opacity-xxl-75 {
33674
+ --bs-text-opacity: 0.75;
33675
+ }
33676
+ .text-opacity-xxl-100 {
33677
+ --bs-text-opacity: 1;
33678
+ }
33679
+ .text-opacity-xxl-40 {
33680
+ --bs-text-opacity: 0.4;
33681
+ }
33682
+ .rounded-xxl {
33683
+ border-radius: var(--bs-border-radius) !important;
33684
+ }
33685
+ .rounded-xxl-0 {
33686
+ border-radius: 0 !important;
33687
+ }
33688
+ .rounded-xxl-1 {
33689
+ border-radius: var(--bs-border-radius-sm) !important;
33690
+ }
33691
+ .rounded-xxl-2 {
33692
+ border-radius: var(--bs-border-radius) !important;
33693
+ }
33694
+ .rounded-xxl-3 {
33695
+ border-radius: var(--bs-border-radius-lg) !important;
33696
+ }
33697
+ .rounded-xxl-4 {
33698
+ border-radius: var(--bs-border-radius-xl) !important;
33699
+ }
33700
+ .rounded-xxl-5 {
33701
+ border-radius: var(--bs-border-radius-xxl) !important;
33702
+ }
33703
+ .rounded-xxl-circle {
33704
+ border-radius: 50% !important;
33705
+ }
33706
+ .rounded-xxl-pill {
33707
+ border-radius: var(--bs-border-radius-pill) !important;
33708
+ }
33709
+ .rounded-top-xxl {
33710
+ border-top-left-radius: var(--bs-border-radius) !important;
33711
+ border-top-right-radius: var(--bs-border-radius) !important;
33712
+ }
33713
+ .rounded-top-xxl-0 {
33714
+ border-top-left-radius: 0 !important;
33715
+ border-top-right-radius: 0 !important;
33716
+ }
33717
+ .rounded-top-xxl-1 {
33718
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
33719
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
33720
+ }
33721
+ .rounded-top-xxl-2 {
33722
+ border-top-left-radius: var(--bs-border-radius) !important;
33723
+ border-top-right-radius: var(--bs-border-radius) !important;
33724
+ }
33725
+ .rounded-top-xxl-3 {
33726
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
33727
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
33728
+ }
33729
+ .rounded-top-xxl-4 {
33730
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
33731
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
33732
+ }
33733
+ .rounded-top-xxl-5 {
33734
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
33735
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
33736
+ }
33737
+ .rounded-top-xxl-circle {
33738
+ border-top-left-radius: 50% !important;
33739
+ border-top-right-radius: 50% !important;
33740
+ }
33741
+ .rounded-top-xxl-pill {
33742
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
33743
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
33744
+ }
33745
+ .rounded-end-xxl {
33746
+ border-top-right-radius: var(--bs-border-radius) !important;
33747
+ border-bottom-right-radius: var(--bs-border-radius) !important;
33748
+ }
33749
+ .rounded-end-xxl-0 {
33750
+ border-top-right-radius: 0 !important;
33751
+ border-bottom-right-radius: 0 !important;
33752
+ }
33753
+ .rounded-end-xxl-1 {
33754
+ border-top-right-radius: var(--bs-border-radius-sm) !important;
33755
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
33756
+ }
33757
+ .rounded-end-xxl-2 {
33758
+ border-top-right-radius: var(--bs-border-radius) !important;
33759
+ border-bottom-right-radius: var(--bs-border-radius) !important;
33760
+ }
33761
+ .rounded-end-xxl-3 {
33762
+ border-top-right-radius: var(--bs-border-radius-lg) !important;
33763
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
33764
+ }
33765
+ .rounded-end-xxl-4 {
33766
+ border-top-right-radius: var(--bs-border-radius-xl) !important;
33767
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
33768
+ }
33769
+ .rounded-end-xxl-5 {
33770
+ border-top-right-radius: var(--bs-border-radius-xxl) !important;
33771
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
33772
+ }
33773
+ .rounded-end-xxl-circle {
33774
+ border-top-right-radius: 50% !important;
33775
+ border-bottom-right-radius: 50% !important;
33776
+ }
33777
+ .rounded-end-xxl-pill {
33778
+ border-top-right-radius: var(--bs-border-radius-pill) !important;
33779
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
33780
+ }
33781
+ .rounded-bottom-xxl {
33782
+ border-bottom-right-radius: var(--bs-border-radius) !important;
33783
+ border-bottom-left-radius: var(--bs-border-radius) !important;
33784
+ }
33785
+ .rounded-bottom-xxl-0 {
33786
+ border-bottom-right-radius: 0 !important;
33787
+ border-bottom-left-radius: 0 !important;
33788
+ }
33789
+ .rounded-bottom-xxl-1 {
33790
+ border-bottom-right-radius: var(--bs-border-radius-sm) !important;
33791
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
33792
+ }
33793
+ .rounded-bottom-xxl-2 {
33794
+ border-bottom-right-radius: var(--bs-border-radius) !important;
33795
+ border-bottom-left-radius: var(--bs-border-radius) !important;
33796
+ }
33797
+ .rounded-bottom-xxl-3 {
33798
+ border-bottom-right-radius: var(--bs-border-radius-lg) !important;
33799
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
33800
+ }
33801
+ .rounded-bottom-xxl-4 {
33802
+ border-bottom-right-radius: var(--bs-border-radius-xl) !important;
33803
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
33804
+ }
33805
+ .rounded-bottom-xxl-5 {
33806
+ border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
33807
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
33808
+ }
33809
+ .rounded-bottom-xxl-circle {
33810
+ border-bottom-right-radius: 50% !important;
33811
+ border-bottom-left-radius: 50% !important;
33812
+ }
33813
+ .rounded-bottom-xxl-pill {
33814
+ border-bottom-right-radius: var(--bs-border-radius-pill) !important;
33815
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
33816
+ }
33817
+ .rounded-start-xxl {
33818
+ border-bottom-left-radius: var(--bs-border-radius) !important;
33819
+ border-top-left-radius: var(--bs-border-radius) !important;
33820
+ }
33821
+ .rounded-start-xxl-0 {
33822
+ border-bottom-left-radius: 0 !important;
33823
+ border-top-left-radius: 0 !important;
33824
+ }
33825
+ .rounded-start-xxl-1 {
33826
+ border-bottom-left-radius: var(--bs-border-radius-sm) !important;
33827
+ border-top-left-radius: var(--bs-border-radius-sm) !important;
33828
+ }
33829
+ .rounded-start-xxl-2 {
33830
+ border-bottom-left-radius: var(--bs-border-radius) !important;
33831
+ border-top-left-radius: var(--bs-border-radius) !important;
33832
+ }
33833
+ .rounded-start-xxl-3 {
33834
+ border-bottom-left-radius: var(--bs-border-radius-lg) !important;
33835
+ border-top-left-radius: var(--bs-border-radius-lg) !important;
33836
+ }
33837
+ .rounded-start-xxl-4 {
33838
+ border-bottom-left-radius: var(--bs-border-radius-xl) !important;
33839
+ border-top-left-radius: var(--bs-border-radius-xl) !important;
33840
+ }
33841
+ .rounded-start-xxl-5 {
33842
+ border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
33843
+ border-top-left-radius: var(--bs-border-radius-xxl) !important;
33844
+ }
33845
+ .rounded-start-xxl-circle {
33846
+ border-bottom-left-radius: 50% !important;
33847
+ border-top-left-radius: 50% !important;
33848
+ }
33849
+ .rounded-start-xxl-pill {
33850
+ border-bottom-left-radius: var(--bs-border-radius-pill) !important;
33851
+ border-top-left-radius: var(--bs-border-radius-pill) !important;
33852
+ }
31815
33853
  .g-col-xxl-13 {
31816
33854
  grid-column: auto/span 13 !important;
31817
33855
  }
@@ -32418,23 +34456,27 @@ react-datepicker__navigation
32418
34456
  }
32419
34457
 
32420
34458
  .hover\:border-1:hover {
32421
- border-width: 1px !important;
34459
+ border-width: var(--bs-border-width) !important;
32422
34460
  }
32423
34461
 
32424
34462
  .hover\:border-2:hover {
32425
- border-width: 2px !important;
34463
+ border-width: calc(var(--bs-border-width) * 2) !important;
32426
34464
  }
32427
34465
 
32428
34466
  .hover\:border-3:hover {
32429
- border-width: 3px !important;
34467
+ border-width: calc(var(--bs-border-width) * 3) !important;
32430
34468
  }
32431
34469
 
32432
34470
  .hover\:border-4:hover {
32433
- border-width: 4px !important;
34471
+ border-width: calc(var(--bs-border-width) * 4) !important;
32434
34472
  }
32435
34473
 
32436
34474
  .hover\:border-5:hover {
32437
- border-width: 5px !important;
34475
+ border-width: calc(var(--bs-border-width) * 5) !important;
34476
+ }
34477
+
34478
+ .hover\:border-6:hover {
34479
+ border-width: calc(var(--bs-border-width) * 6) !important;
32438
34480
  }
32439
34481
 
32440
34482
  .hover\:w-25:hover {
@@ -38984,47 +41026,56 @@ react-datepicker__navigation
38984
41026
 
38985
41027
  @media (prefers-color-scheme: dark) {
38986
41028
  .dark\:border-1 {
38987
- border-width: 1px !important;
41029
+ border-width: var(--bs-border-width) !important;
38988
41030
  }
38989
41031
  }
38990
41032
  .dark .dark\:border-1 {
38991
- border-width: 1px !important;
41033
+ border-width: var(--bs-border-width) !important;
38992
41034
  }
38993
41035
 
38994
41036
  @media (prefers-color-scheme: dark) {
38995
41037
  .dark\:border-2 {
38996
- border-width: 2px !important;
41038
+ border-width: calc(var(--bs-border-width) * 2) !important;
38997
41039
  }
38998
41040
  }
38999
41041
  .dark .dark\:border-2 {
39000
- border-width: 2px !important;
41042
+ border-width: calc(var(--bs-border-width) * 2) !important;
39001
41043
  }
39002
41044
 
39003
41045
  @media (prefers-color-scheme: dark) {
39004
41046
  .dark\:border-3 {
39005
- border-width: 3px !important;
41047
+ border-width: calc(var(--bs-border-width) * 3) !important;
39006
41048
  }
39007
41049
  }
39008
41050
  .dark .dark\:border-3 {
39009
- border-width: 3px !important;
41051
+ border-width: calc(var(--bs-border-width) * 3) !important;
39010
41052
  }
39011
41053
 
39012
41054
  @media (prefers-color-scheme: dark) {
39013
41055
  .dark\:border-4 {
39014
- border-width: 4px !important;
41056
+ border-width: calc(var(--bs-border-width) * 4) !important;
39015
41057
  }
39016
41058
  }
39017
41059
  .dark .dark\:border-4 {
39018
- border-width: 4px !important;
41060
+ border-width: calc(var(--bs-border-width) * 4) !important;
39019
41061
  }
39020
41062
 
39021
41063
  @media (prefers-color-scheme: dark) {
39022
41064
  .dark\:border-5 {
39023
- border-width: 5px !important;
41065
+ border-width: calc(var(--bs-border-width) * 5) !important;
39024
41066
  }
39025
41067
  }
39026
41068
  .dark .dark\:border-5 {
39027
- border-width: 5px !important;
41069
+ border-width: calc(var(--bs-border-width) * 5) !important;
41070
+ }
41071
+
41072
+ @media (prefers-color-scheme: dark) {
41073
+ .dark\:border-6 {
41074
+ border-width: calc(var(--bs-border-width) * 6) !important;
41075
+ }
41076
+ }
41077
+ .dark .dark\:border-6 {
41078
+ border-width: calc(var(--bs-border-width) * 6) !important;
39028
41079
  }
39029
41080
 
39030
41081
  @media (prefers-color-scheme: dark) {
@@ -51109,12 +53160,12 @@ react-datepicker__navigation
51109
53160
  }
51110
53161
 
51111
53162
  .text-muted {
51112
- --bs-text-muted: var(--bs-gray-400);
53163
+ --bs-text-muted: var(--bs-gray-500);
51113
53164
  color: var(--bs-text-muted) !important;
51114
53165
  }
51115
53166
 
51116
53167
  .form-text {
51117
- --bs-form-text: var(--bs-gray-400);
53168
+ --bs-form-text: var(--bs-gray-500);
51118
53169
  color: var(--bs-form-text) !important;
51119
53170
  }
51120
53171