sccoreui 6.2.67 → 6.2.69

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 (106) hide show
  1. package/dist/App.js +1 -1
  2. package/dist/App.scss +53 -57
  3. package/dist/assets/assets/App.css +96 -0
  4. package/dist/assets/assets/App.css.map +1 -0
  5. package/dist/assets/assets/App.scss +130 -0
  6. package/dist/assets/assets/flex.css +21652 -0
  7. package/dist/assets/assets/fonts/Lato-Black.ttf +0 -0
  8. package/dist/assets/assets/fonts/Lato-Bold.ttf +0 -0
  9. package/dist/assets/assets/fonts/Lato-Light.ttf +0 -0
  10. package/dist/assets/assets/fonts/Lato-Regular.ttf +0 -0
  11. package/dist/assets/assets/fonts/Lato-Thin.ttf +0 -0
  12. package/dist/assets/assets/fonts/Roboto-Bold.ttf +0 -0
  13. package/dist/assets/assets/fonts/Roboto-Italic.ttf +0 -0
  14. package/dist/assets/assets/fonts/Roboto-Medium.ttf +0 -0
  15. package/dist/assets/assets/fonts/Roboto-Regular.ttf +0 -0
  16. package/dist/assets/assets/fonts/primeicons.eot +0 -0
  17. package/dist/assets/assets/fonts/primeicons.svg +292 -0
  18. package/dist/assets/assets/fonts/primeicons.ttf +0 -0
  19. package/dist/assets/assets/fonts/primeicons.woff +0 -0
  20. package/dist/assets/assets/fonts/primeicons.woff2 +0 -0
  21. package/dist/assets/assets/images/Payment-method-apple-card.png +0 -0
  22. package/dist/assets/assets/images/Payment-method-card-white.png +0 -0
  23. package/dist/assets/assets/images/Payment-method-master-card.png +0 -0
  24. package/dist/assets/assets/images/avatar.png +0 -0
  25. package/dist/assets/assets/images/avatar1.png +0 -0
  26. package/dist/assets/assets/images/avatar2.png +0 -0
  27. package/dist/assets/assets/images/avatar3.png +0 -0
  28. package/dist/assets/assets/images/avatar4.png +0 -0
  29. package/dist/assets/assets/images/avatar5.png +0 -0
  30. package/dist/assets/assets/images/avatar6.png +0 -0
  31. package/dist/assets/assets/images/avatar7.png +0 -0
  32. package/dist/assets/assets/images/avatar8.png +0 -0
  33. package/dist/assets/assets/images/avatar9.png +0 -0
  34. package/dist/assets/assets/images/company.png +0 -0
  35. package/dist/assets/assets/images/company1.png +0 -0
  36. package/dist/assets/assets/images/company2.png +0 -0
  37. package/dist/assets/assets/images/company3.png +0 -0
  38. package/dist/assets/assets/images/company4.png +0 -0
  39. package/dist/assets/assets/images/company5.png +0 -0
  40. package/dist/assets/assets/images/company6.png +0 -0
  41. package/dist/assets/assets/images/demoImage.png +0 -0
  42. package/dist/assets/assets/images/drag-and-drop-icon.png +0 -0
  43. package/dist/assets/assets/images/drag.svg +8 -0
  44. package/dist/assets/assets/images/empty-state-icon.svg +53 -0
  45. package/dist/assets/assets/images/label-image.png +0 -0
  46. package/dist/assets/assets/images/profile-square-image.png +0 -0
  47. package/dist/assets/assets/png/checkbox_fill_icon.png +0 -0
  48. package/dist/assets/assets/png/checkbox_minus_icon.png +0 -0
  49. package/dist/assets/assets/png/checkbox_outline_icon.png +0 -0
  50. package/dist/assets/assets/png/salseforce-img.png +0 -0
  51. package/dist/assets/assets/sccoreicons.css +1105 -0
  52. package/dist/assets/assets/sccoreui.css +8930 -0
  53. package/dist/assets/assets/svg/add.svg +3 -0
  54. package/dist/assets/assets/svg/back-button.svg +3 -0
  55. package/dist/assets/assets/svg/check-white.svg +3 -0
  56. package/dist/assets/assets/svg/check.svg +3 -0
  57. package/dist/assets/assets/svg/check2.svg +3 -0
  58. package/dist/assets/assets/svg/close.svg +3 -0
  59. package/dist/assets/assets/svg/delete.svg +3 -0
  60. package/dist/assets/assets/svg/done_all.svg +3 -0
  61. package/dist/assets/assets/svg/dot_list.svg +3 -0
  62. package/dist/assets/assets/svg/down_arrow.svg +3 -0
  63. package/dist/assets/assets/svg/drag.svg +8 -0
  64. package/dist/assets/assets/svg/edit.svg +3 -0
  65. package/dist/assets/assets/svg/gallery.svg +3 -0
  66. package/dist/assets/assets/svg/heading1.svg +3 -0
  67. package/dist/assets/assets/svg/heading2.svg +3 -0
  68. package/dist/assets/assets/svg/hyphen.svg +3 -0
  69. package/dist/assets/assets/svg/info.svg +3 -0
  70. package/dist/assets/assets/svg/input-info.svg +0 -0
  71. package/dist/assets/assets/svg/italic.svg +3 -0
  72. package/dist/assets/assets/svg/link.svg +3 -0
  73. package/dist/assets/assets/svg/message-info.svg +3 -0
  74. package/dist/assets/assets/svg/number_list.svg +3 -0
  75. package/dist/assets/assets/svg/payment_method.svg +7 -0
  76. package/dist/assets/assets/svg/quotes.svg +3 -0
  77. package/dist/assets/assets/svg/remove.svg +3 -0
  78. package/dist/assets/assets/svg/sort-down-arrow.svg +3 -0
  79. package/dist/assets/assets/svg/sort-up-arrow.svg +8 -0
  80. package/dist/assets/assets/svg/svg.js +176 -0
  81. package/dist/assets/assets/svg/user.svg +3 -0
  82. package/dist/assets/assets/theme.css +6459 -0
  83. package/dist/assets/sccoreui.css +291 -292
  84. package/dist/components/ag-grid/advancedFeature/advanced-feature.js +13 -2
  85. package/dist/components/ag-grid/advancedFeature/column-group.js +4 -3
  86. package/dist/components/ag-grid/advancedFeature/custom-sort.js +4 -2
  87. package/dist/components/ag-grid/advancedFeature/global-search.js +5 -3
  88. package/dist/components/ag-grid/advancedFeature/gridS-search.js +5 -3
  89. package/dist/components/ag-grid/advancedFeature/hide-column.js +4 -2
  90. package/dist/components/ag-grid/advancedFeature/new-filter/table-filter.js +5 -3
  91. package/dist/components/ag-grid/advancedFeature/refresh-grid.js +9 -2
  92. package/dist/components/ag-grid/advancedFeature/remove-items.js +9 -5
  93. package/dist/components/ag-grid/context-provider.js +2 -1
  94. package/dist/components/ag-grid/helper.js +16 -5
  95. package/dist/components/ag-grid/parent-for-grid.js +2 -2
  96. package/dist/components/dropdown/dropdown.js +6 -6
  97. package/dist/components/list-box-dropdown/list-box-dropdown.js +3 -1
  98. package/dist/components/types/type.js +7 -5
  99. package/dist/directives/svg-component.js +2 -2
  100. package/dist/types/components/ag-grid/Types.d.ts +12 -12
  101. package/dist/types/components/ag-grid/context-provider.d.ts +2 -1
  102. package/dist/types/components/ag-grid/helper.d.ts +1 -0
  103. package/dist/types/components/dropdown/dropdown.d.ts +1 -1
  104. package/dist/types/components/types/type.d.ts +5 -0
  105. package/dist/types/directives/svg-component.d.ts +2 -1
  106. package/package.json +1 -1
