mozrest-sdk-react-dev 0.3.35 → 0.3.38
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/mozrest-sdk.es.js +27024 -3732
- package/package.json +1 -1
- package/style.css +1244 -328
package/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans:wght@600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
|
|
1
|
+
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans:wght@600&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");
|
|
2
2
|
.moz {
|
|
3
3
|
/**
|
|
4
4
|
Use a more readable tab size (opinionated).
|
|
@@ -1302,324 +1302,1229 @@
|
|
|
1302
1302
|
position: absolute;
|
|
1303
1303
|
top: 1rem;
|
|
1304
1304
|
right: 1rem;
|
|
1305
|
-
}.
|
|
1306
|
-
|
|
1307
|
-
|
|
1305
|
+
}._inputWrapper_c5acm_1 {
|
|
1306
|
+
position: relative;
|
|
1307
|
+
display: flex;
|
|
1308
|
+
align-items: center;
|
|
1309
|
+
width: 100%;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
._input_c5acm_1 {
|
|
1313
|
+
flex: 1;
|
|
1308
1314
|
font: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input);
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
border: 1px solid var(--moz-input-border);
|
|
1315
|
+
padding: 0.75rem 0.75rem;
|
|
1316
|
+
background: transparent;
|
|
1317
|
+
border: none;
|
|
1318
|
+
border-bottom: 1px solid var(--moz-input-border);
|
|
1319
|
+
color: var(--moz-text-input);
|
|
1320
|
+
color-scheme: var(--moz-input-scheme);
|
|
1321
|
+
border-radius: 0;
|
|
1322
|
+
max-width: 100%;
|
|
1323
|
+
width: auto;
|
|
1324
|
+
box-sizing: border-box;
|
|
1325
|
+
}
|
|
1326
|
+
._input_c5acm_1:focus {
|
|
1327
|
+
outline: none;
|
|
1328
|
+
box-shadow: 0 0 5px var(--moz-input-border);
|
|
1329
|
+
}
|
|
1330
|
+
._input_c5acm_1:disabled {
|
|
1331
|
+
color: var(--moz-bg-gray);
|
|
1332
|
+
background: var(--moz-input-disabled);
|
|
1333
|
+
}
|
|
1334
|
+
._input_c5acm_1[type=number] {
|
|
1335
|
+
appearance: textfield;
|
|
1336
|
+
}
|
|
1337
|
+
._input_c5acm_1[type=number]::-webkit-outer-spin-button, ._input_c5acm_1[type=number]::-webkit-inner-spin-button {
|
|
1338
|
+
margin: 0;
|
|
1339
|
+
appearance: none;
|
|
1340
|
+
}
|
|
1341
|
+
._input--r-md_c5acm_37 {
|
|
1342
|
+
border-radius: 8px;
|
|
1343
|
+
border-bottom-left-radius: 0;
|
|
1344
|
+
border-bottom-right-radius: 0;
|
|
1345
|
+
}
|
|
1346
|
+
._input--r-sm_c5acm_42 {
|
|
1347
|
+
border-radius: 2px;
|
|
1348
|
+
border-bottom-left-radius: 0;
|
|
1349
|
+
border-bottom-right-radius: 0;
|
|
1350
|
+
}
|
|
1351
|
+
._input--with-icon-left_c5acm_47 {
|
|
1352
|
+
padding-left: 2rem;
|
|
1353
|
+
}
|
|
1354
|
+
._input--with-icon-right_c5acm_50 {
|
|
1355
|
+
padding-right: 2rem;
|
|
1356
|
+
}
|
|
1357
|
+
._input--filled_c5acm_53 {
|
|
1358
|
+
background: var(--moz-input-filled);
|
|
1359
|
+
}
|
|
1360
|
+
._input--error_c5acm_56 {
|
|
1361
|
+
border-color: rgb(220, 53, 69);
|
|
1362
|
+
}
|
|
1363
|
+
._input--line-through_c5acm_59 {
|
|
1364
|
+
text-decoration: line-through;
|
|
1365
|
+
}
|
|
1366
|
+
._input--line-through_c5acm_59::-webkit-datetime-edit, ._input--line-through_c5acm_59::-webkit-calendar-picker-indicator {
|
|
1367
|
+
text-decoration: line-through !important;
|
|
1368
|
+
-webkit-text-decoration: line-through !important;
|
|
1369
|
+
}
|
|
1370
|
+
._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-fields-wrapper, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-text, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-month-field, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-day-field, ._input--line-through_c5acm_59[type=date]::-webkit-datetime-edit-year-field {
|
|
1371
|
+
text-decoration: line-through !important;
|
|
1372
|
+
-webkit-text-decoration: line-through !important;
|
|
1373
|
+
}
|
|
1374
|
+
._input--borderless_c5acm_70 {
|
|
1375
|
+
border: none;
|
|
1376
|
+
border-bottom: none;
|
|
1377
|
+
}
|
|
1378
|
+
._input--rounded_c5acm_74 {
|
|
1379
|
+
border-bottom-left-radius: 8px;
|
|
1380
|
+
border-bottom-right-radius: 8px;
|
|
1381
|
+
}
|
|
1382
|
+
._input_c5acm_1::placeholder {
|
|
1383
|
+
color: var(--moz-text-input);
|
|
1384
|
+
opacity: 1;
|
|
1385
|
+
}
|
|
1386
|
+
._input_c5acm_1:-ms-input-placeholder {
|
|
1387
|
+
color: var(--moz-text-input);
|
|
1388
|
+
}
|
|
1389
|
+
._input_c5acm_1::-ms-input-placeholder {
|
|
1390
|
+
color: var(--moz-text-input);
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
._inputIcon_c5acm_89 {
|
|
1394
|
+
position: absolute;
|
|
1395
|
+
pointer-events: none;
|
|
1396
|
+
display: flex;
|
|
1397
|
+
align-items: center;
|
|
1398
|
+
justify-content: center;
|
|
1399
|
+
top: 50%;
|
|
1400
|
+
transform: translateY(-50%);
|
|
1401
|
+
}
|
|
1402
|
+
._inputIcon--p-left_c5acm_98 {
|
|
1403
|
+
left: 0.5rem;
|
|
1404
|
+
}
|
|
1405
|
+
._inputIcon--p-right_c5acm_101 {
|
|
1406
|
+
right: 0.5rem;
|
|
1407
|
+
}._datePicker_aezmq_1 {
|
|
1408
|
+
position: relative;
|
|
1409
|
+
width: 100%;
|
|
1410
|
+
transition: all 0.2s ease-in-out;
|
|
1411
|
+
border: none !important;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
._inlinePicker_aezmq_8 {
|
|
1415
|
+
position: absolute;
|
|
1416
|
+
top: 100%;
|
|
1417
|
+
left: 0;
|
|
1418
|
+
z-index: 1000;
|
|
1419
|
+
background: var(--moz-cta-content-bg);
|
|
1420
|
+
border: 1px solid var(--moz-border);
|
|
1421
|
+
border-radius: 0.5rem;
|
|
1422
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1423
|
+
margin-top: 1rem;
|
|
1424
|
+
opacity: 0;
|
|
1425
|
+
visibility: hidden;
|
|
1426
|
+
transform: translateY(-10px) scale(0.98);
|
|
1427
|
+
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1428
|
+
pointer-events: none;
|
|
1429
|
+
}
|
|
1430
|
+
._inlinePicker_aezmq_8._visible_aezmq_24 {
|
|
1431
|
+
opacity: 1;
|
|
1432
|
+
visibility: visible;
|
|
1433
|
+
transform: translateY(0) scale(1);
|
|
1434
|
+
pointer-events: auto;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
._singleMode_aezmq_31 {
|
|
1438
|
+
--picker-width: 251px;
|
|
1439
|
+
--picker-mobile-width: 251px;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
._rangeMode_aezmq_36 {
|
|
1443
|
+
--picker-width: 540px;
|
|
1444
|
+
--picker-mobile-width: 260px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.react-datepicker {
|
|
1448
|
+
width: var(--picker-width, 540px) !important;
|
|
1449
|
+
}
|
|
1450
|
+
@media only screen and (max-width: 768px) {
|
|
1451
|
+
.react-datepicker {
|
|
1452
|
+
width: var(--picker-mobile-width, 260px) !important;
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
.react-datepicker__navigation-icon::before, .react-datepicker__year-read-view--down-arrow,
|
|
1456
|
+
.react-datepicker__month-read-view--down-arrow,
|
|
1457
|
+
.react-datepicker__month-year-read-view--down-arrow {
|
|
1458
|
+
border-color: #ccc;
|
|
1459
|
+
border-style: solid;
|
|
1460
|
+
border-width: 3px 3px 0 0;
|
|
1461
|
+
content: "";
|
|
1462
|
+
display: block;
|
|
1463
|
+
height: 9px;
|
|
1464
|
+
position: absolute;
|
|
1465
|
+
top: 6px;
|
|
1466
|
+
width: 9px;
|
|
1467
|
+
}
|
|
1468
|
+
/* sr-only utility class for accessibility */
|
|
1469
|
+
.sr-only {
|
|
1470
|
+
position: absolute;
|
|
1471
|
+
width: 1px;
|
|
1472
|
+
height: 1px;
|
|
1473
|
+
padding: 0;
|
|
1474
|
+
margin: -1px;
|
|
1475
|
+
overflow: hidden;
|
|
1476
|
+
clip: rect(0, 0, 0, 0);
|
|
1477
|
+
white-space: nowrap;
|
|
1478
|
+
border: 0;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.react-datepicker-wrapper {
|
|
1482
|
+
display: inline-block;
|
|
1483
|
+
padding: 0;
|
|
1484
|
+
border: 0;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.react-datepicker {
|
|
1488
|
+
font-family: "Helvetica Neue", helvetica, arial, sans-serif;
|
|
1489
|
+
font-size: 0.8rem;
|
|
1490
|
+
background-color: #fff;
|
|
1491
|
+
color: #000;
|
|
1492
|
+
border: 1px solid #aeaeae;
|
|
1493
|
+
border-radius: 0.3rem;
|
|
1494
|
+
display: inline-block;
|
|
1495
|
+
position: relative;
|
|
1496
|
+
line-height: initial;
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
.react-datepicker--time-only .react-datepicker__time-container {
|
|
1500
|
+
border-left: 0;
|
|
1501
|
+
}
|
|
1502
|
+
.react-datepicker--time-only .react-datepicker__time,
|
|
1503
|
+
.react-datepicker--time-only .react-datepicker__time-box {
|
|
1504
|
+
border-bottom-left-radius: 0.3rem;
|
|
1505
|
+
border-bottom-right-radius: 0.3rem;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
.react-datepicker-popper {
|
|
1509
|
+
z-index: 1;
|
|
1510
|
+
line-height: 0;
|
|
1511
|
+
}
|
|
1512
|
+
.react-datepicker-popper .react-datepicker__triangle {
|
|
1513
|
+
stroke: #aeaeae;
|
|
1514
|
+
}
|
|
1515
|
+
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
|
|
1516
|
+
fill: #f0f0f0;
|
|
1517
|
+
color: #f0f0f0;
|
|
1518
|
+
}
|
|
1519
|
+
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
|
|
1520
|
+
fill: #fff;
|
|
1521
|
+
color: #fff;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
.react-datepicker__header {
|
|
1525
|
+
text-align: center;
|
|
1526
|
+
background-color: #f0f0f0;
|
|
1527
|
+
border-bottom: 1px solid #aeaeae;
|
|
1528
|
+
border-top-left-radius: 0.3rem;
|
|
1529
|
+
padding: 8px 0;
|
|
1530
|
+
position: relative;
|
|
1531
|
+
}
|
|
1532
|
+
.react-datepicker__header--time {
|
|
1533
|
+
padding-bottom: 8px;
|
|
1534
|
+
padding-left: 5px;
|
|
1535
|
+
padding-right: 5px;
|
|
1536
|
+
}
|
|
1537
|
+
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
|
|
1538
|
+
border-top-left-radius: 0;
|
|
1539
|
+
}
|
|
1540
|
+
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
|
|
1541
|
+
border-top-right-radius: 0.3rem;
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.react-datepicker__year-dropdown-container--select,
|
|
1545
|
+
.react-datepicker__month-dropdown-container--select,
|
|
1546
|
+
.react-datepicker__month-year-dropdown-container--select,
|
|
1547
|
+
.react-datepicker__year-dropdown-container--scroll,
|
|
1548
|
+
.react-datepicker__month-dropdown-container--scroll,
|
|
1549
|
+
.react-datepicker__month-year-dropdown-container--scroll {
|
|
1550
|
+
display: inline-block;
|
|
1551
|
+
margin: 0 15px;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.react-datepicker__current-month,
|
|
1555
|
+
.react-datepicker-time__header,
|
|
1556
|
+
.react-datepicker-year-header {
|
|
1557
|
+
margin-top: 0;
|
|
1558
|
+
color: #000;
|
|
1559
|
+
font-weight: bold;
|
|
1560
|
+
font-size: 0.944rem;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
h2.react-datepicker__current-month {
|
|
1564
|
+
padding: 0;
|
|
1565
|
+
margin: 0;
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
.react-datepicker-time__header {
|
|
1569
|
+
text-overflow: ellipsis;
|
|
1570
|
+
white-space: nowrap;
|
|
1571
|
+
overflow: hidden;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
.react-datepicker__navigation {
|
|
1575
|
+
align-items: center;
|
|
1576
|
+
background: none;
|
|
1577
|
+
display: flex;
|
|
1578
|
+
justify-content: center;
|
|
1579
|
+
text-align: center;
|
|
1580
|
+
cursor: pointer;
|
|
1581
|
+
position: absolute;
|
|
1582
|
+
top: 2px;
|
|
1583
|
+
padding: 0;
|
|
1584
|
+
border: none;
|
|
1585
|
+
z-index: 1;
|
|
1586
|
+
height: 32px;
|
|
1587
|
+
width: 32px;
|
|
1588
|
+
text-indent: -999em;
|
|
1589
|
+
overflow: hidden;
|
|
1590
|
+
}
|
|
1591
|
+
.react-datepicker__navigation--previous {
|
|
1592
|
+
left: 2px;
|
|
1593
|
+
}
|
|
1594
|
+
.react-datepicker__navigation--next {
|
|
1595
|
+
right: 2px;
|
|
1596
|
+
}
|
|
1597
|
+
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
|
|
1598
|
+
right: 85px;
|
|
1599
|
+
}
|
|
1600
|
+
.react-datepicker__navigation--years {
|
|
1601
|
+
position: relative;
|
|
1602
|
+
top: 0;
|
|
1603
|
+
display: block;
|
|
1604
|
+
margin-left: auto;
|
|
1605
|
+
margin-right: auto;
|
|
1606
|
+
}
|
|
1607
|
+
.react-datepicker__navigation--years-previous {
|
|
1608
|
+
top: 4px;
|
|
1609
|
+
}
|
|
1610
|
+
.react-datepicker__navigation--years-upcoming {
|
|
1611
|
+
top: -4px;
|
|
1612
|
+
}
|
|
1613
|
+
.react-datepicker__navigation:hover *::before {
|
|
1614
|
+
border-color: rgb(165.75, 165.75, 165.75);
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.react-datepicker__navigation-icon {
|
|
1618
|
+
position: relative;
|
|
1619
|
+
top: -1px;
|
|
1620
|
+
font-size: 20px;
|
|
1621
|
+
width: 0;
|
|
1622
|
+
}
|
|
1623
|
+
.react-datepicker__navigation-icon--next {
|
|
1624
|
+
left: -2px;
|
|
1625
|
+
}
|
|
1626
|
+
.react-datepicker__navigation-icon--next::before {
|
|
1627
|
+
transform: rotate(45deg);
|
|
1628
|
+
left: -7px;
|
|
1629
|
+
}
|
|
1630
|
+
.react-datepicker__navigation-icon--previous {
|
|
1631
|
+
right: -2px;
|
|
1632
|
+
}
|
|
1633
|
+
.react-datepicker__navigation-icon--previous::before {
|
|
1634
|
+
transform: rotate(225deg);
|
|
1635
|
+
right: -7px;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.react-datepicker__month-container {
|
|
1639
|
+
float: left;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
.react-datepicker__year {
|
|
1643
|
+
margin: 0.4rem;
|
|
1644
|
+
text-align: center;
|
|
1645
|
+
}
|
|
1646
|
+
.react-datepicker__year-wrapper {
|
|
1647
|
+
display: flex;
|
|
1648
|
+
flex-wrap: wrap;
|
|
1649
|
+
max-width: 180px;
|
|
1650
|
+
}
|
|
1651
|
+
.react-datepicker__year .react-datepicker__year-text {
|
|
1652
|
+
display: inline-block;
|
|
1653
|
+
width: 4rem;
|
|
1654
|
+
margin: 2px;
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
.react-datepicker__month {
|
|
1658
|
+
margin: 0.4rem;
|
|
1659
|
+
text-align: center;
|
|
1660
|
+
}
|
|
1661
|
+
.react-datepicker__month .react-datepicker__month-text,
|
|
1662
|
+
.react-datepicker__month .react-datepicker__quarter-text {
|
|
1663
|
+
display: inline-block;
|
|
1664
|
+
width: 4rem;
|
|
1665
|
+
margin: 2px;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.react-datepicker__input-time-container {
|
|
1669
|
+
clear: both;
|
|
1670
|
+
width: 100%;
|
|
1671
|
+
float: left;
|
|
1672
|
+
margin: 5px 0 10px 15px;
|
|
1673
|
+
text-align: left;
|
|
1674
|
+
}
|
|
1675
|
+
.react-datepicker__input-time-container .react-datepicker-time__caption {
|
|
1676
|
+
display: inline-block;
|
|
1677
|
+
}
|
|
1678
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container {
|
|
1679
|
+
display: inline-block;
|
|
1680
|
+
}
|
|
1681
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
|
|
1682
|
+
display: inline-block;
|
|
1683
|
+
margin-left: 10px;
|
|
1684
|
+
}
|
|
1685
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
|
|
1686
|
+
width: auto;
|
|
1313
1687
|
}
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1688
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
|
|
1689
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
|
|
1690
|
+
-webkit-appearance: none;
|
|
1691
|
+
margin: 0;
|
|
1318
1692
|
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
left: 0px !important;
|
|
1322
|
-
right: 0px;
|
|
1323
|
-
margin-left: auto;
|
|
1324
|
-
margin-right: auto;
|
|
1325
|
-
}
|
|
1693
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
|
|
1694
|
+
-moz-appearance: textfield;
|
|
1326
1695
|
}
|
|
1327
|
-
.
|
|
1328
|
-
|
|
1329
|
-
|
|
1696
|
+
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
|
|
1697
|
+
margin-left: 5px;
|
|
1698
|
+
display: inline-block;
|
|
1330
1699
|
}
|
|
1331
|
-
|
|
1332
|
-
|
|
1700
|
+
|
|
1701
|
+
.react-datepicker__time-container {
|
|
1702
|
+
float: right;
|
|
1703
|
+
border-left: 1px solid #aeaeae;
|
|
1704
|
+
width: 85px;
|
|
1333
1705
|
}
|
|
1334
|
-
.
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1706
|
+
.react-datepicker__time-container--with-today-button {
|
|
1707
|
+
display: inline;
|
|
1708
|
+
border: 1px solid #aeaeae;
|
|
1709
|
+
border-radius: 0.3rem;
|
|
1710
|
+
position: absolute;
|
|
1711
|
+
right: -87px;
|
|
1712
|
+
top: 0;
|
|
1713
|
+
}
|
|
1714
|
+
.react-datepicker__time-container .react-datepicker__time {
|
|
1715
|
+
position: relative;
|
|
1716
|
+
background: white;
|
|
1717
|
+
border-bottom-right-radius: 0.3rem;
|
|
1718
|
+
}
|
|
1719
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
|
|
1720
|
+
width: 85px;
|
|
1721
|
+
overflow-x: hidden;
|
|
1722
|
+
margin: 0 auto;
|
|
1723
|
+
text-align: center;
|
|
1724
|
+
border-bottom-right-radius: 0.3rem;
|
|
1339
1725
|
}
|
|
1340
|
-
.
|
|
1341
|
-
|
|
1726
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
|
|
1727
|
+
list-style: none;
|
|
1342
1728
|
margin: 0;
|
|
1729
|
+
height: calc(195px + 1.7rem / 2);
|
|
1730
|
+
overflow-y: scroll;
|
|
1731
|
+
padding-right: 0;
|
|
1732
|
+
padding-left: 0;
|
|
1733
|
+
width: 100%;
|
|
1734
|
+
box-sizing: content-box;
|
|
1735
|
+
}
|
|
1736
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
|
|
1737
|
+
height: 30px;
|
|
1738
|
+
padding: 5px 10px;
|
|
1739
|
+
white-space: nowrap;
|
|
1740
|
+
}
|
|
1741
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
|
|
1742
|
+
cursor: pointer;
|
|
1743
|
+
background-color: #f0f0f0;
|
|
1744
|
+
}
|
|
1745
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
|
|
1746
|
+
background-color: #216ba5;
|
|
1747
|
+
color: white;
|
|
1748
|
+
font-weight: bold;
|
|
1749
|
+
}
|
|
1750
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
|
|
1751
|
+
background-color: #216ba5;
|
|
1752
|
+
}
|
|
1753
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
|
|
1754
|
+
color: #ccc;
|
|
1755
|
+
}
|
|
1756
|
+
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
|
|
1757
|
+
cursor: default;
|
|
1758
|
+
background-color: transparent;
|
|
1759
|
+
}
|
|
1760
|
+
|
|
1761
|
+
.react-datepicker__week-number {
|
|
1762
|
+
color: #ccc;
|
|
1763
|
+
display: inline-block;
|
|
1764
|
+
width: 1.7rem;
|
|
1765
|
+
line-height: 1.7rem;
|
|
1766
|
+
text-align: center;
|
|
1767
|
+
margin: 0.166rem;
|
|
1768
|
+
}
|
|
1769
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable {
|
|
1770
|
+
cursor: pointer;
|
|
1771
|
+
}
|
|
1772
|
+
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover {
|
|
1773
|
+
border-radius: 0.3rem;
|
|
1774
|
+
background-color: #f0f0f0;
|
|
1775
|
+
}
|
|
1776
|
+
.react-datepicker__week-number--selected {
|
|
1777
|
+
border-radius: 0.3rem;
|
|
1778
|
+
background-color: #216ba5;
|
|
1779
|
+
color: #fff;
|
|
1780
|
+
}
|
|
1781
|
+
.react-datepicker__week-number--selected:hover {
|
|
1782
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
1783
|
+
}
|
|
1784
|
+
|
|
1785
|
+
.react-datepicker__day-names {
|
|
1786
|
+
white-space: nowrap;
|
|
1787
|
+
margin-bottom: -8px;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.react-datepicker__week {
|
|
1791
|
+
white-space: nowrap;
|
|
1792
|
+
}
|
|
1793
|
+
|
|
1794
|
+
.react-datepicker__day-name,
|
|
1795
|
+
.react-datepicker__day,
|
|
1796
|
+
.react-datepicker__time-name {
|
|
1797
|
+
color: #000;
|
|
1798
|
+
display: inline-block;
|
|
1799
|
+
width: 1.7rem;
|
|
1800
|
+
line-height: 1.7rem;
|
|
1801
|
+
text-align: center;
|
|
1802
|
+
margin: 0.166rem;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.react-datepicker__day,
|
|
1806
|
+
.react-datepicker__month-text,
|
|
1807
|
+
.react-datepicker__quarter-text,
|
|
1808
|
+
.react-datepicker__year-text {
|
|
1809
|
+
cursor: pointer;
|
|
1810
|
+
}
|
|
1811
|
+
.react-datepicker__day:not([aria-disabled=true]):hover,
|
|
1812
|
+
.react-datepicker__month-text:not([aria-disabled=true]):hover,
|
|
1813
|
+
.react-datepicker__quarter-text:not([aria-disabled=true]):hover,
|
|
1814
|
+
.react-datepicker__year-text:not([aria-disabled=true]):hover {
|
|
1815
|
+
border-radius: 0.3rem;
|
|
1816
|
+
background-color: #f0f0f0;
|
|
1817
|
+
}
|
|
1818
|
+
.react-datepicker__day--today,
|
|
1819
|
+
.react-datepicker__month-text--today,
|
|
1820
|
+
.react-datepicker__quarter-text--today,
|
|
1821
|
+
.react-datepicker__year-text--today {
|
|
1822
|
+
font-weight: bold;
|
|
1823
|
+
}
|
|
1824
|
+
.react-datepicker__day--highlighted,
|
|
1825
|
+
.react-datepicker__month-text--highlighted,
|
|
1826
|
+
.react-datepicker__quarter-text--highlighted,
|
|
1827
|
+
.react-datepicker__year-text--highlighted {
|
|
1828
|
+
border-radius: 0.3rem;
|
|
1829
|
+
background-color: #3dcc4a;
|
|
1830
|
+
color: #fff;
|
|
1831
|
+
}
|
|
1832
|
+
.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,
|
|
1833
|
+
.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,
|
|
1834
|
+
.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,
|
|
1835
|
+
.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover {
|
|
1836
|
+
background-color: rgb(49.8551020408, 189.6448979592, 62.5632653061);
|
|
1837
|
+
}
|
|
1838
|
+
.react-datepicker__day--highlighted-custom-1,
|
|
1839
|
+
.react-datepicker__month-text--highlighted-custom-1,
|
|
1840
|
+
.react-datepicker__quarter-text--highlighted-custom-1,
|
|
1841
|
+
.react-datepicker__year-text--highlighted-custom-1 {
|
|
1842
|
+
color: magenta;
|
|
1843
|
+
}
|
|
1844
|
+
.react-datepicker__day--highlighted-custom-2,
|
|
1845
|
+
.react-datepicker__month-text--highlighted-custom-2,
|
|
1846
|
+
.react-datepicker__quarter-text--highlighted-custom-2,
|
|
1847
|
+
.react-datepicker__year-text--highlighted-custom-2 {
|
|
1848
|
+
color: green;
|
|
1849
|
+
}
|
|
1850
|
+
.react-datepicker__day--holidays,
|
|
1851
|
+
.react-datepicker__month-text--holidays,
|
|
1852
|
+
.react-datepicker__quarter-text--holidays,
|
|
1853
|
+
.react-datepicker__year-text--holidays {
|
|
1854
|
+
position: relative;
|
|
1855
|
+
border-radius: 0.3rem;
|
|
1856
|
+
background-color: #ff6803;
|
|
1857
|
+
color: #fff;
|
|
1858
|
+
}
|
|
1859
|
+
.react-datepicker__day--holidays .overlay,
|
|
1860
|
+
.react-datepicker__month-text--holidays .overlay,
|
|
1861
|
+
.react-datepicker__quarter-text--holidays .overlay,
|
|
1862
|
+
.react-datepicker__year-text--holidays .overlay {
|
|
1863
|
+
position: absolute;
|
|
1864
|
+
bottom: 100%;
|
|
1865
|
+
left: 50%;
|
|
1866
|
+
transform: translateX(-50%);
|
|
1867
|
+
background-color: #333;
|
|
1868
|
+
color: #fff;
|
|
1869
|
+
padding: 4px;
|
|
1870
|
+
border-radius: 4px;
|
|
1871
|
+
white-space: nowrap;
|
|
1872
|
+
visibility: hidden;
|
|
1873
|
+
opacity: 0;
|
|
1874
|
+
transition: visibility 0s, opacity 0.3s ease-in-out;
|
|
1875
|
+
}
|
|
1876
|
+
.react-datepicker__day--holidays:not([aria-disabled=true]):hover,
|
|
1877
|
+
.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,
|
|
1878
|
+
.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,
|
|
1879
|
+
.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover {
|
|
1880
|
+
background-color: rgb(207, 82.9642857143, 0);
|
|
1881
|
+
}
|
|
1882
|
+
.react-datepicker__day--holidays:hover .overlay,
|
|
1883
|
+
.react-datepicker__month-text--holidays:hover .overlay,
|
|
1884
|
+
.react-datepicker__quarter-text--holidays:hover .overlay,
|
|
1885
|
+
.react-datepicker__year-text--holidays:hover .overlay {
|
|
1886
|
+
visibility: visible;
|
|
1887
|
+
opacity: 1;
|
|
1888
|
+
}
|
|
1889
|
+
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
|
|
1890
|
+
.react-datepicker__month-text--selected,
|
|
1891
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1892
|
+
.react-datepicker__month-text--in-range,
|
|
1893
|
+
.react-datepicker__quarter-text--selected,
|
|
1894
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1895
|
+
.react-datepicker__quarter-text--in-range,
|
|
1896
|
+
.react-datepicker__year-text--selected,
|
|
1897
|
+
.react-datepicker__year-text--in-selecting-range,
|
|
1898
|
+
.react-datepicker__year-text--in-range {
|
|
1899
|
+
border-radius: 0.3rem;
|
|
1900
|
+
background-color: #216ba5;
|
|
1901
|
+
color: #fff;
|
|
1902
|
+
}
|
|
1903
|
+
.react-datepicker__day--selected:not([aria-disabled=true]):hover, .react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover, .react-datepicker__day--in-range:not([aria-disabled=true]):hover,
|
|
1904
|
+
.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,
|
|
1905
|
+
.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
1906
|
+
.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,
|
|
1907
|
+
.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,
|
|
1908
|
+
.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
1909
|
+
.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,
|
|
1910
|
+
.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,
|
|
1911
|
+
.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,
|
|
1912
|
+
.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover {
|
|
1913
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
1914
|
+
}
|
|
1915
|
+
.react-datepicker__day--keyboard-selected,
|
|
1916
|
+
.react-datepicker__month-text--keyboard-selected,
|
|
1917
|
+
.react-datepicker__quarter-text--keyboard-selected,
|
|
1918
|
+
.react-datepicker__year-text--keyboard-selected {
|
|
1919
|
+
border-radius: 0.3rem;
|
|
1920
|
+
background-color: rgb(186.25, 217.0833333333, 241.25);
|
|
1921
|
+
color: rgb(0, 0, 0);
|
|
1922
|
+
}
|
|
1923
|
+
.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,
|
|
1924
|
+
.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,
|
|
1925
|
+
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
|
|
1926
|
+
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
|
|
1927
|
+
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
1928
|
+
}
|
|
1929
|
+
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
|
|
1930
|
+
.react-datepicker__month-text--in-range,
|
|
1931
|
+
.react-datepicker__quarter-text--in-range,
|
|
1932
|
+
.react-datepicker__year-text--in-range),
|
|
1933
|
+
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
|
|
1934
|
+
.react-datepicker__month-text--in-range,
|
|
1935
|
+
.react-datepicker__quarter-text--in-range,
|
|
1936
|
+
.react-datepicker__year-text--in-range),
|
|
1937
|
+
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
|
|
1938
|
+
.react-datepicker__month-text--in-range,
|
|
1939
|
+
.react-datepicker__quarter-text--in-range,
|
|
1940
|
+
.react-datepicker__year-text--in-range),
|
|
1941
|
+
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
|
|
1942
|
+
.react-datepicker__month-text--in-range,
|
|
1943
|
+
.react-datepicker__quarter-text--in-range,
|
|
1944
|
+
.react-datepicker__year-text--in-range) {
|
|
1945
|
+
background-color: rgba(33, 107, 165, 0.5);
|
|
1946
|
+
}
|
|
1947
|
+
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1948
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1949
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1950
|
+
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1951
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1952
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1953
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1954
|
+
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1955
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1956
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1957
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1958
|
+
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1959
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1960
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1961
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1962
|
+
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1963
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1964
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1965
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1966
|
+
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1967
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1968
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1969
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1970
|
+
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1971
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1972
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1973
|
+
.react-datepicker__year-text--in-selecting-range),
|
|
1974
|
+
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
|
|
1975
|
+
.react-datepicker__month-text--in-selecting-range,
|
|
1976
|
+
.react-datepicker__quarter-text--in-selecting-range,
|
|
1977
|
+
.react-datepicker__year-text--in-selecting-range) {
|
|
1978
|
+
background-color: #f0f0f0;
|
|
1979
|
+
color: #000;
|
|
1980
|
+
}
|
|
1981
|
+
.react-datepicker__day--disabled,
|
|
1982
|
+
.react-datepicker__month-text--disabled,
|
|
1983
|
+
.react-datepicker__quarter-text--disabled,
|
|
1984
|
+
.react-datepicker__year-text--disabled {
|
|
1985
|
+
cursor: default;
|
|
1986
|
+
color: #ccc;
|
|
1987
|
+
}
|
|
1988
|
+
.react-datepicker__day--disabled .overlay,
|
|
1989
|
+
.react-datepicker__month-text--disabled .overlay,
|
|
1990
|
+
.react-datepicker__quarter-text--disabled .overlay,
|
|
1991
|
+
.react-datepicker__year-text--disabled .overlay {
|
|
1992
|
+
position: absolute;
|
|
1993
|
+
bottom: 70%;
|
|
1994
|
+
left: 50%;
|
|
1995
|
+
transform: translateX(-50%);
|
|
1996
|
+
background-color: #333;
|
|
1997
|
+
color: #fff;
|
|
1998
|
+
padding: 4px;
|
|
1999
|
+
border-radius: 4px;
|
|
2000
|
+
white-space: nowrap;
|
|
2001
|
+
visibility: hidden;
|
|
2002
|
+
opacity: 0;
|
|
2003
|
+
transition: visibility 0s, opacity 0.3s ease-in-out;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
.react-datepicker__input-container {
|
|
2007
|
+
position: relative;
|
|
2008
|
+
display: inline-block;
|
|
2009
|
+
width: 100%;
|
|
2010
|
+
}
|
|
2011
|
+
.react-datepicker__input-container .react-datepicker__calendar-icon {
|
|
2012
|
+
position: absolute;
|
|
1343
2013
|
padding: 0.5rem;
|
|
1344
|
-
|
|
2014
|
+
box-sizing: content-box;
|
|
1345
2015
|
}
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
2016
|
+
|
|
2017
|
+
.react-datepicker__view-calendar-icon input {
|
|
2018
|
+
padding: 6px 10px 5px 25px;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
.react-datepicker__year-read-view,
|
|
2022
|
+
.react-datepicker__month-read-view,
|
|
2023
|
+
.react-datepicker__month-year-read-view {
|
|
2024
|
+
border: 1px solid transparent;
|
|
2025
|
+
border-radius: 0.3rem;
|
|
2026
|
+
position: relative;
|
|
2027
|
+
}
|
|
2028
|
+
.react-datepicker__year-read-view:hover,
|
|
2029
|
+
.react-datepicker__month-read-view:hover,
|
|
2030
|
+
.react-datepicker__month-year-read-view:hover {
|
|
2031
|
+
cursor: pointer;
|
|
2032
|
+
}
|
|
2033
|
+
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
2034
|
+
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
|
2035
|
+
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
2036
|
+
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
|
|
2037
|
+
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
|
|
2038
|
+
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
|
|
2039
|
+
border-top-color: rgb(178.5, 178.5, 178.5);
|
|
2040
|
+
}
|
|
2041
|
+
.react-datepicker__year-read-view--down-arrow,
|
|
2042
|
+
.react-datepicker__month-read-view--down-arrow,
|
|
2043
|
+
.react-datepicker__month-year-read-view--down-arrow {
|
|
2044
|
+
transform: rotate(135deg);
|
|
2045
|
+
right: -16px;
|
|
2046
|
+
top: 0;
|
|
2047
|
+
}
|
|
2048
|
+
|
|
2049
|
+
.react-datepicker__year-dropdown,
|
|
2050
|
+
.react-datepicker__month-dropdown,
|
|
2051
|
+
.react-datepicker__month-year-dropdown {
|
|
2052
|
+
background-color: #f0f0f0;
|
|
2053
|
+
position: absolute;
|
|
2054
|
+
width: 50%;
|
|
2055
|
+
left: 25%;
|
|
2056
|
+
top: 30px;
|
|
2057
|
+
z-index: 1;
|
|
2058
|
+
text-align: center;
|
|
2059
|
+
border-radius: 0.3rem;
|
|
2060
|
+
border: 1px solid #aeaeae;
|
|
2061
|
+
}
|
|
2062
|
+
.react-datepicker__year-dropdown:hover,
|
|
2063
|
+
.react-datepicker__month-dropdown:hover,
|
|
2064
|
+
.react-datepicker__month-year-dropdown:hover {
|
|
2065
|
+
cursor: pointer;
|
|
2066
|
+
}
|
|
2067
|
+
.react-datepicker__year-dropdown--scrollable,
|
|
2068
|
+
.react-datepicker__month-dropdown--scrollable,
|
|
2069
|
+
.react-datepicker__month-year-dropdown--scrollable {
|
|
2070
|
+
height: 150px;
|
|
2071
|
+
overflow-y: scroll;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.react-datepicker__year-option,
|
|
2075
|
+
.react-datepicker__month-option,
|
|
2076
|
+
.react-datepicker__month-year-option {
|
|
2077
|
+
line-height: 20px;
|
|
2078
|
+
width: 100%;
|
|
2079
|
+
display: block;
|
|
2080
|
+
margin-left: auto;
|
|
2081
|
+
margin-right: auto;
|
|
2082
|
+
}
|
|
2083
|
+
.react-datepicker__year-option:first-of-type,
|
|
2084
|
+
.react-datepicker__month-option:first-of-type,
|
|
2085
|
+
.react-datepicker__month-year-option:first-of-type {
|
|
2086
|
+
border-top-left-radius: 0.3rem;
|
|
2087
|
+
border-top-right-radius: 0.3rem;
|
|
2088
|
+
}
|
|
2089
|
+
.react-datepicker__year-option:last-of-type,
|
|
2090
|
+
.react-datepicker__month-option:last-of-type,
|
|
2091
|
+
.react-datepicker__month-year-option:last-of-type {
|
|
2092
|
+
-webkit-user-select: none;
|
|
2093
|
+
-moz-user-select: none;
|
|
2094
|
+
-ms-user-select: none;
|
|
2095
|
+
user-select: none;
|
|
2096
|
+
border-bottom-left-radius: 0.3rem;
|
|
2097
|
+
border-bottom-right-radius: 0.3rem;
|
|
2098
|
+
}
|
|
2099
|
+
.react-datepicker__year-option:hover,
|
|
2100
|
+
.react-datepicker__month-option:hover,
|
|
2101
|
+
.react-datepicker__month-year-option:hover {
|
|
2102
|
+
background-color: #ccc;
|
|
2103
|
+
}
|
|
2104
|
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
|
|
2105
|
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
|
|
2106
|
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
|
|
2107
|
+
border-bottom-color: rgb(178.5, 178.5, 178.5);
|
|
2108
|
+
}
|
|
2109
|
+
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
|
|
2110
|
+
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
|
|
2111
|
+
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
|
|
2112
|
+
border-top-color: rgb(178.5, 178.5, 178.5);
|
|
2113
|
+
}
|
|
2114
|
+
.react-datepicker__year-option--selected,
|
|
2115
|
+
.react-datepicker__month-option--selected,
|
|
2116
|
+
.react-datepicker__month-year-option--selected {
|
|
2117
|
+
position: absolute;
|
|
2118
|
+
left: 15px;
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
.react-datepicker__close-icon {
|
|
2122
|
+
cursor: pointer;
|
|
2123
|
+
background-color: transparent;
|
|
2124
|
+
border: 0;
|
|
2125
|
+
outline: 0;
|
|
2126
|
+
padding: 0 6px 0 0;
|
|
2127
|
+
position: absolute;
|
|
2128
|
+
top: 0;
|
|
2129
|
+
right: 0;
|
|
2130
|
+
height: 100%;
|
|
2131
|
+
display: table-cell;
|
|
2132
|
+
vertical-align: middle;
|
|
2133
|
+
}
|
|
2134
|
+
.react-datepicker__close-icon::after {
|
|
2135
|
+
cursor: pointer;
|
|
2136
|
+
background-color: #216ba5;
|
|
2137
|
+
color: #fff;
|
|
2138
|
+
border-radius: 50%;
|
|
2139
|
+
height: 16px;
|
|
2140
|
+
width: 16px;
|
|
2141
|
+
padding: 2px;
|
|
2142
|
+
font-size: 12px;
|
|
2143
|
+
line-height: 1;
|
|
2144
|
+
text-align: center;
|
|
2145
|
+
display: table-cell;
|
|
2146
|
+
vertical-align: middle;
|
|
2147
|
+
content: "×";
|
|
2148
|
+
}
|
|
2149
|
+
.react-datepicker__close-icon--disabled {
|
|
2150
|
+
cursor: default;
|
|
2151
|
+
}
|
|
2152
|
+
.react-datepicker__close-icon--disabled::after {
|
|
2153
|
+
cursor: default;
|
|
2154
|
+
background-color: #ccc;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
.react-datepicker__today-button {
|
|
2158
|
+
background: #f0f0f0;
|
|
2159
|
+
border-top: 1px solid #aeaeae;
|
|
2160
|
+
cursor: pointer;
|
|
2161
|
+
text-align: center;
|
|
2162
|
+
font-weight: bold;
|
|
2163
|
+
padding: 5px 0;
|
|
2164
|
+
clear: left;
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
.react-datepicker__portal {
|
|
2168
|
+
position: fixed;
|
|
2169
|
+
width: 100vw;
|
|
2170
|
+
height: 100vh;
|
|
2171
|
+
background-color: rgba(0, 0, 0, 0.8);
|
|
2172
|
+
left: 0;
|
|
2173
|
+
top: 0;
|
|
2174
|
+
justify-content: center;
|
|
2175
|
+
align-items: center;
|
|
2176
|
+
display: flex;
|
|
2177
|
+
z-index: 2147483647;
|
|
2178
|
+
}
|
|
2179
|
+
.react-datepicker__portal .react-datepicker__day-name,
|
|
2180
|
+
.react-datepicker__portal .react-datepicker__day,
|
|
2181
|
+
.react-datepicker__portal .react-datepicker__time-name {
|
|
2182
|
+
width: 3rem;
|
|
2183
|
+
line-height: 3rem;
|
|
2184
|
+
}
|
|
2185
|
+
@media (max-width: 400px), (max-height: 550px) {
|
|
2186
|
+
.react-datepicker__portal .react-datepicker__day-name,
|
|
2187
|
+
.react-datepicker__portal .react-datepicker__day,
|
|
2188
|
+
.react-datepicker__portal .react-datepicker__time-name {
|
|
2189
|
+
width: 2rem;
|
|
2190
|
+
line-height: 2rem;
|
|
1351
2191
|
}
|
|
1352
2192
|
}
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
2193
|
+
.react-datepicker__portal .react-datepicker__current-month,
|
|
2194
|
+
.react-datepicker__portal .react-datepicker-time__header {
|
|
2195
|
+
font-size: 1.44rem;
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
.react-datepicker__children-container {
|
|
2199
|
+
width: 13.8rem;
|
|
2200
|
+
margin: 0.4rem;
|
|
2201
|
+
padding-right: 0.2rem;
|
|
2202
|
+
padding-left: 0.2rem;
|
|
2203
|
+
height: auto;
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2206
|
+
.react-datepicker__aria-live {
|
|
2207
|
+
position: absolute;
|
|
2208
|
+
clip-path: circle(0);
|
|
2209
|
+
border: 0;
|
|
2210
|
+
height: 1px;
|
|
2211
|
+
margin: -1px;
|
|
2212
|
+
overflow: hidden;
|
|
2213
|
+
padding: 0;
|
|
2214
|
+
width: 1px;
|
|
2215
|
+
white-space: nowrap;
|
|
2216
|
+
}
|
|
2217
|
+
|
|
2218
|
+
.react-datepicker__calendar-icon {
|
|
2219
|
+
width: 1em;
|
|
2220
|
+
height: 1em;
|
|
2221
|
+
vertical-align: -0.125em;
|
|
2222
|
+
}
|
|
2223
|
+
._datePicker_10sq9_1 {
|
|
2224
|
+
position: relative;
|
|
2225
|
+
width: 100%;
|
|
2226
|
+
transition: all 0.2s ease-in-out;
|
|
2227
|
+
border: none !important;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
._inlinePicker_10sq9_8 {
|
|
2231
|
+
position: absolute;
|
|
2232
|
+
top: 100%;
|
|
2233
|
+
left: 0;
|
|
2234
|
+
z-index: 1000;
|
|
2235
|
+
background: var(--moz-cta-content-bg);
|
|
2236
|
+
border: 1px solid var(--moz-border);
|
|
2237
|
+
border-radius: 0.5rem;
|
|
2238
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2239
|
+
margin-top: 1rem;
|
|
2240
|
+
opacity: 0;
|
|
2241
|
+
visibility: hidden;
|
|
2242
|
+
transform: translateY(-10px) scale(0.98);
|
|
2243
|
+
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2244
|
+
pointer-events: none;
|
|
2245
|
+
}
|
|
2246
|
+
._inlinePicker_10sq9_8._visible_10sq9_24 {
|
|
2247
|
+
opacity: 1;
|
|
2248
|
+
visibility: visible;
|
|
2249
|
+
transform: translateY(0) scale(1);
|
|
2250
|
+
pointer-events: auto;
|
|
2251
|
+
}
|
|
2252
|
+
._inlinePicker_10sq9_8._right_10sq9_30 {
|
|
2253
|
+
left: auto;
|
|
2254
|
+
right: 0;
|
|
1360
2255
|
}
|
|
1361
|
-
@media (max-width:
|
|
1362
|
-
.
|
|
1363
|
-
width:
|
|
1364
|
-
margin-left: 0px !important;
|
|
1365
|
-
padding-top: 0.375rem !important;
|
|
1366
|
-
padding-bottom: 0.375rem !important;
|
|
2256
|
+
@media only screen and (max-width: 768px) {
|
|
2257
|
+
._inlinePicker_10sq9_8 {
|
|
2258
|
+
width: 260px !important;
|
|
1367
2259
|
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
margin-bottom: 1.5rem;
|
|
2260
|
+
._inlinePicker_10sq9_8._left_10sq9_38 {
|
|
2261
|
+
left: 0;
|
|
2262
|
+
right: auto;
|
|
2263
|
+
}
|
|
2264
|
+
._inlinePicker_10sq9_8._right_10sq9_30 {
|
|
2265
|
+
left: auto;
|
|
2266
|
+
right: 0;
|
|
1376
2267
|
}
|
|
1377
2268
|
}
|
|
1378
|
-
|
|
1379
|
-
.
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
.litepicker .container__footer .button-apply {
|
|
1387
|
-
background-color: var(--moz-cta-primary);
|
|
1388
|
-
color: var(--moz-cta-primary-text);
|
|
2269
|
+
|
|
2270
|
+
._datePickerShortcuts_10sq9_48 {
|
|
2271
|
+
display: flex;
|
|
2272
|
+
gap: 0.5rem;
|
|
2273
|
+
flex-wrap: wrap;
|
|
2274
|
+
padding: 0.5rem;
|
|
2275
|
+
justify-content: center;
|
|
2276
|
+
align-items: center;
|
|
1389
2277
|
}
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
2278
|
+
|
|
2279
|
+
.react-datepicker {
|
|
2280
|
+
width: var(--picker-width, 540px) !important;
|
|
2281
|
+
display: flex !important;
|
|
2282
|
+
flex-wrap: wrap !important;
|
|
2283
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
2284
|
+
color: var(--moz-text-input) !important;
|
|
2285
|
+
padding: 0 !important;
|
|
2286
|
+
margin: 0 !important;
|
|
1393
2287
|
}
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
2288
|
+
@media only screen and (max-width: 768px) {
|
|
2289
|
+
.react-datepicker {
|
|
2290
|
+
width: var(--picker-mobile-width, 260px) !important;
|
|
2291
|
+
display: flex !important;
|
|
2292
|
+
flex-direction: column !important;
|
|
2293
|
+
}
|
|
1397
2294
|
}
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
2295
|
+
|
|
2296
|
+
.react-datepicker__month-container {
|
|
2297
|
+
display: block !important;
|
|
2298
|
+
width: 260px !important;
|
|
2299
|
+
padding: 0 !important;
|
|
2300
|
+
margin: 0 !important;
|
|
2301
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
1401
2302
|
}
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
padding-top: 10px;
|
|
2303
|
+
@media only screen and (max-width: 768px) {
|
|
2304
|
+
.react-datepicker__month-container {
|
|
2305
|
+
width: 260px !important;
|
|
2306
|
+
}
|
|
1407
2307
|
}
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
justify-content: center;
|
|
1412
|
-
width: 1.5rem;
|
|
1413
|
-
height: 1.5rem;
|
|
2308
|
+
|
|
2309
|
+
.react-datepicker__children-container {
|
|
2310
|
+
width: 100% !important;
|
|
1414
2311
|
}
|
|
1415
|
-
|
|
1416
|
-
|
|
2312
|
+
|
|
2313
|
+
@media (min-width: 768px) {
|
|
2314
|
+
.react-datepicker__month-container {
|
|
2315
|
+
display: inline-block !important;
|
|
2316
|
+
vertical-align: top !important;
|
|
2317
|
+
margin: 0 !important;
|
|
2318
|
+
padding: 0 !important;
|
|
2319
|
+
}
|
|
2320
|
+
.react-datepicker__month-container:last-child {
|
|
2321
|
+
margin-right: 0 !important;
|
|
2322
|
+
}
|
|
1417
2323
|
}
|
|
1418
|
-
.
|
|
1419
|
-
|
|
1420
|
-
margin-right: -0.5rem;
|
|
2324
|
+
.react-datepicker__month-container + .react-datepicker__month-container {
|
|
2325
|
+
margin-left: 0 !important;
|
|
1421
2326
|
}
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
height: 1.5rem;
|
|
2327
|
+
|
|
2328
|
+
@media (min-width: 768px) {
|
|
2329
|
+
.react-datepicker__month-container + .react-datepicker__month-container {
|
|
2330
|
+
margin-left: 1rem !important;
|
|
2331
|
+
}
|
|
1428
2332
|
}
|
|
1429
|
-
.
|
|
1430
|
-
|
|
2333
|
+
.react-datepicker__header {
|
|
2334
|
+
border-bottom: 1px solid var(--moz-border) !important;
|
|
2335
|
+
color: var(--moz-text-title) !important;
|
|
2336
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
1431
2337
|
}
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
margin-
|
|
1435
|
-
}
|
|
1436
|
-
.litepicker .container__months .month-item-header .button-previous-month:hover svg,
|
|
1437
|
-
.litepicker .container__months .month-item-header .button-previous-month svg,
|
|
1438
|
-
.litepicker .container__months .month-item-header .button-next-month:hover svg,
|
|
1439
|
-
.litepicker .container__months .month-item-header .button-next-month svg {
|
|
1440
|
-
fill: transparent;
|
|
1441
|
-
border: solid var(--moz-input-border);
|
|
1442
|
-
border-width: 0 2px 2px 0;
|
|
1443
|
-
border-radius: 0;
|
|
1444
|
-
display: inline-block;
|
|
1445
|
-
border-color: var(--moz-input-border);
|
|
1446
|
-
width: 0.5rem;
|
|
1447
|
-
height: 0.5rem;
|
|
1448
|
-
display: block;
|
|
2338
|
+
|
|
2339
|
+
.react-datepicker__month-container:nth-of-type(2) ._react-datepicker__header_10sq9_111 ._react-datepicker__day-names_10sq9_117 {
|
|
2340
|
+
margin-top: 40px !important;
|
|
1449
2341
|
}
|
|
1450
|
-
|
|
1451
|
-
.
|
|
1452
|
-
|
|
1453
|
-
background-position: center right 0.6rem;
|
|
1454
|
-
background-color: transparent;
|
|
1455
|
-
font-size: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input);
|
|
1456
|
-
border-width: 1px;
|
|
1457
|
-
border-style: solid;
|
|
1458
|
-
background-repeat: no-repeat;
|
|
1459
|
-
padding-top: 0.5rem;
|
|
1460
|
-
padding-bottom: 0.5rem;
|
|
1461
|
-
padding-left: 0.5rem;
|
|
1462
|
-
padding-right: 0.5rem;
|
|
1463
|
-
border-radius: 0.75rem;
|
|
1464
|
-
border-color: var(--moz-input-border);
|
|
1465
|
-
color: var(--moz-text-input);
|
|
2342
|
+
|
|
2343
|
+
.react-datepicker__month-container:nth-of-type(2) .react-datepicker__header .react-datepicker__day-names {
|
|
2344
|
+
margin-top: 16px !important;
|
|
1466
2345
|
}
|
|
1467
|
-
|
|
1468
|
-
.
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
--tw-ring-color: transparent;
|
|
2346
|
+
|
|
2347
|
+
.react-datepicker__current-month {
|
|
2348
|
+
color: var(--moz-text-title) !important;
|
|
2349
|
+
font-weight: 600 !important;
|
|
1472
2350
|
}
|
|
1473
|
-
|
|
1474
|
-
|
|
2351
|
+
|
|
2352
|
+
.react-datepicker__day-name {
|
|
2353
|
+
color: var(--moz-text-secondary) !important;
|
|
2354
|
+
font-weight: 500 !important;
|
|
1475
2355
|
}
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
color:
|
|
2356
|
+
|
|
2357
|
+
.react-datepicker__day {
|
|
2358
|
+
color: var(--moz-text-input) !important;
|
|
2359
|
+
background-color: transparent !important;
|
|
2360
|
+
border-radius: 0.25rem !important;
|
|
1480
2361
|
}
|
|
1481
|
-
.
|
|
1482
|
-
color: var(--moz-
|
|
2362
|
+
.react-datepicker__day:hover {
|
|
2363
|
+
background-color: var(--moz-bg-active) !important;
|
|
2364
|
+
color: var(--moz-text-primary) !important;
|
|
1483
2365
|
}
|
|
1484
|
-
.
|
|
1485
|
-
background-color: var(--moz-cta-
|
|
1486
|
-
color: var(--moz-text-input);
|
|
2366
|
+
.react-datepicker__day._react-datepicker__day--selected_10sq9_144 {
|
|
2367
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2368
|
+
color: var(--moz-text-input) !important;
|
|
1487
2369
|
}
|
|
1488
|
-
.
|
|
1489
|
-
background-color: var(--moz-cta-body-bg);
|
|
2370
|
+
.react-datepicker__day._react-datepicker__day--selected_10sq9_144:hover {
|
|
2371
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
1490
2372
|
}
|
|
1491
|
-
.
|
|
1492
|
-
color: var(--moz-
|
|
2373
|
+
.react-datepicker__day._react-datepicker__day--in-range_10sq9_151 {
|
|
2374
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2375
|
+
color: var(--moz-text-input) !important;
|
|
2376
|
+
opacity: 0.8;
|
|
1493
2377
|
}
|
|
1494
|
-
.
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
align-items: center;
|
|
1498
|
-
padding: 0 0 0.5rem 0;
|
|
1499
|
-
border-bottom: 1px solid var(--moz-input-border);
|
|
1500
|
-
background-color: var(--moz-cta-content-bg);
|
|
1501
|
-
margin: 0 0 10px 0;
|
|
2378
|
+
.react-datepicker__day._react-datepicker__day--in-range_10sq9_151:hover {
|
|
2379
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2380
|
+
opacity: 1;
|
|
1502
2381
|
}
|
|
1503
|
-
.
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
border: 1px solid var(--moz-input-border);
|
|
1507
|
-
border-radius: 0.5rem;
|
|
1508
|
-
background-color: transparent;
|
|
1509
|
-
color: var(--moz-cta-tertiary-text);
|
|
1510
|
-
cursor: pointer;
|
|
1511
|
-
transition: background-color 0.2s ease;
|
|
2382
|
+
.react-datepicker__day._react-datepicker__day--keyboard-selected_10sq9_160 {
|
|
2383
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2384
|
+
color: var(--moz-text-input) !important;
|
|
1512
2385
|
}
|
|
1513
|
-
.
|
|
1514
|
-
|
|
2386
|
+
.react-datepicker__day._react-datepicker__day--disabled_10sq9_164 {
|
|
2387
|
+
color: var(--moz-state-disabled) !important;
|
|
2388
|
+
background-color: var(--moz-state-disabled-bg) !important;
|
|
2389
|
+
cursor: not-allowed !important;
|
|
1515
2390
|
}
|
|
1516
2391
|
|
|
1517
|
-
|
|
1518
|
-
:
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
}._inputWrapper_c5acm_1 {
|
|
1522
|
-
position: relative;
|
|
1523
|
-
display: flex;
|
|
1524
|
-
align-items: center;
|
|
1525
|
-
width: 100%;
|
|
2392
|
+
.react-datepicker__day--in-selecting-range {
|
|
2393
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2394
|
+
color: var(--moz-text-input) !important;
|
|
2395
|
+
opacity: 0.6 !important;
|
|
1526
2396
|
}
|
|
1527
2397
|
|
|
1528
|
-
.
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
border: none;
|
|
1534
|
-
border-bottom: 1px solid var(--moz-input-border);
|
|
1535
|
-
color: var(--moz-text-input);
|
|
1536
|
-
color-scheme: var(--moz-input-scheme);
|
|
1537
|
-
border-radius: 0;
|
|
1538
|
-
max-width: 100%;
|
|
1539
|
-
width: auto;
|
|
1540
|
-
box-sizing: border-box;
|
|
1541
|
-
}
|
|
1542
|
-
._input_c5acm_1:focus {
|
|
1543
|
-
outline: none;
|
|
1544
|
-
box-shadow: 0 0 5px var(--moz-input-border);
|
|
1545
|
-
}
|
|
1546
|
-
._input_c5acm_1:disabled {
|
|
1547
|
-
color: var(--moz-bg-gray);
|
|
1548
|
-
background: var(--moz-input-disabled);
|
|
2398
|
+
.react-datepicker__day--range-start {
|
|
2399
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
2400
|
+
color: var(--moz-text-input) !important;
|
|
2401
|
+
font-weight: bold !important;
|
|
2402
|
+
opacity: 1 !important;
|
|
1549
2403
|
}
|
|
1550
|
-
|
|
1551
|
-
|
|
2404
|
+
|
|
2405
|
+
.react-datepicker__day--range-end {
|
|
2406
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
2407
|
+
color: var(--moz-text-input) !important;
|
|
2408
|
+
font-weight: bold !important;
|
|
2409
|
+
opacity: 1 !important;
|
|
1552
2410
|
}
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
2411
|
+
|
|
2412
|
+
.react-datepicker__day--in-range {
|
|
2413
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2414
|
+
color: var(--moz-text-input) !important;
|
|
2415
|
+
opacity: 0.8 !important;
|
|
1556
2416
|
}
|
|
1557
|
-
.
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
border-bottom-right-radius: 0;
|
|
2417
|
+
.react-datepicker__day--in-range:hover {
|
|
2418
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2419
|
+
opacity: 1 !important;
|
|
1561
2420
|
}
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
2421
|
+
|
|
2422
|
+
.react-datepicker__day--range-start.react-datepicker__day--in-range,
|
|
2423
|
+
.react-datepicker__day--range-end.react-datepicker__day--in-range {
|
|
2424
|
+
background-color: var(--moz-cta-content-sec-bg) !important;
|
|
2425
|
+
color: var(--moz-text-input) !important;
|
|
2426
|
+
opacity: 1 !important;
|
|
2427
|
+
font-weight: bold !important;
|
|
1566
2428
|
}
|
|
1567
|
-
|
|
1568
|
-
|
|
2429
|
+
|
|
2430
|
+
.react-datepicker__day--in-range:not(.react-datepicker__day--range-start):not(.react-datepicker__day--range-end) {
|
|
2431
|
+
background-color: var(--moz-cta-body-bg) !important;
|
|
2432
|
+
color: var(--moz-text-input) !important;
|
|
2433
|
+
opacity: 0.8 !important;
|
|
1569
2434
|
}
|
|
1570
|
-
|
|
1571
|
-
|
|
2435
|
+
|
|
2436
|
+
.react-datepicker__navigation {
|
|
2437
|
+
color: var(--moz-text-secondary) !important;
|
|
1572
2438
|
}
|
|
1573
|
-
.
|
|
1574
|
-
|
|
2439
|
+
.react-datepicker__navigation:hover {
|
|
2440
|
+
color: var(--moz-text-primary) !important;
|
|
1575
2441
|
}
|
|
1576
|
-
|
|
1577
|
-
|
|
2442
|
+
|
|
2443
|
+
.react-datepicker__month-dropdown {
|
|
2444
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
2445
|
+
border: 1px solid var(--moz-border) !important;
|
|
2446
|
+
color: var(--moz-text-input) !important;
|
|
1578
2447
|
}
|
|
1579
|
-
|
|
1580
|
-
|
|
2448
|
+
|
|
2449
|
+
.react-datepicker__year-dropdown {
|
|
2450
|
+
background-color: var(--moz-cta-content-bg) !important;
|
|
2451
|
+
border: 1px solid var(--moz-border) !important;
|
|
2452
|
+
color: var(--moz-text-input) !important;
|
|
1581
2453
|
}
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
2454
|
+
|
|
2455
|
+
.react-datepicker__month-option,
|
|
2456
|
+
.react-datepicker__year-option {
|
|
2457
|
+
color: var(--moz-text-input) !important;
|
|
1585
2458
|
}
|
|
1586
|
-
.
|
|
1587
|
-
|
|
1588
|
-
-
|
|
2459
|
+
.react-datepicker__month-option:hover,
|
|
2460
|
+
.react-datepicker__year-option:hover {
|
|
2461
|
+
background-color: var(--moz-bg-active) !important;
|
|
2462
|
+
color: var(--moz-text-primary) !important;
|
|
1589
2463
|
}
|
|
1590
|
-
.
|
|
1591
|
-
|
|
1592
|
-
|
|
2464
|
+
.react-datepicker__month-option._react-datepicker__month-option--selected_10sq9_242, .react-datepicker__month-option._react-datepicker__year-option--selected_10sq9_242,
|
|
2465
|
+
.react-datepicker__year-option._react-datepicker__month-option--selected_10sq9_242,
|
|
2466
|
+
.react-datepicker__year-option._react-datepicker__year-option--selected_10sq9_242 {
|
|
2467
|
+
background-color: var(--moz-bg-active) !important;
|
|
2468
|
+
color: var(--moz-text-primary) !important;
|
|
1593
2469
|
}
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
2470
|
+
|
|
2471
|
+
.react-datepicker__day--outside-month {
|
|
2472
|
+
color: var(--moz-text-tertiary) !important;
|
|
1597
2473
|
}
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
2474
|
+
|
|
2475
|
+
.react-datepicker__input-container input {
|
|
2476
|
+
all: unset !important;
|
|
2477
|
+
color: var(--moz-text-input) !important;
|
|
2478
|
+
background-color: #fff !important;
|
|
2479
|
+
border: 1px solid var(--moz-border) !important;
|
|
2480
|
+
border-radius: 0.25rem !important;
|
|
2481
|
+
padding: 0.75rem 1rem !important;
|
|
2482
|
+
font-size: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input) !important;
|
|
2483
|
+
width: 100% !important;
|
|
2484
|
+
box-sizing: border-box !important;
|
|
2485
|
+
}
|
|
2486
|
+
.react-datepicker__input-container input:focus {
|
|
2487
|
+
border-color: var(--moz-cta-content-sec-bg) !important;
|
|
2488
|
+
box-shadow: 0 0 0 2px rgba(255, 155, 0, 0.2) !important;
|
|
2489
|
+
outline: none !important;
|
|
2490
|
+
}
|
|
2491
|
+
.react-datepicker__input-container input:disabled {
|
|
2492
|
+
background-color: var(--moz-input-disabled) !important;
|
|
2493
|
+
color: var(--moz-state-disabled) !important;
|
|
2494
|
+
border-color: var(--moz-state-disabled) !important;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
.react-datepicker-wrapper ._react-datepicker__input-container_10sq9_253 input {
|
|
2498
|
+
all: unset !important;
|
|
2499
|
+
color: var(--moz-text-input) !important;
|
|
2500
|
+
background-color: #fff !important;
|
|
2501
|
+
border: 1px solid var(--moz-border) !important;
|
|
2502
|
+
border-radius: 0.25rem !important;
|
|
2503
|
+
padding: 0.75rem 1rem !important;
|
|
2504
|
+
font-size: var(--moz-font-weight-input) var(--moz-font-size-input)/var(--moz-line-height-input) var(--moz-font-family-input) !important;
|
|
2505
|
+
width: 100% !important;
|
|
2506
|
+
box-sizing: border-box !important;
|
|
1601
2507
|
}
|
|
1602
|
-
|
|
1603
|
-
|
|
2508
|
+
|
|
2509
|
+
.react-datepicker__day.react-datepicker__day--selected {
|
|
2510
|
+
background-color: var(--moz-cta-content-sec-bg) !important;
|
|
2511
|
+
color: var(--moz-text-input) !important;
|
|
2512
|
+
font-weight: bold !important;
|
|
2513
|
+
border: 2px solid var(--moz-cta-content-sec-bg) !important;
|
|
1604
2514
|
}
|
|
1605
|
-
.
|
|
1606
|
-
color: var(--moz-
|
|
2515
|
+
.react-datepicker__day.react-datepicker__day--selected:hover {
|
|
2516
|
+
background-color: var(--moz-cta-content-sec-bg) !important;
|
|
2517
|
+
color: var(--moz-text-input) !important;
|
|
1607
2518
|
}
|
|
1608
2519
|
|
|
1609
|
-
.
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
display: flex;
|
|
1613
|
-
align-items: center;
|
|
1614
|
-
justify-content: center;
|
|
1615
|
-
top: 50%;
|
|
1616
|
-
transform: translateY(-50%);
|
|
2520
|
+
._singleMode_10sq9_298 {
|
|
2521
|
+
--picker-width: 251px;
|
|
2522
|
+
--picker-mobile-width: 251px;
|
|
1617
2523
|
}
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
right: 0.5rem;
|
|
2524
|
+
|
|
2525
|
+
._rangeMode_10sq9_303 {
|
|
2526
|
+
--picker-width: 540px;
|
|
2527
|
+
--picker-mobile-width: 260px;
|
|
1623
2528
|
}._filterButton_c0yjo_1 {
|
|
1624
2529
|
display: flex;
|
|
1625
2530
|
background: var(--moz-cta-content-bg);
|
|
@@ -4059,13 +4964,13 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4059
4964
|
background: var(--moz-cta-success-hover);
|
|
4060
4965
|
color: var(--moz-cta-success-text-hover);
|
|
4061
4966
|
}
|
|
4062
|
-
.
|
|
4967
|
+
._mainWrapper_1dw33_2 {
|
|
4063
4968
|
display: flex;
|
|
4064
4969
|
flex-direction: column;
|
|
4065
4970
|
height: 100vh;
|
|
4066
4971
|
overflow: hidden;
|
|
4067
4972
|
}
|
|
4068
|
-
.
|
|
4973
|
+
._mainConatiner_1dw33_9 {
|
|
4069
4974
|
color: var(--moz-text-primary);
|
|
4070
4975
|
flex: 1;
|
|
4071
4976
|
padding-left: 10px;
|
|
@@ -4076,7 +4981,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4076
4981
|
overflow: hidden;
|
|
4077
4982
|
min-height: 0;
|
|
4078
4983
|
}
|
|
4079
|
-
.
|
|
4984
|
+
._mainConatiner_1dw33_9 ._mainTableContainer_1dw33_20 {
|
|
4080
4985
|
padding-top: 10px;
|
|
4081
4986
|
flex: 1;
|
|
4082
4987
|
display: flex;
|
|
@@ -4084,7 +4989,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4084
4989
|
overflow: hidden;
|
|
4085
4990
|
min-height: 0;
|
|
4086
4991
|
}
|
|
4087
|
-
.
|
|
4992
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4088
4993
|
width: auto;
|
|
4089
4994
|
padding: 1rem;
|
|
4090
4995
|
display: flex;
|
|
@@ -4092,17 +4997,17 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4092
4997
|
background-color: var(--moz-cta-content-bg);
|
|
4093
4998
|
box-shadow: -5px 30px 10px rgba(0, 0, 0, 0.1);
|
|
4094
4999
|
}
|
|
4095
|
-
.
|
|
5000
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4096
5001
|
display: flex;
|
|
4097
5002
|
flex-direction: column;
|
|
4098
5003
|
height: 100%;
|
|
4099
5004
|
}
|
|
4100
|
-
.
|
|
5005
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarHeader_1dw33_41 {
|
|
4101
5006
|
display: flex;
|
|
4102
5007
|
align-items: center;
|
|
4103
5008
|
justify-content: space-between;
|
|
4104
5009
|
}
|
|
4105
|
-
.
|
|
5010
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarMainContent_1dw33_46 {
|
|
4106
5011
|
flex: 1;
|
|
4107
5012
|
display: flex;
|
|
4108
5013
|
flex-direction: column;
|
|
@@ -4110,116 +5015,123 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4110
5015
|
padding: 1rem;
|
|
4111
5016
|
gap: 1.5rem;
|
|
4112
5017
|
}
|
|
4113
|
-
.
|
|
5018
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarFooter_1dw33_54 {
|
|
4114
5019
|
display: flex;
|
|
4115
5020
|
flex-direction: column;
|
|
4116
5021
|
gap: 1rem;
|
|
4117
5022
|
}
|
|
4118
|
-
.
|
|
5023
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._headerReferece_1dw33_59 {
|
|
4119
5024
|
color: var(--moz-text-primary);
|
|
4120
5025
|
}
|
|
4121
|
-
.
|
|
5026
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4122
5027
|
display: none;
|
|
4123
5028
|
}
|
|
4124
5029
|
@media (max-width: 768px) {
|
|
4125
|
-
.
|
|
5030
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4126
5031
|
width: 0px;
|
|
4127
5032
|
padding: 0;
|
|
4128
5033
|
}
|
|
4129
|
-
.
|
|
5034
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4130
5035
|
display: none;
|
|
4131
5036
|
}
|
|
4132
|
-
.
|
|
5037
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
|
|
4133
5038
|
position: fixed;
|
|
4134
5039
|
right: 0px;
|
|
4135
5040
|
width: 100%;
|
|
4136
5041
|
padding: 1rem;
|
|
4137
5042
|
}
|
|
4138
|
-
.
|
|
5043
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
|
|
4139
5044
|
position: inherit;
|
|
4140
5045
|
width: 0px;
|
|
4141
5046
|
padding: 0;
|
|
4142
5047
|
}
|
|
4143
|
-
.
|
|
5048
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4144
5049
|
display: none;
|
|
4145
5050
|
}
|
|
4146
|
-
.
|
|
5051
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
|
|
4147
5052
|
display: block;
|
|
4148
5053
|
cursor: pointer;
|
|
4149
5054
|
}
|
|
4150
5055
|
}
|
|
4151
5056
|
@media (min-width: 768px) and (max-width: 1200px) {
|
|
4152
|
-
.
|
|
5057
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 {
|
|
4153
5058
|
width: 0px;
|
|
4154
5059
|
padding: 0;
|
|
4155
5060
|
height: calc(100vh - var(--enable-onboarding-height, 20px));
|
|
4156
5061
|
transition: width 0.3s ease-in-out;
|
|
4157
5062
|
}
|
|
4158
|
-
.
|
|
5063
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarContent_1dw33_36 {
|
|
4159
5064
|
display: none;
|
|
4160
5065
|
}
|
|
4161
|
-
.
|
|
5066
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 {
|
|
4162
5067
|
position: fixed;
|
|
4163
5068
|
right: 0px;
|
|
4164
5069
|
width: 450px;
|
|
4165
5070
|
padding: 1rem;
|
|
4166
5071
|
}
|
|
4167
|
-
.
|
|
5072
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--open_1dw33_73 ._sidebarContent_1dw33_36 {
|
|
4168
5073
|
display: flex;
|
|
4169
5074
|
}
|
|
4170
|
-
.
|
|
5075
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer--close_1dw33_79 {
|
|
4171
5076
|
position: inherit;
|
|
4172
5077
|
width: 0px;
|
|
4173
5078
|
padding: 0;
|
|
4174
5079
|
}
|
|
4175
|
-
.
|
|
5080
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon_1dw33_62 {
|
|
4176
5081
|
display: none;
|
|
4177
5082
|
}
|
|
4178
|
-
.
|
|
5083
|
+
._mainConatiner_1dw33_9 ._mainSidebarContainer_1dw33_28 ._sidebarCloseIcon--show_1dw33_87 {
|
|
4179
5084
|
display: block;
|
|
4180
5085
|
cursor: pointer;
|
|
4181
5086
|
}
|
|
4182
5087
|
}
|
|
4183
|
-
.
|
|
5088
|
+
._headerContainer_1dw33_125 {
|
|
4184
5089
|
display: flex;
|
|
4185
5090
|
justify-content: space-between;
|
|
4186
5091
|
align-items: center;
|
|
4187
5092
|
flex-wrap: wrap;
|
|
4188
5093
|
}
|
|
4189
|
-
.
|
|
5094
|
+
._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
|
|
4190
5095
|
display: flex;
|
|
4191
5096
|
align-items: center;
|
|
4192
5097
|
gap: 10px;
|
|
4193
5098
|
width: 180px;
|
|
4194
5099
|
}
|
|
4195
5100
|
@media (max-width: 768px) {
|
|
4196
|
-
.
|
|
5101
|
+
._headerContainer_1dw33_125 ._searchContainer_1dw33_131 {
|
|
4197
5102
|
width: 200px;
|
|
4198
5103
|
}
|
|
4199
5104
|
}
|
|
4200
|
-
.
|
|
5105
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 {
|
|
4201
5106
|
display: flex;
|
|
4202
5107
|
align-items: center;
|
|
4203
5108
|
gap: 0.5rem;
|
|
4204
5109
|
}
|
|
4205
|
-
.
|
|
5110
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
|
|
4206
5111
|
display: block;
|
|
4207
5112
|
transition: 0.3s;
|
|
4208
5113
|
}
|
|
4209
5114
|
@media (max-width: 768px) {
|
|
4210
|
-
.
|
|
5115
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._buttonItem_1dw33_147 {
|
|
4211
5116
|
display: none;
|
|
4212
5117
|
}
|
|
4213
5118
|
}
|
|
4214
|
-
.
|
|
5119
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
|
|
4215
5120
|
display: inherit;
|
|
4216
5121
|
}
|
|
4217
5122
|
@media (max-width: 768px) {
|
|
4218
|
-
.
|
|
5123
|
+
._headerContainer_1dw33_125 ._buttonList_1dw33_142 ._addReservationButton_1dw33_156 {
|
|
4219
5124
|
display: none;
|
|
4220
5125
|
}
|
|
4221
5126
|
}
|
|
4222
|
-
.
|
|
5127
|
+
._hideCancellationsContainer_1dw33_165 {
|
|
5128
|
+
display: flex;
|
|
5129
|
+
align-items: center;
|
|
5130
|
+
justify-content: flex-end;
|
|
5131
|
+
gap: 0.5rem;
|
|
5132
|
+
margin-top: 10px;
|
|
5133
|
+
}
|
|
5134
|
+
._tableTopHeader_1dw33_173 {
|
|
4223
5135
|
display: flex;
|
|
4224
5136
|
justify-content: space-between;
|
|
4225
5137
|
align-items: center;
|
|
@@ -4228,50 +5140,50 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4228
5140
|
font: 1.125rem/1.75rem var(--moz-font-family-title);
|
|
4229
5141
|
}
|
|
4230
5142
|
@media (max-width: 768px) {
|
|
4231
|
-
.
|
|
5143
|
+
._tableTopHeader_1dw33_173 {
|
|
4232
5144
|
font: 0.75rem/1.75rem var(--moz-font-family-title);
|
|
4233
5145
|
}
|
|
4234
5146
|
}
|
|
4235
|
-
.
|
|
5147
|
+
._tableTopHeaderContent_1dw33_187 {
|
|
4236
5148
|
display: flex;
|
|
4237
5149
|
justify-content: space-between;
|
|
4238
5150
|
align-items: center;
|
|
4239
5151
|
margin-top: 20px;
|
|
4240
5152
|
margin-bottom: 10px;
|
|
4241
5153
|
}
|
|
4242
|
-
.
|
|
5154
|
+
._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
|
|
4243
5155
|
font: 600 1.875rem/2.25rem var(--moz-font-family-title);
|
|
4244
5156
|
}
|
|
4245
5157
|
@media (max-width: 768px) {
|
|
4246
|
-
.
|
|
5158
|
+
._tableTopHeaderContent_1dw33_187 ._tableTopHeaderContentText_1dw33_194 {
|
|
4247
5159
|
font: 600 1.5rem/2rem var(--moz-font-family-title);
|
|
4248
5160
|
}
|
|
4249
5161
|
}
|
|
4250
|
-
.
|
|
5162
|
+
._tableRowContainer_1dw33_203 {
|
|
4251
5163
|
display: flex;
|
|
4252
5164
|
flex-direction: column;
|
|
4253
5165
|
width: 100%;
|
|
4254
5166
|
gap: 0.5rem;
|
|
4255
5167
|
}
|
|
4256
|
-
.
|
|
5168
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 {
|
|
4257
5169
|
padding: 0;
|
|
4258
5170
|
background-color: var(--moz-cta-content-bg);
|
|
4259
5171
|
overflow-x: auto;
|
|
4260
5172
|
opacity: 0;
|
|
4261
5173
|
transform: translateX(-20px);
|
|
4262
|
-
animation:
|
|
5174
|
+
animation: _fadeInX_1dw33_1 0.3s ease-in forwards;
|
|
4263
5175
|
}
|
|
4264
|
-
.
|
|
5176
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._canceled_1dw33_217 {
|
|
4265
5177
|
text-decoration: line-through;
|
|
4266
5178
|
}
|
|
4267
|
-
.
|
|
5179
|
+
._tableRowContainer_1dw33_203 ._tableRowCard_1dw33_209 ._noData_1dw33_220 {
|
|
4268
5180
|
display: flex;
|
|
4269
5181
|
justify-content: center;
|
|
4270
5182
|
align-items: center;
|
|
4271
5183
|
height: 100px;
|
|
4272
5184
|
color: var(--moz-text-secondary);
|
|
4273
5185
|
}
|
|
4274
|
-
.
|
|
5186
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
|
|
4275
5187
|
display: flex;
|
|
4276
5188
|
width: 150px;
|
|
4277
5189
|
flex-direction: column;
|
|
@@ -4283,25 +5195,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4283
5195
|
background-color: var(--moz-cta-content-sec-bg);
|
|
4284
5196
|
}
|
|
4285
5197
|
@media (max-width: 768px) {
|
|
4286
|
-
.
|
|
5198
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 {
|
|
4287
5199
|
padding: 0 0.5rem 0 0.5rem;
|
|
4288
5200
|
}
|
|
4289
5201
|
}
|
|
4290
|
-
.
|
|
5202
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
|
|
4291
5203
|
font: 600 1.6rem/2.25rem var(--moz-font-family-title);
|
|
4292
5204
|
}
|
|
4293
5205
|
@media (max-width: 768px) {
|
|
4294
|
-
.
|
|
5206
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._tableRowHourText_1dw33_243 {
|
|
4295
5207
|
font: 1.25rem/1.75rem var(--moz-font-family-title);
|
|
4296
5208
|
}
|
|
4297
5209
|
}
|
|
4298
|
-
.
|
|
5210
|
+
._tableRowContainer_1dw33_203 ._tableRowHour_1dw33_227 ._hours_1dw33_251 {
|
|
4299
5211
|
display: flex;
|
|
4300
5212
|
justify-content: center;
|
|
4301
5213
|
align-items: center;
|
|
4302
5214
|
gap: 0.5rem;
|
|
4303
5215
|
}
|
|
4304
|
-
.
|
|
5216
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
|
|
4305
5217
|
display: flex;
|
|
4306
5218
|
align-items: center;
|
|
4307
5219
|
gap: 0.5rem;
|
|
@@ -4311,26 +5223,26 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4311
5223
|
width: 100%;
|
|
4312
5224
|
}
|
|
4313
5225
|
@media (max-width: 768px) {
|
|
4314
|
-
.
|
|
5226
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 {
|
|
4315
5227
|
flex-direction: column;
|
|
4316
5228
|
padding: 0.5rem;
|
|
4317
5229
|
}
|
|
4318
5230
|
}
|
|
4319
|
-
.
|
|
5231
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
|
|
4320
5232
|
width: 45px;
|
|
4321
5233
|
height: 45px;
|
|
4322
5234
|
border-radius: 50%;
|
|
4323
5235
|
margin-right: 10px;
|
|
4324
5236
|
}
|
|
4325
5237
|
@media (max-width: 768px) {
|
|
4326
|
-
.
|
|
5238
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowImage_1dw33_272 {
|
|
4327
5239
|
width: 30px;
|
|
4328
5240
|
height: 30px;
|
|
4329
5241
|
border-radius: 50%;
|
|
4330
5242
|
margin-right: 5px;
|
|
4331
5243
|
}
|
|
4332
5244
|
}
|
|
4333
|
-
.
|
|
5245
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
|
|
4334
5246
|
display: flex;
|
|
4335
5247
|
flex-direction: column;
|
|
4336
5248
|
text-align: left;
|
|
@@ -4338,24 +5250,24 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4338
5250
|
max-width: 200px;
|
|
4339
5251
|
}
|
|
4340
5252
|
@media (max-width: 768px) {
|
|
4341
|
-
.
|
|
5253
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 {
|
|
4342
5254
|
text-align: center;
|
|
4343
5255
|
}
|
|
4344
5256
|
}
|
|
4345
|
-
.
|
|
5257
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactText_1dw33_298 {
|
|
4346
5258
|
white-space: nowrap;
|
|
4347
5259
|
overflow: hidden;
|
|
4348
5260
|
text-overflow: ellipsis;
|
|
4349
5261
|
max-width: 100%;
|
|
4350
5262
|
}
|
|
4351
|
-
.
|
|
5263
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowContactContainer_1dw33_286 ._rowContactPhone_1dw33_304 {
|
|
4352
5264
|
white-space: nowrap;
|
|
4353
5265
|
overflow: hidden;
|
|
4354
5266
|
text-overflow: ellipsis;
|
|
4355
5267
|
max-width: 100%;
|
|
4356
5268
|
color: var(--moz-text-secondary);
|
|
4357
5269
|
}
|
|
4358
|
-
.
|
|
5270
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
|
|
4359
5271
|
display: flex;
|
|
4360
5272
|
flex-direction: row;
|
|
4361
5273
|
text-align: center;
|
|
@@ -4363,25 +5275,25 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4363
5275
|
min-width: 200px;
|
|
4364
5276
|
}
|
|
4365
5277
|
@media (max-width: 768px) {
|
|
4366
|
-
.
|
|
5278
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 {
|
|
4367
5279
|
justify-content: center;
|
|
4368
5280
|
gap: 20px;
|
|
4369
5281
|
}
|
|
4370
5282
|
}
|
|
4371
|
-
.
|
|
5283
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionText_1dw33_324 {
|
|
4372
5284
|
white-space: nowrap;
|
|
4373
5285
|
overflow: hidden;
|
|
4374
5286
|
text-overflow: ellipsis;
|
|
4375
5287
|
max-width: 100%;
|
|
4376
5288
|
}
|
|
4377
|
-
.
|
|
5289
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowSectionContainer_1dw33_311 ._rowSection_1dw33_311 ._rowSectionSecText_1dw33_330 {
|
|
4378
5290
|
white-space: nowrap;
|
|
4379
5291
|
overflow: hidden;
|
|
4380
5292
|
text-overflow: ellipsis;
|
|
4381
5293
|
max-width: 100%;
|
|
4382
5294
|
color: var(--moz-text-secondary);
|
|
4383
5295
|
}
|
|
4384
|
-
.
|
|
5296
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
|
|
4385
5297
|
min-width: 200px;
|
|
4386
5298
|
display: flex;
|
|
4387
5299
|
flex: 1;
|
|
@@ -4389,16 +5301,16 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4389
5301
|
display: inherit;
|
|
4390
5302
|
}
|
|
4391
5303
|
@media (max-width: 768px) {
|
|
4392
|
-
.
|
|
5304
|
+
._tableRowContainer_1dw33_203 ._tableRowContent_1dw33_257 ._rowActionButton_1dw33_337 {
|
|
4393
5305
|
display: none;
|
|
4394
5306
|
}
|
|
4395
5307
|
}
|
|
4396
|
-
.
|
|
5308
|
+
._bookingInfoContainer_1dw33_350 {
|
|
4397
5309
|
width: 100%;
|
|
4398
5310
|
display: flex;
|
|
4399
5311
|
justify-content: space-between;
|
|
4400
5312
|
}
|
|
4401
|
-
.
|
|
5313
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 {
|
|
4402
5314
|
display: flex;
|
|
4403
5315
|
flex-direction: column;
|
|
4404
5316
|
gap: 10px;
|
|
@@ -4406,11 +5318,11 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4406
5318
|
flex-wrap: wrap;
|
|
4407
5319
|
margin: 10px;
|
|
4408
5320
|
}
|
|
4409
|
-
.
|
|
5321
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 {
|
|
4410
5322
|
display: flex;
|
|
4411
5323
|
gap: 10px;
|
|
4412
5324
|
}
|
|
4413
|
-
.
|
|
5325
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCard_1dw33_355 {
|
|
4414
5326
|
width: 43px;
|
|
4415
5327
|
height: 43px;
|
|
4416
5328
|
background-color: var(--moz-cta-content-sec-bg);
|
|
@@ -4418,19 +5330,19 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4418
5330
|
padding: 10px;
|
|
4419
5331
|
border-radius: 6px;
|
|
4420
5332
|
}
|
|
4421
|
-
.
|
|
5333
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 {
|
|
4422
5334
|
display: flex;
|
|
4423
5335
|
flex-direction: column;
|
|
4424
5336
|
justify-content: center;
|
|
4425
5337
|
gap: 4px;
|
|
4426
5338
|
}
|
|
4427
|
-
.
|
|
5339
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardTitle_1dw33_381 {
|
|
4428
5340
|
color: var(--moz-text-primary);
|
|
4429
5341
|
}
|
|
4430
|
-
.
|
|
5342
|
+
._bookingInfoContainer_1dw33_350 ._bookingInfoCardColumn_1dw33_355 ._bookingInfoCardContainer_1dw33_363 ._bookingInfoCardContent_1dw33_375 ._bookingInfoCardText_1dw33_384 {
|
|
4431
5343
|
color: var(--moz-text-secondary);
|
|
4432
5344
|
}
|
|
4433
|
-
.
|
|
5345
|
+
._enableOnboardingContainer_1dw33_388 {
|
|
4434
5346
|
background-color: var(--moz-cta-soft-danger);
|
|
4435
5347
|
color: var(--moz-cta-danger-text);
|
|
4436
5348
|
padding: 10px;
|
|
@@ -4441,7 +5353,7 @@ ul._channels_34lsg_13 ._error_34lsg_34 {
|
|
|
4441
5353
|
justify-content: space-between;
|
|
4442
5354
|
align-items: center;
|
|
4443
5355
|
}
|
|
4444
|
-
@keyframes
|
|
5356
|
+
@keyframes _fadeInX_1dw33_1 {
|
|
4445
5357
|
from {
|
|
4446
5358
|
opacity: 0;
|
|
4447
5359
|
transform: translateX(-20px);
|
|
@@ -31057,6 +31969,10 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
31057
31969
|
._divider_1k33v_1 hr {
|
|
31058
31970
|
border: 0;
|
|
31059
31971
|
border-top: 1px solid var(--moz-border) !important;
|
|
31972
|
+
}._infoText_1m2uc_1 {
|
|
31973
|
+
color: var(--moz-text-secondary);
|
|
31974
|
+
font: 0.75rem/1rem var(--moz-font-family);
|
|
31975
|
+
font-style: italic;
|
|
31060
31976
|
}
|
|
31061
31977
|
body {
|
|
31062
31978
|
margin: 0 !important;
|