@axos-web-dev/shared-components 0.0.67 → 0.0.68

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 (124) hide show
  1. package/dist/AwardsItem/AwardsItem.js +13 -5
  2. package/dist/BulletItem/BulletItem.js +1 -1
  3. package/dist/Calculators/Calculator.js +7 -2
  4. package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
  5. package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
  6. package/dist/CallToActionBar/index.js +24 -17
  7. package/dist/Carousel/index.js +7 -2
  8. package/dist/Chevron/index.js +7 -2
  9. package/dist/Comparison/Comparison.css.d.ts +42 -0
  10. package/dist/Comparison/Comparison.css.js +27 -0
  11. package/dist/Comparison/Comparison.d.ts +3 -0
  12. package/dist/Comparison/Comparison.interface.d.ts +24 -0
  13. package/dist/Comparison/Comparison.interface.js +1 -0
  14. package/dist/Comparison/Comparison.js +143 -0
  15. package/dist/Comparison/ComparisonSet.d.ts +3 -0
  16. package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
  17. package/dist/Comparison/index.d.ts +3 -0
  18. package/dist/Comparison/index.js +15 -0
  19. package/dist/DownloadTile/index.js +9 -7
  20. package/dist/FaqAccordion/index.d.ts +6 -4
  21. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
  22. package/dist/Forms/ApplicationStart.d.ts +1 -1
  23. package/dist/Forms/ApplicationStart.js +7 -1
  24. package/dist/Forms/CommercialLending.d.ts +15 -0
  25. package/dist/Forms/CommercialLending.js +288 -0
  26. package/dist/Forms/ContactCompany.d.ts +2 -17
  27. package/dist/Forms/ContactCompany.js +7 -1
  28. package/dist/Forms/ContactUs.d.ts +9 -0
  29. package/dist/Forms/ContactUs.js +181 -0
  30. package/dist/Forms/ContactUsAAS.d.ts +13 -0
  31. package/dist/Forms/ContactUsAAS.js +330 -0
  32. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  33. package/dist/Forms/ContactUsBusiness.js +14 -3
  34. package/dist/Forms/DealerServices.d.ts +2 -17
  35. package/dist/Forms/DealerServices.js +7 -1
  36. package/dist/Forms/EmailOnly.d.ts +1 -1
  37. package/dist/Forms/EmailOnly.js +7 -2
  38. package/dist/Forms/EmailUs.d.ts +7 -0
  39. package/dist/Forms/EmailUs.js +125 -0
  40. package/dist/Forms/FormEnums.d.ts +2 -0
  41. package/dist/Forms/FormEnums.js +18 -0
  42. package/dist/Forms/FormProps.d.ts +17 -0
  43. package/dist/Forms/FormProps.js +1 -0
  44. package/dist/Forms/Forms.css.d.ts +8 -0
  45. package/dist/Forms/Forms.css.js +12 -10
  46. package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
  47. package/dist/Forms/SalesforceFieldsForm.js +4 -1
  48. package/dist/Forms/ScheduleCall.d.ts +5 -18
  49. package/dist/Forms/ScheduleCall.js +65 -6
  50. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  51. package/dist/Forms/ScheduleCallPremier.js +15 -2
  52. package/dist/Forms/SuccesForm.js +7 -2
  53. package/dist/Forms/WcplSurvey.d.ts +8 -0
  54. package/dist/Forms/WcplSurvey.js +194 -0
  55. package/dist/Forms/index.d.ts +9 -4
  56. package/dist/Forms/index.js +15 -7
  57. package/dist/Hyperlink/index.js +7 -2
  58. package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
  59. package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
  60. package/dist/ImageLink/ImageLink.js +14 -9
  61. package/dist/ImageLink/ImageLinkSet.js +5 -0
  62. package/dist/ImageLink/index.js +7 -2
  63. package/dist/Input/Checkbox.d.ts +1 -1
  64. package/dist/Input/DatePicker.css.d.ts +1 -0
  65. package/dist/Input/DatePicker.css.js +6 -0
  66. package/dist/Input/Datepicker.d.ts +4 -0
  67. package/dist/Input/Datepicker.js +40 -0
  68. package/dist/Input/Input.d.ts +1 -12
  69. package/dist/Input/Input.js +3 -1
  70. package/dist/Input/InputProps.d.ts +9 -0
  71. package/dist/Input/RadioButton.css.d.ts +15 -0
  72. package/dist/Input/RadioButton.css.js +10 -0
  73. package/dist/Input/RadioButton.d.ts +5 -0
  74. package/dist/Input/RadioButton.js +50 -0
  75. package/dist/Input/index.d.ts +1 -0
  76. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
  77. package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
  78. package/dist/LoadingIndicator/index.d.ts +10 -0
  79. package/dist/LoadingIndicator/index.js +20 -0
  80. package/dist/Modal/Modal.js +7 -2
  81. package/dist/SetContainer/SetContainer.css.d.ts +35 -0
  82. package/dist/SetContainer/SetContainer.css.js +10 -2
  83. package/dist/SetContainer/SetContainer.d.ts +6 -2
  84. package/dist/SetContainer/SetContainer.js +42 -19
  85. package/dist/SetContainer/index.js +6 -2
  86. package/dist/Tab/Tab.css.d.ts +37 -0
  87. package/dist/Tab/Tab.css.js +13 -0
  88. package/dist/Tab/Tab.d.ts +10 -0
  89. package/dist/Tab/Tab.js +25 -0
  90. package/dist/Tab/TabContainer.d.ts +5 -0
  91. package/dist/Tab/TabContainer.js +10 -0
  92. package/dist/Tab/index.d.ts +2 -0
  93. package/dist/Tab/index.js +6 -0
  94. package/dist/Table/Table.d.ts +1 -1
  95. package/dist/Table/Table.interface.d.ts +3 -1
  96. package/dist/Table/Table.js +11 -3
  97. package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
  98. package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
  99. package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
  100. package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
  101. package/dist/VideoTile/VideoTile.js +3 -1
  102. package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
  103. package/dist/assets/Carousel/Carousel.css +2 -0
  104. package/dist/assets/Chevron/Chevron.css +1 -1
  105. package/dist/assets/Comparison/Comparison.css +141 -0
  106. package/dist/assets/Forms/Forms.css +46 -35
  107. package/dist/assets/IconBillboard/IconBillboard.css +4 -0
  108. package/dist/assets/Input/DatePicker.css +86 -0
  109. package/dist/assets/Input/Input.css +1 -0
  110. package/dist/assets/Input/RadioButton.css +31 -0
  111. package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
  112. package/dist/assets/SetContainer/SetContainer.css +63 -5
  113. package/dist/assets/Tab/Tab.css +49 -0
  114. package/dist/assets/globals.css +6 -0
  115. package/dist/assets/icons/Star/Star.css +6 -0
  116. package/dist/icons/Star/Star.css.d.ts +13 -0
  117. package/dist/icons/Star/Star.css.js +6 -0
  118. package/dist/icons/Star/index.d.ts +9 -0
  119. package/dist/icons/Star/index.js +26 -0
  120. package/dist/main.d.ts +5 -2
  121. package/dist/main.js +94 -63
  122. package/dist/utils/variant.types.d.ts +1 -0
  123. package/package.json +5 -3
  124. package/dist/Forms/RenderForm.d.ts +0 -8
