ngx-vector-components 5.65.0 → 5.67.0

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 (179) hide show
  1. package/CHANGELOG.md +2071 -2054
  2. package/README.md +35 -35
  3. package/assets/icons/chevron_down_icon.svg +3 -3
  4. package/assets/icons/home_menu_icon.svg +3 -3
  5. package/assets/icons/logout_icon.svg +9 -9
  6. package/assets/icons/menu_footer_icon.svg +3 -3
  7. package/assets/icons/menu_hamburguer_icon.svg +3 -3
  8. package/assets/icons/terms_of_use_icon.svg +9 -9
  9. package/assets/icons/vector_admin_icon.svg +4 -4
  10. package/assets/icons/vector_fintech_icon.svg +3 -3
  11. package/assets/icons/vector_logtech_icon.svg +6 -6
  12. package/assets/icons/vector_marketplace_icon.svg +3 -3
  13. package/assets/images/bunge_logo.svg +23 -23
  14. package/assets/images/cofco_logo.svg +117 -117
  15. package/assets/images/emote_bad.svg +6 -6
  16. package/assets/images/emote_cool.svg +5 -5
  17. package/assets/images/emote_nice.svg +5 -5
  18. package/assets/images/success_sign.svg +4 -4
  19. package/assets/images/vector-logo-horizontal-inverse-color.svg +13 -13
  20. package/assets/images/vector_logo_horizontal.svg +13 -13
  21. package/assets/images/warn_sign.svg +4 -4
  22. package/assets/styles/_fonts.scss +114 -114
  23. package/assets/styles/_mixins.scss +7 -7
  24. package/assets/styles/_primeng-custom-theme.scss +1241 -1235
  25. package/assets/styles/_spinner.scss +35 -35
  26. package/assets/styles/_styles.scss +115 -115
  27. package/assets/styles/_variables.scss +27 -27
  28. package/esm2022/lib/components/badge/badge.component.mjs +3 -3
  29. package/esm2022/lib/components/badge/badge.module.mjs +1 -1
  30. package/esm2022/lib/components/badge/index.mjs +1 -1
  31. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
  32. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +1 -1
  33. package/esm2022/lib/components/breadcrumb/index.mjs +1 -1
  34. package/esm2022/lib/components/crud-base/crud-base.component.mjs +1 -1
  35. package/esm2022/lib/components/crud-base/index.mjs +1 -1
  36. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +3 -3
  37. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +1 -1
  38. package/esm2022/lib/components/crud-footer/index.mjs +1 -1
  39. package/esm2022/lib/components/crud-header/crud-header.component.mjs +3 -3
  40. package/esm2022/lib/components/crud-header/crud-header.module.mjs +1 -1
  41. package/esm2022/lib/components/crud-header/index.mjs +1 -1
  42. package/esm2022/lib/components/crud-history/crud-history.component.mjs +7 -6
  43. package/esm2022/lib/components/crud-history/crud-history.module.mjs +5 -4
  44. package/esm2022/lib/components/crud-history/index.mjs +1 -1
  45. package/esm2022/lib/components/fields/button/button.component.mjs +3 -3
  46. package/esm2022/lib/components/fields/button/index.mjs +1 -1
  47. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +3 -3
  48. package/esm2022/lib/components/fields/calendar-field/index.mjs +1 -1
  49. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +3 -3
  50. package/esm2022/lib/components/fields/checkbox-field/index.mjs +1 -1
  51. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +3 -3
  52. package/esm2022/lib/components/fields/currency-field/index.mjs +1 -1
  53. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
  54. package/esm2022/lib/components/fields/data-table/index.mjs +1 -1
  55. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +3 -3
  56. package/esm2022/lib/components/fields/dropdown-field/index.mjs +1 -1
  57. package/esm2022/lib/components/fields/field-error-message/field-error-message.component.mjs +3 -3
  58. package/esm2022/lib/components/fields/field-error-message/index.mjs +1 -1
  59. package/esm2022/lib/components/fields/fields.module.mjs +1 -1
  60. package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
  61. package/esm2022/lib/components/fields/filters/index.mjs +1 -1
  62. package/esm2022/lib/components/fields/index.mjs +1 -1
  63. package/esm2022/lib/components/fields/input-number-field/index.mjs +1 -1
  64. package/esm2022/lib/components/fields/input-number-field/input-number-field.component.mjs +3 -3
  65. package/esm2022/lib/components/fields/input-otp/index.mjs +1 -1
  66. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +3 -3
  67. package/esm2022/lib/components/fields/input-switch-field/index.mjs +1 -1
  68. package/esm2022/lib/components/fields/input-switch-field/input-switch-field.component.mjs +3 -3
  69. package/esm2022/lib/components/fields/multiselect-field/index.mjs +1 -1
  70. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +3 -3
  71. package/esm2022/lib/components/fields/percentage-field/index.mjs +1 -1
  72. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +3 -3
  73. package/esm2022/lib/components/fields/radio-button-field/index.mjs +1 -1
  74. package/esm2022/lib/components/fields/radio-button-field/radio-button-field.component.mjs +3 -3
  75. package/esm2022/lib/components/fields/range-value/index.mjs +1 -1
  76. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +3 -3
  77. package/esm2022/lib/components/fields/search-field/index.mjs +1 -1
  78. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +3 -3
  79. package/esm2022/lib/components/fields/select-button-field/index.mjs +1 -1
  80. package/esm2022/lib/components/fields/select-button-field/select-button-field.component.mjs +3 -3
  81. package/esm2022/lib/components/fields/text-field/index.mjs +1 -1
  82. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +3 -3
  83. package/esm2022/lib/components/fields/textarea-field/index.mjs +1 -1
  84. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +3 -3
  85. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +3 -3
  86. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +1 -1
  87. package/esm2022/lib/components/generic-error-modal/index.mjs +1 -1
  88. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +3 -3
  89. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +1 -1
  90. package/esm2022/lib/components/generic-modal/index.mjs +1 -1
  91. package/esm2022/lib/components/index.mjs +1 -1
  92. package/esm2022/lib/components/menu/index.mjs +1 -1
  93. package/esm2022/lib/components/menu/menu.component.mjs +3 -3
  94. package/esm2022/lib/components/menu/menu.module.mjs +1 -1
  95. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +3 -3
  96. package/esm2022/lib/components/panel/index.mjs +1 -1
  97. package/esm2022/lib/components/panel/panel.component.mjs +3 -3
  98. package/esm2022/lib/components/panel/panel.module.mjs +1 -1
  99. package/esm2022/lib/components/score/index.mjs +1 -1
  100. package/esm2022/lib/components/score/score.component.mjs +3 -3
  101. package/esm2022/lib/components/score/score.module.mjs +1 -1
  102. package/esm2022/lib/components/stepper/index.mjs +1 -1
  103. package/esm2022/lib/components/stepper/stepper.component.mjs +3 -3
  104. package/esm2022/lib/components/stepper/stepper.module.mjs +1 -1
  105. package/esm2022/lib/components/top-bar/index.mjs +1 -1
  106. package/esm2022/lib/components/top-bar/top-bar.component.mjs +3 -3
  107. package/esm2022/lib/components/top-bar/top-bar.module.mjs +1 -1
  108. package/esm2022/lib/guards/crud-list-has-items.guard.mjs +1 -1
  109. package/esm2022/lib/guards/get-token-by-guid.guard.mjs +1 -1
  110. package/esm2022/lib/guards/has-permission.guard.mjs +1 -1
  111. package/esm2022/lib/guards/index.mjs +1 -1
  112. package/esm2022/lib/guards/role.guard.mjs +1 -1
  113. package/esm2022/lib/guards/token-is-present.guard.mjs +1 -1
  114. package/esm2022/lib/injections/index.mjs +1 -1
  115. package/esm2022/lib/interceptors/http-interceptor.mjs +1 -1
  116. package/esm2022/lib/interceptors/index.mjs +1 -1
  117. package/esm2022/lib/models/app-name.enum.mjs +1 -1
  118. package/esm2022/lib/models/boolean-type.enum.mjs +1 -1
  119. package/esm2022/lib/models/crud-history.model.mjs +1 -1
  120. package/esm2022/lib/models/crud-mode.enum.mjs +1 -1
  121. package/esm2022/lib/models/currency.enum.mjs +1 -1
  122. package/esm2022/lib/models/data-table.model.mjs +1 -1
  123. package/esm2022/lib/models/document-type.enum.mjs +1 -1
  124. package/esm2022/lib/models/filters.model.mjs +1 -1
  125. package/esm2022/lib/models/generic-modal.model.mjs +1 -1
  126. package/esm2022/lib/models/http-response.model.mjs +1 -1
  127. package/esm2022/lib/models/index.mjs +1 -1
  128. package/esm2022/lib/models/ip-info.enum.mjs +1 -1
  129. package/esm2022/lib/models/list-item.model.mjs +1 -1
  130. package/esm2022/lib/models/locale.enum.mjs +1 -1
  131. package/esm2022/lib/models/menu-item.model.mjs +1 -1
  132. package/esm2022/lib/models/message-status.enum.mjs +1 -1
  133. package/esm2022/lib/models/profile.model.mjs +6 -1
  134. package/esm2022/lib/models/role.enum.mjs +1 -1
  135. package/esm2022/lib/models/status.enum.mjs +1 -1
  136. package/esm2022/lib/models/topbar.model.mjs +1 -1
  137. package/esm2022/lib/models/vector-app.model.mjs +1 -1
  138. package/esm2022/lib/models/vector-notification.model.mjs +1 -1
  139. package/esm2022/lib/models/view.enum.mjs +1 -1
  140. package/esm2022/lib/pipes/currency-brl.pipe.mjs +1 -1
  141. package/esm2022/lib/pipes/format-document.pipe.mjs +1 -1
  142. package/esm2022/lib/pipes/index.mjs +1 -1
  143. package/esm2022/lib/pipes/mask.pipe.mjs +1 -1
  144. package/esm2022/lib/pipes/not-hidden.pipe.mjs +1 -1
  145. package/esm2022/lib/pipes/only-active.pipe.mjs +1 -1
  146. package/esm2022/lib/pipes/pipes.module.mjs +1 -1
  147. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +1 -1
  148. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +1 -1
  149. package/esm2022/lib/resolvers/get-selected-crud-item.resolver.mjs +1 -1
  150. package/esm2022/lib/resolvers/index.mjs +1 -1
  151. package/esm2022/lib/services/auth.service.mjs +1 -1
  152. package/esm2022/lib/services/base-dropdown.mjs +1 -1
  153. package/esm2022/lib/services/crud-base.service.mjs +1 -1
  154. package/esm2022/lib/services/enum.service.mjs +1 -1
  155. package/esm2022/lib/services/error-message.service.mjs +1 -1
  156. package/esm2022/lib/services/geolocation.service.mjs +1 -1
  157. package/esm2022/lib/services/index.mjs +1 -1
  158. package/esm2022/lib/services/loading.service.mjs +1 -1
  159. package/esm2022/lib/services/menu.service.mjs +1 -1
  160. package/esm2022/lib/services/modal.service.mjs +1 -1
  161. package/esm2022/lib/services/notifications.service.mjs +1 -1
  162. package/esm2022/lib/services/profile.service.mjs +1 -1
  163. package/esm2022/lib/services/storage.service.mjs +1 -1
  164. package/esm2022/lib/shared/shared.module.mjs +1 -1
  165. package/esm2022/lib/utils/cpf-cnpj-validator.util.mjs +1 -1
  166. package/esm2022/lib/utils/file.util.mjs +1 -1
  167. package/esm2022/lib/utils/index.mjs +1 -1
  168. package/esm2022/lib/utils/mask.util.mjs +1 -1
  169. package/esm2022/lib/utils/object.util.mjs +1 -1
  170. package/esm2022/lib/utils/string.util.mjs +1 -1
  171. package/esm2022/lib/utils/validation.util.mjs +1 -1
  172. package/esm2022/lib/utils/window.util.mjs +1 -1
  173. package/esm2022/public-api.mjs +1 -1
  174. package/fesm2022/ngx-vector-components.mjs +87 -82
  175. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  176. package/lib/components/crud-history/crud-history.module.d.ts +2 -1
  177. package/lib/models/crud-history.model.d.ts +2 -0
  178. package/lib/models/profile.model.d.ts +6 -1
  179. package/package.json +1 -1
