@pmidc/upyog-css 1.2.47 → 1.2.49

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 (135) hide show
  1. package/dist/index.css +14501 -8978
  2. package/dist/index.min.css +1 -1
  3. package/package.json +63 -63
  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 +969 -969
  26. package/src/components/cardHeaderWithOptions.scss +16 -16
  27. package/src/components/changeLanguage.scss +3 -3
  28. package/src/components/charts.scss +185 -185
  29. package/src/components/checkbox.scss +83 -83
  30. package/src/components/checkpoint.scss +65 -65
  31. package/src/components/citizenInfoLabel.scss +14 -14
  32. package/src/components/custombtn.scss +15 -15
  33. package/src/components/datatable.scss +119 -119
  34. package/src/components/datewrap.scss +21 -21
  35. package/src/components/detailscard.scss +6 -6
  36. package/src/components/detailscontainer.scss +13 -13
  37. package/src/components/documentSection.scss +134 -134
  38. package/src/components/filters.scss +379 -98
  39. package/src/components/grey.scss +3 -3
  40. package/src/components/hoc/InboxComposer.scss +111 -111
  41. package/src/components/howItWorks.scss +71 -71
  42. package/src/components/imageviewer.scss +33 -33
  43. package/src/components/info-banner.scss +35 -35
  44. package/src/components/inputotp.scss +15 -15
  45. package/src/components/keynote.scss +29 -29
  46. package/src/components/languageSelector.scss +24 -24
  47. package/src/components/loader.scss +96 -96
  48. package/src/components/map.scss +36 -36
  49. package/src/components/metricsTable.scss +26 -26
  50. package/src/components/multiLink.scss +117 -117
  51. package/src/components/multiSelectDropdown.scss +88 -88
  52. package/src/components/navbar.scss +377 -377
  53. package/src/components/newFooter.scss +82 -82
  54. package/src/components/newInbox.scss +382 -0
  55. package/src/components/plusMinus.scss +15 -15
  56. package/src/components/popup.scss +26 -26
  57. package/src/components/radiobtn.scss +46 -46
  58. package/src/components/ratingstar.scss +33 -33
  59. package/src/components/roundedLabel.scss +10 -10
  60. package/src/components/searchAction.scss +27 -27
  61. package/src/components/sectionalDropdown.scss +43 -43
  62. package/src/components/selectdropdown.scss +302 -302
  63. package/src/components/staticDynamicMessages.scss +110 -110
  64. package/src/components/staticSideBar.scss +27 -27
  65. package/src/components/statushighlight.scss +17 -17
  66. package/src/components/submiterrors.scss +11 -11
  67. package/src/components/summary.scss +28 -28
  68. package/src/components/table.scss +855 -388
  69. package/src/components/tag.scss +27 -27
  70. package/src/components/telephone.scss +17 -17
  71. package/src/components/textfields.scss +146 -146
  72. package/src/components/toast.scss +31 -31
  73. package/src/components/toggleSwitch.scss +40 -40
  74. package/src/components/topbar.scss +217 -217
  75. package/src/components/uploadcomponents.scss +116 -116
  76. package/src/index.scss +2424 -2423
  77. package/src/modules/BPA/index.scss +394 -281
  78. package/src/modules/TL/index.scss +797 -780
  79. package/src/modules/adv/index.scss +643 -643
  80. package/src/modules/hrms/index.scss +1327 -1327
  81. package/src/modules/rentAndLease/index.scss +238 -238
  82. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
  83. package/src/pages/citizen/CitizenLogin.scss +50 -50
  84. package/src/pages/citizen/DocumentList.scss +470 -452
  85. package/src/pages/citizen/Events.scss +46 -46
  86. package/src/pages/citizen/HomePageWrapper.scss +215 -215
  87. package/src/pages/citizen/InboxCard.scss +378 -378
  88. package/src/pages/citizen/SurveyList.scss +24 -24
  89. package/src/pages/citizen/citizenDocument.scss +25 -25
  90. package/src/pages/citizen/citizenNewLogin.scss +352 -352
  91. package/src/pages/citizen/container.scss +32 -32
  92. package/src/pages/citizen/loaderMessage.scss +341 -341
  93. package/src/pages/citizen/payment/payment-type.scss +2 -2
  94. package/src/pages/citizen/updatePropertyNumber.scss +46 -46
  95. package/src/pages/common/form.scss +25 -25
  96. package/src/pages/common/newApplicationTimeline.scss +341 -341
  97. package/src/pages/common/pgrUICssfix.scss +128 -128
  98. package/src/pages/common/requiredField.scss +2 -2
  99. package/src/pages/common/sanctionFeeTable.scss +91 -91
  100. package/src/pages/common/searchIcon.scss +21 -21
  101. package/src/pages/common/sitePhotoGraphs.scss +26 -26
  102. package/src/pages/common/stepForm.scss +40 -40
  103. package/src/pages/employee/EmployeeLogin.scss +6 -6
  104. package/src/pages/employee/cardfix.scss +13 -13
  105. package/src/pages/employee/container.scss +73 -73
  106. package/src/pages/employee/dashboard.scss +204 -204
  107. package/src/pages/employee/disconnection.scss +425 -425
  108. package/src/pages/employee/dss.scss +251 -251
  109. package/src/pages/employee/faq.scss +353 -353
  110. package/src/pages/employee/footer.scss +68 -68
  111. package/src/pages/employee/form-fields.scss +26 -26
  112. package/src/pages/employee/header.scss +262 -262
  113. package/src/pages/employee/iframe.scss +65 -65
  114. package/src/pages/employee/inbox.scss +1110 -1110
  115. package/src/pages/employee/index.scss +693 -693
  116. package/src/pages/employee/landing.scss +1802 -1802
  117. package/src/pages/employee/login.scss +253 -253
  118. package/src/pages/employee/oldMobileInbox.scss +4 -4
  119. package/src/pages/employee/popupmodule.scss +47 -47
  120. package/src/pages/employee/response.scss +2 -2
  121. package/src/pages/employee/scroll-table.scss +113 -113
  122. package/src/pages/employee/surveys.scss +469 -469
  123. package/src/pages/employee/tooltip.scss +35 -35
  124. package/src/pages/employee/updateNumber.scss +12 -12
  125. package/src/pages/swach/index.scss +231 -231
  126. package/src/pages/ws/index.scss +118 -118
  127. package/svg/camera.svg +4 -4
  128. package/svg/check.svg +3 -3
  129. package/svg/close.svg +4 -4
  130. package/svg/error.svg +3 -3
  131. package/svg/error2.svg +5 -5
  132. package/svg/searchicon.svg +3 -3
  133. package/svg/starempty.svg +3 -3
  134. package/svg/starfilled.svg +4 -4
  135. package/svg/success.svg +3 -3
@@ -1,302 +1,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
- .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
+ .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
+ }