-
Notifications
You must be signed in to change notification settings - Fork 1
/
modals.html
749 lines (661 loc) · 34.1 KB
/
modals.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/fontawesome.all.min.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen">
<link rel="shortcut icon" href="#">
<link rel="manifest" href="manifest.json">
<title>FinHit</title>
</head>
<body class="light-grey components-page">
<!-- Loading Container Start -->
<div class="d-flex flex-column justify-content-center align-items-center w-100 h-100" id="load">
<div class="preload-image mb-4">
<img src="img/icons/worldwide-coverage.svg" class="rot" alt="World Icon">
</div>
<div class="please-wait-text">
<div class="primary-text">
Please Wait
</div>
<div class="secondary-text">
We are working on your task
</div>
</div>
</div>
<!-- Loading Container End -->
<!-- TOP Modals Start -->
<!-- With buttons Modal Start -->
<div class="modal fade" id="exampleModal1" tabindex="-1" aria-labelledby="exampleModal1Label" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content br-radius-10">
<div class="modal-header align-items-center pl-0 pr-0">
<h5 class="modal-title" id="exampleModal1Label">Modal title</h5>
<button type="button" class="btn-close mt-1" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body fs-15 fw-300 pl-0 pr-0">
You are reading this text in a Modal. Modal Content Include only text without buttons in footer.
</div>
</div>
</div>
</div>
<!-- With buttons Modal End -->
<!-- With buttons Modal Start -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content br-radius-10">
<div class="modal-header align-items-center pl-0 pr-0">
<h5 class="modal-title" id="exampleModalLabel">Modal title</h5>
<button type="button" class="btn-close mt-1" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body fs-15 fw-300 pl-0 pr-0">
You are reading this text in a Modal
</div>
<div class="modal-footer w-100 justify-content-between pl-0 pr-0">
<button type="button" class="btn btn-secondary bg-color-white w-50" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary bg-color-primary text-white w-50">Save
</button>
</div>
</div>
</div>
</div>
<!-- With buttons Modal End -->
<!-- TOP Modal End -->
<!-- MIDDLE Modal Support Start-->
<div class="modal fade" id="supportModal" tabindex="-1" role="dialog" aria-labelledby="supportModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content popup-win mt-auto">
<div class="modal-middle mt-4">
<div class="text-center mt-3">
<img src="img/icons/approved.svg" class="modal-icon" alt="Support Icon">
<div class="modal-approve-title pt-3">
Transaction Has Been Confirmed Successfully!
</div>
</div>
</div>
<div class="modal-bottom d-flex mt-4 justify-content-center mb-3">
<a href="" data-dismiss="modal" class="btn btn-light w-50 br-50 b-1">GO!</a>
</div>
</div>
</div>
</div>
<!-- Modal Delete Card Start-->
<div class="modal fade" id="deleteCard" tabindex="-1" role="dialog" aria-labelledby="supportModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content popup-win mt-auto">
<div class="modal-middle mt-4">
<div class="text-center mt-3">
<img src="img/icons/delete-card.svg" class="modal-icon" alt="Support Icon">
<div class="modal-approve-title pt-3">
Are You Sure, You Want To Delete This Card?
</div>
</div>
</div>
<div class="modal-bottom d-flex mt-5">
<a href="home.html" class="btn btn-light w-100" data-dismiss="modal">NO</a>
<a href="home.html" class="btn btn-danger bg-color-danger w-100 ml-2" data-dismiss="modal">YES</a>
</div>
</div>
</div>
</div>
<!-- Modal Delete Card End-->
<!-- Modal Full Screen Scrolable Start-->
<div class="modal fade" id="exampleFullmodal" tabindex="-1" aria-labelledby="exampleFullmodal" aria-hidden="true">
<div class="modal-dialog m-1 modal-dialog-scrollable">
<div class="modal-content br-radius-10">
<div class="modal-header align-items-center pl-0 pr-0">
<h5 class="modal-title" id="exampleFullmodallabel">Modal title</h5>
<button type="button" class="btn-close mt-1" data-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body pl-0 pr-0 fw-200">
You are reading this text in a Modal
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia.
<br><br>Looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
<br><br>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
</div>
<div class="modal-footer w-100 justify-content-between pl-0 pr-0">
<button type="button" class="btn btn-secondary bg-color-white w-50" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary bg-color-primary text-white w-50">Save
</button>
</div>
</div>
</div>
</div>
<!-- Modal Full Screen Scrolable End-->
<!-- MIDDLE MODALS End-->
<!-- BOTTOM MODAL Start -->
<!-- Modal Add Money Start-->
<div class="modal fade" id="balanceModal" tabindex="-1" role="dialog" aria-labelledby="balanceModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content mt-auto">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><img src="img/icons/ic-close.svg" alt="Icon Close"></span>
</button>
<div class="modal-middle">
<div class="text-center">
<img src="img/icons/add-money-icon.svg" class="modal-icon" alt="Add Money Icon">
<div class="modal-title">
Add Balance
</div>
</div>
<div class="modal-text">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae confidere, sed quia non numquam eius, quid.
</div>
<div class="devider-without-line"></div>
<!-- Add Balance Form Start -->
<form class="add-balance-form">
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="balance-from">From</label>
<input class="form-control" type="text" autocomplete="off" name="balance-from" id="balance-from" placeholder="PayPal Account">
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="balance-amount">Enter Amount</label>
<input class="form-control" type="text" autocomplete="off" name="balance-amount" id="balance-amount" placeholder="$100">
</div>
<!-- Form Field End -->
</form>
<!-- Add Balance Form End -->
</div>
<div class="modal-bottom d-flex mt-4">
<a class="btn btn-light w-100" data-dismiss="modal">CANCEL</a>
<a class="btn btn-dark w-100 ml-2">DEPOSIT</a>
</div>
</div>
</div>
</div>
<!-- Modal Add Money End-->
<!-- Modal Withdraw Start-->
<div class="modal fade" id="withdrawModal" tabindex="-1" role="dialog" aria-labelledby="withdrawModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content mt-auto">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><img src="img/icons/ic-close.svg" alt="Icon Close"></span>
</button>
<div class="modal-middle">
<div class="text-center">
<img src="img/icons/assets-protection.svg" class="modal-icon" alt="Withdraw Icon">
<div class="modal-title">
Withdraw
</div>
</div>
<div class="modal-text">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae confidere, sed quia non numquam eius modi.
</div>
<div class="devider-without-line"></div>
<!-- Withdraw Form Start -->
<form class="withdraw-form">
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="withdraw-from">From</label>
<select name="withdraw-from" id="withdraw-from">
<option value="Savings (***5411)">Savings (***5411)</option>
<option value="Savings (***2311)">Savings (***2311)</option>
<option value="Savings (***5511)">Savings (***5511)</option>
<option value="Savings (***5561)">Savings (***5561)</option>
</select>
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="withdraw-to">To</label>
<div class="card-image">
<img src="img/icons/mastercard.svg" alt="MasterCard Icon">
</div>
<select name="withdraw-to" id="withdraw-to">
<option value="**** **** **** 5324">
**** **** **** 5324
</option>
<option value="**** **** **** 5351">
**** **** **** 5351
</option>
<option value="**** **** **** 1124">
**** **** **** 1124
</option>
</select>
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="withdraw-amount">Enter Amount</label>
<input class="form-control" type="text" autocomplete="off" name="withdraw-amount" id="withdraw-amount" placeholder="$100">
</div>
<!-- Form Field End -->
</form>
<!-- Withdraw Form End -->
</div>
<div class="modal-bottom d-flex mt-4">
<a class="btn btn-light w-100" data-dismiss="modal">CANCEL</a>
<a class="btn btn-dark w-100 ml-2">WITHDRAW</a>
</div>
</div>
</div>
</div>
<!-- Modal Withdraw End-->
<!-- Modal Send Money Start-->
<div class="modal fade" id="sendMoneyModal" tabindex="-1" role="dialog" aria-labelledby="sendMoneyModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content mt-auto">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><img src="img/icons/ic-close.svg" alt="Icon Close"></span>
</button>
<div class="modal-middle">
<div class="text-center">
<img src="img/icons/budget-balance.svg" class="modal-icon" alt="Send Money Icon">
<div class="modal-title">
SEND MONEY
</div>
</div>
<div class="modal-text">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae confidere, sed quia non numquam eius modi.
</div>
<div class="devider-without-line"></div>
<!-- Send Money Form Start -->
<form class="">
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label>From</label>
<select name="send-money-from" id="send-money-from">
<option value="Savings (***5411)">Savings (***5411)</option>
<option value="Savings (***2311)">Savings (***2311)</option>
<option value="Savings (***5511)">Savings (***5511)</option>
<option value="Savings (***5561)">Savings (***5561)</option>
</select>
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center select-with-user-image select-with-card-image">
<label for="send-money-to">To</label>
<div class="card-image">
<img src="img/icons/mastercard.svg" alt="MasterCard Icon">
</div>
<select name="send-money-to" id="send-money-to">
<option value="**** **** **** 5324">
**** **** **** 5324
</option>
<option value="**** **** **** 5351">
**** **** **** 5351
</option>
<option value="**** **** **** 1124">
**** **** **** 1124
</option>
</select>
<div class="user-image">
<img src="img/user-3.jpg" alt="">
</div>
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="send-money-amount">Enter Amount</label>
<input class="form-control" type="text" autocomplete="off" name="send-money-amount" id="send-money-amount" placeholder="$100">
</div>
<!-- Form Field End -->
</form>
<!-- Send Money Form End -->
</div>
<div class="modal-bottom d-flex mt-4">
<a class="btn btn-light w-100" data-dismiss="modal">CANCEL</a>
<a href="transaction-verification.html" class="btn btn-dark w-100 ml-2">SEND</a>
</div>
</div>
</div>
</div>
<!-- Modal Send money End-->
<!-- Modal Exchange Money Start-->
<div class="modal fade" id="exchangeModal" tabindex="-1" role="dialog" aria-labelledby="exchangeModalTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content mt-auto">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><img src="img/icons/ic-close.svg" alt="Icon Close"></span>
</button>
<div class="modal-middle">
<div class="text-center">
<img src="img/icons/exchange.svg" class="modal-icon" alt="Exchange Money Icon">
<div class="modal-title">
EXCHANGE MONEY
</div>
</div>
<div class="modal-text">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae confidere, sed quia non numquam eius modi.
</div>
<div class="devider-without-line"></div>
<!-- Exchange Money Form Start -->
<form class="add-balance-form">
<div class="d-flex align-items-center inputs-in-row">
<!-- Form Field Start -->
<div class="d-flex align-items-center w-100">
<label for="exchange-from">From</label>
<input class="form-control" type="text" autocomplete="off" name="exchange-from" id="exchange-from" placeholder="EUR">
</div>
<!-- Form Field End -->
<!-- Form Field Start -->
<div class="d-flex align-items-center ml-3 w-100">
<label for="exchange-to">To</label>
<input class="form-control" type="text" autocomplete="off" name="exchange-to" id="exchange-to" placeholder="USD">
</div>
<!-- Form Field End -->
</div>
<!-- Form Field Start -->
<div class="d-flex align-items-center">
<label for="exchange-amount">Enter Amount</label>
<input class="form-control" type="text" autocomplete="off" name="exchange-amount" id="exchange-amount" placeholder="$100">
</div>
<!-- Form Field End -->
</form>
<!-- Exchange Money Form End -->
</div>
<div class="modal-bottom d-flex mt-4">
<a class="btn btn-light w-100" data-dismiss="modal">CANCEL</a>
<a class="btn btn-dark w-100 ml-2">EXCHANGE</a>
</div>
</div>
</div>
</div>
<!-- Modal Exchange Money End-->
<!-- Modal Support Start-->
<div class="modal fade" id="supportModali" tabindex="-1" role="dialog" aria-labelledby="supportModaliTitle" aria-hidden="true">
<div class="modal-dialog mx-auto my-0 d-flex h-100 pt-5" role="document">
<div class="modal-content mt-auto">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><img src="img/icons/ic-close.svg" alt="Icon Close"></span>
</button>
<div class="modal-middle">
<div class="text-center">
<img src="img/icons/support.svg" class="modal-icon" alt="Support Icon">
<div class="modal-title">
Support 24/7
</div>
</div>
<div class="modal-text">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae confidere, sed quia non numquam eius modi.
</div>
<div class="devider-without-line"></div>
<!-- Support Form Start -->
<form class="add-balance-form">
<!-- Form Field Start -->
<label for="support-comment">* Comments</label>
<textarea name="support-comment" utocomplete="off" id="support-comment"></textarea>
<!-- Form Field End -->
</form>
<!-- Support Form End -->
</div>
<div class="modal-bottom d-flex mt-4">
<a class="btn btn-light w-100" data-dismiss="modal">CANCEL</a>
<a class="btn btn-dark w-100 ml-2">SEND</a>
</div>
</div>
</div>
</div>
<!-- Modal Support End-->
<!-- BOTTOM MODAL Start -->
<!-- Header Start -->
<div class="main-header w-100">
<div class="middle-row d-flex justify-content-between w-100 with-back-btn">
<div class="d-flex align-items-center">
<!-- Icon Back Start -->
<div class="icon-back">
<a href="components.html">
<span></span>
</a>
</div>
<!-- Icon Back End -->
<!-- Menu Icon Start -->
<div class="menu-icon icon-open">
<a href="menu.html">
</a>
</div>
<!-- Menu Icon End -->
</div>
<!-- Page Title Start -->
<div class="page-title">
Modals
</div>
<!-- Page Title End -->
<!-- Notification and User Block Start -->
<div class="main-header_notification-user-block d-flex align-items-center">
<a href="notifications.html">
<div class="notification-block">
<img src="img/icons/notification.svg" alt="Notification Image">
<div class="notification-number">2</div>
</div>
</a>
<a href="menu.html">
<img src="img/icons/menu-icon.svg" alt="Menu Icon">
</a>
</div>
<!-- Notification and User Block End -->
</div>
<div class="bottom-row">
</div>
</div>
<!-- Header End -->
<!-- Content Title & Slogan Start -->
<div class="sub-pages-top-content-section top-box-padding">
<div class="d-flex align-items-center">
<div class="title-image mr-2">
<img src="img/icons/components-icon.svg" class="d-block" alt="Reusable Components Icon">
</div>
<div class="title">
Modals
</div>
</div>
<div class="slogan">
Certe, inquam, pertinax non intellegamus, tu paulo ante cum memoriter, tum etiam erga nos causae.
</div>
<!-- Devide Start -->
<div class="devider-without-line mb-2"></div>
<!-- Devide End -->
</div>
<!-- Content Title & Slogan End -->
<div class="main-content p-60">
<!-- All Content Start -->
<div class="content-padding">
<!-- Checkboxes Start -->
<div class="pages-list_title mt-110 mb-4">
<div class="title">
top
</div>
<div class="pages-list">
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title" >
Top with text content
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-bs-toggle="modal" data-bs-target="#exampleModal1" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Top with buttons in footer
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-bs-toggle="modal" data-bs-target="#exampleModal" class="page-list_item-page-link"></a>
</div>
</div>
</div>
<!-- Checkboxes End -->
<!-- Radios Start -->
<div class="pages-list_title mb-4">
<div class="title">
middle
</div>
<div class="pages-list">
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Transaction Success
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#supportModal" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Delete Card
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#deleteCard" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Full Screen Scrolable
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#exampleFullmodal" class="page-list_item-page-link"></a>
</div>
</div>
</div>
<!-- Radios End -->
<!-- Switches Start -->
<div class="pages-list_title">
<div class="title">
bottom
</div>
<div class="pages-list">
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Add Money
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#balanceModal" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Withdraw
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#withdrawModal" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Send Money
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#sendMoneyModal" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
Exchange Money
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#exchangeModal" class="page-list_item-page-link"></a>
</div>
<div class="item-page">
<div class="d-flex align-items-center">
<div class="page-title">
support
</div>
<div class="arrow-right ml-auto">
</div>
</div>
<a data-toggle="modal" data-target="#supportModali" class="page-list_item-page-link"></a>
</div>
</div>
</div>
<!-- Switches End -->
</div>
<!-- All Content End -->
</div>
<!-- Footer Start -->
<div class="main-footer w-100">
<div class="top-row"></div>
<div class="bottom-row d-flex justify-content-between align-items-center">
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-overview">
<a href="home.html" class="no-text-decoration">
<img src="img/icons/overviews.svg" class="pasive" alt="Overview Icon">
<img src="img/icons/overviews-active.svg" class="active" alt="Overview Active Icon">
<div class="menu-title">
Overview
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-pages">
<a href="all-pages.html" class="no-text-decoration">
<img src="img/icons/pages.svg" class="pasive" alt="Pages Icon">
<img src="img/icons/pages-active.svg" class="active" alt="Pages Active Icon">
<div class="menu-title">
Pages
<div class="notification-number">2</div>
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-components">
<a href="components.html" class="no-text-decoration">
<img src="img/icons/components.svg" class="pasive" alt="Components Icon">
<img src="img/icons/components-active.svg" class="active" alt="Components Icon">
<div class="menu-title">
Components
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-cards">
<a href="my-cards.html" class="no-text-decoration">
<img src="img/icons/card.svg" class="pasive" alt="My Cards Icon">
<div class="menu-title">
My Cards
</div>
</a>
</div>
<!-- Menu Item End -->
<!-- Menu Item Start -->
<div class="footer-menu-item text-center item-settings">
<a href="settings.html" class="no-text-decoration">
<img src="img/icons/settings.svg" class="pasive" alt="Settings Icon">
<img src="img/icons/settings-active.svg" class="active" alt="Settings Active Icon">
<div class="menu-title">
Settings
</div>
</a>
</div>
<!-- Menu Item End -->
</div>
</div>
<!-- Footer End -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="js/jquery-3.4.1.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/script.js"></script>
</body>
</html>