@pmidc/upyog-css 1.2.36-dev.1.21 → 1.2.36-dev.1.25

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 +23654 -14870
  2. package/dist/index.min.css +1 -1
  3. package/package.json +1 -1
  4. package/src/components/CardBasedOptions.scss +537 -537
  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 +969 -969
  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 +226 -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 +302 -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 +895 -895
  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 +2429 -2423
  82. package/src/modules/BPA/index.scss +5241 -399
  83. package/src/modules/TL/index.scss +796 -796
  84. package/src/modules/adv/index.scss +1657 -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 +541 -238
  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 +220 -220
  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 +733 -733
  122. package/src/pages/employee/landing.scss +1802 -1802
  123. package/src/pages/employee/login.scss +252 -252
  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,1657 @@
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
+
646
+ /* ADS inline style extraction */
647
+ .ads-components-adscancel-booking--style-1 {
648
+ width: 80%;
649
+ justify-self: center;
650
+ }
651
+
652
+ .ads-components-adscancel-booking--style-2 {
653
+ color: red;
654
+ }
655
+
656
+ .ads-components-adscancel-booking--style-3 {
657
+ color: red;
658
+ margin-top: 4px;
659
+ margin-bottom: 0;
660
+ }
661
+
662
+ .ads-components-adscart-and-cancellation-policy-details--style-1 {
663
+ padding-left: 50px;
664
+ }
665
+
666
+ .ads-components-adscart-and-cancellation-policy-details--style-2 {
667
+ padding-left: 50px;
668
+ }
669
+
670
+ .ads-components-adscart-and-cancellation-policy-details--style-3 {
671
+ cursor: pointer;
672
+ margin-left: 20px;
673
+ }
674
+
675
+ .ads-components-adscart-and-cancellation-policy-details--style-4 {
676
+ padding-left: 20px;
677
+ }
678
+
679
+ .ads-components-adscart-and-cancellation-policy-details--style-5 {
680
+ margin-bottom: 10px;
681
+ }
682
+
683
+ .ads-components-adscart-and-cancellation-policy-details--style-6 {
684
+ color: #a82227;
685
+ }
686
+
687
+ .ads-components-adscart-and-cancellation-policy-details--style-7 {
688
+ display: flex;
689
+ justify-content: space-between;
690
+ width: 100%;
691
+ }
692
+
693
+ .ads-components-adscart-and-cancellation-policy-details--style-8 {
694
+ cursor: pointer;
695
+ color: #a82227;
696
+ font-size: 20px;
697
+ text-decoration: none;
698
+ margin-bottom: 10px;
699
+ }
700
+
701
+ .ads-components-adscart-and-cancellation-policy-details--style-9 {
702
+ width: 1px;
703
+ }
704
+
705
+ .ads-components-adscart-and-cancellation-policy-details--style-10 {
706
+ width: 20px;
707
+ position: relative;
708
+ }
709
+
710
+ .ads-components-adscart-and-cancellation-policy-details--style-11 {
711
+ position: absolute;
712
+ top: -4px;
713
+ right: -93px;
714
+ color: #008000;
715
+ padding: 5px;
716
+ border-radius: 30px;
717
+ width: 30px;
718
+ height: 30px;
719
+ text-align: center;
720
+ }
721
+
722
+ .ads-components-adscart-and-cancellation-policy-details--style-12 {
723
+ cursor: pointer;
724
+ color: #a82227;
725
+ font-size: 20px;
726
+ text-decoration: none;
727
+ margin-bottom: 10px;
728
+ }
729
+
730
+ .ads-components-adscart-and-cancellation-policy-details--style-13 {
731
+ cursor: pointer;
732
+ font-size: 20px;
733
+ color: #a82227;
734
+ }
735
+
736
+ .ads-components-adscart-and-cancellation-policy-details--style-14 {
737
+
738
+ }
739
+
740
+ .ads-components-adscart-and-cancellation-policy-details--style-15 {
741
+ color: #a82227;
742
+ margin: 25px;
743
+ }
744
+
745
+ .ads-components-adscart-and-cancellation-policy-details--style-16 {
746
+ color: #a82227;
747
+ margin: 25px;
748
+ }
749
+
750
+ .ads-components-adscart-and-cancellation-policy-details--style-17 {
751
+
752
+ }
753
+
754
+ .ads-components-adscart-and-cancellation-policy-details--style-18 {
755
+ color: #a82227;
756
+ margin: 25px;
757
+ }
758
+
759
+ .ads-components-adscart-and-cancellation-policy-details--style-19 {
760
+ margin-bottom: 15px;
761
+ }
762
+
763
+ .ads-components-adscart-and-cancellation-policy-details--style-20 {
764
+ display: flex;
765
+ justify-content: space-between;
766
+ }
767
+
768
+ .ads-components-adscart-and-cancellation-policy-details--style-21 {
769
+ font-weight: bold;
770
+ margin-top: 10px;
771
+ display: flex;
772
+ justify-content: space-between;
773
+ }
774
+
775
+ .ads-components-adscart-details--style-1 {
776
+ padding-left: 50px;
777
+ }
778
+
779
+ .ads-components-adscart-details--style-2 {
780
+ padding-left: 50px;
781
+ }
782
+
783
+ .ads-components-adscart-details--style-3 {
784
+ cursor: pointer;
785
+ margin-left: 20px;
786
+ }
787
+
788
+ .ads-components-adscart-details--style-4 {
789
+ color: #a82227;
790
+ margin: 25px;
791
+ }
792
+
793
+ .ads-components-adscart-details--style-5 {
794
+ position: sticky;
795
+ bottom: 0;
796
+ background-color: #fff;
797
+ padding: 15px 20px;
798
+ font-size: 18px;
799
+ font-weight: bold;
800
+ box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
801
+ z-index: 10;
802
+ }
803
+
804
+ .ads-components-adsdesktop-inbox--style-1 {
805
+ margin-top: 20px;
806
+ }
807
+
808
+ .ads-components-adsdesktop-inbox--style-2 {
809
+ text-align: center;
810
+ }
811
+
812
+ .ads-components-adsdesktop-inbox--style-3 {
813
+ flex: 1;
814
+ }
815
+
816
+ .ads-components-adsdocuments--style-1 {
817
+ width: 100%;
818
+ }
819
+
820
+ .ads-components-advertisement-module-card--style-1 {
821
+ border: 1px solid #ccc;
822
+ background-color: white;
823
+ border-radius: 8px;
824
+ overflow: hidden;
825
+ max-width: 30%;
826
+ margin: 10px auto;
827
+ min-width: 24%;
828
+ }
829
+
830
+ .ads-components-advertisement-module-card--style-2 {
831
+ width: 100%;
832
+ height: 200px;
833
+ position: relative;
834
+ padding: 10px;
835
+ }
836
+
837
+ .ads-components-advertisement-module-card--style-3 {
838
+ width: 100%;
839
+ height: 100%;
840
+ background-size: cover;
841
+ background-repeat: no-repeat;
842
+ background-position: center;
843
+ min-width: 0;
844
+ }
845
+
846
+ .ads-components-advertisement-module-card--style-4 {
847
+ padding: 10px;
848
+ }
849
+
850
+ .ads-components-advertisement-module-card--style-5 {
851
+ margin: 0;
852
+ color: #a82227;
853
+ }
854
+
855
+ .ads-components-advertisement-module-card--style-6 {
856
+ margin: 5px 0;
857
+ font-weight: bold;
858
+ }
859
+
860
+ .ads-components-advertisement-module-card--style-7 {
861
+ margin-left: 5px;
862
+ color: #a82227;
863
+ }
864
+
865
+ .ads-components-advertisement-module-card--style-8 {
866
+ display: flex;
867
+ justify-content: space-between;
868
+ }
869
+
870
+ .ads-components-advertisement-module-card--style-9 {
871
+ display: flex;
872
+ justify-content: space-between;
873
+ }
874
+
875
+ .ads-components-advertisement-module-card--style-10 {
876
+ background-color: green;
877
+ color: white;
878
+ border: 1px solid #ccc;
879
+ padding: 5px 10px;
880
+ border-radius: 4px;
881
+ }
882
+
883
+ .ads-components-advertisement-module-card--style-11 {
884
+ background-color: #a82227;
885
+ color: white;
886
+ border: 1px solid #ccc;
887
+ padding: 5px 10px;
888
+ border-radius: 4px;
889
+ }
890
+
891
+ .ads-components-booking-popup--style-1 {
892
+ box-shadow: none;
893
+ }
894
+
895
+ .ads-components-booking-popup--style-2 {
896
+ display: flex;
897
+ justify-content: center;
898
+ gap: 20px;
899
+ flex-direction: column;
900
+ align-items: center;
901
+ }
902
+
903
+ .ads-components-citizen-consent--style-1 {
904
+ display: flex;
905
+ justify-content: flex-end;
906
+ }
907
+
908
+ .ads-components-citizen-consent--style-2 {
909
+ display: flex;
910
+ justify-content: flex-end;
911
+ }
912
+
913
+ .ads-components-citizen-consent--style-3 {
914
+ color: red;
915
+ }
916
+
917
+ .ads-components-citizen-consent--style-4 {
918
+ color: green;
919
+ }
920
+
921
+ .ads-components-citizen-consent--style-5 {
922
+ display: flex;
923
+ justify-content: flex-end;
924
+ }
925
+
926
+ .ads-components-existing-booking-details--style-1 {
927
+ margin-left: 16px;
928
+ margin-top: 16px;
929
+ }
930
+
931
+ .ads-components-inbox-application-card--style-1 {
932
+ margin-top: 20px;
933
+ }
934
+
935
+ .ads-components-inbox-application-card--style-2 {
936
+ text-align: center;
937
+ }
938
+
939
+ .ads-components-inbox-new-inbox-filter--style-1 {
940
+ align-items: center;
941
+ }
942
+
943
+ .ads-components-inbox-new-inbox-filter--style-2 {
944
+ display: flex;
945
+ align-items: center;
946
+ }
947
+
948
+ .ads-components-inbox-new-inbox-filter--style-3 {
949
+ margin-left: 8px;
950
+ font-weight: normal;
951
+ }
952
+
953
+ .ads-components-inbox-new-inbox-filter--style-4 {
954
+ border: 1px solid #e0e0e0;
955
+ padding: 6px;
956
+ }
957
+
958
+ .ads-components-inbox-status--style-1 {
959
+ font-weight: normal;
960
+ }
961
+
962
+ .ads-components-inbox-search--style-1 {
963
+ width: 100%;
964
+ display: grid;
965
+ }
966
+
967
+ .ads-components-inbox-search--style-2 {
968
+ width: 100%;
969
+ }
970
+
971
+ .ads-components-inbox-search--style-3 {
972
+ padding-top: 9px;
973
+ }
974
+
975
+ .ads-components-inbox-search--style-4 {
976
+ flex: 1;
977
+ }
978
+
979
+ .ads-components-inbox-search--style-5 {
980
+ flex: 1;
981
+ }
982
+
983
+ .ads-components-loader--style-1 {
984
+ position: fixed;
985
+ top: 50%;
986
+ left: 50%;
987
+ transform: translate(-50%, -50%);
988
+ z-index: 9999;
989
+ }
990
+
991
+ .ads-components-location-search--style-1 {
992
+ background-position: left;
993
+ color: #222;
994
+ caret-color: #222;
995
+ }
996
+
997
+ .ads-components-location-search-card--style-1 {
998
+ position: relative;
999
+ }
1000
+
1001
+ .ads-components-location-search-card--style-2 {
1002
+ display: flex;
1003
+ }
1004
+
1005
+ .ads-components-location-search-card--style-3 {
1006
+ position: absolute;
1007
+ left: 12px;
1008
+ top: 12px;
1009
+ padding: 8px 10px;
1010
+ background: #fff;
1011
+ color: #0b74de;
1012
+ border: none;
1013
+ border-radius: 6px;
1014
+ cursor: pointer;
1015
+ font-weight: 700;
1016
+ font-size: 13px;
1017
+ line-height: 16px;
1018
+ z-index: 9999;
1019
+ appearance: none;
1020
+ -webkit-appearance: none;
1021
+ background-image: none;
1022
+ text-transform: none;
1023
+ }
1024
+
1025
+ .ads-components-location-search-card--style-4 {
1026
+ color: red;
1027
+ display: inline-block;
1028
+ }
1029
+
1030
+ .ads-components-location-search-card--style-5 {
1031
+ padding: 12px;
1032
+ }
1033
+
1034
+ .ads-components-mobile-inbox--style-1 {
1035
+ padding: 0;
1036
+ }
1037
+
1038
+ .ads-components-search-application--style-1 {
1039
+ margin-top: 10px;
1040
+ }
1041
+
1042
+ .ads-components-search-application--style-2 {
1043
+ margin-top: 20px;
1044
+ }
1045
+
1046
+ .ads-components-search-application--style-3 {
1047
+ text-align: center;
1048
+ }
1049
+
1050
+ .ads-page-components-adsaddress--style-1 {
1051
+ color: red;
1052
+ }
1053
+
1054
+ .ads-page-components-adsaddress--style-2 {
1055
+ color: red;
1056
+ }
1057
+
1058
+ .ads-page-components-adsaddress--style-3 {
1059
+ color: red;
1060
+ }
1061
+
1062
+ .ads-page-components-adsaddress--style-4 {
1063
+ color: red;
1064
+ }
1065
+
1066
+ .ads-page-components-adsaddress--style-5 {
1067
+ color: red;
1068
+ }
1069
+
1070
+ .ads-page-components-adsaddress--style-6 {
1071
+ width: 50%;
1072
+ }
1073
+
1074
+ .ads-page-components-adsaddress--style-7 {
1075
+ color: red;
1076
+ }
1077
+
1078
+ .ads-page-components-adsaddress--style-8 {
1079
+ color: red;
1080
+ }
1081
+
1082
+ .ads-page-components-adsaddress--style-9 {
1083
+ color: red;
1084
+ }
1085
+
1086
+ .ads-page-components-adsaddress--style-10 {
1087
+ color: red;
1088
+ }
1089
+
1090
+ .ads-page-components-adsaddress-field--style-1 {
1091
+ width: 100%;
1092
+ margin-top: 8px;
1093
+ }
1094
+
1095
+ .ads-page-components-adscitizen-details--style-1 {
1096
+ position: relative;
1097
+ }
1098
+
1099
+ .ads-page-components-adscitizen-details--style-2 {
1100
+ position: absolute;
1101
+ right: 0;
1102
+ }
1103
+
1104
+ .ads-page-components-adscitizen-details--style-3 {
1105
+ width: 100%;
1106
+ }
1107
+
1108
+ .ads-page-components-adscitizen-details--style-4 {
1109
+ color: red;
1110
+ }
1111
+
1112
+ .ads-page-components-adscitizen-details--style-5 {
1113
+ color: red;
1114
+ margin-top: 4px;
1115
+ margin-bottom: 0;
1116
+ }
1117
+
1118
+ .ads-page-components-adscitizen-details--style-6 {
1119
+ color: red;
1120
+ }
1121
+
1122
+ .ads-page-components-adscitizen-details--style-7 {
1123
+ color: red;
1124
+ margin-top: 4px;
1125
+ margin-bottom: 0;
1126
+ }
1127
+
1128
+ .ads-page-components-adscitizen-details--style-8 {
1129
+ color: red;
1130
+ margin-top: 4px;
1131
+ margin-bottom: 0;
1132
+ }
1133
+
1134
+ .ads-page-components-adscitizen-details--style-9 {
1135
+ color: red;
1136
+ }
1137
+
1138
+ .ads-page-components-adscitizen-details--style-10 {
1139
+ color: red;
1140
+ margin-top: 4px;
1141
+ margin-bottom: 0;
1142
+ }
1143
+
1144
+ .ads-page-components-adscitizen-details-new--style-1 {
1145
+ color: red;
1146
+ margin-top: 4px;
1147
+ margin-bottom: 0;
1148
+ }
1149
+
1150
+ .ads-page-components-adscitizen-details-new--style-2 {
1151
+ color: red;
1152
+ margin-top: 4px;
1153
+ margin-bottom: 0;
1154
+ }
1155
+
1156
+ .ads-page-components-adscitizen-details-new--style-3 {
1157
+ color: red;
1158
+ margin-top: 4px;
1159
+ margin-bottom: 0;
1160
+ }
1161
+
1162
+ .ads-page-components-adscitizen-details-new--style-4 {
1163
+ color: red;
1164
+ margin-top: 4px;
1165
+ margin-bottom: 0;
1166
+ }
1167
+
1168
+ .ads-page-components-adscitizen-details-new--style-5 {
1169
+ color: red;
1170
+ margin-top: 4px;
1171
+ margin-bottom: 0;
1172
+ }
1173
+
1174
+ .ads-page-components-adscitizen-details-new--style-6 {
1175
+ display: flex;
1176
+ align-items: center;
1177
+ gap: 10px;
1178
+ cursor: pointer;
1179
+ }
1180
+
1181
+ .ads-page-components-adscitizen-details-new--style-7 {
1182
+ width: 18px;
1183
+ height: 18px;
1184
+ cursor: pointer;
1185
+ }
1186
+
1187
+ .ads-page-components-adscitizen-details-new--style-8 {
1188
+ cursor: pointer;
1189
+ color: #007bff;
1190
+ text-decoration: underline;
1191
+ margin: 0;
1192
+ }
1193
+
1194
+ .ads-page-components-adscitizen-details-new--style-9 {
1195
+ color: red;
1196
+ }
1197
+
1198
+ .ads-page-components-adscitizen-second--style-1 {
1199
+ display: flex;
1200
+ justify-content: end;
1201
+ }
1202
+
1203
+ .ads-page-components-adscitizen-second--style-2 {
1204
+ margin-right: 6px;
1205
+ }
1206
+
1207
+ .ads-page-components-adscitizen-second--style-3 {
1208
+ display: flex;
1209
+ flex-wrap: wrap;
1210
+ gap: 12px;
1211
+ }
1212
+
1213
+ .ads-page-components-adscitizen-second--style-4 {
1214
+ text-align: center;
1215
+ margin-top: 1rem;
1216
+ }
1217
+
1218
+ .ads-page-components-adsdocument-details--style-1 {
1219
+ position: relative;
1220
+ }
1221
+
1222
+ .ads-page-components-adsdocument-details--style-2 {
1223
+ position: absolute;
1224
+ right: 0;
1225
+ }
1226
+
1227
+ .ads-page-components-adsdocument-details--style-3 {
1228
+ margin-bottom: 24px;
1229
+ }
1230
+
1231
+ .ads-page-components-adsdocument-details--style-4 {
1232
+ display: flex;
1233
+ align-items: center;
1234
+ gap: 8px;
1235
+ }
1236
+
1237
+ .ads-page-components-adspenalty--style-1 {
1238
+ display: flex;
1239
+ gap: 20px;
1240
+ }
1241
+
1242
+ .ads-page-components-adspenalty--style-2 {
1243
+ color: red;
1244
+ }
1245
+
1246
+ .ads-page-components-adspenalty--style-3 {
1247
+ color: red;
1248
+ }
1249
+
1250
+ .ads-page-components-adspenalty--style-4 {
1251
+ background: white;
1252
+ color: black;
1253
+ border: 1px solid;
1254
+ margin-right: 10px;
1255
+ }
1256
+
1257
+ .ads-page-components-adsrequired-doc--style-1 {
1258
+ display: flex;
1259
+ justify-content: space-between;
1260
+ width: 100%;
1261
+ }
1262
+
1263
+ .ads-page-components-adsselect-proof-identity--style-1 {
1264
+ margin-bottom: 24px;
1265
+ }
1266
+
1267
+ .ads-page-components-adsselect-proof-identity--style-2 {
1268
+ width: 100%;
1269
+ }
1270
+
1271
+ .ads-page-components-adssite-inspection--style-1 {
1272
+ margin-bottom: 24px;
1273
+ }
1274
+
1275
+ .ads-page-components-adssite-inspection--style-2 {
1276
+ color: red;
1277
+ }
1278
+
1279
+ .ads-page-components-adssite-inspection--style-3 {
1280
+ width: 100%;
1281
+ }
1282
+
1283
+ .ads-page-components-adssite-inspection--style-4 {
1284
+ color: red;
1285
+ }
1286
+
1287
+ .ads-page-components-adssite-master--style-1 {
1288
+ margin: 12px 0;
1289
+ padding: 8px;
1290
+ border: 1px dashed #ddd;
1291
+ border-radius: 6px;
1292
+ }
1293
+
1294
+ .ads-page-components-adssite-master--style-2 {
1295
+ font-weight: 600;
1296
+ margin-bottom: 8px;
1297
+ }
1298
+
1299
+ .ads-page-components-adssite-master--style-3 {
1300
+ flex: 1;
1301
+ }
1302
+
1303
+ .ads-page-components-adssite-master--style-4 {
1304
+ font-size: 13px;
1305
+ font-weight: 500;
1306
+ }
1307
+
1308
+ .ads-page-components-adssite-master--style-5 {
1309
+ font-size: 12px;
1310
+ color: #666;
1311
+ }
1312
+
1313
+ .ads-page-components-adssite-master--style-6 {
1314
+ display: flex;
1315
+ gap: 8px;
1316
+ }
1317
+
1318
+ .ads-page-components-adssite-master--style-7 {
1319
+ background: #fff;
1320
+ border: 1px solid #ccc;
1321
+ padding: 6px 8px;
1322
+ border-radius: 4px;
1323
+ cursor: pointer;
1324
+ }
1325
+
1326
+ .ads-page-components-adssite-master--style-8 {
1327
+ background: transparent;
1328
+ border: 1px solid #ccc;
1329
+ padding: 6px 8px;
1330
+ border-radius: 4px;
1331
+ cursor: pointer;
1332
+ }
1333
+
1334
+ .ads-page-components-adssite-master--style-9 {
1335
+ color: red;
1336
+ }
1337
+
1338
+ .ads-page-components-adssite-master--style-10 {
1339
+ color: red;
1340
+ }
1341
+
1342
+ .ads-page-components-adssite-master--style-11 {
1343
+ color: red;
1344
+ }
1345
+
1346
+ .ads-page-components-adssite-master--style-12 {
1347
+ color: red;
1348
+ }
1349
+
1350
+ .ads-page-components-adssite-master--style-13 {
1351
+ color: red;
1352
+ }
1353
+
1354
+ .ads-page-components-adssite-master--style-14 {
1355
+ color: red;
1356
+ }
1357
+
1358
+ .ads-page-components-adssite-master--style-15 {
1359
+ color: red;
1360
+ }
1361
+
1362
+ .ads-page-components-adssite-master--style-16 {
1363
+ color: red;
1364
+ }
1365
+
1366
+ .ads-page-components-adssite-master--style-17 {
1367
+ color: red;
1368
+ }
1369
+
1370
+ .ads-page-components-adssite-master--style-18 {
1371
+ color: red;
1372
+ }
1373
+
1374
+ .ads-page-components-adssite-master--style-19 {
1375
+ color: red;
1376
+ }
1377
+
1378
+ .ads-page-components-adssite-master--style-20 {
1379
+ color: red;
1380
+ }
1381
+
1382
+ .ads-page-components-adssite-master--style-21 {
1383
+ color: red;
1384
+ }
1385
+
1386
+ .ads-page-components-adssite-master--style-22 {
1387
+ margin-top: 12px;
1388
+ }
1389
+
1390
+ .ads-page-components-adssite-master--style-23 {
1391
+ color: red;
1392
+ }
1393
+
1394
+ .ads-page-components-adssite-master--style-24 {
1395
+ color: red;
1396
+ }
1397
+
1398
+ .ads-page-components-adssite-master--style-25 {
1399
+ color: red;
1400
+ }
1401
+
1402
+ .ads-page-components-adssite-master--style-26 {
1403
+ color: red;
1404
+ }
1405
+
1406
+ .ads-page-components-adssite-master--style-27 {
1407
+ margin-top: 12px;
1408
+ }
1409
+
1410
+ .ads-page-components-adssite-master--style-28 {
1411
+ color: red;
1412
+ }
1413
+
1414
+ .ads-page-components-adssite-master--style-29 {
1415
+ margin-left: 8px;
1416
+ }
1417
+
1418
+ .ads-page-components-adssite-master--style-30 {
1419
+ color: red;
1420
+ }
1421
+
1422
+ .ads-page-components-adssite-master--style-31 {
1423
+ margin-top: 12px;
1424
+ }
1425
+
1426
+ .ads-page-components-adssite-master--style-32 {
1427
+ color: red;
1428
+ }
1429
+
1430
+ .ads-page-components-adssite-master--style-33 {
1431
+ margin-left: 8px;
1432
+ }
1433
+
1434
+ .ads-page-components-adssite-master--style-34 {
1435
+ color: red;
1436
+ }
1437
+
1438
+ .ads-page-components-adssite-master--style-35 {
1439
+ margin: 12px 0;
1440
+ }
1441
+
1442
+ .ads-page-components-adssite-master--style-36 {
1443
+ background: #f1f1f1;
1444
+ border: 1px solid #ccc;
1445
+ padding: 8px 12px;
1446
+ border-radius: 4px;
1447
+ cursor: pointer;
1448
+ }
1449
+
1450
+ .ads-page-components-adswfcaption--style-1 {
1451
+ overflow-x: scroll;
1452
+ }
1453
+
1454
+ .ads-page-components-adsearch--style-1 {
1455
+ padding-left: 50px;
1456
+ }
1457
+
1458
+ .ads-page-components-adsearch--style-2 {
1459
+ padding-left: 50px;
1460
+ }
1461
+
1462
+ .ads-page-components-adsearch--style-3 {
1463
+ display: flex;
1464
+ flex-direction: row;
1465
+ gap: 15px;
1466
+ }
1467
+
1468
+ .ads-page-components-adsearch--style-4 {
1469
+ width: 1px;
1470
+ }
1471
+
1472
+ .ads-page-components-adsearch--style-5 {
1473
+ width: 1px;
1474
+ position: relative;
1475
+ }
1476
+
1477
+ .ads-page-components-adsearch--style-6 {
1478
+ position: absolute;
1479
+ right: 83px;
1480
+ background-color: #FFFFFF;
1481
+ color: #008000;
1482
+ padding: 4px;
1483
+ border-radius: 30px;
1484
+ margin: 1px 0 1px 0;
1485
+ width: 31px;
1486
+ height: 30px;
1487
+ text-align: center;
1488
+ transform: translateX(100%);
1489
+ }
1490
+
1491
+ .ads-page-components-adsearch--style-7 {
1492
+ overflow-x: auto;
1493
+ }
1494
+
1495
+ .ads-page-components-adsearch--style-8 {
1496
+ width: 100%;
1497
+ overflow-x: auto;
1498
+ }
1499
+
1500
+ .ads-page-components-gis--style-1 {
1501
+ position: fixed;
1502
+ background: #00000050;
1503
+ width: 100%;
1504
+ height: 100vh;
1505
+ top: 0;
1506
+ left: 0;
1507
+ z-index: 9999;
1508
+ }
1509
+
1510
+ .ads-page-components-gis--style-2 {
1511
+ position: relative;
1512
+ margin-top: 60px;
1513
+ }
1514
+
1515
+ .ads-page-components-gis--style-3 {
1516
+ position: relative;
1517
+ margin-top: 100px;
1518
+ margin-bottom: -100px;
1519
+ }
1520
+
1521
+ .ads-page-components-response--style-1 {
1522
+ padding: 10px;
1523
+ }
1524
+
1525
+ .ads-page-components-response--style-2 {
1526
+ display: flex;
1527
+ justify-content: flex-end;
1528
+ align-items: baseline;
1529
+ }
1530
+
1531
+ .ads-pages-citizen-adsapplication-details--style-1 {
1532
+ margin-right: auto;
1533
+ max-width: 960px;
1534
+ }
1535
+
1536
+ .ads-pages-citizen-adsapplication-details--style-2 {
1537
+ font-size: 24px;
1538
+ }
1539
+
1540
+ .ads-pages-citizen-adsapplication-details--style-3 {
1541
+ font-size: 24px;
1542
+ }
1543
+
1544
+ .ads-pages-citizen-adsapplication-details--style-4 {
1545
+ display: flex;
1546
+ flex-wrap: wrap;
1547
+ gap: 30px;
1548
+ }
1549
+
1550
+ .ads-pages-citizen-adsapplication-details--style-5 {
1551
+ padding: 0 1.5rem;
1552
+ }
1553
+
1554
+ .ads-pages-citizen-adsapplication-details--style-6 {
1555
+ font-size: 24px;
1556
+ }
1557
+
1558
+ .ads-pages-citizen-adsapplication-details--style-7 {
1559
+ display: flex;
1560
+ flex-wrap: wrap;
1561
+ gap: 30px;
1562
+ }
1563
+
1564
+ .ads-pages-citizen-adsapplication-details--style-8 {
1565
+ padding: 0 1.5rem;
1566
+ }
1567
+
1568
+ .ads-pages-citizen-create-adsacknowledgement--style-1 {
1569
+ padding: 10px;
1570
+ }
1571
+
1572
+ .ads-pages-citizen-create-adsacknowledgement--style-2 {
1573
+ display: flex;
1574
+ justify-content: flex-end;
1575
+ align-items: baseline;
1576
+ }
1577
+
1578
+ .ads-pages-citizen-create-check-page--style-1 {
1579
+ cursor: pointer;
1580
+ margin-left: 20px;
1581
+ }
1582
+
1583
+ .ads-pages-citizen-create-check-page--style-2 {
1584
+ display: flex;
1585
+ justify-content: space-between;
1586
+ width: 100%;
1587
+ }
1588
+
1589
+ .ads-pages-citizen-create-check-page--style-3 {
1590
+ font-size: 24px;
1591
+ }
1592
+
1593
+ .ads-pages-citizen-create-check-page--style-4 {
1594
+ font-size: 24px;
1595
+ }
1596
+
1597
+ .ads-pages-citizen-create-check-page--style-5 {
1598
+ font-size: 24px;
1599
+ }
1600
+
1601
+ .ads-pages-citizen-create-check-page--style-6 {
1602
+ font-size: 24px;
1603
+ }
1604
+
1605
+ .ads-pages-citizen-index--style-1 {
1606
+ width: 100%;
1607
+ }
1608
+
1609
+ .ads-pages-employee-application-details--style-1 {
1610
+ margin-bottom: 15px;
1611
+ }
1612
+
1613
+ .ads-pages-employee-application-details--style-2 {
1614
+ display: flex;
1615
+ justify-content: space-between;
1616
+ align-items: center;
1617
+ }
1618
+
1619
+ .ads-pages-employee-application-details--style-3 {
1620
+ display: flex;
1621
+ align-items: center;
1622
+ gap: 12px;
1623
+ }
1624
+
1625
+ .ads-pages-employee-application-details--style-4 {
1626
+ position: relative;
1627
+ z-index: 10;
1628
+ }
1629
+
1630
+ .ads-pages-employee-application-details--style-5 {
1631
+ display: flex;
1632
+ justify-content: flex-end;
1633
+ }
1634
+
1635
+ .ads-pages-employee-application-details--style-6 {
1636
+ display: flex;
1637
+ flex-wrap: wrap;
1638
+ gap: 30px;
1639
+ }
1640
+
1641
+ .ads-pages-employee-application-details--style-7 {
1642
+ padding: 0 1.5rem;
1643
+ }
1644
+
1645
+ .ads-pages-employee-application-details--style-8 {
1646
+ display: flex;
1647
+ flex-wrap: wrap;
1648
+ gap: 30px;
1649
+ }
1650
+
1651
+ .ads-pages-employee-application-details--style-9 {
1652
+ padding: 0 1.5rem;
1653
+ }
1654
+
1655
+ .ads-pages-employee-index--style-1 {
1656
+ margin-left: 10px;
1657
+ }