touchstudy-core 0.1.147 → 0.1.148
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/components/Tables/configs/interfaces.d.ts +0 -1
- package/dist/components/TinyMCE/TinyEditor.d.ts +1 -2
- package/dist/containers/Classes/components/StudentList.d.ts +0 -1
- 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/Notes/components/NoteItem.d.ts +0 -1
- package/dist/containers/Notes/configs/interfaces.d.ts +0 -1
- package/dist/containers/Notes/styles/styles.d.ts +0 -2
- package/dist/containers/PreparedExam/apiClients/textbookService.d.ts +1 -1
- package/dist/containers/PreparedExam/components/dialogs/ChapterProblemSolvingResultsDialog.d.ts +1 -2
- package/dist/containers/PreparedExam/components/dialogs/TextbookDrawer.d.ts +2 -7
- package/dist/containers/PreparedExam/components/dialogs/TextbookInfoDrawer.d.ts +2 -3
- package/dist/containers/PreparedExam/hooks/useTextbookDrawer.d.ts +1 -3
- package/dist/containers/PreparedTextbook/components/ArticleBlock.d.ts +1 -0
- package/dist/containers/PreparedTextbook/components/QuestionCompareType.d.ts +8 -0
- package/dist/containers/PreparedTextbook/components/QuestionOrderName.d.ts +9 -0
- package/dist/containers/PreparedTextbook/components/QuestionScore.d.ts +9 -0
- package/dist/containers/PreparedTextbook/components/QuestionShortInput.d.ts +9 -0
- package/dist/containers/Users/hooks/useUserList.d.ts +0 -3
- package/dist/containers/Users/views/UserList.d.ts +0 -1
- package/dist/containers/index.d.ts +0 -1
- package/dist/index.css +338 -338
- package/dist/index.js +19831 -22332
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +19835 -22334
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/functions/index.d.ts +2 -3
- package/dist/utils/functions/questions.d.ts +2 -0
- package/dist/utils/types/note.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -725,43 +725,6 @@
|
|
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
|
-
|
765
728
|
._1dveO ._mxRxf:nth-child(1) {
|
766
729
|
font-family: "Pretendard";
|
767
730
|
font-size: 20px;
|
@@ -1349,8 +1312,102 @@
|
|
1349
1312
|
._3rPGh {
|
1350
1313
|
page-break-inside: avoid; }
|
1351
1314
|
|
1352
|
-
|
1353
|
-
.
|
1315
|
+
._1jRLX {
|
1316
|
+
margin-bottom: 0.5rem; }
|
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 {
|
1354
1411
|
width: 70vw;
|
1355
1412
|
height: calc(100dvh - 78px);
|
1356
1413
|
position: fixed;
|
@@ -1358,38 +1415,38 @@
|
|
1358
1415
|
bottom: 0;
|
1359
1416
|
z-index: 99;
|
1360
1417
|
transition: right 0.3s ease-in-out; }
|
1361
|
-
.
|
1418
|
+
._11aYm._3Ydwm {
|
1362
1419
|
right: 0; }
|
1363
1420
|
|
1364
|
-
.
|
1421
|
+
._3SQDf {
|
1365
1422
|
width: 100vw;
|
1366
|
-
height:
|
1423
|
+
height: 100vh;
|
1367
1424
|
background-color: rgba(0, 0, 0, 0);
|
1368
1425
|
position: fixed;
|
1369
1426
|
right: 0;
|
1370
1427
|
bottom: 0;
|
1371
1428
|
transition: background-color 0.1s 0.2s ease-in-out;
|
1372
1429
|
z-index: -1; }
|
1373
|
-
.
|
1430
|
+
._3SQDf._3Ydwm {
|
1374
1431
|
background-color: rgba(0, 0, 0, 0.3);
|
1375
1432
|
z-index: 98; }
|
1376
1433
|
|
1377
|
-
.
|
1434
|
+
._2BwOx {
|
1378
1435
|
background: #F9FAFB;
|
1379
1436
|
border-bottom: 1px solid #E4E7EC;
|
1380
1437
|
padding: 1rem 1.5rem; }
|
1381
|
-
.
|
1438
|
+
._2BwOx button {
|
1382
1439
|
padding: 0.5rem 1rem; }
|
1383
|
-
.
|
1440
|
+
._2BwOx button span {
|
1384
1441
|
font-size: 13px;
|
1385
1442
|
font-weight: 700; }
|
1386
1443
|
|
1387
|
-
.
|
1444
|
+
._2Zo7R {
|
1388
1445
|
height: calc(100% - 70.5px);
|
1389
1446
|
padding: 1rem 1.5rem 2rem;
|
1390
1447
|
overflow-y: auto; }
|
1391
1448
|
|
1392
|
-
.
|
1449
|
+
._1lzjD {
|
1393
1450
|
width: 100%;
|
1394
1451
|
top: calc(100% + 4px) !important;
|
1395
1452
|
left: unset !important;
|
@@ -1399,29 +1456,18 @@
|
|
1399
1456
|
box-shadow: 0px 8px 15px #989898;
|
1400
1457
|
border: none;
|
1401
1458
|
padding: 0 8px; }
|
1402
|
-
.
|
1459
|
+
._1lzjD:after {
|
1403
1460
|
display: none; }
|
1404
|
-
.
|
1461
|
+
._1lzjD ._1y7K9 {
|
1405
1462
|
background: transparent; }
|
1406
1463
|
|
1407
|
-
.
|
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 {
|
1464
|
+
._1Y-55 {
|
1419
1465
|
font-size: 14px;
|
1420
1466
|
line-height: 1; }
|
1421
|
-
.
|
1467
|
+
._1Y-55:active {
|
1422
1468
|
background-color: transparent !important; }
|
1423
1469
|
|
1424
|
-
.
|
1470
|
+
._1fBXY {
|
1425
1471
|
width: 210px;
|
1426
1472
|
top: 40px !important;
|
1427
1473
|
left: -80px !important;
|
@@ -1430,32 +1476,32 @@
|
|
1430
1476
|
box-shadow: 0px 8px 15px #989898;
|
1431
1477
|
border: none;
|
1432
1478
|
padding: 0 8px; }
|
1433
|
-
.
|
1479
|
+
._1fBXY:after {
|
1434
1480
|
display: none; }
|
1435
|
-
.
|
1481
|
+
._1fBXY ._1y7K9 {
|
1436
1482
|
background: transparent; }
|
1437
1483
|
|
1438
|
-
.
|
1484
|
+
._3Szun {
|
1439
1485
|
color: #242424;
|
1440
1486
|
display: flex;
|
1441
1487
|
padding: 8px;
|
1442
1488
|
border-radius: 6px; }
|
1443
|
-
.
|
1489
|
+
._3Szun:hover {
|
1444
1490
|
background-color: #f1faff; }
|
1445
1491
|
|
1446
|
-
.
|
1492
|
+
._2HhLb {
|
1447
1493
|
background-color: #f1faff; }
|
1448
1494
|
|
1449
|
-
.
|
1495
|
+
._3WYHC {
|
1450
1496
|
font-weight: 600;
|
1451
1497
|
border-top: 1px solid #27347d29;
|
1452
1498
|
padding-top: 10px; }
|
1453
|
-
.
|
1499
|
+
._3WYHC._2-9ix {
|
1454
1500
|
color: #8b0000; }
|
1455
|
-
.
|
1501
|
+
._3WYHC ._1r4pn {
|
1456
1502
|
margin-right: 12px; }
|
1457
1503
|
|
1458
|
-
.
|
1504
|
+
._2ZozT {
|
1459
1505
|
width: 40px;
|
1460
1506
|
height: 40px;
|
1461
1507
|
border-radius: 50%;
|
@@ -1467,7 +1513,7 @@
|
|
1467
1513
|
font-weight: 600;
|
1468
1514
|
line-height: 1;
|
1469
1515
|
color: #FFF; }
|
1470
|
-
.
|
1516
|
+
._2ZozT img {
|
1471
1517
|
width: 100%;
|
1472
1518
|
height: 100%;
|
1473
1519
|
border-radius: 50%;
|
@@ -1475,44 +1521,228 @@
|
|
1475
1521
|
object-fit: cover;
|
1476
1522
|
border: 1px solid #DFE3E8; }
|
1477
1523
|
|
1478
|
-
.
|
1479
|
-
|
1480
|
-
|
1481
|
-
padding: 0; }
|
1482
|
-
|
1483
|
-
._VlpW7 li, ._VlpW7 li button {
|
1484
|
-
cursor: pointer;
|
1485
|
-
height: 20px;
|
1486
|
-
width: 20px; }
|
1524
|
+
._8niRT {
|
1525
|
+
width: 42px;
|
1526
|
+
height: 42px; }
|
1487
1527
|
|
1488
|
-
.
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
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; }
|
1494
1539
|
|
1495
|
-
.
|
1496
|
-
|
1497
|
-
|
1498
|
-
font-size:
|
1499
|
-
|
1500
|
-
left: 0;
|
1501
|
-
line-height: 20px;
|
1502
|
-
opacity: .25;
|
1503
|
-
position: absolute;
|
1504
|
-
text-align: center;
|
1505
|
-
top: 0;
|
1506
|
-
width: 20px; }
|
1540
|
+
._2h0kA > span:last-child,
|
1541
|
+
._2h0kA {
|
1542
|
+
font-weight: 600 !important;
|
1543
|
+
font-size: 13px !important;
|
1544
|
+
color: #202B37 !important; }
|
1507
1545
|
|
1508
|
-
.
|
1509
|
-
|
1510
|
-
|
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; }
|
1511
1553
|
|
1512
|
-
.
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1554
|
+
._2ksp8:hover {
|
1555
|
+
color: #FFF; }
|
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(100dvh - 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: 100dvh;
|
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; }
|
1741
|
+
|
1742
|
+
._1lCoM {
|
1743
|
+
min-height: 0;
|
1744
|
+
min-width: 0;
|
1745
|
+
padding: 20px; }
|
1516
1746
|
|
1517
1747
|
h3 {
|
1518
1748
|
font-size: 36px;
|
@@ -1802,233 +2032,3 @@ h3 {
|
|
1802
2032
|
page-break-inside: avoid; }
|
1803
2033
|
._2ou2J {
|
1804
2034
|
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; }
|