@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,302 +1,312 @@
1
- /*.select {
2
-
3
- @apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
4
-
5
- option {
6
- @apply h-10 text-form-field text-text-primary align-top text-left;
7
- }
8
-
9
- }
10
-
11
- .select:active {
12
- @apply border-focus border-2;
13
- }
14
-
15
- @screen dt {
16
- .select {
17
- @apply w-2/5;
18
- }
19
- }
20
- */
21
- .employee-select-wrap:active {
22
- background-color: white;
23
- }
24
- .employee-select-wrap .select {
25
- background-color: white;
26
- border-radius: 5px;
27
- border-color: 1px solid blue;
28
- height: 50px;
29
- }
30
- .employee-select-wrap {
31
- @apply mb-lg relative;
32
-
33
- .select {
34
- background-color: white;
35
- border-radius: 8px;
36
- border-color: rgb(46, 46, 236);
37
- height: 50px;
38
-
39
- input[type="text"] {
40
- width: calc(100% - 32px);
41
- background-color: transparent;
42
-
43
- @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
44
- }
45
-
46
- p {
47
- padding-top: 9px;
48
- @apply text-form-field text-text-primary float-left ml-sm;
49
- }
50
-
51
- img {
52
- @apply float-right h-6 w-6 mt-sm mr-sm;
53
- }
54
-
55
- svg {
56
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
57
- }
58
- }
59
-
60
- .select-active {
61
- @apply relative block w-full h-10 border-2 border-solid border-primary-main;
62
- height: 3rem;
63
- border: 1px solid #2563eb;
64
- border-radius: 8px;
65
- background-color: white;
66
- box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12);
67
- position: relative;
68
-
69
- input[type="text"] {
70
- width: calc(100% - 32px);
71
- background-color: transparent;
72
-
73
- @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
74
- }
75
-
76
- p {
77
- @apply text-form-field text-text-primary float-left ml-sm;
78
- }
79
-
80
- p {
81
- padding-top: 9px;
82
- }
83
-
84
- img {
85
- @apply float-right h-6 w-6 mt-sm mr-sm;
86
- }
87
-
88
- svg {
89
- position: absolute !important;
90
- top: 50% !important;
91
- right: 12px !important;
92
- transform: translateY(-50%) !important;
93
- margin: 0 !important;
94
- float: none !important;
95
- }
96
- }
97
-
98
- #jk-dropdown-unique{
99
- right: 0px;
100
- left: 0px;
101
- width: 100% !important;
102
- min-width: 150px;
103
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
104
- max-height: 250px !important;
105
- overflow: auto;
106
- z-index: 1000 !important;
107
- @apply absolute z-20 mt-xs bg-white;
108
-
109
- p {
110
- padding-top: 14px;
111
- @apply w-full h-12 pl-sm text-text-primary text-form-field;
112
-
113
- &:hover {
114
- @apply bg-grey-mid;
115
- }
116
- }
117
- }
118
-
119
- .options-card {
120
- right: 0px;
121
- left: 0px;
122
- width: 100% !important;
123
- min-width: 150px;
124
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
125
- max-height: 250px !important;
126
- overflow: auto;
127
- z-index: 1000 !important;
128
- @apply absolute z-20 mt-xs bg-white;
129
-
130
- p {
131
- padding-top: 14px;
132
- @apply w-full h-12 pl-sm text-text-primary text-form-field;
133
-
134
- &:hover {
135
- @apply bg-grey-mid;
136
- }
137
- }
138
- }
139
- }
140
- .fsm-registry-dropdown {
141
- .select {
142
- @apply flex;
143
- input {
144
- text-align: left;
145
- }
146
- }
147
- .select-active {
148
- text-align: left;
149
- }
150
- .options-card {
151
- .profile-dropdown--item {
152
- justify-content: left;
153
- }
154
- }
155
- margin-bottom: 0;
156
- }
157
-
158
- .employee-select-wrap-elipses {
159
- width: 85% !important;
160
- overflow: hidden;
161
- text-overflow: ellipsis;
162
- white-space: nowrap;
163
- }
164
-
165
- .select-wrap {
166
- margin-bottom: 10px;
167
- @apply relative;
168
- max-width: 540px;
169
- width: 100%;
170
-
171
- .select {
172
- @apply relative block w-full;
173
- height: 3rem;
174
- border: 1px solid #d1d5db;
175
- border-radius: 8px;
176
- transition: border-color 0.18s ease, box-shadow 0.18s ease;
177
- background-color: #ffffff;
178
- margin-bottom: 20px;
179
-
180
- input[type="text"] {
181
- width: calc(100% - 32px);
182
- background-color: transparent;
183
- margin-bottom: 20px;
184
-
185
- @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
186
- }
187
-
188
- p {
189
- padding-top: 9px;
190
- @apply text-form-field text-text-primary float-left ml-sm;
191
- }
192
-
193
- img {
194
- @apply float-right h-6 w-6 mt-sm mr-sm;
195
- }
196
-
197
- svg {
198
- position: absolute !important;
199
- top: 50% !important;
200
- right: 12px !important;
201
- transform: translateY(-50%) !important;
202
- margin: 0 !important;
203
- float: none !important;
204
- }
205
- }
206
-
207
- .select:hover {
208
- border-color: #2563eb;
209
- box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
210
- }
211
-
212
- .select:focus-within {
213
- border-color: #2563eb !important;
214
- box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
215
- }
216
-
217
- .select-active {
218
- @apply relative block w-full h-10 border-2 border-solid border-primary-main;
219
-
220
- input[type="text"] {
221
- width: calc(100% - 32px);
222
- background-color: transparent;
223
-
224
- @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
225
- }
226
-
227
- p {
228
- @apply text-form-field text-text-primary float-left ml-sm;
229
- }
230
-
231
- p {
232
- padding-top: 9px;
233
- }
234
-
235
- img {
236
- @apply float-right h-6 w-6 mt-sm mr-sm;
237
- }
238
-
239
- svg {
240
- @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
241
- }
242
- }
243
-
244
- .options-card {
245
- width: 100% !important;
246
- box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
247
- @apply absolute z-20 mt-xs bg-white;
248
-
249
- p {
250
- padding-top: 14px;
251
- @apply w-full h-12 pl-sm text-text-primary text-form-field;
252
-
253
- &:hover {
254
- @apply bg-grey-mid;
255
- }
256
- }
257
- }
258
- }
259
-
260
- .employee-select-wrap .select img {
261
- margin-top: -10px;
262
- }
263
-
264
- .employee-select-wrap .select svg {
265
- position: absolute !important;
266
- top: 50% !important;
267
- right: 12px !important;
268
- transform: translateY(-50%) !important;
269
- margin: 0 !important;
270
- float: none !important;
271
- }
272
-
273
- .employee-login-form .field-container .custom-field {
274
- padding: 0 !important;
275
- border: none !important;
276
- box-shadow: none !important;
277
- }
278
-
279
- /* Improved select border and hover/focus styles */
280
- .employee-select-wrap .select {
281
- border: 1px solid #d1d5db; /* neutral light border */
282
- border-radius: 8px;
283
- transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
284
- background-color: #ffffff;
285
- }
286
-
287
- .employee-select-wrap .select:hover {
288
- border-color: #2563eb; /* blue on hover */
289
- box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
290
- }
291
-
292
- .employee-select-wrap .select:focus-within,
293
- .employee-select-wrap .select-active {
294
- border-color: #2563eb !important;
295
- box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
296
- }
297
-
298
- /* keep dropdown options visible and give subtle offset */
299
- .employee-select-wrap .options-card {
300
- transform: translateY(6px);
301
- will-change: transform;
302
- }
1
+ /*.select {
2
+
3
+ @apply mb-lg block border-2 border-input-border border-solid outline-none rounded-none w-full h-10 bg-white leading-10;
4
+
5
+ option {
6
+ @apply h-10 text-form-field text-text-primary align-top text-left;
7
+ }
8
+
9
+ }
10
+
11
+ .select:active {
12
+ @apply border-focus border-2;
13
+ }
14
+
15
+ @screen dt {
16
+ .select {
17
+ @apply w-2/5;
18
+ }
19
+ }
20
+ */
21
+ .employee-select-wrap:active {
22
+ background-color: white;
23
+ }
24
+ .employee-select-wrap .select {
25
+ background-color: white;
26
+ border-radius: 5px;
27
+ border-color: 1px solid blue;
28
+ height: 50px;
29
+ }
30
+ .employee-select-wrap {
31
+ @apply mb-lg relative;
32
+
33
+ .select {
34
+ background-color: white;
35
+ border-radius: 8px;
36
+ border-color: rgb(46, 46, 236);
37
+ height: 50px;
38
+
39
+ input[type="text"] {
40
+ width: calc(100% - 32px);
41
+ background-color: transparent;
42
+
43
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
44
+ }
45
+
46
+ p {
47
+ padding-top: 9px;
48
+ @apply text-form-field text-text-primary float-left ml-sm;
49
+ }
50
+
51
+ img {
52
+ @apply float-right h-6 w-6 mt-sm mr-sm;
53
+ }
54
+
55
+ svg {
56
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
57
+ }
58
+ }
59
+
60
+ .select-active {
61
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
62
+ height: 3rem;
63
+ border: 1px solid #2563eb;
64
+ border-radius: 8px;
65
+ background-color: white;
66
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12);
67
+ position: relative;
68
+
69
+ input[type="text"] {
70
+ width: calc(100% - 32px);
71
+ background-color: transparent;
72
+
73
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
74
+ }
75
+
76
+ p {
77
+ @apply text-form-field text-text-primary float-left ml-sm;
78
+ }
79
+
80
+ p {
81
+ padding-top: 9px;
82
+ }
83
+
84
+ img {
85
+ @apply float-right h-6 w-6 mt-sm mr-sm;
86
+ }
87
+
88
+ svg {
89
+ position: absolute !important;
90
+ top: 50% !important;
91
+ right: 12px !important;
92
+ transform: translateY(-50%) !important;
93
+ margin: 0 !important;
94
+ float: none !important;
95
+ }
96
+ }
97
+
98
+ #jk-dropdown-unique{
99
+ right: 0px;
100
+ left: 0px;
101
+ width: 100% !important;
102
+ min-width: 150px;
103
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
104
+ max-height: 250px !important;
105
+ overflow: auto;
106
+ z-index: 1000 !important;
107
+ @apply absolute z-20 mt-xs bg-white;
108
+
109
+ p {
110
+ padding-top: 14px;
111
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
112
+
113
+ &:hover {
114
+ @apply bg-grey-mid;
115
+ }
116
+ }
117
+ }
118
+
119
+ .options-card {
120
+ right: 0px;
121
+ left: 0px;
122
+ width: 100% !important;
123
+ min-width: 150px;
124
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
125
+ max-height: 250px !important;
126
+ overflow: auto;
127
+ z-index: 1000 !important;
128
+ @apply absolute z-20 mt-xs bg-white;
129
+
130
+ p {
131
+ padding-top: 14px;
132
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
133
+
134
+ &:hover {
135
+ @apply bg-grey-mid;
136
+ }
137
+ }
138
+ }
139
+ }
140
+
141
+ /* Used when a dropdown must escape a scrollable or clipped form container. */
142
+ .dropdown-options-portal {
143
+ position: fixed !important;
144
+ max-height: 250px !important;
145
+ overflow: auto;
146
+ margin: 0 !important;
147
+ background-color: #fff;
148
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
149
+ }
150
+ .fsm-registry-dropdown {
151
+ .select {
152
+ @apply flex;
153
+ input {
154
+ text-align: left;
155
+ }
156
+ }
157
+ .select-active {
158
+ text-align: left;
159
+ }
160
+ .options-card {
161
+ .profile-dropdown--item {
162
+ justify-content: left;
163
+ }
164
+ }
165
+ margin-bottom: 0;
166
+ }
167
+
168
+ .employee-select-wrap-elipses {
169
+ width: 85% !important;
170
+ overflow: hidden;
171
+ text-overflow: ellipsis;
172
+ white-space: nowrap;
173
+ }
174
+
175
+ .select-wrap {
176
+ margin-bottom: 10px;
177
+ @apply relative;
178
+ max-width: 540px;
179
+ width: 100%;
180
+
181
+ .select {
182
+ @apply relative block w-full;
183
+ height: 3rem;
184
+ border: 1px solid #d1d5db;
185
+ border-radius: 8px;
186
+ transition: border-color 0.18s ease, box-shadow 0.18s ease;
187
+ background-color: #ffffff;
188
+ margin-bottom: 20px;
189
+
190
+ input[type="text"] {
191
+ width: calc(100% - 32px);
192
+ background-color: transparent;
193
+ margin-bottom: 20px;
194
+
195
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
196
+ }
197
+
198
+ p {
199
+ padding-top: 9px;
200
+ @apply text-form-field text-text-primary float-left ml-sm;
201
+ }
202
+
203
+ img {
204
+ @apply float-right h-6 w-6 mt-sm mr-sm;
205
+ }
206
+
207
+ svg {
208
+ position: absolute !important;
209
+ top: 50% !important;
210
+ right: 12px !important;
211
+ transform: translateY(-50%) !important;
212
+ margin: 0 !important;
213
+ float: none !important;
214
+ }
215
+ }
216
+
217
+ .select:hover {
218
+ border-color: #2563eb;
219
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
220
+ }
221
+
222
+ .select:focus-within {
223
+ border-color: #2563eb !important;
224
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
225
+ }
226
+
227
+ .select-active {
228
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
229
+
230
+ input[type="text"] {
231
+ width: calc(100% - 32px);
232
+ background-color: transparent;
233
+
234
+ @apply absolute z-10 w-full h-full outline-none text-form-field pl-sm;
235
+ }
236
+
237
+ p {
238
+ @apply text-form-field text-text-primary float-left ml-sm;
239
+ }
240
+
241
+ p {
242
+ padding-top: 9px;
243
+ }
244
+
245
+ img {
246
+ @apply float-right h-6 w-6 mt-sm mr-sm;
247
+ }
248
+
249
+ svg {
250
+ @apply absolute right-0 float-right h-6 w-6 mt-sm mr-sm;
251
+ }
252
+ }
253
+
254
+ .options-card {
255
+ width: 100% !important;
256
+ box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
257
+ @apply absolute z-20 mt-xs bg-white;
258
+
259
+ p {
260
+ padding-top: 14px;
261
+ @apply w-full h-12 pl-sm text-text-primary text-form-field;
262
+
263
+ &:hover {
264
+ @apply bg-grey-mid;
265
+ }
266
+ }
267
+ }
268
+ }
269
+
270
+ .employee-select-wrap .select img {
271
+ margin-top: -10px;
272
+ }
273
+
274
+ .employee-select-wrap .select svg {
275
+ position: absolute !important;
276
+ top: 50% !important;
277
+ right: 12px !important;
278
+ transform: translateY(-50%) !important;
279
+ margin: 0 !important;
280
+ float: none !important;
281
+ }
282
+
283
+ .employee-login-form .field-container .custom-field {
284
+ padding: 0 !important;
285
+ border: none !important;
286
+ box-shadow: none !important;
287
+ }
288
+
289
+ /* Improved select border and hover/focus styles */
290
+ .employee-select-wrap .select {
291
+ border: 1px solid #d1d5db; /* neutral light border */
292
+ border-radius: 8px;
293
+ transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
294
+ background-color: #ffffff;
295
+ }
296
+
297
+ .employee-select-wrap .select:hover {
298
+ border-color: #2563eb; /* blue on hover */
299
+ box-shadow: 0 6px 18px rgba(37, 99, 235, 0.06);
300
+ }
301
+
302
+ .employee-select-wrap .select:focus-within,
303
+ .employee-select-wrap .select-active {
304
+ border-color: #2563eb !important;
305
+ box-shadow: 0 8px 26px rgba(37, 99, 235, 0.12) !important;
306
+ }
307
+
308
+ /* keep dropdown options visible and give subtle offset */
309
+ .employee-select-wrap .options-card {
310
+ transform: translateY(6px);
311
+ will-change: transform;
312
+ }