touchstudy-core 0.1.125 → 0.1.127
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/containers/ExamResult/components/ProtractedProblem/index.d.ts +2 -0
- package/dist/index.css +415 -415
- package/dist/index.js +71 -36
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +57 -23
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
.
|
1
|
+
._styles-module__btn-login-google__2HqmH {
|
2
2
|
width: 100%;
|
3
3
|
justify-content: center; }
|
4
|
-
.
|
4
|
+
._styles-module__btn-login-google__2HqmH > span {
|
5
5
|
font-family: "Roboto" !important;
|
6
6
|
font-weight: 700; }
|
7
7
|
|
8
|
-
#
|
8
|
+
#_styles-module__math-jax__3Pfdk mjx-assistive-mml {
|
9
9
|
display: none !important; }
|
10
10
|
|
11
|
-
.
|
11
|
+
._styles-module__block-login__wWIyO {
|
12
12
|
border: 1px solid #eceae9;
|
13
13
|
padding: 60px;
|
14
14
|
border-radius: 6px;
|
15
15
|
width: -moz-max-content;
|
16
16
|
width: max-content;
|
17
17
|
text-align: center; }
|
18
|
-
.
|
18
|
+
._styles-module__block-login__wWIyO img {
|
19
19
|
margin-bottom: 30px; }
|
20
20
|
|
21
|
-
.
|
21
|
+
._styles-module__box-login__38Lo1 {
|
22
22
|
display: flex;
|
23
23
|
align-items: center;
|
24
24
|
justify-content: center;
|
@@ -26,12 +26,12 @@
|
|
26
26
|
min-height: 100vh;
|
27
27
|
padding-block: 20px; }
|
28
28
|
|
29
|
-
.
|
29
|
+
._styles-module__btn-login-google__2HqmH {
|
30
30
|
border: 1px solid #aeabac !important;
|
31
31
|
border-radius: 5px !important;
|
32
32
|
box-shadow: unset !important; }
|
33
33
|
|
34
|
-
.
|
34
|
+
._styles-module__btn-primary__rd4Uy {
|
35
35
|
display: inline-block;
|
36
36
|
padding: 0.375rem 0.75rem;
|
37
37
|
font-size: 1rem;
|
@@ -49,38 +49,38 @@
|
|
49
49
|
border-radius: 0.375rem;
|
50
50
|
background-color: #0d6efd;
|
51
51
|
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
52
|
-
.
|
52
|
+
._styles-module__btn-primary__rd4Uy:hover {
|
53
53
|
color: #fff;
|
54
54
|
background-color: #0b5ed7;
|
55
55
|
border-color: #0a58ca; }
|
56
|
-
.
|
56
|
+
._styles-module__btn-primary__rd4Uy:disabled {
|
57
57
|
color: #fff;
|
58
58
|
background-color: #0d6efd;
|
59
59
|
border-color: #0d6efd;
|
60
60
|
opacity: 0.65; }
|
61
61
|
|
62
|
-
.
|
62
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE {
|
63
63
|
border: none;
|
64
64
|
background-color: transparent;
|
65
65
|
outline: none; }
|
66
|
-
.
|
66
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE:hover, ._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE:focus, ._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE:active {
|
67
67
|
background-color: transparent !important;
|
68
68
|
outline: none;
|
69
69
|
border: none;
|
70
70
|
box-shadow: none !important; }
|
71
|
-
.
|
71
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE img {
|
72
72
|
width: 40px;
|
73
73
|
height: 40px;
|
74
74
|
min-width: 40px;
|
75
75
|
border-radius: 50%; }
|
76
76
|
|
77
|
-
.
|
77
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-menu-flag__XK8oS {
|
78
78
|
width: 30px !important;
|
79
79
|
height: auto !important;
|
80
80
|
border-radius: 0 !important;
|
81
81
|
margin-right: 5px; }
|
82
82
|
|
83
|
-
.
|
83
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W {
|
84
84
|
width: 300px;
|
85
85
|
top: 52px !important;
|
86
86
|
left: -250px !important;
|
@@ -89,47 +89,47 @@
|
|
89
89
|
box-shadow: 0px 3px 6px #27347d29;
|
90
90
|
border: none;
|
91
91
|
padding: 15px; }
|
92
|
-
.
|
92
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W:after {
|
93
93
|
display: none; }
|
94
|
-
.
|
94
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__dropdown-change__ToOW_ {
|
95
95
|
background: transparent; }
|
96
|
-
.
|
96
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__dropdown-change__ToOW_:hover {
|
97
97
|
color: #8b0000; }
|
98
98
|
|
99
|
-
.
|
99
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR {
|
100
100
|
font-weight: 600;
|
101
101
|
border-top: 1px solid #27347d29;
|
102
102
|
padding-top: 10px; }
|
103
|
-
.
|
103
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR._styles-module__item-logout__3bqSM {
|
104
104
|
color: #8b0000; }
|
105
|
-
.
|
105
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR ._styles-module__title-address__1jgSI {
|
106
106
|
margin-right: 12px; }
|
107
107
|
|
108
|
-
.
|
108
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__img-avatar__35Ttz img {
|
109
109
|
width: 70px;
|
110
110
|
height: 70px;
|
111
111
|
border-radius: 50%;
|
112
112
|
box-shadow: 0px 3px 6px #27347d29;
|
113
113
|
border: 2px solid #ffffff; }
|
114
114
|
|
115
|
-
.
|
115
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__item-contact__1wc7o {
|
116
116
|
padding: 10px 0; }
|
117
117
|
|
118
|
-
.
|
118
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 {
|
119
119
|
padding-left: 20px;
|
120
120
|
width: 190px; }
|
121
|
-
.
|
122
|
-
.
|
121
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 h5,
|
122
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 span {
|
123
123
|
white-space: nowrap;
|
124
124
|
overflow: hidden;
|
125
125
|
text-overflow: ellipsis;
|
126
126
|
display: inline-block;
|
127
127
|
width: 100%; }
|
128
|
-
.
|
128
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 a {
|
129
129
|
padding: 0;
|
130
130
|
text-decoration: none; }
|
131
131
|
|
132
|
-
.
|
132
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui {
|
133
133
|
width: 210px;
|
134
134
|
top: 40px !important;
|
135
135
|
left: -80px !important;
|
@@ -138,34 +138,34 @@
|
|
138
138
|
box-shadow: 0px 8px 15px #989898;
|
139
139
|
border: none;
|
140
140
|
padding: 0 8px; }
|
141
|
-
.
|
141
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui:after {
|
142
142
|
display: none; }
|
143
|
-
.
|
143
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui ._styles-module__dropdown-change__ToOW_ {
|
144
144
|
background: transparent; }
|
145
145
|
|
146
|
-
.
|
146
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language__3Y_y4 {
|
147
147
|
color: #242424;
|
148
148
|
display: flex;
|
149
149
|
padding: 8px;
|
150
150
|
border-radius: 6px; }
|
151
|
-
.
|
151
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language__3Y_y4:hover {
|
152
152
|
background-color: #f1faff; }
|
153
153
|
|
154
|
-
.
|
154
|
+
._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language-active__CzNMi {
|
155
155
|
background-color: #f1faff; }
|
156
156
|
|
157
|
-
.
|
157
|
+
._styles-module__dropdown-academy__3CMVp {
|
158
158
|
max-width: 268px;
|
159
159
|
border-radius: 6px !important;
|
160
160
|
display: flex !important;
|
161
161
|
justify-content: space-between !important; }
|
162
162
|
|
163
|
-
.
|
163
|
+
._styles-module__image-academy__2ibYC {
|
164
164
|
font-size: 20px;
|
165
165
|
font-weight: 600;
|
166
166
|
line-height: 1;
|
167
167
|
color: #fff; }
|
168
|
-
.
|
168
|
+
._styles-module__image-academy__2ibYC img {
|
169
169
|
width: 40px;
|
170
170
|
height: 40px;
|
171
171
|
min-width: 40px;
|
@@ -175,7 +175,7 @@
|
|
175
175
|
-o-object-fit: cover;
|
176
176
|
object-fit: cover;
|
177
177
|
border: 1px solid #DFE3E8; }
|
178
|
-
.
|
178
|
+
._styles-module__image-academy__2ibYC span {
|
179
179
|
display: flex;
|
180
180
|
justify-content: center;
|
181
181
|
align-items: center;
|
@@ -186,7 +186,7 @@
|
|
186
186
|
border-radius: 50%;
|
187
187
|
border: 1px solid #DFE3E8; }
|
188
188
|
|
189
|
-
.
|
189
|
+
._styles-module__academy-btn__1JMRU {
|
190
190
|
border-radius: 6px !important;
|
191
191
|
border: 0;
|
192
192
|
max-width: 268px;
|
@@ -197,10 +197,10 @@
|
|
197
197
|
justify-content: space-between !important;
|
198
198
|
gap: 12px; }
|
199
199
|
|
200
|
-
.
|
200
|
+
._styles-module__academy-btn__1JMRU:hover {
|
201
201
|
background: none !important; }
|
202
202
|
|
203
|
-
.
|
203
|
+
._styles-module__switch-icon__N4FNf {
|
204
204
|
width: 34px;
|
205
205
|
height: 34px;
|
206
206
|
min-width: 20px;
|
@@ -210,10 +210,10 @@
|
|
210
210
|
background-color: #FBFBF9;
|
211
211
|
justify-content: center;
|
212
212
|
align-items: center; }
|
213
|
-
.
|
213
|
+
._styles-module__switch-icon__N4FNf svg {
|
214
214
|
fill: #349056; }
|
215
215
|
|
216
|
-
.
|
216
|
+
._styles-module__dropdown-content-academy__31Dr0 {
|
217
217
|
width: 100%;
|
218
218
|
top: calc(100% + 4px) !important;
|
219
219
|
left: unset !important;
|
@@ -223,18 +223,18 @@
|
|
223
223
|
box-shadow: 0px 8px 15px #989898;
|
224
224
|
border: none;
|
225
225
|
padding: 0 8px; }
|
226
|
-
.
|
226
|
+
._styles-module__dropdown-content-academy__31Dr0:after {
|
227
227
|
display: none; }
|
228
|
-
.
|
228
|
+
._styles-module__dropdown-content-academy__31Dr0 ._styles-module__dropdown-change__ToOW_ {
|
229
229
|
background: transparent; }
|
230
230
|
|
231
|
-
.
|
231
|
+
._styles-module__dropdown-academy-item__3bjcz {
|
232
232
|
font-size: 14px;
|
233
233
|
line-height: 1; }
|
234
|
-
.
|
234
|
+
._styles-module__dropdown-academy-item__3bjcz:active {
|
235
235
|
background-color: transparent !important; }
|
236
236
|
|
237
|
-
.
|
237
|
+
._styles-module__noGutters__31ZQk {
|
238
238
|
--bs-gutter-x: 0;
|
239
239
|
--bs-gutter-y: 0;
|
240
240
|
display: flex;
|
@@ -242,32 +242,32 @@
|
|
242
242
|
margin-top: calc(-1 * var(--bs-gutter-y));
|
243
243
|
margin-right: calc(-0.5 * var(--bs-gutter-x));
|
244
244
|
margin-left: calc(-0.5 * var(--bs-gutter-x)); }
|
245
|
-
.
|
245
|
+
._styles-module__noGutters__31ZQk ._styles-module__custom-col-2__3yXyK {
|
246
246
|
flex: 0 0 calc((2 / 12) * 100%);
|
247
247
|
max-width: calc((2 / 12) * 100%);
|
248
248
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
249
249
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
250
250
|
margin-top: var(--bs-gutter-y); }
|
251
|
-
.
|
251
|
+
._styles-module__noGutters__31ZQk ._styles-module__custom-col-3__1RsJQ {
|
252
252
|
flex: 0 0 25%;
|
253
253
|
max-width: 25%;
|
254
254
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
255
255
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
256
256
|
margin-top: var(--bs-gutter-y); }
|
257
|
-
.
|
257
|
+
._styles-module__noGutters__31ZQk ._styles-module__custom-col-5__L42CP {
|
258
258
|
flex: 0 0 calc((5 / 12) * 100%);
|
259
259
|
max-width: calc((5 / 12) * 100%);
|
260
260
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
261
261
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
262
262
|
margin-top: var(--bs-gutter-y); }
|
263
|
-
.
|
263
|
+
._styles-module__noGutters__31ZQk ._styles-module__custom-col-10__2u6eL {
|
264
264
|
flex: 0 0 calc((10 / 12) * 100%);
|
265
265
|
max-width: calc((10 / 12) * 100%);
|
266
266
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
267
267
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
268
268
|
margin-top: var(--bs-gutter-y); }
|
269
269
|
|
270
|
-
.
|
270
|
+
._styles-module__custom-row__8x7OP {
|
271
271
|
--bs-gutter-x: 1.5rem;
|
272
272
|
--bs-gutter-y: 0;
|
273
273
|
display: flex;
|
@@ -275,70 +275,70 @@
|
|
275
275
|
margin-top: calc(-1 * var(--bs-gutter-y));
|
276
276
|
margin-right: calc(-0.5 * var(--bs-gutter-x));
|
277
277
|
margin-left: calc(-0.5 * var(--bs-gutter-x)); }
|
278
|
-
.
|
278
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col__1JmTh {
|
279
279
|
flex: 1 0;
|
280
280
|
width: 100%;
|
281
281
|
max-width: 100%;
|
282
282
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
283
283
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
284
284
|
margin-top: var(--bs-gutter-y); }
|
285
|
-
.
|
285
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col-3__1RsJQ {
|
286
286
|
flex: 0 0 25%;
|
287
287
|
max-width: 25%;
|
288
288
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
289
289
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
290
290
|
margin-top: var(--bs-gutter-y); }
|
291
|
-
.
|
291
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col-4__3HO1e {
|
292
292
|
flex: 0 0 calc((4 / 12) * 100%);
|
293
293
|
max-width: calc((4 / 12) * 100%);
|
294
294
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
295
295
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
296
296
|
margin-top: var(--bs-gutter-y); }
|
297
|
-
.
|
297
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col-5__L42CP {
|
298
298
|
flex: 0 0 calc((5 / 12) * 100%);
|
299
299
|
max-width: calc((5 / 12) * 100%);
|
300
300
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
301
301
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
302
302
|
margin-top: var(--bs-gutter-y); }
|
303
|
-
.
|
303
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col-8__Oy31M {
|
304
304
|
flex: 0 0 calc((8 / 12) * 100%);
|
305
305
|
max-width: calc((8 / 12) * 100%);
|
306
306
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
307
307
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
308
308
|
margin-top: var(--bs-gutter-y); }
|
309
|
-
.
|
309
|
+
._styles-module__custom-row__8x7OP ._styles-module__custom-col-12__3aUKo {
|
310
310
|
flex: 0 0 calc((12 / 12) * 100%);
|
311
311
|
max-width: calc((12 / 12) * 100%);
|
312
312
|
padding-right: calc(var(--bs-gutter-x) * 0.5);
|
313
313
|
padding-left: calc(var(--bs-gutter-x) * 0.5);
|
314
314
|
margin-top: var(--bs-gutter-y); }
|
315
315
|
|
316
|
-
.
|
316
|
+
._styles-module__custom-container__39LRs {
|
317
317
|
width: 100%;
|
318
318
|
padding-right: calc(1.5rem * 0.5);
|
319
319
|
padding-left: calc(1.5rem * 0.5);
|
320
320
|
margin-right: auto;
|
321
321
|
margin-left: auto; }
|
322
322
|
@media (min-width: 576px) {
|
323
|
-
.
|
323
|
+
._styles-module__custom-container__39LRs {
|
324
324
|
max-width: 540px; } }
|
325
325
|
@media (min-width: 768px) {
|
326
|
-
.
|
326
|
+
._styles-module__custom-container__39LRs {
|
327
327
|
max-width: 720px; } }
|
328
328
|
@media (min-width: 992px) {
|
329
|
-
.
|
329
|
+
._styles-module__custom-container__39LRs {
|
330
330
|
max-width: 960px; } }
|
331
331
|
@media (min-width: 1200px) {
|
332
|
-
.
|
332
|
+
._styles-module__custom-container__39LRs {
|
333
333
|
max-width: 1140px; } }
|
334
334
|
@media (min-width: 1400px) {
|
335
|
-
.
|
335
|
+
._styles-module__custom-container__39LRs {
|
336
336
|
max-width: 1320px; } }
|
337
337
|
|
338
|
-
.
|
338
|
+
._styles-module__form-label___Ut-u {
|
339
339
|
margin-bottom: 0.5rem; }
|
340
340
|
|
341
|
-
.
|
341
|
+
._styles-module__form-control__2k4dX {
|
342
342
|
display: block;
|
343
343
|
width: 100%;
|
344
344
|
padding: 0.375rem 0.75rem;
|
@@ -355,7 +355,7 @@
|
|
355
355
|
border-radius: 0.375rem;
|
356
356
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
357
357
|
|
358
|
-
.
|
358
|
+
._styles-module__btn-outline-primary__2PWdX {
|
359
359
|
display: inline-block;
|
360
360
|
padding: 0.375rem 0.75rem;
|
361
361
|
font-size: 1rem;
|
@@ -373,22 +373,22 @@
|
|
373
373
|
border-radius: 0.375rem;
|
374
374
|
background-color: transparent;
|
375
375
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
376
|
-
.
|
376
|
+
._styles-module__btn-outline-primary__2PWdX:hover {
|
377
377
|
color: #fff !important;
|
378
378
|
background-color: #0d6efd;
|
379
379
|
border-color: #0d6efd !important; }
|
380
380
|
|
381
|
-
.
|
381
|
+
._styles-module__sort-icons__mQvLF {
|
382
382
|
color: #a8a8a8;
|
383
383
|
cursor: pointer; }
|
384
|
-
.
|
384
|
+
._styles-module__sort-icons__mQvLF > svg._styles-module__active__3oAH- {
|
385
385
|
color: #242424; }
|
386
|
-
.
|
386
|
+
._styles-module__sort-icons__mQvLF > svg:first-child {
|
387
387
|
margin-bottom: -0.5rem; }
|
388
|
-
.
|
388
|
+
._styles-module__sort-icons__mQvLF > svg:last-child {
|
389
389
|
margin-top: -0.4rem; }
|
390
390
|
|
391
|
-
.
|
391
|
+
._styles-module__form-select__3W3aw {
|
392
392
|
display: block;
|
393
393
|
width: 100%;
|
394
394
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
@@ -408,45 +408,45 @@
|
|
408
408
|
border-radius: 0.375rem;
|
409
409
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
410
410
|
|
411
|
-
.
|
411
|
+
._styles-module__truncate__3NJzN {
|
412
412
|
overflow: hidden;
|
413
413
|
text-overflow: ellipsis;
|
414
414
|
white-space: nowrap; }
|
415
415
|
|
416
|
-
.
|
416
|
+
._styles-module__headers__3xnI5 {
|
417
417
|
position: fixed;
|
418
418
|
z-index: 100;
|
419
419
|
background: #fff;
|
420
420
|
top: 0; }
|
421
|
-
.
|
421
|
+
._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
|
422
422
|
display: flex;
|
423
423
|
align-items: center;
|
424
424
|
width: 64px;
|
425
425
|
min-width: 64px;
|
426
426
|
padding: 16px;
|
427
427
|
max-height: 80px; }
|
428
|
-
.
|
428
|
+
._styles-module__headers__3xnI5._styles-module__tabBox__1CQPn {
|
429
429
|
display: flex;
|
430
430
|
justify-content: space-between;
|
431
431
|
padding: 0 27px;
|
432
432
|
border-bottom: 1px solid var(--gray-100); }
|
433
|
-
.
|
433
|
+
._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T {
|
434
434
|
text-align: start; }
|
435
|
-
.
|
435
|
+
._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T ._styles-module__tabText__3UyhW div span {
|
436
436
|
display: none; }
|
437
|
-
.
|
437
|
+
._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA {
|
438
438
|
border-radius: 0;
|
439
439
|
position: relative; }
|
440
|
-
.
|
440
|
+
._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA::after {
|
441
441
|
content: "";
|
442
442
|
position: absolute;
|
443
443
|
bottom: -1px;
|
444
444
|
width: 100%;
|
445
445
|
border-bottom: 1px solid #3DC674; }
|
446
|
-
.
|
447
|
-
.
|
446
|
+
._styles-module__headers__3xnI5 a._styles-module__router-link__1AqMh,
|
447
|
+
._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA {
|
448
448
|
color: #349056; }
|
449
|
-
.
|
449
|
+
._styles-module__headers__3xnI5 ._styles-module__tabText__3UyhW {
|
450
450
|
font-size: 14px;
|
451
451
|
font-weight: 700;
|
452
452
|
height: 100%;
|
@@ -457,40 +457,40 @@
|
|
457
457
|
color: #aeabac;
|
458
458
|
display: flex;
|
459
459
|
align-items: end; }
|
460
|
-
.
|
460
|
+
._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G {
|
461
461
|
width: unset;
|
462
462
|
height: unset;
|
463
463
|
padding-right: 16px;
|
464
464
|
line-height: 73px;
|
465
465
|
float: right; }
|
466
|
-
.
|
466
|
+
._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G > p {
|
467
467
|
line-height: 5;
|
468
468
|
color: #aeabac;
|
469
469
|
font-weight: 700; }
|
470
|
-
.
|
470
|
+
._styles-module__headers__3xnI5 ._styles-module__disabled-link__3aVHg {
|
471
471
|
pointer-events: none; }
|
472
472
|
|
473
473
|
@media (min-width: 992px) {
|
474
|
-
.
|
474
|
+
._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
|
475
475
|
width: 120px;
|
476
476
|
min-width: 120px;
|
477
477
|
padding: 16px 0; } }
|
478
478
|
|
479
479
|
@media (min-width: 1200px) {
|
480
|
-
.
|
480
|
+
._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
|
481
481
|
width: 162px;
|
482
482
|
min-width: 162px; }
|
483
|
-
.
|
483
|
+
._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G {
|
484
484
|
width: 73px;
|
485
485
|
height: 100%;
|
486
486
|
padding-right: 0; }
|
487
|
-
.
|
487
|
+
._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T {
|
488
488
|
display: flex;
|
489
489
|
flex-wrap: nowrap; }
|
490
|
-
.
|
490
|
+
._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T ._styles-module__tabText__3UyhW div span {
|
491
491
|
display: inline-block; } }
|
492
492
|
|
493
|
-
.
|
493
|
+
._styles-module__line-clamp__3fpky {
|
494
494
|
overflow: hidden;
|
495
495
|
display: -webkit-box;
|
496
496
|
line-clamp: 1;
|
@@ -501,48 +501,48 @@
|
|
501
501
|
text-overflow: ellipsis;
|
502
502
|
word-wrap: break-word; }
|
503
503
|
|
504
|
-
.
|
504
|
+
._chatStyles-module__header__avatar__2oGcJ {
|
505
505
|
width: 48px;
|
506
506
|
height: 48px;
|
507
507
|
-o-object-fit: cover;
|
508
508
|
object-fit: cover; }
|
509
509
|
|
510
|
-
.
|
510
|
+
._chatStyles-module__header__select__2y2XV {
|
511
511
|
width: 200px; }
|
512
512
|
|
513
|
-
.
|
513
|
+
._chatStyles-module__body__ntGyI {
|
514
514
|
overflow-y: auto; }
|
515
515
|
|
516
|
-
.
|
516
|
+
._chatStyles-module__list__m7Fwt {
|
517
517
|
list-style-type: none; }
|
518
|
-
.
|
518
|
+
._chatStyles-module__list__item__header__3BM8N {
|
519
519
|
width: calc(100% + 2rem);
|
520
520
|
margin-inline: -1rem; }
|
521
|
-
.
|
521
|
+
._chatStyles-module__list__item__avatar__1ReOK {
|
522
522
|
width: 100%;
|
523
523
|
height: 100%;
|
524
524
|
-o-object-fit: cover;
|
525
525
|
object-fit: cover; }
|
526
|
-
.
|
526
|
+
._chatStyles-module__list__item__avatar-container__2qbld {
|
527
527
|
width: 32px;
|
528
528
|
min-width: 32px;
|
529
529
|
aspect-ratio: 1; }
|
530
|
-
.
|
530
|
+
._chatStyles-module__list__item__message__3s01i {
|
531
531
|
width: -moz-fit-content;
|
532
532
|
width: fit-content;
|
533
533
|
border-radius: 20px; }
|
534
|
-
.
|
534
|
+
._chatStyles-module__list__item__message--reply-from__2Qxi3 {
|
535
535
|
border-radius: 20px 20px 20px 0;
|
536
536
|
font-size: 14px; }
|
537
|
-
.
|
537
|
+
._chatStyles-module__list__item__message--reply-from-right__34Vx4 {
|
538
538
|
border-radius: 20px 20px 0px 20px;
|
539
539
|
font-size: 14px; }
|
540
|
-
.
|
540
|
+
._chatStyles-module__list__item__message--reply__3uheq {
|
541
541
|
border-radius: 0 20px 20px 20px; }
|
542
|
-
.
|
542
|
+
._chatStyles-module__list__item__message--reply-right__2iBr7 {
|
543
543
|
border-radius: 20px 0px 20px 20px; }
|
544
544
|
|
545
|
-
.
|
545
|
+
._chatStyles-module__reply-text__3ZPjO {
|
546
546
|
text-overflow: ellipsis;
|
547
547
|
overflow: hidden;
|
548
548
|
display: -webkit-box;
|
@@ -550,10 +550,10 @@
|
|
550
550
|
-webkit-box-orient: vertical;
|
551
551
|
line-height: 42px; }
|
552
552
|
|
553
|
-
.
|
553
|
+
._chatStyles-module__container-custom__38A9k {
|
554
554
|
padding: 20px 27px; }
|
555
555
|
|
556
|
-
.
|
556
|
+
._chatStyles-module__student-row-col-1__Jt5t0 {
|
557
557
|
min-height: 49px;
|
558
558
|
padding: 16px 24px;
|
559
559
|
display: flex;
|
@@ -563,7 +563,7 @@
|
|
563
563
|
border-bottom: 1px solid #E4E7EC;
|
564
564
|
border-right: 1px solid #E4E7EC; }
|
565
565
|
|
566
|
-
.
|
566
|
+
._chatStyles-module__student-row-col-1-active__14DKj {
|
567
567
|
min-height: 49px;
|
568
568
|
padding: 16px 24px;
|
569
569
|
display: flex;
|
@@ -574,54 +574,54 @@
|
|
574
574
|
border-bottom: 1px solid #E4E7EC;
|
575
575
|
border-right: 1px solid #E4E7EC; }
|
576
576
|
|
577
|
-
.
|
577
|
+
._chatStyles-module__row-col-2__qHGiR {
|
578
578
|
min-height: 49px;
|
579
579
|
padding: 16px 24px;
|
580
580
|
border-bottom: 1px solid #E4E7EC; }
|
581
581
|
|
582
|
-
.
|
582
|
+
._chatStyles-module__inputBox__2iY67 {
|
583
583
|
padding-left: 16px;
|
584
584
|
padding-right: 16px;
|
585
585
|
padding-bottom: 20px; }
|
586
586
|
|
587
|
-
.
|
587
|
+
._chatStyles-module__inputBox__2iY67 svg, ._chatStyles-module__inputBoxTable__3pCw0 svg {
|
588
588
|
left: 10px;
|
589
589
|
top: 50%;
|
590
590
|
transform: translateY(-50%);
|
591
591
|
z-index: 10; }
|
592
592
|
|
593
|
-
.
|
593
|
+
._chatStyles-module__inputBox__2iY67 input {
|
594
594
|
padding-left: 32px;
|
595
595
|
border: 1px solid var(--gray-500);
|
596
596
|
background-color: var(--bg-100) !important;
|
597
597
|
border-radius: 6px; }
|
598
598
|
|
599
|
-
.
|
599
|
+
._chatStyles-module__background-chat__zILbw {
|
600
600
|
background-color: #F9FAFB; }
|
601
601
|
|
602
|
-
.
|
602
|
+
._chatStyles-module__wrap-content__38gsM {
|
603
603
|
display: inline-block !important; }
|
604
604
|
|
605
|
-
.
|
605
|
+
._chatStyles-module__name-sender__Lfzyw {
|
606
606
|
padding: 4px; }
|
607
607
|
|
608
|
-
.
|
608
|
+
._chatStyles-module__content-chat-sender__1X73E {
|
609
609
|
padding: 8px 12px;
|
610
610
|
border: 1px solid #E4E7EC;
|
611
611
|
border-radius: 6px;
|
612
612
|
background-color: #FFFFFF; }
|
613
613
|
|
614
|
-
.
|
614
|
+
._chatStyles-module__content-chat-receiver__32V7T {
|
615
615
|
padding: 8px 12px;
|
616
616
|
color: #FFFFFF;
|
617
617
|
border-radius: 6px; }
|
618
618
|
|
619
|
-
.
|
619
|
+
._chatStyles-module__custom-scroll__2Uul2 {
|
620
620
|
overflow-y: scroll; }
|
621
|
-
.
|
621
|
+
._chatStyles-module__custom-scroll__2Uul2::-webkit-scrollbar {
|
622
622
|
display: none; }
|
623
623
|
|
624
|
-
.
|
624
|
+
._chatStyles-module__btn-send__395lb {
|
625
625
|
padding: 12px !important;
|
626
626
|
display: flex !important;
|
627
627
|
align-items: center !important;
|
@@ -630,7 +630,7 @@
|
|
630
630
|
min-width: 108px !important;
|
631
631
|
border-radius: 6px !important; }
|
632
632
|
|
633
|
-
.
|
633
|
+
._chatStyles-module__btn-chat__gDYwm {
|
634
634
|
padding: 12px 24px !important;
|
635
635
|
display: flex !important;
|
636
636
|
align-items: center !important;
|
@@ -639,55 +639,55 @@
|
|
639
639
|
width: 100%;
|
640
640
|
border-radius: 6px !important; }
|
641
641
|
|
642
|
-
.
|
642
|
+
._chatStyles-module__input-chat__22TX5 {
|
643
643
|
padding: 12px;
|
644
644
|
border: 1px solid #97A1AF;
|
645
645
|
border-radius: 6px; }
|
646
|
-
.
|
646
|
+
._chatStyles-module__input-chat__22TX5 ::-moz-placeholder {
|
647
647
|
font-size: 13px;
|
648
648
|
line-height: 15.51px;
|
649
649
|
font-weight: 500;
|
650
650
|
color: #CED2DA; }
|
651
|
-
.
|
651
|
+
._chatStyles-module__input-chat__22TX5 ::placeholder {
|
652
652
|
font-size: 13px;
|
653
653
|
line-height: 15.51px;
|
654
654
|
font-weight: 500;
|
655
655
|
color: #CED2DA; }
|
656
656
|
|
657
|
-
.
|
657
|
+
._chatStyles-module__btn-cancel__1u-eg {
|
658
658
|
min-width: 120px !important;
|
659
659
|
padding: 12px !important;
|
660
660
|
border-radius: 6px !important;
|
661
661
|
background-color: transparent !important; }
|
662
662
|
|
663
|
-
.
|
663
|
+
._chatStyles-module__btn-register__22r6_ {
|
664
664
|
min-width: 120px !important;
|
665
665
|
padding: 12px !important;
|
666
666
|
border-radius: 6px !important; }
|
667
667
|
|
668
|
-
.
|
668
|
+
._chatStyles-module__form-label-dialog__jADIA {
|
669
669
|
font-weight: 600 !important;
|
670
670
|
font-size: 13px !important;
|
671
671
|
line-height: 15.51px !important;
|
672
672
|
color: #202B37 !important; }
|
673
673
|
|
674
|
-
.
|
674
|
+
._chatStyles-module__form-select-width__WncPd {
|
675
675
|
width: 177px !important; }
|
676
676
|
|
677
|
-
.
|
677
|
+
._chatStyles-module__custom-scroll__2Uul2 {
|
678
678
|
overflow-y: scroll; }
|
679
|
-
.
|
679
|
+
._chatStyles-module__custom-scroll__2Uul2::-webkit-scrollbar {
|
680
680
|
display: none; }
|
681
681
|
|
682
|
-
.
|
682
|
+
._chatStyles-module__padding-content__3hz3H {
|
683
683
|
padding: 16px; }
|
684
|
-
.
|
684
|
+
._chatStyles-module__padding-content__3hz3H > div:last-child {
|
685
685
|
padding-bottom: 16px; }
|
686
686
|
|
687
|
-
.
|
687
|
+
._chatStyles-module__form-label__MMQxP {
|
688
688
|
margin-bottom: 0.5rem; }
|
689
689
|
|
690
|
-
.
|
690
|
+
._chatStyles-module__form-control__1mJfc {
|
691
691
|
display: block;
|
692
692
|
width: 100%;
|
693
693
|
padding: 0.375rem 0.75rem;
|
@@ -704,52 +704,52 @@
|
|
704
704
|
border-radius: 0.375rem;
|
705
705
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
706
706
|
|
707
|
-
.
|
707
|
+
._chatStyles-module__form-label-dialog__jADIA {
|
708
708
|
font-weight: 600 !important;
|
709
709
|
font-size: 13px !important;
|
710
710
|
line-height: 15.51px !important;
|
711
711
|
color: #202B37 !important; }
|
712
712
|
|
713
|
-
.
|
713
|
+
._styles-module__avatar__2rJkZ {
|
714
714
|
width: 42px;
|
715
715
|
height: 42px; }
|
716
716
|
|
717
|
-
.
|
717
|
+
._styles-module__date-picker__1iqE2 {
|
718
718
|
width: 100%; }
|
719
|
-
.
|
719
|
+
._styles-module__date-picker__1iqE2 input {
|
720
720
|
padding: 10px 12px; }
|
721
721
|
|
722
|
-
.
|
722
|
+
._styles-module__time-picker__20xtc input {
|
723
723
|
padding: 10px 12px; }
|
724
724
|
|
725
|
-
.
|
725
|
+
._styles-module__teacher-selector-wrapper__3L1Oj > div {
|
726
726
|
margin-bottom: 0 !important; }
|
727
727
|
|
728
|
-
.
|
728
|
+
._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(1) {
|
729
729
|
font-family: "Pretendard";
|
730
730
|
font-size: 20px;
|
731
731
|
font-weight: 800; }
|
732
732
|
|
733
|
-
.
|
733
|
+
._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(3) {
|
734
734
|
font-family: "Pretendard";
|
735
735
|
font-size: 12px;
|
736
736
|
font-weight: 600; }
|
737
|
-
.
|
737
|
+
._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(3) span {
|
738
738
|
margin-right: 16px; }
|
739
739
|
|
740
|
-
.
|
740
|
+
._style-module__point__2fD-F {
|
741
741
|
display: flex;
|
742
742
|
font-family: "Pretendard";
|
743
743
|
justify-content: center;
|
744
744
|
font-size: 18px;
|
745
745
|
font-weight: 700; }
|
746
746
|
|
747
|
-
.
|
747
|
+
._style-module__buttonGroup__2DGl3 {
|
748
748
|
display: flex;
|
749
749
|
justify-content: flex-end;
|
750
750
|
align-items: center;
|
751
751
|
gap: 24px; }
|
752
|
-
.
|
752
|
+
._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x {
|
753
753
|
font-family: "Pretendard";
|
754
754
|
min-width: 170px;
|
755
755
|
min-height: 41px;
|
@@ -760,12 +760,12 @@
|
|
760
760
|
justify-content: center;
|
761
761
|
gap: 8px;
|
762
762
|
background-color: transparent; }
|
763
|
-
.
|
763
|
+
._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x span {
|
764
764
|
font-size: 14px;
|
765
765
|
font-weight: 700; }
|
766
|
-
.
|
766
|
+
._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x:hover {
|
767
767
|
background-color: #e4e7ec; }
|
768
|
-
.
|
768
|
+
._style-module__buttonGroup__2DGl3 ._style-module__btnTerminate__3mLu2 {
|
769
769
|
min-width: 170px;
|
770
770
|
min-height: 41px;
|
771
771
|
border-radius: 6px;
|
@@ -774,22 +774,22 @@
|
|
774
774
|
align-items: center;
|
775
775
|
justify-content: center;
|
776
776
|
gap: 8px; }
|
777
|
-
.
|
777
|
+
._style-module__buttonGroup__2DGl3 ._style-module__btnTerminate__3mLu2 span {
|
778
778
|
font-size: 14px;
|
779
779
|
font-weight: 700;
|
780
780
|
color: #ffffff; }
|
781
781
|
|
782
|
-
.
|
782
|
+
._style-module__myanswer__eDBpS {
|
783
783
|
background-color: #ffffff; }
|
784
|
-
.
|
784
|
+
._style-module__myanswer__eDBpS ._style-module__titleMyAnswer1__2fMq3 {
|
785
785
|
border-bottom: 1px solid #e4e7ec;
|
786
786
|
padding: 12px 24px; }
|
787
|
-
.
|
787
|
+
._style-module__myanswer__eDBpS ._style-module__titleMyAnswer1__2fMq3 span {
|
788
788
|
font-family: "Pretendard";
|
789
789
|
font-weight: 700;
|
790
790
|
font-size: 16px;
|
791
791
|
color: #414e62; }
|
792
|
-
.
|
792
|
+
._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh {
|
793
793
|
padding: 8px 12px;
|
794
794
|
border-top: 1px solid #e4e7ec;
|
795
795
|
display: flex;
|
@@ -797,120 +797,120 @@
|
|
797
797
|
justify-content: start;
|
798
798
|
background-color: #FBFBF9;
|
799
799
|
gap: 8px; }
|
800
|
-
.
|
800
|
+
._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh span:nth-child(1) {
|
801
801
|
font-family: "Pretendard";
|
802
802
|
font-weight: 600;
|
803
803
|
font-size: 12px;
|
804
804
|
color: #ced2da; }
|
805
|
-
.
|
805
|
+
._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh span:nth-child(2) {
|
806
806
|
font-family: "Pretendard";
|
807
807
|
font-weight: 600;
|
808
808
|
font-size: 12px; }
|
809
|
-
.
|
809
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx {
|
810
810
|
display: flex;
|
811
811
|
flex-direction: column;
|
812
812
|
gap: 4px;
|
813
813
|
padding: 6px 0px;
|
814
814
|
font-family: "Pretendard"; }
|
815
|
-
.
|
815
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myAnswerItem__2qiLh {
|
816
816
|
padding: 4px 8px; }
|
817
|
-
.
|
817
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__time__6TCOK {
|
818
818
|
padding: 8px 12px 16px 84px;
|
819
819
|
display: flex;
|
820
820
|
align-items: center;
|
821
821
|
gap: 16px; }
|
822
|
-
.
|
822
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__time__6TCOK ._style-module__timeCol__hmseC {
|
823
823
|
display: flex;
|
824
824
|
align-items: center;
|
825
825
|
gap: 4px;
|
826
826
|
min-height: 28px;
|
827
827
|
min-width: 136px; }
|
828
|
-
.
|
828
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response__3GfJt {
|
829
829
|
font-weight: 500;
|
830
830
|
font-size: 12px; }
|
831
|
-
.
|
831
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-0__3ut64 {
|
832
832
|
color: #6B0861; }
|
833
|
-
.
|
833
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-1__2VtpD {
|
834
834
|
color: #DB4D4D; }
|
835
|
-
.
|
835
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-2__58lQU {
|
836
836
|
color: #FEAF06; }
|
837
|
-
.
|
837
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-3__1ucMY {
|
838
838
|
color: #3ACB46; }
|
839
|
-
.
|
839
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-4__1qkxy {
|
840
840
|
color: #5D5D5B; }
|
841
|
-
.
|
841
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-1__1AeGu {
|
842
842
|
color: #DB4D4D; }
|
843
|
-
.
|
843
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-2__1xTB0 {
|
844
844
|
color: #FEAF06; }
|
845
|
-
.
|
845
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-3__3Yu_5 {
|
846
846
|
color: #3ACB46; }
|
847
|
-
.
|
847
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerCorrect__2jIeT {
|
848
848
|
font-weight: 500;
|
849
849
|
font-size: 12px;
|
850
850
|
color: #3ACB46; }
|
851
|
-
.
|
851
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerIncorrect__to2v0 {
|
852
852
|
font-weight: 500;
|
853
853
|
font-size: 12px;
|
854
854
|
color: #DB4D4D; }
|
855
|
-
.
|
855
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerNograss__1JSte {
|
856
856
|
font-weight: 500;
|
857
857
|
font-size: 12px;
|
858
858
|
color: #ced2da; }
|
859
|
-
.
|
859
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerEasy__2_uTU {
|
860
860
|
font-weight: 500;
|
861
861
|
font-size: 12px;
|
862
862
|
color: #3ACB46; }
|
863
|
-
.
|
863
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerDiscrimination__1DBoA {
|
864
864
|
font-weight: 500;
|
865
865
|
font-size: 12px;
|
866
866
|
color: #DB4D4D; }
|
867
|
-
.
|
867
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerTrap__1q3tD {
|
868
868
|
font-weight: 500;
|
869
869
|
font-size: 12px;
|
870
870
|
color: #FEAF06; }
|
871
|
-
.
|
871
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerNoTime__3iItu {
|
872
872
|
font-weight: 500;
|
873
873
|
font-size: 12px;
|
874
874
|
color: #ced2da; }
|
875
|
-
.
|
875
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__questionOrder__1fNkS {
|
876
876
|
font-family: "Pretendard";
|
877
877
|
font-weight: 600;
|
878
878
|
font-size: 12px;
|
879
879
|
color: #414E62; }
|
880
|
-
.
|
880
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myTimeLabel__1Z_F3 {
|
881
881
|
font-family: "Pretendard";
|
882
882
|
font-weight: 600;
|
883
883
|
font-size: 12px;
|
884
884
|
color: #414e62; }
|
885
|
-
.
|
885
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myPoolTime__4KwG0 {
|
886
886
|
height: 28px; }
|
887
|
-
.
|
887
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myPoolTime__4KwG0 span {
|
888
888
|
font-weight: 500;
|
889
889
|
font-size: 12px; }
|
890
|
-
.
|
890
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTimeLabel__245H- {
|
891
891
|
font-family: "Pretendard";
|
892
892
|
font-weight: 600;
|
893
893
|
font-size: 12px;
|
894
894
|
color: #414e62; }
|
895
|
-
.
|
895
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTime__3tZqw {
|
896
896
|
height: 28px; }
|
897
|
-
.
|
897
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTime__3tZqw span {
|
898
898
|
font-weight: 500;
|
899
899
|
font-size: 12px;
|
900
900
|
color: #414e62; }
|
901
|
-
.
|
901
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTimeLabel__PlPLY {
|
902
902
|
font-family: "Pretendard";
|
903
903
|
font-weight: 600;
|
904
904
|
font-size: 12px;
|
905
905
|
color: #97a1af; }
|
906
|
-
.
|
906
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTime__12a7R {
|
907
907
|
height: 28px; }
|
908
|
-
.
|
908
|
+
._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTime__12a7R span {
|
909
909
|
font-weight: 500;
|
910
910
|
font-size: 12px;
|
911
911
|
color: #414e62; }
|
912
912
|
|
913
|
-
.
|
913
|
+
._style-module__compareChart__3MW16 {
|
914
914
|
display: flex;
|
915
915
|
flex-direction: row;
|
916
916
|
align-items: center;
|
@@ -918,96 +918,96 @@
|
|
918
918
|
border-radius: 6px;
|
919
919
|
margin: 24px; }
|
920
920
|
|
921
|
-
.
|
921
|
+
._style-module__prevChart__1fNkb {
|
922
922
|
width: 36px;
|
923
923
|
display: flex;
|
924
924
|
justify-content: center;
|
925
925
|
align-items: center;
|
926
926
|
cursor: pointer; }
|
927
927
|
|
928
|
-
.
|
928
|
+
._style-module__chart__3K4oY {
|
929
929
|
width: calc(100% - 72px);
|
930
930
|
border-left: 1px solid #e4e7ec;
|
931
931
|
border-right: 1px solid #e4e7ec;
|
932
932
|
background-color: #F9FAFB; }
|
933
933
|
|
934
|
-
.
|
934
|
+
._style-module__nextChart__3YKBp {
|
935
935
|
width: 36px;
|
936
936
|
display: flex;
|
937
937
|
justify-content: center;
|
938
938
|
align-items: center;
|
939
939
|
cursor: pointer; }
|
940
940
|
|
941
|
-
.
|
941
|
+
._style-module__titleChart__13BVP {
|
942
942
|
padding: 10.5px 24px;
|
943
943
|
border: 1px solid #e4e7ec;
|
944
944
|
border-radius: 6px; }
|
945
|
-
.
|
945
|
+
._style-module__titleChart__13BVP span {
|
946
946
|
font-family: "Pretendard";
|
947
947
|
font-weight: 700;
|
948
948
|
font-size: 16px;
|
949
949
|
color: #414e62; }
|
950
950
|
|
951
|
-
.
|
951
|
+
._style-module__titleCompareGrass__o1txm {
|
952
952
|
font-family: "Pretendard";
|
953
953
|
padding: 10.5px 24px;
|
954
954
|
font-weight: 700;
|
955
955
|
font-size: 16px;
|
956
956
|
color: #414e62; }
|
957
957
|
|
958
|
-
.
|
958
|
+
._style-module__tableCompareGrass__bT5nf thead {
|
959
959
|
background-color: #f9fafb; }
|
960
|
-
.
|
960
|
+
._style-module__tableCompareGrass__bT5nf thead th {
|
961
961
|
font-family: "Pretendard";
|
962
962
|
font-weight: 600;
|
963
963
|
font-size: 13px;
|
964
964
|
color: #9A9A98;
|
965
965
|
padding: 12px 16px; }
|
966
|
-
.
|
966
|
+
._style-module__tableCompareGrass__bT5nf thead ._style-module__thcolumn1__3Umg0 {
|
967
967
|
border-right: 1px solid #e4e7ec;
|
968
968
|
padding: 12px 16px; }
|
969
969
|
|
970
|
-
.
|
970
|
+
._style-module__tableCompareGrass__bT5nf tbody {
|
971
971
|
font-family: "Pretendard";
|
972
972
|
font-weight: 500;
|
973
973
|
font-size: 13px;
|
974
974
|
border-bottom: 1px solid #e4e7ec; }
|
975
|
-
.
|
975
|
+
._style-module__tableCompareGrass__bT5nf tbody td {
|
976
976
|
vertical-align: middle; }
|
977
|
-
.
|
977
|
+
._style-module__tableCompareGrass__bT5nf tbody ._style-module__tdcolumn1__3dRMF {
|
978
978
|
padding: 8px 16px;
|
979
979
|
border-right: 1px solid #e4e7ec;
|
980
980
|
color: #97a1af; }
|
981
|
-
.
|
981
|
+
._style-module__tableCompareGrass__bT5nf tbody ._style-module__tdcolumn3__2tcBP {
|
982
982
|
text-align: center;
|
983
983
|
font-family: "Pretendard";
|
984
984
|
font-weight: 700;
|
985
985
|
font-size: 13px; }
|
986
|
-
.
|
986
|
+
._style-module__tableCompareGrass__bT5nf tbody ._style-module__classification__1AFeb {
|
987
987
|
display: flex;
|
988
988
|
flex-direction: row;
|
989
989
|
justify-content: center;
|
990
990
|
align-items: center;
|
991
991
|
gap: 10px; }
|
992
|
-
.
|
992
|
+
._style-module__tableCompareGrass__bT5nf tbody ._style-module__classification__1AFeb span {
|
993
993
|
font-family: "Pretendard";
|
994
994
|
font-weight: 600;
|
995
995
|
font-size: 11px;
|
996
996
|
padding: 4px 8px;
|
997
997
|
border-radius: 6px; }
|
998
998
|
|
999
|
-
.
|
999
|
+
._style-module__wrapperProblem__oTqG7 {
|
1000
1000
|
border-top: 1px solid #e4e7ec; }
|
1001
|
-
.
|
1001
|
+
._style-module__wrapperProblem__oTqG7 :hover {
|
1002
1002
|
cursor: pointer; }
|
1003
1003
|
|
1004
|
-
.
|
1004
|
+
._style-module__wrapperProblem__oTqG7:first-child {
|
1005
1005
|
border-top: none; }
|
1006
1006
|
|
1007
|
-
.
|
1007
|
+
._style-module__wrapperProblem__oTqG7:last-child {
|
1008
1008
|
border-bottom: 1px solid #e4e7ec; }
|
1009
1009
|
|
1010
|
-
.
|
1010
|
+
._style-module__titleProblem__35eIx {
|
1011
1011
|
display: flex;
|
1012
1012
|
background-color: #F9FAFB;
|
1013
1013
|
border-bottom: 1px solid #e4e7ec;
|
@@ -1019,7 +1019,7 @@
|
|
1019
1019
|
font-size: 16px;
|
1020
1020
|
color: #414e62; }
|
1021
1021
|
|
1022
|
-
.
|
1022
|
+
._style-module__titleProblemClose__3t4HO {
|
1023
1023
|
display: flex;
|
1024
1024
|
background-color: #F9FAFB;
|
1025
1025
|
justify-content: space-between;
|
@@ -1030,7 +1030,7 @@
|
|
1030
1030
|
font-size: 16px;
|
1031
1031
|
color: #414e62; }
|
1032
1032
|
|
1033
|
-
.
|
1033
|
+
._style-module__titleTrickyProblem__1-oxK {
|
1034
1034
|
border-bottom: 1px solid #e4e7ec;
|
1035
1035
|
background-color: #F9FAFB;
|
1036
1036
|
display: flex;
|
@@ -1042,7 +1042,7 @@
|
|
1042
1042
|
font-size: 12px;
|
1043
1043
|
color: #97a1af; }
|
1044
1044
|
|
1045
|
-
.
|
1045
|
+
._style-module__wrongQuestions__2dpMR {
|
1046
1046
|
border-bottom: 1px solid #e4e7ec;
|
1047
1047
|
display: flex;
|
1048
1048
|
align-items: center;
|
@@ -1054,12 +1054,12 @@
|
|
1054
1054
|
font-size: 12px;
|
1055
1055
|
background-color: #FFF;
|
1056
1056
|
color: #DB4D4D; }
|
1057
|
-
.
|
1057
|
+
._style-module__wrongQuestions__2dpMR ._style-module__question__1lSOX {
|
1058
1058
|
min-width: 36px;
|
1059
1059
|
min-height: 22px;
|
1060
1060
|
padding: 4px; }
|
1061
1061
|
|
1062
|
-
.
|
1062
|
+
._style-module__assignedQuestions__1ONUt {
|
1063
1063
|
display: flex;
|
1064
1064
|
align-items: center;
|
1065
1065
|
flex-wrap: wrap;
|
@@ -1070,103 +1070,103 @@
|
|
1070
1070
|
font-size: 12px;
|
1071
1071
|
background-color: #FFF;
|
1072
1072
|
color: #3ACB46; }
|
1073
|
-
.
|
1073
|
+
._style-module__assignedQuestions__1ONUt ._style-module__question__1lSOX {
|
1074
1074
|
min-width: 36px;
|
1075
1075
|
min-height: 22px;
|
1076
1076
|
padding: 4px; }
|
1077
1077
|
|
1078
|
-
.
|
1078
|
+
._style-module__wrapperContent__nPoR0 {
|
1079
1079
|
padding: 8px 0px; }
|
1080
1080
|
|
1081
|
-
.
|
1081
|
+
._style-module__content__2zmZn {
|
1082
1082
|
padding: 8px; }
|
1083
|
-
.
|
1083
|
+
._style-module__content__2zmZn ._style-module__contentColumn1__334SY {
|
1084
1084
|
border-right: 1px solid #97a1af;
|
1085
1085
|
padding: 11px 24px 8px 11px; }
|
1086
|
-
.
|
1086
|
+
._style-module__content__2zmZn ._style-module__contentColumn1__334SY div {
|
1087
1087
|
display: flex;
|
1088
1088
|
justify-content: center;
|
1089
1089
|
align-items: center;
|
1090
1090
|
gap: 4px;
|
1091
1091
|
min-width: 72px; }
|
1092
|
-
.
|
1092
|
+
._style-module__content__2zmZn ._style-module__contentColumn1__334SY div ._style-module__span1__3Lf-U {
|
1093
1093
|
font-family: "Pretendard";
|
1094
1094
|
font-weight: 600;
|
1095
1095
|
font-size: 12px;
|
1096
1096
|
color: "#414E62"; }
|
1097
|
-
.
|
1097
|
+
._style-module__content__2zmZn ._style-module__contentColumn1__334SY div ._style-module__span2__ZpMot {
|
1098
1098
|
font-family: "Pretendard";
|
1099
1099
|
font-weight: 600;
|
1100
1100
|
font-size: 12px;
|
1101
1101
|
color: #414E62; }
|
1102
|
-
.
|
1102
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l {
|
1103
1103
|
display: flex;
|
1104
1104
|
flex-direction: row;
|
1105
1105
|
padding-left: 16px;
|
1106
1106
|
gap: 16px; }
|
1107
|
-
.
|
1107
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div {
|
1108
1108
|
display: flex;
|
1109
1109
|
flex-direction: column;
|
1110
1110
|
gap: 8px; }
|
1111
|
-
.
|
1111
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div ._style-module__span1__3Lf-U {
|
1112
1112
|
font-family: "Pretendard";
|
1113
1113
|
font-size: 500px;
|
1114
1114
|
font-size: 12px;
|
1115
1115
|
color: #414e62; }
|
1116
|
-
.
|
1116
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div ._style-module__span2__ZpMot {
|
1117
1117
|
font-family: "Pretendard";
|
1118
1118
|
font-size: 500px;
|
1119
1119
|
font-size: 12px;
|
1120
1120
|
color: #97a1af; }
|
1121
|
-
.
|
1121
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__duration__1kT28 {
|
1122
1122
|
font-family: "Pretendard";
|
1123
1123
|
font-weight: 600;
|
1124
1124
|
font-size: 12px;
|
1125
1125
|
color: #DB4D4D; }
|
1126
|
-
.
|
1126
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__topDuration__1fVRi {
|
1127
1127
|
font-family: "Pretendard";
|
1128
1128
|
font-weight: 500;
|
1129
1129
|
font-size: 12px;
|
1130
1130
|
color: #414e62; }
|
1131
|
-
.
|
1131
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__overallCorrectRate__3jLGe {
|
1132
1132
|
font-family: "Pretendard";
|
1133
1133
|
font-weight: 600;
|
1134
1134
|
font-size: 12px;
|
1135
1135
|
color: #18442A; }
|
1136
|
-
.
|
1136
|
+
._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__answer__VsZ0K {
|
1137
1137
|
font-family: "Pretendard";
|
1138
1138
|
font-weight: 500;
|
1139
1139
|
font-size: 12px;
|
1140
1140
|
color: #DB4D4D; }
|
1141
1141
|
|
1142
|
-
.
|
1142
|
+
._style-module__contentVulnerable__QxKMy {
|
1143
1143
|
padding: 8px; }
|
1144
1144
|
|
1145
|
-
.
|
1145
|
+
._style-module__wrappContentProblem__nnqpW {
|
1146
1146
|
padding: 10px 0px; }
|
1147
1147
|
|
1148
|
-
.
|
1148
|
+
._style-module__contentProblem__3Z1nV {
|
1149
1149
|
display: flex;
|
1150
1150
|
flex-direction: column;
|
1151
1151
|
padding: 12px 24px; }
|
1152
|
-
.
|
1152
|
+
._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx {
|
1153
1153
|
display: flex;
|
1154
1154
|
align-items: center;
|
1155
1155
|
justify-content: space-between;
|
1156
1156
|
margin-bottom: 8px; }
|
1157
|
-
.
|
1157
|
+
._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx ._style-module__name__3ZJQW {
|
1158
1158
|
font-family: "Pretendard";
|
1159
1159
|
font-weight: 500;
|
1160
1160
|
font-size: 12px;
|
1161
1161
|
color: #414E62; }
|
1162
|
-
.
|
1162
|
+
._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx ._style-module__percent__2J3MK {
|
1163
1163
|
font-family: "Pretendard";
|
1164
1164
|
display: flex;
|
1165
1165
|
gap: 16px;
|
1166
1166
|
margin-right: 20px;
|
1167
1167
|
font-weight: 600;
|
1168
1168
|
font-size: 12px; }
|
1169
|
-
.
|
1169
|
+
._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO {
|
1170
1170
|
width: 100%;
|
1171
1171
|
height: 12px;
|
1172
1172
|
background-color: transparent;
|
@@ -1174,10 +1174,10 @@
|
|
1174
1174
|
border-radius: 12px;
|
1175
1175
|
padding: 1px 5px;
|
1176
1176
|
overflow-x: hidden; }
|
1177
|
-
.
|
1177
|
+
._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO > div {
|
1178
1178
|
position: relative;
|
1179
1179
|
height: 100%; }
|
1180
|
-
.
|
1180
|
+
._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO ._style-module__track__3CV_y {
|
1181
1181
|
width: 8px;
|
1182
1182
|
height: 8px;
|
1183
1183
|
background: #18442A;
|
@@ -1186,7 +1186,7 @@
|
|
1186
1186
|
top: 0;
|
1187
1187
|
transform: translateX(-50%); }
|
1188
1188
|
|
1189
|
-
.
|
1189
|
+
._style-module__noData___g-ff {
|
1190
1190
|
font-family: "Pretendard";
|
1191
1191
|
font-weight: 600;
|
1192
1192
|
display: flex;
|
@@ -1194,17 +1194,17 @@
|
|
1194
1194
|
align-items: center;
|
1195
1195
|
margin: 8px 0; }
|
1196
1196
|
|
1197
|
-
.
|
1197
|
+
._style-module__loading__3j485 {
|
1198
1198
|
height: calc(100vh - 72px); }
|
1199
1199
|
|
1200
|
-
.
|
1200
|
+
._style-module__table-responsive__2O6RX {
|
1201
1201
|
overflow-x: auto;
|
1202
1202
|
-webkit-overflow-scrolling: touch; }
|
1203
1203
|
|
1204
|
-
.
|
1204
|
+
._style-module__form-label__1RYOQ {
|
1205
1205
|
margin-bottom: 0.5rem; }
|
1206
1206
|
|
1207
|
-
.
|
1207
|
+
._style-module__form-control__3VRVT {
|
1208
1208
|
display: block;
|
1209
1209
|
width: 100%;
|
1210
1210
|
padding: 0.375rem 0.75rem;
|
@@ -1221,30 +1221,30 @@
|
|
1221
1221
|
border-radius: 0.375rem;
|
1222
1222
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
1223
1223
|
|
1224
|
-
.
|
1224
|
+
._style-module__form-label-dialog__3oCSh {
|
1225
1225
|
font-weight: 600 !important;
|
1226
1226
|
font-size: 13px !important;
|
1227
1227
|
line-height: 15.51px !important;
|
1228
1228
|
color: #202B37 !important; }
|
1229
1229
|
|
1230
|
-
.
|
1230
|
+
._style-module__btn-cancel__3USKq {
|
1231
1231
|
min-width: 120px !important;
|
1232
1232
|
padding: 12px !important;
|
1233
1233
|
border-radius: 6px !important;
|
1234
1234
|
background-color: transparent !important; }
|
1235
1235
|
|
1236
|
-
.
|
1236
|
+
._style-module__btn-register__3y_iD {
|
1237
1237
|
min-width: 120px !important;
|
1238
1238
|
padding: 12px !important;
|
1239
1239
|
border-radius: 6px !important; }
|
1240
1240
|
|
1241
|
-
.
|
1241
|
+
._style-module__pdfBtnBox__3xZHo p {
|
1242
1242
|
font-size: 13px;
|
1243
1243
|
font-weight: 700;
|
1244
1244
|
color: #6d6e6f;
|
1245
1245
|
margin: 0; }
|
1246
1246
|
|
1247
|
-
.
|
1247
|
+
._style-module__pdfBtnBox__3xZHo button {
|
1248
1248
|
border-radius: 6px;
|
1249
1249
|
padding: 8px 12px;
|
1250
1250
|
border: 1px solid #aeabac;
|
@@ -1254,12 +1254,12 @@
|
|
1254
1254
|
gap: 8px;
|
1255
1255
|
align-items: center; }
|
1256
1256
|
|
1257
|
-
.
|
1257
|
+
._style-module__pdfBtn__1DtWq {
|
1258
1258
|
display: flex;
|
1259
1259
|
justify-content: space-between;
|
1260
1260
|
line-height: 10.8px; }
|
1261
1261
|
|
1262
|
-
.
|
1262
|
+
._style-module__form-select__1a_vw {
|
1263
1263
|
display: block;
|
1264
1264
|
width: 100%;
|
1265
1265
|
padding: 0.375rem 2.25rem 0.375rem 0.75rem;
|
@@ -1279,43 +1279,43 @@
|
|
1279
1279
|
border-radius: 0.375rem;
|
1280
1280
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
1281
1281
|
|
1282
|
-
.
|
1282
|
+
._style-module__loader__2uC7T {
|
1283
1283
|
display: flex;
|
1284
1284
|
align-items: end; }
|
1285
1285
|
|
1286
|
-
.
|
1286
|
+
._style-module__dot__Xz-Mr {
|
1287
1287
|
width: 6px;
|
1288
1288
|
height: 6px;
|
1289
1289
|
margin: 0 3px;
|
1290
1290
|
border-radius: 50%;
|
1291
1291
|
background-color: #ffffff;
|
1292
|
-
animation:
|
1292
|
+
animation: _style-module__bounce__3THgz 0.6s infinite alternate; }
|
1293
1293
|
|
1294
|
-
.
|
1294
|
+
._style-module__dot__Xz-Mr:nth-child(2) {
|
1295
1295
|
animation-delay: 0.2s; }
|
1296
1296
|
|
1297
|
-
.
|
1297
|
+
._style-module__dot__Xz-Mr:nth-child(3) {
|
1298
1298
|
animation-delay: 0.4s; }
|
1299
1299
|
|
1300
|
-
@keyframes
|
1300
|
+
@keyframes _style-module__bounce__3THgz {
|
1301
1301
|
0% {
|
1302
1302
|
transform: translateY(-4px); }
|
1303
1303
|
100% {
|
1304
1304
|
transform: translateY(-8px); } }
|
1305
1305
|
|
1306
|
-
.
|
1306
|
+
._printStyle-module__page-break__35kyG {
|
1307
1307
|
page-break-before: always; }
|
1308
1308
|
|
1309
|
-
.
|
1309
|
+
._printStyle-module__print-exact-color__1PFgl {
|
1310
1310
|
print-color-adjust: exact; }
|
1311
1311
|
|
1312
|
-
.
|
1312
|
+
._printStyle-module__avoid-break-inside__3rPGh {
|
1313
1313
|
page-break-inside: avoid; }
|
1314
1314
|
|
1315
|
-
.
|
1315
|
+
._style-module__form-label__1jRLX {
|
1316
1316
|
margin-bottom: 0.5rem; }
|
1317
1317
|
|
1318
|
-
.
|
1318
|
+
._style-module__form-control__13KE7 {
|
1319
1319
|
display: block;
|
1320
1320
|
width: 100%;
|
1321
1321
|
padding: 0.375rem 0.75rem;
|
@@ -1332,24 +1332,24 @@
|
|
1332
1332
|
border-radius: 0.375rem;
|
1333
1333
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
1334
1334
|
|
1335
|
-
.
|
1335
|
+
._style-module__form-label-dialog__3mXNM {
|
1336
1336
|
font-weight: 600 !important;
|
1337
1337
|
font-size: 13px !important;
|
1338
1338
|
line-height: 15.51px !important;
|
1339
1339
|
color: #202B37 !important; }
|
1340
1340
|
|
1341
|
-
.
|
1341
|
+
._style-module__btn-cancel__3bqNl {
|
1342
1342
|
min-width: 120px !important;
|
1343
1343
|
padding: 12px !important;
|
1344
1344
|
border-radius: 6px !important;
|
1345
1345
|
background-color: transparent !important; }
|
1346
1346
|
|
1347
|
-
.
|
1347
|
+
._style-module__btn-register__3GFnT {
|
1348
1348
|
min-width: 120px !important;
|
1349
1349
|
padding: 12px !important;
|
1350
1350
|
border-radius: 6px !important; }
|
1351
1351
|
|
1352
|
-
.
|
1352
|
+
._style-module__action-btn__1jXbz {
|
1353
1353
|
border-radius: 50%;
|
1354
1354
|
width: 36px;
|
1355
1355
|
height: 36px;
|
@@ -1357,16 +1357,16 @@
|
|
1357
1357
|
justify-content: center;
|
1358
1358
|
align-items: center;
|
1359
1359
|
margin-inline: 0.25rem; }
|
1360
|
-
.
|
1360
|
+
._style-module__action-btn__1jXbz svg {
|
1361
1361
|
width: 0.75rem; }
|
1362
|
-
.
|
1362
|
+
._style-module__action-btn--pencil__at4xP {
|
1363
1363
|
stroke: #FFF;
|
1364
1364
|
width: 1rem !important; }
|
1365
1365
|
|
1366
|
-
.
|
1366
|
+
._style-module__icon-rotate-180__12gv9 {
|
1367
1367
|
transform: rotate(180deg); }
|
1368
1368
|
|
1369
|
-
.
|
1369
|
+
._style-module__drop-area__R4bn5 {
|
1370
1370
|
border: 1px dashed #DDD;
|
1371
1371
|
border-radius: 0.5rem;
|
1372
1372
|
height: 200px;
|
@@ -1374,40 +1374,40 @@
|
|
1374
1374
|
justify-content: center;
|
1375
1375
|
align-items: center;
|
1376
1376
|
cursor: pointer; }
|
1377
|
-
.
|
1377
|
+
._style-module__drop-area__R4bn5 input {
|
1378
1378
|
width: 100%;
|
1379
1379
|
height: 100%; }
|
1380
1380
|
|
1381
|
-
.
|
1381
|
+
._styles-module__question__2uc_W {
|
1382
1382
|
padding: 0.5rem 1.5rem;
|
1383
1383
|
border-radius: 6px;
|
1384
1384
|
border: 1px solid #EBEBFF; }
|
1385
|
-
.
|
1385
|
+
._styles-module__question-article__2p7kY {
|
1386
1386
|
font-weight: 700;
|
1387
1387
|
font-size: 14px; }
|
1388
|
-
.
|
1388
|
+
._styles-module__question-title__2tHmc {
|
1389
1389
|
font-weight: 700;
|
1390
1390
|
font-size: 14px;
|
1391
1391
|
color: #414E62; }
|
1392
1392
|
|
1393
|
-
.
|
1394
|
-
.
|
1393
|
+
._styles-module__question-label__26ATj > span:last-child,
|
1394
|
+
._styles-module__question-label__26ATj {
|
1395
1395
|
font-weight: 600 !important;
|
1396
1396
|
font-size: 13px !important;
|
1397
1397
|
color: #202B37 !important; }
|
1398
1398
|
|
1399
|
-
.
|
1399
|
+
._styles-module__question-input__3R8PR {
|
1400
1400
|
font-weight: 600;
|
1401
1401
|
font-size: 13px;
|
1402
1402
|
border: 1px solid #97A1AF;
|
1403
1403
|
padding: 12px; }
|
1404
|
-
.
|
1404
|
+
._styles-module__question-input__3R8PR:focus {
|
1405
1405
|
box-shadow: none; }
|
1406
1406
|
|
1407
|
-
.
|
1407
|
+
._styles-module__question-btn__1VZac:hover {
|
1408
1408
|
color: #FFF; }
|
1409
1409
|
|
1410
|
-
.
|
1410
|
+
._styles-module__drawer__11aYm {
|
1411
1411
|
width: 70vw;
|
1412
1412
|
height: calc(100vh - 78px);
|
1413
1413
|
position: fixed;
|
@@ -1415,10 +1415,10 @@
|
|
1415
1415
|
bottom: 0;
|
1416
1416
|
z-index: 99;
|
1417
1417
|
transition: right 0.3s ease-in-out; }
|
1418
|
-
.
|
1418
|
+
._styles-module__drawer__11aYm._styles-module__open__3Ydwm {
|
1419
1419
|
right: 0; }
|
1420
1420
|
|
1421
|
-
.
|
1421
|
+
._styles-module__drawer-overlay__3SQDf {
|
1422
1422
|
width: 100vw;
|
1423
1423
|
height: 100vh;
|
1424
1424
|
background-color: rgba(0, 0, 0, 0);
|
@@ -1427,26 +1427,26 @@
|
|
1427
1427
|
bottom: 0;
|
1428
1428
|
transition: background-color 0.1s 0.2s ease-in-out;
|
1429
1429
|
z-index: -1; }
|
1430
|
-
.
|
1430
|
+
._styles-module__drawer-overlay__3SQDf._styles-module__open__3Ydwm {
|
1431
1431
|
background-color: rgba(0, 0, 0, 0.3);
|
1432
1432
|
z-index: 98; }
|
1433
1433
|
|
1434
|
-
.
|
1434
|
+
._styles-module__drawer-header__2BwOx {
|
1435
1435
|
background: #F9FAFB;
|
1436
1436
|
border-bottom: 1px solid #E4E7EC;
|
1437
1437
|
padding: 1rem 1.5rem; }
|
1438
|
-
.
|
1438
|
+
._styles-module__drawer-header__2BwOx button {
|
1439
1439
|
padding: 0.5rem 1rem; }
|
1440
|
-
.
|
1440
|
+
._styles-module__drawer-header__2BwOx button span {
|
1441
1441
|
font-size: 13px;
|
1442
1442
|
font-weight: 700; }
|
1443
1443
|
|
1444
|
-
.
|
1444
|
+
._styles-module__drawer-form__2Zo7R {
|
1445
1445
|
height: calc(100% - 70.5px);
|
1446
1446
|
padding: 1rem 1.5rem 2rem;
|
1447
1447
|
overflow-y: auto; }
|
1448
1448
|
|
1449
|
-
.
|
1449
|
+
._styles-module__dropdown-content-academy__1lzjD {
|
1450
1450
|
width: 100%;
|
1451
1451
|
top: calc(100% + 4px) !important;
|
1452
1452
|
left: unset !important;
|
@@ -1456,18 +1456,18 @@
|
|
1456
1456
|
box-shadow: 0px 8px 15px #989898;
|
1457
1457
|
border: none;
|
1458
1458
|
padding: 0 8px; }
|
1459
|
-
.
|
1459
|
+
._styles-module__dropdown-content-academy__1lzjD:after {
|
1460
1460
|
display: none; }
|
1461
|
-
.
|
1461
|
+
._styles-module__dropdown-content-academy__1lzjD ._styles-module__dropdown-change__1y7K9 {
|
1462
1462
|
background: transparent; }
|
1463
1463
|
|
1464
|
-
.
|
1464
|
+
._styles-module__dropdown-academy-item__1Y-55 {
|
1465
1465
|
font-size: 14px;
|
1466
1466
|
line-height: 1; }
|
1467
|
-
.
|
1467
|
+
._styles-module__dropdown-academy-item__1Y-55:active {
|
1468
1468
|
background-color: transparent !important; }
|
1469
1469
|
|
1470
|
-
.
|
1470
|
+
._styles-module__dropdown-content-language__1fBXY {
|
1471
1471
|
width: 210px;
|
1472
1472
|
top: 40px !important;
|
1473
1473
|
left: -80px !important;
|
@@ -1476,32 +1476,32 @@
|
|
1476
1476
|
box-shadow: 0px 8px 15px #989898;
|
1477
1477
|
border: none;
|
1478
1478
|
padding: 0 8px; }
|
1479
|
-
.
|
1479
|
+
._styles-module__dropdown-content-language__1fBXY:after {
|
1480
1480
|
display: none; }
|
1481
|
-
.
|
1481
|
+
._styles-module__dropdown-content-language__1fBXY ._styles-module__dropdown-change__1y7K9 {
|
1482
1482
|
background: transparent; }
|
1483
1483
|
|
1484
|
-
.
|
1484
|
+
._styles-module__dropdown-item-language__3Szun {
|
1485
1485
|
color: #242424;
|
1486
1486
|
display: flex;
|
1487
1487
|
padding: 8px;
|
1488
1488
|
border-radius: 6px; }
|
1489
|
-
.
|
1489
|
+
._styles-module__dropdown-item-language__3Szun:hover {
|
1490
1490
|
background-color: #f1faff; }
|
1491
1491
|
|
1492
|
-
.
|
1492
|
+
._styles-module__dropdown-item-language-active__2HhLb {
|
1493
1493
|
background-color: #f1faff; }
|
1494
1494
|
|
1495
|
-
.
|
1495
|
+
._styles-module__item-address__3WYHC {
|
1496
1496
|
font-weight: 600;
|
1497
1497
|
border-top: 1px solid #27347d29;
|
1498
1498
|
padding-top: 10px; }
|
1499
|
-
.
|
1499
|
+
._styles-module__item-address__3WYHC._styles-module__item-logout__2-9ix {
|
1500
1500
|
color: #8b0000; }
|
1501
|
-
.
|
1501
|
+
._styles-module__item-address__3WYHC ._styles-module__title-address__1r4pn {
|
1502
1502
|
margin-right: 12px; }
|
1503
1503
|
|
1504
|
-
.
|
1504
|
+
._styles-module__image-academy__2ZozT {
|
1505
1505
|
width: 40px;
|
1506
1506
|
height: 40px;
|
1507
1507
|
border-radius: 50%;
|
@@ -1513,7 +1513,7 @@
|
|
1513
1513
|
font-weight: 600;
|
1514
1514
|
line-height: 1;
|
1515
1515
|
color: #FFF; }
|
1516
|
-
.
|
1516
|
+
._styles-module__image-academy__2ZozT img {
|
1517
1517
|
width: 100%;
|
1518
1518
|
height: 100%;
|
1519
1519
|
border-radius: 50%;
|
@@ -1521,11 +1521,11 @@
|
|
1521
1521
|
object-fit: cover;
|
1522
1522
|
border: 1px solid #DFE3E8; }
|
1523
1523
|
|
1524
|
-
.
|
1524
|
+
._styles-module__avatar__8niRT {
|
1525
1525
|
width: 42px;
|
1526
1526
|
height: 42px; }
|
1527
1527
|
|
1528
|
-
.
|
1528
|
+
._style-module__action-btn__2Kt_g {
|
1529
1529
|
border-radius: 50%;
|
1530
1530
|
width: 36px;
|
1531
1531
|
height: 36px;
|
@@ -1533,25 +1533,25 @@
|
|
1533
1533
|
justify-content: center;
|
1534
1534
|
align-items: center;
|
1535
1535
|
margin-inline: 0.25rem; }
|
1536
|
-
.
|
1536
|
+
._style-module__action-btn__2Kt_g svg {
|
1537
1537
|
width: 0.75rem; }
|
1538
|
-
.
|
1538
|
+
._style-module__action-btn--pencil__3T_TG {
|
1539
1539
|
stroke: #FFF;
|
1540
1540
|
width: 1rem !important; }
|
1541
1541
|
|
1542
|
-
.
|
1542
|
+
._style-module__btn-cancel__3j6Kd {
|
1543
1543
|
min-width: 120px !important;
|
1544
1544
|
padding: 12px !important;
|
1545
1545
|
border-radius: 6px !important;
|
1546
1546
|
background-color: transparent !important; }
|
1547
1547
|
|
1548
|
-
.
|
1548
|
+
._style-module__btn-register__XA4vl {
|
1549
1549
|
min-width: 120px !important;
|
1550
1550
|
padding: 12px !important;
|
1551
1551
|
border-radius: 6px !important; }
|
1552
1552
|
|
1553
1553
|
@charset "UTF-8";
|
1554
|
-
.
|
1554
|
+
._styles-module__drawer__1k4kj {
|
1555
1555
|
width: 70vw;
|
1556
1556
|
height: calc(100vh - 78px);
|
1557
1557
|
position: fixed;
|
@@ -1559,10 +1559,10 @@
|
|
1559
1559
|
bottom: 0;
|
1560
1560
|
z-index: 99;
|
1561
1561
|
transition: right 0.3s ease-in-out; }
|
1562
|
-
.
|
1562
|
+
._styles-module__drawer__1k4kj._styles-module__open__IB2-g {
|
1563
1563
|
right: 0; }
|
1564
1564
|
|
1565
|
-
.
|
1565
|
+
._styles-module__drawer-overlay__xnHGE {
|
1566
1566
|
width: 100vw;
|
1567
1567
|
height: 100vh;
|
1568
1568
|
background-color: rgba(0, 0, 0, 0);
|
@@ -1571,26 +1571,26 @@
|
|
1571
1571
|
bottom: 0;
|
1572
1572
|
transition: background-color 0.1s 0.2s ease-in-out;
|
1573
1573
|
z-index: -1; }
|
1574
|
-
.
|
1574
|
+
._styles-module__drawer-overlay__xnHGE._styles-module__open__IB2-g {
|
1575
1575
|
background-color: rgba(0, 0, 0, 0.3);
|
1576
1576
|
z-index: 98; }
|
1577
1577
|
|
1578
|
-
.
|
1578
|
+
._styles-module__drawer-header__1gLOh {
|
1579
1579
|
background: #F9FAFB;
|
1580
1580
|
border-bottom: 1px solid #E4E7EC;
|
1581
1581
|
padding: 1rem 1.5rem; }
|
1582
|
-
.
|
1582
|
+
._styles-module__drawer-header__1gLOh button {
|
1583
1583
|
padding: 0.5rem 1rem; }
|
1584
|
-
.
|
1584
|
+
._styles-module__drawer-header__1gLOh button span {
|
1585
1585
|
font-size: 13px;
|
1586
1586
|
font-weight: 700; }
|
1587
1587
|
|
1588
|
-
.
|
1588
|
+
._styles-module__drawer-form__2pLGg {
|
1589
1589
|
height: calc(100% - 70.5px);
|
1590
1590
|
padding: 1rem 1.5rem 2rem;
|
1591
1591
|
overflow-y: auto; }
|
1592
1592
|
|
1593
|
-
.
|
1593
|
+
._styles-module__dropdown-content-academy__1rR7s {
|
1594
1594
|
width: 100%;
|
1595
1595
|
top: calc(100% + 4px) !important;
|
1596
1596
|
left: unset !important;
|
@@ -1600,29 +1600,29 @@
|
|
1600
1600
|
box-shadow: 0px 8px 15px #989898;
|
1601
1601
|
border: none;
|
1602
1602
|
padding: 0 8px; }
|
1603
|
-
.
|
1603
|
+
._styles-module__dropdown-content-academy__1rR7s:after {
|
1604
1604
|
display: none; }
|
1605
|
-
.
|
1605
|
+
._styles-module__dropdown-content-academy__1rR7s ._styles-module__dropdown-change__1Hcs4 {
|
1606
1606
|
background: transparent; }
|
1607
1607
|
|
1608
|
-
.
|
1608
|
+
._styles-module__btn-register__37IIN {
|
1609
1609
|
min-width: 120px !important;
|
1610
1610
|
padding: 12px !important;
|
1611
1611
|
border-radius: 6px !important; }
|
1612
1612
|
|
1613
|
-
.
|
1613
|
+
._styles-module__btn-cancel__KDkNh {
|
1614
1614
|
min-width: 120px !important;
|
1615
1615
|
padding: 12px !important;
|
1616
1616
|
border-radius: 6px !important;
|
1617
1617
|
background-color: transparent !important; }
|
1618
1618
|
|
1619
|
-
.
|
1619
|
+
._styles-module__dropdown-academy-item__1-srV {
|
1620
1620
|
font-size: 14px;
|
1621
1621
|
line-height: 1; }
|
1622
|
-
.
|
1622
|
+
._styles-module__dropdown-academy-item__1-srV:active {
|
1623
1623
|
background-color: transparent !important; }
|
1624
1624
|
|
1625
|
-
.
|
1625
|
+
._styles-module__dropdown-content-language__88rAE {
|
1626
1626
|
width: 210px;
|
1627
1627
|
top: 40px !important;
|
1628
1628
|
left: -80px !important;
|
@@ -1631,32 +1631,32 @@
|
|
1631
1631
|
box-shadow: 0px 8px 15px #989898;
|
1632
1632
|
border: none;
|
1633
1633
|
padding: 0 8px; }
|
1634
|
-
.
|
1634
|
+
._styles-module__dropdown-content-language__88rAE:after {
|
1635
1635
|
display: none; }
|
1636
|
-
.
|
1636
|
+
._styles-module__dropdown-content-language__88rAE ._styles-module__dropdown-change__1Hcs4 {
|
1637
1637
|
background: transparent; }
|
1638
1638
|
|
1639
|
-
.
|
1639
|
+
._styles-module__dropdown-item-language__2jjUW {
|
1640
1640
|
color: #242424;
|
1641
1641
|
display: flex;
|
1642
1642
|
padding: 8px;
|
1643
1643
|
border-radius: 6px; }
|
1644
|
-
.
|
1644
|
+
._styles-module__dropdown-item-language__2jjUW:hover {
|
1645
1645
|
background-color: #f1faff; }
|
1646
1646
|
|
1647
|
-
.
|
1647
|
+
._styles-module__dropdown-item-language-active__27lik {
|
1648
1648
|
background-color: #f1faff; }
|
1649
1649
|
|
1650
|
-
.
|
1650
|
+
._styles-module__item-address__tGib4 {
|
1651
1651
|
font-weight: 600;
|
1652
1652
|
border-top: 1px solid #27347d29;
|
1653
1653
|
padding-top: 10px; }
|
1654
|
-
.
|
1654
|
+
._styles-module__item-address__tGib4._styles-module__item-logout__1MXIb {
|
1655
1655
|
color: #8b0000; }
|
1656
|
-
.
|
1656
|
+
._styles-module__item-address__tGib4 ._styles-module__title-address__A_I15 {
|
1657
1657
|
margin-right: 12px; }
|
1658
1658
|
|
1659
|
-
.
|
1659
|
+
._styles-module__image-academy__3zxbi {
|
1660
1660
|
width: 40px;
|
1661
1661
|
height: 40px;
|
1662
1662
|
border-radius: 50%;
|
@@ -1668,7 +1668,7 @@
|
|
1668
1668
|
font-weight: 600;
|
1669
1669
|
line-height: 1;
|
1670
1670
|
color: #FFF; }
|
1671
|
-
.
|
1671
|
+
._styles-module__image-academy__3zxbi img {
|
1672
1672
|
width: 100%;
|
1673
1673
|
height: 100%;
|
1674
1674
|
border-radius: 50%;
|
@@ -1676,24 +1676,24 @@
|
|
1676
1676
|
object-fit: cover;
|
1677
1677
|
border: 1px solid #DFE3E8; }
|
1678
1678
|
|
1679
|
-
.
|
1679
|
+
._styles-module__slick-dots__VlpW7 li {
|
1680
1680
|
display: inline-block;
|
1681
1681
|
margin: 0 5px;
|
1682
1682
|
padding: 0; }
|
1683
1683
|
|
1684
|
-
.
|
1684
|
+
._styles-module__slick-dots__VlpW7 li, ._styles-module__slick-dots__VlpW7 li button {
|
1685
1685
|
cursor: pointer;
|
1686
1686
|
height: 20px;
|
1687
1687
|
width: 20px; }
|
1688
1688
|
|
1689
|
-
.
|
1689
|
+
._styles-module__slick-dots__VlpW7 li button {
|
1690
1690
|
border: 0;
|
1691
1691
|
display: block;
|
1692
1692
|
font-size: 0;
|
1693
1693
|
line-height: 0;
|
1694
1694
|
padding: 5px; }
|
1695
1695
|
|
1696
|
-
.
|
1696
|
+
._styles-module__slick-dots__VlpW7 li button:before {
|
1697
1697
|
color: #000;
|
1698
1698
|
content: "\2022";
|
1699
1699
|
font-size: 6px;
|
@@ -1706,11 +1706,11 @@
|
|
1706
1706
|
top: 0;
|
1707
1707
|
width: 20px; }
|
1708
1708
|
|
1709
|
-
.
|
1709
|
+
._styles-module__slick-dots__VlpW7 li._styles-module__slick-active__1zzu9 button:before {
|
1710
1710
|
color: #000;
|
1711
1711
|
opacity: .75; }
|
1712
1712
|
|
1713
|
-
.
|
1713
|
+
._styles-module__slider-container__1lCoM {
|
1714
1714
|
min-height: 0;
|
1715
1715
|
min-width: 0;
|
1716
1716
|
padding: 20px; }
|
@@ -1720,7 +1720,7 @@ h3 {
|
|
1720
1720
|
margin: 10px;
|
1721
1721
|
padding: 2% 0; }
|
1722
1722
|
|
1723
|
-
.
|
1723
|
+
._styles-module__button___sLSD {
|
1724
1724
|
border-radius: 5px;
|
1725
1725
|
cursor: pointer;
|
1726
1726
|
display: inline-block;
|
@@ -1729,39 +1729,39 @@ h3 {
|
|
1729
1729
|
padding: 1em;
|
1730
1730
|
width: auto; }
|
1731
1731
|
|
1732
|
-
.
|
1732
|
+
._styles-module__button___sLSD, ._styles-module__variable-width__1AnqW ._styles-module__slick-slide__3ZJaN p {
|
1733
1733
|
font-family: verdana; }
|
1734
1734
|
|
1735
|
-
.
|
1735
|
+
._styles-module__variable-width__1AnqW ._styles-module__slick-slide__3ZJaN p {
|
1736
1736
|
height: 100px;
|
1737
1737
|
margin: 5px; }
|
1738
1738
|
|
1739
|
-
.
|
1739
|
+
._styles-module__center__jUOZF ._styles-module__slick-center__35s6t h3 {
|
1740
1740
|
color: #e67e22;
|
1741
1741
|
opacity: 1;
|
1742
1742
|
transform: scale(1.08); }
|
1743
1743
|
|
1744
|
-
.
|
1744
|
+
._styles-module__center__jUOZF h3 {
|
1745
1745
|
opacity: .8;
|
1746
1746
|
transition: .3s; }
|
1747
1747
|
|
1748
|
-
.
|
1748
|
+
._styles-module__content__1dQdx {
|
1749
1749
|
margin: auto;
|
1750
1750
|
padding: 20px;
|
1751
1751
|
width: 90%; }
|
1752
1752
|
|
1753
|
-
.
|
1753
|
+
._styles-module__slick-slide__3ZJaN ._styles-module__image__1feWs {
|
1754
1754
|
padding: 10px; }
|
1755
1755
|
|
1756
|
-
.
|
1756
|
+
._styles-module__slick-slide__3ZJaN img {
|
1757
1757
|
border: 5px solid #fff;
|
1758
1758
|
display: block;
|
1759
1759
|
margin: auto; }
|
1760
1760
|
|
1761
|
-
.
|
1761
|
+
._styles-module__slick-slide__3ZJaN img._styles-module__slick-loading__FchLZ {
|
1762
1762
|
border: 0; }
|
1763
1763
|
|
1764
|
-
.
|
1764
|
+
._styles-module__slick-slider__1T7zW {
|
1765
1765
|
-webkit-touch-callout: none;
|
1766
1766
|
touch-action: pan-y;
|
1767
1767
|
-webkit-user-select: none;
|
@@ -1770,93 +1770,93 @@ h3 {
|
|
1770
1770
|
-khtml-user-select: none;
|
1771
1771
|
margin: 30px auto 50px; }
|
1772
1772
|
|
1773
|
-
.
|
1773
|
+
._styles-module__slick-dots__VlpW7 {
|
1774
1774
|
margin-left: 0; }
|
1775
1775
|
|
1776
|
-
.
|
1776
|
+
._styles-module__slick-dots__VlpW7 li button:before, ._styles-module__slick-dots__VlpW7 li._styles-module__slick-active__1zzu9 button:before {
|
1777
1777
|
color: var(--ifm-color-primary) !important; }
|
1778
1778
|
|
1779
|
-
.
|
1779
|
+
._styles-module__slick-thumb__o2Tkt {
|
1780
1780
|
bottom: -45px; }
|
1781
1781
|
|
1782
|
-
.
|
1782
|
+
._styles-module__slick-thumb__o2Tkt li {
|
1783
1783
|
height: 45px;
|
1784
1784
|
width: 60px; }
|
1785
1785
|
|
1786
|
-
.
|
1786
|
+
._styles-module__slick-thumb__o2Tkt li img {
|
1787
1787
|
filter: grayscale(100%); }
|
1788
1788
|
|
1789
|
-
.
|
1789
|
+
._styles-module__slick-thumb__o2Tkt li._styles-module__slick-active__1zzu9 img {
|
1790
1790
|
filter: grayscale(0); }
|
1791
1791
|
|
1792
|
-
.
|
1792
|
+
._styles-module__slides__1FY2k ._styles-module__slick-next__23Pi9, ._styles-module__slides__1FY2k ._styles-module__slick-prev__2g2iD {
|
1793
1793
|
position: absolute;
|
1794
1794
|
top: 50%;
|
1795
1795
|
z-index: 1; }
|
1796
1796
|
|
1797
|
-
.
|
1797
|
+
._styles-module__heroBanner_qdFl__2y7lQ {
|
1798
1798
|
overflow: hidden;
|
1799
1799
|
padding: 4rem 0;
|
1800
1800
|
text-align: center; }
|
1801
1801
|
|
1802
|
-
.
|
1802
|
+
._styles-module__buttons_AeoN__KMW2P {
|
1803
1803
|
align-items: center;
|
1804
1804
|
display: flex; }
|
1805
1805
|
|
1806
|
-
.
|
1806
|
+
._styles-module__buttons_AeoN__KMW2P, ._styles-module__mdxPageWrapper_j9I6__3dqhE {
|
1807
1807
|
justify-content: center; }
|
1808
1808
|
|
1809
1809
|
@media (min-width: 997px) {
|
1810
|
-
.
|
1810
|
+
._styles-module__collapseSidebarButton_PEFL__24wBH, ._styles-module__expandButton_TmdG__2LXBj {
|
1811
1811
|
background-color: var(--docusaurus-collapse-button-bg); }
|
1812
1812
|
:root {
|
1813
1813
|
--docusaurus-announcement-bar-height: 30px
|
1814
1814
|
; }
|
1815
|
-
.
|
1815
|
+
._styles-module__announcementBarClose_gvF7__32uEE, ._styles-module__announcementBarPlaceholder_vyr4__2PagL {
|
1816
1816
|
flex-basis: 50px; }
|
1817
|
-
.
|
1817
|
+
._styles-module__navbarSearchContainer_Bca1__3Uiqm {
|
1818
1818
|
padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal); }
|
1819
|
-
.
|
1819
|
+
._styles-module__lastUpdated_vwxv__1UNOJ {
|
1820
1820
|
text-align: right; }
|
1821
|
-
.
|
1821
|
+
._styles-module__tocMobile_ITEo__qcGlb {
|
1822
1822
|
display: none; }
|
1823
|
-
.
|
1823
|
+
._styles-module__collapseSidebarButton_PEFL__24wBH {
|
1824
1824
|
border: 1px solid var(--ifm-toc-border-color);
|
1825
1825
|
border-radius: 0;
|
1826
1826
|
bottom: 0;
|
1827
1827
|
display: block !important;
|
1828
1828
|
height: 40px;
|
1829
1829
|
position: sticky; }
|
1830
|
-
.
|
1830
|
+
._styles-module__collapseSidebarButtonIcon_kv0___2G6Hz {
|
1831
1831
|
margin-top: 4px;
|
1832
1832
|
transform: rotate(180deg); }
|
1833
|
-
.
|
1833
|
+
._styles-module__expandButtonIcon_i1dp__1IMu8, [dir=rtl] ._styles-module__collapseSidebarButtonIcon_kv0___2G6Hz {
|
1834
1834
|
transform: rotate(0); }
|
1835
|
-
.
|
1835
|
+
._styles-module__collapseSidebarButton_PEFL__24wBH:focus, ._styles-module__collapseSidebarButton_PEFL__24wBH:hover, ._styles-module__expandButton_TmdG__2LXBj:focus, ._styles-module__expandButton_TmdG__2LXBj:hover {
|
1836
1836
|
background-color: var(--docusaurus-collapse-button-bg-hover); }
|
1837
|
-
.
|
1837
|
+
._styles-module__menuHtmlItem_M9Kj__1YUka {
|
1838
1838
|
padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal); }
|
1839
|
-
.
|
1839
|
+
._styles-module__menu_SIkG__FgMDa {
|
1840
1840
|
flex-grow: 1;
|
1841
1841
|
padding: .5rem; }
|
1842
1842
|
@supports (scrollbar-gutter: stable) {
|
1843
|
-
.
|
1843
|
+
._styles-module__menu_SIkG__FgMDa {
|
1844
1844
|
padding: .5rem 0 .5rem .5rem;
|
1845
1845
|
scrollbar-gutter: stable; } }
|
1846
|
-
.
|
1846
|
+
._styles-module__menuWithAnnouncementBar_GW3s__zUamI {
|
1847
1847
|
margin-bottom: var(--docusaurus-announcement-bar-height); }
|
1848
|
-
.
|
1848
|
+
._styles-module__sidebar_njMd__3E4Oo {
|
1849
1849
|
display: flex;
|
1850
1850
|
flex-direction: column;
|
1851
1851
|
height: 100%;
|
1852
1852
|
padding-top: var(--ifm-navbar-height);
|
1853
1853
|
width: var(--doc-sidebar-width); }
|
1854
|
-
.
|
1854
|
+
._styles-module__sidebarWithHideableNavbar_wUlq__3xviA {
|
1855
1855
|
padding-top: 0; }
|
1856
|
-
.
|
1856
|
+
._styles-module__sidebarHidden_VK0M__cWHWX {
|
1857
1857
|
opacity: 0;
|
1858
1858
|
visibility: hidden; }
|
1859
|
-
.
|
1859
|
+
._styles-module__sidebarLogo_isFc__UMHGX {
|
1860
1860
|
align-items: center;
|
1861
1861
|
color: inherit !important;
|
1862
1862
|
display: flex !important;
|
@@ -1864,10 +1864,10 @@ h3 {
|
|
1864
1864
|
max-height: var(--ifm-navbar-height);
|
1865
1865
|
min-height: var(--ifm-navbar-height);
|
1866
1866
|
text-decoration: none !important; }
|
1867
|
-
.
|
1867
|
+
._styles-module__sidebarLogo_isFc__UMHGX img {
|
1868
1868
|
height: 2rem;
|
1869
1869
|
margin-right: .5rem; }
|
1870
|
-
.
|
1870
|
+
._styles-module__expandButton_TmdG__2LXBj {
|
1871
1871
|
align-items: center;
|
1872
1872
|
display: flex;
|
1873
1873
|
height: 100%;
|
@@ -1877,9 +1877,9 @@ h3 {
|
|
1877
1877
|
top: 0;
|
1878
1878
|
transition: background-color var(--ifm-transition-fast) ease;
|
1879
1879
|
width: 100%; }
|
1880
|
-
[dir=rtl] .
|
1880
|
+
[dir=rtl] ._styles-module__expandButtonIcon_i1dp__1IMu8 {
|
1881
1881
|
transform: rotate(180deg); }
|
1882
|
-
.
|
1882
|
+
._styles-module__docSidebarContainer_YfHR__1SwXt {
|
1883
1883
|
border-right: 1px solid var(--ifm-toc-border-color);
|
1884
1884
|
clip-path: inset(0);
|
1885
1885
|
display: block;
|
@@ -1887,107 +1887,107 @@ h3 {
|
|
1887
1887
|
transition: width var(--ifm-transition-fast) ease;
|
1888
1888
|
width: var(--doc-sidebar-width);
|
1889
1889
|
will-change: width; }
|
1890
|
-
.
|
1890
|
+
._styles-module__docSidebarContainerHidden_DPk8__3h6KW {
|
1891
1891
|
cursor: pointer;
|
1892
1892
|
width: var(--doc-sidebar-hidden-width); }
|
1893
|
-
.
|
1893
|
+
._styles-module__sidebarViewport_aRkj__2OCK_ {
|
1894
1894
|
height: 100%;
|
1895
1895
|
max-height: 100vh;
|
1896
1896
|
position: sticky;
|
1897
1897
|
top: 0; }
|
1898
|
-
.
|
1898
|
+
._styles-module__docMainContainer_TBSr__FuxZS {
|
1899
1899
|
flex-grow: 1;
|
1900
1900
|
max-width: calc(100% - var(--doc-sidebar-width)); }
|
1901
|
-
.
|
1901
|
+
._styles-module__docMainContainerEnhanced_lQrH__ZUdP4 {
|
1902
1902
|
max-width: calc(100% - var(--doc-sidebar-hidden-width)); }
|
1903
|
-
.
|
1903
|
+
._styles-module__docItemWrapperEnhanced_JWYK__2AmPG {
|
1904
1904
|
max-width: calc(var(--ifm-container-width) + var(--doc-sidebar-width)) !important; }
|
1905
|
-
.
|
1905
|
+
._styles-module__docItemCol_VOVn__3GmBr {
|
1906
1906
|
max-width: 75% !important; } }
|
1907
1907
|
|
1908
1908
|
@media (min-width: 1440px) {
|
1909
|
-
.
|
1909
|
+
._styles-module__container__1UB4R {
|
1910
1910
|
max-width: var(--ifm-container-width-xl); } }
|
1911
1911
|
|
1912
1912
|
@media (max-width: 996px) {
|
1913
|
-
.
|
1913
|
+
._styles-module__col__csNus {
|
1914
1914
|
--ifm-col-width:100%;
|
1915
1915
|
flex-basis: var(--ifm-col-width);
|
1916
1916
|
margin-left: 0; }
|
1917
|
-
.
|
1917
|
+
._styles-module__footer__gceZJ {
|
1918
1918
|
--ifm-footer-padding-horizontal: 0
|
1919
1919
|
; }
|
1920
|
-
.
|
1920
|
+
._styles-module__colorModeToggle_DEke__OawS_, ._styles-module__footer__link-separator__3fzLh, ._styles-module__navbar__item__1wyV6, ._styles-module__tableOfContents_bqdL__3tGM4 {
|
1921
1921
|
display: none; }
|
1922
|
-
.
|
1922
|
+
._styles-module__footer__col__3DllA {
|
1923
1923
|
margin-bottom: calc(var(--ifm-spacing-vertical)*3); }
|
1924
|
-
.
|
1924
|
+
._styles-module__footer__link-item__2ibTz {
|
1925
1925
|
display: block; }
|
1926
|
-
.
|
1926
|
+
._styles-module__hero__369-d {
|
1927
1927
|
padding-left: 0;
|
1928
1928
|
padding-right: 0; }
|
1929
|
-
.
|
1929
|
+
._styles-module__navbar__5LWZt > ._styles-module__container__1UB4R, ._styles-module__navbar__5LWZt > ._styles-module__container-fluid__2GcNI {
|
1930
1930
|
padding: 0; }
|
1931
|
-
.
|
1931
|
+
._styles-module__navbar__toggle__2YjZl {
|
1932
1932
|
display: inherit; }
|
1933
|
-
.
|
1933
|
+
._styles-module__navbar__search-input__3__u0 {
|
1934
1934
|
width: 9rem; }
|
1935
|
-
.
|
1935
|
+
._styles-module__pills--block__2f7GT, ._styles-module__tabs--block__3xrdo {
|
1936
1936
|
flex-direction: column; }
|
1937
|
-
.
|
1937
|
+
._styles-module__navbarSearchContainer_Bca1__3Uiqm {
|
1938
1938
|
position: absolute;
|
1939
1939
|
right: var(--ifm-navbar-padding-horizontal); }
|
1940
|
-
.
|
1940
|
+
._styles-module__docItemContainer_F8PC__6P_Dr {
|
1941
1941
|
padding: 0 .3rem; } }
|
1942
1942
|
|
1943
1943
|
@media screen and (max-width: 996px) {
|
1944
|
-
.
|
1944
|
+
._styles-module__heroBanner_qdFl__2y7lQ {
|
1945
1945
|
padding: 2rem; } }
|
1946
1946
|
|
1947
1947
|
@media (max-width: 768px) {
|
1948
1948
|
h3 {
|
1949
1949
|
font-size: 24px;
|
1950
1950
|
padding: 0; }
|
1951
|
-
.
|
1951
|
+
._styles-module__center__jUOZF {
|
1952
1952
|
margin-left: -40px;
|
1953
1953
|
margin-right: -40px; }
|
1954
|
-
.
|
1954
|
+
._styles-module__center__jUOZF ._styles-module__slick-center__35s6t h3 {
|
1955
1955
|
color: #e67e22;
|
1956
1956
|
opacity: 1;
|
1957
1957
|
transform: scale(1); }
|
1958
|
-
.
|
1958
|
+
._styles-module__center__jUOZF h3 {
|
1959
1959
|
opacity: .8;
|
1960
1960
|
transform: scale(0.95);
|
1961
1961
|
transition: .3s; } }
|
1962
1962
|
|
1963
1963
|
@media (max-width: 576px) {
|
1964
|
-
.
|
1964
|
+
._styles-module__markdown__2xZt0 h1:first-child {
|
1965
1965
|
--ifm-h1-font-size:2rem
|
1966
1966
|
; }
|
1967
|
-
.
|
1967
|
+
._styles-module__markdown__2xZt0 > h2 {
|
1968
1968
|
--ifm-h2-font-size: 1.5rem
|
1969
1969
|
; }
|
1970
|
-
.
|
1970
|
+
._styles-module__markdown__2xZt0 > h3 {
|
1971
1971
|
--ifm-h3-font-size: 1.25rem
|
1972
1972
|
; } }
|
1973
1973
|
|
1974
1974
|
@media (hover: hover) {
|
1975
|
-
.
|
1975
|
+
._styles-module__backToTopButton_sjWU__2bUwo:hover {
|
1976
1976
|
background-color: var(--ifm-color-emphasis-300); } }
|
1977
1977
|
|
1978
1978
|
@media (pointer: fine) {
|
1979
|
-
.
|
1979
|
+
._styles-module__thin-scrollbar__1mrmJ {
|
1980
1980
|
scrollbar-width: thin; }
|
1981
|
-
.
|
1981
|
+
._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar {
|
1982
1982
|
height: var(--ifm-scrollbar-size);
|
1983
1983
|
width: var(--ifm-scrollbar-size); }
|
1984
|
-
.
|
1984
|
+
._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-track {
|
1985
1985
|
background: var(--ifm-scrollbar-track-background-color);
|
1986
1986
|
border-radius: 10px; }
|
1987
|
-
.
|
1987
|
+
._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-thumb {
|
1988
1988
|
background: var(--ifm-scrollbar-thumb-background-color);
|
1989
1989
|
border-radius: 10px; }
|
1990
|
-
.
|
1990
|
+
._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-thumb:hover {
|
1991
1991
|
background: var(--ifm-scrollbar-thumb-hover-background-color); } }
|
1992
1992
|
|
1993
1993
|
@media (prefers-reduced-motion: reduce) {
|
@@ -1997,9 +1997,9 @@ h3 {
|
|
1997
1997
|
; } }
|
1998
1998
|
|
1999
1999
|
@media print {
|
2000
|
-
.
|
2000
|
+
._styles-module__announcementBar_mb4j__2oveE, ._styles-module__footer__gceZJ, ._styles-module__menu__14IWx, ._styles-module__navbar__5LWZt, ._styles-module__pagination-nav__3S8xG, ._styles-module__table-of-contents__SnjS9, ._styles-module__tocMobile_ITEo__qcGlb {
|
2001
2001
|
display: none; }
|
2002
|
-
.
|
2002
|
+
._styles-module__tabs__qpa-q {
|
2003
2003
|
page-break-inside: avoid; }
|
2004
|
-
.
|
2004
|
+
._styles-module__codeBlockLines_e6Vv__2ou2J {
|
2005
2005
|
white-space: pre-wrap; } }
|