touchstudy-core 0.1.145 → 0.1.147
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/alert-circle-fill~CSSkoNUz.svg +3 -0
- package/dist/assets/AlertCircleFill.d.ts +3 -0
- package/dist/assets/CalendarFill.d.ts +3 -0
- package/dist/assets/CheckCircleFill.d.ts +3 -0
- package/dist/assets/CheckedCircleFill.d.ts +3 -0
- package/dist/assets/ClockFill.d.ts +3 -0
- package/dist/assets/CloseCircleFill.d.ts +3 -0
- package/dist/assets/IconPerson.d.ts +3 -0
- package/dist/calendar_fill~zEgxFwDs.svg +4 -0
- package/dist/check-circle_fill~bbGHfKpz.svg +3 -0
- package/dist/checked-circle_fill~KLGxfRpW.svg +3 -0
- package/dist/clock_fill~mcRclYYO.svg +3 -0
- package/dist/close-circle_fill~PRVaHJUQ.svg +3 -0
- package/dist/components/Inputs/SearchInput.d.ts +3 -0
- package/dist/components/List/configs/interfaces.d.ts +1 -1
- package/dist/components/List/partials/VirtualListItem.d.ts +1 -1
- package/dist/components/Selects/CustomSelect.d.ts +1 -1
- package/dist/components/Tables/VirtualTableRowItem.d.ts +6 -5
- package/dist/components/Tables/VirtualTableView.d.ts +1 -1
- package/dist/components/Tables/configs/interfaces.d.ts +12 -4
- package/dist/containers/Classes/components/StudentList.d.ts +1 -0
- package/dist/containers/ExamResult/apiClients/index.d.ts +5 -5
- package/dist/containers/ExamResult/hooks/useExamResult.d.ts +6 -6
- package/dist/containers/ExamResult/hooks/useExamResultNote.d.ts +3 -3
- package/dist/containers/Login/hooks/useLoginPhoneNumber.d.ts +4 -0
- package/dist/containers/Notes/components/NoteItem.d.ts +2 -0
- package/dist/containers/Notes/configs/enums.d.ts +4 -0
- package/dist/containers/Notes/configs/interfaces.d.ts +2 -0
- package/dist/containers/Notes/configs/types.d.ts +2 -2
- package/dist/containers/Notes/styles/styles.d.ts +2 -0
- package/dist/containers/PreparedExam/apiClients/textbookService.d.ts +1 -1
- package/dist/containers/PreparedExam/components/dialogs/ChapterProblemSolvingResultsDialog.d.ts +2 -1
- package/dist/containers/PreparedExam/components/dialogs/TextbookDrawer.d.ts +7 -2
- package/dist/containers/PreparedExam/components/dialogs/TextbookInfoDrawer.d.ts +3 -2
- package/dist/containers/PreparedExam/configs/types.d.ts +6 -0
- package/dist/containers/PreparedExam/hooks/useTextbookDrawer.d.ts +3 -1
- package/dist/containers/PreparedTextbook/apiClients/textbookService.d.ts +1 -1
- package/dist/containers/PreparedTextbook/components/AcademySelector.d.ts +1 -1
- package/dist/containers/PreparedTextbook/components/ArticleBlock.d.ts +1 -0
- package/dist/containers/PreparedTextbook/components/ChapterBlock.d.ts +1 -0
- package/dist/containers/PreparedTextbook/components/ChapterBlockBody.d.ts +1 -0
- package/dist/containers/PreparedTextbook/components/CourseSelector.d.ts +1 -1
- package/dist/containers/PreparedTextbook/components/OwnerSelector.d.ts +3 -2
- package/dist/containers/PreparedTextbook/components/PreparedTextbookForm.d.ts +5 -0
- package/dist/containers/PreparedTextbook/components/QuestionBlock.d.ts +1 -1
- package/dist/containers/PreparedTextbook/components/QuestionGroupBlock.d.ts +1 -1
- package/dist/containers/PreparedTextbook/components/QuestionGroupBlockBody.d.ts +2 -0
- package/dist/containers/PreparedTextbook/components/TextbookContentsTab.d.ts +1 -0
- package/dist/containers/PreparedTextbook/components/TextbookInfoTab.d.ts +3 -1
- package/dist/containers/PreparedTextbook/components/TextbookOwnersTab.d.ts +2 -1
- package/dist/containers/PreparedTextbook/configs/constants.d.ts +2 -0
- package/dist/containers/PreparedTextbook/configs/enums.d.ts +5 -0
- package/dist/containers/PreparedTextbook/configs/functions.d.ts +23 -4
- package/dist/containers/PreparedTextbook/configs/interfaces.d.ts +2 -0
- package/dist/containers/PreparedTextbook/configs/types.d.ts +9 -3
- package/dist/containers/PreparedTextbook/hooks/useSelect.d.ts +8 -10
- package/dist/containers/PreparedTextbook/hooks/useTextbookManagement.d.ts +8 -1
- package/dist/containers/StudentInfoDrawer/apiClients/courseService.d.ts +3 -0
- package/dist/containers/StudentInfoDrawer/apiClients/examSessionService.d.ts +1 -0
- package/dist/containers/StudentInfoDrawer/apiClients/noteService.d.ts +6 -0
- package/dist/containers/StudentInfoDrawer/apiClients/textbookService.d.ts +1 -0
- package/dist/containers/StudentInfoDrawer/apiClients/userService.d.ts +1 -0
- package/dist/containers/StudentInfoDrawer/components/Attendance/AttendanceCourseTable.d.ts +15 -0
- package/dist/containers/StudentInfoDrawer/components/Attendance/CourseAttendanceItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/Attendance/CourseAttendanceList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/Attendance/DrawerAttendanceTab.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/Attendance/LessonTooltip.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/AttendanceCourseTable.d.ts +15 -0
- package/dist/containers/StudentInfoDrawer/components/CourseAttendanceItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/CourseAttendanceList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/CustomTooltip.d.ts +2 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerAttendanceTab.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerExamResultTab.d.ts +9 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerHeader.d.ts +9 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerInfoTab.d.ts +9 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerNoteTab.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerTabContent.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerTabHeader.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/DrawerTextbookResultTab.d.ts +7 -0
- package/dist/containers/StudentInfoDrawer/components/Exam/DrawerExamResultTab.d.ts +9 -0
- package/dist/containers/StudentInfoDrawer/components/Exam/ExamResultDrawer.d.ts +13 -0
- package/dist/containers/StudentInfoDrawer/components/Exam/ExamResultItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/Exam/ExanResultList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/ExamResultDrawer.d.ts +13 -0
- package/dist/containers/StudentInfoDrawer/components/ExamResultItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/ExanResultList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/LessonTooltip.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/Note/DrawerNoteTab.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/components/Note/NoteDrawer.d.ts +14 -0
- package/dist/containers/StudentInfoDrawer/components/NoteDrawer.d.ts +13 -0
- package/dist/containers/StudentInfoDrawer/components/Textbook/DrawerTextbookResultTab.d.ts +7 -0
- package/dist/containers/StudentInfoDrawer/components/Textbook/TextbookResultItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/Textbook/TextbookResultList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/components/TextbookResultItem.d.ts +10 -0
- package/dist/containers/StudentInfoDrawer/components/TextbookResultList.d.ts +4 -0
- package/dist/containers/StudentInfoDrawer/configs/constants.d.ts +6 -0
- package/dist/containers/StudentInfoDrawer/configs/enums.d.ts +12 -0
- package/dist/containers/StudentInfoDrawer/configs/fns.d.ts +26 -0
- package/dist/containers/StudentInfoDrawer/configs/interfaces.d.ts +44 -0
- package/dist/containers/StudentInfoDrawer/configs/types.d.ts +101 -0
- package/dist/containers/StudentInfoDrawer/hooks/useDrawerAttendanceTab.d.ts +8 -0
- package/dist/containers/StudentInfoDrawer/hooks/useDrawerNoteTab.d.ts +28 -0
- package/dist/containers/StudentInfoDrawer/hooks/useStudentInfoDrawer.d.ts +15 -0
- package/dist/containers/StudentInfoDrawer/index.d.ts +2 -0
- package/dist/containers/StudentInfoDrawer/styles/styles.d.ts +2 -0
- package/dist/containers/StudentInfoDrawer/views/StudentInfoDrawer.d.ts +4 -0
- package/dist/containers/Textbooks/configs/types.d.ts +2 -0
- package/dist/containers/Textbooks/hooks/useTextbookList.d.ts +5 -2
- package/dist/containers/Textbooks/hooks/useTextbookShare.d.ts +0 -2
- package/dist/containers/Users/components/UserRow.d.ts +14 -0
- package/dist/containers/Users/hooks/useUserList.d.ts +3 -0
- package/dist/containers/Users/views/UserList.d.ts +1 -0
- package/dist/containers/index.d.ts +1 -0
- package/dist/iconPerson~bfprHOKm.svg +4 -0
- package/dist/index.css +334 -334
- package/dist/index.js +22870 -19378
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +22885 -19402
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +2 -10
- package/dist/utils/enums/index.d.ts +3 -1
- package/dist/utils/functions/formatPhoneNumber.d.ts +2 -0
- package/dist/utils/functions/includePathname.d.ts +1 -0
- package/dist/utils/functions/index.d.ts +3 -2
- package/dist/utils/hooks/useVirtualList.d.ts +20 -0
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/types/note.d.ts +4 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
@@ -725,6 +725,43 @@
|
|
725
725
|
._3L1Oj > div {
|
726
726
|
margin-bottom: 0 !important; }
|
727
727
|
|
728
|
+
._1jRLX {
|
729
|
+
margin-bottom: 0.5rem; }
|
730
|
+
|
731
|
+
._13KE7 {
|
732
|
+
display: block;
|
733
|
+
width: 100%;
|
734
|
+
padding: 0.375rem 0.75rem;
|
735
|
+
font-size: 1rem;
|
736
|
+
font-weight: 400;
|
737
|
+
line-height: 1.5;
|
738
|
+
color: #212529;
|
739
|
+
-webkit-appearance: none;
|
740
|
+
-moz-appearance: none;
|
741
|
+
appearance: none;
|
742
|
+
background-color: #fff;
|
743
|
+
background-clip: padding-box;
|
744
|
+
border: 1px solid #dee2e6;
|
745
|
+
border-radius: 0.375rem;
|
746
|
+
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
747
|
+
|
748
|
+
._3mXNM {
|
749
|
+
font-weight: 600 !important;
|
750
|
+
font-size: 13px !important;
|
751
|
+
line-height: 15.51px !important;
|
752
|
+
color: #202B37 !important; }
|
753
|
+
|
754
|
+
._3bqNl {
|
755
|
+
min-width: 120px !important;
|
756
|
+
padding: 12px !important;
|
757
|
+
border-radius: 6px !important;
|
758
|
+
background-color: transparent !important; }
|
759
|
+
|
760
|
+
._3GFnT {
|
761
|
+
min-width: 120px !important;
|
762
|
+
padding: 12px !important;
|
763
|
+
border-radius: 6px !important; }
|
764
|
+
|
728
765
|
._1dveO ._mxRxf:nth-child(1) {
|
729
766
|
font-family: "Pretendard";
|
730
767
|
font-size: 20px;
|
@@ -1312,141 +1349,47 @@
|
|
1312
1349
|
._3rPGh {
|
1313
1350
|
page-break-inside: avoid; }
|
1314
1351
|
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
._13KE7 {
|
1319
|
-
display: block;
|
1320
|
-
width: 100%;
|
1321
|
-
padding: 0.375rem 0.75rem;
|
1322
|
-
font-size: 1rem;
|
1323
|
-
font-weight: 400;
|
1324
|
-
line-height: 1.5;
|
1325
|
-
color: #212529;
|
1326
|
-
-webkit-appearance: none;
|
1327
|
-
-moz-appearance: none;
|
1328
|
-
appearance: none;
|
1329
|
-
background-color: #fff;
|
1330
|
-
background-clip: padding-box;
|
1331
|
-
border: 1px solid #dee2e6;
|
1332
|
-
border-radius: 0.375rem;
|
1333
|
-
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
|
1334
|
-
|
1335
|
-
._3mXNM {
|
1336
|
-
font-weight: 600 !important;
|
1337
|
-
font-size: 13px !important;
|
1338
|
-
line-height: 15.51px !important;
|
1339
|
-
color: #202B37 !important; }
|
1340
|
-
|
1341
|
-
._3bqNl {
|
1342
|
-
min-width: 120px !important;
|
1343
|
-
padding: 12px !important;
|
1344
|
-
border-radius: 6px !important;
|
1345
|
-
background-color: transparent !important; }
|
1346
|
-
|
1347
|
-
._3GFnT {
|
1348
|
-
min-width: 120px !important;
|
1349
|
-
padding: 12px !important;
|
1350
|
-
border-radius: 6px !important; }
|
1351
|
-
|
1352
|
-
._1jXbz {
|
1353
|
-
border-radius: 50%;
|
1354
|
-
width: 36px;
|
1355
|
-
height: 36px;
|
1356
|
-
display: flex;
|
1357
|
-
justify-content: center;
|
1358
|
-
align-items: center;
|
1359
|
-
margin-inline: 0.25rem; }
|
1360
|
-
._1jXbz svg {
|
1361
|
-
width: 0.75rem; }
|
1362
|
-
._at4xP {
|
1363
|
-
stroke: #FFF;
|
1364
|
-
width: 1rem !important; }
|
1365
|
-
|
1366
|
-
._12gv9 {
|
1367
|
-
transform: rotate(180deg); }
|
1368
|
-
|
1369
|
-
._R4bn5 {
|
1370
|
-
border: 1px dashed #DDD;
|
1371
|
-
border-radius: 0.5rem;
|
1372
|
-
height: 200px;
|
1373
|
-
display: flex;
|
1374
|
-
justify-content: center;
|
1375
|
-
align-items: center;
|
1376
|
-
cursor: pointer; }
|
1377
|
-
._R4bn5 input {
|
1378
|
-
width: 100%;
|
1379
|
-
height: 100%; }
|
1380
|
-
|
1381
|
-
._2uc_W {
|
1382
|
-
padding: 0.5rem 1.5rem;
|
1383
|
-
border-radius: 6px;
|
1384
|
-
border: 1px solid #EBEBFF; }
|
1385
|
-
._2p7kY {
|
1386
|
-
font-weight: 700;
|
1387
|
-
font-size: 14px; }
|
1388
|
-
._2tHmc {
|
1389
|
-
font-weight: 700;
|
1390
|
-
font-size: 14px;
|
1391
|
-
color: #414E62; }
|
1392
|
-
|
1393
|
-
._26ATj > span:last-child,
|
1394
|
-
._26ATj {
|
1395
|
-
font-weight: 600 !important;
|
1396
|
-
font-size: 13px !important;
|
1397
|
-
color: #202B37 !important; }
|
1398
|
-
|
1399
|
-
._3R8PR {
|
1400
|
-
font-weight: 600;
|
1401
|
-
font-size: 13px;
|
1402
|
-
border: 1px solid #97A1AF;
|
1403
|
-
padding: 12px; }
|
1404
|
-
._3R8PR:focus {
|
1405
|
-
box-shadow: none; }
|
1406
|
-
|
1407
|
-
._1VZac:hover {
|
1408
|
-
color: #FFF; }
|
1409
|
-
|
1410
|
-
._11aYm {
|
1352
|
+
@charset "UTF-8";
|
1353
|
+
._1k4kj {
|
1411
1354
|
width: 70vw;
|
1412
|
-
height: calc(
|
1355
|
+
height: calc(100dvh - 78px);
|
1413
1356
|
position: fixed;
|
1414
1357
|
right: -100%;
|
1415
1358
|
bottom: 0;
|
1416
1359
|
z-index: 99;
|
1417
1360
|
transition: right 0.3s ease-in-out; }
|
1418
|
-
.
|
1361
|
+
._1k4kj._IB2-g {
|
1419
1362
|
right: 0; }
|
1420
1363
|
|
1421
|
-
.
|
1364
|
+
._xnHGE {
|
1422
1365
|
width: 100vw;
|
1423
|
-
height:
|
1366
|
+
height: 100dvh;
|
1424
1367
|
background-color: rgba(0, 0, 0, 0);
|
1425
1368
|
position: fixed;
|
1426
1369
|
right: 0;
|
1427
1370
|
bottom: 0;
|
1428
1371
|
transition: background-color 0.1s 0.2s ease-in-out;
|
1429
1372
|
z-index: -1; }
|
1430
|
-
.
|
1373
|
+
._xnHGE._IB2-g {
|
1431
1374
|
background-color: rgba(0, 0, 0, 0.3);
|
1432
1375
|
z-index: 98; }
|
1433
1376
|
|
1434
|
-
.
|
1377
|
+
._1gLOh {
|
1435
1378
|
background: #F9FAFB;
|
1436
1379
|
border-bottom: 1px solid #E4E7EC;
|
1437
1380
|
padding: 1rem 1.5rem; }
|
1438
|
-
.
|
1381
|
+
._1gLOh button {
|
1439
1382
|
padding: 0.5rem 1rem; }
|
1440
|
-
.
|
1383
|
+
._1gLOh button span {
|
1441
1384
|
font-size: 13px;
|
1442
1385
|
font-weight: 700; }
|
1443
1386
|
|
1444
|
-
.
|
1387
|
+
._2pLGg {
|
1445
1388
|
height: calc(100% - 70.5px);
|
1446
1389
|
padding: 1rem 1.5rem 2rem;
|
1447
1390
|
overflow-y: auto; }
|
1448
1391
|
|
1449
|
-
.
|
1392
|
+
._1rR7s {
|
1450
1393
|
width: 100%;
|
1451
1394
|
top: calc(100% + 4px) !important;
|
1452
1395
|
left: unset !important;
|
@@ -1456,18 +1399,29 @@
|
|
1456
1399
|
box-shadow: 0px 8px 15px #989898;
|
1457
1400
|
border: none;
|
1458
1401
|
padding: 0 8px; }
|
1459
|
-
.
|
1402
|
+
._1rR7s:after {
|
1460
1403
|
display: none; }
|
1461
|
-
.
|
1404
|
+
._1rR7s ._1Hcs4 {
|
1462
1405
|
background: transparent; }
|
1463
1406
|
|
1464
|
-
.
|
1407
|
+
._37IIN {
|
1408
|
+
min-width: 120px !important;
|
1409
|
+
padding: 12px !important;
|
1410
|
+
border-radius: 6px !important; }
|
1411
|
+
|
1412
|
+
._KDkNh {
|
1413
|
+
min-width: 120px !important;
|
1414
|
+
padding: 12px !important;
|
1415
|
+
border-radius: 6px !important;
|
1416
|
+
background-color: transparent !important; }
|
1417
|
+
|
1418
|
+
._1-srV {
|
1465
1419
|
font-size: 14px;
|
1466
1420
|
line-height: 1; }
|
1467
|
-
.
|
1421
|
+
._1-srV:active {
|
1468
1422
|
background-color: transparent !important; }
|
1469
1423
|
|
1470
|
-
.
|
1424
|
+
._88rAE {
|
1471
1425
|
width: 210px;
|
1472
1426
|
top: 40px !important;
|
1473
1427
|
left: -80px !important;
|
@@ -1476,32 +1430,32 @@
|
|
1476
1430
|
box-shadow: 0px 8px 15px #989898;
|
1477
1431
|
border: none;
|
1478
1432
|
padding: 0 8px; }
|
1479
|
-
.
|
1433
|
+
._88rAE:after {
|
1480
1434
|
display: none; }
|
1481
|
-
.
|
1435
|
+
._88rAE ._1Hcs4 {
|
1482
1436
|
background: transparent; }
|
1483
1437
|
|
1484
|
-
.
|
1438
|
+
._2jjUW {
|
1485
1439
|
color: #242424;
|
1486
1440
|
display: flex;
|
1487
1441
|
padding: 8px;
|
1488
1442
|
border-radius: 6px; }
|
1489
|
-
.
|
1443
|
+
._2jjUW:hover {
|
1490
1444
|
background-color: #f1faff; }
|
1491
1445
|
|
1492
|
-
.
|
1446
|
+
._27lik {
|
1493
1447
|
background-color: #f1faff; }
|
1494
1448
|
|
1495
|
-
.
|
1449
|
+
._tGib4 {
|
1496
1450
|
font-weight: 600;
|
1497
1451
|
border-top: 1px solid #27347d29;
|
1498
1452
|
padding-top: 10px; }
|
1499
|
-
.
|
1453
|
+
._tGib4._1MXIb {
|
1500
1454
|
color: #8b0000; }
|
1501
|
-
.
|
1455
|
+
._tGib4 ._A_I15 {
|
1502
1456
|
margin-right: 12px; }
|
1503
1457
|
|
1504
|
-
.
|
1458
|
+
._3zxbi {
|
1505
1459
|
width: 40px;
|
1506
1460
|
height: 40px;
|
1507
1461
|
border-radius: 50%;
|
@@ -1513,7 +1467,7 @@
|
|
1513
1467
|
font-weight: 600;
|
1514
1468
|
line-height: 1;
|
1515
1469
|
color: #FFF; }
|
1516
|
-
.
|
1470
|
+
._3zxbi img {
|
1517
1471
|
width: 100%;
|
1518
1472
|
height: 100%;
|
1519
1473
|
border-radius: 50%;
|
@@ -1521,223 +1475,39 @@
|
|
1521
1475
|
object-fit: cover;
|
1522
1476
|
border: 1px solid #DFE3E8; }
|
1523
1477
|
|
1524
|
-
.
|
1525
|
-
|
1526
|
-
|
1478
|
+
._VlpW7 li {
|
1479
|
+
display: inline-block;
|
1480
|
+
margin: 0 5px;
|
1481
|
+
padding: 0; }
|
1527
1482
|
|
1528
|
-
.
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
._2FdrR {
|
1533
|
-
font-weight: 700;
|
1534
|
-
font-size: 14px; }
|
1535
|
-
._3mgRf {
|
1536
|
-
font-weight: 700;
|
1537
|
-
font-size: 14px;
|
1538
|
-
color: #414E62; }
|
1483
|
+
._VlpW7 li, ._VlpW7 li button {
|
1484
|
+
cursor: pointer;
|
1485
|
+
height: 20px;
|
1486
|
+
width: 20px; }
|
1539
1487
|
|
1540
|
-
.
|
1541
|
-
|
1542
|
-
|
1543
|
-
font-size:
|
1544
|
-
|
1488
|
+
._VlpW7 li button {
|
1489
|
+
border: 0;
|
1490
|
+
display: block;
|
1491
|
+
font-size: 0;
|
1492
|
+
line-height: 0;
|
1493
|
+
padding: 5px; }
|
1545
1494
|
|
1546
|
-
.
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1495
|
+
._VlpW7 li button:before {
|
1496
|
+
color: #000;
|
1497
|
+
content: "\2022";
|
1498
|
+
font-size: 6px;
|
1499
|
+
height: 20px;
|
1500
|
+
left: 0;
|
1501
|
+
line-height: 20px;
|
1502
|
+
opacity: .25;
|
1503
|
+
position: absolute;
|
1504
|
+
text-align: center;
|
1505
|
+
top: 0;
|
1506
|
+
width: 20px; }
|
1553
1507
|
|
1554
|
-
.
|
1555
|
-
color: #
|
1556
|
-
|
1557
|
-
._2Kt_g {
|
1558
|
-
border-radius: 50%;
|
1559
|
-
width: 36px;
|
1560
|
-
height: 36px;
|
1561
|
-
display: flex;
|
1562
|
-
justify-content: center;
|
1563
|
-
align-items: center;
|
1564
|
-
margin-inline: 0.25rem; }
|
1565
|
-
._2Kt_g svg {
|
1566
|
-
width: 0.75rem; }
|
1567
|
-
._3T_TG {
|
1568
|
-
stroke: #FFF;
|
1569
|
-
width: 1rem !important; }
|
1570
|
-
|
1571
|
-
._3j6Kd {
|
1572
|
-
min-width: 120px !important;
|
1573
|
-
padding: 12px !important;
|
1574
|
-
border-radius: 6px !important;
|
1575
|
-
background-color: transparent !important; }
|
1576
|
-
|
1577
|
-
._XA4vl {
|
1578
|
-
min-width: 120px !important;
|
1579
|
-
padding: 12px !important;
|
1580
|
-
border-radius: 6px !important; }
|
1581
|
-
|
1582
|
-
@charset "UTF-8";
|
1583
|
-
._1k4kj {
|
1584
|
-
width: 70vw;
|
1585
|
-
height: calc(100vh - 78px);
|
1586
|
-
position: fixed;
|
1587
|
-
right: -100%;
|
1588
|
-
bottom: 0;
|
1589
|
-
z-index: 99;
|
1590
|
-
transition: right 0.3s ease-in-out; }
|
1591
|
-
._1k4kj._IB2-g {
|
1592
|
-
right: 0; }
|
1593
|
-
|
1594
|
-
._xnHGE {
|
1595
|
-
width: 100vw;
|
1596
|
-
height: 100vh;
|
1597
|
-
background-color: rgba(0, 0, 0, 0);
|
1598
|
-
position: fixed;
|
1599
|
-
right: 0;
|
1600
|
-
bottom: 0;
|
1601
|
-
transition: background-color 0.1s 0.2s ease-in-out;
|
1602
|
-
z-index: -1; }
|
1603
|
-
._xnHGE._IB2-g {
|
1604
|
-
background-color: rgba(0, 0, 0, 0.3);
|
1605
|
-
z-index: 98; }
|
1606
|
-
|
1607
|
-
._1gLOh {
|
1608
|
-
background: #F9FAFB;
|
1609
|
-
border-bottom: 1px solid #E4E7EC;
|
1610
|
-
padding: 1rem 1.5rem; }
|
1611
|
-
._1gLOh button {
|
1612
|
-
padding: 0.5rem 1rem; }
|
1613
|
-
._1gLOh button span {
|
1614
|
-
font-size: 13px;
|
1615
|
-
font-weight: 700; }
|
1616
|
-
|
1617
|
-
._2pLGg {
|
1618
|
-
height: calc(100% - 70.5px);
|
1619
|
-
padding: 1rem 1.5rem 2rem;
|
1620
|
-
overflow-y: auto; }
|
1621
|
-
|
1622
|
-
._1rR7s {
|
1623
|
-
width: 100%;
|
1624
|
-
top: calc(100% + 4px) !important;
|
1625
|
-
left: unset !important;
|
1626
|
-
right: 0 !important;
|
1627
|
-
transform: none !important;
|
1628
|
-
border-radius: 6px;
|
1629
|
-
box-shadow: 0px 8px 15px #989898;
|
1630
|
-
border: none;
|
1631
|
-
padding: 0 8px; }
|
1632
|
-
._1rR7s:after {
|
1633
|
-
display: none; }
|
1634
|
-
._1rR7s ._1Hcs4 {
|
1635
|
-
background: transparent; }
|
1636
|
-
|
1637
|
-
._37IIN {
|
1638
|
-
min-width: 120px !important;
|
1639
|
-
padding: 12px !important;
|
1640
|
-
border-radius: 6px !important; }
|
1641
|
-
|
1642
|
-
._KDkNh {
|
1643
|
-
min-width: 120px !important;
|
1644
|
-
padding: 12px !important;
|
1645
|
-
border-radius: 6px !important;
|
1646
|
-
background-color: transparent !important; }
|
1647
|
-
|
1648
|
-
._1-srV {
|
1649
|
-
font-size: 14px;
|
1650
|
-
line-height: 1; }
|
1651
|
-
._1-srV:active {
|
1652
|
-
background-color: transparent !important; }
|
1653
|
-
|
1654
|
-
._88rAE {
|
1655
|
-
width: 210px;
|
1656
|
-
top: 40px !important;
|
1657
|
-
left: -80px !important;
|
1658
|
-
transform: none !important;
|
1659
|
-
border-radius: 6px;
|
1660
|
-
box-shadow: 0px 8px 15px #989898;
|
1661
|
-
border: none;
|
1662
|
-
padding: 0 8px; }
|
1663
|
-
._88rAE:after {
|
1664
|
-
display: none; }
|
1665
|
-
._88rAE ._1Hcs4 {
|
1666
|
-
background: transparent; }
|
1667
|
-
|
1668
|
-
._2jjUW {
|
1669
|
-
color: #242424;
|
1670
|
-
display: flex;
|
1671
|
-
padding: 8px;
|
1672
|
-
border-radius: 6px; }
|
1673
|
-
._2jjUW:hover {
|
1674
|
-
background-color: #f1faff; }
|
1675
|
-
|
1676
|
-
._27lik {
|
1677
|
-
background-color: #f1faff; }
|
1678
|
-
|
1679
|
-
._tGib4 {
|
1680
|
-
font-weight: 600;
|
1681
|
-
border-top: 1px solid #27347d29;
|
1682
|
-
padding-top: 10px; }
|
1683
|
-
._tGib4._1MXIb {
|
1684
|
-
color: #8b0000; }
|
1685
|
-
._tGib4 ._A_I15 {
|
1686
|
-
margin-right: 12px; }
|
1687
|
-
|
1688
|
-
._3zxbi {
|
1689
|
-
width: 40px;
|
1690
|
-
height: 40px;
|
1691
|
-
border-radius: 50%;
|
1692
|
-
margin-right: 12px;
|
1693
|
-
display: flex;
|
1694
|
-
justify-content: center;
|
1695
|
-
align-items: center;
|
1696
|
-
font-size: 20px;
|
1697
|
-
font-weight: 600;
|
1698
|
-
line-height: 1;
|
1699
|
-
color: #FFF; }
|
1700
|
-
._3zxbi img {
|
1701
|
-
width: 100%;
|
1702
|
-
height: 100%;
|
1703
|
-
border-radius: 50%;
|
1704
|
-
-o-object-fit: cover;
|
1705
|
-
object-fit: cover;
|
1706
|
-
border: 1px solid #DFE3E8; }
|
1707
|
-
|
1708
|
-
._VlpW7 li {
|
1709
|
-
display: inline-block;
|
1710
|
-
margin: 0 5px;
|
1711
|
-
padding: 0; }
|
1712
|
-
|
1713
|
-
._VlpW7 li, ._VlpW7 li button {
|
1714
|
-
cursor: pointer;
|
1715
|
-
height: 20px;
|
1716
|
-
width: 20px; }
|
1717
|
-
|
1718
|
-
._VlpW7 li button {
|
1719
|
-
border: 0;
|
1720
|
-
display: block;
|
1721
|
-
font-size: 0;
|
1722
|
-
line-height: 0;
|
1723
|
-
padding: 5px; }
|
1724
|
-
|
1725
|
-
._VlpW7 li button:before {
|
1726
|
-
color: #000;
|
1727
|
-
content: "\2022";
|
1728
|
-
font-size: 6px;
|
1729
|
-
height: 20px;
|
1730
|
-
left: 0;
|
1731
|
-
line-height: 20px;
|
1732
|
-
opacity: .25;
|
1733
|
-
position: absolute;
|
1734
|
-
text-align: center;
|
1735
|
-
top: 0;
|
1736
|
-
width: 20px; }
|
1737
|
-
|
1738
|
-
._VlpW7 li._1zzu9 button:before {
|
1739
|
-
color: #000;
|
1740
|
-
opacity: .75; }
|
1508
|
+
._VlpW7 li._1zzu9 button:before {
|
1509
|
+
color: #000;
|
1510
|
+
opacity: .75; }
|
1741
1511
|
|
1742
1512
|
._1lCoM {
|
1743
1513
|
min-height: 0;
|
@@ -2032,3 +1802,233 @@ h3 {
|
|
2032
1802
|
page-break-inside: avoid; }
|
2033
1803
|
._2ou2J {
|
2034
1804
|
white-space: pre-wrap; } }
|
1805
|
+
|
1806
|
+
._1jXbz {
|
1807
|
+
border-radius: 50%;
|
1808
|
+
width: 36px;
|
1809
|
+
height: 36px;
|
1810
|
+
display: flex;
|
1811
|
+
justify-content: center;
|
1812
|
+
align-items: center;
|
1813
|
+
margin-inline: 0.25rem; }
|
1814
|
+
._1jXbz svg {
|
1815
|
+
width: 0.75rem; }
|
1816
|
+
._at4xP {
|
1817
|
+
stroke: #FFF;
|
1818
|
+
width: 1rem !important; }
|
1819
|
+
|
1820
|
+
._12gv9 {
|
1821
|
+
transform: rotate(180deg); }
|
1822
|
+
|
1823
|
+
._R4bn5 {
|
1824
|
+
border: 1px dashed #DDD;
|
1825
|
+
border-radius: 0.5rem;
|
1826
|
+
height: 200px;
|
1827
|
+
display: flex;
|
1828
|
+
justify-content: center;
|
1829
|
+
align-items: center;
|
1830
|
+
cursor: pointer; }
|
1831
|
+
._R4bn5 input {
|
1832
|
+
width: 100%;
|
1833
|
+
height: 100%; }
|
1834
|
+
|
1835
|
+
._2uc_W {
|
1836
|
+
padding: 0.5rem 1.5rem;
|
1837
|
+
border-radius: 6px;
|
1838
|
+
border: 1px solid #EBEBFF; }
|
1839
|
+
._2p7kY {
|
1840
|
+
font-weight: 700;
|
1841
|
+
font-size: 14px; }
|
1842
|
+
._2tHmc {
|
1843
|
+
font-weight: 700;
|
1844
|
+
font-size: 14px;
|
1845
|
+
color: #414E62; }
|
1846
|
+
|
1847
|
+
._26ATj > span:last-child,
|
1848
|
+
._26ATj {
|
1849
|
+
font-weight: 600 !important;
|
1850
|
+
font-size: 13px !important;
|
1851
|
+
color: #202B37 !important; }
|
1852
|
+
|
1853
|
+
._3R8PR {
|
1854
|
+
font-weight: 600;
|
1855
|
+
font-size: 13px;
|
1856
|
+
border: 1px solid #97A1AF;
|
1857
|
+
padding: 12px; }
|
1858
|
+
._3R8PR:focus {
|
1859
|
+
box-shadow: none; }
|
1860
|
+
|
1861
|
+
._1VZac:hover {
|
1862
|
+
color: #FFF; }
|
1863
|
+
|
1864
|
+
._11aYm {
|
1865
|
+
width: 70vw;
|
1866
|
+
height: calc(100dvh - 78px);
|
1867
|
+
position: fixed;
|
1868
|
+
right: -100%;
|
1869
|
+
bottom: 0;
|
1870
|
+
z-index: 99;
|
1871
|
+
transition: right 0.3s ease-in-out; }
|
1872
|
+
._11aYm._3Ydwm {
|
1873
|
+
right: 0; }
|
1874
|
+
|
1875
|
+
._3SQDf {
|
1876
|
+
width: 100vw;
|
1877
|
+
height: 100vh;
|
1878
|
+
background-color: rgba(0, 0, 0, 0);
|
1879
|
+
position: fixed;
|
1880
|
+
right: 0;
|
1881
|
+
bottom: 0;
|
1882
|
+
transition: background-color 0.1s 0.2s ease-in-out;
|
1883
|
+
z-index: -1; }
|
1884
|
+
._3SQDf._3Ydwm {
|
1885
|
+
background-color: rgba(0, 0, 0, 0.3);
|
1886
|
+
z-index: 98; }
|
1887
|
+
|
1888
|
+
._2BwOx {
|
1889
|
+
background: #F9FAFB;
|
1890
|
+
border-bottom: 1px solid #E4E7EC;
|
1891
|
+
padding: 1rem 1.5rem; }
|
1892
|
+
._2BwOx button {
|
1893
|
+
padding: 0.5rem 1rem; }
|
1894
|
+
._2BwOx button span {
|
1895
|
+
font-size: 13px;
|
1896
|
+
font-weight: 700; }
|
1897
|
+
|
1898
|
+
._2Zo7R {
|
1899
|
+
height: calc(100% - 70.5px);
|
1900
|
+
padding: 1rem 1.5rem 2rem;
|
1901
|
+
overflow-y: auto; }
|
1902
|
+
|
1903
|
+
._1lzjD {
|
1904
|
+
width: 100%;
|
1905
|
+
top: calc(100% + 4px) !important;
|
1906
|
+
left: unset !important;
|
1907
|
+
right: 0 !important;
|
1908
|
+
transform: none !important;
|
1909
|
+
border-radius: 6px;
|
1910
|
+
box-shadow: 0px 8px 15px #989898;
|
1911
|
+
border: none;
|
1912
|
+
padding: 0 8px; }
|
1913
|
+
._1lzjD:after {
|
1914
|
+
display: none; }
|
1915
|
+
._1lzjD ._1y7K9 {
|
1916
|
+
background: transparent; }
|
1917
|
+
|
1918
|
+
._1Y-55 {
|
1919
|
+
font-size: 14px;
|
1920
|
+
line-height: 1; }
|
1921
|
+
._1Y-55:active {
|
1922
|
+
background-color: transparent !important; }
|
1923
|
+
|
1924
|
+
._1fBXY {
|
1925
|
+
width: 210px;
|
1926
|
+
top: 40px !important;
|
1927
|
+
left: -80px !important;
|
1928
|
+
transform: none !important;
|
1929
|
+
border-radius: 6px;
|
1930
|
+
box-shadow: 0px 8px 15px #989898;
|
1931
|
+
border: none;
|
1932
|
+
padding: 0 8px; }
|
1933
|
+
._1fBXY:after {
|
1934
|
+
display: none; }
|
1935
|
+
._1fBXY ._1y7K9 {
|
1936
|
+
background: transparent; }
|
1937
|
+
|
1938
|
+
._3Szun {
|
1939
|
+
color: #242424;
|
1940
|
+
display: flex;
|
1941
|
+
padding: 8px;
|
1942
|
+
border-radius: 6px; }
|
1943
|
+
._3Szun:hover {
|
1944
|
+
background-color: #f1faff; }
|
1945
|
+
|
1946
|
+
._2HhLb {
|
1947
|
+
background-color: #f1faff; }
|
1948
|
+
|
1949
|
+
._3WYHC {
|
1950
|
+
font-weight: 600;
|
1951
|
+
border-top: 1px solid #27347d29;
|
1952
|
+
padding-top: 10px; }
|
1953
|
+
._3WYHC._2-9ix {
|
1954
|
+
color: #8b0000; }
|
1955
|
+
._3WYHC ._1r4pn {
|
1956
|
+
margin-right: 12px; }
|
1957
|
+
|
1958
|
+
._2ZozT {
|
1959
|
+
width: 40px;
|
1960
|
+
height: 40px;
|
1961
|
+
border-radius: 50%;
|
1962
|
+
margin-right: 12px;
|
1963
|
+
display: flex;
|
1964
|
+
justify-content: center;
|
1965
|
+
align-items: center;
|
1966
|
+
font-size: 20px;
|
1967
|
+
font-weight: 600;
|
1968
|
+
line-height: 1;
|
1969
|
+
color: #FFF; }
|
1970
|
+
._2ZozT img {
|
1971
|
+
width: 100%;
|
1972
|
+
height: 100%;
|
1973
|
+
border-radius: 50%;
|
1974
|
+
-o-object-fit: cover;
|
1975
|
+
object-fit: cover;
|
1976
|
+
border: 1px solid #DFE3E8; }
|
1977
|
+
|
1978
|
+
._8niRT {
|
1979
|
+
width: 42px;
|
1980
|
+
height: 42px; }
|
1981
|
+
|
1982
|
+
._1_ONI {
|
1983
|
+
padding: 0.5rem 1.5rem;
|
1984
|
+
border-radius: 6px;
|
1985
|
+
border: 1px solid #EBEBFF; }
|
1986
|
+
._2FdrR {
|
1987
|
+
font-weight: 700;
|
1988
|
+
font-size: 14px; }
|
1989
|
+
._3mgRf {
|
1990
|
+
font-weight: 700;
|
1991
|
+
font-size: 14px;
|
1992
|
+
color: #414E62; }
|
1993
|
+
|
1994
|
+
._2h0kA > span:last-child,
|
1995
|
+
._2h0kA {
|
1996
|
+
font-weight: 600 !important;
|
1997
|
+
font-size: 13px !important;
|
1998
|
+
color: #202B37 !important; }
|
1999
|
+
|
2000
|
+
._exAl- {
|
2001
|
+
font-weight: 600;
|
2002
|
+
font-size: 13px;
|
2003
|
+
border: 1px solid #97A1AF;
|
2004
|
+
padding: 12px; }
|
2005
|
+
._exAl-:focus {
|
2006
|
+
box-shadow: none; }
|
2007
|
+
|
2008
|
+
._2ksp8:hover {
|
2009
|
+
color: #FFF; }
|
2010
|
+
|
2011
|
+
._2Kt_g {
|
2012
|
+
border-radius: 50%;
|
2013
|
+
width: 36px;
|
2014
|
+
height: 36px;
|
2015
|
+
display: flex;
|
2016
|
+
justify-content: center;
|
2017
|
+
align-items: center;
|
2018
|
+
margin-inline: 0.25rem; }
|
2019
|
+
._2Kt_g svg {
|
2020
|
+
width: 0.75rem; }
|
2021
|
+
._3T_TG {
|
2022
|
+
stroke: #FFF;
|
2023
|
+
width: 1rem !important; }
|
2024
|
+
|
2025
|
+
._3j6Kd {
|
2026
|
+
min-width: 120px !important;
|
2027
|
+
padding: 12px !important;
|
2028
|
+
border-radius: 6px !important;
|
2029
|
+
background-color: transparent !important; }
|
2030
|
+
|
2031
|
+
._XA4vl {
|
2032
|
+
min-width: 120px !important;
|
2033
|
+
padding: 12px !important;
|
2034
|
+
border-radius: 6px !important; }
|