ngx-vector-components 5.56.0 → 5.57.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 (177) hide show
  1. package/CHANGELOG.md +2002 -1995
  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 +1235 -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 +5 -5
  29. package/esm2022/lib/components/badge/badge.module.mjs +5 -5
  30. package/esm2022/lib/components/badge/index.mjs +1 -1
  31. package/esm2022/lib/components/breadcrumb/breadcrumb.component.mjs +5 -5
  32. package/esm2022/lib/components/breadcrumb/breadcrumb.module.mjs +5 -5
  33. package/esm2022/lib/components/breadcrumb/index.mjs +1 -1
  34. package/esm2022/lib/components/crud-base/crud-base.component.mjs +4 -4
  35. package/esm2022/lib/components/crud-base/index.mjs +1 -1
  36. package/esm2022/lib/components/crud-footer/crud-footer.component.mjs +5 -5
  37. package/esm2022/lib/components/crud-footer/crud-footer.module.mjs +5 -5
  38. package/esm2022/lib/components/crud-footer/index.mjs +1 -1
  39. package/esm2022/lib/components/crud-header/crud-header.component.mjs +5 -5
  40. package/esm2022/lib/components/crud-header/crud-header.module.mjs +5 -5
  41. package/esm2022/lib/components/crud-header/index.mjs +1 -1
  42. package/esm2022/lib/components/crud-history/crud-history.component.mjs +5 -5
  43. package/esm2022/lib/components/crud-history/crud-history.module.mjs +5 -5
  44. package/esm2022/lib/components/crud-history/index.mjs +1 -1
  45. package/esm2022/lib/components/fields/button/button.component.mjs +5 -5
  46. package/esm2022/lib/components/fields/button/index.mjs +1 -1
  47. package/esm2022/lib/components/fields/calendar-field/calendar-field.component.mjs +5 -5
  48. package/esm2022/lib/components/fields/calendar-field/index.mjs +1 -1
  49. package/esm2022/lib/components/fields/checkbox-field/checkbox-field.component.mjs +5 -5
  50. package/esm2022/lib/components/fields/checkbox-field/index.mjs +1 -1
  51. package/esm2022/lib/components/fields/currency-field/currency-field.component.mjs +5 -5
  52. package/esm2022/lib/components/fields/currency-field/index.mjs +1 -1
  53. package/esm2022/lib/components/fields/data-table/data-table.component.mjs +5 -5
  54. package/esm2022/lib/components/fields/data-table/index.mjs +1 -1
  55. package/esm2022/lib/components/fields/dropdown-field/dropdown-field.component.mjs +5 -5
  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 +5 -5
  58. package/esm2022/lib/components/fields/field-error-message/index.mjs +1 -1
  59. package/esm2022/lib/components/fields/fields.module.mjs +5 -5
  60. package/esm2022/lib/components/fields/filters/filters.component.mjs +5 -5
  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 +5 -5
  65. package/esm2022/lib/components/fields/input-otp/index.mjs +1 -1
  66. package/esm2022/lib/components/fields/input-otp/input-otp.component.mjs +5 -5
  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 +5 -5
  69. package/esm2022/lib/components/fields/multiselect-field/index.mjs +1 -1
  70. package/esm2022/lib/components/fields/multiselect-field/multiselect-field.component.mjs +5 -5
  71. package/esm2022/lib/components/fields/percentage-field/index.mjs +1 -1
  72. package/esm2022/lib/components/fields/percentage-field/percentage-field.component.mjs +5 -5
  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 +5 -5
  75. package/esm2022/lib/components/fields/range-value/index.mjs +1 -1
  76. package/esm2022/lib/components/fields/range-value/range-value.component.mjs +5 -5
  77. package/esm2022/lib/components/fields/search-field/index.mjs +1 -1
  78. package/esm2022/lib/components/fields/search-field/search-field.component.mjs +5 -5
  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 +5 -5
  81. package/esm2022/lib/components/fields/text-field/index.mjs +1 -1
  82. package/esm2022/lib/components/fields/text-field/text-field.component.mjs +5 -5
  83. package/esm2022/lib/components/fields/textarea-field/index.mjs +1 -1
  84. package/esm2022/lib/components/fields/textarea-field/textarea-field.component.mjs +5 -5
  85. package/esm2022/lib/components/generic-error-modal/generic-error-modal.component.mjs +5 -5
  86. package/esm2022/lib/components/generic-error-modal/generic-error-modal.module.mjs +5 -5
  87. package/esm2022/lib/components/generic-error-modal/index.mjs +1 -1
  88. package/esm2022/lib/components/generic-modal/generic-modal.component.mjs +5 -5
  89. package/esm2022/lib/components/generic-modal/generic-modal.module.mjs +5 -5
  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 +5 -5
  94. package/esm2022/lib/components/menu/menu.module.mjs +5 -5
  95. package/esm2022/lib/components/menu/sub-menus-list/sub-menus-list.component.mjs +5 -5
  96. package/esm2022/lib/components/panel/index.mjs +1 -1
  97. package/esm2022/lib/components/panel/panel.component.mjs +5 -5
  98. package/esm2022/lib/components/panel/panel.module.mjs +5 -5
  99. package/esm2022/lib/components/score/index.mjs +1 -1
  100. package/esm2022/lib/components/score/score.component.mjs +5 -5
  101. package/esm2022/lib/components/score/score.module.mjs +5 -5
  102. package/esm2022/lib/components/stepper/index.mjs +1 -1
  103. package/esm2022/lib/components/stepper/stepper.component.mjs +5 -5
  104. package/esm2022/lib/components/stepper/stepper.module.mjs +5 -5
  105. package/esm2022/lib/components/top-bar/index.mjs +1 -1
  106. package/esm2022/lib/components/top-bar/top-bar.component.mjs +5 -5
  107. package/esm2022/lib/components/top-bar/top-bar.module.mjs +5 -5
  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 +4 -4
  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 +3 -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 +4 -4
  141. package/esm2022/lib/pipes/format-document.pipe.mjs +4 -4
  142. package/esm2022/lib/pipes/index.mjs +1 -1
  143. package/esm2022/lib/pipes/mask.pipe.mjs +4 -4
  144. package/esm2022/lib/pipes/not-hidden.pipe.mjs +4 -4
  145. package/esm2022/lib/pipes/only-active.pipe.mjs +4 -4
  146. package/esm2022/lib/pipes/pipes.module.mjs +5 -5
  147. package/esm2022/lib/pipes/remove-last-child.pipe.mjs +4 -4
  148. package/esm2022/lib/pipes/unread-notifications.pipe.mjs +4 -4
  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 +4 -4
  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 +4 -4
  155. package/esm2022/lib/services/error-message.service.mjs +4 -4
  156. package/esm2022/lib/services/geolocation.service.mjs +4 -4
  157. package/esm2022/lib/services/index.mjs +1 -1
  158. package/esm2022/lib/services/loading.service.mjs +4 -4
  159. package/esm2022/lib/services/menu.service.mjs +4 -4
  160. package/esm2022/lib/services/modal.service.mjs +4 -4
  161. package/esm2022/lib/services/notifications.service.mjs +4 -4
  162. package/esm2022/lib/services/profile.service.mjs +4 -4
  163. package/esm2022/lib/services/storage.service.mjs +4 -4
  164. package/esm2022/lib/shared/shared.module.mjs +5 -5
  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 +248 -246
  175. package/fesm2022/ngx-vector-components.mjs.map +1 -1
  176. package/lib/models/profile.model.d.ts +3 -1
  177. package/package.json +1 -1
@@ -1,1235 +1,1235 @@
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
+ .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
+ }