@cloudtower/eagle 0.27.6 → 0.27.8
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.css +1783 -1783
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -2
- package/dist/spec/type.d.ts +11 -0
- package/dist/style.css +1385 -1385
- package/dist/umd/stats1.html +1 -1
- package/package.json +6 -6
package/dist/style.css
CHANGED
|
@@ -29571,51 +29571,19 @@ html body {
|
|
|
29571
29571
|
margin-right: 4px;
|
|
29572
29572
|
}
|
|
29573
29573
|
|
|
29574
|
-
.
|
|
29575
|
-
|
|
29576
|
-
|
|
29577
|
-
|
|
29578
|
-
|
|
29579
|
-
|
|
29580
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29581
|
-
}
|
|
29582
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29583
|
-
--color: #0080ff;
|
|
29584
|
-
}
|
|
29585
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29586
|
-
--color: #0080ff;
|
|
29587
|
-
}
|
|
29588
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29589
|
-
margin-left: 1px;
|
|
29590
|
-
}
|
|
29591
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29592
|
-
border-top-right-radius: 0;
|
|
29593
|
-
border-bottom-right-radius: 0;
|
|
29594
|
-
}
|
|
29595
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29596
|
-
border-top-left-radius: 0;
|
|
29597
|
-
border-bottom-left-radius: 0;
|
|
29598
|
-
}
|
|
29599
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29600
|
-
border-radius: unset;
|
|
29601
|
-
}
|
|
29602
|
-
|
|
29603
|
-
.i1mrf09m {
|
|
29604
|
-
display: inline-flex;
|
|
29605
|
-
align-items: center;
|
|
29606
|
-
}
|
|
29607
|
-
.i1mrf09m .icon-inner {
|
|
29608
|
-
display: inline-flex;
|
|
29609
|
-
align-items: center;
|
|
29574
|
+
.fde5mpd {
|
|
29575
|
+
width: 100%;
|
|
29576
|
+
height: 100%;
|
|
29577
|
+
min-height: 124px;
|
|
29578
|
+
display: flex;
|
|
29579
|
+
flex-direction: column;
|
|
29610
29580
|
justify-content: center;
|
|
29581
|
+
align-items: center;
|
|
29611
29582
|
}
|
|
29612
|
-
.
|
|
29613
|
-
|
|
29614
|
-
margin-
|
|
29615
|
-
|
|
29616
|
-
.i1mrf09m.is-rotate img,
|
|
29617
|
-
.i1mrf09m.is-rotate svg {
|
|
29618
|
-
animation: rotate 680ms linear infinite;
|
|
29583
|
+
.fde5mpd .error-text {
|
|
29584
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29585
|
+
margin-bottom: 16px;
|
|
29586
|
+
font-size: 18px;
|
|
29619
29587
|
}
|
|
29620
29588
|
|
|
29621
29589
|
.buj61ew.ant-btn-icon-only {
|
|
@@ -29868,19 +29836,119 @@ html body {
|
|
|
29868
29836
|
padding: 0;
|
|
29869
29837
|
}
|
|
29870
29838
|
|
|
29871
|
-
.
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
|
|
29875
|
-
|
|
29876
|
-
|
|
29877
|
-
|
|
29839
|
+
.bpq0js6 {
|
|
29840
|
+
padding: 4px 11px;
|
|
29841
|
+
}
|
|
29842
|
+
|
|
29843
|
+
.b15sn34c {
|
|
29844
|
+
white-space: nowrap;
|
|
29845
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29846
|
+
}
|
|
29847
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29848
|
+
--color: #0080ff;
|
|
29849
|
+
}
|
|
29850
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29851
|
+
--color: #0080ff;
|
|
29852
|
+
}
|
|
29853
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29854
|
+
margin-left: 1px;
|
|
29855
|
+
}
|
|
29856
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29857
|
+
border-top-right-radius: 0;
|
|
29858
|
+
border-bottom-right-radius: 0;
|
|
29859
|
+
}
|
|
29860
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29861
|
+
border-top-left-radius: 0;
|
|
29862
|
+
border-bottom-left-radius: 0;
|
|
29863
|
+
}
|
|
29864
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29865
|
+
border-radius: unset;
|
|
29866
|
+
}
|
|
29867
|
+
|
|
29868
|
+
.i1mrf09m {
|
|
29869
|
+
display: inline-flex;
|
|
29878
29870
|
align-items: center;
|
|
29879
29871
|
}
|
|
29880
|
-
.
|
|
29881
|
-
|
|
29882
|
-
|
|
29883
|
-
|
|
29872
|
+
.i1mrf09m .icon-inner {
|
|
29873
|
+
display: inline-flex;
|
|
29874
|
+
align-items: center;
|
|
29875
|
+
justify-content: center;
|
|
29876
|
+
}
|
|
29877
|
+
.i1mrf09m .icon-inner + span,
|
|
29878
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29879
|
+
margin-left: 4px;
|
|
29880
|
+
}
|
|
29881
|
+
.i1mrf09m.is-rotate img,
|
|
29882
|
+
.i1mrf09m.is-rotate svg {
|
|
29883
|
+
animation: rotate 680ms linear infinite;
|
|
29884
|
+
}
|
|
29885
|
+
|
|
29886
|
+
.obf05yr {
|
|
29887
|
+
display: inline-block;
|
|
29888
|
+
}
|
|
29889
|
+
|
|
29890
|
+
.hsms1n6 {
|
|
29891
|
+
visibility: hidden;
|
|
29892
|
+
position: absolute;
|
|
29893
|
+
}
|
|
29894
|
+
|
|
29895
|
+
.s34f1qb.ant-switch {
|
|
29896
|
+
min-width: 40px;
|
|
29897
|
+
height: 24px;
|
|
29898
|
+
background: rgba(172, 186, 211, 0.6);
|
|
29899
|
+
overflow: hidden;
|
|
29900
|
+
}
|
|
29901
|
+
.s34f1qb.ant-switch:focus {
|
|
29902
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
29903
|
+
}
|
|
29904
|
+
.s34f1qb.ant-switch-small {
|
|
29905
|
+
min-width: 26px;
|
|
29906
|
+
height: 16px;
|
|
29907
|
+
}
|
|
29908
|
+
.s34f1qb.ant-switch-large {
|
|
29909
|
+
min-width: 52px;
|
|
29910
|
+
height: 32px;
|
|
29911
|
+
}
|
|
29912
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
29913
|
+
height: 20px;
|
|
29914
|
+
width: 20px;
|
|
29915
|
+
}
|
|
29916
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
29917
|
+
border-radius: 10px;
|
|
29918
|
+
transition-delay: 120ms;
|
|
29919
|
+
}
|
|
29920
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
29921
|
+
height: 14px;
|
|
29922
|
+
width: 14px;
|
|
29923
|
+
top: 1px;
|
|
29924
|
+
left: 1px;
|
|
29925
|
+
}
|
|
29926
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
29927
|
+
height: 28px;
|
|
29928
|
+
width: 28px;
|
|
29929
|
+
}
|
|
29930
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
29931
|
+
border-radius: 14px;
|
|
29932
|
+
}
|
|
29933
|
+
.s34f1qb.ant-switch-checked {
|
|
29934
|
+
background-color: #00ba5d;
|
|
29935
|
+
}
|
|
29936
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
29937
|
+
left: calc(100% - 20px - 2px);
|
|
29938
|
+
}
|
|
29939
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
29940
|
+
left: calc(100% - 14px - 1px);
|
|
29941
|
+
}
|
|
29942
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
29943
|
+
left: calc(100% - 28px - 2px);
|
|
29944
|
+
}
|
|
29945
|
+
|
|
29946
|
+
.c1to9vb9 {
|
|
29947
|
+
margin-left: 5px;
|
|
29948
|
+
}
|
|
29949
|
+
|
|
29950
|
+
.i1e4sgug {
|
|
29951
|
+
display: inline-block;
|
|
29884
29952
|
}
|
|
29885
29953
|
|
|
29886
29954
|
.cz04yix {
|
|
@@ -30563,1335 +30631,1267 @@ input.rrg1fkn.ant-input {
|
|
|
30563
30631
|
word-break: break-all;
|
|
30564
30632
|
}
|
|
30565
30633
|
|
|
30566
|
-
.
|
|
30567
|
-
display:
|
|
30568
|
-
|
|
30569
|
-
|
|
30570
|
-
|
|
30571
|
-
|
|
30572
|
-
|
|
30573
|
-
|
|
30574
|
-
}
|
|
30575
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30576
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30577
|
-
}
|
|
30578
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30579
|
-
border-color: #0080ff;
|
|
30580
|
-
}
|
|
30581
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30582
|
-
border-color: #0080ff;
|
|
30583
|
-
background: #0080ff;
|
|
30634
|
+
.p12gwtiw {
|
|
30635
|
+
display: flex;
|
|
30636
|
+
justify-content: space-between;
|
|
30637
|
+
align-items: center;
|
|
30638
|
+
padding: 10px 0;
|
|
30639
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30640
|
+
font-size: 12px;
|
|
30641
|
+
line-height: 24px;
|
|
30584
30642
|
}
|
|
30585
|
-
.
|
|
30586
|
-
|
|
30587
|
-
left: 4px;
|
|
30588
|
-
width: 6px;
|
|
30589
|
-
height: 6px;
|
|
30590
|
-
background: #fff;
|
|
30643
|
+
.p12gwtiw .pagination-left {
|
|
30644
|
+
padding: 2px 8px;
|
|
30591
30645
|
}
|
|
30592
|
-
.
|
|
30593
|
-
|
|
30646
|
+
.p12gwtiw .dropdown-trigger {
|
|
30647
|
+
display: flex;
|
|
30648
|
+
align-items: center;
|
|
30649
|
+
border-radius: 6px;
|
|
30650
|
+
cursor: pointer;
|
|
30651
|
+
transition: all 0.3s ease;
|
|
30594
30652
|
}
|
|
30595
|
-
.
|
|
30596
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30653
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30597
30654
|
background: rgba(211, 218, 235, 0.6);
|
|
30655
|
+
color: #0080ff;
|
|
30598
30656
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30657
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30658
|
+
margin-left: 4px;
|
|
30601
30659
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30604
|
-
|
|
30660
|
+
.p12gwtiw .pagination-right {
|
|
30661
|
+
display: flex;
|
|
30662
|
+
align-items: center;
|
|
30663
|
+
color: #0080ff;
|
|
30664
|
+
font-weight: bold;
|
|
30605
30665
|
}
|
|
30606
|
-
.
|
|
30607
|
-
|
|
30666
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30667
|
+
margin-left: 4px;
|
|
30608
30668
|
}
|
|
30609
|
-
.
|
|
30610
|
-
|
|
30611
|
-
padding: 0;
|
|
30612
|
-
padding-left: 12px;
|
|
30669
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30670
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30671
|
+
padding: 0 8px;
|
|
30613
30672
|
}
|
|
30614
|
-
.
|
|
30615
|
-
|
|
30616
|
-
|
|
30617
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30673
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30674
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30675
|
+
color: #0080ff;
|
|
30618
30676
|
}
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30677
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30678
|
+
transform: rotate(180deg);
|
|
30621
30679
|
}
|
|
30622
30680
|
|
|
30623
|
-
.
|
|
30624
|
-
|
|
30681
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30682
|
+
max-height: calc(100vh - 128px);
|
|
30683
|
+
overflow-y: auto;
|
|
30625
30684
|
}
|
|
30626
|
-
.
|
|
30627
|
-
|
|
30685
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30686
|
+
padding: 4px 20px;
|
|
30687
|
+
font-size: 12px;
|
|
30688
|
+
line-height: 18px;
|
|
30628
30689
|
}
|
|
30629
30690
|
|
|
30630
|
-
.
|
|
30631
|
-
|
|
30632
|
-
|
|
30633
|
-
|
|
30634
|
-
|
|
30635
|
-
|
|
30691
|
+
.d6j0lbj {
|
|
30692
|
+
font-family: Inter;
|
|
30693
|
+
font-style: normal;
|
|
30694
|
+
font-weight: bold;
|
|
30695
|
+
font-size: 32px;
|
|
30696
|
+
line-height: 40px;
|
|
30636
30697
|
}
|
|
30637
|
-
|
|
30638
|
-
|
|
30698
|
+
|
|
30699
|
+
.d1xhvvxe {
|
|
30700
|
+
font-family: Inter;
|
|
30701
|
+
font-style: normal;
|
|
30702
|
+
font-weight: bold;
|
|
30703
|
+
font-size: 24px;
|
|
30639
30704
|
line-height: 32px;
|
|
30640
|
-
height: 32px;
|
|
30641
|
-
}
|
|
30642
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30643
|
-
white-space: nowrap;
|
|
30644
|
-
}
|
|
30645
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30646
|
-
height: 22px;
|
|
30647
|
-
padding: 0 7px;
|
|
30648
|
-
line-height: 20px;
|
|
30649
|
-
}
|
|
30650
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30651
|
-
background: #ccd4e3;
|
|
30652
|
-
}
|
|
30653
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30654
|
-
background: #0080ff;
|
|
30655
|
-
}
|
|
30656
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30657
|
-
background: #ccd4e3;
|
|
30658
|
-
opacity: 0.5;
|
|
30659
|
-
}
|
|
30660
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30661
|
-
border-right-color: #0080ff;
|
|
30662
|
-
}
|
|
30663
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30664
|
-
border-color: #0080ff;
|
|
30665
|
-
}
|
|
30666
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30667
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30668
|
-
}
|
|
30669
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30670
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30671
|
-
border-color: #ccd4e3;
|
|
30672
|
-
opacity: 0.5;
|
|
30673
|
-
}
|
|
30674
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30675
|
-
color: #00122e;
|
|
30676
|
-
border-color: #ccd4e3;
|
|
30677
|
-
}
|
|
30678
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30679
|
-
color: #00122e;
|
|
30680
|
-
border-color: #ccd4e3;
|
|
30681
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30682
|
-
}
|
|
30683
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
30684
|
-
margin-right: 8px;
|
|
30685
|
-
display: inline;
|
|
30686
|
-
border: none;
|
|
30687
|
-
padding: 0;
|
|
30688
|
-
width: 36px;
|
|
30689
|
-
background: transparent;
|
|
30690
|
-
}
|
|
30691
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30692
|
-
box-shadow: none;
|
|
30693
|
-
}
|
|
30694
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30695
|
-
margin-right: 0;
|
|
30696
|
-
width: initial;
|
|
30697
|
-
box-shadow: none;
|
|
30698
|
-
}
|
|
30699
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30700
|
-
display: none;
|
|
30701
|
-
}
|
|
30702
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30703
|
-
display: inline;
|
|
30704
|
-
}
|
|
30705
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30706
|
-
display: inline;
|
|
30707
|
-
margin-right: 8px;
|
|
30708
|
-
padding: 0;
|
|
30709
|
-
width: 36px;
|
|
30710
30705
|
}
|
|
30711
30706
|
|
|
30712
|
-
.
|
|
30713
|
-
|
|
30707
|
+
.dk10mxq {
|
|
30708
|
+
font-family: Inter;
|
|
30709
|
+
font-style: normal;
|
|
30710
|
+
font-weight: normal;
|
|
30711
|
+
font-size: 32px;
|
|
30712
|
+
line-height: 40px;
|
|
30714
30713
|
}
|
|
30715
30714
|
|
|
30716
|
-
.
|
|
30717
|
-
|
|
30718
|
-
|
|
30719
|
-
|
|
30720
|
-
|
|
30721
|
-
|
|
30722
|
-
box-sizing: border-box;
|
|
30723
|
-
margin-top: 8px;
|
|
30715
|
+
.dxsait {
|
|
30716
|
+
font-family: Inter;
|
|
30717
|
+
font-style: normal;
|
|
30718
|
+
font-weight: bold;
|
|
30719
|
+
font-size: 20px;
|
|
30720
|
+
line-height: 24px;
|
|
30724
30721
|
}
|
|
30725
30722
|
|
|
30726
|
-
.
|
|
30727
|
-
|
|
30728
|
-
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
}
|
|
30733
|
-
.onr9gzt .selected-icon {
|
|
30734
|
-
display: none;
|
|
30735
|
-
}
|
|
30736
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
30737
|
-
padding-left: 8px;
|
|
30738
|
-
}
|
|
30739
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
30740
|
-
background-color: white;
|
|
30723
|
+
.dokn0h3 {
|
|
30724
|
+
font-family: Inter;
|
|
30725
|
+
font-style: normal;
|
|
30726
|
+
font-weight: normal;
|
|
30727
|
+
font-size: 20px;
|
|
30728
|
+
line-height: 24px;
|
|
30741
30729
|
}
|
|
30742
|
-
|
|
30743
|
-
|
|
30730
|
+
|
|
30731
|
+
.dobau4p {
|
|
30732
|
+
font-family: Inter;
|
|
30733
|
+
font-style: normal;
|
|
30734
|
+
font-weight: bold;
|
|
30735
|
+
font-size: 18px;
|
|
30736
|
+
line-height: 22px;
|
|
30744
30737
|
}
|
|
30745
|
-
|
|
30746
|
-
|
|
30738
|
+
|
|
30739
|
+
.dvolwok {
|
|
30740
|
+
font-family: Inter;
|
|
30741
|
+
font-style: normal;
|
|
30742
|
+
font-weight: normal;
|
|
30743
|
+
font-size: 18px;
|
|
30744
|
+
line-height: 22px;
|
|
30747
30745
|
}
|
|
30748
|
-
|
|
30749
|
-
|
|
30746
|
+
|
|
30747
|
+
.h181qhg4 {
|
|
30748
|
+
font-family: Inter;
|
|
30749
|
+
font-style: normal;
|
|
30750
|
+
font-weight: bold;
|
|
30751
|
+
font-size: 16px;
|
|
30752
|
+
line-height: 22px;
|
|
30750
30753
|
}
|
|
30751
|
-
|
|
30752
|
-
|
|
30754
|
+
|
|
30755
|
+
.h1phgmcq {
|
|
30756
|
+
font-family: Inter;
|
|
30757
|
+
font-style: normal;
|
|
30758
|
+
font-weight: normal;
|
|
30759
|
+
font-size: 16px;
|
|
30760
|
+
line-height: 22px;
|
|
30753
30761
|
}
|
|
30754
|
-
|
|
30755
|
-
|
|
30756
|
-
|
|
30762
|
+
|
|
30763
|
+
.h173xnl1 {
|
|
30764
|
+
font-family: Inter;
|
|
30765
|
+
font-style: normal;
|
|
30766
|
+
font-weight: bold;
|
|
30767
|
+
font-size: 14px;
|
|
30768
|
+
line-height: 20px;
|
|
30757
30769
|
}
|
|
30758
30770
|
|
|
30759
|
-
.
|
|
30760
|
-
|
|
30761
|
-
|
|
30762
|
-
|
|
30771
|
+
.hedm4pz {
|
|
30772
|
+
font-family: Inter;
|
|
30773
|
+
font-style: normal;
|
|
30774
|
+
font-weight: normal;
|
|
30775
|
+
font-size: 14px;
|
|
30763
30776
|
line-height: 20px;
|
|
30764
30777
|
}
|
|
30765
|
-
|
|
30766
|
-
|
|
30767
|
-
|
|
30768
|
-
|
|
30778
|
+
|
|
30779
|
+
.h1kd8xld {
|
|
30780
|
+
font-family: Inter;
|
|
30781
|
+
font-style: normal;
|
|
30782
|
+
font-weight: bold;
|
|
30783
|
+
font-size: 12px;
|
|
30784
|
+
line-height: 18px;
|
|
30769
30785
|
}
|
|
30770
30786
|
|
|
30771
|
-
.
|
|
30772
|
-
|
|
30773
|
-
|
|
30774
|
-
|
|
30775
|
-
|
|
30787
|
+
.hp14fr {
|
|
30788
|
+
font-family: Inter;
|
|
30789
|
+
font-style: normal;
|
|
30790
|
+
font-weight: normal;
|
|
30791
|
+
font-size: 12px;
|
|
30776
30792
|
line-height: 18px;
|
|
30777
|
-
margin-top: 2px;
|
|
30778
30793
|
}
|
|
30779
30794
|
|
|
30780
|
-
.
|
|
30781
|
-
|
|
30782
|
-
|
|
30783
|
-
|
|
30795
|
+
.hgrg7mn {
|
|
30796
|
+
font-family: Inter;
|
|
30797
|
+
font-style: normal;
|
|
30798
|
+
font-weight: bold;
|
|
30799
|
+
text-transform: uppercase;
|
|
30800
|
+
font-feature-settings: "cpsp" on;
|
|
30801
|
+
font-size: 12px;
|
|
30802
|
+
line-height: 18px;
|
|
30784
30803
|
}
|
|
30785
30804
|
|
|
30786
|
-
.
|
|
30787
|
-
|
|
30788
|
-
|
|
30789
|
-
|
|
30790
|
-
|
|
30805
|
+
.h6zme9x {
|
|
30806
|
+
font-family: Inter;
|
|
30807
|
+
font-style: normal;
|
|
30808
|
+
font-weight: normal;
|
|
30809
|
+
text-transform: uppercase;
|
|
30810
|
+
font-feature-settings: "cpsp" on;
|
|
30811
|
+
font-size: 12px;
|
|
30812
|
+
line-height: 18px;
|
|
30791
30813
|
}
|
|
30792
30814
|
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30815
|
+
.locjvsv {
|
|
30816
|
+
font-family: Inter;
|
|
30817
|
+
font-style: normal;
|
|
30818
|
+
font-weight: normal;
|
|
30819
|
+
font-size: 16px;
|
|
30820
|
+
line-height: 24px;
|
|
30795
30821
|
}
|
|
30796
30822
|
|
|
30797
|
-
.
|
|
30798
|
-
|
|
30799
|
-
|
|
30823
|
+
.l13gi131 {
|
|
30824
|
+
font-family: Inter;
|
|
30825
|
+
font-style: normal;
|
|
30826
|
+
font-weight: bold;
|
|
30827
|
+
font-size: 16px;
|
|
30828
|
+
line-height: 24px;
|
|
30800
30829
|
}
|
|
30801
30830
|
|
|
30802
|
-
.
|
|
30803
|
-
|
|
30804
|
-
|
|
30805
|
-
|
|
30806
|
-
|
|
30807
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30808
|
-
font-size: 12px;
|
|
30831
|
+
.l1ynemsu {
|
|
30832
|
+
font-family: Inter;
|
|
30833
|
+
font-style: normal;
|
|
30834
|
+
font-weight: normal;
|
|
30835
|
+
font-size: 16px;
|
|
30809
30836
|
line-height: 24px;
|
|
30810
30837
|
}
|
|
30811
|
-
|
|
30812
|
-
|
|
30813
|
-
|
|
30814
|
-
|
|
30815
|
-
display: flex;
|
|
30816
|
-
align-items: center;
|
|
30817
|
-
border-radius: 6px;
|
|
30818
|
-
cursor: pointer;
|
|
30819
|
-
transition: all 0.3s ease;
|
|
30820
|
-
}
|
|
30821
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30822
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30823
|
-
color: #0080ff;
|
|
30824
|
-
}
|
|
30825
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30826
|
-
margin-left: 4px;
|
|
30827
|
-
}
|
|
30828
|
-
.p12gwtiw .pagination-right {
|
|
30829
|
-
display: flex;
|
|
30830
|
-
align-items: center;
|
|
30831
|
-
color: #0080ff;
|
|
30838
|
+
|
|
30839
|
+
.l1cft1cx {
|
|
30840
|
+
font-family: Inter;
|
|
30841
|
+
font-style: normal;
|
|
30832
30842
|
font-weight: bold;
|
|
30843
|
+
font-size: 16px;
|
|
30844
|
+
line-height: 24px;
|
|
30833
30845
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
|
|
30839
|
-
|
|
30840
|
-
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
color: #0080ff;
|
|
30846
|
+
|
|
30847
|
+
.l17tqc8p {
|
|
30848
|
+
font-family: Inter;
|
|
30849
|
+
font-style: normal;
|
|
30850
|
+
font-weight: normal;
|
|
30851
|
+
text-transform: uppercase;
|
|
30852
|
+
font-feature-settings: "cpsp" on;
|
|
30853
|
+
font-size: 16px;
|
|
30854
|
+
line-height: 24px;
|
|
30844
30855
|
}
|
|
30845
|
-
|
|
30846
|
-
|
|
30856
|
+
|
|
30857
|
+
.l1j1e5w7 {
|
|
30858
|
+
font-family: Inter;
|
|
30859
|
+
font-style: normal;
|
|
30860
|
+
font-weight: bold;
|
|
30861
|
+
text-transform: uppercase;
|
|
30862
|
+
font-feature-settings: "cpsp" on;
|
|
30863
|
+
font-size: 16px;
|
|
30864
|
+
line-height: 24px;
|
|
30847
30865
|
}
|
|
30848
30866
|
|
|
30849
|
-
.
|
|
30850
|
-
|
|
30851
|
-
|
|
30867
|
+
.l1gf91jb {
|
|
30868
|
+
font-family: Inter;
|
|
30869
|
+
font-style: normal;
|
|
30870
|
+
font-weight: normal;
|
|
30871
|
+
font-size: 14px;
|
|
30872
|
+
line-height: 22px;
|
|
30852
30873
|
}
|
|
30853
|
-
|
|
30854
|
-
|
|
30855
|
-
font-
|
|
30856
|
-
|
|
30874
|
+
|
|
30875
|
+
.lu7hlr6 {
|
|
30876
|
+
font-family: Inter;
|
|
30877
|
+
font-style: normal;
|
|
30878
|
+
font-weight: 500;
|
|
30879
|
+
font-size: 14px;
|
|
30880
|
+
line-height: 22px;
|
|
30857
30881
|
}
|
|
30858
30882
|
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30861
|
-
|
|
30862
|
-
|
|
30863
|
-
|
|
30883
|
+
.l3l3jf0 {
|
|
30884
|
+
font-family: Inter;
|
|
30885
|
+
font-style: normal;
|
|
30886
|
+
font-weight: bold;
|
|
30887
|
+
font-size: 14px;
|
|
30888
|
+
line-height: 22px;
|
|
30864
30889
|
}
|
|
30865
|
-
|
|
30866
|
-
|
|
30890
|
+
|
|
30891
|
+
.l12j5nqp {
|
|
30892
|
+
font-family: Inter;
|
|
30893
|
+
font-style: normal;
|
|
30894
|
+
font-weight: normal;
|
|
30895
|
+
font-size: 14px;
|
|
30896
|
+
line-height: 22px;
|
|
30867
30897
|
}
|
|
30868
|
-
|
|
30869
|
-
|
|
30870
|
-
|
|
30898
|
+
|
|
30899
|
+
.l1tecqht {
|
|
30900
|
+
font-family: Inter;
|
|
30901
|
+
font-style: normal;
|
|
30902
|
+
font-weight: bold;
|
|
30903
|
+
font-size: 14px;
|
|
30904
|
+
line-height: 22px;
|
|
30871
30905
|
}
|
|
30872
|
-
|
|
30873
|
-
|
|
30874
|
-
|
|
30906
|
+
|
|
30907
|
+
.l6sa990 {
|
|
30908
|
+
font-family: Inter;
|
|
30909
|
+
font-style: normal;
|
|
30910
|
+
font-weight: normal;
|
|
30911
|
+
text-transform: uppercase;
|
|
30912
|
+
font-feature-settings: "cpsp" on;
|
|
30913
|
+
font-size: 14px;
|
|
30914
|
+
line-height: 22px;
|
|
30875
30915
|
}
|
|
30876
|
-
|
|
30877
|
-
|
|
30878
|
-
|
|
30916
|
+
|
|
30917
|
+
.lckqe8j {
|
|
30918
|
+
font-family: Inter;
|
|
30919
|
+
font-style: normal;
|
|
30920
|
+
font-weight: bold;
|
|
30921
|
+
text-transform: uppercase;
|
|
30922
|
+
font-feature-settings: "cpsp" on;
|
|
30923
|
+
font-size: 14px;
|
|
30924
|
+
line-height: 22px;
|
|
30879
30925
|
}
|
|
30880
|
-
|
|
30881
|
-
|
|
30882
|
-
|
|
30926
|
+
|
|
30927
|
+
.l1kuminb {
|
|
30928
|
+
font-family: Inter;
|
|
30929
|
+
font-style: normal;
|
|
30930
|
+
font-weight: normal;
|
|
30931
|
+
font-size: 13px;
|
|
30932
|
+
line-height: 20px;
|
|
30883
30933
|
}
|
|
30884
|
-
|
|
30885
|
-
|
|
30886
|
-
|
|
30887
|
-
|
|
30888
|
-
|
|
30934
|
+
|
|
30935
|
+
.l1pbuf5j {
|
|
30936
|
+
font-family: Inter;
|
|
30937
|
+
font-style: normal;
|
|
30938
|
+
font-weight: 600;
|
|
30939
|
+
font-size: 13px;
|
|
30940
|
+
line-height: 20px;
|
|
30889
30941
|
}
|
|
30890
|
-
|
|
30891
|
-
|
|
30892
|
-
|
|
30942
|
+
|
|
30943
|
+
.l1r4ztu {
|
|
30944
|
+
font-family: Inter;
|
|
30945
|
+
font-style: normal;
|
|
30946
|
+
font-weight: bold;
|
|
30947
|
+
font-size: 13px;
|
|
30948
|
+
line-height: 20px;
|
|
30893
30949
|
}
|
|
30894
|
-
|
|
30895
|
-
|
|
30950
|
+
|
|
30951
|
+
.ly8vzok {
|
|
30952
|
+
font-family: Inter;
|
|
30953
|
+
font-style: normal;
|
|
30954
|
+
font-weight: normal;
|
|
30955
|
+
font-size: 13px;
|
|
30956
|
+
line-height: 20px;
|
|
30896
30957
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30958
|
+
|
|
30959
|
+
.lumfmf {
|
|
30960
|
+
font-family: Inter;
|
|
30961
|
+
font-style: normal;
|
|
30962
|
+
font-weight: 600;
|
|
30963
|
+
font-size: 13px;
|
|
30964
|
+
line-height: 20px;
|
|
30899
30965
|
}
|
|
30900
|
-
|
|
30901
|
-
|
|
30966
|
+
|
|
30967
|
+
.l16ujwmv {
|
|
30968
|
+
font-family: Inter;
|
|
30969
|
+
font-style: normal;
|
|
30970
|
+
font-weight: bold;
|
|
30971
|
+
font-size: 13px;
|
|
30972
|
+
line-height: 20px;
|
|
30902
30973
|
}
|
|
30903
|
-
|
|
30904
|
-
|
|
30974
|
+
|
|
30975
|
+
.l17o1ffr {
|
|
30976
|
+
font-family: Inter;
|
|
30977
|
+
font-style: normal;
|
|
30978
|
+
font-weight: normal;
|
|
30979
|
+
text-transform: uppercase;
|
|
30980
|
+
font-feature-settings: "cpsp" on;
|
|
30981
|
+
font-size: 13px;
|
|
30982
|
+
line-height: 20px;
|
|
30905
30983
|
}
|
|
30906
|
-
|
|
30907
|
-
|
|
30984
|
+
|
|
30985
|
+
.lngllvn {
|
|
30986
|
+
font-family: Inter;
|
|
30987
|
+
font-style: normal;
|
|
30988
|
+
font-weight: bold;
|
|
30989
|
+
text-transform: uppercase;
|
|
30990
|
+
font-feature-settings: "cpsp" on;
|
|
30991
|
+
font-size: 13px;
|
|
30992
|
+
line-height: 20px;
|
|
30908
30993
|
}
|
|
30909
30994
|
|
|
30910
|
-
.
|
|
30911
|
-
|
|
30995
|
+
.l2i7fo9 {
|
|
30996
|
+
font-family: Inter;
|
|
30997
|
+
font-style: normal;
|
|
30998
|
+
font-weight: normal;
|
|
30999
|
+
font-size: 12px;
|
|
31000
|
+
line-height: 18px;
|
|
30912
31001
|
}
|
|
30913
31002
|
|
|
30914
|
-
.
|
|
30915
|
-
|
|
31003
|
+
.l1x7hscx {
|
|
31004
|
+
font-family: Inter;
|
|
31005
|
+
font-style: normal;
|
|
31006
|
+
font-weight: 500;
|
|
31007
|
+
font-size: 12px;
|
|
31008
|
+
line-height: 18px;
|
|
30916
31009
|
}
|
|
30917
|
-
|
|
30918
|
-
|
|
30919
|
-
|
|
30920
|
-
|
|
30921
|
-
|
|
30922
|
-
|
|
30923
|
-
|
|
30924
|
-
padding: 12px;
|
|
30925
|
-
}
|
|
30926
|
-
.c1up1pdz .field-item {
|
|
30927
|
-
display: flex;
|
|
30928
|
-
padding: 10px 0;
|
|
30929
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30930
|
-
}
|
|
30931
|
-
.c1up1pdz .field-item:last-child {
|
|
30932
|
-
border-bottom: none;
|
|
30933
|
-
padding-bottom: 0;
|
|
30934
|
-
}
|
|
30935
|
-
.c1up1pdz .field-item label {
|
|
30936
|
-
line-height: 32px;
|
|
30937
|
-
width: 100px;
|
|
30938
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30939
|
-
}
|
|
30940
|
-
.c1up1pdz .help {
|
|
30941
|
-
color: rgba(62, 70, 82, 0.6);
|
|
30942
|
-
margin-top: 5px;
|
|
30943
|
-
}
|
|
30944
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
30945
|
-
.c1up1pdz .ant-picker {
|
|
30946
|
-
width: 128px;
|
|
30947
|
-
}
|
|
30948
|
-
|
|
30949
|
-
.c156wh19 {
|
|
30950
|
-
display: flex;
|
|
30951
|
-
align-items: center;
|
|
30952
|
-
justify-content: space-between;
|
|
30953
|
-
word-break: keep-all;
|
|
30954
|
-
}
|
|
30955
|
-
.c156wh19 .title {
|
|
30956
|
-
margin: 0 16px 0 8px;
|
|
30957
|
-
}
|
|
30958
|
-
.c156wh19 .retain {
|
|
30959
|
-
color: rgba(129, 138, 153, 0.6);
|
|
30960
|
-
}
|
|
30961
|
-
.c156wh19 .left {
|
|
30962
|
-
flex: 1;
|
|
30963
|
-
display: flex;
|
|
30964
|
-
overflow: hidden;
|
|
30965
|
-
align-items: center;
|
|
30966
|
-
justify-content: flex-start;
|
|
30967
|
-
white-space: nowrap;
|
|
30968
|
-
}
|
|
30969
|
-
.c156wh19 .left .title {
|
|
30970
|
-
max-width: 100%;
|
|
30971
|
-
overflow: hidden;
|
|
30972
|
-
text-overflow: ellipsis;
|
|
30973
|
-
}
|
|
30974
|
-
.c156wh19 .right {
|
|
30975
|
-
display: flex;
|
|
30976
|
-
align-items: center;
|
|
30977
|
-
}
|
|
30978
|
-
.c156wh19 .reverse {
|
|
30979
|
-
display: flex;
|
|
30980
|
-
flex-direction: row-reverse;
|
|
30981
|
-
align-items: center;
|
|
30982
|
-
}
|
|
30983
|
-
.c156wh19 .reverse .ant-switch {
|
|
30984
|
-
margin-left: 8px;
|
|
30985
|
-
}
|
|
30986
|
-
.c156wh19 .close {
|
|
30987
|
-
padding-left: 14px;
|
|
30988
|
-
margin-left: 14px;
|
|
30989
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30990
|
-
cursor: pointer;
|
|
30991
|
-
}
|
|
30992
|
-
|
|
30993
|
-
.m126spxy {
|
|
30994
|
-
padding-bottom: 4px;
|
|
30995
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30996
|
-
}
|
|
30997
|
-
.m126spxy .ant-btn-link {
|
|
30998
|
-
padding: 1px 10px;
|
|
30999
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31000
|
-
border-radius: 4px;
|
|
31001
|
-
}
|
|
31002
|
-
.m126spxy .ant-btn-link.active {
|
|
31003
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31004
|
-
color: #0096ff;
|
|
31005
|
-
}
|
|
31006
|
-
|
|
31007
|
-
.wpbf4pq {
|
|
31008
|
-
padding: 10px 0;
|
|
31009
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31010
|
-
}
|
|
31011
|
-
.wpbf4pq .ant-input,
|
|
31012
|
-
.wpbf4pq .ant-picker {
|
|
31013
|
-
width: 80px;
|
|
31014
|
-
margin: 0 9px;
|
|
31015
|
-
text-align: center;
|
|
31016
|
-
}
|
|
31017
|
-
.wpbf4pq .options {
|
|
31018
|
-
padding: 12px 0 12px 16px;
|
|
31019
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31020
|
-
margin: 5px 0 5px 8px;
|
|
31021
|
-
}
|
|
31022
|
-
.wpbf4pq .week-day-option,
|
|
31023
|
-
.wpbf4pq .month-day-option {
|
|
31024
|
-
background: #f5f7fa;
|
|
31025
|
-
box-sizing: border-box;
|
|
31026
|
-
border-radius: 16px;
|
|
31027
|
-
margin-right: 8px;
|
|
31028
|
-
}
|
|
31029
|
-
.wpbf4pq .week-day-option:focus,
|
|
31030
|
-
.wpbf4pq .month-day-option:focus {
|
|
31031
|
-
color: inherit;
|
|
31032
|
-
border-color: #d9d9d9;
|
|
31033
|
-
}
|
|
31034
|
-
.wpbf4pq .week-day-option.active {
|
|
31035
|
-
background-color: #0096ff;
|
|
31036
|
-
border-color: #0096ff;
|
|
31037
|
-
color: #fff;
|
|
31038
|
-
}
|
|
31039
|
-
.wpbf4pq .week-day-option.en-text {
|
|
31040
|
-
width: 110px;
|
|
31041
|
-
margin-top: 4px;
|
|
31042
|
-
}
|
|
31043
|
-
.wpbf4pq .month-day-option {
|
|
31044
|
-
width: 32px;
|
|
31045
|
-
padding: 0;
|
|
31046
|
-
margin-bottom: 8px;
|
|
31047
|
-
}
|
|
31048
|
-
.wpbf4pq .month-day-option.active {
|
|
31049
|
-
background-color: #0096ff;
|
|
31050
|
-
border-color: #0096ff;
|
|
31051
|
-
color: #fff;
|
|
31052
|
-
}
|
|
31053
|
-
|
|
31054
|
-
.d6j0lbj {
|
|
31055
|
-
font-family: Inter;
|
|
31056
|
-
font-style: normal;
|
|
31057
|
-
font-weight: bold;
|
|
31058
|
-
font-size: 32px;
|
|
31059
|
-
line-height: 40px;
|
|
31010
|
+
|
|
31011
|
+
.le1jwan {
|
|
31012
|
+
font-family: Inter;
|
|
31013
|
+
font-style: normal;
|
|
31014
|
+
font-weight: bold;
|
|
31015
|
+
font-size: 12px;
|
|
31016
|
+
line-height: 18px;
|
|
31060
31017
|
}
|
|
31061
31018
|
|
|
31062
|
-
.
|
|
31019
|
+
.lyxynfj {
|
|
31063
31020
|
font-family: Inter;
|
|
31064
31021
|
font-style: normal;
|
|
31065
|
-
font-weight:
|
|
31066
|
-
font-size:
|
|
31067
|
-
line-height:
|
|
31022
|
+
font-weight: normal;
|
|
31023
|
+
font-size: 12px;
|
|
31024
|
+
line-height: 18px;
|
|
31068
31025
|
}
|
|
31069
31026
|
|
|
31070
|
-
.
|
|
31027
|
+
.lpb2nxv {
|
|
31071
31028
|
font-family: Inter;
|
|
31072
31029
|
font-style: normal;
|
|
31073
|
-
font-weight:
|
|
31074
|
-
font-size:
|
|
31075
|
-
line-height:
|
|
31030
|
+
font-weight: 500;
|
|
31031
|
+
font-size: 12px;
|
|
31032
|
+
line-height: 18px;
|
|
31076
31033
|
}
|
|
31077
31034
|
|
|
31078
|
-
.
|
|
31035
|
+
.l1r8o3vv {
|
|
31079
31036
|
font-family: Inter;
|
|
31080
31037
|
font-style: normal;
|
|
31081
31038
|
font-weight: bold;
|
|
31082
|
-
font-size:
|
|
31083
|
-
line-height:
|
|
31039
|
+
font-size: 12px;
|
|
31040
|
+
line-height: 18px;
|
|
31084
31041
|
}
|
|
31085
31042
|
|
|
31086
|
-
.
|
|
31043
|
+
.lemnjy2 {
|
|
31087
31044
|
font-family: Inter;
|
|
31088
31045
|
font-style: normal;
|
|
31089
31046
|
font-weight: normal;
|
|
31090
|
-
|
|
31091
|
-
|
|
31047
|
+
text-transform: uppercase;
|
|
31048
|
+
font-feature-settings: "cpsp" on;
|
|
31049
|
+
font-size: 12px;
|
|
31050
|
+
line-height: 18px;
|
|
31092
31051
|
}
|
|
31093
31052
|
|
|
31094
|
-
.
|
|
31053
|
+
.lrc42gb {
|
|
31095
31054
|
font-family: Inter;
|
|
31096
31055
|
font-style: normal;
|
|
31097
31056
|
font-weight: bold;
|
|
31098
|
-
|
|
31099
|
-
|
|
31057
|
+
text-transform: uppercase;
|
|
31058
|
+
font-feature-settings: "cpsp" on;
|
|
31059
|
+
font-size: 12px;
|
|
31060
|
+
line-height: 18px;
|
|
31100
31061
|
}
|
|
31101
31062
|
|
|
31102
|
-
.
|
|
31063
|
+
.fqaz4mb {
|
|
31103
31064
|
font-family: Inter;
|
|
31104
31065
|
font-style: normal;
|
|
31105
31066
|
font-weight: normal;
|
|
31106
|
-
font-size:
|
|
31107
|
-
line-height:
|
|
31067
|
+
font-size: 13px;
|
|
31068
|
+
line-height: 20px;
|
|
31108
31069
|
}
|
|
31109
31070
|
|
|
31110
|
-
.
|
|
31071
|
+
.f13we5o {
|
|
31111
31072
|
font-family: Inter;
|
|
31112
31073
|
font-style: normal;
|
|
31113
|
-
font-weight:
|
|
31114
|
-
font-size:
|
|
31115
|
-
line-height:
|
|
31074
|
+
font-weight: normal;
|
|
31075
|
+
font-size: 13px;
|
|
31076
|
+
line-height: 20px;
|
|
31116
31077
|
}
|
|
31117
31078
|
|
|
31118
|
-
.
|
|
31079
|
+
.ffmjua2 {
|
|
31119
31080
|
font-family: Inter;
|
|
31120
31081
|
font-style: normal;
|
|
31121
31082
|
font-weight: normal;
|
|
31122
|
-
font-size:
|
|
31123
|
-
line-height:
|
|
31083
|
+
font-size: 12px;
|
|
31084
|
+
line-height: 18px;
|
|
31124
31085
|
}
|
|
31125
31086
|
|
|
31126
|
-
.
|
|
31087
|
+
.fz2mxw0 {
|
|
31127
31088
|
font-family: Inter;
|
|
31128
31089
|
font-style: normal;
|
|
31129
|
-
font-weight:
|
|
31130
|
-
font-size:
|
|
31131
|
-
line-height:
|
|
31090
|
+
font-weight: normal;
|
|
31091
|
+
font-size: 12px;
|
|
31092
|
+
line-height: 18px;
|
|
31132
31093
|
}
|
|
31133
31094
|
|
|
31134
|
-
.
|
|
31095
|
+
.t1ertzoh {
|
|
31135
31096
|
font-family: Inter;
|
|
31136
31097
|
font-style: normal;
|
|
31137
31098
|
font-weight: normal;
|
|
31138
|
-
font-
|
|
31099
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31100
|
+
font-size: 13px;
|
|
31139
31101
|
line-height: 20px;
|
|
31140
31102
|
}
|
|
31141
31103
|
|
|
31142
|
-
.
|
|
31104
|
+
.t19bge8r {
|
|
31143
31105
|
font-family: Inter;
|
|
31144
31106
|
font-style: normal;
|
|
31145
|
-
font-weight:
|
|
31146
|
-
font-
|
|
31147
|
-
|
|
31107
|
+
font-weight: normal;
|
|
31108
|
+
font-feature-settings: "zero" on;
|
|
31109
|
+
font-size: 13px;
|
|
31110
|
+
line-height: 20px;
|
|
31148
31111
|
}
|
|
31149
31112
|
|
|
31150
|
-
.
|
|
31113
|
+
.tjrzfyl {
|
|
31151
31114
|
font-family: Inter;
|
|
31152
31115
|
font-style: normal;
|
|
31153
31116
|
font-weight: normal;
|
|
31117
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31154
31118
|
font-size: 12px;
|
|
31155
31119
|
line-height: 18px;
|
|
31156
31120
|
}
|
|
31157
31121
|
|
|
31158
|
-
.
|
|
31122
|
+
.tm6s7bo {
|
|
31159
31123
|
font-family: Inter;
|
|
31160
31124
|
font-style: normal;
|
|
31161
|
-
font-weight:
|
|
31162
|
-
|
|
31163
|
-
font-feature-settings: "cpsp" on;
|
|
31125
|
+
font-weight: 500;
|
|
31126
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31164
31127
|
font-size: 12px;
|
|
31165
31128
|
line-height: 18px;
|
|
31166
31129
|
}
|
|
31167
31130
|
|
|
31168
|
-
.
|
|
31131
|
+
.t19zq6ic {
|
|
31169
31132
|
font-family: Inter;
|
|
31170
31133
|
font-style: normal;
|
|
31171
31134
|
font-weight: normal;
|
|
31172
|
-
|
|
31173
|
-
font-feature-settings: "cpsp" on;
|
|
31135
|
+
font-feature-settings: "zero" on;
|
|
31174
31136
|
font-size: 12px;
|
|
31175
31137
|
line-height: 18px;
|
|
31176
31138
|
}
|
|
31177
31139
|
|
|
31178
|
-
.
|
|
31140
|
+
.t1gduru8 {
|
|
31179
31141
|
font-family: Inter;
|
|
31180
31142
|
font-style: normal;
|
|
31181
|
-
font-weight:
|
|
31182
|
-
font-
|
|
31183
|
-
|
|
31143
|
+
font-weight: 500;
|
|
31144
|
+
font-feature-settings: "zero" on;
|
|
31145
|
+
font-size: 12px;
|
|
31146
|
+
line-height: 18px;
|
|
31184
31147
|
}
|
|
31185
31148
|
|
|
31186
|
-
.
|
|
31149
|
+
.t55raab {
|
|
31187
31150
|
font-family: Inter;
|
|
31188
31151
|
font-style: normal;
|
|
31189
31152
|
font-weight: bold;
|
|
31153
|
+
font-feature-settings: "zero" on;
|
|
31190
31154
|
font-size: 16px;
|
|
31191
31155
|
line-height: 24px;
|
|
31192
31156
|
}
|
|
31193
31157
|
|
|
31194
|
-
.
|
|
31158
|
+
.u1w9abfe {
|
|
31195
31159
|
font-family: Inter;
|
|
31196
31160
|
font-style: normal;
|
|
31197
31161
|
font-weight: normal;
|
|
31198
|
-
font-size:
|
|
31199
|
-
line-height:
|
|
31162
|
+
font-size: 10px;
|
|
31163
|
+
line-height: 12px;
|
|
31200
31164
|
}
|
|
31201
31165
|
|
|
31202
|
-
.
|
|
31203
|
-
|
|
31204
|
-
font-style: normal;
|
|
31205
|
-
font-weight: bold;
|
|
31206
|
-
font-size: 16px;
|
|
31207
|
-
line-height: 24px;
|
|
31166
|
+
.t1upn1sz {
|
|
31167
|
+
height: 100%;
|
|
31208
31168
|
}
|
|
31209
31169
|
|
|
31210
|
-
.
|
|
31211
|
-
|
|
31212
|
-
font-style: normal;
|
|
31213
|
-
font-weight: normal;
|
|
31214
|
-
text-transform: uppercase;
|
|
31215
|
-
font-feature-settings: "cpsp" on;
|
|
31216
|
-
font-size: 16px;
|
|
31217
|
-
line-height: 24px;
|
|
31170
|
+
.tta5kd2 {
|
|
31171
|
+
height: 100%;
|
|
31218
31172
|
}
|
|
31219
|
-
|
|
31220
|
-
|
|
31221
|
-
|
|
31222
|
-
font-style: normal;
|
|
31223
|
-
font-weight: bold;
|
|
31224
|
-
text-transform: uppercase;
|
|
31225
|
-
font-feature-settings: "cpsp" on;
|
|
31226
|
-
font-size: 16px;
|
|
31227
|
-
line-height: 24px;
|
|
31173
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
31174
|
+
overflow: visible !important;
|
|
31175
|
+
height: 100%;
|
|
31228
31176
|
}
|
|
31229
|
-
|
|
31230
|
-
|
|
31231
|
-
font-family: Inter;
|
|
31232
|
-
font-style: normal;
|
|
31233
|
-
font-weight: normal;
|
|
31234
|
-
font-size: 14px;
|
|
31235
|
-
line-height: 22px;
|
|
31177
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
31178
|
+
height: 100%;
|
|
31236
31179
|
}
|
|
31237
|
-
|
|
31238
|
-
|
|
31239
|
-
|
|
31240
|
-
font-style: normal;
|
|
31241
|
-
font-weight: 500;
|
|
31242
|
-
font-size: 14px;
|
|
31243
|
-
line-height: 22px;
|
|
31180
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
31181
|
+
width: 100% !important;
|
|
31182
|
+
height: 100%;
|
|
31244
31183
|
}
|
|
31245
|
-
|
|
31246
|
-
|
|
31247
|
-
font-family: Inter;
|
|
31248
|
-
font-style: normal;
|
|
31249
|
-
font-weight: bold;
|
|
31250
|
-
font-size: 14px;
|
|
31251
|
-
line-height: 22px;
|
|
31184
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31185
|
+
padding: 15px 0;
|
|
31252
31186
|
}
|
|
31253
|
-
|
|
31254
|
-
|
|
31255
|
-
font-family: Inter;
|
|
31256
|
-
font-style: normal;
|
|
31257
|
-
font-weight: normal;
|
|
31258
|
-
font-size: 14px;
|
|
31259
|
-
line-height: 22px;
|
|
31187
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
31188
|
+
display: none;
|
|
31260
31189
|
}
|
|
31261
|
-
|
|
31262
|
-
|
|
31263
|
-
font-family: Inter;
|
|
31264
|
-
font-style: normal;
|
|
31265
|
-
font-weight: bold;
|
|
31266
|
-
font-size: 14px;
|
|
31267
|
-
line-height: 22px;
|
|
31190
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
31191
|
+
font-weight: 700;
|
|
31268
31192
|
}
|
|
31269
|
-
|
|
31270
|
-
|
|
31271
|
-
font-family: Inter;
|
|
31272
|
-
font-style: normal;
|
|
31273
|
-
font-weight: normal;
|
|
31274
|
-
text-transform: uppercase;
|
|
31275
|
-
font-feature-settings: "cpsp" on;
|
|
31276
|
-
font-size: 14px;
|
|
31277
|
-
line-height: 22px;
|
|
31193
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
31194
|
+
font-weight: 700;
|
|
31278
31195
|
}
|
|
31279
|
-
|
|
31280
|
-
|
|
31281
|
-
font-family: Inter;
|
|
31282
|
-
font-style: normal;
|
|
31283
|
-
font-weight: bold;
|
|
31284
|
-
text-transform: uppercase;
|
|
31285
|
-
font-feature-settings: "cpsp" on;
|
|
31286
|
-
font-size: 14px;
|
|
31287
|
-
line-height: 22px;
|
|
31196
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
31197
|
+
height: 100%;
|
|
31288
31198
|
}
|
|
31289
|
-
|
|
31290
|
-
|
|
31291
|
-
|
|
31292
|
-
font-style: normal;
|
|
31293
|
-
font-weight: normal;
|
|
31294
|
-
font-size: 13px;
|
|
31295
|
-
line-height: 20px;
|
|
31199
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
31200
|
+
height: 100%;
|
|
31201
|
+
overflow: visible;
|
|
31296
31202
|
}
|
|
31297
|
-
|
|
31298
|
-
|
|
31299
|
-
font-family: Inter;
|
|
31300
|
-
font-style: normal;
|
|
31301
|
-
font-weight: 600;
|
|
31302
|
-
font-size: 13px;
|
|
31303
|
-
line-height: 20px;
|
|
31203
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
31204
|
+
max-height: none;
|
|
31304
31205
|
}
|
|
31305
|
-
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
font-style: normal;
|
|
31309
|
-
font-weight: bold;
|
|
31310
|
-
font-size: 13px;
|
|
31311
|
-
line-height: 20px;
|
|
31206
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
31207
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
31208
|
+
display: none;
|
|
31312
31209
|
}
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
font-family: Inter;
|
|
31316
|
-
font-style: normal;
|
|
31317
|
-
font-weight: normal;
|
|
31318
|
-
font-size: 13px;
|
|
31319
|
-
line-height: 20px;
|
|
31210
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
31211
|
+
background: transparent;
|
|
31320
31212
|
}
|
|
31321
|
-
|
|
31322
|
-
.
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
font-weight: 600;
|
|
31326
|
-
font-size: 13px;
|
|
31327
|
-
line-height: 20px;
|
|
31213
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
31214
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
31215
|
+
background: #fff;
|
|
31216
|
+
padding: 0 !important;
|
|
31328
31217
|
}
|
|
31329
|
-
|
|
31330
|
-
.
|
|
31331
|
-
|
|
31332
|
-
|
|
31333
|
-
|
|
31334
|
-
|
|
31335
|
-
line-height: 20px;
|
|
31218
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
31219
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31220
|
+
display: flex;
|
|
31221
|
+
align-items: center;
|
|
31222
|
+
height: 100%;
|
|
31223
|
+
padding: 8px;
|
|
31336
31224
|
}
|
|
31337
|
-
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
|
|
31342
|
-
text-transform: uppercase;
|
|
31343
|
-
font-feature-settings: "cpsp" on;
|
|
31344
|
-
font-size: 13px;
|
|
31345
|
-
line-height: 20px;
|
|
31225
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
31226
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
31227
|
+
overflow: hidden;
|
|
31228
|
+
text-overflow: ellipsis;
|
|
31229
|
+
width: 100%;
|
|
31346
31230
|
}
|
|
31347
|
-
|
|
31348
|
-
|
|
31349
|
-
font-family: Inter;
|
|
31350
|
-
font-style: normal;
|
|
31351
|
-
font-weight: bold;
|
|
31352
|
-
text-transform: uppercase;
|
|
31353
|
-
font-feature-settings: "cpsp" on;
|
|
31354
|
-
font-size: 13px;
|
|
31355
|
-
line-height: 20px;
|
|
31231
|
+
.tta5kd2 .ant-table-container {
|
|
31232
|
+
height: 100%;
|
|
31356
31233
|
}
|
|
31357
|
-
|
|
31358
|
-
|
|
31359
|
-
font-family: Inter;
|
|
31360
|
-
font-style: normal;
|
|
31361
|
-
font-weight: normal;
|
|
31362
|
-
font-size: 12px;
|
|
31363
|
-
line-height: 18px;
|
|
31234
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
31235
|
+
box-shadow: none !important;
|
|
31364
31236
|
}
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
|
|
31368
|
-
|
|
31369
|
-
|
|
31237
|
+
.tta5kd2 .ant-table {
|
|
31238
|
+
border-radius: 0px;
|
|
31239
|
+
border-left: none;
|
|
31240
|
+
border-right: none;
|
|
31241
|
+
border-bottom: none;
|
|
31242
|
+
height: 100%;
|
|
31370
31243
|
font-size: 12px;
|
|
31371
|
-
|
|
31244
|
+
background: transparent;
|
|
31372
31245
|
}
|
|
31373
|
-
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
|
|
31378
|
-
font-size: 12px;
|
|
31379
|
-
line-height: 18px;
|
|
31246
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
31247
|
+
position: relative;
|
|
31248
|
+
z-index: 3;
|
|
31249
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31250
|
+
margin-bottom: -1px;
|
|
31380
31251
|
}
|
|
31381
|
-
|
|
31382
|
-
.
|
|
31383
|
-
|
|
31384
|
-
font-style: normal;
|
|
31385
|
-
font-weight: normal;
|
|
31386
|
-
font-size: 12px;
|
|
31387
|
-
line-height: 18px;
|
|
31252
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
31253
|
+
.tta5kd2 .ant-table .value {
|
|
31254
|
+
color: #2d3a56;
|
|
31388
31255
|
}
|
|
31389
|
-
|
|
31390
|
-
.
|
|
31391
|
-
|
|
31392
|
-
font-style: normal;
|
|
31393
|
-
font-weight: 500;
|
|
31394
|
-
font-size: 12px;
|
|
31395
|
-
line-height: 18px;
|
|
31256
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
31257
|
+
.tta5kd2 .ant-table .unit {
|
|
31258
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31396
31259
|
}
|
|
31397
|
-
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
font-style: normal;
|
|
31401
|
-
font-weight: bold;
|
|
31402
|
-
font-size: 12px;
|
|
31403
|
-
line-height: 18px;
|
|
31260
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
31261
|
+
position: unset;
|
|
31262
|
+
text-align: center;
|
|
31404
31263
|
}
|
|
31405
|
-
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
|
|
31410
|
-
|
|
31411
|
-
|
|
31264
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
31265
|
+
background: #fff;
|
|
31266
|
+
}
|
|
31267
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
31268
|
+
cursor: pointer;
|
|
31269
|
+
position: absolute;
|
|
31270
|
+
top: 50%;
|
|
31271
|
+
right: 12px;
|
|
31272
|
+
transform: translateY(-50%);
|
|
31273
|
+
}
|
|
31274
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
31275
|
+
box-shadow: none;
|
|
31276
|
+
width: 1px;
|
|
31277
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31278
|
+
}
|
|
31279
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
31280
|
+
box-shadow: none;
|
|
31281
|
+
width: 1px;
|
|
31282
|
+
background: rgba(213, 219, 227, 0.6);
|
|
31283
|
+
}
|
|
31284
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
31285
|
+
position: relative;
|
|
31286
|
+
}
|
|
31287
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
31288
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31289
|
+
border-bottom: 1px solid white;
|
|
31290
|
+
height: 40px;
|
|
31291
|
+
vertical-align: middle;
|
|
31292
|
+
transition: background 0ms;
|
|
31293
|
+
color: #00122e;
|
|
31294
|
+
}
|
|
31295
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
31296
|
+
background: #f2f5fa;
|
|
31297
|
+
border-bottom-color: #f2f5fa;
|
|
31298
|
+
}
|
|
31299
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
31300
|
+
height: auto;
|
|
31301
|
+
color: #00122e;
|
|
31412
31302
|
font-size: 12px;
|
|
31413
|
-
|
|
31303
|
+
text-align: left;
|
|
31304
|
+
transition: none;
|
|
31305
|
+
overflow: hidden;
|
|
31306
|
+
text-overflow: ellipsis;
|
|
31307
|
+
white-space: nowrap;
|
|
31308
|
+
}
|
|
31309
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
31310
|
+
color: #0096ff;
|
|
31311
|
+
}
|
|
31312
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
31313
|
+
overflow: hidden;
|
|
31314
|
+
text-overflow: ellipsis;
|
|
31315
|
+
width: 100%;
|
|
31316
|
+
vertical-align: middle;
|
|
31317
|
+
}
|
|
31318
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
31319
|
+
line-height: 0px;
|
|
31320
|
+
}
|
|
31321
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
31322
|
+
padding-right: 25px;
|
|
31323
|
+
}
|
|
31324
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
31325
|
+
border-top-color: transparent;
|
|
31326
|
+
}
|
|
31327
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
31328
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31329
|
+
border-color: transparent transparent white;
|
|
31330
|
+
}
|
|
31331
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
31332
|
+
border-radius: 8px 0 0 8px;
|
|
31333
|
+
}
|
|
31334
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
31335
|
+
border-radius: 8px 0 0 8px;
|
|
31336
|
+
}
|
|
31337
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
31338
|
+
content: "";
|
|
31339
|
+
width: 4px;
|
|
31340
|
+
top: -1px;
|
|
31341
|
+
bottom: -1px;
|
|
31342
|
+
background: white;
|
|
31343
|
+
}
|
|
31344
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
31345
|
+
border-radius: 0 8px 8px 0;
|
|
31346
|
+
}
|
|
31347
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
31348
|
+
border-radius: 0;
|
|
31349
|
+
background: white;
|
|
31350
|
+
border-top: none;
|
|
31351
|
+
}
|
|
31352
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
31353
|
+
border-top: 1px solid transparent;
|
|
31354
|
+
border-radius: 0 8px 8px 0;
|
|
31355
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31356
|
+
}
|
|
31357
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
|
|
31358
|
+
background: white;
|
|
31359
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31360
|
+
}
|
|
31361
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
31362
|
+
display: flex;
|
|
31363
|
+
align-items: center;
|
|
31364
|
+
height: 100%;
|
|
31365
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31366
|
+
}
|
|
31367
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
|
|
31368
|
+
background: white;
|
|
31369
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31370
|
+
}
|
|
31371
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
|
|
31372
|
+
display: flex;
|
|
31373
|
+
align-items: center;
|
|
31374
|
+
height: 100%;
|
|
31375
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31376
|
+
}
|
|
31377
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
|
|
31378
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31379
|
+
}
|
|
31380
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
|
|
31381
|
+
box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
|
|
31382
|
+
border-radius: 8px;
|
|
31383
|
+
}
|
|
31384
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
|
|
31385
|
+
border-top-color: white;
|
|
31386
|
+
}
|
|
31387
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
|
|
31388
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31389
|
+
border-bottom-color: transparent;
|
|
31390
|
+
border-top-color: transparent;
|
|
31391
|
+
}
|
|
31392
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
|
|
31393
|
+
border-radius: 8px 0 0 8px;
|
|
31394
|
+
}
|
|
31395
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
|
|
31396
|
+
border-radius: 0 8px 8px 0;
|
|
31397
|
+
}
|
|
31398
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
|
|
31399
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31400
|
+
}
|
|
31401
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th {
|
|
31402
|
+
background: #fff;
|
|
31403
|
+
font-weight: 400;
|
|
31404
|
+
position: relative;
|
|
31405
|
+
border-bottom: none;
|
|
31406
|
+
color: #00122e;
|
|
31407
|
+
transition: none;
|
|
31408
|
+
padding: 15px 8px 15px 8px;
|
|
31409
|
+
}
|
|
31410
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
|
|
31411
|
+
content: "";
|
|
31412
|
+
width: 1px;
|
|
31413
|
+
top: 0;
|
|
31414
|
+
bottom: 0;
|
|
31415
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31416
|
+
position: absolute;
|
|
31417
|
+
right: 0;
|
|
31418
|
+
}
|
|
31419
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
|
|
31420
|
+
padding: unset;
|
|
31421
|
+
}
|
|
31422
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
|
|
31423
|
+
display: none;
|
|
31424
|
+
}
|
|
31425
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31426
|
+
width: 100%;
|
|
31427
|
+
overflow: hidden;
|
|
31428
|
+
white-space: nowrap;
|
|
31429
|
+
text-overflow: ellipsis;
|
|
31430
|
+
}
|
|
31431
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
|
|
31432
|
+
overflow: hidden;
|
|
31433
|
+
text-overflow: ellipsis;
|
|
31434
|
+
flex: 1;
|
|
31435
|
+
}
|
|
31436
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31437
|
+
padding: 15px 25px 15px 8px;
|
|
31438
|
+
}
|
|
31439
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31440
|
+
padding: 0;
|
|
31441
|
+
}
|
|
31442
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31443
|
+
position: absolute;
|
|
31444
|
+
right: 6px;
|
|
31445
|
+
top: 50%;
|
|
31446
|
+
transform: translateY(-50%);
|
|
31447
|
+
height: 16px;
|
|
31448
|
+
display: none;
|
|
31449
|
+
transition: transform 320ms ease;
|
|
31450
|
+
}
|
|
31451
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31452
|
+
display: block;
|
|
31453
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31454
|
+
}
|
|
31455
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31456
|
+
display: block;
|
|
31457
|
+
}
|
|
31458
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
|
|
31459
|
+
display: none;
|
|
31460
|
+
}
|
|
31461
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31462
|
+
transform: translateY(-50%);
|
|
31463
|
+
}
|
|
31464
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
|
|
31465
|
+
transform: translateY(-50%) rotateX(180deg);
|
|
31466
|
+
}
|
|
31467
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
31468
|
+
background: #f2f5fa;
|
|
31469
|
+
}
|
|
31470
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
31471
|
+
display: block;
|
|
31472
|
+
}
|
|
31473
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
31474
|
+
padding-right: 25px;
|
|
31475
|
+
}
|
|
31476
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
31477
|
+
padding: 0 !important;
|
|
31414
31478
|
}
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
text-transform: uppercase;
|
|
31421
|
-
font-feature-settings: "cpsp" on;
|
|
31422
|
-
font-size: 12px;
|
|
31423
|
-
line-height: 18px;
|
|
31479
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
31480
|
+
position: absolute;
|
|
31481
|
+
left: 50%;
|
|
31482
|
+
top: 50%;
|
|
31483
|
+
transform: translate(-50%, -50%);
|
|
31424
31484
|
}
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
font-family: Inter;
|
|
31428
|
-
font-style: normal;
|
|
31429
|
-
font-weight: normal;
|
|
31430
|
-
font-size: 13px;
|
|
31431
|
-
line-height: 20px;
|
|
31485
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
31486
|
+
display: none;
|
|
31432
31487
|
}
|
|
31433
|
-
|
|
31434
|
-
|
|
31435
|
-
font-family: Inter;
|
|
31436
|
-
font-style: normal;
|
|
31437
|
-
font-weight: normal;
|
|
31438
|
-
font-size: 13px;
|
|
31439
|
-
line-height: 20px;
|
|
31488
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
31489
|
+
background: #fff;
|
|
31440
31490
|
}
|
|
31441
|
-
|
|
31442
|
-
|
|
31443
|
-
font-family: Inter;
|
|
31444
|
-
font-style: normal;
|
|
31445
|
-
font-weight: normal;
|
|
31446
|
-
font-size: 12px;
|
|
31447
|
-
line-height: 18px;
|
|
31491
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
31492
|
+
background: inherit;
|
|
31448
31493
|
}
|
|
31449
|
-
|
|
31450
|
-
|
|
31451
|
-
|
|
31452
|
-
|
|
31453
|
-
|
|
31454
|
-
|
|
31455
|
-
line-height: 18px;
|
|
31494
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
31495
|
+
position: static;
|
|
31496
|
+
border: none;
|
|
31497
|
+
background: inherit !important;
|
|
31498
|
+
height: 100px;
|
|
31499
|
+
vertical-align: middle;
|
|
31456
31500
|
}
|
|
31457
|
-
|
|
31458
|
-
.
|
|
31459
|
-
font-
|
|
31460
|
-
font-
|
|
31461
|
-
|
|
31462
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31463
|
-
font-size: 13px;
|
|
31464
|
-
line-height: 20px;
|
|
31501
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
31502
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31503
|
+
font-weight: bold;
|
|
31504
|
+
font-size: 20px;
|
|
31505
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31465
31506
|
}
|
|
31466
|
-
|
|
31467
|
-
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
font-weight: normal;
|
|
31471
|
-
font-feature-settings: "zero" on;
|
|
31472
|
-
font-size: 13px;
|
|
31473
|
-
line-height: 20px;
|
|
31507
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31508
|
+
padding: 0 !important;
|
|
31509
|
+
position: relative;
|
|
31510
|
+
background: #fff;
|
|
31474
31511
|
}
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
|
|
31479
|
-
|
|
31480
|
-
|
|
31481
|
-
font-size: 12px;
|
|
31482
|
-
line-height: 18px;
|
|
31512
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31513
|
+
height: 100%;
|
|
31514
|
+
display: flex;
|
|
31515
|
+
align-items: center;
|
|
31516
|
+
justify-content: flex-end;
|
|
31517
|
+
padding-right: 8px;
|
|
31483
31518
|
}
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31489
|
-
|
|
31490
|
-
font-size: 12px;
|
|
31491
|
-
line-height: 18px;
|
|
31519
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31520
|
+
width: 24px;
|
|
31521
|
+
height: 24px;
|
|
31522
|
+
cursor: pointer;
|
|
31523
|
+
justify-content: center;
|
|
31524
|
+
border-radius: 4px;
|
|
31492
31525
|
}
|
|
31493
|
-
|
|
31494
|
-
|
|
31495
|
-
font-family: Inter;
|
|
31496
|
-
font-style: normal;
|
|
31497
|
-
font-weight: normal;
|
|
31498
|
-
font-feature-settings: "zero" on;
|
|
31499
|
-
font-size: 12px;
|
|
31500
|
-
line-height: 18px;
|
|
31526
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31527
|
+
background: #fff;
|
|
31501
31528
|
}
|
|
31502
31529
|
|
|
31503
|
-
.
|
|
31504
|
-
|
|
31505
|
-
|
|
31506
|
-
|
|
31507
|
-
font-feature-settings: "zero" on;
|
|
31508
|
-
font-size: 12px;
|
|
31509
|
-
line-height: 18px;
|
|
31530
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
31531
|
+
display: inline-flex;
|
|
31532
|
+
align-items: baseline;
|
|
31533
|
+
white-space: pre-wrap;
|
|
31510
31534
|
}
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
|
|
31514
|
-
font-style: normal;
|
|
31515
|
-
font-weight: bold;
|
|
31516
|
-
font-feature-settings: "zero" on;
|
|
31517
|
-
font-size: 16px;
|
|
31518
|
-
line-height: 24px;
|
|
31535
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31536
|
+
position: relative;
|
|
31537
|
+
top: 3px;
|
|
31519
31538
|
}
|
|
31520
|
-
|
|
31521
|
-
.
|
|
31522
|
-
font-family: Inter;
|
|
31523
|
-
font-style: normal;
|
|
31524
|
-
font-weight: normal;
|
|
31525
|
-
font-size: 10px;
|
|
31526
|
-
line-height: 12px;
|
|
31539
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31540
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31527
31541
|
}
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
display: inline-block;
|
|
31542
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31543
|
+
border-color: #0080ff;
|
|
31531
31544
|
}
|
|
31532
|
-
|
|
31533
|
-
|
|
31534
|
-
|
|
31545
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31546
|
+
border-color: #0080ff;
|
|
31547
|
+
background: #0080ff;
|
|
31535
31548
|
}
|
|
31536
|
-
|
|
31537
|
-
|
|
31538
|
-
|
|
31549
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31550
|
+
top: 4px;
|
|
31551
|
+
left: 4px;
|
|
31552
|
+
width: 6px;
|
|
31553
|
+
height: 6px;
|
|
31554
|
+
background: #fff;
|
|
31539
31555
|
}
|
|
31540
|
-
.
|
|
31541
|
-
|
|
31542
|
-
height: 100%;
|
|
31556
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31557
|
+
opacity: 0.5;
|
|
31543
31558
|
}
|
|
31544
|
-
.
|
|
31545
|
-
|
|
31559
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31560
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
31561
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31546
31562
|
}
|
|
31547
|
-
.
|
|
31548
|
-
|
|
31549
|
-
height: 100%;
|
|
31563
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31564
|
+
background: #00122e;
|
|
31550
31565
|
}
|
|
31551
|
-
.
|
|
31552
|
-
|
|
31566
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31567
|
+
color: #00122e;
|
|
31568
|
+
opacity: 0.5;
|
|
31553
31569
|
}
|
|
31554
|
-
.
|
|
31555
|
-
|
|
31570
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31571
|
+
color: #00122e;
|
|
31556
31572
|
}
|
|
31557
|
-
.
|
|
31558
|
-
|
|
31573
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31574
|
+
display: inline-block;
|
|
31575
|
+
padding: 0;
|
|
31576
|
+
padding-left: 12px;
|
|
31559
31577
|
}
|
|
31560
|
-
.
|
|
31561
|
-
|
|
31578
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31579
|
+
margin-bottom: 0;
|
|
31580
|
+
white-space: pre-wrap;
|
|
31581
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31562
31582
|
}
|
|
31563
|
-
.
|
|
31564
|
-
|
|
31583
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31584
|
+
padding-left: 8px;
|
|
31565
31585
|
}
|
|
31566
|
-
|
|
31567
|
-
|
|
31568
|
-
|
|
31586
|
+
|
|
31587
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31588
|
+
border-radius: 5px 0 0 5px;
|
|
31569
31589
|
}
|
|
31570
|
-
.
|
|
31571
|
-
|
|
31590
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31591
|
+
border-radius: 0 5px 5px 0;
|
|
31572
31592
|
}
|
|
31573
|
-
|
|
31574
|
-
.
|
|
31575
|
-
|
|
31593
|
+
|
|
31594
|
+
.r1f0aqcc {
|
|
31595
|
+
color: #00122e;
|
|
31596
|
+
border-color: #ccd4e3;
|
|
31576
31597
|
}
|
|
31577
|
-
.
|
|
31578
|
-
|
|
31598
|
+
.r1f0aqcc:first-child {
|
|
31599
|
+
border-color: #a3b4cc;
|
|
31579
31600
|
}
|
|
31580
|
-
.
|
|
31581
|
-
|
|
31582
|
-
|
|
31583
|
-
|
|
31601
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31602
|
+
padding: 0 12px;
|
|
31603
|
+
line-height: 32px;
|
|
31604
|
+
height: 32px;
|
|
31584
31605
|
}
|
|
31585
|
-
.
|
|
31586
|
-
|
|
31587
|
-
display: flex;
|
|
31588
|
-
align-items: center;
|
|
31589
|
-
height: 100%;
|
|
31590
|
-
padding: 8px;
|
|
31606
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31607
|
+
white-space: nowrap;
|
|
31591
31608
|
}
|
|
31592
|
-
.
|
|
31593
|
-
|
|
31594
|
-
|
|
31595
|
-
|
|
31596
|
-
width: 100%;
|
|
31609
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31610
|
+
height: 22px;
|
|
31611
|
+
padding: 0 7px;
|
|
31612
|
+
line-height: 20px;
|
|
31597
31613
|
}
|
|
31598
|
-
.
|
|
31599
|
-
|
|
31614
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31615
|
+
background: #ccd4e3;
|
|
31600
31616
|
}
|
|
31601
|
-
.
|
|
31602
|
-
|
|
31617
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31618
|
+
background: #0080ff;
|
|
31603
31619
|
}
|
|
31604
|
-
.
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
border-right: none;
|
|
31608
|
-
border-bottom: none;
|
|
31609
|
-
height: 100%;
|
|
31610
|
-
font-size: 12px;
|
|
31611
|
-
background: transparent;
|
|
31620
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31621
|
+
background: #ccd4e3;
|
|
31622
|
+
opacity: 0.5;
|
|
31612
31623
|
}
|
|
31613
|
-
.
|
|
31614
|
-
|
|
31615
|
-
z-index: 3;
|
|
31616
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
31617
|
-
margin-bottom: -1px;
|
|
31624
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31625
|
+
border-right-color: #0080ff;
|
|
31618
31626
|
}
|
|
31619
|
-
.
|
|
31620
|
-
|
|
31621
|
-
color: #2d3a56;
|
|
31627
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31628
|
+
border-color: #0080ff;
|
|
31622
31629
|
}
|
|
31623
|
-
.
|
|
31624
|
-
|
|
31625
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31630
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31631
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31626
31632
|
}
|
|
31627
|
-
.
|
|
31628
|
-
|
|
31629
|
-
|
|
31633
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31634
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31635
|
+
border-color: #ccd4e3;
|
|
31636
|
+
opacity: 0.5;
|
|
31630
31637
|
}
|
|
31631
|
-
.
|
|
31632
|
-
|
|
31638
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31639
|
+
color: #00122e;
|
|
31640
|
+
border-color: #ccd4e3;
|
|
31633
31641
|
}
|
|
31634
|
-
.
|
|
31635
|
-
|
|
31636
|
-
|
|
31637
|
-
|
|
31638
|
-
right: 12px;
|
|
31639
|
-
transform: translateY(-50%);
|
|
31642
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31643
|
+
color: #00122e;
|
|
31644
|
+
border-color: #ccd4e3;
|
|
31645
|
+
background: rgba(172, 186, 211, 0.6);
|
|
31640
31646
|
}
|
|
31641
|
-
.
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
|
|
31647
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
31648
|
+
margin-right: 8px;
|
|
31649
|
+
display: inline;
|
|
31650
|
+
border: none;
|
|
31651
|
+
padding: 0;
|
|
31652
|
+
width: 36px;
|
|
31653
|
+
background: transparent;
|
|
31645
31654
|
}
|
|
31646
|
-
.
|
|
31655
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31647
31656
|
box-shadow: none;
|
|
31648
|
-
width: 1px;
|
|
31649
|
-
background: rgba(213, 219, 227, 0.6);
|
|
31650
31657
|
}
|
|
31651
|
-
.
|
|
31652
|
-
|
|
31658
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31659
|
+
margin-right: 0;
|
|
31660
|
+
width: initial;
|
|
31661
|
+
box-shadow: none;
|
|
31653
31662
|
}
|
|
31654
|
-
.
|
|
31655
|
-
|
|
31656
|
-
border-bottom: 1px solid white;
|
|
31657
|
-
height: 40px;
|
|
31658
|
-
vertical-align: middle;
|
|
31659
|
-
transition: background 0ms;
|
|
31660
|
-
color: #00122e;
|
|
31663
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31664
|
+
display: none;
|
|
31661
31665
|
}
|
|
31662
|
-
.
|
|
31663
|
-
|
|
31664
|
-
border-bottom-color: #f2f5fa;
|
|
31666
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31667
|
+
display: inline;
|
|
31665
31668
|
}
|
|
31666
|
-
.
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31670
|
-
|
|
31671
|
-
transition: none;
|
|
31672
|
-
overflow: hidden;
|
|
31673
|
-
text-overflow: ellipsis;
|
|
31674
|
-
white-space: nowrap;
|
|
31669
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31670
|
+
display: inline;
|
|
31671
|
+
margin-right: 8px;
|
|
31672
|
+
padding: 0;
|
|
31673
|
+
width: 36px;
|
|
31675
31674
|
}
|
|
31676
|
-
|
|
31677
|
-
|
|
31675
|
+
|
|
31676
|
+
.s1fc623g {
|
|
31677
|
+
width: 430px !important;
|
|
31678
31678
|
}
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31679
|
+
|
|
31680
|
+
.da3mx0o .ant-select-item-group {
|
|
31681
|
+
padding: 8px 16px;
|
|
31682
|
+
line-height: 18px;
|
|
31683
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31684
|
+
height: 34px;
|
|
31685
|
+
min-height: 34px;
|
|
31686
|
+
box-sizing: border-box;
|
|
31687
|
+
margin-top: 8px;
|
|
31684
31688
|
}
|
|
31685
|
-
|
|
31686
|
-
|
|
31689
|
+
|
|
31690
|
+
.onr9gzt {
|
|
31691
|
+
display: flex;
|
|
31692
|
+
flex-direction: column;
|
|
31693
|
+
margin: 1px 8px;
|
|
31694
|
+
padding: 8px;
|
|
31695
|
+
border-radius: 4px;
|
|
31687
31696
|
}
|
|
31688
|
-
.
|
|
31689
|
-
|
|
31697
|
+
.onr9gzt .selected-icon {
|
|
31698
|
+
display: none;
|
|
31690
31699
|
}
|
|
31691
|
-
.
|
|
31692
|
-
|
|
31700
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31701
|
+
padding-left: 8px;
|
|
31693
31702
|
}
|
|
31694
|
-
.
|
|
31695
|
-
background:
|
|
31696
|
-
border-color: transparent transparent white;
|
|
31703
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31704
|
+
background-color: white;
|
|
31697
31705
|
}
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31706
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31707
|
+
color: #0080ff;
|
|
31700
31708
|
}
|
|
31701
|
-
.
|
|
31702
|
-
|
|
31709
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31710
|
+
display: block;
|
|
31703
31711
|
}
|
|
31704
|
-
.
|
|
31705
|
-
|
|
31706
|
-
width: 4px;
|
|
31707
|
-
top: -1px;
|
|
31708
|
-
bottom: -1px;
|
|
31709
|
-
background: white;
|
|
31712
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31713
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31710
31714
|
}
|
|
31711
|
-
.
|
|
31712
|
-
|
|
31715
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31716
|
+
color: #0080ff;
|
|
31713
31717
|
}
|
|
31714
|
-
.
|
|
31715
|
-
|
|
31716
|
-
|
|
31717
|
-
border-top: none;
|
|
31718
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31719
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31720
|
+
color: #0080ff;
|
|
31718
31721
|
}
|
|
31719
|
-
|
|
31720
|
-
|
|
31721
|
-
|
|
31722
|
-
|
|
31722
|
+
|
|
31723
|
+
.oiy0apc {
|
|
31724
|
+
display: flex;
|
|
31725
|
+
justify-content: space-between;
|
|
31726
|
+
height: 20px;
|
|
31727
|
+
line-height: 20px;
|
|
31723
31728
|
}
|
|
31724
|
-
.
|
|
31725
|
-
|
|
31726
|
-
|
|
31729
|
+
.oiy0apc .timezone-title {
|
|
31730
|
+
color: #2d3a56;
|
|
31731
|
+
overflow: hidden;
|
|
31732
|
+
text-overflow: ellipsis;
|
|
31727
31733
|
}
|
|
31728
|
-
|
|
31734
|
+
|
|
31735
|
+
.of4y382 {
|
|
31729
31736
|
display: flex;
|
|
31730
|
-
|
|
31731
|
-
|
|
31737
|
+
justify-content: space-between;
|
|
31738
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31739
|
+
height: 18px;
|
|
31740
|
+
line-height: 18px;
|
|
31741
|
+
margin-top: 2px;
|
|
31742
|
+
}
|
|
31743
|
+
|
|
31744
|
+
.t19903l9 {
|
|
31745
|
+
border: none;
|
|
31746
|
+
margin-right: 0;
|
|
31732
31747
|
background: rgba(225, 230, 241, 0.6);
|
|
31733
31748
|
}
|
|
31734
|
-
|
|
31735
|
-
|
|
31736
|
-
|
|
31749
|
+
|
|
31750
|
+
.ohwbvxu {
|
|
31751
|
+
pointer-events: none;
|
|
31752
|
+
height: 32px;
|
|
31753
|
+
width: 100%;
|
|
31754
|
+
opacity: 0;
|
|
31737
31755
|
}
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
|
|
31741
|
-
height: 100%;
|
|
31742
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31756
|
+
|
|
31757
|
+
.c1up1pdz {
|
|
31758
|
+
width: 648px;
|
|
31743
31759
|
}
|
|
31744
|
-
.
|
|
31745
|
-
border-
|
|
31760
|
+
.c1up1pdz.active {
|
|
31761
|
+
border-color: #0080ff;
|
|
31746
31762
|
}
|
|
31747
|
-
.
|
|
31748
|
-
|
|
31749
|
-
border-radius: 8px;
|
|
31763
|
+
.c1up1pdz.active > header {
|
|
31764
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31750
31765
|
}
|
|
31751
|
-
.
|
|
31752
|
-
|
|
31766
|
+
.c1up1pdz .expand {
|
|
31767
|
+
padding: 12px;
|
|
31753
31768
|
}
|
|
31754
|
-
.
|
|
31755
|
-
|
|
31756
|
-
|
|
31757
|
-
border-
|
|
31769
|
+
.c1up1pdz .field-item {
|
|
31770
|
+
display: flex;
|
|
31771
|
+
padding: 10px 0;
|
|
31772
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31758
31773
|
}
|
|
31759
|
-
.
|
|
31760
|
-
border-
|
|
31774
|
+
.c1up1pdz .field-item:last-child {
|
|
31775
|
+
border-bottom: none;
|
|
31776
|
+
padding-bottom: 0;
|
|
31761
31777
|
}
|
|
31762
|
-
.
|
|
31763
|
-
|
|
31778
|
+
.c1up1pdz .field-item label {
|
|
31779
|
+
line-height: 32px;
|
|
31780
|
+
width: 100px;
|
|
31781
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31764
31782
|
}
|
|
31765
|
-
.
|
|
31766
|
-
|
|
31783
|
+
.c1up1pdz .help {
|
|
31784
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31785
|
+
margin-top: 5px;
|
|
31767
31786
|
}
|
|
31768
|
-
.
|
|
31769
|
-
|
|
31770
|
-
|
|
31771
|
-
position: relative;
|
|
31772
|
-
border-bottom: none;
|
|
31773
|
-
color: #00122e;
|
|
31774
|
-
transition: none;
|
|
31775
|
-
padding: 15px 8px 15px 8px;
|
|
31787
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31788
|
+
.c1up1pdz .ant-picker {
|
|
31789
|
+
width: 128px;
|
|
31776
31790
|
}
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
|
|
31783
|
-
position: absolute;
|
|
31784
|
-
right: 0;
|
|
31791
|
+
|
|
31792
|
+
.c156wh19 {
|
|
31793
|
+
display: flex;
|
|
31794
|
+
align-items: center;
|
|
31795
|
+
justify-content: space-between;
|
|
31796
|
+
word-break: keep-all;
|
|
31785
31797
|
}
|
|
31786
|
-
.
|
|
31787
|
-
|
|
31798
|
+
.c156wh19 .title {
|
|
31799
|
+
margin: 0 16px 0 8px;
|
|
31788
31800
|
}
|
|
31789
|
-
.
|
|
31790
|
-
|
|
31801
|
+
.c156wh19 .retain {
|
|
31802
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31791
31803
|
}
|
|
31792
|
-
.
|
|
31793
|
-
|
|
31804
|
+
.c156wh19 .left {
|
|
31805
|
+
flex: 1;
|
|
31806
|
+
display: flex;
|
|
31794
31807
|
overflow: hidden;
|
|
31808
|
+
align-items: center;
|
|
31809
|
+
justify-content: flex-start;
|
|
31795
31810
|
white-space: nowrap;
|
|
31796
|
-
text-overflow: ellipsis;
|
|
31797
31811
|
}
|
|
31798
|
-
.
|
|
31812
|
+
.c156wh19 .left .title {
|
|
31813
|
+
max-width: 100%;
|
|
31799
31814
|
overflow: hidden;
|
|
31800
31815
|
text-overflow: ellipsis;
|
|
31801
|
-
flex: 1;
|
|
31802
|
-
}
|
|
31803
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
|
|
31804
|
-
padding: 15px 25px 15px 8px;
|
|
31805
|
-
}
|
|
31806
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
|
|
31807
|
-
padding: 0;
|
|
31808
|
-
}
|
|
31809
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
|
|
31810
|
-
position: absolute;
|
|
31811
|
-
right: 6px;
|
|
31812
|
-
top: 50%;
|
|
31813
|
-
transform: translateY(-50%);
|
|
31814
|
-
height: 16px;
|
|
31815
|
-
display: none;
|
|
31816
|
-
transition: transform 320ms ease;
|
|
31817
|
-
}
|
|
31818
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
|
|
31819
|
-
display: block;
|
|
31820
|
-
transform: translateY(-50%) rotateX(180deg);
|
|
31821
|
-
}
|
|
31822
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
|
|
31823
|
-
display: block;
|
|
31824
31816
|
}
|
|
31825
|
-
.
|
|
31826
|
-
display:
|
|
31827
|
-
|
|
31828
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
|
|
31829
|
-
transform: translateY(-50%);
|
|
31817
|
+
.c156wh19 .right {
|
|
31818
|
+
display: flex;
|
|
31819
|
+
align-items: center;
|
|
31830
31820
|
}
|
|
31831
|
-
.
|
|
31832
|
-
|
|
31821
|
+
.c156wh19 .reverse {
|
|
31822
|
+
display: flex;
|
|
31823
|
+
flex-direction: row-reverse;
|
|
31824
|
+
align-items: center;
|
|
31833
31825
|
}
|
|
31834
|
-
.
|
|
31835
|
-
|
|
31826
|
+
.c156wh19 .reverse .ant-switch {
|
|
31827
|
+
margin-left: 8px;
|
|
31836
31828
|
}
|
|
31837
|
-
.
|
|
31838
|
-
|
|
31829
|
+
.c156wh19 .close {
|
|
31830
|
+
padding-left: 14px;
|
|
31831
|
+
margin-left: 14px;
|
|
31832
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31833
|
+
cursor: pointer;
|
|
31839
31834
|
}
|
|
31840
|
-
|
|
31841
|
-
|
|
31835
|
+
|
|
31836
|
+
.m126spxy {
|
|
31837
|
+
padding-bottom: 4px;
|
|
31838
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31842
31839
|
}
|
|
31843
|
-
.
|
|
31844
|
-
padding:
|
|
31840
|
+
.m126spxy .ant-btn-link {
|
|
31841
|
+
padding: 1px 10px;
|
|
31842
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31843
|
+
border-radius: 4px;
|
|
31845
31844
|
}
|
|
31846
|
-
.
|
|
31847
|
-
|
|
31848
|
-
|
|
31849
|
-
top: 50%;
|
|
31850
|
-
transform: translate(-50%, -50%);
|
|
31845
|
+
.m126spxy .ant-btn-link.active {
|
|
31846
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31847
|
+
color: #0096ff;
|
|
31851
31848
|
}
|
|
31852
|
-
|
|
31853
|
-
|
|
31849
|
+
|
|
31850
|
+
.wpbf4pq {
|
|
31851
|
+
padding: 10px 0;
|
|
31852
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31854
31853
|
}
|
|
31855
|
-
.
|
|
31856
|
-
|
|
31854
|
+
.wpbf4pq .ant-input,
|
|
31855
|
+
.wpbf4pq .ant-picker {
|
|
31856
|
+
width: 80px;
|
|
31857
|
+
margin: 0 9px;
|
|
31858
|
+
text-align: center;
|
|
31857
31859
|
}
|
|
31858
|
-
.
|
|
31859
|
-
|
|
31860
|
+
.wpbf4pq .options {
|
|
31861
|
+
padding: 12px 0 12px 16px;
|
|
31862
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31863
|
+
margin: 5px 0 5px 8px;
|
|
31860
31864
|
}
|
|
31861
|
-
.
|
|
31862
|
-
|
|
31863
|
-
|
|
31864
|
-
|
|
31865
|
-
|
|
31866
|
-
|
|
31865
|
+
.wpbf4pq .week-day-option,
|
|
31866
|
+
.wpbf4pq .month-day-option {
|
|
31867
|
+
background: #f5f7fa;
|
|
31868
|
+
box-sizing: border-box;
|
|
31869
|
+
border-radius: 16px;
|
|
31870
|
+
margin-right: 8px;
|
|
31867
31871
|
}
|
|
31868
|
-
.
|
|
31869
|
-
.
|
|
31870
|
-
|
|
31871
|
-
|
|
31872
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31872
|
+
.wpbf4pq .week-day-option:focus,
|
|
31873
|
+
.wpbf4pq .month-day-option:focus {
|
|
31874
|
+
color: inherit;
|
|
31875
|
+
border-color: #d9d9d9;
|
|
31873
31876
|
}
|
|
31874
|
-
.
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31877
|
+
.wpbf4pq .week-day-option.active {
|
|
31878
|
+
background-color: #0096ff;
|
|
31879
|
+
border-color: #0096ff;
|
|
31880
|
+
color: #fff;
|
|
31878
31881
|
}
|
|
31879
|
-
.
|
|
31880
|
-
|
|
31881
|
-
|
|
31882
|
-
align-items: center;
|
|
31883
|
-
justify-content: flex-end;
|
|
31884
|
-
padding-right: 8px;
|
|
31882
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31883
|
+
width: 110px;
|
|
31884
|
+
margin-top: 4px;
|
|
31885
31885
|
}
|
|
31886
|
-
.
|
|
31887
|
-
width:
|
|
31888
|
-
|
|
31889
|
-
|
|
31890
|
-
justify-content: center;
|
|
31891
|
-
border-radius: 4px;
|
|
31886
|
+
.wpbf4pq .month-day-option {
|
|
31887
|
+
width: 32px;
|
|
31888
|
+
padding: 0;
|
|
31889
|
+
margin-bottom: 8px;
|
|
31892
31890
|
}
|
|
31893
|
-
.
|
|
31894
|
-
background: #
|
|
31891
|
+
.wpbf4pq .month-day-option.active {
|
|
31892
|
+
background-color: #0096ff;
|
|
31893
|
+
border-color: #0096ff;
|
|
31894
|
+
color: #fff;
|
|
31895
31895
|
}
|
|
31896
31896
|
|
|
31897
31897
|
.c18gxmrl {
|
|
@@ -31914,67 +31914,57 @@ input.rrg1fkn.ant-input {
|
|
|
31914
31914
|
padding: 8px 12px;
|
|
31915
31915
|
}
|
|
31916
31916
|
|
|
31917
|
-
.
|
|
31918
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31919
|
-
margin-bottom: 4px;
|
|
31920
|
-
}
|
|
31921
|
-
.berrcjl .breadcrumb-link {
|
|
31922
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31917
|
+
.gmyahx3 {
|
|
31923
31918
|
cursor: pointer;
|
|
31924
|
-
transition: color 160ms ease;
|
|
31925
31919
|
}
|
|
31926
|
-
.
|
|
31927
|
-
color:
|
|
31920
|
+
.gmyahx3 .link-text {
|
|
31921
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31928
31922
|
}
|
|
31929
|
-
.
|
|
31930
|
-
color: #
|
|
31923
|
+
.gmyahx3:hover .link-text {
|
|
31924
|
+
color: #0080ff;
|
|
31931
31925
|
}
|
|
31932
31926
|
|
|
31933
|
-
.
|
|
31934
|
-
display:
|
|
31935
|
-
|
|
31927
|
+
.n12mqh7z {
|
|
31928
|
+
display: flex;
|
|
31929
|
+
align-items: center;
|
|
31930
|
+
font-size: 12px;
|
|
31931
|
+
line-height: 18px;
|
|
31936
31932
|
}
|
|
31937
|
-
.
|
|
31938
|
-
margin-
|
|
31933
|
+
.n12mqh7z:not(:last-child) {
|
|
31934
|
+
margin-bottom: 4px;
|
|
31939
31935
|
}
|
|
31940
31936
|
|
|
31941
|
-
.
|
|
31942
|
-
|
|
31937
|
+
.tf5bynu {
|
|
31938
|
+
margin: 0 3px;
|
|
31943
31939
|
}
|
|
31944
31940
|
|
|
31945
|
-
.
|
|
31946
|
-
|
|
31947
|
-
|
|
31948
|
-
align-items: center;
|
|
31949
|
-
font-size: 13px;
|
|
31950
|
-
line-height: 24px;
|
|
31951
|
-
color: #cccccc;
|
|
31952
|
-
white-space: nowrap;
|
|
31953
|
-
}
|
|
31954
|
-
.c14wcxf0 label {
|
|
31955
|
-
margin-right: 32px;
|
|
31941
|
+
.tcckoz1 {
|
|
31942
|
+
max-height: 400px;
|
|
31943
|
+
overflow: "auto";
|
|
31956
31944
|
}
|
|
31957
31945
|
|
|
31958
|
-
.
|
|
31959
|
-
|
|
31960
|
-
|
|
31946
|
+
.berrcjl {
|
|
31947
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31948
|
+
margin-bottom: 4px;
|
|
31961
31949
|
}
|
|
31962
|
-
|
|
31963
|
-
.
|
|
31964
|
-
|
|
31965
|
-
|
|
31966
|
-
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
|
|
31950
|
+
.berrcjl .breadcrumb-link {
|
|
31951
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31952
|
+
cursor: pointer;
|
|
31953
|
+
transition: color 160ms ease;
|
|
31954
|
+
}
|
|
31955
|
+
.berrcjl .breadcrumb-link:hover {
|
|
31956
|
+
color: #0080ff;
|
|
31957
|
+
}
|
|
31958
|
+
.berrcjl .breadcrumb-link:active {
|
|
31959
|
+
color: #005ed1;
|
|
31972
31960
|
}
|
|
31973
31961
|
|
|
31974
|
-
.
|
|
31975
|
-
|
|
31976
|
-
|
|
31977
|
-
|
|
31962
|
+
.s1iv0tp1 .enabled-switch {
|
|
31963
|
+
display: flex;
|
|
31964
|
+
align-items: center;
|
|
31965
|
+
}
|
|
31966
|
+
.s1iv0tp1 .enabled-text {
|
|
31967
|
+
margin-right: 8px;
|
|
31978
31968
|
}
|
|
31979
31969
|
|
|
31980
31970
|
.c1uzzomf {
|
|
@@ -31999,44 +31989,27 @@ input.rrg1fkn.ant-input {
|
|
|
31999
31989
|
text-align: center;
|
|
32000
31990
|
}
|
|
32001
31991
|
|
|
32002
|
-
.
|
|
32003
|
-
--color: white;
|
|
32004
|
-
height: 14px;
|
|
32005
|
-
width: 14px;
|
|
32006
|
-
border-radius: 50%;
|
|
32007
|
-
flex-shrink: 0;
|
|
31992
|
+
.wg1tsps {
|
|
32008
31993
|
display: flex;
|
|
32009
31994
|
align-items: center;
|
|
32010
|
-
justify-content:
|
|
32011
|
-
border: 1px solid var(--color);
|
|
31995
|
+
justify-content: flex-end;
|
|
32012
31996
|
}
|
|
32013
|
-
|
|
32014
|
-
|
|
32015
|
-
|
|
32016
|
-
|
|
32017
|
-
|
|
32018
|
-
overflow: hidden;
|
|
31997
|
+
|
|
31998
|
+
.b1ctd5xy {
|
|
31999
|
+
display: flex;
|
|
32000
|
+
align-items: center;
|
|
32001
|
+
width: calc(100% - 40px);
|
|
32019
32002
|
}
|
|
32020
|
-
.
|
|
32021
|
-
|
|
32022
|
-
height: 100%;
|
|
32003
|
+
.b1ctd5xy .chart {
|
|
32004
|
+
display: inline-block;
|
|
32023
32005
|
width: 100%;
|
|
32024
|
-
left: 0;
|
|
32025
|
-
top: 0;
|
|
32026
|
-
border-radius: 50%;
|
|
32027
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32028
|
-
transform: rotate(180deg);
|
|
32029
32006
|
}
|
|
32030
|
-
|
|
32031
|
-
|
|
32032
|
-
|
|
32033
|
-
|
|
32034
|
-
|
|
32035
|
-
|
|
32036
|
-
margin-left: 50%;
|
|
32037
|
-
transform-origin: left;
|
|
32038
|
-
background: white;
|
|
32039
|
-
transform: rotate(0deg);
|
|
32007
|
+
|
|
32008
|
+
.u1p8acpn {
|
|
32009
|
+
width: 40px;
|
|
32010
|
+
}
|
|
32011
|
+
.u1p8acpn .unit {
|
|
32012
|
+
color: #00122e !important;
|
|
32040
32013
|
}
|
|
32041
32014
|
|
|
32042
32015
|
.c198s9j3 {
|
|
@@ -32110,84 +32083,111 @@ input.rrg1fkn.ant-input {
|
|
|
32110
32083
|
margin-left: 24px;
|
|
32111
32084
|
}
|
|
32112
32085
|
|
|
32113
|
-
.
|
|
32086
|
+
.m15dvk92 {
|
|
32087
|
+
display: flex;
|
|
32088
|
+
justify-content: space-between;
|
|
32114
32089
|
width: 100%;
|
|
32115
|
-
overflow: inherit;
|
|
32116
|
-
white-space: inherit;
|
|
32117
|
-
text-overflow: ellipsis;
|
|
32118
32090
|
}
|
|
32119
|
-
|
|
32120
|
-
|
|
32121
|
-
display: flex;
|
|
32122
|
-
align-items: center;
|
|
32123
|
-
font-size: 12px;
|
|
32124
|
-
line-height: 18px;
|
|
32091
|
+
.m15dvk92 .action {
|
|
32092
|
+
margin-left: 16px;
|
|
32125
32093
|
}
|
|
32126
|
-
|
|
32127
|
-
|
|
32094
|
+
|
|
32095
|
+
.aql8iqz .ant-alert-message {
|
|
32096
|
+
width: 100%;
|
|
32128
32097
|
}
|
|
32129
32098
|
|
|
32130
|
-
.
|
|
32131
|
-
|
|
32099
|
+
.c18bcrac {
|
|
32100
|
+
display: inline-block;
|
|
32101
|
+
width: 100%;
|
|
32102
|
+
}
|
|
32103
|
+
.c18bcrac .recharts-wrapper {
|
|
32104
|
+
margin-left: 4px;
|
|
32132
32105
|
}
|
|
32133
32106
|
|
|
32134
|
-
.
|
|
32135
|
-
|
|
32136
|
-
overflow: "auto";
|
|
32107
|
+
.cro7kg2 {
|
|
32108
|
+
padding: 4px;
|
|
32137
32109
|
}
|
|
32138
32110
|
|
|
32139
|
-
.
|
|
32111
|
+
.c14wcxf0 {
|
|
32140
32112
|
display: flex;
|
|
32113
|
+
justify-content: space-between;
|
|
32141
32114
|
align-items: center;
|
|
32142
|
-
|
|
32115
|
+
font-size: 13px;
|
|
32116
|
+
line-height: 24px;
|
|
32117
|
+
color: #cccccc;
|
|
32118
|
+
white-space: nowrap;
|
|
32119
|
+
}
|
|
32120
|
+
.c14wcxf0 label {
|
|
32121
|
+
margin-right: 32px;
|
|
32143
32122
|
}
|
|
32144
32123
|
|
|
32145
|
-
.
|
|
32146
|
-
|
|
32147
|
-
|
|
32148
|
-
width: calc(100% - 40px);
|
|
32124
|
+
.coy29mj.c14wcxf0 {
|
|
32125
|
+
font-weight: bold;
|
|
32126
|
+
color: white;
|
|
32149
32127
|
}
|
|
32150
|
-
|
|
32128
|
+
|
|
32129
|
+
.s11212zy {
|
|
32130
|
+
width: 8px;
|
|
32131
|
+
height: 8px;
|
|
32132
|
+
border-radius: 2px;
|
|
32151
32133
|
display: inline-block;
|
|
32152
|
-
|
|
32134
|
+
background: var(--s11212zy-0);
|
|
32135
|
+
border: 1px solid #fff;
|
|
32136
|
+
box-sizing: content-box;
|
|
32137
|
+
margin-right: 6px;
|
|
32153
32138
|
}
|
|
32154
32139
|
|
|
32155
|
-
.
|
|
32156
|
-
|
|
32157
|
-
|
|
32158
|
-
|
|
32159
|
-
color: #00122e !important;
|
|
32140
|
+
.p1lyky6c > :first-child {
|
|
32141
|
+
font-weight: bold;
|
|
32142
|
+
color: white;
|
|
32143
|
+
margin-right: 4px;
|
|
32160
32144
|
}
|
|
32161
32145
|
|
|
32162
|
-
.
|
|
32146
|
+
.c1bus5hc {
|
|
32147
|
+
--color: white;
|
|
32148
|
+
height: 14px;
|
|
32149
|
+
width: 14px;
|
|
32150
|
+
border-radius: 50%;
|
|
32151
|
+
flex-shrink: 0;
|
|
32163
32152
|
display: flex;
|
|
32164
|
-
|
|
32165
|
-
|
|
32153
|
+
align-items: center;
|
|
32154
|
+
justify-content: center;
|
|
32155
|
+
border: 1px solid var(--color);
|
|
32166
32156
|
}
|
|
32167
|
-
.
|
|
32168
|
-
|
|
32157
|
+
.c1bus5hc .circle-inner {
|
|
32158
|
+
position: relative;
|
|
32159
|
+
height: 10px;
|
|
32160
|
+
width: 10px;
|
|
32161
|
+
border-radius: 50%;
|
|
32162
|
+
overflow: hidden;
|
|
32169
32163
|
}
|
|
32170
|
-
|
|
32171
|
-
|
|
32164
|
+
.c1bus5hc .circle-content {
|
|
32165
|
+
position: absolute;
|
|
32166
|
+
height: 100%;
|
|
32172
32167
|
width: 100%;
|
|
32168
|
+
left: 0;
|
|
32169
|
+
top: 0;
|
|
32170
|
+
border-radius: 50%;
|
|
32171
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
32172
|
+
transform: rotate(180deg);
|
|
32173
32173
|
}
|
|
32174
|
-
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
|
|
32178
|
-
|
|
32179
|
-
|
|
32180
|
-
|
|
32181
|
-
|
|
32182
|
-
|
|
32174
|
+
.c1bus5hc .circle-child {
|
|
32175
|
+
position: absolute;
|
|
32176
|
+
height: 100%;
|
|
32177
|
+
width: 100%;
|
|
32178
|
+
left: 0;
|
|
32179
|
+
top: 0;
|
|
32180
|
+
margin-left: 50%;
|
|
32181
|
+
transform-origin: left;
|
|
32182
|
+
background: white;
|
|
32183
|
+
transform: rotate(0deg);
|
|
32183
32184
|
}
|
|
32184
32185
|
|
|
32185
|
-
.
|
|
32186
|
-
|
|
32187
|
-
|
|
32188
|
-
|
|
32189
|
-
|
|
32190
|
-
margin-right: 8px;
|
|
32186
|
+
.tje3huy {
|
|
32187
|
+
width: 100%;
|
|
32188
|
+
overflow: inherit;
|
|
32189
|
+
white-space: inherit;
|
|
32190
|
+
text-overflow: ellipsis;
|
|
32191
32191
|
}
|
|
32192
32192
|
|
|
32193
32193
|
.c10crapj {
|
|
@@ -32223,15 +32223,6 @@ input.rrg1fkn.ant-input {
|
|
|
32223
32223
|
margin: 0 2px;
|
|
32224
32224
|
}
|
|
32225
32225
|
|
|
32226
|
-
.o8ocss1 {
|
|
32227
|
-
overflow: hidden;
|
|
32228
|
-
text-overflow: ellipsis;
|
|
32229
|
-
}
|
|
32230
|
-
|
|
32231
|
-
.n17syc35 {
|
|
32232
|
-
white-space: nowrap;
|
|
32233
|
-
}
|
|
32234
|
-
|
|
32235
32226
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32236
32227
|
border-radius: 6px;
|
|
32237
32228
|
}
|
|
@@ -32289,111 +32280,91 @@ input.rrg1fkn.ant-input {
|
|
|
32289
32280
|
transform: rotate(180deg);
|
|
32290
32281
|
}
|
|
32291
32282
|
|
|
32292
|
-
.
|
|
32293
|
-
|
|
32294
|
-
height: 246px;
|
|
32295
|
-
border-radius: 4px;
|
|
32283
|
+
.t19ustft .date {
|
|
32284
|
+
margin-right: 4px;
|
|
32296
32285
|
}
|
|
32297
|
-
|
|
32298
|
-
.
|
|
32299
|
-
|
|
32300
|
-
|
|
32301
|
-
|
|
32286
|
+
|
|
32287
|
+
.s14dk8r1 {
|
|
32288
|
+
margin: 0;
|
|
32289
|
+
border-radius: 20px;
|
|
32290
|
+
padding: 2px 10px;
|
|
32291
|
+
height: 22px;
|
|
32302
32292
|
}
|
|
32303
|
-
.
|
|
32304
|
-
|
|
32305
|
-
padding: 0 16px;
|
|
32293
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32294
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32306
32295
|
}
|
|
32307
|
-
.
|
|
32308
|
-
|
|
32309
|
-
width: 100%;
|
|
32310
|
-
height: 180px;
|
|
32311
|
-
border-spacing: 0;
|
|
32296
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32297
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32312
32298
|
}
|
|
32313
|
-
.
|
|
32314
|
-
|
|
32315
|
-
margin-bottom: 8px;
|
|
32299
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32300
|
+
color: #00122e;
|
|
32316
32301
|
}
|
|
32317
|
-
.
|
|
32318
|
-
|
|
32319
|
-
width: 22px;
|
|
32302
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32303
|
+
margin-right: 6px;
|
|
32320
32304
|
}
|
|
32321
|
-
.
|
|
32322
|
-
|
|
32323
|
-
padding: 0;
|
|
32305
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32306
|
+
margin-left: 4px;
|
|
32324
32307
|
}
|
|
32325
|
-
.
|
|
32326
|
-
color: rgba(
|
|
32327
|
-
|
|
32308
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32309
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32310
|
+
}
|
|
32311
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32312
|
+
background-color: #0080ff;
|
|
32313
|
+
}
|
|
32314
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32315
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32328
32316
|
}
|
|
32329
|
-
.
|
|
32330
|
-
color: rgba(
|
|
32331
|
-
opacity: 1;
|
|
32317
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32318
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32332
32319
|
}
|
|
32333
|
-
.
|
|
32334
|
-
color: #
|
|
32320
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32321
|
+
background-color: #f0483e;
|
|
32335
32322
|
}
|
|
32336
|
-
.
|
|
32337
|
-
|
|
32323
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32324
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32338
32325
|
}
|
|
32339
|
-
|
|
32340
|
-
.
|
|
32341
|
-
color: rgba(129, 138, 153, 0.6);
|
|
32342
|
-
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32343
|
-
backdrop-filter: blur(10px);
|
|
32344
|
-
padding: 7px 10px;
|
|
32326
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32327
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32345
32328
|
}
|
|
32346
|
-
|
|
32347
|
-
|
|
32348
|
-
color: rgba(62, 70, 82, 0.6);
|
|
32349
|
-
display: flex;
|
|
32350
|
-
justify-content: space-between;
|
|
32351
|
-
align-items: center;
|
|
32352
|
-
padding: 8px 16px;
|
|
32329
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32330
|
+
background-color: #fea008;
|
|
32353
32331
|
}
|
|
32354
|
-
.
|
|
32355
|
-
|
|
32332
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32333
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32356
32334
|
}
|
|
32357
|
-
.
|
|
32358
|
-
color:
|
|
32335
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32336
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32359
32337
|
}
|
|
32360
|
-
|
|
32361
|
-
|
|
32362
|
-
text-align: center;
|
|
32338
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32339
|
+
background-color: #00ba5d;
|
|
32363
32340
|
}
|
|
32364
|
-
.
|
|
32365
|
-
|
|
32366
|
-
justify-content: center;
|
|
32341
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32342
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32367
32343
|
}
|
|
32368
|
-
.
|
|
32369
|
-
|
|
32370
|
-
width: 2px;
|
|
32371
|
-
height: 2px;
|
|
32372
|
-
border-radius: 1px;
|
|
32373
|
-
background: #0096ff;
|
|
32344
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32345
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32374
32346
|
}
|
|
32375
|
-
.
|
|
32376
|
-
|
|
32347
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32348
|
+
background-color: #6b7d99;
|
|
32377
32349
|
}
|
|
32378
|
-
.
|
|
32379
|
-
|
|
32380
|
-
height: 2px;
|
|
32381
|
-
background: #0096ff;
|
|
32382
|
-
border-radius: 2px;
|
|
32350
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32351
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32383
32352
|
}
|
|
32384
32353
|
|
|
32385
|
-
.
|
|
32386
|
-
|
|
32387
|
-
|
|
32388
|
-
|
|
32354
|
+
.s1uupoto {
|
|
32355
|
+
width: 8px;
|
|
32356
|
+
height: 8px;
|
|
32357
|
+
border-radius: 50%;
|
|
32358
|
+
display: inline-block;
|
|
32389
32359
|
}
|
|
32390
32360
|
|
|
32391
|
-
.
|
|
32392
|
-
|
|
32361
|
+
.o8ocss1 {
|
|
32362
|
+
overflow: hidden;
|
|
32363
|
+
text-overflow: ellipsis;
|
|
32393
32364
|
}
|
|
32394
32365
|
|
|
32395
|
-
.
|
|
32396
|
-
|
|
32366
|
+
.n17syc35 {
|
|
32367
|
+
white-space: nowrap;
|
|
32397
32368
|
}
|
|
32398
32369
|
|
|
32399
32370
|
.s1uupxds {
|
|
@@ -32478,82 +32449,111 @@ input.rrg1fkn.ant-input {
|
|
|
32478
32449
|
background-color: #7E41FF;
|
|
32479
32450
|
}
|
|
32480
32451
|
|
|
32481
|
-
.
|
|
32482
|
-
|
|
32483
|
-
|
|
32484
|
-
|
|
32485
|
-
height: 22px;
|
|
32452
|
+
.igz4le8 {
|
|
32453
|
+
height: 24px;
|
|
32454
|
+
width: 56px !important;
|
|
32455
|
+
margin-right: 4px;
|
|
32486
32456
|
}
|
|
32487
|
-
|
|
32488
|
-
|
|
32457
|
+
|
|
32458
|
+
.c1riexje {
|
|
32459
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32489
32460
|
}
|
|
32490
|
-
|
|
32491
|
-
|
|
32461
|
+
|
|
32462
|
+
.clm1wy1 {
|
|
32463
|
+
width: 192px;
|
|
32464
|
+
height: 246px;
|
|
32465
|
+
border-radius: 4px;
|
|
32492
32466
|
}
|
|
32493
|
-
.
|
|
32494
|
-
|
|
32467
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32468
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32469
|
+
width: 100%;
|
|
32470
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32471
|
+
border-top: none;
|
|
32495
32472
|
}
|
|
32496
|
-
.
|
|
32497
|
-
|
|
32473
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32474
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32475
|
+
padding: 0 16px;
|
|
32498
32476
|
}
|
|
32499
|
-
.
|
|
32500
|
-
|
|
32477
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32478
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32479
|
+
width: 100%;
|
|
32480
|
+
height: 180px;
|
|
32481
|
+
border-spacing: 0;
|
|
32501
32482
|
}
|
|
32502
|
-
.
|
|
32503
|
-
|
|
32483
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32484
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32485
|
+
margin-bottom: 8px;
|
|
32504
32486
|
}
|
|
32505
|
-
.
|
|
32506
|
-
|
|
32487
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32488
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32489
|
+
width: 22px;
|
|
32507
32490
|
}
|
|
32508
|
-
.
|
|
32509
|
-
|
|
32491
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32492
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32493
|
+
padding: 0;
|
|
32510
32494
|
}
|
|
32511
|
-
.
|
|
32512
|
-
|
|
32495
|
+
.clm1wy1 .ant-picker-cell {
|
|
32496
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32497
|
+
opacity: 0.4;
|
|
32513
32498
|
}
|
|
32514
|
-
.
|
|
32515
|
-
|
|
32499
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32500
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32501
|
+
opacity: 1;
|
|
32516
32502
|
}
|
|
32517
|
-
.
|
|
32518
|
-
|
|
32503
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32504
|
+
color: #3e4652;
|
|
32519
32505
|
}
|
|
32520
|
-
.
|
|
32521
|
-
|
|
32506
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32507
|
+
pointer-events: none;
|
|
32522
32508
|
}
|
|
32523
|
-
|
|
32524
|
-
|
|
32509
|
+
|
|
32510
|
+
.t1tsm00v {
|
|
32511
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32512
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32513
|
+
backdrop-filter: blur(10px);
|
|
32514
|
+
padding: 7px 10px;
|
|
32525
32515
|
}
|
|
32526
|
-
|
|
32527
|
-
|
|
32516
|
+
|
|
32517
|
+
.c167wnad {
|
|
32518
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32519
|
+
display: flex;
|
|
32520
|
+
justify-content: space-between;
|
|
32521
|
+
align-items: center;
|
|
32522
|
+
padding: 8px 16px;
|
|
32528
32523
|
}
|
|
32529
|
-
.
|
|
32530
|
-
|
|
32524
|
+
.c167wnad .anticon {
|
|
32525
|
+
cursor: pointer;
|
|
32531
32526
|
}
|
|
32532
|
-
.
|
|
32533
|
-
|
|
32527
|
+
.c167wnad .anticon:hover {
|
|
32528
|
+
color: #0096ff;
|
|
32534
32529
|
}
|
|
32535
|
-
|
|
32536
|
-
|
|
32530
|
+
|
|
32531
|
+
.cxhf7dh {
|
|
32532
|
+
text-align: center;
|
|
32537
32533
|
}
|
|
32538
|
-
.
|
|
32539
|
-
|
|
32534
|
+
.cxhf7dh .dots {
|
|
32535
|
+
display: flex;
|
|
32536
|
+
justify-content: center;
|
|
32540
32537
|
}
|
|
32541
|
-
.
|
|
32542
|
-
|
|
32538
|
+
.cxhf7dh .dot {
|
|
32539
|
+
display: inline-block;
|
|
32540
|
+
width: 2px;
|
|
32541
|
+
height: 2px;
|
|
32542
|
+
border-radius: 1px;
|
|
32543
|
+
background: #0096ff;
|
|
32543
32544
|
}
|
|
32544
|
-
.
|
|
32545
|
-
|
|
32545
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32546
|
+
margin-right: 2px;
|
|
32546
32547
|
}
|
|
32547
|
-
|
|
32548
|
-
|
|
32549
|
-
|
|
32550
|
-
|
|
32551
|
-
border-radius:
|
|
32552
|
-
display: inline-block;
|
|
32548
|
+
.cxhf7dh .bar {
|
|
32549
|
+
width: 9px;
|
|
32550
|
+
height: 2px;
|
|
32551
|
+
background: #0096ff;
|
|
32552
|
+
border-radius: 2px;
|
|
32553
32553
|
}
|
|
32554
32554
|
|
|
32555
|
-
.
|
|
32556
|
-
|
|
32555
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32556
|
+
display: flex;
|
|
32557
32557
|
}
|
|
32558
32558
|
|
|
32559
32559
|
.l4bld33 {
|
|
@@ -33025,23 +33025,6 @@ input.rrg1fkn.ant-input {
|
|
|
33025
33025
|
margin-right: 2px;
|
|
33026
33026
|
}
|
|
33027
33027
|
|
|
33028
|
-
.bab9xum {
|
|
33029
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33030
|
-
}
|
|
33031
|
-
|
|
33032
|
-
.cav4gt6 {
|
|
33033
|
-
border-radius: 8px;
|
|
33034
|
-
background-color: white;
|
|
33035
|
-
}
|
|
33036
|
-
.cav4gt6.hoverable {
|
|
33037
|
-
cursor: pointer;
|
|
33038
|
-
}
|
|
33039
|
-
.cav4gt6.hoverable:hover {
|
|
33040
|
-
transition: all 200ms ease;
|
|
33041
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33042
|
-
transform: translateY(-4px);
|
|
33043
|
-
}
|
|
33044
|
-
|
|
33045
33028
|
.rrwcpby {
|
|
33046
33029
|
display: flex;
|
|
33047
33030
|
align-items: center;
|
|
@@ -33251,6 +33234,23 @@ input.rrg1fkn.ant-input {
|
|
|
33251
33234
|
margin-right: 8px;
|
|
33252
33235
|
}
|
|
33253
33236
|
|
|
33237
|
+
.bab9xum {
|
|
33238
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33239
|
+
}
|
|
33240
|
+
|
|
33241
|
+
.cav4gt6 {
|
|
33242
|
+
border-radius: 8px;
|
|
33243
|
+
background-color: white;
|
|
33244
|
+
}
|
|
33245
|
+
.cav4gt6.hoverable {
|
|
33246
|
+
cursor: pointer;
|
|
33247
|
+
}
|
|
33248
|
+
.cav4gt6.hoverable:hover {
|
|
33249
|
+
transition: all 200ms ease;
|
|
33250
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33251
|
+
transform: translateY(-4px);
|
|
33252
|
+
}
|
|
33253
|
+
|
|
33254
33254
|
.skwah65 {
|
|
33255
33255
|
height: 8px;
|
|
33256
33256
|
box-sizing: border-box;
|