@axos-web-dev/shared-components 1.0.99 → 1.0.100-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (160) hide show
  1. package/dist/ATMLocator/ATMLocator.js +8 -1
  2. package/dist/ArticlesSet/ArticlesSet.js +2 -2
  3. package/dist/Auth/ErrorAlert.js +10 -3
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +10 -3
  6. package/dist/Calculators/Calculator.js +22 -3
  7. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.d.ts +9 -0
  8. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +219 -0
  9. package/dist/Calculators/MaxLoanCalculator/index.js +22 -5
  10. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +1 -0
  11. package/dist/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +2 -0
  12. package/dist/Calculators/MonthlyPaymentCalculator/index.js +15 -5
  13. package/dist/Calculators/index.d.ts +2 -1
  14. package/dist/Calculators/index.js +3 -1
  15. package/dist/Carousel/index.js +10 -3
  16. package/dist/Chatbot/Bubble.css.d.ts +1 -0
  17. package/dist/Chatbot/Bubble.css.js +5 -0
  18. package/dist/Chatbot/Bubble.d.ts +3 -0
  19. package/dist/Chatbot/Bubble.js +48 -0
  20. package/dist/Chatbot/Chat.d.ts +1 -0
  21. package/dist/Chatbot/Chat.js +165 -0
  22. package/dist/Chatbot/ChatWindow.css.d.ts +11 -0
  23. package/dist/Chatbot/ChatWindow.css.js +25 -0
  24. package/dist/Chatbot/ChatWindow.d.ts +23 -0
  25. package/dist/Chatbot/ChatWindow.js +202 -0
  26. package/dist/Chatbot/Chatbot.css.d.ts +1 -0
  27. package/dist/Chatbot/Chatbot.css.js +5 -0
  28. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  29. package/dist/Chatbot/Chatbot.d.ts +1 -0
  30. package/dist/Chatbot/Chatbot.js +39 -0
  31. package/dist/Chatbot/authenticate.d.ts +3 -0
  32. package/dist/Chatbot/authenticate.js +16 -0
  33. package/dist/Chatbot/index.d.ts +9 -0
  34. package/dist/Chatbot/index.js +31 -0
  35. package/dist/Chatbot/store/chat.d.ts +9 -0
  36. package/dist/Chatbot/store/chat.js +11 -0
  37. package/dist/Chatbot/store/messages.d.ts +14 -0
  38. package/dist/Chatbot/store/messages.js +12 -0
  39. package/dist/Chatbot/useHeadlessChat.d.ts +22 -0
  40. package/dist/Chatbot/useHeadlessChat.js +157 -0
  41. package/dist/Chevron/index.js +10 -3
  42. package/dist/Comparison/Comparison.js +10 -3
  43. package/dist/ExecutiveBio/ExecutiveBio.js +10 -3
  44. package/dist/FaqAccordion/index.js +10 -3
  45. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +10 -3
  46. package/dist/Forms/ApplicationStart.d.ts +1 -1
  47. package/dist/Forms/ApplicationStart.js +111 -89
  48. package/dist/Forms/ApplyNow.d.ts +2 -2
  49. package/dist/Forms/ApplyNow.js +178 -146
  50. package/dist/Forms/ClearingForm.d.ts +1 -1
  51. package/dist/Forms/ClearingForm.js +184 -162
  52. package/dist/Forms/CommercialDeposits.d.ts +1 -1
  53. package/dist/Forms/CommercialDeposits.js +201 -179
  54. package/dist/Forms/CommercialLending.d.ts +1 -1
  55. package/dist/Forms/CommercialLending.js +278 -256
  56. package/dist/Forms/CommercialPremiumFinance.d.ts +1 -1
  57. package/dist/Forms/CommercialPremiumFinance.js +128 -106
  58. package/dist/Forms/ContactCompany.d.ts +1 -1
  59. package/dist/Forms/ContactCompany.js +113 -91
  60. package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
  61. package/dist/Forms/ContactCompanyTitle.js +127 -105
  62. package/dist/Forms/ContactUs.d.ts +1 -1
  63. package/dist/Forms/ContactUs.js +99 -77
  64. package/dist/Forms/ContactUsAAS.d.ts +1 -1
  65. package/dist/Forms/ContactUsAAS.js +180 -158
  66. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  67. package/dist/Forms/ContactUsBusiness.js +143 -115
  68. package/dist/Forms/ContactUsBusinessNameEmail.d.ts +1 -1
  69. package/dist/Forms/ContactUsBusinessNameEmail.js +112 -84
  70. package/dist/Forms/ContactUsLVF.d.ts +3 -1
  71. package/dist/Forms/ContactUsLVF.js +127 -101
  72. package/dist/Forms/ContactUsNMLSId.d.ts +1 -1
  73. package/dist/Forms/ContactUsNMLSId.js +126 -98
  74. package/dist/Forms/CpraRequest.d.ts +1 -1
  75. package/dist/Forms/CpraRequest.js +641 -619
  76. package/dist/Forms/CraPublicFile.d.ts +1 -1
  77. package/dist/Forms/CraPublicFile.js +118 -90
  78. package/dist/Forms/DealerServices.d.ts +1 -1
  79. package/dist/Forms/DealerServices.js +225 -204
  80. package/dist/Forms/EmailOnly.d.ts +1 -1
  81. package/dist/Forms/EmailOnly.js +65 -39
  82. package/dist/Forms/EmailUs.d.ts +1 -1
  83. package/dist/Forms/EmailUs.js +75 -53
  84. package/dist/Forms/FormProps.d.ts +3 -0
  85. package/dist/Forms/Forms.css.d.ts +18 -0
  86. package/dist/Forms/Forms.css.js +44 -38
  87. package/dist/Forms/HoneyPot/HoneyPot.css.d.ts +1 -0
  88. package/dist/Forms/HoneyPot/HoneyPot.css.js +5 -0
  89. package/dist/Forms/HoneyPot/index.d.ts +23 -0
  90. package/dist/Forms/HoneyPot/index.js +69 -0
  91. package/dist/Forms/MortgageRate/MortgageRateForm.d.ts +1 -1
  92. package/dist/Forms/MortgageRate/MortgageRateForm.js +376 -348
  93. package/dist/Forms/MortgageRate/MortgageRateWatch.js +10 -3
  94. package/dist/Forms/MortgageWarehouseLending.d.ts +11 -0
  95. package/dist/Forms/MortgageWarehouseLending.js +343 -0
  96. package/dist/Forms/QuickPricer/QuickPricerForm.d.ts +1 -1
  97. package/dist/Forms/QuickPricer/QuickPricerForm.js +624 -609
  98. package/dist/Forms/ScheduleCall.d.ts +1 -1
  99. package/dist/Forms/ScheduleCall.js +156 -134
  100. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  101. package/dist/Forms/ScheduleCallPremier.js +178 -156
  102. package/dist/Forms/SuccesForm.js +13 -6
  103. package/dist/Forms/VendorQuestionnaire.d.ts +1 -1
  104. package/dist/Forms/VendorQuestionnaire.js +817 -795
  105. package/dist/Forms/WcplSurvey.d.ts +1 -1
  106. package/dist/Forms/WcplSurvey.js +112 -90
  107. package/dist/Forms/applynow-utils.d.ts +1 -0
  108. package/dist/Forms/applynow-utils.js +48 -0
  109. package/dist/Forms/index.d.ts +3 -0
  110. package/dist/Forms/index.js +12 -2
  111. package/dist/HeroBanner/HeroBanner.js +42 -1
  112. package/dist/Hyperlink/index.js +10 -3
  113. package/dist/IconBillboard/sections/CallToActionSection.js +2 -1
  114. package/dist/ImageBillboard/ExitIntentModal/useExitIntentModal.js +6 -1
  115. package/dist/ImageLink/ImageLink.js +10 -3
  116. package/dist/ImageLink/ImageLinkSet.js +10 -3
  117. package/dist/ImageLink/index.js +10 -3
  118. package/dist/Input/Input.js +3 -1
  119. package/dist/Insight/Featured/CategorySelector.js +10 -3
  120. package/dist/Insight/Featured/Featured.js +10 -3
  121. package/dist/Insight/Featured/Header.js +10 -3
  122. package/dist/Modal/Modal.js +10 -3
  123. package/dist/NavigationMenu/AxosALTS/NavData.js +10 -3
  124. package/dist/NavigationMenu/AxosALTS/index.js +10 -3
  125. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  126. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +1 -0
  127. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +25 -7
  128. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  129. package/dist/NavigationMenu/AxosBank/NavData.js +10 -3
  130. package/dist/NavigationMenu/AxosBank/SubNavBar.js +32 -8
  131. package/dist/NavigationMenu/AxosBank/index.js +10 -3
  132. package/dist/NavigationMenu/LaVictoire/NavData.js +10 -3
  133. package/dist/NavigationMenu/LaVictoire/index.js +10 -3
  134. package/dist/NavigationMenu/NavDataJson.d.ts +2 -0
  135. package/dist/NavigationMenu/NavDataJson.js +315 -0
  136. package/dist/NavigationMenu/Navbar.d.ts +5 -0
  137. package/dist/NavigationMenu/Navbar.js +201 -0
  138. package/dist/NavigationMenu/SignInNavButton.d.ts +1 -0
  139. package/dist/NavigationMenu/SignInNavButton.js +369 -0
  140. package/dist/SetContainer/SetContainer.js +10 -3
  141. package/dist/SocialMediaBar/iconsRepository.js +10 -3
  142. package/dist/Table/Table.d.ts +1 -1
  143. package/dist/VideoTile/VideoTile.js +10 -3
  144. package/dist/VideoWrapper/index.js +10 -3
  145. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  146. package/dist/assets/Calculators/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +3 -0
  147. package/dist/assets/Chatbot/Bubble.css +40 -0
  148. package/dist/assets/Chatbot/ChatWindow.css +107 -0
  149. package/dist/assets/Forms/Forms.css +135 -105
  150. package/dist/assets/Forms/HoneyPot/HoneyPot.css +8 -0
  151. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  152. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  153. package/dist/assets/utils/optimizeImage/optimizeImage.css.css +47 -47
  154. package/dist/icons/Logos/AXB.d.ts +8 -0
  155. package/dist/icons/Logos/AXB.js +74 -0
  156. package/dist/main.d.ts +1 -0
  157. package/dist/main.js +43 -3
  158. package/dist/utils/allowedAxosDomains.js +2 -1
  159. package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
  160. package/package.json +136 -133
