@omniumretail/component-library 1.0.65 → 1.0.66

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