touchstudy-core 0.1.127 → 0.1.129

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 (124) hide show
  1. package/dist/.DS_Store +0 -0
  2. package/dist/components/.DS_Store +0 -0
  3. package/dist/components/Buttons/index.d.ts +2 -1
  4. package/dist/components/Dialogs/ConfirmDialog.d.ts +2 -2
  5. package/dist/components/Selectors/ArticleCategorySelector.d.ts +1 -0
  6. package/dist/components/Selectors/QuestionCountSelector.d.ts +1 -0
  7. package/dist/components/Selects/CustomSelect.d.ts +1 -1
  8. package/dist/components/Selects/theme/styles.d.ts +1 -0
  9. package/dist/components/TinyMCE/MathTinyEditor.d.ts +13 -0
  10. package/dist/components/TinyMCE/TinyEditor.d.ts +11 -0
  11. package/dist/components/TinyMCE/index.d.ts +3 -0
  12. package/dist/components/index.d.ts +1 -1
  13. package/dist/containers/.DS_Store +0 -0
  14. package/dist/containers/Exams/components/ArticleGroupView.d.ts +3 -1
  15. package/dist/containers/Exams/components/QuestionView.d.ts +4 -1
  16. package/dist/containers/Exams/hooks/useExamDetailView.d.ts +3 -1
  17. package/dist/containers/Notes/index.d.ts +2 -1
  18. package/dist/containers/PreparedTextbook/apiClients/categoryService.d.ts +4 -3
  19. package/dist/containers/PreparedTextbook/apiClients/questionTypeService.d.ts +2 -0
  20. package/dist/containers/PreparedTextbook/components/Article.d.ts +3 -2
  21. package/dist/containers/PreparedTextbook/components/ArticleBlock.d.ts +18 -0
  22. package/dist/containers/PreparedTextbook/components/ChapterBlock.d.ts +26 -0
  23. package/dist/containers/PreparedTextbook/components/ChapterBlockBody.d.ts +24 -0
  24. package/dist/containers/PreparedTextbook/components/CustomTextbookTab.d.ts +7 -0
  25. package/dist/containers/PreparedTextbook/components/OwnerSelector.d.ts +2 -2
  26. package/dist/containers/PreparedTextbook/components/PreparedTextbookForm.d.ts +13 -0
  27. package/dist/containers/PreparedTextbook/components/QuestionBlock.d.ts +19 -0
  28. package/dist/containers/PreparedTextbook/components/QuestionGroupBlock.d.ts +28 -0
  29. package/dist/containers/PreparedTextbook/components/QuestionGroupBlockBody.d.ts +22 -0
  30. package/dist/containers/PreparedTextbook/components/QuestionTypeFilter.d.ts +10 -0
  31. package/dist/containers/PreparedTextbook/components/TextbookContentsTab.d.ts +7 -0
  32. package/dist/containers/PreparedTextbook/components/TextbookInfoTab.d.ts +11 -0
  33. package/dist/containers/PreparedTextbook/components/TextbookOwnersTab.d.ts +7 -0
  34. package/dist/containers/PreparedTextbook/configs/constants.d.ts +57 -1
  35. package/dist/containers/PreparedTextbook/configs/enums.d.ts +16 -0
  36. package/dist/containers/PreparedTextbook/configs/functions.d.ts +3 -0
  37. package/dist/containers/PreparedTextbook/configs/interfaces.d.ts +6 -0
  38. package/dist/containers/PreparedTextbook/configs/types.d.ts +97 -19
  39. package/dist/containers/PreparedTextbook/hooks/useExamDetailView.d.ts +3 -1
  40. package/dist/containers/PreparedTextbook/hooks/useSelect.d.ts +3 -2
  41. package/dist/containers/PreparedTextbook/hooks/useTextbookManagement.d.ts +8 -3
  42. package/dist/containers/PreparedTextbook/hooks/useTextbookOptions.d.ts +15 -0
  43. package/dist/containers/PreparedTextbook/index.d.ts +2 -2
  44. package/dist/containers/PreparedTextbook/views/PreparedTextbookView.d.ts +4 -0
  45. package/dist/containers/Textbooks/configs/types.d.ts +2 -1
  46. package/dist/containers/Textbooks/hooks/useTextbookDetail.d.ts +2 -2
  47. package/dist/index.css +444 -415
  48. package/dist/index.js +3503 -1766
  49. package/dist/index.js.map +1 -1
  50. package/dist/index.modern.js +3492 -1755
  51. package/dist/index.modern.js.map +1 -1
  52. package/dist/redux/.DS_Store +0 -0
  53. package/dist/redux/academies/reducer.d.ts +8 -2
  54. package/dist/redux/commons/reducer.d.ts +3 -1
  55. package/dist/theme/index.d.ts +2 -1
  56. package/dist/utils/.DS_Store +0 -0
  57. package/dist/utils/index.d.ts +2 -1
  58. package/dist/utils/types/exams.d.ts +5 -1
  59. package/package.json +4 -3
  60. package/dist/components/Chats/ChatHeader.d.ts +0 -25
  61. package/dist/components/Chats/ChatItem.d.ts +0 -31
  62. package/dist/components/Chats/ChatLeftItem.d.ts +0 -4
  63. package/dist/components/Chats/ChatList.d.ts +0 -14
  64. package/dist/components/Chats/ChatRightItem.d.ts +0 -4
  65. package/dist/components/Chats/InputChat.d.ts +0 -16
  66. package/dist/components/Chats/components/CustomTooltip.d.ts +0 -2
  67. package/dist/components/CkEditor/CkEditor.d.ts +0 -19
  68. package/dist/components/CkEditor/config.d.ts +0 -19
  69. package/dist/components/CkEditor/index.d.ts +0 -2
  70. package/dist/components/ErrorHandler.d.ts +0 -6
  71. package/dist/components/LabelRequired.d.ts +0 -8
  72. package/dist/components/List/List.d.ts +0 -7
  73. package/dist/containers/ExamResult/components/Dialog/CreateNewQuestion2.d.ts +0 -9
  74. package/dist/containers/ExamResult/components/MyAnswer/components/CreateNewQuestion.d.ts +0 -14
  75. package/dist/containers/ExamResult/components/Notes/components/ActionItem.d.ts +0 -7
  76. package/dist/containers/ExamResult/components/Notes/components/ActionsTooltip.d.ts +0 -14
  77. package/dist/containers/ExamResult/components/Notes/components/ContentTooltip.d.ts +0 -14
  78. package/dist/containers/ExamResult/components/Notes/components/NewNoteButton.d.ts +0 -6
  79. package/dist/containers/ExamResult/components/Notes/components/NoteItem.d.ts +0 -9
  80. package/dist/containers/ExamResult/components/Notes/components/NoteList.d.ts +0 -12
  81. package/dist/containers/ExamResult/components/Notes/configs/constants.d.ts +0 -2
  82. package/dist/containers/ExamResult/components/Notes/configs/interfaces.d.ts +0 -4
  83. package/dist/containers/ExamResult/components/Notes/hooks/useNotes.d.ts +0 -8
  84. package/dist/containers/ExamResult/components/Notes/styles/styles.d.ts +0 -67
  85. package/dist/containers/ExamResult/components/StudentNotes/components/ActionItem.d.ts +0 -7
  86. package/dist/containers/ExamResult/components/StudentNotes/components/ActionsTooltip.d.ts +0 -14
  87. package/dist/containers/ExamResult/components/StudentNotes/components/NewNoteButton.d.ts +0 -6
  88. package/dist/containers/ExamResult/components/StudentNotes/components/NoteItem.d.ts +0 -9
  89. package/dist/containers/ExamResult/components/StudentNotes/configs/constants.d.ts +0 -2
  90. package/dist/containers/ExamResult/components/StudentNotes/configs/interfaces.d.ts +0 -7
  91. package/dist/containers/ExamResult/components/StudentNotes/hooks/useStudentNotes.d.ts +0 -12
  92. package/dist/containers/ExamResult/components/StudentNotes/index.d.ts +0 -4
  93. package/dist/containers/ExamResult/components/StudentNotes/styles/styles.d.ts +0 -67
  94. package/dist/containers/ExamResult/hooks/useExamNoteDialog.d.ts +0 -18
  95. package/dist/containers/Exams/configs/types.d.ts +0 -22
  96. package/dist/containers/Login/views/LoginQRCode.d.ts +0 -10
  97. package/dist/containers/Notes/components/ActionItem.d.ts +0 -7
  98. package/dist/containers/Notes/components/ActionsTooltip.d.ts +0 -16
  99. package/dist/containers/Notes/components/NoteDialog.d.ts +0 -4
  100. package/dist/containers/PreparedTextbook/components/TextbookOwners.d.ts +0 -13
  101. package/dist/containers/Textbooks/components/TextbookShareDialog.d.ts +0 -26
  102. package/dist/containers/Users/components/Dialogs/DeleteUserCsvDialog.d.ts +0 -10
  103. package/dist/containers/Users/components/Dialogs/RecentUserActionDialog.d.ts +0 -9
  104. package/dist/containers/Users/components/Dialogs/UserDialog.d.ts +0 -12
  105. package/dist/utils/canAccessRoute.d.ts +0 -2
  106. package/dist/utils/diffFromNow.d.ts +0 -3
  107. package/dist/utils/encodeParams.d.ts +0 -2
  108. package/dist/utils/formatTime.d.ts +0 -4
  109. package/dist/utils/getAcademyDomain.d.ts +0 -2
  110. package/dist/utils/getAccessToken.d.ts +0 -2
  111. package/dist/utils/getErrorMessage.d.ts +0 -1
  112. package/dist/utils/getLanguage.d.ts +0 -2
  113. package/dist/utils/getLearningSpace.d.ts +0 -2
  114. package/dist/utils/getRedirectUrl.d.ts +0 -2
  115. package/dist/utils/helpers.d.ts +0 -22
  116. package/dist/utils/isLocalHost.d.ts +0 -2
  117. package/dist/utils/minutesToTimeSpan.d.ts +0 -2
  118. package/dist/utils/pusherTo.d.ts +0 -1
  119. package/dist/utils/times.d.ts +0 -6
  120. package/dist/utils/toISOString.d.ts +0 -2
  121. package/dist/utils/toLocalTime.d.ts +0 -1
  122. package/dist/utils/types/checkSuperUrl.d.ts +0 -1
  123. package/dist/utils/types.d.ts +0 -9
  124. package/dist/utils/utcToLocalTime.d.ts +0 -2
