@cloudtower/eagle 0.30.3 → 0.30.5
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/cjs/core/Loading/index.js +23 -2
- package/dist/cjs/coreX/CircleLoading/index.js +66 -0
- package/dist/cjs/index.js +3 -0
- package/dist/cjs/stats1.html +1 -1
- package/dist/cjs/styles/token/animation.js +11 -1
- package/dist/components.css +2471 -2451
- package/dist/esm/core/Loading/index.js +22 -2
- package/dist/esm/coreX/CircleLoading/index.js +59 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/esm/styles/token/animation.js +11 -2
- package/dist/src/core/Loading/loading.type.d.ts +2 -2
- package/dist/src/coreX/CircleLoading/index.d.ts +3 -0
- package/dist/src/coreX/index.d.ts +2 -0
- package/dist/src/styles/token/animation.d.ts +4 -0
- package/dist/stories/docs/core/Loading.stories.d.ts +2 -2
- package/dist/stories/docs/coreX/CircleLoading.stories.d.ts +20 -0
- package/dist/style.css +2254 -2235
- package/package.json +4 -4
package/dist/style.css
CHANGED
|
@@ -29578,20 +29578,39 @@ html body {
|
|
|
29578
29578
|
padding: 8px 12px;
|
|
29579
29579
|
}
|
|
29580
29580
|
|
|
29581
|
-
.
|
|
29582
|
-
|
|
29583
|
-
|
|
29581
|
+
.E_m74vjol {
|
|
29582
|
+
display: flex;
|
|
29583
|
+
justify-content: space-between;
|
|
29584
|
+
width: 100%;
|
|
29584
29585
|
}
|
|
29585
|
-
.
|
|
29586
|
-
|
|
29587
|
-
cursor: pointer;
|
|
29588
|
-
transition: color 160ms ease;
|
|
29586
|
+
.E_m74vjol .action {
|
|
29587
|
+
margin-left: 16px;
|
|
29589
29588
|
}
|
|
29590
|
-
|
|
29591
|
-
|
|
29589
|
+
|
|
29590
|
+
.E_a1o35uvh .ant-alert-message {
|
|
29591
|
+
width: 100%;
|
|
29592
29592
|
}
|
|
29593
|
-
|
|
29594
|
-
|
|
29593
|
+
|
|
29594
|
+
.E_c1uzzomf {
|
|
29595
|
+
margin-bottom: 16px;
|
|
29596
|
+
}
|
|
29597
|
+
.E_c1uzzomf .card-title {
|
|
29598
|
+
font-size: 16px;
|
|
29599
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29600
|
+
font-weight: 700;
|
|
29601
|
+
line-height: 32px;
|
|
29602
|
+
}
|
|
29603
|
+
.E_c1uzzomf .card-body {
|
|
29604
|
+
padding: 24px;
|
|
29605
|
+
border-radius: 8px;
|
|
29606
|
+
background: #fff;
|
|
29607
|
+
}
|
|
29608
|
+
.E_c1uzzomf .empty {
|
|
29609
|
+
font-weight: 700;
|
|
29610
|
+
font-size: 14px;
|
|
29611
|
+
line-height: 22px;
|
|
29612
|
+
color: rgba(0, 21, 64, 0.3);
|
|
29613
|
+
text-align: center;
|
|
29595
29614
|
}
|
|
29596
29615
|
|
|
29597
29616
|
.E_b1nip9bk {
|
|
@@ -29623,17 +29642,116 @@ html body {
|
|
|
29623
29642
|
border-radius: unset;
|
|
29624
29643
|
}
|
|
29625
29644
|
|
|
29626
|
-
.
|
|
29645
|
+
.E_d1bw7c5z {
|
|
29646
|
+
position: relative;
|
|
29647
|
+
max-width: 388px;
|
|
29648
|
+
min-width: 285px;
|
|
29649
|
+
}
|
|
29650
|
+
.E_d1bw7c5z .center {
|
|
29651
|
+
position: absolute;
|
|
29652
|
+
font-size: 12px;
|
|
29653
|
+
width: 80px;
|
|
29654
|
+
height: 100px;
|
|
29655
|
+
top: 0;
|
|
29656
|
+
left: 35px;
|
|
29627
29657
|
display: flex;
|
|
29628
|
-
|
|
29658
|
+
flex-direction: column;
|
|
29659
|
+
justify-content: center;
|
|
29660
|
+
align-items: center;
|
|
29661
|
+
color: #00122e;
|
|
29662
|
+
}
|
|
29663
|
+
.E_d1bw7c5z .center .number {
|
|
29664
|
+
font-size: 24px;
|
|
29665
|
+
font-weight: 700;
|
|
29666
|
+
}
|
|
29667
|
+
.E_d1bw7c5z .center .text {
|
|
29668
|
+
padding: 0 5px;
|
|
29669
|
+
font-size: 12px;
|
|
29670
|
+
width: inherit;
|
|
29671
|
+
text-align: center;
|
|
29672
|
+
}
|
|
29673
|
+
.E_d1bw7c5z .recharts-wrapper {
|
|
29674
|
+
display: flex;
|
|
29675
|
+
}
|
|
29676
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper {
|
|
29677
|
+
position: relative !important;
|
|
29678
|
+
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29679
|
+
left: 0 !important;
|
|
29680
|
+
bottom: 0 !important;
|
|
29681
|
+
display: flex;
|
|
29682
|
+
align-items: center;
|
|
29683
|
+
}
|
|
29684
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper .recharts-default-legend {
|
|
29629
29685
|
width: 100%;
|
|
29630
29686
|
}
|
|
29631
|
-
.
|
|
29632
|
-
|
|
29687
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li {
|
|
29688
|
+
width: 100%;
|
|
29689
|
+
margin-right: 0 !important;
|
|
29690
|
+
line-height: 18px;
|
|
29691
|
+
}
|
|
29692
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29693
|
+
border-radius: 2px;
|
|
29694
|
+
}
|
|
29695
|
+
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29696
|
+
min-width: 75px;
|
|
29697
|
+
max-width: 198px;
|
|
29698
|
+
width: calc(100% - 20px);
|
|
29699
|
+
margin-left: 2px;
|
|
29700
|
+
color: #00122e !important;
|
|
29701
|
+
display: inline-flex;
|
|
29702
|
+
justify-content: space-between;
|
|
29703
|
+
}
|
|
29704
|
+
.E_d1bw7c5z .tooltip-text {
|
|
29705
|
+
maxwidth: calc(100% - 12px);
|
|
29706
|
+
cursor: pointer;
|
|
29707
|
+
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29708
|
+
overflow: hidden;
|
|
29709
|
+
text-overflow: ellipsis;
|
|
29710
|
+
white-space: nowrap;
|
|
29711
|
+
}
|
|
29712
|
+
.E_d1bw7c5z .value {
|
|
29713
|
+
color: rgba(44, 56, 82, 0.75);
|
|
29633
29714
|
}
|
|
29634
29715
|
|
|
29635
|
-
.
|
|
29636
|
-
width:
|
|
29716
|
+
.E_t10pqbtc {
|
|
29717
|
+
width: 140px;
|
|
29718
|
+
}
|
|
29719
|
+
.E_t10pqbtc .item {
|
|
29720
|
+
margin: 6px auto;
|
|
29721
|
+
display: flex;
|
|
29722
|
+
justify-content: space-between;
|
|
29723
|
+
}
|
|
29724
|
+
.E_t10pqbtc .item .name {
|
|
29725
|
+
width: 102px;
|
|
29726
|
+
}
|
|
29727
|
+
|
|
29728
|
+
.E_berrcjl {
|
|
29729
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29730
|
+
margin-bottom: 4px;
|
|
29731
|
+
}
|
|
29732
|
+
.E_berrcjl .breadcrumb-link {
|
|
29733
|
+
color: rgba(10, 37, 85, 0.6);
|
|
29734
|
+
cursor: pointer;
|
|
29735
|
+
transition: color 160ms ease;
|
|
29736
|
+
}
|
|
29737
|
+
.E_berrcjl .breadcrumb-link:hover {
|
|
29738
|
+
color: #0080ff;
|
|
29739
|
+
}
|
|
29740
|
+
.E_berrcjl .breadcrumb-link:active {
|
|
29741
|
+
color: #005ed1;
|
|
29742
|
+
}
|
|
29743
|
+
|
|
29744
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-title {
|
|
29745
|
+
padding: 4px 8px 0 8px;
|
|
29746
|
+
color: rgba(44, 56, 82, 0.6);
|
|
29747
|
+
font-size: 12px;
|
|
29748
|
+
}
|
|
29749
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group .ant-dropdown-menu-item-group-list {
|
|
29750
|
+
padding-bottom: 6px;
|
|
29751
|
+
}
|
|
29752
|
+
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29753
|
+
padding-top: 4px;
|
|
29754
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29637
29755
|
}
|
|
29638
29756
|
|
|
29639
29757
|
.E_b1wx3t3t.ant-btn-icon-only {
|
|
@@ -29890,122 +30008,87 @@ button.E_n7k2c6r {
|
|
|
29890
30008
|
padding: 0;
|
|
29891
30009
|
}
|
|
29892
30010
|
|
|
29893
|
-
.
|
|
29894
|
-
|
|
30011
|
+
.E_itxley7.ant-input-group.ant-input-group-compact {
|
|
30012
|
+
display: flex;
|
|
29895
30013
|
}
|
|
29896
|
-
|
|
29897
|
-
|
|
29898
|
-
|
|
29899
|
-
|
|
29900
|
-
line-height: 32px;
|
|
30014
|
+
|
|
30015
|
+
.E_ccrbeuz .ant-collapse-item {
|
|
30016
|
+
border: 0px;
|
|
30017
|
+
background-color: #fff;
|
|
29901
30018
|
}
|
|
29902
|
-
.
|
|
29903
|
-
padding:
|
|
29904
|
-
|
|
29905
|
-
|
|
30019
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header {
|
|
30020
|
+
padding-top: 0px;
|
|
30021
|
+
padding-bottom: 0px;
|
|
30022
|
+
padding-left: 0px !important;
|
|
30023
|
+
padding-right: 24px;
|
|
29906
30024
|
}
|
|
29907
|
-
.
|
|
29908
|
-
|
|
29909
|
-
|
|
29910
|
-
|
|
29911
|
-
|
|
29912
|
-
text-align: center;
|
|
30025
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
30026
|
+
right: 0px;
|
|
30027
|
+
}
|
|
30028
|
+
.E_ccrbeuz .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
30029
|
+
padding: 0px;
|
|
29913
30030
|
}
|
|
29914
30031
|
|
|
29915
|
-
.
|
|
29916
|
-
padding:
|
|
30032
|
+
.E_c1fljvag .ant-collapse-item .ant-collapse-header {
|
|
30033
|
+
padding-right: 0px;
|
|
30034
|
+
cursor: default;
|
|
30035
|
+
}
|
|
30036
|
+
|
|
30037
|
+
.E_phljevk {
|
|
30038
|
+
display: flex;
|
|
30039
|
+
justify-content: space-between;
|
|
30040
|
+
align-items: center;
|
|
30041
|
+
padding: 10px 0;
|
|
29917
30042
|
color: rgba(44, 56, 82, 0.6);
|
|
29918
30043
|
font-size: 12px;
|
|
30044
|
+
line-height: 24px;
|
|
29919
30045
|
}
|
|
29920
|
-
.
|
|
29921
|
-
padding
|
|
29922
|
-
}
|
|
29923
|
-
.E_d133fzv0 .ant-dropdown-menu-item-group:not(:first-child) {
|
|
29924
|
-
padding-top: 4px;
|
|
29925
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
29926
|
-
}
|
|
29927
|
-
|
|
29928
|
-
.E_d1bw7c5z {
|
|
29929
|
-
position: relative;
|
|
29930
|
-
max-width: 388px;
|
|
29931
|
-
min-width: 285px;
|
|
30046
|
+
.E_phljevk .pagination-left {
|
|
30047
|
+
padding: 2px 8px;
|
|
29932
30048
|
}
|
|
29933
|
-
.
|
|
29934
|
-
position: absolute;
|
|
29935
|
-
font-size: 12px;
|
|
29936
|
-
width: 80px;
|
|
29937
|
-
height: 100px;
|
|
29938
|
-
top: 0;
|
|
29939
|
-
left: 35px;
|
|
30049
|
+
.E_phljevk .dropdown-trigger {
|
|
29940
30050
|
display: flex;
|
|
29941
|
-
flex-direction: column;
|
|
29942
|
-
justify-content: center;
|
|
29943
30051
|
align-items: center;
|
|
29944
|
-
|
|
29945
|
-
|
|
29946
|
-
|
|
29947
|
-
font-size: 24px;
|
|
29948
|
-
font-weight: 700;
|
|
30052
|
+
border-radius: 6px;
|
|
30053
|
+
cursor: pointer;
|
|
30054
|
+
transition: all 0.3s ease;
|
|
29949
30055
|
}
|
|
29950
|
-
.
|
|
29951
|
-
|
|
29952
|
-
|
|
29953
|
-
width: inherit;
|
|
29954
|
-
text-align: center;
|
|
30056
|
+
.E_phljevk .dropdown-trigger:hover {
|
|
30057
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30058
|
+
color: #0080ff;
|
|
29955
30059
|
}
|
|
29956
|
-
.
|
|
29957
|
-
|
|
30060
|
+
.E_phljevk .dropdown-trigger .icon-inner {
|
|
30061
|
+
margin-left: 4px;
|
|
29958
30062
|
}
|
|
29959
|
-
.
|
|
29960
|
-
position: relative !important;
|
|
29961
|
-
min-width: calc(100% - var(--d1bw7c5z-0)) !important;
|
|
29962
|
-
left: 0 !important;
|
|
29963
|
-
bottom: 0 !important;
|
|
30063
|
+
.E_phljevk .pagination-right {
|
|
29964
30064
|
display: flex;
|
|
29965
30065
|
align-items: center;
|
|
30066
|
+
color: #0080ff;
|
|
30067
|
+
font-weight: bold;
|
|
29966
30068
|
}
|
|
29967
|
-
.
|
|
29968
|
-
|
|
30069
|
+
.E_phljevk .pagination-right .icon-inner {
|
|
30070
|
+
margin-left: 4px;
|
|
29969
30071
|
}
|
|
29970
|
-
.
|
|
29971
|
-
|
|
29972
|
-
|
|
29973
|
-
line-height: 18px;
|
|
29974
|
-
}
|
|
29975
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > svg {
|
|
29976
|
-
border-radius: 2px;
|
|
29977
|
-
}
|
|
29978
|
-
.E_d1bw7c5z .recharts-wrapper .recharts-legend-wrapper li > .recharts-legend-item-text {
|
|
29979
|
-
min-width: 75px;
|
|
29980
|
-
max-width: 198px;
|
|
29981
|
-
width: calc(100% - 20px);
|
|
29982
|
-
margin-left: 2px;
|
|
29983
|
-
color: #00122e !important;
|
|
29984
|
-
display: inline-flex;
|
|
29985
|
-
justify-content: space-between;
|
|
30072
|
+
.E_phljevk .pagination-right .prev-btn,
|
|
30073
|
+
.E_phljevk .pagination-right .next-btn {
|
|
30074
|
+
padding: 0 8px;
|
|
29986
30075
|
}
|
|
29987
|
-
.
|
|
29988
|
-
|
|
29989
|
-
|
|
29990
|
-
border-bottom: 1px dashed rgba(107, 128, 167, 0.6);
|
|
29991
|
-
overflow: hidden;
|
|
29992
|
-
text-overflow: ellipsis;
|
|
29993
|
-
white-space: nowrap;
|
|
30076
|
+
.E_phljevk .pagination-right .prev-btn > span,
|
|
30077
|
+
.E_phljevk .pagination-right .next-btn > span {
|
|
30078
|
+
color: #0080ff;
|
|
29994
30079
|
}
|
|
29995
|
-
.
|
|
29996
|
-
|
|
30080
|
+
.E_phljevk .pagination-right .next-btn .icon-inner {
|
|
30081
|
+
transform: rotate(180deg);
|
|
29997
30082
|
}
|
|
29998
30083
|
|
|
29999
|
-
.
|
|
30000
|
-
|
|
30001
|
-
|
|
30002
|
-
.E_t10pqbtc .item {
|
|
30003
|
-
margin: 6px auto;
|
|
30004
|
-
display: flex;
|
|
30005
|
-
justify-content: space-between;
|
|
30084
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu {
|
|
30085
|
+
max-height: calc(100vh - 128px);
|
|
30086
|
+
overflow-y: auto;
|
|
30006
30087
|
}
|
|
30007
|
-
.
|
|
30008
|
-
|
|
30088
|
+
.E_d12rtyeg.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30089
|
+
padding: 4px 20px;
|
|
30090
|
+
font-size: 12px;
|
|
30091
|
+
line-height: 18px;
|
|
30009
30092
|
}
|
|
30010
30093
|
|
|
30011
30094
|
.E_c1yyuluq {
|
|
@@ -30015,90 +30098,153 @@ button.E_n7k2c6r {
|
|
|
30015
30098
|
padding: 20px 24px 24px 24px;
|
|
30016
30099
|
}
|
|
30017
30100
|
|
|
30018
|
-
.
|
|
30019
|
-
display: flex;
|
|
30101
|
+
.E_rapgekc.ant-radio-wrapper {
|
|
30102
|
+
display: inline-flex;
|
|
30103
|
+
align-items: baseline;
|
|
30104
|
+
white-space: pre-wrap;
|
|
30020
30105
|
}
|
|
30021
|
-
|
|
30022
|
-
|
|
30023
|
-
|
|
30106
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30107
|
+
position: relative;
|
|
30108
|
+
top: 3px;
|
|
30024
30109
|
}
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
border: 0px;
|
|
30028
|
-
background-color: #fff;
|
|
30110
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30111
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30029
30112
|
}
|
|
30030
|
-
.
|
|
30031
|
-
|
|
30032
|
-
padding-bottom: 0px;
|
|
30033
|
-
padding-left: 0px !important;
|
|
30034
|
-
padding-right: 24px;
|
|
30113
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30114
|
+
border-color: #0080ff;
|
|
30035
30115
|
}
|
|
30036
|
-
.
|
|
30037
|
-
|
|
30116
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30117
|
+
border-color: #0080ff;
|
|
30118
|
+
background: #0080ff;
|
|
30038
30119
|
}
|
|
30039
|
-
.
|
|
30040
|
-
|
|
30120
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30121
|
+
top: 4px;
|
|
30122
|
+
left: 4px;
|
|
30123
|
+
width: 6px;
|
|
30124
|
+
height: 6px;
|
|
30125
|
+
background: #fff;
|
|
30126
|
+
}
|
|
30127
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30128
|
+
opacity: 0.5;
|
|
30129
|
+
}
|
|
30130
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30131
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30132
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30133
|
+
}
|
|
30134
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30135
|
+
background: #00122e;
|
|
30136
|
+
}
|
|
30137
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30138
|
+
color: #00122e;
|
|
30139
|
+
opacity: 0.5;
|
|
30140
|
+
}
|
|
30141
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30142
|
+
color: #00122e;
|
|
30143
|
+
}
|
|
30144
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30145
|
+
display: inline-block;
|
|
30146
|
+
padding: 0;
|
|
30147
|
+
padding-left: 12px;
|
|
30148
|
+
}
|
|
30149
|
+
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30150
|
+
margin-bottom: 0;
|
|
30151
|
+
white-space: pre-wrap;
|
|
30152
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30153
|
+
}
|
|
30154
|
+
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30155
|
+
padding-left: 8px;
|
|
30041
30156
|
}
|
|
30042
30157
|
|
|
30043
|
-
.
|
|
30044
|
-
|
|
30045
|
-
|
|
30158
|
+
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30159
|
+
border-radius: 5px 0 0 5px;
|
|
30160
|
+
}
|
|
30161
|
+
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30162
|
+
border-radius: 0 5px 5px 0;
|
|
30046
30163
|
}
|
|
30047
30164
|
|
|
30048
|
-
.
|
|
30049
|
-
|
|
30050
|
-
|
|
30051
|
-
align-items: center;
|
|
30052
|
-
padding: 10px 0;
|
|
30053
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30054
|
-
font-size: 12px;
|
|
30055
|
-
line-height: 24px;
|
|
30165
|
+
.E_rcc63c8 {
|
|
30166
|
+
color: #00122e;
|
|
30167
|
+
border-color: #ccd4e3;
|
|
30056
30168
|
}
|
|
30057
|
-
.
|
|
30058
|
-
|
|
30169
|
+
.E_rcc63c8:first-child {
|
|
30170
|
+
border-color: #a3b4cc;
|
|
30059
30171
|
}
|
|
30060
|
-
.
|
|
30061
|
-
|
|
30062
|
-
|
|
30063
|
-
|
|
30064
|
-
cursor: pointer;
|
|
30065
|
-
transition: all 0.3s ease;
|
|
30172
|
+
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30173
|
+
padding: 0 12px;
|
|
30174
|
+
line-height: 32px;
|
|
30175
|
+
height: 32px;
|
|
30066
30176
|
}
|
|
30067
|
-
.
|
|
30177
|
+
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30178
|
+
white-space: nowrap;
|
|
30179
|
+
}
|
|
30180
|
+
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30181
|
+
height: 22px;
|
|
30182
|
+
padding: 0 7px;
|
|
30183
|
+
line-height: 20px;
|
|
30184
|
+
}
|
|
30185
|
+
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30186
|
+
background: #ccd4e3;
|
|
30187
|
+
}
|
|
30188
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30189
|
+
background: #0080ff;
|
|
30190
|
+
}
|
|
30191
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30192
|
+
background: #ccd4e3;
|
|
30193
|
+
opacity: 0.5;
|
|
30194
|
+
}
|
|
30195
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30196
|
+
border-right-color: #0080ff;
|
|
30197
|
+
}
|
|
30198
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30199
|
+
border-color: #0080ff;
|
|
30200
|
+
}
|
|
30201
|
+
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30202
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30203
|
+
}
|
|
30204
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30068
30205
|
background: rgba(211, 218, 235, 0.6);
|
|
30069
|
-
color: #
|
|
30206
|
+
border-color: #ccd4e3;
|
|
30207
|
+
opacity: 0.5;
|
|
30070
30208
|
}
|
|
30071
|
-
.
|
|
30072
|
-
|
|
30209
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30210
|
+
color: #00122e;
|
|
30211
|
+
border-color: #ccd4e3;
|
|
30073
30212
|
}
|
|
30074
|
-
.
|
|
30075
|
-
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
font-weight: bold;
|
|
30213
|
+
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30214
|
+
color: #00122e;
|
|
30215
|
+
border-color: #ccd4e3;
|
|
30216
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30079
30217
|
}
|
|
30080
|
-
.
|
|
30081
|
-
margin-
|
|
30218
|
+
.E_rcc63c8 .ant-radio-button-input {
|
|
30219
|
+
margin-right: 8px;
|
|
30220
|
+
display: inline;
|
|
30221
|
+
border: none;
|
|
30222
|
+
padding: 0;
|
|
30223
|
+
width: 36px;
|
|
30224
|
+
background: transparent;
|
|
30082
30225
|
}
|
|
30083
|
-
.
|
|
30084
|
-
|
|
30085
|
-
padding: 0 8px;
|
|
30226
|
+
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30227
|
+
box-shadow: none;
|
|
30086
30228
|
}
|
|
30087
|
-
.
|
|
30088
|
-
|
|
30089
|
-
|
|
30229
|
+
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30230
|
+
margin-right: 0;
|
|
30231
|
+
width: initial;
|
|
30232
|
+
box-shadow: none;
|
|
30090
30233
|
}
|
|
30091
|
-
.
|
|
30092
|
-
|
|
30234
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30235
|
+
display: none;
|
|
30093
30236
|
}
|
|
30094
|
-
|
|
30095
|
-
|
|
30096
|
-
max-height: calc(100vh - 128px);
|
|
30097
|
-
overflow-y: auto;
|
|
30237
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30238
|
+
display: inline;
|
|
30098
30239
|
}
|
|
30099
|
-
.
|
|
30100
|
-
|
|
30101
|
-
|
|
30240
|
+
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30241
|
+
display: inline;
|
|
30242
|
+
margin-right: 8px;
|
|
30243
|
+
padding: 0;
|
|
30244
|
+
width: 36px;
|
|
30245
|
+
}
|
|
30246
|
+
|
|
30247
|
+
.E_sx1bpnu .ant-input-sm {
|
|
30102
30248
|
line-height: 18px;
|
|
30103
30249
|
}
|
|
30104
30250
|
|
|
@@ -30169,231 +30315,48 @@ button.E_n7k2c6r {
|
|
|
30169
30315
|
color: rgba(44, 56, 82, 0.6);
|
|
30170
30316
|
}
|
|
30171
30317
|
|
|
30172
|
-
.
|
|
30173
|
-
|
|
30318
|
+
.E_c1bus5hc {
|
|
30319
|
+
--color: white;
|
|
30320
|
+
height: 14px;
|
|
30321
|
+
width: 14px;
|
|
30322
|
+
border-radius: 50%;
|
|
30323
|
+
flex-shrink: 0;
|
|
30324
|
+
display: flex;
|
|
30325
|
+
align-items: center;
|
|
30326
|
+
justify-content: center;
|
|
30327
|
+
border: 1px solid var(--color);
|
|
30174
30328
|
}
|
|
30175
|
-
|
|
30176
|
-
|
|
30177
|
-
|
|
30178
|
-
|
|
30179
|
-
border-
|
|
30180
|
-
height: 34px;
|
|
30181
|
-
min-height: 34px;
|
|
30182
|
-
box-sizing: border-box;
|
|
30183
|
-
margin-top: 8px;
|
|
30184
|
-
}
|
|
30185
|
-
|
|
30186
|
-
.E_o1ugr09p {
|
|
30187
|
-
display: flex;
|
|
30188
|
-
flex-direction: column;
|
|
30189
|
-
margin: 1px 8px;
|
|
30190
|
-
padding: 8px;
|
|
30191
|
-
border-radius: 4px;
|
|
30192
|
-
}
|
|
30193
|
-
.E_o1ugr09p .selected-icon {
|
|
30194
|
-
display: none;
|
|
30195
|
-
}
|
|
30196
|
-
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30197
|
-
padding-left: 8px;
|
|
30198
|
-
}
|
|
30199
|
-
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30200
|
-
background-color: white;
|
|
30201
|
-
}
|
|
30202
|
-
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30203
|
-
color: #0080ff;
|
|
30204
|
-
}
|
|
30205
|
-
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30206
|
-
display: block;
|
|
30207
|
-
}
|
|
30208
|
-
.E_o1ugr09p.ant-select-item-option-active {
|
|
30209
|
-
background: rgba(0, 136, 255, 0.16);
|
|
30210
|
-
}
|
|
30211
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30212
|
-
color: #0080ff;
|
|
30213
|
-
}
|
|
30214
|
-
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30215
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30216
|
-
color: #0080ff;
|
|
30217
|
-
}
|
|
30218
|
-
|
|
30219
|
-
.E_o1ifxsq4 {
|
|
30220
|
-
display: flex;
|
|
30221
|
-
justify-content: space-between;
|
|
30222
|
-
height: 20px;
|
|
30223
|
-
line-height: 20px;
|
|
30224
|
-
}
|
|
30225
|
-
.E_o1ifxsq4 .timezone-title {
|
|
30226
|
-
color: #2d3a56;
|
|
30329
|
+
.E_c1bus5hc .circle-inner {
|
|
30330
|
+
position: relative;
|
|
30331
|
+
height: 10px;
|
|
30332
|
+
width: 10px;
|
|
30333
|
+
border-radius: 50%;
|
|
30227
30334
|
overflow: hidden;
|
|
30228
|
-
text-overflow: ellipsis;
|
|
30229
|
-
}
|
|
30230
|
-
|
|
30231
|
-
.E_o1zue7 {
|
|
30232
|
-
display: flex;
|
|
30233
|
-
justify-content: space-between;
|
|
30234
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30235
|
-
height: 18px;
|
|
30236
|
-
line-height: 18px;
|
|
30237
|
-
margin-top: 2px;
|
|
30238
30335
|
}
|
|
30239
|
-
|
|
30240
|
-
|
|
30241
|
-
|
|
30242
|
-
|
|
30243
|
-
|
|
30336
|
+
.E_c1bus5hc .circle-content {
|
|
30337
|
+
position: absolute;
|
|
30338
|
+
height: 100%;
|
|
30339
|
+
width: 100%;
|
|
30340
|
+
left: 0;
|
|
30341
|
+
top: 0;
|
|
30342
|
+
border-radius: 50%;
|
|
30343
|
+
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30344
|
+
transform: rotate(180deg);
|
|
30244
30345
|
}
|
|
30245
|
-
|
|
30246
|
-
|
|
30247
|
-
|
|
30248
|
-
height: 32px;
|
|
30346
|
+
.E_c1bus5hc .circle-child {
|
|
30347
|
+
position: absolute;
|
|
30348
|
+
height: 100%;
|
|
30249
30349
|
width: 100%;
|
|
30250
|
-
|
|
30350
|
+
left: 0;
|
|
30351
|
+
top: 0;
|
|
30352
|
+
margin-left: 50%;
|
|
30353
|
+
transform-origin: left;
|
|
30354
|
+
background: white;
|
|
30355
|
+
transform: rotate(0deg);
|
|
30251
30356
|
}
|
|
30252
30357
|
|
|
30253
|
-
.
|
|
30254
|
-
display: inline-flex;
|
|
30255
|
-
align-items: baseline;
|
|
30256
|
-
white-space: pre-wrap;
|
|
30257
|
-
}
|
|
30258
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio {
|
|
30259
|
-
position: relative;
|
|
30260
|
-
top: 3px;
|
|
30261
|
-
}
|
|
30262
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30263
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30264
|
-
}
|
|
30265
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30266
|
-
border-color: #0080ff;
|
|
30267
|
-
}
|
|
30268
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30269
|
-
border-color: #0080ff;
|
|
30270
|
-
background: #0080ff;
|
|
30271
|
-
}
|
|
30272
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30273
|
-
top: 4px;
|
|
30274
|
-
left: 4px;
|
|
30275
|
-
width: 6px;
|
|
30276
|
-
height: 6px;
|
|
30277
|
-
background: #fff;
|
|
30278
|
-
}
|
|
30279
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30280
|
-
opacity: 0.5;
|
|
30281
|
-
}
|
|
30282
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30283
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
30284
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30285
|
-
}
|
|
30286
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30287
|
-
background: #00122e;
|
|
30288
|
-
}
|
|
30289
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30290
|
-
color: #00122e;
|
|
30291
|
-
opacity: 0.5;
|
|
30292
|
-
}
|
|
30293
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30294
|
-
color: #00122e;
|
|
30295
|
-
}
|
|
30296
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span {
|
|
30358
|
+
.E_iq1gosr {
|
|
30297
30359
|
display: inline-block;
|
|
30298
|
-
padding: 0;
|
|
30299
|
-
padding-left: 12px;
|
|
30300
|
-
}
|
|
30301
|
-
.E_rapgekc.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30302
|
-
margin-bottom: 0;
|
|
30303
|
-
white-space: pre-wrap;
|
|
30304
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30305
|
-
}
|
|
30306
|
-
.E_rapgekc.ant-radio-wrapper.compact .ant-radio + span {
|
|
30307
|
-
padding-left: 8px;
|
|
30308
|
-
}
|
|
30309
|
-
|
|
30310
|
-
.E_rp906go .ant-radio-button-wrapper:first-child {
|
|
30311
|
-
border-radius: 5px 0 0 5px;
|
|
30312
|
-
}
|
|
30313
|
-
.E_rp906go .ant-radio-button-wrapper:last-child {
|
|
30314
|
-
border-radius: 0 5px 5px 0;
|
|
30315
|
-
}
|
|
30316
|
-
|
|
30317
|
-
.E_rcc63c8 {
|
|
30318
|
-
color: #00122e;
|
|
30319
|
-
border-color: #ccd4e3;
|
|
30320
|
-
}
|
|
30321
|
-
.E_rcc63c8:first-child {
|
|
30322
|
-
border-color: #a3b4cc;
|
|
30323
|
-
}
|
|
30324
|
-
.E_rcc63c8.ant-radio-button-wrapper {
|
|
30325
|
-
padding: 0 12px;
|
|
30326
|
-
line-height: 32px;
|
|
30327
|
-
height: 32px;
|
|
30328
|
-
}
|
|
30329
|
-
.E_rcc63c8.ant-radio-button-wrapper > span + span {
|
|
30330
|
-
white-space: nowrap;
|
|
30331
|
-
}
|
|
30332
|
-
.ant-radio-group-small .E_rcc63c8.ant-radio-button-wrapper {
|
|
30333
|
-
height: 22px;
|
|
30334
|
-
padding: 0 7px;
|
|
30335
|
-
line-height: 20px;
|
|
30336
|
-
}
|
|
30337
|
-
.E_rcc63c8.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30338
|
-
background: #ccd4e3;
|
|
30339
|
-
}
|
|
30340
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30341
|
-
background: #0080ff;
|
|
30342
|
-
}
|
|
30343
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30344
|
-
background: #ccd4e3;
|
|
30345
|
-
opacity: 0.5;
|
|
30346
|
-
}
|
|
30347
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30348
|
-
border-right-color: #0080ff;
|
|
30349
|
-
}
|
|
30350
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30351
|
-
border-color: #0080ff;
|
|
30352
|
-
}
|
|
30353
|
-
.E_rcc63c8.ant-radio-button-wrapper-checked {
|
|
30354
|
-
background: rgba(0, 136, 255, 0.1);
|
|
30355
|
-
}
|
|
30356
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled {
|
|
30357
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30358
|
-
border-color: #ccd4e3;
|
|
30359
|
-
opacity: 0.5;
|
|
30360
|
-
}
|
|
30361
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled:hover {
|
|
30362
|
-
color: #00122e;
|
|
30363
|
-
border-color: #ccd4e3;
|
|
30364
|
-
}
|
|
30365
|
-
.E_rcc63c8.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30366
|
-
color: #00122e;
|
|
30367
|
-
border-color: #ccd4e3;
|
|
30368
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30369
|
-
}
|
|
30370
|
-
.E_rcc63c8 .ant-radio-button-input {
|
|
30371
|
-
margin-right: 8px;
|
|
30372
|
-
display: inline;
|
|
30373
|
-
border: none;
|
|
30374
|
-
padding: 0;
|
|
30375
|
-
width: 36px;
|
|
30376
|
-
background: transparent;
|
|
30377
|
-
}
|
|
30378
|
-
.E_rcc63c8 .ant-radio-button-input:focus {
|
|
30379
|
-
box-shadow: none;
|
|
30380
|
-
}
|
|
30381
|
-
.E_rcc63c8 .ant-radio-button-input.ant-input-number {
|
|
30382
|
-
margin-right: 0;
|
|
30383
|
-
width: initial;
|
|
30384
|
-
box-shadow: none;
|
|
30385
|
-
}
|
|
30386
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30387
|
-
display: none;
|
|
30388
|
-
}
|
|
30389
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30390
|
-
display: inline;
|
|
30391
|
-
}
|
|
30392
|
-
.E_rcc63c8 .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30393
|
-
display: inline;
|
|
30394
|
-
margin-right: 8px;
|
|
30395
|
-
padding: 0;
|
|
30396
|
-
width: 36px;
|
|
30397
30360
|
}
|
|
30398
30361
|
|
|
30399
30362
|
.E_s1dizucg.ant-switch {
|
|
@@ -30451,154 +30414,16 @@ button.E_n7k2c6r {
|
|
|
30451
30414
|
margin-left: 5px;
|
|
30452
30415
|
}
|
|
30453
30416
|
|
|
30454
|
-
.
|
|
30455
|
-
|
|
30456
|
-
|
|
30417
|
+
.E_c18bcrac {
|
|
30418
|
+
display: inline-block;
|
|
30419
|
+
width: 100%;
|
|
30457
30420
|
}
|
|
30458
|
-
|
|
30459
|
-
|
|
30460
|
-
padding: 2px 8px;
|
|
30461
|
-
border-radius: 3px;
|
|
30421
|
+
.E_c18bcrac .recharts-wrapper {
|
|
30422
|
+
margin-left: 4px;
|
|
30462
30423
|
}
|
|
30463
30424
|
|
|
30464
|
-
.
|
|
30465
|
-
padding:
|
|
30466
|
-
border-radius: 2px;
|
|
30467
|
-
}
|
|
30468
|
-
|
|
30469
|
-
.E_t14rextb.ant-tag:hover {
|
|
30470
|
-
opacity: unset;
|
|
30471
|
-
}
|
|
30472
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30473
|
-
margin: 0;
|
|
30474
|
-
margin-right: 8px;
|
|
30475
|
-
display: inline-flex;
|
|
30476
|
-
align-items: center;
|
|
30477
|
-
border: none;
|
|
30478
|
-
}
|
|
30479
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30480
|
-
width: 16px;
|
|
30481
|
-
height: 16px;
|
|
30482
|
-
color: inherit;
|
|
30483
|
-
margin-left: 4px;
|
|
30484
|
-
opacity: 0.6;
|
|
30485
|
-
display: inline-flex;
|
|
30486
|
-
}
|
|
30487
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30488
|
-
opacity: 1;
|
|
30489
|
-
}
|
|
30490
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30491
|
-
color: #0080ff;
|
|
30492
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
30493
|
-
}
|
|
30494
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30495
|
-
color: #f0483e;
|
|
30496
|
-
background-color: rgba(255, 74, 74, 0.1);
|
|
30497
|
-
}
|
|
30498
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30499
|
-
color: #e07f00;
|
|
30500
|
-
background-color: rgba(255, 187, 0, 0.1);
|
|
30501
|
-
}
|
|
30502
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30503
|
-
color: #008f4c;
|
|
30504
|
-
background-color: rgba(30, 201, 127, 0.1);
|
|
30505
|
-
}
|
|
30506
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30507
|
-
color: #1d326c;
|
|
30508
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
30509
|
-
}
|
|
30510
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30511
|
-
color: #7E41FF;
|
|
30512
|
-
background-color: rgba(126, 65, 255, 0.1);
|
|
30513
|
-
}
|
|
30514
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30515
|
-
color: #fff;
|
|
30516
|
-
}
|
|
30517
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30518
|
-
background-color: #f0483e;
|
|
30519
|
-
}
|
|
30520
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30521
|
-
background-color: #fea008;
|
|
30522
|
-
}
|
|
30523
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30524
|
-
background-color: #00ba5d;
|
|
30525
|
-
}
|
|
30526
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30527
|
-
background-color: #0080ff;
|
|
30528
|
-
}
|
|
30529
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30530
|
-
background-color: #6b7d99;
|
|
30531
|
-
}
|
|
30532
|
-
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30533
|
-
background-color: #7E41FF;
|
|
30534
|
-
}
|
|
30535
|
-
|
|
30536
|
-
.E_tju3gfj .date {
|
|
30537
|
-
margin-right: 4px;
|
|
30538
|
-
}
|
|
30539
|
-
|
|
30540
|
-
.E_c1bus5hc {
|
|
30541
|
-
--color: white;
|
|
30542
|
-
height: 14px;
|
|
30543
|
-
width: 14px;
|
|
30544
|
-
border-radius: 50%;
|
|
30545
|
-
flex-shrink: 0;
|
|
30546
|
-
display: flex;
|
|
30547
|
-
align-items: center;
|
|
30548
|
-
justify-content: center;
|
|
30549
|
-
border: 1px solid var(--color);
|
|
30550
|
-
}
|
|
30551
|
-
.E_c1bus5hc .circle-inner {
|
|
30552
|
-
position: relative;
|
|
30553
|
-
height: 10px;
|
|
30554
|
-
width: 10px;
|
|
30555
|
-
border-radius: 50%;
|
|
30556
|
-
overflow: hidden;
|
|
30557
|
-
}
|
|
30558
|
-
.E_c1bus5hc .circle-content {
|
|
30559
|
-
position: absolute;
|
|
30560
|
-
height: 100%;
|
|
30561
|
-
width: 100%;
|
|
30562
|
-
left: 0;
|
|
30563
|
-
top: 0;
|
|
30564
|
-
border-radius: 50%;
|
|
30565
|
-
background: linear-gradient(to right, var(--color) 50%, white 50%);
|
|
30566
|
-
transform: rotate(180deg);
|
|
30567
|
-
}
|
|
30568
|
-
.E_c1bus5hc .circle-child {
|
|
30569
|
-
position: absolute;
|
|
30570
|
-
height: 100%;
|
|
30571
|
-
width: 100%;
|
|
30572
|
-
left: 0;
|
|
30573
|
-
top: 0;
|
|
30574
|
-
margin-left: 50%;
|
|
30575
|
-
transform-origin: left;
|
|
30576
|
-
background: white;
|
|
30577
|
-
transform: rotate(0deg);
|
|
30578
|
-
}
|
|
30579
|
-
|
|
30580
|
-
.E_iq1gosr {
|
|
30581
|
-
display: inline-block;
|
|
30582
|
-
}
|
|
30583
|
-
|
|
30584
|
-
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30585
|
-
display: none;
|
|
30586
|
-
}
|
|
30587
|
-
.E_t1m2x205 .ant-tooltip-inner {
|
|
30588
|
-
background: rgba(23, 38, 64, 0.8);
|
|
30589
|
-
border-radius: 4px;
|
|
30590
|
-
}
|
|
30591
|
-
|
|
30592
|
-
.E_c18bcrac {
|
|
30593
|
-
display: inline-block;
|
|
30594
|
-
width: 100%;
|
|
30595
|
-
}
|
|
30596
|
-
.E_c18bcrac .recharts-wrapper {
|
|
30597
|
-
margin-left: 4px;
|
|
30598
|
-
}
|
|
30599
|
-
|
|
30600
|
-
.E_cro7kg2 {
|
|
30601
|
-
padding: 4px;
|
|
30425
|
+
.E_cro7kg2 {
|
|
30426
|
+
padding: 4px;
|
|
30602
30427
|
}
|
|
30603
30428
|
|
|
30604
30429
|
.E_c14wcxf0 {
|
|
@@ -30636,6 +30461,10 @@ button.E_n7k2c6r {
|
|
|
30636
30461
|
margin-right: 4px;
|
|
30637
30462
|
}
|
|
30638
30463
|
|
|
30464
|
+
.E_tju3gfj .date {
|
|
30465
|
+
margin-right: 4px;
|
|
30466
|
+
}
|
|
30467
|
+
|
|
30639
30468
|
.E_s1ebs0ra {
|
|
30640
30469
|
display: flex;
|
|
30641
30470
|
align-items: center;
|
|
@@ -30790,151 +30619,175 @@ button.E_n7k2c6r {
|
|
|
30790
30619
|
border-radius: 2px;
|
|
30791
30620
|
}
|
|
30792
30621
|
|
|
30793
|
-
.
|
|
30794
|
-
|
|
30795
|
-
}
|
|
30796
|
-
.E_gmyahx3 .link-text {
|
|
30797
|
-
color: rgba(0, 21, 64, 0.3);
|
|
30798
|
-
}
|
|
30799
|
-
.E_gmyahx3:hover .link-text {
|
|
30800
|
-
color: #0080ff;
|
|
30622
|
+
.E_t1m2x205 .ant-tooltip-arrow {
|
|
30623
|
+
display: none;
|
|
30801
30624
|
}
|
|
30802
|
-
|
|
30803
|
-
|
|
30804
|
-
|
|
30625
|
+
.E_t1m2x205 .ant-tooltip-inner {
|
|
30626
|
+
background: rgba(23, 38, 64, 0.8);
|
|
30627
|
+
border-radius: 4px;
|
|
30805
30628
|
}
|
|
30806
30629
|
|
|
30807
|
-
.
|
|
30808
|
-
|
|
30809
|
-
|
|
30810
|
-
font-size: 12px;
|
|
30811
|
-
line-height: 18px;
|
|
30812
|
-
}
|
|
30813
|
-
.E_n12mqh7z:not(:last-child) {
|
|
30814
|
-
margin-bottom: 4px;
|
|
30630
|
+
.E_s1sck0th {
|
|
30631
|
+
padding: 0 8px;
|
|
30632
|
+
border-radius: 4px;
|
|
30815
30633
|
}
|
|
30816
30634
|
|
|
30817
|
-
.
|
|
30818
|
-
|
|
30635
|
+
.E_m855nr1 {
|
|
30636
|
+
padding: 2px 8px;
|
|
30637
|
+
border-radius: 3px;
|
|
30819
30638
|
}
|
|
30820
30639
|
|
|
30821
|
-
.
|
|
30822
|
-
|
|
30823
|
-
|
|
30640
|
+
.E_l1270xpg {
|
|
30641
|
+
padding: 3px 8px;
|
|
30642
|
+
border-radius: 2px;
|
|
30824
30643
|
}
|
|
30825
30644
|
|
|
30826
|
-
.
|
|
30827
|
-
|
|
30828
|
-
text-overflow: ellipsis;
|
|
30645
|
+
.E_t14rextb.ant-tag:hover {
|
|
30646
|
+
opacity: unset;
|
|
30829
30647
|
}
|
|
30830
|
-
|
|
30831
|
-
|
|
30832
|
-
|
|
30648
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) {
|
|
30649
|
+
margin: 0;
|
|
30650
|
+
margin-right: 8px;
|
|
30651
|
+
display: inline-flex;
|
|
30652
|
+
align-items: center;
|
|
30653
|
+
border: none;
|
|
30833
30654
|
}
|
|
30834
|
-
|
|
30835
|
-
|
|
30836
|
-
|
|
30837
|
-
|
|
30838
|
-
-
|
|
30839
|
-
|
|
30655
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon {
|
|
30656
|
+
width: 16px;
|
|
30657
|
+
height: 16px;
|
|
30658
|
+
color: inherit;
|
|
30659
|
+
margin-left: 4px;
|
|
30660
|
+
opacity: 0.6;
|
|
30661
|
+
display: inline-flex;
|
|
30840
30662
|
}
|
|
30841
|
-
|
|
30842
|
-
|
|
30843
|
-
display: flex;
|
|
30844
|
-
align-items: center;
|
|
30663
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden) .ant-tag-close-icon:hover {
|
|
30664
|
+
opacity: 1;
|
|
30845
30665
|
}
|
|
30846
|
-
.
|
|
30847
|
-
|
|
30666
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-blue {
|
|
30667
|
+
color: #0080ff;
|
|
30668
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
30848
30669
|
}
|
|
30849
|
-
|
|
30850
|
-
|
|
30851
|
-
background:
|
|
30670
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-red {
|
|
30671
|
+
color: #f0483e;
|
|
30672
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
30852
30673
|
}
|
|
30853
|
-
.
|
|
30854
|
-
|
|
30674
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-yellow {
|
|
30675
|
+
color: #e07f00;
|
|
30676
|
+
background-color: rgba(255, 187, 0, 0.1);
|
|
30855
30677
|
}
|
|
30856
|
-
.
|
|
30857
|
-
|
|
30678
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-green {
|
|
30679
|
+
color: #008f4c;
|
|
30680
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
30858
30681
|
}
|
|
30859
|
-
.
|
|
30860
|
-
|
|
30682
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-gray {
|
|
30683
|
+
color: #1d326c;
|
|
30684
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
30861
30685
|
}
|
|
30862
|
-
.
|
|
30863
|
-
|
|
30686
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ant-tag-purple {
|
|
30687
|
+
color: #7E41FF;
|
|
30688
|
+
background-color: rgba(126, 65, 255, 0.1);
|
|
30864
30689
|
}
|
|
30865
|
-
.
|
|
30866
|
-
|
|
30690
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked {
|
|
30691
|
+
color: #fff;
|
|
30867
30692
|
}
|
|
30868
|
-
.
|
|
30869
|
-
|
|
30693
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
30694
|
+
background-color: #f0483e;
|
|
30870
30695
|
}
|
|
30871
|
-
.
|
|
30872
|
-
|
|
30696
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
30697
|
+
background-color: #fea008;
|
|
30873
30698
|
}
|
|
30874
|
-
.
|
|
30875
|
-
|
|
30876
|
-
justify-content: space-between;
|
|
30699
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
30700
|
+
background-color: #00ba5d;
|
|
30877
30701
|
}
|
|
30878
|
-
.
|
|
30879
|
-
|
|
30880
|
-
overflow: hidden;
|
|
30881
|
-
text-overflow: ellipsis;
|
|
30702
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
30703
|
+
background-color: #0080ff;
|
|
30882
30704
|
}
|
|
30883
|
-
|
|
30884
|
-
|
|
30885
|
-
display: flex;
|
|
30886
|
-
justify-content: space-between;
|
|
30887
|
-
align-items: center;
|
|
30888
|
-
padding: 8px;
|
|
30889
|
-
min-height: 32px;
|
|
30705
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
30706
|
+
background-color: #6b7d99;
|
|
30890
30707
|
}
|
|
30891
|
-
.
|
|
30892
|
-
color:
|
|
30893
|
-
font-weight: 600;
|
|
30894
|
-
font-size: 12px;
|
|
30895
|
-
line-height: 8px;
|
|
30708
|
+
.E_t14rextb.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
30709
|
+
background-color: #7E41FF;
|
|
30896
30710
|
}
|
|
30897
|
-
|
|
30898
|
-
|
|
30899
|
-
|
|
30900
|
-
cursor: pointer;
|
|
30711
|
+
|
|
30712
|
+
.E_s1dni7lo {
|
|
30713
|
+
width: 430px !important;
|
|
30901
30714
|
}
|
|
30902
30715
|
|
|
30903
|
-
.
|
|
30904
|
-
|
|
30716
|
+
.E_d1wwmmm5 .ant-select-item-group {
|
|
30717
|
+
padding: 8px 16px;
|
|
30905
30718
|
line-height: 18px;
|
|
30719
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30720
|
+
height: 34px;
|
|
30721
|
+
min-height: 34px;
|
|
30722
|
+
box-sizing: border-box;
|
|
30723
|
+
margin-top: 8px;
|
|
30906
30724
|
}
|
|
30907
30725
|
|
|
30908
|
-
.
|
|
30726
|
+
.E_o1ugr09p {
|
|
30909
30727
|
display: flex;
|
|
30910
|
-
|
|
30911
|
-
|
|
30728
|
+
flex-direction: column;
|
|
30729
|
+
margin: 1px 8px;
|
|
30730
|
+
padding: 8px;
|
|
30731
|
+
border-radius: 4px;
|
|
30912
30732
|
}
|
|
30913
|
-
.
|
|
30733
|
+
.E_o1ugr09p .selected-icon {
|
|
30914
30734
|
display: none;
|
|
30915
30735
|
}
|
|
30916
|
-
.
|
|
30917
|
-
|
|
30736
|
+
.E_o1ugr09p.ant-select-item-option-grouped {
|
|
30737
|
+
padding-left: 8px;
|
|
30918
30738
|
}
|
|
30919
|
-
.
|
|
30920
|
-
|
|
30921
|
-
overflow-x: auto;
|
|
30922
|
-
width: 100%;
|
|
30923
|
-
white-space: pre-wrap;
|
|
30739
|
+
.E_o1ugr09p.ant-select-item-option-selected {
|
|
30740
|
+
background-color: white;
|
|
30924
30741
|
}
|
|
30925
|
-
.
|
|
30926
|
-
|
|
30927
|
-
text-align: left;
|
|
30742
|
+
.E_o1ugr09p.ant-select-item-option-selected .timezone-title {
|
|
30743
|
+
color: #0080ff;
|
|
30928
30744
|
}
|
|
30929
|
-
.
|
|
30930
|
-
|
|
30745
|
+
.E_o1ugr09p.ant-select-item-option-selected .selected-icon {
|
|
30746
|
+
display: block;
|
|
30747
|
+
}
|
|
30748
|
+
.E_o1ugr09p.ant-select-item-option-active {
|
|
30749
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30750
|
+
}
|
|
30751
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-title {
|
|
30752
|
+
color: #0080ff;
|
|
30753
|
+
}
|
|
30754
|
+
.E_o1ugr09p.ant-select-item-option-active .timezone-tag {
|
|
30755
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30756
|
+
color: #0080ff;
|
|
30931
30757
|
}
|
|
30932
30758
|
|
|
30933
|
-
.
|
|
30934
|
-
|
|
30935
|
-
|
|
30759
|
+
.E_o1ifxsq4 {
|
|
30760
|
+
display: flex;
|
|
30761
|
+
justify-content: space-between;
|
|
30762
|
+
height: 20px;
|
|
30763
|
+
line-height: 20px;
|
|
30764
|
+
}
|
|
30765
|
+
.E_o1ifxsq4 .timezone-title {
|
|
30766
|
+
color: #2d3a56;
|
|
30767
|
+
overflow: hidden;
|
|
30768
|
+
text-overflow: ellipsis;
|
|
30769
|
+
}
|
|
30770
|
+
|
|
30771
|
+
.E_o1zue7 {
|
|
30772
|
+
display: flex;
|
|
30773
|
+
justify-content: space-between;
|
|
30936
30774
|
color: rgba(44, 56, 82, 0.6);
|
|
30937
|
-
|
|
30775
|
+
height: 18px;
|
|
30776
|
+
line-height: 18px;
|
|
30777
|
+
margin-top: 2px;
|
|
30778
|
+
}
|
|
30779
|
+
|
|
30780
|
+
.E_tyfmlxg {
|
|
30781
|
+
border: none;
|
|
30782
|
+
margin-right: 0;
|
|
30783
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30784
|
+
}
|
|
30785
|
+
|
|
30786
|
+
.E_o18uybox {
|
|
30787
|
+
pointer-events: none;
|
|
30788
|
+
height: 32px;
|
|
30789
|
+
width: 100%;
|
|
30790
|
+
opacity: 0;
|
|
30938
30791
|
}
|
|
30939
30792
|
|
|
30940
30793
|
.E_c1up1pdz {
|
|
@@ -31077,6 +30930,39 @@ span.E_tqjc4ui {
|
|
|
31077
30930
|
color: #fff;
|
|
31078
30931
|
}
|
|
31079
30932
|
|
|
30933
|
+
span.E_tqjc4ui {
|
|
30934
|
+
margin: 0 2px;
|
|
30935
|
+
}
|
|
30936
|
+
|
|
30937
|
+
.E_n12mqh7z {
|
|
30938
|
+
display: flex;
|
|
30939
|
+
align-items: center;
|
|
30940
|
+
font-size: 12px;
|
|
30941
|
+
line-height: 18px;
|
|
30942
|
+
}
|
|
30943
|
+
.E_n12mqh7z:not(:last-child) {
|
|
30944
|
+
margin-bottom: 4px;
|
|
30945
|
+
}
|
|
30946
|
+
|
|
30947
|
+
.E_tf5bynu {
|
|
30948
|
+
margin: 0 3px;
|
|
30949
|
+
}
|
|
30950
|
+
|
|
30951
|
+
.E_tcckoz1 {
|
|
30952
|
+
max-height: 400px;
|
|
30953
|
+
overflow: auto;
|
|
30954
|
+
}
|
|
30955
|
+
|
|
30956
|
+
.E_gmyahx3 {
|
|
30957
|
+
cursor: pointer;
|
|
30958
|
+
}
|
|
30959
|
+
.E_gmyahx3 .link-text {
|
|
30960
|
+
color: rgba(0, 21, 64, 0.3);
|
|
30961
|
+
}
|
|
30962
|
+
.E_gmyahx3:hover .link-text {
|
|
30963
|
+
color: #0080ff;
|
|
30964
|
+
}
|
|
30965
|
+
|
|
31080
30966
|
.E_wg1tsps {
|
|
31081
30967
|
display: flex;
|
|
31082
30968
|
align-items: center;
|
|
@@ -31100,6 +30986,120 @@ span.E_tqjc4ui {
|
|
|
31100
30986
|
color: #00122e !important;
|
|
31101
30987
|
}
|
|
31102
30988
|
|
|
30989
|
+
.E_t1sqg15u {
|
|
30990
|
+
background: white;
|
|
30991
|
+
}
|
|
30992
|
+
.E_t1sqg15u.inline .table-row {
|
|
30993
|
+
flex-direction: column;
|
|
30994
|
+
}
|
|
30995
|
+
.E_t1sqg15u.inline .table-row > label {
|
|
30996
|
+
padding: 0 16px 7px 0;
|
|
30997
|
+
}
|
|
30998
|
+
.E_t1sqg15u.has-border .table-header {
|
|
30999
|
+
border-bottom: 1px solid rgba(225, 230, 241, 0.6);
|
|
31000
|
+
}
|
|
31001
|
+
.E_t1sqg15u.has-border .hiddenBorder {
|
|
31002
|
+
border-top: none !important;
|
|
31003
|
+
}
|
|
31004
|
+
.E_t1sqg15u.has-border .table-row + .table-row {
|
|
31005
|
+
border-top: 1px solid rgba(225, 230, 241, 0.6);
|
|
31006
|
+
}
|
|
31007
|
+
.E_t1sqg15u.has-border .table-row:last-of-type {
|
|
31008
|
+
padding-bottom: 0;
|
|
31009
|
+
}
|
|
31010
|
+
.E_t1sqg15u.align-right .content {
|
|
31011
|
+
text-align: right;
|
|
31012
|
+
}
|
|
31013
|
+
.E_t1sqg15u .uuid-row {
|
|
31014
|
+
display: flex;
|
|
31015
|
+
justify-content: space-between;
|
|
31016
|
+
}
|
|
31017
|
+
.E_t1sqg15u .uuid-row .id-text {
|
|
31018
|
+
white-space: nowrap;
|
|
31019
|
+
overflow: hidden;
|
|
31020
|
+
text-overflow: ellipsis;
|
|
31021
|
+
}
|
|
31022
|
+
|
|
31023
|
+
.E_t4zczcp {
|
|
31024
|
+
display: flex;
|
|
31025
|
+
justify-content: space-between;
|
|
31026
|
+
align-items: center;
|
|
31027
|
+
padding: 8px;
|
|
31028
|
+
min-height: 32px;
|
|
31029
|
+
}
|
|
31030
|
+
.E_t4zczcp .table-title {
|
|
31031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31032
|
+
font-weight: 600;
|
|
31033
|
+
font-size: 12px;
|
|
31034
|
+
line-height: 8px;
|
|
31035
|
+
}
|
|
31036
|
+
.E_t4zczcp .edit-icon {
|
|
31037
|
+
font-size: 16px;
|
|
31038
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31039
|
+
cursor: pointer;
|
|
31040
|
+
}
|
|
31041
|
+
|
|
31042
|
+
.E_t1s7goww {
|
|
31043
|
+
font-size: 12px;
|
|
31044
|
+
line-height: 18px;
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31047
|
+
.E_t93e4cf {
|
|
31048
|
+
display: flex;
|
|
31049
|
+
padding: 8px 0;
|
|
31050
|
+
color: #2d3a56;
|
|
31051
|
+
}
|
|
31052
|
+
.E_t93e4cf .hidden {
|
|
31053
|
+
display: none;
|
|
31054
|
+
}
|
|
31055
|
+
.E_t93e4cf .ant-btn-link {
|
|
31056
|
+
height: auto;
|
|
31057
|
+
}
|
|
31058
|
+
.E_t93e4cf .content {
|
|
31059
|
+
overflow: hidden;
|
|
31060
|
+
overflow-x: auto;
|
|
31061
|
+
width: 100%;
|
|
31062
|
+
white-space: pre-wrap;
|
|
31063
|
+
}
|
|
31064
|
+
.E_t93e4cf .content .ant-btn {
|
|
31065
|
+
white-space: pre-wrap;
|
|
31066
|
+
text-align: left;
|
|
31067
|
+
}
|
|
31068
|
+
.E_t93e4cf .content .unit-chart {
|
|
31069
|
+
justify-content: flex-start;
|
|
31070
|
+
}
|
|
31071
|
+
|
|
31072
|
+
.E_rhz2uv5 {
|
|
31073
|
+
width: var(--rhz2uv5-0);
|
|
31074
|
+
flex-shrink: 0;
|
|
31075
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31076
|
+
padding-right: 12px;
|
|
31077
|
+
}
|
|
31078
|
+
|
|
31079
|
+
.E_s1iv0tp1 .enabled-switch {
|
|
31080
|
+
display: flex;
|
|
31081
|
+
align-items: center;
|
|
31082
|
+
}
|
|
31083
|
+
.E_s1iv0tp1 .enabled-text {
|
|
31084
|
+
margin-right: 8px;
|
|
31085
|
+
}
|
|
31086
|
+
|
|
31087
|
+
.E_ou7iq30 {
|
|
31088
|
+
overflow: hidden;
|
|
31089
|
+
text-overflow: ellipsis;
|
|
31090
|
+
}
|
|
31091
|
+
|
|
31092
|
+
.E_s1tui002 {
|
|
31093
|
+
white-space: nowrap;
|
|
31094
|
+
}
|
|
31095
|
+
|
|
31096
|
+
.E_mxrc2zg {
|
|
31097
|
+
display: -webkit-box;
|
|
31098
|
+
-webkit-line-clamp: var(--mxrc2zg-0);
|
|
31099
|
+
-webkit-box-orient: vertical;
|
|
31100
|
+
word-break: break-all;
|
|
31101
|
+
}
|
|
31102
|
+
|
|
31103
31103
|
.E_skwah65 {
|
|
31104
31104
|
height: 8px;
|
|
31105
31105
|
box-sizing: border-box;
|
|
@@ -31429,8 +31429,101 @@ span.E_tqjc4ui {
|
|
|
31429
31429
|
background: transparent;
|
|
31430
31430
|
}
|
|
31431
31431
|
|
|
31432
|
-
.
|
|
31433
|
-
|
|
31432
|
+
.E_iouxfgt {
|
|
31433
|
+
display: inline-flex;
|
|
31434
|
+
align-items: center;
|
|
31435
|
+
}
|
|
31436
|
+
.E_iouxfgt .icon-inner {
|
|
31437
|
+
display: inline-flex;
|
|
31438
|
+
align-items: center;
|
|
31439
|
+
justify-content: center;
|
|
31440
|
+
}
|
|
31441
|
+
.E_iouxfgt .icon-inner + span,
|
|
31442
|
+
.E_iouxfgt span + .icon-inner.suffix {
|
|
31443
|
+
margin-left: 4px;
|
|
31444
|
+
}
|
|
31445
|
+
.E_iouxfgt.is-rotate img,
|
|
31446
|
+
.E_iouxfgt.is-rotate svg {
|
|
31447
|
+
animation: rotate 680ms linear infinite;
|
|
31448
|
+
}
|
|
31449
|
+
|
|
31450
|
+
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31451
|
+
display: var(--ai7qkf2-0);
|
|
31452
|
+
}
|
|
31453
|
+
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31454
|
+
display: inline-flex;
|
|
31455
|
+
line-height: 1.5715;
|
|
31456
|
+
height: 100%;
|
|
31457
|
+
width: 100%;
|
|
31458
|
+
}
|
|
31459
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31460
|
+
content: var(--ai7qkf2-1);
|
|
31461
|
+
display: var(--ai7qkf2-2);
|
|
31462
|
+
flex: none;
|
|
31463
|
+
align-items: center;
|
|
31464
|
+
margin-left: 4px;
|
|
31465
|
+
padding: 5px 12px 5px 0;
|
|
31466
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31467
|
+
}
|
|
31468
|
+
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31469
|
+
content: var(--ai7qkf2-3);
|
|
31470
|
+
display: var(--ai7qkf2-4);
|
|
31471
|
+
flex: none;
|
|
31472
|
+
align-items: center;
|
|
31473
|
+
margin-right: 4px;
|
|
31474
|
+
cursor: auto;
|
|
31475
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31476
|
+
}
|
|
31477
|
+
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31478
|
+
border-radius: 0;
|
|
31479
|
+
}
|
|
31480
|
+
.E_ai7qkf2.ant-input-number {
|
|
31481
|
+
width: 100%;
|
|
31482
|
+
border-radius: 6px;
|
|
31483
|
+
}
|
|
31484
|
+
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31485
|
+
border-color: #0096ff;
|
|
31486
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31487
|
+
z-index: 1;
|
|
31488
|
+
}
|
|
31489
|
+
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31490
|
+
border-color: #e75a3a;
|
|
31491
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31492
|
+
}
|
|
31493
|
+
.E_ai7qkf2 .ant-input-number-input {
|
|
31494
|
+
height: 30px;
|
|
31495
|
+
border: 1px;
|
|
31496
|
+
padding: 5px 12px;
|
|
31497
|
+
font-size: inherit;
|
|
31498
|
+
}
|
|
31499
|
+
.E_ai7qkf2.ant-input-number-lg input {
|
|
31500
|
+
height: 38px;
|
|
31501
|
+
border: 1px;
|
|
31502
|
+
padding: 8px 16px;
|
|
31503
|
+
}
|
|
31504
|
+
.E_ai7qkf2.ant-input-number-sm input {
|
|
31505
|
+
height: 22px;
|
|
31506
|
+
border: 1px;
|
|
31507
|
+
padding: 2px 8px;
|
|
31508
|
+
}
|
|
31509
|
+
|
|
31510
|
+
.E_fzh9mnb {
|
|
31511
|
+
width: 100%;
|
|
31512
|
+
height: 100%;
|
|
31513
|
+
min-height: 124px;
|
|
31514
|
+
display: flex;
|
|
31515
|
+
flex-direction: column;
|
|
31516
|
+
justify-content: center;
|
|
31517
|
+
align-items: center;
|
|
31518
|
+
}
|
|
31519
|
+
.E_fzh9mnb .error-text {
|
|
31520
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31521
|
+
margin-bottom: 16px;
|
|
31522
|
+
font-size: 18px;
|
|
31523
|
+
}
|
|
31524
|
+
|
|
31525
|
+
.E_i1inqkme {
|
|
31526
|
+
height: 18px;
|
|
31434
31527
|
line-height: 18px;
|
|
31435
31528
|
padding: 0 4px;
|
|
31436
31529
|
border-radius: 4px;
|
|
@@ -31483,21 +31576,6 @@ span.E_tqjc4ui {
|
|
|
31483
31576
|
padding: 2px 7px 2px 12px;
|
|
31484
31577
|
}
|
|
31485
31578
|
|
|
31486
|
-
.E_fzh9mnb {
|
|
31487
|
-
width: 100%;
|
|
31488
|
-
height: 100%;
|
|
31489
|
-
min-height: 124px;
|
|
31490
|
-
display: flex;
|
|
31491
|
-
flex-direction: column;
|
|
31492
|
-
justify-content: center;
|
|
31493
|
-
align-items: center;
|
|
31494
|
-
}
|
|
31495
|
-
.E_fzh9mnb .error-text {
|
|
31496
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31497
|
-
margin-bottom: 16px;
|
|
31498
|
-
font-size: 18px;
|
|
31499
|
-
}
|
|
31500
|
-
|
|
31501
31579
|
.E_a1wfy30z .ant-input-number-handler-wrap {
|
|
31502
31580
|
display: var(--a1wfy30z-0);
|
|
31503
31581
|
}
|
|
@@ -31529,84 +31607,6 @@ span.E_tqjc4ui {
|
|
|
31529
31607
|
font-size: inherit;
|
|
31530
31608
|
}
|
|
31531
31609
|
|
|
31532
|
-
.E_ai7qkf2 .ant-input-number-handler-wrap {
|
|
31533
|
-
display: var(--ai7qkf2-0);
|
|
31534
|
-
}
|
|
31535
|
-
.E_ai7qkf2 .ant-input-number-input-wrap {
|
|
31536
|
-
display: inline-flex;
|
|
31537
|
-
line-height: 1.5715;
|
|
31538
|
-
height: 100%;
|
|
31539
|
-
width: 100%;
|
|
31540
|
-
}
|
|
31541
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::after {
|
|
31542
|
-
content: var(--ai7qkf2-1);
|
|
31543
|
-
display: var(--ai7qkf2-2);
|
|
31544
|
-
flex: none;
|
|
31545
|
-
align-items: center;
|
|
31546
|
-
margin-left: 4px;
|
|
31547
|
-
padding: 5px 12px 5px 0;
|
|
31548
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31549
|
-
}
|
|
31550
|
-
.E_ai7qkf2 .ant-input-number-input-wrap::before {
|
|
31551
|
-
content: var(--ai7qkf2-3);
|
|
31552
|
-
display: var(--ai7qkf2-4);
|
|
31553
|
-
flex: none;
|
|
31554
|
-
align-items: center;
|
|
31555
|
-
margin-right: 4px;
|
|
31556
|
-
cursor: auto;
|
|
31557
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31558
|
-
}
|
|
31559
|
-
.ant-input-group.ant-input-group-compact > .E_ai7qkf2 {
|
|
31560
|
-
border-radius: 0;
|
|
31561
|
-
}
|
|
31562
|
-
.E_ai7qkf2.ant-input-number {
|
|
31563
|
-
width: 100%;
|
|
31564
|
-
border-radius: 6px;
|
|
31565
|
-
}
|
|
31566
|
-
.E_ai7qkf2.ant-input-number:not([disabled]):focus, .E_ai7qkf2.ant-input-number:not([disabled]):active, .E_ai7qkf2.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
31567
|
-
border-color: #0096ff;
|
|
31568
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
31569
|
-
z-index: 1;
|
|
31570
|
-
}
|
|
31571
|
-
.E_ai7qkf2.ant-input-number.error:not([disabled]):hover, .E_ai7qkf2.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
31572
|
-
border-color: #e75a3a;
|
|
31573
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
31574
|
-
}
|
|
31575
|
-
.E_ai7qkf2 .ant-input-number-input {
|
|
31576
|
-
height: 30px;
|
|
31577
|
-
border: 1px;
|
|
31578
|
-
padding: 5px 12px;
|
|
31579
|
-
font-size: inherit;
|
|
31580
|
-
}
|
|
31581
|
-
.E_ai7qkf2.ant-input-number-lg input {
|
|
31582
|
-
height: 38px;
|
|
31583
|
-
border: 1px;
|
|
31584
|
-
padding: 8px 16px;
|
|
31585
|
-
}
|
|
31586
|
-
.E_ai7qkf2.ant-input-number-sm input {
|
|
31587
|
-
height: 22px;
|
|
31588
|
-
border: 1px;
|
|
31589
|
-
padding: 2px 8px;
|
|
31590
|
-
}
|
|
31591
|
-
|
|
31592
|
-
.E_iouxfgt {
|
|
31593
|
-
display: inline-flex;
|
|
31594
|
-
align-items: center;
|
|
31595
|
-
}
|
|
31596
|
-
.E_iouxfgt .icon-inner {
|
|
31597
|
-
display: inline-flex;
|
|
31598
|
-
align-items: center;
|
|
31599
|
-
justify-content: center;
|
|
31600
|
-
}
|
|
31601
|
-
.E_iouxfgt .icon-inner + span,
|
|
31602
|
-
.E_iouxfgt span + .icon-inner.suffix {
|
|
31603
|
-
margin-left: 4px;
|
|
31604
|
-
}
|
|
31605
|
-
.E_iouxfgt.is-rotate img,
|
|
31606
|
-
.E_iouxfgt.is-rotate svg {
|
|
31607
|
-
animation: rotate 680ms linear infinite;
|
|
31608
|
-
}
|
|
31609
|
-
|
|
31610
31610
|
.E_owd0kml {
|
|
31611
31611
|
display: inline-block;
|
|
31612
31612
|
}
|
|
@@ -31616,6 +31616,10 @@ span.E_tqjc4ui {
|
|
|
31616
31616
|
position: absolute;
|
|
31617
31617
|
}
|
|
31618
31618
|
|
|
31619
|
+
.E_m196gn1d {
|
|
31620
|
+
min-width: 1280px;
|
|
31621
|
+
}
|
|
31622
|
+
|
|
31619
31623
|
.E_a1b5xrg3 .user-icon-inner {
|
|
31620
31624
|
display: inline-flex;
|
|
31621
31625
|
align-items: center;
|
|
@@ -31646,1172 +31650,1174 @@ span.E_tqjc4ui {
|
|
|
31646
31650
|
transition: all 320ms ease;
|
|
31647
31651
|
}
|
|
31648
31652
|
|
|
31649
|
-
.
|
|
31650
|
-
|
|
31653
|
+
.E_dsnbhzf {
|
|
31654
|
+
font-family: Inter;
|
|
31655
|
+
font-style: normal;
|
|
31656
|
+
font-weight: bold;
|
|
31657
|
+
font-size: 32px;
|
|
31658
|
+
line-height: 40px;
|
|
31651
31659
|
}
|
|
31652
31660
|
|
|
31653
|
-
.
|
|
31654
|
-
|
|
31655
|
-
|
|
31661
|
+
.E_d1mvo22k {
|
|
31662
|
+
font-family: Inter;
|
|
31663
|
+
font-style: normal;
|
|
31664
|
+
font-weight: bold;
|
|
31665
|
+
font-size: 24px;
|
|
31666
|
+
line-height: 32px;
|
|
31656
31667
|
}
|
|
31657
31668
|
|
|
31658
|
-
.
|
|
31659
|
-
|
|
31660
|
-
|
|
31661
|
-
|
|
31662
|
-
|
|
31669
|
+
.E_d1b444tr {
|
|
31670
|
+
font-family: Inter;
|
|
31671
|
+
font-style: normal;
|
|
31672
|
+
font-weight: normal;
|
|
31673
|
+
font-size: 32px;
|
|
31674
|
+
line-height: 40px;
|
|
31663
31675
|
}
|
|
31664
31676
|
|
|
31665
|
-
.
|
|
31666
|
-
|
|
31667
|
-
|
|
31668
|
-
|
|
31669
|
-
|
|
31677
|
+
.E_dvs0kue {
|
|
31678
|
+
font-family: Inter;
|
|
31679
|
+
font-style: normal;
|
|
31680
|
+
font-weight: bold;
|
|
31681
|
+
font-size: 20px;
|
|
31682
|
+
line-height: 24px;
|
|
31670
31683
|
}
|
|
31671
|
-
|
|
31672
|
-
.
|
|
31673
|
-
|
|
31674
|
-
|
|
31675
|
-
|
|
31684
|
+
|
|
31685
|
+
.E_d1hcbfcq {
|
|
31686
|
+
font-family: Inter;
|
|
31687
|
+
font-style: normal;
|
|
31688
|
+
font-weight: normal;
|
|
31689
|
+
font-size: 20px;
|
|
31690
|
+
line-height: 24px;
|
|
31676
31691
|
}
|
|
31677
|
-
|
|
31678
|
-
|
|
31679
|
-
|
|
31680
|
-
|
|
31681
|
-
|
|
31682
|
-
|
|
31683
|
-
|
|
31684
|
-
}
|
|
31685
|
-
.E_wt5zbg6 .middle {
|
|
31686
|
-
margin-bottom: 40px;
|
|
31687
|
-
flex-grow: 0;
|
|
31688
|
-
flex-shrink: 0;
|
|
31689
|
-
flex-basis: 58%;
|
|
31690
|
-
}
|
|
31691
|
-
.E_wt5zbg6 .middle .form-base-field {
|
|
31692
|
-
width: 100%;
|
|
31693
|
-
}
|
|
31694
|
-
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
31695
|
-
width: auto;
|
|
31692
|
+
|
|
31693
|
+
.E_d1cz922v {
|
|
31694
|
+
font-family: Inter;
|
|
31695
|
+
font-style: normal;
|
|
31696
|
+
font-weight: bold;
|
|
31697
|
+
font-size: 18px;
|
|
31698
|
+
line-height: 22px;
|
|
31696
31699
|
}
|
|
31697
31700
|
|
|
31698
|
-
.
|
|
31699
|
-
|
|
31700
|
-
|
|
31701
|
-
|
|
31702
|
-
|
|
31703
|
-
|
|
31704
|
-
margin-left: 0;
|
|
31705
|
-
}
|
|
31706
|
-
.E_h18jprzg .ant-modal-body {
|
|
31707
|
-
margin: 0 auto;
|
|
31708
|
-
padding: 0;
|
|
31709
|
-
width: 100%;
|
|
31710
|
-
max-width: 648px;
|
|
31711
|
-
overflow: hidden;
|
|
31712
|
-
}
|
|
31713
|
-
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
31714
|
-
margin-bottom: 40px;
|
|
31715
|
-
}
|
|
31716
|
-
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
31717
|
-
height: calc(100vh - 225px);
|
|
31718
|
-
overflow-y: auto;
|
|
31719
|
-
}
|
|
31720
|
-
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
31721
|
-
margin: 0 auto;
|
|
31722
|
-
max-width: 648px;
|
|
31701
|
+
.E_d3nzbrm {
|
|
31702
|
+
font-family: Inter;
|
|
31703
|
+
font-style: normal;
|
|
31704
|
+
font-weight: normal;
|
|
31705
|
+
font-size: 18px;
|
|
31706
|
+
line-height: 22px;
|
|
31723
31707
|
}
|
|
31724
31708
|
|
|
31725
|
-
.
|
|
31726
|
-
|
|
31727
|
-
|
|
31728
|
-
|
|
31729
|
-
|
|
31730
|
-
|
|
31731
|
-
margin-left: 0;
|
|
31732
|
-
}
|
|
31733
|
-
.E_h16z9xgz .ant-modal-body {
|
|
31734
|
-
margin: 0 auto;
|
|
31735
|
-
padding: 0;
|
|
31736
|
-
width: 100%;
|
|
31737
|
-
max-width: 1024px;
|
|
31738
|
-
overflow: hidden;
|
|
31739
|
-
}
|
|
31740
|
-
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
31741
|
-
margin-bottom: 40px;
|
|
31742
|
-
}
|
|
31743
|
-
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
31744
|
-
height: calc(100vh - 225px);
|
|
31745
|
-
overflow-y: auto;
|
|
31746
|
-
}
|
|
31747
|
-
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
31748
|
-
margin: 0 auto;
|
|
31749
|
-
max-width: 1024px;
|
|
31709
|
+
.E_h1g0p5ob {
|
|
31710
|
+
font-family: Inter;
|
|
31711
|
+
font-style: normal;
|
|
31712
|
+
font-weight: bold;
|
|
31713
|
+
font-size: 16px;
|
|
31714
|
+
line-height: 22px;
|
|
31750
31715
|
}
|
|
31751
31716
|
|
|
31752
|
-
.
|
|
31753
|
-
|
|
31717
|
+
.E_hydo2ej {
|
|
31718
|
+
font-family: Inter;
|
|
31719
|
+
font-style: normal;
|
|
31720
|
+
font-weight: normal;
|
|
31721
|
+
font-size: 16px;
|
|
31722
|
+
line-height: 22px;
|
|
31754
31723
|
}
|
|
31755
|
-
|
|
31756
|
-
|
|
31724
|
+
|
|
31725
|
+
.E_h1hbuq0r {
|
|
31726
|
+
font-family: Inter;
|
|
31727
|
+
font-style: normal;
|
|
31728
|
+
font-weight: bold;
|
|
31729
|
+
font-size: 14px;
|
|
31757
31730
|
line-height: 20px;
|
|
31758
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31759
31731
|
}
|
|
31760
|
-
|
|
31732
|
+
|
|
31733
|
+
.E_h13bondg {
|
|
31734
|
+
font-family: Inter;
|
|
31735
|
+
font-style: normal;
|
|
31736
|
+
font-weight: normal;
|
|
31761
31737
|
font-size: 14px;
|
|
31762
31738
|
line-height: 20px;
|
|
31763
|
-
color: #2d3a56;
|
|
31764
|
-
margin-bottom: 12px;
|
|
31765
|
-
}
|
|
31766
|
-
.E_f1lrhghm.connect-cluster .title {
|
|
31767
|
-
padding-bottom: 26px;
|
|
31768
31739
|
}
|
|
31769
31740
|
|
|
31770
|
-
.
|
|
31771
|
-
|
|
31772
|
-
|
|
31773
|
-
|
|
31741
|
+
.E_h1mhvdlx {
|
|
31742
|
+
font-family: Inter;
|
|
31743
|
+
font-style: normal;
|
|
31744
|
+
font-weight: bold;
|
|
31745
|
+
font-size: 12px;
|
|
31746
|
+
line-height: 18px;
|
|
31774
31747
|
}
|
|
31775
31748
|
|
|
31776
|
-
.
|
|
31777
|
-
|
|
31778
|
-
|
|
31779
|
-
|
|
31780
|
-
|
|
31781
|
-
|
|
31782
|
-
width: 216px;
|
|
31783
|
-
}
|
|
31784
|
-
.E_f1l1g2k0 > label + * {
|
|
31785
|
-
width: 100%;
|
|
31786
|
-
}
|
|
31787
|
-
.E_f1l1g2k0 .ant-select {
|
|
31788
|
-
width: 100%;
|
|
31749
|
+
.E_h1inmfq6 {
|
|
31750
|
+
font-family: Inter;
|
|
31751
|
+
font-style: normal;
|
|
31752
|
+
font-weight: normal;
|
|
31753
|
+
font-size: 12px;
|
|
31754
|
+
line-height: 18px;
|
|
31789
31755
|
}
|
|
31790
31756
|
|
|
31791
|
-
.
|
|
31792
|
-
|
|
31793
|
-
|
|
31757
|
+
.E_h1kfc0la {
|
|
31758
|
+
font-family: Inter;
|
|
31759
|
+
font-style: normal;
|
|
31760
|
+
font-weight: bold;
|
|
31761
|
+
text-transform: uppercase;
|
|
31762
|
+
font-feature-settings: "cpsp" on;
|
|
31763
|
+
font-size: 12px;
|
|
31764
|
+
line-height: 18px;
|
|
31794
31765
|
}
|
|
31795
31766
|
|
|
31796
|
-
.
|
|
31797
|
-
|
|
31798
|
-
|
|
31799
|
-
|
|
31800
|
-
|
|
31767
|
+
.E_h10xnyuu {
|
|
31768
|
+
font-family: Inter;
|
|
31769
|
+
font-style: normal;
|
|
31770
|
+
font-weight: normal;
|
|
31771
|
+
text-transform: uppercase;
|
|
31772
|
+
font-feature-settings: "cpsp" on;
|
|
31773
|
+
font-size: 12px;
|
|
31774
|
+
line-height: 18px;
|
|
31801
31775
|
}
|
|
31802
31776
|
|
|
31803
|
-
.
|
|
31804
|
-
|
|
31805
|
-
|
|
31806
|
-
|
|
31807
|
-
|
|
31777
|
+
.E_lrcmi0v {
|
|
31778
|
+
font-family: Inter;
|
|
31779
|
+
font-style: normal;
|
|
31780
|
+
font-weight: normal;
|
|
31781
|
+
font-size: 16px;
|
|
31782
|
+
line-height: 24px;
|
|
31808
31783
|
}
|
|
31809
31784
|
|
|
31810
|
-
.
|
|
31811
|
-
|
|
31812
|
-
|
|
31813
|
-
|
|
31814
|
-
|
|
31815
|
-
|
|
31816
|
-
border-radius: 50%;
|
|
31817
|
-
margin: 0 4px;
|
|
31785
|
+
.E_lzt43lp {
|
|
31786
|
+
font-family: Inter;
|
|
31787
|
+
font-style: normal;
|
|
31788
|
+
font-weight: bold;
|
|
31789
|
+
font-size: 16px;
|
|
31790
|
+
line-height: 24px;
|
|
31818
31791
|
}
|
|
31819
31792
|
|
|
31820
|
-
.
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
|
|
31824
|
-
|
|
31825
|
-
|
|
31826
|
-
padding: 35px 0 24px;
|
|
31827
|
-
border: none;
|
|
31828
|
-
}
|
|
31829
|
-
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
31830
|
-
font-size: 30px;
|
|
31831
|
-
}
|
|
31832
|
-
.E_m177r7a3 .ant-modal-body {
|
|
31833
|
-
padding: 4px 0 2px;
|
|
31834
|
-
}
|
|
31835
|
-
.E_m177r7a3 .ant-modal-footer {
|
|
31836
|
-
border: none;
|
|
31793
|
+
.E_l5yc9nt {
|
|
31794
|
+
font-family: Inter;
|
|
31795
|
+
font-style: normal;
|
|
31796
|
+
font-weight: normal;
|
|
31797
|
+
font-size: 16px;
|
|
31798
|
+
line-height: 24px;
|
|
31837
31799
|
}
|
|
31838
31800
|
|
|
31839
|
-
.
|
|
31840
|
-
font-
|
|
31841
|
-
|
|
31801
|
+
.E_l1fbkbzo {
|
|
31802
|
+
font-family: Inter;
|
|
31803
|
+
font-style: normal;
|
|
31842
31804
|
font-weight: bold;
|
|
31843
|
-
|
|
31844
|
-
|
|
31845
|
-
border-radius: 4px;
|
|
31846
|
-
display: inline-block;
|
|
31847
|
-
background: var(--t1wwio3v-0);
|
|
31848
|
-
}
|
|
31849
|
-
.E_t1wwio3v:not(:first-child) {
|
|
31850
|
-
margin-left: 4px;
|
|
31805
|
+
font-size: 16px;
|
|
31806
|
+
line-height: 24px;
|
|
31851
31807
|
}
|
|
31852
31808
|
|
|
31853
|
-
.
|
|
31854
|
-
|
|
31855
|
-
|
|
31856
|
-
|
|
31857
|
-
|
|
31858
|
-
|
|
31809
|
+
.E_lahvcax {
|
|
31810
|
+
font-family: Inter;
|
|
31811
|
+
font-style: normal;
|
|
31812
|
+
font-weight: normal;
|
|
31813
|
+
text-transform: uppercase;
|
|
31814
|
+
font-feature-settings: "cpsp" on;
|
|
31815
|
+
font-size: 16px;
|
|
31816
|
+
line-height: 24px;
|
|
31859
31817
|
}
|
|
31860
31818
|
|
|
31861
|
-
.
|
|
31862
|
-
font-
|
|
31819
|
+
.E_l11q3pxd {
|
|
31820
|
+
font-family: Inter;
|
|
31821
|
+
font-style: normal;
|
|
31863
31822
|
font-weight: bold;
|
|
31864
|
-
|
|
31865
|
-
|
|
31866
|
-
|
|
31867
|
-
|
|
31868
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
31869
|
-
border-radius: 4px;
|
|
31823
|
+
text-transform: uppercase;
|
|
31824
|
+
font-feature-settings: "cpsp" on;
|
|
31825
|
+
font-size: 16px;
|
|
31826
|
+
line-height: 24px;
|
|
31870
31827
|
}
|
|
31871
31828
|
|
|
31872
|
-
.
|
|
31873
|
-
|
|
31874
|
-
|
|
31875
|
-
|
|
31876
|
-
|
|
31877
|
-
|
|
31878
|
-
.E_f4mi9eq.form-item-compact {
|
|
31879
|
-
width: 412px;
|
|
31880
|
-
}
|
|
31881
|
-
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
31882
|
-
margin-top: 8px;
|
|
31883
|
-
}
|
|
31884
|
-
.E_f4mi9eq .form-item {
|
|
31885
|
-
width: auto;
|
|
31886
|
-
}
|
|
31887
|
-
.E_f4mi9eq .form-item-main {
|
|
31888
|
-
position: relative;
|
|
31889
|
-
display: flex;
|
|
31890
|
-
}
|
|
31891
|
-
.E_f4mi9eq .form-item-extra {
|
|
31892
|
-
margin-top: 4px;
|
|
31893
|
-
width: 100%;
|
|
31894
|
-
padding: 14px;
|
|
31895
|
-
background: #f2f4f6;
|
|
31896
|
-
font-size: 13px;
|
|
31897
|
-
line-height: 1.8;
|
|
31898
|
-
color: #8e9aa9;
|
|
31899
|
-
}
|
|
31900
|
-
.E_f4mi9eq .form-item-label {
|
|
31901
|
-
padding-right: 12px;
|
|
31902
|
-
font-size: 13px;
|
|
31903
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31829
|
+
.E_lfuc2qu {
|
|
31830
|
+
font-family: Inter;
|
|
31831
|
+
font-style: normal;
|
|
31832
|
+
font-weight: normal;
|
|
31833
|
+
font-size: 14px;
|
|
31834
|
+
line-height: 22px;
|
|
31904
31835
|
}
|
|
31905
|
-
|
|
31906
|
-
|
|
31836
|
+
|
|
31837
|
+
.E_l1jmp8r0 {
|
|
31838
|
+
font-family: Inter;
|
|
31839
|
+
font-style: normal;
|
|
31840
|
+
font-weight: 500;
|
|
31841
|
+
font-size: 14px;
|
|
31842
|
+
line-height: 22px;
|
|
31907
31843
|
}
|
|
31908
|
-
|
|
31909
|
-
.
|
|
31910
|
-
|
|
31844
|
+
|
|
31845
|
+
.E_lcnm221 {
|
|
31846
|
+
font-family: Inter;
|
|
31847
|
+
font-style: normal;
|
|
31848
|
+
font-weight: bold;
|
|
31849
|
+
font-size: 14px;
|
|
31850
|
+
line-height: 22px;
|
|
31911
31851
|
}
|
|
31912
|
-
|
|
31913
|
-
|
|
31852
|
+
|
|
31853
|
+
.E_lu1z2n5 {
|
|
31854
|
+
font-family: Inter;
|
|
31855
|
+
font-style: normal;
|
|
31856
|
+
font-weight: normal;
|
|
31857
|
+
font-size: 14px;
|
|
31858
|
+
line-height: 22px;
|
|
31914
31859
|
}
|
|
31915
|
-
|
|
31916
|
-
|
|
31860
|
+
|
|
31861
|
+
.E_l1r59djn {
|
|
31862
|
+
font-family: Inter;
|
|
31863
|
+
font-style: normal;
|
|
31864
|
+
font-weight: bold;
|
|
31865
|
+
font-size: 14px;
|
|
31866
|
+
line-height: 22px;
|
|
31917
31867
|
}
|
|
31918
|
-
|
|
31919
|
-
|
|
31868
|
+
|
|
31869
|
+
.E_ljm2911 {
|
|
31870
|
+
font-family: Inter;
|
|
31871
|
+
font-style: normal;
|
|
31872
|
+
font-weight: normal;
|
|
31873
|
+
text-transform: uppercase;
|
|
31874
|
+
font-feature-settings: "cpsp" on;
|
|
31875
|
+
font-size: 14px;
|
|
31876
|
+
line-height: 22px;
|
|
31920
31877
|
}
|
|
31921
|
-
|
|
31922
|
-
|
|
31923
|
-
|
|
31924
|
-
|
|
31878
|
+
|
|
31879
|
+
.E_l124mzmr {
|
|
31880
|
+
font-family: Inter;
|
|
31881
|
+
font-style: normal;
|
|
31882
|
+
font-weight: bold;
|
|
31883
|
+
text-transform: uppercase;
|
|
31884
|
+
font-feature-settings: "cpsp" on;
|
|
31885
|
+
font-size: 14px;
|
|
31886
|
+
line-height: 22px;
|
|
31925
31887
|
}
|
|
31926
|
-
|
|
31927
|
-
|
|
31928
|
-
|
|
31929
|
-
|
|
31888
|
+
|
|
31889
|
+
.E_lb3chel {
|
|
31890
|
+
font-family: Inter;
|
|
31891
|
+
font-style: normal;
|
|
31892
|
+
font-weight: normal;
|
|
31893
|
+
font-size: 13px;
|
|
31894
|
+
line-height: 20px;
|
|
31930
31895
|
}
|
|
31931
|
-
|
|
31932
|
-
.
|
|
31933
|
-
|
|
31934
|
-
|
|
31896
|
+
|
|
31897
|
+
.E_lv9jstu {
|
|
31898
|
+
font-family: Inter;
|
|
31899
|
+
font-style: normal;
|
|
31900
|
+
font-weight: 600;
|
|
31901
|
+
font-size: 13px;
|
|
31902
|
+
line-height: 20px;
|
|
31935
31903
|
}
|
|
31936
31904
|
|
|
31937
|
-
.
|
|
31938
|
-
|
|
31905
|
+
.E_lwqlh3x {
|
|
31906
|
+
font-family: Inter;
|
|
31907
|
+
font-style: normal;
|
|
31939
31908
|
font-weight: bold;
|
|
31940
|
-
|
|
31941
|
-
|
|
31942
|
-
margin-bottom: 16px;
|
|
31943
|
-
}
|
|
31944
|
-
.E_fh0ewl8:not(:first-of-type) {
|
|
31945
|
-
margin-top: 16px;
|
|
31909
|
+
font-size: 13px;
|
|
31910
|
+
line-height: 20px;
|
|
31946
31911
|
}
|
|
31947
31912
|
|
|
31948
|
-
.
|
|
31949
|
-
|
|
31950
|
-
|
|
31951
|
-
|
|
31952
|
-
|
|
31953
|
-
|
|
31954
|
-
cursor: pointer;
|
|
31955
|
-
transition: all 200ms ease-out 40ms;
|
|
31956
|
-
}
|
|
31957
|
-
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
31958
|
-
content: "";
|
|
31959
|
-
width: 1px;
|
|
31960
|
-
height: 6px;
|
|
31961
|
-
border-radius: 1px;
|
|
31962
|
-
background: #ccd4e3;
|
|
31963
|
-
position: relative;
|
|
31964
|
-
right: 2px;
|
|
31965
|
-
transform: rotate(-45deg);
|
|
31913
|
+
.E_lalum9y {
|
|
31914
|
+
font-family: Inter;
|
|
31915
|
+
font-style: normal;
|
|
31916
|
+
font-weight: normal;
|
|
31917
|
+
font-size: 13px;
|
|
31918
|
+
line-height: 20px;
|
|
31966
31919
|
}
|
|
31967
|
-
|
|
31968
|
-
|
|
31969
|
-
|
|
31920
|
+
|
|
31921
|
+
.E_l1t6dj5o {
|
|
31922
|
+
font-family: Inter;
|
|
31923
|
+
font-style: normal;
|
|
31924
|
+
font-weight: 600;
|
|
31925
|
+
font-size: 13px;
|
|
31926
|
+
line-height: 20px;
|
|
31970
31927
|
}
|
|
31971
31928
|
|
|
31972
|
-
.
|
|
31973
|
-
|
|
31974
|
-
|
|
31975
|
-
|
|
31929
|
+
.E_l12f6ic {
|
|
31930
|
+
font-family: Inter;
|
|
31931
|
+
font-style: normal;
|
|
31932
|
+
font-weight: bold;
|
|
31933
|
+
font-size: 13px;
|
|
31934
|
+
line-height: 20px;
|
|
31976
31935
|
}
|
|
31977
|
-
|
|
31978
|
-
.
|
|
31979
|
-
|
|
31936
|
+
|
|
31937
|
+
.E_l7gmukq {
|
|
31938
|
+
font-family: Inter;
|
|
31939
|
+
font-style: normal;
|
|
31940
|
+
font-weight: normal;
|
|
31941
|
+
text-transform: uppercase;
|
|
31942
|
+
font-feature-settings: "cpsp" on;
|
|
31943
|
+
font-size: 13px;
|
|
31944
|
+
line-height: 20px;
|
|
31980
31945
|
}
|
|
31981
|
-
|
|
31982
|
-
.
|
|
31983
|
-
|
|
31946
|
+
|
|
31947
|
+
.E_lkwl0yp {
|
|
31948
|
+
font-family: Inter;
|
|
31949
|
+
font-style: normal;
|
|
31950
|
+
font-weight: bold;
|
|
31951
|
+
text-transform: uppercase;
|
|
31952
|
+
font-feature-settings: "cpsp" on;
|
|
31953
|
+
font-size: 13px;
|
|
31954
|
+
line-height: 20px;
|
|
31984
31955
|
}
|
|
31985
31956
|
|
|
31986
|
-
.
|
|
31987
|
-
|
|
31988
|
-
|
|
31989
|
-
|
|
31990
|
-
background: rgba(255, 187, 0, 0.1);
|
|
31991
|
-
border-radius: 6px;
|
|
31992
|
-
color: #e07f00;
|
|
31957
|
+
.E_l10knv48 {
|
|
31958
|
+
font-family: Inter;
|
|
31959
|
+
font-style: normal;
|
|
31960
|
+
font-weight: normal;
|
|
31993
31961
|
font-size: 12px;
|
|
31994
31962
|
line-height: 18px;
|
|
31995
31963
|
}
|
|
31996
|
-
.E_n1k9qi4r .icon-wrapper {
|
|
31997
|
-
margin-right: 10px;
|
|
31998
|
-
height: 18px;
|
|
31999
|
-
}
|
|
32000
31964
|
|
|
32001
|
-
.
|
|
32002
|
-
|
|
32003
|
-
|
|
32004
|
-
|
|
32005
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32006
|
-
border-radius: 6px;
|
|
32007
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31965
|
+
.E_l6526ld {
|
|
31966
|
+
font-family: Inter;
|
|
31967
|
+
font-style: normal;
|
|
31968
|
+
font-weight: 500;
|
|
32008
31969
|
font-size: 12px;
|
|
32009
31970
|
line-height: 18px;
|
|
32010
31971
|
}
|
|
32011
|
-
.E_n16fsg9x .icon-wrapper {
|
|
32012
|
-
margin-right: 10px;
|
|
32013
|
-
height: 18px;
|
|
32014
|
-
}
|
|
32015
31972
|
|
|
32016
|
-
.
|
|
32017
|
-
|
|
32018
|
-
|
|
32019
|
-
|
|
32020
|
-
background: rgba(0, 136, 255, 0.1);
|
|
32021
|
-
border-radius: 6px;
|
|
32022
|
-
color: #005ed1;
|
|
31973
|
+
.E_l1j81vli {
|
|
31974
|
+
font-family: Inter;
|
|
31975
|
+
font-style: normal;
|
|
31976
|
+
font-weight: bold;
|
|
32023
31977
|
font-size: 12px;
|
|
32024
31978
|
line-height: 18px;
|
|
32025
31979
|
}
|
|
32026
|
-
.E_i173wxzw .icon-wrapper {
|
|
32027
|
-
margin-right: 10px;
|
|
32028
|
-
height: 18px;
|
|
32029
|
-
}
|
|
32030
31980
|
|
|
32031
|
-
.
|
|
32032
|
-
|
|
32033
|
-
|
|
31981
|
+
.E_l1x7n1mk {
|
|
31982
|
+
font-family: Inter;
|
|
31983
|
+
font-style: normal;
|
|
31984
|
+
font-weight: normal;
|
|
32034
31985
|
font-size: 12px;
|
|
32035
31986
|
line-height: 18px;
|
|
32036
31987
|
}
|
|
32037
31988
|
|
|
32038
|
-
.
|
|
32039
|
-
|
|
31989
|
+
.E_l9fqufz {
|
|
31990
|
+
font-family: Inter;
|
|
31991
|
+
font-style: normal;
|
|
31992
|
+
font-weight: 500;
|
|
32040
31993
|
font-size: 12px;
|
|
32041
|
-
|
|
31994
|
+
line-height: 18px;
|
|
32042
31995
|
}
|
|
32043
31996
|
|
|
32044
|
-
.
|
|
32045
|
-
|
|
32046
|
-
|
|
32047
|
-
|
|
31997
|
+
.E_l1iwnybd {
|
|
31998
|
+
font-family: Inter;
|
|
31999
|
+
font-style: normal;
|
|
32000
|
+
font-weight: bold;
|
|
32001
|
+
font-size: 12px;
|
|
32002
|
+
line-height: 18px;
|
|
32048
32003
|
}
|
|
32049
|
-
|
|
32050
|
-
|
|
32004
|
+
|
|
32005
|
+
.E_lprtm1e {
|
|
32006
|
+
font-family: Inter;
|
|
32007
|
+
font-style: normal;
|
|
32008
|
+
font-weight: normal;
|
|
32009
|
+
text-transform: uppercase;
|
|
32010
|
+
font-feature-settings: "cpsp" on;
|
|
32011
|
+
font-size: 12px;
|
|
32012
|
+
line-height: 18px;
|
|
32051
32013
|
}
|
|
32052
32014
|
|
|
32053
|
-
.
|
|
32054
|
-
|
|
32015
|
+
.E_l1lln87h {
|
|
32016
|
+
font-family: Inter;
|
|
32017
|
+
font-style: normal;
|
|
32018
|
+
font-weight: bold;
|
|
32019
|
+
text-transform: uppercase;
|
|
32020
|
+
font-feature-settings: "cpsp" on;
|
|
32021
|
+
font-size: 12px;
|
|
32022
|
+
line-height: 18px;
|
|
32055
32023
|
}
|
|
32056
32024
|
|
|
32057
|
-
.
|
|
32058
|
-
|
|
32025
|
+
.E_f2pb48l {
|
|
32026
|
+
font-family: Inter;
|
|
32027
|
+
font-style: normal;
|
|
32028
|
+
font-weight: normal;
|
|
32029
|
+
font-size: 13px;
|
|
32059
32030
|
line-height: 20px;
|
|
32060
|
-
color: #2d3a56;
|
|
32061
|
-
border-radius: 6px;
|
|
32062
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32063
|
-
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32064
32031
|
}
|
|
32065
|
-
|
|
32066
|
-
|
|
32067
|
-
|
|
32032
|
+
|
|
32033
|
+
.E_fi9emkw {
|
|
32034
|
+
font-family: Inter;
|
|
32035
|
+
font-style: normal;
|
|
32036
|
+
font-weight: normal;
|
|
32037
|
+
font-size: 13px;
|
|
32038
|
+
line-height: 20px;
|
|
32068
32039
|
}
|
|
32069
|
-
|
|
32070
|
-
|
|
32040
|
+
|
|
32041
|
+
.E_f1nrg7da {
|
|
32042
|
+
font-family: Inter;
|
|
32043
|
+
font-style: normal;
|
|
32044
|
+
font-weight: normal;
|
|
32045
|
+
font-size: 12px;
|
|
32071
32046
|
line-height: 18px;
|
|
32072
32047
|
}
|
|
32073
|
-
|
|
32074
|
-
|
|
32075
|
-
|
|
32076
|
-
|
|
32048
|
+
|
|
32049
|
+
.E_f17k1i3n {
|
|
32050
|
+
font-family: Inter;
|
|
32051
|
+
font-style: normal;
|
|
32052
|
+
font-weight: normal;
|
|
32053
|
+
font-size: 12px;
|
|
32054
|
+
line-height: 18px;
|
|
32077
32055
|
}
|
|
32078
|
-
|
|
32079
|
-
|
|
32080
|
-
|
|
32081
|
-
|
|
32056
|
+
|
|
32057
|
+
.E_t1tvuj2e {
|
|
32058
|
+
font-family: Inter;
|
|
32059
|
+
font-style: normal;
|
|
32060
|
+
font-weight: normal;
|
|
32061
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32062
|
+
font-size: 13px;
|
|
32063
|
+
line-height: 20px;
|
|
32082
32064
|
}
|
|
32083
|
-
|
|
32084
|
-
|
|
32085
|
-
|
|
32065
|
+
|
|
32066
|
+
.E_t17uajlu {
|
|
32067
|
+
font-family: Inter;
|
|
32068
|
+
font-style: normal;
|
|
32069
|
+
font-weight: normal;
|
|
32070
|
+
font-feature-settings: "zero" on;
|
|
32071
|
+
font-size: 13px;
|
|
32072
|
+
line-height: 20px;
|
|
32086
32073
|
}
|
|
32087
|
-
|
|
32088
|
-
|
|
32089
|
-
|
|
32074
|
+
|
|
32075
|
+
.E_t114zbyz {
|
|
32076
|
+
font-family: Inter;
|
|
32077
|
+
font-style: normal;
|
|
32078
|
+
font-weight: normal;
|
|
32079
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32080
|
+
font-size: 12px;
|
|
32081
|
+
line-height: 18px;
|
|
32090
32082
|
}
|
|
32091
|
-
|
|
32092
|
-
|
|
32093
|
-
|
|
32083
|
+
|
|
32084
|
+
.E_t1il0kvi {
|
|
32085
|
+
font-family: Inter;
|
|
32086
|
+
font-style: normal;
|
|
32087
|
+
font-weight: 500;
|
|
32088
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32089
|
+
font-size: 12px;
|
|
32090
|
+
line-height: 18px;
|
|
32094
32091
|
}
|
|
32095
|
-
|
|
32096
|
-
|
|
32097
|
-
|
|
32098
|
-
|
|
32092
|
+
|
|
32093
|
+
.E_t10dv8p1 {
|
|
32094
|
+
font-family: Inter;
|
|
32095
|
+
font-style: normal;
|
|
32096
|
+
font-weight: normal;
|
|
32097
|
+
font-feature-settings: "zero" on;
|
|
32098
|
+
font-size: 12px;
|
|
32099
|
+
line-height: 18px;
|
|
32099
32100
|
}
|
|
32100
|
-
|
|
32101
|
-
|
|
32102
|
-
|
|
32103
|
-
|
|
32104
|
-
|
|
32105
|
-
|
|
32106
|
-
|
|
32101
|
+
|
|
32102
|
+
.E_tc2oqpq {
|
|
32103
|
+
font-family: Inter;
|
|
32104
|
+
font-style: normal;
|
|
32105
|
+
font-weight: 500;
|
|
32106
|
+
font-feature-settings: "zero" on;
|
|
32107
|
+
font-size: 12px;
|
|
32108
|
+
line-height: 18px;
|
|
32107
32109
|
}
|
|
32108
|
-
|
|
32109
|
-
.
|
|
32110
|
-
|
|
32110
|
+
|
|
32111
|
+
.E_tzvddmc {
|
|
32112
|
+
font-family: Inter;
|
|
32113
|
+
font-style: normal;
|
|
32114
|
+
font-weight: bold;
|
|
32115
|
+
font-feature-settings: "zero" on;
|
|
32116
|
+
font-size: 16px;
|
|
32117
|
+
line-height: 24px;
|
|
32111
32118
|
}
|
|
32112
|
-
|
|
32113
|
-
|
|
32114
|
-
|
|
32119
|
+
|
|
32120
|
+
.E_u18llj45 {
|
|
32121
|
+
font-family: Inter;
|
|
32122
|
+
font-style: normal;
|
|
32123
|
+
font-weight: normal;
|
|
32124
|
+
font-size: 10px;
|
|
32125
|
+
line-height: 12px;
|
|
32115
32126
|
}
|
|
32116
|
-
|
|
32117
|
-
|
|
32118
|
-
|
|
32127
|
+
|
|
32128
|
+
.E_cnujxq2 {
|
|
32129
|
+
display: flex;
|
|
32130
|
+
flex-direction: column;
|
|
32119
32131
|
}
|
|
32120
|
-
|
|
32121
|
-
|
|
32122
|
-
|
|
32132
|
+
|
|
32133
|
+
.E_m7s48ia {
|
|
32134
|
+
max-width: 1120px;
|
|
32135
|
+
width: 100%;
|
|
32136
|
+
margin: 0 auto;
|
|
32137
|
+
height: 100%;
|
|
32123
32138
|
}
|
|
32124
|
-
|
|
32125
|
-
|
|
32126
|
-
|
|
32139
|
+
|
|
32140
|
+
.E_wt5zbg6 {
|
|
32141
|
+
max-width: 1120px;
|
|
32142
|
+
width: 100%;
|
|
32143
|
+
margin: 0 auto;
|
|
32144
|
+
display: flex;
|
|
32127
32145
|
}
|
|
32128
|
-
.
|
|
32129
|
-
|
|
32146
|
+
.E_wt5zbg6 .left,
|
|
32147
|
+
.E_wt5zbg6 .right {
|
|
32148
|
+
flex-grow: 0;
|
|
32149
|
+
flex-shrink: 0;
|
|
32150
|
+
flex-basis: 21%;
|
|
32130
32151
|
}
|
|
32131
|
-
.
|
|
32132
|
-
|
|
32152
|
+
.E_wt5zbg6 .left {
|
|
32153
|
+
display: flex;
|
|
32154
|
+
justify-content: flex-end;
|
|
32155
|
+
padding-right: 44px;
|
|
32133
32156
|
}
|
|
32134
|
-
.
|
|
32135
|
-
|
|
32136
|
-
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32157
|
+
.E_wt5zbg6 .right {
|
|
32158
|
+
padding-left: 44px;
|
|
32137
32159
|
}
|
|
32138
|
-
.
|
|
32139
|
-
|
|
32140
|
-
|
|
32160
|
+
.E_wt5zbg6 .middle {
|
|
32161
|
+
margin-bottom: 40px;
|
|
32162
|
+
flex-grow: 0;
|
|
32163
|
+
flex-shrink: 0;
|
|
32164
|
+
flex-basis: 58%;
|
|
32141
32165
|
}
|
|
32142
|
-
.
|
|
32143
|
-
|
|
32144
|
-
color: rgba(0, 21, 64, 0.3);
|
|
32145
|
-
border-color: rgba(172, 186, 211, 0.6);
|
|
32166
|
+
.E_wt5zbg6 .middle .form-base-field {
|
|
32167
|
+
width: 100%;
|
|
32146
32168
|
}
|
|
32147
|
-
|
|
32148
|
-
|
|
32149
|
-
transition-delay: 50ms;
|
|
32169
|
+
.E_wt5zbg6 .middle .form-base-field .form-base-field {
|
|
32170
|
+
width: auto;
|
|
32150
32171
|
}
|
|
32151
|
-
|
|
32152
|
-
|
|
32153
|
-
|
|
32172
|
+
|
|
32173
|
+
.E_h18jprzg .ant-modal-header {
|
|
32174
|
+
margin: 0 auto;
|
|
32175
|
+
width: 100%;
|
|
32176
|
+
max-width: 648px;
|
|
32154
32177
|
}
|
|
32155
|
-
|
|
32156
|
-
|
|
32178
|
+
.E_h18jprzg .ant-modal-header .ant-modal-title {
|
|
32179
|
+
margin-left: 0;
|
|
32157
32180
|
}
|
|
32158
|
-
|
|
32159
|
-
|
|
32160
|
-
|
|
32181
|
+
.E_h18jprzg .ant-modal-body {
|
|
32182
|
+
margin: 0 auto;
|
|
32183
|
+
padding: 0;
|
|
32184
|
+
width: 100%;
|
|
32185
|
+
max-width: 648px;
|
|
32186
|
+
overflow: hidden;
|
|
32161
32187
|
}
|
|
32162
|
-
|
|
32163
|
-
|
|
32188
|
+
.E_h18jprzg .ant-modal-body .horizontal-steps-wrapper {
|
|
32189
|
+
margin-bottom: 40px;
|
|
32164
32190
|
}
|
|
32165
|
-
|
|
32166
|
-
|
|
32167
|
-
|
|
32191
|
+
.E_h18jprzg .ant-modal-body .horizontal-content-wrapper {
|
|
32192
|
+
height: calc(100vh - 225px);
|
|
32193
|
+
overflow-y: auto;
|
|
32168
32194
|
}
|
|
32169
|
-
|
|
32170
|
-
|
|
32195
|
+
.E_h18jprzg .ant-modal-footer .footer-content {
|
|
32196
|
+
margin: 0 auto;
|
|
32197
|
+
max-width: 648px;
|
|
32171
32198
|
}
|
|
32172
32199
|
|
|
32173
|
-
.
|
|
32174
|
-
|
|
32175
|
-
|
|
32176
|
-
|
|
32177
|
-
.E_k1ci6977.input-tags {
|
|
32178
|
-
position: relative;
|
|
32179
|
-
padding: 6px;
|
|
32180
|
-
height: 32px;
|
|
32181
|
-
cursor: pointer;
|
|
32182
|
-
transition: border 150ms;
|
|
32200
|
+
.E_h16z9xgz .ant-modal-header {
|
|
32201
|
+
margin: 0 auto;
|
|
32202
|
+
width: 100%;
|
|
32203
|
+
max-width: 1024px;
|
|
32183
32204
|
}
|
|
32184
|
-
.
|
|
32185
|
-
|
|
32186
|
-
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32205
|
+
.E_h16z9xgz .ant-modal-header .ant-modal-title {
|
|
32206
|
+
margin-left: 0;
|
|
32187
32207
|
}
|
|
32188
|
-
.
|
|
32189
|
-
|
|
32208
|
+
.E_h16z9xgz .ant-modal-body {
|
|
32209
|
+
margin: 0 auto;
|
|
32210
|
+
padding: 0;
|
|
32211
|
+
width: 100%;
|
|
32212
|
+
max-width: 1024px;
|
|
32213
|
+
overflow: hidden;
|
|
32190
32214
|
}
|
|
32191
|
-
.
|
|
32192
|
-
|
|
32215
|
+
.E_h16z9xgz .ant-modal-body .horizontal-steps-wrapper {
|
|
32216
|
+
margin-bottom: 40px;
|
|
32193
32217
|
}
|
|
32194
|
-
.
|
|
32195
|
-
|
|
32218
|
+
.E_h16z9xgz .ant-modal-body .horizontal-content-wrapper {
|
|
32219
|
+
height: calc(100vh - 225px);
|
|
32220
|
+
overflow-y: auto;
|
|
32196
32221
|
}
|
|
32197
|
-
.
|
|
32198
|
-
|
|
32199
|
-
|
|
32200
|
-
top: 50%;
|
|
32201
|
-
transform: translateY(-50%);
|
|
32222
|
+
.E_h16z9xgz .ant-modal-footer .footer-content {
|
|
32223
|
+
margin: 0 auto;
|
|
32224
|
+
max-width: 1024px;
|
|
32202
32225
|
}
|
|
32203
|
-
|
|
32204
|
-
|
|
32205
|
-
|
|
32206
|
-
cursor: pointer;
|
|
32226
|
+
|
|
32227
|
+
.E_f1lrhghm {
|
|
32228
|
+
flex: 1;
|
|
32207
32229
|
}
|
|
32208
|
-
.
|
|
32209
|
-
|
|
32230
|
+
.E_f1lrhghm label {
|
|
32231
|
+
font-size: 13px;
|
|
32232
|
+
line-height: 20px;
|
|
32233
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32210
32234
|
}
|
|
32211
|
-
.
|
|
32212
|
-
|
|
32213
|
-
|
|
32235
|
+
.E_f1lrhghm .title {
|
|
32236
|
+
font-size: 14px;
|
|
32237
|
+
line-height: 20px;
|
|
32238
|
+
color: #2d3a56;
|
|
32239
|
+
margin-bottom: 12px;
|
|
32214
32240
|
}
|
|
32215
|
-
.
|
|
32216
|
-
|
|
32217
|
-
top: 50%;
|
|
32218
|
-
transform: translateY(-50%);
|
|
32219
|
-
left: -16px;
|
|
32220
|
-
transition: left 150ms ease;
|
|
32221
|
-
opacity: 0;
|
|
32241
|
+
.E_f1lrhghm.connect-cluster .title {
|
|
32242
|
+
padding-bottom: 26px;
|
|
32222
32243
|
}
|
|
32223
|
-
|
|
32224
|
-
|
|
32225
|
-
|
|
32244
|
+
|
|
32245
|
+
.E_f18ot8em {
|
|
32246
|
+
padding: 25px 0 15px 0;
|
|
32247
|
+
border-bottom: 1px solid #e1e5eb;
|
|
32248
|
+
margin-bottom: 16px;
|
|
32226
32249
|
}
|
|
32227
|
-
|
|
32228
|
-
|
|
32229
|
-
|
|
32250
|
+
|
|
32251
|
+
.E_f1l1g2k0 {
|
|
32252
|
+
display: flex;
|
|
32253
|
+
align-items: center;
|
|
32254
|
+
margin-bottom: 8px;
|
|
32230
32255
|
}
|
|
32231
|
-
.
|
|
32232
|
-
|
|
32256
|
+
.E_f1l1g2k0 > label {
|
|
32257
|
+
width: 216px;
|
|
32233
32258
|
}
|
|
32234
|
-
|
|
32235
|
-
|
|
32236
|
-
border-top-right-radius: 0;
|
|
32237
|
-
border-bottom-right-radius: 0;
|
|
32259
|
+
.E_f1l1g2k0 > label + * {
|
|
32260
|
+
width: 100%;
|
|
32238
32261
|
}
|
|
32239
|
-
|
|
32240
|
-
|
|
32241
|
-
border-top-right-radius: 0;
|
|
32242
|
-
border-bottom-right-radius: 0;
|
|
32262
|
+
.E_f1l1g2k0 .ant-select {
|
|
32263
|
+
width: 100%;
|
|
32243
32264
|
}
|
|
32244
32265
|
|
|
32245
|
-
|
|
32246
|
-
|
|
32247
|
-
|
|
32266
|
+
.E_e1k89cwg {
|
|
32267
|
+
color: #e75a3a;
|
|
32268
|
+
margin-right: 10px;
|
|
32248
32269
|
}
|
|
32249
32270
|
|
|
32250
|
-
.
|
|
32251
|
-
|
|
32252
|
-
|
|
32271
|
+
.E_d1oui1gf {
|
|
32272
|
+
width: 100%;
|
|
32273
|
+
height: 1px;
|
|
32274
|
+
background: rgba(213, 219, 227, 0.6);
|
|
32275
|
+
margin: 24px 0;
|
|
32253
32276
|
}
|
|
32254
32277
|
|
|
32255
|
-
.
|
|
32256
|
-
|
|
32257
|
-
|
|
32278
|
+
.E_l15itdbb {
|
|
32279
|
+
display: flex;
|
|
32280
|
+
justify-content: center;
|
|
32281
|
+
align-items: center;
|
|
32282
|
+
height: 100%;
|
|
32258
32283
|
}
|
|
32259
32284
|
|
|
32260
|
-
.
|
|
32261
|
-
|
|
32262
|
-
|
|
32285
|
+
.E_d1y3z4w {
|
|
32286
|
+
display: inline-block;
|
|
32287
|
+
width: 4px;
|
|
32288
|
+
height: 4px;
|
|
32289
|
+
background: #8e9aa9;
|
|
32290
|
+
opacity: 0.4;
|
|
32291
|
+
border-radius: 50%;
|
|
32292
|
+
margin: 0 4px;
|
|
32263
32293
|
}
|
|
32264
32294
|
|
|
32265
|
-
.
|
|
32266
|
-
|
|
32267
|
-
|
|
32295
|
+
.E_m177r7a3 .ant-modal-header,
|
|
32296
|
+
.E_m177r7a3 .ant-modal-footer .footer-content {
|
|
32297
|
+
width: 648px;
|
|
32298
|
+
margin: 0 auto;
|
|
32268
32299
|
}
|
|
32269
|
-
.
|
|
32270
|
-
|
|
32300
|
+
.E_m177r7a3 .ant-modal-header {
|
|
32301
|
+
padding: 35px 0 24px;
|
|
32302
|
+
border: none;
|
|
32271
32303
|
}
|
|
32272
|
-
.
|
|
32273
|
-
|
|
32304
|
+
.E_m177r7a3 .ant-modal-header .ant-modal-title {
|
|
32305
|
+
font-size: 30px;
|
|
32274
32306
|
}
|
|
32275
|
-
.
|
|
32276
|
-
|
|
32307
|
+
.E_m177r7a3 .ant-modal-body {
|
|
32308
|
+
padding: 4px 0 2px;
|
|
32277
32309
|
}
|
|
32278
|
-
.
|
|
32279
|
-
|
|
32310
|
+
.E_m177r7a3 .ant-modal-footer {
|
|
32311
|
+
border: none;
|
|
32280
32312
|
}
|
|
32281
32313
|
|
|
32282
|
-
.
|
|
32283
|
-
font-size:
|
|
32284
|
-
font-weight: 500;
|
|
32285
|
-
color: #3e4652;
|
|
32314
|
+
.E_t1wwio3v {
|
|
32315
|
+
font-size: 12px;
|
|
32286
32316
|
line-height: 18px;
|
|
32317
|
+
font-weight: bold;
|
|
32318
|
+
color: #fff;
|
|
32319
|
+
padding: 0 4px;
|
|
32320
|
+
border-radius: 4px;
|
|
32321
|
+
display: inline-block;
|
|
32322
|
+
background: var(--t1wwio3v-0);
|
|
32287
32323
|
}
|
|
32288
|
-
.
|
|
32289
|
-
margin-
|
|
32290
|
-
}
|
|
32291
|
-
.E_d105ju2d + * {
|
|
32292
|
-
margin-top: 16px;
|
|
32324
|
+
.E_t1wwio3v:not(:first-child) {
|
|
32325
|
+
margin-left: 4px;
|
|
32293
32326
|
}
|
|
32294
32327
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32297
|
-
|
|
32298
|
-
|
|
32328
|
+
.E_f17jvtfk {
|
|
32329
|
+
width: 100%;
|
|
32330
|
+
height: 100%;
|
|
32331
|
+
display: flex;
|
|
32332
|
+
align-items: center;
|
|
32333
|
+
justify-content: center;
|
|
32299
32334
|
}
|
|
32300
32335
|
|
|
32301
|
-
.
|
|
32302
|
-
|
|
32303
|
-
font-weight:
|
|
32304
|
-
|
|
32305
|
-
|
|
32336
|
+
.E_nzppkea {
|
|
32337
|
+
font-size: 90%;
|
|
32338
|
+
font-weight: bold;
|
|
32339
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32340
|
+
padding: 1px 4px 1px;
|
|
32341
|
+
margin-left: 2px;
|
|
32342
|
+
margin-right: 2px;
|
|
32343
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32344
|
+
border-radius: 4px;
|
|
32306
32345
|
}
|
|
32307
32346
|
|
|
32308
|
-
.
|
|
32309
|
-
|
|
32310
|
-
}
|
|
32311
|
-
.E_r1skkc3l span {
|
|
32312
|
-
font-size: 14px;
|
|
32313
|
-
font-weight: 500;
|
|
32314
|
-
line-height: 32px;
|
|
32315
|
-
color: #3e4652;
|
|
32347
|
+
.E_f4mi9eq.form-item-general {
|
|
32348
|
+
width: 640px;
|
|
32316
32349
|
}
|
|
32317
|
-
|
|
32318
|
-
.E_c3cobmo {
|
|
32350
|
+
.E_f4mi9eq.form-item-general.form-item + .E_f4mi9eq.form-item-general.form-item {
|
|
32319
32351
|
margin-top: 16px;
|
|
32320
|
-
padding: 8px;
|
|
32321
|
-
border-radius: 6px;
|
|
32322
|
-
background: rgba(225, 230, 241, 0.6);
|
|
32323
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32324
|
-
font-size: 12px;
|
|
32325
|
-
}
|
|
32326
|
-
.E_c3cobmo div {
|
|
32327
|
-
line-height: 20px;
|
|
32328
|
-
display: flex;
|
|
32329
|
-
align-items: center;
|
|
32330
|
-
word-break: break-all;
|
|
32331
32352
|
}
|
|
32332
|
-
.
|
|
32333
|
-
|
|
32334
|
-
line-height: 18px;
|
|
32335
|
-
margin: 4px 0;
|
|
32353
|
+
.E_f4mi9eq.form-item-compact {
|
|
32354
|
+
width: 412px;
|
|
32336
32355
|
}
|
|
32337
|
-
|
|
32338
|
-
|
|
32339
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
32356
|
+
.E_f4mi9eq.form-item-compact.form-item + .E_f4mi9eq.form-item-compact.form-item {
|
|
32357
|
+
margin-top: 8px;
|
|
32340
32358
|
}
|
|
32341
|
-
|
|
32342
|
-
|
|
32343
|
-
font-family: Inter;
|
|
32344
|
-
font-style: normal;
|
|
32345
|
-
font-weight: bold;
|
|
32346
|
-
font-size: 32px;
|
|
32347
|
-
line-height: 40px;
|
|
32359
|
+
.E_f4mi9eq .form-item {
|
|
32360
|
+
width: auto;
|
|
32348
32361
|
}
|
|
32349
|
-
|
|
32350
|
-
|
|
32351
|
-
|
|
32352
|
-
|
|
32353
|
-
|
|
32354
|
-
|
|
32362
|
+
.E_f4mi9eq .form-item-main {
|
|
32363
|
+
position: relative;
|
|
32364
|
+
display: flex;
|
|
32365
|
+
}
|
|
32366
|
+
.E_f4mi9eq .form-item-extra {
|
|
32367
|
+
margin-top: 4px;
|
|
32368
|
+
width: 100%;
|
|
32369
|
+
padding: 14px;
|
|
32370
|
+
background: #f2f4f6;
|
|
32371
|
+
font-size: 13px;
|
|
32372
|
+
line-height: 1.8;
|
|
32373
|
+
color: #8e9aa9;
|
|
32374
|
+
}
|
|
32375
|
+
.E_f4mi9eq .form-item-label {
|
|
32376
|
+
padding-right: 12px;
|
|
32377
|
+
font-size: 13px;
|
|
32378
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32379
|
+
}
|
|
32380
|
+
.E_f4mi9eq .form-item-label.label-right {
|
|
32381
|
+
text-align: right;
|
|
32382
|
+
}
|
|
32383
|
+
.E_f4mi9eq .form-item-label,
|
|
32384
|
+
.E_f4mi9eq .form-item-control {
|
|
32355
32385
|
line-height: 32px;
|
|
32356
32386
|
}
|
|
32357
|
-
|
|
32358
|
-
|
|
32359
|
-
font-family: Inter;
|
|
32360
|
-
font-style: normal;
|
|
32361
|
-
font-weight: normal;
|
|
32362
|
-
font-size: 32px;
|
|
32363
|
-
line-height: 40px;
|
|
32387
|
+
.E_f4mi9eq .form-item-control .form-item-error {
|
|
32388
|
+
line-height: 18px;
|
|
32364
32389
|
}
|
|
32365
|
-
|
|
32366
|
-
|
|
32367
|
-
font-family: Inter;
|
|
32368
|
-
font-style: normal;
|
|
32369
|
-
font-weight: bold;
|
|
32370
|
-
font-size: 20px;
|
|
32371
|
-
line-height: 24px;
|
|
32390
|
+
.E_f4mi9eq .form-item-children {
|
|
32391
|
+
width: 100%;
|
|
32372
32392
|
}
|
|
32373
|
-
|
|
32374
|
-
|
|
32375
|
-
font-family: Inter;
|
|
32376
|
-
font-style: normal;
|
|
32377
|
-
font-weight: normal;
|
|
32378
|
-
font-size: 20px;
|
|
32379
|
-
line-height: 24px;
|
|
32393
|
+
.E_f4mi9eq .form-item-children > *:only-child.ant-select, .E_f4mi9eq .form-item-children > *:only-child.ant-radio-group, .E_f4mi9eq .form-item-children > *:only-child.ant-checkbox-group {
|
|
32394
|
+
width: 100%;
|
|
32380
32395
|
}
|
|
32381
|
-
|
|
32382
|
-
|
|
32383
|
-
|
|
32384
|
-
|
|
32385
|
-
font-weight: bold;
|
|
32386
|
-
font-size: 18px;
|
|
32387
|
-
line-height: 22px;
|
|
32396
|
+
.E_f4mi9eq .form-item-error {
|
|
32397
|
+
color: #e75a3a;
|
|
32398
|
+
height: 0;
|
|
32399
|
+
overflow: hidden;
|
|
32388
32400
|
}
|
|
32389
|
-
|
|
32390
|
-
|
|
32391
|
-
|
|
32392
|
-
|
|
32393
|
-
|
|
32394
|
-
|
|
32395
|
-
|
|
32401
|
+
.E_f4mi9eq .form-item-error-enter-done {
|
|
32402
|
+
margin-top: 4px;
|
|
32403
|
+
height: auto;
|
|
32404
|
+
overflow: auto;
|
|
32405
|
+
}
|
|
32406
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error > input:not(.ant-input),
|
|
32407
|
+
.E_f4mi9eq.form-base-field:not(.form-base-field-array) .form-item-control.field-error .form-item-error :not(.ant-select) input {
|
|
32408
|
+
border: 1px solid #e75a3a;
|
|
32409
|
+
color: #e75a3a;
|
|
32396
32410
|
}
|
|
32397
32411
|
|
|
32398
|
-
.
|
|
32399
|
-
|
|
32400
|
-
font-style: normal;
|
|
32412
|
+
.E_fh0ewl8 {
|
|
32413
|
+
color: #2d3a56;
|
|
32401
32414
|
font-weight: bold;
|
|
32402
|
-
|
|
32403
|
-
|
|
32415
|
+
padding-bottom: 6px;
|
|
32416
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
32417
|
+
margin-bottom: 16px;
|
|
32404
32418
|
}
|
|
32405
|
-
|
|
32406
|
-
|
|
32407
|
-
font-family: Inter;
|
|
32408
|
-
font-style: normal;
|
|
32409
|
-
font-weight: normal;
|
|
32410
|
-
font-size: 16px;
|
|
32411
|
-
line-height: 22px;
|
|
32419
|
+
.E_fh0ewl8:not(:first-of-type) {
|
|
32420
|
+
margin-top: 16px;
|
|
32412
32421
|
}
|
|
32413
32422
|
|
|
32414
|
-
.
|
|
32415
|
-
|
|
32416
|
-
|
|
32417
|
-
|
|
32418
|
-
|
|
32419
|
-
|
|
32423
|
+
.E_e1qrlvot {
|
|
32424
|
+
width: 8px;
|
|
32425
|
+
height: 24px;
|
|
32426
|
+
display: flex;
|
|
32427
|
+
justify-content: center;
|
|
32428
|
+
align-items: center;
|
|
32429
|
+
cursor: pointer;
|
|
32430
|
+
transition: all 200ms ease-out 40ms;
|
|
32431
|
+
}
|
|
32432
|
+
.E_e1qrlvot:before, .E_e1qrlvot:after {
|
|
32433
|
+
content: "";
|
|
32434
|
+
width: 1px;
|
|
32435
|
+
height: 6px;
|
|
32436
|
+
border-radius: 1px;
|
|
32437
|
+
background: #ccd4e3;
|
|
32438
|
+
position: relative;
|
|
32439
|
+
right: 2px;
|
|
32440
|
+
transform: rotate(-45deg);
|
|
32441
|
+
}
|
|
32442
|
+
.E_e1qrlvot:after {
|
|
32443
|
+
transform: rotate(45deg);
|
|
32444
|
+
left: 1px;
|
|
32420
32445
|
}
|
|
32421
32446
|
|
|
32422
|
-
.
|
|
32423
|
-
|
|
32424
|
-
|
|
32425
|
-
|
|
32426
|
-
|
|
32427
|
-
|
|
32447
|
+
.E_w9ic984.ant-alert-warning {
|
|
32448
|
+
border: 0;
|
|
32449
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32450
|
+
border-radius: 6px;
|
|
32451
|
+
}
|
|
32452
|
+
.E_w9ic984.ant-alert,
|
|
32453
|
+
.E_w9ic984 .ant-alert-message {
|
|
32454
|
+
color: #e07f00;
|
|
32455
|
+
}
|
|
32456
|
+
.E_w9ic984.ant-alert .dashed-border-bottom,
|
|
32457
|
+
.E_w9ic984 .ant-alert-message .dashed-border-bottom {
|
|
32458
|
+
border-bottom-color: #e07f00;
|
|
32428
32459
|
}
|
|
32429
32460
|
|
|
32430
|
-
.
|
|
32431
|
-
|
|
32432
|
-
|
|
32433
|
-
|
|
32461
|
+
.E_n1k9qi4r {
|
|
32462
|
+
display: flex;
|
|
32463
|
+
flex-direction: row;
|
|
32464
|
+
padding: 7px 12px;
|
|
32465
|
+
background: rgba(255, 187, 0, 0.1);
|
|
32466
|
+
border-radius: 6px;
|
|
32467
|
+
color: #e07f00;
|
|
32434
32468
|
font-size: 12px;
|
|
32435
32469
|
line-height: 18px;
|
|
32436
32470
|
}
|
|
32471
|
+
.E_n1k9qi4r .icon-wrapper {
|
|
32472
|
+
margin-right: 10px;
|
|
32473
|
+
height: 18px;
|
|
32474
|
+
}
|
|
32437
32475
|
|
|
32438
|
-
.
|
|
32439
|
-
|
|
32440
|
-
|
|
32441
|
-
|
|
32476
|
+
.E_n16fsg9x {
|
|
32477
|
+
display: flex;
|
|
32478
|
+
flex-direction: row;
|
|
32479
|
+
padding: 7px 12px;
|
|
32480
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32481
|
+
border-radius: 6px;
|
|
32482
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32442
32483
|
font-size: 12px;
|
|
32443
32484
|
line-height: 18px;
|
|
32444
32485
|
}
|
|
32486
|
+
.E_n16fsg9x .icon-wrapper {
|
|
32487
|
+
margin-right: 10px;
|
|
32488
|
+
height: 18px;
|
|
32489
|
+
}
|
|
32445
32490
|
|
|
32446
|
-
.
|
|
32447
|
-
|
|
32448
|
-
|
|
32449
|
-
|
|
32450
|
-
|
|
32451
|
-
|
|
32491
|
+
.E_i173wxzw {
|
|
32492
|
+
display: flex;
|
|
32493
|
+
flex-direction: row;
|
|
32494
|
+
padding: 7px 12px;
|
|
32495
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32496
|
+
border-radius: 6px;
|
|
32497
|
+
color: #005ed1;
|
|
32452
32498
|
font-size: 12px;
|
|
32453
32499
|
line-height: 18px;
|
|
32454
32500
|
}
|
|
32501
|
+
.E_i173wxzw .icon-wrapper {
|
|
32502
|
+
margin-right: 10px;
|
|
32503
|
+
height: 18px;
|
|
32504
|
+
}
|
|
32455
32505
|
|
|
32456
|
-
.
|
|
32457
|
-
|
|
32458
|
-
|
|
32459
|
-
font-weight: normal;
|
|
32460
|
-
text-transform: uppercase;
|
|
32461
|
-
font-feature-settings: "cpsp" on;
|
|
32506
|
+
.E_dld369h {
|
|
32507
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32508
|
+
margin-top: 5px;
|
|
32462
32509
|
font-size: 12px;
|
|
32463
32510
|
line-height: 18px;
|
|
32464
32511
|
}
|
|
32465
32512
|
|
|
32466
|
-
.
|
|
32467
|
-
|
|
32468
|
-
font-
|
|
32469
|
-
|
|
32470
|
-
font-size: 16px;
|
|
32471
|
-
line-height: 24px;
|
|
32472
|
-
}
|
|
32473
|
-
|
|
32474
|
-
.E_lzt43lp {
|
|
32475
|
-
font-family: Inter;
|
|
32476
|
-
font-style: normal;
|
|
32477
|
-
font-weight: bold;
|
|
32478
|
-
font-size: 16px;
|
|
32479
|
-
line-height: 24px;
|
|
32513
|
+
.E_s1epv22q {
|
|
32514
|
+
color: #f0483e;
|
|
32515
|
+
font-size: 12px;
|
|
32516
|
+
white-space: pre-wrap;
|
|
32480
32517
|
}
|
|
32481
32518
|
|
|
32482
|
-
.
|
|
32483
|
-
|
|
32484
|
-
|
|
32485
|
-
|
|
32486
|
-
font-size: 16px;
|
|
32487
|
-
line-height: 24px;
|
|
32519
|
+
.E_okus5hk {
|
|
32520
|
+
display: flex;
|
|
32521
|
+
align-items: center;
|
|
32522
|
+
justify-content: flex-end;
|
|
32488
32523
|
}
|
|
32489
|
-
|
|
32490
|
-
|
|
32491
|
-
font-family: Inter;
|
|
32492
|
-
font-style: normal;
|
|
32493
|
-
font-weight: bold;
|
|
32494
|
-
font-size: 16px;
|
|
32495
|
-
line-height: 24px;
|
|
32524
|
+
.E_okus5hk .icon-wrapper {
|
|
32525
|
+
margin-right: 16px;
|
|
32496
32526
|
}
|
|
32497
32527
|
|
|
32498
|
-
.
|
|
32499
|
-
|
|
32500
|
-
font-style: normal;
|
|
32501
|
-
font-weight: normal;
|
|
32502
|
-
text-transform: uppercase;
|
|
32503
|
-
font-feature-settings: "cpsp" on;
|
|
32504
|
-
font-size: 16px;
|
|
32505
|
-
line-height: 24px;
|
|
32528
|
+
.E_t1auuzri {
|
|
32529
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32506
32530
|
}
|
|
32507
32531
|
|
|
32508
|
-
.
|
|
32509
|
-
|
|
32510
|
-
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
|
|
32514
|
-
|
|
32515
|
-
line-height: 24px;
|
|
32532
|
+
.E_i74cfyt.ant-input {
|
|
32533
|
+
padding: 5px 12px;
|
|
32534
|
+
line-height: 20px;
|
|
32535
|
+
color: #2d3a56;
|
|
32536
|
+
border-radius: 6px;
|
|
32537
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32538
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32516
32539
|
}
|
|
32517
|
-
|
|
32518
|
-
|
|
32519
|
-
font-family: Inter;
|
|
32520
|
-
font-style: normal;
|
|
32521
|
-
font-weight: normal;
|
|
32522
|
-
font-size: 14px;
|
|
32540
|
+
.E_i74cfyt.ant-input.ant-input-lg {
|
|
32541
|
+
padding: 8px 16px;
|
|
32523
32542
|
line-height: 22px;
|
|
32524
32543
|
}
|
|
32525
|
-
|
|
32526
|
-
|
|
32527
|
-
|
|
32528
|
-
font-style: normal;
|
|
32529
|
-
font-weight: 500;
|
|
32530
|
-
font-size: 14px;
|
|
32531
|
-
line-height: 22px;
|
|
32544
|
+
.E_i74cfyt.ant-input.ant-input-sm {
|
|
32545
|
+
padding: 2px 8px;
|
|
32546
|
+
line-height: 18px;
|
|
32532
32547
|
}
|
|
32533
|
-
|
|
32534
|
-
.
|
|
32535
|
-
|
|
32536
|
-
|
|
32537
|
-
font-weight: bold;
|
|
32538
|
-
font-size: 14px;
|
|
32539
|
-
line-height: 22px;
|
|
32548
|
+
.E_i74cfyt.ant-input:not([disabled]):hover, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number:not([disabled]):hover, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
32549
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32550
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32551
|
+
z-index: 1;
|
|
32540
32552
|
}
|
|
32541
|
-
|
|
32542
|
-
|
|
32543
|
-
|
|
32544
|
-
|
|
32545
|
-
|
|
32546
|
-
|
|
32553
|
+
.E_i74cfyt.ant-input:not([disabled]):active, .E_i74cfyt.ant-input:not([disabled]):focus, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number:not([disabled]):active, .E_i74cfyt.ant-input-number:not([disabled]):focus, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
32554
|
+
border-color: #0096ff;
|
|
32555
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32556
|
+
z-index: 1;
|
|
32557
|
+
}
|
|
32558
|
+
.E_i74cfyt.ant-input.error:not([disabled]), .E_i74cfyt.ant-picker.error:not([disabled]), .E_i74cfyt.ant-input-number.error:not([disabled]) {
|
|
32559
|
+
border-color: #e75a3a;
|
|
32560
|
+
color: #e75a3a;
|
|
32561
|
+
}
|
|
32562
|
+
.E_i74cfyt.ant-input.error:not([disabled]):hover, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-picker.error:not([disabled]):hover, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-hover, .E_i74cfyt.ant-input-number.error:not([disabled]):hover, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-hover {
|
|
32563
|
+
border-color: #e75a3a;
|
|
32564
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32565
|
+
}
|
|
32566
|
+
.E_i74cfyt.ant-input.error:not([disabled]):active, .E_i74cfyt.ant-input.error:not([disabled]):focus, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-picker.error:not([disabled]):active, .E_i74cfyt.ant-picker.error:not([disabled]):focus, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-picker.error:not([disabled]).__pseudo-states-focus, .E_i74cfyt.ant-input-number.error:not([disabled]):active, .E_i74cfyt.ant-input-number.error:not([disabled]):focus, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-active, .E_i74cfyt.ant-input-number.error:not([disabled]).__pseudo-states-focus {
|
|
32567
|
+
border-color: #e75a3a;
|
|
32568
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32569
|
+
}
|
|
32570
|
+
.E_i74cfyt.ant-input[disabled], .E_i74cfyt.ant-input.ant-input-disabled, .E_i74cfyt.ant-input-number[disabled], .E_i74cfyt.ant-input-number.ant-input-number-disabled {
|
|
32571
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32572
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32573
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32574
|
+
}
|
|
32575
|
+
.E_i74cfyt.ant-input-affix-wrapper {
|
|
32576
|
+
padding: 5px 12px;
|
|
32577
|
+
border-radius: 6px;
|
|
32578
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32579
|
+
line-height: 20px;
|
|
32580
|
+
color: #2d3a56;
|
|
32581
|
+
transition: height 240ms ease 8ms, border 160ms ease 8ms, box-shadow 160ms ease 8ms;
|
|
32582
|
+
}
|
|
32583
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-suffix,
|
|
32584
|
+
.E_i74cfyt.ant-input-affix-wrapper .ant-input-prefix {
|
|
32585
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32586
|
+
}
|
|
32587
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
|
|
32588
|
+
padding: 8px 16px;
|
|
32547
32589
|
line-height: 22px;
|
|
32548
32590
|
}
|
|
32591
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-sm {
|
|
32592
|
+
padding: 2px 8px;
|
|
32593
|
+
line-height: 18px;
|
|
32594
|
+
}
|
|
32595
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32596
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
32597
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32598
|
+
}
|
|
32599
|
+
.E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32600
|
+
border-color: #0096ff;
|
|
32601
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32602
|
+
}
|
|
32603
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) {
|
|
32604
|
+
border-color: #e75a3a;
|
|
32605
|
+
}
|
|
32606
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled) > .ant-input {
|
|
32607
|
+
color: #e75a3a;
|
|
32608
|
+
}
|
|
32609
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):hover, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-hover {
|
|
32610
|
+
border-color: #e75a3a;
|
|
32611
|
+
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
32612
|
+
}
|
|
32613
|
+
.E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled):focus, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).ant-input-affix-wrapper-focused, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-active, .E_i74cfyt.ant-input-affix-wrapper.error:not(.ant-input-affix-wrapper-disabled).__pseudo-states-focus {
|
|
32614
|
+
border-color: #e75a3a;
|
|
32615
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32616
|
+
}
|
|
32617
|
+
.E_i74cfyt.ant-input-affix-wrapper.ant-input-affix-wrapper-disabled {
|
|
32618
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32619
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32620
|
+
border-color: rgba(172, 186, 211, 0.6);
|
|
32621
|
+
}
|
|
32622
|
+
textarea.E_i74cfyt.ant-input {
|
|
32623
|
+
transition-property: height;
|
|
32624
|
+
transition-delay: 50ms;
|
|
32625
|
+
}
|
|
32626
|
+
textarea.E_i74cfyt.ant-input.textarea-large {
|
|
32627
|
+
min-height: 40px;
|
|
32628
|
+
height: 40px;
|
|
32629
|
+
}
|
|
32630
|
+
textarea.E_i74cfyt.ant-input.textarea-large:focus {
|
|
32631
|
+
height: 80px;
|
|
32632
|
+
}
|
|
32633
|
+
textarea.E_i74cfyt.ant-input.textarea-middle {
|
|
32634
|
+
min-height: 32px;
|
|
32635
|
+
height: 32px;
|
|
32636
|
+
}
|
|
32637
|
+
textarea.E_i74cfyt.ant-input.textarea-middle:focus {
|
|
32638
|
+
height: 64px;
|
|
32639
|
+
}
|
|
32640
|
+
textarea.E_i74cfyt.ant-input.textarea-small {
|
|
32641
|
+
min-height: 24px;
|
|
32642
|
+
height: 24px;
|
|
32643
|
+
}
|
|
32644
|
+
textarea.E_i74cfyt.ant-input.textarea-small:focus {
|
|
32645
|
+
height: 40px;
|
|
32646
|
+
}
|
|
32549
32647
|
|
|
32550
|
-
.
|
|
32551
|
-
|
|
32552
|
-
|
|
32553
|
-
font-weight: bold;
|
|
32554
|
-
font-size: 14px;
|
|
32555
|
-
line-height: 22px;
|
|
32648
|
+
.E_k1ci6977 input, .E_k1ci6977.input-tags {
|
|
32649
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32650
|
+
border-radius: 4px;
|
|
32556
32651
|
}
|
|
32557
|
-
|
|
32558
|
-
|
|
32559
|
-
|
|
32560
|
-
|
|
32561
|
-
|
|
32562
|
-
|
|
32563
|
-
font-feature-settings: "cpsp" on;
|
|
32564
|
-
font-size: 14px;
|
|
32565
|
-
line-height: 22px;
|
|
32652
|
+
.E_k1ci6977.input-tags {
|
|
32653
|
+
position: relative;
|
|
32654
|
+
padding: 6px;
|
|
32655
|
+
height: 32px;
|
|
32656
|
+
cursor: pointer;
|
|
32657
|
+
transition: border 150ms;
|
|
32566
32658
|
}
|
|
32567
|
-
|
|
32568
|
-
|
|
32569
|
-
|
|
32570
|
-
font-style: normal;
|
|
32571
|
-
font-weight: bold;
|
|
32572
|
-
text-transform: uppercase;
|
|
32573
|
-
font-feature-settings: "cpsp" on;
|
|
32574
|
-
font-size: 14px;
|
|
32575
|
-
line-height: 22px;
|
|
32659
|
+
.E_k1ci6977.input-tags:hover {
|
|
32660
|
+
border-color: #0080ff;
|
|
32661
|
+
box-shadow: 0 0 0px 2px rgba(0, 128, 255, 0.1);
|
|
32576
32662
|
}
|
|
32577
|
-
|
|
32578
|
-
|
|
32579
|
-
font-family: Inter;
|
|
32580
|
-
font-style: normal;
|
|
32581
|
-
font-weight: normal;
|
|
32582
|
-
font-size: 13px;
|
|
32583
|
-
line-height: 20px;
|
|
32663
|
+
.E_k1ci6977.input-tags.kit-input-suffix-wrapper {
|
|
32664
|
+
padding-right: 30px;
|
|
32584
32665
|
}
|
|
32585
|
-
|
|
32586
|
-
|
|
32587
|
-
font-family: Inter;
|
|
32588
|
-
font-style: normal;
|
|
32589
|
-
font-weight: 600;
|
|
32590
|
-
font-size: 13px;
|
|
32591
|
-
line-height: 20px;
|
|
32666
|
+
.E_k1ci6977.input-tags .input-tags-inner {
|
|
32667
|
+
display: flex;
|
|
32592
32668
|
}
|
|
32593
|
-
|
|
32594
|
-
|
|
32595
|
-
font-family: Inter;
|
|
32596
|
-
font-style: normal;
|
|
32597
|
-
font-weight: bold;
|
|
32598
|
-
font-size: 13px;
|
|
32599
|
-
line-height: 20px;
|
|
32669
|
+
.E_k1ci6977.input-tags .input-tags-inner .tags-overflow-auto {
|
|
32670
|
+
display: flex;
|
|
32600
32671
|
}
|
|
32601
|
-
|
|
32602
|
-
|
|
32603
|
-
|
|
32604
|
-
|
|
32605
|
-
|
|
32606
|
-
font-size: 13px;
|
|
32607
|
-
line-height: 20px;
|
|
32672
|
+
.E_k1ci6977.input-tags .input-tag-suffix {
|
|
32673
|
+
position: absolute;
|
|
32674
|
+
right: 12px;
|
|
32675
|
+
top: 50%;
|
|
32676
|
+
transform: translateY(-50%);
|
|
32608
32677
|
}
|
|
32609
|
-
|
|
32610
|
-
.
|
|
32611
|
-
font-
|
|
32612
|
-
|
|
32613
|
-
font-weight: 600;
|
|
32614
|
-
font-size: 13px;
|
|
32615
|
-
line-height: 20px;
|
|
32678
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle {
|
|
32679
|
+
color: rgba(0, 0, 0, 0.25);
|
|
32680
|
+
font-size: 12px;
|
|
32681
|
+
cursor: pointer;
|
|
32616
32682
|
}
|
|
32617
|
-
|
|
32618
|
-
.
|
|
32619
|
-
font-family: Inter;
|
|
32620
|
-
font-style: normal;
|
|
32621
|
-
font-weight: bold;
|
|
32622
|
-
font-size: 13px;
|
|
32623
|
-
line-height: 20px;
|
|
32683
|
+
.E_k1ci6977.input-tags .input-tag-suffix .anticon-close-circle:hover {
|
|
32684
|
+
color: rgba(0, 0, 0, 0.45);
|
|
32624
32685
|
}
|
|
32625
|
-
|
|
32626
|
-
|
|
32627
|
-
|
|
32628
|
-
font-style: normal;
|
|
32629
|
-
font-weight: normal;
|
|
32630
|
-
text-transform: uppercase;
|
|
32631
|
-
font-feature-settings: "cpsp" on;
|
|
32632
|
-
font-size: 13px;
|
|
32633
|
-
line-height: 20px;
|
|
32686
|
+
.E_k1ci6977.has-focus-indicator {
|
|
32687
|
+
position: relative;
|
|
32688
|
+
overflow: hidden;
|
|
32634
32689
|
}
|
|
32635
|
-
|
|
32636
|
-
|
|
32637
|
-
|
|
32638
|
-
|
|
32639
|
-
|
|
32640
|
-
|
|
32641
|
-
|
|
32642
|
-
font-size: 13px;
|
|
32643
|
-
line-height: 20px;
|
|
32690
|
+
.E_k1ci6977.has-focus-indicator .ant-input-prefix {
|
|
32691
|
+
position: absolute;
|
|
32692
|
+
top: 50%;
|
|
32693
|
+
transform: translateY(-50%);
|
|
32694
|
+
left: -16px;
|
|
32695
|
+
transition: left 150ms ease;
|
|
32696
|
+
opacity: 0;
|
|
32644
32697
|
}
|
|
32645
|
-
|
|
32646
|
-
|
|
32647
|
-
|
|
32648
|
-
font-style: normal;
|
|
32649
|
-
font-weight: normal;
|
|
32650
|
-
font-size: 12px;
|
|
32651
|
-
line-height: 18px;
|
|
32698
|
+
.E_k1ci6977.has-focus-indicator.ant-input-affix-wrapper-focused .ant-input-prefix {
|
|
32699
|
+
left: 8px;
|
|
32700
|
+
opacity: 1;
|
|
32652
32701
|
}
|
|
32653
|
-
|
|
32654
|
-
|
|
32655
|
-
|
|
32656
|
-
font-style: normal;
|
|
32657
|
-
font-weight: 500;
|
|
32658
|
-
font-size: 12px;
|
|
32659
|
-
line-height: 18px;
|
|
32702
|
+
.E_k1ci6977.has-focus-indicator input {
|
|
32703
|
+
transition: margin-left 150ms ease;
|
|
32704
|
+
margin-left: 0px;
|
|
32660
32705
|
}
|
|
32661
|
-
|
|
32662
|
-
|
|
32663
|
-
font-family: Inter;
|
|
32664
|
-
font-style: normal;
|
|
32665
|
-
font-weight: bold;
|
|
32666
|
-
font-size: 12px;
|
|
32667
|
-
line-height: 18px;
|
|
32706
|
+
.E_k1ci6977.has-focus-indicator input:focus {
|
|
32707
|
+
margin-left: 16px;
|
|
32668
32708
|
}
|
|
32669
32709
|
|
|
32670
|
-
.
|
|
32671
|
-
|
|
32672
|
-
|
|
32673
|
-
font-weight: normal;
|
|
32674
|
-
font-size: 12px;
|
|
32675
|
-
line-height: 18px;
|
|
32710
|
+
input.E_l1f7td1d.ant-input {
|
|
32711
|
+
border-top-right-radius: 0;
|
|
32712
|
+
border-bottom-right-radius: 0;
|
|
32676
32713
|
}
|
|
32677
32714
|
|
|
32678
|
-
.
|
|
32679
|
-
|
|
32680
|
-
|
|
32681
|
-
font-weight: 500;
|
|
32682
|
-
font-size: 12px;
|
|
32683
|
-
line-height: 18px;
|
|
32715
|
+
.E_l1f7td1d.ant-input-affix-wrapper {
|
|
32716
|
+
border-top-right-radius: 0;
|
|
32717
|
+
border-bottom-right-radius: 0;
|
|
32684
32718
|
}
|
|
32685
32719
|
|
|
32686
|
-
.
|
|
32687
|
-
|
|
32688
|
-
|
|
32689
|
-
font-weight: bold;
|
|
32690
|
-
font-size: 12px;
|
|
32691
|
-
line-height: 18px;
|
|
32720
|
+
input.E_rf8rlle.ant-input {
|
|
32721
|
+
border-top-left-radius: 0;
|
|
32722
|
+
border-bottom-left-radius: 0;
|
|
32692
32723
|
}
|
|
32693
32724
|
|
|
32694
|
-
.
|
|
32695
|
-
|
|
32696
|
-
|
|
32697
|
-
font-weight: normal;
|
|
32698
|
-
text-transform: uppercase;
|
|
32699
|
-
font-feature-settings: "cpsp" on;
|
|
32700
|
-
font-size: 12px;
|
|
32701
|
-
line-height: 18px;
|
|
32725
|
+
.E_rf8rlle.ant-input-affix-wrapper {
|
|
32726
|
+
border-top-left-radius: 0;
|
|
32727
|
+
border-bottom-left-radius: 0;
|
|
32702
32728
|
}
|
|
32703
32729
|
|
|
32704
|
-
.
|
|
32705
|
-
|
|
32706
|
-
|
|
32707
|
-
font-weight: bold;
|
|
32708
|
-
text-transform: uppercase;
|
|
32709
|
-
font-feature-settings: "cpsp" on;
|
|
32710
|
-
font-size: 12px;
|
|
32711
|
-
line-height: 18px;
|
|
32730
|
+
.E_llt2k48.ant-select, .E_llt2k48.ant-select .ant-select-selector {
|
|
32731
|
+
border-top-right-radius: 0;
|
|
32732
|
+
border-bottom-right-radius: 0;
|
|
32712
32733
|
}
|
|
32713
32734
|
|
|
32714
|
-
.
|
|
32715
|
-
|
|
32716
|
-
|
|
32717
|
-
font-weight: normal;
|
|
32718
|
-
font-size: 13px;
|
|
32719
|
-
line-height: 20px;
|
|
32735
|
+
.E_rdwz7eh.ant-select, .E_rdwz7eh.ant-select .ant-select-selector {
|
|
32736
|
+
border-top-left-radius: 0;
|
|
32737
|
+
border-bottom-left-radius: 0;
|
|
32720
32738
|
}
|
|
32721
32739
|
|
|
32722
|
-
.
|
|
32723
|
-
|
|
32724
|
-
|
|
32725
|
-
font-weight: normal;
|
|
32726
|
-
font-size: 13px;
|
|
32727
|
-
line-height: 20px;
|
|
32740
|
+
.E_c3ni091 {
|
|
32741
|
+
display: flex;
|
|
32742
|
+
flex-direction: column;
|
|
32728
32743
|
}
|
|
32729
|
-
|
|
32730
|
-
|
|
32731
|
-
font-family: Inter;
|
|
32732
|
-
font-style: normal;
|
|
32733
|
-
font-weight: normal;
|
|
32734
|
-
font-size: 12px;
|
|
32735
|
-
line-height: 18px;
|
|
32744
|
+
.E_c3ni091 .select-wrapper {
|
|
32745
|
+
margin-top: 12px;
|
|
32736
32746
|
}
|
|
32737
|
-
|
|
32738
|
-
|
|
32739
|
-
font-family: Inter;
|
|
32740
|
-
font-style: normal;
|
|
32741
|
-
font-weight: normal;
|
|
32742
|
-
font-size: 12px;
|
|
32743
|
-
line-height: 18px;
|
|
32747
|
+
.E_c3ni091 .select-wrapper .select {
|
|
32748
|
+
width: 100%;
|
|
32744
32749
|
}
|
|
32745
|
-
|
|
32746
|
-
|
|
32747
|
-
font-family: Inter;
|
|
32748
|
-
font-style: normal;
|
|
32749
|
-
font-weight: normal;
|
|
32750
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32751
|
-
font-size: 13px;
|
|
32752
|
-
line-height: 20px;
|
|
32750
|
+
.E_c3ni091 .radio-wrapper {
|
|
32751
|
+
margin-top: 24px;
|
|
32753
32752
|
}
|
|
32754
|
-
|
|
32755
|
-
|
|
32756
|
-
font-family: Inter;
|
|
32757
|
-
font-style: normal;
|
|
32758
|
-
font-weight: normal;
|
|
32759
|
-
font-feature-settings: "zero" on;
|
|
32760
|
-
font-size: 13px;
|
|
32761
|
-
line-height: 20px;
|
|
32753
|
+
.E_c3ni091 div.form-item {
|
|
32754
|
+
width: 100%;
|
|
32762
32755
|
}
|
|
32763
32756
|
|
|
32764
|
-
.
|
|
32765
|
-
font-
|
|
32766
|
-
font-
|
|
32767
|
-
|
|
32768
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32769
|
-
font-size: 12px;
|
|
32757
|
+
.E_d105ju2d {
|
|
32758
|
+
font-size: 14px;
|
|
32759
|
+
font-weight: 500;
|
|
32760
|
+
color: #3e4652;
|
|
32770
32761
|
line-height: 18px;
|
|
32771
32762
|
}
|
|
32763
|
+
.E_d105ju2d + .E_d105ju2d {
|
|
32764
|
+
margin-top: 16px;
|
|
32765
|
+
}
|
|
32766
|
+
.E_d105ju2d + * {
|
|
32767
|
+
margin-top: 16px;
|
|
32768
|
+
}
|
|
32772
32769
|
|
|
32773
|
-
.
|
|
32774
|
-
font-family: Inter;
|
|
32775
|
-
font-style: normal;
|
|
32776
|
-
font-weight: 500;
|
|
32777
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
32770
|
+
.E_lh0l62z.E_d105ju2d {
|
|
32778
32771
|
font-size: 12px;
|
|
32779
|
-
|
|
32772
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32773
|
+
margin-top: 12px;
|
|
32780
32774
|
}
|
|
32781
32775
|
|
|
32782
|
-
.
|
|
32783
|
-
font-family: Inter;
|
|
32784
|
-
font-style: normal;
|
|
32785
|
-
font-weight: normal;
|
|
32786
|
-
font-feature-settings: "zero" on;
|
|
32787
|
-
font-size: 12px;
|
|
32776
|
+
.E_r1o4v2oc.E_lh0l62z.E_d105ju2d {
|
|
32788
32777
|
line-height: 18px;
|
|
32778
|
+
font-weight: 500;
|
|
32779
|
+
margin-top: 0;
|
|
32780
|
+
white-space: initial;
|
|
32789
32781
|
}
|
|
32790
32782
|
|
|
32791
|
-
.
|
|
32792
|
-
|
|
32793
|
-
|
|
32783
|
+
.E_r1skkc3l {
|
|
32784
|
+
display: block;
|
|
32785
|
+
}
|
|
32786
|
+
.E_r1skkc3l span {
|
|
32787
|
+
font-size: 14px;
|
|
32794
32788
|
font-weight: 500;
|
|
32795
|
-
|
|
32789
|
+
line-height: 32px;
|
|
32790
|
+
color: #3e4652;
|
|
32791
|
+
}
|
|
32792
|
+
|
|
32793
|
+
.E_c3cobmo {
|
|
32794
|
+
margin-top: 16px;
|
|
32795
|
+
padding: 8px;
|
|
32796
|
+
border-radius: 6px;
|
|
32797
|
+
background: rgba(225, 230, 241, 0.6);
|
|
32798
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32796
32799
|
font-size: 12px;
|
|
32800
|
+
}
|
|
32801
|
+
.E_c3cobmo div {
|
|
32802
|
+
line-height: 20px;
|
|
32803
|
+
display: flex;
|
|
32804
|
+
align-items: center;
|
|
32805
|
+
word-break: break-all;
|
|
32806
|
+
}
|
|
32807
|
+
.E_c3cobmo .title {
|
|
32808
|
+
font-weight: 700;
|
|
32797
32809
|
line-height: 18px;
|
|
32810
|
+
margin: 4px 0;
|
|
32798
32811
|
}
|
|
32799
32812
|
|
|
32800
|
-
.
|
|
32801
|
-
|
|
32802
|
-
font-style: normal;
|
|
32803
|
-
font-weight: bold;
|
|
32804
|
-
font-feature-settings: "zero" on;
|
|
32805
|
-
font-size: 16px;
|
|
32806
|
-
line-height: 24px;
|
|
32813
|
+
.E_uqv57uv {
|
|
32814
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
32807
32815
|
}
|
|
32808
32816
|
|
|
32809
|
-
.
|
|
32810
|
-
font-
|
|
32811
|
-
|
|
32812
|
-
|
|
32813
|
-
font-size: 10px;
|
|
32814
|
-
line-height: 12px;
|
|
32817
|
+
.E_h1ol2wl7 {
|
|
32818
|
+
font-weight: bold;
|
|
32819
|
+
background-color: unset;
|
|
32820
|
+
padding: unset;
|
|
32815
32821
|
}
|
|
32816
32822
|
|
|
32817
32823
|
.E_suhck3k {
|
|
@@ -32843,12 +32849,6 @@ input.E_rf8rlle.ant-input {
|
|
|
32843
32849
|
margin-right: 6px;
|
|
32844
32850
|
}
|
|
32845
32851
|
|
|
32846
|
-
.E_h1ol2wl7 {
|
|
32847
|
-
font-weight: bold;
|
|
32848
|
-
background-color: unset;
|
|
32849
|
-
padding: unset;
|
|
32850
|
-
}
|
|
32851
|
-
|
|
32852
32852
|
.E_hrhfj7c {
|
|
32853
32853
|
display: none;
|
|
32854
32854
|
}
|
|
@@ -33220,72 +33220,231 @@ input.E_rf8rlle.ant-input {
|
|
|
33220
33220
|
.E_h12yihis.global-search-active .right {
|
|
33221
33221
|
flex: 0 1 auto;
|
|
33222
33222
|
}
|
|
33223
|
-
.E_h12yihis .ant-badge-count {
|
|
33224
|
-
pointer-events: none;
|
|
33223
|
+
.E_h12yihis .ant-badge-count {
|
|
33224
|
+
pointer-events: none;
|
|
33225
|
+
}
|
|
33226
|
+
|
|
33227
|
+
.E_ncaepor {
|
|
33228
|
+
color: rgba(10, 37, 85, 0.6);
|
|
33229
|
+
position: relative;
|
|
33230
|
+
height: 48px;
|
|
33231
|
+
display: inline-flex;
|
|
33232
|
+
align-items: center;
|
|
33233
|
+
justify-content: center;
|
|
33234
|
+
overflow: hidden;
|
|
33235
|
+
}
|
|
33236
|
+
.E_ncaepor:before, .E_ncaepor:after {
|
|
33237
|
+
content: "";
|
|
33238
|
+
width: 100%;
|
|
33239
|
+
height: 12px;
|
|
33240
|
+
position: absolute;
|
|
33241
|
+
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33242
|
+
}
|
|
33243
|
+
.E_ncaepor:before {
|
|
33244
|
+
top: 0;
|
|
33245
|
+
}
|
|
33246
|
+
.E_ncaepor:after {
|
|
33247
|
+
bottom: 0;
|
|
33248
|
+
}
|
|
33249
|
+
.E_ncaepor > * {
|
|
33250
|
+
height: 48px;
|
|
33251
|
+
display: inline-flex;
|
|
33252
|
+
align-items: center;
|
|
33253
|
+
white-space: nowrap;
|
|
33254
|
+
transition: transform 240ms ease, opacity 80ms ease;
|
|
33255
|
+
}
|
|
33256
|
+
.E_ncaepor .name-text {
|
|
33257
|
+
transform: translateY(0);
|
|
33258
|
+
opacity: 1;
|
|
33259
|
+
}
|
|
33260
|
+
.E_ncaepor .nav-info {
|
|
33261
|
+
transform: translateY(100%);
|
|
33262
|
+
opacity: 0;
|
|
33263
|
+
font-size: 18px;
|
|
33264
|
+
font-weight: 700;
|
|
33265
|
+
position: absolute;
|
|
33266
|
+
overflow: hidden;
|
|
33267
|
+
display: flex;
|
|
33268
|
+
justify-content: center;
|
|
33269
|
+
}
|
|
33270
|
+
.E_ncaepor .nav-info .scrolled-resource {
|
|
33271
|
+
color: #1d326c;
|
|
33272
|
+
flex: 1;
|
|
33273
|
+
overflow: hidden;
|
|
33274
|
+
text-overflow: ellipsis;
|
|
33275
|
+
}
|
|
33276
|
+
.E_ncaepor .nav-info .scrolled-view {
|
|
33277
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33278
|
+
margin-left: 8px;
|
|
33279
|
+
}
|
|
33280
|
+
.E_ncaepor.is-scrolled .name-text {
|
|
33281
|
+
transform: translateY(-100%);
|
|
33282
|
+
opacity: 0;
|
|
33283
|
+
position: absolute;
|
|
33284
|
+
}
|
|
33285
|
+
.E_ncaepor.is-scrolled .nav-info {
|
|
33286
|
+
transform: translateY(0);
|
|
33287
|
+
opacity: 1;
|
|
33288
|
+
position: static;
|
|
33289
|
+
}
|
|
33290
|
+
|
|
33291
|
+
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33292
|
+
margin-right: 2px;
|
|
33293
|
+
}
|
|
33294
|
+
|
|
33295
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33296
|
+
padding-left: 8px;
|
|
33297
|
+
padding-right: 8px;
|
|
33298
|
+
}
|
|
33299
|
+
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33300
|
+
border-radius: 4px;
|
|
33301
|
+
}
|
|
33302
|
+
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33303
|
+
border-radius: 4px;
|
|
33304
|
+
}
|
|
33305
|
+
|
|
33306
|
+
.E_ma64lna .antd5-segmented-item-label {
|
|
33307
|
+
padding-left: 12px;
|
|
33308
|
+
padding-right: 12px;
|
|
33309
|
+
}
|
|
33310
|
+
|
|
33311
|
+
.E_ckld275 {
|
|
33312
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
33313
|
+
}
|
|
33314
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33315
|
+
background-color: rgba(255, 255, 255, 0.6);
|
|
33316
|
+
color: rgba(44, 56, 82, 0.75);
|
|
33317
|
+
}
|
|
33318
|
+
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33319
|
+
background-color: transparent;
|
|
33320
|
+
}
|
|
33321
|
+
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33322
|
+
background-color: transparent;
|
|
33323
|
+
}
|
|
33324
|
+
|
|
33325
|
+
.E_ckui4s7 {
|
|
33326
|
+
color: #2d3a56;
|
|
33327
|
+
line-height: 22px;
|
|
33328
|
+
display: inline-flex;
|
|
33329
|
+
}
|
|
33330
|
+
.E_ckui4s7 .ant-checkbox {
|
|
33331
|
+
height: 22px;
|
|
33332
|
+
display: flex;
|
|
33333
|
+
align-items: center;
|
|
33334
|
+
top: 0;
|
|
33335
|
+
}
|
|
33336
|
+
.E_ckui4s7 .ant-checkbox-checked::after {
|
|
33337
|
+
border: none;
|
|
33338
|
+
}
|
|
33339
|
+
.E_ckui4s7.ant-checkbox-wrapper:hover .ant-checkbox-inner, .E_ckui4s7.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox:hover .ant-checkbox-inner {
|
|
33340
|
+
border-color: #0080ff;
|
|
33341
|
+
}
|
|
33342
|
+
.E_ckui4s7 .ant-checkbox .ant-checkbox-inner {
|
|
33343
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
33344
|
+
}
|
|
33345
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner, .E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33346
|
+
border: 1px solid #0080ff;
|
|
33347
|
+
}
|
|
33348
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
33349
|
+
background: #0080ff;
|
|
33350
|
+
}
|
|
33351
|
+
.E_ckui4s7 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33352
|
+
background-color: #fff;
|
|
33353
|
+
height: 2px;
|
|
33354
|
+
width: 10px;
|
|
33355
|
+
border-radius: 2px;
|
|
33356
|
+
}
|
|
33357
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled {
|
|
33358
|
+
opacity: 0.5;
|
|
33359
|
+
}
|
|
33360
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
33361
|
+
background: rgba(211, 218, 235, 0.6);
|
|
33362
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
33363
|
+
}
|
|
33364
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
33365
|
+
border-color: #2d3a56;
|
|
33366
|
+
}
|
|
33367
|
+
.E_ckui4s7.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
33368
|
+
background: #2d3a56;
|
|
33369
|
+
}
|
|
33370
|
+
.E_ckui4s7 .ant-checkbox + span, .E_ckui4s7 .ant-checkbox-disabled + span {
|
|
33371
|
+
padding: 0;
|
|
33372
|
+
}
|
|
33373
|
+
.E_ckui4s7 .ant-checkbox + span .main, .E_ckui4s7 .ant-checkbox-disabled + span .main {
|
|
33374
|
+
display: inline-block;
|
|
33375
|
+
margin-left: 12px;
|
|
33376
|
+
color: #2d3a56;
|
|
33377
|
+
}
|
|
33378
|
+
.E_ckui4s7 .ant-checkbox + span .sub, .E_ckui4s7 .ant-checkbox-disabled + span .sub {
|
|
33379
|
+
margin-left: 28px;
|
|
33380
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33381
|
+
}
|
|
33382
|
+
.E_ckui4s7.compact .ant-checkbox + span .main, .E_ckui4s7.compact .ant-checkbox-disabled + span .main {
|
|
33383
|
+
margin-left: 8px;
|
|
33384
|
+
}
|
|
33385
|
+
.E_ckui4s7.compact .ant-checkbox + span .sub, .E_ckui4s7.compact .ant-checkbox-disabled + span .sub {
|
|
33386
|
+
margin-left: 24px;
|
|
33387
|
+
}
|
|
33388
|
+
|
|
33389
|
+
.E_b14q2gmw {
|
|
33390
|
+
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33225
33391
|
}
|
|
33226
33392
|
|
|
33227
|
-
.
|
|
33228
|
-
|
|
33229
|
-
|
|
33230
|
-
height: 48px;
|
|
33231
|
-
display: inline-flex;
|
|
33232
|
-
align-items: center;
|
|
33233
|
-
justify-content: center;
|
|
33234
|
-
overflow: hidden;
|
|
33393
|
+
.E_c1eym6el {
|
|
33394
|
+
border-radius: 8px;
|
|
33395
|
+
background-color: white;
|
|
33235
33396
|
}
|
|
33236
|
-
.
|
|
33237
|
-
|
|
33238
|
-
width: 100%;
|
|
33239
|
-
height: 12px;
|
|
33240
|
-
position: absolute;
|
|
33241
|
-
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
|
|
33397
|
+
.E_c1eym6el.hoverable {
|
|
33398
|
+
cursor: pointer;
|
|
33242
33399
|
}
|
|
33243
|
-
.
|
|
33244
|
-
|
|
33400
|
+
.E_c1eym6el.hoverable:hover {
|
|
33401
|
+
transition: all 200ms ease;
|
|
33402
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33403
|
+
transform: translateY(-4px);
|
|
33245
33404
|
}
|
|
33246
|
-
|
|
33247
|
-
|
|
33405
|
+
|
|
33406
|
+
.E_c1yd35n {
|
|
33407
|
+
padding: 0 12px 14px 12px;
|
|
33248
33408
|
}
|
|
33249
|
-
|
|
33250
|
-
|
|
33251
|
-
|
|
33409
|
+
|
|
33410
|
+
.E_c1kghdax {
|
|
33411
|
+
color: #2d3a56;
|
|
33412
|
+
padding: 7px 12px;
|
|
33413
|
+
display: flex;
|
|
33414
|
+
justify-content: space-between;
|
|
33252
33415
|
align-items: center;
|
|
33253
|
-
white-space: nowrap;
|
|
33254
|
-
transition: transform 240ms ease, opacity 80ms ease;
|
|
33255
33416
|
}
|
|
33256
|
-
.
|
|
33257
|
-
|
|
33258
|
-
opacity: 1;
|
|
33417
|
+
.E_c1kghdax.has-arrow {
|
|
33418
|
+
padding-left: 10px;
|
|
33259
33419
|
}
|
|
33260
|
-
.
|
|
33261
|
-
|
|
33262
|
-
|
|
33263
|
-
font-size: 18px;
|
|
33264
|
-
font-weight: 700;
|
|
33265
|
-
position: absolute;
|
|
33266
|
-
overflow: hidden;
|
|
33267
|
-
display: flex;
|
|
33268
|
-
justify-content: center;
|
|
33420
|
+
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33421
|
+
cursor: pointer;
|
|
33422
|
+
color: #00122e;
|
|
33269
33423
|
}
|
|
33270
|
-
.
|
|
33271
|
-
color: #
|
|
33272
|
-
|
|
33273
|
-
overflow: hidden;
|
|
33274
|
-
text-overflow: ellipsis;
|
|
33424
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open {
|
|
33425
|
+
color: #2d3a56;
|
|
33426
|
+
font-weight: 600;
|
|
33275
33427
|
}
|
|
33276
|
-
.
|
|
33277
|
-
|
|
33278
|
-
margin-left: 8px;
|
|
33428
|
+
.E_c1kghdax.has-arrow .title-wrapper.is-open .collapse-arrow {
|
|
33429
|
+
transform: rotate(90deg);
|
|
33279
33430
|
}
|
|
33280
|
-
.
|
|
33281
|
-
|
|
33282
|
-
|
|
33283
|
-
position: absolute;
|
|
33431
|
+
.E_c1kghdax .sub-info {
|
|
33432
|
+
font-size: 12px;
|
|
33433
|
+
line-height: 18px;
|
|
33284
33434
|
}
|
|
33285
|
-
.
|
|
33286
|
-
|
|
33287
|
-
|
|
33288
|
-
|
|
33435
|
+
.E_c1kghdax .title-wrapper {
|
|
33436
|
+
display: flex;
|
|
33437
|
+
align-items: center;
|
|
33438
|
+
user-select: none;
|
|
33439
|
+
flex-grow: 1;
|
|
33440
|
+
font-size: 12px;
|
|
33441
|
+
line-height: 18px;
|
|
33442
|
+
color: #2d3a56;
|
|
33443
|
+
font-weight: 700;
|
|
33444
|
+
}
|
|
33445
|
+
.E_c1kghdax .collapse-arrow {
|
|
33446
|
+
transition: all 50ms ease-out 0ms;
|
|
33447
|
+
margin-right: 2px;
|
|
33289
33448
|
}
|
|
33290
33449
|
|
|
33291
33450
|
.E_c1kchka8 {
|
|
@@ -33658,270 +33817,111 @@ input.E_rf8rlle.ant-input {
|
|
|
33658
33817
|
}
|
|
33659
33818
|
.E_dhqt3dw.date-range-picker.large {
|
|
33660
33819
|
height: 40px;
|
|
33661
|
-
line-height: 40px;
|
|
33662
|
-
padding: 0 12px 0 16px;
|
|
33663
|
-
}
|
|
33664
|
-
.E_dhqt3dw.date-range-picker.medium {
|
|
33665
|
-
height: 32px;
|
|
33666
|
-
line-height: 32px;
|
|
33667
|
-
padding: 0 8px 0 12px;
|
|
33668
|
-
}
|
|
33669
|
-
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33670
|
-
flex: 1;
|
|
33671
|
-
display: flex;
|
|
33672
|
-
align-items: center;
|
|
33673
|
-
gap: 8px;
|
|
33674
|
-
color: #00122e;
|
|
33675
|
-
}
|
|
33676
|
-
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33677
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33678
|
-
}
|
|
33679
|
-
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33680
|
-
border: none;
|
|
33681
|
-
outline: none;
|
|
33682
|
-
width: 162px;
|
|
33683
|
-
padding: 0;
|
|
33684
|
-
height: 22px;
|
|
33685
|
-
line-height: 22px;
|
|
33686
|
-
text-align: center;
|
|
33687
|
-
}
|
|
33688
|
-
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33689
|
-
color: rgba(0, 21, 64, 0.3);
|
|
33690
|
-
text-align: center;
|
|
33691
|
-
}
|
|
33692
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33693
|
-
background: inherit;
|
|
33694
|
-
}
|
|
33695
|
-
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33696
|
-
border: none;
|
|
33697
|
-
outline: none;
|
|
33698
|
-
box-shadow: none;
|
|
33699
|
-
}
|
|
33700
|
-
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33701
|
-
cursor: pointer;
|
|
33702
|
-
}
|
|
33703
|
-
|
|
33704
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33705
|
-
padding: 12px 12px 0 12px;
|
|
33706
|
-
}
|
|
33707
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33708
|
-
padding-left: 16px;
|
|
33709
|
-
}
|
|
33710
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33711
|
-
margin-right: 0;
|
|
33712
|
-
}
|
|
33713
|
-
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33714
|
-
margin-left: 2px;
|
|
33715
|
-
}
|
|
33716
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33717
|
-
max-height: 470px;
|
|
33718
|
-
overflow: auto;
|
|
33719
|
-
}
|
|
33720
|
-
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33721
|
-
padding: 0 12px;
|
|
33722
|
-
}
|
|
33723
|
-
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33724
|
-
height: 470px;
|
|
33725
|
-
overflow: auto;
|
|
33726
|
-
}
|
|
33727
|
-
|
|
33728
|
-
.E_d1tc7lgk {
|
|
33729
|
-
min-width: 200px;
|
|
33730
|
-
}
|
|
33731
|
-
.E_d1tc7lgk header {
|
|
33732
|
-
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33733
|
-
padding: 8px 12px;
|
|
33734
|
-
color: rgba(44, 56, 82, 0.6);
|
|
33735
|
-
}
|
|
33736
|
-
.E_d1tc7lgk ul {
|
|
33737
|
-
list-style: none;
|
|
33738
|
-
padding: 12px;
|
|
33739
|
-
}
|
|
33740
|
-
.E_d1tc7lgk ul li {
|
|
33741
|
-
padding: 5px 8px;
|
|
33742
|
-
border-radius: 5px;
|
|
33743
|
-
transition: all 0.2s ease-in-out;
|
|
33744
|
-
cursor: pointer;
|
|
33745
|
-
}
|
|
33746
|
-
.E_d1tc7lgk ul li:hover {
|
|
33747
|
-
background: rgba(0, 136, 255, 0.16);
|
|
33748
|
-
color: #0080ff;
|
|
33749
|
-
}
|
|
33750
|
-
.E_d1tc7lgk ul li:active {
|
|
33751
|
-
background: rgba(0, 136, 255, 0.2);
|
|
33752
|
-
color: #0080ff;
|
|
33753
|
-
}
|
|
33754
|
-
.E_d1tc7lgk ul li + li {
|
|
33755
|
-
margin-top: 2px;
|
|
33756
|
-
}
|
|
33757
|
-
|
|
33758
|
-
.E_rzaik16 {
|
|
33759
|
-
padding: 0;
|
|
33760
|
-
}
|
|
33761
|
-
.E_rzaik16 .ant-popover-arrow {
|
|
33762
|
-
display: none;
|
|
33763
|
-
}
|
|
33764
|
-
.E_rzaik16 .ant-popover-inner-content {
|
|
33765
|
-
padding: 0;
|
|
33766
|
-
}
|
|
33767
|
-
|
|
33768
|
-
.E_s11wux3h .antd5-segmented-item:not(:last-child) {
|
|
33769
|
-
margin-right: 2px;
|
|
33770
|
-
}
|
|
33771
|
-
|
|
33772
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-label {
|
|
33773
|
-
padding-left: 8px;
|
|
33774
|
-
padding-right: 8px;
|
|
33775
|
-
}
|
|
33776
|
-
.E_s1t2an3z.antd5-segmented-sm .antd5-segmented-item-selected {
|
|
33777
|
-
border-radius: 4px;
|
|
33778
|
-
}
|
|
33779
|
-
.E_s1t2an3z.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33780
|
-
border-radius: 4px;
|
|
33781
|
-
}
|
|
33782
|
-
|
|
33783
|
-
.E_ma64lna .antd5-segmented-item-label {
|
|
33784
|
-
padding-left: 12px;
|
|
33785
|
-
padding-right: 12px;
|
|
33786
|
-
}
|
|
33787
|
-
|
|
33788
|
-
.E_ckld275 {
|
|
33789
|
-
background-color: rgba(225, 230, 241, 0.6);
|
|
33790
|
-
}
|
|
33791
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33792
|
-
background-color: rgba(255, 255, 255, 0.6);
|
|
33793
|
-
color: rgba(44, 56, 82, 0.75);
|
|
33794
|
-
}
|
|
33795
|
-
.E_ckld275.antd5-segmented .antd5-segmented-thumb ~ .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled) {
|
|
33796
|
-
background-color: transparent;
|
|
33797
|
-
}
|
|
33798
|
-
.E_ckld275.antd5-segmented .antd5-segmented-item:hover:not(.antd5-segmented-item-selected):not(.antd5-segmented-item-disabled)::after {
|
|
33799
|
-
background-color: transparent;
|
|
33800
|
-
}
|
|
33801
|
-
|
|
33802
|
-
.E_b14q2gmw {
|
|
33803
|
-
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
33804
|
-
}
|
|
33805
|
-
|
|
33806
|
-
.E_c1eym6el {
|
|
33807
|
-
border-radius: 8px;
|
|
33808
|
-
background-color: white;
|
|
33809
|
-
}
|
|
33810
|
-
.E_c1eym6el.hoverable {
|
|
33811
|
-
cursor: pointer;
|
|
33812
|
-
}
|
|
33813
|
-
.E_c1eym6el.hoverable:hover {
|
|
33814
|
-
transition: all 200ms ease;
|
|
33815
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
33816
|
-
transform: translateY(-4px);
|
|
33820
|
+
line-height: 40px;
|
|
33821
|
+
padding: 0 12px 0 16px;
|
|
33817
33822
|
}
|
|
33818
|
-
|
|
33819
|
-
|
|
33820
|
-
|
|
33823
|
+
.E_dhqt3dw.date-range-picker.medium {
|
|
33824
|
+
height: 32px;
|
|
33825
|
+
line-height: 32px;
|
|
33826
|
+
padding: 0 8px 0 12px;
|
|
33821
33827
|
}
|
|
33822
|
-
|
|
33823
|
-
|
|
33824
|
-
color: #2d3a56;
|
|
33825
|
-
padding: 7px 12px;
|
|
33828
|
+
.E_dhqt3dw.date-range-picker .date-input-content {
|
|
33829
|
+
flex: 1;
|
|
33826
33830
|
display: flex;
|
|
33827
|
-
justify-content: space-between;
|
|
33828
33831
|
align-items: center;
|
|
33829
|
-
|
|
33830
|
-
.E_c1kghdax.has-arrow {
|
|
33831
|
-
padding-left: 10px;
|
|
33832
|
-
}
|
|
33833
|
-
.E_c1kghdax.has-arrow .title-wrapper {
|
|
33834
|
-
cursor: pointer;
|
|
33832
|
+
gap: 8px;
|
|
33835
33833
|
color: #00122e;
|
|
33836
33834
|
}
|
|
33837
|
-
.
|
|
33838
|
-
color:
|
|
33839
|
-
font-weight: 600;
|
|
33835
|
+
.E_dhqt3dw.date-range-picker .date-input-content .concat-symbol-block {
|
|
33836
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33840
33837
|
}
|
|
33841
|
-
.
|
|
33842
|
-
|
|
33838
|
+
.E_dhqt3dw.date-range-picker .date-input-content input {
|
|
33839
|
+
border: none;
|
|
33840
|
+
outline: none;
|
|
33841
|
+
width: 162px;
|
|
33842
|
+
padding: 0;
|
|
33843
|
+
height: 22px;
|
|
33844
|
+
line-height: 22px;
|
|
33845
|
+
text-align: center;
|
|
33843
33846
|
}
|
|
33844
|
-
.
|
|
33845
|
-
|
|
33846
|
-
|
|
33847
|
+
.E_dhqt3dw.date-range-picker .date-input-content input::placeholder {
|
|
33848
|
+
color: rgba(0, 21, 64, 0.3);
|
|
33849
|
+
text-align: center;
|
|
33847
33850
|
}
|
|
33848
|
-
.
|
|
33849
|
-
|
|
33850
|
-
align-items: center;
|
|
33851
|
-
user-select: none;
|
|
33852
|
-
flex-grow: 1;
|
|
33853
|
-
font-size: 12px;
|
|
33854
|
-
line-height: 18px;
|
|
33855
|
-
color: #2d3a56;
|
|
33856
|
-
font-weight: 700;
|
|
33851
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:disabled {
|
|
33852
|
+
background: inherit;
|
|
33857
33853
|
}
|
|
33858
|
-
.
|
|
33859
|
-
|
|
33860
|
-
|
|
33854
|
+
.E_dhqt3dw.date-range-picker .date-input-content input:hover, .E_dhqt3dw.date-range-picker .date-input-content input:focus, .E_dhqt3dw.date-range-picker .date-input-content input:active {
|
|
33855
|
+
border: none;
|
|
33856
|
+
outline: none;
|
|
33857
|
+
box-shadow: none;
|
|
33858
|
+
}
|
|
33859
|
+
.E_dhqt3dw.date-range-picker .past-time-icon {
|
|
33860
|
+
cursor: pointer;
|
|
33861
33861
|
}
|
|
33862
33862
|
|
|
33863
|
-
.
|
|
33864
|
-
|
|
33865
|
-
line-height: 22px;
|
|
33866
|
-
display: inline-flex;
|
|
33863
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-bar {
|
|
33864
|
+
padding: 12px 12px 0 12px;
|
|
33867
33865
|
}
|
|
33868
|
-
.
|
|
33869
|
-
|
|
33870
|
-
display: flex;
|
|
33871
|
-
align-items: center;
|
|
33872
|
-
top: 0;
|
|
33866
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item-medium.tab-menu-item:first-child {
|
|
33867
|
+
padding-left: 16px;
|
|
33873
33868
|
}
|
|
33874
|
-
.
|
|
33875
|
-
|
|
33869
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item {
|
|
33870
|
+
margin-right: 0;
|
|
33876
33871
|
}
|
|
33877
|
-
.
|
|
33878
|
-
|
|
33872
|
+
.E_d956d92 .ant-popover-inner-content .tab-menu .tab-menu-item + .tab-menu-item {
|
|
33873
|
+
margin-left: 2px;
|
|
33879
33874
|
}
|
|
33880
|
-
.
|
|
33881
|
-
|
|
33875
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container {
|
|
33876
|
+
max-height: 470px;
|
|
33877
|
+
overflow: auto;
|
|
33882
33878
|
}
|
|
33883
|
-
.
|
|
33884
|
-
|
|
33879
|
+
.E_d956d92 .ant-popover-inner-content .relative-time-container ul {
|
|
33880
|
+
padding: 0 12px;
|
|
33885
33881
|
}
|
|
33886
|
-
.
|
|
33887
|
-
|
|
33882
|
+
.E_d956d92 .ant-popover-inner-content .absolute-time-container {
|
|
33883
|
+
height: 470px;
|
|
33884
|
+
overflow: auto;
|
|
33888
33885
|
}
|
|
33889
|
-
|
|
33890
|
-
|
|
33891
|
-
|
|
33892
|
-
width: 10px;
|
|
33893
|
-
border-radius: 2px;
|
|
33886
|
+
|
|
33887
|
+
.E_d1tc7lgk {
|
|
33888
|
+
min-width: 200px;
|
|
33894
33889
|
}
|
|
33895
|
-
.
|
|
33896
|
-
|
|
33890
|
+
.E_d1tc7lgk header {
|
|
33891
|
+
border-bottom: 1px solid rgba(211, 218, 235, 0.6);
|
|
33892
|
+
padding: 8px 12px;
|
|
33893
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33897
33894
|
}
|
|
33898
|
-
.
|
|
33899
|
-
|
|
33900
|
-
|
|
33895
|
+
.E_d1tc7lgk ul {
|
|
33896
|
+
list-style: none;
|
|
33897
|
+
padding: 12px;
|
|
33901
33898
|
}
|
|
33902
|
-
.
|
|
33903
|
-
|
|
33899
|
+
.E_d1tc7lgk ul li {
|
|
33900
|
+
padding: 5px 8px;
|
|
33901
|
+
border-radius: 5px;
|
|
33902
|
+
transition: all 0.2s ease-in-out;
|
|
33903
|
+
cursor: pointer;
|
|
33904
33904
|
}
|
|
33905
|
-
.
|
|
33906
|
-
background:
|
|
33905
|
+
.E_d1tc7lgk ul li:hover {
|
|
33906
|
+
background: rgba(0, 136, 255, 0.16);
|
|
33907
|
+
color: #0080ff;
|
|
33907
33908
|
}
|
|
33908
|
-
.
|
|
33909
|
-
|
|
33909
|
+
.E_d1tc7lgk ul li:active {
|
|
33910
|
+
background: rgba(0, 136, 255, 0.2);
|
|
33911
|
+
color: #0080ff;
|
|
33910
33912
|
}
|
|
33911
|
-
.
|
|
33912
|
-
|
|
33913
|
-
margin-left: 12px;
|
|
33914
|
-
color: #2d3a56;
|
|
33913
|
+
.E_d1tc7lgk ul li + li {
|
|
33914
|
+
margin-top: 2px;
|
|
33915
33915
|
}
|
|
33916
|
-
|
|
33917
|
-
|
|
33918
|
-
|
|
33916
|
+
|
|
33917
|
+
.E_rzaik16 {
|
|
33918
|
+
padding: 0;
|
|
33919
33919
|
}
|
|
33920
|
-
.
|
|
33921
|
-
|
|
33920
|
+
.E_rzaik16 .ant-popover-arrow {
|
|
33921
|
+
display: none;
|
|
33922
33922
|
}
|
|
33923
|
-
.
|
|
33924
|
-
|
|
33923
|
+
.E_rzaik16 .ant-popover-inner-content {
|
|
33924
|
+
padding: 0;
|
|
33925
33925
|
}
|
|
33926
33926
|
|
|
33927
33927
|
.E_lht19u8 {
|
|
@@ -33972,80 +33972,238 @@ input.E_rf8rlle.ant-input {
|
|
|
33972
33972
|
transform-origin: top left;
|
|
33973
33973
|
animation: loading-indicator3 1100ms ease-out infinite;
|
|
33974
33974
|
}
|
|
33975
|
-
|
|
33976
|
-
.
|
|
33977
|
-
|
|
33978
|
-
|
|
33979
|
-
|
|
33980
|
-
|
|
33975
|
+
|
|
33976
|
+
.E_w7ob4th.outside-tag {
|
|
33977
|
+
padding-left: 0;
|
|
33978
|
+
}
|
|
33979
|
+
.E_w7ob4th.outside-tag .inside-tag {
|
|
33980
|
+
border-radius: 4px 0 0 4px;
|
|
33981
|
+
padding-right: 4px;
|
|
33982
|
+
margin-right: 4px;
|
|
33983
|
+
}
|
|
33984
|
+
|
|
33985
|
+
.E_slr2ynn {
|
|
33986
|
+
padding: 0 8px;
|
|
33987
|
+
height: 18px;
|
|
33988
|
+
}
|
|
33989
|
+
|
|
33990
|
+
.E_m140wbb6 {
|
|
33991
|
+
padding: 2px 8px;
|
|
33992
|
+
height: 24px;
|
|
33993
|
+
}
|
|
33994
|
+
|
|
33995
|
+
.E_t1fozc1i {
|
|
33996
|
+
margin: 0;
|
|
33997
|
+
}
|
|
33998
|
+
|
|
33999
|
+
.E_i1vxv4ln {
|
|
34000
|
+
margin-right: 4px;
|
|
34001
|
+
height: 16px;
|
|
34002
|
+
}
|
|
34003
|
+
|
|
34004
|
+
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34005
|
+
font-weight: 700;
|
|
34006
|
+
color: #00122e;
|
|
34007
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34008
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34009
|
+
word-break: break-all;
|
|
34010
|
+
display: inline;
|
|
34011
|
+
white-space: normal;
|
|
34012
|
+
}
|
|
34013
|
+
|
|
34014
|
+
.E_sjob3jg {
|
|
34015
|
+
--item-min-width: 60px;
|
|
34016
|
+
}
|
|
34017
|
+
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34018
|
+
display: none !important;
|
|
34019
|
+
}
|
|
34020
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34021
|
+
flex-shrink: 0 !important;
|
|
34022
|
+
}
|
|
34023
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34024
|
+
color: #0080ff;
|
|
34025
|
+
}
|
|
34026
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34027
|
+
color: #0080ff;
|
|
34028
|
+
font-weight: normal;
|
|
34029
|
+
}
|
|
34030
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34031
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34032
|
+
}
|
|
34033
|
+
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34034
|
+
color: #00122e;
|
|
34035
|
+
}
|
|
34036
|
+
.E_sjob3jg .step-item-text {
|
|
34037
|
+
display: inline-block;
|
|
34038
|
+
}
|
|
34039
|
+
.E_sjob3jg .step-item-title {
|
|
34040
|
+
overflow: hidden;
|
|
34041
|
+
white-space: nowrap;
|
|
34042
|
+
text-overflow: ellipsis;
|
|
34043
|
+
}
|
|
34044
|
+
|
|
34045
|
+
.E_hjvj6s6 .ant-steps-item-container {
|
|
34046
|
+
min-width: var(--item-min-width);
|
|
34047
|
+
}
|
|
34048
|
+
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34049
|
+
cursor: not-allowed !important;
|
|
34050
|
+
}
|
|
34051
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34052
|
+
flex-direction: row;
|
|
34053
|
+
justify-content: stretch;
|
|
34054
|
+
}
|
|
34055
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34056
|
+
padding: 0;
|
|
34057
|
+
margin-right: 4px;
|
|
34058
|
+
flex: 1;
|
|
34059
|
+
overflow: visible;
|
|
34060
|
+
}
|
|
34061
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34062
|
+
width: 100%;
|
|
34063
|
+
min-height: unset;
|
|
34064
|
+
}
|
|
34065
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34066
|
+
height: 26px;
|
|
34067
|
+
line-height: 26px;
|
|
34068
|
+
width: 100%;
|
|
34069
|
+
padding: 0;
|
|
34070
|
+
font-size: 12px;
|
|
34071
|
+
}
|
|
34072
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34073
|
+
margin-right: 10px;
|
|
34074
|
+
}
|
|
34075
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34076
|
+
display: none;
|
|
33981
34077
|
}
|
|
33982
|
-
.
|
|
33983
|
-
|
|
34078
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34079
|
+
padding-left: 8px;
|
|
34080
|
+
padding-right: 4px;
|
|
34081
|
+
border-radius: 4px 0 0 4px;
|
|
33984
34082
|
}
|
|
33985
|
-
.
|
|
33986
|
-
|
|
34083
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34084
|
+
margin-right: 0;
|
|
33987
34085
|
}
|
|
33988
|
-
.
|
|
33989
|
-
|
|
34086
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
34087
|
+
padding-right: 8px;
|
|
34088
|
+
padding-left: 12px;
|
|
34089
|
+
border-radius: 0 4px 4px 0;
|
|
33990
34090
|
}
|
|
33991
|
-
.
|
|
33992
|
-
|
|
34091
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
34092
|
+
content: "";
|
|
34093
|
+
width: 0;
|
|
34094
|
+
height: 0;
|
|
34095
|
+
border: 13px solid transparent;
|
|
34096
|
+
position: absolute;
|
|
34097
|
+
top: 0;
|
|
34098
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34099
|
+
z-index: 2;
|
|
34100
|
+
position: relative;
|
|
34101
|
+
top: -50%;
|
|
34102
|
+
right: -100%;
|
|
33993
34103
|
}
|
|
33994
|
-
.
|
|
33995
|
-
|
|
33996
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34104
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
34105
|
+
padding: 0 4px 0 12px;
|
|
33997
34106
|
}
|
|
33998
|
-
.
|
|
34107
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
34108
|
+
content: "";
|
|
34109
|
+
width: 0;
|
|
34110
|
+
height: 0;
|
|
34111
|
+
border: 13px solid transparent;
|
|
34112
|
+
position: absolute;
|
|
34113
|
+
top: 0;
|
|
34114
|
+
border-left: 8px solid #fff;
|
|
34115
|
+
left: 0;
|
|
34116
|
+
}
|
|
34117
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active {
|
|
34118
|
+
max-width: calc(100% - var(--item-min-width) * 2);
|
|
34119
|
+
}
|
|
34120
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
33999
34121
|
background-color: rgba(0, 136, 255, 0.1);
|
|
34000
34122
|
}
|
|
34001
|
-
.
|
|
34002
|
-
|
|
34123
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
34124
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
34003
34125
|
}
|
|
34004
|
-
.
|
|
34005
|
-
|
|
34126
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34127
|
+
cursor: pointer;
|
|
34128
|
+
min-width: var(--item-min-width);
|
|
34006
34129
|
}
|
|
34007
|
-
.
|
|
34008
|
-
|
|
34130
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait,
|
|
34131
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34132
|
+
min-width: var(--item-min-width);
|
|
34009
34133
|
}
|
|
34010
|
-
.
|
|
34011
|
-
|
|
34134
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
34135
|
+
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
34136
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
34012
34137
|
}
|
|
34013
|
-
.
|
|
34014
|
-
|
|
34138
|
+
.E_hjvj6s6 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
34139
|
+
padding: 0;
|
|
34015
34140
|
}
|
|
34016
|
-
|
|
34017
|
-
|
|
34141
|
+
|
|
34142
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical {
|
|
34143
|
+
width: 192px;
|
|
34144
|
+
row-gap: 2px;
|
|
34018
34145
|
}
|
|
34019
|
-
.
|
|
34020
|
-
background-color:
|
|
34146
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container:hover {
|
|
34147
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34021
34148
|
}
|
|
34022
|
-
.
|
|
34023
|
-
|
|
34149
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .preview-mode:not(.ant-steps-item-active) .ant-steps-item-container .ant-steps-item-title {
|
|
34150
|
+
color: #00122e !important;
|
|
34024
34151
|
}
|
|
34025
|
-
.
|
|
34026
|
-
background-color: rgba(
|
|
34152
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-disabled) .ant-steps-item-container:hover {
|
|
34153
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34027
34154
|
}
|
|
34028
|
-
.
|
|
34029
|
-
|
|
34155
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container {
|
|
34156
|
+
padding: 0 8px;
|
|
34157
|
+
border-radius: 4px;
|
|
34158
|
+
height: 32px;
|
|
34159
|
+
display: flex;
|
|
34160
|
+
align-items: center;
|
|
34030
34161
|
}
|
|
34031
|
-
.
|
|
34032
|
-
|
|
34162
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content {
|
|
34163
|
+
min-height: auto;
|
|
34164
|
+
white-space: nowrap;
|
|
34033
34165
|
}
|
|
34034
|
-
.
|
|
34035
|
-
|
|
34166
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34167
|
+
font-size: 13px;
|
|
34168
|
+
line-height: 20px;
|
|
34169
|
+
max-width: 100%;
|
|
34170
|
+
padding-right: 0;
|
|
34036
34171
|
}
|
|
34037
|
-
.
|
|
34038
|
-
background
|
|
34172
|
+
.E_v4tv3mf .ant-steps.ant-steps-vertical .ant-steps-item-active .ant-steps-item-container {
|
|
34173
|
+
background: rgba(0, 128, 255, 0.1);
|
|
34039
34174
|
}
|
|
34040
|
-
|
|
34041
|
-
|
|
34175
|
+
|
|
34176
|
+
.E_h6l1tj4 {
|
|
34177
|
+
width: 100%;
|
|
34178
|
+
display: inline-flex;
|
|
34179
|
+
align-items: center;
|
|
34180
|
+
justify-content: center;
|
|
34181
|
+
column-gap: 4px;
|
|
34182
|
+
}
|
|
34183
|
+
.E_h6l1tj4 .step-item-prefix-container {
|
|
34184
|
+
display: inline-flex;
|
|
34185
|
+
align-items: center;
|
|
34186
|
+
width: 18px;
|
|
34187
|
+
height: 18px;
|
|
34188
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34189
|
+
justify-content: center;
|
|
34042
34190
|
}
|
|
34043
34191
|
|
|
34044
|
-
.
|
|
34045
|
-
width:
|
|
34046
|
-
|
|
34047
|
-
|
|
34048
|
-
|
|
34192
|
+
.E_v18frne8 {
|
|
34193
|
+
width: 100%;
|
|
34194
|
+
display: flex;
|
|
34195
|
+
align-items: center;
|
|
34196
|
+
justify-content: center;
|
|
34197
|
+
column-gap: 6px;
|
|
34198
|
+
font-size: 13px;
|
|
34199
|
+
}
|
|
34200
|
+
.E_v18frne8 .step-item-prefix-container {
|
|
34201
|
+
display: inline-flex;
|
|
34202
|
+
align-items: center;
|
|
34203
|
+
min-width: 20px;
|
|
34204
|
+
min-height: 20px;
|
|
34205
|
+
color: rgba(44, 56, 82, 0.75);
|
|
34206
|
+
justify-content: center;
|
|
34049
34207
|
}
|
|
34050
34208
|
|
|
34051
34209
|
button.E_l48ei06.ant-btn {
|
|
@@ -34468,213 +34626,84 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34468
34626
|
background: #fff;
|
|
34469
34627
|
}
|
|
34470
34628
|
|
|
34471
|
-
.
|
|
34472
|
-
|
|
34473
|
-
|
|
34474
|
-
|
|
34475
|
-
|
|
34476
|
-
padding-right: 4px;
|
|
34477
|
-
margin-right: 4px;
|
|
34478
|
-
}
|
|
34479
|
-
|
|
34480
|
-
.E_i1g85yz3 {
|
|
34481
|
-
margin-right: 4px;
|
|
34482
|
-
height: 16px;
|
|
34483
|
-
}
|
|
34484
|
-
|
|
34485
|
-
.E_sjob3jg {
|
|
34486
|
-
--item-min-width: 60px;
|
|
34487
|
-
}
|
|
34488
|
-
.E_sjob3jg .ant-steps-item-tail, .E_sjob3jg .ant-steps-item-icon {
|
|
34489
|
-
display: none !important;
|
|
34490
|
-
}
|
|
34491
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active {
|
|
34492
|
-
flex-shrink: 0 !important;
|
|
34493
|
-
}
|
|
34494
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .step-item-prefix-container {
|
|
34495
|
-
color: #0080ff;
|
|
34496
|
-
}
|
|
34497
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34498
|
-
color: #0080ff;
|
|
34499
|
-
font-weight: normal;
|
|
34500
|
-
}
|
|
34501
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title, .E_sjob3jg .ant-steps-item.ant-steps-item-finish .ant-steps-item-container:hover .ant-steps-item-content .ant-steps-item-title {
|
|
34502
|
-
color: rgba(44, 56, 82, 0.6);
|
|
34503
|
-
}
|
|
34504
|
-
.E_sjob3jg .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
34505
|
-
color: #00122e;
|
|
34506
|
-
}
|
|
34507
|
-
.E_sjob3jg .step-item-text {
|
|
34508
|
-
display: inline-block;
|
|
34509
|
-
}
|
|
34510
|
-
.E_sjob3jg .step-item-title {
|
|
34511
|
-
overflow: hidden;
|
|
34512
|
-
white-space: nowrap;
|
|
34513
|
-
text-overflow: ellipsis;
|
|
34514
|
-
}
|
|
34515
|
-
|
|
34516
|
-
.E_hjvj6s6 .ant-steps-item-container {
|
|
34517
|
-
min-width: var(--item-min-width);
|
|
34518
|
-
}
|
|
34519
|
-
.E_hjvj6s6 .ant-steps-item-disabled {
|
|
34520
|
-
cursor: not-allowed !important;
|
|
34521
|
-
}
|
|
34522
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
34523
|
-
flex-direction: row;
|
|
34524
|
-
justify-content: stretch;
|
|
34525
|
-
}
|
|
34526
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
34527
|
-
padding: 0;
|
|
34528
|
-
margin-right: 4px;
|
|
34529
|
-
flex: 1;
|
|
34530
|
-
overflow: visible;
|
|
34531
|
-
}
|
|
34532
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
34533
|
-
width: 100%;
|
|
34534
|
-
min-height: unset;
|
|
34535
|
-
}
|
|
34536
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
34537
|
-
height: 26px;
|
|
34538
|
-
line-height: 26px;
|
|
34539
|
-
width: 100%;
|
|
34540
|
-
padding: 0;
|
|
34541
|
-
font-size: 12px;
|
|
34542
|
-
}
|
|
34543
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
34544
|
-
margin-right: 10px;
|
|
34545
|
-
}
|
|
34546
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
34547
|
-
display: none;
|
|
34548
|
-
}
|
|
34549
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
34550
|
-
padding-left: 8px;
|
|
34551
|
-
padding-right: 4px;
|
|
34552
|
-
border-radius: 4px 0 0 4px;
|
|
34553
|
-
}
|
|
34554
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
34555
|
-
margin-right: 0;
|
|
34629
|
+
.E_sddwhm6 {
|
|
34630
|
+
margin: 0;
|
|
34631
|
+
border-radius: 20px;
|
|
34632
|
+
padding: 2px 10px;
|
|
34633
|
+
height: 22px;
|
|
34556
34634
|
}
|
|
34557
|
-
.
|
|
34558
|
-
|
|
34559
|
-
padding-left: 12px;
|
|
34560
|
-
border-radius: 0 4px 4px 0;
|
|
34635
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white {
|
|
34636
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
34561
34637
|
}
|
|
34562
|
-
.
|
|
34563
|
-
|
|
34564
|
-
width: 0;
|
|
34565
|
-
height: 0;
|
|
34566
|
-
border: 13px solid transparent;
|
|
34567
|
-
position: absolute;
|
|
34568
|
-
top: 0;
|
|
34569
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
34570
|
-
z-index: 2;
|
|
34571
|
-
position: relative;
|
|
34572
|
-
top: -50%;
|
|
34573
|
-
right: -100%;
|
|
34638
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
34639
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
34574
34640
|
}
|
|
34575
|
-
.
|
|
34576
|
-
|
|
34641
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule {
|
|
34642
|
+
color: #00122e;
|
|
34577
34643
|
}
|
|
34578
|
-
.
|
|
34579
|
-
|
|
34580
|
-
width: 0;
|
|
34581
|
-
height: 0;
|
|
34582
|
-
border: 13px solid transparent;
|
|
34583
|
-
position: absolute;
|
|
34584
|
-
top: 0;
|
|
34585
|
-
border-left: 8px solid #fff;
|
|
34586
|
-
left: 0;
|
|
34644
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
34645
|
+
margin-right: 6px;
|
|
34587
34646
|
}
|
|
34588
|
-
.
|
|
34589
|
-
|
|
34647
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
34648
|
+
margin-left: 8px;
|
|
34649
|
+
color: rgba(44, 56, 82, 0.6);
|
|
34590
34650
|
}
|
|
34591
|
-
.
|
|
34651
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
34592
34652
|
background-color: rgba(0, 136, 255, 0.1);
|
|
34593
34653
|
}
|
|
34594
|
-
.
|
|
34595
|
-
|
|
34596
|
-
}
|
|
34597
|
-
.E_hjvj6s6 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish {
|
|
34598
|
-
cursor: pointer;
|
|
34599
|
-
min-width: var(--item-min-width);
|
|
34654
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
34655
|
+
background-color: #0080ff;
|
|
34600
34656
|
}
|
|
34601
|
-
.
|
|
34602
|
-
|
|
34603
|
-
min-width: var(--item-min-width);
|
|
34657
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
34658
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
34604
34659
|
}
|
|
34605
|
-
.
|
|
34606
|
-
|
|
34607
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34660
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
34661
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
34608
34662
|
}
|
|
34609
|
-
.
|
|
34610
|
-
|
|
34663
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
34664
|
+
background-color: #f0483e;
|
|
34611
34665
|
}
|
|
34612
|
-
|
|
34613
|
-
|
|
34614
|
-
width: 192px;
|
|
34615
|
-
row-gap: 2px;
|
|
34666
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
34667
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
34616
34668
|
}
|
|
34617
|
-
.
|
|
34618
|
-
background-color: rgba(
|
|
34669
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
34670
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
34619
34671
|
}
|
|
34620
|
-
.
|
|
34621
|
-
color: #
|
|
34672
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
34673
|
+
background-color: #fea008;
|
|
34622
34674
|
}
|
|
34623
|
-
.
|
|
34624
|
-
background-color: rgba(
|
|
34675
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
34676
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
34625
34677
|
}
|
|
34626
|
-
.
|
|
34627
|
-
|
|
34628
|
-
border-radius: 4px;
|
|
34629
|
-
height: 32px;
|
|
34630
|
-
display: flex;
|
|
34631
|
-
align-items: center;
|
|
34678
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
34679
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
34632
34680
|
}
|
|
34633
|
-
.
|
|
34634
|
-
|
|
34635
|
-
white-space: nowrap;
|
|
34681
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
34682
|
+
background-color: #00ba5d;
|
|
34636
34683
|
}
|
|
34637
|
-
.
|
|
34638
|
-
|
|
34639
|
-
line-height: 20px;
|
|
34640
|
-
max-width: 100%;
|
|
34641
|
-
padding-right: 0;
|
|
34684
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
34685
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
34642
34686
|
}
|
|
34643
|
-
.
|
|
34644
|
-
background: rgba(
|
|
34687
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
34688
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
34645
34689
|
}
|
|
34646
|
-
|
|
34647
|
-
|
|
34648
|
-
width: 100%;
|
|
34649
|
-
display: inline-flex;
|
|
34650
|
-
align-items: center;
|
|
34651
|
-
justify-content: center;
|
|
34652
|
-
column-gap: 4px;
|
|
34690
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
34691
|
+
background-color: #6b7d99;
|
|
34653
34692
|
}
|
|
34654
|
-
.
|
|
34655
|
-
|
|
34656
|
-
align-items: center;
|
|
34657
|
-
width: 18px;
|
|
34658
|
-
height: 18px;
|
|
34659
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34660
|
-
justify-content: center;
|
|
34693
|
+
.E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .E_sddwhm6.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
34694
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
34661
34695
|
}
|
|
34662
34696
|
|
|
34663
|
-
.
|
|
34664
|
-
width:
|
|
34665
|
-
|
|
34666
|
-
|
|
34667
|
-
|
|
34668
|
-
column-gap: 6px;
|
|
34669
|
-
font-size: 13px;
|
|
34697
|
+
.E_satwmqm {
|
|
34698
|
+
width: 8px;
|
|
34699
|
+
height: 8px;
|
|
34700
|
+
border-radius: 50%;
|
|
34701
|
+
display: inline-block;
|
|
34670
34702
|
}
|
|
34671
|
-
|
|
34672
|
-
|
|
34673
|
-
|
|
34674
|
-
|
|
34675
|
-
min-height: 20px;
|
|
34676
|
-
color: rgba(44, 56, 82, 0.75);
|
|
34677
|
-
justify-content: center;
|
|
34703
|
+
|
|
34704
|
+
.E_i1g85yz3 {
|
|
34705
|
+
margin-right: 4px;
|
|
34706
|
+
height: 16px;
|
|
34678
34707
|
}
|
|
34679
34708
|
|
|
34680
34709
|
.E_t1dtlqs1 {
|
|
@@ -34870,35 +34899,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34870
34899
|
margin-right: 8px;
|
|
34871
34900
|
}
|
|
34872
34901
|
|
|
34873
|
-
.E_slr2ynn {
|
|
34874
|
-
padding: 0 8px;
|
|
34875
|
-
height: 18px;
|
|
34876
|
-
}
|
|
34877
|
-
|
|
34878
|
-
.E_m140wbb6 {
|
|
34879
|
-
padding: 2px 8px;
|
|
34880
|
-
height: 24px;
|
|
34881
|
-
}
|
|
34882
|
-
|
|
34883
|
-
.E_t1fozc1i {
|
|
34884
|
-
margin: 0;
|
|
34885
|
-
}
|
|
34886
|
-
|
|
34887
|
-
.E_i1vxv4ln {
|
|
34888
|
-
margin-right: 4px;
|
|
34889
|
-
height: 16px;
|
|
34890
|
-
}
|
|
34891
|
-
|
|
34892
|
-
.E_n1afl31m.ant-tag.ant-tag-gray {
|
|
34893
|
-
font-weight: 700;
|
|
34894
|
-
color: #00122e;
|
|
34895
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
34896
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
34897
|
-
word-break: break-all;
|
|
34898
|
-
display: inline;
|
|
34899
|
-
white-space: normal;
|
|
34900
|
-
}
|
|
34901
|
-
|
|
34902
34902
|
.E_r77hffu {
|
|
34903
34903
|
display: flex;
|
|
34904
34904
|
align-items: center;
|
|
@@ -34916,6 +34916,25 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34916
34916
|
font-size: 0;
|
|
34917
34917
|
}
|
|
34918
34918
|
|
|
34919
|
+
.E_l12xdkhl {
|
|
34920
|
+
width: 64px;
|
|
34921
|
+
height: 64px;
|
|
34922
|
+
display: flex;
|
|
34923
|
+
align-items: center;
|
|
34924
|
+
justify-content: center;
|
|
34925
|
+
position: relative;
|
|
34926
|
+
opacity: 0.6;
|
|
34927
|
+
animation: rotate 1200ms cubic-bezier(0.33, 0, 0.67, 1) infinite;
|
|
34928
|
+
}
|
|
34929
|
+
@keyframes rotate {
|
|
34930
|
+
from {
|
|
34931
|
+
transform: rotate(0deg);
|
|
34932
|
+
}
|
|
34933
|
+
to {
|
|
34934
|
+
transform: rotate(360deg);
|
|
34935
|
+
}
|
|
34936
|
+
}
|
|
34937
|
+
|
|
34919
34938
|
.E_t13ef470 {
|
|
34920
34939
|
height: 100%;
|
|
34921
34940
|
}
|
|
@@ -34946,6 +34965,28 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
34946
34965
|
background: rgba(163, 180, 204, 0.18);
|
|
34947
34966
|
}
|
|
34948
34967
|
|
|
34968
|
+
.E_t1gvlxt5 {
|
|
34969
|
+
min-width: 0;
|
|
34970
|
+
flex: 1;
|
|
34971
|
+
}
|
|
34972
|
+
.E_t1gvlxt5 .tag {
|
|
34973
|
+
flex: 0 0 auto;
|
|
34974
|
+
}
|
|
34975
|
+
.E_t1gvlxt5 .progress-title {
|
|
34976
|
+
flex: 2;
|
|
34977
|
+
max-width: fit-content;
|
|
34978
|
+
}
|
|
34979
|
+
.E_t1gvlxt5 .progress-desc {
|
|
34980
|
+
flex: 1;
|
|
34981
|
+
max-width: fit-content;
|
|
34982
|
+
}
|
|
34983
|
+
|
|
34984
|
+
.E_a1ji6r68 {
|
|
34985
|
+
display: flex;
|
|
34986
|
+
align-items: center;
|
|
34987
|
+
column-gap: var(--a1ji6r68-0);
|
|
34988
|
+
}
|
|
34989
|
+
|
|
34949
34990
|
.E_msn7nxt {
|
|
34950
34991
|
color: rgba(44, 56, 82, 0.6);
|
|
34951
34992
|
text-align: center;
|
|
@@ -35107,28 +35148,6 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35107
35148
|
margin-left: 8px;
|
|
35108
35149
|
}
|
|
35109
35150
|
|
|
35110
|
-
.E_t1gvlxt5 {
|
|
35111
|
-
min-width: 0;
|
|
35112
|
-
flex: 1;
|
|
35113
|
-
}
|
|
35114
|
-
.E_t1gvlxt5 .tag {
|
|
35115
|
-
flex: 0 0 auto;
|
|
35116
|
-
}
|
|
35117
|
-
.E_t1gvlxt5 .progress-title {
|
|
35118
|
-
flex: 2;
|
|
35119
|
-
max-width: fit-content;
|
|
35120
|
-
}
|
|
35121
|
-
.E_t1gvlxt5 .progress-desc {
|
|
35122
|
-
flex: 1;
|
|
35123
|
-
max-width: fit-content;
|
|
35124
|
-
}
|
|
35125
|
-
|
|
35126
|
-
.E_a1ji6r68 {
|
|
35127
|
-
display: flex;
|
|
35128
|
-
align-items: center;
|
|
35129
|
-
column-gap: var(--a1ji6r68-0);
|
|
35130
|
-
}
|
|
35131
|
-
|
|
35132
35151
|
.E_t1g36k2w {
|
|
35133
35152
|
overflow: hidden;
|
|
35134
35153
|
height: 100%;
|
|
@@ -35177,6 +35196,18 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35177
35196
|
display: block;
|
|
35178
35197
|
}
|
|
35179
35198
|
|
|
35199
|
+
.E_i14c7jc8 {
|
|
35200
|
+
color: var(--i14c7jc8-0);
|
|
35201
|
+
}
|
|
35202
|
+
|
|
35203
|
+
.E_i1ibuolf {
|
|
35204
|
+
display: flex;
|
|
35205
|
+
align-items: center;
|
|
35206
|
+
column-gap: 4px;
|
|
35207
|
+
font-size: 12px;
|
|
35208
|
+
color: rgba(44, 56, 82, 0.7490196078);
|
|
35209
|
+
}
|
|
35210
|
+
|
|
35180
35211
|
.E_d1u4ndxc {
|
|
35181
35212
|
color: rgba(44, 56, 82, 0.7490196078);
|
|
35182
35213
|
font-size: 12px;
|
|
@@ -35206,16 +35237,4 @@ button.E_l48ei06.ui-kit-link-secondary.ui-kit-link-disabled {
|
|
|
35206
35237
|
to {
|
|
35207
35238
|
transform: translateX(100%);
|
|
35208
35239
|
}
|
|
35209
|
-
}
|
|
35210
|
-
|
|
35211
|
-
.E_i14c7jc8 {
|
|
35212
|
-
color: var(--i14c7jc8-0);
|
|
35213
|
-
}
|
|
35214
|
-
|
|
35215
|
-
.E_i1ibuolf {
|
|
35216
|
-
display: flex;
|
|
35217
|
-
align-items: center;
|
|
35218
|
-
column-gap: 4px;
|
|
35219
|
-
font-size: 12px;
|
|
35220
|
-
color: rgba(44, 56, 82, 0.7490196078);
|
|
35221
35240
|
}
|