@digigov/css 2.0.0-cbc56209 → 2.0.0-d4fe516b

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 (139) hide show
  1. package/dist/base/index.css +1 -1
  2. package/dist/base.js +1 -1
  3. package/dist/components.js +1 -1
  4. package/dist/digigov.css +3 -3
  5. package/dist/utilities/index.css +1 -1
  6. package/dist/utilities.js +1 -1
  7. package/index.js +99 -69
  8. package/package.json +14 -14
  9. package/postcss.config.js +4 -3
  10. package/src/base/index.css +1 -0
  11. package/src/base/index.native.css +0 -0
  12. package/src/base/postcss.config.js +11 -10
  13. package/src/base/tailwind.config.js +4 -11
  14. package/src/components/accordion.css +5 -2
  15. package/src/components/admin-header.css +2 -19
  16. package/src/components/admin-layout.css +6 -15
  17. package/src/components/autocomplete.css +72 -28
  18. package/src/components/blockquote.common.css +14 -0
  19. package/src/components/blockquote.css +9 -0
  20. package/src/components/blockquote.native.css +14 -0
  21. package/src/components/breadcrumbs.css +9 -2
  22. package/src/components/button.common.css +62 -0
  23. package/src/components/button.css +23 -35
  24. package/src/components/button.native.css +55 -0
  25. package/src/components/card.common.css +33 -0
  26. package/src/components/card.css +19 -12
  27. package/src/components/card.native.css +29 -0
  28. package/src/components/checkboxes.common.css +16 -0
  29. package/src/components/checkboxes.css +6 -8
  30. package/src/components/checkboxes.native.css +27 -0
  31. package/src/components/chip.common.css +19 -0
  32. package/src/components/chip.css +5 -4
  33. package/src/components/chip.native.css +15 -0
  34. package/src/components/code.css +128 -0
  35. package/src/components/copy-to-clipboard.css +1 -1
  36. package/src/components/copy-to-clipboard.native.css +28 -0
  37. package/src/components/details.common.css +26 -0
  38. package/src/components/details.css +6 -9
  39. package/src/components/details.native.css +34 -0
  40. package/src/components/drawer.css +20 -3
  41. package/src/components/dropdown.common.css +23 -0
  42. package/src/components/dropdown.css +37 -28
  43. package/src/components/dropdown.native.css +27 -0
  44. package/src/components/filter.css +71 -25
  45. package/src/components/footer.css +15 -4
  46. package/src/components/form.common.css +81 -0
  47. package/src/components/form.css +63 -28
  48. package/src/components/form.native.css +182 -0
  49. package/src/components/header.common.css +35 -0
  50. package/src/components/header.css +39 -25
  51. package/src/components/header.native.css +29 -0
  52. package/src/components/hidden.css +11 -11
  53. package/src/components/index.css +34 -31
  54. package/src/components/kitchensink.css +2 -2
  55. package/src/components/layout.common.css +36 -0
  56. package/src/components/layout.css +12 -11
  57. package/src/components/layout.native.css +40 -0
  58. package/src/components/loader.common.css +7 -0
  59. package/src/components/loader.css +5 -3
  60. package/src/components/loader.native.css +5 -0
  61. package/src/components/masthead.css +1 -1
  62. package/src/components/misc.css +24 -0
  63. package/src/components/modal.common.css +16 -0
  64. package/src/components/modal.css +27 -14
  65. package/src/components/modal.native.css +18 -0
  66. package/src/components/nav.common.css +22 -0
  67. package/src/components/nav.css +8 -7
  68. package/src/components/nav.native.css +39 -0
  69. package/src/components/notification-banner.common.css +46 -0
  70. package/src/components/notification-banner.css +28 -7
  71. package/src/components/notification-banner.native.css +42 -0
  72. package/src/components/pagination.css +19 -3
  73. package/src/components/panel.common.css +30 -0
  74. package/src/components/panel.css +6 -14
  75. package/src/components/panel.native.css +26 -0
  76. package/src/components/phase-banner.common.css +23 -0
  77. package/src/components/phase-banner.css +7 -6
  78. package/src/components/phase-banner.native.css +30 -0
  79. package/src/components/postcss.config.js +7 -6
  80. package/src/components/radios.common.css +16 -0
  81. package/src/components/radios.css +5 -11
  82. package/src/components/radios.native.css +23 -0
  83. package/src/components/skeleton.common.css +20 -0
  84. package/src/components/skeleton.css +82 -0
  85. package/src/components/skeleton.native.css +53 -0
  86. package/src/components/stack.common.css +67 -0
  87. package/src/components/stack.css +23 -21
  88. package/src/components/stack.native.css +68 -0
  89. package/src/components/summary-list.common.css +90 -0
  90. package/src/components/summary-list.css +88 -17
  91. package/src/components/summary-list.native.css +97 -0
  92. package/src/components/svg-icons.common.css +56 -0
  93. package/src/components/svg-icons.css +1 -1
  94. package/src/components/svg-icons.native.css +54 -0
  95. package/src/components/table.css +10 -8
  96. package/src/components/tabs.css +44 -61
  97. package/src/components/test.css +7 -0
  98. package/src/components/typography.common.css +137 -0
  99. package/src/components/typography.css +34 -93
  100. package/src/components/typography.native.css +128 -0
  101. package/src/components/warning-text.common.css +23 -0
  102. package/src/components/warning-text.css +6 -6
  103. package/src/components/warning-text.native.css +22 -0
  104. package/src/index.native.css +25 -0
  105. package/src/utilities/gap.css +141 -0
  106. package/src/utilities/index.css +6 -1655
  107. package/src/utilities/index.native.css +6 -0
  108. package/src/utilities/layout.css +231 -0
  109. package/src/utilities/layout.native.css +278 -0
  110. package/src/utilities/margin.css +4299 -0
  111. package/src/utilities/padding.css +4299 -0
  112. package/src/utilities/postcss.config.js +7 -6
  113. package/src/utilities/print.css +11 -0
  114. package/src/utilities/utilities.css +3 -1661
  115. package/tailwind.config.js +102 -104
  116. package/theming.js +121 -0
  117. package/defaultTheme/accordion.json +0 -8
  118. package/defaultTheme/back-to-top.json +0 -27
  119. package/defaultTheme/brandConfig.json +0 -135
  120. package/defaultTheme/breadcrumbs.json +0 -8
  121. package/defaultTheme/button.json +0 -81
  122. package/defaultTheme/card.json +0 -12
  123. package/defaultTheme/footer.json +0 -8
  124. package/defaultTheme/form.json +0 -15
  125. package/defaultTheme/globals.json +0 -71
  126. package/defaultTheme/index.js +0 -27
  127. package/defaultTheme/misc.json +0 -48
  128. package/defaultTheme/panel.json +0 -43
  129. package/defaultTheme/phase-banner.json +0 -8
  130. package/defaultTheme/radios.json +0 -8
  131. package/defaultTheme/summary-list.json +0 -8
  132. package/defaultTheme/typography.json +0 -295
  133. package/src/pages/admin-filtering-data.js +0 -160
  134. package/src/pages/admin.js +0 -61
  135. package/src/pages/dropdown.js +0 -249
  136. package/src/pages/form.js +0 -400
  137. package/src/pages/pagination.js +0 -124
  138. package/src/pages/table.js +0 -308
  139. package/themes.plugin.js +0 -148
