@digigov/css 1.2.0-fd2cea11 → 1.2.0-mobile

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 (124) hide show
  1. package/defaultTheme/accordion.json +8 -0
  2. package/defaultTheme/brandConfig.json +14 -2
  3. package/defaultTheme/button.json +16 -3
  4. package/defaultTheme/card.json +16 -5
  5. package/defaultTheme/form.json +15 -0
  6. package/defaultTheme/globals.json +11 -1
  7. package/defaultTheme/index.js +1 -1
  8. package/defaultTheme/layout.json +55 -0
  9. package/defaultTheme/misc.json +20 -0
  10. package/defaultTheme/panel.json +5 -0
  11. package/defaultTheme/typography.json +12 -12
  12. package/dist/base/index.css +3 -3
  13. package/dist/base.js +1 -1
  14. package/dist/components.js +1 -1
  15. package/dist/digigov.css +5 -5
  16. package/dist/utilities/index.css +1 -1
  17. package/dist/utilities.js +1 -1
  18. package/package.json +19 -14
  19. package/postcss.config.js +1 -0
  20. package/src/base/base.css +1 -1
  21. package/src/base/index.css +5 -5
  22. package/src/components/accordion.css +76 -73
  23. package/src/components/admin-header.css +7 -24
  24. package/src/components/admin-layout.css +13 -22
  25. package/src/components/autocomplete.css +106 -63
  26. package/src/components/back-to-top.css +7 -8
  27. package/src/components/blockquote.common.css +14 -0
  28. package/src/components/blockquote.css +9 -0
  29. package/src/components/blockquote.native.css +11 -0
  30. package/src/components/bottom-info.css +3 -2
  31. package/src/components/breadcrumbs.css +21 -12
  32. package/src/components/button.common.css +64 -0
  33. package/src/components/button.css +79 -95
  34. package/src/components/button.native.css +42 -0
  35. package/src/components/card.common.css +33 -0
  36. package/src/components/card.css +77 -64
  37. package/src/components/card.native.css +29 -0
  38. package/src/components/checkboxes.css +34 -37
  39. package/src/components/chip.css +36 -37
  40. package/src/components/components.css +2 -2
  41. package/src/components/copy-to-clipboard.css +39 -38
  42. package/src/components/details.common.css +26 -0
  43. package/src/components/details.css +17 -18
  44. package/src/components/details.native.css +26 -0
  45. package/src/components/dev-theme.css +3 -4
  46. package/src/components/drawer.css +58 -59
  47. package/src/components/dropdown.common.css +58 -0
  48. package/src/components/dropdown.css +81 -68
  49. package/src/components/dropdown.native.css +58 -0
  50. package/src/components/experimental.css +18 -18
  51. package/src/components/fillable.css +6 -6
  52. package/src/components/filter.css +58 -63
  53. package/src/components/footer.css +53 -39
  54. package/src/components/form.common.css +49 -0
  55. package/src/components/form.css +125 -113
  56. package/src/components/form.native.css +58 -0
  57. package/src/components/full-page-background.css +2 -2
  58. package/src/components/header.common.css +36 -0
  59. package/src/components/header.css +78 -77
  60. package/src/components/header.native.css +34 -0
  61. package/src/components/hidden.css +23 -23
  62. package/src/components/index.css +48 -47
  63. package/src/components/kitchensink.css +41 -41
  64. package/src/components/layout.common.css +8 -0
  65. package/src/components/layout.css +56 -56
  66. package/src/components/layout.native.css +5 -0
  67. package/src/components/loader.css +31 -31
  68. package/src/components/masthead.css +60 -59
  69. package/src/components/misc.css +43 -21
  70. package/src/components/modal.css +28 -21
  71. package/src/components/nav.common.css +25 -0
  72. package/src/components/nav.css +96 -89
  73. package/src/components/nav.native.css +38 -0
  74. package/src/components/notification-banner.common.css +46 -0
  75. package/src/components/notification-banner.css +32 -28
  76. package/src/components/notification-banner.native.css +42 -0
  77. package/src/components/pagination.css +40 -41
  78. package/src/components/panel.common.css +30 -0
  79. package/src/components/panel.css +12 -20
  80. package/src/components/panel.native.css +20 -0
  81. package/src/components/phase-banner.common.css +23 -0
  82. package/src/components/phase-banner.css +15 -14
  83. package/src/components/phase-banner.native.css +31 -0
  84. package/src/components/radios.css +33 -30
  85. package/src/components/skeleton.css +85 -0
  86. package/src/components/skiplink.css +3 -3
  87. package/src/components/stack.css +64 -64
  88. package/src/components/stepnav.css +68 -64
  89. package/src/components/summary-list.common.css +25 -0
  90. package/src/components/summary-list.css +59 -47
  91. package/src/components/summary-list.native.css +27 -0
  92. package/src/components/svg-icons.common.css +56 -0
  93. package/src/components/svg-icons.css +79 -75
  94. package/src/components/svg-icons.native.css +55 -0
  95. package/src/components/table.css +189 -208
  96. package/src/components/tabs.css +52 -68
  97. package/src/components/task-list.css +31 -31
  98. package/src/components/test.css +7 -0
  99. package/src/components/timeline.css +19 -18
  100. package/src/components/typography.common.css +137 -0
  101. package/src/components/typography.css +159 -226
  102. package/src/components/typography.native.css +93 -0
  103. package/src/components/warning-text.common.css +23 -0
  104. package/src/components/warning-text.css +11 -11
  105. package/src/components/warning-text.native.css +22 -0
  106. package/src/index.native.css +17 -0
  107. package/src/pages/headings/service-heading.js +9 -9
  108. package/src/pages/index.js +201 -201
  109. package/src/utilities/grid.css +221 -0
  110. package/src/utilities/grid.native.css +274 -0
  111. package/src/utilities/index.css +3 -585
  112. package/src/utilities/index.native.css +2 -0
  113. package/src/utilities/print.css +11 -0
  114. package/src/utilities/spacing.css +2133 -0
  115. package/src/utilities/utilities.css +1647 -531
  116. package/tailwind.config.js +2 -2
  117. package/themes.plugin.js +1 -1
  118. package/defaultTheme/footer.json +0 -8
  119. package/src/pages/admin-filtering-data.js +0 -160
  120. package/src/pages/admin.js +0 -61
  121. package/src/pages/dropdown.js +0 -249
  122. package/src/pages/form.js +0 -400
  123. package/src/pages/pagination.js +0 -124
  124. package/src/pages/table.js +0 -308
@@ -1,1252 +1,2368 @@
1
1
  @tailwind utilities;
