@visns-studio/visns-components 4.7.1 → 4.7.3

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 (96) hide show
  1. package/package.json +13 -9
  2. package/src/components/cms/DataGrid.jsx +1461 -0
  3. package/src/components/cms/DropZone.jsx +349 -0
  4. package/src/components/cms/Field.jsx +802 -0
  5. package/src/components/cms/Form.jsx +476 -0
  6. package/src/components/cms/generic/CmsDetail.jsx +36 -0
  7. package/src/components/cms/generic/CmsIndex.jsx +73 -0
  8. package/src/components/cms/generic/CmsSort.jsx +125 -0
  9. package/src/components/cms/sorting/Item.jsx +115 -0
  10. package/src/components/cms/sorting/List.jsx +30 -0
  11. package/src/components/crm/AsyncSelect.jsx +125 -0
  12. package/src/components/crm/Autocomplete.jsx +174 -0
  13. package/src/components/crm/Breadcrumb.jsx +52 -0
  14. package/src/components/crm/Call.jsx +220 -0
  15. package/src/components/crm/DataGrid.jsx +2701 -0
  16. package/src/components/crm/Download.jsx +101 -0
  17. package/src/components/crm/Fetch.jsx +119 -0
  18. package/src/components/crm/Field.jsx +1557 -0
  19. package/src/components/crm/Form.jsx +1409 -0
  20. package/src/components/crm/Loader.jsx +29 -0
  21. package/src/components/crm/MultiSelect.jsx +78 -0
  22. package/src/components/crm/Navigation.jsx +619 -0
  23. package/src/components/crm/Notification.jsx +197 -0
  24. package/src/components/crm/QrCode.jsx +83 -0
  25. package/src/components/crm/Select.jsx +58 -0
  26. package/src/components/crm/SelectList.jsx +21 -0
  27. package/src/components/crm/TableFilter.jsx +198 -0
  28. package/src/components/crm/auth/Login.jsx +223 -0
  29. package/src/components/crm/auth/Profile.jsx +280 -0
  30. package/src/components/crm/auth/Reset.jsx +111 -0
  31. package/src/components/crm/auth/Verify.jsx +174 -0
  32. package/src/components/crm/auth/styles/Login.module.scss +243 -0
  33. package/src/components/crm/auth/styles/Profile.module.scss +222 -0
  34. package/src/components/crm/auth/styles/Reset.module.scss +216 -0
  35. package/src/components/crm/auth/styles/Verify.module.scss +216 -0
  36. package/src/components/crm/generic/AuditLog.jsx +108 -0
  37. package/src/components/crm/generic/AuditLogs.jsx +115 -0
  38. package/src/components/crm/generic/GenericAuth.jsx +166 -0
  39. package/src/components/crm/generic/GenericDashboard.jsx +42 -0
  40. package/src/components/crm/generic/GenericDetail.jsx +1499 -0
  41. package/src/components/crm/generic/GenericDynamic.jsx +915 -0
  42. package/src/components/crm/generic/GenericFormBuilder.jsx +1765 -0
  43. package/src/components/crm/generic/GenericIndex.jsx +376 -0
  44. package/src/components/crm/generic/GenericMain.jsx +129 -0
  45. package/src/components/crm/generic/GenericSort.jsx +188 -0
  46. package/src/components/crm/generic/NotificationList.jsx +64 -0
  47. package/src/components/crm/generic/styles/AuditLog.module.scss +147 -0
  48. package/src/components/crm/generic/styles/AuditLogs.module.scss +92 -0
  49. package/src/components/crm/generic/styles/GenericDetail.module.scss +634 -0
  50. package/src/components/crm/generic/styles/GenericDynamic.module.scss +932 -0
  51. package/src/components/crm/generic/styles/GenericFormBuilder.module.scss +944 -0
  52. package/src/components/crm/generic/styles/GenericIndex.module.scss +247 -0
  53. package/src/components/crm/generic/styles/GenericMain.module.scss +91 -0
  54. package/src/components/crm/generic/styles/GenericSort.module.scss +123 -0
  55. package/src/components/crm/generic/styles/NotificationList.module.scss +67 -0
  56. package/src/components/crm/sorting/Item.jsx +117 -0
  57. package/src/components/crm/sorting/List.jsx +32 -0
  58. package/src/components/crm/sorting/styles/Item.module.scss +68 -0
  59. package/src/components/crm/sorting/styles/List.module.scss +68 -0
  60. package/src/components/crm/styles/AsyncSelect.module.scss +8 -0
  61. package/src/components/crm/styles/Autocomplete.module.scss +44 -0
  62. package/src/components/crm/styles/DataGrid.module.scss +210 -0
  63. package/src/components/crm/styles/Field.module.scss +311 -0
  64. package/src/components/crm/styles/Form.module.scss +499 -0
  65. package/src/components/crm/styles/Loader.module.scss +94 -0
  66. package/src/components/crm/styles/MultiSelect.module.scss +8 -0
  67. package/src/components/crm/styles/Navigation.module.scss +978 -0
  68. package/src/components/crm/styles/Notification.module.scss +147 -0
  69. package/src/components/crm/styles/QrCode.module.scss +87 -0
  70. package/src/components/crm/styles/TableFilter.module.scss +52 -0
  71. package/src/components/styles/global.css +73 -0
  72. package/src/index.js +86 -0
  73. package/dist/104e5636d8ddb791614c.woff2 +0 -0
  74. package/dist/11fe6a83d647de5daf95.woff +0 -0
  75. package/dist/141e2a8c7836495afe2a.woff +0 -0
  76. package/dist/2ba5877f7079830b5383.woff +0 -0
  77. package/dist/2d6836f45b2037be41f3.woff +0 -0
  78. package/dist/399.0a0f3e0d21be1057d599.css +0 -8
  79. package/dist/399.b8f57fa3f8c0c10119e4.js +0 -1
  80. package/dist/47d566c3b1293dfd9d77.woff +0 -0
  81. package/dist/6282a13cbba671a71913.woff2 +0 -0
  82. package/dist/78266f551031aa9db127.woff +0 -0
  83. package/dist/7b7da89f1e3fdcbfe36c.woff2 +0 -0
  84. package/dist/7e78e8338af7efeda712.woff2 +0 -0
  85. package/dist/7fa387951673abf164b1.woff2 +0 -0
  86. package/dist/819d59862c2d0640aad8.woff +0 -0
  87. package/dist/b615e1a6c838ea059a56.woff +0 -0
  88. package/dist/b9b1aa739c660c4ce67c.woff2 +0 -0
  89. package/dist/c5f3640b11df9414facb.woff +0 -0
  90. package/dist/da26d162ff5af71d6590.woff2 +0 -0
  91. package/dist/dd5b2912dbf896310865.woff2 +0 -0
  92. package/dist/f282b331272463c1aa6c.woff2 +0 -0
  93. package/dist/main.83b033670d64419bb497.css +0 -1
  94. package/dist/main.b1723d17cd2d3513ab62.js +0 -1
  95. package/dist/report.html +0 -39
  96. package/dist/runtime.33c276593b23f8035b8d.js +0 -1
