siam-ui-utils 2.0.6 → 2.1.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 (60) hide show
  1. package/.eslintrc +73 -0
  2. package/.eslintrc.mjs +53 -0
  3. package/.prettierrc +7 -0
  4. package/.prettierrc.js +5 -0
  5. package/.storybook/css/bootstrap.min.css +6 -0
  6. package/.storybook/css/bootstrap.rtl.only.min.css +1428 -0
  7. package/.storybook/main.ts +17 -0
  8. package/.storybook/preview.ts +16 -0
  9. package/eslint.config.js +28 -0
  10. package/index.d.ts +0 -53
  11. package/index.html +12 -0
  12. package/package.json +87 -70
  13. package/src/App.jsx +43 -0
  14. package/src/IntlMessages.jsx +7 -0
  15. package/src/bridges/{with-router-bridge.jsx → index.jsx} +1 -1
  16. package/src/constants.js +9 -0
  17. package/src/dropzone-uploader/DropzoneUploader.stories.tsx +32 -0
  18. package/src/dropzone-uploader/dropzone-uploader.css +66 -0
  19. package/src/{archivos-adjuntos → dropzone-uploader}/index.jsx +10 -6
  20. package/src/iconos/icon-button-svg.jsx +1 -2
  21. package/src/iconos/index.js +3 -31
  22. package/src/iconos/styled-icon.jsx +1 -1
  23. package/src/index.js +2 -2
  24. package/src/main.jsx +7 -0
  25. package/src/tomar-foto/TomarFoto.stories.tsx +29 -0
  26. package/src/tomar-foto/index.jsx +2 -1
  27. package/tsconfig.json +3 -2
  28. package/vite.config.ts +8 -4
  29. package/.eslintrc.json +0 -25
  30. package/src/IntlMessages.tsx +0 -11
  31. package/src/bridges/index.js +0 -1
  32. package/src/iconos/anular-ayuda-icon.jsx +0 -72
  33. package/src/iconos/asesoria-burbuja-button.jsx +0 -104
  34. package/src/iconos/asesoria-burbuja-icon.jsx +0 -104
  35. package/src/iconos/atencion-presencial-icon.jsx +0 -79
  36. package/src/iconos/atencion-telefonica-icon.jsx +0 -44
  37. package/src/iconos/atencion-turno-telefonico-icon.jsx +0 -53
  38. package/src/iconos/atencion-virtual-icon.jsx +0 -37
  39. package/src/iconos/biblioteca-burbuja-button.jsx +0 -59
  40. package/src/iconos/biblioteca-burbuja-icon.jsx +0 -66
  41. package/src/iconos/cancelar-turno-icon.jsx +0 -29
  42. package/src/iconos/codigo-verificacion-icon.jsx +0 -54
  43. package/src/iconos/curso-autogestionado-color-icon.jsx +0 -203
  44. package/src/iconos/curso-autogestionado-icon.jsx +0 -49
  45. package/src/iconos/curso-burbuja-button.jsx +0 -41
  46. package/src/iconos/curso-burbuja-icon.jsx +0 -97
  47. package/src/iconos/curso-presencial-color-icon.jsx +0 -256
  48. package/src/iconos/curso-presencial-icon.jsx +0 -71
  49. package/src/iconos/curso-virtual-color-icon.jsx +0 -109
  50. package/src/iconos/curso-virtual-icon.jsx +0 -40
  51. package/src/iconos/delegaciones-icon.jsx +0 -66
  52. package/src/iconos/forgot-dni-icon.jsx +0 -42
  53. package/src/iconos/forgot-password-icon.jsx +0 -46
  54. package/src/iconos/lapiz-act-contacto-perf-button.jsx +0 -44
  55. package/src/iconos/styled-timer-reenv-cod.jsx +0 -16
  56. package/src/iconos/user/user-styled-icon.jsx +0 -22
  57. package/src/iconos/verificar-sin-verificar-icon.jsx +0 -39
  58. package/src/iconos/verificar-verificado-icon.jsx +0 -30
  59. package/src/iconos/whatsapp-icon-button.jsx +0 -41
  60. /package/src/{iconos/constants-svg.js → constants-svg.js} +0 -0