@@ -0,0 +1,4299 @@
1
+ .ds-m-0 {
2
+ @apply m-0 !important;
3
+ }
4
+ .ds-m-1 {
5
+ @apply m-1 !important;
6
+ }
7
+ .ds-m-2 {
8
+ @apply m-2 !important;
9
+ }
10
+ .ds-m-3 {
11
+ @apply m-3 !important;
12
+ }
13
+ .ds-m-4 {
14
+ @apply m-4 !important;
15
+ }
16
+ .ds-m-5 {
17
+ @apply m-5 !important;
18
+ }
19
+ .ds-m-6 {
20
+ @apply m-6 !important;
21
+ }
22
+ .ds-m-7 {
23
+ @apply m-7 !important;
24
+ }
25
+ .ds-m-8 {
26
+ @apply m-8 !important;
27
+ }
28
+ .ds-m-9 {
29
+ @apply m-9 !important;
30
+ }
31
+ .ds-m-10 {
32
+ @apply m-10 !important;
33
+ }
34
+ .ds-m-11 {
35
+ @apply m-11 !important;
36
+ }
37
+ .ds-m-12 {
38
+ @apply m-12 !important;
39
+ }
40
+ .ds-m-14 {
41
+ @apply m-14 !important;
42
+ }
43
+ .ds-m-16 {
44
+ @apply m-16 !important;
45
+ }
46
+ .ds-m-20 {
47
+ @apply m-20 !important;
48
+ }
49
+ .ds-m-24 {
50
+ @apply m-24 !important;
51
+ }
52
+ .ds-m-28 {
53
+ @apply m-28 !important;
54
+ }
55
+ .ds-m-32 {
56
+ @apply m-32 !important;
57
+ }
58
+ .ds-m-36 {
59
+ @apply m-36 !important;
60
+ }
61
+ .ds-m-40 {
62
+ @apply m-40 !important;
63
+ }
64
+ .ds-m-44 {
65
+ @apply m-44 !important;
66
+ }
67
+ .ds-m-48 {
68
+ @apply m-48 !important;
69
+ }
70
+ .ds-m-52 {
71
+ @apply m-52 !important;
72
+ }
73
+ .ds-m-56 {
74
+ @apply m-56 !important;
75
+ }
76
+ .ds-m-60 {
77
+ @apply m-60 !important;
78
+ }
79
+ .ds-m-64 {
80
+ @apply m-64 !important;
81
+ }
82
+ .ds-m-72 {
83
+ @apply m-72 !important;
84
+ }
85
+ .ds-m-80 {
86
+ @apply m-80 !important;
87
+ }
88
+ .ds-m-96 {
89
+ @apply m-96 !important;
90
+ }
91
+ .ds-m-px {
92
+ @apply m-px !important;
93
+ }
94
+ .ds-m-0\.5 {
95
+ @apply m-0.5 !important;
96
+ }
97
+ .ds-m-1\.5 {
98
+ @apply m-1.5 !important;
99
+ }
100
+ .ds-m-2\.5 {
101
+ @apply m-2.5 !important;
102
+ }
103
+ .ds-m-3\.5 {
104
+ @apply m-3.5 !important;
105
+ }
106
+ .ds-mt-0 {
107
+ @apply mt-0 !important;
108
+ }
109
+ .ds-mt-1 {
110
+ @apply mt-1 !important;
111
+ }
112
+ .ds-mt-2 {
113
+ @apply mt-2 !important;
114
+ }
115
+ .ds-mt-3 {
116
+ @apply mt-3 !important;
117
+ }
118
+ .ds-mt-4 {
119
+ @apply mt-4 !important;
120
+ }
121
+ .ds-mt-5 {
122
+ @apply mt-5 !important;
123
+ }
124
+ .ds-mt-6 {
125
+ @apply mt-6 !important;
126
+ }
127
+ .ds-mt-7 {
128
+ @apply mt-7 !important;
129
+ }
130
+ .ds-mt-8 {
131
+ @apply mt-8 !important;
132
+ }
133
+ .ds-mt-9 {
134
+ @apply mt-9 !important;
135
+ }
136
+ .ds-mt-10 {
137
+ @apply mt-10 !important;
138
+ }
139
+ .ds-mt-11 {
140
+ @apply mt-11 !important;
141
+ }
142
+ .ds-mt-12 {
143
+ @apply mt-12 !important;
144
+ }
145
+ .ds-mt-14 {
146
+ @apply mt-14 !important;
147
+ }
148
+ .ds-mt-16 {
149
+ @apply mt-16 !important;
150
+ }
151
+ .ds-mt-20 {
152
+ @apply mt-20 !important;
153
+ }
154
+ .ds-mt-24 {
155
+ @apply mt-24 !important;
156
+ }
157
+ .ds-mt-28 {
158
+ @apply mt-28 !important;
159
+ }
160
+ .ds-mt-32 {
161
+ @apply mt-32 !important;
162
+ }
163
+ .ds-mt-36 {
164
+ @apply mt-36 !important;
165
+ }
166
+ .ds-mt-40 {
167
+ @apply mt-40 !important;
168
+ }
169
+ .ds-mt-44 {
170
+ @apply mt-44 !important;
171
+ }
172
+ .ds-mt-48 {
173
+ @apply mt-48 !important;
174
+ }
175
+ .ds-mt-52 {
176
+ @apply mt-52 !important;
177
+ }
178
+ .ds-mt-56 {
179
+ @apply mt-56 !important;
180
+ }
181
+ .ds-mt-60 {
182
+ @apply mt-60 !important;
183
+ }
184
+ .ds-mt-64 {
185
+ @apply mt-64 !important;
186
+ }
187
+ .ds-mt-72 {
188
+ @apply mt-72 !important;
189
+ }
190
+ .ds-mt-80 {
191
+ @apply mt-80 !important;
192
+ }
193
+ .ds-mt-96 {
194
+ @apply mt-96 !important;
195
+ }
196
+ .ds-mt-px {
197
+ @apply mt-px !important;
198
+ }
199
+ .ds-mx-0\.5 {
200
+ @apply mx-0.5 !important;
201
+ }
202
+ .ds-mx-1\.5 {
203
+ @apply mx-1.5 !important;
204
+ }
205
+ .ds-mx-2\.5 {
206
+ @apply mx-2.5 !important;
207
+ }
208
+ .ds-mx-3\.5 {
209
+ @apply mx-3.5 !important;
210
+ }
211
+ .ds-mt-0\.5 {
212
+ @apply mt-0.5 !important;
213
+ }
214
+ .ds-mt-1\.5 {
215
+ @apply mt-1.5 !important;
216
+ }
217
+ .ds-mt-2\.5 {
218
+ @apply mt-2.5 !important;
219
+ }
220
+ .ds-mt-3\.5 {
221
+ @apply mt-3.5 !important;
222
+ }
223
+ .ds-mr-0 {
224
+ @apply mr-0 !important;
225
+ }
226
+ .ds-mr-1 {
227
+ @apply mr-1 !important;
228
+ }
229
+ .ds-mr-2 {
230
+ @apply mr-2 !important;
231
+ }
232
+ .ds-mr-3 {
233
+ @apply mr-3 !important;
234
+ }
235
+ .ds-mr-4 {
236
+ @apply mr-4 !important;
237
+ }
238
+ .ds-mr-5 {
239
+ @apply mr-5 !important;
240
+ }
241
+ .ds-mr-6 {
242
+ @apply mr-6 !important;
243
+ }
244
+ .ds-mr-7 {
245
+ @apply mr-7 !important;
246
+ }
247
+ .ds-mr-8 {
248
+ @apply mr-8 !important;
249
+ }
250
+ .ds-mr-9 {
251
+ @apply mr-9 !important;
252
+ }
253
+ .ds-mr-10 {
254
+ @apply mr-10 !important;
255
+ }
256
+ .ds-mr-11 {
257
+ @apply mr-11 !important;
258
+ }
259
+ .ds-mr-12 {
260
+ @apply mr-12 !important;
261
+ }
262
+ .ds-mr-14 {
263
+ @apply mr-14 !important;
264
+ }
265
+ .ds-mr-16 {
266
+ @apply mr-16 !important;
267
+ }
268
+ .ds-mr-20 {
269
+ @apply mr-20 !important;
270
+ }
271
+ .ds-mr-24 {
272
+ @apply mr-24 !important;
273
+ }
274
+ .ds-mr-28 {
275
+ @apply mr-28 !important;
276
+ }
277
+ .ds-mr-32 {
278
+ @apply mr-32 !important;
279
+ }
280
+ .ds-mr-36 {
281
+ @apply mr-36 !important;
282
+ }
283
+ .ds-mr-40 {
284
+ @apply mr-40 !important;
285
+ }
286
+ .ds-mr-44 {
287
+ @apply mr-44 !important;
288
+ }
289
+ .ds-mr-48 {
290
+ @apply mr-48 !important;
291
+ }
292
+ .ds-mr-52 {
293
+ @apply mr-52 !important;
294
+ }
295
+ .ds-mr-56 {
296
+ @apply mr-56 !important;
297
+ }
298
+ .ds-mr-60 {
299
+ @apply mr-60 !important;
300
+ }
301
+ .ds-mr-64 {
302
+ @apply mr-64 !important;
303
+ }
304
+ .ds-mr-72 {
305
+ @apply mr-72 !important;
306
+ }
307
+ .ds-mr-80 {
308
+ @apply mr-80 !important;
309
+ }
310
+ .ds-mr-96 {
311
+ @apply mr-96 !important;
312
+ }
313
+ .ds-mr-px {
314
+ @apply mr-px !important;
315
+ }
316
+ .ds-mr-0\.5 {
317
+ @apply mr-0.5 !important;
318
+ }
319
+ .ds-mr-1\.5 {
320
+ @apply mr-1.5 !important;
321
+ }
322
+ .ds-mr-2\.5 {
323
+ @apply mr-2.5 !important;
324
+ }
325
+ .ds-mr-3\.5 {
326
+ @apply mr-3.5 !important;
327
+ }
328
+ .ds-ml-0 {
329
+ @apply ml-0 !important;
330
+ }
331
+ .ds-ml-1 {
332
+ @apply ml-1 !important;
333
+ }
334
+ .ds-ml-2 {
335
+ @apply ml-2 !important;
336
+ }
337
+ .ds-ml-3 {
338
+ @apply ml-3 !important;
339
+ }
340
+ .ds-ml-4 {
341
+ @apply ml-4 !important;
342
+ }
343
+ .ds-ml-5 {
344
+ @apply ml-5 !important;
345
+ }
346
+ .ds-ml-6 {
347
+ @apply ml-6 !important;
348
+ }
349
+ .ds-ml-7 {
350
+ @apply ml-7 !important;
351
+ }
352
+ .ds-ml-8 {
353
+ @apply ml-8 !important;
354
+ }
355
+ .ds-ml-9 {
356
+ @apply ml-9 !important;
357
+ }
358
+ .ds-ml-10 {
359
+ @apply ml-10 !important;
360
+ }
361
+ .ds-ml-11 {
362
+ @apply ml-11 !important;
363
+ }
364
+ .ds-ml-12 {
365
+ @apply ml-12 !important;
366
+ }
367
+ .ds-ml-14 {
368
+ @apply ml-14 !important;
369
+ }
370
+ .ds-ml-16 {
371
+ @apply ml-16 !important;
372
+ }
373
+ .ds-ml-20 {
374
+ @apply ml-20 !important;
375
+ }
376
+ .ds-ml-24 {
377
+ @apply ml-24 !important;
378
+ }
379
+ .ds-ml-28 {
380
+ @apply ml-28 !important;
381
+ }
382
+ .ds-ml-32 {
383
+ @apply ml-32 !important;
384
+ }
385
+ .ds-ml-36 {
386
+ @apply ml-36 !important;
387
+ }
388
+ .ds-ml-40 {
389
+ @apply ml-40 !important;
390
+ }
391
+ .ds-ml-44 {
392
+ @apply ml-44 !important;
393
+ }
394
+ .ds-ml-48 {
395
+ @apply ml-48 !important;
396
+ }
397
+ .ds-ml-52 {
398
+ @apply ml-52 !important;
399
+ }
400
+ .ds-ml-56 {
401
+ @apply ml-56 !important;
402
+ }
403
+ .ds-ml-60 {
404
+ @apply ml-60 !important;
405
+ }
406
+ .ds-ml-64 {
407
+ @apply ml-64 !important;
408
+ }
409
+ .ds-ml-72 {
410
+ @apply ml-72 !important;
411
+ }
412
+ .ds-ml-80 {
413
+ @apply ml-80 !important;
414
+ }
415
+ .ds-ml-96 {
416
+ @apply ml-96 !important;
417
+ }
418
+ .ds-ml-px {
419
+ @apply ml-px !important;
420
+ }
421
+ .ds-ml-0\.5 {
422
+ @apply ml-0.5 !important;
423
+ }
424
+ .ds-ml-1\.5 {
425
+ @apply ml-1.5 !important;
426
+ }
427
+ .ds-ml-2\.5 {
428
+ @apply ml-2.5 !important;
429
+ }
430
+ .ds-ml-3\.5 {
431
+ @apply ml-3.5 !important;
432
+ }
433
+ .ds-mb-0 {
434
+ @apply mb-0 !important;
435
+ }
436
+ .ds-mb-1 {
437
+ @apply mb-1 !important;
438
+ }
439
+ .ds-mb-2 {
440
+ @apply mb-2 !important;
441
+ }
442
+ .ds-mb-3 {
443
+ @apply mb-3 !important;
444
+ }
445
+ .ds-mb-4 {
446
+ @apply mb-4 !important;
447
+ }
448
+ .ds-mb-5 {
449
+ @apply mb-5 !important;
450
+ }
451
+ .ds-mb-6 {
452
+ @apply mb-6 !important;
453
+ }
454
+ .ds-mb-7 {
455
+ @apply mb-7 !important;
456
+ }
457
+ .ds-mb-8 {
458
+ @apply mb-8 !important;
459
+ }
460
+ .ds-mb-9 {
461
+ @apply mb-9 !important;
462
+ }
463
+ .ds-mb-10 {
464
+ @apply mb-10 !important;
465
+ }
466
+ .ds-mb-11 {
467
+ @apply mb-11 !important;
468
+ }
469
+ .ds-mb-12 {
470
+ @apply mb-12 !important;
471
+ }
472
+ .ds-mb-14 {
473
+ @apply mb-14 !important;
474
+ }
475
+ .ds-mb-16 {
476
+ @apply mb-16 !important;
477
+ }
478
+ .ds-mb-20 {
479
+ @apply mb-20 !important;
480
+ }
481
+ .ds-mb-24 {
482
+ @apply mb-24 !important;
483
+ }
484
+ .ds-mb-28 {
485
+ @apply mb-28 !important;
486
+ }
487
+ .ds-mb-32 {
488
+ @apply mb-32 !important;
489
+ }
490
+ .ds-mb-36 {
491
+ @apply mb-36 !important;
492
+ }
493
+ .ds-mb-40 {
494
+ @apply mb-40 !important;
495
+ }
496
+ .ds-mb-44 {
497
+ @apply mb-44 !important;
498
+ }
499
+ .ds-mb-48 {
500
+ @apply mb-48 !important;
501
+ }
502
+ .ds-mb-52 {
503
+ @apply mb-52 !important;
504
+ }
505
+ .ds-mb-56 {
506
+ @apply mb-56 !important;
507
+ }
508
+ .ds-mb-60 {
509
+ @apply mb-60 !important;
510
+ }
511
+ .ds-mb-64 {
512
+ @apply mb-64 !important;
513
+ }
514
+ .ds-mb-72 {
515
+ @apply mb-72 !important;
516
+ }
517
+ .ds-mb-80 {
518
+ @apply mb-80 !important;
519
+ }
520
+ .ds-mb-96 {
521
+ @apply mb-96 !important;
522
+ }
523
+ .ds-mb-px {
524
+ @apply mb-px !important;
525
+ }
526
+ .ds-mb-0\.5 {
527
+ @apply mb-0.5 !important;
528
+ }
529
+ .ds-mb-1\.5 {
530
+ @apply mb-1.5 !important;
531
+ }
532
+ .ds-mb-2\.5 {
533
+ @apply mb-2.5 !important;
534
+ }
535
+ .ds-mb-3\.5 {
536
+ @apply mb-3.5 !important;
537
+ }
538
+ .ds-mx-0 {
539
+ @apply mx-0 !important;
540
+ }
541
+ .ds-mx-1 {
542
+ @apply mx-1 !important;
543
+ }
544
+ .ds-mx-2 {
545
+ @apply mx-2 !important;
546
+ }
547
+ .ds-mx-3 {
548
+ @apply mx-3 !important;
549
+ }
550
+ .ds-mx-4 {
551
+ @apply mx-4 !important;
552
+ }
553
+ .ds-mx-5 {
554
+ @apply mx-5 !important;
555
+ }
556
+ .ds-mx-6 {
557
+ @apply mx-6 !important;
558
+ }
559
+ .ds-mx-7 {
560
+ @apply mx-7 !important;
561
+ }
562
+ .ds-mx-8 {
563
+ @apply mx-8 !important;
564
+ }
565
+ .ds-mx-9 {
566
+ @apply mx-9 !important;
567
+ }
568
+ .ds-mx-10 {
569
+ @apply mx-10 !important;
570
+ }
571
+ .ds-mx-11 {
572
+ @apply mx-11 !important;
573
+ }
574
+ .ds-mx-12 {
575
+ @apply mx-12 !important;
576
+ }
577
+ .ds-mx-14 {
578
+ @apply mx-14 !important;
579
+ }
580
+ .ds-mx-16 {
581
+ @apply mx-16 !important;
582
+ }
583
+ .ds-mx-20 {
584
+ @apply mx-20 !important;
585
+ }
586
+ .ds-mx-24 {
587
+ @apply mx-24 !important;
588
+ }
589
+ .ds-mx-28 {
590
+ @apply mx-28 !important;
591
+ }
592
+ .ds-mx-32 {
593
+ @apply mx-32 !important;
594
+ }
595
+ .ds-mx-36 {
596
+ @apply mx-36 !important;
597
+ }
598
+ .ds-mx-40 {
599
+ @apply mx-40 !important;
600
+ }
601
+ .ds-mx-44 {
602
+ @apply mx-44 !important;
603
+ }
604
+ .ds-mx-48 {
605
+ @apply mx-48 !important;
606
+ }
607
+ .ds-mx-52 {
608
+ @apply mx-52 !important;
609
+ }
610
+ .ds-mx-56 {
611
+ @apply mx-56 !important;
612
+ }
613
+ .ds-mx-60 {
614
+ @apply mx-60 !important;
615
+ }
616
+ .ds-mx-64 {
617
+ @apply mx-64 !important;
618
+ }
619
+ .ds-mx-72 {
620
+ @apply mx-72 !important;
621
+ }
622
+ .ds-mx-80 {
623
+ @apply mx-80 !important;
624
+ }
625
+ .ds-mx-96 {
626
+ @apply mx-96 !important;
627
+ }
628
+ .ds-my-0 {
629
+ @apply my-0 !important;
630
+ }
631
+ .ds-my-1 {
632
+ @apply my-1 !important;
633
+ }
634
+ .ds-my-2 {
635
+ @apply my-2 !important;
636
+ }
637
+ .ds-my-3 {
638
+ @apply my-3 !important;
639
+ }
640
+ .ds-my-4 {
641
+ @apply my-4 !important;
642
+ }
643
+ .ds-my-5 {
644
+ @apply my-5 !important;
645
+ }
646
+ .ds-my-6 {
647
+ @apply my-6 !important;
648
+ }
649
+ .ds-my-7 {
650
+ @apply my-7 !important;
651
+ }
652
+ .ds-my-8 {
653
+ @apply my-8 !important;
654
+ }
655
+ .ds-my-9 {
656
+ @apply my-9 !important;
657
+ }
658
+ .ds-my-10 {
659
+ @apply my-10 !important;
660
+ }
661
+ .ds-my-11 {
662
+ @apply my-11 !important;
663
+ }
664
+ .ds-my-12 {
665
+ @apply my-12 !important;
666
+ }
667
+ .ds-my-14 {
668
+ @apply my-14 !important;
669
+ }
670
+ .ds-my-16 {
671
+ @apply my-16 !important;
672
+ }
673
+ .ds-my-20 {
674
+ @apply my-20 !important;
675
+ }
676
+ .ds-my-24 {
677
+ @apply my-24 !important;
678
+ }
679
+ .ds-my-28 {
680
+ @apply my-28 !important;
681
+ }
682
+ .ds-my-32 {
683
+ @apply my-32 !important;
684
+ }
685
+ .ds-my-36 {
686
+ @apply my-36 !important;
687
+ }
688
+ .ds-my-40 {
689
+ @apply my-40 !important;
690
+ }
691
+ .ds-my-44 {
692
+ @apply my-44 !important;
693
+ }
694
+ .ds-my-48 {
695
+ @apply my-48 !important;
696
+ }
697
+ .ds-my-52 {
698
+ @apply my-52 !important;
699
+ }
700
+ .ds-my-56 {
701
+ @apply my-56 !important;
702
+ }
703
+ .ds-my-60 {
704
+ @apply my-60 !important;
705
+ }
706
+ .ds-my-64 {
707
+ @apply my-64 !important;
708
+ }
709
+ .ds-my-72 {
710
+ @apply my-72 !important;
711
+ }
712
+ .ds-my-80 {
713
+ @apply my-80 !important;
714
+ }
715
+ .ds-my-96 {
716
+ @apply my-96 !important;
717
+ }
718
+ .ds-my-0\.5 {
719
+ @apply my-0.5 !important;
720
+ }
721
+ .ds-my-1\.5 {
722
+ @apply my-1.5 !important;
723
+ }
724
+ .ds-my-2\.5 {
725
+ @apply my-2.5 !important;
726
+ }
727
+ .ds-my-3\.5 {
728
+ @apply my-3.5 !important;
729
+ }
730
+ .ds-m-xs-0 {
731
+ @apply m-0;
732
+ }
733
+ .ds-m-xs-0\.5 {
734
+ @apply m-0.5;
735
+ }
736
+ .ds-m-xs-1 {
737
+ @apply m-1;
738
+ }
739
+ .ds-m-xs-1\.5 {
740
+ @apply m-1.5;
741
+ }
742
+ .ds-m-xs-2 {
743
+ @apply m-2;
744
+ }
745
+ .ds-m-xs-2\.5 {
746
+ @apply m-2.5;
747
+ }
748
+ .ds-m-xs-3 {
749
+ @apply m-3;
750
+ }
751
+ .ds-m-xs-3\.5 {
752
+ @apply m-3.5;
753
+ }
754
+ .ds-m-xs-4 {
755
+ @apply m-4;
756
+ }
757
+ .ds-m-xs-5 {
758
+ @apply m-5;
759
+ }
760
+ .ds-m-xs-6 {
761
+ @apply m-6;
762
+ }
763
+ .ds-m-xs-7 {
764
+ @apply m-7;
765
+ }
766
+ .ds-m-xs-8 {
767
+ @apply m-8;
768
+ }
769
+ .ds-m-xs-9 {
770
+ @apply m-9;
771
+ }
772
+ .ds-m-xs-10 {
773
+ @apply m-10;
774
+ }
775
+ .ds-m-xs-11 {
776
+ @apply m-11;
777
+ }
778
+ .ds-m-xs-12 {
779
+ @apply m-12;
780
+ }
781
+ .ds-m-xs-14 {
782
+ @apply m-14;
783
+ }
784
+ .ds-m-xs-16 {
785
+ @apply m-16;
786
+ }
787
+ .ds-m-xs-20 {
788
+ @apply m-20;
789
+ }
790
+ .ds-m-xs-24 {
791
+ @apply m-24;
792
+ }
793
+ .ds-m-xs-28 {
794
+ @apply m-28;
795
+ }
796
+ .ds-m-xs-32 {
797
+ @apply m-32;
798
+ }
799
+ .ds-m-xs-36 {
800
+ @apply m-36;
801
+ }
802
+ .ds-m-xs-40 {
803
+ @apply m-40;
804
+ }
805
+ .ds-m-xs-44 {
806
+ @apply m-44;
807
+ }
808
+ .ds-m-xs-48 {
809
+ @apply m-48;
810
+ }
811
+ .ds-m-xs-52 {
812
+ @apply m-52;
813
+ }
814
+ .ds-m-xs-56 {
815
+ @apply m-56;
816
+ }
817
+ .ds-m-xs-60 {
818
+ @apply m-60;
819
+ }
820
+ .ds-m-xs-64 {
821
+ @apply m-64;
822
+ }
823
+ .ds-m-xs-72 {
824
+ @apply m-72;
825
+ }
826
+ .ds-m-xs-80 {
827
+ @apply m-80;
828
+ }
829
+ .ds-m-xs-96 {
830
+ @apply m-96;
831
+ }
832
+ .ds-m-sm-0 {
833
+ @apply sm:m-0 !important;
834
+ }
835
+ .ds-m-sm-0\.5 {
836
+ @apply sm:m-0.5 !important;
837
+ }
838
+ .ds-m-sm-1 {
839
+ @apply sm:m-1 !important;
840
+ }
841
+ .ds-m-sm-1\.5 {
842
+ @apply sm:m-1.5 !important;
843
+ }
844
+ .ds-m-sm-2 {
845
+ @apply sm:m-2 !important;
846
+ }
847
+ .ds-m-sm-2\.5 {
848
+ @apply sm:m-2.5 !important;
849
+ }
850
+ .ds-m-sm-3 {
851
+ @apply sm:m-3 !important;
852
+ }
853
+ .ds-m-sm-3\.5 {
854
+ @apply sm:m-3.5 !important;
855
+ }
856
+ .ds-m-sm-4 {
857
+ @apply sm:m-4 !important;
858
+ }
859
+ .ds-m-sm-5 {
860
+ @apply sm:m-5 !important;
861
+ }
862
+ .ds-m-sm-6 {
863
+ @apply sm:m-6 !important;
864
+ }
865
+ .ds-m-sm-7 {
866
+ @apply sm:m-7 !important;
867
+ }
868
+ .ds-m-sm-8 {
869
+ @apply sm:m-8 !important;
870
+ }
871
+ .ds-m-sm-9 {
872
+ @apply sm:m-9 !important;
873
+ }
874
+ .ds-m-sm-10 {
875
+ @apply sm:m-10 !important;
876
+ }
877
+ .ds-m-sm-11 {
878
+ @apply sm:m-11 !important;
879
+ }
880
+ .ds-m-sm-12 {
881
+ @apply sm:m-12 !important;
882
+ }
883
+ .ds-m-sm-14 {
884
+ @apply sm:m-14 !important;
885
+ }
886
+ .ds-m-sm-16 {
887
+ @apply sm:m-16 !important;
888
+ }
889
+ .ds-m-sm-20 {
890
+ @apply sm:m-20 !important;
891
+ }
892
+ .ds-m-sm-24 {
893
+ @apply sm:m-24 !important;
894
+ }
895
+ .ds-m-sm-28 {
896
+ @apply sm:m-28 !important;
897
+ }
898
+ .ds-m-sm-32 {
899
+ @apply sm:m-32 !important;
900
+ }
901
+ .ds-m-sm-36 {
902
+ @apply sm:m-36 !important;
903
+ }
904
+ .ds-m-sm-40 {
905
+ @apply sm:m-40 !important;
906
+ }
907
+ .ds-m-sm-44 {
908
+ @apply sm:m-44 !important;
909
+ }
910
+ .ds-m-sm-48 {
911
+ @apply sm:m-48 !important;
912
+ }
913
+ .ds-m-sm-52 {
914
+ @apply sm:m-52 !important;
915
+ }
916
+ .ds-m-sm-56 {
917
+ @apply sm:m-56 !important;
918
+ }
919
+ .ds-m-sm-60 {
920
+ @apply sm:m-60 !important;
921
+ }
922
+ .ds-m-sm-64 {
923
+ @apply sm:m-64 !important;
924
+ }
925
+ .ds-m-sm-72 {
926
+ @apply sm:m-72 !important;
927
+ }
928
+ .ds-m-sm-80 {
929
+ @apply sm:m-80 !important;
930
+ }
931
+ .ds-m-sm-96 {
932
+ @apply sm:m-96 !important;
933
+ }
934
+ .ds-m-md-0 {
935
+ @apply md:m-0 !important;
936
+ }
937
+ .ds-m-md-0\.5 {
938
+ @apply md:m-0.5 !important;
939
+ }
940
+ .ds-m-md-1 {
941
+ @apply md:m-1 !important;
942
+ }
943
+ .ds-m-md-1\.5 {
944
+ @apply md:m-1.5 !important;
945
+ }
946
+ .ds-m-md-2 {
947
+ @apply md:m-2 !important;
948
+ }
949
+ .ds-m-md-2\.5 {
950
+ @apply md:m-2.5 !important;
951
+ }
952
+ .ds-m-md-3 {
953
+ @apply md:m-3 !important;
954
+ }
955
+ .ds-m-md-3\.5 {
956
+ @apply md:m-3.5 !important;
957
+ }
958
+ .ds-m-md-4 {
959
+ @apply md:m-4 !important;
960
+ }
961
+ .ds-m-md-5 {
962
+ @apply md:m-5 !important;
963
+ }
964
+ .ds-m-md-6 {
965
+ @apply md:m-6 !important;
966
+ }
967
+ .ds-m-md-7 {
968
+ @apply md:m-7 !important;
969
+ }
970
+ .ds-m-md-8 {
971
+ @apply md:m-8 !important;
972
+ }
973
+ .ds-m-md-9 {
974
+ @apply md:m-9 !important;
975
+ }
976
+ .ds-m-md-10 {
977
+ @apply md:m-10 !important;
978
+ }
979
+ .ds-m-md-11 {
980
+ @apply md:m-11 !important;
981
+ }
982
+ .ds-m-md-12 {
983
+ @apply md:m-12 !important;
984
+ }
985
+ .ds-m-md-14 {
986
+ @apply md:m-14 !important;
987
+ }
988
+ .ds-m-md-16 {
989
+ @apply md:m-16 !important;
990
+ }
991
+ .ds-m-md-20 {
992
+ @apply md:m-20 !important;
993
+ }
994
+ .ds-m-md-24 {
995
+ @apply md:m-24 !important;
996
+ }
997
+ .ds-m-md-28 {
998
+ @apply md:m-28 !important;
999
+ }
1000
+ .ds-m-md-32 {
1001
+ @apply md:m-32 !important;
1002
+ }
1003
+ .ds-m-md-36 {
1004
+ @apply md:m-36 !important;
1005
+ }
1006
+ .ds-m-md-40 {
1007
+ @apply md:m-40 !important;
1008
+ }
1009
+ .ds-m-md-44 {
1010
+ @apply md:m-44 !important;
1011
+ }
1012
+ .ds-m-md-48 {
1013
+ @apply md:m-48 !important;
1014
+ }
1015
+ .ds-m-md-52 {
1016
+ @apply md:m-52 !important;
1017
+ }
1018
+ .ds-m-md-56 {
1019
+ @apply md:m-56 !important;
1020
+ }
1021
+ .ds-m-md-60 {
1022
+ @apply md:m-60 !important;
1023
+ }
1024
+ .ds-m-md-64 {
1025
+ @apply md:m-64 !important;
1026
+ }
1027
+ .ds-m-md-72 {
1028
+ @apply md:m-72 !important;
1029
+ }
1030
+ .ds-m-md-80 {
1031
+ @apply md:m-80 !important;
1032
+ }
1033
+ .ds-m-md-96 {
1034
+ @apply md:m-96 !important;
1035
+ }
1036
+ .ds-m-lg-0 {
1037
+ @apply lg:m-0 !important;
1038
+ }
1039
+ .ds-m-lg-0\.5 {
1040
+ @apply lg:m-0.5 !important;
1041
+ }
1042
+ .ds-m-lg-1 {
1043
+ @apply lg:m-1 !important;
1044
+ }
1045
+ .ds-m-lg-1\.5 {
1046
+ @apply lg:m-1.5 !important;
1047
+ }
1048
+ .ds-m-lg-2 {
1049
+ @apply lg:m-2 !important;
1050
+ }
1051
+ .ds-m-lg-2\.5 {
1052
+ @apply lg:m-2.5 !important;
1053
+ }
1054
+ .ds-m-lg-3 {
1055
+ @apply lg:m-3 !important;
1056
+ }
1057
+ .ds-m-lg-3\.5 {
1058
+ @apply lg:m-3.5 !important;
1059
+ }
1060
+ .ds-m-lg-4 {
1061
+ @apply lg:m-4 !important;
1062
+ }
1063
+ .ds-m-lg-5 {
1064
+ @apply lg:m-5 !important;
1065
+ }
1066
+ .ds-m-lg-6 {
1067
+ @apply lg:m-6 !important;
1068
+ }
1069
+ .ds-m-lg-7 {
1070
+ @apply lg:m-7 !important;
1071
+ }
1072
+ .ds-m-lg-8 {
1073
+ @apply lg:m-8 !important;
1074
+ }
1075
+ .ds-m-lg-9 {
1076
+ @apply lg:m-9 !important;
1077
+ }
1078
+ .ds-m-lg-10 {
1079
+ @apply lg:m-10 !important;
1080
+ }
1081
+ .ds-m-lg-11 {
1082
+ @apply lg:m-11 !important;
1083
+ }
1084
+ .ds-m-lg-12 {
1085
+ @apply lg:m-12 !important;
1086
+ }
1087
+ .ds-m-lg-14 {
1088
+ @apply lg:m-14 !important;
1089
+ }
1090
+ .ds-m-lg-16 {
1091
+ @apply lg:m-16 !important;
1092
+ }
1093
+ .ds-m-lg-20 {
1094
+ @apply lg:m-20 !important;
1095
+ }
1096
+ .ds-m-lg-24 {
1097
+ @apply lg:m-24 !important;
1098
+ }
1099
+ .ds-m-lg-28 {
1100
+ @apply lg:m-28 !important;
1101
+ }
1102
+ .ds-m-lg-32 {
1103
+ @apply lg:m-32 !important;
1104
+ }
1105
+ .ds-m-lg-36 {
1106
+ @apply lg:m-36 !important;
1107
+ }
1108
+ .ds-m-lg-40 {
1109
+ @apply lg:m-40 !important;
1110
+ }
1111
+ .ds-m-lg-44 {
1112
+ @apply lg:m-44 !important;
1113
+ }
1114
+ .ds-m-lg-48 {
1115
+ @apply lg:m-48 !important;
1116
+ }
1117
+ .ds-m-lg-52 {
1118
+ @apply lg:m-52 !important;
1119
+ }
1120
+ .ds-m-lg-56 {
1121
+ @apply lg:m-56 !important;
1122
+ }
1123
+ .ds-m-lg-60 {
1124
+ @apply lg:m-60 !important;
1125
+ }
1126
+ .ds-m-lg-64 {
1127
+ @apply lg:m-64 !important;
1128
+ }
1129
+ .ds-m-lg-72 {
1130
+ @apply lg:m-72 !important;
1131
+ }
1132
+ .ds-m-lg-80 {
1133
+ @apply lg:m-80 !important;
1134
+ }
1135
+ .ds-m-lg-96 {
1136
+ @apply lg:m-96 !important;
1137
+ }
1138
+ .ds-m-xl-0 {
1139
+ @apply xl:m-0 !important;
1140
+ }
1141
+ .ds-m-xl-0\.5 {
1142
+ @apply xl:m-0.5 !important;
1143
+ }
1144
+ .ds-m-xl-1 {
1145
+ @apply xl:m-1 !important;
1146
+ }
1147
+ .ds-m-xl-1\.5 {
1148
+ @apply xl:m-1.5 !important;
1149
+ }
1150
+ .ds-m-xl-2 {
1151
+ @apply xl:m-2 !important;
1152
+ }
1153
+ .ds-m-xl-2\.5 {
1154
+ @apply xl:m-2.5 !important;
1155
+ }
1156
+ .ds-m-xl-3 {
1157
+ @apply xl:m-3 !important;
1158
+ }
1159
+ .ds-m-xl-3\.5 {
1160
+ @apply xl:m-3.5 !important;
1161
+ }
1162
+ .ds-m-xl-4 {
1163
+ @apply xl:m-4 !important;
1164
+ }
1165
+ .ds-m-xl-5 {
1166
+ @apply xl:m-5 !important;
1167
+ }
1168
+ .ds-m-xl-6 {
1169
+ @apply xl:m-6 !important;
1170
+ }
1171
+ .ds-m-xl-7 {
1172
+ @apply xl:m-7 !important;
1173
+ }
1174
+ .ds-m-xl-8 {
1175
+ @apply xl:m-8 !important;
1176
+ }
1177
+ .ds-m-xl-9 {
1178
+ @apply xl:m-9 !important;
1179
+ }
1180
+ .ds-m-xl-10 {
1181
+ @apply xl:m-10 !important;
1182
+ }
1183
+ .ds-m-xl-11 {
1184
+ @apply xl:m-11 !important;
1185
+ }
1186
+ .ds-m-xl-12 {
1187
+ @apply xl:m-12 !important;
1188
+ }
1189
+ .ds-m-xl-14 {
1190
+ @apply xl:m-14 !important;
1191
+ }
1192
+ .ds-m-xl-16 {
1193
+ @apply xl:m-16 !important;
1194
+ }
1195
+ .ds-m-xl-20 {
1196
+ @apply xl:m-20 !important;
1197
+ }
1198
+ .ds-m-xl-24 {
1199
+ @apply xl:m-24 !important;
1200
+ }
1201
+ .ds-m-xl-28 {
1202
+ @apply xl:m-28 !important;
1203
+ }
1204
+ .ds-m-xl-32 {
1205
+ @apply xl:m-32 !important;
1206
+ }
1207
+ .ds-m-xl-36 {
1208
+ @apply xl:m-36 !important;
1209
+ }
1210
+ .ds-m-xl-40 {
1211
+ @apply xl:m-40 !important;
1212
+ }
1213
+ .ds-m-xl-44 {
1214
+ @apply xl:m-44 !important;
1215
+ }
1216
+ .ds-m-xl-48 {
1217
+ @apply xl:m-48 !important;
1218
+ }
1219
+ .ds-m-xl-52 {
1220
+ @apply xl:m-52 !important;
1221
+ }
1222
+ .ds-m-xl-56 {
1223
+ @apply xl:m-56 !important;
1224
+ }
1225
+ .ds-m-xl-60 {
1226
+ @apply xl:m-60 !important;
1227
+ }
1228
+ .ds-m-xl-64 {
1229
+ @apply xl:m-64 !important;
1230
+ }
1231
+ .ds-m-xl-72 {
1232
+ @apply xl:m-72 !important;
1233
+ }
1234
+ .ds-m-xl-80 {
1235
+ @apply xl:m-80 !important;
1236
+ }
1237
+ .ds-m-xl-96 {
1238
+ @apply xl:m-96 !important;
1239
+ }
1240
+ .ds-mt-xs-0 {
1241
+ @apply mt-0;
1242
+ }
1243
+ .ds-mt-xs-0\.5 {
1244
+ @apply mt-0.5;
1245
+ }
1246
+ .ds-mt-xs-1 {
1247
+ @apply mt-1;
1248
+ }
1249
+ .ds-mt-xs-1\.5 {
1250
+ @apply mt-1.5;
1251
+ }
1252
+ .ds-mt-xs-2 {
1253
+ @apply mt-2;
1254
+ }
1255
+ .ds-mt-xs-2\.5 {
1256
+ @apply mt-2.5;
1257
+ }
1258
+ .ds-mt-xs-3 {
1259
+ @apply mt-3;
1260
+ }
1261
+ .ds-mt-xs-3\.5 {
1262
+ @apply mt-3.5;
1263
+ }
1264
+ .ds-mt-xs-4 {
1265
+ @apply mt-4;
1266
+ }
1267
+ .ds-mt-xs-5 {
1268
+ @apply mt-5;
1269
+ }
1270
+ .ds-mt-xs-6 {
1271
+ @apply mt-6;
1272
+ }
1273
+ .ds-mt-xs-7 {
1274
+ @apply mt-7;
1275
+ }
1276
+ .ds-mt-xs-8 {
1277
+ @apply mt-8;
1278
+ }
1279
+ .ds-mt-xs-9 {
1280
+ @apply mt-9;
1281
+ }
1282
+ .ds-mt-xs-10 {
1283
+ @apply mt-10;
1284
+ }
1285
+ .ds-mt-xs-11 {
1286
+ @apply mt-11;
1287
+ }
1288
+ .ds-mt-xs-12 {
1289
+ @apply mt-12;
1290
+ }
1291
+ .ds-mt-xs-14 {
1292
+ @apply mt-14;
1293
+ }
1294
+ .ds-mt-xs-16 {
1295
+ @apply mt-16;
1296
+ }
1297
+ .ds-mt-xs-20 {
1298
+ @apply mt-20;
1299
+ }
1300
+ .ds-mt-xs-24 {
1301
+ @apply mt-24;
1302
+ }
1303
+ .ds-mt-xs-28 {
1304
+ @apply mt-28;
1305
+ }
1306
+ .ds-mt-xs-32 {
1307
+ @apply mt-32;
1308
+ }
1309
+ .ds-mt-xs-36 {
1310
+ @apply mt-36;
1311
+ }
1312
+ .ds-mt-xs-40 {
1313
+ @apply mt-40;
1314
+ }
1315
+ .ds-mt-xs-44 {
1316
+ @apply mt-44;
1317
+ }
1318
+ .ds-mt-xs-48 {
1319
+ @apply mt-48;
1320
+ }
1321
+ .ds-mt-xs-52 {
1322
+ @apply mt-52;
1323
+ }
1324
+ .ds-mt-xs-56 {
1325
+ @apply mt-56;
1326
+ }
1327
+ .ds-mt-xs-60 {
1328
+ @apply mt-60;
1329
+ }
1330
+ .ds-mt-xs-64 {
1331
+ @apply mt-64;
1332
+ }
1333
+ .ds-mt-xs-72 {
1334
+ @apply mt-72;
1335
+ }
1336
+ .ds-mt-xs-80 {
1337
+ @apply mt-80;
1338
+ }
1339
+ .ds-mt-xs-96 {
1340
+ @apply mt-96;
1341
+ }
1342
+ .ds-mt-sm-0 {
1343
+ @apply sm:mt-0 !important;
1344
+ }
1345
+ .ds-mt-sm-0\.5 {
1346
+ @apply sm:mt-0.5 !important;
1347
+ }
1348
+ .ds-mt-sm-1 {
1349
+ @apply sm:mt-1 !important;
1350
+ }
1351
+ .ds-mt-sm-1\.5 {
1352
+ @apply sm:mt-1.5 !important;
1353
+ }
1354
+ .ds-mt-sm-2 {
1355
+ @apply sm:mt-2 !important;
1356
+ }
1357
+ .ds-mt-sm-2\.5 {
1358
+ @apply sm:mt-2.5 !important;
1359
+ }
1360
+ .ds-mt-sm-3 {
1361
+ @apply sm:mt-3 !important;
1362
+ }
1363
+ .ds-mt-sm-3\.5 {
1364
+ @apply sm:mt-3.5 !important;
1365
+ }
1366
+ .ds-mt-sm-4 {
1367
+ @apply sm:mt-4 !important;
1368
+ }
1369
+ .ds-mt-sm-5 {
1370
+ @apply sm:mt-5 !important;
1371
+ }
1372
+ .ds-mt-sm-6 {
1373
+ @apply sm:mt-6 !important;
1374
+ }
1375
+ .ds-mt-sm-7 {
1376
+ @apply sm:mt-7 !important;
1377
+ }
1378
+ .ds-mt-sm-8 {
1379
+ @apply sm:mt-8 !important;
1380
+ }
1381
+ .ds-mt-sm-9 {
1382
+ @apply sm:mt-9 !important;
1383
+ }
1384
+ .ds-mt-sm-10 {
1385
+ @apply sm:mt-10 !important;
1386
+ }
1387
+ .ds-mt-sm-11 {
1388
+ @apply sm:mt-11 !important;
1389
+ }
1390
+ .ds-mt-sm-12 {
1391
+ @apply sm:mt-12 !important;
1392
+ }
1393
+ .ds-mt-sm-14 {
1394
+ @apply sm:mt-14 !important;
1395
+ }
1396
+ .ds-mt-sm-16 {
1397
+ @apply sm:mt-16 !important;
1398
+ }
1399
+ .ds-mt-sm-20 {
1400
+ @apply sm:mt-20 !important;
1401
+ }
1402
+ .ds-mt-sm-24 {
1403
+ @apply sm:mt-24 !important;
1404
+ }
1405
+ .ds-mt-sm-28 {
1406
+ @apply sm:mt-28 !important;
1407
+ }
1408
+ .ds-mt-sm-32 {
1409
+ @apply sm:mt-32 !important;
1410
+ }
1411
+ .ds-mt-sm-36 {
1412
+ @apply sm:mt-36 !important;
1413
+ }
1414
+ .ds-mt-sm-40 {
1415
+ @apply sm:mt-40 !important;
1416
+ }
1417
+ .ds-mt-sm-44 {
1418
+ @apply sm:mt-44 !important;
1419
+ }
1420
+ .ds-mt-sm-48 {
1421
+ @apply sm:mt-48 !important;
1422
+ }
1423
+ .ds-mt-sm-52 {
1424
+ @apply sm:mt-52 !important;
1425
+ }
1426
+ .ds-mt-sm-56 {
1427
+ @apply sm:mt-56 !important;
1428
+ }
1429
+ .ds-mt-sm-60 {
1430
+ @apply sm:mt-60 !important;
1431
+ }
1432
+ .ds-mt-sm-64 {
1433
+ @apply sm:mt-64 !important;
1434
+ }
1435
+ .ds-mt-sm-72 {
1436
+ @apply sm:mt-72 !important;
1437
+ }
1438
+ .ds-mt-sm-80 {
1439
+ @apply sm:mt-80 !important;
1440
+ }
1441
+ .ds-mt-sm-96 {
1442
+ @apply sm:mt-96 !important;
1443
+ }
1444
+ .ds-mt-md-0 {
1445
+ @apply md:mt-0 !important;
1446
+ }
1447
+ .ds-mt-md-0\.5 {
1448
+ @apply md:mt-0.5 !important;
1449
+ }
1450
+ .ds-mt-md-1 {
1451
+ @apply md:mt-1 !important;
1452
+ }
1453
+ .ds-mt-md-1\.5 {
1454
+ @apply md:mt-1.5 !important;
1455
+ }
1456
+ .ds-mt-md-2 {
1457
+ @apply md:mt-2 !important;
1458
+ }
1459
+ .ds-mt-md-2\.5 {
1460
+ @apply md:mt-2.5 !important;
1461
+ }
1462
+ .ds-mt-md-3 {
1463
+ @apply md:mt-3 !important;
1464
+ }
1465
+ .ds-mt-md-3\.5 {
1466
+ @apply md:mt-3.5 !important;
1467
+ }
1468
+ .ds-mt-md-4 {
1469
+ @apply md:mt-4 !important;
1470
+ }
1471
+ .ds-mt-md-5 {
1472
+ @apply md:mt-5 !important;
1473
+ }
1474
+ .ds-mt-md-6 {
1475
+ @apply md:mt-6 !important;
1476
+ }
1477
+ .ds-mt-md-7 {
1478
+ @apply md:mt-7 !important;
1479
+ }
1480
+ .ds-mt-md-8 {
1481
+ @apply md:mt-8 !important;
1482
+ }
1483
+ .ds-mt-md-9 {
1484
+ @apply md:mt-9 !important;
1485
+ }
1486
+ .ds-mt-md-10 {
1487
+ @apply md:mt-10 !important;
1488
+ }
1489
+ .ds-mt-md-11 {
1490
+ @apply md:mt-11 !important;
1491
+ }
1492
+ .ds-mt-md-12 {
1493
+ @apply md:mt-12 !important;
1494
+ }
1495
+ .ds-mt-md-14 {
1496
+ @apply md:mt-14 !important;
1497
+ }
1498
+ .ds-mt-md-16 {
1499
+ @apply md:mt-16 !important;
1500
+ }
1501
+ .ds-mt-md-20 {
1502
+ @apply md:mt-20 !important;
1503
+ }
1504
+ .ds-mt-md-24 {
1505
+ @apply md:mt-24 !important;
1506
+ }
1507
+ .ds-mt-md-28 {
1508
+ @apply md:mt-28 !important;
1509
+ }
1510
+ .ds-mt-md-32 {
1511
+ @apply md:mt-32 !important;
1512
+ }
1513
+ .ds-mt-md-36 {
1514
+ @apply md:mt-36 !important;
1515
+ }
1516
+ .ds-mt-md-40 {
1517
+ @apply md:mt-40 !important;
1518
+ }
1519
+ .ds-mt-md-44 {
1520
+ @apply md:mt-44 !important;
1521
+ }
1522
+ .ds-mt-md-48 {
1523
+ @apply md:mt-48 !important;
1524
+ }
1525
+ .ds-mt-md-52 {
1526
+ @apply md:mt-52 !important;
1527
+ }
1528
+ .ds-mt-md-56 {
1529
+ @apply md:mt-56 !important;
1530
+ }
1531
+ .ds-mt-md-60 {
1532
+ @apply md:mt-60 !important;
1533
+ }
1534
+ .ds-mt-md-64 {
1535
+ @apply md:mt-64 !important;
1536
+ }
1537
+ .ds-mt-md-72 {
1538
+ @apply md:mt-72 !important;
1539
+ }
1540
+ .ds-mt-md-80 {
1541
+ @apply md:mt-80 !important;
1542
+ }
1543
+ .ds-mt-md-96 {
1544
+ @apply md:mt-96 !important;
1545
+ }
1546
+ .ds-mt-lg-0 {
1547
+ @apply lg:mt-0 !important;
1548
+ }
1549
+ .ds-mt-lg-0\.5 {
1550
+ @apply lg:mt-0.5 !important;
1551
+ }
1552
+ .ds-mt-lg-1 {
1553
+ @apply lg:mt-1 !important;
1554
+ }
1555
+ .ds-mt-lg-1\.5 {
1556
+ @apply lg:mt-1.5 !important;
1557
+ }
1558
+ .ds-mt-lg-2 {
1559
+ @apply lg:mt-2 !important;
1560
+ }
1561
+ .ds-mt-lg-2\.5 {
1562
+ @apply lg:mt-2.5 !important;
1563
+ }
1564
+ .ds-mt-lg-3 {
1565
+ @apply lg:mt-3 !important;
1566
+ }
1567
+ .ds-mt-lg-3\.5 {
1568
+ @apply lg:mt-3.5 !important;
1569
+ }
1570
+ .ds-mt-lg-4 {
1571
+ @apply lg:mt-4 !important;
1572
+ }
1573
+ .ds-mt-lg-5 {
1574
+ @apply lg:mt-5 !important;
1575
+ }
1576
+ .ds-mt-lg-6 {
1577
+ @apply lg:mt-6 !important;
1578
+ }
1579
+ .ds-mt-lg-7 {
1580
+ @apply lg:mt-7 !important;
1581
+ }
1582
+ .ds-mt-lg-8 {
1583
+ @apply lg:mt-8 !important;
1584
+ }
1585
+ .ds-mt-lg-9 {
1586
+ @apply lg:mt-9 !important;
1587
+ }
1588
+ .ds-mt-lg-10 {
1589
+ @apply lg:mt-10 !important;
1590
+ }
1591
+ .ds-mt-lg-11 {
1592
+ @apply lg:mt-11 !important;
1593
+ }
1594
+ .ds-mt-lg-12 {
1595
+ @apply lg:mt-12 !important;
1596
+ }
1597
+ .ds-mt-lg-14 {
1598
+ @apply lg:mt-14 !important;
1599
+ }
1600
+ .ds-mt-lg-16 {
1601
+ @apply lg:mt-16 !important;
1602
+ }
1603
+ .ds-mt-lg-20 {
1604
+ @apply lg:mt-20 !important;
1605
+ }
1606
+ .ds-mt-lg-24 {
1607
+ @apply lg:mt-24 !important;
1608
+ }
1609
+ .ds-mt-lg-28 {
1610
+ @apply lg:mt-28 !important;
1611
+ }
1612
+ .ds-mt-lg-32 {
1613
+ @apply lg:mt-32 !important;
1614
+ }
1615
+ .ds-mt-lg-36 {
1616
+ @apply lg:mt-36 !important;
1617
+ }
1618
+ .ds-mt-lg-40 {
1619
+ @apply lg:mt-40 !important;
1620
+ }
1621
+ .ds-mt-lg-44 {
1622
+ @apply lg:mt-44 !important;
1623
+ }
1624
+ .ds-mt-lg-48 {
1625
+ @apply lg:mt-48 !important;
1626
+ }
1627
+ .ds-mt-lg-52 {
1628
+ @apply lg:mt-52 !important;
1629
+ }
1630
+ .ds-mt-lg-56 {
1631
+ @apply lg:mt-56 !important;
1632
+ }
1633
+ .ds-mt-lg-60 {
1634
+ @apply lg:mt-60 !important;
1635
+ }
1636
+ .ds-mt-lg-64 {
1637
+ @apply lg:mt-64 !important;
1638
+ }
1639
+ .ds-mt-lg-72 {
1640
+ @apply lg:mt-72 !important;
1641
+ }
1642
+ .ds-mt-lg-80 {
1643
+ @apply lg:mt-80 !important;
1644
+ }
1645
+ .ds-mt-lg-96 {
1646
+ @apply lg:mt-96 !important;
1647
+ }
1648
+ .ds-mt-xl-0 {
1649
+ @apply xl:mt-0 !important;
1650
+ }
1651
+ .ds-mt-xl-0\.5 {
1652
+ @apply xl:mt-0.5 !important;
1653
+ }
1654
+ .ds-mt-xl-1 {
1655
+ @apply xl:mt-1 !important;
1656
+ }
1657
+ .ds-mt-xl-1\.5 {
1658
+ @apply xl:mt-1.5 !important;
1659
+ }
1660
+ .ds-mt-xl-2 {
1661
+ @apply xl:mt-2 !important;
1662
+ }
1663
+ .ds-mt-xl-2\.5 {
1664
+ @apply xl:mt-2.5 !important;
1665
+ }
1666
+ .ds-mt-xl-3 {
1667
+ @apply xl:mt-3 !important;
1668
+ }
1669
+ .ds-mt-xl-3\.5 {
1670
+ @apply xl:mt-3.5 !important;
1671
+ }
1672
+ .ds-mt-xl-4 {
1673
+ @apply xl:mt-4 !important;
1674
+ }
1675
+ .ds-mt-xl-5 {
1676
+ @apply xl:mt-5 !important;
1677
+ }
1678
+ .ds-mt-xl-6 {
1679
+ @apply xl:mt-6 !important;
1680
+ }
1681
+ .ds-mt-xl-7 {
1682
+ @apply xl:mt-7 !important;
1683
+ }
1684
+ .ds-mt-xl-8 {
1685
+ @apply xl:mt-8 !important;
1686
+ }
1687
+ .ds-mt-xl-9 {
1688
+ @apply xl:mt-9 !important;
1689
+ }
1690
+ .ds-mt-xl-10 {
1691
+ @apply xl:mt-10 !important;
1692
+ }
1693
+ .ds-mt-xl-11 {
1694
+ @apply xl:mt-11 !important;
1695
+ }
1696
+ .ds-mt-xl-12 {
1697
+ @apply xl:mt-12 !important;
1698
+ }
1699
+ .ds-mt-xl-14 {
1700
+ @apply xl:mt-14 !important;
1701
+ }
1702
+ .ds-mt-xl-16 {
1703
+ @apply xl:mt-16 !important;
1704
+ }
1705
+ .ds-mt-xl-20 {
1706
+ @apply xl:mt-20 !important;
1707
+ }
1708
+ .ds-mt-xl-24 {
1709
+ @apply xl:mt-24 !important;
1710
+ }
1711
+ .ds-mt-xl-28 {
1712
+ @apply xl:mt-28 !important;
1713
+ }
1714
+ .ds-mt-xl-32 {
1715
+ @apply xl:mt-32 !important;
1716
+ }
1717
+ .ds-mt-xl-36 {
1718
+ @apply xl:mt-36 !important;
1719
+ }
1720
+ .ds-mt-xl-40 {
1721
+ @apply xl:mt-40 !important;
1722
+ }
1723
+ .ds-mt-xl-44 {
1724
+ @apply xl:mt-44 !important;
1725
+ }
1726
+ .ds-mt-xl-48 {
1727
+ @apply xl:mt-48 !important;
1728
+ }
1729
+ .ds-mt-xl-52 {
1730
+ @apply xl:mt-52 !important;
1731
+ }
1732
+ .ds-mt-xl-56 {
1733
+ @apply xl:mt-56 !important;
1734
+ }
1735
+ .ds-mt-xl-60 {
1736
+ @apply xl:mt-60 !important;
1737
+ }
1738
+ .ds-mt-xl-64 {
1739
+ @apply xl:mt-64 !important;
1740
+ }
1741
+ .ds-mt-xl-72 {
1742
+ @apply xl:mt-72 !important;
1743
+ }
1744
+ .ds-mt-xl-80 {
1745
+ @apply xl:mt-80 !important;
1746
+ }
1747
+ .ds-mt-xl-96 {
1748
+ @apply xl:mt-96 !important;
1749
+ }
1750
+ .ds-mr-xs-0 {
1751
+ @apply mr-0;
1752
+ }
1753
+ .ds-mr-xs-0\.5 {
1754
+ @apply mr-0.5;
1755
+ }
1756
+ .ds-mr-xs-1 {
1757
+ @apply mr-1;
1758
+ }
1759
+ .ds-mr-xs-1\.5 {
1760
+ @apply mr-1.5;
1761
+ }
1762
+ .ds-mr-xs-2 {
1763
+ @apply mr-2;
1764
+ }
1765
+ .ds-mr-xs-2\.5 {
1766
+ @apply mr-2.5;
1767
+ }
1768
+ .ds-mr-xs-3 {
1769
+ @apply mr-3;
1770
+ }
1771
+ .ds-mr-xs-3\.5 {
1772
+ @apply mr-3.5;
1773
+ }
1774
+ .ds-mr-xs-4 {
1775
+ @apply mr-4;
1776
+ }
1777
+ .ds-mr-xs-5 {
1778
+ @apply mr-5;
1779
+ }
1780
+ .ds-mr-xs-6 {
1781
+ @apply mr-6;
1782
+ }
1783
+ .ds-mr-xs-7 {
1784
+ @apply mr-7;
1785
+ }
1786
+ .ds-mr-xs-8 {
1787
+ @apply mr-8;
1788
+ }
1789
+ .ds-mr-xs-9 {
1790
+ @apply mr-9;
1791
+ }
1792
+ .ds-mr-xs-10 {
1793
+ @apply mr-10;
1794
+ }
1795
+ .ds-mr-xs-11 {
1796
+ @apply mr-11;
1797
+ }
1798
+ .ds-mr-xs-12 {
1799
+ @apply mr-12;
1800
+ }
1801
+ .ds-mr-xs-14 {
1802
+ @apply mr-14;
1803
+ }
1804
+ .ds-mr-xs-16 {
1805
+ @apply mr-16;
1806
+ }
1807
+ .ds-mr-xs-20 {
1808
+ @apply mr-20;
1809
+ }
1810
+ .ds-mr-xs-24 {
1811
+ @apply mr-24;
1812
+ }
1813
+ .ds-mr-xs-28 {
1814
+ @apply mr-28;
1815
+ }
1816
+ .ds-mr-xs-32 {
1817
+ @apply mr-32;
1818
+ }
1819
+ .ds-mr-xs-36 {
1820
+ @apply mr-36;
1821
+ }
1822
+ .ds-mr-xs-40 {
1823
+ @apply mr-40;
1824
+ }
1825
+ .ds-mr-xs-44 {
1826
+ @apply mr-44;
1827
+ }
1828
+ .ds-mr-xs-48 {
1829
+ @apply mr-48;
1830
+ }
1831
+ .ds-mr-xs-52 {
1832
+ @apply mr-52;
1833
+ }
1834
+ .ds-mr-xs-56 {
1835
+ @apply mr-56;
1836
+ }
1837
+ .ds-mr-xs-60 {
1838
+ @apply mr-60;
1839
+ }
1840
+ .ds-mr-xs-64 {
1841
+ @apply mr-64;
1842
+ }
1843
+ .ds-mr-xs-72 {
1844
+ @apply mr-72;
1845
+ }
1846
+ .ds-mr-xs-80 {
1847
+ @apply mr-80;
1848
+ }
1849
+ .ds-mr-xs-96 {
1850
+ @apply mr-96;
1851
+ }
1852
+ .ds-mr-sm-0 {
1853
+ @apply sm:mr-0 !important;
1854
+ }
1855
+ .ds-mr-sm-0\.5 {
1856
+ @apply sm:mr-0.5 !important;
1857
+ }
1858
+ .ds-mr-sm-1 {
1859
+ @apply sm:mr-1 !important;
1860
+ }
1861
+ .ds-mr-sm-1\.5 {
1862
+ @apply sm:mr-1.5 !important;
1863
+ }
1864
+ .ds-mr-sm-2 {
1865
+ @apply sm:mr-2 !important;
1866
+ }
1867
+ .ds-mr-sm-2\.5 {
1868
+ @apply sm:mr-2.5 !important;
1869
+ }
1870
+ .ds-mr-sm-3 {
1871
+ @apply sm:mr-3 !important;
1872
+ }
1873
+ .ds-mr-sm-3\.5 {
1874
+ @apply sm:mr-3.5 !important;
1875
+ }
1876
+ .ds-mr-sm-4 {
1877
+ @apply sm:mr-4 !important;
1878
+ }
1879
+ .ds-mr-sm-5 {
1880
+ @apply sm:mr-5 !important;
1881
+ }
1882
+ .ds-mr-sm-6 {
1883
+ @apply sm:mr-6 !important;
1884
+ }
1885
+ .ds-mr-sm-7 {
1886
+ @apply sm:mr-7 !important;
1887
+ }
1888
+ .ds-mr-sm-8 {
1889
+ @apply sm:mr-8 !important;
1890
+ }
1891
+ .ds-mr-sm-9 {
1892
+ @apply sm:mr-9 !important;
1893
+ }
1894
+ .ds-mr-sm-10 {
1895
+ @apply sm:mr-10 !important;
1896
+ }
1897
+ .ds-mr-sm-11 {
1898
+ @apply sm:mr-11 !important;
1899
+ }
1900
+ .ds-mr-sm-12 {
1901
+ @apply sm:mr-12 !important;
1902
+ }
1903
+ .ds-mr-sm-14 {
1904
+ @apply sm:mr-14 !important;
1905
+ }
1906
+ .ds-mr-sm-16 {
1907
+ @apply sm:mr-16 !important;
1908
+ }
1909
+ .ds-mr-sm-20 {
1910
+ @apply sm:mr-20 !important;
1911
+ }
1912
+ .ds-mr-sm-24 {
1913
+ @apply sm:mr-24 !important;
1914
+ }
1915
+ .ds-mr-sm-28 {
1916
+ @apply sm:mr-28 !important;
1917
+ }
1918
+ .ds-mr-sm-32 {
1919
+ @apply sm:mr-32 !important;
1920
+ }
1921
+ .ds-mr-sm-36 {
1922
+ @apply sm:mr-36 !important;
1923
+ }
1924
+ .ds-mr-sm-40 {
1925
+ @apply sm:mr-40 !important;
1926
+ }
1927
+ .ds-mr-sm-44 {
1928
+ @apply sm:mr-44 !important;
1929
+ }
1930
+ .ds-mr-sm-48 {
1931
+ @apply sm:mr-48 !important;
1932
+ }
1933
+ .ds-mr-sm-52 {
1934
+ @apply sm:mr-52 !important;
1935
+ }
1936
+ .ds-mr-sm-56 {
1937
+ @apply sm:mr-56 !important;
1938
+ }
1939
+ .ds-mr-sm-60 {
1940
+ @apply sm:mr-60 !important;
1941
+ }
1942
+ .ds-mr-sm-64 {
1943
+ @apply sm:mr-64 !important;
1944
+ }
1945
+ .ds-mr-sm-72 {
1946
+ @apply sm:mr-72 !important;
1947
+ }
1948
+ .ds-mr-sm-80 {
1949
+ @apply sm:mr-80 !important;
1950
+ }
1951
+ .ds-mr-sm-96 {
1952
+ @apply sm:mr-96 !important;
1953
+ }
1954
+ .ds-mr-md-0 {
1955
+ @apply md:mr-0 !important;
1956
+ }
1957
+ .ds-mr-md-0\.5 {
1958
+ @apply md:mr-0.5 !important;
1959
+ }
1960
+ .ds-mr-md-1 {
1961
+ @apply md:mr-1 !important;
1962
+ }
1963
+ .ds-mr-md-1\.5 {
1964
+ @apply md:mr-1.5 !important;
1965
+ }
1966
+ .ds-mr-md-2 {
1967
+ @apply md:mr-2 !important;
1968
+ }
1969
+ .ds-mr-md-2\.5 {
1970
+ @apply md:mr-2.5 !important;
1971
+ }
1972
+ .ds-mr-md-3 {
1973
+ @apply md:mr-3 !important;
1974
+ }
1975
+ .ds-mr-md-3\.5 {
1976
+ @apply md:mr-3.5 !important;
1977
+ }
1978
+ .ds-mr-md-4 {
1979
+ @apply md:mr-4 !important;
1980
+ }
1981
+ .ds-mr-md-5 {
1982
+ @apply md:mr-5 !important;
1983
+ }
1984
+ .ds-mr-md-6 {
1985
+ @apply md:mr-6 !important;
1986
+ }
1987
+ .ds-mr-md-7 {
1988
+ @apply md:mr-7 !important;
1989
+ }
1990
+ .ds-mr-md-8 {
1991
+ @apply md:mr-8 !important;
1992
+ }
1993
+ .ds-mr-md-9 {
1994
+ @apply md:mr-9 !important;
1995
+ }
1996
+ .ds-mr-md-10 {
1997
+ @apply md:mr-10 !important;
1998
+ }
1999
+ .ds-mr-md-11 {
2000
+ @apply md:mr-11 !important;
2001
+ }
2002
+ .ds-mr-md-12 {
2003
+ @apply md:mr-12 !important;
2004
+ }
2005
+ .ds-mr-md-14 {
2006
+ @apply md:mr-14 !important;
2007
+ }
2008
+ .ds-mr-md-16 {
2009
+ @apply md:mr-16 !important;
2010
+ }
2011
+ .ds-mr-md-20 {
2012
+ @apply md:mr-20 !important;
2013
+ }
2014
+ .ds-mr-md-24 {
2015
+ @apply md:mr-24 !important;
2016
+ }
2017
+ .ds-mr-md-28 {
2018
+ @apply md:mr-28 !important;
2019
+ }
2020
+ .ds-mr-md-32 {
2021
+ @apply md:mr-32 !important;
2022
+ }
2023
+ .ds-mr-md-36 {
2024
+ @apply md:mr-36 !important;
2025
+ }
2026
+ .ds-mr-md-40 {
2027
+ @apply md:mr-40 !important;
2028
+ }
2029
+ .ds-mr-md-44 {
2030
+ @apply md:mr-44 !important;
2031
+ }
2032
+ .ds-mr-md-48 {
2033
+ @apply md:mr-48 !important;
2034
+ }
2035
+ .ds-mr-md-52 {
2036
+ @apply md:mr-52 !important;
2037
+ }
2038
+ .ds-mr-md-56 {
2039
+ @apply md:mr-56 !important;
2040
+ }
2041
+ .ds-mr-md-60 {
2042
+ @apply md:mr-60 !important;
2043
+ }
2044
+ .ds-mr-md-64 {
2045
+ @apply md:mr-64 !important;
2046
+ }
2047
+ .ds-mr-md-72 {
2048
+ @apply md:mr-72 !important;
2049
+ }
2050
+ .ds-mr-md-80 {
2051
+ @apply md:mr-80 !important;
2052
+ }
2053
+ .ds-mr-md-96 {
2054
+ @apply md:mr-96 !important;
2055
+ }
2056
+ .ds-mr-lg-0 {
2057
+ @apply lg:mr-0 !important;
2058
+ }
2059
+ .ds-mr-lg-0\.5 {
2060
+ @apply lg:mr-0.5 !important;
2061
+ }
2062
+ .ds-mr-lg-1 {
2063
+ @apply lg:mr-1 !important;
2064
+ }
2065
+ .ds-mr-lg-1\.5 {
2066
+ @apply lg:mr-1.5 !important;
2067
+ }
2068
+ .ds-mr-lg-2 {
2069
+ @apply lg:mr-2 !important;
2070
+ }
2071
+ .ds-mr-lg-2\.5 {
2072
+ @apply lg:mr-2.5 !important;
2073
+ }
2074
+ .ds-mr-lg-3 {
2075
+ @apply lg:mr-3 !important;
2076
+ }
2077
+ .ds-mr-lg-3\.5 {
2078
+ @apply lg:mr-3.5 !important;
2079
+ }
2080
+ .ds-mr-lg-4 {
2081
+ @apply lg:mr-4 !important;
2082
+ }
2083
+ .ds-mr-lg-5 {
2084
+ @apply lg:mr-5 !important;
2085
+ }
2086
+ .ds-mr-lg-6 {
2087
+ @apply lg:mr-6 !important;
2088
+ }
2089
+ .ds-mr-lg-7 {
2090
+ @apply lg:mr-7 !important;
2091
+ }
2092
+ .ds-mr-lg-8 {
2093
+ @apply lg:mr-8 !important;
2094
+ }
2095
+ .ds-mr-lg-9 {
2096
+ @apply lg:mr-9 !important;
2097
+ }
2098
+ .ds-mr-lg-10 {
2099
+ @apply lg:mr-10 !important;
2100
+ }
2101
+ .ds-mr-lg-11 {
2102
+ @apply lg:mr-11 !important;
2103
+ }
2104
+ .ds-mr-lg-12 {
2105
+ @apply lg:mr-12 !important;
2106
+ }
2107
+ .ds-mr-lg-14 {
2108
+ @apply lg:mr-14 !important;
2109
+ }
2110
+ .ds-mr-lg-16 {
2111
+ @apply lg:mr-16 !important;
2112
+ }
2113
+ .ds-mr-lg-20 {
2114
+ @apply lg:mr-20 !important;
2115
+ }
2116
+ .ds-mr-lg-24 {
2117
+ @apply lg:mr-24 !important;
2118
+ }
2119
+ .ds-mr-lg-28 {
2120
+ @apply lg:mr-28 !important;
2121
+ }
2122
+ .ds-mr-lg-32 {
2123
+ @apply lg:mr-32 !important;
2124
+ }
2125
+ .ds-mr-lg-36 {
2126
+ @apply lg:mr-36 !important;
2127
+ }
2128
+ .ds-mr-lg-40 {
2129
+ @apply lg:mr-40 !important;
2130
+ }
2131
+ .ds-mr-lg-44 {
2132
+ @apply lg:mr-44 !important;
2133
+ }
2134
+ .ds-mr-lg-48 {
2135
+ @apply lg:mr-48 !important;
2136
+ }
2137
+ .ds-mr-lg-52 {
2138
+ @apply lg:mr-52 !important;
2139
+ }
2140
+ .ds-mr-lg-56 {
2141
+ @apply lg:mr-56 !important;
2142
+ }
2143
+ .ds-mr-lg-60 {
2144
+ @apply lg:mr-60 !important;
2145
+ }
2146
+ .ds-mr-lg-64 {
2147
+ @apply lg:mr-64 !important;
2148
+ }
2149
+ .ds-mr-lg-72 {
2150
+ @apply lg:mr-72 !important;
2151
+ }
2152
+ .ds-mr-lg-80 {
2153
+ @apply lg:mr-80 !important;
2154
+ }
2155
+ .ds-mr-lg-96 {
2156
+ @apply lg:mr-96 !important;
2157
+ }
2158
+ .ds-mr-xl-0 {
2159
+ @apply xl:mr-0 !important;
2160
+ }
2161
+ .ds-mr-xl-0\.5 {
2162
+ @apply xl:mr-0.5 !important;
2163
+ }
2164
+ .ds-mr-xl-1 {
2165
+ @apply xl:mr-1 !important;
2166
+ }
2167
+ .ds-mr-xl-1\.5 {
2168
+ @apply xl:mr-1.5 !important;
2169
+ }
2170
+ .ds-mr-xl-2 {
2171
+ @apply xl:mr-2 !important;
2172
+ }
2173
+ .ds-mr-xl-2\.5 {
2174
+ @apply xl:mr-2.5 !important;
2175
+ }
2176
+ .ds-mr-xl-3 {
2177
+ @apply xl:mr-3 !important;
2178
+ }
2179
+ .ds-mr-xl-3\.5 {
2180
+ @apply xl:mr-3.5 !important;
2181
+ }
2182
+ .ds-mr-xl-4 {
2183
+ @apply xl:mr-4 !important;
2184
+ }
2185
+ .ds-mr-xl-5 {
2186
+ @apply xl:mr-5 !important;
2187
+ }
2188
+ .ds-mr-xl-6 {
2189
+ @apply xl:mr-6 !important;
2190
+ }
2191
+ .ds-mr-xl-7 {
2192
+ @apply xl:mr-7 !important;
2193
+ }
2194
+ .ds-mr-xl-8 {
2195
+ @apply xl:mr-8 !important;
2196
+ }
2197
+ .ds-mr-xl-9 {
2198
+ @apply xl:mr-9 !important;
2199
+ }
2200
+ .ds-mr-xl-10 {
2201
+ @apply xl:mr-10 !important;
2202
+ }
2203
+ .ds-mr-xl-11 {
2204
+ @apply xl:mr-11 !important;
2205
+ }
2206
+ .ds-mr-xl-12 {
2207
+ @apply xl:mr-12 !important;
2208
+ }
2209
+ .ds-mr-xl-14 {
2210
+ @apply xl:mr-14 !important;
2211
+ }
2212
+ .ds-mr-xl-16 {
2213
+ @apply xl:mr-16 !important;
2214
+ }
2215
+ .ds-mr-xl-20 {
2216
+ @apply xl:mr-20 !important;
2217
+ }
2218
+ .ds-mr-xl-24 {
2219
+ @apply xl:mr-24 !important;
2220
+ }
2221
+ .ds-mr-xl-28 {
2222
+ @apply xl:mr-28 !important;
2223
+ }
2224
+ .ds-mr-xl-32 {
2225
+ @apply xl:mr-32 !important;
2226
+ }
2227
+ .ds-mr-xl-36 {
2228
+ @apply xl:mr-36 !important;
2229
+ }
2230
+ .ds-mr-xl-40 {
2231
+ @apply xl:mr-40 !important;
2232
+ }
2233
+ .ds-mr-xl-44 {
2234
+ @apply xl:mr-44 !important;
2235
+ }
2236
+ .ds-mr-xl-48 {
2237
+ @apply xl:mr-48 !important;
2238
+ }
2239
+ .ds-mr-xl-52 {
2240
+ @apply xl:mr-52 !important;
2241
+ }
2242
+ .ds-mr-xl-56 {
2243
+ @apply xl:mr-56 !important;
2244
+ }
2245
+ .ds-mr-xl-60 {
2246
+ @apply xl:mr-60 !important;
2247
+ }
2248
+ .ds-mr-xl-64 {
2249
+ @apply xl:mr-64 !important;
2250
+ }
2251
+ .ds-mr-xl-72 {
2252
+ @apply xl:mr-72 !important;
2253
+ }
2254
+ .ds-mr-xl-80 {
2255
+ @apply xl:mr-80 !important;
2256
+ }
2257
+ .ds-mr-xl-96 {
2258
+ @apply xl:mr-96 !important;
2259
+ }
2260
+ .ds-mb-xs-0 {
2261
+ @apply mb-0;
2262
+ }
2263
+ .ds-mb-xs-0\.5 {
2264
+ @apply mb-0.5;
2265
+ }
2266
+ .ds-mb-xs-1 {
2267
+ @apply mb-1;
2268
+ }
2269
+ .ds-mb-xs-1\.5 {
2270
+ @apply mb-1.5;
2271
+ }
2272
+ .ds-mb-xs-2 {
2273
+ @apply mb-2;
2274
+ }
2275
+ .ds-mb-xs-2\.5 {
2276
+ @apply mb-2.5;
2277
+ }
2278
+ .ds-mb-xs-3 {
2279
+ @apply mb-3;
2280
+ }
2281
+ .ds-mb-xs-3\.5 {
2282
+ @apply mb-3.5;
2283
+ }
2284
+ .ds-mb-xs-4 {
2285
+ @apply mb-4;
2286
+ }
2287
+ .ds-mb-xs-5 {
2288
+ @apply mb-5;
2289
+ }
2290
+ .ds-mb-xs-6 {
2291
+ @apply mb-6;
2292
+ }
2293
+ .ds-mb-xs-7 {
2294
+ @apply mb-7;
2295
+ }
2296
+ .ds-mb-xs-8 {
2297
+ @apply mb-8;
2298
+ }
2299
+ .ds-mb-xs-9 {
2300
+ @apply mb-9;
2301
+ }
2302
+ .ds-mb-xs-10 {
2303
+ @apply mb-10;
2304
+ }
2305
+ .ds-mb-xs-11 {
2306
+ @apply mb-11;
2307
+ }
2308
+ .ds-mb-xs-12 {
2309
+ @apply mb-12;
2310
+ }
2311
+ .ds-mb-xs-14 {
2312
+ @apply mb-14;
2313
+ }
2314
+ .ds-mb-xs-16 {
2315
+ @apply mb-16;
2316
+ }
2317
+ .ds-mb-xs-20 {
2318
+ @apply mb-20;
2319
+ }
2320
+ .ds-mb-xs-24 {
2321
+ @apply mb-24;
2322
+ }
2323
+ .ds-mb-xs-28 {
2324
+ @apply mb-28;
2325
+ }
2326
+ .ds-mb-xs-32 {
2327
+ @apply mb-32;
2328
+ }
2329
+ .ds-mb-xs-36 {
2330
+ @apply mb-36;
2331
+ }
2332
+ .ds-mb-xs-40 {
2333
+ @apply mb-40;
2334
+ }
2335
+ .ds-mb-xs-44 {
2336
+ @apply mb-44;
2337
+ }
2338
+ .ds-mb-xs-48 {
2339
+ @apply mb-48;
2340
+ }
2341
+ .ds-mb-xs-52 {
2342
+ @apply mb-52;
2343
+ }
2344
+ .ds-mb-xs-56 {
2345
+ @apply mb-56;
2346
+ }
2347
+ .ds-mb-xs-60 {
2348
+ @apply mb-60;
2349
+ }
2350
+ .ds-mb-xs-64 {
2351
+ @apply mb-64;
2352
+ }
2353
+ .ds-mb-xs-72 {
2354
+ @apply mb-72;
2355
+ }
2356
+ .ds-mb-xs-80 {
2357
+ @apply mb-80;
2358
+ }
2359
+ .ds-mb-xs-96 {
2360
+ @apply mb-96;
2361
+ }
2362
+ .ds-mb-sm-0 {
2363
+ @apply sm:mb-0 !important;
2364
+ }
2365
+ .ds-mb-sm-0\.5 {
2366
+ @apply sm:mb-0.5 !important;
2367
+ }
2368
+ .ds-mb-sm-1 {
2369
+ @apply sm:mb-1 !important;
2370
+ }
2371
+ .ds-mb-sm-1\.5 {
2372
+ @apply sm:mb-1.5 !important;
2373
+ }
2374
+ .ds-mb-sm-2 {
2375
+ @apply sm:mb-2 !important;
2376
+ }
2377
+ .ds-mb-sm-2\.5 {
2378
+ @apply sm:mb-2.5 !important;
2379
+ }
2380
+ .ds-mb-sm-3 {
2381
+ @apply sm:mb-3 !important;
2382
+ }
2383
+ .ds-mb-sm-3\.5 {
2384
+ @apply sm:mb-3.5 !important;
2385
+ }
2386
+ .ds-mb-sm-4 {
2387
+ @apply sm:mb-4 !important;
2388
+ }
2389
+ .ds-mb-sm-5 {
2390
+ @apply sm:mb-5 !important;
2391
+ }
2392
+ .ds-mb-sm-6 {
2393
+ @apply sm:mb-6 !important;
2394
+ }
2395
+ .ds-mb-sm-7 {
2396
+ @apply sm:mb-7 !important;
2397
+ }
2398
+ .ds-mb-sm-8 {
2399
+ @apply sm:mb-8 !important;
2400
+ }
2401
+ .ds-mb-sm-9 {
2402
+ @apply sm:mb-9 !important;
2403
+ }
2404
+ .ds-mb-sm-10 {
2405
+ @apply sm:mb-10 !important;
2406
+ }
2407
+ .ds-mb-sm-11 {
2408
+ @apply sm:mb-11 !important;
2409
+ }
2410
+ .ds-mb-sm-12 {
2411
+ @apply sm:mb-12 !important;
2412
+ }
2413
+ .ds-mb-sm-14 {
2414
+ @apply sm:mb-14 !important;
2415
+ }
2416
+ .ds-mb-sm-16 {
2417
+ @apply sm:mb-16 !important;
2418
+ }
2419
+ .ds-mb-sm-20 {
2420
+ @apply sm:mb-20 !important;
2421
+ }
2422
+ .ds-mb-sm-24 {
2423
+ @apply sm:mb-24 !important;
2424
+ }
2425
+ .ds-mb-sm-28 {
2426
+ @apply sm:mb-28 !important;
2427
+ }
2428
+ .ds-mb-sm-32 {
2429
+ @apply sm:mb-32 !important;
2430
+ }
2431
+ .ds-mb-sm-36 {
2432
+ @apply sm:mb-36 !important;
2433
+ }
2434
+ .ds-mb-sm-40 {
2435
+ @apply sm:mb-40 !important;
2436
+ }
2437
+ .ds-mb-sm-44 {
2438
+ @apply sm:mb-44 !important;
2439
+ }
2440
+ .ds-mb-sm-48 {
2441
+ @apply sm:mb-48 !important;
2442
+ }
2443
+ .ds-mb-sm-52 {
2444
+ @apply sm:mb-52 !important;
2445
+ }
2446
+ .ds-mb-sm-56 {
2447
+ @apply sm:mb-56 !important;
2448
+ }
2449
+ .ds-mb-sm-60 {
2450
+ @apply sm:mb-60 !important;
2451
+ }
2452
+ .ds-mb-sm-64 {
2453
+ @apply sm:mb-64 !important;
2454
+ }
2455
+ .ds-mb-sm-72 {
2456
+ @apply sm:mb-72 !important;
2457
+ }
2458
+ .ds-mb-sm-80 {
2459
+ @apply sm:mb-80 !important;
2460
+ }
2461
+ .ds-mb-sm-96 {
2462
+ @apply sm:mb-96 !important;
2463
+ }
2464
+ .ds-mb-md-0 {
2465
+ @apply md:mb-0 !important;
2466
+ }
2467
+ .ds-mb-md-0\.5 {
2468
+ @apply md:mb-0.5 !important;
2469
+ }
2470
+ .ds-mb-md-1 {
2471
+ @apply md:mb-1 !important;
2472
+ }
2473
+ .ds-mb-md-1\.5 {
2474
+ @apply md:mb-1.5 !important;
2475
+ }
2476
+ .ds-mb-md-2 {
2477
+ @apply md:mb-2 !important;
2478
+ }
2479
+ .ds-mb-md-2\.5 {
2480
+ @apply md:mb-2.5 !important;
2481
+ }
2482
+ .ds-mb-md-3 {
2483
+ @apply md:mb-3 !important;
2484
+ }
2485
+ .ds-mb-md-3\.5 {
2486
+ @apply md:mb-3.5 !important;
2487
+ }
2488
+ .ds-mb-md-4 {
2489
+ @apply md:mb-4 !important;
2490
+ }
2491
+ .ds-mb-md-5 {
2492
+ @apply md:mb-5 !important;
2493
+ }
2494
+ .ds-mb-md-6 {
2495
+ @apply md:mb-6 !important;
2496
+ }
2497
+ .ds-mb-md-7 {
2498
+ @apply md:mb-7 !important;
2499
+ }
2500
+ .ds-mb-md-8 {
2501
+ @apply md:mb-8 !important;
2502
+ }
2503
+ .ds-mb-md-9 {
2504
+ @apply md:mb-9 !important;
2505
+ }
2506
+ .ds-mb-md-10 {
2507
+ @apply md:mb-10 !important;
2508
+ }
2509
+ .ds-mb-md-11 {
2510
+ @apply md:mb-11 !important;
2511
+ }
2512
+ .ds-mb-md-12 {
2513
+ @apply md:mb-12 !important;
2514
+ }
2515
+ .ds-mb-md-14 {
2516
+ @apply md:mb-14 !important;
2517
+ }
2518
+ .ds-mb-md-16 {
2519
+ @apply md:mb-16 !important;
2520
+ }
2521
+ .ds-mb-md-20 {
2522
+ @apply md:mb-20 !important;
2523
+ }
2524
+ .ds-mb-md-24 {
2525
+ @apply md:mb-24 !important;
2526
+ }
2527
+ .ds-mb-md-28 {
2528
+ @apply md:mb-28 !important;
2529
+ }
2530
+ .ds-mb-md-32 {
2531
+ @apply md:mb-32 !important;
2532
+ }
2533
+ .ds-mb-md-36 {
2534
+ @apply md:mb-36 !important;
2535
+ }
2536
+ .ds-mb-md-40 {
2537
+ @apply md:mb-40 !important;
2538
+ }
2539
+ .ds-mb-md-44 {
2540
+ @apply md:mb-44 !important;
2541
+ }
2542
+ .ds-mb-md-48 {
2543
+ @apply md:mb-48 !important;
2544
+ }
2545
+ .ds-mb-md-52 {
2546
+ @apply md:mb-52 !important;
2547
+ }
2548
+ .ds-mb-md-56 {
2549
+ @apply md:mb-56 !important;
2550
+ }
2551
+ .ds-mb-md-60 {
2552
+ @apply md:mb-60 !important;
2553
+ }
2554
+ .ds-mb-md-64 {
2555
+ @apply md:mb-64 !important;
2556
+ }
2557
+ .ds-mb-md-72 {
2558
+ @apply md:mb-72 !important;
2559
+ }
2560
+ .ds-mb-md-80 {
2561
+ @apply md:mb-80 !important;
2562
+ }
2563
+ .ds-mb-md-96 {
2564
+ @apply md:mb-96 !important;
2565
+ }
2566
+ .ds-mb-lg-0 {
2567
+ @apply lg:mb-0 !important;
2568
+ }
2569
+ .ds-mb-lg-0\.5 {
2570
+ @apply lg:mb-0.5 !important;
2571
+ }
2572
+ .ds-mb-lg-1 {
2573
+ @apply lg:mb-1 !important;
2574
+ }
2575
+ .ds-mb-lg-1\.5 {
2576
+ @apply lg:mb-1.5 !important;
2577
+ }
2578
+ .ds-mb-lg-2 {
2579
+ @apply lg:mb-2 !important;
2580
+ }
2581
+ .ds-mb-lg-2\.5 {
2582
+ @apply lg:mb-2.5 !important;
2583
+ }
2584
+ .ds-mb-lg-3 {
2585
+ @apply lg:mb-3 !important;
2586
+ }
2587
+ .ds-mb-lg-3\.5 {
2588
+ @apply lg:mb-3.5 !important;
2589
+ }
2590
+ .ds-mb-lg-4 {
2591
+ @apply lg:mb-4 !important;
2592
+ }
2593
+ .ds-mb-lg-5 {
2594
+ @apply lg:mb-5 !important;
2595
+ }
2596
+ .ds-mb-lg-6 {
2597
+ @apply lg:mb-6 !important;
2598
+ }
2599
+ .ds-mb-lg-7 {
2600
+ @apply lg:mb-7 !important;
2601
+ }
2602
+ .ds-mb-lg-8 {
2603
+ @apply lg:mb-8 !important;
2604
+ }
2605
+ .ds-mb-lg-9 {
2606
+ @apply lg:mb-9 !important;
2607
+ }
2608
+ .ds-mb-lg-10 {
2609
+ @apply lg:mb-10 !important;
2610
+ }
2611
+ .ds-mb-lg-11 {
2612
+ @apply lg:mb-11 !important;
2613
+ }
2614
+ .ds-mb-lg-12 {
2615
+ @apply lg:mb-12 !important;
2616
+ }
2617
+ .ds-mb-lg-14 {
2618
+ @apply lg:mb-14 !important;
2619
+ }
2620
+ .ds-mb-lg-16 {
2621
+ @apply lg:mb-16 !important;
2622
+ }
2623
+ .ds-mb-lg-20 {
2624
+ @apply lg:mb-20 !important;
2625
+ }
2626
+ .ds-mb-lg-24 {
2627
+ @apply lg:mb-24 !important;
2628
+ }
2629
+ .ds-mb-lg-28 {
2630
+ @apply lg:mb-28 !important;
2631
+ }
2632
+ .ds-mb-lg-32 {
2633
+ @apply lg:mb-32 !important;
2634
+ }
2635
+ .ds-mb-lg-36 {
2636
+ @apply lg:mb-36 !important;
2637
+ }
2638
+ .ds-mb-lg-40 {
2639
+ @apply lg:mb-40 !important;
2640
+ }
2641
+ .ds-mb-lg-44 {
2642
+ @apply lg:mb-44 !important;
2643
+ }
2644
+ .ds-mb-lg-48 {
2645
+ @apply lg:mb-48 !important;
2646
+ }
2647
+ .ds-mb-lg-52 {
2648
+ @apply lg:mb-52 !important;
2649
+ }
2650
+ .ds-mb-lg-56 {
2651
+ @apply lg:mb-56 !important;
2652
+ }
2653
+ .ds-mb-lg-60 {
2654
+ @apply lg:mb-60 !important;
2655
+ }
2656
+ .ds-mb-lg-64 {
2657
+ @apply lg:mb-64 !important;
2658
+ }
2659
+ .ds-mb-lg-72 {
2660
+ @apply lg:mb-72 !important;
2661
+ }
2662
+ .ds-mb-lg-80 {
2663
+ @apply lg:mb-80 !important;
2664
+ }
2665
+ .ds-mb-lg-96 {
2666
+ @apply lg:mb-96 !important;
2667
+ }
2668
+ .ds-mb-xl-0 {
2669
+ @apply xl:mb-0 !important;
2670
+ }
2671
+ .ds-mb-xl-0\.5 {
2672
+ @apply xl:mb-0.5 !important;
2673
+ }
2674
+ .ds-mb-xl-1 {
2675
+ @apply xl:mb-1 !important;
2676
+ }
2677
+ .ds-mb-xl-1\.5 {
2678
+ @apply xl:mb-1.5 !important;
2679
+ }
2680
+ .ds-mb-xl-2 {
2681
+ @apply xl:mb-2 !important;
2682
+ }
2683
+ .ds-mb-xl-2\.5 {
2684
+ @apply xl:mb-2.5 !important;
2685
+ }
2686
+ .ds-mb-xl-3 {
2687
+ @apply xl:mb-3 !important;
2688
+ }
2689
+ .ds-mb-xl-3\.5 {
2690
+ @apply xl:mb-3.5 !important;
2691
+ }
2692
+ .ds-mb-xl-4 {
2693
+ @apply xl:mb-4 !important;
2694
+ }
2695
+ .ds-mb-xl-5 {
2696
+ @apply xl:mb-5 !important;
2697
+ }
2698
+ .ds-mb-xl-6 {
2699
+ @apply xl:mb-6 !important;
2700
+ }
2701
+ .ds-mb-xl-7 {
2702
+ @apply xl:mb-7 !important;
2703
+ }
2704
+ .ds-mb-xl-8 {
2705
+ @apply xl:mb-8 !important;
2706
+ }
2707
+ .ds-mb-xl-9 {
2708
+ @apply xl:mb-9 !important;
2709
+ }
2710
+ .ds-mb-xl-10 {
2711
+ @apply xl:mb-10 !important;
2712
+ }
2713
+ .ds-mb-xl-11 {
2714
+ @apply xl:mb-11 !important;
2715
+ }
2716
+ .ds-mb-xl-12 {
2717
+ @apply xl:mb-12 !important;
2718
+ }
2719
+ .ds-mb-xl-14 {
2720
+ @apply xl:mb-14 !important;
2721
+ }
2722
+ .ds-mb-xl-16 {
2723
+ @apply xl:mb-16 !important;
2724
+ }
2725
+ .ds-mb-xl-20 {
2726
+ @apply xl:mb-20 !important;
2727
+ }
2728
+ .ds-mb-xl-24 {
2729
+ @apply xl:mb-24 !important;
2730
+ }
2731
+ .ds-mb-xl-28 {
2732
+ @apply xl:mb-28 !important;
2733
+ }
2734
+ .ds-mb-xl-32 {
2735
+ @apply xl:mb-32 !important;
2736
+ }
2737
+ .ds-mb-xl-36 {
2738
+ @apply xl:mb-36 !important;
2739
+ }
2740
+ .ds-mb-xl-40 {
2741
+ @apply xl:mb-40 !important;
2742
+ }
2743
+ .ds-mb-xl-44 {
2744
+ @apply xl:mb-44 !important;
2745
+ }
2746
+ .ds-mb-xl-48 {
2747
+ @apply xl:mb-48 !important;
2748
+ }
2749
+ .ds-mb-xl-52 {
2750
+ @apply xl:mb-52 !important;
2751
+ }
2752
+ .ds-mb-xl-56 {
2753
+ @apply xl:mb-56 !important;
2754
+ }
2755
+ .ds-mb-xl-60 {
2756
+ @apply xl:mb-60 !important;
2757
+ }
2758
+ .ds-mb-xl-64 {
2759
+ @apply xl:mb-64 !important;
2760
+ }
2761
+ .ds-mb-xl-72 {
2762
+ @apply xl:mb-72 !important;
2763
+ }
2764
+ .ds-mb-xl-80 {
2765
+ @apply xl:mb-80 !important;
2766
+ }
2767
+ .ds-mb-xl-96 {
2768
+ @apply xl:mb-96 !important;
2769
+ }
2770
+ .ds-ml-xs-0 {
2771
+ @apply ml-0;
2772
+ }
2773
+ .ds-ml-xs-0\.5 {
2774
+ @apply ml-0.5;
2775
+ }
2776
+ .ds-ml-xs-1 {
2777
+ @apply ml-1;
2778
+ }
2779
+ .ds-ml-xs-1\.5 {
2780
+ @apply ml-1.5;
2781
+ }
2782
+ .ds-ml-xs-2 {
2783
+ @apply ml-2;
2784
+ }
2785
+ .ds-ml-xs-2\.5 {
2786
+ @apply ml-2.5;
2787
+ }
2788
+ .ds-ml-xs-3 {
2789
+ @apply ml-3;
2790
+ }
2791
+ .ds-ml-xs-3\.5 {
2792
+ @apply ml-3.5;
2793
+ }
2794
+ .ds-ml-xs-4 {
2795
+ @apply ml-4;
2796
+ }
2797
+ .ds-ml-xs-5 {
2798
+ @apply ml-5;
2799
+ }
2800
+ .ds-ml-xs-6 {
2801
+ @apply ml-6;
2802
+ }
2803
+ .ds-ml-xs-7 {
2804
+ @apply ml-7;
2805
+ }
2806
+ .ds-ml-xs-8 {
2807
+ @apply ml-8;
2808
+ }
2809
+ .ds-ml-xs-9 {
2810
+ @apply ml-9;
2811
+ }
2812
+ .ds-ml-xs-10 {
2813
+ @apply ml-10;
2814
+ }
2815
+ .ds-ml-xs-11 {
2816
+ @apply ml-11;
2817
+ }
2818
+ .ds-ml-xs-12 {
2819
+ @apply ml-12;
2820
+ }
2821
+ .ds-ml-xs-14 {
2822
+ @apply ml-14;
2823
+ }
2824
+ .ds-ml-xs-16 {
2825
+ @apply ml-16;
2826
+ }
2827
+ .ds-ml-xs-20 {
2828
+ @apply ml-20;
2829
+ }
2830
+ .ds-ml-xs-24 {
2831
+ @apply ml-24;
2832
+ }
2833
+ .ds-ml-xs-28 {
2834
+ @apply ml-28;
2835
+ }
2836
+ .ds-ml-xs-32 {
2837
+ @apply ml-32;
2838
+ }
2839
+ .ds-ml-xs-36 {
2840
+ @apply ml-36;
2841
+ }
2842
+ .ds-ml-xs-40 {
2843
+ @apply ml-40;
2844
+ }
2845
+ .ds-ml-xs-44 {
2846
+ @apply ml-44;
2847
+ }
2848
+ .ds-ml-xs-48 {
2849
+ @apply ml-48;
2850
+ }
2851
+ .ds-ml-xs-52 {
2852
+ @apply ml-52;
2853
+ }
2854
+ .ds-ml-xs-56 {
2855
+ @apply ml-56;
2856
+ }
2857
+ .ds-ml-xs-60 {
2858
+ @apply ml-60;
2859
+ }
2860
+ .ds-ml-xs-64 {
2861
+ @apply ml-64;
2862
+ }
2863
+ .ds-ml-xs-72 {
2864
+ @apply ml-72;
2865
+ }
2866
+ .ds-ml-xs-80 {
2867
+ @apply ml-80;
2868
+ }
2869
+ .ds-ml-xs-96 {
2870
+ @apply ml-96;
2871
+ }
2872
+ .ds-ml-sm-0 {
2873
+ @apply sm:ml-0 !important;
2874
+ }
2875
+ .ds-ml-sm-0\.5 {
2876
+ @apply sm:ml-0.5 !important;
2877
+ }
2878
+ .ds-ml-sm-1 {
2879
+ @apply sm:ml-1 !important;
2880
+ }
2881
+ .ds-ml-sm-1\.5 {
2882
+ @apply sm:ml-1.5 !important;
2883
+ }
2884
+ .ds-ml-sm-2 {
2885
+ @apply sm:ml-2 !important;
2886
+ }
2887
+ .ds-ml-sm-2\.5 {
2888
+ @apply sm:ml-2.5 !important;
2889
+ }
2890
+ .ds-ml-sm-3 {
2891
+ @apply sm:ml-3 !important;
2892
+ }
2893
+ .ds-ml-sm-3\.5 {
2894
+ @apply sm:ml-3.5 !important;
2895
+ }
2896
+ .ds-ml-sm-4 {
2897
+ @apply sm:ml-4 !important;
2898
+ }
2899
+ .ds-ml-sm-5 {
2900
+ @apply sm:ml-5 !important;
2901
+ }
2902
+ .ds-ml-sm-6 {
2903
+ @apply sm:ml-6 !important;
2904
+ }
2905
+ .ds-ml-sm-7 {
2906
+ @apply sm:ml-7 !important;
2907
+ }
2908
+ .ds-ml-sm-8 {
2909
+ @apply sm:ml-8 !important;
2910
+ }
2911
+ .ds-ml-sm-9 {
2912
+ @apply sm:ml-9 !important;
2913
+ }
2914
+ .ds-ml-sm-10 {
2915
+ @apply sm:ml-10 !important;
2916
+ }
2917
+ .ds-ml-sm-11 {
2918
+ @apply sm:ml-11 !important;
2919
+ }
2920
+ .ds-ml-sm-12 {
2921
+ @apply sm:ml-12 !important;
2922
+ }
2923
+ .ds-ml-sm-14 {
2924
+ @apply sm:ml-14 !important;
2925
+ }
2926
+ .ds-ml-sm-16 {
2927
+ @apply sm:ml-16 !important;
2928
+ }
2929
+ .ds-ml-sm-20 {
2930
+ @apply sm:ml-20 !important;
2931
+ }
2932
+ .ds-ml-sm-24 {
2933
+ @apply sm:ml-24 !important;
2934
+ }
2935
+ .ds-ml-sm-28 {
2936
+ @apply sm:ml-28 !important;
2937
+ }
2938
+ .ds-ml-sm-32 {
2939
+ @apply sm:ml-32 !important;
2940
+ }
2941
+ .ds-ml-sm-36 {
2942
+ @apply sm:ml-36 !important;
2943
+ }
2944
+ .ds-ml-sm-40 {
2945
+ @apply sm:ml-40 !important;
2946
+ }
2947
+ .ds-ml-sm-44 {
2948
+ @apply sm:ml-44 !important;
2949
+ }
2950
+ .ds-ml-sm-48 {
2951
+ @apply sm:ml-48 !important;
2952
+ }
2953
+ .ds-ml-sm-52 {
2954
+ @apply sm:ml-52 !important;
2955
+ }
2956
+ .ds-ml-sm-56 {
2957
+ @apply sm:ml-56 !important;
2958
+ }
2959
+ .ds-ml-sm-60 {
2960
+ @apply sm:ml-60 !important;
2961
+ }
2962
+ .ds-ml-sm-64 {
2963
+ @apply sm:ml-64 !important;
2964
+ }
2965
+ .ds-ml-sm-72 {
2966
+ @apply sm:ml-72 !important;
2967
+ }
2968
+ .ds-ml-sm-80 {
2969
+ @apply sm:ml-80 !important;
2970
+ }
2971
+ .ds-ml-sm-96 {
2972
+ @apply sm:ml-96 !important;
2973
+ }
2974
+ .ds-ml-md-0 {
2975
+ @apply md:ml-0 !important;
2976
+ }
2977
+ .ds-ml-md-0\.5 {
2978
+ @apply md:ml-0.5 !important;
2979
+ }
2980
+ .ds-ml-md-1 {
2981
+ @apply md:ml-1 !important;
2982
+ }
2983
+ .ds-ml-md-1\.5 {
2984
+ @apply md:ml-1.5 !important;
2985
+ }
2986
+ .ds-ml-md-2 {
2987
+ @apply md:ml-2 !important;
2988
+ }
2989
+ .ds-ml-md-2\.5 {
2990
+ @apply md:ml-2.5 !important;
2991
+ }
2992
+ .ds-ml-md-3 {
2993
+ @apply md:ml-3 !important;
2994
+ }
2995
+ .ds-ml-md-3\.5 {
2996
+ @apply md:ml-3.5 !important;
2997
+ }
2998
+ .ds-ml-md-4 {
2999
+ @apply md:ml-4 !important;
3000
+ }
3001
+ .ds-ml-md-5 {
3002
+ @apply md:ml-5 !important;
3003
+ }
3004
+ .ds-ml-md-6 {
3005
+ @apply md:ml-6 !important;
3006
+ }
3007
+ .ds-ml-md-7 {
3008
+ @apply md:ml-7 !important;
3009
+ }
3010
+ .ds-ml-md-8 {
3011
+ @apply md:ml-8 !important;
3012
+ }
3013
+ .ds-ml-md-9 {
3014
+ @apply md:ml-9 !important;
3015
+ }
3016
+ .ds-ml-md-10 {
3017
+ @apply md:ml-10 !important;
3018
+ }
3019
+ .ds-ml-md-11 {
3020
+ @apply md:ml-11 !important;
3021
+ }
3022
+ .ds-ml-md-12 {
3023
+ @apply md:ml-12 !important;
3024
+ }
3025
+ .ds-ml-md-14 {
3026
+ @apply md:ml-14 !important;
3027
+ }
3028
+ .ds-ml-md-16 {
3029
+ @apply md:ml-16 !important;
3030
+ }
3031
+ .ds-ml-md-20 {
3032
+ @apply md:ml-20 !important;
3033
+ }
3034
+ .ds-ml-md-24 {
3035
+ @apply md:ml-24 !important;
3036
+ }
3037
+ .ds-ml-md-28 {
3038
+ @apply md:ml-28 !important;
3039
+ }
3040
+ .ds-ml-md-32 {
3041
+ @apply md:ml-32 !important;
3042
+ }
3043
+ .ds-ml-md-36 {
3044
+ @apply md:ml-36 !important;
3045
+ }
3046
+ .ds-ml-md-40 {
3047
+ @apply md:ml-40 !important;
3048
+ }
3049
+ .ds-ml-md-44 {
3050
+ @apply md:ml-44 !important;
3051
+ }
3052
+ .ds-ml-md-48 {
3053
+ @apply md:ml-48 !important;
3054
+ }
3055
+ .ds-ml-md-52 {
3056
+ @apply md:ml-52 !important;
3057
+ }
3058
+ .ds-ml-md-56 {
3059
+ @apply md:ml-56 !important;
3060
+ }
3061
+ .ds-ml-md-60 {
3062
+ @apply md:ml-60 !important;
3063
+ }
3064
+ .ds-ml-md-64 {
3065
+ @apply md:ml-64 !important;
3066
+ }
3067
+ .ds-ml-md-72 {
3068
+ @apply md:ml-72 !important;
3069
+ }
3070
+ .ds-ml-md-80 {
3071
+ @apply md:ml-80 !important;
3072
+ }
3073
+ .ds-ml-md-96 {
3074
+ @apply md:ml-96 !important;
3075
+ }
3076
+ .ds-ml-lg-0 {
3077
+ @apply lg:ml-0 !important;
3078
+ }
3079
+ .ds-ml-lg-0\.5 {
3080
+ @apply lg:ml-0.5 !important;
3081
+ }
3082
+ .ds-ml-lg-1 {
3083
+ @apply lg:ml-1 !important;
3084
+ }
3085
+ .ds-ml-lg-1\.5 {
3086
+ @apply lg:ml-1.5 !important;
3087
+ }
3088
+ .ds-ml-lg-2 {
3089
+ @apply lg:ml-2 !important;
3090
+ }
3091
+ .ds-ml-lg-2\.5 {
3092
+ @apply lg:ml-2.5 !important;
3093
+ }
3094
+ .ds-ml-lg-3 {
3095
+ @apply lg:ml-3 !important;
3096
+ }
3097
+ .ds-ml-lg-3\.5 {
3098
+ @apply lg:ml-3.5 !important;
3099
+ }
3100
+ .ds-ml-lg-4 {
3101
+ @apply lg:ml-4 !important;
3102
+ }
3103
+ .ds-ml-lg-5 {
3104
+ @apply lg:ml-5 !important;
3105
+ }
3106
+ .ds-ml-lg-6 {
3107
+ @apply lg:ml-6 !important;
3108
+ }
3109
+ .ds-ml-lg-7 {
3110
+ @apply lg:ml-7 !important;
3111
+ }
3112
+ .ds-ml-lg-8 {
3113
+ @apply lg:ml-8 !important;
3114
+ }
3115
+ .ds-ml-lg-9 {
3116
+ @apply lg:ml-9 !important;
3117
+ }
3118
+ .ds-ml-lg-10 {
3119
+ @apply lg:ml-10 !important;
3120
+ }
3121
+ .ds-ml-lg-11 {
3122
+ @apply lg:ml-11 !important;
3123
+ }
3124
+ .ds-ml-lg-12 {
3125
+ @apply lg:ml-12 !important;
3126
+ }
3127
+ .ds-ml-lg-14 {
3128
+ @apply lg:ml-14 !important;
3129
+ }
3130
+ .ds-ml-lg-16 {
3131
+ @apply lg:ml-16 !important;
3132
+ }
3133
+ .ds-ml-lg-20 {
3134
+ @apply lg:ml-20 !important;
3135
+ }
3136
+ .ds-ml-lg-24 {
3137
+ @apply lg:ml-24 !important;
3138
+ }
3139
+ .ds-ml-lg-28 {
3140
+ @apply lg:ml-28 !important;
3141
+ }
3142
+ .ds-ml-lg-32 {
3143
+ @apply lg:ml-32 !important;
3144
+ }
3145
+ .ds-ml-lg-36 {
3146
+ @apply lg:ml-36 !important;
3147
+ }
3148
+ .ds-ml-lg-40 {
3149
+ @apply lg:ml-40 !important;
3150
+ }
3151
+ .ds-ml-lg-44 {
3152
+ @apply lg:ml-44 !important;
3153
+ }
3154
+ .ds-ml-lg-48 {
3155
+ @apply lg:ml-48 !important;
3156
+ }
3157
+ .ds-ml-lg-52 {
3158
+ @apply lg:ml-52 !important;
3159
+ }
3160
+ .ds-ml-lg-56 {
3161
+ @apply lg:ml-56 !important;
3162
+ }
3163
+ .ds-ml-lg-60 {
3164
+ @apply lg:ml-60 !important;
3165
+ }
3166
+ .ds-ml-lg-64 {
3167
+ @apply lg:ml-64 !important;
3168
+ }
3169
+ .ds-ml-lg-72 {
3170
+ @apply lg:ml-72 !important;
3171
+ }
3172
+ .ds-ml-lg-80 {
3173
+ @apply lg:ml-80 !important;
3174
+ }
3175
+ .ds-ml-lg-96 {
3176
+ @apply lg:ml-96 !important;
3177
+ }
3178
+ .ds-ml-xl-0 {
3179
+ @apply xl:ml-0 !important;
3180
+ }
3181
+ .ds-ml-xl-0\.5 {
3182
+ @apply xl:ml-0.5 !important;
3183
+ }
3184
+ .ds-ml-xl-1 {
3185
+ @apply xl:ml-1 !important;
3186
+ }
3187
+ .ds-ml-xl-1\.5 {
3188
+ @apply xl:ml-1.5 !important;
3189
+ }
3190
+ .ds-ml-xl-2 {
3191
+ @apply xl:ml-2 !important;
3192
+ }
3193
+ .ds-ml-xl-2\.5 {
3194
+ @apply xl:ml-2.5 !important;
3195
+ }
3196
+ .ds-ml-xl-3 {
3197
+ @apply xl:ml-3 !important;
3198
+ }
3199
+ .ds-ml-xl-3\.5 {
3200
+ @apply xl:ml-3.5 !important;
3201
+ }
3202
+ .ds-ml-xl-4 {
3203
+ @apply xl:ml-4 !important;
3204
+ }
3205
+ .ds-ml-xl-5 {
3206
+ @apply xl:ml-5 !important;
3207
+ }
3208
+ .ds-ml-xl-6 {
3209
+ @apply xl:ml-6 !important;
3210
+ }
3211
+ .ds-ml-xl-7 {
3212
+ @apply xl:ml-7 !important;
3213
+ }
3214
+ .ds-ml-xl-8 {
3215
+ @apply xl:ml-8 !important;
3216
+ }
3217
+ .ds-ml-xl-9 {
3218
+ @apply xl:ml-9 !important;
3219
+ }
3220
+ .ds-ml-xl-10 {
3221
+ @apply xl:ml-10 !important;
3222
+ }
3223
+ .ds-ml-xl-11 {
3224
+ @apply xl:ml-11 !important;
3225
+ }
3226
+ .ds-ml-xl-12 {
3227
+ @apply xl:ml-12 !important;
3228
+ }
3229
+ .ds-ml-xl-14 {
3230
+ @apply xl:ml-14 !important;
3231
+ }
3232
+ .ds-ml-xl-16 {
3233
+ @apply xl:ml-16 !important;
3234
+ }
3235
+ .ds-ml-xl-20 {
3236
+ @apply xl:ml-20 !important;
3237
+ }
3238
+ .ds-ml-xl-24 {
3239
+ @apply xl:ml-24 !important;
3240
+ }
3241
+ .ds-ml-xl-28 {
3242
+ @apply xl:ml-28 !important;
3243
+ }
3244
+ .ds-ml-xl-32 {
3245
+ @apply xl:ml-32 !important;
3246
+ }
3247
+ .ds-ml-xl-36 {
3248
+ @apply xl:ml-36 !important;
3249
+ }
3250
+ .ds-ml-xl-40 {
3251
+ @apply xl:ml-40 !important;
3252
+ }
3253
+ .ds-ml-xl-44 {
3254
+ @apply xl:ml-44 !important;
3255
+ }
3256
+ .ds-ml-xl-48 {
3257
+ @apply xl:ml-48 !important;
3258
+ }
3259
+ .ds-ml-xl-52 {
3260
+ @apply xl:ml-52 !important;
3261
+ }
3262
+ .ds-ml-xl-56 {
3263
+ @apply xl:ml-56 !important;
3264
+ }
3265
+ .ds-ml-xl-60 {
3266
+ @apply xl:ml-60 !important;
3267
+ }
3268
+ .ds-ml-xl-64 {
3269
+ @apply xl:ml-64 !important;
3270
+ }
3271
+ .ds-ml-xl-72 {
3272
+ @apply xl:ml-72 !important;
3273
+ }
3274
+ .ds-ml-xl-80 {
3275
+ @apply xl:ml-80 !important;
3276
+ }
3277
+ .ds-ml-xl-96 {
3278
+ @apply xl:ml-96 !important;
3279
+ }
3280
+ .ds-mx-xs-0 {
3281
+ @apply mx-0;
3282
+ }
3283
+ .ds-mx-xs-0\.5 {
3284
+ @apply mx-0.5;
3285
+ }
3286
+ .ds-mx-xs-1 {
3287
+ @apply mx-1;
3288
+ }
3289
+ .ds-mx-xs-1\.5 {
3290
+ @apply mx-1.5;
3291
+ }
3292
+ .ds-mx-xs-2 {
3293
+ @apply mx-2;
3294
+ }
3295
+ .ds-mx-xs-2\.5 {
3296
+ @apply mx-2.5;
3297
+ }
3298
+ .ds-mx-xs-3 {
3299
+ @apply mx-3;
3300
+ }
3301
+ .ds-mx-xs-3\.5 {
3302
+ @apply mx-3.5;
3303
+ }
3304
+ .ds-mx-xs-4 {
3305
+ @apply mx-4;
3306
+ }
3307
+ .ds-mx-xs-5 {
3308
+ @apply mx-5;
3309
+ }
3310
+ .ds-mx-xs-6 {
3311
+ @apply mx-6;
3312
+ }
3313
+ .ds-mx-xs-7 {
3314
+ @apply mx-7;
3315
+ }
3316
+ .ds-mx-xs-8 {
3317
+ @apply mx-8;
3318
+ }
3319
+ .ds-mx-xs-9 {
3320
+ @apply mx-9;
3321
+ }
3322
+ .ds-mx-xs-10 {
3323
+ @apply mx-10;
3324
+ }
3325
+ .ds-mx-xs-11 {
3326
+ @apply mx-11;
3327
+ }
3328
+ .ds-mx-xs-12 {
3329
+ @apply mx-12;
3330
+ }
3331
+ .ds-mx-xs-14 {
3332
+ @apply mx-14;
3333
+ }
3334
+ .ds-mx-xs-16 {
3335
+ @apply mx-16;
3336
+ }
3337
+ .ds-mx-xs-20 {
3338
+ @apply mx-20;
3339
+ }
3340
+ .ds-mx-xs-24 {
3341
+ @apply mx-24;
3342
+ }
3343
+ .ds-mx-xs-28 {
3344
+ @apply mx-28;
3345
+ }
3346
+ .ds-mx-xs-32 {
3347
+ @apply mx-32;
3348
+ }
3349
+ .ds-mx-xs-36 {
3350
+ @apply mx-36;
3351
+ }
3352
+ .ds-mx-xs-40 {
3353
+ @apply mx-40;
3354
+ }
3355
+ .ds-mx-xs-44 {
3356
+ @apply mx-44;
3357
+ }
3358
+ .ds-mx-xs-48 {
3359
+ @apply mx-48;
3360
+ }
3361
+ .ds-mx-xs-52 {
3362
+ @apply mx-52;
3363
+ }
3364
+ .ds-mx-xs-56 {
3365
+ @apply mx-56;
3366
+ }
3367
+ .ds-mx-xs-60 {
3368
+ @apply mx-60;
3369
+ }
3370
+ .ds-mx-xs-64 {
3371
+ @apply mx-64;
3372
+ }
3373
+ .ds-mx-xs-72 {
3374
+ @apply mx-72;
3375
+ }
3376
+ .ds-mx-xs-80 {
3377
+ @apply mx-80;
3378
+ }
3379
+ .ds-mx-xs-96 {
3380
+ @apply mx-96;
3381
+ }
3382
+ .ds-mx-sm-0 {
3383
+ @apply sm:mx-0 !important;
3384
+ }
3385
+ .ds-mx-sm-0\.5 {
3386
+ @apply sm:mx-0.5 !important;
3387
+ }
3388
+ .ds-mx-sm-1 {
3389
+ @apply sm:mx-1 !important;
3390
+ }
3391
+ .ds-mx-sm-1\.5 {
3392
+ @apply sm:mx-1.5 !important;
3393
+ }
3394
+ .ds-mx-sm-2 {
3395
+ @apply sm:mx-2 !important;
3396
+ }
3397
+ .ds-mx-sm-2\.5 {
3398
+ @apply sm:mx-2.5 !important;
3399
+ }
3400
+ .ds-mx-sm-3 {
3401
+ @apply sm:mx-3 !important;
3402
+ }
3403
+ .ds-mx-sm-3\.5 {
3404
+ @apply sm:mx-3.5 !important;
3405
+ }
3406
+ .ds-mx-sm-4 {
3407
+ @apply sm:mx-4 !important;
3408
+ }
3409
+ .ds-mx-sm-5 {
3410
+ @apply sm:mx-5 !important;
3411
+ }
3412
+ .ds-mx-sm-6 {
3413
+ @apply sm:mx-6 !important;
3414
+ }
3415
+ .ds-mx-sm-7 {
3416
+ @apply sm:mx-7 !important;
3417
+ }
3418
+ .ds-mx-sm-8 {
3419
+ @apply sm:mx-8 !important;
3420
+ }
3421
+ .ds-mx-sm-9 {
3422
+ @apply sm:mx-9 !important;
3423
+ }
3424
+ .ds-mx-sm-10 {
3425
+ @apply sm:mx-10 !important;
3426
+ }
3427
+ .ds-mx-sm-11 {
3428
+ @apply sm:mx-11 !important;
3429
+ }
3430
+ .ds-mx-sm-12 {
3431
+ @apply sm:mx-12 !important;
3432
+ }
3433
+ .ds-mx-sm-14 {
3434
+ @apply sm:mx-14 !important;
3435
+ }
3436
+ .ds-mx-sm-16 {
3437
+ @apply sm:mx-16 !important;
3438
+ }
3439
+ .ds-mx-sm-20 {
3440
+ @apply sm:mx-20 !important;
3441
+ }
3442
+ .ds-mx-sm-24 {
3443
+ @apply sm:mx-24 !important;
3444
+ }
3445
+ .ds-mx-sm-28 {
3446
+ @apply sm:mx-28 !important;
3447
+ }
3448
+ .ds-mx-sm-32 {
3449
+ @apply sm:mx-32 !important;
3450
+ }
3451
+ .ds-mx-sm-36 {
3452
+ @apply sm:mx-36 !important;
3453
+ }
3454
+ .ds-mx-sm-40 {
3455
+ @apply sm:mx-40 !important;
3456
+ }
3457
+ .ds-mx-sm-44 {
3458
+ @apply sm:mx-44 !important;
3459
+ }
3460
+ .ds-mx-sm-48 {
3461
+ @apply sm:mx-48 !important;
3462
+ }
3463
+ .ds-mx-sm-52 {
3464
+ @apply sm:mx-52 !important;
3465
+ }
3466
+ .ds-mx-sm-56 {
3467
+ @apply sm:mx-56 !important;
3468
+ }
3469
+ .ds-mx-sm-60 {
3470
+ @apply sm:mx-60 !important;
3471
+ }
3472
+ .ds-mx-sm-64 {
3473
+ @apply sm:mx-64 !important;
3474
+ }
3475
+ .ds-mx-sm-72 {
3476
+ @apply sm:mx-72 !important;
3477
+ }
3478
+ .ds-mx-sm-80 {
3479
+ @apply sm:mx-80 !important;
3480
+ }
3481
+ .ds-mx-sm-96 {
3482
+ @apply sm:mx-96 !important;
3483
+ }
3484
+ .ds-mx-md-0 {
3485
+ @apply md:mx-0 !important;
3486
+ }
3487
+ .ds-mx-md-0\.5 {
3488
+ @apply md:mx-0.5 !important;
3489
+ }
3490
+ .ds-mx-md-1 {
3491
+ @apply md:mx-1 !important;
3492
+ }
3493
+ .ds-mx-md-1\.5 {
3494
+ @apply md:mx-1.5 !important;
3495
+ }
3496
+ .ds-mx-md-2 {
3497
+ @apply md:mx-2 !important;
3498
+ }
3499
+ .ds-mx-md-2\.5 {
3500
+ @apply md:mx-2.5 !important;
3501
+ }
3502
+ .ds-mx-md-3 {
3503
+ @apply md:mx-3 !important;
3504
+ }
3505
+ .ds-mx-md-3\.5 {
3506
+ @apply md:mx-3.5 !important;
3507
+ }
3508
+ .ds-mx-md-4 {
3509
+ @apply md:mx-4 !important;
3510
+ }
3511
+ .ds-mx-md-5 {
3512
+ @apply md:mx-5 !important;
3513
+ }
3514
+ .ds-mx-md-6 {
3515
+ @apply md:mx-6 !important;
3516
+ }
3517
+ .ds-mx-md-7 {
3518
+ @apply md:mx-7 !important;
3519
+ }
3520
+ .ds-mx-md-8 {
3521
+ @apply md:mx-8 !important;
3522
+ }
3523
+ .ds-mx-md-9 {
3524
+ @apply md:mx-9 !important;
3525
+ }
3526
+ .ds-mx-md-10 {
3527
+ @apply md:mx-10 !important;
3528
+ }
3529
+ .ds-mx-md-11 {
3530
+ @apply md:mx-11 !important;
3531
+ }
3532
+ .ds-mx-md-12 {
3533
+ @apply md:mx-12 !important;
3534
+ }
3535
+ .ds-mx-md-14 {
3536
+ @apply md:mx-14 !important;
3537
+ }
3538
+ .ds-mx-md-16 {
3539
+ @apply md:mx-16 !important;
3540
+ }
3541
+ .ds-mx-md-20 {
3542
+ @apply md:mx-20 !important;
3543
+ }
3544
+ .ds-mx-md-24 {
3545
+ @apply md:mx-24 !important;
3546
+ }
3547
+ .ds-mx-md-28 {
3548
+ @apply md:mx-28 !important;
3549
+ }
3550
+ .ds-mx-md-32 {
3551
+ @apply md:mx-32 !important;
3552
+ }
3553
+ .ds-mx-md-36 {
3554
+ @apply md:mx-36 !important;
3555
+ }
3556
+ .ds-mx-md-40 {
3557
+ @apply md:mx-40 !important;
3558
+ }
3559
+ .ds-mx-md-44 {
3560
+ @apply md:mx-44 !important;
3561
+ }
3562
+ .ds-mx-md-48 {
3563
+ @apply md:mx-48 !important;
3564
+ }
3565
+ .ds-mx-md-52 {
3566
+ @apply md:mx-52 !important;
3567
+ }
3568
+ .ds-mx-md-56 {
3569
+ @apply md:mx-56 !important;
3570
+ }
3571
+ .ds-mx-md-60 {
3572
+ @apply md:mx-60 !important;
3573
+ }
3574
+ .ds-mx-md-64 {
3575
+ @apply md:mx-64 !important;
3576
+ }
3577
+ .ds-mx-md-72 {
3578
+ @apply md:mx-72 !important;
3579
+ }
3580
+ .ds-mx-md-80 {
3581
+ @apply md:mx-80 !important;
3582
+ }
3583
+ .ds-mx-md-96 {
3584
+ @apply md:mx-96 !important;
3585
+ }
3586
+ .ds-mx-lg-0 {
3587
+ @apply lg:mx-0 !important;
3588
+ }
3589
+ .ds-mx-lg-0\.5 {
3590
+ @apply lg:mx-0.5 !important;
3591
+ }
3592
+ .ds-mx-lg-1 {
3593
+ @apply lg:mx-1 !important;
3594
+ }
3595
+ .ds-mx-lg-1\.5 {
3596
+ @apply lg:mx-1.5 !important;
3597
+ }
3598
+ .ds-mx-lg-2 {
3599
+ @apply lg:mx-2 !important;
3600
+ }
3601
+ .ds-mx-lg-2\.5 {
3602
+ @apply lg:mx-2.5 !important;
3603
+ }
3604
+ .ds-mx-lg-3 {
3605
+ @apply lg:mx-3 !important;
3606
+ }
3607
+ .ds-mx-lg-3\.5 {
3608
+ @apply lg:mx-3.5 !important;
3609
+ }
3610
+ .ds-mx-lg-4 {
3611
+ @apply lg:mx-4 !important;
3612
+ }
3613
+ .ds-mx-lg-5 {
3614
+ @apply lg:mx-5 !important;
3615
+ }
3616
+ .ds-mx-lg-6 {
3617
+ @apply lg:mx-6 !important;
3618
+ }
3619
+ .ds-mx-lg-7 {
3620
+ @apply lg:mx-7 !important;
3621
+ }
3622
+ .ds-mx-lg-8 {
3623
+ @apply lg:mx-8 !important;
3624
+ }
3625
+ .ds-mx-lg-9 {
3626
+ @apply lg:mx-9 !important;
3627
+ }
3628
+ .ds-mx-lg-10 {
3629
+ @apply lg:mx-10 !important;
3630
+ }
3631
+ .ds-mx-lg-11 {
3632
+ @apply lg:mx-11 !important;
3633
+ }
3634
+ .ds-mx-lg-12 {
3635
+ @apply lg:mx-12 !important;
3636
+ }
3637
+ .ds-mx-lg-14 {
3638
+ @apply lg:mx-14 !important;
3639
+ }
3640
+ .ds-mx-lg-16 {
3641
+ @apply lg:mx-16 !important;
3642
+ }
3643
+ .ds-mx-lg-20 {
3644
+ @apply lg:mx-20 !important;
3645
+ }
3646
+ .ds-mx-lg-24 {
3647
+ @apply lg:mx-24 !important;
3648
+ }
3649
+ .ds-mx-lg-28 {
3650
+ @apply lg:mx-28 !important;
3651
+ }
3652
+ .ds-mx-lg-32 {
3653
+ @apply lg:mx-32 !important;
3654
+ }
3655
+ .ds-mx-lg-36 {
3656
+ @apply lg:mx-36 !important;
3657
+ }
3658
+ .ds-mx-lg-40 {
3659
+ @apply lg:mx-40 !important;
3660
+ }
3661
+ .ds-mx-lg-44 {
3662
+ @apply lg:mx-44 !important;
3663
+ }
3664
+ .ds-mx-lg-48 {
3665
+ @apply lg:mx-48 !important;
3666
+ }
3667
+ .ds-mx-lg-52 {
3668
+ @apply lg:mx-52 !important;
3669
+ }
3670
+ .ds-mx-lg-56 {
3671
+ @apply lg:mx-56 !important;
3672
+ }
3673
+ .ds-mx-lg-60 {
3674
+ @apply lg:mx-60 !important;
3675
+ }
3676
+ .ds-mx-lg-64 {
3677
+ @apply lg:mx-64 !important;
3678
+ }
3679
+ .ds-mx-lg-72 {
3680
+ @apply lg:mx-72 !important;
3681
+ }
3682
+ .ds-mx-lg-80 {
3683
+ @apply lg:mx-80 !important;
3684
+ }
3685
+ .ds-mx-lg-96 {
3686
+ @apply lg:mx-96 !important;
3687
+ }
3688
+ .ds-mx-xl-0 {
3689
+ @apply xl:mx-0 !important;
3690
+ }
3691
+ .ds-mx-xl-0\.5 {
3692
+ @apply xl:mx-0.5 !important;
3693
+ }
3694
+ .ds-mx-xl-1 {
3695
+ @apply xl:mx-1 !important;
3696
+ }
3697
+ .ds-mx-xl-1\.5 {
3698
+ @apply xl:mx-1.5 !important;
3699
+ }
3700
+ .ds-mx-xl-2 {
3701
+ @apply xl:mx-2 !important;
3702
+ }
3703
+ .ds-mx-xl-2\.5 {
3704
+ @apply xl:mx-2.5 !important;
3705
+ }
3706
+ .ds-mx-xl-3 {
3707
+ @apply xl:mx-3 !important;
3708
+ }
3709
+ .ds-mx-xl-3\.5 {
3710
+ @apply xl:mx-3.5 !important;
3711
+ }
3712
+ .ds-mx-xl-4 {
3713
+ @apply xl:mx-4 !important;
3714
+ }
3715
+ .ds-mx-xl-5 {
3716
+ @apply xl:mx-5 !important;
3717
+ }
3718
+ .ds-mx-xl-6 {
3719
+ @apply xl:mx-6 !important;
3720
+ }
3721
+ .ds-mx-xl-7 {
3722
+ @apply xl:mx-7 !important;
3723
+ }
3724
+ .ds-mx-xl-8 {
3725
+ @apply xl:mx-8 !important;
3726
+ }
3727
+ .ds-mx-xl-9 {
3728
+ @apply xl:mx-9 !important;
3729
+ }
3730
+ .ds-mx-xl-10 {
3731
+ @apply xl:mx-10 !important;
3732
+ }
3733
+ .ds-mx-xl-11 {
3734
+ @apply xl:mx-11 !important;
3735
+ }
3736
+ .ds-mx-xl-12 {
3737
+ @apply xl:mx-12 !important;
3738
+ }
3739
+ .ds-mx-xl-14 {
3740
+ @apply xl:mx-14 !important;
3741
+ }
3742
+ .ds-mx-xl-16 {
3743
+ @apply xl:mx-16 !important;
3744
+ }
3745
+ .ds-mx-xl-20 {
3746
+ @apply xl:mx-20 !important;
3747
+ }
3748
+ .ds-mx-xl-24 {
3749
+ @apply xl:mx-24 !important;
3750
+ }
3751
+ .ds-mx-xl-28 {
3752
+ @apply xl:mx-28 !important;
3753
+ }
3754
+ .ds-mx-xl-32 {
3755
+ @apply xl:mx-32 !important;
3756
+ }
3757
+ .ds-mx-xl-36 {
3758
+ @apply xl:mx-36 !important;
3759
+ }
3760
+ .ds-mx-xl-40 {
3761
+ @apply xl:mx-40 !important;
3762
+ }
3763
+ .ds-mx-xl-44 {
3764
+ @apply xl:mx-44 !important;
3765
+ }
3766
+ .ds-mx-xl-48 {
3767
+ @apply xl:mx-48 !important;
3768
+ }
3769
+ .ds-mx-xl-52 {
3770
+ @apply xl:mx-52 !important;
3771
+ }
3772
+ .ds-mx-xl-56 {
3773
+ @apply xl:mx-56 !important;
3774
+ }
3775
+ .ds-mx-xl-60 {
3776
+ @apply xl:mx-60 !important;
3777
+ }
3778
+ .ds-mx-xl-64 {
3779
+ @apply xl:mx-64 !important;
3780
+ }
3781
+ .ds-mx-xl-72 {
3782
+ @apply xl:mx-72 !important;
3783
+ }
3784
+ .ds-mx-xl-80 {
3785
+ @apply xl:mx-80 !important;
3786
+ }
3787
+ .ds-mx-xl-96 {
3788
+ @apply xl:mx-96 !important;
3789
+ }
3790
+ .ds-my-xs-0 {
3791
+ @apply my-0;
3792
+ }
3793
+ .ds-my-xs-0\.5 {
3794
+ @apply my-0.5;
3795
+ }
3796
+ .ds-my-xs-1 {
3797
+ @apply my-1;
3798
+ }
3799
+ .ds-my-xs-1\.5 {
3800
+ @apply my-1.5;
3801
+ }
3802
+ .ds-my-xs-2 {
3803
+ @apply my-2;
3804
+ }
3805
+ .ds-my-xs-2\.5 {
3806
+ @apply my-2.5;
3807
+ }
3808
+ .ds-my-xs-3 {
3809
+ @apply my-3;
3810
+ }
3811
+ .ds-my-xs-3\.5 {
3812
+ @apply my-3.5;
3813
+ }
3814
+ .ds-my-xs-4 {
3815
+ @apply my-4;
3816
+ }
3817
+ .ds-my-xs-5 {
3818
+ @apply my-5;
3819
+ }
3820
+ .ds-my-xs-6 {
3821
+ @apply my-6;
3822
+ }
3823
+ .ds-my-xs-7 {
3824
+ @apply my-7;
3825
+ }
3826
+ .ds-my-xs-8 {
3827
+ @apply my-8;
3828
+ }
3829
+ .ds-my-xs-9 {
3830
+ @apply my-9;
3831
+ }
3832
+ .ds-my-xs-10 {
3833
+ @apply my-10;
3834
+ }
3835
+ .ds-my-xs-11 {
3836
+ @apply my-11;
3837
+ }
3838
+ .ds-my-xs-12 {
3839
+ @apply my-12;
3840
+ }
3841
+ .ds-my-xs-14 {
3842
+ @apply my-14;
3843
+ }
3844
+ .ds-my-xs-16 {
3845
+ @apply my-16;
3846
+ }
3847
+ .ds-my-xs-20 {
3848
+ @apply my-20;
3849
+ }
3850
+ .ds-my-xs-24 {
3851
+ @apply my-24;
3852
+ }
3853
+ .ds-my-xs-28 {
3854
+ @apply my-28;
3855
+ }
3856
+ .ds-my-xs-32 {
3857
+ @apply my-32;
3858
+ }
3859
+ .ds-my-xs-36 {
3860
+ @apply my-36;
3861
+ }
3862
+ .ds-my-xs-40 {
3863
+ @apply my-40;
3864
+ }
3865
+ .ds-my-xs-44 {
3866
+ @apply my-44;
3867
+ }
3868
+ .ds-my-xs-48 {
3869
+ @apply my-48;
3870
+ }
3871
+ .ds-my-xs-52 {
3872
+ @apply my-52;
3873
+ }
3874
+ .ds-my-xs-56 {
3875
+ @apply my-56;
3876
+ }
3877
+ .ds-my-xs-60 {
3878
+ @apply my-60;
3879
+ }
3880
+ .ds-my-xs-64 {
3881
+ @apply my-64;
3882
+ }
3883
+ .ds-my-xs-72 {
3884
+ @apply my-72;
3885
+ }
3886
+ .ds-my-xs-80 {
3887
+ @apply my-80;
3888
+ }
3889
+ .ds-my-xs-96 {
3890
+ @apply my-96;
3891
+ }
3892
+ .ds-my-sm-0 {
3893
+ @apply sm:my-0 !important;
3894
+ }
3895
+ .ds-my-sm-0\.5 {
3896
+ @apply sm:my-0.5 !important;
3897
+ }
3898
+ .ds-my-sm-1 {
3899
+ @apply sm:my-1 !important;
3900
+ }
3901
+ .ds-my-sm-1\.5 {
3902
+ @apply sm:my-1.5 !important;
3903
+ }
3904
+ .ds-my-sm-2 {
3905
+ @apply sm:my-2 !important;
3906
+ }
3907
+ .ds-my-sm-2\.5 {
3908
+ @apply sm:my-2.5 !important;
3909
+ }
3910
+ .ds-my-sm-3 {
3911
+ @apply sm:my-3 !important;
3912
+ }
3913
+ .ds-my-sm-3\.5 {
3914
+ @apply sm:my-3.5 !important;
3915
+ }
3916
+ .ds-my-sm-4 {
3917
+ @apply sm:my-4 !important;
3918
+ }
3919
+ .ds-my-sm-5 {
3920
+ @apply sm:my-5 !important;
3921
+ }
3922
+ .ds-my-sm-6 {
3923
+ @apply sm:my-6 !important;
3924
+ }
3925
+ .ds-my-sm-7 {
3926
+ @apply sm:my-7 !important;
3927
+ }
3928
+ .ds-my-sm-8 {
3929
+ @apply sm:my-8 !important;
3930
+ }
3931
+ .ds-my-sm-9 {
3932
+ @apply sm:my-9 !important;
3933
+ }
3934
+ .ds-my-sm-10 {
3935
+ @apply sm:my-10 !important;
3936
+ }
3937
+ .ds-my-sm-11 {
3938
+ @apply sm:my-11 !important;
3939
+ }
3940
+ .ds-my-sm-12 {
3941
+ @apply sm:my-12 !important;
3942
+ }
3943
+ .ds-my-sm-14 {
3944
+ @apply sm:my-14 !important;
3945
+ }
3946
+ .ds-my-sm-16 {
3947
+ @apply sm:my-16 !important;
3948
+ }
3949
+ .ds-my-sm-20 {
3950
+ @apply sm:my-20 !important;
3951
+ }
3952
+ .ds-my-sm-24 {
3953
+ @apply sm:my-24 !important;
3954
+ }
3955
+ .ds-my-sm-28 {
3956
+ @apply sm:my-28 !important;
3957
+ }
3958
+ .ds-my-sm-32 {
3959
+ @apply sm:my-32 !important;
3960
+ }
3961
+ .ds-my-sm-36 {
3962
+ @apply sm:my-36 !important;
3963
+ }
3964
+ .ds-my-sm-40 {
3965
+ @apply sm:my-40 !important;
3966
+ }
3967
+ .ds-my-sm-44 {
3968
+ @apply sm:my-44 !important;
3969
+ }
3970
+ .ds-my-sm-48 {
3971
+ @apply sm:my-48 !important;
3972
+ }
3973
+ .ds-my-sm-52 {
3974
+ @apply sm:my-52 !important;
3975
+ }
3976
+ .ds-my-sm-56 {
3977
+ @apply sm:my-56 !important;
3978
+ }
3979
+ .ds-my-sm-60 {
3980
+ @apply sm:my-60 !important;
3981
+ }
3982
+ .ds-my-sm-64 {
3983
+ @apply sm:my-64 !important;
3984
+ }
3985
+ .ds-my-sm-72 {
3986
+ @apply sm:my-72 !important;
3987
+ }
3988
+ .ds-my-sm-80 {
3989
+ @apply sm:my-80 !important;
3990
+ }
3991
+ .ds-my-sm-96 {
3992
+ @apply sm:my-96 !important;
3993
+ }
3994
+ .ds-my-md-0 {
3995
+ @apply md:my-0 !important;
3996
+ }
3997
+ .ds-my-md-0\.5 {
3998
+ @apply md:my-0.5 !important;
3999
+ }
4000
+ .ds-my-md-1 {
4001
+ @apply md:my-1 !important;
4002
+ }
4003
+ .ds-my-md-1\.5 {
4004
+ @apply md:my-1.5 !important;
4005
+ }
4006
+ .ds-my-md-2 {
4007
+ @apply md:my-2 !important;
4008
+ }
4009
+ .ds-my-md-2\.5 {
4010
+ @apply md:my-2.5 !important;
4011
+ }
4012
+ .ds-my-md-3 {
4013
+ @apply md:my-3 !important;
4014
+ }
4015
+ .ds-my-md-3\.5 {
4016
+ @apply md:my-3.5 !important;
4017
+ }
4018
+ .ds-my-md-4 {
4019
+ @apply md:my-4 !important;
4020
+ }
4021
+ .ds-my-md-5 {
4022
+ @apply md:my-5 !important;
4023
+ }
4024
+ .ds-my-md-6 {
4025
+ @apply md:my-6 !important;
4026
+ }
4027
+ .ds-my-md-7 {
4028
+ @apply md:my-7 !important;
4029
+ }
4030
+ .ds-my-md-8 {
4031
+ @apply md:my-8 !important;
4032
+ }
4033
+ .ds-my-md-9 {
4034
+ @apply md:my-9 !important;
4035
+ }
4036
+ .ds-my-md-10 {
4037
+ @apply md:my-10 !important;
4038
+ }
4039
+ .ds-my-md-11 {
4040
+ @apply md:my-11 !important;
4041
+ }
4042
+ .ds-my-md-12 {
4043
+ @apply md:my-12 !important;
4044
+ }
4045
+ .ds-my-md-14 {
4046
+ @apply md:my-14 !important;
4047
+ }
4048
+ .ds-my-md-16 {
4049
+ @apply md:my-16 !important;
4050
+ }
4051
+ .ds-my-md-20 {
4052
+ @apply md:my-20 !important;
4053
+ }
4054
+ .ds-my-md-24 {
4055
+ @apply md:my-24 !important;
4056
+ }
4057
+ .ds-my-md-28 {
4058
+ @apply md:my-28 !important;
4059
+ }
4060
+ .ds-my-md-32 {
4061
+ @apply md:my-32 !important;
4062
+ }
4063
+ .ds-my-md-36 {
4064
+ @apply md:my-36 !important;
4065
+ }
4066
+ .ds-my-md-40 {
4067
+ @apply md:my-40 !important;
4068
+ }
4069
+ .ds-my-md-44 {
4070
+ @apply md:my-44 !important;
4071
+ }
4072
+ .ds-my-md-48 {
4073
+ @apply md:my-48 !important;
4074
+ }
4075
+ .ds-my-md-52 {
4076
+ @apply md:my-52 !important;
4077
+ }
4078
+ .ds-my-md-56 {
4079
+ @apply md:my-56 !important;
4080
+ }
4081
+ .ds-my-md-60 {
4082
+ @apply md:my-60 !important;
4083
+ }
4084
+ .ds-my-md-64 {
4085
+ @apply md:my-64 !important;
4086
+ }
4087
+ .ds-my-md-72 {
4088
+ @apply md:my-72 !important;
4089
+ }
4090
+ .ds-my-md-80 {
4091
+ @apply md:my-80 !important;
4092
+ }
4093
+ .ds-my-md-96 {
4094
+ @apply md:my-96 !important;
4095
+ }
4096
+ .ds-my-lg-0 {
4097
+ @apply lg:my-0 !important;
4098
+ }
4099
+ .ds-my-lg-0\.5 {
4100
+ @apply lg:my-0.5 !important;
4101
+ }
4102
+ .ds-my-lg-1 {
4103
+ @apply lg:my-1 !important;
4104
+ }
4105
+ .ds-my-lg-1\.5 {
4106
+ @apply lg:my-1.5 !important;
4107
+ }
4108
+ .ds-my-lg-2 {
4109
+ @apply lg:my-2 !important;
4110
+ }
4111
+ .ds-my-lg-2\.5 {
4112
+ @apply lg:my-2.5 !important;
4113
+ }
4114
+ .ds-my-lg-3 {
4115
+ @apply lg:my-3 !important;
4116
+ }
4117
+ .ds-my-lg-3\.5 {
4118
+ @apply lg:my-3.5 !important;
4119
+ }
4120
+ .ds-my-lg-4 {
4121
+ @apply lg:my-4 !important;
4122
+ }
4123
+ .ds-my-lg-5 {
4124
+ @apply lg:my-5 !important;
4125
+ }
4126
+ .ds-my-lg-6 {
4127
+ @apply lg:my-6 !important;
4128
+ }
4129
+ .ds-my-lg-7 {
4130
+ @apply lg:my-7 !important;
4131
+ }
4132
+ .ds-my-lg-8 {
4133
+ @apply lg:my-8 !important;
4134
+ }
4135
+ .ds-my-lg-9 {
4136
+ @apply lg:my-9 !important;
4137
+ }
4138
+ .ds-my-lg-10 {
4139
+ @apply lg:my-10 !important;
4140
+ }
4141
+ .ds-my-lg-11 {
4142
+ @apply lg:my-11 !important;
4143
+ }
4144
+ .ds-my-lg-12 {
4145
+ @apply lg:my-12 !important;
4146
+ }
4147
+ .ds-my-lg-14 {
4148
+ @apply lg:my-14 !important;
4149
+ }
4150
+ .ds-my-lg-16 {
4151
+ @apply lg:my-16 !important;
4152
+ }
4153
+ .ds-my-lg-20 {
4154
+ @apply lg:my-20 !important;
4155
+ }
4156
+ .ds-my-lg-24 {
4157
+ @apply lg:my-24 !important;
4158
+ }
4159
+ .ds-my-lg-28 {
4160
+ @apply lg:my-28 !important;
4161
+ }
4162
+ .ds-my-lg-32 {
4163
+ @apply lg:my-32 !important;
4164
+ }
4165
+ .ds-my-lg-36 {
4166
+ @apply lg:my-36 !important;
4167
+ }
4168
+ .ds-my-lg-40 {
4169
+ @apply lg:my-40 !important;
4170
+ }
4171
+ .ds-my-lg-44 {
4172
+ @apply lg:my-44 !important;
4173
+ }
4174
+ .ds-my-lg-48 {
4175
+ @apply lg:my-48 !important;
4176
+ }
4177
+ .ds-my-lg-52 {
4178
+ @apply lg:my-52 !important;
4179
+ }
4180
+ .ds-my-lg-56 {
4181
+ @apply lg:my-56 !important;
4182
+ }
4183
+ .ds-my-lg-60 {
4184
+ @apply lg:my-60 !important;
4185
+ }
4186
+ .ds-my-lg-64 {
4187
+ @apply lg:my-64 !important;
4188
+ }
4189
+ .ds-my-lg-72 {
4190
+ @apply lg:my-72 !important;
4191
+ }
4192
+ .ds-my-lg-80 {
4193
+ @apply lg:my-80 !important;
4194
+ }
4195
+ .ds-my-lg-96 {
4196
+ @apply lg:my-96 !important;
4197
+ }
4198
+ .ds-my-xl-0 {
4199
+ @apply xl:my-0 !important;
4200
+ }
4201
+ .ds-my-xl-0\.5 {
4202
+ @apply xl:my-0.5 !important;
4203
+ }
4204
+ .ds-my-xl-1 {
4205
+ @apply xl:my-1 !important;
4206
+ }
4207
+ .ds-my-xl-1\.5 {
4208
+ @apply xl:my-1.5 !important;
4209
+ }
4210
+ .ds-my-xl-2 {
4211
+ @apply xl:my-2 !important;
4212
+ }
4213
+ .ds-my-xl-2\.5 {
4214
+ @apply xl:my-2.5 !important;
4215
+ }
4216
+ .ds-my-xl-3 {
4217
+ @apply xl:my-3 !important;
4218
+ }
4219
+ .ds-my-xl-3\.5 {
4220
+ @apply xl:my-3.5 !important;
4221
+ }
4222
+ .ds-my-xl-4 {
4223
+ @apply xl:my-4 !important;
4224
+ }
4225
+ .ds-my-xl-5 {
4226
+ @apply xl:my-5 !important;
4227
+ }
4228
+ .ds-my-xl-6 {
4229
+ @apply xl:my-6 !important;
4230
+ }
4231
+ .ds-my-xl-7 {
4232
+ @apply xl:my-7 !important;
4233
+ }
4234
+ .ds-my-xl-8 {
4235
+ @apply xl:my-8 !important;
4236
+ }
4237
+ .ds-my-xl-9 {
4238
+ @apply xl:my-9 !important;
4239
+ }
4240
+ .ds-my-xl-10 {
4241
+ @apply xl:my-10 !important;
4242
+ }
4243
+ .ds-my-xl-11 {
4244
+ @apply xl:my-11 !important;
4245
+ }
4246
+ .ds-my-xl-12 {
4247
+ @apply xl:my-12 !important;
4248
+ }
4249
+ .ds-my-xl-14 {
4250
+ @apply xl:my-14 !important;
4251
+ }
4252
+ .ds-my-xl-16 {
4253
+ @apply xl:my-16 !important;
4254
+ }
4255
+ .ds-my-xl-20 {
4256
+ @apply xl:my-20 !important;
4257
+ }
4258
+ .ds-my-xl-24 {
4259
+ @apply xl:my-24 !important;
4260
+ }
4261
+ .ds-my-xl-28 {
4262
+ @apply xl:my-28 !important;
4263
+ }
4264
+ .ds-my-xl-32 {
4265
+ @apply xl:my-32 !important;
4266
+ }
4267
+ .ds-my-xl-36 {
4268
+ @apply xl:my-36 !important;
4269
+ }
4270
+ .ds-my-xl-40 {
4271
+ @apply xl:my-40 !important;
4272
+ }
4273
+ .ds-my-xl-44 {
4274
+ @apply xl:my-44 !important;
4275
+ }
4276
+ .ds-my-xl-48 {
4277
+ @apply xl:my-48 !important;
4278
+ }
4279
+ .ds-my-xl-52 {
4280
+ @apply xl:my-52 !important;
4281
+ }
4282
+ .ds-my-xl-56 {
4283
+ @apply xl:my-56 !important;
4284
+ }
4285
+ .ds-my-xl-60 {
4286
+ @apply xl:my-60 !important;
4287
+ }
4288
+ .ds-my-xl-64 {
4289
+ @apply xl:my-64 !important;
4290
+ }
4291
+ .ds-my-xl-72 {
4292
+ @apply xl:my-72 !important;
4293
+ }
4294
+ .ds-my-xl-80 {
4295
+ @apply xl:my-80 !important;
4296
+ }
4297
+ .ds-my-xl-96 {
4298
+ @apply xl:my-96 !important;
4299
+ }