@cloudtower/eagle 0.27.17 → 0.27.21
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/Cascader/cascader.stories.d.ts +6 -0
- package/dist/components/Cascader/index.d.ts +4 -0
- package/dist/components/Link/Link.stories.d.ts +14 -0
- package/dist/components/Link/index.d.ts +3 -0
- package/dist/components.css +1654 -1601
- package/dist/core/DropdownMenu/DropdownMenu.stories.d.ts +7 -0
- package/dist/core/DropdownMenu/index.d.ts +34 -0
- package/dist/esm/index.js +1030 -895
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/spec/base.d.ts +9 -2
- package/dist/spec/type.d.ts +27 -0
- package/dist/style.css +1525 -1472
- package/dist/umd/index.js +1033 -897
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +4 -1
- package/package.json +7 -5
package/dist/components.css
CHANGED
|
@@ -29471,6 +29471,19 @@ html body {
|
|
|
29471
29471
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29472
29472
|
}
|
|
29473
29473
|
}
|
|
29474
|
+
.d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29475
|
+
padding: 4px 8px 0 8px;
|
|
29476
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29477
|
+
font-size: 12px;
|
|
29478
|
+
}
|
|
29479
|
+
.d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29480
|
+
padding-bottom: 6px;
|
|
29481
|
+
}
|
|
29482
|
+
.d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29483
|
+
padding-top: 4px;
|
|
29484
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29485
|
+
}
|
|
29486
|
+
|
|
29474
29487
|
.fde5mpd {
|
|
29475
29488
|
width: 100%;
|
|
29476
29489
|
height: 100%;
|
|
@@ -29486,66 +29499,6 @@ html body {
|
|
|
29486
29499
|
font-size: 18px;
|
|
29487
29500
|
}
|
|
29488
29501
|
|
|
29489
|
-
.i1mrf09m {
|
|
29490
|
-
display: inline-flex;
|
|
29491
|
-
align-items: center;
|
|
29492
|
-
}
|
|
29493
|
-
.i1mrf09m .icon-inner {
|
|
29494
|
-
display: inline-flex;
|
|
29495
|
-
align-items: center;
|
|
29496
|
-
justify-content: center;
|
|
29497
|
-
}
|
|
29498
|
-
.i1mrf09m .icon-inner + span,
|
|
29499
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29500
|
-
margin-left: 4px;
|
|
29501
|
-
}
|
|
29502
|
-
.i1mrf09m.is-rotate img,
|
|
29503
|
-
.i1mrf09m.is-rotate svg {
|
|
29504
|
-
animation: rotate 680ms linear infinite;
|
|
29505
|
-
}
|
|
29506
|
-
|
|
29507
|
-
.iap75of {
|
|
29508
|
-
height: 18px;
|
|
29509
|
-
line-height: 18px;
|
|
29510
|
-
padding: 0 4px;
|
|
29511
|
-
border-radius: 4px;
|
|
29512
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29513
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29514
|
-
display: flex;
|
|
29515
|
-
align-items: center;
|
|
29516
|
-
white-space: nowrap;
|
|
29517
|
-
margin-right: 4px;
|
|
29518
|
-
}
|
|
29519
|
-
|
|
29520
|
-
.bpq0js6 {
|
|
29521
|
-
padding: 4px 11px;
|
|
29522
|
-
}
|
|
29523
|
-
|
|
29524
|
-
.b15sn34c {
|
|
29525
|
-
white-space: nowrap;
|
|
29526
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29527
|
-
}
|
|
29528
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29529
|
-
--color: #0080ff;
|
|
29530
|
-
}
|
|
29531
|
-
.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] {
|
|
29532
|
-
--color: #0080ff;
|
|
29533
|
-
}
|
|
29534
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29535
|
-
margin-left: 1px;
|
|
29536
|
-
}
|
|
29537
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29538
|
-
border-top-right-radius: 0;
|
|
29539
|
-
border-bottom-right-radius: 0;
|
|
29540
|
-
}
|
|
29541
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29542
|
-
border-top-left-radius: 0;
|
|
29543
|
-
border-bottom-left-radius: 0;
|
|
29544
|
-
}
|
|
29545
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29546
|
-
border-radius: unset;
|
|
29547
|
-
}
|
|
29548
|
-
|
|
29549
29502
|
.buj61ew.ant-btn-icon-only {
|
|
29550
29503
|
justify-content: center;
|
|
29551
29504
|
}
|
|
@@ -29796,144 +29749,73 @@ html body {
|
|
|
29796
29749
|
padding: 0;
|
|
29797
29750
|
}
|
|
29798
29751
|
|
|
29799
|
-
.
|
|
29800
|
-
|
|
29801
|
-
|
|
29802
|
-
|
|
29803
|
-
border-
|
|
29804
|
-
|
|
29805
|
-
|
|
29806
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29807
|
-
}
|
|
29808
|
-
.c1up1pdz .expand {
|
|
29809
|
-
padding: 12px;
|
|
29810
|
-
}
|
|
29811
|
-
.c1up1pdz .field-item {
|
|
29812
|
-
display: flex;
|
|
29813
|
-
padding: 10px 0;
|
|
29814
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29815
|
-
}
|
|
29816
|
-
.c1up1pdz .field-item:last-child {
|
|
29817
|
-
border-bottom: none;
|
|
29818
|
-
padding-bottom: 0;
|
|
29819
|
-
}
|
|
29820
|
-
.c1up1pdz .field-item label {
|
|
29821
|
-
line-height: 32px;
|
|
29822
|
-
width: 100px;
|
|
29823
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29824
|
-
}
|
|
29825
|
-
.c1up1pdz .help {
|
|
29826
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29827
|
-
margin-top: 5px;
|
|
29828
|
-
}
|
|
29829
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
29830
|
-
.c1up1pdz .ant-picker {
|
|
29831
|
-
width: 128px;
|
|
29832
|
-
}
|
|
29833
|
-
|
|
29834
|
-
.c156wh19 {
|
|
29835
|
-
display: flex;
|
|
29836
|
-
align-items: center;
|
|
29837
|
-
justify-content: space-between;
|
|
29838
|
-
word-break: keep-all;
|
|
29839
|
-
}
|
|
29840
|
-
.c156wh19 .title {
|
|
29841
|
-
margin: 0 16px 0 8px;
|
|
29842
|
-
}
|
|
29843
|
-
.c156wh19 .retain {
|
|
29844
|
-
color: rgba(129, 138, 153, 0.6);
|
|
29845
|
-
}
|
|
29846
|
-
.c156wh19 .left {
|
|
29847
|
-
flex: 1;
|
|
29752
|
+
.iap75of {
|
|
29753
|
+
height: 18px;
|
|
29754
|
+
line-height: 18px;
|
|
29755
|
+
padding: 0 4px;
|
|
29756
|
+
border-radius: 4px;
|
|
29757
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29758
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29848
29759
|
display: flex;
|
|
29849
|
-
overflow: hidden;
|
|
29850
29760
|
align-items: center;
|
|
29851
|
-
justify-content: flex-start;
|
|
29852
29761
|
white-space: nowrap;
|
|
29762
|
+
margin-right: 4px;
|
|
29853
29763
|
}
|
|
29854
|
-
|
|
29855
|
-
|
|
29856
|
-
|
|
29857
|
-
text-overflow: ellipsis;
|
|
29858
|
-
}
|
|
29859
|
-
.c156wh19 .right {
|
|
29860
|
-
display: flex;
|
|
29764
|
+
|
|
29765
|
+
.i1mrf09m {
|
|
29766
|
+
display: inline-flex;
|
|
29861
29767
|
align-items: center;
|
|
29862
29768
|
}
|
|
29863
|
-
.
|
|
29864
|
-
display: flex;
|
|
29865
|
-
flex-direction: row-reverse;
|
|
29769
|
+
.i1mrf09m .icon-inner {
|
|
29770
|
+
display: inline-flex;
|
|
29866
29771
|
align-items: center;
|
|
29772
|
+
justify-content: center;
|
|
29867
29773
|
}
|
|
29868
|
-
.
|
|
29869
|
-
|
|
29774
|
+
.i1mrf09m .icon-inner + span,
|
|
29775
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29776
|
+
margin-left: 4px;
|
|
29870
29777
|
}
|
|
29871
|
-
.
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
29875
|
-
cursor: pointer;
|
|
29778
|
+
.i1mrf09m.is-rotate img,
|
|
29779
|
+
.i1mrf09m.is-rotate svg {
|
|
29780
|
+
animation: rotate 680ms linear infinite;
|
|
29876
29781
|
}
|
|
29877
29782
|
|
|
29878
|
-
.
|
|
29879
|
-
padding
|
|
29880
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
29881
|
-
}
|
|
29882
|
-
.m126spxy .ant-btn-link {
|
|
29883
|
-
padding: 1px 10px;
|
|
29884
|
-
color: rgba(62, 70, 82, 0.6);
|
|
29885
|
-
border-radius: 4px;
|
|
29886
|
-
}
|
|
29887
|
-
.m126spxy .ant-btn-link.active {
|
|
29888
|
-
background: rgba(0, 128, 255, 0.1);
|
|
29889
|
-
color: #0096ff;
|
|
29783
|
+
.bpq0js6 {
|
|
29784
|
+
padding: 4px 11px;
|
|
29890
29785
|
}
|
|
29891
29786
|
|
|
29892
|
-
.
|
|
29893
|
-
|
|
29894
|
-
|
|
29787
|
+
.b15sn34c {
|
|
29788
|
+
white-space: nowrap;
|
|
29789
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29895
29790
|
}
|
|
29896
|
-
.
|
|
29897
|
-
|
|
29898
|
-
width: 80px;
|
|
29899
|
-
margin: 0 9px;
|
|
29900
|
-
text-align: center;
|
|
29791
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29792
|
+
--color: #0080ff;
|
|
29901
29793
|
}
|
|
29902
|
-
.
|
|
29903
|
-
|
|
29904
|
-
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
29905
|
-
margin: 5px 0 5px 8px;
|
|
29794
|
+
.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] {
|
|
29795
|
+
--color: #0080ff;
|
|
29906
29796
|
}
|
|
29907
|
-
.
|
|
29908
|
-
|
|
29909
|
-
background: #f5f7fa;
|
|
29910
|
-
box-sizing: border-box;
|
|
29911
|
-
border-radius: 16px;
|
|
29912
|
-
margin-right: 8px;
|
|
29797
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29798
|
+
margin-left: 1px;
|
|
29913
29799
|
}
|
|
29914
|
-
.
|
|
29915
|
-
|
|
29916
|
-
|
|
29917
|
-
border-color: #d9d9d9;
|
|
29800
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29801
|
+
border-top-right-radius: 0;
|
|
29802
|
+
border-bottom-right-radius: 0;
|
|
29918
29803
|
}
|
|
29919
|
-
.
|
|
29920
|
-
|
|
29921
|
-
border-
|
|
29922
|
-
color: #fff;
|
|
29804
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29805
|
+
border-top-left-radius: 0;
|
|
29806
|
+
border-bottom-left-radius: 0;
|
|
29923
29807
|
}
|
|
29924
|
-
.
|
|
29925
|
-
|
|
29926
|
-
margin-top: 4px;
|
|
29808
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29809
|
+
border-radius: unset;
|
|
29927
29810
|
}
|
|
29928
|
-
|
|
29929
|
-
|
|
29930
|
-
|
|
29931
|
-
margin-bottom: 8px;
|
|
29811
|
+
|
|
29812
|
+
.obf05yr {
|
|
29813
|
+
display: inline-block;
|
|
29932
29814
|
}
|
|
29933
|
-
|
|
29934
|
-
|
|
29935
|
-
|
|
29936
|
-
|
|
29815
|
+
|
|
29816
|
+
.hsms1n6 {
|
|
29817
|
+
visibility: hidden;
|
|
29818
|
+
position: absolute;
|
|
29937
29819
|
}
|
|
29938
29820
|
|
|
29939
29821
|
.p12gwtiw {
|
|
@@ -30052,199 +29934,892 @@ html body {
|
|
|
30052
29934
|
display: inline-block;
|
|
30053
29935
|
}
|
|
30054
29936
|
|
|
30055
|
-
.
|
|
30056
|
-
display: inline-
|
|
29937
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
29938
|
+
display: inline-flex;
|
|
29939
|
+
align-items: baseline;
|
|
29940
|
+
white-space: pre-wrap;
|
|
30057
29941
|
}
|
|
30058
|
-
|
|
30059
|
-
|
|
30060
|
-
|
|
30061
|
-
position: absolute;
|
|
29942
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
29943
|
+
position: relative;
|
|
29944
|
+
top: 3px;
|
|
30062
29945
|
}
|
|
30063
|
-
|
|
30064
|
-
.
|
|
30065
|
-
height: 100%;
|
|
29946
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
29947
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30066
29948
|
}
|
|
30067
|
-
|
|
30068
|
-
|
|
30069
|
-
height: 100%;
|
|
29949
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
29950
|
+
border-color: #0080ff;
|
|
30070
29951
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
}
|
|
30075
|
-
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30076
|
-
height: 100%;
|
|
30077
|
-
}
|
|
30078
|
-
.tta5kd2.empty-table .ant-table-content table {
|
|
30079
|
-
width: 100% !important;
|
|
30080
|
-
height: 100%;
|
|
30081
|
-
}
|
|
30082
|
-
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30083
|
-
padding: 15px 0;
|
|
29952
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
29953
|
+
border-color: #0080ff;
|
|
29954
|
+
background: #0080ff;
|
|
30084
29955
|
}
|
|
30085
|
-
.
|
|
30086
|
-
|
|
29956
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
29957
|
+
top: 4px;
|
|
29958
|
+
left: 4px;
|
|
29959
|
+
width: 6px;
|
|
29960
|
+
height: 6px;
|
|
29961
|
+
background: #fff;
|
|
30087
29962
|
}
|
|
30088
|
-
.
|
|
30089
|
-
|
|
29963
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
29964
|
+
opacity: 0.5;
|
|
30090
29965
|
}
|
|
30091
|
-
.
|
|
30092
|
-
|
|
29966
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
29967
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
29968
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30093
29969
|
}
|
|
30094
|
-
.
|
|
30095
|
-
|
|
29970
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
29971
|
+
background: #00122e;
|
|
30096
29972
|
}
|
|
30097
|
-
.
|
|
30098
|
-
|
|
30099
|
-
|
|
29973
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
29974
|
+
color: #00122e;
|
|
29975
|
+
opacity: 0.5;
|
|
30100
29976
|
}
|
|
30101
|
-
.
|
|
30102
|
-
|
|
29977
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
29978
|
+
color: #00122e;
|
|
30103
29979
|
}
|
|
30104
|
-
.
|
|
30105
|
-
|
|
30106
|
-
|
|
29980
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
29981
|
+
display: inline-block;
|
|
29982
|
+
padding: 0;
|
|
29983
|
+
padding-left: 12px;
|
|
30107
29984
|
}
|
|
30108
|
-
.
|
|
30109
|
-
|
|
29985
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
29986
|
+
margin-bottom: 0;
|
|
29987
|
+
white-space: pre-wrap;
|
|
29988
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30110
29989
|
}
|
|
30111
|
-
.
|
|
30112
|
-
|
|
30113
|
-
background: #fff;
|
|
30114
|
-
padding: 0 !important;
|
|
29990
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
29991
|
+
padding-left: 8px;
|
|
30115
29992
|
}
|
|
30116
|
-
|
|
30117
|
-
.
|
|
30118
|
-
|
|
30119
|
-
align-items: center;
|
|
30120
|
-
height: 100%;
|
|
30121
|
-
padding: 8px;
|
|
29993
|
+
|
|
29994
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
29995
|
+
border-radius: 5px 0 0 5px;
|
|
30122
29996
|
}
|
|
30123
|
-
.
|
|
30124
|
-
|
|
30125
|
-
overflow: hidden;
|
|
30126
|
-
text-overflow: ellipsis;
|
|
30127
|
-
width: 100%;
|
|
29997
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
29998
|
+
border-radius: 0 5px 5px 0;
|
|
30128
29999
|
}
|
|
30129
|
-
|
|
30130
|
-
|
|
30000
|
+
|
|
30001
|
+
.r1f0aqcc {
|
|
30002
|
+
color: #00122e;
|
|
30003
|
+
border-color: #ccd4e3;
|
|
30131
30004
|
}
|
|
30132
|
-
.
|
|
30133
|
-
|
|
30005
|
+
.r1f0aqcc:first-child {
|
|
30006
|
+
border-color: #a3b4cc;
|
|
30134
30007
|
}
|
|
30135
|
-
.
|
|
30136
|
-
|
|
30137
|
-
|
|
30138
|
-
|
|
30139
|
-
border-bottom: none;
|
|
30140
|
-
height: 100%;
|
|
30141
|
-
font-size: 12px;
|
|
30142
|
-
background: transparent;
|
|
30008
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30009
|
+
padding: 0 12px;
|
|
30010
|
+
line-height: 32px;
|
|
30011
|
+
height: 32px;
|
|
30143
30012
|
}
|
|
30144
|
-
.
|
|
30145
|
-
|
|
30146
|
-
z-index: 3;
|
|
30147
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30148
|
-
margin-bottom: -1px;
|
|
30013
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30014
|
+
white-space: nowrap;
|
|
30149
30015
|
}
|
|
30150
|
-
.
|
|
30151
|
-
|
|
30152
|
-
|
|
30016
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30017
|
+
height: 22px;
|
|
30018
|
+
padding: 0 7px;
|
|
30019
|
+
line-height: 20px;
|
|
30153
30020
|
}
|
|
30154
|
-
.
|
|
30155
|
-
|
|
30156
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30021
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30022
|
+
background: #ccd4e3;
|
|
30157
30023
|
}
|
|
30158
|
-
.
|
|
30159
|
-
|
|
30160
|
-
text-align: center;
|
|
30024
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30025
|
+
background: #0080ff;
|
|
30161
30026
|
}
|
|
30162
|
-
.
|
|
30163
|
-
background: #
|
|
30027
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30028
|
+
background: #ccd4e3;
|
|
30029
|
+
opacity: 0.5;
|
|
30164
30030
|
}
|
|
30165
|
-
.
|
|
30166
|
-
|
|
30167
|
-
position: absolute;
|
|
30168
|
-
top: 50%;
|
|
30169
|
-
right: 12px;
|
|
30170
|
-
transform: translateY(-50%);
|
|
30031
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30032
|
+
border-right-color: #0080ff;
|
|
30171
30033
|
}
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30174
|
-
width: 1px;
|
|
30175
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30034
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30035
|
+
border-color: #0080ff;
|
|
30176
30036
|
}
|
|
30177
|
-
.
|
|
30178
|
-
|
|
30179
|
-
width: 1px;
|
|
30180
|
-
background: rgba(213, 219, 227, 0.6);
|
|
30037
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30038
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30181
30039
|
}
|
|
30182
|
-
.
|
|
30183
|
-
|
|
30040
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30041
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30042
|
+
border-color: #ccd4e3;
|
|
30043
|
+
opacity: 0.5;
|
|
30184
30044
|
}
|
|
30185
|
-
.
|
|
30186
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30187
|
-
border-bottom: 1px solid white;
|
|
30188
|
-
height: 40px;
|
|
30189
|
-
vertical-align: middle;
|
|
30190
|
-
transition: background 0ms;
|
|
30045
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30191
30046
|
color: #00122e;
|
|
30047
|
+
border-color: #ccd4e3;
|
|
30192
30048
|
}
|
|
30193
|
-
.
|
|
30194
|
-
background: #f2f5fa;
|
|
30195
|
-
border-bottom-color: #f2f5fa;
|
|
30196
|
-
}
|
|
30197
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30198
|
-
height: auto;
|
|
30049
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30199
30050
|
color: #00122e;
|
|
30200
|
-
|
|
30201
|
-
|
|
30202
|
-
transition: none;
|
|
30203
|
-
overflow: hidden;
|
|
30204
|
-
text-overflow: ellipsis;
|
|
30205
|
-
white-space: nowrap;
|
|
30206
|
-
}
|
|
30207
|
-
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30208
|
-
color: #0096ff;
|
|
30051
|
+
border-color: #ccd4e3;
|
|
30052
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30209
30053
|
}
|
|
30210
|
-
.
|
|
30211
|
-
|
|
30212
|
-
|
|
30213
|
-
|
|
30214
|
-
|
|
30054
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30055
|
+
margin-right: 8px;
|
|
30056
|
+
display: inline;
|
|
30057
|
+
border: none;
|
|
30058
|
+
padding: 0;
|
|
30059
|
+
width: 36px;
|
|
30060
|
+
background: transparent;
|
|
30215
30061
|
}
|
|
30216
|
-
.
|
|
30217
|
-
|
|
30062
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30063
|
+
box-shadow: none;
|
|
30218
30064
|
}
|
|
30219
|
-
.
|
|
30220
|
-
|
|
30065
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30066
|
+
margin-right: 0;
|
|
30067
|
+
width: initial;
|
|
30068
|
+
box-shadow: none;
|
|
30221
30069
|
}
|
|
30222
|
-
.
|
|
30223
|
-
|
|
30070
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30071
|
+
display: none;
|
|
30224
30072
|
}
|
|
30225
|
-
.
|
|
30226
|
-
|
|
30227
|
-
border-color: transparent transparent white;
|
|
30073
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30074
|
+
display: inline;
|
|
30228
30075
|
}
|
|
30229
|
-
.
|
|
30230
|
-
|
|
30076
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30077
|
+
display: inline;
|
|
30078
|
+
margin-right: 8px;
|
|
30079
|
+
padding: 0;
|
|
30080
|
+
width: 36px;
|
|
30231
30081
|
}
|
|
30232
|
-
|
|
30233
|
-
|
|
30082
|
+
|
|
30083
|
+
.d6j0lbj {
|
|
30084
|
+
font-family: Inter;
|
|
30085
|
+
font-style: normal;
|
|
30086
|
+
font-weight: bold;
|
|
30087
|
+
font-size: 32px;
|
|
30088
|
+
line-height: 40px;
|
|
30234
30089
|
}
|
|
30235
|
-
|
|
30236
|
-
|
|
30237
|
-
|
|
30238
|
-
|
|
30239
|
-
|
|
30240
|
-
|
|
30090
|
+
|
|
30091
|
+
.d1xhvvxe {
|
|
30092
|
+
font-family: Inter;
|
|
30093
|
+
font-style: normal;
|
|
30094
|
+
font-weight: bold;
|
|
30095
|
+
font-size: 24px;
|
|
30096
|
+
line-height: 32px;
|
|
30241
30097
|
}
|
|
30242
|
-
|
|
30243
|
-
|
|
30098
|
+
|
|
30099
|
+
.dk10mxq {
|
|
30100
|
+
font-family: Inter;
|
|
30101
|
+
font-style: normal;
|
|
30102
|
+
font-weight: normal;
|
|
30103
|
+
font-size: 32px;
|
|
30104
|
+
line-height: 40px;
|
|
30244
30105
|
}
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30106
|
+
|
|
30107
|
+
.dxsait {
|
|
30108
|
+
font-family: Inter;
|
|
30109
|
+
font-style: normal;
|
|
30110
|
+
font-weight: bold;
|
|
30111
|
+
font-size: 20px;
|
|
30112
|
+
line-height: 24px;
|
|
30113
|
+
}
|
|
30114
|
+
|
|
30115
|
+
.dokn0h3 {
|
|
30116
|
+
font-family: Inter;
|
|
30117
|
+
font-style: normal;
|
|
30118
|
+
font-weight: normal;
|
|
30119
|
+
font-size: 20px;
|
|
30120
|
+
line-height: 24px;
|
|
30121
|
+
}
|
|
30122
|
+
|
|
30123
|
+
.dobau4p {
|
|
30124
|
+
font-family: Inter;
|
|
30125
|
+
font-style: normal;
|
|
30126
|
+
font-weight: bold;
|
|
30127
|
+
font-size: 18px;
|
|
30128
|
+
line-height: 22px;
|
|
30129
|
+
}
|
|
30130
|
+
|
|
30131
|
+
.dvolwok {
|
|
30132
|
+
font-family: Inter;
|
|
30133
|
+
font-style: normal;
|
|
30134
|
+
font-weight: normal;
|
|
30135
|
+
font-size: 18px;
|
|
30136
|
+
line-height: 22px;
|
|
30137
|
+
}
|
|
30138
|
+
|
|
30139
|
+
.h181qhg4 {
|
|
30140
|
+
font-family: Inter;
|
|
30141
|
+
font-style: normal;
|
|
30142
|
+
font-weight: bold;
|
|
30143
|
+
font-size: 16px;
|
|
30144
|
+
line-height: 22px;
|
|
30145
|
+
}
|
|
30146
|
+
|
|
30147
|
+
.h1phgmcq {
|
|
30148
|
+
font-family: Inter;
|
|
30149
|
+
font-style: normal;
|
|
30150
|
+
font-weight: normal;
|
|
30151
|
+
font-size: 16px;
|
|
30152
|
+
line-height: 22px;
|
|
30153
|
+
}
|
|
30154
|
+
|
|
30155
|
+
.h173xnl1 {
|
|
30156
|
+
font-family: Inter;
|
|
30157
|
+
font-style: normal;
|
|
30158
|
+
font-weight: bold;
|
|
30159
|
+
font-size: 14px;
|
|
30160
|
+
line-height: 20px;
|
|
30161
|
+
}
|
|
30162
|
+
|
|
30163
|
+
.hedm4pz {
|
|
30164
|
+
font-family: Inter;
|
|
30165
|
+
font-style: normal;
|
|
30166
|
+
font-weight: normal;
|
|
30167
|
+
font-size: 14px;
|
|
30168
|
+
line-height: 20px;
|
|
30169
|
+
}
|
|
30170
|
+
|
|
30171
|
+
.h1kd8xld {
|
|
30172
|
+
font-family: Inter;
|
|
30173
|
+
font-style: normal;
|
|
30174
|
+
font-weight: bold;
|
|
30175
|
+
font-size: 12px;
|
|
30176
|
+
line-height: 18px;
|
|
30177
|
+
}
|
|
30178
|
+
|
|
30179
|
+
.hp14fr {
|
|
30180
|
+
font-family: Inter;
|
|
30181
|
+
font-style: normal;
|
|
30182
|
+
font-weight: normal;
|
|
30183
|
+
font-size: 12px;
|
|
30184
|
+
line-height: 18px;
|
|
30185
|
+
}
|
|
30186
|
+
|
|
30187
|
+
.hgrg7mn {
|
|
30188
|
+
font-family: Inter;
|
|
30189
|
+
font-style: normal;
|
|
30190
|
+
font-weight: bold;
|
|
30191
|
+
text-transform: uppercase;
|
|
30192
|
+
font-feature-settings: "cpsp" on;
|
|
30193
|
+
font-size: 12px;
|
|
30194
|
+
line-height: 18px;
|
|
30195
|
+
}
|
|
30196
|
+
|
|
30197
|
+
.h6zme9x {
|
|
30198
|
+
font-family: Inter;
|
|
30199
|
+
font-style: normal;
|
|
30200
|
+
font-weight: normal;
|
|
30201
|
+
text-transform: uppercase;
|
|
30202
|
+
font-feature-settings: "cpsp" on;
|
|
30203
|
+
font-size: 12px;
|
|
30204
|
+
line-height: 18px;
|
|
30205
|
+
}
|
|
30206
|
+
|
|
30207
|
+
.locjvsv {
|
|
30208
|
+
font-family: Inter;
|
|
30209
|
+
font-style: normal;
|
|
30210
|
+
font-weight: normal;
|
|
30211
|
+
font-size: 16px;
|
|
30212
|
+
line-height: 24px;
|
|
30213
|
+
}
|
|
30214
|
+
|
|
30215
|
+
.l13gi131 {
|
|
30216
|
+
font-family: Inter;
|
|
30217
|
+
font-style: normal;
|
|
30218
|
+
font-weight: bold;
|
|
30219
|
+
font-size: 16px;
|
|
30220
|
+
line-height: 24px;
|
|
30221
|
+
}
|
|
30222
|
+
|
|
30223
|
+
.l1ynemsu {
|
|
30224
|
+
font-family: Inter;
|
|
30225
|
+
font-style: normal;
|
|
30226
|
+
font-weight: normal;
|
|
30227
|
+
font-size: 16px;
|
|
30228
|
+
line-height: 24px;
|
|
30229
|
+
}
|
|
30230
|
+
|
|
30231
|
+
.l1cft1cx {
|
|
30232
|
+
font-family: Inter;
|
|
30233
|
+
font-style: normal;
|
|
30234
|
+
font-weight: bold;
|
|
30235
|
+
font-size: 16px;
|
|
30236
|
+
line-height: 24px;
|
|
30237
|
+
}
|
|
30238
|
+
|
|
30239
|
+
.l17tqc8p {
|
|
30240
|
+
font-family: Inter;
|
|
30241
|
+
font-style: normal;
|
|
30242
|
+
font-weight: normal;
|
|
30243
|
+
text-transform: uppercase;
|
|
30244
|
+
font-feature-settings: "cpsp" on;
|
|
30245
|
+
font-size: 16px;
|
|
30246
|
+
line-height: 24px;
|
|
30247
|
+
}
|
|
30248
|
+
|
|
30249
|
+
.l1j1e5w7 {
|
|
30250
|
+
font-family: Inter;
|
|
30251
|
+
font-style: normal;
|
|
30252
|
+
font-weight: bold;
|
|
30253
|
+
text-transform: uppercase;
|
|
30254
|
+
font-feature-settings: "cpsp" on;
|
|
30255
|
+
font-size: 16px;
|
|
30256
|
+
line-height: 24px;
|
|
30257
|
+
}
|
|
30258
|
+
|
|
30259
|
+
.l1gf91jb {
|
|
30260
|
+
font-family: Inter;
|
|
30261
|
+
font-style: normal;
|
|
30262
|
+
font-weight: normal;
|
|
30263
|
+
font-size: 14px;
|
|
30264
|
+
line-height: 22px;
|
|
30265
|
+
}
|
|
30266
|
+
|
|
30267
|
+
.lu7hlr6 {
|
|
30268
|
+
font-family: Inter;
|
|
30269
|
+
font-style: normal;
|
|
30270
|
+
font-weight: 500;
|
|
30271
|
+
font-size: 14px;
|
|
30272
|
+
line-height: 22px;
|
|
30273
|
+
}
|
|
30274
|
+
|
|
30275
|
+
.l3l3jf0 {
|
|
30276
|
+
font-family: Inter;
|
|
30277
|
+
font-style: normal;
|
|
30278
|
+
font-weight: bold;
|
|
30279
|
+
font-size: 14px;
|
|
30280
|
+
line-height: 22px;
|
|
30281
|
+
}
|
|
30282
|
+
|
|
30283
|
+
.l12j5nqp {
|
|
30284
|
+
font-family: Inter;
|
|
30285
|
+
font-style: normal;
|
|
30286
|
+
font-weight: normal;
|
|
30287
|
+
font-size: 14px;
|
|
30288
|
+
line-height: 22px;
|
|
30289
|
+
}
|
|
30290
|
+
|
|
30291
|
+
.l1tecqht {
|
|
30292
|
+
font-family: Inter;
|
|
30293
|
+
font-style: normal;
|
|
30294
|
+
font-weight: bold;
|
|
30295
|
+
font-size: 14px;
|
|
30296
|
+
line-height: 22px;
|
|
30297
|
+
}
|
|
30298
|
+
|
|
30299
|
+
.l6sa990 {
|
|
30300
|
+
font-family: Inter;
|
|
30301
|
+
font-style: normal;
|
|
30302
|
+
font-weight: normal;
|
|
30303
|
+
text-transform: uppercase;
|
|
30304
|
+
font-feature-settings: "cpsp" on;
|
|
30305
|
+
font-size: 14px;
|
|
30306
|
+
line-height: 22px;
|
|
30307
|
+
}
|
|
30308
|
+
|
|
30309
|
+
.lckqe8j {
|
|
30310
|
+
font-family: Inter;
|
|
30311
|
+
font-style: normal;
|
|
30312
|
+
font-weight: bold;
|
|
30313
|
+
text-transform: uppercase;
|
|
30314
|
+
font-feature-settings: "cpsp" on;
|
|
30315
|
+
font-size: 14px;
|
|
30316
|
+
line-height: 22px;
|
|
30317
|
+
}
|
|
30318
|
+
|
|
30319
|
+
.l1kuminb {
|
|
30320
|
+
font-family: Inter;
|
|
30321
|
+
font-style: normal;
|
|
30322
|
+
font-weight: normal;
|
|
30323
|
+
font-size: 13px;
|
|
30324
|
+
line-height: 20px;
|
|
30325
|
+
}
|
|
30326
|
+
|
|
30327
|
+
.l1pbuf5j {
|
|
30328
|
+
font-family: Inter;
|
|
30329
|
+
font-style: normal;
|
|
30330
|
+
font-weight: 600;
|
|
30331
|
+
font-size: 13px;
|
|
30332
|
+
line-height: 20px;
|
|
30333
|
+
}
|
|
30334
|
+
|
|
30335
|
+
.l1r4ztu {
|
|
30336
|
+
font-family: Inter;
|
|
30337
|
+
font-style: normal;
|
|
30338
|
+
font-weight: bold;
|
|
30339
|
+
font-size: 13px;
|
|
30340
|
+
line-height: 20px;
|
|
30341
|
+
}
|
|
30342
|
+
|
|
30343
|
+
.ly8vzok {
|
|
30344
|
+
font-family: Inter;
|
|
30345
|
+
font-style: normal;
|
|
30346
|
+
font-weight: normal;
|
|
30347
|
+
font-size: 13px;
|
|
30348
|
+
line-height: 20px;
|
|
30349
|
+
}
|
|
30350
|
+
|
|
30351
|
+
.lumfmf {
|
|
30352
|
+
font-family: Inter;
|
|
30353
|
+
font-style: normal;
|
|
30354
|
+
font-weight: 600;
|
|
30355
|
+
font-size: 13px;
|
|
30356
|
+
line-height: 20px;
|
|
30357
|
+
}
|
|
30358
|
+
|
|
30359
|
+
.l16ujwmv {
|
|
30360
|
+
font-family: Inter;
|
|
30361
|
+
font-style: normal;
|
|
30362
|
+
font-weight: bold;
|
|
30363
|
+
font-size: 13px;
|
|
30364
|
+
line-height: 20px;
|
|
30365
|
+
}
|
|
30366
|
+
|
|
30367
|
+
.l17o1ffr {
|
|
30368
|
+
font-family: Inter;
|
|
30369
|
+
font-style: normal;
|
|
30370
|
+
font-weight: normal;
|
|
30371
|
+
text-transform: uppercase;
|
|
30372
|
+
font-feature-settings: "cpsp" on;
|
|
30373
|
+
font-size: 13px;
|
|
30374
|
+
line-height: 20px;
|
|
30375
|
+
}
|
|
30376
|
+
|
|
30377
|
+
.lngllvn {
|
|
30378
|
+
font-family: Inter;
|
|
30379
|
+
font-style: normal;
|
|
30380
|
+
font-weight: bold;
|
|
30381
|
+
text-transform: uppercase;
|
|
30382
|
+
font-feature-settings: "cpsp" on;
|
|
30383
|
+
font-size: 13px;
|
|
30384
|
+
line-height: 20px;
|
|
30385
|
+
}
|
|
30386
|
+
|
|
30387
|
+
.l2i7fo9 {
|
|
30388
|
+
font-family: Inter;
|
|
30389
|
+
font-style: normal;
|
|
30390
|
+
font-weight: normal;
|
|
30391
|
+
font-size: 12px;
|
|
30392
|
+
line-height: 18px;
|
|
30393
|
+
}
|
|
30394
|
+
|
|
30395
|
+
.l1x7hscx {
|
|
30396
|
+
font-family: Inter;
|
|
30397
|
+
font-style: normal;
|
|
30398
|
+
font-weight: 500;
|
|
30399
|
+
font-size: 12px;
|
|
30400
|
+
line-height: 18px;
|
|
30401
|
+
}
|
|
30402
|
+
|
|
30403
|
+
.le1jwan {
|
|
30404
|
+
font-family: Inter;
|
|
30405
|
+
font-style: normal;
|
|
30406
|
+
font-weight: bold;
|
|
30407
|
+
font-size: 12px;
|
|
30408
|
+
line-height: 18px;
|
|
30409
|
+
}
|
|
30410
|
+
|
|
30411
|
+
.lyxynfj {
|
|
30412
|
+
font-family: Inter;
|
|
30413
|
+
font-style: normal;
|
|
30414
|
+
font-weight: normal;
|
|
30415
|
+
font-size: 12px;
|
|
30416
|
+
line-height: 18px;
|
|
30417
|
+
}
|
|
30418
|
+
|
|
30419
|
+
.lpb2nxv {
|
|
30420
|
+
font-family: Inter;
|
|
30421
|
+
font-style: normal;
|
|
30422
|
+
font-weight: 500;
|
|
30423
|
+
font-size: 12px;
|
|
30424
|
+
line-height: 18px;
|
|
30425
|
+
}
|
|
30426
|
+
|
|
30427
|
+
.l1r8o3vv {
|
|
30428
|
+
font-family: Inter;
|
|
30429
|
+
font-style: normal;
|
|
30430
|
+
font-weight: bold;
|
|
30431
|
+
font-size: 12px;
|
|
30432
|
+
line-height: 18px;
|
|
30433
|
+
}
|
|
30434
|
+
|
|
30435
|
+
.lemnjy2 {
|
|
30436
|
+
font-family: Inter;
|
|
30437
|
+
font-style: normal;
|
|
30438
|
+
font-weight: normal;
|
|
30439
|
+
text-transform: uppercase;
|
|
30440
|
+
font-feature-settings: "cpsp" on;
|
|
30441
|
+
font-size: 12px;
|
|
30442
|
+
line-height: 18px;
|
|
30443
|
+
}
|
|
30444
|
+
|
|
30445
|
+
.lrc42gb {
|
|
30446
|
+
font-family: Inter;
|
|
30447
|
+
font-style: normal;
|
|
30448
|
+
font-weight: bold;
|
|
30449
|
+
text-transform: uppercase;
|
|
30450
|
+
font-feature-settings: "cpsp" on;
|
|
30451
|
+
font-size: 12px;
|
|
30452
|
+
line-height: 18px;
|
|
30453
|
+
}
|
|
30454
|
+
|
|
30455
|
+
.fqaz4mb {
|
|
30456
|
+
font-family: Inter;
|
|
30457
|
+
font-style: normal;
|
|
30458
|
+
font-weight: normal;
|
|
30459
|
+
font-size: 13px;
|
|
30460
|
+
line-height: 20px;
|
|
30461
|
+
}
|
|
30462
|
+
|
|
30463
|
+
.f13we5o {
|
|
30464
|
+
font-family: Inter;
|
|
30465
|
+
font-style: normal;
|
|
30466
|
+
font-weight: normal;
|
|
30467
|
+
font-size: 13px;
|
|
30468
|
+
line-height: 20px;
|
|
30469
|
+
}
|
|
30470
|
+
|
|
30471
|
+
.ffmjua2 {
|
|
30472
|
+
font-family: Inter;
|
|
30473
|
+
font-style: normal;
|
|
30474
|
+
font-weight: normal;
|
|
30475
|
+
font-size: 12px;
|
|
30476
|
+
line-height: 18px;
|
|
30477
|
+
}
|
|
30478
|
+
|
|
30479
|
+
.fz2mxw0 {
|
|
30480
|
+
font-family: Inter;
|
|
30481
|
+
font-style: normal;
|
|
30482
|
+
font-weight: normal;
|
|
30483
|
+
font-size: 12px;
|
|
30484
|
+
line-height: 18px;
|
|
30485
|
+
}
|
|
30486
|
+
|
|
30487
|
+
.t1ertzoh {
|
|
30488
|
+
font-family: Inter;
|
|
30489
|
+
font-style: normal;
|
|
30490
|
+
font-weight: normal;
|
|
30491
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30492
|
+
font-size: 13px;
|
|
30493
|
+
line-height: 20px;
|
|
30494
|
+
}
|
|
30495
|
+
|
|
30496
|
+
.t19bge8r {
|
|
30497
|
+
font-family: Inter;
|
|
30498
|
+
font-style: normal;
|
|
30499
|
+
font-weight: normal;
|
|
30500
|
+
font-feature-settings: "zero" on;
|
|
30501
|
+
font-size: 13px;
|
|
30502
|
+
line-height: 20px;
|
|
30503
|
+
}
|
|
30504
|
+
|
|
30505
|
+
.tjrzfyl {
|
|
30506
|
+
font-family: Inter;
|
|
30507
|
+
font-style: normal;
|
|
30508
|
+
font-weight: normal;
|
|
30509
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30510
|
+
font-size: 12px;
|
|
30511
|
+
line-height: 18px;
|
|
30512
|
+
}
|
|
30513
|
+
|
|
30514
|
+
.tm6s7bo {
|
|
30515
|
+
font-family: Inter;
|
|
30516
|
+
font-style: normal;
|
|
30517
|
+
font-weight: 500;
|
|
30518
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
30519
|
+
font-size: 12px;
|
|
30520
|
+
line-height: 18px;
|
|
30521
|
+
}
|
|
30522
|
+
|
|
30523
|
+
.t19zq6ic {
|
|
30524
|
+
font-family: Inter;
|
|
30525
|
+
font-style: normal;
|
|
30526
|
+
font-weight: normal;
|
|
30527
|
+
font-feature-settings: "zero" on;
|
|
30528
|
+
font-size: 12px;
|
|
30529
|
+
line-height: 18px;
|
|
30530
|
+
}
|
|
30531
|
+
|
|
30532
|
+
.t1gduru8 {
|
|
30533
|
+
font-family: Inter;
|
|
30534
|
+
font-style: normal;
|
|
30535
|
+
font-weight: 500;
|
|
30536
|
+
font-feature-settings: "zero" on;
|
|
30537
|
+
font-size: 12px;
|
|
30538
|
+
line-height: 18px;
|
|
30539
|
+
}
|
|
30540
|
+
|
|
30541
|
+
.t55raab {
|
|
30542
|
+
font-family: Inter;
|
|
30543
|
+
font-style: normal;
|
|
30544
|
+
font-weight: bold;
|
|
30545
|
+
font-feature-settings: "zero" on;
|
|
30546
|
+
font-size: 16px;
|
|
30547
|
+
line-height: 24px;
|
|
30548
|
+
}
|
|
30549
|
+
|
|
30550
|
+
.u1w9abfe {
|
|
30551
|
+
font-family: Inter;
|
|
30552
|
+
font-style: normal;
|
|
30553
|
+
font-weight: normal;
|
|
30554
|
+
font-size: 10px;
|
|
30555
|
+
line-height: 12px;
|
|
30556
|
+
}
|
|
30557
|
+
|
|
30558
|
+
.s1fc623g {
|
|
30559
|
+
width: 430px !important;
|
|
30560
|
+
}
|
|
30561
|
+
|
|
30562
|
+
.da3mx0o .ant-select-item-group {
|
|
30563
|
+
padding: 8px 16px;
|
|
30564
|
+
line-height: 18px;
|
|
30565
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30566
|
+
height: 34px;
|
|
30567
|
+
min-height: 34px;
|
|
30568
|
+
box-sizing: border-box;
|
|
30569
|
+
margin-top: 8px;
|
|
30570
|
+
}
|
|
30571
|
+
|
|
30572
|
+
.onr9gzt {
|
|
30573
|
+
display: flex;
|
|
30574
|
+
flex-direction: column;
|
|
30575
|
+
margin: 1px 8px;
|
|
30576
|
+
padding: 8px;
|
|
30577
|
+
border-radius: 4px;
|
|
30578
|
+
}
|
|
30579
|
+
.onr9gzt .selected-icon {
|
|
30580
|
+
display: none;
|
|
30581
|
+
}
|
|
30582
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30583
|
+
padding-left: 8px;
|
|
30584
|
+
}
|
|
30585
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30586
|
+
background-color: white;
|
|
30587
|
+
}
|
|
30588
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30589
|
+
color: #0080ff;
|
|
30590
|
+
}
|
|
30591
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30592
|
+
display: block;
|
|
30593
|
+
}
|
|
30594
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30595
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30596
|
+
}
|
|
30597
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30598
|
+
color: #0080ff;
|
|
30599
|
+
}
|
|
30600
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30601
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30602
|
+
color: #0080ff;
|
|
30603
|
+
}
|
|
30604
|
+
|
|
30605
|
+
.oiy0apc {
|
|
30606
|
+
display: flex;
|
|
30607
|
+
justify-content: space-between;
|
|
30608
|
+
height: 20px;
|
|
30609
|
+
line-height: 20px;
|
|
30610
|
+
}
|
|
30611
|
+
.oiy0apc .timezone-title {
|
|
30612
|
+
color: #2d3a56;
|
|
30613
|
+
overflow: hidden;
|
|
30614
|
+
text-overflow: ellipsis;
|
|
30615
|
+
}
|
|
30616
|
+
|
|
30617
|
+
.of4y382 {
|
|
30618
|
+
display: flex;
|
|
30619
|
+
justify-content: space-between;
|
|
30620
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30621
|
+
height: 18px;
|
|
30622
|
+
line-height: 18px;
|
|
30623
|
+
margin-top: 2px;
|
|
30624
|
+
}
|
|
30625
|
+
|
|
30626
|
+
.t19903l9 {
|
|
30627
|
+
border: none;
|
|
30628
|
+
margin-right: 0;
|
|
30629
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30630
|
+
}
|
|
30631
|
+
|
|
30632
|
+
.ohwbvxu {
|
|
30633
|
+
pointer-events: none;
|
|
30634
|
+
height: 32px;
|
|
30635
|
+
width: 100%;
|
|
30636
|
+
opacity: 0;
|
|
30637
|
+
}
|
|
30638
|
+
|
|
30639
|
+
.t1upn1sz {
|
|
30640
|
+
height: 100%;
|
|
30641
|
+
}
|
|
30642
|
+
|
|
30643
|
+
.tta5kd2 {
|
|
30644
|
+
height: 100%;
|
|
30645
|
+
}
|
|
30646
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
30647
|
+
overflow: visible !important;
|
|
30648
|
+
height: 100%;
|
|
30649
|
+
}
|
|
30650
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
30651
|
+
height: 100%;
|
|
30652
|
+
}
|
|
30653
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
30654
|
+
width: 100% !important;
|
|
30655
|
+
height: 100%;
|
|
30656
|
+
}
|
|
30657
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
30658
|
+
padding: 15px 0;
|
|
30659
|
+
}
|
|
30660
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
30661
|
+
display: none;
|
|
30662
|
+
}
|
|
30663
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
30664
|
+
font-weight: 700;
|
|
30665
|
+
}
|
|
30666
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
30667
|
+
font-weight: 700;
|
|
30668
|
+
}
|
|
30669
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
30670
|
+
height: 100%;
|
|
30671
|
+
}
|
|
30672
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
30673
|
+
height: 100%;
|
|
30674
|
+
overflow: visible;
|
|
30675
|
+
}
|
|
30676
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
30677
|
+
max-height: none;
|
|
30678
|
+
}
|
|
30679
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
30680
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
30681
|
+
display: none;
|
|
30682
|
+
}
|
|
30683
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
30684
|
+
background: transparent;
|
|
30685
|
+
}
|
|
30686
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
30687
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
30688
|
+
background: #fff;
|
|
30689
|
+
padding: 0 !important;
|
|
30690
|
+
}
|
|
30691
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
30692
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
30693
|
+
display: flex;
|
|
30694
|
+
align-items: center;
|
|
30695
|
+
height: 100%;
|
|
30696
|
+
padding: 8px;
|
|
30697
|
+
}
|
|
30698
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
30699
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
30700
|
+
overflow: hidden;
|
|
30701
|
+
text-overflow: ellipsis;
|
|
30702
|
+
width: 100%;
|
|
30703
|
+
}
|
|
30704
|
+
.tta5kd2 .ant-table-container {
|
|
30705
|
+
height: 100%;
|
|
30706
|
+
}
|
|
30707
|
+
.tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
|
|
30708
|
+
box-shadow: none !important;
|
|
30709
|
+
}
|
|
30710
|
+
.tta5kd2 .ant-table {
|
|
30711
|
+
border-radius: 0px;
|
|
30712
|
+
border-left: none;
|
|
30713
|
+
border-right: none;
|
|
30714
|
+
border-bottom: none;
|
|
30715
|
+
height: 100%;
|
|
30716
|
+
font-size: 12px;
|
|
30717
|
+
background: transparent;
|
|
30718
|
+
}
|
|
30719
|
+
.tta5kd2 .ant-table .ant-table-header {
|
|
30720
|
+
position: relative;
|
|
30721
|
+
z-index: 3;
|
|
30722
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
30723
|
+
margin-bottom: -1px;
|
|
30724
|
+
}
|
|
30725
|
+
.tta5kd2 .ant-table .time-wrapper .date,
|
|
30726
|
+
.tta5kd2 .ant-table .value {
|
|
30727
|
+
color: #2d3a56;
|
|
30728
|
+
}
|
|
30729
|
+
.tta5kd2 .ant-table .time-wrapper .time,
|
|
30730
|
+
.tta5kd2 .ant-table .unit {
|
|
30731
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30732
|
+
}
|
|
30733
|
+
.tta5kd2 .ant-table .ant-table-selection {
|
|
30734
|
+
position: unset;
|
|
30735
|
+
text-align: center;
|
|
30736
|
+
}
|
|
30737
|
+
.tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
|
|
30738
|
+
background: #fff;
|
|
30739
|
+
}
|
|
30740
|
+
.tta5kd2 .ant-table .anticon-setting {
|
|
30741
|
+
cursor: pointer;
|
|
30742
|
+
position: absolute;
|
|
30743
|
+
top: 50%;
|
|
30744
|
+
right: 12px;
|
|
30745
|
+
transform: translateY(-50%);
|
|
30746
|
+
}
|
|
30747
|
+
.tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
30748
|
+
box-shadow: none;
|
|
30749
|
+
width: 1px;
|
|
30750
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30751
|
+
}
|
|
30752
|
+
.tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
|
|
30753
|
+
box-shadow: none;
|
|
30754
|
+
width: 1px;
|
|
30755
|
+
background: rgba(213, 219, 227, 0.6);
|
|
30756
|
+
}
|
|
30757
|
+
.tta5kd2 .ant-table .ant-table-tbody {
|
|
30758
|
+
position: relative;
|
|
30759
|
+
}
|
|
30760
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
|
|
30761
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30762
|
+
border-bottom: 1px solid white;
|
|
30763
|
+
height: 40px;
|
|
30764
|
+
vertical-align: middle;
|
|
30765
|
+
transition: background 0ms;
|
|
30766
|
+
color: #00122e;
|
|
30767
|
+
}
|
|
30768
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
|
|
30769
|
+
background: #f2f5fa;
|
|
30770
|
+
border-bottom-color: #f2f5fa;
|
|
30771
|
+
}
|
|
30772
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
|
|
30773
|
+
height: auto;
|
|
30774
|
+
color: #00122e;
|
|
30775
|
+
font-size: 12px;
|
|
30776
|
+
text-align: left;
|
|
30777
|
+
transition: none;
|
|
30778
|
+
overflow: hidden;
|
|
30779
|
+
text-overflow: ellipsis;
|
|
30780
|
+
white-space: nowrap;
|
|
30781
|
+
}
|
|
30782
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
|
|
30783
|
+
color: #0096ff;
|
|
30784
|
+
}
|
|
30785
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
|
|
30786
|
+
overflow: hidden;
|
|
30787
|
+
text-overflow: ellipsis;
|
|
30788
|
+
width: 100%;
|
|
30789
|
+
vertical-align: middle;
|
|
30790
|
+
}
|
|
30791
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
|
|
30792
|
+
line-height: 0px;
|
|
30793
|
+
}
|
|
30794
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
|
|
30795
|
+
padding-right: 25px;
|
|
30796
|
+
}
|
|
30797
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
|
|
30798
|
+
border-top-color: transparent;
|
|
30799
|
+
}
|
|
30800
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
|
|
30801
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30802
|
+
border-color: transparent transparent white;
|
|
30803
|
+
}
|
|
30804
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
|
|
30805
|
+
border-radius: 8px 0 0 8px;
|
|
30806
|
+
}
|
|
30807
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
|
|
30808
|
+
border-radius: 8px 0 0 8px;
|
|
30809
|
+
}
|
|
30810
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
|
|
30811
|
+
content: "";
|
|
30812
|
+
width: 4px;
|
|
30813
|
+
top: -1px;
|
|
30814
|
+
bottom: -1px;
|
|
30815
|
+
background: white;
|
|
30816
|
+
}
|
|
30817
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
|
|
30818
|
+
border-radius: 0 8px 8px 0;
|
|
30819
|
+
}
|
|
30820
|
+
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
|
|
30821
|
+
border-radius: 0;
|
|
30822
|
+
background: white;
|
|
30248
30823
|
border-top: none;
|
|
30249
30824
|
}
|
|
30250
30825
|
.tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
|
|
@@ -30425,87 +31000,6 @@ html body {
|
|
|
30425
31000
|
background: #fff;
|
|
30426
31001
|
}
|
|
30427
31002
|
|
|
30428
|
-
.s1fc623g {
|
|
30429
|
-
width: 430px !important;
|
|
30430
|
-
}
|
|
30431
|
-
|
|
30432
|
-
.da3mx0o .ant-select-item-group {
|
|
30433
|
-
padding: 8px 16px;
|
|
30434
|
-
line-height: 18px;
|
|
30435
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30436
|
-
height: 34px;
|
|
30437
|
-
min-height: 34px;
|
|
30438
|
-
box-sizing: border-box;
|
|
30439
|
-
margin-top: 8px;
|
|
30440
|
-
}
|
|
30441
|
-
|
|
30442
|
-
.onr9gzt {
|
|
30443
|
-
display: flex;
|
|
30444
|
-
flex-direction: column;
|
|
30445
|
-
margin: 1px 8px;
|
|
30446
|
-
padding: 8px;
|
|
30447
|
-
border-radius: 4px;
|
|
30448
|
-
}
|
|
30449
|
-
.onr9gzt .selected-icon {
|
|
30450
|
-
display: none;
|
|
30451
|
-
}
|
|
30452
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
30453
|
-
padding-left: 8px;
|
|
30454
|
-
}
|
|
30455
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
30456
|
-
background-color: white;
|
|
30457
|
-
}
|
|
30458
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30459
|
-
color: #0080ff;
|
|
30460
|
-
}
|
|
30461
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30462
|
-
display: block;
|
|
30463
|
-
}
|
|
30464
|
-
.onr9gzt.ant-select-item-option-active {
|
|
30465
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30466
|
-
}
|
|
30467
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30468
|
-
color: #0080ff;
|
|
30469
|
-
}
|
|
30470
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30471
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30472
|
-
color: #0080ff;
|
|
30473
|
-
}
|
|
30474
|
-
|
|
30475
|
-
.oiy0apc {
|
|
30476
|
-
display: flex;
|
|
30477
|
-
justify-content: space-between;
|
|
30478
|
-
height: 20px;
|
|
30479
|
-
line-height: 20px;
|
|
30480
|
-
}
|
|
30481
|
-
.oiy0apc .timezone-title {
|
|
30482
|
-
color: #2d3a56;
|
|
30483
|
-
overflow: hidden;
|
|
30484
|
-
text-overflow: ellipsis;
|
|
30485
|
-
}
|
|
30486
|
-
|
|
30487
|
-
.of4y382 {
|
|
30488
|
-
display: flex;
|
|
30489
|
-
justify-content: space-between;
|
|
30490
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30491
|
-
height: 18px;
|
|
30492
|
-
line-height: 18px;
|
|
30493
|
-
margin-top: 2px;
|
|
30494
|
-
}
|
|
30495
|
-
|
|
30496
|
-
.t19903l9 {
|
|
30497
|
-
border: none;
|
|
30498
|
-
margin-right: 0;
|
|
30499
|
-
background: rgba(225, 230, 241, 0.6);
|
|
30500
|
-
}
|
|
30501
|
-
|
|
30502
|
-
.ohwbvxu {
|
|
30503
|
-
pointer-events: none;
|
|
30504
|
-
height: 32px;
|
|
30505
|
-
width: 100%;
|
|
30506
|
-
opacity: 0;
|
|
30507
|
-
}
|
|
30508
|
-
|
|
30509
31003
|
.cz04yix {
|
|
30510
31004
|
display: flex;
|
|
30511
31005
|
flex-direction: column;
|
|
@@ -31108,719 +31602,474 @@ input.rrg1fkn.ant-input {
|
|
|
31108
31602
|
border-bottom-left-radius: 0;
|
|
31109
31603
|
}
|
|
31110
31604
|
|
|
31111
|
-
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31112
|
-
border-top-right-radius: 0;
|
|
31113
|
-
border-bottom-right-radius: 0;
|
|
31114
|
-
}
|
|
31115
|
-
|
|
31116
|
-
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31117
|
-
border-top-left-radius: 0;
|
|
31118
|
-
border-bottom-left-radius: 0;
|
|
31119
|
-
}
|
|
31120
|
-
|
|
31121
|
-
.c1t6wbwv {
|
|
31122
|
-
display: flex;
|
|
31123
|
-
flex-direction: column;
|
|
31124
|
-
}
|
|
31125
|
-
.c1t6wbwv .select-wrapper {
|
|
31126
|
-
margin-top: 12px;
|
|
31127
|
-
}
|
|
31128
|
-
.c1t6wbwv .select-wrapper .select {
|
|
31129
|
-
width: 100%;
|
|
31130
|
-
}
|
|
31131
|
-
.c1t6wbwv .radio-wrapper {
|
|
31132
|
-
margin-top: 24px;
|
|
31133
|
-
}
|
|
31134
|
-
.c1t6wbwv div.form-item {
|
|
31135
|
-
width: 100%;
|
|
31136
|
-
}
|
|
31137
|
-
|
|
31138
|
-
.d1k7vv5v {
|
|
31139
|
-
font-size: 14px;
|
|
31140
|
-
font-weight: 500;
|
|
31141
|
-
color: #3e4652;
|
|
31142
|
-
line-height: 18px;
|
|
31143
|
-
}
|
|
31144
|
-
.d1k7vv5v + .d1k7vv5v {
|
|
31145
|
-
margin-top: 16px;
|
|
31146
|
-
}
|
|
31147
|
-
.d1k7vv5v + * {
|
|
31148
|
-
margin-top: 16px;
|
|
31149
|
-
}
|
|
31150
|
-
|
|
31151
|
-
.le7b9r4.d1k7vv5v {
|
|
31152
|
-
font-size: 12px;
|
|
31153
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31154
|
-
margin-top: 12px;
|
|
31155
|
-
}
|
|
31156
|
-
|
|
31157
|
-
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31158
|
-
line-height: 18px;
|
|
31159
|
-
font-weight: 500;
|
|
31160
|
-
margin-top: 0;
|
|
31161
|
-
white-space: initial;
|
|
31162
|
-
}
|
|
31163
|
-
|
|
31164
|
-
.r12ddqmh {
|
|
31165
|
-
display: block;
|
|
31166
|
-
}
|
|
31167
|
-
.r12ddqmh span {
|
|
31168
|
-
font-size: 14px;
|
|
31169
|
-
font-weight: 500;
|
|
31170
|
-
line-height: 32px;
|
|
31171
|
-
color: #3e4652;
|
|
31172
|
-
}
|
|
31173
|
-
|
|
31174
|
-
.ctcr26a {
|
|
31175
|
-
margin-top: 8px;
|
|
31176
|
-
padding: 8px;
|
|
31177
|
-
border-radius: 6px;
|
|
31178
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31179
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31180
|
-
font-size: 12px;
|
|
31181
|
-
}
|
|
31182
|
-
.ctcr26a div {
|
|
31183
|
-
line-height: 20px;
|
|
31184
|
-
display: flex;
|
|
31185
|
-
align-items: center;
|
|
31186
|
-
word-break: break-all;
|
|
31187
|
-
}
|
|
31188
|
-
|
|
31189
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
31190
|
-
display: inline-flex;
|
|
31191
|
-
align-items: baseline;
|
|
31192
|
-
white-space: pre-wrap;
|
|
31193
|
-
}
|
|
31194
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31195
|
-
position: relative;
|
|
31196
|
-
top: 3px;
|
|
31197
|
-
}
|
|
31198
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31199
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31200
|
-
}
|
|
31201
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31202
|
-
border-color: #0080ff;
|
|
31203
|
-
}
|
|
31204
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31205
|
-
border-color: #0080ff;
|
|
31206
|
-
background: #0080ff;
|
|
31207
|
-
}
|
|
31208
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31209
|
-
top: 4px;
|
|
31210
|
-
left: 4px;
|
|
31211
|
-
width: 6px;
|
|
31212
|
-
height: 6px;
|
|
31213
|
-
background: #fff;
|
|
31214
|
-
}
|
|
31215
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31216
|
-
opacity: 0.5;
|
|
31217
|
-
}
|
|
31218
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31219
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31220
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31221
|
-
}
|
|
31222
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31223
|
-
background: #00122e;
|
|
31224
|
-
}
|
|
31225
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31226
|
-
color: #00122e;
|
|
31227
|
-
opacity: 0.5;
|
|
31228
|
-
}
|
|
31229
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31230
|
-
color: #00122e;
|
|
31231
|
-
}
|
|
31232
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31233
|
-
display: inline-block;
|
|
31234
|
-
padding: 0;
|
|
31235
|
-
padding-left: 12px;
|
|
31236
|
-
}
|
|
31237
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31238
|
-
margin-bottom: 0;
|
|
31239
|
-
white-space: pre-wrap;
|
|
31240
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31241
|
-
}
|
|
31242
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31243
|
-
padding-left: 8px;
|
|
31244
|
-
}
|
|
31245
|
-
|
|
31246
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31247
|
-
border-radius: 5px 0 0 5px;
|
|
31248
|
-
}
|
|
31249
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31250
|
-
border-radius: 0 5px 5px 0;
|
|
31605
|
+
.lgr9b02.ant-select, .lgr9b02.ant-select .ant-select-selector {
|
|
31606
|
+
border-top-right-radius: 0;
|
|
31607
|
+
border-bottom-right-radius: 0;
|
|
31251
31608
|
}
|
|
31252
31609
|
|
|
31253
|
-
.
|
|
31254
|
-
|
|
31255
|
-
border-
|
|
31610
|
+
.r1af6yu8.ant-select, .r1af6yu8.ant-select .ant-select-selector {
|
|
31611
|
+
border-top-left-radius: 0;
|
|
31612
|
+
border-bottom-left-radius: 0;
|
|
31256
31613
|
}
|
|
31257
|
-
|
|
31258
|
-
|
|
31614
|
+
|
|
31615
|
+
.c1t6wbwv {
|
|
31616
|
+
display: flex;
|
|
31617
|
+
flex-direction: column;
|
|
31259
31618
|
}
|
|
31260
|
-
.
|
|
31261
|
-
|
|
31262
|
-
line-height: 32px;
|
|
31263
|
-
height: 32px;
|
|
31619
|
+
.c1t6wbwv .select-wrapper {
|
|
31620
|
+
margin-top: 12px;
|
|
31264
31621
|
}
|
|
31265
|
-
.
|
|
31266
|
-
|
|
31622
|
+
.c1t6wbwv .select-wrapper .select {
|
|
31623
|
+
width: 100%;
|
|
31267
31624
|
}
|
|
31268
|
-
.
|
|
31269
|
-
|
|
31270
|
-
padding: 0 7px;
|
|
31271
|
-
line-height: 20px;
|
|
31625
|
+
.c1t6wbwv .radio-wrapper {
|
|
31626
|
+
margin-top: 24px;
|
|
31272
31627
|
}
|
|
31273
|
-
.
|
|
31274
|
-
|
|
31628
|
+
.c1t6wbwv div.form-item {
|
|
31629
|
+
width: 100%;
|
|
31275
31630
|
}
|
|
31276
|
-
|
|
31277
|
-
|
|
31631
|
+
|
|
31632
|
+
.d1k7vv5v {
|
|
31633
|
+
font-size: 14px;
|
|
31634
|
+
font-weight: 500;
|
|
31635
|
+
color: #3e4652;
|
|
31636
|
+
line-height: 18px;
|
|
31278
31637
|
}
|
|
31279
|
-
.
|
|
31280
|
-
|
|
31281
|
-
opacity: 0.5;
|
|
31638
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
31639
|
+
margin-top: 16px;
|
|
31282
31640
|
}
|
|
31283
|
-
.
|
|
31284
|
-
|
|
31641
|
+
.d1k7vv5v + * {
|
|
31642
|
+
margin-top: 16px;
|
|
31285
31643
|
}
|
|
31286
|
-
|
|
31287
|
-
|
|
31644
|
+
|
|
31645
|
+
.le7b9r4.d1k7vv5v {
|
|
31646
|
+
font-size: 12px;
|
|
31647
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31648
|
+
margin-top: 12px;
|
|
31288
31649
|
}
|
|
31289
|
-
|
|
31290
|
-
|
|
31650
|
+
|
|
31651
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
31652
|
+
line-height: 18px;
|
|
31653
|
+
font-weight: 500;
|
|
31654
|
+
margin-top: 0;
|
|
31655
|
+
white-space: initial;
|
|
31291
31656
|
}
|
|
31292
|
-
|
|
31293
|
-
|
|
31294
|
-
|
|
31295
|
-
opacity: 0.5;
|
|
31657
|
+
|
|
31658
|
+
.r12ddqmh {
|
|
31659
|
+
display: block;
|
|
31296
31660
|
}
|
|
31297
|
-
.
|
|
31298
|
-
|
|
31299
|
-
|
|
31661
|
+
.r12ddqmh span {
|
|
31662
|
+
font-size: 14px;
|
|
31663
|
+
font-weight: 500;
|
|
31664
|
+
line-height: 32px;
|
|
31665
|
+
color: #3e4652;
|
|
31300
31666
|
}
|
|
31301
|
-
|
|
31302
|
-
|
|
31303
|
-
|
|
31304
|
-
|
|
31667
|
+
|
|
31668
|
+
.ctcr26a {
|
|
31669
|
+
margin-top: 8px;
|
|
31670
|
+
padding: 8px;
|
|
31671
|
+
border-radius: 6px;
|
|
31672
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31673
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31674
|
+
font-size: 12px;
|
|
31305
31675
|
}
|
|
31306
|
-
.
|
|
31307
|
-
|
|
31308
|
-
display:
|
|
31309
|
-
|
|
31310
|
-
|
|
31311
|
-
width: 36px;
|
|
31312
|
-
background: transparent;
|
|
31676
|
+
.ctcr26a div {
|
|
31677
|
+
line-height: 20px;
|
|
31678
|
+
display: flex;
|
|
31679
|
+
align-items: center;
|
|
31680
|
+
word-break: break-all;
|
|
31313
31681
|
}
|
|
31314
|
-
|
|
31315
|
-
|
|
31682
|
+
|
|
31683
|
+
.c1up1pdz {
|
|
31684
|
+
width: 648px;
|
|
31316
31685
|
}
|
|
31317
|
-
.
|
|
31318
|
-
|
|
31319
|
-
width: initial;
|
|
31320
|
-
box-shadow: none;
|
|
31686
|
+
.c1up1pdz.active {
|
|
31687
|
+
border-color: #0080ff;
|
|
31321
31688
|
}
|
|
31322
|
-
.
|
|
31323
|
-
|
|
31689
|
+
.c1up1pdz.active > header {
|
|
31690
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31324
31691
|
}
|
|
31325
|
-
.
|
|
31326
|
-
|
|
31692
|
+
.c1up1pdz .expand {
|
|
31693
|
+
padding: 12px;
|
|
31327
31694
|
}
|
|
31328
|
-
.
|
|
31329
|
-
display:
|
|
31330
|
-
|
|
31331
|
-
|
|
31332
|
-
width: 36px;
|
|
31695
|
+
.c1up1pdz .field-item {
|
|
31696
|
+
display: flex;
|
|
31697
|
+
padding: 10px 0;
|
|
31698
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31333
31699
|
}
|
|
31334
|
-
|
|
31335
|
-
|
|
31336
|
-
|
|
31337
|
-
font-style: normal;
|
|
31338
|
-
font-weight: bold;
|
|
31339
|
-
font-size: 32px;
|
|
31340
|
-
line-height: 40px;
|
|
31700
|
+
.c1up1pdz .field-item:last-child {
|
|
31701
|
+
border-bottom: none;
|
|
31702
|
+
padding-bottom: 0;
|
|
31341
31703
|
}
|
|
31342
|
-
|
|
31343
|
-
.d1xhvvxe {
|
|
31344
|
-
font-family: Inter;
|
|
31345
|
-
font-style: normal;
|
|
31346
|
-
font-weight: bold;
|
|
31347
|
-
font-size: 24px;
|
|
31704
|
+
.c1up1pdz .field-item label {
|
|
31348
31705
|
line-height: 32px;
|
|
31706
|
+
width: 100px;
|
|
31707
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31349
31708
|
}
|
|
31350
|
-
|
|
31351
|
-
.
|
|
31352
|
-
|
|
31353
|
-
font-style: normal;
|
|
31354
|
-
font-weight: normal;
|
|
31355
|
-
font-size: 32px;
|
|
31356
|
-
line-height: 40px;
|
|
31709
|
+
.c1up1pdz .help {
|
|
31710
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31711
|
+
margin-top: 5px;
|
|
31357
31712
|
}
|
|
31358
|
-
|
|
31359
|
-
.
|
|
31360
|
-
|
|
31361
|
-
font-style: normal;
|
|
31362
|
-
font-weight: bold;
|
|
31363
|
-
font-size: 20px;
|
|
31364
|
-
line-height: 24px;
|
|
31713
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
31714
|
+
.c1up1pdz .ant-picker {
|
|
31715
|
+
width: 128px;
|
|
31365
31716
|
}
|
|
31366
31717
|
|
|
31367
|
-
.
|
|
31368
|
-
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
line-height: 24px;
|
|
31718
|
+
.c156wh19 {
|
|
31719
|
+
display: flex;
|
|
31720
|
+
align-items: center;
|
|
31721
|
+
justify-content: space-between;
|
|
31722
|
+
word-break: keep-all;
|
|
31373
31723
|
}
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
font-family: Inter;
|
|
31377
|
-
font-style: normal;
|
|
31378
|
-
font-weight: bold;
|
|
31379
|
-
font-size: 18px;
|
|
31380
|
-
line-height: 22px;
|
|
31724
|
+
.c156wh19 .title {
|
|
31725
|
+
margin: 0 16px 0 8px;
|
|
31381
31726
|
}
|
|
31382
|
-
|
|
31383
|
-
.
|
|
31384
|
-
font-family: Inter;
|
|
31385
|
-
font-style: normal;
|
|
31386
|
-
font-weight: normal;
|
|
31387
|
-
font-size: 18px;
|
|
31388
|
-
line-height: 22px;
|
|
31727
|
+
.c156wh19 .retain {
|
|
31728
|
+
color: rgba(129, 138, 153, 0.6);
|
|
31389
31729
|
}
|
|
31390
|
-
|
|
31391
|
-
|
|
31392
|
-
|
|
31393
|
-
|
|
31394
|
-
|
|
31395
|
-
|
|
31396
|
-
|
|
31730
|
+
.c156wh19 .left {
|
|
31731
|
+
flex: 1;
|
|
31732
|
+
display: flex;
|
|
31733
|
+
overflow: hidden;
|
|
31734
|
+
align-items: center;
|
|
31735
|
+
justify-content: flex-start;
|
|
31736
|
+
white-space: nowrap;
|
|
31397
31737
|
}
|
|
31398
|
-
|
|
31399
|
-
|
|
31400
|
-
|
|
31401
|
-
|
|
31402
|
-
font-weight: normal;
|
|
31403
|
-
font-size: 16px;
|
|
31404
|
-
line-height: 22px;
|
|
31738
|
+
.c156wh19 .left .title {
|
|
31739
|
+
max-width: 100%;
|
|
31740
|
+
overflow: hidden;
|
|
31741
|
+
text-overflow: ellipsis;
|
|
31405
31742
|
}
|
|
31406
|
-
|
|
31407
|
-
|
|
31408
|
-
|
|
31409
|
-
font-style: normal;
|
|
31410
|
-
font-weight: bold;
|
|
31411
|
-
font-size: 14px;
|
|
31412
|
-
line-height: 20px;
|
|
31743
|
+
.c156wh19 .right {
|
|
31744
|
+
display: flex;
|
|
31745
|
+
align-items: center;
|
|
31413
31746
|
}
|
|
31414
|
-
|
|
31415
|
-
|
|
31416
|
-
|
|
31417
|
-
|
|
31418
|
-
|
|
31419
|
-
|
|
31420
|
-
|
|
31747
|
+
.c156wh19 .reverse {
|
|
31748
|
+
display: flex;
|
|
31749
|
+
flex-direction: row-reverse;
|
|
31750
|
+
align-items: center;
|
|
31751
|
+
}
|
|
31752
|
+
.c156wh19 .reverse .ant-switch {
|
|
31753
|
+
margin-left: 8px;
|
|
31421
31754
|
}
|
|
31422
|
-
|
|
31423
|
-
|
|
31424
|
-
|
|
31425
|
-
|
|
31426
|
-
|
|
31427
|
-
font-size: 12px;
|
|
31428
|
-
line-height: 18px;
|
|
31755
|
+
.c156wh19 .close {
|
|
31756
|
+
padding-left: 14px;
|
|
31757
|
+
margin-left: 14px;
|
|
31758
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
31759
|
+
cursor: pointer;
|
|
31429
31760
|
}
|
|
31430
31761
|
|
|
31431
|
-
.
|
|
31432
|
-
|
|
31433
|
-
|
|
31434
|
-
font-weight: normal;
|
|
31435
|
-
font-size: 12px;
|
|
31436
|
-
line-height: 18px;
|
|
31762
|
+
.m126spxy {
|
|
31763
|
+
padding-bottom: 4px;
|
|
31764
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31437
31765
|
}
|
|
31438
|
-
|
|
31439
|
-
|
|
31440
|
-
|
|
31441
|
-
|
|
31442
|
-
font-weight: bold;
|
|
31443
|
-
text-transform: uppercase;
|
|
31444
|
-
font-feature-settings: "cpsp" on;
|
|
31445
|
-
font-size: 12px;
|
|
31446
|
-
line-height: 18px;
|
|
31766
|
+
.m126spxy .ant-btn-link {
|
|
31767
|
+
padding: 1px 10px;
|
|
31768
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31769
|
+
border-radius: 4px;
|
|
31447
31770
|
}
|
|
31448
|
-
|
|
31449
|
-
.
|
|
31450
|
-
|
|
31451
|
-
font-style: normal;
|
|
31452
|
-
font-weight: normal;
|
|
31453
|
-
text-transform: uppercase;
|
|
31454
|
-
font-feature-settings: "cpsp" on;
|
|
31455
|
-
font-size: 12px;
|
|
31456
|
-
line-height: 18px;
|
|
31771
|
+
.m126spxy .ant-btn-link.active {
|
|
31772
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31773
|
+
color: #0096ff;
|
|
31457
31774
|
}
|
|
31458
31775
|
|
|
31459
|
-
.
|
|
31460
|
-
|
|
31461
|
-
|
|
31462
|
-
font-weight: normal;
|
|
31463
|
-
font-size: 16px;
|
|
31464
|
-
line-height: 24px;
|
|
31776
|
+
.wpbf4pq {
|
|
31777
|
+
padding: 10px 0;
|
|
31778
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31465
31779
|
}
|
|
31466
|
-
|
|
31467
|
-
.
|
|
31468
|
-
|
|
31469
|
-
|
|
31470
|
-
|
|
31471
|
-
font-size: 16px;
|
|
31472
|
-
line-height: 24px;
|
|
31780
|
+
.wpbf4pq .ant-input,
|
|
31781
|
+
.wpbf4pq .ant-picker {
|
|
31782
|
+
width: 80px;
|
|
31783
|
+
margin: 0 9px;
|
|
31784
|
+
text-align: center;
|
|
31473
31785
|
}
|
|
31474
|
-
|
|
31475
|
-
|
|
31476
|
-
|
|
31477
|
-
|
|
31478
|
-
font-weight: normal;
|
|
31479
|
-
font-size: 16px;
|
|
31480
|
-
line-height: 24px;
|
|
31786
|
+
.wpbf4pq .options {
|
|
31787
|
+
padding: 12px 0 12px 16px;
|
|
31788
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31789
|
+
margin: 5px 0 5px 8px;
|
|
31481
31790
|
}
|
|
31482
|
-
|
|
31483
|
-
.
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
line-height: 24px;
|
|
31791
|
+
.wpbf4pq .week-day-option,
|
|
31792
|
+
.wpbf4pq .month-day-option {
|
|
31793
|
+
background: #f5f7fa;
|
|
31794
|
+
box-sizing: border-box;
|
|
31795
|
+
border-radius: 16px;
|
|
31796
|
+
margin-right: 8px;
|
|
31489
31797
|
}
|
|
31490
|
-
|
|
31491
|
-
.
|
|
31492
|
-
|
|
31493
|
-
|
|
31494
|
-
font-weight: normal;
|
|
31495
|
-
text-transform: uppercase;
|
|
31496
|
-
font-feature-settings: "cpsp" on;
|
|
31497
|
-
font-size: 16px;
|
|
31498
|
-
line-height: 24px;
|
|
31798
|
+
.wpbf4pq .week-day-option:focus,
|
|
31799
|
+
.wpbf4pq .month-day-option:focus {
|
|
31800
|
+
color: inherit;
|
|
31801
|
+
border-color: #d9d9d9;
|
|
31499
31802
|
}
|
|
31500
|
-
|
|
31501
|
-
|
|
31502
|
-
|
|
31503
|
-
|
|
31504
|
-
font-weight: bold;
|
|
31505
|
-
text-transform: uppercase;
|
|
31506
|
-
font-feature-settings: "cpsp" on;
|
|
31507
|
-
font-size: 16px;
|
|
31508
|
-
line-height: 24px;
|
|
31803
|
+
.wpbf4pq .week-day-option.active {
|
|
31804
|
+
background-color: #0096ff;
|
|
31805
|
+
border-color: #0096ff;
|
|
31806
|
+
color: #fff;
|
|
31509
31807
|
}
|
|
31510
|
-
|
|
31511
|
-
|
|
31512
|
-
|
|
31513
|
-
font-style: normal;
|
|
31514
|
-
font-weight: normal;
|
|
31515
|
-
font-size: 14px;
|
|
31516
|
-
line-height: 22px;
|
|
31808
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31809
|
+
width: 110px;
|
|
31810
|
+
margin-top: 4px;
|
|
31517
31811
|
}
|
|
31518
|
-
|
|
31519
|
-
|
|
31520
|
-
|
|
31521
|
-
|
|
31522
|
-
font-weight: 500;
|
|
31523
|
-
font-size: 14px;
|
|
31524
|
-
line-height: 22px;
|
|
31812
|
+
.wpbf4pq .month-day-option {
|
|
31813
|
+
width: 32px;
|
|
31814
|
+
padding: 0;
|
|
31815
|
+
margin-bottom: 8px;
|
|
31525
31816
|
}
|
|
31526
|
-
|
|
31527
|
-
|
|
31528
|
-
|
|
31529
|
-
|
|
31530
|
-
font-weight: bold;
|
|
31531
|
-
font-size: 14px;
|
|
31532
|
-
line-height: 22px;
|
|
31817
|
+
.wpbf4pq .month-day-option.active {
|
|
31818
|
+
background-color: #0096ff;
|
|
31819
|
+
border-color: #0096ff;
|
|
31820
|
+
color: #fff;
|
|
31533
31821
|
}
|
|
31534
31822
|
|
|
31535
|
-
.
|
|
31536
|
-
|
|
31537
|
-
font-style: normal;
|
|
31538
|
-
font-weight: normal;
|
|
31539
|
-
font-size: 14px;
|
|
31540
|
-
line-height: 22px;
|
|
31823
|
+
.c1uzzomf {
|
|
31824
|
+
margin-bottom: 16px;
|
|
31541
31825
|
}
|
|
31542
|
-
|
|
31543
|
-
|
|
31544
|
-
|
|
31545
|
-
font-
|
|
31546
|
-
|
|
31547
|
-
font-size: 14px;
|
|
31548
|
-
line-height: 22px;
|
|
31826
|
+
.c1uzzomf .card-title {
|
|
31827
|
+
font-size: 16px;
|
|
31828
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31829
|
+
font-weight: 700;
|
|
31830
|
+
line-height: 32px;
|
|
31549
31831
|
}
|
|
31550
|
-
|
|
31551
|
-
|
|
31552
|
-
|
|
31553
|
-
|
|
31554
|
-
font-weight: normal;
|
|
31555
|
-
text-transform: uppercase;
|
|
31556
|
-
font-feature-settings: "cpsp" on;
|
|
31557
|
-
font-size: 14px;
|
|
31558
|
-
line-height: 22px;
|
|
31832
|
+
.c1uzzomf .card-body {
|
|
31833
|
+
padding: 24px;
|
|
31834
|
+
border-radius: 8px;
|
|
31835
|
+
background: #fff;
|
|
31559
31836
|
}
|
|
31560
|
-
|
|
31561
|
-
|
|
31562
|
-
font-family: Inter;
|
|
31563
|
-
font-style: normal;
|
|
31564
|
-
font-weight: bold;
|
|
31565
|
-
text-transform: uppercase;
|
|
31566
|
-
font-feature-settings: "cpsp" on;
|
|
31837
|
+
.c1uzzomf .empty {
|
|
31838
|
+
font-weight: 700;
|
|
31567
31839
|
font-size: 14px;
|
|
31568
31840
|
line-height: 22px;
|
|
31841
|
+
color: rgba(0, 21, 64, 0.3);
|
|
31842
|
+
text-align: center;
|
|
31569
31843
|
}
|
|
31570
31844
|
|
|
31571
|
-
.
|
|
31572
|
-
|
|
31573
|
-
|
|
31574
|
-
|
|
31575
|
-
|
|
31576
|
-
|
|
31577
|
-
|
|
31578
|
-
|
|
31579
|
-
.l1pbuf5j {
|
|
31580
|
-
font-family: Inter;
|
|
31581
|
-
font-style: normal;
|
|
31582
|
-
font-weight: 600;
|
|
31583
|
-
font-size: 13px;
|
|
31584
|
-
line-height: 20px;
|
|
31585
|
-
}
|
|
31586
|
-
|
|
31587
|
-
.l1r4ztu {
|
|
31588
|
-
font-family: Inter;
|
|
31589
|
-
font-style: normal;
|
|
31590
|
-
font-weight: bold;
|
|
31591
|
-
font-size: 13px;
|
|
31592
|
-
line-height: 20px;
|
|
31845
|
+
.l4bld33 {
|
|
31846
|
+
width: 64px;
|
|
31847
|
+
height: 64px;
|
|
31848
|
+
display: flex;
|
|
31849
|
+
align-items: center;
|
|
31850
|
+
justify-content: center;
|
|
31851
|
+
position: relative;
|
|
31852
|
+
opacity: 0.2;
|
|
31593
31853
|
}
|
|
31594
31854
|
|
|
31595
|
-
.
|
|
31596
|
-
|
|
31597
|
-
|
|
31598
|
-
|
|
31599
|
-
|
|
31600
|
-
|
|
31855
|
+
.lgitjoj {
|
|
31856
|
+
position: absolute;
|
|
31857
|
+
width: 5px;
|
|
31858
|
+
height: 48px;
|
|
31859
|
+
left: 9.33px;
|
|
31860
|
+
top: 40.5px;
|
|
31861
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31862
|
+
border-radius: 5px;
|
|
31863
|
+
transform: rotate(-128deg);
|
|
31864
|
+
transform-origin: top left;
|
|
31865
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
31601
31866
|
}
|
|
31602
31867
|
|
|
31603
|
-
.
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
|
|
31868
|
+
.l13g0exg {
|
|
31869
|
+
position: absolute;
|
|
31870
|
+
width: 5px;
|
|
31871
|
+
height: 48px;
|
|
31872
|
+
left: 40.8px;
|
|
31873
|
+
top: 8.4px;
|
|
31874
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31875
|
+
border-radius: 5px;
|
|
31876
|
+
transform: rotate(-8deg);
|
|
31877
|
+
transform-origin: top left;
|
|
31878
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
31609
31879
|
}
|
|
31610
31880
|
|
|
31611
|
-
.
|
|
31612
|
-
|
|
31613
|
-
|
|
31614
|
-
|
|
31615
|
-
|
|
31616
|
-
|
|
31881
|
+
.l1exo3h6 {
|
|
31882
|
+
position: absolute;
|
|
31883
|
+
width: 5px;
|
|
31884
|
+
height: 48px;
|
|
31885
|
+
left: 52.9px;
|
|
31886
|
+
top: 51.8px;
|
|
31887
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
31888
|
+
border-radius: 5px;
|
|
31889
|
+
transform: rotate(112deg);
|
|
31890
|
+
transform-origin: top left;
|
|
31891
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
31617
31892
|
}
|
|
31618
31893
|
|
|
31619
|
-
.
|
|
31620
|
-
|
|
31621
|
-
|
|
31622
|
-
|
|
31623
|
-
|
|
31624
|
-
|
|
31625
|
-
|
|
31626
|
-
|
|
31894
|
+
.m1thnes4 {
|
|
31895
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31896
|
+
text-align: center;
|
|
31897
|
+
display: flex;
|
|
31898
|
+
align-items: center;
|
|
31899
|
+
justify-content: center;
|
|
31900
|
+
flex-direction: column;
|
|
31901
|
+
height: 100%;
|
|
31627
31902
|
}
|
|
31628
|
-
|
|
31629
|
-
|
|
31630
|
-
|
|
31631
|
-
font-style: normal;
|
|
31632
|
-
font-weight: bold;
|
|
31633
|
-
text-transform: uppercase;
|
|
31634
|
-
font-feature-settings: "cpsp" on;
|
|
31635
|
-
font-size: 13px;
|
|
31636
|
-
line-height: 20px;
|
|
31903
|
+
.m1thnes4 .link {
|
|
31904
|
+
color: #0080ff;
|
|
31905
|
+
cursor: pointer;
|
|
31637
31906
|
}
|
|
31638
31907
|
|
|
31639
|
-
.
|
|
31640
|
-
|
|
31641
|
-
|
|
31642
|
-
|
|
31643
|
-
|
|
31644
|
-
line-height: 18px;
|
|
31908
|
+
.m1bixfdy {
|
|
31909
|
+
width: 100%;
|
|
31910
|
+
height: 100%;
|
|
31911
|
+
display: flex;
|
|
31912
|
+
flex-direction: column;
|
|
31645
31913
|
}
|
|
31646
|
-
|
|
31647
|
-
|
|
31648
|
-
|
|
31649
|
-
|
|
31650
|
-
|
|
31651
|
-
|
|
31652
|
-
line-height: 18px;
|
|
31914
|
+
.m1bixfdy .name-toolbar {
|
|
31915
|
+
width: 100%;
|
|
31916
|
+
display: flex;
|
|
31917
|
+
line-height: 30px;
|
|
31918
|
+
padding: 0 16px;
|
|
31919
|
+
justify-content: space-between;
|
|
31653
31920
|
}
|
|
31654
|
-
|
|
31655
|
-
|
|
31656
|
-
font-family: Inter;
|
|
31657
|
-
font-style: normal;
|
|
31658
|
-
font-weight: bold;
|
|
31921
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
31922
|
+
display: flex;
|
|
31659
31923
|
font-size: 12px;
|
|
31660
|
-
|
|
31924
|
+
align-items: center;
|
|
31661
31925
|
}
|
|
31662
|
-
|
|
31663
|
-
|
|
31664
|
-
font-family: Inter;
|
|
31665
|
-
font-style: normal;
|
|
31666
|
-
font-weight: normal;
|
|
31667
|
-
font-size: 12px;
|
|
31668
|
-
line-height: 18px;
|
|
31926
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
31927
|
+
color: #a3b4cc;
|
|
31669
31928
|
}
|
|
31670
|
-
|
|
31671
|
-
|
|
31672
|
-
font-family: Inter;
|
|
31673
|
-
font-style: normal;
|
|
31674
|
-
font-weight: 500;
|
|
31675
|
-
font-size: 12px;
|
|
31676
|
-
line-height: 18px;
|
|
31929
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
31930
|
+
margin-left: 10px;
|
|
31677
31931
|
}
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
|
|
31932
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
31933
|
+
margin-left: 10px;
|
|
31934
|
+
cursor: pointer;
|
|
31935
|
+
}
|
|
31936
|
+
.m1bixfdy .content {
|
|
31937
|
+
flex: 1;
|
|
31938
|
+
width: 100%;
|
|
31939
|
+
display: flex;
|
|
31940
|
+
justify-content: center;
|
|
31941
|
+
align-items: center;
|
|
31942
|
+
}
|
|
31943
|
+
.m1bixfdy .single-content {
|
|
31944
|
+
height: 65px;
|
|
31685
31945
|
}
|
|
31686
31946
|
|
|
31687
|
-
.
|
|
31688
|
-
|
|
31689
|
-
|
|
31690
|
-
|
|
31691
|
-
|
|
31692
|
-
|
|
31947
|
+
.lfamfcw {
|
|
31948
|
+
display: flex;
|
|
31949
|
+
align-items: center;
|
|
31950
|
+
white-space: nowrap;
|
|
31951
|
+
overflow: hidden;
|
|
31952
|
+
width: 100%;
|
|
31953
|
+
}
|
|
31954
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
31955
|
+
margin-left: auto;
|
|
31693
31956
|
font-size: 12px;
|
|
31694
|
-
line-height: 18px;
|
|
31695
31957
|
}
|
|
31696
31958
|
|
|
31697
|
-
.
|
|
31698
|
-
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
text-transform: uppercase;
|
|
31702
|
-
font-feature-settings: "cpsp" on;
|
|
31959
|
+
.la6u9b4 {
|
|
31960
|
+
display: flex;
|
|
31961
|
+
justify-content: flex-start;
|
|
31962
|
+
align-items: center;
|
|
31703
31963
|
font-size: 12px;
|
|
31704
|
-
|
|
31964
|
+
cursor: pointer;
|
|
31705
31965
|
}
|
|
31706
|
-
|
|
31707
|
-
|
|
31708
|
-
|
|
31709
|
-
|
|
31710
|
-
|
|
31711
|
-
|
|
31712
|
-
|
|
31966
|
+
.la6u9b4:not(:last-child) {
|
|
31967
|
+
margin-right: 20px;
|
|
31968
|
+
}
|
|
31969
|
+
.la6u9b4.deselected {
|
|
31970
|
+
opacity: 0.4;
|
|
31971
|
+
}
|
|
31972
|
+
.la6u9b4.deselected .color-block {
|
|
31973
|
+
background: #b4beca !important;
|
|
31713
31974
|
}
|
|
31714
31975
|
|
|
31715
|
-
.
|
|
31716
|
-
|
|
31717
|
-
|
|
31718
|
-
|
|
31719
|
-
|
|
31720
|
-
line-height: 20px;
|
|
31976
|
+
.chhvk8b {
|
|
31977
|
+
display: inline-block;
|
|
31978
|
+
height: 8px;
|
|
31979
|
+
width: 8px;
|
|
31980
|
+
margin-right: 8px;
|
|
31721
31981
|
}
|
|
31722
31982
|
|
|
31723
|
-
.
|
|
31724
|
-
|
|
31725
|
-
|
|
31726
|
-
font-weight: normal;
|
|
31983
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
31984
|
+
display: flex;
|
|
31985
|
+
align-items: center;
|
|
31727
31986
|
font-size: 12px;
|
|
31728
|
-
|
|
31987
|
+
margin: 0;
|
|
31729
31988
|
}
|
|
31730
31989
|
|
|
31731
|
-
.
|
|
31732
|
-
|
|
31733
|
-
|
|
31734
|
-
|
|
31990
|
+
.m16f7gpb {
|
|
31991
|
+
position: relative;
|
|
31992
|
+
}
|
|
31993
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
31994
|
+
bottom: -12px;
|
|
31995
|
+
}
|
|
31996
|
+
.m16f7gpb .metric-toolbar {
|
|
31997
|
+
display: flex;
|
|
31998
|
+
justify-content: space-between;
|
|
31999
|
+
line-height: 30px;
|
|
32000
|
+
margin: 0 16px;
|
|
32001
|
+
}
|
|
32002
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32003
|
+
display: flex;
|
|
31735
32004
|
font-size: 12px;
|
|
31736
|
-
|
|
32005
|
+
align-items: center;
|
|
31737
32006
|
}
|
|
31738
|
-
|
|
31739
|
-
|
|
31740
|
-
font-family: Inter;
|
|
31741
|
-
font-style: normal;
|
|
31742
|
-
font-weight: normal;
|
|
31743
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31744
|
-
font-size: 13px;
|
|
31745
|
-
line-height: 20px;
|
|
32007
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32008
|
+
color: #a3b4cc;
|
|
31746
32009
|
}
|
|
31747
|
-
|
|
31748
|
-
|
|
31749
|
-
font-family: Inter;
|
|
31750
|
-
font-style: normal;
|
|
31751
|
-
font-weight: normal;
|
|
31752
|
-
font-feature-settings: "zero" on;
|
|
31753
|
-
font-size: 13px;
|
|
31754
|
-
line-height: 20px;
|
|
32010
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32011
|
+
margin-left: 10px;
|
|
31755
32012
|
}
|
|
31756
|
-
|
|
31757
|
-
|
|
31758
|
-
|
|
31759
|
-
|
|
31760
|
-
|
|
31761
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32013
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32014
|
+
margin-left: 10px;
|
|
32015
|
+
cursor: pointer;
|
|
32016
|
+
}
|
|
32017
|
+
.m16f7gpb .recharts-xAxis {
|
|
31762
32018
|
font-size: 12px;
|
|
31763
|
-
line-height: 18px;
|
|
31764
32019
|
}
|
|
31765
|
-
|
|
31766
|
-
|
|
31767
|
-
|
|
31768
|
-
|
|
31769
|
-
|
|
31770
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32020
|
+
.m16f7gpb .pointer-wrapper {
|
|
32021
|
+
position: absolute;
|
|
32022
|
+
bottom: 10px;
|
|
32023
|
+
padding: 0 8px;
|
|
32024
|
+
border-radius: 4px;
|
|
31771
32025
|
font-size: 12px;
|
|
31772
|
-
|
|
32026
|
+
color: #fff;
|
|
32027
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32028
|
+
transform: translateX(-50%);
|
|
31773
32029
|
}
|
|
31774
32030
|
|
|
31775
|
-
.
|
|
31776
|
-
|
|
31777
|
-
font-style: normal;
|
|
31778
|
-
font-weight: normal;
|
|
31779
|
-
font-feature-settings: "zero" on;
|
|
31780
|
-
font-size: 12px;
|
|
31781
|
-
line-height: 18px;
|
|
32031
|
+
.t1ipvk51 {
|
|
32032
|
+
min-width: 200px;
|
|
31782
32033
|
}
|
|
31783
32034
|
|
|
31784
|
-
.
|
|
31785
|
-
|
|
31786
|
-
|
|
31787
|
-
|
|
31788
|
-
|
|
32035
|
+
.t1kgldps {
|
|
32036
|
+
display: flex;
|
|
32037
|
+
align-items: center;
|
|
32038
|
+
justify-content: space-between;
|
|
32039
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32040
|
+
color: #b4beca;
|
|
31789
32041
|
font-size: 12px;
|
|
31790
|
-
|
|
32042
|
+
padding: 3px 6px;
|
|
31791
32043
|
}
|
|
31792
|
-
|
|
31793
|
-
|
|
31794
|
-
font-family: Inter;
|
|
31795
|
-
font-style: normal;
|
|
31796
|
-
font-weight: bold;
|
|
31797
|
-
font-feature-settings: "zero" on;
|
|
31798
|
-
font-size: 16px;
|
|
31799
|
-
line-height: 24px;
|
|
32044
|
+
.t1kgldps:first-child {
|
|
32045
|
+
padding-top: 3px;
|
|
31800
32046
|
}
|
|
31801
|
-
|
|
31802
|
-
|
|
31803
|
-
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
line-height: 12px;
|
|
32047
|
+
.t1kgldps:last-child {
|
|
32048
|
+
padding-bottom: 3px;
|
|
32049
|
+
}
|
|
32050
|
+
.t1kgldps .column-value {
|
|
32051
|
+
color: #fff;
|
|
32052
|
+
margin-left: 8px;
|
|
31808
32053
|
}
|
|
31809
32054
|
|
|
31810
|
-
.
|
|
31811
|
-
|
|
31812
|
-
|
|
32055
|
+
.c18gxmrl {
|
|
32056
|
+
border: 1px solid #d8deeb;
|
|
32057
|
+
border-radius: 4px;
|
|
31813
32058
|
}
|
|
31814
|
-
.
|
|
31815
|
-
|
|
31816
|
-
cursor: pointer;
|
|
31817
|
-
transition: color 160ms ease;
|
|
32059
|
+
.c18gxmrl + .c18gxmrl {
|
|
32060
|
+
margin-top: 8px;
|
|
31818
32061
|
}
|
|
31819
|
-
.
|
|
31820
|
-
color: #0080ff;
|
|
32062
|
+
.c18gxmrl:hover {
|
|
32063
|
+
border-color: #0080ff;
|
|
31821
32064
|
}
|
|
31822
|
-
.
|
|
31823
|
-
|
|
32065
|
+
.c18gxmrl:hover > header {
|
|
32066
|
+
background: rgba(0, 128, 255, 0.1);
|
|
32067
|
+
}
|
|
32068
|
+
.c18gxmrl.active header {
|
|
32069
|
+
border-bottom: 1px solid #d8deeb;
|
|
32070
|
+
}
|
|
32071
|
+
.c18gxmrl > header {
|
|
32072
|
+
padding: 8px 12px;
|
|
31824
32073
|
}
|
|
31825
32074
|
|
|
31826
32075
|
.c1bus5hc {
|
|
@@ -31863,43 +32112,67 @@ input.rrg1fkn.ant-input {
|
|
|
31863
32112
|
transform: rotate(0deg);
|
|
31864
32113
|
}
|
|
31865
32114
|
|
|
31866
|
-
.
|
|
31867
|
-
|
|
31868
|
-
|
|
32115
|
+
.berrcjl {
|
|
32116
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32117
|
+
margin-bottom: 4px;
|
|
31869
32118
|
}
|
|
31870
|
-
.
|
|
31871
|
-
|
|
32119
|
+
.berrcjl .breadcrumb-link {
|
|
32120
|
+
color: rgba(10, 37, 85, 0.6);
|
|
32121
|
+
cursor: pointer;
|
|
32122
|
+
transition: color 160ms ease;
|
|
31872
32123
|
}
|
|
31873
|
-
.
|
|
31874
|
-
|
|
32124
|
+
.berrcjl .breadcrumb-link:hover {
|
|
32125
|
+
color: #0080ff;
|
|
31875
32126
|
}
|
|
31876
|
-
.
|
|
31877
|
-
|
|
32127
|
+
.berrcjl .breadcrumb-link:active {
|
|
32128
|
+
color: #005ed1;
|
|
31878
32129
|
}
|
|
31879
|
-
|
|
31880
|
-
|
|
32130
|
+
|
|
32131
|
+
.c18bcrac {
|
|
32132
|
+
display: inline-block;
|
|
32133
|
+
width: 100%;
|
|
31881
32134
|
}
|
|
31882
|
-
.
|
|
31883
|
-
|
|
32135
|
+
.c18bcrac .recharts-wrapper {
|
|
32136
|
+
margin-left: 4px;
|
|
31884
32137
|
}
|
|
31885
32138
|
|
|
31886
|
-
.
|
|
32139
|
+
.cro7kg2 {
|
|
32140
|
+
padding: 4px;
|
|
32141
|
+
}
|
|
32142
|
+
|
|
32143
|
+
.c14wcxf0 {
|
|
31887
32144
|
display: flex;
|
|
32145
|
+
justify-content: space-between;
|
|
31888
32146
|
align-items: center;
|
|
31889
|
-
font-size:
|
|
31890
|
-
line-height:
|
|
32147
|
+
font-size: 13px;
|
|
32148
|
+
line-height: 24px;
|
|
32149
|
+
color: #cccccc;
|
|
32150
|
+
white-space: nowrap;
|
|
31891
32151
|
}
|
|
31892
|
-
.
|
|
31893
|
-
margin-
|
|
32152
|
+
.c14wcxf0 label {
|
|
32153
|
+
margin-right: 32px;
|
|
31894
32154
|
}
|
|
31895
32155
|
|
|
31896
|
-
.
|
|
31897
|
-
|
|
32156
|
+
.coy29mj.c14wcxf0 {
|
|
32157
|
+
font-weight: bold;
|
|
32158
|
+
color: white;
|
|
31898
32159
|
}
|
|
31899
32160
|
|
|
31900
|
-
.
|
|
31901
|
-
|
|
31902
|
-
|
|
32161
|
+
.s11212zy {
|
|
32162
|
+
width: 8px;
|
|
32163
|
+
height: 8px;
|
|
32164
|
+
border-radius: 2px;
|
|
32165
|
+
display: inline-block;
|
|
32166
|
+
background: var(--s11212zy-0);
|
|
32167
|
+
border: 1px solid #fff;
|
|
32168
|
+
box-sizing: content-box;
|
|
32169
|
+
margin-right: 6px;
|
|
32170
|
+
}
|
|
32171
|
+
|
|
32172
|
+
.p1lyky6c > :first-child {
|
|
32173
|
+
font-weight: bold;
|
|
32174
|
+
color: white;
|
|
32175
|
+
margin-right: 4px;
|
|
31903
32176
|
}
|
|
31904
32177
|
|
|
31905
32178
|
.clm1wy1 {
|
|
@@ -31995,74 +32268,23 @@ input.rrg1fkn.ant-input {
|
|
|
31995
32268
|
border-radius: 2px;
|
|
31996
32269
|
}
|
|
31997
32270
|
|
|
31998
|
-
.
|
|
31999
|
-
display: flex;
|
|
32000
|
-
align-items: center;
|
|
32001
|
-
justify-content: flex-end;
|
|
32002
|
-
}
|
|
32003
|
-
|
|
32004
|
-
.b1ctd5xy {
|
|
32005
|
-
display: flex;
|
|
32006
|
-
align-items: center;
|
|
32007
|
-
width: calc(100% - 40px);
|
|
32008
|
-
}
|
|
32009
|
-
.b1ctd5xy .chart {
|
|
32010
|
-
display: inline-block;
|
|
32011
|
-
width: 100%;
|
|
32012
|
-
}
|
|
32013
|
-
|
|
32014
|
-
.u1p8acpn {
|
|
32015
|
-
min-width: 40px;
|
|
32016
|
-
}
|
|
32017
|
-
.u1p8acpn .unit {
|
|
32018
|
-
color: #00122e !important;
|
|
32019
|
-
}
|
|
32020
|
-
|
|
32021
|
-
.c18bcrac {
|
|
32022
|
-
display: inline-block;
|
|
32023
|
-
width: 100%;
|
|
32024
|
-
}
|
|
32025
|
-
.c18bcrac .recharts-wrapper {
|
|
32026
|
-
margin-left: 4px;
|
|
32027
|
-
}
|
|
32028
|
-
|
|
32029
|
-
.cro7kg2 {
|
|
32030
|
-
padding: 4px;
|
|
32031
|
-
}
|
|
32032
|
-
|
|
32033
|
-
.c14wcxf0 {
|
|
32271
|
+
.n12mqh7z {
|
|
32034
32272
|
display: flex;
|
|
32035
|
-
justify-content: space-between;
|
|
32036
32273
|
align-items: center;
|
|
32037
|
-
font-size:
|
|
32038
|
-
line-height:
|
|
32039
|
-
color: #cccccc;
|
|
32040
|
-
white-space: nowrap;
|
|
32041
|
-
}
|
|
32042
|
-
.c14wcxf0 label {
|
|
32043
|
-
margin-right: 32px;
|
|
32274
|
+
font-size: 12px;
|
|
32275
|
+
line-height: 18px;
|
|
32044
32276
|
}
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
font-weight: bold;
|
|
32048
|
-
color: white;
|
|
32277
|
+
.n12mqh7z:not(:last-child) {
|
|
32278
|
+
margin-bottom: 4px;
|
|
32049
32279
|
}
|
|
32050
32280
|
|
|
32051
|
-
.
|
|
32052
|
-
|
|
32053
|
-
height: 8px;
|
|
32054
|
-
border-radius: 2px;
|
|
32055
|
-
display: inline-block;
|
|
32056
|
-
background: var(--s11212zy-0);
|
|
32057
|
-
border: 1px solid #fff;
|
|
32058
|
-
box-sizing: content-box;
|
|
32059
|
-
margin-right: 6px;
|
|
32281
|
+
.tf5bynu {
|
|
32282
|
+
margin: 0 3px;
|
|
32060
32283
|
}
|
|
32061
32284
|
|
|
32062
|
-
.
|
|
32063
|
-
|
|
32064
|
-
|
|
32065
|
-
margin-right: 4px;
|
|
32285
|
+
.tcckoz1 {
|
|
32286
|
+
max-height: 400px;
|
|
32287
|
+
overflow: "auto";
|
|
32066
32288
|
}
|
|
32067
32289
|
|
|
32068
32290
|
.gmyahx3 {
|
|
@@ -32075,6 +32297,13 @@ input.rrg1fkn.ant-input {
|
|
|
32075
32297
|
color: #0080ff;
|
|
32076
32298
|
}
|
|
32077
32299
|
|
|
32300
|
+
.tje3huy {
|
|
32301
|
+
width: 100%;
|
|
32302
|
+
overflow: inherit;
|
|
32303
|
+
white-space: inherit;
|
|
32304
|
+
text-overflow: ellipsis;
|
|
32305
|
+
}
|
|
32306
|
+
|
|
32078
32307
|
.s1iv0tp1 .enabled-switch {
|
|
32079
32308
|
display: flex;
|
|
32080
32309
|
align-items: center;
|
|
@@ -32083,35 +32312,6 @@ input.rrg1fkn.ant-input {
|
|
|
32083
32312
|
margin-right: 8px;
|
|
32084
32313
|
}
|
|
32085
32314
|
|
|
32086
|
-
.c1uzzomf {
|
|
32087
|
-
margin-bottom: 16px;
|
|
32088
|
-
}
|
|
32089
|
-
.c1uzzomf .card-title {
|
|
32090
|
-
font-size: 16px;
|
|
32091
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32092
|
-
font-weight: 700;
|
|
32093
|
-
line-height: 32px;
|
|
32094
|
-
}
|
|
32095
|
-
.c1uzzomf .card-body {
|
|
32096
|
-
padding: 24px;
|
|
32097
|
-
border-radius: 8px;
|
|
32098
|
-
background: #fff;
|
|
32099
|
-
}
|
|
32100
|
-
.c1uzzomf .empty {
|
|
32101
|
-
font-weight: 700;
|
|
32102
|
-
font-size: 14px;
|
|
32103
|
-
line-height: 22px;
|
|
32104
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32105
|
-
text-align: center;
|
|
32106
|
-
}
|
|
32107
|
-
|
|
32108
|
-
.tje3huy {
|
|
32109
|
-
width: 100%;
|
|
32110
|
-
overflow: inherit;
|
|
32111
|
-
white-space: inherit;
|
|
32112
|
-
text-overflow: ellipsis;
|
|
32113
|
-
}
|
|
32114
|
-
|
|
32115
32315
|
.t1sqg15u {
|
|
32116
32316
|
background: white;
|
|
32117
32317
|
}
|
|
@@ -32215,26 +32415,27 @@ input.rrg1fkn.ant-input {
|
|
|
32215
32415
|
width: 100%;
|
|
32216
32416
|
}
|
|
32217
32417
|
|
|
32218
|
-
.
|
|
32219
|
-
|
|
32220
|
-
|
|
32221
|
-
|
|
32222
|
-
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32223
|
-
padding-top: 0px;
|
|
32224
|
-
padding-bottom: 0px;
|
|
32225
|
-
padding-left: 0px !important;
|
|
32226
|
-
padding-right: 24px;
|
|
32418
|
+
.wg1tsps {
|
|
32419
|
+
display: flex;
|
|
32420
|
+
align-items: center;
|
|
32421
|
+
justify-content: flex-end;
|
|
32227
32422
|
}
|
|
32228
|
-
|
|
32229
|
-
|
|
32423
|
+
|
|
32424
|
+
.b1ctd5xy {
|
|
32425
|
+
display: flex;
|
|
32426
|
+
align-items: center;
|
|
32427
|
+
width: calc(100% - 40px);
|
|
32230
32428
|
}
|
|
32231
|
-
.
|
|
32232
|
-
|
|
32429
|
+
.b1ctd5xy .chart {
|
|
32430
|
+
display: inline-block;
|
|
32431
|
+
width: 100%;
|
|
32233
32432
|
}
|
|
32234
32433
|
|
|
32235
|
-
.
|
|
32236
|
-
|
|
32237
|
-
|
|
32434
|
+
.u1p8acpn {
|
|
32435
|
+
min-width: 40px;
|
|
32436
|
+
}
|
|
32437
|
+
.u1p8acpn .unit {
|
|
32438
|
+
color: #00122e !important;
|
|
32238
32439
|
}
|
|
32239
32440
|
|
|
32240
32441
|
.c10crapj {
|
|
@@ -32315,458 +32516,215 @@ input.rrg1fkn.ant-input {
|
|
|
32315
32516
|
margin-left: 24px;
|
|
32316
32517
|
}
|
|
32317
32518
|
|
|
32318
|
-
.
|
|
32319
|
-
|
|
32320
|
-
|
|
32321
|
-
|
|
32322
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32323
|
-
display: flex;
|
|
32324
|
-
}
|
|
32325
|
-
|
|
32326
|
-
.o8ocss1 {
|
|
32327
|
-
overflow: hidden;
|
|
32328
|
-
text-overflow: ellipsis;
|
|
32329
|
-
}
|
|
32330
|
-
|
|
32331
|
-
.n17syc35 {
|
|
32332
|
-
white-space: nowrap;
|
|
32333
|
-
}
|
|
32334
|
-
|
|
32335
|
-
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32336
|
-
border-radius: 6px;
|
|
32337
|
-
}
|
|
32338
|
-
.shq1k1g.ant-select.ant-select-single {
|
|
32339
|
-
width: 100%;
|
|
32340
|
-
color: #2d3a56;
|
|
32341
|
-
border-color: rgba(211, 218, 235, 0.6);
|
|
32342
|
-
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32343
|
-
font-size: 13px;
|
|
32344
|
-
}
|
|
32345
|
-
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32346
|
-
height: 30px;
|
|
32347
|
-
}
|
|
32348
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32349
|
-
height: 38px;
|
|
32350
|
-
font-size: 13px;
|
|
32351
|
-
}
|
|
32352
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32353
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32354
|
-
transition: 160ms ease;
|
|
32355
|
-
}
|
|
32356
|
-
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32357
|
-
color: #0080ff;
|
|
32358
|
-
}
|
|
32359
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32360
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
32361
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32362
|
-
}
|
|
32363
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32364
|
-
color: #0080ff;
|
|
32365
|
-
}
|
|
32366
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32367
|
-
border-color: #0080ff;
|
|
32368
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32369
|
-
}
|
|
32370
|
-
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32371
|
-
transform: rotate(180deg);
|
|
32372
|
-
}
|
|
32373
|
-
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32374
|
-
background: rgba(211, 218, 235, 0.6);
|
|
32375
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32376
|
-
cursor: "not-allowed";
|
|
32377
|
-
}
|
|
32378
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32379
|
-
border-color: #f0483e !important;
|
|
32380
|
-
}
|
|
32381
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32382
|
-
color: #1d326c;
|
|
32383
|
-
}
|
|
32384
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32385
|
-
border-color: #0080ff;
|
|
32386
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32387
|
-
}
|
|
32388
|
-
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32389
|
-
transform: rotate(180deg);
|
|
32390
|
-
}
|
|
32391
|
-
|
|
32392
|
-
.s14dk8r1 {
|
|
32393
|
-
margin: 0;
|
|
32394
|
-
border-radius: 20px;
|
|
32395
|
-
padding: 2px 10px;
|
|
32396
|
-
height: 22px;
|
|
32397
|
-
}
|
|
32398
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32399
|
-
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32400
|
-
}
|
|
32401
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32402
|
-
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32403
|
-
}
|
|
32404
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32405
|
-
color: #00122e;
|
|
32406
|
-
}
|
|
32407
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32408
|
-
margin-right: 6px;
|
|
32409
|
-
}
|
|
32410
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32411
|
-
margin-left: 4px;
|
|
32412
|
-
}
|
|
32413
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32414
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32415
|
-
}
|
|
32416
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32417
|
-
background-color: #0080ff;
|
|
32418
|
-
}
|
|
32419
|
-
.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 {
|
|
32420
|
-
background-color: rgba(0, 136, 255, 0.16);
|
|
32421
|
-
}
|
|
32422
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32423
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32424
|
-
}
|
|
32425
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32426
|
-
background-color: #f0483e;
|
|
32427
|
-
}
|
|
32428
|
-
.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 {
|
|
32429
|
-
background-color: rgba(255, 74, 74, 0.16);
|
|
32430
|
-
}
|
|
32431
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32432
|
-
background-color: rgba(254, 160, 8, 0.1);
|
|
32433
|
-
}
|
|
32434
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32435
|
-
background-color: #fea008;
|
|
32436
|
-
}
|
|
32437
|
-
.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 {
|
|
32438
|
-
background-color: rgba(255, 187, 0, 0.16);
|
|
32439
|
-
}
|
|
32440
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32441
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32442
|
-
}
|
|
32443
|
-
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32444
|
-
background-color: #00ba5d;
|
|
32445
|
-
}
|
|
32446
|
-
.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 {
|
|
32447
|
-
background-color: rgba(30, 201, 127, 0.16);
|
|
32519
|
+
.cav9p2m .ant-collapse-item {
|
|
32520
|
+
border: 0px;
|
|
32521
|
+
background-color: #fff;
|
|
32448
32522
|
}
|
|
32449
|
-
.
|
|
32450
|
-
|
|
32523
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32524
|
+
padding-top: 0px;
|
|
32525
|
+
padding-bottom: 0px;
|
|
32526
|
+
padding-left: 0px !important;
|
|
32527
|
+
padding-right: 24px;
|
|
32451
32528
|
}
|
|
32452
|
-
.
|
|
32453
|
-
|
|
32529
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32530
|
+
right: 0px;
|
|
32454
32531
|
}
|
|
32455
|
-
.
|
|
32456
|
-
|
|
32532
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32533
|
+
padding: 0px;
|
|
32457
32534
|
}
|
|
32458
32535
|
|
|
32459
|
-
.
|
|
32460
|
-
|
|
32461
|
-
|
|
32462
|
-
border-radius: 50%;
|
|
32463
|
-
display: inline-block;
|
|
32536
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32537
|
+
padding-right: 0px;
|
|
32538
|
+
cursor: default;
|
|
32464
32539
|
}
|
|
32465
32540
|
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
width: 56px !important;
|
|
32469
|
-
margin-right: 4px;
|
|
32541
|
+
.t3qomhu {
|
|
32542
|
+
margin: 0 2px;
|
|
32470
32543
|
}
|
|
32471
32544
|
|
|
32472
|
-
.
|
|
32473
|
-
color:
|
|
32545
|
+
button.lujuy3j {
|
|
32546
|
+
color: #0080FF;
|
|
32474
32547
|
}
|
|
32475
|
-
|
|
32476
|
-
.t19ustft .date {
|
|
32548
|
+
button.lujuy3j .button-prefix-icon {
|
|
32477
32549
|
margin-right: 4px;
|
|
32478
32550
|
}
|
|
32479
|
-
|
|
32480
|
-
.s1uupxds {
|
|
32481
|
-
padding: 0 8px;
|
|
32482
|
-
border-radius: 4px;
|
|
32483
|
-
}
|
|
32484
|
-
|
|
32485
|
-
.m10sqwut {
|
|
32486
|
-
padding: 2px 8px;
|
|
32487
|
-
border-radius: 3px;
|
|
32488
|
-
}
|
|
32489
|
-
|
|
32490
|
-
.l1d492wb {
|
|
32491
|
-
padding: 3px 8px;
|
|
32492
|
-
border-radius: 2px;
|
|
32493
|
-
}
|
|
32494
|
-
|
|
32495
|
-
.t1lzavmu.ant-tag:hover {
|
|
32496
|
-
opacity: unset;
|
|
32497
|
-
}
|
|
32498
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32499
|
-
margin: 0;
|
|
32500
|
-
margin-right: 8px;
|
|
32501
|
-
display: inline-flex;
|
|
32502
|
-
align-items: center;
|
|
32503
|
-
border: none;
|
|
32504
|
-
}
|
|
32505
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32506
|
-
width: 16px;
|
|
32507
|
-
height: 16px;
|
|
32508
|
-
color: inherit;
|
|
32551
|
+
button.lujuy3j .button-suffix-icon {
|
|
32509
32552
|
margin-left: 4px;
|
|
32510
|
-
opacity: 0.6;
|
|
32511
|
-
display: inline-flex;
|
|
32512
|
-
}
|
|
32513
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32514
|
-
opacity: 1;
|
|
32515
|
-
}
|
|
32516
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32517
|
-
color: #0080ff;
|
|
32518
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
32519
|
-
}
|
|
32520
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32521
|
-
color: #f0483e;
|
|
32522
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
32523
|
-
}
|
|
32524
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32525
|
-
color: #e07f00;
|
|
32526
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
32527
|
-
}
|
|
32528
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32529
|
-
color: #008f4c;
|
|
32530
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
32531
|
-
}
|
|
32532
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32533
|
-
color: #1d326c;
|
|
32534
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
32535
|
-
}
|
|
32536
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32537
|
-
color: #7E41FF;
|
|
32538
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
32539
32553
|
}
|
|
32540
|
-
.
|
|
32541
|
-
color: #
|
|
32554
|
+
button.lujuy3j:hover, button.lujuy3j.__pseudo-states-hover {
|
|
32555
|
+
color: #009dff;
|
|
32542
32556
|
}
|
|
32543
|
-
.
|
|
32544
|
-
|
|
32557
|
+
button.lujuy3j:active, button.lujuy3j.__pseudo-states-active {
|
|
32558
|
+
color: #005ed1;
|
|
32545
32559
|
}
|
|
32546
|
-
.
|
|
32547
|
-
|
|
32560
|
+
button.lujuy3j.ui-kit-link-disabled {
|
|
32561
|
+
color: #0080FF;
|
|
32548
32562
|
}
|
|
32549
|
-
.
|
|
32550
|
-
|
|
32563
|
+
button.lujuy3j.ui-kit-link-subtle {
|
|
32564
|
+
color: #00122e;
|
|
32551
32565
|
}
|
|
32552
|
-
.
|
|
32553
|
-
|
|
32566
|
+
button.lujuy3j.ui-kit-link-subtle:hover, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-hover {
|
|
32567
|
+
color: #0080FF;
|
|
32554
32568
|
}
|
|
32555
|
-
.
|
|
32556
|
-
|
|
32569
|
+
button.lujuy3j.ui-kit-link-subtle:active, button.lujuy3j.ui-kit-link-subtle.__pseudo-states-active {
|
|
32570
|
+
color: #005ed1;
|
|
32557
32571
|
}
|
|
32558
|
-
.
|
|
32559
|
-
|
|
32572
|
+
button.lujuy3j.ui-kit-link-subtle.ui-kit-link-disabled {
|
|
32573
|
+
color: #00122e;
|
|
32560
32574
|
}
|
|
32561
32575
|
|
|
32562
|
-
.
|
|
32563
|
-
|
|
32564
|
-
|
|
32565
|
-
|
|
32566
|
-
align-items: center;
|
|
32567
|
-
justify-content: center;
|
|
32568
|
-
position: relative;
|
|
32569
|
-
opacity: 0.2;
|
|
32576
|
+
.igz4le8 {
|
|
32577
|
+
height: 24px;
|
|
32578
|
+
width: 56px !important;
|
|
32579
|
+
margin-right: 4px;
|
|
32570
32580
|
}
|
|
32571
32581
|
|
|
32572
|
-
.
|
|
32573
|
-
|
|
32574
|
-
width: 5px;
|
|
32575
|
-
height: 48px;
|
|
32576
|
-
left: 9.33px;
|
|
32577
|
-
top: 40.5px;
|
|
32578
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32579
|
-
border-radius: 5px;
|
|
32580
|
-
transform: rotate(-128deg);
|
|
32581
|
-
transform-origin: top left;
|
|
32582
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32582
|
+
.c1riexje {
|
|
32583
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32583
32584
|
}
|
|
32584
32585
|
|
|
32585
|
-
.
|
|
32586
|
-
|
|
32587
|
-
width: 5px;
|
|
32588
|
-
height: 48px;
|
|
32589
|
-
left: 40.8px;
|
|
32590
|
-
top: 8.4px;
|
|
32591
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32592
|
-
border-radius: 5px;
|
|
32593
|
-
transform: rotate(-8deg);
|
|
32594
|
-
transform-origin: top left;
|
|
32595
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32586
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32587
|
+
display: flex;
|
|
32596
32588
|
}
|
|
32597
32589
|
|
|
32598
|
-
.
|
|
32599
|
-
|
|
32600
|
-
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
top: 51.8px;
|
|
32604
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32605
|
-
border-radius: 5px;
|
|
32606
|
-
transform: rotate(112deg);
|
|
32607
|
-
transform-origin: top left;
|
|
32608
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32590
|
+
.s14dk8r1 {
|
|
32591
|
+
margin: 0;
|
|
32592
|
+
border-radius: 20px;
|
|
32593
|
+
padding: 2px 10px;
|
|
32594
|
+
height: 22px;
|
|
32609
32595
|
}
|
|
32610
|
-
|
|
32611
|
-
.
|
|
32612
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32613
|
-
text-align: center;
|
|
32614
|
-
display: flex;
|
|
32615
|
-
align-items: center;
|
|
32616
|
-
justify-content: center;
|
|
32617
|
-
flex-direction: column;
|
|
32618
|
-
height: 100%;
|
|
32596
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32597
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32619
32598
|
}
|
|
32620
|
-
.
|
|
32621
|
-
color:
|
|
32622
|
-
cursor: pointer;
|
|
32599
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32600
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32623
32601
|
}
|
|
32624
|
-
|
|
32625
|
-
|
|
32626
|
-
width: 100%;
|
|
32627
|
-
height: 100%;
|
|
32628
|
-
display: flex;
|
|
32629
|
-
flex-direction: column;
|
|
32602
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32603
|
+
color: #00122e;
|
|
32630
32604
|
}
|
|
32631
|
-
.
|
|
32632
|
-
|
|
32633
|
-
display: flex;
|
|
32634
|
-
line-height: 30px;
|
|
32635
|
-
padding: 0 16px;
|
|
32636
|
-
justify-content: space-between;
|
|
32605
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32606
|
+
margin-right: 6px;
|
|
32637
32607
|
}
|
|
32638
|
-
.
|
|
32639
|
-
|
|
32640
|
-
font-size: 12px;
|
|
32641
|
-
align-items: center;
|
|
32608
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32609
|
+
margin-left: 4px;
|
|
32642
32610
|
}
|
|
32643
|
-
.
|
|
32644
|
-
color:
|
|
32611
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32612
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32645
32613
|
}
|
|
32646
|
-
.
|
|
32647
|
-
|
|
32614
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32615
|
+
background-color: #0080ff;
|
|
32648
32616
|
}
|
|
32649
|
-
.
|
|
32650
|
-
|
|
32651
|
-
cursor: pointer;
|
|
32617
|
+
.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 {
|
|
32618
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32652
32619
|
}
|
|
32653
|
-
.
|
|
32654
|
-
|
|
32655
|
-
width: 100%;
|
|
32656
|
-
display: flex;
|
|
32657
|
-
justify-content: center;
|
|
32658
|
-
align-items: center;
|
|
32620
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32621
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32659
32622
|
}
|
|
32660
|
-
.
|
|
32661
|
-
|
|
32623
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32624
|
+
background-color: #f0483e;
|
|
32662
32625
|
}
|
|
32663
|
-
|
|
32664
|
-
.
|
|
32665
|
-
display: flex;
|
|
32666
|
-
align-items: center;
|
|
32667
|
-
white-space: nowrap;
|
|
32668
|
-
overflow: hidden;
|
|
32669
|
-
width: 100%;
|
|
32626
|
+
.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 {
|
|
32627
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32670
32628
|
}
|
|
32671
|
-
.
|
|
32672
|
-
|
|
32673
|
-
font-size: 12px;
|
|
32629
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32630
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32674
32631
|
}
|
|
32675
|
-
|
|
32676
|
-
|
|
32677
|
-
display: flex;
|
|
32678
|
-
justify-content: flex-start;
|
|
32679
|
-
align-items: center;
|
|
32680
|
-
font-size: 12px;
|
|
32681
|
-
cursor: pointer;
|
|
32632
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32633
|
+
background-color: #fea008;
|
|
32682
32634
|
}
|
|
32683
|
-
.
|
|
32684
|
-
|
|
32635
|
+
.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 {
|
|
32636
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32685
32637
|
}
|
|
32686
|
-
.
|
|
32687
|
-
|
|
32638
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32639
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32688
32640
|
}
|
|
32689
|
-
.
|
|
32690
|
-
background: #
|
|
32641
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32642
|
+
background-color: #00ba5d;
|
|
32643
|
+
}
|
|
32644
|
+
.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 {
|
|
32645
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32646
|
+
}
|
|
32647
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32648
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32649
|
+
}
|
|
32650
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32651
|
+
background-color: #6b7d99;
|
|
32652
|
+
}
|
|
32653
|
+
.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 {
|
|
32654
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32691
32655
|
}
|
|
32692
32656
|
|
|
32693
|
-
.
|
|
32694
|
-
display: inline-block;
|
|
32695
|
-
height: 8px;
|
|
32657
|
+
.s1uupoto {
|
|
32696
32658
|
width: 8px;
|
|
32697
|
-
|
|
32659
|
+
height: 8px;
|
|
32660
|
+
border-radius: 50%;
|
|
32661
|
+
display: inline-block;
|
|
32698
32662
|
}
|
|
32699
32663
|
|
|
32700
|
-
.
|
|
32701
|
-
|
|
32702
|
-
|
|
32703
|
-
font-size: 12px;
|
|
32704
|
-
margin: 0;
|
|
32664
|
+
.o8ocss1 {
|
|
32665
|
+
overflow: hidden;
|
|
32666
|
+
text-overflow: ellipsis;
|
|
32705
32667
|
}
|
|
32706
32668
|
|
|
32707
|
-
.
|
|
32708
|
-
|
|
32669
|
+
.n17syc35 {
|
|
32670
|
+
white-space: nowrap;
|
|
32709
32671
|
}
|
|
32710
|
-
|
|
32711
|
-
|
|
32672
|
+
|
|
32673
|
+
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32674
|
+
border-radius: 6px;
|
|
32712
32675
|
}
|
|
32713
|
-
.
|
|
32714
|
-
|
|
32715
|
-
|
|
32716
|
-
|
|
32717
|
-
|
|
32676
|
+
.shq1k1g.ant-select.ant-select-single {
|
|
32677
|
+
width: 100%;
|
|
32678
|
+
color: #2d3a56;
|
|
32679
|
+
border-color: rgba(211, 218, 235, 0.6);
|
|
32680
|
+
transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32681
|
+
font-size: 13px;
|
|
32718
32682
|
}
|
|
32719
|
-
.
|
|
32720
|
-
|
|
32721
|
-
font-size: 12px;
|
|
32722
|
-
align-items: center;
|
|
32683
|
+
.shq1k1g.ant-select.ant-select-single[data-size=middle] {
|
|
32684
|
+
height: 30px;
|
|
32723
32685
|
}
|
|
32724
|
-
.
|
|
32725
|
-
|
|
32686
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-lg {
|
|
32687
|
+
height: 38px;
|
|
32688
|
+
font-size: 13px;
|
|
32726
32689
|
}
|
|
32727
|
-
.
|
|
32728
|
-
|
|
32690
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow,
|
|
32691
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
|
|
32692
|
+
transition: 160ms ease;
|
|
32729
32693
|
}
|
|
32730
|
-
.
|
|
32731
|
-
|
|
32732
|
-
cursor: pointer;
|
|
32694
|
+
.shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
|
|
32695
|
+
color: #0080ff;
|
|
32733
32696
|
}
|
|
32734
|
-
.
|
|
32735
|
-
|
|
32697
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
|
|
32698
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32699
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32736
32700
|
}
|
|
32737
|
-
.
|
|
32738
|
-
|
|
32739
|
-
bottom: 10px;
|
|
32740
|
-
padding: 0 8px;
|
|
32741
|
-
border-radius: 4px;
|
|
32742
|
-
font-size: 12px;
|
|
32743
|
-
color: #fff;
|
|
32744
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32745
|
-
transform: translateX(-50%);
|
|
32701
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32702
|
+
color: #0080ff;
|
|
32746
32703
|
}
|
|
32747
|
-
|
|
32748
|
-
|
|
32749
|
-
|
|
32704
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
|
|
32705
|
+
border-color: #0080ff;
|
|
32706
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32707
|
+
}
|
|
32708
|
+
.shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32709
|
+
transform: rotate(180deg);
|
|
32710
|
+
}
|
|
32711
|
+
.shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
|
|
32712
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32713
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32714
|
+
cursor: "not-allowed";
|
|
32750
32715
|
}
|
|
32751
|
-
|
|
32752
|
-
|
|
32753
|
-
display: flex;
|
|
32754
|
-
align-items: center;
|
|
32755
|
-
justify-content: space-between;
|
|
32756
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32757
|
-
color: #b4beca;
|
|
32758
|
-
font-size: 12px;
|
|
32759
|
-
padding: 3px 6px;
|
|
32716
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
|
|
32717
|
+
border-color: #f0483e !important;
|
|
32760
32718
|
}
|
|
32761
|
-
.
|
|
32762
|
-
|
|
32719
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
|
|
32720
|
+
color: #1d326c;
|
|
32763
32721
|
}
|
|
32764
|
-
.
|
|
32765
|
-
|
|
32722
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
|
|
32723
|
+
border-color: #0080ff;
|
|
32724
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32766
32725
|
}
|
|
32767
|
-
.
|
|
32768
|
-
|
|
32769
|
-
margin-left: 8px;
|
|
32726
|
+
.shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
|
|
32727
|
+
transform: rotate(180deg);
|
|
32770
32728
|
}
|
|
32771
32729
|
|
|
32772
32730
|
.sq6vos1 {
|
|
@@ -32901,6 +32859,15 @@ input.rrg1fkn.ant-input {
|
|
|
32901
32859
|
width: 192px;
|
|
32902
32860
|
row-gap: 2px;
|
|
32903
32861
|
}
|
|
32862
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
32863
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32864
|
+
}
|
|
32865
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
32866
|
+
color: #00122e !important;
|
|
32867
|
+
}
|
|
32868
|
+
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
32869
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32870
|
+
}
|
|
32904
32871
|
.v1p8siwu .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
32905
32872
|
padding: 0 8px;
|
|
32906
32873
|
border-radius: 4px;
|
|
@@ -32955,6 +32922,92 @@ input.rrg1fkn.ant-input {
|
|
|
32955
32922
|
justify-content: center;
|
|
32956
32923
|
}
|
|
32957
32924
|
|
|
32925
|
+
.s1uupxds {
|
|
32926
|
+
padding: 0 8px;
|
|
32927
|
+
border-radius: 4px;
|
|
32928
|
+
}
|
|
32929
|
+
|
|
32930
|
+
.m10sqwut {
|
|
32931
|
+
padding: 2px 8px;
|
|
32932
|
+
border-radius: 3px;
|
|
32933
|
+
}
|
|
32934
|
+
|
|
32935
|
+
.l1d492wb {
|
|
32936
|
+
padding: 3px 8px;
|
|
32937
|
+
border-radius: 2px;
|
|
32938
|
+
}
|
|
32939
|
+
|
|
32940
|
+
.t1lzavmu.ant-tag:hover {
|
|
32941
|
+
opacity: unset;
|
|
32942
|
+
}
|
|
32943
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
32944
|
+
margin: 0;
|
|
32945
|
+
margin-right: 8px;
|
|
32946
|
+
display: inline-flex;
|
|
32947
|
+
align-items: center;
|
|
32948
|
+
border: none;
|
|
32949
|
+
}
|
|
32950
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
32951
|
+
width: 16px;
|
|
32952
|
+
height: 16px;
|
|
32953
|
+
color: inherit;
|
|
32954
|
+
margin-left: 4px;
|
|
32955
|
+
opacity: 0.6;
|
|
32956
|
+
display: inline-flex;
|
|
32957
|
+
}
|
|
32958
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
32959
|
+
opacity: 1;
|
|
32960
|
+
}
|
|
32961
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
32962
|
+
color: #0080ff;
|
|
32963
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32964
|
+
}
|
|
32965
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
32966
|
+
color: #f0483e;
|
|
32967
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32968
|
+
}
|
|
32969
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
32970
|
+
color: #e07f00;
|
|
32971
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
32972
|
+
}
|
|
32973
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
32974
|
+
color: #008f4c;
|
|
32975
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32976
|
+
}
|
|
32977
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
32978
|
+
color: #1d326c;
|
|
32979
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32980
|
+
}
|
|
32981
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
32982
|
+
color: #7E41FF;
|
|
32983
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
32984
|
+
}
|
|
32985
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
32986
|
+
color: #fff;
|
|
32987
|
+
}
|
|
32988
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32989
|
+
background-color: #f0483e;
|
|
32990
|
+
}
|
|
32991
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32992
|
+
background-color: #fea008;
|
|
32993
|
+
}
|
|
32994
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32995
|
+
background-color: #00ba5d;
|
|
32996
|
+
}
|
|
32997
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32998
|
+
background-color: #0080ff;
|
|
32999
|
+
}
|
|
33000
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
33001
|
+
background-color: #6b7d99;
|
|
33002
|
+
}
|
|
33003
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
33004
|
+
background-color: #7E41FF;
|
|
33005
|
+
}
|
|
33006
|
+
|
|
33007
|
+
.t19ustft .date {
|
|
33008
|
+
margin-right: 4px;
|
|
33009
|
+
}
|
|
33010
|
+
|
|
32958
33011
|
.t1gz6wqf {
|
|
32959
33012
|
height: 100%;
|
|
32960
33013
|
}
|
|
@@ -32985,33 +33038,8 @@ input.rrg1fkn.ant-input {
|
|
|
32985
33038
|
background: rgba(163, 180, 204, 0.18);
|
|
32986
33039
|
}
|
|
32987
33040
|
|
|
32988
|
-
.
|
|
32989
|
-
|
|
32990
|
-
box-sizing: border-box;
|
|
32991
|
-
border-radius: 2px;
|
|
32992
|
-
background: #f5f7fa;
|
|
32993
|
-
display: flex;
|
|
32994
|
-
width: 100%;
|
|
32995
|
-
overflow: hidden;
|
|
32996
|
-
}
|
|
32997
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32998
|
-
margin-left: 1px;
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.rrwcpby {
|
|
33002
|
-
display: flex;
|
|
33003
|
-
align-items: center;
|
|
33004
|
-
}
|
|
33005
|
-
.rrwcpby .order {
|
|
33006
|
-
height: 24px;
|
|
33007
|
-
width: 24px;
|
|
33008
|
-
border-radius: 20px;
|
|
33009
|
-
color: #0080ff;
|
|
33010
|
-
background: rgba(0, 136, 255, 0.1);
|
|
33011
|
-
display: flex;
|
|
33012
|
-
align-items: center;
|
|
33013
|
-
justify-content: center;
|
|
33014
|
-
margin-right: 6px;
|
|
33041
|
+
.c1k4vanq {
|
|
33042
|
+
padding: 0 12px 14px 12px;
|
|
33015
33043
|
}
|
|
33016
33044
|
|
|
33017
33045
|
.c1udgdh2 {
|
|
@@ -33054,8 +33082,20 @@ input.rrg1fkn.ant-input {
|
|
|
33054
33082
|
margin-right: 2px;
|
|
33055
33083
|
}
|
|
33056
33084
|
|
|
33057
|
-
.
|
|
33058
|
-
|
|
33085
|
+
.rrwcpby {
|
|
33086
|
+
display: flex;
|
|
33087
|
+
align-items: center;
|
|
33088
|
+
}
|
|
33089
|
+
.rrwcpby .order {
|
|
33090
|
+
height: 24px;
|
|
33091
|
+
width: 24px;
|
|
33092
|
+
border-radius: 20px;
|
|
33093
|
+
color: #0080ff;
|
|
33094
|
+
background: rgba(0, 136, 255, 0.1);
|
|
33095
|
+
display: flex;
|
|
33096
|
+
align-items: center;
|
|
33097
|
+
justify-content: center;
|
|
33098
|
+
margin-right: 6px;
|
|
33059
33099
|
}
|
|
33060
33100
|
|
|
33061
33101
|
.bab9xum {
|
|
@@ -33075,6 +33115,19 @@ input.rrg1fkn.ant-input {
|
|
|
33075
33115
|
transform: translateY(-4px);
|
|
33076
33116
|
}
|
|
33077
33117
|
|
|
33118
|
+
.skwah65 {
|
|
33119
|
+
height: 8px;
|
|
33120
|
+
box-sizing: border-box;
|
|
33121
|
+
border-radius: 2px;
|
|
33122
|
+
background: #f5f7fa;
|
|
33123
|
+
display: flex;
|
|
33124
|
+
width: 100%;
|
|
33125
|
+
overflow: hidden;
|
|
33126
|
+
}
|
|
33127
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33128
|
+
margin-left: 1px;
|
|
33129
|
+
}
|
|
33130
|
+
|
|
33078
33131
|
.f1p9ti6d {
|
|
33079
33132
|
width: 100%;
|
|
33080
33133
|
margin-bottom: 0 !important;
|
|
@@ -33106,6 +33159,46 @@ input.rrg1fkn.ant-input {
|
|
|
33106
33159
|
min-height: 0px;
|
|
33107
33160
|
}
|
|
33108
33161
|
|
|
33162
|
+
.sut42l0 {
|
|
33163
|
+
padding: 0 8px;
|
|
33164
|
+
height: 18px;
|
|
33165
|
+
}
|
|
33166
|
+
|
|
33167
|
+
.mfsz1jz {
|
|
33168
|
+
padding: 2px 8px;
|
|
33169
|
+
height: 24px;
|
|
33170
|
+
}
|
|
33171
|
+
|
|
33172
|
+
.tnd6h4m {
|
|
33173
|
+
margin: 0;
|
|
33174
|
+
}
|
|
33175
|
+
|
|
33176
|
+
.i1qw4clm {
|
|
33177
|
+
margin-right: 4px;
|
|
33178
|
+
height: 16px;
|
|
33179
|
+
}
|
|
33180
|
+
|
|
33181
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33182
|
+
font-weight: 700;
|
|
33183
|
+
color: #00122e;
|
|
33184
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33185
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33186
|
+
}
|
|
33187
|
+
|
|
33188
|
+
.w1xcixj5.outside-tag {
|
|
33189
|
+
padding-left: 0;
|
|
33190
|
+
}
|
|
33191
|
+
.w1xcixj5.outside-tag .inside-tag {
|
|
33192
|
+
border-radius: 4px 0 0 4px;
|
|
33193
|
+
padding-right: 4px;
|
|
33194
|
+
margin-right: 4px;
|
|
33195
|
+
}
|
|
33196
|
+
|
|
33197
|
+
.iwsze0q {
|
|
33198
|
+
margin-right: 4px;
|
|
33199
|
+
height: 16px;
|
|
33200
|
+
}
|
|
33201
|
+
|
|
33109
33202
|
.tc40oxa {
|
|
33110
33203
|
margin-bottom: 4px;
|
|
33111
33204
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33349,46 +33442,6 @@ input.rrg1fkn.ant-input {
|
|
|
33349
33442
|
font-size: inherit;
|
|
33350
33443
|
}
|
|
33351
33444
|
|
|
33352
|
-
.iwsze0q {
|
|
33353
|
-
margin-right: 4px;
|
|
33354
|
-
height: 16px;
|
|
33355
|
-
}
|
|
33356
|
-
|
|
33357
|
-
.w1xcixj5.outside-tag {
|
|
33358
|
-
padding-left: 0;
|
|
33359
|
-
}
|
|
33360
|
-
.w1xcixj5.outside-tag .inside-tag {
|
|
33361
|
-
border-radius: 4px 0 0 4px;
|
|
33362
|
-
padding-right: 4px;
|
|
33363
|
-
margin-right: 4px;
|
|
33364
|
-
}
|
|
33365
|
-
|
|
33366
|
-
.sut42l0 {
|
|
33367
|
-
padding: 0 8px;
|
|
33368
|
-
height: 18px;
|
|
33369
|
-
}
|
|
33370
|
-
|
|
33371
|
-
.mfsz1jz {
|
|
33372
|
-
padding: 2px 8px;
|
|
33373
|
-
height: 24px;
|
|
33374
|
-
}
|
|
33375
|
-
|
|
33376
|
-
.tnd6h4m {
|
|
33377
|
-
margin: 0;
|
|
33378
|
-
}
|
|
33379
|
-
|
|
33380
|
-
.i1qw4clm {
|
|
33381
|
-
margin-right: 4px;
|
|
33382
|
-
height: 16px;
|
|
33383
|
-
}
|
|
33384
|
-
|
|
33385
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33386
|
-
font-weight: 700;
|
|
33387
|
-
color: #00122e;
|
|
33388
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33389
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33390
|
-
}
|
|
33391
|
-
|
|
33392
33445
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33393
33446
|
display: var(--a6dbbkm-0);
|
|
33394
33447
|
}
|