@@ -0,0 +1,1428 @@
1
+
2
+ .rtl {
3
+ text-align: right;
4
+ direction: rtl;
5
+ }
6
+
7
+ .rtl .nav {
8
+ padding-right: 0;
9
+ }
10
+
11
+ .rtl .navbar-nav .nav-item {
12
+ float: right;
13
+ }
14
+
15
+ .rtl .navbar-nav .nav-item + .nav-item {
16
+ margin-right: 1rem;
17
+ margin-left: inherit;
18
+ }
19
+
20
+ .rtl th {
21
+ text-align: right;
22
+ }
23
+
24
+ .rtl .alert-dismissible {
25
+ padding-right: 1.25rem;
26
+ padding-left: 4rem;
27
+ }
28
+
29
+ .rtl .dropdown-menu {
30
+ right: 0;
31
+ text-align: right;
32
+ }
33
+
34
+ .rtl .checkbox label {
35
+ padding-right: 1.25rem;
36
+ padding-left: inherit;
37
+ }
38
+
39
+
40
+ .rtl .custom-control-label::after,
41
+ .rtl .custom-control-label::before {
42
+ right: 0;
43
+ left: inherit;
44
+ }
45
+
46
+ .rtl .custom-select {
47
+ padding: 0.375rem 0.75rem 0.375rem 1.75rem;
48
+ background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
49
+ background-size: 8px 10px;
50
+ }
51
+
52
+ .rtl .custom-control {
53
+ padding-right: 1.5rem;
54
+ padding-left: inherit;
55
+ margin-right: inherit;
56
+ margin-left: 1rem;
57
+ }
58
+
59
+ .rtl .custom-control-indicator {
60
+ right: 0;
61
+ left: inherit;
62
+ }
63
+
64
+ .rtl .custom-file-label::after {
65
+ right: initial;
66
+ left: -1px;
67
+ border-radius: .25rem 0 0 .25rem;
68
+ }
69
+
70
+ .rtl .radio input,
71
+ .rtl .radio-inline,
72
+ .rtl .checkbox input,
73
+ .rtl .checkbox-inline input {
74
+ margin-right: -1.25rem;
75
+ margin-left: inherit;
76
+ }
77
+
78
+ .rtl .list-group {
79
+ padding-right: 0;
80
+ padding-left: 40px;
81
+ }
82
+
83
+ .rtl .close {
84
+ float: left;
85
+ }
86
+
87
+ .rtl .modal-header .close {
88
+ margin: -15px auto -15px -15px;
89
+ }
90
+
91
+ .rtl .modal-footer > :not(:first-child) {
92
+ margin-right: .25rem;
93
+ }
94
+
95
+ .rtl .alert-dismissible .close {
96
+ right: inherit;
97
+ left: 0;
98
+ }
99
+
100
+ .rtl .dropdown-toggle::after {
101
+ margin-right: .255em;
102
+ margin-left: 0;
103
+ }
104
+
105
+ .rtl .form-check-input {
106
+ margin-right: -1.25rem;
107
+ margin-left: inherit;
108
+ }
109
+
110
+ .rtl .form-check-label {
111
+ padding-right: 1.25rem;
112
+ padding-left: inherit;
113
+ }
114
+
115
+ .rtl .offset-1 {
116
+ margin-right: 8.33333%;
117
+ margin-left: 0;
118
+ }
119
+
120
+ .rtl .offset-2 {
121
+ margin-right: 16.66667%;
122
+ margin-left: 0;
123
+ }
124
+
125
+ .rtl .offset-3 {
126
+ margin-right: 25%;
127
+ margin-left: 0;
128
+ }
129
+
130
+ .rtl .offset-4 {
131
+ margin-right: 33.33333%;
132
+ margin-left: 0;
133
+ }
134
+
135
+ .rtl .offset-5 {
136
+ margin-right: 41.66667%;
137
+ margin-left: 0;
138
+ }
139
+
140
+ .rtl .offset-6 {
141
+ margin-right: 50%;
142
+ margin-left: 0;
143
+ }
144
+
145
+ .rtl .offset-7 {
146
+ margin-right: 58.33333%;
147
+ margin-left: 0;
148
+ }
149
+
150
+ .rtl .offset-8 {
151
+ margin-right: 66.66667%;
152
+ margin-left: 0;
153
+ }
154
+
155
+ .rtl .offset-9 {
156
+ margin-right: 75%;
157
+ margin-left: 0;
158
+ }
159
+
160
+ .rtl .offset-10 {
161
+ margin-right: 83.33333%;
162
+ margin-left: 0;
163
+ }
164
+
165
+ .rtl .offset-11 {
166
+ margin-right: 91.66667%;
167
+ margin-left: 0;
168
+ }
169
+
170
+ @media (min-width: 420px) {
171
+ .rtl .offset-xs-0 {
172
+ margin-right: 0;
173
+ margin-left: 0;
174
+ }
175
+ .rtl .offset-xs-1 {
176
+ margin-right: 8.33333%;
177
+ margin-left: 0;
178
+ }
179
+ .rtl .offset-xs-2 {
180
+ margin-right: 16.66667%;
181
+ margin-left: 0;
182
+ }
183
+ .rtl .offset-xs-3 {
184
+ margin-right: 25%;
185
+ margin-left: 0;
186
+ }
187
+ .rtl .offset-xs-4 {
188
+ margin-right: 33.33333%;
189
+ margin-left: 0;
190
+ }
191
+ .rtl .offset-xs-5 {
192
+ margin-right: 41.66667%;
193
+ margin-left: 0;
194
+ }
195
+ .rtl .offset-xs-6 {
196
+ margin-right: 50%;
197
+ margin-left: 0;
198
+ }
199
+ .rtl .offset-xs-7 {
200
+ margin-right: 58.33333%;
201
+ margin-left: 0;
202
+ }
203
+ .rtl .offset-xs-8 {
204
+ margin-right: 66.66667%;
205
+ margin-left: 0;
206
+ }
207
+ .rtl .offset-xs-9 {
208
+ margin-right: 75%;
209
+ margin-left: 0;
210
+ }
211
+ .rtl .offset-xs-10 {
212
+ margin-right: 83.33333%;
213
+ margin-left: 0;
214
+ }
215
+ .rtl .offset-xs-11 {
216
+ margin-right: 91.66667%;
217
+ margin-left: 0;
218
+ }
219
+ }
220
+
221
+ @media (min-width: 576px) {
222
+ .rtl .offset-sm-0 {
223
+ margin-right: 0;
224
+ margin-left: 0;
225
+ }
226
+ .rtl .offset-sm-1 {
227
+ margin-right: 8.33333%;
228
+ margin-left: 0;
229
+ }
230
+ .rtl .offset-sm-2 {
231
+ margin-right: 16.66667%;
232
+ margin-left: 0;
233
+ }
234
+ .rtl .offset-sm-3 {
235
+ margin-right: 25%;
236
+ margin-left: 0;
237
+ }
238
+ .rtl .offset-sm-4 {
239
+ margin-right: 33.33333%;
240
+ margin-left: 0;
241
+ }
242
+ .rtl .offset-sm-5 {
243
+ margin-right: 41.66667%;
244
+ margin-left: 0;
245
+ }
246
+ .rtl .offset-sm-6 {
247
+ margin-right: 50%;
248
+ margin-left: 0;
249
+ }
250
+ .rtl .offset-sm-7 {
251
+ margin-right: 58.33333%;
252
+ margin-left: 0;
253
+ }
254
+ .rtl .offset-sm-8 {
255
+ margin-right: 66.66667%;
256
+ margin-left: 0;
257
+ }
258
+ .rtl .offset-sm-9 {
259
+ margin-right: 75%;
260
+ margin-left: 0;
261
+ }
262
+ .rtl .offset-sm-10 {
263
+ margin-right: 83.33333%;
264
+ margin-left: 0;
265
+ }
266
+ .rtl .offset-sm-11 {
267
+ margin-right: 91.66667%;
268
+ margin-left: 0;
269
+ }
270
+ }
271
+
272
+ @media (min-width: 768px) {
273
+ .rtl .offset-md-0 {
274
+ margin-right: 0;
275
+ margin-left: 0;
276
+ }
277
+ .rtl .offset-md-1 {
278
+ margin-right: 8.33333%;
279
+ margin-left: 0;
280
+ }
281
+ .rtl .offset-md-2 {
282
+ margin-right: 16.66667%;
283
+ margin-left: 0;
284
+ }
285
+ .rtl .offset-md-3 {
286
+ margin-right: 25%;
287
+ margin-left: 0;
288
+ }
289
+ .rtl .offset-md-4 {
290
+ margin-right: 33.33333%;
291
+ margin-left: 0;
292
+ }
293
+ .rtl .offset-md-5 {
294
+ margin-right: 41.66667%;
295
+ margin-left: 0;
296
+ }
297
+ .rtl .offset-md-6 {
298
+ margin-right: 50%;
299
+ margin-left: 0;
300
+ }
301
+ .rtl .offset-md-7 {
302
+ margin-right: 58.33333%;
303
+ margin-left: 0;
304
+ }
305
+ .rtl .offset-md-8 {
306
+ margin-right: 66.66667%;
307
+ margin-left: 0;
308
+ }
309
+ .rtl .offset-md-9 {
310
+ margin-right: 75%;
311
+ margin-left: 0;
312
+ }
313
+ .rtl .offset-md-10 {
314
+ margin-right: 83.33333%;
315
+ margin-left: 0;
316
+ }
317
+ .rtl .offset-md-11 {
318
+ margin-right: 91.66667%;
319
+ margin-left: 0;
320
+ }
321
+ }
322
+
323
+ @media (min-width: 992px) {
324
+ .rtl .offset-lg-0 {
325
+ margin-right: 0;
326
+ margin-left: 0;
327
+ }
328
+ .rtl .offset-lg-1 {
329
+ margin-right: 8.33333%;
330
+ margin-left: 0;
331
+ }
332
+ .rtl .offset-lg-2 {
333
+ margin-right: 16.66667%;
334
+ margin-left: 0;
335
+ }
336
+ .rtl .offset-lg-3 {
337
+ margin-right: 25%;
338
+ margin-left: 0;
339
+ }
340
+ .rtl .offset-lg-4 {
341
+ margin-right: 33.33333%;
342
+ margin-left: 0;
343
+ }
344
+ .rtl .offset-lg-5 {
345
+ margin-right: 41.66667%;
346
+ margin-left: 0;
347
+ }
348
+ .rtl .offset-lg-6 {
349
+ margin-right: 50%;
350
+ margin-left: 0;
351
+ }
352
+ .rtl .offset-lg-7 {
353
+ margin-right: 58.33333%;
354
+ margin-left: 0;
355
+ }
356
+ .rtl .offset-lg-8 {
357
+ margin-right: 66.66667%;
358
+ margin-left: 0;
359
+ }
360
+ .rtl .offset-lg-9 {
361
+ margin-right: 75%;
362
+ margin-left: 0;
363
+ }
364
+ .rtl .offset-lg-10 {
365
+ margin-right: 83.33333%;
366
+ margin-left: 0;
367
+ }
368
+ .rtl .offset-lg-11 {
369
+ margin-right: 91.66667%;
370
+ margin-left: 0;
371
+ }
372
+ }
373
+
374
+ @media (min-width: 1200px) {
375
+ .rtl .offset-xl-0 {
376
+ margin-right: 0;
377
+ margin-left: 0;
378
+ }
379
+ .rtl .offset-xl-1 {
380
+ margin-right: 8.33333%;
381
+ margin-left: 0;
382
+ }
383
+ .rtl .offset-xl-2 {
384
+ margin-right: 16.66667%;
385
+ margin-left: 0;
386
+ }
387
+ .rtl .offset-xl-3 {
388
+ margin-right: 25%;
389
+ margin-left: 0;
390
+ }
391
+ .rtl .offset-xl-4 {
392
+ margin-right: 33.33333%;
393
+ margin-left: 0;
394
+ }
395
+ .rtl .offset-xl-5 {
396
+ margin-right: 41.66667%;
397
+ margin-left: 0;
398
+ }
399
+ .rtl .offset-xl-6 {
400
+ margin-right: 50%;
401
+ margin-left: 0;
402
+ }
403
+ .rtl .offset-xl-7 {
404
+ margin-right: 58.33333%;
405
+ margin-left: 0;
406
+ }
407
+ .rtl .offset-xl-8 {
408
+ margin-right: 66.66667%;
409
+ margin-left: 0;
410
+ }
411
+ .rtl .offset-xl-9 {
412
+ margin-right: 75%;
413
+ margin-left: 0;
414
+ }
415
+ .rtl .offset-xl-10 {
416
+ margin-right: 83.33333%;
417
+ margin-left: 0;
418
+ }
419
+ .rtl .offset-xl-11 {
420
+ margin-right: 91.66667%;
421
+ margin-left: 0;
422
+ }
423
+ }
424
+
425
+ @media (min-width: 1440px) {
426
+ .rtl .offset-xxl-0 {
427
+ margin-right: 0;
428
+ margin-left: 0;
429
+ }
430
+ .rtl .offset-xxl-1 {
431
+ margin-right: 8.33333%;
432
+ margin-left: 0;
433
+ }
434
+ .rtl .offset-xxl-2 {
435
+ margin-right: 16.66667%;
436
+ margin-left: 0;
437
+ }
438
+ .rtl .offset-xxl-3 {
439
+ margin-right: 25%;
440
+ margin-left: 0;
441
+ }
442
+ .rtl .offset-xxl-4 {
443
+ margin-right: 33.33333%;
444
+ margin-left: 0;
445
+ }
446
+ .rtl .offset-xxl-5 {
447
+ margin-right: 41.66667%;
448
+ margin-left: 0;
449
+ }
450
+ .rtl .offset-xxl-6 {
451
+ margin-right: 50%;
452
+ margin-left: 0;
453
+ }
454
+ .rtl .offset-xxl-7 {
455
+ margin-right: 58.33333%;
456
+ margin-left: 0;
457
+ }
458
+ .rtl .offset-xxl-8 {
459
+ margin-right: 66.66667%;
460
+ margin-left: 0;
461
+ }
462
+ .rtl .offset-xxl-9 {
463
+ margin-right: 75%;
464
+ margin-left: 0;
465
+ }
466
+ .rtl .offset-xxl-10 {
467
+ margin-right: 83.33333%;
468
+ margin-left: 0;
469
+ }
470
+ .rtl .offset-xxl-11 {
471
+ margin-right: 91.66667%;
472
+ margin-left: 0;
473
+ }
474
+ }
475
+
476
+ .rtl .mr-0,
477
+ .rtl .mx-0 {
478
+ margin-right: 0 !important;
479
+ margin-left: 0 !important;
480
+ }
481
+
482
+ .rtl .ml-0,
483
+ .rtl .mx-0 {
484
+ margin-left: 0 !important;
485
+ margin-right: 0 !important;
486
+ }
487
+
488
+ .rtl .mr-1,
489
+ .rtl .mx-1 {
490
+ margin-right: 0 !important;
491
+ margin-left: 0.25rem !important;
492
+ }
493
+
494
+ .rtl .ml-1,
495
+ .rtl .mx-1 {
496
+ margin-left: 0 !important;
497
+ margin-right: 0.25rem !important;
498
+ }
499
+
500
+ .rtl .mr-2,
501
+ .rtl .mx-2 {
502
+ margin-right: 0 !important;
503
+ margin-left: 0.5rem !important;
504
+ }
505
+
506
+ .rtl .ml-2,
507
+ .rtl .mx-2 {
508
+ margin-left: 0 !important;
509
+ margin-right: 0.5rem !important;
510
+ }
511
+
512
+ .rtl .mr-3,
513
+ .rtl .mx-3 {
514
+ margin-right: 0 !important;
515
+ margin-left: 1rem !important;
516
+ }
517
+
518
+ .rtl .ml-3,
519
+ .rtl .mx-3 {
520
+ margin-left: 0 !important;
521
+ margin-right: 1rem !important;
522
+ }
523
+
524
+ .rtl .mr-4,
525
+ .rtl .mx-4 {
526
+ margin-right: 0 !important;
527
+ margin-left: 1.5rem !important;
528
+ }
529
+
530
+ .rtl .ml-4,
531
+ .rtl .mx-4 {
532
+ margin-left: 0 !important;
533
+ margin-right: 1.5rem !important;
534
+ }
535
+
536
+ .rtl .mr-5,
537
+ .rtl .mx-5 {
538
+ margin-right: 0 !important;
539
+ margin-left: 3rem !important;
540
+ }
541
+
542
+ .rtl .ml-5,
543
+ .rtl .mx-5 {
544
+ margin-left: 0 !important;
545
+ margin-right: 3rem !important;
546
+ }
547
+
548
+ .rtl .pr-0,
549
+ .rtl .px-0 {
550
+ padding-right: 0 !important;
551
+ padding-left: 0 !important;
552
+ }
553
+
554
+ .rtl .pl-0,
555
+ .rtl .px-0 {
556
+ padding-left: 0 !important;
557
+ padding-right: 0 !important;
558
+ }
559
+
560
+ .rtl .pr-1,
561
+ .rtl .px-1 {
562
+ padding-right: 0 !important;
563
+ padding-left: 0.25rem !important;
564
+ }
565
+
566
+ .rtl .pl-1,
567
+ .rtl .px-1 {
568
+ padding-left: 0 !important;
569
+ padding-right: 0.25rem !important;
570
+ }
571
+
572
+ .rtl .pr-2,
573
+ .rtl .px-2 {
574
+ padding-right: 0 !important;
575
+ padding-left: 0.5rem !important;
576
+ }
577
+
578
+ .rtl .pl-2,
579
+ .rtl .px-2 {
580
+ padding-left: 0 !important;
581
+ padding-right: 0.5rem !important;
582
+ }
583
+
584
+ .rtl .pr-3,
585
+ .rtl .px-3 {
586
+ padding-right: 0 !important;
587
+ padding-left: 1rem !important;
588
+ }
589
+
590
+ .rtl .pl-3,
591
+ .rtl .px-3 {
592
+ padding-left: 0 !important;
593
+ padding-right: 1rem !important;
594
+ }
595
+
596
+ .rtl .pr-4,
597
+ .rtl .px-4 {
598
+ padding-right: 0 !important;
599
+ padding-left: 1.5rem !important;
600
+ }
601
+
602
+ .rtl .pl-4,
603
+ .rtl .px-4 {
604
+ padding-left: 0 !important;
605
+ padding-right: 1.5rem !important;
606
+ }
607
+
608
+ .rtl .pr-5,
609
+ .rtl .px-5 {
610
+ padding-right: 0 !important;
611
+ padding-left: 3rem !important;
612
+ }
613
+
614
+ .rtl .pl-5,
615
+ .rtl .px-5 {
616
+ padding-left: 0 !important;
617
+ padding-right: 3rem !important;
618
+ }
619
+
620
+ .rtl .mr-auto,
621
+ .rtl .mx-auto {
622
+ margin-right: 0 !important;
623
+ margin-left: auto !important;
624
+ }
625
+
626
+ .rtl .ml-auto,
627
+ .rtl .mx-auto {
628
+ margin-right: auto !important;
629
+ margin-left: 0 !important;
630
+ }
631
+
632
+ @media (min-width: 420px) {
633
+ .rtl .mr-xs-0,
634
+ .rtl .mx-xs-0 {
635
+ margin-right: 0 !important;
636
+ margin-left: 0 !important;
637
+ }
638
+ .rtl .ml-xs-0,
639
+ .rtl .mx-xs-0 {
640
+ margin-left: 0 !important;
641
+ margin-right: 0 !important;
642
+ }
643
+ .rtl .mr-xs-1,
644
+ .rtl .mx-xs-1 {
645
+ margin-right: 0 !important;
646
+ margin-left: 0.25rem !important;
647
+ }
648
+ .rtl .ml-xs-1,
649
+ .rtl .mx-xs-1 {
650
+ margin-left: 0 !important;
651
+ margin-right: 0.25rem !important;
652
+ }
653
+ .rtl .mr-xs-2,
654
+ .rtl .mx-xs-2 {
655
+ margin-right: 0 !important;
656
+ margin-left: 0.5rem !important;
657
+ }
658
+ .rtl .ml-xs-2,
659
+ .rtl .mx-xs-2 {
660
+ margin-left: 0 !important;
661
+ margin-right: 0.5rem !important;
662
+ }
663
+ .rtl .mr-xs-3,
664
+ .rtl .mx-xs-3 {
665
+ margin-right: 0 !important;
666
+ margin-left: 1rem !important;
667
+ }
668
+ .rtl .ml-xs-3,
669
+ .rtl .mx-xs-3 {
670
+ margin-left: 0 !important;
671
+ margin-right: 1rem !important;
672
+ }
673
+ .rtl .mr-xs-4,
674
+ .rtl .mx-xs-4 {
675
+ margin-right: 0 !important;
676
+ margin-left: 1.5rem !important;
677
+ }
678
+ .rtl .ml-xs-4,
679
+ .rtl .mx-xs-4 {
680
+ margin-left: 0 !important;
681
+ margin-right: 1.5rem !important;
682
+ }
683
+ .rtl .mr-xs-5,
684
+ .rtl .mx-xs-5 {
685
+ margin-right: 0 !important;
686
+ margin-left: 3rem !important;
687
+ }
688
+ .rtl .ml-xs-5,
689
+ .rtl .mx-xs-5 {
690
+ margin-left: 0 !important;
691
+ margin-right: 3rem !important;
692
+ }
693
+ .rtl .pr-xs-0,
694
+ .rtl .px-xs-0 {
695
+ padding-right: 0 !important;
696
+ padding-left: 0 !important;
697
+ }
698
+ .rtl .pl-xs-0,
699
+ .rtl .px-xs-0 {
700
+ padding-left: 0 !important;
701
+ padding-right: 0 !important;
702
+ }
703
+ .rtl .pr-xs-1,
704
+ .rtl .px-xs-1 {
705
+ padding-right: 0 !important;
706
+ padding-left: 0.25rem !important;
707
+ }
708
+ .rtl .pl-xs-1,
709
+ .rtl .px-xs-1 {
710
+ padding-left: 0 !important;
711
+ padding-right: 0.25rem !important;
712
+ }
713
+ .rtl .pr-xs-2,
714
+ .rtl .px-xs-2 {
715
+ padding-right: 0 !important;
716
+ padding-left: 0.5rem !important;
717
+ }
718
+ .rtl .pl-xs-2,
719
+ .rtl .px-xs-2 {
720
+ padding-left: 0 !important;
721
+ padding-right: 0.5rem !important;
722
+ }
723
+ .rtl .pr-xs-3,
724
+ .rtl .px-xs-3 {
725
+ padding-right: 0 !important;
726
+ padding-left: 1rem !important;
727
+ }
728
+ .rtl .pl-xs-3,
729
+ .rtl .px-xs-3 {
730
+ padding-left: 0 !important;
731
+ padding-right: 1rem !important;
732
+ }
733
+ .rtl .pr-xs-4,
734
+ .rtl .px-xs-4 {
735
+ padding-right: 0 !important;
736
+ padding-left: 1.5rem !important;
737
+ }
738
+ .rtl .pl-xs-4,
739
+ .rtl .px-xs-4 {
740
+ padding-left: 0 !important;
741
+ padding-right: 1.5rem !important;
742
+ }
743
+ .rtl .pr-xs-5,
744
+ .rtl .px-xs-5 {
745
+ padding-right: 0 !important;
746
+ padding-left: 3rem !important;
747
+ }
748
+ .rtl .pl-xs-5,
749
+ .rtl .px-xs-5 {
750
+ padding-left: 0 !important;
751
+ padding-right: 3rem !important;
752
+ }
753
+ .rtl .mr-xs-auto,
754
+ .rtl .mx-xs-auto {
755
+ margin-right: 0 !important;
756
+ margin-left: auto !important;
757
+ }
758
+ .rtl .ml-xs-auto,
759
+ .rtl .mx-xs-auto {
760
+ margin-right: auto !important;
761
+ margin-left: 0 !important;
762
+ }
763
+ }
764
+
765
+ @media (min-width: 576px) {
766
+ .rtl .mr-sm-0,
767
+ .rtl .mx-sm-0 {
768
+ margin-right: 0 !important;
769
+ margin-left: 0 !important;
770
+ }
771
+ .rtl .ml-sm-0,
772
+ .rtl .mx-sm-0 {
773
+ margin-left: 0 !important;
774
+ margin-right: 0 !important;
775
+ }
776
+ .rtl .mr-sm-1,
777
+ .rtl .mx-sm-1 {
778
+ margin-right: 0 !important;
779
+ margin-left: 0.25rem !important;
780
+ }
781
+ .rtl .ml-sm-1,
782
+ .rtl .mx-sm-1 {
783
+ margin-left: 0 !important;
784
+ margin-right: 0.25rem !important;
785
+ }
786
+ .rtl .mr-sm-2,
787
+ .rtl .mx-sm-2 {
788
+ margin-right: 0 !important;
789
+ margin-left: 0.5rem !important;
790
+ }
791
+ .rtl .ml-sm-2,
792
+ .rtl .mx-sm-2 {
793
+ margin-left: 0 !important;
794
+ margin-right: 0.5rem !important;
795
+ }
796
+ .rtl .mr-sm-3,
797
+ .rtl .mx-sm-3 {
798
+ margin-right: 0 !important;
799
+ margin-left: 1rem !important;
800
+ }
801
+ .rtl .ml-sm-3,
802
+ .rtl .mx-sm-3 {
803
+ margin-left: 0 !important;
804
+ margin-right: 1rem !important;
805
+ }
806
+ .rtl .mr-sm-4,
807
+ .rtl .mx-sm-4 {
808
+ margin-right: 0 !important;
809
+ margin-left: 1.5rem !important;
810
+ }
811
+ .rtl .ml-sm-4,
812
+ .rtl .mx-sm-4 {
813
+ margin-left: 0 !important;
814
+ margin-right: 1.5rem !important;
815
+ }
816
+ .rtl .mr-sm-5,
817
+ .rtl .mx-sm-5 {
818
+ margin-right: 0 !important;
819
+ margin-left: 3rem !important;
820
+ }
821
+ .rtl .ml-sm-5,
822
+ .rtl .mx-sm-5 {
823
+ margin-left: 0 !important;
824
+ margin-right: 3rem !important;
825
+ }
826
+ .rtl .pr-sm-0,
827
+ .rtl .px-sm-0 {
828
+ padding-right: 0 !important;
829
+ padding-left: 0 !important;
830
+ }
831
+ .rtl .pl-sm-0,
832
+ .rtl .px-sm-0 {
833
+ padding-left: 0 !important;
834
+ padding-right: 0 !important;
835
+ }
836
+ .rtl .pr-sm-1,
837
+ .rtl .px-sm-1 {
838
+ padding-right: 0 !important;
839
+ padding-left: 0.25rem !important;
840
+ }
841
+ .rtl .pl-sm-1,
842
+ .rtl .px-sm-1 {
843
+ padding-left: 0 !important;
844
+ padding-right: 0.25rem !important;
845
+ }
846
+ .rtl .pr-sm-2,
847
+ .rtl .px-sm-2 {
848
+ padding-right: 0 !important;
849
+ padding-left: 0.5rem !important;
850
+ }
851
+ .rtl .pl-sm-2,
852
+ .rtl .px-sm-2 {
853
+ padding-left: 0 !important;
854
+ padding-right: 0.5rem !important;
855
+ }
856
+ .rtl .pr-sm-3,
857
+ .rtl .px-sm-3 {
858
+ padding-right: 0 !important;
859
+ padding-left: 1rem !important;
860
+ }
861
+ .rtl .pl-sm-3,
862
+ .rtl .px-sm-3 {
863
+ padding-left: 0 !important;
864
+ padding-right: 1rem !important;
865
+ }
866
+ .rtl .pr-sm-4,
867
+ .rtl .px-sm-4 {
868
+ padding-right: 0 !important;
869
+ padding-left: 1.5rem !important;
870
+ }
871
+ .rtl .pl-sm-4,
872
+ .rtl .px-sm-4 {
873
+ padding-left: 0 !important;
874
+ padding-right: 1.5rem !important;
875
+ }
876
+ .rtl .pr-sm-5,
877
+ .rtl .px-sm-5 {
878
+ padding-right: 0 !important;
879
+ padding-left: 3rem !important;
880
+ }
881
+ .rtl .pl-sm-5,
882
+ .rtl .px-sm-5 {
883
+ padding-left: 0 !important;
884
+ padding-right: 3rem !important;
885
+ }
886
+ .rtl .mr-sm-auto,
887
+ .rtl .mx-sm-auto {
888
+ margin-right: 0 !important;
889
+ margin-left: auto !important;
890
+ }
891
+ .rtl .ml-sm-auto,
892
+ .rtl .mx-sm-auto {
893
+ margin-right: auto !important;
894
+ margin-left: 0 !important;
895
+ }
896
+ }
897
+
898
+ @media (min-width: 768px) {
899
+ .rtl .mr-md-0,
900
+ .rtl .mx-md-0 {
901
+ margin-right: 0 !important;
902
+ margin-left: 0 !important;
903
+ }
904
+ .rtl .ml-md-0,
905
+ .rtl .mx-md-0 {
906
+ margin-left: 0 !important;
907
+ margin-right: 0 !important;
908
+ }
909
+ .rtl .mr-md-1,
910
+ .rtl .mx-md-1 {
911
+ margin-right: 0 !important;
912
+ margin-left: 0.25rem !important;
913
+ }
914
+ .rtl .ml-md-1,
915
+ .rtl .mx-md-1 {
916
+ margin-left: 0 !important;
917
+ margin-right: 0.25rem !important;
918
+ }
919
+ .rtl .mr-md-2,
920
+ .rtl .mx-md-2 {
921
+ margin-right: 0 !important;
922
+ margin-left: 0.5rem !important;
923
+ }
924
+ .rtl .ml-md-2,
925
+ .rtl .mx-md-2 {
926
+ margin-left: 0 !important;
927
+ margin-right: 0.5rem !important;
928
+ }
929
+ .rtl .mr-md-3,
930
+ .rtl .mx-md-3 {
931
+ margin-right: 0 !important;
932
+ margin-left: 1rem !important;
933
+ }
934
+ .rtl .ml-md-3,
935
+ .rtl .mx-md-3 {
936
+ margin-left: 0 !important;
937
+ margin-right: 1rem !important;
938
+ }
939
+ .rtl .mr-md-4,
940
+ .rtl .mx-md-4 {
941
+ margin-right: 0 !important;
942
+ margin-left: 1.5rem !important;
943
+ }
944
+ .rtl .ml-md-4,
945
+ .rtl .mx-md-4 {
946
+ margin-left: 0 !important;
947
+ margin-right: 1.5rem !important;
948
+ }
949
+ .rtl .mr-md-5,
950
+ .rtl .mx-md-5 {
951
+ margin-right: 0 !important;
952
+ margin-left: 3rem !important;
953
+ }
954
+ .rtl .ml-md-5,
955
+ .rtl .mx-md-5 {
956
+ margin-left: 0 !important;
957
+ margin-right: 3rem !important;
958
+ }
959
+ .rtl .pr-md-0,
960
+ .rtl .px-md-0 {
961
+ padding-right: 0 !important;
962
+ padding-left: 0 !important;
963
+ }
964
+ .rtl .pl-md-0,
965
+ .rtl .px-md-0 {
966
+ padding-left: 0 !important;
967
+ padding-right: 0 !important;
968
+ }
969
+ .rtl .pr-md-1,
970
+ .rtl .px-md-1 {
971
+ padding-right: 0 !important;
972
+ padding-left: 0.25rem !important;
973
+ }
974
+ .rtl .pl-md-1,
975
+ .rtl .px-md-1 {
976
+ padding-left: 0 !important;
977
+ padding-right: 0.25rem !important;
978
+ }
979
+ .rtl .pr-md-2,
980
+ .rtl .px-md-2 {
981
+ padding-right: 0 !important;
982
+ padding-left: 0.5rem !important;
983
+ }
984
+ .rtl .pl-md-2,
985
+ .rtl .px-md-2 {
986
+ padding-left: 0 !important;
987
+ padding-right: 0.5rem !important;
988
+ }
989
+ .rtl .pr-md-3,
990
+ .rtl .px-md-3 {
991
+ padding-right: 0 !important;
992
+ padding-left: 1rem !important;
993
+ }
994
+ .rtl .pl-md-3,
995
+ .rtl .px-md-3 {
996
+ padding-left: 0 !important;
997
+ padding-right: 1rem !important;
998
+ }
999
+ .rtl .pr-md-4,
1000
+ .rtl .px-md-4 {
1001
+ padding-right: 0 !important;
1002
+ padding-left: 1.5rem !important;
1003
+ }
1004
+ .rtl .pl-md-4,
1005
+ .rtl .px-md-4 {
1006
+ padding-left: 0 !important;
1007
+ padding-right: 1.5rem !important;
1008
+ }
1009
+ .rtl .pr-md-5,
1010
+ .rtl .px-md-5 {
1011
+ padding-right: 0 !important;
1012
+ padding-left: 3rem !important;
1013
+ }
1014
+ .rtl .pl-md-5,
1015
+ .rtl .px-md-5 {
1016
+ padding-left: 0 !important;
1017
+ padding-right: 3rem !important;
1018
+ }
1019
+ .rtl .mr-md-auto,
1020
+ .rtl .mx-md-auto {
1021
+ margin-right: 0 !important;
1022
+ margin-left: auto !important;
1023
+ }
1024
+ .rtl .ml-md-auto,
1025
+ .rtl .mx-md-auto {
1026
+ margin-right: auto !important;
1027
+ margin-left: 0 !important;
1028
+ }
1029
+ }
1030
+
1031
+ @media (min-width: 992px) {
1032
+ .rtl .mr-lg-0,
1033
+ .rtl .mx-lg-0 {
1034
+ margin-right: 0 !important;
1035
+ margin-left: 0 !important;
1036
+ }
1037
+ .rtl .ml-lg-0,
1038
+ .rtl .mx-lg-0 {
1039
+ margin-left: 0 !important;
1040
+ margin-right: 0 !important;
1041
+ }
1042
+ .rtl .mr-lg-1,
1043
+ .rtl .mx-lg-1 {
1044
+ margin-right: 0 !important;
1045
+ margin-left: 0.25rem !important;
1046
+ }
1047
+ .rtl .ml-lg-1,
1048
+ .rtl .mx-lg-1 {
1049
+ margin-left: 0 !important;
1050
+ margin-right: 0.25rem !important;
1051
+ }
1052
+ .rtl .mr-lg-2,
1053
+ .rtl .mx-lg-2 {
1054
+ margin-right: 0 !important;
1055
+ margin-left: 0.5rem !important;
1056
+ }
1057
+ .rtl .ml-lg-2,
1058
+ .rtl .mx-lg-2 {
1059
+ margin-left: 0 !important;
1060
+ margin-right: 0.5rem !important;
1061
+ }
1062
+ .rtl .mr-lg-3,
1063
+ .rtl .mx-lg-3 {
1064
+ margin-right: 0 !important;
1065
+ margin-left: 1rem !important;
1066
+ }
1067
+ .rtl .ml-lg-3,
1068
+ .rtl .mx-lg-3 {
1069
+ margin-left: 0 !important;
1070
+ margin-right: 1rem !important;
1071
+ }
1072
+ .rtl .mr-lg-4,
1073
+ .rtl .mx-lg-4 {
1074
+ margin-right: 0 !important;
1075
+ margin-left: 1.5rem !important;
1076
+ }
1077
+ .rtl .ml-lg-4,
1078
+ .rtl .mx-lg-4 {
1079
+ margin-left: 0 !important;
1080
+ margin-right: 1.5rem !important;
1081
+ }
1082
+ .rtl .mr-lg-5,
1083
+ .rtl .mx-lg-5 {
1084
+ margin-right: 0 !important;
1085
+ margin-left: 3rem !important;
1086
+ }
1087
+ .rtl .ml-lg-5,
1088
+ .rtl .mx-lg-5 {
1089
+ margin-left: 0 !important;
1090
+ margin-right: 3rem !important;
1091
+ }
1092
+ .rtl .pr-lg-0,
1093
+ .rtl .px-lg-0 {
1094
+ padding-right: 0 !important;
1095
+ padding-left: 0 !important;
1096
+ }
1097
+ .rtl .pl-lg-0,
1098
+ .rtl .px-lg-0 {
1099
+ padding-left: 0 !important;
1100
+ padding-right: 0 !important;
1101
+ }
1102
+ .rtl .pr-lg-1,
1103
+ .rtl .px-lg-1 {
1104
+ padding-right: 0 !important;
1105
+ padding-left: 0.25rem !important;
1106
+ }
1107
+ .rtl .pl-lg-1,
1108
+ .rtl .px-lg-1 {
1109
+ padding-left: 0 !important;
1110
+ padding-right: 0.25rem !important;
1111
+ }
1112
+ .rtl .pr-lg-2,
1113
+ .rtl .px-lg-2 {
1114
+ padding-right: 0 !important;
1115
+ padding-left: 0.5rem !important;
1116
+ }
1117
+ .rtl .pl-lg-2,
1118
+ .rtl .px-lg-2 {
1119
+ padding-left: 0 !important;
1120
+ padding-right: 0.5rem !important;
1121
+ }
1122
+ .rtl .pr-lg-3,
1123
+ .rtl .px-lg-3 {
1124
+ padding-right: 0 !important;
1125
+ padding-left: 1rem !important;
1126
+ }
1127
+ .rtl .pl-lg-3,
1128
+ .rtl .px-lg-3 {
1129
+ padding-left: 0 !important;
1130
+ padding-right: 1rem !important;
1131
+ }
1132
+ .rtl .pr-lg-4,
1133
+ .rtl .px-lg-4 {
1134
+ padding-right: 0 !important;
1135
+ padding-left: 1.5rem !important;
1136
+ }
1137
+ .rtl .pl-lg-4,
1138
+ .rtl .px-lg-4 {
1139
+ padding-left: 0 !important;
1140
+ padding-right: 1.5rem !important;
1141
+ }
1142
+ .rtl .pr-lg-5,
1143
+ .rtl .px-lg-5 {
1144
+ padding-right: 0 !important;
1145
+ padding-left: 3rem !important;
1146
+ }
1147
+ .rtl .pl-lg-5,
1148
+ .rtl .px-lg-5 {
1149
+ padding-left: 0 !important;
1150
+ padding-right: 3rem !important;
1151
+ }
1152
+ .rtl .mr-lg-auto,
1153
+ .rtl .mx-lg-auto {
1154
+ margin-right: 0 !important;
1155
+ margin-left: auto !important;
1156
+ }
1157
+ .rtl .ml-lg-auto,
1158
+ .rtl .mx-lg-auto {
1159
+ margin-right: auto !important;
1160
+ margin-left: 0 !important;
1161
+ }
1162
+ }
1163
+
1164
+ @media (min-width: 1200px) {
1165
+ .rtl .mr-xl-0,
1166
+ .rtl .mx-xl-0 {
1167
+ margin-right: 0 !important;
1168
+ margin-left: 0 !important;
1169
+ }
1170
+ .rtl .ml-xl-0,
1171
+ .rtl .mx-xl-0 {
1172
+ margin-left: 0 !important;
1173
+ margin-right: 0 !important;
1174
+ }
1175
+ .rtl .mr-xl-1,
1176
+ .rtl .mx-xl-1 {
1177
+ margin-right: 0 !important;
1178
+ margin-left: 0.25rem !important;
1179
+ }
1180
+ .rtl .ml-xl-1,
1181
+ .rtl .mx-xl-1 {
1182
+ margin-left: 0 !important;
1183
+ margin-right: 0.25rem !important;
1184
+ }
1185
+ .rtl .mr-xl-2,
1186
+ .rtl .mx-xl-2 {
1187
+ margin-right: 0 !important;
1188
+ margin-left: 0.5rem !important;
1189
+ }
1190
+ .rtl .ml-xl-2,
1191
+ .rtl .mx-xl-2 {
1192
+ margin-left: 0 !important;
1193
+ margin-right: 0.5rem !important;
1194
+ }
1195
+ .rtl .mr-xl-3,
1196
+ .rtl .mx-xl-3 {
1197
+ margin-right: 0 !important;
1198
+ margin-left: 1rem !important;
1199
+ }
1200
+ .rtl .ml-xl-3,
1201
+ .rtl .mx-xl-3 {
1202
+ margin-left: 0 !important;
1203
+ margin-right: 1rem !important;
1204
+ }
1205
+ .rtl .mr-xl-4,
1206
+ .rtl .mx-xl-4 {
1207
+ margin-right: 0 !important;
1208
+ margin-left: 1.5rem !important;
1209
+ }
1210
+ .rtl .ml-xl-4,
1211
+ .rtl .mx-xl-4 {
1212
+ margin-left: 0 !important;
1213
+ margin-right: 1.5rem !important;
1214
+ }
1215
+ .rtl .mr-xl-5,
1216
+ .rtl .mx-xl-5 {
1217
+ margin-right: 0 !important;
1218
+ margin-left: 3rem !important;
1219
+ }
1220
+ .rtl .ml-xl-5,
1221
+ .rtl .mx-xl-5 {
1222
+ margin-left: 0 !important;
1223
+ margin-right: 3rem !important;
1224
+ }
1225
+ .rtl .pr-xl-0,
1226
+ .rtl .px-xl-0 {
1227
+ padding-right: 0 !important;
1228
+ padding-left: 0 !important;
1229
+ }
1230
+ .rtl .pl-xl-0,
1231
+ .rtl .px-xl-0 {
1232
+ padding-left: 0 !important;
1233
+ padding-right: 0 !important;
1234
+ }
1235
+ .rtl .pr-xl-1,
1236
+ .rtl .px-xl-1 {
1237
+ padding-right: 0 !important;
1238
+ padding-left: 0.25rem !important;
1239
+ }
1240
+ .rtl .pl-xl-1,
1241
+ .rtl .px-xl-1 {
1242
+ padding-left: 0 !important;
1243
+ padding-right: 0.25rem !important;
1244
+ }
1245
+ .rtl .pr-xl-2,
1246
+ .rtl .px-xl-2 {
1247
+ padding-right: 0 !important;
1248
+ padding-left: 0.5rem !important;
1249
+ }
1250
+ .rtl .pl-xl-2,
1251
+ .rtl .px-xl-2 {
1252
+ padding-left: 0 !important;
1253
+ padding-right: 0.5rem !important;
1254
+ }
1255
+ .rtl .pr-xl-3,
1256
+ .rtl .px-xl-3 {
1257
+ padding-right: 0 !important;
1258
+ padding-left: 1rem !important;
1259
+ }
1260
+ .rtl .pl-xl-3,
1261
+ .rtl .px-xl-3 {
1262
+ padding-left: 0 !important;
1263
+ padding-right: 1rem !important;
1264
+ }
1265
+ .rtl .pr-xl-4,
1266
+ .rtl .px-xl-4 {
1267
+ padding-right: 0 !important;
1268
+ padding-left: 1.5rem !important;
1269
+ }
1270
+ .rtl .pl-xl-4,
1271
+ .rtl .px-xl-4 {
1272
+ padding-left: 0 !important;
1273
+ padding-right: 1.5rem !important;
1274
+ }
1275
+ .rtl .pr-xl-5,
1276
+ .rtl .px-xl-5 {
1277
+ padding-right: 0 !important;
1278
+ padding-left: 3rem !important;
1279
+ }
1280
+ .rtl .pl-xl-5,
1281
+ .rtl .px-xl-5 {
1282
+ padding-left: 0 !important;
1283
+ padding-right: 3rem !important;
1284
+ }
1285
+ .rtl .mr-xl-auto,
1286
+ .rtl .mx-xl-auto {
1287
+ margin-right: 0 !important;
1288
+ margin-left: auto !important;
1289
+ }
1290
+ .rtl .ml-xl-auto,
1291
+ .rtl .mx-xl-auto {
1292
+ margin-right: auto !important;
1293
+ margin-left: 0 !important;
1294
+ }
1295
+ }
1296
+
1297
+ @media (min-width: 1440px) {
1298
+ .rtl .mr-xxl-0,
1299
+ .rtl .mx-xxl-0 {
1300
+ margin-right: 0 !important;
1301
+ margin-left: 0 !important;
1302
+ }
1303
+ .rtl .ml-xxl-0,
1304
+ .rtl .mx-xxl-0 {
1305
+ margin-left: 0 !important;
1306
+ margin-right: 0 !important;
1307
+ }
1308
+ .rtl .mr-xxl-1,
1309
+ .rtl .mx-xxl-1 {
1310
+ margin-right: 0 !important;
1311
+ margin-left: 0.25rem !important;
1312
+ }
1313
+ .rtl .ml-xxl-1,
1314
+ .rtl .mx-xxl-1 {
1315
+ margin-left: 0 !important;
1316
+ margin-right: 0.25rem !important;
1317
+ }
1318
+ .rtl .mr-xxl-2,
1319
+ .rtl .mx-xxl-2 {
1320
+ margin-right: 0 !important;
1321
+ margin-left: 0.5rem !important;
1322
+ }
1323
+ .rtl .ml-xxl-2,
1324
+ .rtl .mx-xxl-2 {
1325
+ margin-left: 0 !important;
1326
+ margin-right: 0.5rem !important;
1327
+ }
1328
+ .rtl .mr-xxl-3,
1329
+ .rtl .mx-xxl-3 {
1330
+ margin-right: 0 !important;
1331
+ margin-left: 1rem !important;
1332
+ }
1333
+ .rtl .ml-xxl-3,
1334
+ .rtl .mx-xxl-3 {
1335
+ margin-left: 0 !important;
1336
+ margin-right: 1rem !important;
1337
+ }
1338
+ .rtl .mr-xxl-4,
1339
+ .rtl .mx-xxl-4 {
1340
+ margin-right: 0 !important;
1341
+ margin-left: 1.5rem !important;
1342
+ }
1343
+ .rtl .ml-xxl-4,
1344
+ .rtl .mx-xxl-4 {
1345
+ margin-left: 0 !important;
1346
+ margin-right: 1.5rem !important;
1347
+ }
1348
+ .rtl .mr-xxl-5,
1349
+ .rtl .mx-xxl-5 {
1350
+ margin-right: 0 !important;
1351
+ margin-left: 3rem !important;
1352
+ }
1353
+ .rtl .ml-xxl-5,
1354
+ .rtl .mx-xxl-5 {
1355
+ margin-left: 0 !important;
1356
+ margin-right: 3rem !important;
1357
+ }
1358
+ .rtl .pr-xxl-0,
1359
+ .rtl .px-xxl-0 {
1360
+ padding-right: 0 !important;
1361
+ padding-left: 0 !important;
1362
+ }
1363
+ .rtl .pl-xxl-0,
1364
+ .rtl .px-xxl-0 {
1365
+ padding-left: 0 !important;
1366
+ padding-right: 0 !important;
1367
+ }
1368
+ .rtl .pr-xxl-1,
1369
+ .rtl .px-xxl-1 {
1370
+ padding-right: 0 !important;
1371
+ padding-left: 0.25rem !important;
1372
+ }
1373
+ .rtl .pl-xxl-1,
1374
+ .rtl .px-xxl-1 {
1375
+ padding-left: 0 !important;
1376
+ padding-right: 0.25rem !important;
1377
+ }
1378
+ .rtl .pr-xxl-2,
1379
+ .rtl .px-xxl-2 {
1380
+ padding-right: 0 !important;
1381
+ padding-left: 0.5rem !important;
1382
+ }
1383
+ .rtl .pl-xxl-2,
1384
+ .rtl .px-xxl-2 {
1385
+ padding-left: 0 !important;
1386
+ padding-right: 0.5rem !important;
1387
+ }
1388
+ .rtl .pr-xxl-3,
1389
+ .rtl .px-xxl-3 {
1390
+ padding-right: 0 !important;
1391
+ padding-left: 1rem !important;
1392
+ }
1393
+ .rtl .pl-xxl-3,
1394
+ .rtl .px-xxl-3 {
1395
+ padding-left: 0 !important;
1396
+ padding-right: 1rem !important;
1397
+ }
1398
+ .rtl .pr-xxl-4,
1399
+ .rtl .px-xxl-4 {
1400
+ padding-right: 0 !important;
1401
+ padding-left: 1.5rem !important;
1402
+ }
1403
+ .rtl .pl-xxl-4,
1404
+ .rtl .px-xxl-4 {
1405
+ padding-left: 0 !important;
1406
+ padding-right: 1.5rem !important;
1407
+ }
1408
+ .rtl .pr-xxl-5,
1409
+ .rtl .px-xxl-5 {
1410
+ padding-right: 0 !important;
1411
+ padding-left: 3rem !important;
1412
+ }
1413
+ .rtl .pl-xxl-5,
1414
+ .rtl .px-xxl-5 {
1415
+ padding-left: 0 !important;
1416
+ padding-right: 3rem !important;
1417
+ }
1418
+ .rtl .mr-xxl-auto,
1419
+ .rtl .mx-xxl-auto {
1420
+ margin-right: 0 !important;
1421
+ margin-left: auto !important;
1422
+ }
1423
+ .rtl .ml-xxl-auto,
1424
+ .rtl .mx-xxl-auto {
1425
+ margin-right: auto !important;
1426
+ margin-left: 0 !important;
1427
+ }
1428
+ }