2
2
  @layer utilities {
3
- .govgr-m-0 {
3
+ .ds-m-0 {
4
4
  @apply m-0 !important;
5
5
  }
6
- .govgr-m-1 {
6
+
7
+ .ds-m-1 {
7
8
  @apply m-1 !important;
8
9
  }
9
- .govgr-m-2 {
10
+
11
+ .ds-m-2 {
10
12
  @apply m-2 !important;
11
13
  }
12
- .govgr-m-3 {
14
+
15
+ .ds-m-3 {
13
16
  @apply m-3 !important;
14
17
  }
15
- .govgr-m-4 {
18
+
19
+ .ds-m-4 {
16
20
  @apply m-4 !important;
17
21
  }
18
- .govgr-m-5 {
22
+
23
+ .ds-m-5 {
19
24
  @apply m-5 !important;
20
25
  }
21
- .govgr-m-6 {
26
+
27
+ .ds-m-6 {
22
28
  @apply m-6 !important;
23
29
  }
24
- .govgr-m-7 {
30
+
31
+ .ds-m-7 {
25
32
  @apply m-7 !important;
26
33
  }
27
- .govgr-m-8 {
34
+
35
+ .ds-m-8 {
28
36
  @apply m-8 !important;
29
37
  }
30
- .govgr-m-9 {
38
+
39
+ .ds-m-9 {
31
40
  @apply m-9 !important;
32
41
  }
33
- .govgr-m-10 {
42
+
43
+ .ds-m-10 {
34
44
  @apply m-10 !important;
35
45
  }
36
- .govgr-m-11 {
46
+
47
+ .ds-m-11 {
37
48
  @apply m-11 !important;
38
49
  }
39
- .govgr-m-12 {
50
+
51
+ .ds-m-12 {
40
52
  @apply m-12 !important;
41
53
  }
42
- .govgr-m-14 {
54
+
55
+ .ds-m-14 {
43
56
  @apply m-14 !important;
44
57
  }
45
- .govgr-m-16 {
58
+
59
+ .ds-m-16 {
46
60
  @apply m-16 !important;
47
61
  }
48
- .govgr-m-20 {
62
+
63
+ .ds-m-20 {
49
64
  @apply m-20 !important;
50
65
  }
51
- .govgr-m-24 {
66
+
67
+ .ds-m-24 {
52
68
  @apply m-24 !important;
53
69
  }
54
- .govgr-m-28 {
70
+
71
+ .ds-m-28 {
55
72
  @apply m-28 !important;
56
73
  }
57
- .govgr-m-32 {
74
+
75
+ .ds-m-32 {
58
76
  @apply m-32 !important;
59
77
  }
60
- .govgr-m-36 {
78
+
79
+ .ds-m-36 {
61
80
  @apply m-36 !important;
62
81
  }
63
- .govgr-m-40 {
82
+
83
+ .ds-m-40 {
64
84
  @apply m-40 !important;
65
85
  }
66
- .govgr-m-44 {
86
+
87
+ .ds-m-44 {
67
88
  @apply m-44 !important;
68
89
  }
69
- .govgr-m-48 {
90
+
91
+ .ds-m-48 {
70
92
  @apply m-48 !important;
71
93
  }
72
- .govgr-m-52 {
94
+
95
+ .ds-m-52 {
73
96
  @apply m-52 !important;
74
97
  }
75
- .govgr-m-56 {
98
+
99
+ .ds-m-56 {
76
100
  @apply m-56 !important;
77
101
  }
78
- .govgr-m-60 {
102
+
103
+ .ds-m-60 {
79
104
  @apply m-60 !important;
80
105
  }
81
- .govgr-m-64 {
106
+
107
+ .ds-m-64 {
82
108
  @apply m-64 !important;
83
109
  }
84
- .govgr-m-72 {
110
+
111
+ .ds-m-72 {
85
112
  @apply m-72 !important;
86
113
  }
87
- .govgr-m-80 {
114
+
115
+ .ds-m-80 {
88
116
  @apply m-80 !important;
89
117
  }
90
- .govgr-m-96 {
118
+
119
+ .ds-m-96 {
91
120
  @apply m-96 !important;
92
121
  }
93
- .govgr-m-px {
122
+
123
+ .ds-m-px {
94
124
  @apply m-px !important;
95
125
  }
96
- .govgr-m-0.5 {
126
+
127
+ .ds-m-0\.5 {
97
128
  @apply m-0.5 !important;
98
129
  }
99
- .govgr-m-1.5 {
130
+
131
+ .ds-m-1\.5 {
100
132
  @apply m-1.5 !important;
101
133
  }
102
- .govgr-m-2.5 {
134
+
135
+ .ds-m-2\.5 {
103
136
  @apply m-2.5 !important;
104
137
  }
105
- .govgr-m-3.5 {
138
+
139
+ .ds-m-3\.5 {
106
140
  @apply m-3.5 !important;
107
141
  }
108
- .govgr-mt-0 {
142
+
143
+ .ds-mt-0 {
109
144
  @apply mt-0 !important;
110
145
  }
111
- .govgr-mt-1 {
146
+
147
+ .ds-mt-1 {
112
148
  @apply mt-1 !important;
113
149
  }
114
- .govgr-mt-2 {
150
+
151
+ .ds-mt-2 {
115
152
  @apply mt-2 !important;
116
153
  }
117
- .govgr-mt-3 {
154
+
155
+ .ds-mt-3 {
118
156
  @apply mt-3 !important;
119
157
  }
120
- .govgr-mt-4 {
158
+
159
+ .ds-mt-4 {
121
160
  @apply mt-4 !important;
122
161
  }
123
- .govgr-mt-5 {
162
+
163
+ .ds-mt-5 {
124
164
  @apply mt-5 !important;
125
165
  }
126
- .govgr-mt-6 {
166
+
167
+ .ds-mt-6 {
127
168
  @apply mt-6 !important;
128
169
  }
129
- .govgr-mt-7 {
170
+
171
+ .ds-mt-7 {
130
172
  @apply mt-7 !important;
131
173
  }
132
- .govgr-mt-8 {
174
+
175
+ .ds-mt-8 {
133
176
  @apply mt-8 !important;
134
177
  }
135
- .govgr-mt-9 {
178
+
179
+ .ds-mt-9 {
136
180
  @apply mt-9 !important;
137
181
  }
138
- .govgr-mt-10 {
182
+
183
+ .ds-mt-10 {
139
184
  @apply mt-10 !important;
140
185
  }
141
- .govgr-mt-11 {
186
+
187
+ .ds-mt-11 {
142
188
  @apply mt-11 !important;
143
189
  }
144
- .govgr-mt-12 {
190
+
191
+ .ds-mt-12 {
145
192
  @apply mt-12 !important;
146
193
  }
147
- .govgr-mt-14 {
194
+
195
+ .ds-mt-14 {
148
196
  @apply mt-14 !important;
149
197
  }
150
- .govgr-mt-16 {
198
+
199
+ .ds-mt-16 {
151
200
  @apply mt-16 !important;
152
201
  }
153
- .govgr-mt-20 {
202
+
203
+ .ds-mt-20 {
154
204
  @apply mt-20 !important;
155
205
  }
156
- .govgr-mt-24 {
206
+
207
+ .ds-mt-24 {
157
208
  @apply mt-24 !important;
158
209
  }
159
- .govgr-mt-28 {
210
+
211
+ .ds-mt-28 {
160
212
  @apply mt-28 !important;
161
213
  }
162
- .govgr-mt-32 {
214
+
215
+ .ds-mt-32 {
163
216
  @apply mt-32 !important;
164
217
  }
165
- .govgr-mt-36 {
218
+
219
+ .ds-mt-36 {
166
220
  @apply mt-36 !important;
167
221
  }
168
- .govgr-mt-40 {
222
+
223
+ .ds-mt-40 {
169
224
  @apply mt-40 !important;
170
225
  }
171
- .govgr-mt-44 {
226
+
227
+ .ds-mt-44 {
172
228
  @apply mt-44 !important;
173
229
  }
174
- .govgr-mt-48 {
230
+
231
+ .ds-mt-48 {
175
232
  @apply mt-48 !important;
176
233
  }
177
- .govgr-mt-52 {
234
+
235
+ .ds-mt-52 {
178
236
  @apply mt-52 !important;
179
237
  }
180
- .govgr-mt-56 {
238
+
239
+ .ds-mt-56 {
181
240
  @apply mt-56 !important;
182
241
  }
183
- .govgr-mt-60 {
242
+
243
+ .ds-mt-60 {
184
244
  @apply mt-60 !important;
185
245
  }
186
- .govgr-mt-64 {
246
+
247
+ .ds-mt-64 {
187
248
  @apply mt-64 !important;
188
249
  }
189
- .govgr-mt-72 {
250
+
251
+ .ds-mt-72 {
190
252
  @apply mt-72 !important;
191
253
  }
192
- .govgr-mt-80 {
254
+
255
+ .ds-mt-80 {
193
256
  @apply mt-80 !important;
194
257
  }
195
- .govgr-mt-96 {
258
+
259
+ .ds-mt-96 {
196
260
  @apply mt-96 !important;
197
261
  }
198
- .govgr-mt-px {
262
+
263
+ .ds-mt-px {
199
264
  @apply mt-px !important;
200
265
  }
201
- .govgr-mt-0.5 {
266
+
267
+ .ds-mx-0\.5 {
268
+ @apply mx-0.5 !important;
269
+ }
270
+
271
+ .ds-mx-1\.5 {
272
+ @apply mx-1.5 !important;
273
+ }
274
+
275
+ .ds-mx-2\.5 {
276
+ @apply mx-2.5 !important;
277
+ }
278
+
279
+ .ds-mx-3\.5 {
280
+ @apply mx-3.5 !important;
281
+ }
282
+
283
+ .ds-mt-0\.5 {
202
284
  @apply mt-0.5 !important;
203
285
  }
204
- .govgr-mt-1.5 {
286
+
287
+ .ds-mt-1\.5 {
205
288
  @apply mt-1.5 !important;
206
289
  }
207
- .govgr-mt-2.5 {
290
+
291
+ .ds-mt-2\.5 {
208
292
  @apply mt-2.5 !important;
209
293
  }
210
- .govgr-mt-3.5 {
294
+
295
+ .ds-mt-3\.5 {
211
296
  @apply mt-3.5 !important;
212
297
  }
213
- .govgr-mr-0 {
298
+
299
+ .ds-mr-0 {
214
300
  @apply mr-0 !important;
215
301
  }
216
- .govgr-mr-1 {
302
+
303
+ .ds-mr-1 {
217
304
  @apply mr-1 !important;
218
305
  }
219
- .govgr-mr-2 {
306
+
307
+ .ds-mr-2 {
220
308
  @apply mr-2 !important;
221
309
  }
222
- .govgr-mr-3 {
310
+
311
+ .ds-mr-3 {
223
312
  @apply mr-3 !important;
224
313
  }
225
- .govgr-mr-4 {
314
+
315
+ .ds-mr-4 {
226
316
  @apply mr-4 !important;
227
317
  }
228
- .govgr-mr-5 {
318
+
319
+ .ds-mr-5 {
229
320
  @apply mr-5 !important;
230
321
  }
231
- .govgr-mr-6 {
322
+
323
+ .ds-mr-6 {
232
324
  @apply mr-6 !important;
233
325
  }
234
- .govgr-mr-7 {
326
+
327
+ .ds-mr-7 {
235
328
  @apply mr-7 !important;
236
329
  }
237
- .govgr-mr-8 {
330
+
331
+ .ds-mr-8 {
238
332
  @apply mr-8 !important;
239
333
  }
240
- .govgr-mr-9 {
334
+
335
+ .ds-mr-9 {
241
336
  @apply mr-9 !important;
242
337
  }
243
- .govgr-mr-10 {
338
+
339
+ .ds-mr-10 {
244
340
  @apply mr-10 !important;
245
341
  }
246
- .govgr-mr-11 {
342
+
343
+ .ds-mr-11 {
247
344
  @apply mr-11 !important;
248
345
  }
249
- .govgr-mr-12 {
346
+
347
+ .ds-mr-12 {
250
348
  @apply mr-12 !important;
251
349
  }
252
- .govgr-mr-14 {
350
+
351
+ .ds-mr-14 {
253
352
  @apply mr-14 !important;
254
353
  }
255
- .govgr-mr-16 {
354
+
355
+ .ds-mr-16 {
256
356
  @apply mr-16 !important;
257
357
  }
258
- .govgr-mr-20 {
358
+
359
+ .ds-mr-20 {
259
360
  @apply mr-20 !important;
260
361
  }
261
- .govgr-mr-24 {
362
+
363
+ .ds-mr-24 {
262
364
  @apply mr-24 !important;
263
365
  }
264
- .govgr-mr-28 {
366
+
367
+ .ds-mr-28 {
265
368
  @apply mr-28 !important;
266
369
  }
267
- .govgr-mr-32 {
370
+
371
+ .ds-mr-32 {
268
372
  @apply mr-32 !important;
269
373
  }
270
- .govgr-mr-36 {
374
+
375
+ .ds-mr-36 {
271
376
  @apply mr-36 !important;
272
377
  }
273
- .govgr-mr-40 {
378
+
379
+ .ds-mr-40 {
274
380
  @apply mr-40 !important;
275
381
  }
276
- .govgr-mr-44 {
382
+
383
+ .ds-mr-44 {
277
384
  @apply mr-44 !important;
278
385
  }
279
- .govgr-mr-48 {
386
+
387
+ .ds-mr-48 {
280
388
  @apply mr-48 !important;
281
389
  }
282
- .govgr-mr-52 {
390
+
391
+ .ds-mr-52 {
283
392
  @apply mr-52 !important;
284
393
  }
285
- .govgr-mr-56 {
394
+
395
+ .ds-mr-56 {
286
396
  @apply mr-56 !important;
287
397
  }
288
- .govgr-mr-60 {
398
+
399
+ .ds-mr-60 {
289
400
  @apply mr-60 !important;
290
401
  }
291
- .govgr-mr-64 {
402
+
403
+ .ds-mr-64 {
292
404
  @apply mr-64 !important;
293
405
  }
294
- .govgr-mr-72 {
406
+
407
+ .ds-mr-72 {
295
408
  @apply mr-72 !important;
296
409
  }
297
- .govgr-mr-80 {
410
+
411
+ .ds-mr-80 {
298
412
  @apply mr-80 !important;
299
413
  }
300
- .govgr-mr-96 {
414
+
415
+ .ds-mr-96 {
301
416
  @apply mr-96 !important;
302
417
  }
303
- .govgr-mr-px {
418
+
419
+ .ds-mr-px {
304
420
  @apply mr-px !important;
305
421
  }
306
- .govgr-mr-0.5 {
422
+
423
+ .ds-mr-0\.5 {
307
424
  @apply mr-0.5 !important;
308
425
  }
309
- .govgr-mr-1.5 {
426
+
427
+ .ds-mr-1\.5 {
310
428
  @apply mr-1.5 !important;
311
429
  }
312
- .govgr-mr-2.5 {
430
+
431
+ .ds-mr-2\.5 {
313
432
  @apply mr-2.5 !important;
314
433
  }
315
- .govgr-mr-3.5 {
434
+
435
+ .ds-mr-3\.5 {
316
436
  @apply mr-3.5 !important;
317
437
  }
318
- .govgr-ml-0 {
438
+
439
+ .ds-ml-0 {
319
440
  @apply ml-0 !important;
320
441
  }
321
- .govgr-ml-1 {
442
+
443
+ .ds-ml-1 {
322
444
  @apply ml-1 !important;
323
445
  }
324
- .govgr-ml-2 {
446
+
447
+ .ds-ml-2 {
325
448
  @apply ml-2 !important;
326
449
  }
327
- .govgr-ml-3 {
450
+
451
+ .ds-ml-3 {
328
452
  @apply ml-3 !important;
329
453
  }
330
- .govgr-ml-4 {
454
+
455
+ .ds-ml-4 {
331
456
  @apply ml-4 !important;
332
457
  }
333
- .govgr-ml-5 {
458
+
459
+ .ds-ml-5 {
334
460
  @apply ml-5 !important;
335
461
  }
336
- .govgr-ml-6 {
462
+
463
+ .ds-ml-6 {
337
464
  @apply ml-6 !important;
338
465
  }
339
- .govgr-ml-7 {
466
+
467
+ .ds-ml-7 {
340
468
  @apply ml-7 !important;
341
469
  }
342
- .govgr-ml-8 {
470
+
471
+ .ds-ml-8 {
343
472
  @apply ml-8 !important;
344
473
  }
345
- .govgr-ml-9 {
474
+
475
+ .ds-ml-9 {
346
476
  @apply ml-9 !important;
347
477
  }
348
- .govgr-ml-10 {
478
+
479
+ .ds-ml-10 {
349
480
  @apply ml-10 !important;
350
481
  }
351
- .govgr-ml-11 {
482
+
483
+ .ds-ml-11 {
352
484
  @apply ml-11 !important;
353
485
  }
354
- .govgr-ml-12 {
486
+
487
+ .ds-ml-12 {
355
488
  @apply ml-12 !important;
356
489
  }
357
- .govgr-ml-14 {
490
+
491
+ .ds-ml-14 {
358
492
  @apply ml-14 !important;
359
493
  }
360
- .govgr-ml-16 {
494
+
495
+ .ds-ml-16 {
361
496
  @apply ml-16 !important;
362
497
  }
363
- .govgr-ml-20 {
498
+
499
+ .ds-ml-20 {
364
500
  @apply ml-20 !important;
365
501
  }
366
- .govgr-ml-24 {
502
+
503
+ .ds-ml-24 {
367
504
  @apply ml-24 !important;
368
505
  }
369
- .govgr-ml-28 {
506
+
507
+ .ds-ml-28 {
370
508
  @apply ml-28 !important;
371
509
  }
372
- .govgr-ml-32 {
510
+
511
+ .ds-ml-32 {
373
512
  @apply ml-32 !important;
374
513
  }
375
- .govgr-ml-36 {
514
+
515
+ .ds-ml-36 {
376
516
  @apply ml-36 !important;
377
517
  }
378
- .govgr-ml-40 {
518
+
519
+ .ds-ml-40 {
379
520
  @apply ml-40 !important;
380
521
  }
381
- .govgr-ml-44 {
522
+
523
+ .ds-ml-44 {
382
524
  @apply ml-44 !important;
383
525
  }
384
- .govgr-ml-48 {
526
+
527
+ .ds-ml-48 {
385
528
  @apply ml-48 !important;
386
529
  }
387
- .govgr-ml-52 {
530
+
531
+ .ds-ml-52 {
388
532
  @apply ml-52 !important;
389
533
  }
390
- .govgr-ml-56 {
534
+
535
+ .ds-ml-56 {
391
536
  @apply ml-56 !important;
392
537
  }
393
- .govgr-ml-60 {
538
+
539
+ .ds-ml-60 {
394
540
  @apply ml-60 !important;
395
541
  }
396
- .govgr-ml-64 {
542
+
543
+ .ds-ml-64 {
397
544
  @apply ml-64 !important;
398
545
  }
399
- .govgr-ml-72 {
546
+
547
+ .ds-ml-72 {
400
548
  @apply ml-72 !important;
401
549
  }
402
- .govgr-ml-80 {
550
+
551
+ .ds-ml-80 {
403
552
  @apply ml-80 !important;
404
553
  }
405
- .govgr-ml-96 {
554
+
555
+ .ds-ml-96 {
406
556
  @apply ml-96 !important;
407
557
  }
408
- .govgr-ml-px {
558
+
559
+ .ds-ml-px {
409
560
  @apply ml-px !important;
410
561
  }
411
- .govgr-ml-0.5 {
562
+
563
+ .ds-ml-0\.5 {
412
564
  @apply ml-0.5 !important;
413
565
  }
414
- .govgr-ml-1.5 {
566
+
567
+ .ds-ml-1\.5 {
415
568
  @apply ml-1.5 !important;
416
569
  }
417
- .govgr-ml-2.5 {
570
+
571
+ .ds-ml-2\.5 {
418
572
  @apply ml-2.5 !important;
419
573
  }
420
- .govgr-ml-3.5 {
574
+
575
+ .ds-ml-3\.5 {
421
576
  @apply ml-3.5 !important;
422
577
  }
423
- .govgr-mb-0 {
578
+
579
+ .ds-mb-0 {
424
580
  @apply mb-0 !important;
425
581
  }
426
- .govgr-mb-1 {
582
+
583
+ .ds-mb-1 {
427
584
  @apply mb-1 !important;
428
585
  }
429
- .govgr-mb-2 {
586
+
587
+ .ds-mb-2 {
430
588
  @apply mb-2 !important;
431
589
  }
432
- .govgr-mb-3 {
590
+
591
+ .ds-mb-3 {
433
592
  @apply mb-3 !important;
434
593
  }
435
- .govgr-mb-4 {
594
+
595
+ .ds-mb-4 {
436
596
  @apply mb-4 !important;
437
597
  }
438
- .govgr-mb-5 {
598
+
599
+ .ds-mb-5 {
439
600
  @apply mb-5 !important;
440
601
  }
441
- .govgr-mb-6 {
602
+
603
+ .ds-mb-6 {
442
604
  @apply mb-6 !important;
443
605
  }
444
- .govgr-mb-7 {
606
+
607
+ .ds-mb-7 {
445
608
  @apply mb-7 !important;
446
609
  }
447
- .govgr-mb-8 {
610
+
611
+ .ds-mb-8 {
448
612
  @apply mb-8 !important;
449
613
  }
450
- .govgr-mb-9 {
614
+
615
+ .ds-mb-9 {
451
616
  @apply mb-9 !important;
452
617
  }
453
- .govgr-mb-10 {
618
+
619
+ .ds-mb-10 {
454
620
  @apply mb-10 !important;
455
621
  }
456
- .govgr-mb-11 {
622
+
623
+ .ds-mb-11 {
457
624
  @apply mb-11 !important;
458
625
  }
459
- .govgr-mb-12 {
626
+
627
+ .ds-mb-12 {
460
628
  @apply mb-12 !important;
461
629
  }
462
- .govgr-mb-14 {
630
+
631
+ .ds-mb-14 {
463
632
  @apply mb-14 !important;
464
633
  }
465
- .govgr-mb-16 {
634
+
635
+ .ds-mb-16 {
466
636
  @apply mb-16 !important;
467
637
  }
468
- .govgr-mb-20 {
638
+
639
+ .ds-mb-20 {
469
640
  @apply mb-20 !important;
470
641
  }
471
- .govgr-mb-24 {
642
+
643
+ .ds-mb-24 {
472
644
  @apply mb-24 !important;
473
645
  }
474
- .govgr-mb-28 {
646
+
647
+ .ds-mb-28 {
475
648
  @apply mb-28 !important;
476
649
  }
477
- .govgr-mb-32 {
650
+
651
+ .ds-mb-32 {
478
652
  @apply mb-32 !important;
479
653
  }
480
- .govgr-mb-36 {
654
+
655
+ .ds-mb-36 {
481
656
  @apply mb-36 !important;
482
657
  }
483
- .govgr-mb-40 {
658
+
659
+ .ds-mb-40 {
484
660
  @apply mb-40 !important;
485
661
  }
486
- .govgr-mb-44 {
662
+
663
+ .ds-mb-44 {
487
664
  @apply mb-44 !important;
488
665
  }
489
- .govgr-mb-48 {
666
+
667
+ .ds-mb-48 {
490
668
  @apply mb-48 !important;
491
669
  }
492
- .govgr-mb-52 {
670
+
671
+ .ds-mb-52 {
493
672
  @apply mb-52 !important;
494
673
  }
495
- .govgr-mb-56 {
674
+
675
+ .ds-mb-56 {
496
676
  @apply mb-56 !important;
497
677
  }
498
- .govgr-mb-60 {
678
+
679
+ .ds-mb-60 {
499
680
  @apply mb-60 !important;
500
681
  }
501
- .govgr-mb-64 {
682
+
683
+ .ds-mb-64 {
502
684
  @apply mb-64 !important;
503
685
  }
504
- .govgr-mb-72 {
686
+
687
+ .ds-mb-72 {
505
688
  @apply mb-72 !important;
506
689
  }
507
- .govgr-mb-80 {
690
+
691
+ .ds-mb-80 {
508
692
  @apply mb-80 !important;
509
693
  }
510
- .govgr-mb-96 {
694
+
695
+ .ds-mb-96 {
511
696
  @apply mb-96 !important;
512
697
  }
513
- .govgr-mb-px {
698
+
699
+ .ds-mb-px {
514
700
  @apply mb-px !important;
515
701
  }
516
- .govgr-mb-0.5 {
702
+
703
+ .ds-mb-0\.5 {
517
704
  @apply mb-0.5 !important;
518
705
  }
519
- .govgr-mb-1.5 {
706
+
707
+ .ds-mb-1\.5 {
520
708
  @apply mb-1.5 !important;
521
709
  }
522
- .govgr-mb-2.5 {
710
+
711
+ .ds-mb-2\.5 {
523
712
  @apply mb-2.5 !important;
524
713
  }
525
- .govgr-mb-3.5 {
714
+
715
+ .ds-mb-3\.5 {
526
716
  @apply mb-3.5 !important;
527
717
  }
528
- .govgr-p-0 {
529
- @apply p-0 !important;
718
+
719
+ .ds-mx-0 {
720
+ @apply mx-0 !important;
530
721
  }
531
- .govgr-p-1 {
532
- @apply p-1 !important;
722
+
723
+ .ds-mx-1 {
724
+ @apply mx-1 !important;
533
725
  }
534
- .govgr-p-2 {
535
- @apply p-2 !important;
726
+
727
+ .ds-mx-2 {
728
+ @apply mx-2 !important;
536
729
  }
537
- .govgr-p-3 {
538
- @apply p-3 !important;
730
+
731
+ .ds-mx-3 {
732
+ @apply mx-3 !important;
539
733
  }
540
- .govgr-p-4 {
541
- @apply p-4 !important;
734
+
735
+ .ds-mx-4 {
736
+ @apply mx-4 !important;
542
737
  }
543
- .govgr-p-5 {
544
- @apply p-5 !important;
738
+
739
+ .ds-mx-5 {
740
+ @apply mx-5 !important;
545
741
  }
546
- .govgr-p-6 {
547
- @apply p-6 !important;
742
+
743
+ .ds-mx-6 {
744
+ @apply mx-6 !important;
548
745
  }
549
- .govgr-p-7 {
550
- @apply p-7 !important;
746
+
747
+ .ds-mx-7 {
748
+ @apply mx-7 !important;
551
749
  }
552
- .govgr-p-8 {
553
- @apply p-8 !important;
750
+
751
+ .ds-mx-8 {
752
+ @apply mx-8 !important;
554
753
  }
555
- .govgr-p-9 {
556
- @apply p-9 !important;
754
+
755
+ .ds-mx-9 {
756
+ @apply mx-9 !important;
557
757
  }
558
- .govgr-p-10 {
559
- @apply p-10 !important;
758
+
759
+ .ds-mx-10 {
760
+ @apply mx-10 !important;
560
761
  }
561
- .govgr-p-11 {
562
- @apply p-11 !important;
762
+
763
+ .ds-mx-11 {
764
+ @apply mx-11 !important;
563
765
  }
564
- .govgr-p-12 {
565
- @apply p-12 !important;
766
+
767
+ .ds-mx-12 {
768
+ @apply mx-12 !important;
566
769
  }
567
- .govgr-p-14 {
568
- @apply p-14 !important;
770
+
771
+ .ds-mx-14 {
772
+ @apply mx-14 !important;
569
773
  }
570
- .govgr-p-16 {
571
- @apply p-16 !important;
774
+
775
+ .ds-mx-16 {
776
+ @apply mx-16 !important;
572
777
  }
573
- .govgr-p-20 {
574
- @apply p-20 !important;
778
+
779
+ .ds-mx-20 {
780
+ @apply mx-20 !important;
575
781
  }
576
- .govgr-p-24 {
577
- @apply p-24 !important;
782
+
783
+ .ds-mx-24 {
784
+ @apply mx-24 !important;
578
785
  }
579
- .govgr-p-28 {
580
- @apply p-28 !important;
786
+
787
+ .ds-mx-28 {
788
+ @apply mx-28 !important;
581
789
  }
582
- .govgr-p-32 {
583
- @apply p-32 !important;
790
+
791
+ .ds-mx-32 {
792
+ @apply mx-32 !important;
584
793
  }
585
- .govgr-p-36 {
586
- @apply p-36 !important;
794
+
795
+ .ds-mx-36 {
796
+ @apply mx-36 !important;
587
797
  }
588
- .govgr-p-40 {
589
- @apply p-40 !important;
798
+
799
+ .ds-mx-40 {
800
+ @apply mx-40 !important;
590
801
  }
591
- .govgr-p-44 {
592
- @apply p-44 !important;
802
+
803
+ .ds-mx-44 {
804
+ @apply mx-44 !important;
593
805
  }
594
- .govgr-p-48 {
595
- @apply p-48 !important;
806
+
807
+ .ds-mx-48 {
808
+ @apply mx-48 !important;
596
809
  }
597
- .govgr-p-52 {
598
- @apply p-52 !important;
810
+
811
+ .ds-mx-52 {
812
+ @apply mx-52 !important;
599
813
  }
600
- .govgr-p-56 {
601
- @apply p-56 !important;
814
+
815
+ .ds-mx-56 {
816
+ @apply mx-56 !important;
602
817
  }
603
- .govgr-p-60 {
604
- @apply p-60 !important;
818
+
819
+ .ds-mx-60 {
820
+ @apply mx-60 !important;
605
821
  }
606
- .govgr-p-64 {
607
- @apply p-64 !important;
822
+
823
+ .ds-mx-64 {
824
+ @apply mx-64 !important;
608
825
  }
609
- .govgr-p-72 {
610
- @apply p-72 !important;
826
+
827
+ .ds-mx-72 {
828
+ @apply mx-72 !important;
611
829
  }
612
- .govgr-p-80 {
613
- @apply p-80 !important;
830
+
831
+ .ds-mx-80 {
832
+ @apply mx-80 !important;
614
833
  }
615
- .govgr-p-96 {
616
- @apply p-96 !important;
834
+
835
+ .ds-mx-96 {
836
+ @apply mx-96 !important;
617
837
  }
618
- .govgr-p-px {
619
- @apply p-px !important;
838
+
839
+ .ds-my-0 {
840
+ @apply my-0 !important;
620
841
  }
621
- .govgr-p-0.5 {
622
- @apply p-0.5 !important;
842
+
843
+ .ds-my-1 {
844
+ @apply my-1 !important;
623
845
  }
624
- .govgr-p-1.5 {
625
- @apply p-1.5 !important;
846
+
847
+ .ds-my-2 {
848
+ @apply my-2 !important;
626
849
  }
627
- .govgr-p-2.5 {
628
- @apply p-2.5 !important;
850
+
851
+ .ds-my-3 {
852
+ @apply my-3 !important;
629
853
  }
630
- .govgr-p-3.5 {
631
- @apply p-3.5 !important;
854
+
855
+ .ds-my-4 {
856
+ @apply my-4 !important;
632
857
  }
633
- .govgr-pt-0 {
634
- @apply pt-0 !important;
858
+
859
+ .ds-my-5 {
860
+ @apply my-5 !important;
635
861
  }
636
- .govgr-pt-1 {
637
- @apply pt-1 !important;
862
+
863
+ .ds-my-6 {
864
+ @apply my-6 !important;
638
865
  }
639
- .govgr-pt-2 {
866
+
867
+ .ds-my-7 {
868
+ @apply my-7 !important;
869
+ }
870
+
871
+ .ds-my-8 {
872
+ @apply my-8 !important;
873
+ }
874
+
875
+ .ds-my-9 {
876
+ @apply my-9 !important;
877
+ }
878
+
879
+ .ds-my-10 {
880
+ @apply my-10 !important;
881
+ }
882
+
883
+ .ds-my-11 {
884
+ @apply my-11 !important;
885
+ }
886
+
887
+ .ds-my-12 {
888
+ @apply my-12 !important;
889
+ }
890
+
891
+ .ds-my-14 {
892
+ @apply my-14 !important;
893
+ }
894
+
895
+ .ds-my-16 {
896
+ @apply my-16 !important;
897
+ }
898
+
899
+ .ds-my-20 {
900
+ @apply my-20 !important;
901
+ }
902
+
903
+ .ds-my-24 {
904
+ @apply my-24 !important;
905
+ }
906
+
907
+ .ds-my-28 {
908
+ @apply my-28 !important;
909
+ }
910
+
911
+ .ds-my-32 {
912
+ @apply my-32 !important;
913
+ }
914
+
915
+ .ds-my-36 {
916
+ @apply my-36 !important;
917
+ }
918
+
919
+ .ds-my-40 {
920
+ @apply my-40 !important;
921
+ }
922
+
923
+ .ds-my-44 {
924
+ @apply my-44 !important;
925
+ }
926
+
927
+ .ds-my-48 {
928
+ @apply my-48 !important;
929
+ }
930
+
931
+ .ds-my-52 {
932
+ @apply my-52 !important;
933
+ }
934
+
935
+ .ds-my-56 {
936
+ @apply my-56 !important;
937
+ }
938
+
939
+ .ds-my-60 {
940
+ @apply my-60 !important;
941
+ }
942
+
943
+ .ds-my-64 {
944
+ @apply my-64 !important;
945
+ }
946
+
947
+ .ds-my-72 {
948
+ @apply my-72 !important;
949
+ }
950
+
951
+ .ds-my-80 {
952
+ @apply my-80 !important;
953
+ }
954
+
955
+ .ds-my-96 {
956
+ @apply my-96 !important;
957
+ }
958
+
959
+ .ds-my-0\.5 {
960
+ @apply my-0.5 !important;
961
+ }
962
+
963
+ .ds-my-1\.5 {
964
+ @apply my-1.5 !important;
965
+ }
966
+
967
+ .ds-my-2\.5 {
968
+ @apply my-2.5 !important;
969
+ }
970
+
971
+ .ds-my-3\.5 {
972
+ @apply my-3.5 !important;
973
+ }
974
+
975
+ .ds-p-0 {
976
+ @apply p-0 !important;
977
+ }
978
+
979
+ .ds-p-1 {
980
+ @apply p-1 !important;
981
+ }
982
+
983
+ .ds-p-2 {
984
+ @apply p-2 !important;
985
+ }
986
+
987
+ .ds-p-3 {
988
+ @apply p-3 !important;
989
+ }
990
+
991
+ .ds-p-4 {
992
+ @apply p-4 !important;
993
+ }
994
+
995
+ .ds-p-5 {
996
+ @apply p-5 !important;
997
+ }
998
+
999
+ .ds-p-6 {
1000
+ @apply p-6 !important;
1001
+ }
1002
+
1003
+ .ds-p-7 {
1004
+ @apply p-7 !important;
1005
+ }
1006
+
1007
+ .ds-p-8 {
1008
+ @apply p-8 !important;
1009
+ }
1010
+
1011
+ .ds-p-9 {
1012
+ @apply p-9 !important;
1013
+ }
1014
+
1015
+ .ds-p-10 {
1016
+ @apply p-10 !important;
1017
+ }
1018
+
1019
+ .ds-p-11 {
1020
+ @apply p-11 !important;
1021
+ }
1022
+
1023
+ .ds-p-12 {
1024
+ @apply p-12 !important;
1025
+ }
1026
+
1027
+ .ds-p-14 {
1028
+ @apply p-14 !important;
1029
+ }
1030
+
1031
+ .ds-p-16 {
1032
+ @apply p-16 !important;
1033
+ }
1034
+
1035
+ .ds-p-20 {
1036
+ @apply p-20 !important;
1037
+ }
1038
+
1039
+ .ds-p-24 {
1040
+ @apply p-24 !important;
1041
+ }
1042
+
1043
+ .ds-p-28 {
1044
+ @apply p-28 !important;
1045
+ }
1046
+
1047
+ .ds-p-32 {
1048
+ @apply p-32 !important;
1049
+ }
1050
+
1051
+ .ds-p-36 {
1052
+ @apply p-36 !important;
1053
+ }
1054
+
1055
+ .ds-p-40 {
1056
+ @apply p-40 !important;
1057
+ }
1058
+
1059
+ .ds-p-44 {
1060
+ @apply p-44 !important;
1061
+ }
1062
+
1063
+ .ds-p-48 {
1064
+ @apply p-48 !important;
1065
+ }
1066
+
1067
+ .ds-p-52 {
1068
+ @apply p-52 !important;
1069
+ }
1070
+
1071
+ .ds-p-56 {
1072
+ @apply p-56 !important;
1073
+ }
1074
+
1075
+ .ds-p-60 {
1076
+ @apply p-60 !important;
1077
+ }
1078
+
1079
+ .ds-p-64 {
1080
+ @apply p-64 !important;
1081
+ }
1082
+
1083
+ .ds-p-72 {
1084
+ @apply p-72 !important;
1085
+ }
1086
+
1087
+ .ds-p-80 {
1088
+ @apply p-80 !important;
1089
+ }
1090
+
1091
+ .ds-p-96 {
1092
+ @apply p-96 !important;
1093
+ }
1094
+
1095
+ .ds-p-px {
1096
+ @apply p-px !important;
1097
+ }
1098
+
1099
+ .ds-p-0\.5 {
1100
+ @apply p-0.5 !important;
1101
+ }
1102
+
1103
+ .ds-p-1\.5 {
1104
+ @apply p-1.5 !important;
1105
+ }
1106
+
1107
+ .ds-p-2\.5 {
1108
+ @apply p-2.5 !important;
1109
+ }
1110
+
1111
+ .ds-p-3\.5 {
1112
+ @apply p-3.5 !important;
1113
+ }
1114
+
1115
+ .ds-pt-0 {
1116
+ @apply pt-0 !important;
1117
+ }
1118
+
1119
+ .ds-pt-1 {
1120
+ @apply pt-1 !important;
1121
+ }
1122
+
1123
+ .ds-pt-2 {
640
1124
  @apply pt-2 !important;
641
1125
  }
642
- .govgr-pt-3 {
1126
+
1127
+ .ds-pt-3 {
643
1128
  @apply pt-3 !important;
644
1129
  }
645
- .govgr-pt-4 {
1130
+
1131
+ .ds-pt-4 {
646
1132
  @apply pt-4 !important;
647
1133
  }
648
- .govgr-pt-5 {
1134
+
1135
+ .ds-pt-5 {
649
1136
  @apply pt-5 !important;
650
1137
  }
651
- .govgr-pt-6 {
1138
+
1139
+ .ds-pt-6 {
652
1140
  @apply pt-6 !important;
653
1141
  }
654
- .govgr-pt-7 {
1142
+
1143
+ .ds-pt-7 {
655
1144
  @apply pt-7 !important;
656
1145
  }
657
- .govgr-pt-8 {
1146
+
1147
+ .ds-pt-8 {
658
1148
  @apply pt-8 !important;
659
1149
  }
660
- .govgr-pt-9 {
1150
+
1151
+ .ds-pt-9 {
661
1152
  @apply pt-9 !important;
662
1153
  }
663
- .govgr-pt-10 {
1154
+
1155
+ .ds-pt-10 {
664
1156
  @apply pt-10 !important;
665
1157
  }
666
- .govgr-pt-11 {
1158
+
1159
+ .ds-pt-11 {
667
1160
  @apply pt-11 !important;
668
1161
  }
669
- .govgr-pt-12 {
1162
+
1163
+ .ds-pt-12 {
670
1164
  @apply pt-12 !important;
671
1165
  }
672
- .govgr-pt-14 {
1166
+
1167
+ .ds-pt-14 {
673
1168
  @apply pt-14 !important;
674
1169
  }
675
- .govgr-pt-16 {
1170
+
1171
+ .ds-pt-16 {
676
1172
  @apply pt-16 !important;
677
1173
  }
678
- .govgr-pt-20 {
1174
+
1175
+ .ds-pt-20 {
679
1176
  @apply pt-20 !important;
680
1177
  }
681
- .govgr-pt-24 {
1178
+
1179
+ .ds-pt-24 {
682
1180
  @apply pt-24 !important;
683
1181
  }
684
- .govgr-pt-28 {
1182
+
1183
+ .ds-pt-28 {
685
1184
  @apply pt-28 !important;
686
1185
  }
687
- .govgr-pt-32 {
1186
+
1187
+ .ds-pt-32 {
688
1188
  @apply pt-32 !important;
689
1189
  }
690
- .govgr-pt-36 {
1190
+
1191
+ .ds-pt-36 {
691
1192
  @apply pt-36 !important;
692
1193
  }
693
- .govgr-pt-40 {
1194
+
1195
+ .ds-pt-40 {
694
1196
  @apply pt-40 !important;
695
1197
  }
696
- .govgr-pt-44 {
1198
+
1199
+ .ds-pt-44 {
697
1200
  @apply pt-44 !important;
698
1201
  }
699
- .govgr-pt-48 {
1202
+
1203
+ .ds-pt-48 {
700
1204
  @apply pt-48 !important;
701
1205
  }
702
- .govgr-pt-52 {
1206
+
1207
+ .ds-pt-52 {
703
1208
  @apply pt-52 !important;
704
1209
  }
705
- .govgr-pt-56 {
1210
+
1211
+ .ds-pt-56 {
706
1212
  @apply pt-56 !important;
707
1213
  }
708
- .govgr-pt-60 {
1214
+
1215
+ .ds-pt-60 {
709
1216
  @apply pt-60 !important;
710
1217
  }
711
- .govgr-pt-64 {
1218
+
1219
+ .ds-pt-64 {
712
1220
  @apply pt-64 !important;
713
1221
  }
714
- .govgr-pt-72 {
1222
+
1223
+ .ds-pt-72 {
715
1224
  @apply pt-72 !important;
716
1225
  }
717
- .govgr-pt-80 {
1226
+
1227
+ .ds-pt-80 {
718
1228
  @apply pt-80 !important;
719
1229
  }
720
- .govgr-pt-96 {
1230
+
1231
+ .ds-pt-96 {
721
1232
  @apply pt-96 !important;
722
1233
  }
723
- .govgr-pt-px {
1234
+
1235
+ .ds-pt-px {
724
1236
  @apply pt-px !important;
725
1237
  }
726
- .govgr-pt-0.5 {
1238
+
1239
+ .ds-pt-0\.5 {
727
1240
  @apply pt-0.5 !important;
728
1241
  }
729
- .govgr-pt-1.5 {
1242
+
1243
+ .ds-pt-1\.5 {
730
1244
  @apply pt-1.5 !important;
731
1245
  }
732
- .govgr-pt-2.5 {
1246
+
1247
+ .ds-pt-2\.5 {
733
1248
  @apply pt-2.5 !important;
734
1249
  }
735
- .govgr-pt-3.5 {
1250
+
1251
+ .ds-pt-3\.5 {
736
1252
  @apply pt-3.5 !important;
737
1253
  }
738
- .govgr-pr-0 {
1254
+
1255
+ .ds-pr-0 {
739
1256
  @apply pr-0 !important;
740
1257
  }
741
- .govgr-pr-1 {
1258
+
1259
+ .ds-pr-1 {
742
1260
  @apply pr-1 !important;
743
1261
  }
744
- .govgr-pr-2 {
1262
+
1263
+ .ds-pr-2 {
745
1264
  @apply pr-2 !important;
746
1265
  }
747
- .govgr-pr-3 {
1266
+
1267
+ .ds-pr-3 {
748
1268
  @apply pr-3 !important;
749
1269
  }
750
- .govgr-pr-4 {
1270
+
1271
+ .ds-pr-4 {
751
1272
  @apply pr-4 !important;
752
1273
  }
753
- .govgr-pr-5 {
1274
+
1275
+ .ds-pr-5 {
754
1276
  @apply pr-5 !important;
755
1277
  }
756
- .govgr-pr-6 {
1278
+
1279
+ .ds-pr-6 {
757
1280
  @apply pr-6 !important;
758
1281
  }
759
- .govgr-pr-7 {
1282
+
1283
+ .ds-pr-7 {
760
1284
  @apply pr-7 !important;
761
1285
  }
762
- .govgr-pr-8 {
1286
+
1287
+ .ds-pr-8 {
763
1288
  @apply pr-8 !important;
764
1289
  }
765
- .govgr-pr-9 {
1290
+
1291
+ .ds-pr-9 {
766
1292
  @apply pr-9 !important;
767
1293
  }
768
- .govgr-pr-10 {
1294
+
1295
+ .ds-pr-10 {
769
1296
  @apply pr-10 !important;
770
1297
  }
771
- .govgr-pr-11 {
1298
+
1299
+ .ds-pr-11 {
772
1300
  @apply pr-11 !important;
773
1301
  }
774
- .govgr-pr-12 {
1302
+
1303
+ .ds-pr-12 {
775
1304
  @apply pr-12 !important;
776
1305
  }
777
- .govgr-pr-14 {
1306
+
1307
+ .ds-pr-14 {
778
1308
  @apply pr-14 !important;
779
1309
  }
780
- .govgr-pr-16 {
1310
+
1311
+ .ds-pr-16 {
781
1312
  @apply pr-16 !important;
782
1313
  }
783
- .govgr-pr-20 {
1314
+
1315
+ .ds-pr-20 {
784
1316
  @apply pr-20 !important;
785
1317
  }
786
- .govgr-pr-24 {
1318
+
1319
+ .ds-pr-24 {
787
1320
  @apply pr-24 !important;
788
1321
  }
789
- .govgr-pr-28 {
1322
+
1323
+ .ds-pr-28 {
790
1324
  @apply pr-28 !important;
791
1325
  }
792
- .govgr-pr-32 {
1326
+
1327
+ .ds-pr-32 {
793
1328
  @apply pr-32 !important;
794
1329
  }
795
- .govgr-pr-36 {
1330
+
1331
+ .ds-pr-36 {
796
1332
  @apply pr-36 !important;
797
1333
  }
798
- .govgr-pr-40 {
1334
+
1335
+ .ds-pr-40 {
799
1336
  @apply pr-40 !important;
800
1337
  }
801
- .govgr-pr-44 {
1338
+
1339
+ .ds-pr-44 {
802
1340
  @apply pr-44 !important;
803
1341
  }
804
- .govgr-pr-48 {
1342
+
1343
+ .ds-pr-48 {
805
1344
  @apply pr-48 !important;
806
1345
  }
807
- .govgr-pr-52 {
1346
+
1347
+ .ds-pr-52 {
808
1348
  @apply pr-52 !important;
809
1349
  }
810
- .govgr-pr-56 {
1350
+
1351
+ .ds-pr-56 {
811
1352
  @apply pr-56 !important;
812
1353
  }
813
- .govgr-pr-60 {
1354
+
1355
+ .ds-pr-60 {
814
1356
  @apply pr-60 !important;
815
1357
  }
816
- .govgr-pr-64 {
1358
+
1359
+ .ds-pr-64 {
817
1360
  @apply pr-64 !important;
818
1361
  }
819
- .govgr-pr-72 {
1362
+
1363
+ .ds-pr-72 {
820
1364
  @apply pr-72 !important;
821
1365
  }
822
- .govgr-pr-80 {
1366
+
1367
+ .ds-pr-80 {
823
1368
  @apply pr-80 !important;
824
1369
  }
825
- .govgr-pr-96 {
1370
+
1371
+ .ds-pr-96 {
826
1372
  @apply pr-96 !important;
827
1373
  }
828
- .govgr-pr-px {
1374
+
1375
+ .ds-pr-px {
829
1376
  @apply pr-px !important;
830
1377
  }
831
- .govgr-pr-0.5 {
1378
+
1379
+ .ds-pr-0\.5 {
832
1380
  @apply pr-0.5 !important;
833
1381
  }
834
- .govgr-pr-1.5 {
1382
+
1383
+ .ds-pr-1\.5 {
835
1384
  @apply pr-1.5 !important;
836
1385
  }
837
- .govgr-pr-2.5 {
838
- @apply pr-2.5 !important;
1386
+
1387
+ .ds-pr-2\.5 {
1388
+ @apply pr-2.5 !important;
1389
+ }
1390
+
1391
+ .ds-pr-3\.5 {
1392
+ @apply pr-3.5 !important;
1393
+ }
1394
+
1395
+ .ds-pl-0 {
1396
+ @apply pl-0 !important;
1397
+ }
1398
+
1399
+ .ds-pl-1 {
1400
+ @apply pl-1 !important;
1401
+ }
1402
+
1403
+ .ds-pl-2 {
1404
+ @apply pl-2 !important;
1405
+ }
1406
+
1407
+ .ds-pl-3 {
1408
+ @apply pl-3 !important;
1409
+ }
1410
+
1411
+ .ds-pl-4 {
1412
+ @apply pl-4 !important;
1413
+ }
1414
+
1415
+ .ds-pl-5 {
1416
+ @apply pl-5 !important;
1417
+ }
1418
+
1419
+ .ds-pl-6 {
1420
+ @apply pl-6 !important;
1421
+ }
1422
+
1423
+ .ds-pl-7 {
1424
+ @apply pl-7 !important;
1425
+ }
1426
+
1427
+ .ds-pl-8 {
1428
+ @apply pl-8 !important;
1429
+ }
1430
+
1431
+ .ds-pl-9 {
1432
+ @apply pl-9 !important;
1433
+ }
1434
+
1435
+ .ds-pl-10 {
1436
+ @apply pl-10 !important;
1437
+ }
1438
+
1439
+ .ds-pl-11 {
1440
+ @apply pl-11 !important;
1441
+ }
1442
+
1443
+ .ds-pl-12 {
1444
+ @apply pl-12 !important;
1445
+ }
1446
+
1447
+ .ds-pl-14 {
1448
+ @apply pl-14 !important;
1449
+ }
1450
+
1451
+ .ds-pl-16 {
1452
+ @apply pl-16 !important;
1453
+ }
1454
+
1455
+ .ds-pl-20 {
1456
+ @apply pl-20 !important;
1457
+ }
1458
+
1459
+ .ds-pl-24 {
1460
+ @apply pl-24 !important;
1461
+ }
1462
+
1463
+ .ds-pl-28 {
1464
+ @apply pl-28 !important;
1465
+ }
1466
+
1467
+ .ds-pl-32 {
1468
+ @apply pl-32 !important;
1469
+ }
1470
+
1471
+ .ds-pl-36 {
1472
+ @apply pl-36 !important;
1473
+ }
1474
+
1475
+ .ds-pl-40 {
1476
+ @apply pl-40 !important;
1477
+ }
1478
+
1479
+ .ds-pl-44 {
1480
+ @apply pl-44 !important;
1481
+ }
1482
+
1483
+ .ds-pl-48 {
1484
+ @apply pl-48 !important;
1485
+ }
1486
+
1487
+ .ds-pl-52 {
1488
+ @apply pl-52 !important;
1489
+ }
1490
+
1491
+ .ds-pl-56 {
1492
+ @apply pl-56 !important;
1493
+ }
1494
+
1495
+ .ds-pl-60 {
1496
+ @apply pl-60 !important;
1497
+ }
1498
+
1499
+ .ds-pl-64 {
1500
+ @apply pl-64 !important;
1501
+ }
1502
+
1503
+ .ds-pl-72 {
1504
+ @apply pl-72 !important;
1505
+ }
1506
+
1507
+ .ds-pl-80 {
1508
+ @apply pl-80 !important;
1509
+ }
1510
+
1511
+ .ds-pl-96 {
1512
+ @apply pl-96 !important;
1513
+ }
1514
+
1515
+ .ds-pl-px {
1516
+ @apply pl-px !important;
1517
+ }
1518
+
1519
+ .ds-pl-0\.5 {
1520
+ @apply pl-0.5 !important;
1521
+ }
1522
+
1523
+ .ds-pl-1\.5 {
1524
+ @apply pl-1.5 !important;
1525
+ }
1526
+
1527
+ .ds-pl-2\.5 {
1528
+ @apply pl-2.5 !important;
1529
+ }
1530
+
1531
+ .ds-pl-3\.5 {
1532
+ @apply pl-3.5 !important;
1533
+ }
1534
+
1535
+ .ds-pb-0 {
1536
+ @apply pb-0 !important;
1537
+ }
1538
+
1539
+ .ds-pb-1 {
1540
+ @apply pb-1 !important;
1541
+ }
1542
+
1543
+ .ds-pb-2 {
1544
+ @apply pb-2 !important;
1545
+ }
1546
+
1547
+ .ds-pb-3 {
1548
+ @apply pb-3 !important;
1549
+ }
1550
+
1551
+ .ds-pb-4 {
1552
+ @apply pb-4 !important;
1553
+ }
1554
+
1555
+ .ds-pb-5 {
1556
+ @apply pb-5 !important;
1557
+ }
1558
+
1559
+ .ds-pb-6 {
1560
+ @apply pb-6 !important;
1561
+ }
1562
+
1563
+ .ds-pb-7 {
1564
+ @apply pb-7 !important;
1565
+ }
1566
+
1567
+ .ds-pb-8 {
1568
+ @apply pb-8 !important;
1569
+ }
1570
+
1571
+ .ds-pb-9 {
1572
+ @apply pb-9 !important;
1573
+ }
1574
+
1575
+ .ds-pb-10 {
1576
+ @apply pb-10 !important;
1577
+ }
1578
+
1579
+ .ds-pb-11 {
1580
+ @apply pb-11 !important;
1581
+ }
1582
+
1583
+ .ds-pb-12 {
1584
+ @apply pb-12 !important;
1585
+ }
1586
+
1587
+ .ds-pb-14 {
1588
+ @apply pb-14 !important;
1589
+ }
1590
+
1591
+ .ds-pb-16 {
1592
+ @apply pb-16 !important;
1593
+ }
1594
+
1595
+ .ds-pb-20 {
1596
+ @apply pb-20 !important;
1597
+ }
1598
+
1599
+ .ds-pb-24 {
1600
+ @apply pb-24 !important;
1601
+ }
1602
+
1603
+ .ds-pb-28 {
1604
+ @apply pb-28 !important;
1605
+ }
1606
+
1607
+ .ds-pb-32 {
1608
+ @apply pb-32 !important;
1609
+ }
1610
+
1611
+ .ds-pb-36 {
1612
+ @apply pb-36 !important;
1613
+ }
1614
+
1615
+ .ds-pb-40 {
1616
+ @apply pb-40 !important;
1617
+ }
1618
+
1619
+ .ds-pb-44 {
1620
+ @apply pb-44 !important;
1621
+ }
1622
+
1623
+ .ds-pb-48 {
1624
+ @apply pb-48 !important;
1625
+ }
1626
+
1627
+ .ds-pb-52 {
1628
+ @apply pb-52 !important;
1629
+ }
1630
+
1631
+ .ds-pb-56 {
1632
+ @apply pb-56 !important;
1633
+ }
1634
+
1635
+ .ds-pb-60 {
1636
+ @apply pb-60 !important;
1637
+ }
1638
+
1639
+ .ds-pb-64 {
1640
+ @apply pb-64 !important;
1641
+ }
1642
+
1643
+ .ds-pb-72 {
1644
+ @apply pb-72 !important;
1645
+ }
1646
+
1647
+ .ds-pb-80 {
1648
+ @apply pb-80 !important;
1649
+ }
1650
+
1651
+ .ds-pb-96 {
1652
+ @apply pb-96 !important;
1653
+ }
1654
+
1655
+ .ds-pb-px {
1656
+ @apply pb-px !important;
1657
+ }
1658
+
1659
+ .ds-pb-0\.5 {
1660
+ @apply pb-0.5 !important;
1661
+ }
1662
+
1663
+ .ds-pb-1\.5 {
1664
+ @apply pb-1.5 !important;
839
1665
  }
840
- .govgr-pr-3.5 {
841
- @apply pr-3.5 !important;
1666
+
1667
+ .ds-pb-2\.5 {
1668
+ @apply pb-2.5 !important;
842
1669
  }
843
- .govgr-pl-0 {
844
- @apply pl-0 !important;
1670
+
1671
+ .ds-pb-3\.5 {
1672
+ @apply pb-3.5 !important;
845
1673
  }
846
- .govgr-pl-1 {
847
- @apply pl-1 !important;
1674
+
1675
+ .ds-px-0 {
1676
+ @apply px-0 !important;
848
1677
  }
849
- .govgr-pl-2 {
850
- @apply pl-2 !important;
1678
+
1679
+ .ds-px-1 {
1680
+ @apply px-1 !important;
851
1681
  }
852
- .govgr-pl-3 {
853
- @apply pl-3 !important;
1682
+
1683
+ .ds-px-2 {
1684
+ @apply px-2 !important;
854
1685
  }
855
- .govgr-pl-4 {
856
- @apply pl-4 !important;
1686
+
1687
+ .ds-px-3 {
1688
+ @apply px-3 !important;
857
1689
  }
858
- .govgr-pl-5 {
859
- @apply pl-5 !important;
1690
+
1691
+ .ds-px-4 {
1692
+ @apply px-4 !important;
860
1693
  }
861
- .govgr-pl-6 {
862
- @apply pl-6 !important;
1694
+
1695
+ .ds-px-5 {
1696
+ @apply px-5 !important;
863
1697
  }
864
- .govgr-pl-7 {
865
- @apply pl-7 !important;
1698
+
1699
+ .ds-px-6 {
1700
+ @apply px-6 !important;
866
1701
  }
867
- .govgr-pl-8 {
868
- @apply pl-8 !important;
1702
+
1703
+ .ds-px-7 {
1704
+ @apply px-7 !important;
869
1705
  }
870
- .govgr-pl-9 {
871
- @apply pl-9 !important;
1706
+
1707
+ .ds-px-8 {
1708
+ @apply px-8 !important;
872
1709
  }
873
- .govgr-pl-10 {
874
- @apply pl-10 !important;
1710
+
1711
+ .ds-px-9 {
1712
+ @apply px-9 !important;
875
1713
  }
876
- .govgr-pl-11 {
877
- @apply pl-11 !important;
1714
+
1715
+ .ds-px-10 {
1716
+ @apply px-10 !important;
878
1717
  }
879
- .govgr-pl-12 {
880
- @apply pl-12 !important;
1718
+
1719
+ .ds-px-11 {
1720
+ @apply px-11 !important;
881
1721
  }
882
- .govgr-pl-14 {
883
- @apply pl-14 !important;
1722
+
1723
+ .ds-px-12 {
1724
+ @apply px-12 !important;
884
1725
  }
885
- .govgr-pl-16 {
886
- @apply pl-16 !important;
1726
+
1727
+ .ds-px-14 {
1728
+ @apply px-14 !important;
887
1729
  }
888
- .govgr-pl-20 {
889
- @apply pl-20 !important;
1730
+
1731
+ .ds-px-16 {
1732
+ @apply px-16 !important;
890
1733
  }
891
- .govgr-pl-24 {
892
- @apply pl-24 !important;
1734
+
1735
+ .ds-px-20 {
1736
+ @apply px-20 !important;
893
1737
  }
894
- .govgr-pl-28 {
895
- @apply pl-28 !important;
1738
+
1739
+ .ds-px-24 {
1740
+ @apply px-24 !important;
896
1741
  }
897
- .govgr-pl-32 {
898
- @apply pl-32 !important;
1742
+
1743
+ .ds-px-28 {
1744
+ @apply px-28 !important;
899
1745
  }
900
- .govgr-pl-36 {
901
- @apply pl-36 !important;
1746
+
1747
+ .ds-px-32 {
1748
+ @apply px-32 !important;
902
1749
  }
903
- .govgr-pl-40 {
904
- @apply pl-40 !important;
1750
+
1751
+ .ds-px-36 {
1752
+ @apply px-36 !important;
905
1753
  }
906
- .govgr-pl-44 {
907
- @apply pl-44 !important;
1754
+
1755
+ .ds-px-40 {
1756
+ @apply px-40 !important;
908
1757
  }
909
- .govgr-pl-48 {
910
- @apply pl-48 !important;
1758
+
1759
+ .ds-px-44 {
1760
+ @apply px-44 !important;
911
1761
  }
912
- .govgr-pl-52 {
913
- @apply pl-52 !important;
1762
+
1763
+ .ds-px-48 {
1764
+ @apply px-48 !important;
914
1765
  }
915
- .govgr-pl-56 {
916
- @apply pl-56 !important;
1766
+
1767
+ .ds-px-52 {
1768
+ @apply px-52 !important;
917
1769
  }
918
- .govgr-pl-60 {
919
- @apply pl-60 !important;
1770
+
1771
+ .ds-px-56 {
1772
+ @apply px-56 !important;
920
1773
  }
921
- .govgr-pl-64 {
922
- @apply pl-64 !important;
1774
+
1775
+ .ds-px-60 {
1776
+ @apply px-60 !important;
923
1777
  }
924
- .govgr-pl-72 {
925
- @apply pl-72 !important;
1778
+
1779
+ .ds-px-64 {
1780
+ @apply px-64 !important;
926
1781
  }
927
- .govgr-pl-80 {
928
- @apply pl-80 !important;
1782
+
1783
+ .ds-px-72 {
1784
+ @apply px-72 !important;
929
1785
  }
930
- .govgr-pl-96 {
931
- @apply pl-96 !important;
1786
+
1787
+ .ds-px-80 {
1788
+ @apply px-80 !important;
932
1789
  }
933
- .govgr-pl-px {
934
- @apply pl-px !important;
1790
+
1791
+ .ds-px-96 {
1792
+ @apply px-96 !important;
935
1793
  }
936
- .govgr-pl-0.5 {
937
- @apply pl-0.5 !important;
1794
+
1795
+ .ds-px-0\.5 {
1796
+ @apply px-0.5 !important;
938
1797
  }
939
- .govgr-pl-1.5 {
940
- @apply pl-1.5 !important;
1798
+
1799
+ .ds-px-1\.5 {
1800
+ @apply px-1.5 !important;
941
1801
  }
942
- .govgr-pl-2.5 {
943
- @apply pl-2.5 !important;
1802
+
1803
+ .ds-px-2\.5 {
1804
+ @apply px-2.5 !important;
944
1805
  }
945
- .govgr-pl-3.5 {
946
- @apply pl-3.5 !important;
1806
+
1807
+ .ds-px-3\.5 {
1808
+ @apply px-3.5 !important;
947
1809
  }
948
- .govgr-pb-0 {
949
- @apply pb-0 !important;
1810
+
1811
+ .ds-py-0 {
1812
+ @apply py-0 !important;
950
1813
  }
951
- .govgr-pb-1 {
952
- @apply pb-1 !important;
1814
+
1815
+ .ds-py-1 {
1816
+ @apply py-1 !important;
953
1817
  }
954
- .govgr-pb-2 {
955
- @apply pb-2 !important;
1818
+
1819
+ .ds-py-2 {
1820
+ @apply py-2 !important;
956
1821
  }
957
- .govgr-pb-3 {
958
- @apply pb-3 !important;
1822
+
1823
+ .ds-py-3 {
1824
+ @apply py-3 !important;
959
1825
  }
960
- .govgr-pb-4 {
961
- @apply pb-4 !important;
1826
+
1827
+ .ds-py-4 {
1828
+ @apply py-4 !important;
962
1829
  }
963
- .govgr-pb-5 {
964
- @apply pb-5 !important;
1830
+
1831
+ .ds-py-5 {
1832
+ @apply py-5 !important;
965
1833
  }
966
- .govgr-pb-6 {
967
- @apply pb-6 !important;
1834
+
1835
+ .ds-py-6 {
1836
+ @apply py-6 !important;
968
1837
  }
969
- .govgr-pb-7 {
970
- @apply pb-7 !important;
1838
+
1839
+ .ds-py-7 {
1840
+ @apply py-7 !important;
971
1841
  }
972
- .govgr-pb-8 {
973
- @apply pb-8 !important;
1842
+
1843
+ .ds-py-8 {
1844
+ @apply py-8 !important;
974
1845
  }
975
- .govgr-pb-9 {
976
- @apply pb-9 !important;
1846
+
1847
+ .ds-py-9 {
1848
+ @apply py-9 !important;
977
1849
  }
978
- .govgr-pb-10 {
979
- @apply pb-10 !important;
1850
+
1851
+ .ds-py-10 {
1852
+ @apply py-10 !important;
980
1853
  }
981
- .govgr-pb-11 {
982
- @apply pb-11 !important;
1854
+
1855
+ .ds-py-11 {
1856
+ @apply py-11 !important;
983
1857
  }
984
- .govgr-pb-12 {
985
- @apply pb-12 !important;
1858
+
1859
+ .ds-py-12 {
1860
+ @apply py-12 !important;
986
1861
  }
987
- .govgr-pb-14 {
988
- @apply pb-14 !important;
1862
+
1863
+ .ds-py-14 {
1864
+ @apply py-14 !important;
989
1865
  }
990
- .govgr-pb-16 {
991
- @apply pb-16 !important;
1866
+
1867
+ .ds-py-16 {
1868
+ @apply py-16 !important;
992
1869
  }
993
- .govgr-pb-20 {
994
- @apply pb-20 !important;
1870
+
1871
+ .ds-py-20 {
1872
+ @apply py-20 !important;
995
1873
  }
996
- .govgr-pb-24 {
997
- @apply pb-24 !important;
1874
+
1875
+ .ds-py-24 {
1876
+ @apply py-24 !important;
998
1877
  }
999
- .govgr-pb-28 {
1000
- @apply pb-28 !important;
1878
+
1879
+ .ds-py-28 {
1880
+ @apply py-28 !important;
1001
1881
  }
1002
- .govgr-pb-32 {
1003
- @apply pb-32 !important;
1882
+
1883
+ .ds-py-32 {
1884
+ @apply py-32 !important;
1004
1885
  }
1005
- .govgr-pb-36 {
1006
- @apply pb-36 !important;
1886
+
1887
+ .ds-py-36 {
1888
+ @apply py-36 !important;
1007
1889
  }
1008
- .govgr-pb-40 {
1009
- @apply pb-40 !important;
1890
+
1891
+ .ds-py-40 {
1892
+ @apply py-40 !important;
1010
1893
  }
1011
- .govgr-pb-44 {
1012
- @apply pb-44 !important;
1894
+
1895
+ .ds-py-44 {
1896
+ @apply py-44 !important;
1013
1897
  }
1014
- .govgr-pb-48 {
1015
- @apply pb-48 !important;
1898
+
1899
+ .ds-py-48 {
1900
+ @apply py-48 !important;
1016
1901
  }
1017
- .govgr-pb-52 {
1018
- @apply pb-52 !important;
1902
+
1903
+ .ds-py-52 {
1904
+ @apply py-52 !important;
1019
1905
  }
1020
- .govgr-pb-56 {
1021
- @apply pb-56 !important;
1906
+
1907
+ .ds-py-56 {
1908
+ @apply py-56 !important;
1022
1909
  }
1023
- .govgr-pb-60 {
1024
- @apply pb-60 !important;
1910
+
1911
+ .ds-py-60 {
1912
+ @apply py-60 !important;
1025
1913
  }
1026
- .govgr-pb-64 {
1027
- @apply pb-64 !important;
1914
+
1915
+ .ds-py-64 {
1916
+ @apply py-64 !important;
1028
1917
  }
1029
- .govgr-pb-72 {
1030
- @apply pb-72 !important;
1918
+
1919
+ .ds-py-72 {
1920
+ @apply py-72 !important;
1031
1921
  }
1032
- .govgr-pb-80 {
1033
- @apply pb-80 !important;
1922
+
1923
+ .ds-py-80 {
1924
+ @apply py-80 !important;
1034
1925
  }
1035
- .govgr-pb-96 {
1036
- @apply pb-96 !important;
1926
+
1927
+ .ds-py-96 {
1928
+ @apply py-96 !important;
1037
1929
  }
1038
- .govgr-pb-px {
1039
- @apply pb-px !important;
1930
+
1931
+ .ds-py-0\.5 {
1932
+ @apply py-0.5 !important;
1040
1933
  }
1041
- .govgr-pb-0.5 {
1042
- @apply pb-0.5 !important;
1934
+
1935
+ .ds-py-1\.5 {
1936
+ @apply py-1.5 !important;
1043
1937
  }
1044
- .govgr-pb-1.5 {
1045
- @apply pb-1.5 !important;
1938
+
1939
+ .ds-py-2\.5 {
1940
+ @apply py-2.5 !important;
1046
1941
  }
1047
- .govgr-pb-2.5 {
1048
- @apply pb-2.5 !important;
1942
+
1943
+ .ds-py-3\.5 {
1944
+ @apply py-3.5 !important;
1049
1945
  }
1050
- .govgr-pb-3.5 {
1051
- @apply pb-3.5 !important;
1946
+
1947
+ .ds-grid {
1948
+ @apply grid grid-cols-12;
1052
1949
  }
1053
- .govgr-grid-inline {
1950
+
1951
+ .ds-grid-inline {
1054
1952
  @apply inline-grid;
1055
1953
  }
1056
- .govgr-grid {
1057
- @apply grid grid-cols-12;
1058
- }
1059
- .govgr-grid__col-auto {
1954
+
1955
+ .ds-grid__col-auto {
1060
1956
  @apply col-auto;
1061
1957
  }
1062
- .govgr-grid__col-span-1 {
1958
+
1959
+ .xs\:ds-grid__col-span-1,
1960
+ .ds-grid__col-span-1 {
1063
1961
  @apply col-span-1;
1064
1962
  }
1065
- .govgr-grid__col-span-2 {
1963
+
1964
+ .xs\:ds-grid__col-span-2,
1965
+ .ds-grid__col-span-2 {
1066
1966
  @apply col-span-2;
1067
1967
  }
1068
- .govgr-grid__col-span-3 {
1968
+
1969
+ .xs\:ds-grid__col-span-3,
1970
+ .ds-grid__col-span-3 {
1069
1971
  @apply col-span-3;
1070
1972
  }
1071
- .govgr-grid__col-span-4 {
1973
+
1974
+ .xs\:ds-grid__col-span-4,
1975
+ .ds-grid__col-span-4 {
1072
1976
  @apply col-span-4;
1073
1977
  }
1074
- .govgr-grid__col-span-5 {
1978
+
1979
+ .xs\:ds-grid__col-span-5,
1980
+ .ds-grid__col-span-5 {
1075
1981
  @apply col-span-5;
1076
1982
  }
1077
- .govgr-grid__col-span-6 {
1983
+
1984
+ .xs\:ds-grid__col-span-6,
1985
+ .ds-grid__col-span-6 {
1078
1986
  @apply col-span-6;
1079
1987
  }
1080
- .govgr-grid__col-span-7 {
1988
+
1989
+ .xs\:ds-grid__col-span-7,
1990
+ .ds-grid__col-span-7 {
1081
1991
  @apply col-span-7;
1082
1992
  }
1083
- .govgr-grid__col-span-8 {
1993
+
1994
+ .xs\:ds-grid__col-span-8,
1995
+ .ds-grid__col-span-8 {
1084
1996
  @apply col-span-8;
1085
1997
  }
1086
- .govgr-grid__col-span-9 {
1998
+
1999
+ .xs\:ds-grid__col-span-9,
2000
+ .ds-grid__col-span-9 {
1087
2001
  @apply col-span-9;
1088
2002
  }
1089
- .govgr-grid__col-span-10 {
2003
+
2004
+ .xs\:ds-grid__col-span-10,
2005
+ .ds-grid__col-span-10 {
1090
2006
  @apply col-span-10;
1091
2007
  }
1092
- .govgr-grid__col-span-11 {
2008
+
2009
+ .xs\:ds-grid__col-span-11,
2010
+ .ds-grid__col-span-11 {
1093
2011
  @apply col-span-11;
1094
2012
  }
1095
- .govgr-grid__col-span-12 {
2013
+
2014
+ .xs\:ds-grid__col-span-12,
2015
+ .ds-grid__col-span-12 {
1096
2016
  @apply col-span-12;
1097
2017
  }
1098
- .govgr-print-hidden {
2018
+
2019
+ @media (min-width: 640px) {
2020
+ .sm\:ds-grid__col-span-1 {
2021
+ @apply col-span-1;
2022
+ }
2023
+
2024
+ .sm\:ds-grid__col-span-2 {
2025
+ @apply col-span-2;
2026
+ }
2027
+
2028
+ .sm\:ds-grid__col-span-3 {
2029
+ @apply col-span-3;
2030
+ }
2031
+
2032
+ .sm\:ds-grid__col-span-4 {
2033
+ @apply col-span-4;
2034
+ }
2035
+
2036
+ .sm\:ds-grid__col-span-5 {
2037
+ @apply col-span-5;
2038
+ }
2039
+
2040
+ .sm\:ds-grid__col-span-6 {
2041
+ @apply col-span-6;
2042
+ }
2043
+
2044
+ .sm\:ds-grid__col-span-7 {
2045
+ @apply col-span-7;
2046
+ }
2047
+
2048
+ .sm\:ds-grid__col-span-8 {
2049
+ @apply col-span-8;
2050
+ }
2051
+
2052
+ .sm\:ds-grid__col-span-9 {
2053
+ @apply col-span-9;
2054
+ }
2055
+
2056
+ .sm\:ds-grid__col-span-10 {
2057
+ @apply col-span-10;
2058
+ }
2059
+
2060
+ .sm\:ds-grid__col-span-11 {
2061
+ @apply col-span-11;
2062
+ }
2063
+
2064
+ .sm\:ds-grid__col-span-12 {
2065
+ @apply col-span-12;
2066
+ }
2067
+ }
2068
+
2069
+ @media (min-width: 768px) {
2070
+ .md\:ds-grid__col-span-1 {
2071
+ @apply col-span-1;
2072
+ }
2073
+
2074
+ .md\:ds-grid__col-span-2 {
2075
+ @apply col-span-2;
2076
+ }
2077
+
2078
+ .md\:ds-grid__col-span-3 {
2079
+ @apply col-span-3;
2080
+ }
2081
+
2082
+ .md\:ds-grid__col-span-4 {
2083
+ @apply col-span-4;
2084
+ }
2085
+
2086
+ .md\:ds-grid__col-span-5 {
2087
+ @apply col-span-5;
2088
+ }
2089
+
2090
+ .md\:ds-grid__col-span-6 {
2091
+ @apply col-span-6;
2092
+ }
2093
+
2094
+ .md\:ds-grid__col-span-7 {
2095
+ @apply col-span-7;
2096
+ }
2097
+
2098
+ .md\:ds-grid__col-span-8 {
2099
+ @apply col-span-8;
2100
+ }
2101
+
2102
+ .md\:ds-grid__col-span-9 {
2103
+ @apply col-span-9;
2104
+ }
2105
+
2106
+ .md\:ds-grid__col-span-10 {
2107
+ @apply col-span-10;
2108
+ }
2109
+
2110
+ .md\:ds-grid__col-span-11 {
2111
+ @apply col-span-11;
2112
+ }
2113
+
2114
+ .md\:ds-grid__col-span-12 {
2115
+ @apply col-span-12;
2116
+ }
2117
+ }
2118
+
2119
+ @media (min-width: 1024px) {
2120
+ .lg\:ds-grid__col-span-1 {
2121
+ @apply col-span-1;
2122
+ }
2123
+
2124
+ .lg\:ds-grid__col-span-2 {
2125
+ @apply col-span-2;
2126
+ }
2127
+
2128
+ .lg\:ds-grid__col-span-3 {
2129
+ @apply col-span-3;
2130
+ }
2131
+
2132
+ .lg\:ds-grid__col-span-4 {
2133
+ @apply col-span-4;
2134
+ }
2135
+
2136
+ .lg\:ds-grid__col-span-5 {
2137
+ @apply col-span-5;
2138
+ }
2139
+
2140
+ .lg\:ds-grid__col-span-6 {
2141
+ @apply col-span-6;
2142
+ }
2143
+
2144
+ .lg\:ds-grid__col-span-7 {
2145
+ @apply col-span-7;
2146
+ }
2147
+
2148
+ .lg\:ds-grid__col-span-8 {
2149
+ @apply col-span-8;
2150
+ }
2151
+
2152
+ .lg\:ds-grid__col-span-9 {
2153
+ @apply col-span-9;
2154
+ }
2155
+
2156
+ .lg\:ds-grid__col-span-10 {
2157
+ @apply col-span-10;
2158
+ }
2159
+
2160
+ .lg\:ds-grid__col-span-11 {
2161
+ @apply col-span-11;
2162
+ }
2163
+
2164
+ .lg\:ds-grid__col-span-12 {
2165
+ @apply col-span-12;
2166
+ }
2167
+ }
2168
+
2169
+ .ds-print-hidden {
1099
2170
  @apply print:hidden !important;
1100
2171
  }
1101
- .govgr-print-visible-block {
2172
+
2173
+ .ds-print-visible-block {
1102
2174
  @apply print:block !important;
1103
2175
  }
1104
- .govgr-print-visible-inline {
2176
+
2177
+ .ds-print-visible-inline {
1105
2178
  @apply print:inline !important;
1106
2179
  }
1107
- .govgr-gap-1 {
2180
+
2181
+ .ds-gap-1 {
1108
2182
  @apply gap-1;
1109
2183
  }
1110
- .govgr-gap-2 {
2184
+
2185
+ .ds-gap-2 {
1111
2186
  @apply gap-2;
1112
2187
  }
1113
- .govgr-gap-4 {
2188
+
2189
+ .ds-gap-4 {
1114
2190
  @apply gap-4;
1115
2191
  }
1116
- .govgr-gap-5 {
1117
- @apply gap-5;
1118
- }
1119
- .govgr-gap-6 {
2192
+
2193
+ .ds-gap-6 {
1120
2194
  @apply gap-6;
1121
2195
  }
1122
- .govgr-gap-8 {
2196
+
2197
+ .ds-gap-8 {
1123
2198
  @apply gap-8;
1124
2199
  }
1125
- .govgr-gap-10 {
2200
+
2201
+ .ds-gap-10 {
1126
2202
  @apply gap-10;
1127
2203
  }
1128
- .govgr-gap-12 {
2204
+
2205
+ .ds-gap-12 {
1129
2206
  @apply gap-12;
1130
2207
  }
1131
- .govgr-gap-xs-1 {
2208
+
2209
+ .ds-gap-xs-1 {
1132
2210
  @apply gap-1;
1133
2211
  }
1134
- .govgr-gap-xs-2 {
2212
+
2213
+ .ds-gap-xs-2 {
1135
2214
  @apply gap-2;
1136
2215
  }
1137
- .govgr-gap-xs-4 {
2216
+
2217
+ .ds-gap-xs-4 {
1138
2218
  @apply gap-4;
1139
2219
  }
1140
- .govgr-gap-xs-5 {
2220
+
2221
+ .ds-gap-xs-5 {
1141
2222
  @apply gap-5;
1142
2223
  }
1143
- .govgr-gap-xs-6 {
2224
+
2225
+ .ds-gap-xs-6 {
1144
2226
  @apply gap-6;
1145
2227
  }
1146
- .govgr-gap-xs-8 {
2228
+
2229
+ .ds-gap-xs-8 {
1147
2230
  @apply gap-8;
1148
2231
  }
1149
- .govgr-gap-xs-10 {
2232
+
2233
+ .ds-gap-xs-10 {
1150
2234
  @apply gap-10;
1151
2235
  }
1152
- .govgr-gap-xs-12 {
2236
+
2237
+ .ds-gap-xs-12 {
1153
2238
  @apply gap-12;
1154
2239
  }
1155
- .govgr-gap-sm-1 {
2240
+
2241
+ .ds-gap-sm-1 {
1156
2242
  @apply sm:gap-1;
1157
2243
  }
1158
- .govgr-gap-sm-2 {
2244
+
2245
+ .ds-gap-sm-2 {
1159
2246
  @apply sm:gap-2;
1160
2247
  }
1161
- .govgr-gap-sm-4 {
2248
+
2249
+ .ds-gap-sm-4 {
1162
2250
  @apply sm:gap-4;
1163
2251
  }
1164
- .govgr-gap-sm-5 {
2252
+
2253
+ .ds-gap-sm-5 {
1165
2254
  @apply sm:gap-5;
1166
2255
  }
1167
- .govgr-gap-sm-6 {
2256
+
2257
+ .ds-gap-sm-6 {
1168
2258
  @apply sm:gap-6;
1169
2259
  }
1170
- .govgr-gap-sm-8 {
2260
+
2261
+ .ds-gap-sm-8 {
1171
2262
  @apply sm:gap-8;
1172
2263
  }
1173
- .govgr-gap-sm-10 {
2264
+
2265
+ .ds-gap-sm-10 {
1174
2266
  @apply sm:gap-10;
1175
2267
  }
1176
- .govgr-gap-sm-12 {
2268
+
2269
+ .ds-gap-sm-12 {
1177
2270
  @apply sm:gap-12;
1178
2271
  }
1179
- .govgr-gap-md-1 {
2272
+
2273
+ .ds-gap-md-1 {
1180
2274
  @apply md:gap-1;
1181
2275
  }
1182
- .govgr-gap-md-2 {
2276
+
2277
+ .ds-gap-md-2 {
1183
2278
  @apply md:gap-2;
1184
2279
  }
1185
- .govgr-gap-md-4 {
2280
+
2281
+ .ds-gap-md-4 {
1186
2282
  @apply md:gap-4;
1187
2283
  }
1188
- .govgr-gap-md-5 {
2284
+
2285
+ .ds-gap-md-5 {
1189
2286
  @apply md:gap-5;
1190
2287
  }
1191
- .govgr-gap-md-6 {
2288
+
2289
+ .ds-gap-md-6 {
1192
2290
  @apply md:gap-6;
1193
2291
  }
1194
- .govgr-gap-md-8 {
2292
+
2293
+ .ds-gap-md-8 {
1195
2294
  @apply md:gap-8;
1196
2295
  }
1197
- .govgr-gap-md-10 {
2296
+
2297
+ .ds-gap-md-10 {
1198
2298
  @apply md:gap-10;
1199
2299
  }
1200
- .govgr-gap-md-12 {
2300
+
2301
+ .ds-gap-md-12 {
1201
2302
  @apply md:gap-12;
1202
2303
  }
1203
- .govgr-gap-lg-1 {
2304
+
2305
+ .ds-gap-lg-1 {
1204
2306
  @apply lg:gap-1;
1205
2307
  }
1206
- .govgr-gap-lg-2 {
2308
+
2309
+ .ds-gap-lg-2 {
1207
2310
  @apply lg:gap-2;
1208
2311
  }
1209
- .govgr-gap-lg-4 {
2312
+
2313
+ .ds-gap-lg-4 {
1210
2314
  @apply lg:gap-4;
1211
2315
  }
1212
- .govgr-gap-lg-5 {
2316
+
2317
+ .ds-gap-lg-5 {
1213
2318
  @apply lg:gap-5;
1214
2319
  }
1215
- .govgr-gap-lg-6 {
2320
+
2321
+ .ds-gap-lg-6 {
1216
2322
  @apply lg:gap-6;
1217
2323
  }
1218
- .govgr-gap-lg-8 {
2324
+
2325
+ .ds-gap-lg-8 {
1219
2326
  @apply lg:gap-8;
1220
2327
  }
1221
- .govgr-gap-lg-10 {
2328
+
2329
+ .ds-gap-lg-10 {
1222
2330
  @apply lg:gap-10;
1223
2331
  }
1224
- .govgr-gap-lg-12 {
2332
+
2333
+ .ds-gap-lg-12 {
1225
2334
  @apply lg:gap-12;
1226
2335
  }
1227
- .govgr-gap-xl-1 {
2336
+
2337
+ .ds-gap-xl-1 {
1228
2338
  @apply xl:gap-1;
1229
2339
  }
1230
- .govgr-gap-xl-2 {
2340
+
2341
+ .ds-gap-xl-2 {
1231
2342
  @apply xl:gap-2;
1232
2343
  }
1233
- .govgr-gap-xl-4 {
2344
+
2345
+ .ds-gap-xl-4 {
1234
2346
  @apply xl:gap-4;
1235
2347
  }
1236
- .govgr-gap-xl-5 {
2348
+
2349
+ .ds-gap-xl-5 {
1237
2350
  @apply xl:gap-5;
1238
2351
  }
1239
- .govgr-gap-xl-6 {
2352
+
2353
+ .ds-gap-xl-6 {
1240
2354
  @apply xl:gap-6;
1241
2355
  }
1242
- .govgr-gap-xl-8 {
2356
+
2357
+ .ds-gap-xl-8 {
1243
2358
  @apply xl:gap-8;
1244
2359
  }
1245
- .govgr-gap-xl-10 {
2360
+
2361
+ .ds-gap-xl-10 {
1246
2362
  @apply xl:gap-10;
1247
2363
  }
1248
- .govgr-gap-xl-12 {
2364
+
2365
+ .ds-gap-xl-12 {
1249
2366
  @apply xl:gap-12;
1250
2367
  }
1251
- };
1252
-
2368
+ }