@axos-web-dev/shared-components 2.0.0-dev.2-bwaTest → 2.0.0-dev.2-nav-1
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.
- package/dist/ATMLocator/ATMLocator.js +14 -84
- package/dist/Auth/ErrorAlert.js +6 -88
- package/dist/Button/Button.js +6 -120
- package/dist/Calculators/Calculator.d.ts +1 -1
- package/dist/Calculators/Calculator.js +18 -89
- package/dist/Calculators/MarginTradingCalculator/index.js +2 -112
- package/dist/Carousel/index.js +4 -109
- package/dist/Chatbot/ChatWindow.css.d.ts +4 -0
- package/dist/Chatbot/ChatWindow.css.js +8 -0
- package/dist/Chatbot/ChatWindow.js +8 -2
- package/dist/Chatbot/Chatbot.js +12 -2
- package/dist/Chatbot/ChatbotMessage.d.ts +1 -0
- package/dist/Chatbot/ChatbotMessage.js +47 -4
- package/dist/Chatbot/index.js +5 -1
- package/dist/Chevron/index.js +4 -114
- package/dist/Comparison/Comparison.js +5 -121
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +3 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +4 -126
- package/dist/FaqAccordion/index.js +7 -110
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +5 -110
- package/dist/Forms/ApplyNow.js +4 -109
- package/dist/Forms/ContactCompany.d.ts +1 -1
- package/dist/Forms/ContactCompanyTitle.d.ts +1 -1
- package/dist/Forms/ContactUsBusiness.js +7 -104
- package/dist/Forms/ContactUsBusinessNameEmail.js +8 -104
- package/dist/Forms/ContactUsNMLSId.js +7 -104
- package/dist/Forms/CpraRequest.js +2 -96
- package/dist/Forms/CraPublicFile.js +7 -104
- package/dist/Forms/DealerServices.d.ts +1 -1
- package/dist/Forms/EmailOnly.js +7 -104
- package/dist/Forms/EmailUs.js +34 -40
- package/dist/Forms/Forms.css.d.ts +0 -3
- package/dist/Forms/Forms.css.js +39 -39
- package/dist/Forms/MortgageRate/MortgageRateForm.js +8 -96
- package/dist/Forms/MortgageRate/MortgageRateWatch.js +4 -92
- package/dist/Forms/MortgageWarehouseLending.js +7 -104
- package/dist/Forms/SuccesForm.js +8 -91
- package/dist/Hyperlink/index.js +5 -110
- package/dist/ImageLink/ImageLink.js +6 -106
- package/dist/ImageLink/ImageLinkSet.js +6 -114
- package/dist/ImageLink/index.js +6 -105
- package/dist/Insight/Featured/CategorySelector.d.ts +1 -1
- package/dist/Insight/Featured/CategorySelector.js +5 -109
- package/dist/Insight/Featured/Featured.js +8 -106
- package/dist/Insight/Featured/Header.js +4 -109
- package/dist/LandingPageHeader/LandingPageHeader.d.ts +1 -1
- package/dist/Modal/Modal.js +2 -122
- package/dist/NavigationMenu/AxosALTS/index.js +6 -111
- package/dist/NavigationMenu/AxosBank/DropwdownButton.d.ts +7 -0
- package/dist/NavigationMenu/AxosBank/DropwdownButton.js +125 -0
- package/dist/NavigationMenu/AxosBank/Menu.d.ts +37 -0
- package/dist/NavigationMenu/AxosBank/Menu.js +150 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +12 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +183 -268
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +37 -268
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +63 -492
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.d.ts +36 -0
- package/dist/NavigationMenu/AxosBank/MobileMenu/mobileReducer.js +105 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +42 -39
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +6 -1
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +118 -3187
- package/dist/NavigationMenu/AxosBank/SubNavItem.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavItem.js +206 -0
- package/dist/NavigationMenu/AxosBank/index.d.ts +6 -4
- package/dist/NavigationMenu/AxosBank/index.js +83 -457
- package/dist/NavigationMenu/LaVictoire/index.js +5 -118
- package/dist/NavigationMenu/Navbar.d.ts +4 -1
- package/dist/NavigationMenu/Navbar.js +11 -114
- package/dist/NavigationMenu/SignInNavButton.js +9 -122
- package/dist/NavigationMenu/utils.d.ts +465 -0
- package/dist/NavigationMenu/utils.js +112 -0
- package/dist/SetContainer/SetContainer.js +7 -108
- package/dist/SocialMediaBar/iconsRepository.js +0 -124
- package/dist/VideoTile/VideoTile.js +2 -106
- package/dist/VideoWrapper/index.js +7 -110
- package/dist/assets/Chatbot/ChatWindow.css +26 -0
- package/dist/assets/Forms/Forms.css +91 -94
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +125 -87
- package/dist/assets/incoming.mp3.js +4 -0
- package/dist/main.js +5 -1
- package/package.json +5 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@keyframes
|
|
1
|
+
@keyframes tfms6a11 {
|
|
2
2
|
from {
|
|
3
3
|
stroke-dashoffset: 1;
|
|
4
4
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
opacity: 100;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
@keyframes
|
|
9
|
+
@keyframes tfms6a12 {
|
|
10
10
|
0% {
|
|
11
11
|
stroke-dashoffset: -1000;
|
|
12
12
|
}
|
|
@@ -116,16 +116,13 @@
|
|
|
116
116
|
grid-template-columns: 1fr auto !important;
|
|
117
117
|
}
|
|
118
118
|
.tfms6aq {
|
|
119
|
-
grid-template-columns: 1fr !important;
|
|
120
|
-
}
|
|
121
|
-
.tfms6ar {
|
|
122
119
|
display: flex;
|
|
123
120
|
flex-direction: column;
|
|
124
121
|
}
|
|
125
|
-
.
|
|
122
|
+
.tfms6ar {
|
|
126
123
|
grid-template-columns: 1fr 1fr;
|
|
127
124
|
}
|
|
128
|
-
.
|
|
125
|
+
.tfms6aq h4 {
|
|
129
126
|
font-size: 24px;
|
|
130
127
|
font-weight: 700;
|
|
131
128
|
letter-spacing: 3px;
|
|
@@ -134,88 +131,88 @@
|
|
|
134
131
|
font-family: var(--header-font-family);
|
|
135
132
|
line-height: 30px;
|
|
136
133
|
}
|
|
137
|
-
.
|
|
134
|
+
.tfms6aq h4:before {
|
|
138
135
|
content: "";
|
|
139
136
|
border-top: 2px solid #60AECB;
|
|
140
137
|
height: 40px;
|
|
141
138
|
position: relative;
|
|
142
139
|
width: 100%;
|
|
143
140
|
}
|
|
144
|
-
.
|
|
141
|
+
.tfms6aq h5 {
|
|
145
142
|
font-size: 14px;
|
|
146
143
|
font-weight: 500;
|
|
147
144
|
letter-spacing: 2px;
|
|
148
145
|
font-family: var(--header-font-family);
|
|
149
146
|
line-height: 16px;
|
|
150
147
|
}
|
|
151
|
-
.
|
|
148
|
+
.tfms6aq p {
|
|
152
149
|
font-size: 15px;
|
|
153
150
|
font-weight: 400;
|
|
154
151
|
margin-bottom: 10px;
|
|
155
152
|
font-family: var(--header-font-family);
|
|
156
153
|
line-height: 28px;
|
|
157
154
|
}
|
|
158
|
-
.
|
|
155
|
+
.tfms6aq label {
|
|
159
156
|
padding-left: 0;
|
|
160
157
|
margin-bottom: 10px;
|
|
161
158
|
}
|
|
162
|
-
.
|
|
159
|
+
.tfms6as {
|
|
163
160
|
display: flex;
|
|
164
161
|
flex-direction: row;
|
|
165
162
|
width: 100%;
|
|
166
163
|
gap: 15px;
|
|
167
164
|
}
|
|
168
|
-
.
|
|
165
|
+
.tfms6as > div {
|
|
169
166
|
flex-grow: 1;
|
|
170
167
|
}
|
|
171
|
-
.
|
|
168
|
+
.tfms6at {
|
|
172
169
|
margin-top: 1.5rem;
|
|
173
170
|
text-align: center;
|
|
174
171
|
margin-inline: auto;
|
|
175
172
|
}
|
|
176
|
-
.
|
|
173
|
+
.tfms6au {
|
|
177
174
|
margin-top: 16px;
|
|
178
175
|
}
|
|
179
|
-
.
|
|
176
|
+
.tfms6av {
|
|
180
177
|
color: var(--_1073cm83);
|
|
181
178
|
}
|
|
182
|
-
.
|
|
179
|
+
.tfms6aw {
|
|
183
180
|
color: var(--_1073cm8a);
|
|
184
181
|
}
|
|
185
|
-
.
|
|
182
|
+
.tfms6ax {
|
|
186
183
|
color: var(--_1073cm8h);
|
|
187
184
|
}
|
|
188
|
-
.
|
|
185
|
+
.tfms6ay {
|
|
189
186
|
color: var(--_1073cm8o);
|
|
190
187
|
}
|
|
191
|
-
.
|
|
188
|
+
.tfms6az {
|
|
192
189
|
max-width: 860px;
|
|
193
190
|
margin-inline: auto;
|
|
194
191
|
}
|
|
195
|
-
.
|
|
192
|
+
.tfms6a10 {
|
|
196
193
|
max-width: 900px;
|
|
197
194
|
margin-inline: auto;
|
|
198
195
|
}
|
|
199
|
-
.
|
|
196
|
+
.tfms6a13 {
|
|
200
197
|
padding: 2.5rem 0;
|
|
201
198
|
}
|
|
202
|
-
.
|
|
199
|
+
.tfms6a14 {
|
|
203
200
|
color: var(--_1073cm85);
|
|
204
201
|
background: var(--_1073cm81);
|
|
205
202
|
}
|
|
206
|
-
.
|
|
203
|
+
.tfms6a15 {
|
|
207
204
|
color: var(--_1073cm8c);
|
|
208
205
|
background: var(--_1073cm88);
|
|
209
206
|
}
|
|
210
|
-
.
|
|
207
|
+
.tfms6a16 {
|
|
211
208
|
color: var(--_1073cm8h);
|
|
212
209
|
background: var(--_1073cm8f);
|
|
213
210
|
}
|
|
214
|
-
.
|
|
211
|
+
.tfms6a17 {
|
|
215
212
|
color: var(--_1073cm8o);
|
|
216
213
|
background: var(--_1073cm8m);
|
|
217
214
|
}
|
|
218
|
-
.
|
|
215
|
+
.tfms6a13 h1 {
|
|
219
216
|
font-size: 43px;
|
|
220
217
|
font-weight: 700;
|
|
221
218
|
letter-spacing: 1px;
|
|
@@ -223,29 +220,29 @@
|
|
|
223
220
|
margin-bottom: 0.7rem;
|
|
224
221
|
font-family: var(--header-font-family);
|
|
225
222
|
}
|
|
226
|
-
.
|
|
223
|
+
.tfms6a13 p {
|
|
227
224
|
margin-bottom: 0;
|
|
228
225
|
}
|
|
229
|
-
.
|
|
226
|
+
.tfms6a18 {
|
|
230
227
|
margin: 0 auto;
|
|
231
228
|
display: block;
|
|
232
229
|
}
|
|
233
|
-
.
|
|
230
|
+
.tfms6a19 {
|
|
234
231
|
fill: none;
|
|
235
232
|
stroke: #faa74a;
|
|
236
233
|
stroke-width: 4;
|
|
237
234
|
stroke-dasharray: 100px;
|
|
238
235
|
stroke-dashoffset: 100;
|
|
239
|
-
animation:
|
|
236
|
+
animation: tfms6a11 0.5s ease-in-out forwards reverse;
|
|
240
237
|
-webkit-animation-delay: 0.7s;
|
|
241
238
|
}
|
|
242
|
-
.
|
|
239
|
+
.tfms6a1a {
|
|
243
240
|
fill: none;
|
|
244
241
|
stroke-width: 4;
|
|
245
242
|
stroke-dasharray: 1000px;
|
|
246
243
|
stroke-dashoffset: 1000;
|
|
247
|
-
-webkit-animation:
|
|
248
|
-
animation:
|
|
244
|
+
-webkit-animation: tfms6a12 0.8s ease-in-out forwards;
|
|
245
|
+
animation: tfms6a12 0.8s ease-in-out forwards;
|
|
249
246
|
-webkit-transform-origin: center;
|
|
250
247
|
-ms-transform-origin: center;
|
|
251
248
|
transform-origin: center;
|
|
@@ -253,143 +250,143 @@
|
|
|
253
250
|
-ms-transform: rotate(-40deg);
|
|
254
251
|
transform: rotate(-40deg);
|
|
255
252
|
}
|
|
256
|
-
.
|
|
253
|
+
.tfms6a1b {
|
|
257
254
|
stroke: var(--_1073cm85);
|
|
258
255
|
}
|
|
259
|
-
.
|
|
256
|
+
.tfms6a1c {
|
|
260
257
|
stroke: var(--_1073cm8c);
|
|
261
258
|
}
|
|
262
|
-
.
|
|
259
|
+
.tfms6a1d {
|
|
263
260
|
stroke: var(--_1073cm8h);
|
|
264
261
|
}
|
|
265
|
-
.
|
|
262
|
+
.tfms6a1e {
|
|
266
263
|
stroke: var(--_1073cm8o);
|
|
267
264
|
}
|
|
268
|
-
.
|
|
265
|
+
.tfms6a1f {
|
|
269
266
|
margin-top: 1rem;
|
|
270
267
|
}
|
|
271
|
-
.
|
|
268
|
+
.tfms6a1g {
|
|
272
269
|
color: var(--_1073cm83);
|
|
273
270
|
}
|
|
274
|
-
.
|
|
271
|
+
.tfms6a1h {
|
|
275
272
|
color: var(--_1073cm8a);
|
|
276
273
|
}
|
|
277
|
-
.
|
|
274
|
+
.tfms6a1i {
|
|
278
275
|
color: var(--_1073cm8h);
|
|
279
276
|
}
|
|
280
|
-
.
|
|
277
|
+
.tfms6a1j {
|
|
281
278
|
color: var(--_1073cm8o);
|
|
282
279
|
}
|
|
283
|
-
.
|
|
280
|
+
.tfms6a1k {
|
|
284
281
|
margin-top: 1rem;
|
|
285
282
|
}
|
|
286
|
-
.tfms6ak .
|
|
283
|
+
.tfms6ak .tfms6a1l {
|
|
287
284
|
grid-column-start: 1;
|
|
288
285
|
grid-column-end: 3;
|
|
289
286
|
}
|
|
290
|
-
.
|
|
287
|
+
.tfms6a1m {
|
|
291
288
|
grid-column: 1 / -1;
|
|
292
289
|
}
|
|
293
|
-
.
|
|
290
|
+
.tfms6a1n {
|
|
294
291
|
width: 100%;
|
|
295
292
|
padding-bottom: 4px;
|
|
296
293
|
}
|
|
297
|
-
.
|
|
294
|
+
.tfms6a1o {
|
|
298
295
|
border-bottom: 1px solid var(--_1073cm83);
|
|
299
296
|
}
|
|
300
|
-
.
|
|
297
|
+
.tfms6a1p {
|
|
301
298
|
border-bottom: 1px solid var(--_1073cm8a);
|
|
302
299
|
}
|
|
303
|
-
.
|
|
300
|
+
.tfms6a1q {
|
|
304
301
|
border-bottom: 1px solid var(--_1073cm8h);
|
|
305
302
|
}
|
|
306
|
-
.
|
|
303
|
+
.tfms6a1r {
|
|
307
304
|
border-bottom: 1px solid var(--_1073cm8o);
|
|
308
305
|
}
|
|
309
|
-
.
|
|
306
|
+
.tfms6a1o > h4, .tfms6a1p > h4 {
|
|
310
307
|
-webkit-background-clip: text;
|
|
311
308
|
background-image: var(--_1073cm85);
|
|
312
309
|
-webkit-text-fill-color: var(--_1073cm85);
|
|
313
310
|
}
|
|
314
|
-
.
|
|
311
|
+
.tfms6a1q > h4, .tfms6a1r > h4 {
|
|
315
312
|
-webkit-background-clip: text;
|
|
316
313
|
background-image: var(--_1073cm8j);
|
|
317
314
|
-webkit-text-fill-color: var(--_1073cm8j);
|
|
318
315
|
}
|
|
319
|
-
.
|
|
316
|
+
.tfms6a1s {
|
|
320
317
|
display: flex;
|
|
321
318
|
}
|
|
322
|
-
.
|
|
319
|
+
.tfms6a1t {
|
|
323
320
|
cursor: pointer;
|
|
324
321
|
caret-color: transparent;
|
|
325
322
|
}
|
|
326
|
-
.
|
|
323
|
+
.tfms6a1u {
|
|
327
324
|
padding-left: 16px;
|
|
328
325
|
}
|
|
329
|
-
.
|
|
326
|
+
.tfms6a1w label {
|
|
330
327
|
white-space: nowrap;
|
|
331
328
|
}
|
|
332
|
-
.
|
|
329
|
+
.tfms6a1y {
|
|
333
330
|
margin-top: 2rem;
|
|
334
331
|
}
|
|
335
|
-
.
|
|
332
|
+
.tfms6a1z {
|
|
336
333
|
display: flex;
|
|
337
334
|
justify-content: center;
|
|
338
335
|
}
|
|
339
|
-
.
|
|
336
|
+
.tfms6a1z > div {
|
|
340
337
|
width: 100%;
|
|
341
338
|
}
|
|
342
|
-
.
|
|
339
|
+
.tfms6a20 {
|
|
343
340
|
display: flex;
|
|
344
341
|
justify-content: center;
|
|
345
342
|
align-items: center;
|
|
346
343
|
gap: 2rem;
|
|
347
344
|
}
|
|
348
|
-
.
|
|
345
|
+
.tfms6a21 {
|
|
349
346
|
display: flex;
|
|
350
347
|
margin: 1rem 0;
|
|
351
348
|
text-align: left;
|
|
352
349
|
gap: 1rem;
|
|
353
350
|
}
|
|
354
|
-
.
|
|
351
|
+
.tfms6a22 {
|
|
355
352
|
display: flex;
|
|
356
353
|
justify-content: space-between;
|
|
357
354
|
}
|
|
358
|
-
.
|
|
355
|
+
.tfms6a22 > div {
|
|
359
356
|
min-width: 32%;
|
|
360
357
|
}
|
|
361
|
-
.
|
|
358
|
+
.tfms6a23 {
|
|
362
359
|
margin-top: 1rem;
|
|
363
360
|
}
|
|
364
|
-
.
|
|
361
|
+
.tfms6a24 {
|
|
365
362
|
min-width: 24px;
|
|
366
363
|
}
|
|
367
|
-
.
|
|
364
|
+
.tfms6a25 {
|
|
368
365
|
width: min(calc(100% - 2rem));
|
|
369
366
|
height: min(calc(100% - 2rem));
|
|
370
367
|
overflow: scroll!important;
|
|
371
368
|
}
|
|
372
|
-
.
|
|
369
|
+
.tfms6a26 {
|
|
373
370
|
display: none;
|
|
374
371
|
}
|
|
375
|
-
.
|
|
372
|
+
.tfms6a28::placeholder {
|
|
376
373
|
color: transparent;
|
|
377
374
|
}
|
|
378
|
-
.
|
|
375
|
+
.tfms6a29 {
|
|
379
376
|
cursor: not-allowed;
|
|
380
377
|
}
|
|
381
|
-
.
|
|
378
|
+
.tfms6a2a {
|
|
382
379
|
display: flex;
|
|
383
380
|
}
|
|
384
|
-
.
|
|
381
|
+
.tfms6a2b {
|
|
385
382
|
visibility: hidden;
|
|
386
383
|
display: none;
|
|
387
384
|
}
|
|
388
|
-
.
|
|
385
|
+
.tfms6a2d {
|
|
389
386
|
display: flex;
|
|
390
387
|
gap: 24px;
|
|
391
388
|
}
|
|
392
|
-
.
|
|
389
|
+
.tfms6a2e {
|
|
393
390
|
vertical-align: vertical;
|
|
394
391
|
width: 100%;
|
|
395
392
|
display: flex;
|
|
@@ -398,12 +395,12 @@
|
|
|
398
395
|
align-items: center;
|
|
399
396
|
flex-direction: column-reverse;
|
|
400
397
|
}
|
|
401
|
-
.
|
|
398
|
+
.tfms6a2f {
|
|
402
399
|
text-transform: capitalize;
|
|
403
400
|
margin: auto ;
|
|
404
401
|
max-width: fit-content;
|
|
405
402
|
}
|
|
406
|
-
.
|
|
403
|
+
.tfms6a2g {
|
|
407
404
|
padding: 16px 64px;
|
|
408
405
|
border-radius: 0 8px 8px 0;
|
|
409
406
|
}
|
|
@@ -411,7 +408,7 @@
|
|
|
411
408
|
.tfms6a0 {
|
|
412
409
|
font-size: 28px;
|
|
413
410
|
}
|
|
414
|
-
.
|
|
411
|
+
.tfms6a2g {
|
|
415
412
|
padding: 16px;
|
|
416
413
|
}
|
|
417
414
|
}
|
|
@@ -436,80 +433,80 @@
|
|
|
436
433
|
.tfms6ak {
|
|
437
434
|
grid-template-columns: 1fr;
|
|
438
435
|
}
|
|
439
|
-
.
|
|
436
|
+
.tfms6as {
|
|
440
437
|
flex-direction: column;
|
|
441
438
|
}
|
|
442
|
-
.tfms6ak .
|
|
439
|
+
.tfms6ak .tfms6a1l {
|
|
443
440
|
grid-column-start: 1;
|
|
444
441
|
grid-column-end: 2;
|
|
445
442
|
}
|
|
446
443
|
}
|
|
447
444
|
@media screen and (max-width: 992px) {
|
|
448
|
-
.
|
|
445
|
+
.tfms6a13 h1 {
|
|
449
446
|
font-size: 37px;
|
|
450
447
|
line-height: 1.29;
|
|
451
448
|
margin-bottom: 0.4rem;
|
|
452
449
|
}
|
|
453
450
|
}
|
|
454
451
|
@media screen and (maxwidth: 767px) {
|
|
455
|
-
.
|
|
452
|
+
.tfms6a13 h1 {
|
|
456
453
|
font-size: 32px;
|
|
457
454
|
font-weight: 700;
|
|
458
455
|
margin-top: 0;
|
|
459
456
|
margin-bottom: 0.4rem;
|
|
460
457
|
}
|
|
461
|
-
.
|
|
458
|
+
.tfms6a18 {
|
|
462
459
|
max-width: 69px;
|
|
463
460
|
}
|
|
464
461
|
}
|
|
465
462
|
@media screen and (max-width: 780px) {
|
|
466
|
-
.
|
|
463
|
+
.tfms6a1s {
|
|
467
464
|
flex-direction: column;
|
|
468
465
|
}
|
|
469
466
|
}
|
|
470
467
|
@media screen and (max-width: 1103px) {
|
|
471
|
-
.
|
|
468
|
+
.tfms6a1s ._18du0lag {
|
|
472
469
|
padding: 6px;
|
|
473
470
|
}
|
|
474
471
|
}
|
|
475
472
|
@media screen and (max-width: 571px) and (min-width: 481px) {
|
|
476
|
-
.
|
|
473
|
+
.tfms6a1v label {
|
|
477
474
|
height: 48px;
|
|
478
475
|
display: flex;
|
|
479
476
|
align-items: flex-end;
|
|
480
477
|
}
|
|
481
478
|
}
|
|
482
479
|
@media screen and (min-width: 481px) {
|
|
483
|
-
.
|
|
480
|
+
.tfms6a1x select {
|
|
484
481
|
background: url(https://images.axos.com/o9ov1v03uwqk/4ayjjdIkEzQsfmhKbPeNaE/636b57923fbdac891d48f78ca06ffeb6/image_1_-_2024-06-27T142052.191.png) no-repeat 98%;
|
|
485
482
|
}
|
|
486
483
|
}
|
|
487
484
|
@media screen and (min-width: 769px) {
|
|
488
|
-
.
|
|
485
|
+
.tfms6a1z > div {
|
|
489
486
|
grid-template: none;
|
|
490
487
|
width: 50%;
|
|
491
488
|
}
|
|
492
489
|
}
|
|
493
490
|
@media screen and (max-width: 500px) {
|
|
494
|
-
.
|
|
491
|
+
.tfms6a20 {
|
|
495
492
|
flex-direction: column;
|
|
496
493
|
}
|
|
497
494
|
}
|
|
498
495
|
@media screen and (max-width: 800px) {
|
|
499
|
-
.
|
|
496
|
+
.tfms6a22 {
|
|
500
497
|
flex-direction: column;
|
|
501
498
|
}
|
|
502
|
-
.
|
|
499
|
+
.tfms6a27 select {
|
|
503
500
|
white-space: normal;
|
|
504
501
|
padding-right: 4rem;
|
|
505
502
|
}
|
|
506
|
-
.
|
|
503
|
+
.tfms6a28::placeholder {
|
|
507
504
|
color: #5E6A74;
|
|
508
505
|
}
|
|
509
|
-
.
|
|
506
|
+
.tfms6a2d {
|
|
510
507
|
flex-direction: column;
|
|
511
508
|
}
|
|
512
|
-
.
|
|
509
|
+
.tfms6a2e {
|
|
513
510
|
flex-direction: column-reverse;
|
|
514
511
|
}
|
|
515
512
|
}
|
|
@@ -517,7 +514,7 @@
|
|
|
517
514
|
.rate-watch-form hr {
|
|
518
515
|
display: none;
|
|
519
516
|
}
|
|
520
|
-
.
|
|
517
|
+
.tfms6a26 {
|
|
521
518
|
display: block;
|
|
522
519
|
}
|
|
523
520
|
}
|