@omniumretail/component-library 1.0.70 → 1.0.71

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