@@ -0,0 +1,68 @@
1
+ .sortlist {
2
+ width: 100%;
3
+ display: grid;
4
+ grid-gap: 0.5rem;
5
+ grid-template-columns: repeat(4, 1fr);
6
+ box-sizing: border-box;
7
+ padding: 0;
8
+ margin: 0;
9
+ list-style: none;
10
+
11
+ li {
12
+ display: flex;
13
+ justify-content: center;
14
+ align-items: center;
15
+ flex-wrap: wrap;
16
+ border-radius: 5px;
17
+ border: 1px solid rgba(var(--primary-color-rgb), 0.2);
18
+ box-shadow: 0px 0px 20px rgba(var(--primary-color-rgb), 0.1);
19
+ padding: 1.25rem;
20
+ box-sizing: border-box;
21
+ cursor: pointer;
22
+ list-style: none;
23
+ position: relative;
24
+ color: var(--paragraph-color);
25
+ user-select: none;
26
+
27
+ svg {
28
+ width: 100%;
29
+ max-width: 18px;
30
+ position: absolute;
31
+ left: 5px;
32
+ top: 5px;
33
+ }
34
+
35
+ .pencil-edit {
36
+ width: 100%;
37
+ max-width: 18px;
38
+ position: absolute;
39
+ left: 5px;
40
+ top: 30px;
41
+ }
42
+
43
+ .trash-delete {
44
+ width: 100%;
45
+ max-width: 18px;
46
+ position: absolute;
47
+ left: 5px;
48
+ top: 60px;
49
+ }
50
+ }
51
+
52
+ .sortimg {
53
+ width: 50px;
54
+ position: relative;
55
+ height: 50px;
56
+ margin-left: auto;
57
+ border-radius: 5px;
58
+ overflow: hidden;
59
+
60
+ img {
61
+ display: block;
62
+ object-fit: cover;
63
+ height: 100%;
64
+ width: 100%;
65
+ overflow: hidden;
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,68 @@
1
+ .sortlist {
2
+ width: 100%;
3
+ display: grid;
4
+ grid-gap: 0.5rem;
5
+ grid-template-columns: repeat(4, 1fr);
6
+ box-sizing: border-box;
7
+ padding: 0;
8
+ margin: 0;
9
+ list-style: none;
10
+
11
+ li {
12
+ display: flex;
13
+ justify-content: center;
14
+ align-items: center;
15
+ flex-wrap: wrap;
16
+ border-radius: 5px;
17
+ border: 1px solid rgba(var(--primary-color-rgb), 0.2);
18
+ box-shadow: 0px 0px 20px rgba(var(--primary-color-rgb), 0.1);
19
+ padding: 1.25rem;
20
+ box-sizing: border-box;
21
+ cursor: pointer;
22
+ list-style: none;
23
+ position: relative;
24
+ color: var(--paragraph-color);
25
+ user-select: none;
26
+
27
+ svg {
28
+ width: 100%;
29
+ max-width: 18px;
30
+ position: absolute;
31
+ left: 5px;
32
+ top: 5px;
33
+ }
34
+
35
+ .pencil-edit {
36
+ width: 100%;
37
+ max-width: 18px;
38
+ position: absolute;
39
+ left: 5px;
40
+ top: 30px;
41
+ }
42
+
43
+ .trash-delete {
44
+ width: 100%;
45
+ max-width: 18px;
46
+ position: absolute;
47
+ left: 5px;
48
+ top: 60px;
49
+ }
50
+ }
51
+
52
+ .sortimg {
53
+ width: 50px;
54
+ position: relative;
55
+ height: 50px;
56
+ margin-left: auto;
57
+ border-radius: 5px;
58
+ overflow: hidden;
59
+
60
+ img {
61
+ display: block;
62
+ object-fit: cover;
63
+ height: 100%;
64
+ width: 100%;
65
+ overflow: hidden;
66
+ }
67
+ }
68
+ }
@@ -0,0 +1,8 @@
1
+ .visns__ms input:hover {
2
+ box-shadow: none !important;
3
+ transition: box-shadow 0.15s linear !important;
4
+ }
5
+
6
+ .visns__ms input:focus {
7
+ box-shadow: none !important;
8
+ }
@@ -0,0 +1,44 @@
1
+ .AutocompletePlace-results {
2
+ z-index: 999;
3
+ }
4
+
5
+ .AutocompletePlace {
6
+ position: relative;
7
+
8
+ > svg {
9
+ position: absolute;
10
+ right: 0.5em;
11
+ top: 0.5em;
12
+ color: var(--primary-color);
13
+ cursor: pointer;
14
+ }
15
+ }
16
+
17
+ .AutocompletePlace.toggleActive {
18
+ color: var(--highlight-color);
19
+ }
20
+
21
+ .AutocompletePlace-input {
22
+ padding: 0.65rem 3rem 0.65rem 0.95rem !important;
23
+ }
24
+
25
+ .AutocompletePlace-results {
26
+ position: absolute;
27
+ background-color: white;
28
+ padding: 0;
29
+ margin: 0;
30
+ border: 1px solid rgba(var(--primary-color-rgb), 0.25);
31
+ border-radius: var(--br);
32
+ overflow: hidden;
33
+ }
34
+
35
+ .AutocompletePlace-items {
36
+ list-style: none;
37
+ border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
38
+ cursor: pointer;
39
+ padding: 10px 10px;
40
+ }
41
+
42
+ .AutocompletePlace-items:hover {
43
+ background-color: rgba(var(--primary-color-rgb), 0.065);
44
+ }
@@ -0,0 +1,210 @@
1
+ .btn {
2
+ width: max-content;
3
+ display: inline-block;
4
+ position: relative;
5
+ padding: 0.65rem 1rem;
6
+ cursor: pointer;
7
+ font-size: 1rem;
8
+ color: var(--tertiary-color);
9
+ text-decoration: none;
10
+ overflow: hidden;
11
+ background: var(--primary-color);
12
+ border: 1px solid rgba(var(--primary-color--rgb), 1.1);
13
+ border-radius: var(--br);
14
+ outline: none;
15
+ transition: all 0.2s cubic-bezier(0.85, 0, 0.15, 1) 0s;
16
+ font-size: 1.25em;
17
+ }
18
+
19
+ .btn:hover {
20
+ color: var(--primary-color);
21
+ background: var(--highlight-color);
22
+ border: 1px solid rgba(var(--highlight-color-rgb), 1.05);
23
+ }
24
+
25
+ .vs-datagrid--row:hover {
26
+ .InovuaReactDataGrid__row-cell-wrap {
27
+ background: rgb(240, 240, 240) !important;
28
+ cursor: pointer;
29
+ }
30
+ }
31
+
32
+ .InovuaReactDataGrid {
33
+ letter-spacing: 0.015rem !important;
34
+ color: black !important;
35
+ }
36
+
37
+ .InovuaReactDataGrid__header {
38
+ color: var(--primary-color) !important;
39
+ }
40
+
41
+ .InovuaReactDataGrid__row-hover-target:hover {
42
+ color: black !important;
43
+ background: rgb(240, 240, 240) !important;
44
+ }
45
+
46
+ .InovuaReactDataGrid__row:hover {
47
+ cursor: pointer;
48
+ }
49
+
50
+ #smartTableSearchInput {
51
+ background: #eeeeee;
52
+ border: 1px solid rgba(var(--table-color-rgb), 1.1);
53
+ border-radius: var(--br);
54
+ color: var(--paragraph-color);
55
+ padding: 10px 10px 10px 35px;
56
+ }
57
+
58
+ #smartTableSearchInput:focus {
59
+ border: 1px solid rgba(71, 71, 71, 0.9);
60
+ box-shadow: none;
61
+ transform: translateY(0);
62
+ }
63
+
64
+ #smartTableSearchInput:hover {
65
+ box-shadow: none;
66
+ transform: translateY(0);
67
+ }
68
+
69
+ .filterInput--alt {
70
+ position: relative;
71
+ display: flex;
72
+ align-items: center;
73
+
74
+ input {
75
+ padding-left: 3rem !important;
76
+ }
77
+ }
78
+
79
+ .icon-search {
80
+ width: max-content;
81
+ height: auto;
82
+ position: absolute;
83
+ z-index: 500;
84
+ padding-top: 4px;
85
+ padding-left: 20px;
86
+ }
87
+
88
+ .filterAction--alt {
89
+ position: absolute;
90
+ right: 8px;
91
+ top: 8px;
92
+ gap: 5px;
93
+ display: flex;
94
+
95
+ > .btn {
96
+ padding: 10px 70px;
97
+ }
98
+ }
99
+
100
+ .icon-search {
101
+ width: max-content;
102
+ height: auto;
103
+ position: absolute;
104
+ z-index: 500;
105
+ padding-top: 4px;
106
+ padding-left: 20px;
107
+ }
108
+
109
+ .tdactions {
110
+ width: 100%;
111
+ display: flex;
112
+ flex-wrap: nowrap;
113
+ justify-content: flex-start;
114
+ align-items: center;
115
+ gap: 0.1rem;
116
+
117
+ span {
118
+ display: flex;
119
+ align-items: center;
120
+ position: relative;
121
+ width: 18px;
122
+ height: 18px;
123
+
124
+ svg {
125
+ width: 18px;
126
+ height: 18px;
127
+ }
128
+ }
129
+ }
130
+
131
+ .formcontainer {
132
+ width: 100%;
133
+ }
134
+
135
+ .modalwrap {
136
+ background: var(--tertiary-color);
137
+ border-radius: 3px;
138
+ overflow: visible;
139
+ border-top-left-radius: var(--br);
140
+ border-top-right-radius: var(--br);
141
+ }
142
+
143
+ .modalwrap .modal {
144
+ width: 100%;
145
+ position: relative;
146
+ }
147
+
148
+ .modalwrap .modal__header {
149
+ width: 100%;
150
+ background: var(--primary-color);
151
+ border: 2px solid rgba(var(--primary-color-rgb), 1.05);
152
+ border-top-left-radius: var(--br);
153
+ border-top-right-radius: var(--br);
154
+ box-sizing: border-box;
155
+ }
156
+
157
+ .modalwrap .modal__header h1 {
158
+ color: var(--tertiary-color);
159
+ margin: 0;
160
+ padding: 0.75em 0.75em;
161
+ font-size: 1.15em;
162
+ }
163
+
164
+ .modalwrap .modal__header .modal__close {
165
+ width: max-content;
166
+ position: absolute;
167
+ right: 5px;
168
+ top: 5px;
169
+ box-sizing: border-box;
170
+ background: rgba(var(--primary-color-rgb), 1.08);
171
+ cursor: pointer;
172
+ padding: 8px 8px;
173
+ margin: 0;
174
+ outline: none;
175
+ border: none;
176
+ border-radius: var(--br);
177
+ display: block;
178
+ line-height: 1;
179
+ }
180
+
181
+ .modalwrap .modal__header .modal__close svg {
182
+ color: white;
183
+ display: block;
184
+ }
185
+
186
+ .modalwrap .modal__content {
187
+ width: 100%;
188
+ position: relative;
189
+ padding: 0.25rem;
190
+ box-sizing: border-box;
191
+ border-top-left-radius: var(--br);
192
+ border-top-right-radius: var(--br);
193
+ }
194
+
195
+ .modalwrap .modal__content .btn {
196
+ background: var(--primary-color);
197
+ border: 1px solid rgba(var(--primary-color-rgb), 1.05);
198
+ }
199
+
200
+ .modalwrap .modal__content .btn:hover {
201
+ background: var(--highlight-color);
202
+ color: var(--primary-color);
203
+ }
204
+
205
+ .top--modal {
206
+ width: 100%;
207
+ max-width: 1000px !important;
208
+ height: auto;
209
+ padding: 0 !important;
210
+ }
@@ -0,0 +1,311 @@
1
+ /* Form Styling */
2
+
3
+ .formItem {
4
+ width: 50%;
5
+ padding: 0.35em;
6
+ position: relative;
7
+ box-sizing: border-box;
8
+ }
9
+
10
+ .dropdownContainer {
11
+ position: relative;
12
+ width: 100%;
13
+ }
14
+
15
+ .selectFullWidth {
16
+ width: 90%;
17
+ }
18
+
19
+ .buttonRight {
20
+ position: absolute;
21
+ right: 0;
22
+ top: 50%;
23
+ transform: translateY(-50%);
24
+ z-index: 1;
25
+ background: var(--primary-color);
26
+ color: var(--secondary-color);
27
+ padding: 1rem 0.5rem;
28
+ border: none;
29
+ border-radius: var(--br);
30
+ cursor: pointer;
31
+ transition: background 0.3s;
32
+ }
33
+
34
+ .buttonRight:hover {
35
+ background: var(--secondary-color);
36
+ color: var(--primary-color);
37
+ }
38
+
39
+ .formItem {
40
+ width: 50%;
41
+ padding: 0.5em;
42
+ position: relative;
43
+ box-sizing: border-box;
44
+ }
45
+
46
+ .formItem .fi__label {
47
+ position: relative;
48
+ display: block;
49
+
50
+ > svg {
51
+ position: absolute;
52
+ right: 0.5em;
53
+ top: 1em;
54
+ color: var(--paragraph-color);
55
+ cursor: pointer;
56
+ }
57
+ }
58
+
59
+ .fi__span {
60
+ position: absolute;
61
+ transition: all 200ms;
62
+ opacity: 0.8;
63
+ left: 0;
64
+ padding: 19px 20px;
65
+ transform-origin: top left;
66
+ cursor: text;
67
+ }
68
+
69
+ .fi__span::before {
70
+ content: '';
71
+ display: block;
72
+ height: 0;
73
+ width: 0;
74
+ margin-top: calc((1 - 1.25) * 0.5em);
75
+ }
76
+
77
+ .fi__toggletxt {
78
+ position: relative;
79
+ left: 5px;
80
+ font-size: 0.95em;
81
+ top: -5px;
82
+ }
83
+
84
+ input:not(:placeholder-shown) + .fi__span,
85
+ textarea:not(:placeholder-shown) + .fi__span,
86
+ select:not(:placeholder-shown) + .fi__span {
87
+ transform: translateY(-40%) translateX(10px) scale(0.75);
88
+ opacity: 1;
89
+ padding: 0 4px;
90
+ background: var(--tertiary-color);
91
+ font-weight: 300;
92
+ border-radius: var(--br);
93
+ }
94
+
95
+ .prefocus {
96
+ transform: translateY(-40%) translateX(10px) scale(0.75) !important;
97
+ opacity: 1 !important;
98
+ padding: 0 4px !important;
99
+ background: var(--tertiary-color) !important;
100
+ z-index: 500;
101
+ font-weight: 300;
102
+ border-radius: var(--br);
103
+ top: 0;
104
+ }
105
+
106
+ .fwItem {
107
+ flex-basis: 100%;
108
+ }
109
+
110
+ .lastItem {
111
+ .btn {
112
+ width: 100%;
113
+ }
114
+ }
115
+
116
+ .fi__button--right {
117
+ position: absolute;
118
+ right: 50px;
119
+ top: 20px;
120
+ z-index: 500;
121
+ background: var(--primary-color);
122
+ color: var(--item-color);
123
+ padding: 0.2rem 0.4rem;
124
+ border: none;
125
+ border-radius: var(--br);
126
+ cursor: pointer;
127
+ transition: background 0.3s;
128
+ }
129
+
130
+ .fi__button--right:hover {
131
+ background: var(--secondary-color);
132
+ color: var(--primary-color);
133
+ }
134
+
135
+ .formItem textarea,
136
+ .formItem select,
137
+ .formItem
138
+ input[type]:not([type='search']):not([type='url']):not([type='hidden']):not(
139
+ [type='checkbox']
140
+ ):not(.inovua-react-toolkit-combo-box__input):not(
141
+ .inovua-react-toolkit-date-input__input
142
+ ):not(.inovua-react-toolkit-text-input__input):not(
143
+ .inovua-react-toolkit-numeric-input__input
144
+ ) {
145
+ background: var(--item-color);
146
+ border-radius: var(--br);
147
+ padding: 1rem;
148
+ outline: none;
149
+ width: 100%;
150
+ box-sizing: border-box;
151
+ color: var(--paragraph-color);
152
+ transition: box-shadow 0.15s linear;
153
+ }
154
+
155
+ .formItem textarea:hover,
156
+ .formItem select:hover,
157
+ .formItem
158
+ input[type]:not([type='search']):not([type='url']):not([type='hidden']):not(
159
+ [type='checkbox']
160
+ ):not(.inovua-react-toolkit-combo-box__input):not(
161
+ .inovua-react-toolkit-date-input__input
162
+ ):not(.inovua-react-toolkit-numeric-input__input):hover {
163
+ border: 1px solid rgba(var(--paragraph-color-rgb), 0.85);
164
+ transition: border 0.15s linear;
165
+ }
166
+
167
+ .formItem textarea:focus,
168
+ .formItem select:focus,
169
+ .formItem
170
+ input[type]:not([type='search']):not([type='url']):not([type='hidden']):not(
171
+ [type='checkbox']
172
+ ):not(.inovua-react-toolkit-combo-box__input):not(
173
+ .inovua-react-toolkit-date-input__input
174
+ ):not(.inovua-react-toolkit-numeric-input__input):focus {
175
+ border: 1px solid rgba(var(--paragraph-color-rgb), 0.85);
176
+ }
177
+
178
+ input[type='file'] {
179
+ background: var(--item-color) !important;
180
+ border-radius: var (--br) !important;
181
+ border: 1px solid transparent !important;
182
+ padding: 0.8rem !important;
183
+ outline: none !important;
184
+ width: 100% !important;
185
+ box-sizing: border-box !important;
186
+ color: var(--paragraph-color) !important;
187
+ transition: box-shadow 0.15s linear !important;
188
+ }
189
+
190
+ input[type='file']:focus {
191
+ border: 1px solid var(--highlight-color);
192
+ }
193
+
194
+ input[type='file']:hover {
195
+ border: 1px solid var(--highlight-color);
196
+ }
197
+
198
+ /* Signature styling */
199
+ .signaturePlaceholder {
200
+ border: 1px solid #ccc;
201
+ border-radius: var(--br);
202
+ padding: 10px;
203
+ background: var(--item-color);
204
+ text-align: center;
205
+ }
206
+
207
+ .signatureImage {
208
+ max-width: 100%;
209
+ max-height: 50px;
210
+ margin-bottom: 10px;
211
+ }
212
+
213
+ .signButton {
214
+ background: var(--primary-color);
215
+ color: var(--secondary-color);
216
+ padding: 0.5rem 1rem;
217
+ border: none;
218
+ border-radius: var(--br);
219
+ cursor: pointer;
220
+ transition: background 0.3s;
221
+ }
222
+
223
+ .signButton:hover {
224
+ background: var(--secondary-color);
225
+ color: var(--primary-color);
226
+ }
227
+
228
+ /* Table Styles */
229
+
230
+ .contentTable {
231
+ width: 100%;
232
+ border-collapse: collapse;
233
+ margin: 0 auto;
234
+ font-size: 1em;
235
+ border-radius: var(--br) var(--br) 0 0;
236
+ overflow: hidden;
237
+ border: none;
238
+ border-spacing: 0;
239
+ box-sizing: border-box;
240
+ }
241
+
242
+ .contentTable thead {
243
+ display: table-row-group;
244
+ }
245
+
246
+ .contentTable thead tr {
247
+ background: var(--table-color);
248
+ color: var(--primary-color);
249
+ text-align: left;
250
+ font-weight: 700;
251
+ text-transform: capitalize;
252
+ font-size: 1em;
253
+ }
254
+
255
+ .contentTable .filterRow th {
256
+ padding: 0;
257
+ }
258
+
259
+ .contentTable th {
260
+ font-size: 0.95em;
261
+ padding: 8px 15px;
262
+ color: var(--table-text-color, var(--paragraph-color));
263
+ border-right: 1px solid var(--table-border);
264
+ line-height: 1;
265
+ border-spacing: 0;
266
+ border-collapse: collapse;
267
+ }
268
+
269
+ .contentTable td {
270
+ font-size: 0.95em;
271
+ padding: 8px 15px;
272
+ color: var(--paragraph-color);
273
+ border-right: 1px solid var(--table-border);
274
+ line-height: 1;
275
+ border-spacing: 0;
276
+ border-collapse: collapse;
277
+ }
278
+
279
+ .contentTable th:last-of-type,
280
+ .contentTable td:last-of-type,
281
+ .contentTable th:last-child,
282
+ .contentTable td:last-child {
283
+ border-right: none;
284
+ }
285
+
286
+ .contentTable td .tdActions {
287
+ width: 100%;
288
+ display: flex;
289
+ flex-wrap: nowrap;
290
+ justify-content: flex-start;
291
+ align-items: center;
292
+ }
293
+
294
+ .contentTable td .tdAction {
295
+ background: #f0f0f0;
296
+ display: block;
297
+ line-height: 1;
298
+ padding: 0.05rem;
299
+ border-radius: var(--br);
300
+ margin: 0 0.25rem;
301
+ }
302
+
303
+ .contentTable tbody tr {
304
+ border-bottom: 1px solid var(--table-border);
305
+ cursor: pointer;
306
+ background: var(--tertiary-color);
307
+ }
308
+
309
+ .contentTable tbody tr:nth-of-type(even) {
310
+ background: rgba(var(--secondary-color-rgb), 1.02);
311
+ }