@@ -10,69 +10,78 @@
10
10
  align-items: center;
11
11
  }
12
12
  ._1tdyl741 {
13
- height: -webkit-fit-content;
13
+ height: 100%;
14
14
  }
15
15
  ._1tdyl742 {
16
+ height: -webkit-fit-content;
17
+ }
18
+ ._1tdyl743 {
16
19
  width: 256px;
17
20
  height: 256px;
18
21
  }
19
- ._1tdyl743 {
22
+ ._1tdyl744 {
20
23
  width: 491px;
21
24
  height: 256px;
22
25
  }
23
- ._1tdyl744 {
26
+ ._1tdyl745 {
24
27
  width: 160px;
25
28
  height: 160px;
26
29
  }
27
- ._1tdyl745 {
30
+ ._1tdyl746 {
28
31
  width: 306px;
29
32
  height: 160px;
30
33
  }
31
- ._1tdyl746 {
34
+ ._1tdyl747 {
32
35
  height: 256px;
33
36
  }
34
- ._1tdyl747 {
37
+ ._1tdyl748 {
35
38
  height: 216px;
36
39
  }
37
- ._1tdyl748 {
40
+ ._1tdyl749 {
38
41
  height: 160px;
39
42
  }
40
- ._1tdyl749 {
43
+ ._1tdyl74a {
41
44
  height: 120px;
42
45
  }
43
- ._1tdyl74a {
46
+ ._1tdyl74b {
44
47
  height: 88px;
45
48
  }
46
- ._1tdyl74b {
49
+ ._1tdyl74c {
47
50
  display: flex;
48
51
  justify-content: flex-start;
49
52
  flex-wrap: wrap;
50
53
  gap: 24px;
51
54
  }
52
- ._1tdyl74c {
55
+ ._1tdyl74d {
53
56
  position: relative;
54
57
  top: -20px;
58
+ max-height: 200px;
55
59
  }
56
- ._1tdyl74e {
60
+ ._1tdyl74f {
57
61
  filter: drop-shadow(0 1px 3px rgb(255 255 255/0.4));
58
62
  }
59
- ._1tdyl74e .containment .promo_wrapper {
63
+ ._1tdyl74f .containment .promo_wrapper {
60
64
  min-height: 0;
61
65
  }
62
- ._1tdyl74f {
66
+ ._1tdyl74g {
63
67
  position: fixed;
64
68
  top: 10px;
65
69
  z-index: 999;
66
70
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
67
71
  margin: -10px 0;
68
72
  }
69
- ._1tdyl74g {
73
+ ._1tdyl741 > img {
74
+ flex: 0 0 316px;
75
+ max-width: fit-content;
76
+ height: 100%;
77
+ }
78
+ ._1tdyl74h {
70
79
  gap: 24px;
71
80
  }
72
- ._1tdyl74g .sc__btn {
81
+ ._1tdyl74h .sc__btn {
73
82
  margin-left: 0;
74
83
  }
75
- ._1tdyl746 ._1tdyl74g, ._1tdyl747 ._1tdyl74g {
84
+ ._1tdyl747 ._1tdyl74h, ._1tdyl748 ._1tdyl74h {
76
85
  margin-top: 24px;
77
86
  }
78
87
  @media screen and (max-width:1127px) {
@@ -95,14 +104,14 @@
95
104
  ._1tdyl740 .flex {
96
105
  flex-direction: column;
97
106
  }
98
- ._1tdyl74d {
107
+ ._1tdyl74e {
99
108
  text-align: center;
100
109
  flex-direction: column;
101
110
  }
102
- ._1tdyl74d p {
111
+ ._1tdyl74e p {
103
112
  margin-top: 8px;
104
113
  }
105
- ._1tdyl74f {
114
+ ._1tdyl74g {
106
115
  position: fixed;
107
116
  top: 10px;
108
117
  z-index: 999;
@@ -113,15 +122,14 @@
113
122
  ._1tdyl741 > img {
114
123
  position: unset;
115
124
  margin-top: 32px;
116
- width: 375px !important;
117
- height: 196px !important;
125
+ max-height: 200px;
118
126
  object-fit: cover;
119
127
  }
120
- ._1tdyl74g {
128
+ ._1tdyl74h {
121
129
  justify-content: center;
122
130
  padding: 24px;
123
131
  }
124
- ._1tdyl74h {
132
+ ._1tdyl74i {
125
133
  margin-top: 1rem;
126
134
  }
127
135
  }
@@ -129,19 +137,19 @@
129
137
  ._1tdyl740 .flex {
130
138
  gap: 24px;
131
139
  }
132
- ._1tdyl74d {
140
+ ._1tdyl74e {
133
141
  gap: 24px;
134
142
  }
135
143
  }
136
144
  @media screen and (max-width:510px) {
137
- ._1tdyl74g {
145
+ ._1tdyl74h {
138
146
  gap: 24px;
139
147
  flex-direction: column;
140
148
  margin-right: 0;
141
149
  }
142
150
  }
143
151
  @media screen and (max-width: 1023px) {
144
- ._1tdyl746 ._1tdyl74g, ._1tdyl747 ._1tdyl74g {
152
+ ._1tdyl747 ._1tdyl74h, ._1tdyl748 ._1tdyl74h {
145
153
  margin-top: 0;
146
154
  }
147
155
  }
@@ -76,6 +76,7 @@
76
76
  gap: 10px;
77
77
  text-align: center;
78
78
  justify-content: center;
79
+ font-style: normal;
79
80
  }
80
81
  .jgs3fsh {
81
82
  font-size: 18px;
@@ -120,6 +121,7 @@
120
121
  }
121
122
  .jgs3fsq {
122
123
  display: flex;
124
+ justify-content: center;
123
125
  }
124
126
  .jgs3fsr {
125
127
  display: flex;
@@ -2,10 +2,10 @@
2
2
  font-weight: 600;
3
3
  opacity: 1;
4
4
  margin-bottom: 0;
5
- padding: 0;
6
5
  text-decoration: none;
7
6
  cursor: pointer;
8
7
  font-family: var(--main-font-family);
8
+ padding: 0;
9
9
  }
10
10
  ._1gp5vfo1 {
11
11
  color: var(--_1073cm86);
@@ -0,0 +1,141 @@
1
+ ._198o0lt0 {
2
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3
+ border-radius: 16px;
4
+ padding: 32px 24px;
5
+ display: flex;
6
+ flex-direction: column;
7
+ justify-content: space-between;
8
+ gap: 24px;
9
+ }
10
+ ._198o0lt1 {
11
+ background: var(--_1073cm81);
12
+ border: 1px solid #D4D4D4;
13
+ color: black;
14
+ }
15
+ ._198o0lt1::before {
16
+ background: var(--_1073cm81);
17
+ }
18
+ ._198o0lt2 {
19
+ background: var(--_1073cm88);
20
+ color: black;
21
+ }
22
+ ._198o0lt2::before {
23
+ background: var(--_1073cm88);
24
+ }
25
+ ._198o0lt3 {
26
+ background: var(--_1073cm8f);
27
+ color: var(--_1073cm8g);
28
+ }
29
+ ._198o0lt3::before {
30
+ background: var(--_1073cm8f);
31
+ }
32
+ ._198o0lt4 {
33
+ background: var(--_1073cm8m);
34
+ color: var(--_1073cm8n);
35
+ }
36
+ ._198o0lt4::before {
37
+ background: var(--_1073cm8m);
38
+ }
39
+ ._198o0lt5 {
40
+ display: flex;
41
+ gap: 16px;
42
+ flex-direction: column;
43
+ }
44
+ ._198o0lt6 {
45
+ text-align: center;
46
+ display: flex;
47
+ gap: 8px;
48
+ flex-direction: column;
49
+ }
50
+ ._198o0lt7 {
51
+ background: var(--_1073cm81);
52
+ border: 1px solid #D4D4D4;
53
+ color: black;
54
+ box-shadow: 0px 8px 16px 0px #00000033;
55
+ border-radius: 16px;
56
+ padding: 32px 24px;
57
+ display: flex;
58
+ flex-direction: column;
59
+ gap: 24px;
60
+ }
61
+ ._198o0lt8 {
62
+ display: flex;
63
+ flex-direction: column;
64
+ gap: 1em;
65
+ list-style: none;
66
+ padding-inline-start: 0;
67
+ }
68
+ ._198o0lt9 {
69
+ font: var(--main-font-family);
70
+ font-weight: 500;
71
+ font-size: 16px;
72
+ line-height: 24px;
73
+ letter-spacing: 0.2px;
74
+ color: var(--_1073cm83);
75
+ }
76
+ ._198o0lta {
77
+ display: flex;
78
+ flex-direction: row;
79
+ justify-content: center;
80
+ align-items: flex-start;
81
+ }
82
+ ._198o0lta > img {
83
+ margin-right: 8px;
84
+ }
85
+ ._198o0ltb {
86
+ display: grid;
87
+ grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
88
+ gap: 24px;
89
+ }
90
+ ._198o0ltc {
91
+ display: none;
92
+ }
93
+ ._198o0ltd {
94
+ display: flex;
95
+ justify-content: center;
96
+ width: 100%;
97
+ text-align: center;
98
+ gap: 24px;
99
+ flex-wrap: wrap;
100
+ align-items: center;
101
+ }
102
+ @media screen and (max-width: 1023px) {
103
+ ._198o0lt0 {
104
+ border-radius: 0;
105
+ display: none;
106
+ }
107
+ ._198o0ltb {
108
+ grid-template-columns: 1fr;
109
+ gap: 0;
110
+ }
111
+ ._198o0ltc {
112
+ display: flex;
113
+ }
114
+ }
115
+ @media screen and (max-width: 768px) {
116
+ ._198o0lt0 {
117
+ position: relative;
118
+ isolation: isolate;
119
+ box-shadow: none;
120
+ border: 0;
121
+ }
122
+ ._198o0lt0::before {
123
+ content: "";
124
+ position: absolute;
125
+ height: 100%;
126
+ top: 0;
127
+ left: 50%;
128
+ right: 0;
129
+ z-index: -1;
130
+ width: 100vw;
131
+ transform: translatex(-50%);
132
+ }
133
+ }
134
+ @media screen and (max-width: 380px) {
135
+ ._198o0ltd {
136
+ flex-direction: column;
137
+ }
138
+ ._198o0ltd:first-child {
139
+ margin-bottom: 1em;
140
+ }
141
+ }
@@ -1,4 +1,4 @@
1
- @keyframes tfms6ap {
1
+ @keyframes tfms6aq {
2
2
  from {
3
3
  stroke-dashoffset: 1;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  opacity: 100;
7
7
  }
8
8
  }
9
- @keyframes tfms6aq {
9
+ @keyframes tfms6ar {
10
10
  0% {
11
11
  stroke-dashoffset: -1000;
12
12
  }
@@ -24,15 +24,19 @@
24
24
  }
25
25
  .tfms6a1 {
26
26
  background: var(--_1073cm81);
27
+ color: var(--_1073cm82);
27
28
  }
28
29
  .tfms6a2 {
29
30
  background: var(--_1073cm88);
31
+ color: var(--_1073cm89);
30
32
  }
31
33
  .tfms6a3 {
32
34
  background: var(--_1073cm8f);
35
+ color: var(--_1073cm8g);
33
36
  }
34
37
  .tfms6a4 {
35
38
  background: var(--_1073cm8m);
39
+ color: var(--_1073cm8g);
36
40
  }
37
41
  .tfms6a5 {
38
42
  padding-bottom: 32px;
@@ -89,48 +93,52 @@
89
93
  grid-template-columns: 1fr;
90
94
  }
91
95
  .tfms6ai {
96
+ grid-template-columns: 1fr 1fr;
97
+ }
98
+ .tfms6aj {
92
99
  margin-top: 1.5rem;
93
100
  text-align: center;
101
+ margin-inline: auto;
94
102
  }
95
- .tfms6aj {
103
+ .tfms6ak {
96
104
  margin-top: 16px;
97
105
  }
98
- .tfms6ak {
106
+ .tfms6al {
99
107
  color: var(--_1073cm82);
100
108
  }
101
- .tfms6al {
109
+ .tfms6am {
102
110
  color: var(--_1073cm89);
103
111
  }
104
- .tfms6am {
112
+ .tfms6an {
105
113
  color: var(--_1073cm8g);
106
114
  }
107
- .tfms6an {
115
+ .tfms6ao {
108
116
  color: var(--_1073cm8n);
109
117
  }
110
- .tfms6ao {
118
+ .tfms6ap {
111
119
  max-width: 860px;
112
120
  margin-inline: auto;
113
121
  }
114
- .tfms6ar {
122
+ .tfms6as {
115
123
  padding: 2.5rem 0;
116
124
  }
117
- .tfms6as {
125
+ .tfms6at {
118
126
  color: var(--_1073cm83);
119
127
  background: var(--_1073cm81);
120
128
  }
121
- .tfms6at {
129
+ .tfms6au {
122
130
  color: var(--_1073cm8a);
123
131
  background: var(--_1073cm88);
124
132
  }
125
- .tfms6au {
133
+ .tfms6av {
126
134
  color: var(--_1073cm8g);
127
135
  background: var(--_1073cm8f);
128
136
  }
129
- .tfms6av {
137
+ .tfms6aw {
130
138
  color: var(--_1073cm8n);
131
139
  background: var(--_1073cm8m);
132
140
  }
133
- .tfms6ar h1 {
141
+ .tfms6as h1 {
134
142
  font-size: 43px;
135
143
  font-weight: 600;
136
144
  letter-spacing: 1px;
@@ -138,29 +146,29 @@
138
146
  margin-bottom: 0.7rem;
139
147
  font-family: var(--header-font-family);
140
148
  }
141
- .tfms6ar p {
149
+ .tfms6as p {
142
150
  margin-bottom: 0;
143
151
  }
144
- .tfms6aw {
152
+ .tfms6ax {
145
153
  margin: 0 auto;
146
154
  display: block;
147
155
  }
148
- .tfms6ax {
156
+ .tfms6ay {
149
157
  fill: none;
150
158
  stroke: #faa74a;
151
159
  stroke-width: 4;
152
160
  stroke-dasharray: 100px;
153
161
  stroke-dashoffset: 100;
154
- animation: tfms6ap 0.5s ease-in-out forwards reverse;
162
+ animation: tfms6aq 0.5s ease-in-out forwards reverse;
155
163
  -webkit-animation-delay: 0.7s;
156
164
  }
157
- .tfms6ay {
165
+ .tfms6az {
158
166
  fill: none;
159
167
  stroke-width: 4;
160
168
  stroke-dasharray: 1000px;
161
169
  stroke-dashoffset: 1000;
162
- -webkit-animation: tfms6aq 0.8s ease-in-out forwards;
163
- animation: tfms6aq 0.8s ease-in-out forwards;
170
+ -webkit-animation: tfms6ar 0.8s ease-in-out forwards;
171
+ animation: tfms6ar 0.8s ease-in-out forwards;
164
172
  -webkit-transform-origin: center;
165
173
  -ms-transform-origin: center;
166
174
  transform-origin: center;
@@ -168,37 +176,40 @@
168
176
  -ms-transform: rotate(-40deg);
169
177
  transform: rotate(-40deg);
170
178
  }
171
- .tfms6az {
179
+ .tfms6a10 {
172
180
  stroke: var(--_1073cm83);
173
181
  }
174
- .tfms6a10 {
182
+ .tfms6a11 {
175
183
  stroke: var(--_1073cm8a);
176
184
  }
177
- .tfms6a11 {
185
+ .tfms6a12 {
178
186
  stroke: var(--_1073cm8g);
179
187
  }
180
- .tfms6a12 {
188
+ .tfms6a13 {
181
189
  stroke: var(--_1073cm8n);
182
190
  }
183
- .tfms6a13 {
191
+ .tfms6a14 {
184
192
  margin-top: 1rem;
185
193
  }
186
- .tfms6a14 {
194
+ .tfms6a15 {
187
195
  color: var(--_1073cm82);
188
196
  }
189
- .tfms6a15 {
197
+ .tfms6a16 {
190
198
  color: var(--_1073cm89);
191
199
  }
192
- .tfms6a16 {
200
+ .tfms6a17 {
193
201
  color: var(--_1073cm8g);
194
202
  }
195
- .tfms6a17 {
203
+ .tfms6a18 {
196
204
  color: var(--_1073cm8n);
197
205
  }
198
- .tfms6ac .tfms6a18 {
206
+ .tfms6ac .tfms6a19 {
199
207
  grid-column-start: 1;
200
208
  grid-column-end: 3;
201
209
  }
210
+ .tfms6a1a {
211
+ grid-column: 1 / -1;
212
+ }
202
213
  @media screen and (max-width:1023px) {
203
214
  .tfms6a0 {
204
215
  padding-inline: 0;
@@ -208,26 +219,26 @@
208
219
  .tfms6ac {
209
220
  grid-template-columns: 1fr;
210
221
  }
211
- .tfms6ac .tfms6a18 {
222
+ .tfms6ac .tfms6a19 {
212
223
  grid-column-start: 1;
213
224
  grid-column-end: 2;
214
225
  }
215
226
  }
216
227
  @media screen and (max-width: 992px) {
217
- .tfms6ar h1 {
228
+ .tfms6as h1 {
218
229
  font-size: 37px;
219
230
  line-height: 1.29;
220
231
  margin-bottom: 0.4rem;
221
232
  }
222
233
  }
223
234
  @media screen and (maxwidth: 767px) {
224
- .tfms6ar h1 {
235
+ .tfms6as h1 {
225
236
  font-size: 32px;
226
237
  font-weight: 600;
227
238
  margin-top: 0;
228
239
  margin-bottom: 0.4rem;
229
240
  }
230
- .tfms6aw {
241
+ .tfms6ax {
231
242
  max-width: 69px;
232
243
  }
233
244
  }
@@ -9,9 +9,11 @@
9
9
  ._1r4ovbu1 {
10
10
  background: var(--_1073cm81);
11
11
  border: 1px solid #D4D4D4;
12
+ color: var(--_1073cm82);
12
13
  }
13
14
  ._1r4ovbu2 {
14
15
  background: var(--_1073cm88);
16
+ color: var(--_1073cm89);
15
17
  }
16
18
  ._1r4ovbu3 {
17
19
  background: var(--_1073cm8f);
@@ -76,6 +78,7 @@
76
78
  flex-direction: column;
77
79
  gap: 24px;
78
80
  font-family: var(--main-font-family);
81
+ width: 100%;
79
82
  }
80
83
  ._1r4ovbuf {
81
84
  display: flex;
@@ -96,6 +99,7 @@
96
99
  margin-top: auto;
97
100
  gap: 24px;
98
101
  flex-wrap: wrap;
102
+ align-items: center;
99
103
  }
100
104
  ._1r4ovbui {
101
105
  margin-inline: auto;
@@ -0,0 +1,86 @@
1
+ .react-date-picker {
2
+ width: 100%;
3
+ }
4
+ .react-date-picker__wrapper {
5
+ border: none !important;
6
+ }
7
+ .react-calendar__month-view__weekdays__weekday {
8
+ width: 45px;
9
+ height: 22px;
10
+ margin: 0;
11
+ display: inline-flex;
12
+ align-items: center;
13
+ font-family: var(--main-font-family);
14
+ font-weight: 500;
15
+ letter-spacing: 0.2px;
16
+ justify-content: center;
17
+ }
18
+ .react-calendar__month-view__weekdays__weekday {
19
+ font-size: 12px;
20
+ line-height: 16;
21
+ color: #2F5B88;
22
+ }
23
+ .react-calendar__month-view__weekdays__weekday > abbr {
24
+ text-decoration: none;
25
+ }
26
+ .react-calendar__month-view__days__day {
27
+ width: 49px;
28
+ height: 49px;
29
+ margin: 0;
30
+ display: inline-flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ }
34
+ .react-calendar__month-view__days__day > abbr {
35
+ font-family: var(--main-font-family) !important;
36
+ font-weight: 500;
37
+ letter-spacing: 0.2px;
38
+ color: #051A3F;
39
+ }
40
+ .react-date-picker__inputGroup__input, .react-date-picker__inputGroup__divider {
41
+ color: #5E6A74 !important;
42
+ }
43
+ .react-date-picker__clear-button {
44
+ display: none;
45
+ }
46
+ .react-calendar__navigation__label__labelText {
47
+ font-weight: 600;
48
+ font-size: 24px;
49
+ line-height: 36px;
50
+ letter-spacing: 0.2px;
51
+ color: #1E3860;
52
+ font-family: var(--header-font-family);
53
+ }
54
+ .react-datepicker-popper {
55
+ transform: translateY(40px)!important;
56
+ }
57
+ .react-calendar__month-view__days__day--neighboringMonth {
58
+ background-color: #F4F4F4 !important;
59
+ opacity: 50%;
60
+ }
61
+ .react-calendar__month-view__days__day--neighboringMonth > abbr {
62
+ color: #5E6A74;
63
+ }
64
+ .react-calendar__tile--active > abbr {
65
+ color: white;
66
+ }
67
+ .react-calendar {
68
+ border: 12px solid #FFFFFF4D !important;
69
+ border-radius: 4px;
70
+ }
71
+ .react-calendar__navigation__prev2-button, .react-calendar__navigation__next2-button {
72
+ display: none;
73
+ }
74
+ @media screen and (max-width:320px) {
75
+ .react-calendar__month-view__weekdays__weekday {
76
+ width: 43.5px;
77
+ }
78
+ .react-calendar__month-view__days__day {
79
+ width: 43.5px;
80
+ }
81
+ }
82
+ @media screen and (max-width:400px) {
83
+ .react-calendar__navigation .react-calendar__navigation__prev-button, .react-calendar__navigation .react-calendar__navigation__next-button {
84
+ min-width: auto;
85
+ }
86
+ }
@@ -56,6 +56,7 @@
56
56
  border-radius: 4px;
57
57
  background: #FFFFFF;
58
58
  padding: 16px;
59
+ min-height: 46.18px;
59
60
  }
60
61
  ._18du0laf:focus-within {
61
62
  border-width: 2px;
@@ -0,0 +1,31 @@
1
+ ._1gnyc3c0 {
2
+ display: flex;
3
+ border: none;
4
+ padding: 0 0 0 16px;
5
+ margin: 0;
6
+ }
7
+ ._1gnyc3c1 {
8
+ flex-direction: row;
9
+ }
10
+ ._1gnyc3c2 {
11
+ flex-direction: column;
12
+ }
13
+ ._1gnyc3c3 {
14
+ flex-direction: row;
15
+ }
16
+ ._1gnyc3c4 {
17
+ display: flex;
18
+ flex-direction: column;
19
+ border-width: 2px;
20
+ }
21
+ ._1gnyc3c4:focus-within {
22
+ border-width: 2px;
23
+ font-weight: 500;
24
+ }
25
+ ._1gnyc3c5 {
26
+ display: flex;
27
+ }
28
+ ._1gnyc3c0 label {
29
+ margin-right: 1rem;
30
+ margin-left: 4px;
31
+ }