@@ -1,4 +1,4 @@
1
- @keyframes tfms6as {
1
+ @keyframes tfms6az {
2
2
  from {
3
3
  stroke-dashoffset: 1;
4
4
  }
@@ -6,7 +6,7 @@
6
6
  opacity: 100;
7
7
  }
8
8
  }
9
- @keyframes tfms6at {
9
+ @keyframes tfms6a10 {
10
10
  0% {
11
11
  stroke-dashoffset: -1000;
12
12
  }
@@ -44,68 +44,94 @@
44
44
  .tfms6a6 {
45
45
  margin-bottom: 32px;
46
46
  }
47
- .tfms6a7 {
47
+ ._1073cm80 .tfms6a7 {
48
+ background: var(--_1073cm81);
49
+ padding: 0 1rem;
50
+ margin-bottom: 32px;
51
+ display: inline-block;
52
+ }
53
+ .tfms6a8 {
54
+ font-size: 36px;
55
+ font-weight: 600;
56
+ letter-spacing: 1px;
57
+ margin-top: 0.1rem;
58
+ margin-bottom: 0.7rem;
59
+ text-align: center;
60
+ }
61
+ .tfms6a9 {
62
+ color: var(--_1073cm83);
63
+ }
64
+ .tfms6aa {
65
+ color: var(--_1073cm8a);
66
+ }
67
+ .tfms6ab {
68
+ color: var(--_1073cm8h);
69
+ }
70
+ .tfms6ac {
71
+ color: var(--_1073cm8o);
72
+ }
73
+ .tfms6ad {
48
74
  font-family: var(--header-font-family);
49
75
  }
50
- ._1073cm80 .tfms6a8 {
76
+ ._1073cm80 .tfms6ae {
51
77
  -webkit-background-clip: text;
52
78
  background-image: var(--_1073cm84);
53
79
  -webkit-text-fill-color: transparent;
54
80
  text-shadow: 0px 0px #00000000;
55
81
  }
56
- ._1es6o1h0 .tfms6a8 {
82
+ ._1es6o1h0 .tfms6ae {
57
83
  color: var(--_1073cm83);
58
84
  }
59
- .fl2fv50 .tfms6a8 {
85
+ .fl2fv50 .tfms6ae {
60
86
  color: var(--_1073cm83);
61
87
  }
62
- ._1073cm80 .tfms6a9 {
88
+ ._1073cm80 .tfms6af {
63
89
  -webkit-background-clip: text;
64
90
  background-image: var(--_1073cm8b);
65
91
  -webkit-text-fill-color: transparent;
66
92
  text-shadow: 0px 0px #00000000;
67
93
  }
68
- ._1es6o1h0 .tfms6a9 {
94
+ ._1es6o1h0 .tfms6af {
69
95
  color: var(--_1073cm8a);
70
96
  }
71
- .fl2fv50 .tfms6a9 {
97
+ .fl2fv50 .tfms6af {
72
98
  color: var(--_1073cm8a);
73
99
  }
74
- .tfms6aa {
100
+ .tfms6ag {
75
101
  color: var(--_1073cm8h);
76
102
  }
77
- .tfms6ab {
103
+ .tfms6ah {
78
104
  color: var(--_1073cm8o);
79
105
  }
80
- .tfms6ac {
106
+ .tfms6ai {
81
107
  font-family: var(--main-font-family);
82
108
  display: grid;
83
109
  grid-template-columns: 1fr 1fr;
84
110
  gap: 1.5rem;
85
111
  }
86
- .tfms6ad {
112
+ .tfms6aj {
87
113
  color: var(--_1073cm82);
88
114
  }
89
- .tfms6ae {
115
+ .tfms6ak {
90
116
  color: var(--_1073cm89);
91
117
  }
92
- .tfms6af {
118
+ .tfms6al {
93
119
  color: var(--_1073cm8g);
94
120
  }
95
- .tfms6ag {
121
+ .tfms6am {
96
122
  color: var(--_1073cm8n);
97
123
  }
98
- .tfms6ah {
124
+ .tfms6an {
99
125
  grid-template-columns: 1fr;
100
126
  }
101
- .tfms6ai {
127
+ .tfms6ao {
102
128
  display: flex;
103
129
  flex-direction: column;
104
130
  }
105
- .tfms6aj {
131
+ .tfms6ap {
106
132
  grid-template-columns: 1fr 1fr;
107
133
  }
108
- .tfms6ai h4 {
134
+ .tfms6ao h4 {
109
135
  font-size: 24px;
110
136
  font-weight: 700;
111
137
  letter-spacing: 3px;
@@ -114,84 +140,88 @@
114
140
  font-family: var(--header-font-family);
115
141
  line-height: 30px;
116
142
  }
117
- .tfms6ai h4:before {
143
+ .tfms6ao h4:before {
118
144
  content: "";
119
145
  border-top: 2px solid #60AECB;
120
146
  height: 40px;
121
147
  position: relative;
122
148
  width: 100%;
123
149
  }
124
- .tfms6ai h5 {
150
+ .tfms6ao h5 {
125
151
  font-size: 14px;
126
152
  font-weight: 500;
127
153
  letter-spacing: 2px;
128
154
  font-family: var(--header-font-family);
129
155
  line-height: 16px;
130
156
  }
131
- .tfms6ai p {
157
+ .tfms6ao p {
132
158
  font-size: 15px;
133
159
  font-weight: 400;
134
160
  margin-bottom: 10px;
135
161
  font-family: var(--header-font-family);
136
162
  line-height: 28px;
137
163
  }
138
- .tfms6ai label {
164
+ .tfms6ao label {
139
165
  padding-left: 0;
140
166
  margin-bottom: 10px;
141
167
  }
142
- .tfms6ak {
168
+ .tfms6aq {
143
169
  display: flex;
144
170
  flex-direction: row;
145
171
  width: 100%;
146
172
  gap: 15px;
147
173
  }
148
- .tfms6ak > div {
174
+ .tfms6aq > div {
149
175
  flex-grow: 1;
150
176
  }
151
- .tfms6al {
177
+ .tfms6ar {
152
178
  margin-top: 1.5rem;
153
179
  text-align: center;
154
180
  margin-inline: auto;
155
181
  }
156
- .tfms6am {
182
+ .tfms6as {
157
183
  margin-top: 16px;
158
184
  }
159
- .tfms6an {
185
+ .tfms6at {
160
186
  color: var(--_1073cm82);
161
187
  }
162
- .tfms6ao {
188
+ .tfms6au {
163
189
  color: var(--_1073cm89);
164
190
  }
165
- .tfms6ap {
191
+ .tfms6av {
166
192
  color: var(--_1073cm8g);
167
193
  }
168
- .tfms6aq {
194
+ .tfms6aw {
169
195
  color: var(--_1073cm8n);
170
196
  }
171
- .tfms6ar {
197
+ .tfms6ax {
172
198
  max-width: 860px;
173
199
  margin-inline: auto;
174
200
  }
175
- .tfms6au {
201
+ .tfms6ay {
202
+ max-width: 900px;
203
+ margin-inline: auto;
204
+ }
205
+ .tfms6a11 {
176
206
  padding: 2.5rem 0;
177
207
  }
178
- .tfms6av {
208
+ .tfms6a12 {
179
209
  color: var(--_1073cm83);
180
210
  background: var(--_1073cm81);
181
211
  }
182
- .tfms6aw {
212
+ .tfms6a13 {
183
213
  color: var(--_1073cm8a);
184
214
  background: var(--_1073cm88);
185
215
  }
186
- .tfms6ax {
216
+ .tfms6a14 {
187
217
  color: var(--_1073cm8g);
188
218
  background: var(--_1073cm8f);
189
219
  }
190
- .tfms6ay {
220
+ .tfms6a15 {
191
221
  color: var(--_1073cm8n);
192
222
  background: var(--_1073cm8m);
193
223
  }
194
- .tfms6au h1 {
224
+ .tfms6a11 h1 {
195
225
  font-size: 43px;
196
226
  font-weight: 600;
197
227
  letter-spacing: 1px;
@@ -199,29 +229,29 @@
199
229
  margin-bottom: 0.7rem;
200
230
  font-family: var(--header-font-family);
201
231
  }
202
- .tfms6au p {
232
+ .tfms6a11 p {
203
233
  margin-bottom: 0;
204
234
  }
205
- .tfms6az {
235
+ .tfms6a16 {
206
236
  margin: 0 auto;
207
237
  display: block;
208
238
  }
209
- .tfms6a10 {
239
+ .tfms6a17 {
210
240
  fill: none;
211
241
  stroke: #faa74a;
212
242
  stroke-width: 4;
213
243
  stroke-dasharray: 100px;
214
244
  stroke-dashoffset: 100;
215
- animation: tfms6as 0.5s ease-in-out forwards reverse;
245
+ animation: tfms6az 0.5s ease-in-out forwards reverse;
216
246
  -webkit-animation-delay: 0.7s;
217
247
  }
218
- .tfms6a11 {
248
+ .tfms6a18 {
219
249
  fill: none;
220
250
  stroke-width: 4;
221
251
  stroke-dasharray: 1000px;
222
252
  stroke-dashoffset: 1000;
223
- -webkit-animation: tfms6at 0.8s ease-in-out forwards;
224
- animation: tfms6at 0.8s ease-in-out forwards;
253
+ -webkit-animation: tfms6a10 0.8s ease-in-out forwards;
254
+ animation: tfms6a10 0.8s ease-in-out forwards;
225
255
  -webkit-transform-origin: center;
226
256
  -ms-transform-origin: center;
227
257
  transform-origin: center;
@@ -229,143 +259,143 @@
229
259
  -ms-transform: rotate(-40deg);
230
260
  transform: rotate(-40deg);
231
261
  }
232
- .tfms6a12 {
262
+ .tfms6a19 {
233
263
  stroke: var(--_1073cm83);
234
264
  }
235
- .tfms6a13 {
265
+ .tfms6a1a {
236
266
  stroke: var(--_1073cm8a);
237
267
  }
238
- .tfms6a14 {
268
+ .tfms6a1b {
239
269
  stroke: var(--_1073cm8g);
240
270
  }
241
- .tfms6a15 {
271
+ .tfms6a1c {
242
272
  stroke: var(--_1073cm8n);
243
273
  }
244
- .tfms6a16 {
274
+ .tfms6a1d {
245
275
  margin-top: 1rem;
246
276
  }
247
- .tfms6a17 {
277
+ .tfms6a1e {
248
278
  color: var(--_1073cm82);
249
279
  }
250
- .tfms6a18 {
280
+ .tfms6a1f {
251
281
  color: var(--_1073cm89);
252
282
  }
253
- .tfms6a19 {
283
+ .tfms6a1g {
254
284
  color: var(--_1073cm8g);
255
285
  }
256
- .tfms6a1a {
286
+ .tfms6a1h {
257
287
  color: var(--_1073cm8n);
258
288
  }
259
- .tfms6a1b {
289
+ .tfms6a1i {
260
290
  margin-top: 1rem;
261
291
  }
262
- .tfms6ac .tfms6a1c {
292
+ .tfms6ai .tfms6a1j {
263
293
  grid-column-start: 1;
264
294
  grid-column-end: 3;
265
295
  }
266
- .tfms6a1d {
296
+ .tfms6a1k {
267
297
  grid-column: 1 / -1;
268
298
  }
269
- .tfms6a1e {
299
+ .tfms6a1l {
270
300
  width: 100%;
271
301
  padding-bottom: 4px;
272
302
  }
273
- .tfms6a1f {
303
+ .tfms6a1m {
274
304
  border-bottom: 1px solid var(--_1073cm82);
275
305
  }
276
- .tfms6a1g {
306
+ .tfms6a1n {
277
307
  border-bottom: 1px solid var(--_1073cm89);
278
308
  }
279
- .tfms6a1h {
309
+ .tfms6a1o {
280
310
  border-bottom: 1px solid var(--_1073cm8g);
281
311
  }
282
- .tfms6a1i {
312
+ .tfms6a1p {
283
313
  border-bottom: 1px solid var(--_1073cm8n);
284
314
  }
285
- .tfms6a1f > h4, .tfms6a1g > h4 {
315
+ .tfms6a1m > h4, .tfms6a1n > h4 {
286
316
  -webkit-background-clip: text;
287
317
  background-image: var(--_1073cm83);
288
318
  -webkit-text-fill-color: var(--_1073cm83);
289
319
  }
290
- .tfms6a1h > h4, .tfms6a1i > h4 {
320
+ .tfms6a1o > h4, .tfms6a1p > h4 {
291
321
  -webkit-background-clip: text;
292
322
  background-image: var(--_1073cm8h);
293
323
  -webkit-text-fill-color: var(--_1073cm8h);
294
324
  }
295
- .tfms6a1j {
325
+ .tfms6a1q {
296
326
  display: flex;
297
327
  }
298
- .tfms6a1k {
328
+ .tfms6a1r {
299
329
  cursor: pointer;
300
330
  caret-color: transparent;
301
331
  }
302
- .tfms6a1l {
332
+ .tfms6a1s {
303
333
  padding-left: 16px;
304
334
  }
305
- .tfms6a1n label {
335
+ .tfms6a1u label {
306
336
  white-space: nowrap;
307
337
  }
308
- .tfms6a1p {
338
+ .tfms6a1w {
309
339
  margin-top: 2rem;
310
340
  }
311
- .tfms6a1q {
341
+ .tfms6a1x {
312
342
  display: flex;
313
343
  justify-content: center;
314
344
  }
315
- .tfms6a1q > div {
345
+ .tfms6a1x > div {
316
346
  width: 100%;
317
347
  }
318
- .tfms6a1r {
348
+ .tfms6a1y {
319
349
  display: flex;
320
350
  justify-content: center;
321
351
  align-items: center;
322
352
  gap: 2rem;
323
353
  }
324
- .tfms6a1s {
354
+ .tfms6a1z {
325
355
  display: flex;
326
356
  margin: 1rem 0;
327
357
  text-align: left;
328
358
  gap: 1rem;
329
359
  }
330
- .tfms6a1t {
360
+ .tfms6a20 {
331
361
  display: flex;
332
362
  justify-content: space-between;
333
363
  }
334
- .tfms6a1t > div {
364
+ .tfms6a20 > div {
335
365
  min-width: 32%;
336
366
  }
337
- .tfms6a1u {
367
+ .tfms6a21 {
338
368
  margin-top: 1rem;
339
369
  }
340
- .tfms6a1v {
370
+ .tfms6a22 {
341
371
  min-width: 24px;
342
372
  }
343
- .tfms6a1w {
373
+ .tfms6a23 {
344
374
  width: min(calc(100% - 2rem));
345
375
  height: min(calc(100% - 2rem));
346
376
  overflow: scroll!important;
347
377
  }
348
- .tfms6a1x {
378
+ .tfms6a24 {
349
379
  display: none;
350
380
  }
351
- .tfms6a1z::placeholder {
381
+ .tfms6a26::placeholder {
352
382
  color: transparent;
353
383
  }
354
- .tfms6a20 {
384
+ .tfms6a27 {
355
385
  cursor: not-allowed;
356
386
  }
357
- .tfms6a21 {
387
+ .tfms6a28 {
358
388
  display: flex;
359
389
  }
360
- .tfms6a22 {
390
+ .tfms6a29 {
361
391
  visibility: hidden;
362
392
  display: none;
363
393
  }
364
- .tfms6a24 {
394
+ .tfms6a2b {
365
395
  display: flex;
366
396
  gap: 24px;
367
397
  }
368
- .tfms6a25 {
398
+ .tfms6a2c {
369
399
  vertical-align: vertical;
370
400
  width: 100%;
371
401
  display: flex;
@@ -374,7 +404,7 @@
374
404
  align-items: center;
375
405
  flex-direction: column-reverse;
376
406
  }
377
- .tfms6a26 {
407
+ .tfms6a2d {
378
408
  text-transform: capitalize;
379
409
  margin: auto ;
380
410
  max-width: fit-content;
@@ -385,83 +415,83 @@
385
415
  }
386
416
  }
387
417
  @media screen and (max-width:480px) {
388
- .tfms6ac {
418
+ .tfms6ai {
389
419
  grid-template-columns: 1fr;
390
420
  }
391
- .tfms6ak {
421
+ .tfms6aq {
392
422
  flex-direction: column;
393
423
  }
394
- .tfms6ac .tfms6a1c {
424
+ .tfms6ai .tfms6a1j {
395
425
  grid-column-start: 1;
396
426
  grid-column-end: 2;
397
427
  }
398
428
  }
399
429
  @media screen and (max-width: 992px) {
400
- .tfms6au h1 {
430
+ .tfms6a11 h1 {
401
431
  font-size: 37px;
402
432
  line-height: 1.29;
403
433
  margin-bottom: 0.4rem;
404
434
  }
405
435
  }
406
436
  @media screen and (maxwidth: 767px) {
407
- .tfms6au h1 {
437
+ .tfms6a11 h1 {
408
438
  font-size: 32px;
409
439
  font-weight: 600;
410
440
  margin-top: 0;
411
441
  margin-bottom: 0.4rem;
412
442
  }
413
- .tfms6az {
443
+ .tfms6a16 {
414
444
  max-width: 69px;
415
445
  }
416
446
  }
417
447
  @media screen and (max-width: 780px) {
418
- .tfms6a1j {
448
+ .tfms6a1q {
419
449
  flex-direction: column;
420
450
  }
421
451
  }
422
452
  @media screen and (max-width: 1103px) {
423
- .tfms6a1j ._18du0laf {
453
+ .tfms6a1q ._18du0laf {
424
454
  padding: 6px;
425
455
  }
426
456
  }
427
457
  @media screen and (max-width: 571px) and (min-width: 481px) {
428
- .tfms6a1m label {
458
+ .tfms6a1t label {
429
459
  height: 48px;
430
460
  display: flex;
431
461
  align-items: flex-end;
432
462
  }
433
463
  }
434
464
  @media screen and (min-width: 481px) {
435
- .tfms6a1o select {
465
+ .tfms6a1v select {
436
466
  background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
437
467
  }
438
468
  }
439
469
  @media screen and (min-width: 769px) {
440
- .tfms6a1q > div {
470
+ .tfms6a1x > div {
441
471
  grid-template: none;
442
472
  width: 50%;
443
473
  }
444
474
  }
445
475
  @media screen and (max-width: 500px) {
446
- .tfms6a1r {
476
+ .tfms6a1y {
447
477
  flex-direction: column;
448
478
  }
449
479
  }
450
480
  @media screen and (max-width: 800px) {
451
- .tfms6a1t {
481
+ .tfms6a20 {
452
482
  flex-direction: column;
453
483
  }
454
- .tfms6a1y select {
484
+ .tfms6a25 select {
455
485
  white-space: normal;
456
486
  padding-right: 4rem;
457
487
  }
458
- .tfms6a1z::placeholder {
488
+ .tfms6a26::placeholder {
459
489
  color: #5E6A74;
460
490
  }
461
- .tfms6a24 {
491
+ .tfms6a2b {
462
492
  flex-direction: column;
463
493
  }
464
- .tfms6a25 {
494
+ .tfms6a2c {
465
495
  flex-direction: column-reverse;
466
496
  }
467
497
  }
@@ -469,7 +499,7 @@
469
499
  .rate-watch-form hr {
470
500
  display: none;
471
501
  }
472
- .tfms6a1x {
502
+ .tfms6a24 {
473
503
  display: block;
474
504
  }
475
505
  }
@@ -0,0 +1,8 @@
1
+ ._1f7d89m0 {
2
+ position: absolute;
3
+ left: -9999px;
4
+ top: -9999px;
5
+ width: 1px;
6
+ height: 1px;
7
+ z-index: -1;
8
+ }