package/dist/index.css CHANGED
@@ -1,24 +1,24 @@
1
- ._styles-module__btn-login-google__2HqmH {
1
+ ._2HqmH {
2
2
  width: 100%;
3
3
  justify-content: center; }
4
- ._styles-module__btn-login-google__2HqmH > span {
4
+ ._2HqmH > span {
5
5
  font-family: "Roboto" !important;
6
6
  font-weight: 700; }
7
7
 
8
- #_styles-module__math-jax__3Pfdk mjx-assistive-mml {
8
+ #_3Pfdk mjx-assistive-mml {
9
9
  display: none !important; }
10
10
 
11
- ._styles-module__block-login__wWIyO {
11
+ ._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
- ._styles-module__block-login__wWIyO img {
18
+ ._wWIyO img {
19
19
  margin-bottom: 30px; }
20
20
 
21
- ._styles-module__box-login__38Lo1 {
21
+ ._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
- ._styles-module__btn-login-google__2HqmH {
29
+ ._2HqmH {
30
30
  border: 1px solid #aeabac !important;
31
31
  border-radius: 5px !important;
32
32
  box-shadow: unset !important; }
33
33
 
34
- ._styles-module__btn-primary__rd4Uy {
34
+ ._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
- ._styles-module__btn-primary__rd4Uy:hover {
52
+ ._rd4Uy:hover {
53
53
  color: #fff;
54
54
  background-color: #0b5ed7;
55
55
  border-color: #0a58ca; }
56
- ._styles-module__btn-primary__rd4Uy:disabled {
56
+ ._rd4Uy:disabled {
57
57
  color: #fff;
58
58
  background-color: #0d6efd;
59
59
  border-color: #0d6efd;
60
60
  opacity: 0.65; }
61
61
 
62
- ._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE {
62
+ ._1krbH ._RQaHE {
63
63
  border: none;
64
64
  background-color: transparent;
65
65
  outline: none; }
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 {
66
+ ._1krbH ._RQaHE:hover, ._1krbH ._RQaHE:focus, ._1krbH ._RQaHE:active {
67
67
  background-color: transparent !important;
68
68
  outline: none;
69
69
  border: none;
70
70
  box-shadow: none !important; }
71
- ._styles-module__dropdown-menu__1krbH ._styles-module__header-avatar__RQaHE img {
71
+ ._1krbH ._RQaHE img {
72
72
  width: 40px;
73
73
  height: 40px;
74
74
  min-width: 40px;
75
75
  border-radius: 50%; }
76
76
 
77
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-menu-flag__XK8oS {
77
+ ._1krbH ._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
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W {
83
+ ._1krbH ._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
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W:after {
92
+ ._1krbH ._3ys4W:after {
93
93
  display: none; }
94
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__dropdown-change__ToOW_ {
94
+ ._1krbH ._3ys4W ._ToOW_ {
95
95
  background: transparent; }
96
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__dropdown-change__ToOW_:hover {
96
+ ._1krbH ._3ys4W ._ToOW_:hover {
97
97
  color: #8b0000; }
98
98
 
99
- ._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR {
99
+ ._1krbH ._3sQlR {
100
100
  font-weight: 600;
101
101
  border-top: 1px solid #27347d29;
102
102
  padding-top: 10px; }
103
- ._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR._styles-module__item-logout__3bqSM {
103
+ ._1krbH ._3sQlR._3bqSM {
104
104
  color: #8b0000; }
105
- ._styles-module__dropdown-menu__1krbH ._styles-module__item-address__3sQlR ._styles-module__title-address__1jgSI {
105
+ ._1krbH ._3sQlR ._1jgSI {
106
106
  margin-right: 12px; }
107
107
 
108
- ._styles-module__dropdown-menu__1krbH ._styles-module__img-avatar__35Ttz img {
108
+ ._1krbH ._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
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content__3ys4W ._styles-module__item-contact__1wc7o {
115
+ ._1krbH ._3ys4W ._1wc7o {
116
116
  padding: 10px 0; }
117
117
 
118
- ._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 {
118
+ ._1krbH ._3S4f2 {
119
119
  padding-left: 20px;
120
120
  width: 190px; }
121
- ._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 h5,
122
- ._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 span {
121
+ ._1krbH ._3S4f2 h5,
122
+ ._1krbH ._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
- ._styles-module__dropdown-menu__1krbH ._styles-module__content-text__3S4f2 a {
128
+ ._1krbH ._3S4f2 a {
129
129
  padding: 0;
130
130
  text-decoration: none; }
131
131
 
132
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui {
132
+ ._1krbH ._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
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui:after {
141
+ ._1krbH ._3ajui:after {
142
142
  display: none; }
143
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-content-language__3ajui ._styles-module__dropdown-change__ToOW_ {
143
+ ._1krbH ._3ajui ._ToOW_ {
144
144
  background: transparent; }
145
145
 
146
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language__3Y_y4 {
146
+ ._1krbH ._3Y_y4 {
147
147
  color: #242424;
148
148
  display: flex;
149
149
  padding: 8px;
150
150
  border-radius: 6px; }
151
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language__3Y_y4:hover {
151
+ ._1krbH ._3Y_y4:hover {
152
152
  background-color: #f1faff; }
153
153
 
154
- ._styles-module__dropdown-menu__1krbH ._styles-module__dropdown-item-language-active__CzNMi {
154
+ ._1krbH ._CzNMi {
155
155
  background-color: #f1faff; }
156
156
 
157
- ._styles-module__dropdown-academy__3CMVp {
157
+ ._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
- ._styles-module__image-academy__2ibYC {
163
+ ._2ibYC {
164
164
  font-size: 20px;
165
165
  font-weight: 600;
166
166
  line-height: 1;
167
167
  color: #fff; }
168
- ._styles-module__image-academy__2ibYC img {
168
+ ._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
- ._styles-module__image-academy__2ibYC span {
178
+ ._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
- ._styles-module__academy-btn__1JMRU {
189
+ ._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
- ._styles-module__academy-btn__1JMRU:hover {
200
+ ._1JMRU:hover {
201
201
  background: none !important; }
202
202
 
203
- ._styles-module__switch-icon__N4FNf {
203
+ ._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
- ._styles-module__switch-icon__N4FNf svg {
213
+ ._N4FNf svg {
214
214
  fill: #349056; }
215
215
 
216
- ._styles-module__dropdown-content-academy__31Dr0 {
216
+ ._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
- ._styles-module__dropdown-content-academy__31Dr0:after {
226
+ ._31Dr0:after {
227
227
  display: none; }
228
- ._styles-module__dropdown-content-academy__31Dr0 ._styles-module__dropdown-change__ToOW_ {
228
+ ._31Dr0 ._ToOW_ {
229
229
  background: transparent; }
230
230
 
231
- ._styles-module__dropdown-academy-item__3bjcz {
231
+ ._3bjcz {
232
232
  font-size: 14px;
233
233
  line-height: 1; }
234
- ._styles-module__dropdown-academy-item__3bjcz:active {
234
+ ._3bjcz:active {
235
235
  background-color: transparent !important; }
236
236
 
237
- ._styles-module__noGutters__31ZQk {
237
+ ._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
- ._styles-module__noGutters__31ZQk ._styles-module__custom-col-2__3yXyK {
245
+ ._31ZQk ._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
- ._styles-module__noGutters__31ZQk ._styles-module__custom-col-3__1RsJQ {
251
+ ._31ZQk ._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
- ._styles-module__noGutters__31ZQk ._styles-module__custom-col-5__L42CP {
257
+ ._31ZQk ._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
- ._styles-module__noGutters__31ZQk ._styles-module__custom-col-10__2u6eL {
263
+ ._31ZQk ._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
- ._styles-module__custom-row__8x7OP {
270
+ ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col__1JmTh {
278
+ ._8x7OP ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col-3__1RsJQ {
285
+ ._8x7OP ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col-4__3HO1e {
291
+ ._8x7OP ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col-5__L42CP {
297
+ ._8x7OP ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col-8__Oy31M {
303
+ ._8x7OP ._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
- ._styles-module__custom-row__8x7OP ._styles-module__custom-col-12__3aUKo {
309
+ ._8x7OP ._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
- ._styles-module__custom-container__39LRs {
316
+ ._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
- ._styles-module__custom-container__39LRs {
323
+ ._39LRs {
324
324
  max-width: 540px; } }
325
325
  @media (min-width: 768px) {
326
- ._styles-module__custom-container__39LRs {
326
+ ._39LRs {
327
327
  max-width: 720px; } }
328
328
  @media (min-width: 992px) {
329
- ._styles-module__custom-container__39LRs {
329
+ ._39LRs {
330
330
  max-width: 960px; } }
331
331
  @media (min-width: 1200px) {
332
- ._styles-module__custom-container__39LRs {
332
+ ._39LRs {
333
333
  max-width: 1140px; } }
334
334
  @media (min-width: 1400px) {
335
- ._styles-module__custom-container__39LRs {
335
+ ._39LRs {
336
336
  max-width: 1320px; } }
337
337
 
338
- ._styles-module__form-label___Ut-u {
338
+ .__Ut-u {
339
339
  margin-bottom: 0.5rem; }
340
340
 
341
- ._styles-module__form-control__2k4dX {
341
+ ._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
- ._styles-module__btn-outline-primary__2PWdX {
358
+ ._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
- ._styles-module__btn-outline-primary__2PWdX:hover {
376
+ ._2PWdX:hover {
377
377
  color: #fff !important;
378
378
  background-color: #0d6efd;
379
379
  border-color: #0d6efd !important; }
380
380
 
381
- ._styles-module__sort-icons__mQvLF {
381
+ ._mQvLF {
382
382
  color: #a8a8a8;
383
383
  cursor: pointer; }
384
- ._styles-module__sort-icons__mQvLF > svg._styles-module__active__3oAH- {
384
+ ._mQvLF > svg._3oAH- {
385
385
  color: #242424; }
386
- ._styles-module__sort-icons__mQvLF > svg:first-child {
386
+ ._mQvLF > svg:first-child {
387
387
  margin-bottom: -0.5rem; }
388
- ._styles-module__sort-icons__mQvLF > svg:last-child {
388
+ ._mQvLF > svg:last-child {
389
389
  margin-top: -0.4rem; }
390
390
 
391
- ._styles-module__form-select__3W3aw {
391
+ ._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
- ._styles-module__truncate__3NJzN {
411
+ ._3NJzN {
412
412
  overflow: hidden;
413
413
  text-overflow: ellipsis;
414
414
  white-space: nowrap; }
415
415
 
416
- ._styles-module__headers__3xnI5 {
416
+ ._3xnI5 {
417
417
  position: fixed;
418
418
  z-index: 100;
419
419
  background: #fff;
420
420
  top: 0; }
421
- ._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
421
+ ._3xnI5 ._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
- ._styles-module__headers__3xnI5._styles-module__tabBox__1CQPn {
428
+ ._3xnI5._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
- ._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T {
433
+ ._3xnI5 ._3hx2T {
434
434
  text-align: start; }
435
- ._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T ._styles-module__tabText__3UyhW div span {
435
+ ._3xnI5 ._3hx2T ._3UyhW div span {
436
436
  display: none; }
437
- ._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA {
437
+ ._3xnI5 a._1TGKA {
438
438
  border-radius: 0;
439
439
  position: relative; }
440
- ._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA::after {
440
+ ._3xnI5 a._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
- ._styles-module__headers__3xnI5 a._styles-module__router-link__1AqMh,
447
- ._styles-module__headers__3xnI5 a._styles-module__router-link-active__1TGKA {
446
+ ._3xnI5 a._1AqMh,
447
+ ._3xnI5 a._1TGKA {
448
448
  color: #349056; }
449
- ._styles-module__headers__3xnI5 ._styles-module__tabText__3UyhW {
449
+ ._3xnI5 ._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
- ._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G {
460
+ ._3xnI5 ._2RI6G {
461
461
  width: unset;
462
462
  height: unset;
463
463
  padding-right: 16px;
464
464
  line-height: 73px;
465
465
  float: right; }
466
- ._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G > p {
466
+ ._3xnI5 ._2RI6G > p {
467
467
  line-height: 5;
468
468
  color: #aeabac;
469
469
  font-weight: 700; }
470
- ._styles-module__headers__3xnI5 ._styles-module__disabled-link__3aVHg {
470
+ ._3xnI5 ._3aVHg {
471
471
  pointer-events: none; }
472
472
 
473
473
  @media (min-width: 992px) {
474
- ._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
474
+ ._3xnI5 ._3YG70 {
475
475
  width: 120px;
476
476
  min-width: 120px;
477
477
  padding: 16px 0; } }
478
478
 
479
479
  @media (min-width: 1200px) {
480
- ._styles-module__headers__3xnI5 ._styles-module__logo-container__3YG70 {
480
+ ._3xnI5 ._3YG70 {
481
481
  width: 162px;
482
482
  min-width: 162px; }
483
- ._styles-module__headers__3xnI5 ._styles-module__userImg__2RI6G {
483
+ ._3xnI5 ._2RI6G {
484
484
  width: 73px;
485
485
  height: 100%;
486
486
  padding-right: 0; }
487
- ._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T {
487
+ ._3xnI5 ._3hx2T {
488
488
  display: flex;
489
489
  flex-wrap: nowrap; }
490
- ._styles-module__headers__3xnI5 ._styles-module__routerBox__3hx2T ._styles-module__tabText__3UyhW div span {
490
+ ._3xnI5 ._3hx2T ._3UyhW div span {
491
491
  display: inline-block; } }
492
492
 
493
- ._styles-module__line-clamp__3fpky {
493
+ ._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
- ._chatStyles-module__header__avatar__2oGcJ {
504
+ ._2oGcJ {
505
505
  width: 48px;
506
506
  height: 48px;
507
507
  -o-object-fit: cover;
508
508
  object-fit: cover; }
509
509
 
510
- ._chatStyles-module__header__select__2y2XV {
510
+ ._2y2XV {
511
511
  width: 200px; }
512
512
 
513
- ._chatStyles-module__body__ntGyI {
513
+ ._ntGyI {
514
514
  overflow-y: auto; }
515
515
 
516
- ._chatStyles-module__list__m7Fwt {
516
+ ._m7Fwt {
517
517
  list-style-type: none; }
518
- ._chatStyles-module__list__item__header__3BM8N {
518
+ ._3BM8N {
519
519
  width: calc(100% + 2rem);
520
520
  margin-inline: -1rem; }
521
- ._chatStyles-module__list__item__avatar__1ReOK {
521
+ ._1ReOK {
522
522
  width: 100%;
523
523
  height: 100%;
524
524
  -o-object-fit: cover;
525
525
  object-fit: cover; }
526
- ._chatStyles-module__list__item__avatar-container__2qbld {
526
+ ._2qbld {
527
527
  width: 32px;
528
528
  min-width: 32px;
529
529
  aspect-ratio: 1; }
530
- ._chatStyles-module__list__item__message__3s01i {
530
+ ._3s01i {
531
531
  width: -moz-fit-content;
532
532
  width: fit-content;
533
533
  border-radius: 20px; }
534
- ._chatStyles-module__list__item__message--reply-from__2Qxi3 {
534
+ ._2Qxi3 {
535
535
  border-radius: 20px 20px 20px 0;
536
536
  font-size: 14px; }
537
- ._chatStyles-module__list__item__message--reply-from-right__34Vx4 {
537
+ ._34Vx4 {
538
538
  border-radius: 20px 20px 0px 20px;
539
539
  font-size: 14px; }
540
- ._chatStyles-module__list__item__message--reply__3uheq {
540
+ ._3uheq {
541
541
  border-radius: 0 20px 20px 20px; }
542
- ._chatStyles-module__list__item__message--reply-right__2iBr7 {
542
+ ._2iBr7 {
543
543
  border-radius: 20px 0px 20px 20px; }
544
544
 
545
- ._chatStyles-module__reply-text__3ZPjO {
545
+ ._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
- ._chatStyles-module__container-custom__38A9k {
553
+ ._38A9k {
554
554
  padding: 20px 27px; }
555
555
 
556
- ._chatStyles-module__student-row-col-1__Jt5t0 {
556
+ ._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
- ._chatStyles-module__student-row-col-1-active__14DKj {
566
+ ._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
- ._chatStyles-module__row-col-2__qHGiR {
577
+ ._qHGiR {
578
578
  min-height: 49px;
579
579
  padding: 16px 24px;
580
580
  border-bottom: 1px solid #E4E7EC; }
581
581
 
582
- ._chatStyles-module__inputBox__2iY67 {
582
+ ._2iY67 {
583
583
  padding-left: 16px;
584
584
  padding-right: 16px;
585
585
  padding-bottom: 20px; }
586
586
 
587
- ._chatStyles-module__inputBox__2iY67 svg, ._chatStyles-module__inputBoxTable__3pCw0 svg {
587
+ ._2iY67 svg, ._3pCw0 svg {
588
588
  left: 10px;
589
589
  top: 50%;
590
590
  transform: translateY(-50%);
591
591
  z-index: 10; }
592
592
 
593
- ._chatStyles-module__inputBox__2iY67 input {
593
+ ._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
- ._chatStyles-module__background-chat__zILbw {
599
+ ._zILbw {
600
600
  background-color: #F9FAFB; }
601
601
 
602
- ._chatStyles-module__wrap-content__38gsM {
602
+ ._38gsM {
603
603
  display: inline-block !important; }
604
604
 
605
- ._chatStyles-module__name-sender__Lfzyw {
605
+ ._Lfzyw {
606
606
  padding: 4px; }
607
607
 
608
- ._chatStyles-module__content-chat-sender__1X73E {
608
+ ._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
- ._chatStyles-module__content-chat-receiver__32V7T {
614
+ ._32V7T {
615
615
  padding: 8px 12px;
616
616
  color: #FFFFFF;
617
617
  border-radius: 6px; }
618
618
 
619
- ._chatStyles-module__custom-scroll__2Uul2 {
619
+ ._2Uul2 {
620
620
  overflow-y: scroll; }
621
- ._chatStyles-module__custom-scroll__2Uul2::-webkit-scrollbar {
621
+ ._2Uul2::-webkit-scrollbar {
622
622
  display: none; }
623
623
 
624
- ._chatStyles-module__btn-send__395lb {
624
+ ._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
- ._chatStyles-module__btn-chat__gDYwm {
633
+ ._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
- ._chatStyles-module__input-chat__22TX5 {
642
+ ._22TX5 {
643
643
  padding: 12px;
644
644
  border: 1px solid #97A1AF;
645
645
  border-radius: 6px; }
646
- ._chatStyles-module__input-chat__22TX5 ::-moz-placeholder {
646
+ ._22TX5 ::-moz-placeholder {
647
647
  font-size: 13px;
648
648
  line-height: 15.51px;
649
649
  font-weight: 500;
650
650
  color: #CED2DA; }
651
- ._chatStyles-module__input-chat__22TX5 ::placeholder {
651
+ ._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
- ._chatStyles-module__btn-cancel__1u-eg {
657
+ ._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
- ._chatStyles-module__btn-register__22r6_ {
663
+ ._22r6_ {
664
664
  min-width: 120px !important;
665
665
  padding: 12px !important;
666
666
  border-radius: 6px !important; }
667
667
 
668
- ._chatStyles-module__form-label-dialog__jADIA {
668
+ ._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
- ._chatStyles-module__form-select-width__WncPd {
674
+ ._WncPd {
675
675
  width: 177px !important; }
676
676
 
677
- ._chatStyles-module__custom-scroll__2Uul2 {
677
+ ._2Uul2 {
678
678
  overflow-y: scroll; }
679
- ._chatStyles-module__custom-scroll__2Uul2::-webkit-scrollbar {
679
+ ._2Uul2::-webkit-scrollbar {
680
680
  display: none; }
681
681
 
682
- ._chatStyles-module__padding-content__3hz3H {
682
+ ._3hz3H {
683
683
  padding: 16px; }
684
- ._chatStyles-module__padding-content__3hz3H > div:last-child {
684
+ ._3hz3H > div:last-child {
685
685
  padding-bottom: 16px; }
686
686
 
687
- ._chatStyles-module__form-label__MMQxP {
687
+ ._MMQxP {
688
688
  margin-bottom: 0.5rem; }
689
689
 
690
- ._chatStyles-module__form-control__1mJfc {
690
+ ._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
- ._chatStyles-module__form-label-dialog__jADIA {
707
+ ._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
- ._styles-module__avatar__2rJkZ {
713
+ ._2rJkZ {
714
714
  width: 42px;
715
715
  height: 42px; }
716
716
 
717
- ._styles-module__date-picker__1iqE2 {
717
+ ._1iqE2 {
718
718
  width: 100%; }
719
- ._styles-module__date-picker__1iqE2 input {
719
+ ._1iqE2 input {
720
720
  padding: 10px 12px; }
721
721
 
722
- ._styles-module__time-picker__20xtc input {
722
+ ._20xtc input {
723
723
  padding: 10px 12px; }
724
724
 
725
- ._styles-module__teacher-selector-wrapper__3L1Oj > div {
725
+ ._3L1Oj > div {
726
726
  margin-bottom: 0 !important; }
727
727
 
728
- ._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(1) {
728
+ ._1dveO ._mxRxf:nth-child(1) {
729
729
  font-family: "Pretendard";
730
730
  font-size: 20px;
731
731
  font-weight: 800; }
732
732
 
733
- ._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(3) {
733
+ ._1dveO ._mxRxf:nth-child(3) {
734
734
  font-family: "Pretendard";
735
735
  font-size: 12px;
736
736
  font-weight: 600; }
737
- ._style-module__titleBox__1dveO ._style-module__title__mxRxf:nth-child(3) span {
737
+ ._1dveO ._mxRxf:nth-child(3) span {
738
738
  margin-right: 16px; }
739
739
 
740
- ._style-module__point__2fD-F {
740
+ ._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
- ._style-module__buttonGroup__2DGl3 {
747
+ ._2DGl3 {
748
748
  display: flex;
749
749
  justify-content: flex-end;
750
750
  align-items: center;
751
751
  gap: 24px; }
752
- ._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x {
752
+ ._2DGl3 ._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
- ._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x span {
763
+ ._2DGl3 ._xGW1x span {
764
764
  font-size: 14px;
765
765
  font-weight: 700; }
766
- ._style-module__buttonGroup__2DGl3 ._style-module__btnFeedback__xGW1x:hover {
766
+ ._2DGl3 ._xGW1x:hover {
767
767
  background-color: #e4e7ec; }
768
- ._style-module__buttonGroup__2DGl3 ._style-module__btnTerminate__3mLu2 {
768
+ ._2DGl3 ._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
- ._style-module__buttonGroup__2DGl3 ._style-module__btnTerminate__3mLu2 span {
777
+ ._2DGl3 ._3mLu2 span {
778
778
  font-size: 14px;
779
779
  font-weight: 700;
780
780
  color: #ffffff; }
781
781
 
782
- ._style-module__myanswer__eDBpS {
782
+ ._eDBpS {
783
783
  background-color: #ffffff; }
784
- ._style-module__myanswer__eDBpS ._style-module__titleMyAnswer1__2fMq3 {
784
+ ._eDBpS ._2fMq3 {
785
785
  border-bottom: 1px solid #e4e7ec;
786
786
  padding: 12px 24px; }
787
- ._style-module__myanswer__eDBpS ._style-module__titleMyAnswer1__2fMq3 span {
787
+ ._eDBpS ._2fMq3 span {
788
788
  font-family: "Pretendard";
789
789
  font-weight: 700;
790
790
  font-size: 16px;
791
791
  color: #414e62; }
792
- ._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh {
792
+ ._eDBpS ._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
- ._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh span:nth-child(1) {
800
+ ._eDBpS ._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
- ._style-module__myanswer__eDBpS ._style-module__titleMyAnswer2__3gEYh span:nth-child(2) {
805
+ ._eDBpS ._3gEYh span:nth-child(2) {
806
806
  font-family: "Pretendard";
807
807
  font-weight: 600;
808
808
  font-size: 12px; }
809
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx {
809
+ ._eDBpS ._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
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myAnswerItem__2qiLh {
815
+ ._eDBpS ._2K_sx ._2qiLh {
816
816
  padding: 4px 8px; }
817
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__time__6TCOK {
817
+ ._eDBpS ._2K_sx ._6TCOK {
818
818
  padding: 8px 12px 16px 84px;
819
819
  display: flex;
820
820
  align-items: center;
821
821
  gap: 16px; }
822
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__time__6TCOK ._style-module__timeCol__hmseC {
822
+ ._eDBpS ._2K_sx ._6TCOK ._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
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response__3GfJt {
828
+ ._eDBpS ._2K_sx ._3GfJt {
829
829
  font-weight: 500;
830
830
  font-size: 12px; }
831
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-0__3ut64 {
831
+ ._eDBpS ._2K_sx ._3ut64 {
832
832
  color: #6B0861; }
833
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-1__2VtpD {
833
+ ._eDBpS ._2K_sx ._2VtpD {
834
834
  color: #DB4D4D; }
835
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-2__58lQU {
835
+ ._eDBpS ._2K_sx ._58lQU {
836
836
  color: #FEAF06; }
837
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-3__1ucMY {
837
+ ._eDBpS ._2K_sx ._1ucMY {
838
838
  color: #3ACB46; }
839
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answer-response-4__1qkxy {
839
+ ._eDBpS ._2K_sx ._1qkxy {
840
840
  color: #5D5D5B; }
841
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-1__1AeGu {
841
+ ._eDBpS ._2K_sx ._1AeGu {
842
842
  color: #DB4D4D; }
843
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-2__1xTB0 {
843
+ ._eDBpS ._2K_sx ._1xTB0 {
844
844
  color: #FEAF06; }
845
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__overall-response-3__3Yu_5 {
845
+ ._eDBpS ._2K_sx ._3Yu_5 {
846
846
  color: #3ACB46; }
847
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerCorrect__2jIeT {
847
+ ._eDBpS ._2K_sx ._2jIeT {
848
848
  font-weight: 500;
849
849
  font-size: 12px;
850
850
  color: #3ACB46; }
851
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerIncorrect__to2v0 {
851
+ ._eDBpS ._2K_sx ._to2v0 {
852
852
  font-weight: 500;
853
853
  font-size: 12px;
854
854
  color: #DB4D4D; }
855
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerNograss__1JSte {
855
+ ._eDBpS ._2K_sx ._1JSte {
856
856
  font-weight: 500;
857
857
  font-size: 12px;
858
858
  color: #ced2da; }
859
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerEasy__2_uTU {
859
+ ._eDBpS ._2K_sx ._2_uTU {
860
860
  font-weight: 500;
861
861
  font-size: 12px;
862
862
  color: #3ACB46; }
863
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerDiscrimination__1DBoA {
863
+ ._eDBpS ._2K_sx ._1DBoA {
864
864
  font-weight: 500;
865
865
  font-size: 12px;
866
866
  color: #DB4D4D; }
867
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerTrap__1q3tD {
867
+ ._eDBpS ._2K_sx ._1q3tD {
868
868
  font-weight: 500;
869
869
  font-size: 12px;
870
870
  color: #FEAF06; }
871
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__answerNoTime__3iItu {
871
+ ._eDBpS ._2K_sx ._3iItu {
872
872
  font-weight: 500;
873
873
  font-size: 12px;
874
874
  color: #ced2da; }
875
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__questionOrder__1fNkS {
875
+ ._eDBpS ._2K_sx ._1fNkS {
876
876
  font-family: "Pretendard";
877
877
  font-weight: 600;
878
878
  font-size: 12px;
879
879
  color: #414E62; }
880
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myTimeLabel__1Z_F3 {
880
+ ._eDBpS ._2K_sx ._1Z_F3 {
881
881
  font-family: "Pretendard";
882
882
  font-weight: 600;
883
883
  font-size: 12px;
884
884
  color: #414e62; }
885
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myPoolTime__4KwG0 {
885
+ ._eDBpS ._2K_sx ._4KwG0 {
886
886
  height: 28px; }
887
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__myPoolTime__4KwG0 span {
887
+ ._eDBpS ._2K_sx ._4KwG0 span {
888
888
  font-weight: 500;
889
889
  font-size: 12px; }
890
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTimeLabel__245H- {
890
+ ._eDBpS ._2K_sx ._245H- {
891
891
  font-family: "Pretendard";
892
892
  font-weight: 600;
893
893
  font-size: 12px;
894
894
  color: #414e62; }
895
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTime__3tZqw {
895
+ ._eDBpS ._2K_sx ._3tZqw {
896
896
  height: 28px; }
897
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__topTime__3tZqw span {
897
+ ._eDBpS ._2K_sx ._3tZqw span {
898
898
  font-weight: 500;
899
899
  font-size: 12px;
900
900
  color: #414e62; }
901
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTimeLabel__PlPLY {
901
+ ._eDBpS ._2K_sx ._PlPLY {
902
902
  font-family: "Pretendard";
903
903
  font-weight: 600;
904
904
  font-size: 12px;
905
905
  color: #97a1af; }
906
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTime__12a7R {
906
+ ._eDBpS ._2K_sx ._12a7R {
907
907
  height: 28px; }
908
- ._style-module__myanswer__eDBpS ._style-module__contentMyAnswer__2K_sx ._style-module__meanTime__12a7R span {
908
+ ._eDBpS ._2K_sx ._12a7R span {
909
909
  font-weight: 500;
910
910
  font-size: 12px;
911
911
  color: #414e62; }
912
912
 
913
- ._style-module__compareChart__3MW16 {
913
+ ._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
- ._style-module__prevChart__1fNkb {
921
+ ._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
- ._style-module__chart__3K4oY {
928
+ ._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
- ._style-module__nextChart__3YKBp {
934
+ ._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
- ._style-module__titleChart__13BVP {
941
+ ._13BVP {
942
942
  padding: 10.5px 24px;
943
943
  border: 1px solid #e4e7ec;
944
944
  border-radius: 6px; }
945
- ._style-module__titleChart__13BVP span {
945
+ ._13BVP span {
946
946
  font-family: "Pretendard";
947
947
  font-weight: 700;
948
948
  font-size: 16px;
949
949
  color: #414e62; }
950
950
 
951
- ._style-module__titleCompareGrass__o1txm {
951
+ ._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
- ._style-module__tableCompareGrass__bT5nf thead {
958
+ ._bT5nf thead {
959
959
  background-color: #f9fafb; }
960
- ._style-module__tableCompareGrass__bT5nf thead th {
960
+ ._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
- ._style-module__tableCompareGrass__bT5nf thead ._style-module__thcolumn1__3Umg0 {
966
+ ._bT5nf thead ._3Umg0 {
967
967
  border-right: 1px solid #e4e7ec;
968
968
  padding: 12px 16px; }
969
969
 
970
- ._style-module__tableCompareGrass__bT5nf tbody {
970
+ ._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
- ._style-module__tableCompareGrass__bT5nf tbody td {
975
+ ._bT5nf tbody td {
976
976
  vertical-align: middle; }
977
- ._style-module__tableCompareGrass__bT5nf tbody ._style-module__tdcolumn1__3dRMF {
977
+ ._bT5nf tbody ._3dRMF {
978
978
  padding: 8px 16px;
979
979
  border-right: 1px solid #e4e7ec;
980
980
  color: #97a1af; }
981
- ._style-module__tableCompareGrass__bT5nf tbody ._style-module__tdcolumn3__2tcBP {
981
+ ._bT5nf tbody ._2tcBP {
982
982
  text-align: center;
983
983
  font-family: "Pretendard";
984
984
  font-weight: 700;
985
985
  font-size: 13px; }
986
- ._style-module__tableCompareGrass__bT5nf tbody ._style-module__classification__1AFeb {
986
+ ._bT5nf tbody ._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
- ._style-module__tableCompareGrass__bT5nf tbody ._style-module__classification__1AFeb span {
992
+ ._bT5nf tbody ._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
- ._style-module__wrapperProblem__oTqG7 {
999
+ ._oTqG7 {
1000
1000
  border-top: 1px solid #e4e7ec; }
1001
- ._style-module__wrapperProblem__oTqG7 :hover {
1001
+ ._oTqG7 :hover {
1002
1002
  cursor: pointer; }
1003
1003
 
1004
- ._style-module__wrapperProblem__oTqG7:first-child {
1004
+ ._oTqG7:first-child {
1005
1005
  border-top: none; }
1006
1006
 
1007
- ._style-module__wrapperProblem__oTqG7:last-child {
1007
+ ._oTqG7:last-child {
1008
1008
  border-bottom: 1px solid #e4e7ec; }
1009
1009
 
1010
- ._style-module__titleProblem__35eIx {
1010
+ ._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
- ._style-module__titleProblemClose__3t4HO {
1022
+ ._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
- ._style-module__titleTrickyProblem__1-oxK {
1033
+ ._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
- ._style-module__wrongQuestions__2dpMR {
1045
+ ._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
- ._style-module__wrongQuestions__2dpMR ._style-module__question__1lSOX {
1057
+ ._2dpMR ._1lSOX {
1058
1058
  min-width: 36px;
1059
1059
  min-height: 22px;
1060
1060
  padding: 4px; }
1061
1061
 
1062
- ._style-module__assignedQuestions__1ONUt {
1062
+ ._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
- ._style-module__assignedQuestions__1ONUt ._style-module__question__1lSOX {
1073
+ ._1ONUt ._1lSOX {
1074
1074
  min-width: 36px;
1075
1075
  min-height: 22px;
1076
1076
  padding: 4px; }
1077
1077
 
1078
- ._style-module__wrapperContent__nPoR0 {
1078
+ ._nPoR0 {
1079
1079
  padding: 8px 0px; }
1080
1080
 
1081
- ._style-module__content__2zmZn {
1081
+ ._2zmZn {
1082
1082
  padding: 8px; }
1083
- ._style-module__content__2zmZn ._style-module__contentColumn1__334SY {
1083
+ ._2zmZn ._334SY {
1084
1084
  border-right: 1px solid #97a1af;
1085
1085
  padding: 11px 24px 8px 11px; }
1086
- ._style-module__content__2zmZn ._style-module__contentColumn1__334SY div {
1086
+ ._2zmZn ._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
- ._style-module__content__2zmZn ._style-module__contentColumn1__334SY div ._style-module__span1__3Lf-U {
1092
+ ._2zmZn ._334SY div ._3Lf-U {
1093
1093
  font-family: "Pretendard";
1094
1094
  font-weight: 600;
1095
1095
  font-size: 12px;
1096
1096
  color: "#414E62"; }
1097
- ._style-module__content__2zmZn ._style-module__contentColumn1__334SY div ._style-module__span2__ZpMot {
1097
+ ._2zmZn ._334SY div ._ZpMot {
1098
1098
  font-family: "Pretendard";
1099
1099
  font-weight: 600;
1100
1100
  font-size: 12px;
1101
1101
  color: #414E62; }
1102
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l {
1102
+ ._2zmZn ._16P3l {
1103
1103
  display: flex;
1104
1104
  flex-direction: row;
1105
1105
  padding-left: 16px;
1106
1106
  gap: 16px; }
1107
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div {
1107
+ ._2zmZn ._16P3l div {
1108
1108
  display: flex;
1109
1109
  flex-direction: column;
1110
1110
  gap: 8px; }
1111
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div ._style-module__span1__3Lf-U {
1111
+ ._2zmZn ._16P3l div ._3Lf-U {
1112
1112
  font-family: "Pretendard";
1113
1113
  font-size: 500px;
1114
1114
  font-size: 12px;
1115
1115
  color: #414e62; }
1116
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l div ._style-module__span2__ZpMot {
1116
+ ._2zmZn ._16P3l div ._ZpMot {
1117
1117
  font-family: "Pretendard";
1118
1118
  font-size: 500px;
1119
1119
  font-size: 12px;
1120
1120
  color: #97a1af; }
1121
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__duration__1kT28 {
1121
+ ._2zmZn ._16P3l ._1kT28 {
1122
1122
  font-family: "Pretendard";
1123
1123
  font-weight: 600;
1124
1124
  font-size: 12px;
1125
1125
  color: #DB4D4D; }
1126
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__topDuration__1fVRi {
1126
+ ._2zmZn ._16P3l ._1fVRi {
1127
1127
  font-family: "Pretendard";
1128
1128
  font-weight: 500;
1129
1129
  font-size: 12px;
1130
1130
  color: #414e62; }
1131
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__overallCorrectRate__3jLGe {
1131
+ ._2zmZn ._16P3l ._3jLGe {
1132
1132
  font-family: "Pretendard";
1133
1133
  font-weight: 600;
1134
1134
  font-size: 12px;
1135
1135
  color: #18442A; }
1136
- ._style-module__content__2zmZn ._style-module__contentColumn2__16P3l ._style-module__answer__VsZ0K {
1136
+ ._2zmZn ._16P3l ._VsZ0K {
1137
1137
  font-family: "Pretendard";
1138
1138
  font-weight: 500;
1139
1139
  font-size: 12px;
1140
1140
  color: #DB4D4D; }
1141
1141
 
1142
- ._style-module__contentVulnerable__QxKMy {
1142
+ ._QxKMy {
1143
1143
  padding: 8px; }
1144
1144
 
1145
- ._style-module__wrappContentProblem__nnqpW {
1145
+ ._nnqpW {
1146
1146
  padding: 10px 0px; }
1147
1147
 
1148
- ._style-module__contentProblem__3Z1nV {
1148
+ ._3Z1nV {
1149
1149
  display: flex;
1150
1150
  flex-direction: column;
1151
1151
  padding: 12px 24px; }
1152
- ._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx {
1152
+ ._3Z1nV ._36Xpx {
1153
1153
  display: flex;
1154
1154
  align-items: center;
1155
1155
  justify-content: space-between;
1156
1156
  margin-bottom: 8px; }
1157
- ._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx ._style-module__name__3ZJQW {
1157
+ ._3Z1nV ._36Xpx ._3ZJQW {
1158
1158
  font-family: "Pretendard";
1159
1159
  font-weight: 500;
1160
1160
  font-size: 12px;
1161
1161
  color: #414E62; }
1162
- ._style-module__contentProblem__3Z1nV ._style-module__labelProblem__36Xpx ._style-module__percent__2J3MK {
1162
+ ._3Z1nV ._36Xpx ._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
- ._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO {
1169
+ ._3Z1nV ._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
- ._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO > div {
1177
+ ._3Z1nV ._1MPdO > div {
1178
1178
  position: relative;
1179
1179
  height: 100%; }
1180
- ._style-module__contentProblem__3Z1nV ._style-module__slider__1MPdO ._style-module__track__3CV_y {
1180
+ ._3Z1nV ._1MPdO ._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
- ._style-module__noData___g-ff {
1189
+ .__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
- ._style-module__loading__3j485 {
1197
+ ._3j485 {
1198
1198
  height: calc(100vh - 72px); }
1199
1199
 
1200
- ._style-module__table-responsive__2O6RX {
1200
+ ._2O6RX {
1201
1201
  overflow-x: auto;
1202
1202
  -webkit-overflow-scrolling: touch; }
1203
1203
 
1204
- ._style-module__form-label__1RYOQ {
1204
+ ._1RYOQ {
1205
1205
  margin-bottom: 0.5rem; }
1206
1206
 
1207
- ._style-module__form-control__3VRVT {
1207
+ ._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
- ._style-module__form-label-dialog__3oCSh {
1224
+ ._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
- ._style-module__btn-cancel__3USKq {
1230
+ ._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
- ._style-module__btn-register__3y_iD {
1236
+ ._3y_iD {
1237
1237
  min-width: 120px !important;
1238
1238
  padding: 12px !important;
1239
1239
  border-radius: 6px !important; }
1240
1240
 
1241
- ._style-module__pdfBtnBox__3xZHo p {
1241
+ ._3xZHo p {
1242
1242
  font-size: 13px;
1243
1243
  font-weight: 700;
1244
1244
  color: #6d6e6f;
1245
1245
  margin: 0; }
1246
1246
 
1247
- ._style-module__pdfBtnBox__3xZHo button {
1247
+ ._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
- ._style-module__pdfBtn__1DtWq {
1257
+ ._1DtWq {
1258
1258
  display: flex;
1259
1259
  justify-content: space-between;
1260
1260
  line-height: 10.8px; }
1261
1261
 
1262
- ._style-module__form-select__1a_vw {
1262
+ ._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
- ._style-module__loader__2uC7T {
1282
+ ._2uC7T {
1283
1283
  display: flex;
1284
1284
  align-items: end; }
1285
1285
 
1286
- ._style-module__dot__Xz-Mr {
1286
+ ._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: _style-module__bounce__3THgz 0.6s infinite alternate; }
1292
+ animation: _3THgz 0.6s infinite alternate; }
1293
1293
 
1294
- ._style-module__dot__Xz-Mr:nth-child(2) {
1294
+ ._Xz-Mr:nth-child(2) {
1295
1295
  animation-delay: 0.2s; }
1296
1296
 
1297
- ._style-module__dot__Xz-Mr:nth-child(3) {
1297
+ ._Xz-Mr:nth-child(3) {
1298
1298
  animation-delay: 0.4s; }
1299
1299
 
1300
- @keyframes _style-module__bounce__3THgz {
1300
+ @keyframes _3THgz {
1301
1301
  0% {
1302
1302
  transform: translateY(-4px); }
1303
1303
  100% {
1304
1304
  transform: translateY(-8px); } }
1305
1305
 
1306
- ._printStyle-module__page-break__35kyG {
1306
+ ._35kyG {
1307
1307
  page-break-before: always; }
1308
1308
 
1309
- ._printStyle-module__print-exact-color__1PFgl {
1309
+ ._1PFgl {
1310
1310
  print-color-adjust: exact; }
1311
1311
 
1312
- ._printStyle-module__avoid-break-inside__3rPGh {
1312
+ ._3rPGh {
1313
1313
  page-break-inside: avoid; }
1314
1314
 
1315
- ._style-module__form-label__1jRLX {
1315
+ ._1jRLX {
1316
1316
  margin-bottom: 0.5rem; }
1317
1317
 
1318
- ._style-module__form-control__13KE7 {
1318
+ ._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
- ._style-module__form-label-dialog__3mXNM {
1335
+ ._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
- ._style-module__btn-cancel__3bqNl {
1341
+ ._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
- ._style-module__btn-register__3GFnT {
1347
+ ._3GFnT {
1348
1348
  min-width: 120px !important;
1349
1349
  padding: 12px !important;
1350
1350
  border-radius: 6px !important; }
1351
1351
 
1352
- ._style-module__action-btn__1jXbz {
1352
+ ._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
- ._style-module__action-btn__1jXbz svg {
1360
+ ._1jXbz svg {
1361
1361
  width: 0.75rem; }
1362
- ._style-module__action-btn--pencil__at4xP {
1362
+ ._at4xP {
1363
1363
  stroke: #FFF;
1364
1364
  width: 1rem !important; }
1365
1365
 
1366
- ._style-module__icon-rotate-180__12gv9 {
1366
+ ._12gv9 {
1367
1367
  transform: rotate(180deg); }
1368
1368
 
1369
- ._style-module__drop-area__R4bn5 {
1369
+ ._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
- ._style-module__drop-area__R4bn5 input {
1377
+ ._R4bn5 input {
1378
1378
  width: 100%;
1379
1379
  height: 100%; }
1380
1380
 
1381
- ._styles-module__question__2uc_W {
1381
+ ._2uc_W {
1382
1382
  padding: 0.5rem 1.5rem;
1383
1383
  border-radius: 6px;
1384
1384
  border: 1px solid #EBEBFF; }
1385
- ._styles-module__question-article__2p7kY {
1385
+ ._2p7kY {
1386
1386
  font-weight: 700;
1387
1387
  font-size: 14px; }
1388
- ._styles-module__question-title__2tHmc {
1388
+ ._2tHmc {
1389
1389
  font-weight: 700;
1390
1390
  font-size: 14px;
1391
1391
  color: #414E62; }
1392
1392
 
1393
- ._styles-module__question-label__26ATj > span:last-child,
1394
- ._styles-module__question-label__26ATj {
1393
+ ._26ATj > span:last-child,
1394
+ ._26ATj {
1395
1395
  font-weight: 600 !important;
1396
1396
  font-size: 13px !important;
1397
1397
  color: #202B37 !important; }
1398
1398
 
1399
- ._styles-module__question-input__3R8PR {
1399
+ ._3R8PR {
1400
1400
  font-weight: 600;
1401
1401
  font-size: 13px;
1402
1402
  border: 1px solid #97A1AF;
1403
1403
  padding: 12px; }
1404
- ._styles-module__question-input__3R8PR:focus {
1404
+ ._3R8PR:focus {
1405
1405
  box-shadow: none; }
1406
1406
 
1407
- ._styles-module__question-btn__1VZac:hover {
1407
+ ._1VZac:hover {
1408
1408
  color: #FFF; }
1409
1409
 
1410
- ._styles-module__drawer__11aYm {
1410
+ ._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
- ._styles-module__drawer__11aYm._styles-module__open__3Ydwm {
1418
+ ._11aYm._3Ydwm {
1419
1419
  right: 0; }
1420
1420
 
1421
- ._styles-module__drawer-overlay__3SQDf {
1421
+ ._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
- ._styles-module__drawer-overlay__3SQDf._styles-module__open__3Ydwm {
1430
+ ._3SQDf._3Ydwm {
1431
1431
  background-color: rgba(0, 0, 0, 0.3);
1432
1432
  z-index: 98; }
1433
1433
 
1434
- ._styles-module__drawer-header__2BwOx {
1434
+ ._2BwOx {
1435
1435
  background: #F9FAFB;
1436
1436
  border-bottom: 1px solid #E4E7EC;
1437
1437
  padding: 1rem 1.5rem; }
1438
- ._styles-module__drawer-header__2BwOx button {
1438
+ ._2BwOx button {
1439
1439
  padding: 0.5rem 1rem; }
1440
- ._styles-module__drawer-header__2BwOx button span {
1440
+ ._2BwOx button span {
1441
1441
  font-size: 13px;
1442
1442
  font-weight: 700; }
1443
1443
 
1444
- ._styles-module__drawer-form__2Zo7R {
1444
+ ._2Zo7R {
1445
1445
  height: calc(100% - 70.5px);
1446
1446
  padding: 1rem 1.5rem 2rem;
1447
1447
  overflow-y: auto; }
1448
1448
 
1449
- ._styles-module__dropdown-content-academy__1lzjD {
1449
+ ._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
- ._styles-module__dropdown-content-academy__1lzjD:after {
1459
+ ._1lzjD:after {
1460
1460
  display: none; }
1461
- ._styles-module__dropdown-content-academy__1lzjD ._styles-module__dropdown-change__1y7K9 {
1461
+ ._1lzjD ._1y7K9 {
1462
1462
  background: transparent; }
1463
1463
 
1464
- ._styles-module__dropdown-academy-item__1Y-55 {
1464
+ ._1Y-55 {
1465
1465
  font-size: 14px;
1466
1466
  line-height: 1; }
1467
- ._styles-module__dropdown-academy-item__1Y-55:active {
1467
+ ._1Y-55:active {
1468
1468
  background-color: transparent !important; }
1469
1469
 
1470
- ._styles-module__dropdown-content-language__1fBXY {
1470
+ ._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
- ._styles-module__dropdown-content-language__1fBXY:after {
1479
+ ._1fBXY:after {
1480
1480
  display: none; }
1481
- ._styles-module__dropdown-content-language__1fBXY ._styles-module__dropdown-change__1y7K9 {
1481
+ ._1fBXY ._1y7K9 {
1482
1482
  background: transparent; }
1483
1483
 
1484
- ._styles-module__dropdown-item-language__3Szun {
1484
+ ._3Szun {
1485
1485
  color: #242424;
1486
1486
  display: flex;
1487
1487
  padding: 8px;
1488
1488
  border-radius: 6px; }
1489
- ._styles-module__dropdown-item-language__3Szun:hover {
1489
+ ._3Szun:hover {
1490
1490
  background-color: #f1faff; }
1491
1491
 
1492
- ._styles-module__dropdown-item-language-active__2HhLb {
1492
+ ._2HhLb {
1493
1493
  background-color: #f1faff; }
1494
1494
 
1495
- ._styles-module__item-address__3WYHC {
1495
+ ._3WYHC {
1496
1496
  font-weight: 600;
1497
1497
  border-top: 1px solid #27347d29;
1498
1498
  padding-top: 10px; }
1499
- ._styles-module__item-address__3WYHC._styles-module__item-logout__2-9ix {
1499
+ ._3WYHC._2-9ix {
1500
1500
  color: #8b0000; }
1501
- ._styles-module__item-address__3WYHC ._styles-module__title-address__1r4pn {
1501
+ ._3WYHC ._1r4pn {
1502
1502
  margin-right: 12px; }
1503
1503
 
1504
- ._styles-module__image-academy__2ZozT {
1504
+ ._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
- ._styles-module__image-academy__2ZozT img {
1516
+ ._2ZozT img {
1517
1517
  width: 100%;
1518
1518
  height: 100%;
1519
1519
  border-radius: 50%;
@@ -1521,11 +1521,40 @@
1521
1521
  object-fit: cover;
1522
1522
  border: 1px solid #DFE3E8; }
1523
1523
 
1524
- ._styles-module__avatar__8niRT {
1524
+ ._8niRT {
1525
1525
  width: 42px;
1526
1526
  height: 42px; }
1527
1527
 
1528
- ._style-module__action-btn__2Kt_g {
1528
+ ._1_ONI {
1529
+ padding: 0.5rem 1.5rem;
1530
+ border-radius: 6px;
1531
+ border: 1px solid #EBEBFF; }
1532
+ ._2FdrR {
1533
+ font-weight: 700;
1534
+ font-size: 14px; }
1535
+ ._3mgRf {
1536
+ font-weight: 700;
1537
+ font-size: 14px;
1538
+ color: #414E62; }
1539
+
1540
+ ._2h0kA > span:last-child,
1541
+ ._2h0kA {
1542
+ font-weight: 600 !important;
1543
+ font-size: 13px !important;
1544
+ color: #202B37 !important; }
1545
+
1546
+ ._exAl- {
1547
+ font-weight: 600;
1548
+ font-size: 13px;
1549
+ border: 1px solid #97A1AF;
1550
+ padding: 12px; }
1551
+ ._exAl-:focus {
1552
+ box-shadow: none; }
1553
+
1554
+ ._2ksp8:hover {
1555
+ color: #FFF; }
1556
+
1557
+ ._2Kt_g {
1529
1558
  border-radius: 50%;
1530
1559
  width: 36px;
1531
1560
  height: 36px;
@@ -1533,25 +1562,25 @@
1533
1562
  justify-content: center;
1534
1563
  align-items: center;
1535
1564
  margin-inline: 0.25rem; }
1536
- ._style-module__action-btn__2Kt_g svg {
1565
+ ._2Kt_g svg {
1537
1566
  width: 0.75rem; }
1538
- ._style-module__action-btn--pencil__3T_TG {
1567
+ ._3T_TG {
1539
1568
  stroke: #FFF;
1540
1569
  width: 1rem !important; }
1541
1570
 
1542
- ._style-module__btn-cancel__3j6Kd {
1571
+ ._3j6Kd {
1543
1572
  min-width: 120px !important;
1544
1573
  padding: 12px !important;
1545
1574
  border-radius: 6px !important;
1546
1575
  background-color: transparent !important; }
1547
1576
 
1548
- ._style-module__btn-register__XA4vl {
1577
+ ._XA4vl {
1549
1578
  min-width: 120px !important;
1550
1579
  padding: 12px !important;
1551
1580
  border-radius: 6px !important; }
1552
1581
 
1553
1582
  @charset "UTF-8";
1554
- ._styles-module__drawer__1k4kj {
1583
+ ._1k4kj {
1555
1584
  width: 70vw;
1556
1585
  height: calc(100vh - 78px);
1557
1586
  position: fixed;
@@ -1559,10 +1588,10 @@
1559
1588
  bottom: 0;
1560
1589
  z-index: 99;
1561
1590
  transition: right 0.3s ease-in-out; }
1562
- ._styles-module__drawer__1k4kj._styles-module__open__IB2-g {
1591
+ ._1k4kj._IB2-g {
1563
1592
  right: 0; }
1564
1593
 
1565
- ._styles-module__drawer-overlay__xnHGE {
1594
+ ._xnHGE {
1566
1595
  width: 100vw;
1567
1596
  height: 100vh;
1568
1597
  background-color: rgba(0, 0, 0, 0);
@@ -1571,26 +1600,26 @@
1571
1600
  bottom: 0;
1572
1601
  transition: background-color 0.1s 0.2s ease-in-out;
1573
1602
  z-index: -1; }
1574
- ._styles-module__drawer-overlay__xnHGE._styles-module__open__IB2-g {
1603
+ ._xnHGE._IB2-g {
1575
1604
  background-color: rgba(0, 0, 0, 0.3);
1576
1605
  z-index: 98; }
1577
1606
 
1578
- ._styles-module__drawer-header__1gLOh {
1607
+ ._1gLOh {
1579
1608
  background: #F9FAFB;
1580
1609
  border-bottom: 1px solid #E4E7EC;
1581
1610
  padding: 1rem 1.5rem; }
1582
- ._styles-module__drawer-header__1gLOh button {
1611
+ ._1gLOh button {
1583
1612
  padding: 0.5rem 1rem; }
1584
- ._styles-module__drawer-header__1gLOh button span {
1613
+ ._1gLOh button span {
1585
1614
  font-size: 13px;
1586
1615
  font-weight: 700; }
1587
1616
 
1588
- ._styles-module__drawer-form__2pLGg {
1617
+ ._2pLGg {
1589
1618
  height: calc(100% - 70.5px);
1590
1619
  padding: 1rem 1.5rem 2rem;
1591
1620
  overflow-y: auto; }
1592
1621
 
1593
- ._styles-module__dropdown-content-academy__1rR7s {
1622
+ ._1rR7s {
1594
1623
  width: 100%;
1595
1624
  top: calc(100% + 4px) !important;
1596
1625
  left: unset !important;
@@ -1600,29 +1629,29 @@
1600
1629
  box-shadow: 0px 8px 15px #989898;
1601
1630
  border: none;
1602
1631
  padding: 0 8px; }
1603
- ._styles-module__dropdown-content-academy__1rR7s:after {
1632
+ ._1rR7s:after {
1604
1633
  display: none; }
1605
- ._styles-module__dropdown-content-academy__1rR7s ._styles-module__dropdown-change__1Hcs4 {
1634
+ ._1rR7s ._1Hcs4 {
1606
1635
  background: transparent; }
1607
1636
 
1608
- ._styles-module__btn-register__37IIN {
1637
+ ._37IIN {
1609
1638
  min-width: 120px !important;
1610
1639
  padding: 12px !important;
1611
1640
  border-radius: 6px !important; }
1612
1641
 
1613
- ._styles-module__btn-cancel__KDkNh {
1642
+ ._KDkNh {
1614
1643
  min-width: 120px !important;
1615
1644
  padding: 12px !important;
1616
1645
  border-radius: 6px !important;
1617
1646
  background-color: transparent !important; }
1618
1647
 
1619
- ._styles-module__dropdown-academy-item__1-srV {
1648
+ ._1-srV {
1620
1649
  font-size: 14px;
1621
1650
  line-height: 1; }
1622
- ._styles-module__dropdown-academy-item__1-srV:active {
1651
+ ._1-srV:active {
1623
1652
  background-color: transparent !important; }
1624
1653
 
1625
- ._styles-module__dropdown-content-language__88rAE {
1654
+ ._88rAE {
1626
1655
  width: 210px;
1627
1656
  top: 40px !important;
1628
1657
  left: -80px !important;
@@ -1631,32 +1660,32 @@
1631
1660
  box-shadow: 0px 8px 15px #989898;
1632
1661
  border: none;
1633
1662
  padding: 0 8px; }
1634
- ._styles-module__dropdown-content-language__88rAE:after {
1663
+ ._88rAE:after {
1635
1664
  display: none; }
1636
- ._styles-module__dropdown-content-language__88rAE ._styles-module__dropdown-change__1Hcs4 {
1665
+ ._88rAE ._1Hcs4 {
1637
1666
  background: transparent; }
1638
1667
 
1639
- ._styles-module__dropdown-item-language__2jjUW {
1668
+ ._2jjUW {
1640
1669
  color: #242424;
1641
1670
  display: flex;
1642
1671
  padding: 8px;
1643
1672
  border-radius: 6px; }
1644
- ._styles-module__dropdown-item-language__2jjUW:hover {
1673
+ ._2jjUW:hover {
1645
1674
  background-color: #f1faff; }
1646
1675
 
1647
- ._styles-module__dropdown-item-language-active__27lik {
1676
+ ._27lik {
1648
1677
  background-color: #f1faff; }
1649
1678
 
1650
- ._styles-module__item-address__tGib4 {
1679
+ ._tGib4 {
1651
1680
  font-weight: 600;
1652
1681
  border-top: 1px solid #27347d29;
1653
1682
  padding-top: 10px; }
1654
- ._styles-module__item-address__tGib4._styles-module__item-logout__1MXIb {
1683
+ ._tGib4._1MXIb {
1655
1684
  color: #8b0000; }
1656
- ._styles-module__item-address__tGib4 ._styles-module__title-address__A_I15 {
1685
+ ._tGib4 ._A_I15 {
1657
1686
  margin-right: 12px; }
1658
1687
 
1659
- ._styles-module__image-academy__3zxbi {
1688
+ ._3zxbi {
1660
1689
  width: 40px;
1661
1690
  height: 40px;
1662
1691
  border-radius: 50%;
@@ -1668,7 +1697,7 @@
1668
1697
  font-weight: 600;
1669
1698
  line-height: 1;
1670
1699
  color: #FFF; }
1671
- ._styles-module__image-academy__3zxbi img {
1700
+ ._3zxbi img {
1672
1701
  width: 100%;
1673
1702
  height: 100%;
1674
1703
  border-radius: 50%;
@@ -1676,24 +1705,24 @@
1676
1705
  object-fit: cover;
1677
1706
  border: 1px solid #DFE3E8; }
1678
1707
 
1679
- ._styles-module__slick-dots__VlpW7 li {
1708
+ ._VlpW7 li {
1680
1709
  display: inline-block;
1681
1710
  margin: 0 5px;
1682
1711
  padding: 0; }
1683
1712
 
1684
- ._styles-module__slick-dots__VlpW7 li, ._styles-module__slick-dots__VlpW7 li button {
1713
+ ._VlpW7 li, ._VlpW7 li button {
1685
1714
  cursor: pointer;
1686
1715
  height: 20px;
1687
1716
  width: 20px; }
1688
1717
 
1689
- ._styles-module__slick-dots__VlpW7 li button {
1718
+ ._VlpW7 li button {
1690
1719
  border: 0;
1691
1720
  display: block;
1692
1721
  font-size: 0;
1693
1722
  line-height: 0;
1694
1723
  padding: 5px; }
1695
1724
 
1696
- ._styles-module__slick-dots__VlpW7 li button:before {
1725
+ ._VlpW7 li button:before {
1697
1726
  color: #000;
1698
1727
  content: "\2022";
1699
1728
  font-size: 6px;
@@ -1706,11 +1735,11 @@
1706
1735
  top: 0;
1707
1736
  width: 20px; }
1708
1737
 
1709
- ._styles-module__slick-dots__VlpW7 li._styles-module__slick-active__1zzu9 button:before {
1738
+ ._VlpW7 li._1zzu9 button:before {
1710
1739
  color: #000;
1711
1740
  opacity: .75; }
1712
1741
 
1713
- ._styles-module__slider-container__1lCoM {
1742
+ ._1lCoM {
1714
1743
  min-height: 0;
1715
1744
  min-width: 0;
1716
1745
  padding: 20px; }
@@ -1720,7 +1749,7 @@ h3 {
1720
1749
  margin: 10px;
1721
1750
  padding: 2% 0; }
1722
1751
 
1723
- ._styles-module__button___sLSD {
1752
+ .__sLSD {
1724
1753
  border-radius: 5px;
1725
1754
  cursor: pointer;
1726
1755
  display: inline-block;
@@ -1729,39 +1758,39 @@ h3 {
1729
1758
  padding: 1em;
1730
1759
  width: auto; }
1731
1760
 
1732
- ._styles-module__button___sLSD, ._styles-module__variable-width__1AnqW ._styles-module__slick-slide__3ZJaN p {
1761
+ .__sLSD, ._1AnqW ._3ZJaN p {
1733
1762
  font-family: verdana; }
1734
1763
 
1735
- ._styles-module__variable-width__1AnqW ._styles-module__slick-slide__3ZJaN p {
1764
+ ._1AnqW ._3ZJaN p {
1736
1765
  height: 100px;
1737
1766
  margin: 5px; }
1738
1767
 
1739
- ._styles-module__center__jUOZF ._styles-module__slick-center__35s6t h3 {
1768
+ ._jUOZF ._35s6t h3 {
1740
1769
  color: #e67e22;
1741
1770
  opacity: 1;
1742
1771
  transform: scale(1.08); }
1743
1772
 
1744
- ._styles-module__center__jUOZF h3 {
1773
+ ._jUOZF h3 {
1745
1774
  opacity: .8;
1746
1775
  transition: .3s; }
1747
1776
 
1748
- ._styles-module__content__1dQdx {
1777
+ ._1dQdx {
1749
1778
  margin: auto;
1750
1779
  padding: 20px;
1751
1780
  width: 90%; }
1752
1781
 
1753
- ._styles-module__slick-slide__3ZJaN ._styles-module__image__1feWs {
1782
+ ._3ZJaN ._1feWs {
1754
1783
  padding: 10px; }
1755
1784
 
1756
- ._styles-module__slick-slide__3ZJaN img {
1785
+ ._3ZJaN img {
1757
1786
  border: 5px solid #fff;
1758
1787
  display: block;
1759
1788
  margin: auto; }
1760
1789
 
1761
- ._styles-module__slick-slide__3ZJaN img._styles-module__slick-loading__FchLZ {
1790
+ ._3ZJaN img._FchLZ {
1762
1791
  border: 0; }
1763
1792
 
1764
- ._styles-module__slick-slider__1T7zW {
1793
+ ._1T7zW {
1765
1794
  -webkit-touch-callout: none;
1766
1795
  touch-action: pan-y;
1767
1796
  -webkit-user-select: none;
@@ -1770,93 +1799,93 @@ h3 {
1770
1799
  -khtml-user-select: none;
1771
1800
  margin: 30px auto 50px; }
1772
1801
 
1773
- ._styles-module__slick-dots__VlpW7 {
1802
+ ._VlpW7 {
1774
1803
  margin-left: 0; }
1775
1804
 
1776
- ._styles-module__slick-dots__VlpW7 li button:before, ._styles-module__slick-dots__VlpW7 li._styles-module__slick-active__1zzu9 button:before {
1805
+ ._VlpW7 li button:before, ._VlpW7 li._1zzu9 button:before {
1777
1806
  color: var(--ifm-color-primary) !important; }
1778
1807
 
1779
- ._styles-module__slick-thumb__o2Tkt {
1808
+ ._o2Tkt {
1780
1809
  bottom: -45px; }
1781
1810
 
1782
- ._styles-module__slick-thumb__o2Tkt li {
1811
+ ._o2Tkt li {
1783
1812
  height: 45px;
1784
1813
  width: 60px; }
1785
1814
 
1786
- ._styles-module__slick-thumb__o2Tkt li img {
1815
+ ._o2Tkt li img {
1787
1816
  filter: grayscale(100%); }
1788
1817
 
1789
- ._styles-module__slick-thumb__o2Tkt li._styles-module__slick-active__1zzu9 img {
1818
+ ._o2Tkt li._1zzu9 img {
1790
1819
  filter: grayscale(0); }
1791
1820
 
1792
- ._styles-module__slides__1FY2k ._styles-module__slick-next__23Pi9, ._styles-module__slides__1FY2k ._styles-module__slick-prev__2g2iD {
1821
+ ._1FY2k ._23Pi9, ._1FY2k ._2g2iD {
1793
1822
  position: absolute;
1794
1823
  top: 50%;
1795
1824
  z-index: 1; }
1796
1825
 
1797
- ._styles-module__heroBanner_qdFl__2y7lQ {
1826
+ ._2y7lQ {
1798
1827
  overflow: hidden;
1799
1828
  padding: 4rem 0;
1800
1829
  text-align: center; }
1801
1830
 
1802
- ._styles-module__buttons_AeoN__KMW2P {
1831
+ ._KMW2P {
1803
1832
  align-items: center;
1804
1833
  display: flex; }
1805
1834
 
1806
- ._styles-module__buttons_AeoN__KMW2P, ._styles-module__mdxPageWrapper_j9I6__3dqhE {
1835
+ ._KMW2P, ._3dqhE {
1807
1836
  justify-content: center; }
1808
1837
 
1809
1838
  @media (min-width: 997px) {
1810
- ._styles-module__collapseSidebarButton_PEFL__24wBH, ._styles-module__expandButton_TmdG__2LXBj {
1839
+ ._24wBH, ._2LXBj {
1811
1840
  background-color: var(--docusaurus-collapse-button-bg); }
1812
1841
  :root {
1813
1842
  --docusaurus-announcement-bar-height: 30px
1814
1843
  ; }
1815
- ._styles-module__announcementBarClose_gvF7__32uEE, ._styles-module__announcementBarPlaceholder_vyr4__2PagL {
1844
+ ._32uEE, ._2PagL {
1816
1845
  flex-basis: 50px; }
1817
- ._styles-module__navbarSearchContainer_Bca1__3Uiqm {
1846
+ ._3Uiqm {
1818
1847
  padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal); }
1819
- ._styles-module__lastUpdated_vwxv__1UNOJ {
1848
+ ._1UNOJ {
1820
1849
  text-align: right; }
1821
- ._styles-module__tocMobile_ITEo__qcGlb {
1850
+ ._qcGlb {
1822
1851
  display: none; }
1823
- ._styles-module__collapseSidebarButton_PEFL__24wBH {
1852
+ ._24wBH {
1824
1853
  border: 1px solid var(--ifm-toc-border-color);
1825
1854
  border-radius: 0;
1826
1855
  bottom: 0;
1827
1856
  display: block !important;
1828
1857
  height: 40px;
1829
1858
  position: sticky; }
1830
- ._styles-module__collapseSidebarButtonIcon_kv0___2G6Hz {
1859
+ ._2G6Hz {
1831
1860
  margin-top: 4px;
1832
1861
  transform: rotate(180deg); }
1833
- ._styles-module__expandButtonIcon_i1dp__1IMu8, [dir=rtl] ._styles-module__collapseSidebarButtonIcon_kv0___2G6Hz {
1862
+ ._1IMu8, [dir=rtl] ._2G6Hz {
1834
1863
  transform: rotate(0); }
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 {
1864
+ ._24wBH:focus, ._24wBH:hover, ._2LXBj:focus, ._2LXBj:hover {
1836
1865
  background-color: var(--docusaurus-collapse-button-bg-hover); }
1837
- ._styles-module__menuHtmlItem_M9Kj__1YUka {
1866
+ ._1YUka {
1838
1867
  padding: var(--ifm-menu-link-padding-vertical) var(--ifm-menu-link-padding-horizontal); }
1839
- ._styles-module__menu_SIkG__FgMDa {
1868
+ ._FgMDa {
1840
1869
  flex-grow: 1;
1841
1870
  padding: .5rem; }
1842
1871
  @supports (scrollbar-gutter: stable) {
1843
- ._styles-module__menu_SIkG__FgMDa {
1872
+ ._FgMDa {
1844
1873
  padding: .5rem 0 .5rem .5rem;
1845
1874
  scrollbar-gutter: stable; } }
1846
- ._styles-module__menuWithAnnouncementBar_GW3s__zUamI {
1875
+ ._zUamI {
1847
1876
  margin-bottom: var(--docusaurus-announcement-bar-height); }
1848
- ._styles-module__sidebar_njMd__3E4Oo {
1877
+ ._3E4Oo {
1849
1878
  display: flex;
1850
1879
  flex-direction: column;
1851
1880
  height: 100%;
1852
1881
  padding-top: var(--ifm-navbar-height);
1853
1882
  width: var(--doc-sidebar-width); }
1854
- ._styles-module__sidebarWithHideableNavbar_wUlq__3xviA {
1883
+ ._3xviA {
1855
1884
  padding-top: 0; }
1856
- ._styles-module__sidebarHidden_VK0M__cWHWX {
1885
+ ._cWHWX {
1857
1886
  opacity: 0;
1858
1887
  visibility: hidden; }
1859
- ._styles-module__sidebarLogo_isFc__UMHGX {
1888
+ ._UMHGX {
1860
1889
  align-items: center;
1861
1890
  color: inherit !important;
1862
1891
  display: flex !important;
@@ -1864,10 +1893,10 @@ h3 {
1864
1893
  max-height: var(--ifm-navbar-height);
1865
1894
  min-height: var(--ifm-navbar-height);
1866
1895
  text-decoration: none !important; }
1867
- ._styles-module__sidebarLogo_isFc__UMHGX img {
1896
+ ._UMHGX img {
1868
1897
  height: 2rem;
1869
1898
  margin-right: .5rem; }
1870
- ._styles-module__expandButton_TmdG__2LXBj {
1899
+ ._2LXBj {
1871
1900
  align-items: center;
1872
1901
  display: flex;
1873
1902
  height: 100%;
@@ -1877,9 +1906,9 @@ h3 {
1877
1906
  top: 0;
1878
1907
  transition: background-color var(--ifm-transition-fast) ease;
1879
1908
  width: 100%; }
1880
- [dir=rtl] ._styles-module__expandButtonIcon_i1dp__1IMu8 {
1909
+ [dir=rtl] ._1IMu8 {
1881
1910
  transform: rotate(180deg); }
1882
- ._styles-module__docSidebarContainer_YfHR__1SwXt {
1911
+ ._1SwXt {
1883
1912
  border-right: 1px solid var(--ifm-toc-border-color);
1884
1913
  clip-path: inset(0);
1885
1914
  display: block;
@@ -1887,107 +1916,107 @@ h3 {
1887
1916
  transition: width var(--ifm-transition-fast) ease;
1888
1917
  width: var(--doc-sidebar-width);
1889
1918
  will-change: width; }
1890
- ._styles-module__docSidebarContainerHidden_DPk8__3h6KW {
1919
+ ._3h6KW {
1891
1920
  cursor: pointer;
1892
1921
  width: var(--doc-sidebar-hidden-width); }
1893
- ._styles-module__sidebarViewport_aRkj__2OCK_ {
1922
+ ._2OCK_ {
1894
1923
  height: 100%;
1895
1924
  max-height: 100vh;
1896
1925
  position: sticky;
1897
1926
  top: 0; }
1898
- ._styles-module__docMainContainer_TBSr__FuxZS {
1927
+ ._FuxZS {
1899
1928
  flex-grow: 1;
1900
1929
  max-width: calc(100% - var(--doc-sidebar-width)); }
1901
- ._styles-module__docMainContainerEnhanced_lQrH__ZUdP4 {
1930
+ ._ZUdP4 {
1902
1931
  max-width: calc(100% - var(--doc-sidebar-hidden-width)); }
1903
- ._styles-module__docItemWrapperEnhanced_JWYK__2AmPG {
1932
+ ._2AmPG {
1904
1933
  max-width: calc(var(--ifm-container-width) + var(--doc-sidebar-width)) !important; }
1905
- ._styles-module__docItemCol_VOVn__3GmBr {
1934
+ ._3GmBr {
1906
1935
  max-width: 75% !important; } }
1907
1936
 
1908
1937
  @media (min-width: 1440px) {
1909
- ._styles-module__container__1UB4R {
1938
+ ._1UB4R {
1910
1939
  max-width: var(--ifm-container-width-xl); } }
1911
1940
 
1912
1941
  @media (max-width: 996px) {
1913
- ._styles-module__col__csNus {
1942
+ ._csNus {
1914
1943
  --ifm-col-width:100%;
1915
1944
  flex-basis: var(--ifm-col-width);
1916
1945
  margin-left: 0; }
1917
- ._styles-module__footer__gceZJ {
1946
+ ._gceZJ {
1918
1947
  --ifm-footer-padding-horizontal: 0
1919
1948
  ; }
1920
- ._styles-module__colorModeToggle_DEke__OawS_, ._styles-module__footer__link-separator__3fzLh, ._styles-module__navbar__item__1wyV6, ._styles-module__tableOfContents_bqdL__3tGM4 {
1949
+ ._OawS_, ._3fzLh, ._1wyV6, ._3tGM4 {
1921
1950
  display: none; }
1922
- ._styles-module__footer__col__3DllA {
1951
+ ._3DllA {
1923
1952
  margin-bottom: calc(var(--ifm-spacing-vertical)*3); }
1924
- ._styles-module__footer__link-item__2ibTz {
1953
+ ._2ibTz {
1925
1954
  display: block; }
1926
- ._styles-module__hero__369-d {
1955
+ ._369-d {
1927
1956
  padding-left: 0;
1928
1957
  padding-right: 0; }
1929
- ._styles-module__navbar__5LWZt > ._styles-module__container__1UB4R, ._styles-module__navbar__5LWZt > ._styles-module__container-fluid__2GcNI {
1958
+ ._5LWZt > ._1UB4R, ._5LWZt > ._2GcNI {
1930
1959
  padding: 0; }
1931
- ._styles-module__navbar__toggle__2YjZl {
1960
+ ._2YjZl {
1932
1961
  display: inherit; }
1933
- ._styles-module__navbar__search-input__3__u0 {
1962
+ ._3__u0 {
1934
1963
  width: 9rem; }
1935
- ._styles-module__pills--block__2f7GT, ._styles-module__tabs--block__3xrdo {
1964
+ ._2f7GT, ._3xrdo {
1936
1965
  flex-direction: column; }
1937
- ._styles-module__navbarSearchContainer_Bca1__3Uiqm {
1966
+ ._3Uiqm {
1938
1967
  position: absolute;
1939
1968
  right: var(--ifm-navbar-padding-horizontal); }
1940
- ._styles-module__docItemContainer_F8PC__6P_Dr {
1969
+ ._6P_Dr {
1941
1970
  padding: 0 .3rem; } }
1942
1971
 
1943
1972
  @media screen and (max-width: 996px) {
1944
- ._styles-module__heroBanner_qdFl__2y7lQ {
1973
+ ._2y7lQ {
1945
1974
  padding: 2rem; } }
1946
1975
 
1947
1976
  @media (max-width: 768px) {
1948
1977
  h3 {
1949
1978
  font-size: 24px;
1950
1979
  padding: 0; }
1951
- ._styles-module__center__jUOZF {
1980
+ ._jUOZF {
1952
1981
  margin-left: -40px;
1953
1982
  margin-right: -40px; }
1954
- ._styles-module__center__jUOZF ._styles-module__slick-center__35s6t h3 {
1983
+ ._jUOZF ._35s6t h3 {
1955
1984
  color: #e67e22;
1956
1985
  opacity: 1;
1957
1986
  transform: scale(1); }
1958
- ._styles-module__center__jUOZF h3 {
1987
+ ._jUOZF h3 {
1959
1988
  opacity: .8;
1960
1989
  transform: scale(0.95);
1961
1990
  transition: .3s; } }
1962
1991
 
1963
1992
  @media (max-width: 576px) {
1964
- ._styles-module__markdown__2xZt0 h1:first-child {
1993
+ ._2xZt0 h1:first-child {
1965
1994
  --ifm-h1-font-size:2rem
1966
1995
  ; }
1967
- ._styles-module__markdown__2xZt0 > h2 {
1996
+ ._2xZt0 > h2 {
1968
1997
  --ifm-h2-font-size: 1.5rem
1969
1998
  ; }
1970
- ._styles-module__markdown__2xZt0 > h3 {
1999
+ ._2xZt0 > h3 {
1971
2000
  --ifm-h3-font-size: 1.25rem
1972
2001
  ; } }
1973
2002
 
1974
2003
  @media (hover: hover) {
1975
- ._styles-module__backToTopButton_sjWU__2bUwo:hover {
2004
+ ._2bUwo:hover {
1976
2005
  background-color: var(--ifm-color-emphasis-300); } }
1977
2006
 
1978
2007
  @media (pointer: fine) {
1979
- ._styles-module__thin-scrollbar__1mrmJ {
2008
+ ._1mrmJ {
1980
2009
  scrollbar-width: thin; }
1981
- ._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar {
2010
+ ._1mrmJ::-webkit-scrollbar {
1982
2011
  height: var(--ifm-scrollbar-size);
1983
2012
  width: var(--ifm-scrollbar-size); }
1984
- ._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-track {
2013
+ ._1mrmJ::-webkit-scrollbar-track {
1985
2014
  background: var(--ifm-scrollbar-track-background-color);
1986
2015
  border-radius: 10px; }
1987
- ._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-thumb {
2016
+ ._1mrmJ::-webkit-scrollbar-thumb {
1988
2017
  background: var(--ifm-scrollbar-thumb-background-color);
1989
2018
  border-radius: 10px; }
1990
- ._styles-module__thin-scrollbar__1mrmJ::-webkit-scrollbar-thumb:hover {
2019
+ ._1mrmJ::-webkit-scrollbar-thumb:hover {
1991
2020
  background: var(--ifm-scrollbar-thumb-hover-background-color); } }
1992
2021
 
1993
2022
  @media (prefers-reduced-motion: reduce) {
@@ -1997,9 +2026,9 @@ h3 {
1997
2026
  ; } }
1998
2027
 
1999
2028
  @media print {
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 {
2029
+ ._2oveE, ._gceZJ, ._14IWx, ._5LWZt, ._3S8xG, ._SnjS9, ._qcGlb {
2001
2030
  display: none; }
2002
- ._styles-module__tabs__qpa-q {
2031
+ ._qpa-q {
2003
2032
  page-break-inside: avoid; }
2004
- ._styles-module__codeBlockLines_e6Vv__2ou2J {
2033
+ ._2ou2J {
2005
2034
  white-space: pre-wrap; } }