@omniumretail/component-library 1.0.97 → 1.0.99
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.
- package/dist/bundle.js +1 -12069
- package/dist/main.css +26 -1308
- package/dist/types/components/AnalyticsBar/index.d.ts +1 -1
- package/dist/types/components/Button/index.d.ts +1 -1
- package/dist/types/components/Category/CategoryContent/index.d.ts +1 -1
- package/dist/types/components/Category/CategorySidebar/index.d.ts +1 -1
- package/dist/types/components/Category/index.d.ts +1 -1
- package/dist/types/components/DatePicker/index.d.ts +1 -1
- package/dist/types/components/DatePickerTag/index.d.ts +1 -1
- package/dist/types/components/Footer/index.d.ts +1 -1
- package/dist/types/components/Input/index.d.ts +2 -2
- package/dist/types/components/InputCountryCode/index.d.ts +1 -1
- package/dist/types/components/Label/index.d.ts +1 -1
- package/dist/types/components/Link/index.d.ts +1 -1
- package/dist/types/components/Menu/index.d.ts +1 -2
- package/dist/types/components/ModalConfirmation/index.d.ts +1 -1
- package/dist/types/components/ModalWithTable/index.d.ts +1 -1
- package/dist/types/components/Navigation/index.d.ts +1 -1
- package/dist/types/components/Questions/SingleQuestion/index.d.ts +1 -1
- package/dist/types/components/Questions/index.d.ts +1 -1
- package/dist/types/components/Radio/index.d.ts +2 -2
- package/dist/types/components/Separator/index.d.ts +1 -1
- package/dist/types/components/Sidebar/index.d.ts +1 -1
- package/dist/types/components/Switch/index.d.ts +1 -1
- package/dist/types/components/Table/index.d.ts +5 -1
- package/dist/types/components/Tag/index.d.ts +1 -1
- package/dist/types/components/Upload/index.d.ts +1 -1
- package/dist/types/components/UserInfo/index.d.ts +1 -1
- package/package.json +2 -18
- package/src/components/Table/Table.stories.tsx +4 -1
- package/src/components/Table/index.tsx +33 -17
- package/webpack.config.js +1 -1
package/dist/main.css
CHANGED
|
@@ -1,1308 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
.
|
|
27
|
-
background-color: var(--button-default-background-hover-color);
|
|
28
|
-
color: var(--button-default-text-hover-color) !important;
|
|
29
|
-
}
|
|
30
|
-
.lCPh1mJwiXUUOgmbv_mk:focus, .lCPh1mJwiXUUOgmbv_mk:active, .lCPh1mJwiXUUOgmbv_mk:focus:active {
|
|
31
|
-
background-color: var(--button-default-background-focus-color);
|
|
32
|
-
color: var(--button-default-text-focus-color);
|
|
33
|
-
}
|
|
34
|
-
.lCPh1mJwiXUUOgmbv_mk:disabled, .lCPh1mJwiXUUOgmbv_mk.vwrGv_jOJcIvImjzKZNv {
|
|
35
|
-
background-color: var(--button-disabled-background-color);
|
|
36
|
-
color: var(--button-disabled-default-text-color);
|
|
37
|
-
pointer-events: none;
|
|
38
|
-
}
|
|
39
|
-
.PYUelyvKNnKRxaBMgCyk {
|
|
40
|
-
flex-direction: row-reverse;
|
|
41
|
-
gap: 5px;
|
|
42
|
-
}
|
|
43
|
-
.edzSVcT9ajLWxd6QfVI1 {
|
|
44
|
-
background-color: var(--button-style-1-background);
|
|
45
|
-
color: var(--button-style-1-text-color);
|
|
46
|
-
}
|
|
47
|
-
.edzSVcT9ajLWxd6QfVI1:hover {
|
|
48
|
-
background-color: var(--button-style-1-background-hover-color);
|
|
49
|
-
color: var(--button-style-1-text-hover-color) !important;
|
|
50
|
-
}
|
|
51
|
-
.edzSVcT9ajLWxd6QfVI1:focus, .edzSVcT9ajLWxd6QfVI1:active, .edzSVcT9ajLWxd6QfVI1:focus:active {
|
|
52
|
-
background-color: var(--button-style-1-background-focus-color);
|
|
53
|
-
color: var(--button-style-1-text-focus-color);
|
|
54
|
-
}
|
|
55
|
-
.edzSVcT9ajLWxd6QfVI1:disabled, .edzSVcT9ajLWxd6QfVI1.vwrGv_jOJcIvImjzKZNv {
|
|
56
|
-
background-color: var(--button-disabled-background-color);
|
|
57
|
-
color: var(--button-disabled-default-text-color);
|
|
58
|
-
pointer-events: none;
|
|
59
|
-
}
|
|
60
|
-
/*!*******************************************************************************************************************************************************************!*\
|
|
61
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Navigation/styles.module.scss ***!
|
|
62
|
-
\*******************************************************************************************************************************************************************/
|
|
63
|
-
.UxfXOleP69PjM5rFOMTD {
|
|
64
|
-
display: grid !important;
|
|
65
|
-
grid-template-columns: repeat(3, 1fr) !important;
|
|
66
|
-
justify-items: center !important;
|
|
67
|
-
align-items: center !important;
|
|
68
|
-
height: 75px !important;
|
|
69
|
-
gap: 0 24px !important;
|
|
70
|
-
position: relative !important;
|
|
71
|
-
padding: 0px !important;
|
|
72
|
-
}
|
|
73
|
-
@media (max-width: 767px) {
|
|
74
|
-
.UxfXOleP69PjM5rFOMTD .UxfXOleP69PjM5rFOMTD {
|
|
75
|
-
grid-template-columns: 1fr;
|
|
76
|
-
}
|
|
77
|
-
.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca,
|
|
78
|
-
.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S {
|
|
79
|
-
justify-self: center;
|
|
80
|
-
}
|
|
81
|
-
.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS {
|
|
82
|
-
text-align: center;
|
|
83
|
-
}
|
|
84
|
-
.UxfXOleP69PjM5rFOMTD .DhO9jcXNunsWq22jXuJJ {
|
|
85
|
-
text-align: center;
|
|
86
|
-
white-space: nowrap;
|
|
87
|
-
overflow: hidden;
|
|
88
|
-
text-overflow: ellipsis;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS {
|
|
92
|
-
font-size: var(--font-size-body-3);
|
|
93
|
-
font-weight: var(--font-weight-semibold);
|
|
94
|
-
text-transform: uppercase;
|
|
95
|
-
}
|
|
96
|
-
@media (min-width: 768px) {
|
|
97
|
-
.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS {
|
|
98
|
-
font-size: var(--font-size-body-4);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
.UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc {
|
|
102
|
-
align-self: center;
|
|
103
|
-
}
|
|
104
|
-
@media (max-width: 768px) {
|
|
105
|
-
.UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc {
|
|
106
|
-
position: unset !important;
|
|
107
|
-
top: unset !important;
|
|
108
|
-
margin: unset !important;
|
|
109
|
-
left: unset !important;
|
|
110
|
-
right: unset !important;
|
|
111
|
-
text-align: unset !important;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca {
|
|
115
|
-
justify-self: start;
|
|
116
|
-
}
|
|
117
|
-
@media (max-width: 767px) {
|
|
118
|
-
.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca .ant-btn span:not([role=img]) {
|
|
119
|
-
display: none;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S {
|
|
123
|
-
justify-self: end;
|
|
124
|
-
}
|
|
125
|
-
@media (max-width: 767px) {
|
|
126
|
-
.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S .ant-btn span:not([role=img]) {
|
|
127
|
-
display: none;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
/*!*************************************************************************************************************************************************************!*\
|
|
131
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Link/styles.module.scss ***!
|
|
132
|
-
\*************************************************************************************************************************************************************/
|
|
133
|
-
.ii1Ag3GTfp8unGCe48A0 {
|
|
134
|
-
display: inline-flex;
|
|
135
|
-
text-decoration: none;
|
|
136
|
-
height: auto;
|
|
137
|
-
color: var(--color-black);
|
|
138
|
-
font-size: var(--font-size-body-3);
|
|
139
|
-
line-height: 100%;
|
|
140
|
-
font-weight: 300;
|
|
141
|
-
font-style: var(--font-style-italic);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.L9ncGwaItcjHJBLuwrKb {
|
|
145
|
-
color: var(--color-orange);
|
|
146
|
-
font-style: var(--font-style-normal);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.Yrb4eAglcF7FedoEB9AH span:nth-child(2) {
|
|
150
|
-
margin-inline-end: 8px;
|
|
151
|
-
margin-inline-start: 0;
|
|
152
|
-
order: -1;
|
|
153
|
-
}
|
|
154
|
-
/*!**************************************************************************************************************************************************************!*\
|
|
155
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Input/styles.module.scss ***!
|
|
156
|
-
\**************************************************************************************************************************************************************/
|
|
157
|
-
.GhX1oPovx60SBqLAcIRO {
|
|
158
|
-
border-color: rgba(var(--color-black-rgb), 0.5);
|
|
159
|
-
height: 50px;
|
|
160
|
-
font-size: var(--font-size-body-3);
|
|
161
|
-
line-height: 100%;
|
|
162
|
-
color: var(--color-black);
|
|
163
|
-
border-radius: 5px;
|
|
164
|
-
}
|
|
165
|
-
/*!***************************************************************************************************************************************************************!*\
|
|
166
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Select/styles.module.scss ***!
|
|
167
|
-
\***************************************************************************************************************************************************************/
|
|
168
|
-
._ox_QPqUHev1INeaUhs7 .ant-select-selector {
|
|
169
|
-
border-color: rgba(var(--color-black-rgb), 0.5) !important;
|
|
170
|
-
height: 50px !important;
|
|
171
|
-
display: flex;
|
|
172
|
-
align-items: center;
|
|
173
|
-
}
|
|
174
|
-
._ox_QPqUHev1INeaUhs7 .ant-select-arrow {
|
|
175
|
-
color: var(--color-black);
|
|
176
|
-
}
|
|
177
|
-
/*!*************************************************************************************************************************************************************************!*\
|
|
178
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/InputCountryCode/styles.module.scss ***!
|
|
179
|
-
\*************************************************************************************************************************************************************************/
|
|
180
|
-
.bisuiYUGnAaj47TMXXcY {
|
|
181
|
-
display: flex !important;
|
|
182
|
-
}
|
|
183
|
-
/*!**************************************************************************************************************************************************************!*\
|
|
184
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Label/styles.module.scss ***!
|
|
185
|
-
\**************************************************************************************************************************************************************/
|
|
186
|
-
.YPXf1KvhUKPvYzjuCpbK {
|
|
187
|
-
display: block;
|
|
188
|
-
color: var(--color-black);
|
|
189
|
-
text-transform: capitalize;
|
|
190
|
-
font-size: var(--font-size-body-base);
|
|
191
|
-
line-height: 125%;
|
|
192
|
-
font-weight: var(--font-weight-semibold);
|
|
193
|
-
}
|
|
194
|
-
.YPXf1KvhUKPvYzjuCpbK:not(:first-child) {
|
|
195
|
-
margin-top: 8px;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.ExPJyFK95xTcgtx9cRbg {
|
|
199
|
-
text-transform: uppercase;
|
|
200
|
-
}
|
|
201
|
-
/*!******************************************************************************************************************************************************************!*\
|
|
202
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Separator/styles.module.scss ***!
|
|
203
|
-
\******************************************************************************************************************************************************************/
|
|
204
|
-
.EBnBgAHgtsQFrDoso9Dw {
|
|
205
|
-
background-color: var(--color-orange);
|
|
206
|
-
height: 1px;
|
|
207
|
-
border: none;
|
|
208
|
-
}
|
|
209
|
-
.FLVlQ5eFtNDkCl4IcIIx {
|
|
210
|
-
opacity: 50%;
|
|
211
|
-
}
|
|
212
|
-
.L2HU9MLCi6B1ZsJyWfp9 {
|
|
213
|
-
background-color: var(--color-blue);
|
|
214
|
-
}
|
|
215
|
-
.MQcBac9Gnb9D2ONENY8Q {
|
|
216
|
-
margin: 8px 0;
|
|
217
|
-
}
|
|
218
|
-
.tdvYp9O5RnLEsNa3E_wz {
|
|
219
|
-
margin: 16px 0;
|
|
220
|
-
}
|
|
221
|
-
.hWWGCDnwP_ROWFDlyVxe {
|
|
222
|
-
margin: 24px 0;
|
|
223
|
-
}
|
|
224
|
-
/*!**************************************************************************************************************************************************************!*\
|
|
225
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Table/styles.module.scss ***!
|
|
226
|
-
\**************************************************************************************************************************************************************/
|
|
227
|
-
.pwZdBKCECvzAH92fQDTI {
|
|
228
|
-
display: flex;
|
|
229
|
-
flex-wrap: wrap;
|
|
230
|
-
flex-direction: column;
|
|
231
|
-
}
|
|
232
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-thead > tr > th {
|
|
233
|
-
background-color: transparent;
|
|
234
|
-
border: 0px;
|
|
235
|
-
color: var(--color-blue);
|
|
236
|
-
}
|
|
237
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-thead > tr > th:before {
|
|
238
|
-
display: none;
|
|
239
|
-
}
|
|
240
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr {
|
|
241
|
-
cursor: pointer;
|
|
242
|
-
}
|
|
243
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:last-child > td {
|
|
244
|
-
border-bottom: 1px solid var(--color-grey-light) !important;
|
|
245
|
-
}
|
|
246
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:first-child > td {
|
|
247
|
-
border-top: 1px solid var(--color-blue) !important;
|
|
248
|
-
}
|
|
249
|
-
.pwZdBKCECvzAH92fQDTI .ant-table-tbody > tr:hover td {
|
|
250
|
-
border-radius: 0 !important;
|
|
251
|
-
border-bottom-color: var(--color-grey-light) !important;
|
|
252
|
-
}
|
|
253
|
-
.pwZdBKCECvzAH92fQDTI .ant-space {
|
|
254
|
-
align-self: flex-end;
|
|
255
|
-
}
|
|
256
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-selection-placeholder {
|
|
257
|
-
color: var(--color-black);
|
|
258
|
-
}
|
|
259
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-selector,
|
|
260
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search {
|
|
261
|
-
border: none !important;
|
|
262
|
-
box-shadow: none !important;
|
|
263
|
-
}
|
|
264
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-selector:focus, .pwZdBKCECvzAH92fQDTI .ant-select-selector:hover,
|
|
265
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:focus,
|
|
266
|
-
.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:hover {
|
|
267
|
-
border: none !important;
|
|
268
|
-
box-shadow: none !important;
|
|
269
|
-
}
|
|
270
|
-
.pwZdBKCECvzAH92fQDTI .ant-pagination {
|
|
271
|
-
max-width: calc(100% - 200px);
|
|
272
|
-
margin-left: auto !important;
|
|
273
|
-
}
|
|
274
|
-
.pwZdBKCECvzAH92fQDTI button[type=button].ant-pagination-item-link {
|
|
275
|
-
margin-top: 0 !important;
|
|
276
|
-
}
|
|
277
|
-
.pwZdBKCECvzAH92fQDTI button[type=button] {
|
|
278
|
-
margin-top: -50px;
|
|
279
|
-
}
|
|
280
|
-
/*!************************************************************************************************************************************************************!*\
|
|
281
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Tag/styles.module.scss ***!
|
|
282
|
-
\************************************************************************************************************************************************************/
|
|
283
|
-
.yhGDUJJiYhqjPCJgNdjI {
|
|
284
|
-
contain: inline-size;
|
|
285
|
-
}
|
|
286
|
-
.LEywos4xlf3LV6eEFLFv {
|
|
287
|
-
height: 50px;
|
|
288
|
-
display: flex;
|
|
289
|
-
align-items: center;
|
|
290
|
-
gap: 12px;
|
|
291
|
-
padding: 16px;
|
|
292
|
-
margin-inline-end: 0;
|
|
293
|
-
}
|
|
294
|
-
.LEywos4xlf3LV6eEFLFv .ant-input {
|
|
295
|
-
height: 50px;
|
|
296
|
-
padding-left: 40px;
|
|
297
|
-
}
|
|
298
|
-
.VhQgSZHBi1swQZeQePfL {
|
|
299
|
-
height: 50px;
|
|
300
|
-
}
|
|
301
|
-
.Hfh5KLg4Y_g44Ajhx9aV .ant-tag {
|
|
302
|
-
background-color: var(--color-orange);
|
|
303
|
-
color: var(--color-white);
|
|
304
|
-
padding: 6px 16px;
|
|
305
|
-
max-width: 240px;
|
|
306
|
-
overflow: hidden;
|
|
307
|
-
text-overflow: ellipsis;
|
|
308
|
-
white-space: nowrap;
|
|
309
|
-
position: relative;
|
|
310
|
-
padding-right: 24px;
|
|
311
|
-
min-height: 34px;
|
|
312
|
-
}
|
|
313
|
-
.Hfh5KLg4Y_g44Ajhx9aV .anticon-close {
|
|
314
|
-
color: var(--color-white);
|
|
315
|
-
font-size: 12px;
|
|
316
|
-
position: absolute;
|
|
317
|
-
right: 4px;
|
|
318
|
-
top: 10px;
|
|
319
|
-
}
|
|
320
|
-
.Hfh5KLg4Y_g44Ajhx9aV .anticon-close:hover {
|
|
321
|
-
color: var(--color-black);
|
|
322
|
-
}
|
|
323
|
-
.yhGDUJJiYhqjPCJgNdjI .Gj9zvBh4toFNL6uoWOIk {
|
|
324
|
-
display: flex;
|
|
325
|
-
gap: 12px;
|
|
326
|
-
}
|
|
327
|
-
.yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL {
|
|
328
|
-
display: flex;
|
|
329
|
-
flex-direction: row;
|
|
330
|
-
gap: 12px;
|
|
331
|
-
font-family: "SilkaBold";
|
|
332
|
-
text-decoration: underline;
|
|
333
|
-
}
|
|
334
|
-
.yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL div {
|
|
335
|
-
cursor: pointer;
|
|
336
|
-
}
|
|
337
|
-
/*!*******************************************************************************************************************************************************************!*\
|
|
338
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/DatePicker/styles.module.scss ***!
|
|
339
|
-
\*******************************************************************************************************************************************************************/
|
|
340
|
-
.vdTO5pKaLXA2FdyblLq5 {
|
|
341
|
-
border-color: rgba(var(--color-black-rgb), 0.5);
|
|
342
|
-
}
|
|
343
|
-
/*!**************************************************************************************************************************************************************!*\
|
|
344
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Radio/styles.module.scss ***!
|
|
345
|
-
\**************************************************************************************************************************************************************/
|
|
346
|
-
.e3BZiSKkbgvekUOREMi6 {
|
|
347
|
-
font-weight: var(--font-weight-medium);
|
|
348
|
-
font-size: var(--font-size-body-3);
|
|
349
|
-
margin-right: 44px;
|
|
350
|
-
margin-top: 18px;
|
|
351
|
-
}
|
|
352
|
-
.e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner {
|
|
353
|
-
border-color: var(--color-black);
|
|
354
|
-
}
|
|
355
|
-
.e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner:after {
|
|
356
|
-
background-color: var(--color-black);
|
|
357
|
-
}
|
|
358
|
-
.e3BZiSKkbgvekUOREMi6 .ant-radio-checked:hover .ant-radio-inner:after {
|
|
359
|
-
background-color: var(--color-orange);
|
|
360
|
-
}
|
|
361
|
-
.e3BZiSKkbgvekUOREMi6 .ant-radio:hover .ant-radio-inner {
|
|
362
|
-
border-color: var(--color-orange);
|
|
363
|
-
}
|
|
364
|
-
/*!***************************************************************************************************************************************************************!*\
|
|
365
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Footer/styles.module.scss ***!
|
|
366
|
-
\***************************************************************************************************************************************************************/
|
|
367
|
-
.D8zh2JqbXPRwa7HPZoou {
|
|
368
|
-
display: flex;
|
|
369
|
-
justify-content: space-between;
|
|
370
|
-
align-items: center;
|
|
371
|
-
flex-wrap: nowrap;
|
|
372
|
-
gap: 0 16px;
|
|
373
|
-
background-color: var(--color-black);
|
|
374
|
-
position: fixed;
|
|
375
|
-
bottom: 0;
|
|
376
|
-
width: 100%;
|
|
377
|
-
padding: 12px 24px;
|
|
378
|
-
font-size: var(--font-size-body-1);
|
|
379
|
-
color: var(--color-grey-light);
|
|
380
|
-
height: 60px;
|
|
381
|
-
flex-direction: row;
|
|
382
|
-
text-align: left;
|
|
383
|
-
box-sizing: border-box;
|
|
384
|
-
}
|
|
385
|
-
.D8zh2JqbXPRwa7HPZoou .rLcS8I6I0aB1gd6Ro7Ix {
|
|
386
|
-
color: var(--grey2);
|
|
387
|
-
width: 100%;
|
|
388
|
-
margin-bottom: 4px;
|
|
389
|
-
}
|
|
390
|
-
.D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH {
|
|
391
|
-
margin-left: 8px;
|
|
392
|
-
}
|
|
393
|
-
.D8zh2JqbXPRwa7HPZoou .XVFO_EVWpXwEwbcS7OwM,
|
|
394
|
-
.D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH {
|
|
395
|
-
display: inline-block;
|
|
396
|
-
}
|
|
397
|
-
.D8zh2JqbXPRwa7HPZoou .Ch59mk3ENKwL_xUV4kwI {
|
|
398
|
-
height: 25px;
|
|
399
|
-
align-self: flex-end;
|
|
400
|
-
}
|
|
401
|
-
/*!**************************************************************************************************************************************************************************!*\
|
|
402
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ModalConfirmation/styles.module.scss ***!
|
|
403
|
-
\**************************************************************************************************************************************************************************/
|
|
404
|
-
.yBVWvA0RtFgQb0zg7Zha .ant-modal-close {
|
|
405
|
-
width: auto;
|
|
406
|
-
color: var(--button-default-background);
|
|
407
|
-
}
|
|
408
|
-
.yBVWvA0RtFgQb0zg7Zha .ant-modal-close:hover {
|
|
409
|
-
background-color: transparent;
|
|
410
|
-
color: var(--button-default-background-hover-color);
|
|
411
|
-
}
|
|
412
|
-
.yBVWvA0RtFgQb0zg7Zha .ant-modal-content {
|
|
413
|
-
padding: 36px 24px;
|
|
414
|
-
display: flex;
|
|
415
|
-
align-items: center;
|
|
416
|
-
justify-content: center;
|
|
417
|
-
flex-direction: column;
|
|
418
|
-
text-align: center;
|
|
419
|
-
}
|
|
420
|
-
@media (min-width: 742px) {
|
|
421
|
-
.yBVWvA0RtFgQb0zg7Zha .ant-modal-content {
|
|
422
|
-
padding: 64px;
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
.yBVWvA0RtFgQb0zg7Zha .bIn9Tnsli5FWDJmVQ47h:hover .hAGMAlh5JyPDAiKMfgws {
|
|
426
|
-
color: red;
|
|
427
|
-
}
|
|
428
|
-
.yBVWvA0RtFgQb0zg7Zha .hAGMAlh5JyPDAiKMfgws {
|
|
429
|
-
display: flex;
|
|
430
|
-
align-items: center;
|
|
431
|
-
justify-content: center;
|
|
432
|
-
flex-direction: row;
|
|
433
|
-
gap: 8px;
|
|
434
|
-
color: inherit;
|
|
435
|
-
font-size: var(--font-size-body-3);
|
|
436
|
-
line-height: 100%;
|
|
437
|
-
font-weight: var(--font-weight-light);
|
|
438
|
-
text-transform: capitalize;
|
|
439
|
-
letter-spacing: 0.6px;
|
|
440
|
-
}
|
|
441
|
-
.yBVWvA0RtFgQb0zg7Zha .IEpOAjgZyRyE5md9cZvT {
|
|
442
|
-
color: var(--color-blue);
|
|
443
|
-
font-weight: var(--font-weight-semibold);
|
|
444
|
-
font-size: var(--font-size-body-6);
|
|
445
|
-
line-height: 100%;
|
|
446
|
-
}
|
|
447
|
-
.yBVWvA0RtFgQb0zg7Zha .iHFpZ9nbZF0FARnRj310 {
|
|
448
|
-
color: var(--color-black);
|
|
449
|
-
font-size: var(--font-size-body-4);
|
|
450
|
-
margin: 12px 0 24px 0;
|
|
451
|
-
padding: 0;
|
|
452
|
-
}
|
|
453
|
-
/*!***********************************************************************************************************************************************************************!*\
|
|
454
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/ModalWithTable/styles.module.scss ***!
|
|
455
|
-
\***********************************************************************************************************************************************************************/
|
|
456
|
-
.bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa {
|
|
457
|
-
pointer-events: none;
|
|
458
|
-
position: relative;
|
|
459
|
-
}
|
|
460
|
-
.bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa:after {
|
|
461
|
-
content: "";
|
|
462
|
-
position: absolute;
|
|
463
|
-
top: 0;
|
|
464
|
-
left: 0;
|
|
465
|
-
width: 100%;
|
|
466
|
-
height: 100%;
|
|
467
|
-
background-color: rgba(var(--color-white-rgb), 0.6);
|
|
468
|
-
z-index: 9999999;
|
|
469
|
-
}
|
|
470
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-close {
|
|
471
|
-
width: auto;
|
|
472
|
-
color: var(--button-default-background);
|
|
473
|
-
}
|
|
474
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-close:hover {
|
|
475
|
-
background-color: transparent;
|
|
476
|
-
color: var(--button-default-background-hover-color);
|
|
477
|
-
}
|
|
478
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-content {
|
|
479
|
-
padding: 36px 24px;
|
|
480
|
-
display: flex;
|
|
481
|
-
justify-content: center;
|
|
482
|
-
flex-direction: column;
|
|
483
|
-
text-align: center;
|
|
484
|
-
}
|
|
485
|
-
@media (min-width: 742px) {
|
|
486
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-content {
|
|
487
|
-
padding: 32px;
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-body {
|
|
491
|
-
width: 100%;
|
|
492
|
-
padding-top: 24px;
|
|
493
|
-
}
|
|
494
|
-
.bMNL7jiNu8_mW6dwEyoS .ant-modal-footer button {
|
|
495
|
-
margin-left: auto;
|
|
496
|
-
}
|
|
497
|
-
.bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq {
|
|
498
|
-
display: flex;
|
|
499
|
-
align-items: center;
|
|
500
|
-
justify-content: center;
|
|
501
|
-
flex-direction: row;
|
|
502
|
-
gap: 8px;
|
|
503
|
-
color: inherit;
|
|
504
|
-
font-size: var(--font-size-body-3);
|
|
505
|
-
line-height: 100%;
|
|
506
|
-
font-weight: var(--font-weight-light);
|
|
507
|
-
text-transform: capitalize;
|
|
508
|
-
letter-spacing: 0.6px;
|
|
509
|
-
justify-self: flex-end;
|
|
510
|
-
}
|
|
511
|
-
.bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq > p {
|
|
512
|
-
padding: 0;
|
|
513
|
-
margin: 0;
|
|
514
|
-
}
|
|
515
|
-
.bMNL7jiNu8_mW6dwEyoS .mt484L3ogFPJIZmEQ8q_ {
|
|
516
|
-
max-width: 640px;
|
|
517
|
-
text-align: left;
|
|
518
|
-
}
|
|
519
|
-
/*!****************************************************************************************************************************************************************!*\
|
|
520
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Sidebar/styles.module.scss ***!
|
|
521
|
-
\****************************************************************************************************************************************************************/
|
|
522
|
-
@charset "UTF-8";
|
|
523
|
-
.x_X2axa502qG690LM5DM {
|
|
524
|
-
width: 300px;
|
|
525
|
-
max-width: 300px;
|
|
526
|
-
height: 100%;
|
|
527
|
-
background-color: var(--color-white);
|
|
528
|
-
padding: 24px;
|
|
529
|
-
position: relative;
|
|
530
|
-
transition: var(--transition-fast);
|
|
531
|
-
overflow: hidden;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
.iEepDtDljm_PdBbkR3JA {
|
|
535
|
-
max-width: 100px;
|
|
536
|
-
width: 100px;
|
|
537
|
-
overflow: hidden;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5 {
|
|
541
|
-
font-size: 0;
|
|
542
|
-
transition: 0;
|
|
543
|
-
padding-left: 42px;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5:first-letter {
|
|
547
|
-
font-size: var(--font-size-body-4);
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
.iEepDtDljm_PdBbkR3JA .spPPzIkYjj024FZcGckd {
|
|
551
|
-
font-size: 24px;
|
|
552
|
-
padding-left: 35px;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.dcC_pqHYFgU16huYkWP5 {
|
|
556
|
-
color: var(--color-black);
|
|
557
|
-
padding: 16px;
|
|
558
|
-
font-weight: var(--font-weight-semibold);
|
|
559
|
-
text-transform: uppercase;
|
|
560
|
-
position: relative;
|
|
561
|
-
white-space: nowrap;
|
|
562
|
-
cursor: pointer;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
.dcC_pqHYFgU16huYkWP5:after {
|
|
566
|
-
content: "";
|
|
567
|
-
position: absolute;
|
|
568
|
-
bottom: 0;
|
|
569
|
-
left: 0;
|
|
570
|
-
height: 1px;
|
|
571
|
-
width: 100%;
|
|
572
|
-
background-color: var(--color-orange);
|
|
573
|
-
transform: scaleY(0.5);
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
.MVw3JKiEvATmRxAAyFA8 {
|
|
577
|
-
color: var(--color-orange) !important;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.ULIAFOHHnjA6viVps4dE {
|
|
581
|
-
position: absolute;
|
|
582
|
-
top: 12px;
|
|
583
|
-
right: 24px;
|
|
584
|
-
width: 24px;
|
|
585
|
-
height: 24px;
|
|
586
|
-
display: flex;
|
|
587
|
-
align-items: center;
|
|
588
|
-
justify-content: center;
|
|
589
|
-
z-index: 1;
|
|
590
|
-
cursor: pointer;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
.ULIAFOHHnjA6viVps4dE > * {
|
|
594
|
-
font-size: var(--font-size-body-5);
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
.PxCQRuiQJ_ybUIGB2l5f {
|
|
598
|
-
margin-top: 8px;
|
|
599
|
-
padding-left: 16px;
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
.N7GunVO7DCC1e16M_hkm {
|
|
603
|
-
color: var(--color-black);
|
|
604
|
-
padding: 8px;
|
|
605
|
-
margin-top: 8px;
|
|
606
|
-
font-weight: var(--font-weight-semibold);
|
|
607
|
-
cursor: pointer;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
/* Estilos para dispositivos móveis */
|
|
611
|
-
@media (max-width: 768px) {
|
|
612
|
-
.x_X2axa502qG690LM5DM {
|
|
613
|
-
width: 50px;
|
|
614
|
-
max-width: 50px;
|
|
615
|
-
padding: 12px;
|
|
616
|
-
}
|
|
617
|
-
.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5 {
|
|
618
|
-
padding: 12px 12px 12px 16px;
|
|
619
|
-
}
|
|
620
|
-
.iEepDtDljm_PdBbkR3JA .spPPzIkYjj024FZcGckd {
|
|
621
|
-
font-size: 20px;
|
|
622
|
-
padding-left: 12px;
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
/*!***************************************************************************************************************************************************************!*\
|
|
626
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Switch/styles.module.scss ***!
|
|
627
|
-
\***************************************************************************************************************************************************************/
|
|
628
|
-
.gER2xKwlnobsIz4BLhGJ {
|
|
629
|
-
background-color: var(--color-grey) !important;
|
|
630
|
-
}
|
|
631
|
-
.gER2xKwlnobsIz4BLhGJ[aria-checked=true] {
|
|
632
|
-
background: var(--color-orange) !important;
|
|
633
|
-
}
|
|
634
|
-
/*!*****************************************************************************************************************************************************************!*\
|
|
635
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/styles.module.scss ***!
|
|
636
|
-
\*****************************************************************************************************************************************************************/
|
|
637
|
-
.lOKzfPUFf3ukLT2wGZaY {
|
|
638
|
-
display: grid;
|
|
639
|
-
grid-template-columns: 300px auto;
|
|
640
|
-
gap: 16px;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.OIrZOBn2f036M5MGzc61,
|
|
644
|
-
.adDQP_uvIYgNFVC4VdHj {
|
|
645
|
-
background: white;
|
|
646
|
-
padding: 20px;
|
|
647
|
-
overflow: auto;
|
|
648
|
-
}
|
|
649
|
-
/*!*********************************************************************************************************************************************************************************!*\
|
|
650
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/CategorySidebar/styles.module.scss ***!
|
|
651
|
-
\*********************************************************************************************************************************************************************************/
|
|
652
|
-
.yBjbWkudwA_AOwhHrnlc .ant-tree-title {
|
|
653
|
-
font-weight: var(--font-weight-semibold);
|
|
654
|
-
}
|
|
655
|
-
.yBjbWkudwA_AOwhHrnlc button {
|
|
656
|
-
margin-top: 32px;
|
|
657
|
-
width: 100%;
|
|
658
|
-
}
|
|
659
|
-
.yBjbWkudwA_AOwhHrnlc button:nth-child(3) {
|
|
660
|
-
margin-top: 12px;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
.je000VEfsPqZupGr8ymu {
|
|
664
|
-
font-size: var(--font-size-body-4);
|
|
665
|
-
font-weight: 600;
|
|
666
|
-
line-height: 100%;
|
|
667
|
-
color: var(--color-blue);
|
|
668
|
-
text-transform: uppercase;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
.tUDGWNXopUejF6zWJloy {
|
|
672
|
-
margin-top: 20px;
|
|
673
|
-
}
|
|
674
|
-
/*!*********************************************************************************************************************************************************************************!*\
|
|
675
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Questions/SingleQuestion/styles.module.scss ***!
|
|
676
|
-
\*********************************************************************************************************************************************************************************/
|
|
677
|
-
.O0Juh2loT1HHb612gOA4 .ant-form-item {
|
|
678
|
-
margin-bottom: 0;
|
|
679
|
-
}
|
|
680
|
-
.O0Juh2loT1HHb612gOA4 .ant-space {
|
|
681
|
-
display: flex;
|
|
682
|
-
flex-direction: column;
|
|
683
|
-
gap: 12px;
|
|
684
|
-
border-bottom: 1px solid var(--color-blue);
|
|
685
|
-
padding: 16px 10px;
|
|
686
|
-
}
|
|
687
|
-
.O0Juh2loT1HHb612gOA4 .ant-space-item {
|
|
688
|
-
width: 100%;
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
.hg7oiINfKCZSUt6dEq4A {
|
|
692
|
-
display: none;
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
.BAso_dbeoowN7VtxWiKx {
|
|
696
|
-
display: grid;
|
|
697
|
-
grid-template-columns: minmax(18px, auto) 1fr 90px;
|
|
698
|
-
gap: 20px;
|
|
699
|
-
color: var(--color-black);
|
|
700
|
-
font-size: var(--font-size-body-4);
|
|
701
|
-
line-height: 100%;
|
|
702
|
-
font-weight: var(--font-weight-medium);
|
|
703
|
-
align-items: center;
|
|
704
|
-
}
|
|
705
|
-
|
|
706
|
-
.qg_bZXG9dQdJvLBRGuqw {
|
|
707
|
-
display: grid;
|
|
708
|
-
grid-template-columns: minmax(18px, auto) 1fr 90px;
|
|
709
|
-
gap: 20px;
|
|
710
|
-
color: var(--color-grey-dark);
|
|
711
|
-
font-size: var(--font-size-body-3);
|
|
712
|
-
align-items: center;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
.y8UJFmCyGQzEQk4XjnI9 {
|
|
716
|
-
display: none;
|
|
717
|
-
}
|
|
718
|
-
|
|
719
|
-
.kknDal3CIbUXI7Lu2wPV {
|
|
720
|
-
display: flex;
|
|
721
|
-
align-items: center;
|
|
722
|
-
justify-content: flex-start;
|
|
723
|
-
gap: 20px;
|
|
724
|
-
}
|
|
725
|
-
|
|
726
|
-
.upuPapYjj1uGowukEEIi {
|
|
727
|
-
display: none;
|
|
728
|
-
align-items: center;
|
|
729
|
-
justify-content: center;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
.KfrJPVKxY4b6bmXeJL5U {
|
|
733
|
-
display: flex;
|
|
734
|
-
align-items: center;
|
|
735
|
-
justify-content: center;
|
|
736
|
-
gap: 16px;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
.zRPlv7rfSSACHPLZLs16,
|
|
740
|
-
.EHyxN8DmDHOLkQDROSV5,
|
|
741
|
-
.NLIlnBPfo09cpWYzpZ_J {
|
|
742
|
-
font-size: var(--font-size-body-5);
|
|
743
|
-
cursor: pointer;
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
.AHIc83P7PkYUr3no83sO {
|
|
747
|
-
margin-top: 24px;
|
|
748
|
-
}
|
|
749
|
-
/*!*********************************************************************************************************************************************************************************!*\
|
|
750
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/Category/CategoryContent/styles.module.scss ***!
|
|
751
|
-
\*********************************************************************************************************************************************************************************/
|
|
752
|
-
.vw302ajYc4_7bIROncyM {
|
|
753
|
-
font-size: var(--font-size-body-4);
|
|
754
|
-
font-weight: 600;
|
|
755
|
-
line-height: 100%;
|
|
756
|
-
color: var(--color-blue);
|
|
757
|
-
text-transform: uppercase;
|
|
758
|
-
margin-bottom: 32px;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
.DrsaZTs1Ny6wZ76RwDR9 {
|
|
762
|
-
font-size: var(--font-size-body-2);
|
|
763
|
-
color: var(--color-black);
|
|
764
|
-
font-weight: 700;
|
|
765
|
-
text-transform: uppercase;
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.HVSssNqaNxLcYT_1lxBL {
|
|
769
|
-
display: grid;
|
|
770
|
-
grid-template-columns: minmax(200px, 1fr) auto 1fr auto;
|
|
771
|
-
gap: 46px;
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
.ACPbYsV0wNkissVLHcFh {
|
|
775
|
-
margin-top: 16px;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
Label {
|
|
779
|
-
margin-bottom: 8px;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.g19LZsD26yzPPjBtV31w .ant-select {
|
|
783
|
-
width: 100%;
|
|
784
|
-
}
|
|
785
|
-
.g19LZsD26yzPPjBtV31w .ant-select-selector {
|
|
786
|
-
border-color: rgba(var(--color-black-rgb), 0.5) !important;
|
|
787
|
-
height: 50px !important;
|
|
788
|
-
display: flex;
|
|
789
|
-
align-items: center;
|
|
790
|
-
}
|
|
791
|
-
.g19LZsD26yzPPjBtV31w .ant-select-arrow {
|
|
792
|
-
color: var(--color-black);
|
|
793
|
-
}
|
|
794
|
-
.g19LZsD26yzPPjBtV31w .ant-switch {
|
|
795
|
-
width: 30px;
|
|
796
|
-
}
|
|
797
|
-
/*!**********************************************************************************************************************************************************************!*\
|
|
798
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/DatePickerTag/styles.module.scss ***!
|
|
799
|
-
\**********************************************************************************************************************************************************************/
|
|
800
|
-
.j8_c3JHTX0JOkT36fF6A {
|
|
801
|
-
contain: inline-size;
|
|
802
|
-
}
|
|
803
|
-
.j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG {
|
|
804
|
-
height: 50px;
|
|
805
|
-
width: 300px;
|
|
806
|
-
}
|
|
807
|
-
@media (min-width: 1024px) {
|
|
808
|
-
.j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG {
|
|
809
|
-
width: 450px;
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .ant-tag {
|
|
813
|
-
background-color: var(--color-orange);
|
|
814
|
-
color: var(--color-white);
|
|
815
|
-
padding: 6px 16px;
|
|
816
|
-
max-width: 240px;
|
|
817
|
-
}
|
|
818
|
-
.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close {
|
|
819
|
-
color: var(--color-white);
|
|
820
|
-
font-size: 12px;
|
|
821
|
-
}
|
|
822
|
-
.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close:hover {
|
|
823
|
-
color: var(--color-black);
|
|
824
|
-
}
|
|
825
|
-
/*!*********************************************************************************************************************************************************************!*\
|
|
826
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/AnalyticsBar/styles.module.scss ***!
|
|
827
|
-
\*********************************************************************************************************************************************************************/
|
|
828
|
-
.BWmwZ5nFKyctBZyOAXzg {
|
|
829
|
-
width: 100%;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
.GWTSauaAl_v9W8o4YPxW {
|
|
833
|
-
background: rgba(44, 45, 46, 0.0509803922);
|
|
834
|
-
height: 100%;
|
|
835
|
-
position: relative;
|
|
836
|
-
}
|
|
837
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-light {
|
|
838
|
-
background-color: transparent !important;
|
|
839
|
-
border-inline-end: none !important;
|
|
840
|
-
}
|
|
841
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-title-content {
|
|
842
|
-
font-size: 17px;
|
|
843
|
-
line-height: 20px;
|
|
844
|
-
font-weight: var(--font-weight-semibold);
|
|
845
|
-
}
|
|
846
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-title-content:hover {
|
|
847
|
-
color: var(--color-orange);
|
|
848
|
-
}
|
|
849
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-title-content {
|
|
850
|
-
font-size: 15px;
|
|
851
|
-
line-height: 18px;
|
|
852
|
-
font-weight: var(--font-weight-medium);
|
|
853
|
-
}
|
|
854
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item {
|
|
855
|
-
height: 30px;
|
|
856
|
-
line-height: 30px;
|
|
857
|
-
}
|
|
858
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item:first-child {
|
|
859
|
-
margin-top: -10px;
|
|
860
|
-
}
|
|
861
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu {
|
|
862
|
-
border-top: 1px solid var(--color-orange);
|
|
863
|
-
border-radius: 0;
|
|
864
|
-
}
|
|
865
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-item:hover {
|
|
866
|
-
background-color: initial !important;
|
|
867
|
-
}
|
|
868
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-item-selected,
|
|
869
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-selected > .ant-menu-submenu-title {
|
|
870
|
-
color: var(--color-orange);
|
|
871
|
-
background-color: initial;
|
|
872
|
-
}
|
|
873
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-inline .ant-menu-sub.ant-menu-inline {
|
|
874
|
-
background: initial;
|
|
875
|
-
}
|
|
876
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title {
|
|
877
|
-
height: 50px !important;
|
|
878
|
-
line-height: 50px !important;
|
|
879
|
-
}
|
|
880
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title:hover {
|
|
881
|
-
background-color: initial !important;
|
|
882
|
-
}
|
|
883
|
-
.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title .anticon {
|
|
884
|
-
color: var(--color-orange);
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
.hWGer1IJ7RdkfQWwYfsw {
|
|
888
|
-
position: absolute;
|
|
889
|
-
top: 24px;
|
|
890
|
-
left: 24px;
|
|
891
|
-
right: 24px;
|
|
892
|
-
height: 144px;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.MD1FhirslDDwd2izGwai {
|
|
896
|
-
font-size: var(--font-size-body-2);
|
|
897
|
-
line-height: 14px;
|
|
898
|
-
font-weight: var(--font-weight-light);
|
|
899
|
-
display: inline-block;
|
|
900
|
-
padding: 12px;
|
|
901
|
-
cursor: pointer;
|
|
902
|
-
position: absolute;
|
|
903
|
-
right: 0;
|
|
904
|
-
top: 60px;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
.RxGn4c38kNq8Ai4ypW_x {
|
|
908
|
-
position: absolute;
|
|
909
|
-
top: 144px;
|
|
910
|
-
left: 24px;
|
|
911
|
-
right: 24px;
|
|
912
|
-
bottom: 0;
|
|
913
|
-
overflow-y: auto;
|
|
914
|
-
overflow-x: hidden;
|
|
915
|
-
padding-bottom: 24px;
|
|
916
|
-
}
|
|
917
|
-
/*!*************************************************************************************************************************************************************************!*\
|
|
918
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CategoryResponse/styles.module.scss ***!
|
|
919
|
-
\*************************************************************************************************************************************************************************/
|
|
920
|
-
.rdjN4ln3xiUoa6Q0NMMm {
|
|
921
|
-
display: flex;
|
|
922
|
-
flex-direction: column;
|
|
923
|
-
gap: 16px;
|
|
924
|
-
height: 100%;
|
|
925
|
-
}
|
|
926
|
-
@media (min-width: 600px) {
|
|
927
|
-
.rdjN4ln3xiUoa6Q0NMMm {
|
|
928
|
-
display: grid;
|
|
929
|
-
grid-template-columns: 220px auto;
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
@media (min-width: 768px) {
|
|
933
|
-
.rdjN4ln3xiUoa6Q0NMMm {
|
|
934
|
-
grid-template-columns: 300px auto;
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.Q4flbvKEPN6Jx9Cob22I {
|
|
939
|
-
background: #EBECED;
|
|
940
|
-
overflow: auto;
|
|
941
|
-
padding: 20px;
|
|
942
|
-
}
|
|
943
|
-
@media (max-width: 599px) {
|
|
944
|
-
.Q4flbvKEPN6Jx9Cob22I {
|
|
945
|
-
padding: 20px 20px 0 20px;
|
|
946
|
-
max-height: 80px;
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
|
|
950
|
-
.hK3soC6m563VuiLnNutq {
|
|
951
|
-
background: var(--color-white);
|
|
952
|
-
overflow: auto;
|
|
953
|
-
padding: 20px;
|
|
954
|
-
}
|
|
955
|
-
@media (max-width: 599px) {
|
|
956
|
-
.hK3soC6m563VuiLnNutq {
|
|
957
|
-
height: 100%;
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
|
|
961
|
-
.guqqOMHeZE56Bg2p5Ad8 {
|
|
962
|
-
font-size: var(--font-size-body-2);
|
|
963
|
-
color: var(--color-blue);
|
|
964
|
-
margin-bottom: 12px;
|
|
965
|
-
font-weight: var(--font-weight-semibold);
|
|
966
|
-
text-transform: uppercase;
|
|
967
|
-
}
|
|
968
|
-
@media (min-width: 768px) {
|
|
969
|
-
.guqqOMHeZE56Bg2p5Ad8 {
|
|
970
|
-
font-size: var(--font-size-body-4);
|
|
971
|
-
margin-bottom: 36px;
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
.wRCQxnQc_MZGDeiY1bcL {
|
|
976
|
-
padding-bottom: 15px;
|
|
977
|
-
font-weight: var(--font-weight-bold);
|
|
978
|
-
font-size: var(--font-size-body-2);
|
|
979
|
-
}
|
|
980
|
-
@media (min-width: 768px) {
|
|
981
|
-
.wRCQxnQc_MZGDeiY1bcL {
|
|
982
|
-
font-size: var(--font-size-body-4);
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
|
|
986
|
-
.JRmeFBsSP1f1HJwarMpc {
|
|
987
|
-
cursor: pointer;
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
.Y6yF3VITdrKdQzDtqTZX {
|
|
991
|
-
padding-left: 16px;
|
|
992
|
-
}
|
|
993
|
-
.Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
|
|
994
|
-
font-weight: var(--font-weight-semibold);
|
|
995
|
-
}
|
|
996
|
-
.Y6yF3VITdrKdQzDtqTZX .aKZCkmPsc0LiPdj3sEeG .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL {
|
|
997
|
-
font-weight: var(--font-weight-light);
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.aKZCkmPsc0LiPdj3sEeG {
|
|
1001
|
-
display: block;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
.U_3frSKmaOQyTCb9oBkg {
|
|
1005
|
-
color: var(--color-orange);
|
|
1006
|
-
}
|
|
1007
|
-
|
|
1008
|
-
.GEZDeWAneRLnZQyf4y9l {
|
|
1009
|
-
margin-bottom: 16px;
|
|
1010
|
-
}
|
|
1011
|
-
@media (min-width: 768px) {
|
|
1012
|
-
.GEZDeWAneRLnZQyf4y9l {
|
|
1013
|
-
margin-bottom: 24px;
|
|
1014
|
-
}
|
|
1015
|
-
}
|
|
1016
|
-
|
|
1017
|
-
.YcOvMLXE7vKR2Y0_BPRr {
|
|
1018
|
-
font-size: var(--font-size-body-3);
|
|
1019
|
-
color: var(--color-blue);
|
|
1020
|
-
font-weight: var(--font-weight-semibold);
|
|
1021
|
-
margin-bottom: 8px;
|
|
1022
|
-
}
|
|
1023
|
-
@media (min-width: 768px) {
|
|
1024
|
-
.YcOvMLXE7vKR2Y0_BPRr {
|
|
1025
|
-
font-size: var(--font-size-body-4);
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.vlMh_CCr45wbKV4fMhJx {
|
|
1030
|
-
font-size: var(--font-size-body-2);
|
|
1031
|
-
font-weight: var(--font-weight-light);
|
|
1032
|
-
color: var(--color-black);
|
|
1033
|
-
}
|
|
1034
|
-
@media (min-width: 768px) {
|
|
1035
|
-
.vlMh_CCr45wbKV4fMhJx {
|
|
1036
|
-
font-size: var(--font-size-body-3);
|
|
1037
|
-
}
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
.NZ_ohAxNxhxZsCBr2PRA {
|
|
1041
|
-
display: flex;
|
|
1042
|
-
flex-direction: row;
|
|
1043
|
-
gap: 12px;
|
|
1044
|
-
margin-bottom: 24px;
|
|
1045
|
-
}
|
|
1046
|
-
@media (min-width: 768px) {
|
|
1047
|
-
.NZ_ohAxNxhxZsCBr2PRA {
|
|
1048
|
-
margin-bottom: 36px;
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
.CArVrMs2ac6JvM1VGLSw {
|
|
1053
|
-
flex-direction: column;
|
|
1054
|
-
border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
|
|
1055
|
-
margin-bottom: 24px;
|
|
1056
|
-
}
|
|
1057
|
-
.CArVrMs2ac6JvM1VGLSw .OpqJ6gab6fPIq3KyckPO {
|
|
1058
|
-
width: 100%;
|
|
1059
|
-
border-bottom: none;
|
|
1060
|
-
}
|
|
1061
|
-
.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV {
|
|
1062
|
-
width: 100%;
|
|
1063
|
-
height: auto;
|
|
1064
|
-
}
|
|
1065
|
-
.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-input {
|
|
1066
|
-
min-height: 140px;
|
|
1067
|
-
}
|
|
1068
|
-
.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-form-item {
|
|
1069
|
-
margin-bottom: 16px;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.OpqJ6gab6fPIq3KyckPO {
|
|
1073
|
-
width: calc(100% - 112px);
|
|
1074
|
-
border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
.E9TXHxbgaI6LGMZHG9bV {
|
|
1078
|
-
width: 100px;
|
|
1079
|
-
height: 50px;
|
|
1080
|
-
align-self: flex-end;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.xdLvKgnXC4tm2aa6tAap {
|
|
1084
|
-
font-size: var(--font-size-body-2);
|
|
1085
|
-
font-weight: var(--font-weight-semibold);
|
|
1086
|
-
margin-bottom: 8px;
|
|
1087
|
-
}
|
|
1088
|
-
@media (min-width: 768px) {
|
|
1089
|
-
.xdLvKgnXC4tm2aa6tAap {
|
|
1090
|
-
font-size: var(--font-size-body-3);
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
.r5obiTduSUBq1uL7oceW {
|
|
1095
|
-
font-weight: var(--font-weight-light);
|
|
1096
|
-
margin-bottom: 4px;
|
|
1097
|
-
}
|
|
1098
|
-
/*!*****************************************************************************************************************************************************************!*\
|
|
1099
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/UserInfo/styles.module.scss ***!
|
|
1100
|
-
\*****************************************************************************************************************************************************************/
|
|
1101
|
-
.qaO99d3JMWSM8DLS1LvS {
|
|
1102
|
-
display: flex;
|
|
1103
|
-
flex-direction: column;
|
|
1104
|
-
background-color: var(--white-color);
|
|
1105
|
-
padding: 24px;
|
|
1106
|
-
color: var(--color-black);
|
|
1107
|
-
width: 150px;
|
|
1108
|
-
word-wrap: break-word;
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
.G3bzjyAQXu8uaFGhNMLG {
|
|
1112
|
-
width: 150px;
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
.Zv6hI_F5yvuBDnPK8u2C {
|
|
1116
|
-
color: var(--color-blue) !important;
|
|
1117
|
-
font-size: var(--font-size-body-5);
|
|
1118
|
-
font-weight: var(--font-weight-bold);
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
.JxTKMPM3nEvZB42uuV1e {
|
|
1122
|
-
font-weight: var(--font-weight-semibold);
|
|
1123
|
-
font-size: var(--font-size-label);
|
|
1124
|
-
margin-top: 0px;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
.JKKhO8apIWdMp0JLU0iD {
|
|
1128
|
-
font-weight: var(--font-weight-bold);
|
|
1129
|
-
font-size: var(--font-size-body-base);
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
.GqgjW40ocDFW4xi4Mszm {
|
|
1133
|
-
font-weight: var(--font-weight-regular);
|
|
1134
|
-
font-size: var(--font-size-label);
|
|
1135
|
-
}
|
|
1136
|
-
/*!*************************************************************************************************************************************************************************!*\
|
|
1137
|
-
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/components/CategoryReadOnly/styles.module.scss ***!
|
|
1138
|
-
\*************************************************************************************************************************************************************************/
|
|
1139
|
-
.zsvRMmfrmqBj9iRjtQpO {
|
|
1140
|
-
display: grid;
|
|
1141
|
-
grid-template-columns: 300px auto;
|
|
1142
|
-
gap: 16px;
|
|
1143
|
-
height: 100%;
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
.pb4QP8qfuDG2T6wfXkUC {
|
|
1147
|
-
overflow: auto;
|
|
1148
|
-
background: #EBECED;
|
|
1149
|
-
}
|
|
1150
|
-
|
|
1151
|
-
.gP05vt1R1r67eWteznvr {
|
|
1152
|
-
overflow: auto;
|
|
1153
|
-
background: var(--color-white);
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
.pb4QP8qfuDG2T6wfXkUC,
|
|
1157
|
-
.gP05vt1R1r67eWteznvr {
|
|
1158
|
-
padding: 20px;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.btRPAI8631Q2XXYP6nZ7 {
|
|
1162
|
-
font-size: var(--font-size-body-4);
|
|
1163
|
-
color: var(--color-blue);
|
|
1164
|
-
margin-bottom: 36px;
|
|
1165
|
-
font-weight: var(--font-weight-semibold);
|
|
1166
|
-
text-transform: uppercase;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
.SbA9dHRh1JSG4xp1Aqie {
|
|
1170
|
-
padding-bottom: 15px;
|
|
1171
|
-
font-weight: var(--font-weight-bold);
|
|
1172
|
-
font-size: var(--font-size-body-4);
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
.ZsQJQ__gMgYGYau95r8U {
|
|
1176
|
-
cursor: pointer;
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
.PPF4FGgo1aDsBm13cNj8 {
|
|
1180
|
-
padding-left: 16px;
|
|
1181
|
-
}
|
|
1182
|
-
.PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie {
|
|
1183
|
-
font-weight: var(--font-weight-semibold);
|
|
1184
|
-
}
|
|
1185
|
-
.PPF4FGgo1aDsBm13cNj8 .QEsWraNRLBQux4k4KNAE .PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie {
|
|
1186
|
-
font-weight: var(--font-weight-light);
|
|
1187
|
-
}
|
|
1188
|
-
|
|
1189
|
-
.QEsWraNRLBQux4k4KNAE {
|
|
1190
|
-
display: block;
|
|
1191
|
-
}
|
|
1192
|
-
|
|
1193
|
-
.VQ09MnwMcIzpW1iabb4A {
|
|
1194
|
-
color: var(--color-orange);
|
|
1195
|
-
}
|
|
1196
|
-
|
|
1197
|
-
.cmcMqdZJEUjlu34ag1Md {
|
|
1198
|
-
margin-bottom: 32px;
|
|
1199
|
-
display: flex;
|
|
1200
|
-
justify-content: space-between;
|
|
1201
|
-
align-items: center;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
.i_U4mKg0Sxl4EvVzgv0L {
|
|
1205
|
-
font-size: var(--font-size-body-4);
|
|
1206
|
-
color: var(--color-blue);
|
|
1207
|
-
font-weight: var(--font-weight-semibold);
|
|
1208
|
-
margin-bottom: 8px;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
.Tnut0v2OeSU0e7XwrCXI {
|
|
1212
|
-
font-size: var(--font-size-body-3);
|
|
1213
|
-
font-weight: var(--font-weight-light);
|
|
1214
|
-
color: var(--color-black);
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
.W2hZQFsItdqKPcBu4UrA {
|
|
1218
|
-
display: flex;
|
|
1219
|
-
flex-direction: row;
|
|
1220
|
-
gap: 36px;
|
|
1221
|
-
margin-bottom: 36px;
|
|
1222
|
-
border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
|
|
1223
|
-
padding-bottom: 4px;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.tIVLagS5XxibJ4PBCNpp {
|
|
1227
|
-
flex-direction: column;
|
|
1228
|
-
border-bottom: 1px solid rgba(var(--color-blue-rgb), 0.2);
|
|
1229
|
-
margin-bottom: 24px;
|
|
1230
|
-
}
|
|
1231
|
-
.tIVLagS5XxibJ4PBCNpp .RenA6EOwu2sFJGoqYbYz {
|
|
1232
|
-
width: 100%;
|
|
1233
|
-
border-bottom: none;
|
|
1234
|
-
}
|
|
1235
|
-
.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 {
|
|
1236
|
-
width: 100%;
|
|
1237
|
-
height: auto;
|
|
1238
|
-
}
|
|
1239
|
-
.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-input {
|
|
1240
|
-
min-height: 140px;
|
|
1241
|
-
}
|
|
1242
|
-
.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-form-item {
|
|
1243
|
-
margin-bottom: 16px;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
.RenA6EOwu2sFJGoqYbYz {
|
|
1247
|
-
width: calc(100% - 149px);
|
|
1248
|
-
display: flex;
|
|
1249
|
-
align-items: center;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
.N0_FbFF8bLYtEcr8_2B9 {
|
|
1253
|
-
width: 130px;
|
|
1254
|
-
min-width: 130px;
|
|
1255
|
-
align-self: flex-end;
|
|
1256
|
-
display: flex;
|
|
1257
|
-
justify-content: space-between;
|
|
1258
|
-
padding-right: 15px;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.GaBbmrXh2G03hz6ha5vB {
|
|
1262
|
-
display: none;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.QYrBVtDmfSFNxJFztXVl {
|
|
1266
|
-
width: 130px;
|
|
1267
|
-
min-width: 130px;
|
|
1268
|
-
align-self: flex-end;
|
|
1269
|
-
display: flex;
|
|
1270
|
-
justify-content: space-between;
|
|
1271
|
-
gap: 34px;
|
|
1272
|
-
}
|
|
1273
|
-
|
|
1274
|
-
.V_qOYQwuQ9mXa8aniYgl {
|
|
1275
|
-
font-size: var(--font-size-body-3);
|
|
1276
|
-
font-weight: var(--font-weight-medium);
|
|
1277
|
-
}
|
|
1278
|
-
|
|
1279
|
-
.pvSzNydRHp3dkh3WrOeA {
|
|
1280
|
-
font-weight: var(--font-weight-light);
|
|
1281
|
-
margin-bottom: 4px;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.Ehgx39o1k8blh7IDJ2mg {
|
|
1285
|
-
padding: 6px;
|
|
1286
|
-
font-size: var(--font-size-body-4);
|
|
1287
|
-
font-weight: var(--font-weight-medium);
|
|
1288
|
-
color: var(--color-white);
|
|
1289
|
-
border-radius: 5px;
|
|
1290
|
-
display: inline-flex;
|
|
1291
|
-
letter-spacing: 3px;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
.ifR0bkZtK7yVHD6YZ_Zz {
|
|
1295
|
-
background-color: rgba(217, 217, 217, 0.5);
|
|
1296
|
-
border-radius: 5px;
|
|
1297
|
-
padding: 8px 15px;
|
|
1298
|
-
display: flex;
|
|
1299
|
-
flex-direction: row;
|
|
1300
|
-
gap: 50px;
|
|
1301
|
-
align-items: center;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
.NL5HeemkTIg0oPHDXVtO {
|
|
1305
|
-
font-size: var(--font-size-body-3);
|
|
1306
|
-
font-weight: var(--font-weight-medium);
|
|
1307
|
-
color: var(--color-black);
|
|
1308
|
-
}
|
|
1
|
+
.lCPh1mJwiXUUOgmbv_mk{padding:12px 24px;border-radius:4px;min-width:170px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;text-decoration:none;border:none;font-size:14px;line-height:16.8px;font-weight:700;font-family:"Silka",sans-serif;background-color:var(--button-default-background);color:var(--button-default-text-color)}@media(max-width: 767px){.lCPh1mJwiXUUOgmbv_mk{min-width:0px}}.lCPh1mJwiXUUOgmbv_mk:hover{background-color:var(--button-default-background-hover-color);color:var(--button-default-text-hover-color) !important}.lCPh1mJwiXUUOgmbv_mk:focus,.lCPh1mJwiXUUOgmbv_mk:active,.lCPh1mJwiXUUOgmbv_mk:focus:active{background-color:var(--button-default-background-focus-color);color:var(--button-default-text-focus-color)}.lCPh1mJwiXUUOgmbv_mk:disabled,.lCPh1mJwiXUUOgmbv_mk.vwrGv_jOJcIvImjzKZNv{background-color:var(--button-disabled-background-color);color:var(--button-disabled-default-text-color);pointer-events:none}.PYUelyvKNnKRxaBMgCyk{flex-direction:row-reverse;gap:5px}.edzSVcT9ajLWxd6QfVI1{background-color:var(--button-style-1-background);color:var(--button-style-1-text-color)}.edzSVcT9ajLWxd6QfVI1:hover{background-color:var(--button-style-1-background-hover-color);color:var(--button-style-1-text-hover-color) !important}.edzSVcT9ajLWxd6QfVI1:focus,.edzSVcT9ajLWxd6QfVI1:active,.edzSVcT9ajLWxd6QfVI1:focus:active{background-color:var(--button-style-1-background-focus-color);color:var(--button-style-1-text-focus-color)}.edzSVcT9ajLWxd6QfVI1:disabled,.edzSVcT9ajLWxd6QfVI1.vwrGv_jOJcIvImjzKZNv{background-color:var(--button-disabled-background-color);color:var(--button-disabled-default-text-color);pointer-events:none}
|
|
2
|
+
.UxfXOleP69PjM5rFOMTD{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;justify-items:center !important;align-items:center !important;height:75px !important;gap:0 24px !important;position:relative !important;padding:0px !important}@media(max-width: 767px){.UxfXOleP69PjM5rFOMTD .UxfXOleP69PjM5rFOMTD{grid-template-columns:1fr}.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca,.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S{justify-self:center}.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS{text-align:center}.UxfXOleP69PjM5rFOMTD .DhO9jcXNunsWq22jXuJJ{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS{font-size:var(--font-size-body-3);font-weight:var(--font-weight-semibold);text-transform:uppercase}@media(min-width: 768px){.UxfXOleP69PjM5rFOMTD .LzcTbjk0fp70tXlKd3eS{font-size:var(--font-size-body-4)}}.UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc{align-self:center}@media(max-width: 768px){.UxfXOleP69PjM5rFOMTD .gn06XRZhFG00HaVjAqNc{position:unset !important;top:unset !important;margin:unset !important;left:unset !important;right:unset !important;text-align:unset !important}}.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca{justify-self:start}@media(max-width: 767px){.UxfXOleP69PjM5rFOMTD .UK3esJZjnri5Jb9Jxcca .ant-btn span:not([role=img]){display:none}}.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S{justify-self:end}@media(max-width: 767px){.UxfXOleP69PjM5rFOMTD .U5tZ7kRlrIHUKsuduD1S .ant-btn span:not([role=img]){display:none}}
|
|
3
|
+
.ii1Ag3GTfp8unGCe48A0{display:inline-flex;text-decoration:none;height:auto;color:var(--color-black);font-size:var(--font-size-body-3);line-height:100%;font-weight:300;font-style:var(--font-style-italic)}.L9ncGwaItcjHJBLuwrKb{color:var(--color-orange);font-style:var(--font-style-normal)}.Yrb4eAglcF7FedoEB9AH span:nth-child(2){margin-inline-end:8px;margin-inline-start:0;order:-1}
|
|
4
|
+
.GhX1oPovx60SBqLAcIRO{border-color:rgba(var(--color-black-rgb), 0.5);height:50px;font-size:var(--font-size-body-3);line-height:100%;color:var(--color-black);border-radius:5px}
|
|
5
|
+
._ox_QPqUHev1INeaUhs7 .ant-select-selector{border-color:rgba(var(--color-black-rgb), 0.5) !important;height:50px !important;display:flex;align-items:center}._ox_QPqUHev1INeaUhs7 .ant-select-arrow{color:var(--color-black)}
|
|
6
|
+
.bisuiYUGnAaj47TMXXcY{display:flex !important}
|
|
7
|
+
.YPXf1KvhUKPvYzjuCpbK{display:block;color:var(--color-black);text-transform:capitalize;font-size:var(--font-size-body-base);line-height:125%;font-weight:var(--font-weight-semibold)}.YPXf1KvhUKPvYzjuCpbK:not(:first-child){margin-top:8px}.ExPJyFK95xTcgtx9cRbg{text-transform:uppercase}
|
|
8
|
+
.EBnBgAHgtsQFrDoso9Dw{background-color:var(--color-orange);height:1px;border:none}.FLVlQ5eFtNDkCl4IcIIx{opacity:50%}.L2HU9MLCi6B1ZsJyWfp9{background-color:var(--color-blue)}.MQcBac9Gnb9D2ONENY8Q{margin:8px 0}.tdvYp9O5RnLEsNa3E_wz{margin:16px 0}.hWWGCDnwP_ROWFDlyVxe{margin:24px 0}
|
|
9
|
+
.pwZdBKCECvzAH92fQDTI{display:flex;flex-wrap:wrap;flex-direction:column}.pwZdBKCECvzAH92fQDTI .ant-table-thead>tr>th{background-color:rgba(0,0,0,0);border:0px;color:var(--color-blue)}.pwZdBKCECvzAH92fQDTI .ant-table-thead>tr>th:before{display:none}.pwZdBKCECvzAH92fQDTI .ant-table-tbody>tr{cursor:pointer}.pwZdBKCECvzAH92fQDTI .ant-table-tbody>tr:last-child>td{border-bottom:1px solid var(--color-grey-light) !important}.pwZdBKCECvzAH92fQDTI .ant-table-tbody>tr:first-child>td{border-top:1px solid var(--color-blue) !important}.pwZdBKCECvzAH92fQDTI .ant-table-tbody>tr:hover td{border-radius:0 !important;border-bottom-color:var(--color-grey-light) !important}.pwZdBKCECvzAH92fQDTI .ant-space{align-self:flex-end}.pwZdBKCECvzAH92fQDTI .ant-select-selection-placeholder{color:var(--color-black)}.pwZdBKCECvzAH92fQDTI .ant-select-selector,.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search{border:none !important;box-shadow:none !important}.pwZdBKCECvzAH92fQDTI .ant-select-selector:focus,.pwZdBKCECvzAH92fQDTI .ant-select-selector:hover,.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:focus,.pwZdBKCECvzAH92fQDTI .ant-select-focused .ant-select-selection-search:hover{border:none !important;box-shadow:none !important}.pwZdBKCECvzAH92fQDTI .ant-pagination{max-width:calc(100% - 200px);margin-left:auto !important}.pwZdBKCECvzAH92fQDTI button[type=button].ant-pagination-item-link{margin-top:0 !important}.pwZdBKCECvzAH92fQDTI button[type=button]{margin-top:-50px}
|
|
10
|
+
.yhGDUJJiYhqjPCJgNdjI{contain:inline-size}.LEywos4xlf3LV6eEFLFv{height:50px;display:flex;align-items:center;gap:12px;padding:16px;margin-inline-end:0}.LEywos4xlf3LV6eEFLFv .ant-input{height:50px;padding-left:40px}.VhQgSZHBi1swQZeQePfL{height:50px}.Hfh5KLg4Y_g44Ajhx9aV .ant-tag{background-color:var(--color-orange);color:var(--color-white);padding:6px 16px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;padding-right:24px;min-height:34px}.Hfh5KLg4Y_g44Ajhx9aV .anticon-close{color:var(--color-white);font-size:12px;position:absolute;right:4px;top:10px}.Hfh5KLg4Y_g44Ajhx9aV .anticon-close:hover{color:var(--color-black)}.yhGDUJJiYhqjPCJgNdjI .Gj9zvBh4toFNL6uoWOIk{display:flex;gap:12px}.yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL{display:flex;flex-direction:row;gap:12px;font-family:"SilkaBold";text-decoration:underline}.yhGDUJJiYhqjPCJgNdjI .BvTiplJPlDM4ob_yobaL div{cursor:pointer}
|
|
11
|
+
.vdTO5pKaLXA2FdyblLq5{border-color:rgba(var(--color-black-rgb), 0.5)}
|
|
12
|
+
.e3BZiSKkbgvekUOREMi6{font-weight:var(--font-weight-medium);font-size:var(--font-size-body-3);margin-right:44px;margin-top:18px}.e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner{border-color:var(--color-black)}.e3BZiSKkbgvekUOREMi6 .ant-radio-checked .ant-radio-inner:after{background-color:var(--color-black)}.e3BZiSKkbgvekUOREMi6 .ant-radio-checked:hover .ant-radio-inner:after{background-color:var(--color-orange)}.e3BZiSKkbgvekUOREMi6 .ant-radio:hover .ant-radio-inner{border-color:var(--color-orange)}
|
|
13
|
+
.D8zh2JqbXPRwa7HPZoou{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:0 16px;background-color:var(--color-black);position:fixed;bottom:0;width:100%;padding:12px 24px;font-size:var(--font-size-body-1);color:var(--color-grey-light);height:60px;flex-direction:row;text-align:left;box-sizing:border-box}.D8zh2JqbXPRwa7HPZoou .rLcS8I6I0aB1gd6Ro7Ix{color:var(--grey2);width:100%;margin-bottom:4px}.D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH{margin-left:8px}.D8zh2JqbXPRwa7HPZoou .XVFO_EVWpXwEwbcS7OwM,.D8zh2JqbXPRwa7HPZoou .I18ixqhkBJrOHeIm9ELH{display:inline-block}.D8zh2JqbXPRwa7HPZoou .Ch59mk3ENKwL_xUV4kwI{height:25px;align-self:flex-end}
|
|
14
|
+
.yBVWvA0RtFgQb0zg7Zha .ant-modal-close{width:auto;color:var(--button-default-background)}.yBVWvA0RtFgQb0zg7Zha .ant-modal-close:hover{background-color:rgba(0,0,0,0);color:var(--button-default-background-hover-color)}.yBVWvA0RtFgQb0zg7Zha .ant-modal-content{padding:36px 24px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}@media(min-width: 742px){.yBVWvA0RtFgQb0zg7Zha .ant-modal-content{padding:64px}}.yBVWvA0RtFgQb0zg7Zha .bIn9Tnsli5FWDJmVQ47h:hover .hAGMAlh5JyPDAiKMfgws{color:red}.yBVWvA0RtFgQb0zg7Zha .hAGMAlh5JyPDAiKMfgws{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;color:inherit;font-size:var(--font-size-body-3);line-height:100%;font-weight:var(--font-weight-light);text-transform:capitalize;letter-spacing:.6px}.yBVWvA0RtFgQb0zg7Zha .IEpOAjgZyRyE5md9cZvT{color:var(--color-blue);font-weight:var(--font-weight-semibold);font-size:var(--font-size-body-6);line-height:100%}.yBVWvA0RtFgQb0zg7Zha .iHFpZ9nbZF0FARnRj310{color:var(--color-black);font-size:var(--font-size-body-4);margin:12px 0 24px 0;padding:0}
|
|
15
|
+
.bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa{pointer-events:none;position:relative}.bMNL7jiNu8_mW6dwEyoS.luQHokN_GXPiYlWneKVa:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-white-rgb), 0.6);z-index:9999999}.bMNL7jiNu8_mW6dwEyoS .ant-modal-close{width:auto;color:var(--button-default-background)}.bMNL7jiNu8_mW6dwEyoS .ant-modal-close:hover{background-color:rgba(0,0,0,0);color:var(--button-default-background-hover-color)}.bMNL7jiNu8_mW6dwEyoS .ant-modal-content{padding:36px 24px;display:flex;justify-content:center;flex-direction:column;text-align:center}@media(min-width: 742px){.bMNL7jiNu8_mW6dwEyoS .ant-modal-content{padding:32px}}.bMNL7jiNu8_mW6dwEyoS .ant-modal-body{width:100%;padding-top:24px}.bMNL7jiNu8_mW6dwEyoS .ant-modal-footer button{margin-left:auto}.bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:8px;color:inherit;font-size:var(--font-size-body-3);line-height:100%;font-weight:var(--font-weight-light);text-transform:capitalize;letter-spacing:.6px;justify-self:flex-end}.bMNL7jiNu8_mW6dwEyoS .WCOz4jFqbuSsRmxOc2Dq>p{padding:0;margin:0}.bMNL7jiNu8_mW6dwEyoS .mt484L3ogFPJIZmEQ8q_{max-width:640px;text-align:left}
|
|
16
|
+
.x_X2axa502qG690LM5DM{width:300px;max-width:300px;height:100%;background-color:var(--color-white);padding:24px;position:relative;transition:var(--transition-fast);overflow:hidden}.iEepDtDljm_PdBbkR3JA{max-width:100px;width:100px;overflow:hidden}.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5{font-size:0;transition:0;padding-left:42px}.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5:first-letter{font-size:var(--font-size-body-4)}.iEepDtDljm_PdBbkR3JA .spPPzIkYjj024FZcGckd{font-size:24px;padding-left:35px}.dcC_pqHYFgU16huYkWP5{color:var(--color-black);padding:16px;font-weight:var(--font-weight-semibold);text-transform:uppercase;position:relative;white-space:nowrap;cursor:pointer}.dcC_pqHYFgU16huYkWP5:after{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:var(--color-orange);transform:scaleY(0.5)}.MVw3JKiEvATmRxAAyFA8{color:var(--color-orange) !important}.ULIAFOHHnjA6viVps4dE{position:absolute;top:12px;right:24px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;z-index:1;cursor:pointer}.ULIAFOHHnjA6viVps4dE>*{font-size:var(--font-size-body-5)}.PxCQRuiQJ_ybUIGB2l5f{margin-top:8px;padding-left:16px}.N7GunVO7DCC1e16M_hkm{color:var(--color-black);padding:8px;margin-top:8px;font-weight:var(--font-weight-semibold);cursor:pointer}@media(max-width: 768px){.x_X2axa502qG690LM5DM{width:50px;max-width:50px;padding:12px}.iEepDtDljm_PdBbkR3JA .dcC_pqHYFgU16huYkWP5{padding:12px 12px 12px 16px}.iEepDtDljm_PdBbkR3JA .spPPzIkYjj024FZcGckd{font-size:20px;padding-left:12px}}
|
|
17
|
+
.gER2xKwlnobsIz4BLhGJ{background-color:var(--color-grey) !important}.gER2xKwlnobsIz4BLhGJ[aria-checked=true]{background:var(--color-orange) !important}
|
|
18
|
+
.lOKzfPUFf3ukLT2wGZaY{display:grid;grid-template-columns:300px auto;gap:16px}.OIrZOBn2f036M5MGzc61,.adDQP_uvIYgNFVC4VdHj{background:#fff;padding:20px;overflow:auto}
|
|
19
|
+
.yBjbWkudwA_AOwhHrnlc .ant-tree-title{font-weight:var(--font-weight-semibold)}.yBjbWkudwA_AOwhHrnlc button{margin-top:32px;width:100%}.yBjbWkudwA_AOwhHrnlc button:nth-child(3){margin-top:12px}.je000VEfsPqZupGr8ymu{font-size:var(--font-size-body-4);font-weight:600;line-height:100%;color:var(--color-blue);text-transform:uppercase}.tUDGWNXopUejF6zWJloy{margin-top:20px}
|
|
20
|
+
.O0Juh2loT1HHb612gOA4 .ant-form-item{margin-bottom:0}.O0Juh2loT1HHb612gOA4 .ant-space{display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--color-blue);padding:16px 10px}.O0Juh2loT1HHb612gOA4 .ant-space-item{width:100%}.hg7oiINfKCZSUt6dEq4A{display:none}.BAso_dbeoowN7VtxWiKx{display:grid;grid-template-columns:minmax(18px, auto) 1fr 90px;gap:20px;color:var(--color-black);font-size:var(--font-size-body-4);line-height:100%;font-weight:var(--font-weight-medium);align-items:center}.qg_bZXG9dQdJvLBRGuqw{display:grid;grid-template-columns:minmax(18px, auto) 1fr 90px;gap:20px;color:var(--color-grey-dark);font-size:var(--font-size-body-3);align-items:center}.y8UJFmCyGQzEQk4XjnI9{display:none}.kknDal3CIbUXI7Lu2wPV{display:flex;align-items:center;justify-content:flex-start;gap:20px}.upuPapYjj1uGowukEEIi{display:none;align-items:center;justify-content:center}.KfrJPVKxY4b6bmXeJL5U{display:flex;align-items:center;justify-content:center;gap:16px}.zRPlv7rfSSACHPLZLs16,.EHyxN8DmDHOLkQDROSV5,.NLIlnBPfo09cpWYzpZ_J{font-size:var(--font-size-body-5);cursor:pointer}.AHIc83P7PkYUr3no83sO{margin-top:24px}
|
|
21
|
+
.vw302ajYc4_7bIROncyM{font-size:var(--font-size-body-4);font-weight:600;line-height:100%;color:var(--color-blue);text-transform:uppercase;margin-bottom:32px}.DrsaZTs1Ny6wZ76RwDR9{font-size:var(--font-size-body-2);color:var(--color-black);font-weight:700;text-transform:uppercase}.HVSssNqaNxLcYT_1lxBL{display:grid;grid-template-columns:minmax(200px, 1fr) auto 1fr auto;gap:46px}.ACPbYsV0wNkissVLHcFh{margin-top:16px}Label{margin-bottom:8px}.g19LZsD26yzPPjBtV31w .ant-select{width:100%}.g19LZsD26yzPPjBtV31w .ant-select-selector{border-color:rgba(var(--color-black-rgb), 0.5) !important;height:50px !important;display:flex;align-items:center}.g19LZsD26yzPPjBtV31w .ant-select-arrow{color:var(--color-black)}.g19LZsD26yzPPjBtV31w .ant-switch{width:30px}
|
|
22
|
+
.j8_c3JHTX0JOkT36fF6A{contain:inline-size}.j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG{height:50px;width:300px}@media(min-width: 1024px){.j8_c3JHTX0JOkT36fF6A .HgmGSts5FIH3osmekIYG{width:450px}}.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .ant-tag{background-color:var(--color-orange);color:var(--color-white);padding:6px 16px;max-width:240px}.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close{color:var(--color-white);font-size:12px}.j8_c3JHTX0JOkT36fF6A .xlaG0XsJDRR9AClqXzzC .anticon-close:hover{color:var(--color-black)}
|
|
23
|
+
.BWmwZ5nFKyctBZyOAXzg{width:100%}.GWTSauaAl_v9W8o4YPxW{background:rgba(44,45,46,.0509803922);height:100%;position:relative}.GWTSauaAl_v9W8o4YPxW .ant-menu-light{background-color:rgba(0,0,0,0) !important;border-inline-end:none !important}.GWTSauaAl_v9W8o4YPxW .ant-menu-title-content{font-size:17px;line-height:20px;font-weight:var(--font-weight-semibold)}.GWTSauaAl_v9W8o4YPxW .ant-menu-title-content:hover{color:var(--color-orange)}.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-title-content{font-size:15px;line-height:18px;font-weight:var(--font-weight-medium)}.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item{height:30px;line-height:30px}.GWTSauaAl_v9W8o4YPxW .ant-menu-sub .ant-menu-item:first-child{margin-top:-10px}.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu{border-top:1px solid var(--color-orange);border-radius:0}.GWTSauaAl_v9W8o4YPxW .ant-menu-item:hover{background-color:initial !important}.GWTSauaAl_v9W8o4YPxW .ant-menu-item-selected,.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-selected>.ant-menu-submenu-title{color:var(--color-orange);background-color:initial}.GWTSauaAl_v9W8o4YPxW .ant-menu-inline .ant-menu-sub.ant-menu-inline{background:initial}.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title{height:50px !important;line-height:50px !important}.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title:hover{background-color:initial !important}.GWTSauaAl_v9W8o4YPxW .ant-menu-submenu-title .anticon{color:var(--color-orange)}.hWGer1IJ7RdkfQWwYfsw{position:absolute;top:24px;left:24px;right:24px;height:144px}.MD1FhirslDDwd2izGwai{font-size:var(--font-size-body-2);line-height:14px;font-weight:var(--font-weight-light);display:inline-block;padding:12px;cursor:pointer;position:absolute;right:0;top:60px}.RxGn4c38kNq8Ai4ypW_x{position:absolute;top:144px;left:24px;right:24px;bottom:0;overflow-y:auto;overflow-x:hidden;padding-bottom:24px}
|
|
24
|
+
.rdjN4ln3xiUoa6Q0NMMm{display:flex;flex-direction:column;gap:16px;height:100%}@media(min-width: 600px){.rdjN4ln3xiUoa6Q0NMMm{display:grid;grid-template-columns:220px auto}}@media(min-width: 768px){.rdjN4ln3xiUoa6Q0NMMm{grid-template-columns:300px auto}}.Q4flbvKEPN6Jx9Cob22I{background:#ebeced;overflow:auto;padding:20px}@media(max-width: 599px){.Q4flbvKEPN6Jx9Cob22I{padding:20px 20px 0 20px;max-height:80px}}.hK3soC6m563VuiLnNutq{background:var(--color-white);overflow:auto;padding:20px}@media(max-width: 599px){.hK3soC6m563VuiLnNutq{height:100%}}.guqqOMHeZE56Bg2p5Ad8{font-size:var(--font-size-body-2);color:var(--color-blue);margin-bottom:12px;font-weight:var(--font-weight-semibold);text-transform:uppercase}@media(min-width: 768px){.guqqOMHeZE56Bg2p5Ad8{font-size:var(--font-size-body-4);margin-bottom:36px}}.wRCQxnQc_MZGDeiY1bcL{padding-bottom:15px;font-weight:var(--font-weight-bold);font-size:var(--font-size-body-2)}@media(min-width: 768px){.wRCQxnQc_MZGDeiY1bcL{font-size:var(--font-size-body-4)}}.JRmeFBsSP1f1HJwarMpc{cursor:pointer}.Y6yF3VITdrKdQzDtqTZX{padding-left:16px}.Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL{font-weight:var(--font-weight-semibold)}.Y6yF3VITdrKdQzDtqTZX .aKZCkmPsc0LiPdj3sEeG .Y6yF3VITdrKdQzDtqTZX .wRCQxnQc_MZGDeiY1bcL{font-weight:var(--font-weight-light)}.aKZCkmPsc0LiPdj3sEeG{display:block}.U_3frSKmaOQyTCb9oBkg{color:var(--color-orange)}.GEZDeWAneRLnZQyf4y9l{margin-bottom:16px}@media(min-width: 768px){.GEZDeWAneRLnZQyf4y9l{margin-bottom:24px}}.YcOvMLXE7vKR2Y0_BPRr{font-size:var(--font-size-body-3);color:var(--color-blue);font-weight:var(--font-weight-semibold);margin-bottom:8px}@media(min-width: 768px){.YcOvMLXE7vKR2Y0_BPRr{font-size:var(--font-size-body-4)}}.vlMh_CCr45wbKV4fMhJx{font-size:var(--font-size-body-2);font-weight:var(--font-weight-light);color:var(--color-black)}@media(min-width: 768px){.vlMh_CCr45wbKV4fMhJx{font-size:var(--font-size-body-3)}}.NZ_ohAxNxhxZsCBr2PRA{display:flex;flex-direction:row;gap:12px;margin-bottom:24px}@media(min-width: 768px){.NZ_ohAxNxhxZsCBr2PRA{margin-bottom:36px}}.CArVrMs2ac6JvM1VGLSw{flex-direction:column;border-bottom:1px solid rgba(var(--color-blue-rgb), 0.2);margin-bottom:24px}.CArVrMs2ac6JvM1VGLSw .OpqJ6gab6fPIq3KyckPO{width:100%;border-bottom:none}.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV{width:100%;height:auto}.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-input{min-height:140px}.CArVrMs2ac6JvM1VGLSw .E9TXHxbgaI6LGMZHG9bV .ant-form-item{margin-bottom:16px}.OpqJ6gab6fPIq3KyckPO{width:calc(100% - 112px);border-bottom:1px solid rgba(var(--color-blue-rgb), 0.2)}.E9TXHxbgaI6LGMZHG9bV{width:100px;height:50px;align-self:flex-end}.xdLvKgnXC4tm2aa6tAap{font-size:var(--font-size-body-2);font-weight:var(--font-weight-semibold);margin-bottom:8px}@media(min-width: 768px){.xdLvKgnXC4tm2aa6tAap{font-size:var(--font-size-body-3)}}.r5obiTduSUBq1uL7oceW{font-weight:var(--font-weight-light);margin-bottom:4px}
|
|
25
|
+
.qaO99d3JMWSM8DLS1LvS{display:flex;flex-direction:column;background-color:var(--white-color);padding:24px;color:var(--color-black);width:150px;word-wrap:break-word}.G3bzjyAQXu8uaFGhNMLG{width:150px}.Zv6hI_F5yvuBDnPK8u2C{color:var(--color-blue) !important;font-size:var(--font-size-body-5);font-weight:var(--font-weight-bold)}.JxTKMPM3nEvZB42uuV1e{font-weight:var(--font-weight-semibold);font-size:var(--font-size-label);margin-top:0px}.JKKhO8apIWdMp0JLU0iD{font-weight:var(--font-weight-bold);font-size:var(--font-size-body-base)}.GqgjW40ocDFW4xi4Mszm{font-weight:var(--font-weight-regular);font-size:var(--font-size-label)}
|
|
26
|
+
.zsvRMmfrmqBj9iRjtQpO{display:grid;grid-template-columns:300px auto;gap:16px;height:100%}.pb4QP8qfuDG2T6wfXkUC{overflow:auto;background:#ebeced}.gP05vt1R1r67eWteznvr{overflow:auto;background:var(--color-white)}.pb4QP8qfuDG2T6wfXkUC,.gP05vt1R1r67eWteznvr{padding:20px}.btRPAI8631Q2XXYP6nZ7{font-size:var(--font-size-body-4);color:var(--color-blue);margin-bottom:36px;font-weight:var(--font-weight-semibold);text-transform:uppercase}.SbA9dHRh1JSG4xp1Aqie{padding-bottom:15px;font-weight:var(--font-weight-bold);font-size:var(--font-size-body-4)}.ZsQJQ__gMgYGYau95r8U{cursor:pointer}.PPF4FGgo1aDsBm13cNj8{padding-left:16px}.PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie{font-weight:var(--font-weight-semibold)}.PPF4FGgo1aDsBm13cNj8 .QEsWraNRLBQux4k4KNAE .PPF4FGgo1aDsBm13cNj8 .SbA9dHRh1JSG4xp1Aqie{font-weight:var(--font-weight-light)}.QEsWraNRLBQux4k4KNAE{display:block}.VQ09MnwMcIzpW1iabb4A{color:var(--color-orange)}.cmcMqdZJEUjlu34ag1Md{margin-bottom:32px;display:flex;justify-content:space-between;align-items:center}.i_U4mKg0Sxl4EvVzgv0L{font-size:var(--font-size-body-4);color:var(--color-blue);font-weight:var(--font-weight-semibold);margin-bottom:8px}.Tnut0v2OeSU0e7XwrCXI{font-size:var(--font-size-body-3);font-weight:var(--font-weight-light);color:var(--color-black)}.W2hZQFsItdqKPcBu4UrA{display:flex;flex-direction:row;gap:36px;margin-bottom:36px;border-bottom:1px solid rgba(var(--color-blue-rgb), 0.2);padding-bottom:4px}.tIVLagS5XxibJ4PBCNpp{flex-direction:column;border-bottom:1px solid rgba(var(--color-blue-rgb), 0.2);margin-bottom:24px}.tIVLagS5XxibJ4PBCNpp .RenA6EOwu2sFJGoqYbYz{width:100%;border-bottom:none}.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9{width:100%;height:auto}.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-input{min-height:140px}.tIVLagS5XxibJ4PBCNpp .N0_FbFF8bLYtEcr8_2B9 .ant-form-item{margin-bottom:16px}.RenA6EOwu2sFJGoqYbYz{width:calc(100% - 149px);display:flex;align-items:center}.N0_FbFF8bLYtEcr8_2B9{width:130px;min-width:130px;align-self:flex-end;display:flex;justify-content:space-between;padding-right:15px}.GaBbmrXh2G03hz6ha5vB{display:none}.QYrBVtDmfSFNxJFztXVl{width:130px;min-width:130px;align-self:flex-end;display:flex;justify-content:space-between;gap:34px}.V_qOYQwuQ9mXa8aniYgl{font-size:var(--font-size-body-3);font-weight:var(--font-weight-medium)}.pvSzNydRHp3dkh3WrOeA{font-weight:var(--font-weight-light);margin-bottom:4px}.Ehgx39o1k8blh7IDJ2mg{padding:6px;font-size:var(--font-size-body-4);font-weight:var(--font-weight-medium);color:var(--color-white);border-radius:5px;display:inline-flex;letter-spacing:3px}.ifR0bkZtK7yVHD6YZ_Zz{background-color:rgba(217,217,217,.5);border-radius:5px;padding:8px 15px;display:flex;flex-direction:row;gap:50px;align-items:center}.NL5HeemkTIg0oPHDXVtO{font-size:var(--font-size-body-3);font-weight:var(--font-weight-medium);color:var(--color-black)}
|