@@ -22,7 +22,7 @@
22
22
  --surface-700: #616161;
23
23
  --surface-800: #424242;
24
24
  --surface-900: #212121;
25
- --gray-25: #fcfcfd;
25
+ --gray-25:#fcfcfd;
26
26
  --gray-50: #f9fafb;
27
27
  --gray-100: #f2f4f7;
28
28
  --gray-200: #eaecf0;
@@ -131,7 +131,7 @@ a {
131
131
 
132
132
  .p-link {
133
133
  font-size: 1rem;
134
- font-family: "Lato", sans-serif;
134
+ font-family: 'Lato', sans-serif;
135
135
  border-radius: 6px;
136
136
  }
137
137
  .p-link:focus {
@@ -166,7 +166,7 @@ a {
166
166
  }
167
167
 
168
168
  :root {
169
- --blue-25: #f1efff;
169
+ --blue-25:#f1efff;
170
170
  --blue-50: #e3dfff;
171
171
  --blue-100: #d5cfff;
172
172
  --blue-200: #c7bfff;
@@ -177,7 +177,7 @@ a {
177
177
  --blue-700: #3b1eff;
178
178
  --blue-800: #2504ff;
179
179
  --blue-900: #1f00ea;
180
- --green-25: #f6fef9;
180
+ --green-25:#f6fef9;
181
181
  --green-50: #ecfdf3;
182
182
  --green-100: #d1fadf;
183
183
  --green-200: #a6f4c5;
@@ -188,7 +188,7 @@ a {
188
188
  --green-700: #027a48;
189
189
  --green-800: #05603a;
190
190
  --green-900: #054f31;
191
- --yellow-25: #fff4ef;
191
+ --yellow-25:#fff4ef;
192
192
  --yellow-50: #fefbf3;
193
193
  --yellow-100: #faedc4;
194
194
  --yellow-200: #f6de95;
@@ -199,7 +199,7 @@ a {
199
199
  --yellow-700: #a47d06;
200
200
  --yellow-800: #816204;
201
201
  --yellow-900: #5e4803;
202
- --cyan-25: #e5f3ff;
202
+ --cyan-25:#e5f3ff;
203
203
  --cyan-50: #d5ebff;
204
204
  --cyan-100: #bfe1ff;
205
205
  --cyan-200: #aad8ff;
@@ -220,7 +220,7 @@ a {
220
220
  --pink-700: #a5326b;
221
221
  --pink-800: #822854;
222
222
  --pink-900: #5e1d3d;
223
- --indigo-25: #f1efff;
223
+ --indigo-25:#f1efff;
224
224
  --indigo-50: #e3dfff;
225
225
  --indigo-100: #d5cfff;
226
226
  --indigo-200: #c7bfff;
@@ -241,7 +241,7 @@ a {
241
241
  --teal-700: #0e8174;
242
242
  --teal-800: #0b655b;
243
243
  --teal-900: #084a42;
244
- --orange-25: #fffcf5;
244
+ --orange-25:#fffcf5;
245
245
  --orange-50: #fffaeb;
246
246
  --orange-100: #fef0c7;
247
247
  --orange-200: #fedf89;
@@ -272,7 +272,7 @@ a {
272
272
  --purple-700: #763cad;
273
273
  --purple-800: #5c2f88;
274
274
  --purple-900: #432263;
275
- --red-25: #fffbfa;
275
+ --red-25:#fffbfa;
276
276
  --red-50: #fef3f2;
277
277
  --red-100: #fee4e2;
278
278
  --red-200: #fecdca;
@@ -283,7 +283,7 @@ a {
283
283
  --red-700: #b42318;
284
284
  --red-800: #912018;
285
285
  --red-900: #7a271a;
286
- --primary-25: #f5f6fd;
286
+ --primary-25:#f5f6fd;
287
287
  --primary-50: #e2e5fa;
288
288
  --primary-100: #ced4f6;
289
289
  --primary-200: #a8b2ef;
@@ -325,7 +325,7 @@ a {
325
325
  .p-autocomplete-multiple-container
326
326
  .p-autocomplete-input-token
327
327
  input {
328
- font-family: "Lato", sans-serif;
328
+ font-family: 'Lato', sans-serif;
329
329
  font-size: 1rem;
330
330
  color: #495057;
331
331
  padding: 0;
@@ -933,7 +933,7 @@ a {
933
933
  padding: 0.375rem 0;
934
934
  }
935
935
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
936
- font-family: "Lato", sans-serif;
936
+ font-family: 'Lato', sans-serif;
937
937
  font-size: var(--fs-14);
938
938
  color: #495057;
939
939
  padding: 0;
@@ -1043,7 +1043,7 @@ a {
1043
1043
  }
1044
1044
 
1045
1045
  .p-dropdown .p-dropdown-label.p-inputtext {
1046
- height: auto;
1046
+ height: auto;
1047
1047
  }
1048
1048
 
1049
1049
  .p-inputgroup > .p-dropdown > .p-dropdown-label {
@@ -1509,7 +1509,7 @@ a {
1509
1509
  /* ====== Customised input start ========== */
1510
1510
 
1511
1511
  .p-inputtext {
1512
- font-family: "Lato", sans-serif;
1512
+ font-family: 'Lato', sans-serif;
1513
1513
  font-size: var(--fs-16);
1514
1514
  color: var(--gray-900);
1515
1515
  background: #ffffff;
@@ -1544,7 +1544,7 @@ a {
1544
1544
  .p-inputtext.p-invalid:enabled:focus {
1545
1545
  outline: 0 none;
1546
1546
  outline-offset: 0;
1547
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
1547
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
1548
1548
  border-radius: 8px;
1549
1549
  border: 1px solid var(--red-300);
1550
1550
  }
@@ -1761,7 +1761,8 @@ a {
1761
1761
  .p-multiselect:not(.p-disabled).p-focus {
1762
1762
  outline: 0 none;
1763
1763
  outline-offset: 0;
1764
- box-shadow: 0 0 0 0.1rem #c7d2fe;
1764
+ box-shadow: 0 0 0 0.1rem #C7D2FE;
1765
+
1765
1766
  }
1766
1767
  .p-multiselect.p-multiselect-clearable .p-multiselect-label {
1767
1768
  padding-right: 1.75rem;
@@ -2340,8 +2341,7 @@ a {
2340
2341
  /* ##################################### Basic Button CSS changes Start #################################################### */
2341
2342
 
2342
2343
  /* Default Button Classes */
2343
- .p-button,
2344
- .p-button-sm {
2344
+ .p-button, .p-button-sm {
2345
2345
  color: #ffffff;
2346
2346
  background: var(--primary-500);
2347
2347
  line-height: 20px;
@@ -2349,7 +2349,7 @@ a {
2349
2349
  width: auto;
2350
2350
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
2351
2351
  box-shadow 0.2s;
2352
- border-radius: 6px;
2352
+ border-radius: 8px;
2353
2353
  border: 1px solid var(--primary-500);
2354
2354
  }
2355
2355
  .p-button:enabled:hover,
@@ -2365,8 +2365,7 @@ a {
2365
2365
  .p-button:focus {
2366
2366
  outline: 0 none;
2367
2367
  outline-offset: 0;
2368
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
2369
- 0px 0px 0px 2px var(--primary-100);
2368
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
2370
2369
  border: 1px solid var(--primary-600);
2371
2370
  }
2372
2371
 
@@ -2392,9 +2391,8 @@ a {
2392
2391
  outline: 0 none;
2393
2392
  outline-offset: 0;
2394
2393
  background: transparent;
2395
- border: 1px solid var(--gray-300);
2396
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
2397
- 0px 0px 0px 2px var(--gray-100);
2394
+ border: 1px solid var(--gray-300);
2395
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--gray-100);
2398
2396
  }
2399
2397
 
2400
2398
  /* Button with No Background and No Outline */
@@ -2555,32 +2553,31 @@ a {
2555
2553
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):hover,
2556
2554
  .p-buttonset.p-button-secondary > .p-button:enabled:hover,
2557
2555
  .p-buttonset.p-button-secondary
2558
- > .p-button:not(button):not(a):not(.p-disabled):hover,
2556
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
2559
2557
  .p-splitbutton.p-button-secondary > .p-button:enabled:hover,
2560
2558
  .p-splitbutton.p-button-secondary
2561
- > .p-button:not(button):not(a):not(.p-disabled):hover,
2559
+ > .p-button:not(button):not(a):not(.p-disabled):hover,
2562
2560
  .p-fileupload-choose.p-button-secondary:enabled:hover,
2563
2561
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2564
- .p-disabled
2562
+ .p-disabled
2565
2563
  ):hover {
2566
- background: var(--primary-100);
2567
- color: var(--primary-800);
2568
- border-color: var(--primary-100);
2569
- }
2564
+ background: var(--primary-100);
2565
+ color: var(--primary-800);
2566
+ border-color: var(--primary-100);
2567
+ }
2570
2568
  .p-button.p-button-secondary:enabled:focus,
2571
2569
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):focus,
2572
2570
  .p-buttonset.p-button-secondary > .p-button:enabled:focus,
2573
2571
  .p-buttonset.p-button-secondary
2574
- > .p-button:not(button):not(a):not(.p-disabled):focus,
2572
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
2575
2573
  .p-splitbutton.p-button-secondary > .p-button:enabled:focus,
2576
2574
  .p-splitbutton.p-button-secondary
2577
- > .p-button:not(button):not(a):not(.p-disabled):focus,
2575
+ > .p-button:not(button):not(a):not(.p-disabled):focus,
2578
2576
  .p-fileupload-choose.p-button-secondary:enabled:focus,
2579
2577
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2580
- .p-disabled
2578
+ .p-disabled
2581
2579
  ):focus {
2582
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
2583
- 0px 0px 0px 2px var(--primary-100);
2580
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
2584
2581
  }
2585
2582
  .p-button.p-button-secondary:enabled:active,
2586
2583
  .p-button.p-button-secondary:not(button):not(a):not(.p-disabled):active,
@@ -2589,125 +2586,125 @@ a {
2589
2586
  > .p-button:not(button):not(a):not(.p-disabled):active,
2590
2587
  .p-splitbutton.p-button-secondary > .p-button:enabled:active,
2591
2588
  .p-splitbutton.p-button-secondary
2592
- > .p-button:not(button):not(a):not(.p-disabled):active,
2589
+ > .p-button:not(button):not(a):not(.p-disabled):active,
2593
2590
  .p-fileupload-choose.p-button-secondary:enabled:active,
2594
2591
  .p-fileupload-choose.p-button-secondary:not(button):not(a):not(
2595
- .p-disabled
2592
+ .p-disabled
2596
2593
  ):active {
2597
- background: var(--primary-100);
2598
- color: var(--primary-800);
2599
- border-color: var(--primary-100);
2600
- }
2601
- .p-button.p-button-secondary.p-button-outlined,
2602
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2603
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined,
2604
- .p-fileupload-choose.p-button-secondary.p-button-outlined {
2605
- background-color: transparent;
2606
- color: #344054;
2607
- border: 1px solid #d0d5dd;
2608
- height: 44px !important;
2609
- }
2610
- .p-button.p-button-secondary.p-button-outlined:enabled:hover,
2611
- .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2612
- .p-disabled
2613
- ):hover,
2614
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2615
- .p-buttonset.p-button-secondary
2616
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2617
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2618
- .p-splitbutton.p-button-secondary
2619
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2620
- .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover,
2621
- .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2622
- a
2623
- ):not(.p-disabled):hover {
2624
- background: rgba(100, 116, 139, 0.04);
2625
- color: #344054;
2626
- border: 1px solid #d0d5dd;
2627
- }
2628
- .p-button.p-button-secondary.p-button-outlined:enabled:active,
2629
- .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2594
+ background: var(--primary-100);
2595
+ color: var(--primary-800);
2596
+ border-color: var(--primary-100);
2597
+ }
2598
+ .p-button.p-button-secondary.p-button-outlined,
2599
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined,
2600
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined,
2601
+ .p-fileupload-choose.p-button-secondary.p-button-outlined {
2602
+ background-color: transparent;
2603
+ color: #344054;
2604
+ border: 1px solid #d0d5dd;
2605
+ height: 44px !important;
2606
+ }
2607
+ .p-button.p-button-secondary.p-button-outlined:enabled:hover,
2608
+ .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2630
2609
  .p-disabled
2631
- ):active,
2632
- .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2633
- .p-buttonset.p-button-secondary
2634
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2635
- .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2636
- .p-splitbutton.p-button-secondary
2637
- > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2638
- .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active,
2639
- .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2640
- a
2610
+ ):hover,
2611
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2612
+ .p-buttonset.p-button-secondary
2613
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2614
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover,
2615
+ .p-splitbutton.p-button-secondary
2616
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):hover,
2617
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:hover,
2618
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2619
+ a
2620
+ ):not(.p-disabled):hover {
2621
+ background: rgba(100, 116, 139, 0.04);
2622
+ color: #344054;
2623
+ border: 1px solid #d0d5dd;
2624
+ }
2625
+ .p-button.p-button-secondary.p-button-outlined:enabled:active,
2626
+ .p-button.p-button-secondary.p-button-outlined:not(button):not(a):not(
2627
+ .p-disabled
2628
+ ):active,
2629
+ .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2630
+ .p-buttonset.p-button-secondary
2631
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2632
+ .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active,
2633
+ .p-splitbutton.p-button-secondary
2634
+ > .p-button.p-button-outlined:not(button):not(a):not(.p-disabled):active,
2635
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:enabled:active,
2636
+ .p-fileupload-choose.p-button-secondary.p-button-outlined:not(button):not(
2637
+ a
2641
2638
  ):not(.p-disabled):active {
2642
- background: rgba(100, 116, 139, 0.16);
2643
- color: #64748b;
2644
- border: 1px solid;
2645
- }
2646
- .p-button.p-button-secondary.p-button-text,
2647
- .p-buttonset.p-button-secondary > .p-button.p-button-text,
2648
- .p-splitbutton.p-button-secondary > .p-button.p-button-text,
2649
- .p-fileupload-choose.p-button-secondary.p-button-text {
2650
- background-color: transparent;
2651
- color: #64748b;
2652
- border-color: transparent;
2653
- }
2654
- .p-button.p-button-secondary.p-button-text:enabled:hover,
2655
- .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2639
+ background: rgba(100, 116, 139, 0.16);
2640
+ color: #64748b;
2641
+ border: 1px solid;
2642
+ }
2643
+ .p-button.p-button-secondary.p-button-text,
2644
+ .p-buttonset.p-button-secondary > .p-button.p-button-text,
2645
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text,
2646
+ .p-fileupload-choose.p-button-secondary.p-button-text {
2647
+ background-color: transparent;
2648
+ color: #64748b;
2649
+ border-color: transparent;
2650
+ }
2651
+ .p-button.p-button-secondary.p-button-text:enabled:hover,
2652
+ .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2656
2653
  .p-disabled
2657
- ):hover,
2658
- .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
2659
- .p-buttonset.p-button-secondary
2660
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2661
- .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover,
2654
+ ):hover,
2655
+ .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover,
2656
+ .p-buttonset.p-button-secondary
2657
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2658
+ .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover,
2662
2659
  .p-splitbutton.p-button-secondary
2663
2660
  > .p-button.p-button-text:not(button):not(a):not(.p-disabled):hover,
2664
- .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover,
2665
- .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2661
+ .p-fileupload-choose.p-button-secondary.p-button-text:enabled:hover,
2662
+ .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2666
2663
  .p-disabled
2667
- ):hover {
2668
- background: rgba(100, 116, 139, 0.04);
2669
- border-color: transparent;
2670
- color: #64748b;
2671
- }
2672
- .p-button.p-button-secondary.p-button-text:enabled:active,
2673
- .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2664
+ ):hover {
2665
+ background: rgba(100, 116, 139, 0.04);
2666
+ border-color: transparent;
2667
+ color: #64748b;
2668
+ }
2669
+ .p-button.p-button-secondary.p-button-text:enabled:active,
2670
+ .p-button.p-button-secondary.p-button-text:not(button):not(a):not(
2674
2671
  .p-disabled
2675
2672
  ):active,
2676
2673
  .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active,
2677
2674
  .p-buttonset.p-button-secondary
2678
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2675
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2679
2676
  .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active,
2680
2677
  .p-splitbutton.p-button-secondary
2681
- > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2678
+ > .p-button.p-button-text:not(button):not(a):not(.p-disabled):active,
2682
2679
  .p-fileupload-choose.p-button-secondary.p-button-text:enabled:active,
2683
2680
  .p-fileupload-choose.p-button-secondary.p-button-text:not(button):not(a):not(
2684
- .p-disabled
2681
+ .p-disabled
2685
2682
  ):active {
2686
- background: rgba(100, 116, 139, 0.16);
2687
- border-color: transparent;
2688
- color: #64748b;
2689
- }
2690
- /* ##################################### Basic Button CSS changes END #################################################### */
2691
-
2692
- .p-button.p-button-info,
2693
- .p-buttonset.p-button-info > .p-button,
2694
- .p-splitbutton.p-button-info > .p-button,
2695
- .p-fileupload-choose.p-button-info {
2696
- color: #ffffff;
2697
- background: #3b82f6;
2698
- border: 1px solid #3b82f6;
2699
- }
2700
- .p-button.p-button-info:enabled:hover,
2701
- .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover,
2702
- .p-buttonset.p-button-info > .p-button:enabled:hover,
2703
- .p-buttonset.p-button-info
2683
+ background: rgba(100, 116, 139, 0.16);
2684
+ border-color: transparent;
2685
+ color: #64748b;
2686
+ }
2687
+ /* ##################################### Basic Button CSS changes END #################################################### */
2688
+
2689
+ .p-button.p-button-info,
2690
+ .p-buttonset.p-button-info > .p-button,
2691
+ .p-splitbutton.p-button-info > .p-button,
2692
+ .p-fileupload-choose.p-button-info {
2693
+ color: #ffffff;
2694
+ background: #3b82f6;
2695
+ border: 1px solid #3b82f6;
2696
+ }
2697
+ .p-button.p-button-info:enabled:hover,
2698
+ .p-button.p-button-info:not(button):not(a):not(.p-disabled):hover,
2699
+ .p-buttonset.p-button-info > .p-button:enabled:hover,
2700
+ .p-buttonset.p-button-info
2704
2701
  > .p-button:not(button):not(a):not(.p-disabled):hover,
2705
- .p-splitbutton.p-button-info > .p-button:enabled:hover,
2706
- .p-splitbutton.p-button-info
2702
+ .p-splitbutton.p-button-info > .p-button:enabled:hover,
2703
+ .p-splitbutton.p-button-info
2707
2704
  > .p-button:not(button):not(a):not(.p-disabled):hover,
2708
- .p-fileupload-choose.p-button-info:enabled:hover,
2709
- .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
2710
- background: #2563eb;
2705
+ .p-fileupload-choose.p-button-info:enabled:hover,
2706
+ .p-fileupload-choose.p-button-info:not(button):not(a):not(.p-disabled):hover {
2707
+ background: #2563eb;
2711
2708
  color: #ffffff;
2712
2709
  border-color: #2563eb;
2713
2710
  }
@@ -3244,7 +3241,7 @@ a {
3244
3241
  border-color: transparent;
3245
3242
  color: #a855f7;
3246
3243
  }
3247
- /* Button Changes Done Here For Danger Button */
3244
+ /* Button Changes Done Here For Danger Button */
3248
3245
  .p-button.p-button-danger,
3249
3246
  .p-buttonset.p-button-danger > .p-button,
3250
3247
  .p-splitbutton.p-button-danger > .p-button,
@@ -3291,9 +3288,9 @@ a {
3291
3288
  .p-fileupload-choose.p-button-danger:not(button):not(a):not(
3292
3289
  .p-disabled
3293
3290
  ):active {
3294
- color: #ffffff;
3295
- background: var(--red-700);
3296
- border: 1px solid var(--red-700);
3291
+ color: #ffffff;
3292
+ background: var(--red-700);
3293
+ border: 1px solid var(--red-700);
3297
3294
  }
3298
3295
  /* Error Secondary color CSS changes Start */
3299
3296
  .p-button.p-button-danger-secondary,
@@ -3314,9 +3311,7 @@ a {
3314
3311
  .p-splitbutton.p-button-danger-secondary
3315
3312
  > .p-button:not(button):not(a):not(.p-disabled):hover,
3316
3313
  .p-fileupload-choose.p-button-danger-secondary:enabled:hover,
3317
- .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(
3318
- .p-disabled
3319
- ):hover {
3314
+ .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(.p-disabled):hover {
3320
3315
  background: var(--red-100);
3321
3316
  border: 1px solid var(--red-100);
3322
3317
  color: var(--red-800);
@@ -3334,12 +3329,12 @@ a {
3334
3329
  .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(
3335
3330
  .p-disabled
3336
3331
  ):active {
3337
- background: var(--red-100);
3332
+ background: var(--red-100);
3338
3333
  border: 1px solid var(--red-100);
3339
3334
  color: var(--red-800);
3340
- }
3335
+ }
3341
3336
 
3342
- .p-button.p-button-danger-secondary:enabled:focus,
3337
+ .p-button.p-button-danger-secondary:enabled:focus,
3343
3338
  .p-button.p-button-danger-secondary:not(button):not(a):not(.p-disabled):focus,
3344
3339
  .p-buttonset.p-button-danger-secondary > .p-button:enabled:focus,
3345
3340
  .p-buttonset.p-button-danger-secondary
@@ -3348,9 +3343,7 @@ a {
3348
3343
  .p-splitbutton.p-button-danger-secondary
3349
3344
  > .p-button:not(button):not(a):not(.p-disabled):focus,
3350
3345
  .p-fileupload-choose.p-button-danger-secondary:enabled:focus,
3351
- .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(
3352
- .p-disabled
3353
- ):focus {
3346
+ .p-fileupload-choose.p-button-danger-secondary:not(button):not(a):not(.p-disabled):focus {
3354
3347
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--red-100);
3355
3348
  }
3356
3349
 
@@ -3394,9 +3387,9 @@ a {
3394
3387
  .p-fileupload-choose.p-button-danger.p-button-outlined:not(button):not(a):not(
3395
3388
  .p-disabled
3396
3389
  ):active {
3397
- background: var(--red-50);
3398
- color: var(--red-800);
3399
- border: 1px solid var(--red-300);
3390
+ background: var(--red-50);
3391
+ color: var(--red-800);
3392
+ border: 1px solid var(--red-300);
3400
3393
  }
3401
3394
  .p-button.p-button-danger.p-button-text,
3402
3395
  .p-buttonset.p-button-danger > .p-button.p-button-text,
@@ -5058,7 +5051,7 @@ a {
5058
5051
  border-radius: 50%;
5059
5052
  }
5060
5053
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
5061
- background: var(--gray-50);
5054
+ background: var(--gray-50);
5062
5055
  /* border-color: var(--gray-50); */
5063
5056
  font-weight: 500;
5064
5057
  color: var(--gray-800);
@@ -6100,6 +6093,7 @@ a {
6100
6093
  .p-breadcrumb ul li .p-menuitem-link:focus {
6101
6094
  outline: 0 none;
6102
6095
  outline-offset: 0;
6096
+
6103
6097
  }
6104
6098
  .p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
6105
6099
  color: var(--gray-600);
@@ -7935,7 +7929,7 @@ a {
7935
7929
  }
7936
7930
  .p-terminal .p-terminal-input {
7937
7931
  font-size: 1rem;
7938
- font-family: "Lato", sans-serif;
7932
+ font-family: 'Lato', sans-serif;
7939
7933
  }
7940
7934
 
7941
7935
  .p-badge {
@@ -8033,7 +8027,7 @@ a {
8033
8027
  background: var(--primary-700);
8034
8028
  height: 2px;
8035
8029
  bottom: 0;
8036
-
8030
+
8037
8031
  transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
8038
8032
  }
8039
8033
 
@@ -8049,8 +8043,7 @@ a {
8049
8043
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b1b3f8, 0 1px 2px 0 black;
8050
8044
  } */
8051
8045
  .p-button.p-button-secondary:enabled:focus {
8052
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8053
- 0px 0px 0px 2px var(--primary-100);
8046
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
8054
8047
  /* Changed the box shadow for Secondary Button */
8055
8048
  }
8056
8049
  .p-button.p-button-success:enabled:focus {
@@ -8220,18 +8213,18 @@ button:after {
8220
8213
  @keyframes ripple {
8221
8214
  0% {
8222
8215
  transform: scale(0, 0);
8223
- opacity: 0.2;
8216
+ opacity: 1;
8224
8217
  }
8225
8218
  20% {
8226
- transform: scale(20, 20);
8227
- opacity: 0.2;
8219
+ transform: scale(25, 25);
8220
+ opacity: 1;
8228
8221
  }
8229
8222
  100% {
8230
- opacity: 0.2;
8223
+ opacity: 0;
8231
8224
  transform: scale(40, 40);
8232
8225
  }
8233
8226
  }
8234
- /* @-webkit-keyframes ripple {
8227
+ @-webkit-keyframes ripple {
8235
8228
  0% {
8236
8229
  transform: scale(0, 0);
8237
8230
  opacity: 1;
@@ -8272,11 +8265,10 @@ button:after {
8272
8265
  opacity: 0;
8273
8266
  transform: scale(40, 40);
8274
8267
  }
8275
- } */
8268
+ }
8276
8269
 
8277
8270
  button:focus:not(:active)::after {
8278
8271
  animation: ripple 1s ease-out;
8279
- /* transition: background 0.4s linear; */
8280
8272
  }
8281
8273
 
8282
8274
  button.remove-ripple:focus:not(:active)::after {
@@ -8313,8 +8305,7 @@ input[type="number"]::-webkit-outer-spin-button {
8313
8305
  .p-calendar-w-btn-left .p-datepicker-trigger:focus {
8314
8306
  outline: 0 none;
8315
8307
  outline-offset: 0;
8316
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8317
- 0px 0px 0px 2px var(--primary-100);
8308
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--primary-100);
8318
8309
  border: 1px solid var(--primary-300);
8319
8310
  border-right: 0px;
8320
8311
  }
@@ -8335,14 +8326,17 @@ input[type="number"]::-webkit-outer-spin-button {
8335
8326
  color: #495057;
8336
8327
  border-radius: 12px;
8337
8328
  }
8338
- }
8329
+
8330
+ }
8331
+
8332
+
8339
8333
 
8340
8334
  /* breadcrumbs classes for background colors and hover background colors */
8341
- .last-item-bg-color > .p-breadcrumb-list .p-menuitem.px-4:hover {
8335
+ .last-item-bg-color>.p-breadcrumb-list .p-menuitem.px-4:hover{
8342
8336
  background-color: var(--primary-50);
8343
8337
  border-radius: 6px;
8344
8338
  }
8345
- .last-item-bg-color-gray-50 > .p-breadcrumb-list .p-menuitem.px-4:hover {
8339
+ .last-item-bg-color-gray-50>.p-breadcrumb-list .p-menuitem.px-4:hover{
8346
8340
  background-color: var(--gray-50);
8347
8341
  border-radius: 6px;
8348
8342
  }
@@ -8355,6 +8349,7 @@ input[type="number"]::-webkit-outer-spin-button {
8355
8349
  }
8356
8350
  } */
8357
8351
 
8352
+
8358
8353
  .last-item-bg-color ul li:last-child {
8359
8354
  background-color: var(--primary-50);
8360
8355
  border-radius: 6px;
@@ -8374,44 +8369,46 @@ input[type="number"]::-webkit-outer-spin-button {
8374
8369
  rotate: 180deg;
8375
8370
  }
8376
8371
 
8377
- .p-dropdown-item.p-highlight {
8372
+ .p-dropdown-item.p-highlight{
8378
8373
  display: flex;
8379
8374
  align-items: center;
8380
8375
  justify-content: space-between;
8381
8376
  }
8382
8377
 
8383
8378
  /* tabs component clasess for changing the style */
8384
- .tab-view-border-light .p-tabview-nav {
8385
- border-bottom: 1px solid var(--gray-200); /* adding bottom border only bottom border tabs */
8379
+ .tab-view-border-light .p-tabview-nav{
8380
+ border-bottom: 1px solid var(--gray-200) ; /* adding bottom border only bottom border tabs */
8386
8381
  }
8387
8382
 
8388
8383
  /*some tabs responsive section these tabs are worked as responsive in all devices */
8389
- .tab-view-bg-dark.responsive .p-tabview-nav {
8390
- display: flex;
8391
- flex-direction: row;
8392
- padding: 4px;
8393
- }
8394
- @media screen and (max-width: 768px) {
8395
- .tab-view-bg-dark.responsive .p-tabview-nav {
8396
- flex-direction: column;
8384
+ .tab-view-bg-dark.responsive .p-tabview-nav{
8385
+ display: flex ;
8386
+ flex-direction: row ;
8387
+ padding: 4px;
8388
+ }
8389
+ @media screen and (max-width:768px){
8390
+ .tab-view-bg-dark.responsive .p-tabview-nav{
8391
+ flex-direction: column ;
8397
8392
  }
8398
8393
  }
8399
- .tab-view-shadow-box.responsive .p-tabview-nav {
8400
- display: flex;
8401
- flex-direction: row;
8394
+ .tab-view-shadow-box.responsive .p-tabview-nav{
8395
+ display: flex ;
8396
+ flex-direction: row ;
8402
8397
  }
8403
- @media screen and (max-width: 768px) {
8404
- .tab-view-shadow-box.responsive .p-tabview-nav {
8405
- flex-direction: column;
8406
- }
8398
+ @media screen and (max-width:768px){
8399
+ .tab-view-shadow-box.responsive .p-tabview-nav{
8400
+ flex-direction: column ;
8401
+ }
8407
8402
  }
8408
8403
 
8409
8404
  /* some tabs responsive section these tabs are worked as responsive in all devices */
8410
8405
 
8411
- .tab-view-bg-dark.expand .p-tabview-nav {
8406
+
8407
+
8408
+ .tab-view-bg-dark.expand .p-tabview-nav{
8412
8409
  padding: 4px;
8413
- }
8414
- .tab-view-border-light.expand .p-tabview-nav li .p-tabview-nav-link {
8410
+ }
8411
+ .tab-view-border-light.expand .p-tabview-nav li .p-tabview-nav-link{
8415
8412
  padding-left: 88px;
8416
8413
  padding-right: 88px;
8417
8414
  }
@@ -8441,25 +8438,20 @@ input[type="number"]::-webkit-outer-spin-button {
8441
8438
  .tab-view-bg-dark.not-expand .p-tabview-nav li.p-unselectable-text {
8442
8439
  margin-right: 8px !important;
8443
8440
  }
8444
- .tab-view-bg-dark.expand .p-tabview-nav li .p-tabview-nav-link {
8441
+ .tab-view-bg-dark.expand .p-tabview-nav li .p-tabview-nav-link{
8445
8442
  padding-left: 88px;
8446
8443
  padding-right: 88px;
8447
- border-radius: 6px;
8444
+ border-radius: 6px ;
8448
8445
  }
8449
- .tab-view-bg-dark.not-expand.border-no-radius
8450
- .p-tabview-nav
8451
- .p-tabview-ink-bar {
8446
+ .tab-view-bg-dark.not-expand.border-no-radius .p-tabview-nav .p-tabview-ink-bar{
8452
8447
  display: block !important;
8453
8448
  }
8454
- .tab-view-bg-dark.expand.border-no-radius .p-tabview-nav .p-tabview-ink-bar {
8449
+ .tab-view-bg-dark.expand.border-no-radius .p-tabview-nav .p-tabview-ink-bar{
8455
8450
  display: block !important;
8456
8451
  }
8457
- .tab-view-bg-dark.not-expand.border-no-radius
8458
- .p-tabview-nav
8459
- li
8460
- .p-tabview-nav-link {
8452
+ .tab-view-bg-dark.not-expand.border-no-radius .p-tabview-nav li .p-tabview-nav-link {
8461
8453
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
8462
- padding: 8px 12px 8px 12px;
8454
+ padding: 8px 12px 8px 12px ;
8463
8455
  cursor: pointer;
8464
8456
  border-radius: 0px;
8465
8457
  font-weight: normal;
@@ -8469,22 +8461,19 @@ input[type="number"]::-webkit-outer-spin-button {
8469
8461
  margin-right: 16px;
8470
8462
  }
8471
8463
 
8472
- .tab-view-bg-dark.expand.border-no-radius
8473
- .p-tabview-nav
8474
- li
8475
- .p-tabview-nav-link {
8464
+ .tab-view-bg-dark.expand.border-no-radius .p-tabview-nav li .p-tabview-nav-link{
8476
8465
  padding-left: 88px;
8477
8466
  padding-right: 88px;
8478
- border-radius: 0px;
8467
+ border-radius: 0px ;
8479
8468
  }
8480
- .tab-view-shadow-box .p-tabview-nav {
8481
- background-color: var(--gray-100);
8482
- border-radius: 8px;
8483
- padding: 4px;
8469
+ .tab-view-shadow-box .p-tabview-nav{
8470
+ background-color: var(--gray-100);
8471
+ border-radius: 8px ;
8472
+ padding: 4px;
8484
8473
  }
8485
8474
 
8486
- .tab-view-shadow-box .p-tabview-nav li .p-tabview-nav-link {
8487
- background-color: transparent;
8475
+ .tab-view-shadow-box .p-tabview-nav li .p-tabview-nav-link{
8476
+ background-color: transparent ;
8488
8477
  border-radius: 6px;
8489
8478
  }
8490
8479
  .tab-view-shadow-box .p-tabview-nav .p-tabview-ink-bar {
@@ -8509,60 +8498,57 @@ input[type="number"]::-webkit-outer-spin-button {
8509
8498
  margin-right: 8px;
8510
8499
  }
8511
8500
 
8512
- .tab-view-shadow-box.expand .p-tabview-nav li .p-tabview-nav-link {
8501
+ .tab-view-shadow-box.expand .p-tabview-nav li .p-tabview-nav-link{
8513
8502
  padding-left: 88px;
8514
8503
  padding-right: 88px;
8515
8504
  }
8516
8505
 
8517
- .p-highlight .tab-badge {
8506
+ .p-highlight .tab-badge{
8518
8507
  background: var(--primary-50);
8519
8508
  mix-blend-mode: multiply;
8520
8509
  }
8521
8510
 
8522
- .tab-view-bg-dark.border-no-radius
8523
- .p-tabview-nav
8524
- li
8525
- .p-tabview-nav-link:not(.p-disabled):focus {
8511
+ .tab-view-bg-dark.border-no-radius .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
8526
8512
  outline: 0 none;
8527
8513
  outline-offset: 0;
8528
8514
  box-shadow: none;
8529
8515
  }
8530
- .tab-view-border-light.no-shadow
8531
- .p-tabview-nav
8532
- li
8533
- .p-tabview-nav-link:not(.p-disabled):focus {
8516
+ .tab-view-border-light.no-shadow .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
8534
8517
  outline: 0 none;
8535
8518
  outline-offset: 0;
8536
8519
  box-shadow: none;
8537
8520
  }
8538
- .tab-view-border-light.border
8539
- .p-tabview-nav
8540
- li
8541
- .p-tabview-nav-link:not(.p-disabled):focus {
8521
+ .tab-view-border-light.border .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
8542
8522
  outline: 0 none;
8543
8523
  outline-offset: 0;
8544
8524
  box-shadow: none;
8545
8525
  }
8546
8526
 
8527
+
8547
8528
  /* tags component chip image css classes */
8548
8529
  .chip-image img {
8549
- height: 16px;
8550
- width: auto;
8551
- margin: 4px;
8530
+ height: 16px ;
8531
+ width: auto ;
8532
+ margin: 4px ;
8552
8533
  }
8553
8534
 
8535
+
8536
+
8554
8537
  /* content dividers classes for removing border and adding background top bottom borders */
8555
8538
 
8556
- .divider-top-bottom.p-divider-horizontal::before {
8539
+ .divider-top-bottom.p-divider-horizontal::before{
8557
8540
  border-top: 0px;
8558
8541
  width: 0px;
8559
8542
  }
8560
8543
 
8561
- .devider-background.p-divider-horizontal::before {
8544
+ .devider-background.p-divider-horizontal::before{
8562
8545
  border-top: 0px;
8563
8546
  width: 0px;
8564
8547
  }
8565
8548
 
8549
+
8550
+
8551
+
8566
8552
  /* pagination classes ++++++++++ */
8567
8553
  @media screen and (min-width: 768px) {
8568
8554
  .p-paginator-pages {
@@ -8582,7 +8568,7 @@ input[type="number"]::-webkit-outer-spin-button {
8582
8568
  border-radius: 8px;
8583
8569
  }
8584
8570
 
8585
- .bg-square .p-paginator-pages .p-paginator-page {
8571
+ .bg-square .p-paginator-pages .p-paginator-page{
8586
8572
  border-radius: 8px;
8587
8573
  }
8588
8574
 
@@ -8596,13 +8582,13 @@ input[type="number"]::-webkit-outer-spin-button {
8596
8582
  top: 0px !important;
8597
8583
  }
8598
8584
 
8599
- .p-paginator.p-component.paginator-boxes > .p-disabled {
8585
+ .p-paginator.p-component.paginator-boxes>.p-disabled{
8600
8586
  border-color: var(--gray-400) !important;
8601
8587
  }
8602
- .p-paginator > .p-dropdown > .p-dropdown-trigger {
8588
+ .p-paginator>.p-dropdown>.p-dropdown-trigger{
8603
8589
  padding-top: 0px;
8604
8590
  }
8605
- .p-paginator > .p-dropdown {
8591
+ .p-paginator>.p-dropdown{
8606
8592
  display: flex;
8607
8593
  align-items: center;
8608
8594
  border: 1px solid var(--gray-400);
@@ -8612,9 +8598,10 @@ input[type="number"]::-webkit-outer-spin-button {
8612
8598
  /* Progress siders calsses for styling the component */
8613
8599
  .progress-slider .p-slider-range {
8614
8600
  border-radius: 4px;
8615
- background-color: var(--primary-500);
8601
+ background-color: var(--primary-500) ;
8616
8602
  }
8617
8603
 
8604
+
8618
8605
  /* Avatar classes for changing avatar styles */
8619
8606
 
8620
8607
  .p-avatar-focus:hover {
@@ -8634,6 +8621,8 @@ input[type="number"]::-webkit-outer-spin-button {
8634
8621
  width: 8px;
8635
8622
  }
8636
8623
 
8624
+
8625
+
8637
8626
  /* Badges classes for styling the badges */
8638
8627
 
8639
8628
  .p-dropdown-badge > .p-dropdown-label {
@@ -8668,6 +8657,7 @@ input[type="number"]::-webkit-outer-spin-button {
8668
8657
  padding-right: 36px;
8669
8658
  }
8670
8659
 
8660
+
8671
8661
  /* Loader icon css changes for styling animation*/
8672
8662
  .svgAnimation {
8673
8663
  display: inline-block;
@@ -8675,25 +8665,27 @@ input[type="number"]::-webkit-outer-spin-button {
8675
8665
  animation: animation-61bdi0 1.3s linear infinite;
8676
8666
  }
8677
8667
 
8668
+
8669
+
8678
8670
  @keyframes animation-61bdi0 {
8679
8671
  0% {
8680
- -webkit-transform: rotate(0deg);
8681
- -moz-transform: rotate(0deg);
8682
- -ms-transform: rotate(0deg);
8683
- transform: rotate(0deg);
8672
+ -webkit-transform: rotate(0deg);
8673
+ -moz-transform: rotate(0deg);
8674
+ -ms-transform: rotate(0deg);
8675
+ transform: rotate(0deg);
8684
8676
  }
8685
-
8677
+
8686
8678
  100% {
8687
- -webkit-transform: rotate(360deg);
8688
- -moz-transform: rotate(360deg);
8689
- -ms-transform: rotate(360deg);
8690
- transform: rotate(360deg);
8679
+ -webkit-transform: rotate(360deg);
8680
+ -moz-transform: rotate(360deg);
8681
+ -ms-transform: rotate(360deg);
8682
+ transform: rotate(360deg);
8691
8683
  }
8692
8684
  }
8693
8685
 
8694
8686
  .animation {
8695
8687
  stroke: currentColor;
8696
- stroke-dasharray: 80px, 200px;
8688
+ stroke-dasharray: 80px,200px;
8697
8689
  stroke-dashoffset: 0;
8698
8690
  -webkit-animation: animation-1p2h4ri 1.8s ease-in-out infinite;
8699
8691
  animation: animation-1p2h4ri ease-in-out infinite;
@@ -8701,48 +8693,51 @@ input[type="number"]::-webkit-outer-spin-button {
8701
8693
 
8702
8694
  @keyframes animation-1p2h4ri {
8703
8695
  0% {
8704
- stroke-dasharray: 1px, 200px;
8705
- stroke-dashoffset: 0;
8696
+ stroke-dasharray: 1px,200px;
8697
+ stroke-dashoffset: 0;
8706
8698
  }
8707
8699
  50% {
8708
- stroke-dasharray: 100px, 200px;
8709
- stroke-dashoffset: -15px;
8700
+ stroke-dasharray: 100px,200px;
8701
+ stroke-dashoffset: -15px;
8710
8702
  }
8711
-
8703
+
8712
8704
  100% {
8713
- stroke-dasharray: 100px, 200px;
8714
- stroke-dashoffset: -125px;
8705
+ stroke-dasharray: 100px,200px;
8706
+ stroke-dashoffset: -125px;
8715
8707
  }
8716
8708
  }
8717
8709
 
8718
- .p-megamenu-start {
8710
+
8711
+ .p-megamenu-start{
8719
8712
  width: auto;
8713
+
8714
+ }
8715
+ @media screen and (max-width:768px) {
8716
+ .p-megamenu-start{
8717
+ width: 100%;
8720
8718
  }
8721
- @media screen and (max-width: 768px) {
8722
- .p-megamenu-start {
8723
- width: 100%;
8724
- }
8725
8719
  }
8726
8720
  /* mega menu classes */
8727
8721
  .p-megamenu-mobile-active .megamenu-closeicon {
8728
8722
  display: flex;
8729
8723
  }
8730
-
8731
- .p-megamenu-mobile-active .megamenu-hamburgermenu {
8732
- display: none;
8724
+
8725
+ .p-megamenu-mobile-active .megamenu-hamburgermenu{
8726
+ display: none;
8733
8727
  }
8734
8728
 
8735
8729
  .megamenu-closeicon {
8736
- display: none;
8730
+ display: none;
8737
8731
  }
8738
8732
  .megamenu-hamburgermenu {
8739
- display: flex;
8733
+ display: flex;
8740
8734
  }
8741
8735
 
8742
- .p-dropdown-xl.p-dropdown {
8736
+
8737
+ .p-dropdown-xl.p-dropdown{
8743
8738
  height: 44px;
8744
8739
  }
8745
- .p-dropdown-xl .p-dropdown-label.p-placeholder {
8740
+ .p-dropdown-xl .p-dropdown-label.p-placeholder{
8746
8741
  height: 24px;
8747
8742
  }
8748
8743
 
@@ -8750,25 +8745,28 @@ input[type="number"]::-webkit-outer-spin-button {
8750
8745
  padding-top: 0px;
8751
8746
  }
8752
8747
 
8753
- .tab-view-bg-dark.p-tabview-nav-container.p-tabview-nav-content {
8748
+
8749
+ .tab-view-bg-dark.p-tabview-nav-container.p-tabview-nav-content{
8754
8750
  border-bottom: none;
8755
8751
  }
8756
8752
 
8757
- .p-autocomplete.p-autocomplete-lg .p-inputtext {
8758
- height: 40px;
8759
- width: 320px;
8753
+
8754
+ .p-autocomplete.p-autocomplete-lg .p-inputtext{
8755
+ height: 40px;
8756
+ width: 320px;
8760
8757
  }
8761
8758
 
8762
- .p-autocomplete.p-autocomplete-xl .p-inputtext {
8759
+ .p-autocomplete.p-autocomplete-xl .p-inputtext{
8763
8760
  height: 40px;
8764
8761
  width: 320px;
8765
8762
  }
8766
8763
 
8767
- .p-multiselect-item.p-highlight > span {
8764
+ .p-multiselect-item.p-highlight>span{
8768
8765
  width: 100%;
8769
8766
  }
8770
8767
 
8771
- .p-autocomplete-multiple-container.p-component.p-inputtext {
8768
+
8769
+ .p-autocomplete-multiple-container.p-component.p-inputtext{
8772
8770
  height: 40px;
8773
8771
  padding: 4px 14px;
8774
8772
  line-height: 20px;
@@ -8776,6 +8774,9 @@ input[type="number"]::-webkit-outer-spin-button {
8776
8774
 
8777
8775
  /* SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
8778
8776
 
8777
+
8778
+
8779
+
8779
8780
  /* New button classes added for different Size Variations ++++++++++++++++++++++++++++ */
8780
8781
  .p-button.p-button-xs {
8781
8782
  height: 32px;
@@ -8792,9 +8793,9 @@ input[type="number"]::-webkit-outer-spin-button {
8792
8793
  }
8793
8794
 
8794
8795
  .p-button.p-button-md {
8795
- height: 44px;
8796
- line-height: 24px;
8797
- font-size: 16px;
8796
+ height: 44px ;
8797
+ line-height: 24px ;
8798
+ font-size: 16px ;
8798
8799
  padding: 10px 18px;
8799
8800
  }
8800
8801
  .p-button.p-button-lg {
@@ -8839,6 +8840,7 @@ input[type="number"]::-webkit-outer-spin-button {
8839
8840
  padding: 10px;
8840
8841
  }
8841
8842
 
8843
+
8842
8844
  .p-button.p-button-dual-icon.p-button-md {
8843
8845
  width: auto;
8844
8846
  padding: 10px 18px;
@@ -8848,7 +8850,7 @@ input[type="number"]::-webkit-outer-spin-button {
8848
8850
  padding: 12px;
8849
8851
  }
8850
8852
 
8851
- .p-button.p-button-dual-icon.p-button-lg {
8853
+ .p-button.p-button-dual-icon.p-button-lg{
8852
8854
  width: auto;
8853
8855
  padding: 12px 20px;
8854
8856
  font-size: 16px;
@@ -8857,6 +8859,7 @@ input[type="number"]::-webkit-outer-spin-button {
8857
8859
  padding: 14px;
8858
8860
  }
8859
8861
 
8862
+
8860
8863
  .p-button.p-button-dual-icon.p-button-xl {
8861
8864
  width: auto;
8862
8865
  padding: 16px 28px;
@@ -8875,25 +8878,23 @@ input[type="number"]::-webkit-outer-spin-button {
8875
8878
  }
8876
8879
  .p-button.p-button-google:enabled:hover {
8877
8880
  background: var(--gray-50);
8878
- color: var(--gray-700);
8881
+ color: var(--gray-700);
8879
8882
  }
8880
8883
  .p-button.p-button-google:focus {
8881
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8882
- 0px 0px 0px 2px var(--gray-100);
8884
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--gray-100);
8883
8885
  }
8884
8886
  /* Facebook */
8885
8887
  .p-button.p-button-facebook {
8886
- background: #1877f2;
8888
+ background: #1877F2;
8887
8889
  border: none;
8888
8890
  color: #ffffff;
8889
8891
  }
8890
8892
  .p-button.p-button-facebook:enabled:hover {
8891
- background: #0c63d4;
8892
- color: #ffffff;
8893
+ background: #0C63D4;
8894
+ color: #ffffff;
8893
8895
  }
8894
8896
  .p-button.p-button-facebook:focus {
8895
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8896
- 0px 0px 0px 2px var(--gray-100);
8897
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--gray-100);
8897
8898
  }
8898
8899
  /* Apple */
8899
8900
  .p-button.p-button-apple {
@@ -8903,28 +8904,26 @@ input[type="number"]::-webkit-outer-spin-button {
8903
8904
  }
8904
8905
  .p-button.p-button-apple:enabled:hover {
8905
8906
  background: #000000;
8906
- color: #ffffff;
8907
+ color: #ffffff;
8907
8908
  }
8908
8909
  .p-button.p-button-apple:focus {
8909
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8910
- 0px 0px 0px 2px var(--gray-100);
8910
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--gray-100);
8911
8911
  }
8912
8912
  /* Twitter */
8913
8913
  .p-button.p-button-twitter {
8914
- background: #1da1f2;
8914
+ background: #1DA1F2;
8915
8915
  border: none;
8916
8916
  color: #ffffff;
8917
8917
  }
8918
8918
  .p-button.p-button-twitter:enabled:hover {
8919
- background: #0c8bd9;
8920
- color: #ffffff;
8919
+ background: #0C8BD9;
8920
+ color: #ffffff;
8921
8921
  }
8922
8922
  .p-button.p-button-twitter:focus {
8923
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05),
8924
- 0px 0px 0px 2px var(--gray-100);
8923
+ box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 2px var(--gray-100);
8925
8924
  }
8926
8925
 
8927
8926
  .sc_multiSelect.p-inputwrapper-filled.p-multiselect.p-multiselect-clearable
8928
8927
  .p-multiselect-label {
8929
8928
  padding-right: 3.8rem !important;
8930
- }
8929
+ }