@@ -1,1235 +1,1241 @@
1
- .p-focus,
2
- .p-element:focus {
3
- box-shadow: none !important;
4
- }
5
-
6
- .field {
7
- margin-bottom: 0rem !important;
8
- }
9
-
10
- .p-button.p-button-icon-only {
11
- padding: 0.4rem 0 !important;
12
- }
13
-
14
- .p-button:hover:not(:disabled) .p-button-icon,
15
- .p-button.success .p-button-icon {
16
- color: #fff !important;
17
- }
18
-
19
- .p-button.p-button-link {
20
- color: var(--theme-dark);
21
- background: transparent;
22
- border: transparent;
23
- }
24
- .p-button.p-button-link:enabled:hover {
25
- background: transparent;
26
- color: var(--theme-dark);
27
- border-color: transparent;
28
- }
29
- .p-button.p-button-link:enabled:hover .p-button-label {
30
- text-decoration: none;
31
- }
32
- .p-button.p-button-link:enabled:focus {
33
- background: transparent;
34
- box-shadow: 0 0 0 0.2rem #a6d5fa;
35
- border-color: transparent;
36
- }
37
- .p-button.p-button-link:enabled:active {
38
- background: transparent;
39
- color: var(--theme-dark);
40
- border-color: transparent;
41
- }
42
-
43
- p-button {
44
- width: 100%;
45
- border-width: 2px;
46
- border-radius: var(--border-radius);
47
- background-color: var(--theme-dark);
48
- border-color: var(--theme-dark);
49
- color: #ffffff;
50
- box-shadow: 0px 5px 5px rgba(0, 70, 232, 0.5);
51
-
52
- button {
53
- width: 100% !important;
54
- }
55
-
56
- &.round {
57
- button {
58
- border-radius: 8px;
59
- }
60
- }
61
-
62
- &:hover:not(:disabled) {
63
- background-color: #003049;
64
- border-color: #003049;
65
- }
66
-
67
- &:focus {
68
- box-shadow: none;
69
- }
70
-
71
- &:disabled {
72
- cursor: not-allowed;
73
- }
74
- .no-shadow {
75
- box-shadow: none;
76
- }
77
-
78
- .p-button {
79
- border-width: 2px !important;
80
- }
81
-
82
- .default {
83
- background-color: #ffffff;
84
- border-color: var(--theme-dark);
85
-
86
- .p-button-label {
87
- color: var(--theme-dark);
88
- }
89
-
90
- .p-button-icon {
91
- color: var(--theme-dark);
92
- }
93
-
94
- &:hover:not(:disabled) {
95
- background-color: var(--theme-dark);
96
- border-color: var(--theme-dark);
97
- .p-button-label {
98
- color: #ffffff;
99
- }
100
- }
101
- }
102
-
103
- .default-filled {
104
- background-color: var(--theme-primary);
105
- border-color: var(--theme-primary);
106
- .p-button-label {
107
- color: #ffffff;
108
- }
109
- .p-button-icon {
110
- color: #ffffff;
111
- }
112
-
113
- &:hover:not(:disabled) {
114
- background-color: var(--theme-dark);
115
- border-color: var(--theme-dark);
116
- }
117
- }
118
-
119
- .cancel {
120
- background-color: #ffffff;
121
- border-color: var(--error-color);
122
- .p-button-label {
123
- color: var(--error-color);
124
- }
125
- .p-button-icon {
126
- color: var(--error-color);
127
- }
128
-
129
- &:hover:not(:disabled) {
130
- background-color: var(--error-color-dark);
131
- border-color: var(--error-color-dark);
132
- .p-button-label {
133
- color: #ffffff;
134
- }
135
- }
136
- }
137
-
138
- .cancel-filled {
139
- background-color: var(--error-color);
140
- border-color: var(--error-color);
141
- .p-button-label {
142
- color: #ffffff;
143
- }
144
-
145
- .p-button-icon {
146
- color: #ffffff;
147
- }
148
-
149
- &:hover:not(:disabled) {
150
- background-color: var(--error-color-dark);
151
- border-color: var(--error-color-dark);
152
- }
153
- }
154
-
155
- .success {
156
- background-color: var(--success-color);
157
- border-color: var(--success-color);
158
- .p-button-label {
159
- color: #fff;
160
- }
161
- .p-button-icon {
162
- color: #fff;
163
- }
164
-
165
- &:hover:not(:disabled) {
166
- background-color: var(--success-color-dark);
167
- border-color: var(--success-color-dark);
168
- }
169
- }
170
-
171
- .light-outline {
172
- background-color: var(--background);
173
- border-color: var(--gray-medium);
174
- .p-button-label {
175
- color: var(--success-color);
176
- }
177
- .p-button-icon {
178
- color: var(--success-color);
179
- }
180
-
181
- &:hover:not(:disabled) {
182
- background-color: var(--success-color-dark);
183
- border-color: var(--success-color-dark);
184
- .p-button-label {
185
- color: #fff;
186
- }
187
- }
188
- }
189
-
190
- .success-outlined {
191
- background-color: #ffffff;
192
- border-color: var(--success-color);
193
-
194
- .p-button-label {
195
- color: var(--success-color);
196
- }
197
- .p-button-icon {
198
- color: var(--success-color);
199
- }
200
-
201
- &:hover:not(:disabled) {
202
- background-color: var(--success-color-dark);
203
- border-color: var(--success-color-dark);
204
-
205
- .p-button-label {
206
- color: #fff;
207
- }
208
- }
209
- }
210
-
211
- .default-outlined {
212
- background-color: #ffffff;
213
- border-color: var(--theme-light);
214
-
215
- .p-button-label {
216
- color: var(--theme-light);
217
- }
218
- .p-button-icon {
219
- color: var(--theme-light);
220
- }
221
-
222
- &:hover:not(:disabled) {
223
- background-color: var(--theme-primary);
224
- border-color: var(--theme-primary);
225
-
226
- .p-button-label {
227
- color: #fff;
228
- }
229
- }
230
- }
231
- .default-outlined-gray {
232
- background-color: #ffffff;
233
- border-color: var(--gray-medium);
234
-
235
- .p-button-label {
236
- color: var(--theme-light);
237
- }
238
- .p-button-icon {
239
- color: var(--theme-light);
240
- }
241
-
242
- &:hover:not(:disabled) {
243
- background-color: var(--theme-primary);
244
- border-color: var(--theme-primary);
245
-
246
- .p-button-label {
247
- color: #fff;
248
- }
249
- }
250
- }
251
- .default-outlined-gray-icon-red {
252
- background-color: #ffffff;
253
- border-color: var(--gray-medium);
254
-
255
- .p-button-label {
256
- color: var(--theme-light);
257
- }
258
- .p-button-icon {
259
- color: var(--cancel-color);
260
- }
261
-
262
- &:hover:not(:disabled) {
263
- background-color: var(--cancel-color);
264
- border-color: var(--cancel-color);
265
-
266
- .p-button-label {
267
- color: #fff;
268
- }
269
- }
270
- }
271
- .default-outlined-gray-icon-gray {
272
- background-color: #ffffff;
273
- border-color: var(--gray-medium);
274
-
275
- .p-button-label {
276
- color: var(--form-labels-color);
277
- }
278
- .p-button-icon {
279
- color: var(--form-labels-color);
280
- }
281
-
282
- &:hover:not(:disabled) {
283
- background-color: var(--gray-medium);
284
- border-color: var(--gray-medium);
285
-
286
- .p-button-label {
287
- color: var(--form-labels-color);
288
- }
289
- .p-button-icon {
290
- color: var(--form-labels-color);
291
- }
292
- }
293
- }
294
- }
295
-
296
- .p-autocomplete-input {
297
- border-right: none !important;
298
- border-top-right-radius: 0px !important;
299
- border-bottom-right-radius: 0px !important;
300
- padding: 6px 0px 6px 12px !important;
301
-
302
- &:focus + .p-autocomplete-dropdown {
303
- background-color: #ffffff !important;
304
- border-right: 2px solid var(--theme-dark) !important;
305
- border-top: 2px solid var(--theme-dark) !important;
306
- border-bottom: 2px solid var(--theme-dark) !important;
307
- }
308
- }
309
-
310
- .p-inputwrapper-focus .p-autocomplete-dropdown {
311
- background-color: #ffffff !important;
312
- border-right: 2px solid var(--theme-dark) !important;
313
- border-top: 2px solid var(--theme-dark) !important;
314
- border-bottom: 2px solid var(--theme-dark) !important;
315
- }
316
-
317
- .p-autocomplete-dropdown {
318
- background-color: var(--gray-light) !important;
319
- border: none !important;
320
- margin-left: -1px !important;
321
- border-top-right-radius: var(--border-radius) !important;
322
- border-bottom-right-radius: var(--border-radius) !important;
323
- color: var(--gray-dark) !important;
324
- padding-bottom: 5px !important;
325
- }
326
-
327
- .p-dropdown,
328
- .p-multiselect {
329
- height: 40px;
330
- background-color: var(--gray-medium) !important;
331
-
332
- .p-dropdown-label,
333
- .p-multiselect-label {
334
- font-family: 'Poppins';
335
- color: var(--theme-dark) !important;
336
- font-weight: 500;
337
- display: flex;
338
- align-items: center;
339
- }
340
- }
341
-
342
- p-inputnumber:not(.currency-input).ng-touched.ng-invalid input.p-inputnumber-input {
343
- border-color: var(--error-color) !important;
344
- background-color: var(--error-color-transparent) !important;
345
- }
346
-
347
- p-inputnumber.currency-input:not(.outlined) {
348
- &.ng-touched.ng-invalid input.p-inputnumber-input {
349
- color: var(--error-color) !important;
350
- }
351
-
352
- &.rounded input.p-inputnumber-input {
353
- font-size: 1rem !important;
354
- }
355
-
356
- input.p-inputnumber-input {
357
- font-size: 2em !important;
358
- border: none !important;
359
- font-weight: 600 !important;
360
- background-color: #ffffff !important;
361
- color: var(--theme-dark) !important;
362
- width: 100% !important;
363
- padding: 0px !important;
364
- height: 2em !important;
365
-
366
- &:focus {
367
- outline: 0 !important;
368
- box-shadow: none !important;
369
- }
370
- }
371
- }
372
-
373
- .p-inputnumber-buttons-horizontal .p-button {
374
- color: var(--theme-primary) !important;
375
- border: none !important;
376
- background: var(--gray-light) !important;
377
-
378
- span {
379
- font-weight: 600 !important;
380
- }
381
- }
382
-
383
- .p-multiselect {
384
- padding: 6px 0px 6px 12px !important;
385
-
386
- .p-multiselect-label {
387
- padding: 0.3rem 0.5rem 0 0 !important;
388
- }
389
-
390
- .p-multiselect-trigger {
391
- width: 12px !important;
392
- &:hover {
393
- color: #fff !important;
394
- }
395
- }
396
- }
397
-
398
- input.p-inputtext:not(.currency-input),
399
- .p-inputtextarea,
400
- .p-multiselect {
401
- &:not(:focus) {
402
- border: none !important;
403
- background-color: var(--gray-light) !important;
404
- }
405
- width: 100%;
406
- padding: 6px 12px 6px 12px !important;
407
- border-top-right-radius: var(--border-radius);
408
- border-bottom-right-radius: var(--border-radius);
409
- border-top-left-radius: var(--border-radius);
410
- border-bottom-left-radius: var(--border-radius);
411
- height: 40px;
412
- font-size: 0.9em !important;
413
- color: var(--theme-dark) !important;
414
- font-weight: 500;
415
-
416
- &:disabled {
417
- cursor: not-allowed;
418
- opacity: 0.6;
419
- }
420
-
421
- &:focus {
422
- outline: 0 !important;
423
- box-shadow: none !important;
424
- border: 2px solid var(--theme-dark);
425
- background-color: #ffffff;
426
- }
427
-
428
- &:hover,
429
- &:focus:not(.ng-invalid):not(.p-inputmask) {
430
- border-color: var(--theme-dark) !important;
431
- }
432
-
433
- &::placeholder {
434
- color: var(--theme-dark);
435
- opacity: 0.8;
436
- }
437
-
438
- &.ng-touched.ng-invalid {
439
- border-color: var(--error-color) !important;
440
- background-color: var(--error-color-transparent) !important;
441
- }
442
-
443
- &:not(.ng-invalid) {
444
- border-color: var(--theme-dark) !important;
445
- }
446
- }
447
-
448
- .p-inputtextarea {
449
- padding-right: 62px !important;
450
- resize: none;
451
- height: unset !important;
452
- }
453
-
454
- .p-calendar {
455
- width: 100% !important;
456
- .p-inputtext {
457
- color: var(--theme-dark) !important;
458
- font-weight: 600 !important;
459
- margin-left: -1px !important;
460
- border-top-right-radius: 0px !important;
461
- border-bottom-right-radius: 0px !important;
462
-
463
- &:focus {
464
- border-right: none !important;
465
-
466
- + .p-datepicker-trigger {
467
- border-right: 2px solid var(--theme-dark) !important;
468
- border-top: 2px solid var(--theme-dark) !important;
469
- border-bottom: 2px solid var(--theme-dark) !important;
470
- background-color: #ffffff !important;
471
- }
472
- }
473
- }
474
-
475
- .p-datepicker-trigger {
476
- background-color: var(--gray-light) !important;
477
- border: none !important;
478
- border-top-right-radius: var(--border-radius) !important;
479
- border-bottom-right-radius: var(--border-radius) !important;
480
-
481
- span {
482
- color: var(--theme-dark) !important;
483
- }
484
- }
485
- }
486
- p-calendar.ng-touched.ng-invalid {
487
- .p-calendar {
488
- width: 100% !important;
489
- input.p-inputtext:not(.currency-input),
490
- .p-inputtextarea {
491
- &:not(:focus) {
492
- border: none !important;
493
- background-color: var(--error-color-transparent) !important;
494
- }
495
- }
496
- }
497
-
498
- .p-datepicker-trigger {
499
- border-color: var(--error-color) !important;
500
- background-color: var(--error-color-transparent) !important;
501
- }
502
-
503
- .p-focus {
504
- input.p-inputtext:not(.currency-input),
505
- .p-inputtextarea {
506
- border-color: var(--error-color) !important;
507
- background-color: var(--error-color-transparent) !important;
508
- }
509
- .p-datepicker-trigger {
510
- border-right: 2px solid var(--error-color) !important;
511
- border-top: 2px solid var(--error-color) !important;
512
- border-bottom: 2px solid var(--error-color) !important;
513
- background-color: var(--error-color-transparent) !important;
514
- }
515
- }
516
- }
517
-
518
- p-inputmask {
519
- flex: 1;
520
- }
521
- p-inputmask.ng-touched.ng-invalid input {
522
- border-color: var(--error-color) !important;
523
- background-color: var(--error-color-transparent) !important;
524
- }
525
-
526
- p-inputnumber:not(.currency-input),
527
- p-inputnumber.outlined {
528
- display: block !important;
529
-
530
- span {
531
- width: 100%;
532
- }
533
- }
534
-
535
- p-inputnumber .text-centered input {
536
- text-align: center;
537
- }
538
-
539
- p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
540
- border-color: var(--error-color) !important;
541
- }
542
-
543
- .p-radiobutton-box.p-highlight {
544
- background-color: var(--success-color) !important;
545
- border-color: var(--success-color) !important;
546
-
547
- // &::before {
548
- // content: '\f00c';
549
- // color: #ffffff;
550
- // font-weight: 200;
551
- // width: 10px;
552
- // height: 10px;
553
- // }
554
- // .p-radiobutton-icon {
555
- // background-color: var(--success-color) !important;
556
- // }
557
- }
558
-
559
- .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
560
- border-color: var(--success-color) !important;
561
- }
562
-
563
- .p-steps .p-steps-item.p-highlight {
564
- background-color: transparent !important;
565
-
566
- .p-menuitem-link .p-steps-number {
567
- color: #fff !important;
568
- background-color: var(--theme-medium) !important;
569
- }
570
- }
571
-
572
- .p-steps .p-steps-item:not(.p-highlight) {
573
- .p-steps-title {
574
- opacity: 0.4 !important;
575
- }
576
-
577
- .p-menuitem-link .p-steps-number {
578
- color: var(--theme-medium) !important;
579
- }
580
- }
581
-
582
- .p-steps .p-steps-item .p-steps-title {
583
- color: var(--theme-medium) !important;
584
- }
585
-
586
- .p-steps .p-steps-item.p-disabled {
587
- opacity: 1 !important;
588
- }
589
-
590
- .p-steps .p-steps-item .p-menuitem-link {
591
- background: transparent !important;
592
-
593
- .p-steps-number {
594
- min-width: 2.6rem !important;
595
- height: 2.6rem !important;
596
- font-size: 1rem !important;
597
- border: 2px solid var(--theme-medium) !important;
598
- }
599
- }
600
-
601
- .p-steps ul > li:nth-child(1):only-child::before {
602
- content: unset !important;
603
- }
604
-
605
- .p-steps ul > li:not(:only-child)::before {
606
- border: 1px dashed var(--theme-medium) !important;
607
- }
608
-
609
- .p-steps .p-steps-item:first-child:before {
610
- width: 50% !important;
611
- left: 50% !important;
612
- }
613
-
614
- .p-steps .p-steps-item:last-child:before {
615
- width: 50% !important;
616
- }
617
-
618
- .p-steps .p-steps-item.checked .p-steps-title {
619
- color: var(--success-color-dark) !important;
620
- }
621
-
622
- .p-steps .p-steps-item.checked .p-menuitem-link .p-steps-number {
623
- background-color: var(--success-color-dark) !important;
624
- color: #fff !important;
625
- border: 2px solid var(--success-color-dark) !important;
626
- }
627
-
628
- .p-steps .p-steps-item .p-menuitem-link .p-steps-number.disabled {
629
- color: var(--gray-dark) !important;
630
- border: 2px solid var(--gray-dark) !important;
631
- }
632
-
633
- .p-highlight {
634
- background-color: var(--theme-primary) !important;
635
- border-color: var(--theme-primary) !important;
636
- }
637
-
638
- .p-button:focus {
639
- box-shadow: unset !important;
640
- }
641
-
642
- .p-button.button {
643
- display: flex !important;
644
- flex-direction: row !important;
645
- justify-content: center !important;
646
-
647
- .p-button-label {
648
- flex: unset !important;
649
- }
650
- }
651
-
652
- .p-datepicker table td > span:focus {
653
- box-shadow: unset !important;
654
- }
655
-
656
- .p-datepicker table td > span.p-highlight {
657
- color: #ffffff !important;
658
- }
659
-
660
- .p-datepicker table td > span {
661
- color: var(--font-color) !important;
662
- }
663
-
664
- .p-datepicker {
665
- border: 2px solid var(--theme-dark) !important;
666
- border-radius: var(--border-radius) !important;
667
- z-index: 15000 !important;
668
-
669
- .p-datepicker-calendar thead tr th span {
670
- color: var(--theme-dark) !important;
671
- }
672
- }
673
-
674
- .p-overlaypanel:not(.background-white) {
675
- background-color: #01529b !important;
676
- }
677
-
678
- .p-overlaypanel-content {
679
- padding: 6px 8px 6px 8px !important;
680
- }
681
-
682
- .p-overlaypanel::after,
683
- .p-overlaypanel::before {
684
- border-bottom-color: #01529b !important;
685
- }
686
-
687
- .p-dialog:not(.p-confirm-dialog) {
688
- .p-dialog-header {
689
- padding: 3px !important;
690
- border-top-left-radius: 9px !important;
691
- border-top-right-radius: 9px !important;
692
- }
693
-
694
- .p-dialog-content {
695
- border-bottom-left-radius: 9px !important;
696
- border-bottom-right-radius: 9px !important;
697
- }
698
- }
699
-
700
- .p-dialog .p-dialog-header .p-dialog-title {
701
- font-size: 1em !important;
702
- text-align: center !important;
703
- }
704
-
705
- .p-dialog-header-close-icon {
706
- font-weight: 600 !important;
707
- }
708
-
709
- .p-confirm-dialog {
710
- .p-dialog-footer .actions {
711
- display: flex;
712
- align-items: center;
713
- justify-content: flex-end;
714
- gap: 20px;
715
- }
716
-
717
- .p-confirm-dialog-icon {
718
- display: none !important;
719
- }
720
-
721
- .p-confirm-dialog-message {
722
- margin-left: 0px !important;
723
- }
724
- }
725
-
726
- .p-selectbutton {
727
- background-color: var(--gray-light) !important;
728
- border-radius: 10px !important;
729
- width: fit-content !important;
730
-
731
- .p-ripple {
732
- border: none !important;
733
- margin: 3px !important;
734
- border-radius: 8px !important;
735
-
736
- .p-button-label {
737
- color: var(--gray-dark) !important;
738
- font-weight: 500 !important;
739
- }
740
-
741
- &:not(.p-highlight) {
742
- background-color: transparent !important;
743
- }
744
-
745
- &.p-highlight {
746
- background-color: #fff !important;
747
-
748
- .p-button-label {
749
- color: var(--theme-medium) !important;
750
- }
751
- }
752
- }
753
- }
754
-
755
- .p-multiselect-panel:not(.has-filter) .p-multiselect-header {
756
- .p-checkbox::after {
757
- content: 'Selecionar Todos';
758
- margin-left: 0.5rem;
759
- }
760
- }
761
-
762
- .p-multiselect-header {
763
- .p-checkbox {
764
- width: max-content;
765
- }
766
- }
767
-
768
- .rounded-checkbox .p-checkbox-box {
769
- border-radius: 20px !important;
770
- border: none !important;
771
- background-color: var(--gray-light) !important;
772
-
773
- .p-checkbox-icon {
774
- font-size: 0.8em !important;
775
- padding-top: 2px !important;
776
- }
777
- }
778
-
779
- .p-checkbox-box.p-highlight {
780
- background: var(--theme-primary) !important;
781
- border-color: var(--theme-primary) !important;
782
- }
783
-
784
- .p-checkbox-box {
785
- border-width: 2px !important;
786
- border-color: var(--gray-dark) !important;
787
-
788
- &:hover:not(.p-highlight) {
789
- border-color: var(--gray-dark) !important;
790
- }
791
- }
792
-
793
- .p-dropdown,
794
- .p-autocomplete {
795
- width: 100%;
796
- }
797
- p-autocomplete.ng-touched.ng-invalid {
798
- input.p-inputtext:not(.currency-input),
799
- .p-inputtextarea {
800
- &:not(:focus) {
801
- border: none !important;
802
- background-color: var(--error-color-transparent) !important;
803
- }
804
-
805
- &:focus:not(.ng-invalid):not(.p-inputmask) {
806
- border-color: var(--error-color) !important;
807
- }
808
- }
809
- }
810
-
811
- p-autocomplete.ng-touched.ng-invalid .p-autocomplete-dropdown,
812
- p-multiselect.ng-touched.ng-invalid .p-multiselect {
813
- border-color: var(--error-color) !important;
814
- background-color: var(--error-color-transparent) !important;
815
- }
816
-
817
- .p-dropdown-panel,
818
- .p-autocomplete-panel,
819
- .p-multiselect-panel {
820
- // max-width: 250px !important;
821
- min-width: 100%;
822
- border: 1px solid var(--theme-dark) !important;
823
- margin-top: -2px !important;
824
- border-radius: var(--border-radius) !important;
825
-
826
- & .p-autocomplete-items,
827
- & .p-multiselect-items {
828
- padding-top: 0px !important;
829
- padding-bottom: 0px !important;
830
- padding-right: 1px !important;
831
- }
832
-
833
- &::-webkit-scrollbar {
834
- width: 5px;
835
- }
836
-
837
- &::-webkit-scrollbar-track {
838
- background: var(--gray-light);
839
- }
840
-
841
- &::-webkit-scrollbar-thumb {
842
- background: var(--theme-dark);
843
- border-radius: 8px;
844
- }
845
-
846
- &::-webkit-scrollbar-thumb:hover {
847
- background: var(--theme-dark);
848
- }
849
- }
850
-
851
- .p-dropdown-item,
852
- .p-autocomplete-item,
853
- .p-multiselect-item {
854
- text-overflow: ellipsis;
855
- color: var(--theme-dark) !important;
856
-
857
- &:hover {
858
- background-color: var(--theme-dark) !important;
859
- color: #ffffff !important;
860
- }
861
- }
862
-
863
- .p-dropdown,
864
- .p-multiselect {
865
- border: none !important;
866
- .p-highlight {
867
- background-color: #ffffff !important;
868
- }
869
- }
870
- .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
871
- .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
872
- background-color: var(--theme-dark) !important;
873
- color: #ffffff !important;
874
- }
875
-
876
- .p-slider {
877
- background-color: #01529b;
878
- .p-slider-range {
879
- background-color: var(--success-color) !important;
880
- border-radius: inherit !important;
881
- }
882
- .p-slider-handle {
883
- border-color: var(--success-color) !important;
884
-
885
- &:hover {
886
- background-color: var(--success-color) !important;
887
- }
888
- &:focus {
889
- box-shadow: unset !important;
890
- }
891
- }
892
- }
893
-
894
- .p-fileupload {
895
- p-messages {
896
- display: none !important;
897
- }
898
- .p-fileupload-choose {
899
- background: transparent !important;
900
- border: 2px solid var(--theme-dark) !important;
901
- border-radius: var(--border-radius) !important;
902
-
903
- .p-button-label {
904
- color: var(--theme-dark) !important;
905
- max-width: 200px !important;
906
- text-overflow: ellipsis !important;
907
- white-space: nowrap !important;
908
- overflow: hidden !important;
909
-
910
- @media (max-width: 768px) {
911
- max-width: 150px !important;
912
- }
913
- }
914
-
915
- .p-button-icon {
916
- display: none !important;
917
- }
918
- }
919
- }
920
-
921
- vector-data-table {
922
- vector-panel.data-table-panel .p-panel,
923
- vector-panel.data-table-panel .p-panel-content,
924
- vector-panel.data-table-panel .p-panel-content > div {
925
- border-radius: 15px !important;
926
- }
927
-
928
- p-table {
929
- .p-datatable-wrapper {
930
- }
931
-
932
- .p-datatable-table {
933
- border-radius: 15px !important;
934
- }
935
-
936
- .p-datatable-thead {
937
- border-radius: 15px !important;
938
- z-index: 0 !important;
939
-
940
- .header {
941
- th {
942
- white-space: normal !important;
943
- position: relative;
944
- padding: 10px 10px 10px 35px !important;
945
- background-color: var(--gray-light) !important;
946
-
947
- &:first-child {
948
- border-top-left-radius: 15px !important;
949
- padding: 10px !important;
950
- }
951
-
952
- &:last-child {
953
- border-top-right-radius: 15px !important;
954
- }
955
-
956
- p-sorticon {
957
- svg {
958
- height: 0.85rem !important;
959
- width: 0.85rem !important;
960
- }
961
-
962
- sortamountupalticon svg,
963
- sortamountdownicon svg {
964
- color: var(--theme-primary) !important;
965
- }
966
- }
967
-
968
- &.p-highlight {
969
- color: var(--theme-primary) !important;
970
- }
971
- }
972
- }
973
- }
974
-
975
- .p-datatable-tbody {
976
- tr.p-highlight {
977
- background-color: #eff6ff !important;
978
- }
979
- }
980
-
981
- .row {
982
- background: transparent !important;
983
-
984
- .cell {
985
- white-space: normal !important;
986
-
987
- .boolean-value-positive {
988
- color: var(--success-color);
989
- }
990
-
991
- .boolean-value-negative {
992
- color: var(--error-color);
993
- }
994
-
995
- .status-table-field {
996
- font-size: 1.4em;
997
- }
998
-
999
- .table-button {
1000
- cursor: pointer;
1001
- color: var(--theme-primary);
1002
- }
1003
- }
1004
-
1005
- .no-results {
1006
- border-bottom-left-radius: 15px;
1007
- border-bottom-right-radius: 15px;
1008
- }
1009
- }
1010
-
1011
- .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
1012
- color: #fff !important;
1013
- }
1014
-
1015
- .p-paginator-bottom {
1016
- border-radius: 15px !important;
1017
- }
1018
- }
1019
-
1020
- p-tabview {
1021
- .p-tabview-panels {
1022
- display: none !important;
1023
- }
1024
-
1025
- .p-tabview-nav {
1026
- li {
1027
- .p-tabview-nav-link {
1028
- justify-content: center;
1029
- }
1030
-
1031
- &.p-highlight .p-tabview-nav-link {
1032
- color: var(--theme-primary) !important;
1033
- }
1034
- }
1035
- }
1036
- }
1037
-
1038
- vector-panel p-panel .p-panel .p-panel-content {
1039
- padding: 0px !important;
1040
- }
1041
- }
1042
-
1043
- .success {
1044
- color: var(--success-color);
1045
- }
1046
- .error {
1047
- color: var(--error-color);
1048
- }
1049
- .warning {
1050
- color: var(--warning-color);
1051
- }
1052
- .info {
1053
- color: var(--theme-light);
1054
- }
1055
-
1056
- p-tabview {
1057
- .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
1058
- border-color: var(--theme-dark) !important;
1059
- }
1060
-
1061
- .p-tabview .p-tabview-nav li .p-tabview-nav-link {
1062
- border-top-right-radius: 0px !important;
1063
- border-top-left-radius: 0px !important;
1064
-
1065
- &:hover {
1066
- border-color: var(--theme-dark) !important;
1067
- }
1068
- }
1069
- }
1070
-
1071
- .p-accordion-header {
1072
- .p-accordion-header-link {
1073
- border-radius: 16px !important;
1074
- box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1075
- border: none !important;
1076
-
1077
- .p-accordion-toggle-icon {
1078
- margin-right: 0.5rem !important;
1079
- position: absolute !important;
1080
- right: 0.5em !important;
1081
- }
1082
- }
1083
- &.p-highlight {
1084
- background: none !important;
1085
- }
1086
- }
1087
-
1088
- .p-accordion .p-accordion-content {
1089
- border: none !important;
1090
- background: #ffffff !important;
1091
- border-radius: 16px !important;
1092
- box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1093
- margin-top: -25px !important;
1094
- padding-top: 35px !important;
1095
- }
1096
-
1097
- .p-accordion-tab {
1098
- margin: 20px 0px;
1099
- }
1100
-
1101
- .p-chip {
1102
- display: inline-block;
1103
- padding: 0 16px !important;
1104
- height: 40px;
1105
- font-weight: 500;
1106
- font-size: 13px;
1107
- line-height: 40px;
1108
- border-radius: 25px !important;
1109
- background-color: #e5e5ea !important;
1110
- color: #002463 !important;
1111
- opacity: 0.5;
1112
-
1113
- span {
1114
- border: 2px solid;
1115
- border-radius: 50%;
1116
- width: 25px;
1117
- height: 25px;
1118
- margin-left: 5px;
1119
- margin-top: 7px;
1120
- color: #abaab5;
1121
-
1122
- i {
1123
- position: relative;
1124
- top: -11px;
1125
- left: -6px;
1126
- font-size: 12px;
1127
- }
1128
- }
1129
-
1130
- .closebtn {
1131
- padding-left: 10px;
1132
- font-weight: bold;
1133
- float: right;
1134
- font-size: 20px;
1135
- cursor: pointer;
1136
- }
1137
-
1138
- .closebtn:hover {
1139
- color: #000;
1140
- }
1141
- }
1142
-
1143
- .p-menu.p-menu-overlay {
1144
- width: fit-content;
1145
- padding: 0px;
1146
- border-radius: 9px;
1147
- background-color: var(--theme-medium) !important;
1148
-
1149
- ul {
1150
- display: flex;
1151
-
1152
- li {
1153
- border-radius: 9px;
1154
- }
1155
-
1156
- .p-menuitem-link {
1157
- border-radius: 9px;
1158
- }
1159
-
1160
- .p-menuitem-content {
1161
- background-color: transparent !important;
1162
- }
1163
-
1164
- .p-menuitem-link:hover {
1165
- background-color: var(--theme-dark) !important;
1166
- }
1167
-
1168
- .p-menuitem-icon,
1169
- .p-menuitem-text {
1170
- color: #fff !important;
1171
- }
1172
- }
1173
- }
1174
-
1175
- .p-inputswitch.p-focus .p-inputswitch-slider {
1176
- box-shadow: none !important;
1177
- }
1178
-
1179
- .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
1180
- background-color: var(--theme-primary) !important;
1181
- }
1182
-
1183
- .custom-field-text {
1184
- input[type='text'],
1185
- input[type='password'] {
1186
- border-radius: 6px;
1187
- color: #757b8a !important;
1188
-
1189
- &:focus:not(.ng-invalid):not(.p-inputmask) {
1190
- border: 2px solid #6690f3 !important;
1191
- }
1192
- &:not(.ng-invalid) {
1193
- border: 2px solid #e1e4ea !important;
1194
- }
1195
- }
1196
-
1197
- &.input-otp {
1198
- justify-content: center;
1199
-
1200
- input[type='text'] {
1201
- padding: 10px;
1202
- min-height: 54px;
1203
- width: 46px;
1204
- font-size: 1.6em !important;
1205
- font-weight: 600;
1206
- color: #363636 !important;
1207
-
1208
- @media screen and (max-width: 576px) {
1209
- padding: 0;
1210
- width: 40px;
1211
- font-size: 1.2em !important;
1212
- font-weight: 600;
1213
- }
1214
- }
1215
- }
1216
- }
1217
-
1218
- .multiselect-flags {
1219
- .p-multiselect-panel .p-multiselect-items {
1220
- .p-multiselect-item {
1221
- span {
1222
- color: #757b8a;
1223
- }
1224
- &:hover {
1225
- background: #e1e4ea !important;
1226
- }
1227
- &:not(.p-highlight):not(.p-disabled).p-focus {
1228
- background: #e1e4ea !important;
1229
- }
1230
- &.p-highlight {
1231
- background: #e1e4ea !important;
1232
- }
1233
- }
1234
- }
1235
- }
1
+ .ch {
2
+ cursor: help;
3
+ }
4
+ .cp {
5
+ cursor: pointer;
6
+ }
7
+ .p-focus,
8
+ .p-element:focus {
9
+ box-shadow: none !important;
10
+ }
11
+
12
+ .field {
13
+ margin-bottom: 0rem !important;
14
+ }
15
+
16
+ .p-button.p-button-icon-only {
17
+ padding: 0.4rem 0 !important;
18
+ }
19
+
20
+ .p-button:hover:not(:disabled) .p-button-icon,
21
+ .p-button.success .p-button-icon {
22
+ color: #fff !important;
23
+ }
24
+
25
+ .p-button.p-button-link {
26
+ color: var(--theme-dark);
27
+ background: transparent;
28
+ border: transparent;
29
+ }
30
+ .p-button.p-button-link:enabled:hover {
31
+ background: transparent;
32
+ color: var(--theme-dark);
33
+ border-color: transparent;
34
+ }
35
+ .p-button.p-button-link:enabled:hover .p-button-label {
36
+ text-decoration: none;
37
+ }
38
+ .p-button.p-button-link:enabled:focus {
39
+ background: transparent;
40
+ box-shadow: 0 0 0 0.2rem #a6d5fa;
41
+ border-color: transparent;
42
+ }
43
+ .p-button.p-button-link:enabled:active {
44
+ background: transparent;
45
+ color: var(--theme-dark);
46
+ border-color: transparent;
47
+ }
48
+
49
+ p-button {
50
+ width: 100%;
51
+ border-width: 2px;
52
+ border-radius: var(--border-radius);
53
+ background-color: var(--theme-dark);
54
+ border-color: var(--theme-dark);
55
+ color: #ffffff;
56
+ box-shadow: 0px 5px 5px rgba(0, 70, 232, 0.5);
57
+
58
+ button {
59
+ width: 100% !important;
60
+ }
61
+
62
+ &.round {
63
+ button {
64
+ border-radius: 8px;
65
+ }
66
+ }
67
+
68
+ &:hover:not(:disabled) {
69
+ background-color: #003049;
70
+ border-color: #003049;
71
+ }
72
+
73
+ &:focus {
74
+ box-shadow: none;
75
+ }
76
+
77
+ &:disabled {
78
+ cursor: not-allowed;
79
+ }
80
+ .no-shadow {
81
+ box-shadow: none;
82
+ }
83
+
84
+ .p-button {
85
+ border-width: 2px !important;
86
+ }
87
+
88
+ .default {
89
+ background-color: #ffffff;
90
+ border-color: var(--theme-dark);
91
+
92
+ .p-button-label {
93
+ color: var(--theme-dark);
94
+ }
95
+
96
+ .p-button-icon {
97
+ color: var(--theme-dark);
98
+ }
99
+
100
+ &:hover:not(:disabled) {
101
+ background-color: var(--theme-dark);
102
+ border-color: var(--theme-dark);
103
+ .p-button-label {
104
+ color: #ffffff;
105
+ }
106
+ }
107
+ }
108
+
109
+ .default-filled {
110
+ background-color: var(--theme-primary);
111
+ border-color: var(--theme-primary);
112
+ .p-button-label {
113
+ color: #ffffff;
114
+ }
115
+ .p-button-icon {
116
+ color: #ffffff;
117
+ }
118
+
119
+ &:hover:not(:disabled) {
120
+ background-color: var(--theme-dark);
121
+ border-color: var(--theme-dark);
122
+ }
123
+ }
124
+
125
+ .cancel {
126
+ background-color: #ffffff;
127
+ border-color: var(--error-color);
128
+ .p-button-label {
129
+ color: var(--error-color);
130
+ }
131
+ .p-button-icon {
132
+ color: var(--error-color);
133
+ }
134
+
135
+ &:hover:not(:disabled) {
136
+ background-color: var(--error-color-dark);
137
+ border-color: var(--error-color-dark);
138
+ .p-button-label {
139
+ color: #ffffff;
140
+ }
141
+ }
142
+ }
143
+
144
+ .cancel-filled {
145
+ background-color: var(--error-color);
146
+ border-color: var(--error-color);
147
+ .p-button-label {
148
+ color: #ffffff;
149
+ }
150
+
151
+ .p-button-icon {
152
+ color: #ffffff;
153
+ }
154
+
155
+ &:hover:not(:disabled) {
156
+ background-color: var(--error-color-dark);
157
+ border-color: var(--error-color-dark);
158
+ }
159
+ }
160
+
161
+ .success {
162
+ background-color: var(--success-color);
163
+ border-color: var(--success-color);
164
+ .p-button-label {
165
+ color: #fff;
166
+ }
167
+ .p-button-icon {
168
+ color: #fff;
169
+ }
170
+
171
+ &:hover:not(:disabled) {
172
+ background-color: var(--success-color-dark);
173
+ border-color: var(--success-color-dark);
174
+ }
175
+ }
176
+
177
+ .light-outline {
178
+ background-color: var(--background);
179
+ border-color: var(--gray-medium);
180
+ .p-button-label {
181
+ color: var(--success-color);
182
+ }
183
+ .p-button-icon {
184
+ color: var(--success-color);
185
+ }
186
+
187
+ &:hover:not(:disabled) {
188
+ background-color: var(--success-color-dark);
189
+ border-color: var(--success-color-dark);
190
+ .p-button-label {
191
+ color: #fff;
192
+ }
193
+ }
194
+ }
195
+
196
+ .success-outlined {
197
+ background-color: #ffffff;
198
+ border-color: var(--success-color);
199
+
200
+ .p-button-label {
201
+ color: var(--success-color);
202
+ }
203
+ .p-button-icon {
204
+ color: var(--success-color);
205
+ }
206
+
207
+ &:hover:not(:disabled) {
208
+ background-color: var(--success-color-dark);
209
+ border-color: var(--success-color-dark);
210
+
211
+ .p-button-label {
212
+ color: #fff;
213
+ }
214
+ }
215
+ }
216
+
217
+ .default-outlined {
218
+ background-color: #ffffff;
219
+ border-color: var(--theme-light);
220
+
221
+ .p-button-label {
222
+ color: var(--theme-light);
223
+ }
224
+ .p-button-icon {
225
+ color: var(--theme-light);
226
+ }
227
+
228
+ &:hover:not(:disabled) {
229
+ background-color: var(--theme-primary);
230
+ border-color: var(--theme-primary);
231
+
232
+ .p-button-label {
233
+ color: #fff;
234
+ }
235
+ }
236
+ }
237
+ .default-outlined-gray {
238
+ background-color: #ffffff;
239
+ border-color: var(--gray-medium);
240
+
241
+ .p-button-label {
242
+ color: var(--theme-light);
243
+ }
244
+ .p-button-icon {
245
+ color: var(--theme-light);
246
+ }
247
+
248
+ &:hover:not(:disabled) {
249
+ background-color: var(--theme-primary);
250
+ border-color: var(--theme-primary);
251
+
252
+ .p-button-label {
253
+ color: #fff;
254
+ }
255
+ }
256
+ }
257
+ .default-outlined-gray-icon-red {
258
+ background-color: #ffffff;
259
+ border-color: var(--gray-medium);
260
+
261
+ .p-button-label {
262
+ color: var(--theme-light);
263
+ }
264
+ .p-button-icon {
265
+ color: var(--cancel-color);
266
+ }
267
+
268
+ &:hover:not(:disabled) {
269
+ background-color: var(--cancel-color);
270
+ border-color: var(--cancel-color);
271
+
272
+ .p-button-label {
273
+ color: #fff;
274
+ }
275
+ }
276
+ }
277
+ .default-outlined-gray-icon-gray {
278
+ background-color: #ffffff;
279
+ border-color: var(--gray-medium);
280
+
281
+ .p-button-label {
282
+ color: var(--form-labels-color);
283
+ }
284
+ .p-button-icon {
285
+ color: var(--form-labels-color);
286
+ }
287
+
288
+ &:hover:not(:disabled) {
289
+ background-color: var(--gray-medium);
290
+ border-color: var(--gray-medium);
291
+
292
+ .p-button-label {
293
+ color: var(--form-labels-color);
294
+ }
295
+ .p-button-icon {
296
+ color: var(--form-labels-color);
297
+ }
298
+ }
299
+ }
300
+ }
301
+
302
+ .p-autocomplete-input {
303
+ border-right: none !important;
304
+ border-top-right-radius: 0px !important;
305
+ border-bottom-right-radius: 0px !important;
306
+ padding: 6px 0px 6px 12px !important;
307
+
308
+ &:focus + .p-autocomplete-dropdown {
309
+ background-color: #ffffff !important;
310
+ border-right: 2px solid var(--theme-dark) !important;
311
+ border-top: 2px solid var(--theme-dark) !important;
312
+ border-bottom: 2px solid var(--theme-dark) !important;
313
+ }
314
+ }
315
+
316
+ .p-inputwrapper-focus .p-autocomplete-dropdown {
317
+ background-color: #ffffff !important;
318
+ border-right: 2px solid var(--theme-dark) !important;
319
+ border-top: 2px solid var(--theme-dark) !important;
320
+ border-bottom: 2px solid var(--theme-dark) !important;
321
+ }
322
+
323
+ .p-autocomplete-dropdown {
324
+ background-color: var(--gray-light) !important;
325
+ border: none !important;
326
+ margin-left: -1px !important;
327
+ border-top-right-radius: var(--border-radius) !important;
328
+ border-bottom-right-radius: var(--border-radius) !important;
329
+ color: var(--gray-dark) !important;
330
+ padding-bottom: 5px !important;
331
+ }
332
+
333
+ .p-dropdown,
334
+ .p-multiselect {
335
+ height: 40px;
336
+ background-color: var(--gray-medium) !important;
337
+
338
+ .p-dropdown-label,
339
+ .p-multiselect-label {
340
+ font-family: 'Poppins';
341
+ color: var(--theme-dark) !important;
342
+ font-weight: 500;
343
+ display: flex;
344
+ align-items: center;
345
+ }
346
+ }
347
+
348
+ p-inputnumber:not(.currency-input).ng-touched.ng-invalid input.p-inputnumber-input {
349
+ border-color: var(--error-color) !important;
350
+ background-color: var(--error-color-transparent) !important;
351
+ }
352
+
353
+ p-inputnumber.currency-input:not(.outlined) {
354
+ &.ng-touched.ng-invalid input.p-inputnumber-input {
355
+ color: var(--error-color) !important;
356
+ }
357
+
358
+ &.rounded input.p-inputnumber-input {
359
+ font-size: 1rem !important;
360
+ }
361
+
362
+ input.p-inputnumber-input {
363
+ font-size: 2em !important;
364
+ border: none !important;
365
+ font-weight: 600 !important;
366
+ background-color: #ffffff !important;
367
+ color: var(--theme-dark) !important;
368
+ width: 100% !important;
369
+ padding: 0px !important;
370
+ height: 2em !important;
371
+
372
+ &:focus {
373
+ outline: 0 !important;
374
+ box-shadow: none !important;
375
+ }
376
+ }
377
+ }
378
+
379
+ .p-inputnumber-buttons-horizontal .p-button {
380
+ color: var(--theme-primary) !important;
381
+ border: none !important;
382
+ background: var(--gray-light) !important;
383
+
384
+ span {
385
+ font-weight: 600 !important;
386
+ }
387
+ }
388
+
389
+ .p-multiselect {
390
+ padding: 6px 0px 6px 12px !important;
391
+
392
+ .p-multiselect-label {
393
+ padding: 0.3rem 0.5rem 0 0 !important;
394
+ }
395
+
396
+ .p-multiselect-trigger {
397
+ width: 12px !important;
398
+ &:hover {
399
+ color: #fff !important;
400
+ }
401
+ }
402
+ }
403
+
404
+ input.p-inputtext:not(.currency-input),
405
+ .p-inputtextarea,
406
+ .p-multiselect {
407
+ &:not(:focus) {
408
+ border: none !important;
409
+ background-color: var(--gray-light) !important;
410
+ }
411
+ width: 100%;
412
+ padding: 6px 12px 6px 12px !important;
413
+ border-top-right-radius: var(--border-radius);
414
+ border-bottom-right-radius: var(--border-radius);
415
+ border-top-left-radius: var(--border-radius);
416
+ border-bottom-left-radius: var(--border-radius);
417
+ height: 40px;
418
+ font-size: 0.9em !important;
419
+ color: var(--theme-dark) !important;
420
+ font-weight: 500;
421
+
422
+ &:disabled {
423
+ cursor: not-allowed;
424
+ opacity: 0.6;
425
+ }
426
+
427
+ &:focus {
428
+ outline: 0 !important;
429
+ box-shadow: none !important;
430
+ border: 2px solid var(--theme-dark);
431
+ background-color: #ffffff;
432
+ }
433
+
434
+ &:hover,
435
+ &:focus:not(.ng-invalid):not(.p-inputmask) {
436
+ border-color: var(--theme-dark) !important;
437
+ }
438
+
439
+ &::placeholder {
440
+ color: var(--theme-dark);
441
+ opacity: 0.8;
442
+ }
443
+
444
+ &.ng-touched.ng-invalid {
445
+ border-color: var(--error-color) !important;
446
+ background-color: var(--error-color-transparent) !important;
447
+ }
448
+
449
+ &:not(.ng-invalid) {
450
+ border-color: var(--theme-dark) !important;
451
+ }
452
+ }
453
+
454
+ .p-inputtextarea {
455
+ padding-right: 62px !important;
456
+ resize: none;
457
+ height: unset !important;
458
+ }
459
+
460
+ .p-calendar {
461
+ width: 100% !important;
462
+ .p-inputtext {
463
+ color: var(--theme-dark) !important;
464
+ font-weight: 600 !important;
465
+ margin-left: -1px !important;
466
+ border-top-right-radius: 0px !important;
467
+ border-bottom-right-radius: 0px !important;
468
+
469
+ &:focus {
470
+ border-right: none !important;
471
+
472
+ + .p-datepicker-trigger {
473
+ border-right: 2px solid var(--theme-dark) !important;
474
+ border-top: 2px solid var(--theme-dark) !important;
475
+ border-bottom: 2px solid var(--theme-dark) !important;
476
+ background-color: #ffffff !important;
477
+ }
478
+ }
479
+ }
480
+
481
+ .p-datepicker-trigger {
482
+ background-color: var(--gray-light) !important;
483
+ border: none !important;
484
+ border-top-right-radius: var(--border-radius) !important;
485
+ border-bottom-right-radius: var(--border-radius) !important;
486
+
487
+ span {
488
+ color: var(--theme-dark) !important;
489
+ }
490
+ }
491
+ }
492
+ p-calendar.ng-touched.ng-invalid {
493
+ .p-calendar {
494
+ width: 100% !important;
495
+ input.p-inputtext:not(.currency-input),
496
+ .p-inputtextarea {
497
+ &:not(:focus) {
498
+ border: none !important;
499
+ background-color: var(--error-color-transparent) !important;
500
+ }
501
+ }
502
+ }
503
+
504
+ .p-datepicker-trigger {
505
+ border-color: var(--error-color) !important;
506
+ background-color: var(--error-color-transparent) !important;
507
+ }
508
+
509
+ .p-focus {
510
+ input.p-inputtext:not(.currency-input),
511
+ .p-inputtextarea {
512
+ border-color: var(--error-color) !important;
513
+ background-color: var(--error-color-transparent) !important;
514
+ }
515
+ .p-datepicker-trigger {
516
+ border-right: 2px solid var(--error-color) !important;
517
+ border-top: 2px solid var(--error-color) !important;
518
+ border-bottom: 2px solid var(--error-color) !important;
519
+ background-color: var(--error-color-transparent) !important;
520
+ }
521
+ }
522
+ }
523
+
524
+ p-inputmask {
525
+ flex: 1;
526
+ }
527
+ p-inputmask.ng-touched.ng-invalid input {
528
+ border-color: var(--error-color) !important;
529
+ background-color: var(--error-color-transparent) !important;
530
+ }
531
+
532
+ p-inputnumber:not(.currency-input),
533
+ p-inputnumber.outlined {
534
+ display: block !important;
535
+
536
+ span {
537
+ width: 100%;
538
+ }
539
+ }
540
+
541
+ p-inputnumber .text-centered input {
542
+ text-align: center;
543
+ }
544
+
545
+ p-radiobutton.ng-touched.ng-invalid .p-radiobutton-box {
546
+ border-color: var(--error-color) !important;
547
+ }
548
+
549
+ .p-radiobutton-box.p-highlight {
550
+ background-color: var(--success-color) !important;
551
+ border-color: var(--success-color) !important;
552
+
553
+ // &::before {
554
+ // content: '\f00c';
555
+ // color: #ffffff;
556
+ // font-weight: 200;
557
+ // width: 10px;
558
+ // height: 10px;
559
+ // }
560
+ // .p-radiobutton-icon {
561
+ // background-color: var(--success-color) !important;
562
+ // }
563
+ }
564
+
565
+ .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
566
+ border-color: var(--success-color) !important;
567
+ }
568
+
569
+ .p-steps .p-steps-item.p-highlight {
570
+ background-color: transparent !important;
571
+
572
+ .p-menuitem-link .p-steps-number {
573
+ color: #fff !important;
574
+ background-color: var(--theme-medium) !important;
575
+ }
576
+ }
577
+
578
+ .p-steps .p-steps-item:not(.p-highlight) {
579
+ .p-steps-title {
580
+ opacity: 0.4 !important;
581
+ }
582
+
583
+ .p-menuitem-link .p-steps-number {
584
+ color: var(--theme-medium) !important;
585
+ }
586
+ }
587
+
588
+ .p-steps .p-steps-item .p-steps-title {
589
+ color: var(--theme-medium) !important;
590
+ }
591
+
592
+ .p-steps .p-steps-item.p-disabled {
593
+ opacity: 1 !important;
594
+ }
595
+
596
+ .p-steps .p-steps-item .p-menuitem-link {
597
+ background: transparent !important;
598
+
599
+ .p-steps-number {
600
+ min-width: 2.6rem !important;
601
+ height: 2.6rem !important;
602
+ font-size: 1rem !important;
603
+ border: 2px solid var(--theme-medium) !important;
604
+ }
605
+ }
606
+
607
+ .p-steps ul > li:nth-child(1):only-child::before {
608
+ content: unset !important;
609
+ }
610
+
611
+ .p-steps ul > li:not(:only-child)::before {
612
+ border: 1px dashed var(--theme-medium) !important;
613
+ }
614
+
615
+ .p-steps .p-steps-item:first-child:before {
616
+ width: 50% !important;
617
+ left: 50% !important;
618
+ }
619
+
620
+ .p-steps .p-steps-item:last-child:before {
621
+ width: 50% !important;
622
+ }
623
+
624
+ .p-steps .p-steps-item.checked .p-steps-title {
625
+ color: var(--success-color-dark) !important;
626
+ }
627
+
628
+ .p-steps .p-steps-item.checked .p-menuitem-link .p-steps-number {
629
+ background-color: var(--success-color-dark) !important;
630
+ color: #fff !important;
631
+ border: 2px solid var(--success-color-dark) !important;
632
+ }
633
+
634
+ .p-steps .p-steps-item .p-menuitem-link .p-steps-number.disabled {
635
+ color: var(--gray-dark) !important;
636
+ border: 2px solid var(--gray-dark) !important;
637
+ }
638
+
639
+ .p-highlight {
640
+ background-color: var(--theme-primary) !important;
641
+ border-color: var(--theme-primary) !important;
642
+ }
643
+
644
+ .p-button:focus {
645
+ box-shadow: unset !important;
646
+ }
647
+
648
+ .p-button.button {
649
+ display: flex !important;
650
+ flex-direction: row !important;
651
+ justify-content: center !important;
652
+
653
+ .p-button-label {
654
+ flex: unset !important;
655
+ }
656
+ }
657
+
658
+ .p-datepicker table td > span:focus {
659
+ box-shadow: unset !important;
660
+ }
661
+
662
+ .p-datepicker table td > span.p-highlight {
663
+ color: #ffffff !important;
664
+ }
665
+
666
+ .p-datepicker table td > span {
667
+ color: var(--font-color) !important;
668
+ }
669
+
670
+ .p-datepicker {
671
+ border: 2px solid var(--theme-dark) !important;
672
+ border-radius: var(--border-radius) !important;
673
+ z-index: 15000 !important;
674
+
675
+ .p-datepicker-calendar thead tr th span {
676
+ color: var(--theme-dark) !important;
677
+ }
678
+ }
679
+
680
+ .p-overlaypanel:not(.background-white) {
681
+ background-color: #01529b !important;
682
+ }
683
+
684
+ .p-overlaypanel-content {
685
+ padding: 6px 8px 6px 8px !important;
686
+ }
687
+
688
+ .p-overlaypanel::after,
689
+ .p-overlaypanel::before {
690
+ border-bottom-color: #01529b !important;
691
+ }
692
+
693
+ .p-dialog:not(.p-confirm-dialog) {
694
+ .p-dialog-header {
695
+ padding: 3px !important;
696
+ border-top-left-radius: 9px !important;
697
+ border-top-right-radius: 9px !important;
698
+ }
699
+
700
+ .p-dialog-content {
701
+ border-bottom-left-radius: 9px !important;
702
+ border-bottom-right-radius: 9px !important;
703
+ }
704
+ }
705
+
706
+ .p-dialog .p-dialog-header .p-dialog-title {
707
+ font-size: 1em !important;
708
+ text-align: center !important;
709
+ }
710
+
711
+ .p-dialog-header-close-icon {
712
+ font-weight: 600 !important;
713
+ }
714
+
715
+ .p-confirm-dialog {
716
+ .p-dialog-footer .actions {
717
+ display: flex;
718
+ align-items: center;
719
+ justify-content: flex-end;
720
+ gap: 20px;
721
+ }
722
+
723
+ .p-confirm-dialog-icon {
724
+ display: none !important;
725
+ }
726
+
727
+ .p-confirm-dialog-message {
728
+ margin-left: 0px !important;
729
+ }
730
+ }
731
+
732
+ .p-selectbutton {
733
+ background-color: var(--gray-light) !important;
734
+ border-radius: 10px !important;
735
+ width: fit-content !important;
736
+
737
+ .p-ripple {
738
+ border: none !important;
739
+ margin: 3px !important;
740
+ border-radius: 8px !important;
741
+
742
+ .p-button-label {
743
+ color: var(--gray-dark) !important;
744
+ font-weight: 500 !important;
745
+ }
746
+
747
+ &:not(.p-highlight) {
748
+ background-color: transparent !important;
749
+ }
750
+
751
+ &.p-highlight {
752
+ background-color: #fff !important;
753
+
754
+ .p-button-label {
755
+ color: var(--theme-medium) !important;
756
+ }
757
+ }
758
+ }
759
+ }
760
+
761
+ .p-multiselect-panel:not(.has-filter) .p-multiselect-header {
762
+ .p-checkbox::after {
763
+ content: 'Selecionar Todos';
764
+ margin-left: 0.5rem;
765
+ }
766
+ }
767
+
768
+ .p-multiselect-header {
769
+ .p-checkbox {
770
+ width: max-content;
771
+ }
772
+ }
773
+
774
+ .rounded-checkbox .p-checkbox-box {
775
+ border-radius: 20px !important;
776
+ border: none !important;
777
+ background-color: var(--gray-light) !important;
778
+
779
+ .p-checkbox-icon {
780
+ font-size: 0.8em !important;
781
+ padding-top: 2px !important;
782
+ }
783
+ }
784
+
785
+ .p-checkbox-box.p-highlight {
786
+ background: var(--theme-primary) !important;
787
+ border-color: var(--theme-primary) !important;
788
+ }
789
+
790
+ .p-checkbox-box {
791
+ border-width: 2px !important;
792
+ border-color: var(--gray-dark) !important;
793
+
794
+ &:hover:not(.p-highlight) {
795
+ border-color: var(--gray-dark) !important;
796
+ }
797
+ }
798
+
799
+ .p-dropdown,
800
+ .p-autocomplete {
801
+ width: 100%;
802
+ }
803
+ p-autocomplete.ng-touched.ng-invalid {
804
+ input.p-inputtext:not(.currency-input),
805
+ .p-inputtextarea {
806
+ &:not(:focus) {
807
+ border: none !important;
808
+ background-color: var(--error-color-transparent) !important;
809
+ }
810
+
811
+ &:focus:not(.ng-invalid):not(.p-inputmask) {
812
+ border-color: var(--error-color) !important;
813
+ }
814
+ }
815
+ }
816
+
817
+ p-autocomplete.ng-touched.ng-invalid .p-autocomplete-dropdown,
818
+ p-multiselect.ng-touched.ng-invalid .p-multiselect {
819
+ border-color: var(--error-color) !important;
820
+ background-color: var(--error-color-transparent) !important;
821
+ }
822
+
823
+ .p-dropdown-panel,
824
+ .p-autocomplete-panel,
825
+ .p-multiselect-panel {
826
+ // max-width: 250px !important;
827
+ min-width: 100%;
828
+ border: 1px solid var(--theme-dark) !important;
829
+ margin-top: -2px !important;
830
+ border-radius: var(--border-radius) !important;
831
+
832
+ & .p-autocomplete-items,
833
+ & .p-multiselect-items {
834
+ padding-top: 0px !important;
835
+ padding-bottom: 0px !important;
836
+ padding-right: 1px !important;
837
+ }
838
+
839
+ &::-webkit-scrollbar {
840
+ width: 5px;
841
+ }
842
+
843
+ &::-webkit-scrollbar-track {
844
+ background: var(--gray-light);
845
+ }
846
+
847
+ &::-webkit-scrollbar-thumb {
848
+ background: var(--theme-dark);
849
+ border-radius: 8px;
850
+ }
851
+
852
+ &::-webkit-scrollbar-thumb:hover {
853
+ background: var(--theme-dark);
854
+ }
855
+ }
856
+
857
+ .p-dropdown-item,
858
+ .p-autocomplete-item,
859
+ .p-multiselect-item {
860
+ text-overflow: ellipsis;
861
+ color: var(--theme-dark) !important;
862
+
863
+ &:hover {
864
+ background-color: var(--theme-dark) !important;
865
+ color: #ffffff !important;
866
+ }
867
+ }
868
+
869
+ .p-dropdown,
870
+ .p-multiselect {
871
+ border: none !important;
872
+ .p-highlight {
873
+ background-color: #ffffff !important;
874
+ }
875
+ }
876
+ .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
877
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
878
+ background-color: var(--theme-dark) !important;
879
+ color: #ffffff !important;
880
+ }
881
+
882
+ .p-slider {
883
+ background-color: #01529b;
884
+ .p-slider-range {
885
+ background-color: var(--success-color) !important;
886
+ border-radius: inherit !important;
887
+ }
888
+ .p-slider-handle {
889
+ border-color: var(--success-color) !important;
890
+
891
+ &:hover {
892
+ background-color: var(--success-color) !important;
893
+ }
894
+ &:focus {
895
+ box-shadow: unset !important;
896
+ }
897
+ }
898
+ }
899
+
900
+ .p-fileupload {
901
+ p-messages {
902
+ display: none !important;
903
+ }
904
+ .p-fileupload-choose {
905
+ background: transparent !important;
906
+ border: 2px solid var(--theme-dark) !important;
907
+ border-radius: var(--border-radius) !important;
908
+
909
+ .p-button-label {
910
+ color: var(--theme-dark) !important;
911
+ max-width: 200px !important;
912
+ text-overflow: ellipsis !important;
913
+ white-space: nowrap !important;
914
+ overflow: hidden !important;
915
+
916
+ @media (max-width: 768px) {
917
+ max-width: 150px !important;
918
+ }
919
+ }
920
+
921
+ .p-button-icon {
922
+ display: none !important;
923
+ }
924
+ }
925
+ }
926
+
927
+ vector-data-table {
928
+ vector-panel.data-table-panel .p-panel,
929
+ vector-panel.data-table-panel .p-panel-content,
930
+ vector-panel.data-table-panel .p-panel-content > div {
931
+ border-radius: 15px !important;
932
+ }
933
+
934
+ p-table {
935
+ .p-datatable-wrapper {
936
+ }
937
+
938
+ .p-datatable-table {
939
+ border-radius: 15px !important;
940
+ }
941
+
942
+ .p-datatable-thead {
943
+ border-radius: 15px !important;
944
+ z-index: 0 !important;
945
+
946
+ .header {
947
+ th {
948
+ white-space: normal !important;
949
+ position: relative;
950
+ padding: 10px 10px 10px 35px !important;
951
+ background-color: var(--gray-light) !important;
952
+
953
+ &:first-child {
954
+ border-top-left-radius: 15px !important;
955
+ padding: 10px !important;
956
+ }
957
+
958
+ &:last-child {
959
+ border-top-right-radius: 15px !important;
960
+ }
961
+
962
+ p-sorticon {
963
+ svg {
964
+ height: 0.85rem !important;
965
+ width: 0.85rem !important;
966
+ }
967
+
968
+ sortamountupalticon svg,
969
+ sortamountdownicon svg {
970
+ color: var(--theme-primary) !important;
971
+ }
972
+ }
973
+
974
+ &.p-highlight {
975
+ color: var(--theme-primary) !important;
976
+ }
977
+ }
978
+ }
979
+ }
980
+
981
+ .p-datatable-tbody {
982
+ tr.p-highlight {
983
+ background-color: #eff6ff !important;
984
+ }
985
+ }
986
+
987
+ .row {
988
+ background: transparent !important;
989
+
990
+ .cell {
991
+ white-space: normal !important;
992
+
993
+ .boolean-value-positive {
994
+ color: var(--success-color);
995
+ }
996
+
997
+ .boolean-value-negative {
998
+ color: var(--error-color);
999
+ }
1000
+
1001
+ .status-table-field {
1002
+ font-size: 1.4em;
1003
+ }
1004
+
1005
+ .table-button {
1006
+ cursor: pointer;
1007
+ color: var(--theme-primary);
1008
+ }
1009
+ }
1010
+
1011
+ .no-results {
1012
+ border-bottom-left-radius: 15px;
1013
+ border-bottom-right-radius: 15px;
1014
+ }
1015
+ }
1016
+
1017
+ .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
1018
+ color: #fff !important;
1019
+ }
1020
+
1021
+ .p-paginator-bottom {
1022
+ border-radius: 15px !important;
1023
+ }
1024
+ }
1025
+
1026
+ p-tabview {
1027
+ .p-tabview-panels {
1028
+ display: none !important;
1029
+ }
1030
+
1031
+ .p-tabview-nav {
1032
+ li {
1033
+ .p-tabview-nav-link {
1034
+ justify-content: center;
1035
+ }
1036
+
1037
+ &.p-highlight .p-tabview-nav-link {
1038
+ color: var(--theme-primary) !important;
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+
1044
+ vector-panel p-panel .p-panel .p-panel-content {
1045
+ padding: 0px !important;
1046
+ }
1047
+ }
1048
+
1049
+ .success {
1050
+ color: var(--success-color);
1051
+ }
1052
+ .error {
1053
+ color: var(--error-color);
1054
+ }
1055
+ .warning {
1056
+ color: var(--warning-color);
1057
+ }
1058
+ .info {
1059
+ color: var(--theme-light);
1060
+ }
1061
+
1062
+ p-tabview {
1063
+ .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
1064
+ border-color: var(--theme-dark) !important;
1065
+ }
1066
+
1067
+ .p-tabview .p-tabview-nav li .p-tabview-nav-link {
1068
+ border-top-right-radius: 0px !important;
1069
+ border-top-left-radius: 0px !important;
1070
+
1071
+ &:hover {
1072
+ border-color: var(--theme-dark) !important;
1073
+ }
1074
+ }
1075
+ }
1076
+
1077
+ .p-accordion-header {
1078
+ .p-accordion-header-link {
1079
+ border-radius: 16px !important;
1080
+ box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1081
+ border: none !important;
1082
+
1083
+ .p-accordion-toggle-icon {
1084
+ margin-right: 0.5rem !important;
1085
+ position: absolute !important;
1086
+ right: 0.5em !important;
1087
+ }
1088
+ }
1089
+ &.p-highlight {
1090
+ background: none !important;
1091
+ }
1092
+ }
1093
+
1094
+ .p-accordion .p-accordion-content {
1095
+ border: none !important;
1096
+ background: #ffffff !important;
1097
+ border-radius: 16px !important;
1098
+ box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06) !important;
1099
+ margin-top: -25px !important;
1100
+ padding-top: 35px !important;
1101
+ }
1102
+
1103
+ .p-accordion-tab {
1104
+ margin: 20px 0px;
1105
+ }
1106
+
1107
+ .p-chip {
1108
+ display: inline-block;
1109
+ padding: 0 16px !important;
1110
+ height: 40px;
1111
+ font-weight: 500;
1112
+ font-size: 13px;
1113
+ line-height: 40px;
1114
+ border-radius: 25px !important;
1115
+ background-color: #e5e5ea !important;
1116
+ color: #002463 !important;
1117
+ opacity: 0.5;
1118
+
1119
+ span {
1120
+ border: 2px solid;
1121
+ border-radius: 50%;
1122
+ width: 25px;
1123
+ height: 25px;
1124
+ margin-left: 5px;
1125
+ margin-top: 7px;
1126
+ color: #abaab5;
1127
+
1128
+ i {
1129
+ position: relative;
1130
+ top: -11px;
1131
+ left: -6px;
1132
+ font-size: 12px;
1133
+ }
1134
+ }
1135
+
1136
+ .closebtn {
1137
+ padding-left: 10px;
1138
+ font-weight: bold;
1139
+ float: right;
1140
+ font-size: 20px;
1141
+ cursor: pointer;
1142
+ }
1143
+
1144
+ .closebtn:hover {
1145
+ color: #000;
1146
+ }
1147
+ }
1148
+
1149
+ .p-menu.p-menu-overlay {
1150
+ width: fit-content;
1151
+ padding: 0px;
1152
+ border-radius: 9px;
1153
+ background-color: var(--theme-medium) !important;
1154
+
1155
+ ul {
1156
+ display: flex;
1157
+
1158
+ li {
1159
+ border-radius: 9px;
1160
+ }
1161
+
1162
+ .p-menuitem-link {
1163
+ border-radius: 9px;
1164
+ }
1165
+
1166
+ .p-menuitem-content {
1167
+ background-color: transparent !important;
1168
+ }
1169
+
1170
+ .p-menuitem-link:hover {
1171
+ background-color: var(--theme-dark) !important;
1172
+ }
1173
+
1174
+ .p-menuitem-icon,
1175
+ .p-menuitem-text {
1176
+ color: #fff !important;
1177
+ }
1178
+ }
1179
+ }
1180
+
1181
+ .p-inputswitch.p-focus .p-inputswitch-slider {
1182
+ box-shadow: none !important;
1183
+ }
1184
+
1185
+ .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
1186
+ background-color: var(--theme-primary) !important;
1187
+ }
1188
+
1189
+ .custom-field-text {
1190
+ input[type='text'],
1191
+ input[type='password'] {
1192
+ border-radius: 6px;
1193
+ color: #757b8a !important;
1194
+
1195
+ &:focus:not(.ng-invalid):not(.p-inputmask) {
1196
+ border: 2px solid #6690f3 !important;
1197
+ }
1198
+ &:not(.ng-invalid) {
1199
+ border: 2px solid #e1e4ea !important;
1200
+ }
1201
+ }
1202
+
1203
+ &.input-otp {
1204
+ justify-content: center;
1205
+
1206
+ input[type='text'] {
1207
+ padding: 10px;
1208
+ min-height: 54px;
1209
+ width: 46px;
1210
+ font-size: 1.6em !important;
1211
+ font-weight: 600;
1212
+ color: #363636 !important;
1213
+
1214
+ @media screen and (max-width: 576px) {
1215
+ padding: 0;
1216
+ width: 40px;
1217
+ font-size: 1.2em !important;
1218
+ font-weight: 600;
1219
+ }
1220
+ }
1221
+ }
1222
+ }
1223
+
1224
+ .multiselect-flags {
1225
+ .p-multiselect-panel .p-multiselect-items {
1226
+ .p-multiselect-item {
1227
+ span {
1228
+ color: #757b8a;
1229
+ }
1230
+ &:hover {
1231
+ background: #e1e4ea !important;
1232
+ }
1233
+ &:not(.p-highlight):not(.p-disabled).p-focus {
1234
+ background: #e1e4ea !important;
1235
+ }
1236
+ &.p-highlight {
1237
+ background: #e1e4ea !important;
1238
+ }
1239
+ }
1240
+ }
1241
+ }