@pmidc/upyog-css 1.2.51 → 1.2.53

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 (141) hide show
  1. package/dist/index.css +23988 -14978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +62 -62
  4. package/src/components/CardBasedOptions.scss +535 -535
  5. package/src/components/CitizenHomeCard.scss +228 -228
  6. package/src/components/EllipsisMenu.scss +16 -16
  7. package/src/components/EventCalendarView.scss +9 -9
  8. package/src/components/FAQ.scss +63 -63
  9. package/src/components/NewAccordianCitizen.scss +130 -130
  10. package/src/components/OnGroundEventCard.scss +71 -71
  11. package/src/components/PageBasedInput.scss +30 -30
  12. package/src/components/PopupHeadingLabel.scss +14 -14
  13. package/src/components/PropertySearchForm.scss +58 -58
  14. package/src/components/SearchForm.scss +56 -56
  15. package/src/components/SearchOnRadioButton.scss +9 -9
  16. package/src/components/StandaloneSearchBar.scss +9 -9
  17. package/src/components/SurveyModal.scss +195 -195
  18. package/src/components/TimeLine.scss +96 -96
  19. package/src/components/WhatsNewCard.scss +12 -12
  20. package/src/components/actionLink.scss +3 -3
  21. package/src/components/actionbar.scss +99 -99
  22. package/src/components/bannercomponents.scss +137 -137
  23. package/src/components/body.scss +422 -422
  24. package/src/components/buttons.scss +144 -144
  25. package/src/components/card.scss +968 -968
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/challanGeneration.scss +349 -0
  28. package/src/components/changeLanguage.scss +3 -3
  29. package/src/components/charts.scss +185 -185
  30. package/src/components/chb.scss +242 -0
  31. package/src/components/checkbox.scss +83 -83
  32. package/src/components/checkpoint.scss +65 -65
  33. package/src/components/citizenInfoLabel.scss +14 -14
  34. package/src/components/custombtn.scss +15 -15
  35. package/src/components/datatable.scss +119 -119
  36. package/src/components/datewrap.scss +21 -21
  37. package/src/components/detailscard.scss +6 -6
  38. package/src/components/detailscontainer.scss +13 -13
  39. package/src/components/documentSection.scss +134 -134
  40. package/src/components/filters.scss +379 -379
  41. package/src/components/garbageCollection.scss +535 -0
  42. package/src/components/grey.scss +3 -3
  43. package/src/components/hoc/InboxComposer.scss +111 -111
  44. package/src/components/howItWorks.scss +71 -71
  45. package/src/components/imageviewer.scss +33 -33
  46. package/src/components/info-banner.scss +35 -35
  47. package/src/components/inputotp.scss +15 -15
  48. package/src/components/keynote.scss +29 -29
  49. package/src/components/languageSelector.scss +24 -24
  50. package/src/components/loader.scss +96 -96
  51. package/src/components/map.scss +36 -36
  52. package/src/components/metricsTable.scss +26 -26
  53. package/src/components/multiLink.scss +117 -117
  54. package/src/components/multiSelectDropdown.scss +88 -88
  55. package/src/components/navbar.scss +377 -377
  56. package/src/components/ndc.scss +233 -0
  57. package/src/components/newFooter.scss +82 -82
  58. package/src/components/newInbox.scss +382 -382
  59. package/src/components/plusMinus.scss +15 -15
  60. package/src/components/popup.scss +26 -26
  61. package/src/components/ptr.scss +301 -0
  62. package/src/components/radiobtn.scss +46 -46
  63. package/src/components/ratingstar.scss +33 -33
  64. package/src/components/roundedLabel.scss +10 -10
  65. package/src/components/searchAction.scss +27 -27
  66. package/src/components/sectionalDropdown.scss +43 -43
  67. package/src/components/selectdropdown.scss +312 -302
  68. package/src/components/staticDynamicMessages.scss +110 -110
  69. package/src/components/staticSideBar.scss +27 -27
  70. package/src/components/statushighlight.scss +17 -17
  71. package/src/components/submiterrors.scss +11 -11
  72. package/src/components/summary.scss +28 -28
  73. package/src/components/table.scss +855 -855
  74. package/src/components/tag.scss +27 -27
  75. package/src/components/telephone.scss +17 -17
  76. package/src/components/textfields.scss +146 -146
  77. package/src/components/toast.scss +31 -31
  78. package/src/components/toggleSwitch.scss +40 -40
  79. package/src/components/topbar.scss +217 -217
  80. package/src/components/uploadcomponents.scss +116 -116
  81. package/src/index.scss +2436 -2424
  82. package/src/modules/BPA/index.scss +5262 -394
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1807 -643
  85. package/src/modules/hrms/index.scss +1327 -1327
  86. package/src/modules/noc/index.scss +1210 -0
  87. package/src/modules/rentAndLease/index.scss +591 -288
  88. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  89. package/src/pages/citizen/CitizenLogin.scss +50 -50
  90. package/src/pages/citizen/DocumentList.scss +470 -470
  91. package/src/pages/citizen/Events.scss +46 -46
  92. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  93. package/src/pages/citizen/InboxCard.scss +378 -378
  94. package/src/pages/citizen/SurveyList.scss +24 -24
  95. package/src/pages/citizen/citizenDocument.scss +25 -25
  96. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  97. package/src/pages/citizen/container.scss +32 -32
  98. package/src/pages/citizen/loaderMessage.scss +341 -341
  99. package/src/pages/citizen/payment/payment-type.scss +2 -2
  100. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  101. package/src/pages/common/form.scss +25 -25
  102. package/src/pages/common/newApplicationTimeline.scss +341 -341
  103. package/src/pages/common/pgrUICssfix.scss +128 -128
  104. package/src/pages/common/requiredField.scss +2 -2
  105. package/src/pages/common/sanctionFeeTable.scss +91 -91
  106. package/src/pages/common/searchIcon.scss +21 -21
  107. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  108. package/src/pages/common/stepForm.scss +40 -40
  109. package/src/pages/employee/EmployeeLogin.scss +6 -6
  110. package/src/pages/employee/cardfix.scss +13 -13
  111. package/src/pages/employee/container.scss +73 -73
  112. package/src/pages/employee/dashboard.scss +204 -204
  113. package/src/pages/employee/disconnection.scss +425 -425
  114. package/src/pages/employee/dss.scss +251 -251
  115. package/src/pages/employee/faq.scss +353 -353
  116. package/src/pages/employee/footer.scss +68 -68
  117. package/src/pages/employee/form-fields.scss +26 -26
  118. package/src/pages/employee/header.scss +262 -262
  119. package/src/pages/employee/iframe.scss +65 -65
  120. package/src/pages/employee/inbox.scss +1110 -1110
  121. package/src/pages/employee/index.scss +693 -693
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +253 -253
  124. package/src/pages/employee/oldMobileInbox.scss +4 -4
  125. package/src/pages/employee/popupmodule.scss +47 -47
  126. package/src/pages/employee/response.scss +2 -2
  127. package/src/pages/employee/scroll-table.scss +113 -113
  128. package/src/pages/employee/surveys.scss +469 -469
  129. package/src/pages/employee/tooltip.scss +35 -35
  130. package/src/pages/employee/updateNumber.scss +12 -12
  131. package/src/pages/swach/index.scss +231 -231
  132. package/src/pages/ws/index.scss +118 -118
  133. package/svg/camera.svg +4 -4
  134. package/svg/check.svg +3 -3
  135. package/svg/close.svg +4 -4
  136. package/svg/error.svg +3 -3
  137. package/svg/error2.svg +5 -5
  138. package/svg/searchicon.svg +3 -3
  139. package/svg/starempty.svg +3 -3
  140. package/svg/starfilled.svg +4 -4
  141. package/svg/success.svg +3 -3
@@ -1,643 +1,1807 @@
1
- .ads-view-cart {
2
- margin-left: 12px;
3
- padding: 8px 16px;
4
- background: #2947a3;
5
- color: #fff;
6
- border: none;
7
- border-radius: 6px;
8
- cursor: pointer;
9
- }
10
-
11
- .ads-form-field {
12
- width: 100% !important;
13
- }
14
- .ads-select-wrap {
15
- width: 100% !important;
16
- }
17
- .ads-select {
18
- border: 1px solid #b4b4b4 !important;
19
- border-radius: 8px !important;
20
- height: 2.9rem !important;
21
- }
22
- .ads-select-active {
23
- border: 1px solid #2947a3 !important;
24
- border-radius: 8px !important;
25
- }
26
-
27
- .ads-guidance-box {
28
- background: #fff3cd;
29
- border: 1px solid #ffeeba;
30
- color: #856404;
31
- padding: 6px 10px;
32
- border-radius: 6px;
33
- font-size: 14px;
34
- margin-bottom: 8px;
35
- width: 100%;
36
- max-width: 545px;
37
- }
38
- .ads-btn {
39
- padding: 8px 12px;
40
- border-radius: 6px;
41
- border: 1px solid #ccc;
42
- background: #fff;
43
- cursor: pointer;
44
- }
45
-
46
- .ads-card {
47
- width: 280px;
48
- border-radius: 8px;
49
- padding: 9px;
50
- background: #fff;
51
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
52
- display: flex;
53
- flex-direction: column;
54
- gap: 8px;
55
- }
56
-
57
- .ads-card-image {
58
- width: 100%;
59
- height: 120px;
60
- border-radius: 8px;
61
- overflow: hidden;
62
- background: #f5f5f5;
63
- }
64
-
65
- .ads-card-noimage {
66
- width: 100%;
67
- height: 100%;
68
- display: flex;
69
- align-items: center;
70
- justify-content: center;
71
- color: #aaa;
72
- }
73
-
74
- .ads-card-input {
75
- flex: 1;
76
- padding: 6px 8px;
77
- font-size: 13px;
78
- border-radius: 6px;
79
- border: 1px solid #ccc;
80
- }
81
-
82
- .ads-input-time {
83
- width: 110px;
84
- padding: 6px 8px;
85
- font-size: 13px;
86
- border-radius: 6px;
87
- border: 1px solid #ccc;
88
- }
89
-
90
- .ads-btn-primary {
91
- flex: 1;
92
- padding: 6px 12px;
93
- border-radius: 6px;
94
- background: #2947a3;
95
- color: #fff;
96
- border: none;
97
- cursor: pointer;
98
- font-size: 14px;
99
- }
100
-
101
- .ads-btn-success {
102
- width: 110px;
103
- padding: 6px 12px;
104
- border-radius: 6px;
105
- background: #28a745;
106
- color: #fff;
107
- font-size: 14px;
108
- font-weight: 600;
109
- display: flex;
110
- align-items: center;
111
- justify-content: center;
112
- cursor: pointer;
113
- }
114
-
115
- .ads-status {
116
- display: inline-block;
117
- padding: 5px 14px;
118
- border-radius: 20px;
119
- font-size: 12px;
120
- font-weight: 600;
121
- text-transform: capitalize;
122
- }
123
-
124
- .ads-status--available {
125
- color: #155724;
126
- background-color: #d4edda;
127
- border: 1px solid #c3e6cb;
128
- }
129
-
130
- .ads-status--unavailable {
131
- color: #721c24;
132
- background-color: #f8d7da;
133
- border: 1px solid #f5c6cb;
134
- }
135
-
136
- .ads-cart-overlay {
137
- position: fixed;
138
- top: 70px;
139
- left: 0;
140
- width: 100vw;
141
- height: calc(100vh - 70px);
142
- background: rgba(0, 0, 0, 0.5);
143
- display: flex;
144
- justify-content: center;
145
- align-items: center;
146
- z-index: 2000;
147
- }
148
-
149
- .ads-cart-modal {
150
- width: 90%;
151
- max-width: 1100px;
152
- height: 70vh;
153
- background: #fff;
154
- border-radius: 12px;
155
- padding: 20px;
156
- display: flex;
157
- flex-direction: column;
158
- box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
159
- }
160
-
161
- .ads-cart-header {
162
- display: flex;
163
- justify-content: space-between;
164
- align-items: center;
165
- margin-bottom: 16px;
166
- border-bottom: 1px solid #eee;
167
- padding-bottom: 8px;
168
- }
169
-
170
- .ads-cart-close {
171
- border: none;
172
- background: transparent;
173
- font-size: 22px;
174
- cursor: pointer;
175
- color: #666;
176
- }
177
-
178
- .ads-cart-item {
179
- margin-bottom: 16px;
180
- border: 1px solid #ddd;
181
- border-radius: 8px;
182
- overflow: hidden;
183
- }
184
- .ads-cart-item-header {
185
- background: #f9f9f9;
186
- padding: 10px 14px;
187
- font-weight: 600;
188
- font-size: 14px;
189
- border-bottom: 1px solid #ddd;
190
- display: flex;
191
- justify-content: space-between;
192
- align-items: center;
193
- }
194
-
195
- .ads-cart-remove {
196
- padding: 6px 12px;
197
- border-radius: 6px;
198
- border: none;
199
- background: #dc3545;
200
- color: #fff;
201
- cursor: pointer;
202
- font-size: 12px;
203
- margin-left: 10px;
204
- }
205
-
206
- .ads-cart-table {
207
- overflow-x: auto;
208
- }
209
-
210
- .ads-cart-table-cell {
211
- padding: 12px 14px;
212
- font-size: 14px;
213
- border-bottom: 1px solid #f0f0f0;
214
- text-align: left;
215
- white-space: nowrap;
216
- }
217
-
218
- .ads-checkbox {
219
- width: 18px;
220
- height: 18px;
221
- accent-color: #0b74de;
222
- }
223
-
224
- .ads-checkbox--active {
225
- cursor: pointer;
226
- }
227
-
228
- .ads-checkbox--disabled {
229
- cursor: not-allowed;
230
- }
231
-
232
- .ads-header-note {
233
- color: #c62828;
234
- font-size: 14px;
235
- margin-left: 8px;
236
- }
237
-
238
- .ads-cart-table-message {
239
- font-size: 24px;
240
- color: #555;
241
- text-align: center;
242
- }
243
-
244
- .ads-modal-footer {
245
- margin-top: 12px;
246
- display: flex;
247
- justify-content: flex-end;
248
- gap: 10px;
249
- }
250
-
251
- .ads-btn-cancel {
252
- padding: 10px 18px;
253
- border-radius: 6px;
254
- border: 1px solid #ccc;
255
- background: #f5f5f5;
256
- cursor: pointer;
257
- }
258
-
259
- .ads-btn-cart {
260
- padding: 10px 18px;
261
- border-radius: 6px;
262
- border: none;
263
- background: #2947a3;
264
- color: #fff;
265
- font-weight: 600;
266
- cursor: pointer;
267
- transition: background 0.2s;
268
- }
269
-
270
- .ads-btn-cart--disabled {
271
- background: #ccc;
272
- cursor: not-allowed;
273
- }
274
-
275
- .ads-cart-table-wrapper {
276
- flex: 1;
277
- overflow-y: auto;
278
- border: 1px solid #ddd;
279
- border-radius: 8px;
280
- }
281
-
282
- .ads-cart-table-message {
283
- font-size: 24px;
284
- color: #555;
285
- text-align: center;
286
- }
287
-
288
- .ads-table-row--even {
289
- background-color: #fafafa;
290
- }
291
-
292
- .ads-table-row--odd {
293
- background-color: #fff;
294
- }
295
-
296
- .ads-modal-footer {
297
- margin-top: 12px;
298
- display: flex;
299
- justify-content: flex-end;
300
- gap: 10px;
301
- }
302
-
303
- .ads-cart-details {
304
- margin-top: 1rem;
305
- }
306
-
307
- .ads-cart-empty {
308
- padding: 12px;
309
- color: #666;
310
- }
311
-
312
- .ads-cart-item-header--clickable {
313
- cursor: pointer;
314
- }
315
-
316
- .ads-cart-item-toggle {
317
- font-size: 18px;
318
- }
319
- .ads-timer {
320
- font-weight: 600;
321
- font-size: 14px;
322
- margin-left: 8px;
323
- color: #2947a3;
324
- }
325
-
326
- .ads-timer--critical {
327
- color: red;
328
- }
329
-
330
- .ads-timer-countdown {
331
- font-size: 16px;
332
- font-weight: 900;
333
- color: red;
334
- margin-left: 4px;
335
- }
336
-
337
- .ads-timer-expired {
338
- font-size: 16px;
339
- color: red;
340
- font-weight: 800;
341
- }
342
- .ads-error-message {
343
- color: #d4351c;
344
- font-size: 12px;
345
- margin-top: 4px;
346
- margin-bottom: 10px;
347
- }
348
- .ads-error-container {
349
- display: flex;
350
- align-items: center;
351
- gap: 8px;
352
- }
353
-
354
- .ads-error-dismiss {
355
- background: transparent;
356
- border: none;
357
- font-size: 18px;
358
- cursor: pointer;
359
- line-height: 1;
360
- }
361
- .ads-summary-section {
362
- background-color: #ffffff;
363
- padding: 1rem 0;
364
- border-radius: 8px;
365
- margin-bottom: 1.5rem;
366
- box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
367
- }
368
-
369
- .ads-summary-header {
370
- display: flex;
371
- justify-content: space-between;
372
- align-items: center;
373
- margin-bottom: 0.75rem;
374
- padding: 0 1.5rem;
375
- }
376
-
377
- .ads-summary-header--compact {
378
- display: flex;
379
- justify-content: space-between;
380
- align-items: center;
381
- margin-bottom: 0.75rem;
382
- }
383
-
384
- .ads-summary-heading {
385
- font-size: 1.25rem;
386
- color: #0d43a7;
387
- font-weight: 600;
388
- margin: 0;
389
- }
390
-
391
- .ads-summary-edit {
392
- cursor: pointer;
393
- color: #2e86de !important;
394
- font-weight: 600;
395
- text-align: end !important;
396
- }
397
-
398
- .ads-summary-row {
399
- display: flex;
400
- justify-content: space-between;
401
- border-bottom: 1px dashed #e9eef2;
402
- padding: 0.6rem 1.5rem;
403
- align-items: center;
404
- }
405
-
406
- .ads-summary-row-label {
407
- display: flex;
408
- gap: 0.5rem;
409
- align-items: center;
410
- }
411
-
412
- .ads-summary-bold {
413
- font-weight: 500;
414
- color: #333;
415
- }
416
-
417
- .ads-summary-row-value {
418
- text-align: right;
419
- min-width: 120px;
420
- }
421
-
422
- .ads-summary-docs {
423
- display: flex;
424
- flex-wrap: wrap;
425
- gap: 1rem;
426
- margin-top: 0.5rem;
427
- }
428
-
429
- .ads-summary-doc-card {
430
- flex: 1 1 220px;
431
- min-width: 180px;
432
- max-width: 260px;
433
- background-color: #fbfcfe;
434
- padding: 0.6rem;
435
- border: 1px solid #eef3f7;
436
- border-radius: 6px;
437
- }
438
-
439
- .ads-summary-no-docs {
440
- padding: 0 1.5rem;
441
- }
442
- .ads-applications-empty {
443
- margin-left: 16px;
444
- margin-top: 16px;
445
- color: #666;
446
- }
447
-
448
- .ads-pagination-controls {
449
- display: flex;
450
- justify-content: center;
451
- align-items: center;
452
- gap: 12px;
453
- margin: 20px 0;
454
- }
455
-
456
- .ads-pagination-btn {
457
- background-color: #2947a3;
458
- color: #fff;
459
- border: none;
460
- padding: 8px 12px;
461
- border-radius: 50%;
462
- font-size: 18px;
463
- cursor: pointer;
464
- transition: background-color 0.2s ease;
465
- }
466
-
467
- .ads-pagination-btn--disabled {
468
- background-color: #ccc;
469
- cursor: not-allowed;
470
- }
471
-
472
- .ads-pagination-info {
473
- font-weight: 500;
474
- color: #333;
475
- }
476
-
477
- .ads-new-booking {
478
- margin-left: 16px;
479
- margin-top: 16px;
480
- }
481
-
482
- .ads-new-booking-btn {
483
- padding: 8px 12px;
484
- font-weight: 700;
485
- display: block;
486
- background: #2947a3;
487
- color: #fff;
488
- border: none;
489
- border-radius: 6px;
490
- cursor: pointer;
491
- }
492
- .ads-registration-row {
493
- display: flex;
494
- align-items: center;
495
- }
496
-
497
- .ads-registration-row--new {
498
- margin-left: 12px;
499
- }
500
-
501
- .ads-registration-row--existing {
502
- margin-left: -4px;
503
- }
504
- .ads-cart-table-cell--inbox {
505
- min-width: 240px;
506
- padding: 20px 18px;
507
- font-size: 16px;
508
- }
509
- .ads-default-cell {
510
- padding: 20px 18px;
511
- font-size: 16px;
512
- }
513
- .ads-inbox-cell {
514
- min-width: 240px;
515
- padding: 20px 18px;
516
- font-size: 16px;
517
- }
518
- .ads-btn-back {
519
- background: #fff;
520
- color: #2947a3;
521
- border: 1px solid #2947a3;
522
- }
523
- .ads-heading-large {
524
- font-size: 28px;
525
- font-weight: 500;
526
- color: #1c1d1f;
527
- }
528
- .ads-search-container {
529
- width: auto;
530
- }
531
- .ads-search-container--inbox {
532
- margin-left: 24px;
533
- }
534
- .ads-search-container--revert {
535
- margin-left: revert;
536
- }
537
- .ads-search-error {
538
- font-weight: 700;
539
- color: rgba(212, 53, 28);
540
- padding-left: 8px;
541
- margin-top: -20px;
542
- font-size: 12px;
543
- }
544
- .ads-search-inbox-clear {
545
- grid-column: 2 / 3;
546
- text-align: right;
547
- padding-top: 10px;
548
- }
549
- .ads-search-submit-wrapper {
550
- max-width: unset;
551
- margin-left: unset;
552
- }
553
-
554
- /* ADS AdCard Refactored Styles */
555
- .ads-ad-card-image-img {
556
- width: 100%;
557
- height: 100%;
558
- object-fit: cover;
559
- }
560
-
561
- .ads-ad-card-info {
562
- display: flex;
563
- flex-direction: column;
564
- gap: 6px;
565
- font-size: 13px;
566
- color: #444;
567
- }
568
-
569
- .ads-ad-card-info-row {
570
- display: flex;
571
- justify-content: space-between;
572
- }
573
-
574
- .ads-ad-card-info-row--bold {
575
- font-weight: 600;
576
- }
577
-
578
- .ads-ad-card-amount {
579
- color: #222;
580
- }
581
-
582
- .ads-ad-card-light {
583
- color: green;
584
- font-weight: 600;
585
- }
586
-
587
- .ads-ad-card-date-row {
588
- display: flex;
589
- gap: 4px;
590
- margin-top: 8px;
591
- }
592
-
593
- .ads-ad-card-date-field {
594
- flex: 1;
595
- }
596
-
597
- .ads-ad-card-date-label {
598
- font-size: 12px;
599
- color: #666;
600
- }
601
-
602
- .ads-ad-card-actions {
603
- display: flex;
604
- gap: 8px;
605
- margin-top: 6px;
606
- }
607
-
608
- .ads-ad-card-cart-icon {
609
- color: black;
610
- }
611
-
612
- .ads-availibility-for-title {
613
- margin: 0;
614
- font-size: 20px;
615
- font-weight: 700;
616
- color: #333;
617
- }
618
-
619
- /* ADS Cart Modal Refactored Styles */
620
- .ads-cart-modal-body {
621
- flex: 1;
622
- overflow-y: auto;
623
- }
624
-
625
- .ads-cart-empty-text {
626
- padding: 12px;
627
- color: #666;
628
- }
629
-
630
- .ads-cart-item-header-info {
631
- cursor: pointer;
632
- flex: 1;
633
- }
634
-
635
- .ads-cart-item-toggle-modal {
636
- font-size: 18px;
637
- margin-left: 8px;
638
- }
639
-
640
- .ads-reservation-wrapper {
641
- display: flex;
642
- justify-content: flex-end;
643
- }
1
+ .ads-view-cart {
2
+ margin-left: 12px;
3
+ padding: 8px 16px;
4
+ background: #2947a3;
5
+ color: #fff;
6
+ border: none;
7
+ border-radius: 6px;
8
+ cursor: pointer;
9
+ }
10
+
11
+ .ads-form-field {
12
+ width: 100% !important;
13
+ }
14
+ .ads-select-wrap {
15
+ width: 100% !important;
16
+ }
17
+ .ads-select {
18
+ border: 1px solid #b4b4b4 !important;
19
+ border-radius: 8px !important;
20
+ height: 2.9rem !important;
21
+ }
22
+ .ads-select-active {
23
+ border: 1px solid #2947a3 !important;
24
+ border-radius: 8px !important;
25
+ }
26
+
27
+ .ads-guidance-box {
28
+ background: #fff3cd;
29
+ border: 1px solid #ffeeba;
30
+ color: #856404;
31
+ padding: 6px 10px;
32
+ border-radius: 6px;
33
+ font-size: 14px;
34
+ margin-bottom: 8px;
35
+ width: 100%;
36
+ max-width: 545px;
37
+ }
38
+ .ads-btn {
39
+ padding: 8px 12px;
40
+ border-radius: 6px;
41
+ border: 1px solid #ccc;
42
+ background: #fff;
43
+ cursor: pointer;
44
+ }
45
+
46
+ .ads-card {
47
+ width: 280px;
48
+ border-radius: 8px;
49
+ padding: 9px;
50
+ background: #fff;
51
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
52
+ display: flex;
53
+ flex-direction: column;
54
+ gap: 8px;
55
+ }
56
+
57
+ .ads-card-image {
58
+ width: 100%;
59
+ height: 120px;
60
+ border-radius: 8px;
61
+ overflow: hidden;
62
+ background: #f5f5f5;
63
+ }
64
+
65
+ .ads-card-noimage {
66
+ width: 100%;
67
+ height: 100%;
68
+ display: flex;
69
+ align-items: center;
70
+ justify-content: center;
71
+ color: #aaa;
72
+ }
73
+
74
+ .ads-card-input {
75
+ flex: 1;
76
+ padding: 6px 8px;
77
+ font-size: 13px;
78
+ border-radius: 6px;
79
+ border: 1px solid #ccc;
80
+ }
81
+
82
+ .ads-input-time {
83
+ width: 110px;
84
+ padding: 6px 8px;
85
+ font-size: 13px;
86
+ border-radius: 6px;
87
+ border: 1px solid #ccc;
88
+ }
89
+
90
+ .ads-btn-primary {
91
+ flex: 1;
92
+ padding: 6px 12px;
93
+ border-radius: 6px;
94
+ background: #2947a3;
95
+ color: #fff;
96
+ border: none;
97
+ cursor: pointer;
98
+ font-size: 14px;
99
+ }
100
+
101
+ .ads-btn-success {
102
+ width: 110px;
103
+ padding: 6px 12px;
104
+ border-radius: 6px;
105
+ background: #28a745;
106
+ color: #fff;
107
+ font-size: 14px;
108
+ font-weight: 600;
109
+ display: flex;
110
+ align-items: center;
111
+ justify-content: center;
112
+ cursor: pointer;
113
+ }
114
+
115
+ .ads-status {
116
+ display: inline-block;
117
+ padding: 5px 14px;
118
+ border-radius: 20px;
119
+ font-size: 12px;
120
+ font-weight: 600;
121
+ text-transform: capitalize;
122
+ }
123
+
124
+ .ads-status--available {
125
+ color: #155724;
126
+ background-color: #d4edda;
127
+ border: 1px solid #c3e6cb;
128
+ }
129
+
130
+ .ads-status--unavailable {
131
+ color: #721c24;
132
+ background-color: #f8d7da;
133
+ border: 1px solid #f5c6cb;
134
+ }
135
+
136
+ .ads-cart-overlay {
137
+ position: fixed;
138
+ top: 70px;
139
+ left: 0;
140
+ width: 100vw;
141
+ height: calc(100vh - 70px);
142
+ background: rgba(0, 0, 0, 0.5);
143
+ display: flex;
144
+ justify-content: center;
145
+ align-items: center;
146
+ z-index: 2000;
147
+ }
148
+
149
+ .ads-cart-modal {
150
+ width: 90%;
151
+ max-width: 1100px;
152
+ height: 70vh;
153
+ background: #fff;
154
+ border-radius: 12px;
155
+ padding: 20px;
156
+ display: flex;
157
+ flex-direction: column;
158
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
159
+ }
160
+
161
+ .ads-cart-header {
162
+ display: flex;
163
+ justify-content: space-between;
164
+ align-items: center;
165
+ margin-bottom: 16px;
166
+ border-bottom: 1px solid #eee;
167
+ padding-bottom: 8px;
168
+ }
169
+
170
+ .ads-cart-close {
171
+ border: none;
172
+ background: transparent;
173
+ font-size: 22px;
174
+ cursor: pointer;
175
+ color: #666;
176
+ }
177
+
178
+ .ads-cart-item {
179
+ margin-bottom: 16px;
180
+ border: 1px solid #ddd;
181
+ border-radius: 8px;
182
+ overflow: hidden;
183
+ }
184
+ .ads-cart-item-header {
185
+ background: #f9f9f9;
186
+ padding: 10px 14px;
187
+ font-weight: 600;
188
+ font-size: 14px;
189
+ border-bottom: 1px solid #ddd;
190
+ display: flex;
191
+ justify-content: space-between;
192
+ align-items: center;
193
+ }
194
+
195
+ .ads-cart-remove {
196
+ padding: 6px 12px;
197
+ border-radius: 6px;
198
+ border: none;
199
+ background: #dc3545;
200
+ color: #fff;
201
+ cursor: pointer;
202
+ font-size: 12px;
203
+ margin-left: 10px;
204
+ }
205
+
206
+ .ads-cart-table {
207
+ overflow-x: auto;
208
+ }
209
+
210
+ .ads-cart-table-cell {
211
+ padding: 12px 14px;
212
+ font-size: 14px;
213
+ border-bottom: 1px solid #f0f0f0;
214
+ text-align: left;
215
+ white-space: nowrap;
216
+ }
217
+
218
+ .ads-checkbox {
219
+ width: 18px;
220
+ height: 18px;
221
+ accent-color: #0b74de;
222
+ }
223
+
224
+ .ads-checkbox--active {
225
+ cursor: pointer;
226
+ }
227
+
228
+ .ads-checkbox--disabled {
229
+ cursor: not-allowed;
230
+ }
231
+
232
+ .ads-header-note {
233
+ color: #c62828;
234
+ font-size: 14px;
235
+ margin-left: 8px;
236
+ }
237
+
238
+ .ads-cart-table-message {
239
+ font-size: 24px;
240
+ color: #555;
241
+ text-align: center;
242
+ }
243
+
244
+ .ads-modal-footer {
245
+ margin-top: 12px;
246
+ display: flex;
247
+ justify-content: flex-end;
248
+ gap: 10px;
249
+ }
250
+
251
+ .ads-btn-cancel {
252
+ padding: 10px 18px;
253
+ border-radius: 6px;
254
+ border: 1px solid #ccc;
255
+ background: #f5f5f5;
256
+ cursor: pointer;
257
+ }
258
+
259
+ .ads-btn-cart {
260
+ padding: 10px 18px;
261
+ border-radius: 6px;
262
+ border: none;
263
+ background: #2947a3;
264
+ color: #fff;
265
+ font-weight: 600;
266
+ cursor: pointer;
267
+ transition: background 0.2s;
268
+ }
269
+
270
+ .ads-btn-cart--disabled {
271
+ background: #ccc;
272
+ cursor: not-allowed;
273
+ }
274
+
275
+ .ads-cart-table-wrapper {
276
+ flex: 1;
277
+ overflow-y: auto;
278
+ border: 1px solid #ddd;
279
+ border-radius: 8px;
280
+ }
281
+
282
+ .ads-cart-table-message {
283
+ font-size: 24px;
284
+ color: #555;
285
+ text-align: center;
286
+ }
287
+
288
+ .ads-table-row--even {
289
+ background-color: #fafafa;
290
+ }
291
+
292
+ .ads-table-row--odd {
293
+ background-color: #fff;
294
+ }
295
+
296
+ .ads-modal-footer {
297
+ margin-top: 12px;
298
+ display: flex;
299
+ justify-content: flex-end;
300
+ gap: 10px;
301
+ }
302
+
303
+ .ads-cart-details {
304
+ margin-top: 1rem;
305
+ }
306
+
307
+ .ads-cart-empty {
308
+ padding: 12px;
309
+ color: #666;
310
+ }
311
+
312
+ .ads-cart-item-header--clickable {
313
+ cursor: pointer;
314
+ }
315
+
316
+ .ads-cart-item-toggle {
317
+ font-size: 18px;
318
+ }
319
+ .ads-timer {
320
+ font-weight: 600;
321
+ font-size: 14px;
322
+ margin-left: 8px;
323
+ color: #2947a3;
324
+ }
325
+
326
+ .ads-timer--critical {
327
+ color: red;
328
+ }
329
+
330
+ .ads-timer-countdown {
331
+ font-size: 16px;
332
+ font-weight: 900;
333
+ color: red;
334
+ margin-left: 4px;
335
+ }
336
+
337
+ .ads-timer-expired {
338
+ font-size: 16px;
339
+ color: red;
340
+ font-weight: 800;
341
+ }
342
+ .ads-error-message {
343
+ color: #d4351c;
344
+ font-size: 12px;
345
+ margin-top: 4px;
346
+ margin-bottom: 10px;
347
+ }
348
+ .ads-error-container {
349
+ display: flex;
350
+ align-items: center;
351
+ gap: 8px;
352
+ }
353
+
354
+ .ads-error-dismiss {
355
+ background: transparent;
356
+ border: none;
357
+ font-size: 18px;
358
+ cursor: pointer;
359
+ line-height: 1;
360
+ }
361
+ .ads-summary-section {
362
+ background-color: #ffffff;
363
+ padding: 1rem 0;
364
+ border-radius: 8px;
365
+ margin-bottom: 1.5rem;
366
+ box-shadow: 0 2px 6px rgba(18, 38, 63, 0.04);
367
+ }
368
+
369
+ .ads-summary-header {
370
+ display: flex;
371
+ justify-content: space-between;
372
+ align-items: center;
373
+ margin-bottom: 0.75rem;
374
+ padding: 0 1.5rem;
375
+ }
376
+
377
+ .ads-summary-header--compact {
378
+ display: flex;
379
+ justify-content: space-between;
380
+ align-items: center;
381
+ margin-bottom: 0.75rem;
382
+ }
383
+
384
+ .ads-summary-heading {
385
+ font-size: 1.25rem;
386
+ color: #0d43a7;
387
+ font-weight: 600;
388
+ margin: 0;
389
+ }
390
+
391
+ .ads-summary-edit {
392
+ cursor: pointer;
393
+ color: #2e86de !important;
394
+ font-weight: 600;
395
+ text-align: end !important;
396
+ }
397
+
398
+ .ads-summary-row {
399
+ display: flex;
400
+ justify-content: space-between;
401
+ border-bottom: 1px dashed #e9eef2;
402
+ padding: 0.6rem 1.5rem;
403
+ align-items: center;
404
+ }
405
+
406
+ .ads-summary-row-label {
407
+ display: flex;
408
+ gap: 0.5rem;
409
+ align-items: center;
410
+ }
411
+
412
+ .ads-summary-bold {
413
+ font-weight: 500;
414
+ color: #333;
415
+ }
416
+
417
+ .ads-summary-row-value {
418
+ text-align: right;
419
+ min-width: 120px;
420
+ }
421
+
422
+ .ads-summary-docs {
423
+ display: flex;
424
+ flex-wrap: wrap;
425
+ gap: 1rem;
426
+ margin-top: 0.5rem;
427
+ }
428
+
429
+ .ads-summary-doc-card {
430
+ flex: 1 1 220px;
431
+ min-width: 180px;
432
+ max-width: 260px;
433
+ background-color: #fbfcfe;
434
+ padding: 0.6rem;
435
+ border: 1px solid #eef3f7;
436
+ border-radius: 6px;
437
+ }
438
+
439
+ .ads-summary-no-docs {
440
+ padding: 0 1.5rem;
441
+ }
442
+ .ads-applications-empty {
443
+ margin-left: 16px;
444
+ margin-top: 16px;
445
+ color: #666;
446
+ }
447
+
448
+ .ads-pagination-controls {
449
+ display: flex;
450
+ justify-content: center;
451
+ align-items: center;
452
+ gap: 12px;
453
+ margin: 20px 0;
454
+ }
455
+
456
+ .ads-pagination-btn {
457
+ background-color: #2947a3;
458
+ color: #fff;
459
+ border: none;
460
+ padding: 8px 12px;
461
+ border-radius: 50%;
462
+ font-size: 18px;
463
+ cursor: pointer;
464
+ transition: background-color 0.2s ease;
465
+ }
466
+
467
+ .ads-pagination-btn--disabled {
468
+ background-color: #ccc;
469
+ cursor: not-allowed;
470
+ }
471
+
472
+ .ads-pagination-info {
473
+ font-weight: 500;
474
+ color: #333;
475
+ }
476
+
477
+ .ads-new-booking {
478
+ margin-left: 16px;
479
+ margin-top: 16px;
480
+ }
481
+
482
+ .ads-new-booking-btn {
483
+ padding: 8px 12px;
484
+ font-weight: 700;
485
+ display: block;
486
+ background: #2947a3;
487
+ color: #fff;
488
+ border: none;
489
+ border-radius: 6px;
490
+ cursor: pointer;
491
+ }
492
+ .ads-registration-row {
493
+ display: flex;
494
+ align-items: center;
495
+ }
496
+
497
+ .ads-registration-row--new {
498
+ margin-left: 12px;
499
+ }
500
+
501
+ .ads-registration-row--existing {
502
+ margin-left: -4px;
503
+ }
504
+ .ads-cart-table-cell--inbox {
505
+ min-width: 240px;
506
+ padding: 20px 18px;
507
+ font-size: 16px;
508
+ }
509
+ .ads-default-cell {
510
+ padding: 20px 18px;
511
+ font-size: 16px;
512
+ }
513
+ .ads-inbox-cell {
514
+ min-width: 240px;
515
+ padding: 20px 18px;
516
+ font-size: 16px;
517
+ }
518
+ .ads-btn-back {
519
+ background: #fff;
520
+ color: #2947a3;
521
+ border: 1px solid #2947a3;
522
+ }
523
+ .ads-heading-large {
524
+ font-size: 28px;
525
+ font-weight: 500;
526
+ color: #1c1d1f;
527
+ }
528
+ .ads-search-container {
529
+ width: auto;
530
+ }
531
+ .ads-search-container--inbox {
532
+ margin-left: 24px;
533
+ }
534
+ .ads-search-container--revert {
535
+ margin-left: revert;
536
+ }
537
+ .ads-search-error {
538
+ font-weight: 700;
539
+ color: rgba(212, 53, 28);
540
+ padding-left: 8px;
541
+ margin-top: -20px;
542
+ font-size: 12px;
543
+ }
544
+ .ads-search-inbox-clear {
545
+ grid-column: 2 / 3;
546
+ text-align: right;
547
+ padding-top: 10px;
548
+ }
549
+ .ads-search-submit-wrapper {
550
+ max-width: unset;
551
+ margin-left: unset;
552
+ }
553
+
554
+ /* ADS AdCard Refactored Styles */
555
+ .ads-ad-card-image-img {
556
+ width: 100%;
557
+ height: 100%;
558
+ object-fit: cover;
559
+ }
560
+
561
+ .ads-ad-card-info {
562
+ display: flex;
563
+ flex-direction: column;
564
+ gap: 6px;
565
+ font-size: 13px;
566
+ color: #444;
567
+ }
568
+
569
+ .ads-ad-card-info-row {
570
+ display: flex;
571
+ justify-content: space-between;
572
+ }
573
+
574
+ .ads-ad-card-info-row--bold {
575
+ font-weight: 600;
576
+ }
577
+
578
+ .ads-ad-card-amount {
579
+ color: #222;
580
+ }
581
+
582
+ .ads-ad-card-light {
583
+ color: green;
584
+ font-weight: 600;
585
+ }
586
+
587
+ .ads-ad-card-date-row {
588
+ display: flex;
589
+ gap: 4px;
590
+ margin-top: 8px;
591
+ }
592
+
593
+ .ads-ad-card-date-field {
594
+ flex: 1;
595
+ }
596
+
597
+ .ads-ad-card-date-label {
598
+ font-size: 12px;
599
+ color: #666;
600
+ }
601
+
602
+ .ads-ad-card-actions {
603
+ display: flex;
604
+ gap: 8px;
605
+ margin-top: 6px;
606
+ }
607
+
608
+ .ads-ad-card-cart-icon {
609
+ color: black;
610
+ }
611
+
612
+ .ads-availibility-for-title {
613
+ margin: 0;
614
+ font-size: 20px;
615
+ font-weight: 700;
616
+ color: #333;
617
+ }
618
+
619
+ /* ADS Cart Modal Refactored Styles */
620
+ .ads-cart-modal-body {
621
+ flex: 1;
622
+ overflow-y: auto;
623
+ }
624
+
625
+ .ads-cart-empty-text {
626
+ padding: 12px;
627
+ color: #666;
628
+ }
629
+
630
+ .ads-cart-item-header-info {
631
+ cursor: pointer;
632
+ flex: 1;
633
+ }
634
+
635
+ .ads-cart-item-toggle-modal {
636
+ font-size: 18px;
637
+ margin-left: 8px;
638
+ }
639
+
640
+ .ads-reservation-wrapper {
641
+ display: flex;
642
+ justify-content: flex-end;
643
+ }
644
+
645
+ /* ADS inline style extraction */
646
+ .ads-components-adscancel-booking--style-1 {
647
+ width: 80%;
648
+ justify-self: center;
649
+ }
650
+
651
+ .ads-components-adscancel-booking--style-2 {
652
+ color: red;
653
+ }
654
+
655
+ .ads-components-adscancel-booking--style-3 {
656
+ color: red;
657
+ margin-top: 4px;
658
+ margin-bottom: 0;
659
+ }
660
+
661
+ .ads-components-adscart-and-cancellation-policy-details--style-1 {
662
+ padding-left: 50px;
663
+ }
664
+
665
+ .ads-components-adscart-and-cancellation-policy-details--style-2 {
666
+ padding-left: 50px;
667
+ }
668
+
669
+ .ads-components-adscart-and-cancellation-policy-details--style-3 {
670
+ cursor: pointer;
671
+ margin-left: 20px;
672
+ }
673
+
674
+ .ads-components-adscart-and-cancellation-policy-details--style-4 {
675
+ padding-left: 20px;
676
+ }
677
+
678
+ .ads-components-adscart-and-cancellation-policy-details--style-5 {
679
+ margin-bottom: 10px;
680
+ }
681
+
682
+ .ads-components-adscart-and-cancellation-policy-details--style-6 {
683
+ color: #a82227;
684
+ }
685
+
686
+ .ads-components-adscart-and-cancellation-policy-details--style-7 {
687
+ display: flex;
688
+ justify-content: space-between;
689
+ width: 100%;
690
+ }
691
+
692
+ .ads-components-adscart-and-cancellation-policy-details--style-8 {
693
+ cursor: pointer;
694
+ color: #a82227;
695
+ font-size: 20px;
696
+ text-decoration: none;
697
+ margin-bottom: 10px;
698
+ }
699
+
700
+ .ads-components-adscart-and-cancellation-policy-details--style-9 {
701
+ width: 1px;
702
+ }
703
+
704
+ .ads-components-adscart-and-cancellation-policy-details--style-10 {
705
+ width: 20px;
706
+ position: relative;
707
+ }
708
+
709
+ .ads-components-adscart-and-cancellation-policy-details--style-11 {
710
+ position: absolute;
711
+ top: -4px;
712
+ right: -93px;
713
+ color: #008000;
714
+ padding: 5px;
715
+ border-radius: 30px;
716
+ width: 30px;
717
+ height: 30px;
718
+ text-align: center;
719
+ }
720
+
721
+ .ads-components-adscart-and-cancellation-policy-details--style-12 {
722
+ cursor: pointer;
723
+ color: #a82227;
724
+ font-size: 20px;
725
+ text-decoration: none;
726
+ margin-bottom: 10px;
727
+ }
728
+
729
+ .ads-components-adscart-and-cancellation-policy-details--style-13 {
730
+ cursor: pointer;
731
+ font-size: 20px;
732
+ color: #a82227;
733
+ }
734
+
735
+ .ads-components-adscart-and-cancellation-policy-details--style-14 {
736
+ }
737
+
738
+ .ads-components-adscart-and-cancellation-policy-details--style-15 {
739
+ color: #a82227;
740
+ margin: 25px;
741
+ }
742
+
743
+ .ads-components-adscart-and-cancellation-policy-details--style-16 {
744
+ color: #a82227;
745
+ margin: 25px;
746
+ }
747
+
748
+ .ads-components-adscart-and-cancellation-policy-details--style-17 {
749
+ }
750
+
751
+ .ads-components-adscart-and-cancellation-policy-details--style-18 {
752
+ color: #a82227;
753
+ margin: 25px;
754
+ }
755
+
756
+ .ads-components-adscart-and-cancellation-policy-details--style-19 {
757
+ margin-bottom: 15px;
758
+ }
759
+
760
+ .ads-components-adscart-and-cancellation-policy-details--style-20 {
761
+ display: flex;
762
+ justify-content: space-between;
763
+ }
764
+
765
+ .ads-components-adscart-and-cancellation-policy-details--style-21 {
766
+ font-weight: bold;
767
+ margin-top: 10px;
768
+ display: flex;
769
+ justify-content: space-between;
770
+ }
771
+
772
+ .ads-components-adscart-details--style-1 {
773
+ padding-left: 50px;
774
+ }
775
+
776
+ .ads-components-adscart-details--style-2 {
777
+ padding-left: 50px;
778
+ }
779
+
780
+ .ads-components-adscart-details--style-3 {
781
+ cursor: pointer;
782
+ margin-left: 20px;
783
+ }
784
+
785
+ .ads-components-adscart-details--style-4 {
786
+ color: #a82227;
787
+ margin: 25px;
788
+ }
789
+
790
+ .ads-components-adscart-details--style-5 {
791
+ position: sticky;
792
+ bottom: 0;
793
+ background-color: #fff;
794
+ padding: 15px 20px;
795
+ font-size: 18px;
796
+ font-weight: bold;
797
+ box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
798
+ z-index: 10;
799
+ }
800
+
801
+ .ads-components-adsdesktop-inbox--style-1 {
802
+ margin-top: 20px;
803
+ }
804
+
805
+ .ads-components-adsdesktop-inbox--style-2 {
806
+ text-align: center;
807
+ }
808
+
809
+ .ads-components-adsdesktop-inbox--style-3 {
810
+ flex: 1;
811
+ }
812
+
813
+ .ads-components-adsdocuments--style-1 {
814
+ width: 100%;
815
+ }
816
+
817
+ .ads-components-advertisement-module-card--style-1 {
818
+ border: 1px solid #ccc;
819
+ background-color: white;
820
+ border-radius: 8px;
821
+ overflow: hidden;
822
+ max-width: 30%;
823
+ margin: 10px auto;
824
+ min-width: 24%;
825
+ }
826
+
827
+ .ads-components-advertisement-module-card--style-2 {
828
+ width: 100%;
829
+ height: 200px;
830
+ position: relative;
831
+ padding: 10px;
832
+ }
833
+
834
+ .ads-components-advertisement-module-card--style-3 {
835
+ width: 100%;
836
+ height: 100%;
837
+ background-size: cover;
838
+ background-repeat: no-repeat;
839
+ background-position: center;
840
+ min-width: 0;
841
+ }
842
+
843
+ .ads-components-advertisement-module-card--style-4 {
844
+ padding: 10px;
845
+ }
846
+
847
+ .ads-components-advertisement-module-card--style-5 {
848
+ margin: 0;
849
+ color: #a82227;
850
+ }
851
+
852
+ .ads-components-advertisement-module-card--style-6 {
853
+ margin: 5px 0;
854
+ font-weight: bold;
855
+ }
856
+
857
+ .ads-components-advertisement-module-card--style-7 {
858
+ margin-left: 5px;
859
+ color: #a82227;
860
+ }
861
+
862
+ .ads-components-advertisement-module-card--style-8 {
863
+ display: flex;
864
+ justify-content: space-between;
865
+ }
866
+
867
+ .ads-components-advertisement-module-card--style-9 {
868
+ display: flex;
869
+ justify-content: space-between;
870
+ }
871
+
872
+ .ads-components-advertisement-module-card--style-10 {
873
+ background-color: green;
874
+ color: white;
875
+ border: 1px solid #ccc;
876
+ padding: 5px 10px;
877
+ border-radius: 4px;
878
+ }
879
+
880
+ .ads-components-advertisement-module-card--style-11 {
881
+ background-color: #a82227;
882
+ color: white;
883
+ border: 1px solid #ccc;
884
+ padding: 5px 10px;
885
+ border-radius: 4px;
886
+ }
887
+
888
+ .ads-components-booking-popup--style-1 {
889
+ box-shadow: none;
890
+ }
891
+
892
+ .ads-components-booking-popup--style-2 {
893
+ display: flex;
894
+ justify-content: center;
895
+ gap: 20px;
896
+ flex-direction: column;
897
+ align-items: center;
898
+ }
899
+
900
+ .ads-components-citizen-consent--style-1 {
901
+ display: flex;
902
+ justify-content: flex-end;
903
+ }
904
+
905
+ .ads-components-citizen-consent--style-2 {
906
+ display: flex;
907
+ justify-content: flex-end;
908
+ }
909
+
910
+ .ads-components-citizen-consent--style-3 {
911
+ color: red;
912
+ }
913
+
914
+ .ads-components-citizen-consent--style-4 {
915
+ color: green;
916
+ }
917
+
918
+ .ads-components-citizen-consent--style-5 {
919
+ display: flex;
920
+ justify-content: flex-end;
921
+ }
922
+
923
+ .ads-citizen-consent__modal-overlay {
924
+ position: fixed;
925
+ inset: 0;
926
+ z-index: 10000;
927
+ display: flex;
928
+ align-items: center;
929
+ justify-content: center;
930
+ padding: 24px;
931
+ background: rgba(15, 36, 53, 0.58);
932
+ }
933
+
934
+ .ads-citizen-consent__modal-content {
935
+ width: min(860px, 100%);
936
+ max-height: calc(100vh - 48px);
937
+ padding: 28px;
938
+ overflow-y: auto;
939
+ background: #fff;
940
+ border: 0;
941
+ border-radius: 8px;
942
+ box-shadow: 0 18px 48px rgba(15, 36, 53, 0.3);
943
+ outline: none;
944
+ }
945
+
946
+ .ads-consent-declaration {
947
+ color: #1f2933;
948
+ font-size: 14px;
949
+ line-height: 1.6;
950
+ }
951
+
952
+ .ads-consent-declaration__title {
953
+ margin: 0 0 20px;
954
+ color: #003c71;
955
+ font-size: 20px;
956
+ font-weight: 700;
957
+ line-height: 1.3;
958
+ text-align: center;
959
+ }
960
+
961
+ .ads-consent-declaration__intro {
962
+ margin-bottom: 16px;
963
+ padding: 12px 14px;
964
+ background: #f3f8fb;
965
+ border-left: 4px solid #003c71;
966
+ }
967
+
968
+ .ads-consent-declaration__paragraph {
969
+ margin: 0;
970
+ }
971
+
972
+ .ads-consent-declaration__item {
973
+ display: flex;
974
+ gap: 10px;
975
+ margin: 10px 0;
976
+ }
977
+
978
+ .ads-consent-declaration__item-number {
979
+ flex: 0 0 22px;
980
+ color: #003c71;
981
+ font-weight: 700;
982
+ }
983
+
984
+ @media (max-width: 780px) {
985
+ .ads-citizen-consent__modal-overlay {
986
+ align-items: flex-end;
987
+ padding: 12px;
988
+ }
989
+
990
+ .ads-citizen-consent__modal-content {
991
+ max-height: calc(100vh - 24px);
992
+ padding: 20px 16px;
993
+ border-radius: 8px 8px 0 0;
994
+ }
995
+
996
+ .ads-consent-declaration__title {
997
+ font-size: 17px;
998
+ }
999
+ }
1000
+
1001
+ .ads-components-existing-booking-details--style-1 {
1002
+ margin-left: 16px;
1003
+ margin-top: 16px;
1004
+ }
1005
+
1006
+ .ads-components-inbox-application-card--style-1 {
1007
+ margin-top: 20px;
1008
+ }
1009
+
1010
+ .ads-components-inbox-application-card--style-2 {
1011
+ text-align: center;
1012
+ }
1013
+
1014
+ .ads-components-inbox-new-inbox-filter--style-1 {
1015
+ align-items: center;
1016
+ }
1017
+
1018
+ .ads-components-inbox-new-inbox-filter--style-2 {
1019
+ display: flex;
1020
+ align-items: center;
1021
+ }
1022
+
1023
+ .ads-components-inbox-new-inbox-filter--style-3 {
1024
+ margin-left: 8px;
1025
+ font-weight: normal;
1026
+ }
1027
+
1028
+ .ads-components-inbox-new-inbox-filter--style-4 {
1029
+ border: 1px solid #e0e0e0;
1030
+ padding: 6px;
1031
+ }
1032
+
1033
+ .ads-components-inbox-status--style-1 {
1034
+ font-weight: normal;
1035
+ }
1036
+
1037
+ .ads-components-inbox-search--style-1 {
1038
+ width: 100%;
1039
+ display: grid;
1040
+ }
1041
+
1042
+ .ads-components-inbox-search--style-2 {
1043
+ width: 100%;
1044
+ }
1045
+
1046
+ .ads-components-inbox-search--style-3 {
1047
+ padding-top: 9px;
1048
+ }
1049
+
1050
+ .ads-components-inbox-search--style-4 {
1051
+ flex: 1;
1052
+ }
1053
+
1054
+ .ads-components-inbox-search--style-5 {
1055
+ flex: 1;
1056
+ }
1057
+
1058
+ .ads-components-loader--style-1 {
1059
+ position: fixed;
1060
+ top: 50%;
1061
+ left: 50%;
1062
+ transform: translate(-50%, -50%);
1063
+ z-index: 9999;
1064
+ }
1065
+
1066
+ .ads-components-location-search--style-1 {
1067
+ background-position: left;
1068
+ color: #222;
1069
+ caret-color: #222;
1070
+ }
1071
+
1072
+ .ads-components-location-search-card--style-1 {
1073
+ position: relative;
1074
+ }
1075
+
1076
+ .ads-components-location-search-card--style-2 {
1077
+ display: flex;
1078
+ }
1079
+
1080
+ .ads-components-location-search-card--style-3 {
1081
+ position: absolute;
1082
+ left: 12px;
1083
+ top: 12px;
1084
+ padding: 8px 10px;
1085
+ background: #fff;
1086
+ color: #0b74de;
1087
+ border: none;
1088
+ border-radius: 6px;
1089
+ cursor: pointer;
1090
+ font-weight: 700;
1091
+ font-size: 13px;
1092
+ line-height: 16px;
1093
+ z-index: 9999;
1094
+ appearance: none;
1095
+ -webkit-appearance: none;
1096
+ background-image: none;
1097
+ text-transform: none;
1098
+ }
1099
+
1100
+ .ads-components-location-search-card--style-4 {
1101
+ color: red;
1102
+ display: inline-block;
1103
+ }
1104
+
1105
+ .ads-components-location-search-card--style-5 {
1106
+ padding: 12px;
1107
+ }
1108
+
1109
+ .ads-components-mobile-inbox--style-1 {
1110
+ padding: 0;
1111
+ }
1112
+
1113
+ .ads-components-search-application--style-1 {
1114
+ margin-top: 10px;
1115
+ }
1116
+
1117
+ .ads-components-search-application--style-2 {
1118
+ margin-top: 20px;
1119
+ }
1120
+
1121
+ .ads-components-search-application--style-3 {
1122
+ text-align: center;
1123
+ }
1124
+
1125
+ .ads-page-components-adsaddress--style-1 {
1126
+ color: red;
1127
+ }
1128
+
1129
+ .ads-page-components-adsaddress--style-2 {
1130
+ color: red;
1131
+ }
1132
+
1133
+ .ads-page-components-adsaddress--style-3 {
1134
+ color: red;
1135
+ }
1136
+
1137
+ .ads-page-components-adsaddress--style-4 {
1138
+ color: red;
1139
+ }
1140
+
1141
+ .ads-page-components-adsaddress--style-5 {
1142
+ color: red;
1143
+ }
1144
+
1145
+ .ads-page-components-adsaddress--style-6 {
1146
+ width: 50%;
1147
+ }
1148
+
1149
+ .ads-page-components-adsaddress--style-7 {
1150
+ color: red;
1151
+ }
1152
+
1153
+ .ads-page-components-adsaddress--style-8 {
1154
+ color: red;
1155
+ }
1156
+
1157
+ .ads-page-components-adsaddress--style-9 {
1158
+ color: red;
1159
+ }
1160
+
1161
+ .ads-page-components-adsaddress--style-10 {
1162
+ color: red;
1163
+ }
1164
+
1165
+ .ads-page-components-adsaddress-field--style-1 {
1166
+ width: 100%;
1167
+ margin-top: 8px;
1168
+ }
1169
+
1170
+ .ads-page-components-adscitizen-details--style-1 {
1171
+ position: relative;
1172
+ }
1173
+
1174
+ .ads-page-components-adscitizen-details--style-2 {
1175
+ position: absolute;
1176
+ right: 0;
1177
+ }
1178
+
1179
+ .ads-page-components-adscitizen-details--style-3 {
1180
+ width: 100%;
1181
+ }
1182
+
1183
+ .ads-page-components-adscitizen-details--style-4 {
1184
+ color: red;
1185
+ }
1186
+
1187
+ .ads-page-components-adscitizen-details--style-5 {
1188
+ color: red;
1189
+ margin-top: 4px;
1190
+ margin-bottom: 0;
1191
+ }
1192
+
1193
+ .ads-page-components-adscitizen-details--style-6 {
1194
+ color: red;
1195
+ }
1196
+
1197
+ .ads-page-components-adscitizen-details--style-7 {
1198
+ color: red;
1199
+ margin-top: 4px;
1200
+ margin-bottom: 0;
1201
+ }
1202
+
1203
+ .ads-page-components-adscitizen-details--style-8 {
1204
+ color: red;
1205
+ margin-top: 4px;
1206
+ margin-bottom: 0;
1207
+ }
1208
+
1209
+ .ads-page-components-adscitizen-details--style-9 {
1210
+ color: red;
1211
+ }
1212
+
1213
+ .ads-page-components-adscitizen-details--style-10 {
1214
+ color: red;
1215
+ margin-top: 4px;
1216
+ margin-bottom: 0;
1217
+ }
1218
+
1219
+ .ads-page-components-adscitizen-details-new--style-1 {
1220
+ color: red;
1221
+ margin-top: 4px;
1222
+ margin-bottom: 0;
1223
+ }
1224
+
1225
+ .ads-page-components-adscitizen-details-new--style-2 {
1226
+ color: red;
1227
+ margin-top: 4px;
1228
+ margin-bottom: 0;
1229
+ }
1230
+
1231
+ .ads-page-components-adscitizen-details-new--style-3 {
1232
+ color: red;
1233
+ margin-top: 4px;
1234
+ margin-bottom: 0;
1235
+ }
1236
+
1237
+ .ads-page-components-adscitizen-details-new--style-4 {
1238
+ color: red;
1239
+ margin-top: 4px;
1240
+ margin-bottom: 0;
1241
+ }
1242
+
1243
+ .ads-page-components-adscitizen-details-new--style-5 {
1244
+ color: red;
1245
+ margin-top: 4px;
1246
+ margin-bottom: 0;
1247
+ }
1248
+
1249
+ .ads-page-components-adscitizen-details-new--style-6 {
1250
+ display: flex;
1251
+ align-items: center;
1252
+ gap: 10px;
1253
+ cursor: pointer;
1254
+ }
1255
+
1256
+ .ads-page-components-adscitizen-details-new--style-7 {
1257
+ width: 18px;
1258
+ height: 18px;
1259
+ cursor: pointer;
1260
+ }
1261
+
1262
+ .ads-page-components-adscitizen-details-new--style-8 {
1263
+ cursor: pointer;
1264
+ color: #007bff;
1265
+ text-decoration: underline;
1266
+ margin: 0;
1267
+ }
1268
+
1269
+ .ads-page-components-adscitizen-details-new--style-9 {
1270
+ color: red;
1271
+ }
1272
+
1273
+ .ads-page-components-adscitizen-second--style-1 {
1274
+ display: flex;
1275
+ justify-content: end;
1276
+ }
1277
+
1278
+ .ads-page-components-adscitizen-second--style-2 {
1279
+ margin-right: 6px;
1280
+ }
1281
+
1282
+ .ads-page-components-adscitizen-second--style-3 {
1283
+ display: flex;
1284
+ flex-wrap: wrap;
1285
+ gap: 12px;
1286
+ }
1287
+
1288
+ .ads-page-components-adscitizen-second--style-4 {
1289
+ text-align: center;
1290
+ margin-top: 1rem;
1291
+ }
1292
+
1293
+ .ads-page-components-adsdocument-details--style-1 {
1294
+ position: relative;
1295
+ }
1296
+
1297
+ .ads-page-components-adsdocument-details--style-2 {
1298
+ position: absolute;
1299
+ right: 0;
1300
+ }
1301
+
1302
+ .ads-page-components-adsdocument-details--style-3 {
1303
+ margin-bottom: 24px;
1304
+ }
1305
+
1306
+ .ads-page-components-adsdocument-details--style-4 {
1307
+ display: flex;
1308
+ align-items: center;
1309
+ gap: 8px;
1310
+ }
1311
+
1312
+ .ads-page-components-adspenalty--style-1 {
1313
+ display: flex;
1314
+ gap: 20px;
1315
+ }
1316
+
1317
+ .ads-page-components-adspenalty--style-2 {
1318
+ color: red;
1319
+ }
1320
+
1321
+ .ads-page-components-adspenalty--style-3 {
1322
+ color: red;
1323
+ }
1324
+
1325
+ .ads-page-components-adspenalty--style-4 {
1326
+ background: white;
1327
+ color: black;
1328
+ border: 1px solid;
1329
+ margin-right: 10px;
1330
+ }
1331
+
1332
+ .ads-page-components-adsrequired-doc--style-1 {
1333
+ display: flex;
1334
+ justify-content: space-between;
1335
+ width: 100%;
1336
+ }
1337
+
1338
+ .ads-page-components-adsselect-proof-identity--style-1 {
1339
+ margin-bottom: 24px;
1340
+ }
1341
+
1342
+ .ads-page-components-adsselect-proof-identity--style-2 {
1343
+ width: 100%;
1344
+ }
1345
+
1346
+ .ads-page-components-adssite-inspection--style-1 {
1347
+ margin-bottom: 24px;
1348
+ }
1349
+
1350
+ .ads-page-components-adssite-inspection--style-2 {
1351
+ color: red;
1352
+ }
1353
+
1354
+ .ads-page-components-adssite-inspection--style-3 {
1355
+ width: 100%;
1356
+ }
1357
+
1358
+ .ads-page-components-adssite-inspection--style-4 {
1359
+ color: red;
1360
+ }
1361
+
1362
+ .ads-page-components-adssite-master--style-1 {
1363
+ margin: 12px 0;
1364
+ padding: 8px;
1365
+ border: 1px dashed #ddd;
1366
+ border-radius: 6px;
1367
+ }
1368
+
1369
+ .ads-page-components-adssite-master--style-2 {
1370
+ font-weight: 600;
1371
+ margin-bottom: 8px;
1372
+ }
1373
+
1374
+ .ads-page-components-adssite-master--style-3 {
1375
+ flex: 1;
1376
+ }
1377
+
1378
+ .ads-page-components-adssite-master--style-4 {
1379
+ font-size: 13px;
1380
+ font-weight: 500;
1381
+ }
1382
+
1383
+ .ads-page-components-adssite-master--style-5 {
1384
+ font-size: 12px;
1385
+ color: #666;
1386
+ }
1387
+
1388
+ .ads-page-components-adssite-master--style-6 {
1389
+ display: flex;
1390
+ gap: 8px;
1391
+ }
1392
+
1393
+ .ads-page-components-adssite-master--style-7 {
1394
+ background: #fff;
1395
+ border: 1px solid #ccc;
1396
+ padding: 6px 8px;
1397
+ border-radius: 4px;
1398
+ cursor: pointer;
1399
+ }
1400
+
1401
+ .ads-page-components-adssite-master--style-8 {
1402
+ background: transparent;
1403
+ border: 1px solid #ccc;
1404
+ padding: 6px 8px;
1405
+ border-radius: 4px;
1406
+ cursor: pointer;
1407
+ }
1408
+
1409
+ .ads-page-components-adssite-master--style-9 {
1410
+ color: red;
1411
+ }
1412
+
1413
+ .ads-page-components-adssite-master--style-10 {
1414
+ color: red;
1415
+ }
1416
+
1417
+ .ads-page-components-adssite-master--style-11 {
1418
+ color: red;
1419
+ }
1420
+
1421
+ .ads-page-components-adssite-master--style-12 {
1422
+ color: red;
1423
+ }
1424
+
1425
+ .ads-page-components-adssite-master--style-13 {
1426
+ color: red;
1427
+ }
1428
+
1429
+ .ads-page-components-adssite-master--style-14 {
1430
+ color: red;
1431
+ }
1432
+
1433
+ .ads-page-components-adssite-master--style-15 {
1434
+ color: red;
1435
+ }
1436
+
1437
+ .ads-page-components-adssite-master--style-16 {
1438
+ color: red;
1439
+ }
1440
+
1441
+ .ads-page-components-adssite-master--style-17 {
1442
+ color: red;
1443
+ }
1444
+
1445
+ .ads-page-components-adssite-master--style-18 {
1446
+ color: red;
1447
+ }
1448
+
1449
+ .ads-page-components-adssite-master--style-19 {
1450
+ color: red;
1451
+ }
1452
+
1453
+ .ads-page-components-adssite-master--style-20 {
1454
+ color: red;
1455
+ }
1456
+
1457
+ .ads-page-components-adssite-master--style-21 {
1458
+ color: red;
1459
+ }
1460
+
1461
+ .ads-page-components-adssite-master--style-22 {
1462
+ margin-top: 12px;
1463
+ }
1464
+
1465
+ .ads-page-components-adssite-master--style-23 {
1466
+ color: red;
1467
+ }
1468
+
1469
+ .ads-page-components-adssite-master--style-24 {
1470
+ color: red;
1471
+ }
1472
+
1473
+ .ads-page-components-adssite-master--style-25 {
1474
+ color: red;
1475
+ }
1476
+
1477
+ .ads-page-components-adssite-master--style-26 {
1478
+ color: red;
1479
+ }
1480
+
1481
+ .ads-page-components-adssite-master--style-27 {
1482
+ margin-top: 12px;
1483
+ }
1484
+
1485
+ .ads-page-components-adssite-master--style-28 {
1486
+ color: red;
1487
+ }
1488
+
1489
+ .ads-page-components-adssite-master--style-29 {
1490
+ margin-left: 8px;
1491
+ }
1492
+
1493
+ .ads-page-components-adssite-master--style-30 {
1494
+ color: red;
1495
+ }
1496
+
1497
+ .ads-page-components-adssite-master--style-31 {
1498
+ margin-top: 12px;
1499
+ }
1500
+
1501
+ .ads-page-components-adssite-master--style-32 {
1502
+ color: red;
1503
+ }
1504
+
1505
+ .ads-page-components-adssite-master--style-33 {
1506
+ margin-left: 8px;
1507
+ }
1508
+
1509
+ .ads-page-components-adssite-master--style-34 {
1510
+ color: red;
1511
+ }
1512
+
1513
+ .ads-page-components-adssite-master--style-35 {
1514
+ margin: 12px 0;
1515
+ }
1516
+
1517
+ .ads-page-components-adssite-master--style-36 {
1518
+ background: #f1f1f1;
1519
+ border: 1px solid #ccc;
1520
+ padding: 8px 12px;
1521
+ border-radius: 4px;
1522
+ cursor: pointer;
1523
+ }
1524
+
1525
+ .ads-page-components-adswfcaption--style-1 {
1526
+ overflow-x: scroll;
1527
+ }
1528
+
1529
+ .ads-page-components-adsearch--style-1 {
1530
+ padding-left: 50px;
1531
+ }
1532
+
1533
+ .ads-page-components-adsearch--style-2 {
1534
+ padding-left: 50px;
1535
+ }
1536
+
1537
+ .ads-page-components-adsearch--style-3 {
1538
+ display: flex;
1539
+ flex-direction: row;
1540
+ gap: 15px;
1541
+ }
1542
+
1543
+ .ads-page-components-adsearch--style-4 {
1544
+ width: 1px;
1545
+ }
1546
+
1547
+ .ads-page-components-adsearch--style-5 {
1548
+ width: 1px;
1549
+ position: relative;
1550
+ }
1551
+
1552
+ .ads-page-components-adsearch--style-6 {
1553
+ position: absolute;
1554
+ right: 83px;
1555
+ background-color: #ffffff;
1556
+ color: #008000;
1557
+ padding: 4px;
1558
+ border-radius: 30px;
1559
+ margin: 1px 0 1px 0;
1560
+ width: 31px;
1561
+ height: 30px;
1562
+ text-align: center;
1563
+ transform: translateX(100%);
1564
+ }
1565
+
1566
+ .ads-page-components-adsearch--style-7 {
1567
+ overflow-x: auto;
1568
+ }
1569
+
1570
+ .ads-page-components-adsearch--style-8 {
1571
+ width: 100%;
1572
+ overflow-x: auto;
1573
+ }
1574
+
1575
+ .ads-page-components-gis--style-1 {
1576
+ position: fixed;
1577
+ background: #00000050;
1578
+ width: 100%;
1579
+ height: 100vh;
1580
+ top: 0;
1581
+ left: 0;
1582
+ z-index: 9999;
1583
+ }
1584
+
1585
+ .ads-page-components-gis--style-2 {
1586
+ position: relative;
1587
+ margin-top: 60px;
1588
+ }
1589
+
1590
+ .ads-page-components-gis--style-3 {
1591
+ position: relative;
1592
+ margin-top: 100px;
1593
+ margin-bottom: -100px;
1594
+ }
1595
+
1596
+ .ads-page-components-response--style-1 {
1597
+ padding: 10px;
1598
+ }
1599
+
1600
+ .ads-page-components-response--style-2 {
1601
+ display: flex;
1602
+ justify-content: flex-end;
1603
+ align-items: baseline;
1604
+ }
1605
+
1606
+ .ads-pages-citizen-adsapplication-details--style-1 {
1607
+ margin-right: auto;
1608
+ max-width: 960px;
1609
+ }
1610
+
1611
+ .ads-pages-citizen-adsapplication-details--style-2 {
1612
+ font-size: 24px;
1613
+ }
1614
+
1615
+ .ads-pages-citizen-adsapplication-details--style-3 {
1616
+ font-size: 24px;
1617
+ }
1618
+
1619
+ .ads-pages-citizen-adsapplication-details--style-4 {
1620
+ display: flex;
1621
+ flex-wrap: wrap;
1622
+ gap: 30px;
1623
+ }
1624
+
1625
+ .ads-pages-citizen-adsapplication-details--style-5 {
1626
+ padding: 0 1.5rem;
1627
+ }
1628
+
1629
+ .ads-pages-citizen-adsapplication-details--style-6 {
1630
+ font-size: 24px;
1631
+ }
1632
+
1633
+ .ads-pages-citizen-adsapplication-details--style-7 {
1634
+ display: flex;
1635
+ flex-wrap: wrap;
1636
+ gap: 30px;
1637
+ }
1638
+
1639
+ .ads-pages-citizen-adsapplication-details--style-8 {
1640
+ padding: 0 1.5rem;
1641
+ }
1642
+
1643
+ .ads-pages-citizen-create-adsacknowledgement--style-1 {
1644
+ padding: 10px;
1645
+ }
1646
+
1647
+ .ads-pages-citizen-create-adsacknowledgement--style-2 {
1648
+ display: flex;
1649
+ justify-content: flex-end;
1650
+ align-items: baseline;
1651
+ }
1652
+
1653
+ .ads-pages-citizen-create-check-page--style-1 {
1654
+ cursor: pointer;
1655
+ margin-left: 20px;
1656
+ }
1657
+
1658
+ .ads-pages-citizen-create-check-page--style-2 {
1659
+ display: flex;
1660
+ justify-content: space-between;
1661
+ width: 100%;
1662
+ }
1663
+
1664
+ .ads-pages-citizen-create-check-page--style-3 {
1665
+ font-size: 24px;
1666
+ }
1667
+
1668
+ .ads-pages-citizen-create-check-page--style-4 {
1669
+ font-size: 24px;
1670
+ }
1671
+
1672
+ .ads-pages-citizen-create-check-page--style-5 {
1673
+ font-size: 24px;
1674
+ }
1675
+
1676
+ .ads-pages-citizen-create-check-page--style-6 {
1677
+ font-size: 24px;
1678
+ }
1679
+
1680
+ .ads-pages-citizen-index--style-1 {
1681
+ width: 100%;
1682
+ }
1683
+
1684
+ .ads-pages-employee-application-details--style-1 {
1685
+ margin-bottom: 15px;
1686
+ }
1687
+
1688
+ .ads-pages-employee-application-details--style-2 {
1689
+ display: flex;
1690
+ justify-content: space-between;
1691
+ align-items: center;
1692
+ }
1693
+
1694
+ .ads-pages-employee-application-details--style-3 {
1695
+ display: flex;
1696
+ align-items: center;
1697
+ gap: 12px;
1698
+ }
1699
+
1700
+ .ads-pages-employee-application-details--style-4 {
1701
+ position: relative;
1702
+ z-index: 10;
1703
+ }
1704
+
1705
+ .ads-pages-employee-application-details--style-5 {
1706
+ display: flex;
1707
+ justify-content: flex-end;
1708
+ }
1709
+
1710
+ .ads-pages-employee-application-details--style-6 {
1711
+ display: flex;
1712
+ flex-wrap: wrap;
1713
+ gap: 30px;
1714
+ }
1715
+
1716
+ .ads-pages-employee-application-details--style-7 {
1717
+ padding: 0 1.5rem;
1718
+ }
1719
+
1720
+ .ads-pages-employee-application-details--style-8 {
1721
+ display: flex;
1722
+ flex-wrap: wrap;
1723
+ gap: 30px;
1724
+ }
1725
+
1726
+ .ads-pages-employee-application-details--style-9 {
1727
+ padding: 0 1.5rem;
1728
+ }
1729
+
1730
+ .ads-pages-employee-index--style-1 {
1731
+ margin-left: 10px;
1732
+ }
1733
+ /* ADS has no quick links below the inbox heading, so keep its service banner compact. */
1734
+ .employeeCard.filter.inboxLinks.ads-inbox-links {
1735
+ height: auto;
1736
+ max-height: none;
1737
+ min-height: 0;
1738
+ overflow: visible;
1739
+ padding: 12px 18px !important;
1740
+ }
1741
+
1742
+ .ads-inbox-links__container {
1743
+ display: flex;
1744
+ width: 100%;
1745
+ min-width: 0;
1746
+ align-items: center;
1747
+ }
1748
+
1749
+ .ads-inbox-links__header {
1750
+ display: flex;
1751
+ flex: 1 1 auto;
1752
+ width: 100%;
1753
+ max-width: 100%;
1754
+ min-width: 0;
1755
+ align-items: center;
1756
+ }
1757
+
1758
+ .ads-inbox-links__logo {
1759
+ display: inline-flex;
1760
+ flex: 0 0 56px;
1761
+ width: 56px;
1762
+ height: 56px;
1763
+ align-items: center;
1764
+ justify-content: center;
1765
+ }
1766
+
1767
+ .ads-inbox-links__logo svg {
1768
+ width: 32px;
1769
+ height: 32px;
1770
+ }
1771
+
1772
+ .ads-inbox-links__logo svg path {
1773
+ fill: #1359c8;
1774
+ }
1775
+
1776
+ .ads-inbox-links__title {
1777
+ display: block;
1778
+ flex: 1 1 auto;
1779
+ min-width: 0;
1780
+ padding-left: 16px;
1781
+ overflow-wrap: anywhere;
1782
+ font-size: 20px;
1783
+ font-weight: 700;
1784
+ line-height: 28px;
1785
+ white-space: normal;
1786
+ }
1787
+
1788
+ .ads-inbox-links__body {
1789
+ display: flex;
1790
+ flex-direction: column;
1791
+ }
1792
+
1793
+ .ads-inbox-links__body--empty {
1794
+ display: none;
1795
+ }
1796
+
1797
+ .ads-inbox-links__link {
1798
+ padding: 8px;
1799
+ color: #2947a3;
1800
+ }
1801
+
1802
+ @media (max-width: 768px) {
1803
+ .ads-inbox-links__title {
1804
+ font-size: 18px;
1805
+ line-height: 24px;
1806
+ }
1807
+ }